@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500;700&display=swap";.header{display:flex;flex-direction:column;align-items:stretch;gap:0;background:linear-gradient(135deg,#0cb278eb,#047857f0);color:#fff;border-bottom:1px solid rgba(255,255,255,.15);box-shadow:0 12px 24px #065f462e;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);position:sticky;top:0;z-index:100;max-width:100vw;box-sizing:border-box}.header__top{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;gap:clamp(12px,2vw,24px);padding:8px clamp(18px,5vw,36px)}.header__brand{display:flex;align-items:center;gap:12px;text-decoration:none;color:inherit;cursor:pointer;flex-shrink:0;justify-self:start}.header__brand:hover{opacity:.9}.header__logo{height:50px;width:auto;object-fit:contain}.header__title{margin:0;font-size:28px;font-weight:700;letter-spacing:.06em;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;text-shadow:0 2px 10px rgba(0,0,0,.18)}.header__beta-badge{display:inline-flex;align-items:center;padding:4px 10px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:.7rem;font-weight:700;letter-spacing:.08em;border-radius:6px;text-transform:uppercase;box-shadow:0 2px 8px #f59e0b66;margin-left:8px;align-self:center}.header__center{display:flex;flex-direction:column;align-items:center;gap:10px;justify-self:center;min-width:0}.header__actions{display:flex;align-items:center;gap:12px;flex-shrink:0;justify-self:end;min-width:0}.header__report-buttons{display:flex;flex-direction:row;align-items:center;gap:8px}.header__stars-badge{font-size:.7rem;font-weight:600;color:#fbbf24;background:#0003;padding:2px 6px;border-radius:8px;margin-left:4px}.header__info-btn-wrapper{position:relative;display:flex;align-items:center}.header__info-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:50%;background:transparent;border:2px solid rgba(255,255,255,.8);cursor:pointer;transition:all .2s ease;padding:0}.header__info-btn:hover{background:#ffffff1a;border-color:#fff;transform:scale(1.1)}.header__info-icon{font-size:.85rem;font-weight:600;font-family:Georgia,Times New Roman,serif;font-style:italic;color:#fffc;line-height:1}.header__info-btn:hover .header__info-icon{color:#fff}.header__info-tooltip{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:8px;padding:12px 16px;background:#1e293b;color:#e2e8f0;border-radius:8px;font-size:.8rem;line-height:1.5;white-space:nowrap;box-shadow:0 4px 20px #0000004d;opacity:0;visibility:hidden;transition:all .2s ease;z-index:1000}.header__info-tooltip:before{content:"";position:absolute;top:-6px;left:50%;transform:translate(-50%);border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #1e293b}.header__info-btn-wrapper:hover .header__info-tooltip{opacity:1;visibility:visible}.header__report-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;padding:0;border:none;border-radius:50%;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #0000001a}.header__report-btn--bug{background:linear-gradient(135deg,#7f1d1d,#991b1b);color:#fecaca;border:1px solid #7f1d1d;box-shadow:0 2px 8px #7f1d1d4d}.header__report-btn--bug:hover{background:linear-gradient(135deg,#991b1b,#b91c1c);border-color:#991b1b;transform:translateY(-2px) scale(1.1);box-shadow:0 4px 12px #7f1d1d66}.header__report-btn--suggestion{background:#10b98140;color:#6ee7b7;border:1px solid rgba(16,185,129,.4)}.header__report-btn--suggestion:hover{background:#10b98159;border-color:#10b98199;transform:translateY(-2px) scale(1.1);box-shadow:0 4px 12px #10b9814d}.header__report-icon{font-size:1.1rem;line-height:1}.header__report-tooltip{position:absolute;bottom:-40px;left:50%;transform:translate(-50%);background:#0f172af2;color:#fff;padding:6px 12px;border-radius:8px;font-size:.75rem;font-weight:500;white-space:nowrap;opacity:0;visibility:hidden;transition:all .2s ease;pointer-events:none;z-index:1000;box-shadow:0 4px 12px #0000004d;display:flex;align-items:center;gap:6px}.header__report-tooltip:before{content:"";position:absolute;top:-6px;left:50%;transform:translate(-50%);border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid rgba(15,23,42,.95)}.header__tooltip-stars{color:#fbbf24;font-weight:600}.header__report-btn:hover .header__report-tooltip{opacity:1;visibility:visible;bottom:-45px}.header__report-text,.header__stars-badge{display:none}@media(max-width:1200px){.header__report-btn{width:32px;height:32px}.header__report-icon{font-size:1rem}}.header__nav{justify-self:center}.header__nav-list{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:clamp(6px,1.5vw,16px);list-style:none;margin:0;padding:0}.header__nav-item{display:flex}.header__nav-link{position:relative;display:inline-flex;align-items:center;justify-content:center;padding:4px 0;font-size:.93rem;font-weight:600;letter-spacing:.04em;text-transform:none;color:#eefff7e6;text-decoration:none;transition:color .2s ease}.header__nav-link:after{content:"";position:absolute;left:0;right:0;bottom:-4px;height:1.5px;background:linear-gradient(90deg,#a7f3d0d9,#10b981d9);transform:scaleX(0);transform-origin:left;transition:transform .2s ease;opacity:.75}.header__nav-link:hover,.header__nav-link:focus-visible{color:#fff}.header__nav-link:hover:after,.header__nav-link:focus-visible:after{transform:scaleX(1)}.header__nav-link:active{color:#c7ffe7}.header__nav-dropdown-wrapper{position:relative;display:inline-flex}.header__nav-dropdown-icon{margin-left:4px;transition:transform .2s ease}.header__nav-dropdown-wrapper:hover .header__nav-dropdown-icon{transform:rotate(180deg)}.header__nav-dropdown{position:absolute;top:100%;left:50%;transform:translate(-50%);margin-top:2px;width:max-content;background:linear-gradient(135deg,#0cb278fa,#047857fa);border:1px solid rgba(255,255,255,.2);border-radius:8px;box-shadow:0 8px 24px #00000040;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);padding:8px 0;z-index:1000;animation:dropdownSlide .2s ease}.header__nav-dropdown:before{content:"";position:absolute;top:-15px;left:0;width:100%;height:15px;background:transparent}@keyframes dropdownSlide{0%{opacity:0;transform:translate(-50%) translateY(-8px)}to{opacity:1;transform:translate(-50%) translateY(0)}}.header__nav-dropdown-item{display:block;padding:10px 20px;color:#eefff7f2;text-decoration:none;font-size:.88rem;font-weight:500;transition:all .15s ease}.header__nav-dropdown-item:hover{background:#ffffff1f;color:#fff}.header__nav-dropdown-item--active{background:#10b98140;color:#fff;font-weight:600}.header__nav-dropdown-item--featured{background:linear-gradient(135deg,#10b98126,#3b82f626);border-left:3px solid #10b981;padding-left:17px;margin-bottom:4px;border-bottom:1px solid rgba(255,255,255,.06);padding-top:12px;padding-bottom:12px;font-weight:600;color:#fff}.header__nav-dropdown-item--featured:hover{background:linear-gradient(135deg,#10b9814d,#3b82f640)}.header__nav-featured-icon{margin-right:6px;font-size:.85rem}.header__nav-featured-badge{margin-left:8px;font-size:.65rem;font-weight:700;padding:1px 6px;border-radius:8px;background:linear-gradient(135deg,#10b981,#3b82f6);color:#fff;letter-spacing:.5px;text-transform:uppercase}.header__nav-link--active{color:#fff}.header__nav-beta-badge{display:inline-block;margin-left:6px;padding:2px 6px;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.05em;border-radius:4px;text-transform:uppercase;vertical-align:middle;box-shadow:0 1px 3px #f59e0b4d}.header__nav-dev-badge{display:inline-block;margin-left:6px;padding:2px 6px;background:linear-gradient(135deg,#ef4444,#dc2626);color:#fff;font-size:.65rem;font-weight:700;letter-spacing:.05em;border-radius:4px;text-transform:uppercase;vertical-align:middle;box-shadow:0 1px 3px #ef44444d}.header__nav-link--active:after{transform:scaleX(1);background:linear-gradient(90deg,#ffffffe6,#a7f3d0e6)}.header__search{position:relative;width:100%;max-width:450px}.header__search-form{width:100%;display:flex;align-items:center;gap:6px;padding:0;border-radius:999px;border:1px solid rgba(255,255,255,.3);background:#ffffff38;box-shadow:0 6px 14px #065f4626;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#ebfff6}.header__search-icon{display:inline-flex;align-items:center;justify-content:center;color:#e9fffac7}.header__search-input{flex:1;border:none;outline:none;background:transparent;font-size:.9rem;font-weight:500;color:#f4fffb;min-width:0;text-align:center}.header__search-input::placeholder{color:#f1fff9a6}.header__search-clear{border:none;background:transparent;color:#f1fff9c2;font-size:1.05rem;line-height:1;cursor:pointer;padding:0 4px;border-radius:6px;transition:background .2s ease,color .2s ease}.header__search-clear:hover,.header__search-clear:focus-visible{background:#065f4659;color:#fff}.header__search-submit{border:none;background:var(--primary-dark);color:#fff;width:26px;height:26px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .2s ease}.header__search-submit:hover{background:var(--primary-darker)}.header__search-panel{position:absolute;top:calc(100% + 6px);left:0;right:0;background:#011b15f0;color:#ecfdf5;border-radius:14px;box-shadow:0 22px 40px #04231e73;border:1px solid rgba(148,246,208,.22);padding:6px 0;z-index:150;max-height:280px;overflow-y:auto;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.header__search-suggestions{list-style:none;margin:0;padding:0;display:flex;flex-direction:column}.header__search-suggestion{display:flex;flex-direction:column;align-items:flex-start;gap:2px;padding:9px 16px;cursor:pointer;transition:background .15s ease,color .15s ease}.header__search-suggestion.is-active,.header__search-suggestion:hover{background:#10b98138;color:#fff}.header__search-suggestion-symbol{font-weight:700;font-size:.9rem;color:inherit}.header__search-suggestion-caption{font-size:.76rem;color:#e0fff2c7}.header__search-status{padding:12px 16px;font-size:.8rem;color:#e5fff5d9}.header__search-status--error{color:#fca5a5}.header__search-status--empty{color:#e2fff5bf}.header__search-recent-panel{padding:0}.header__search-recent-header{display:flex;align-items:center;justify-content:space-between;padding:10px 16px 6px;border-bottom:1px solid rgba(148,246,208,.12)}.header__search-recent-title{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#a7f3d0b3}.header__search-recent-clear-all{border:none;background:none;color:#fca5a5cc;font-size:.72rem;cursor:pointer;padding:2px 6px;border-radius:4px;transition:background .15s ease,color .15s ease}.header__search-recent-clear-all:hover{background:#fca5a526;color:#fca5a5}.header__search-recent-item{display:flex;align-items:center;justify-content:space-between;width:100%}.header__search-recent-info{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.header__search-recent-remove{border:none;background:transparent;color:#e0fff266;font-size:1rem;cursor:pointer;padding:4px 6px;border-radius:4px;line-height:1;flex-shrink:0;transition:background .15s ease,color .15s ease}.header__search-recent-remove:hover{background:#fca5a526;color:#fca5a5}.header__login-btn{background:#fffffff2;color:var(--primary-dark);padding:8px 24px;border-radius:20px;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s ease;box-shadow:0 2px 8px #0000001a}.header__login-btn:hover{background:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.header__user-menu{position:relative}.header__user-btn{display:flex;align-items:center;gap:10px;background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:24px;padding:6px 16px 6px 6px;cursor:pointer;transition:all .3s ease;color:#fff}.header__user-btn:hover{background:#ffffff40;border-color:#fff6}.header__user-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px;color:#fff;position:relative}.header__user-avatar-badge{position:absolute;top:-4px;right:-4px;background:#ff3b30;color:#fff;font-size:10px;font-weight:700;min-width:16px;height:16px;border-radius:8px;display:flex;align-items:center;justify-content:center;padding:0 4px;line-height:1;border:2px solid white;box-sizing:border-box}.header__user-name{font-size:14px;font-weight:600;max-width:120px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header__user-dropdown{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;min-width:220px;overflow:hidden;animation:slideDown .2s ease-out}.header__user-info{padding:16px}.header__user-email{font-size:13px;color:#666;word-break:break-word}.header__user-info-btn{display:flex;flex-direction:column;align-items:center;gap:2px}.header__user-score-badge{display:inline-flex;align-items:center;justify-content:center;gap:3px;padding:3px 10px;background:#00000040;border-radius:10px;border:none}.header__score-star{font-size:12px;line-height:1}.header__score-num{font-size:13px;font-weight:700;color:#fbbf24}.header__level-badge{font-size:11px;font-weight:700;color:#a855f7;background:#a855f726;padding:1px 6px;border-radius:6px}.header__streak-badge{font-size:11px;font-weight:700;color:#f97316}.header__user-divider{height:1px;background:#e8e8e8}.header__user-admin-link{display:block;width:100%;padding:12px 16px;border:none;background:transparent;color:#10b981;font-size:14px;font-weight:600;text-align:left;text-decoration:none;cursor:pointer;transition:background .2s ease}.header__user-admin-link:hover{background:#f0fdf4}.header__user-logout{width:100%;padding:12px 16px;border:none;background:transparent;color:#ff3b30;font-size:14px;font-weight:600;text-align:left;cursor:pointer;transition:background .2s ease}.header__user-logout:hover{background:#fff5f5}.header__user-dropdown-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:12px 16px;border:none;background:transparent;color:#333;font-size:14px;font-weight:500;text-align:left;cursor:pointer;transition:background .2s ease}.header__user-dropdown-item:hover{background:#f5f5f5}.header__dropdown-badge{background:#ff3b30;color:#fff;font-size:11px;font-weight:700;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 6px;line-height:1}@media(min-width:951px)and (max-width:1199px){.header__top{grid-template-columns:auto 1fr auto;gap:12px}.header__center{flex-direction:column;gap:6px;min-width:0}.header__nav-list{gap:4px 8px;flex-wrap:wrap;justify-content:center}.header__nav-link{font-size:.82rem;padding:3px 1px}.header__search{max-width:320px}.header__title{font-size:22px}.header__logo{height:40px}.header__user-name{max-width:80px}}@media(max-width:950px){.header__top{display:flex;flex-wrap:wrap;align-items:center;gap:10px;padding-top:12px;padding-bottom:12px}.header__brand{order:1;flex:1 1 auto;min-width:0}.header__actions{order:2;flex:0 0 auto;position:static;transform:none}.header__center{order:3;flex:0 0 100%;width:100%;align-items:center}.header__nav{width:100%;display:flex;justify-content:center}.header__nav-list{justify-content:center;flex-wrap:wrap;gap:3px 8px}.header__nav-link{font-size:.78rem;padding:3px 1px;white-space:nowrap}.header__search{width:100%;max-width:380px}.header__title{font-size:22px}.header__logo{height:40px}.header__user-info-btn{display:none}.header__user-btn{padding:4px;border-radius:50%;gap:0}.header__info-btn-wrapper{display:none}.header__report-buttons{gap:6px}}@media(min-width:768px)and (max-width:850px){.header__title{font-size:18px}.header__beta-badge{display:none}.header__logo{height:36px}.header__center{gap:4px}.header__nav-list{gap:2px 6px}.header__nav-link{font-size:.74rem}.header__search{max-width:340px}}@media(max-width:767px){.header{display:none!important}}@media(max-width:620px){.header__search-form{padding:6px 10px}.header__search-submit{width:24px;height:24px}}.report-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;height:100vh;background:#0009;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:10000;padding:20px;box-sizing:border-box;overflow-y:auto;animation:fadeIn .2s ease-out}.report-modal{background:linear-gradient(180deg,#1a1f2e,#141821);border-radius:16px;border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 60px #00000080;width:100%;max-width:500px;max-height:85vh;overflow-y:auto;position:relative;margin:auto;animation:slideUp .3s ease-out}.report-modal__close{position:absolute;top:12px;right:12px;width:32px;height:32px;border:none;background:#ffffff1a;color:#ffffffb3;border-radius:8px;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.report-modal__close:hover{background:#fff3;color:#fff}.report-modal__close:disabled{opacity:.5;cursor:not-allowed}.report-modal__header{display:flex;align-items:center;gap:12px;padding:24px 24px 0}.report-modal__icon{font-size:28px}.report-modal__title{margin:0;font-size:1.4rem;font-weight:600;color:#fff}.report-modal__form{padding:20px 24px 24px}.report-modal__description{color:#fff9;font-size:.9rem;margin:0 0 20px;line-height:1.5}.report-modal__bonus-notice{color:#fffc;font-size:.85rem;margin:-8px 0 16px;padding:8px 12px;border-radius:8px;background:#facc151f;border:1px solid rgba(250,204,21,.25)}.report-modal__error{background:#ef444426;border:1px solid rgba(239,68,68,.3);color:#f87171;padding:12px 16px;border-radius:8px;font-size:.9rem;margin-bottom:16px}.report-modal__field{margin-bottom:16px}.report-modal__label{display:block;color:#fffc;font-size:.9rem;font-weight:500;margin-bottom:8px}.report-modal__required{color:#f87171}.report-modal__input,.report-modal__textarea{width:100%;padding:12px 16px;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#fff;font-size:.95rem;font-family:inherit;transition:all .2s;box-sizing:border-box}.report-modal__file-input{width:100%;padding:10px 12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.15);border-radius:8px;color:#ffffffd9;font-size:.9rem;box-sizing:border-box}.report-modal__file-input:disabled{opacity:.6;cursor:not-allowed}.report-modal__file-selected{margin:8px 0 0;font-size:.82rem;color:#ffffffa6}.report-modal__input:focus,.report-modal__textarea:focus{outline:none;border-color:#10b981;background:#ffffff14;box-shadow:0 0 0 3px #10b98133}.report-modal__input::placeholder,.report-modal__textarea::placeholder{color:#ffffff59}.report-modal__input:disabled,.report-modal__textarea:disabled{opacity:.6;cursor:not-allowed}.report-modal__textarea{resize:vertical;min-height:120px}.report-modal__login-notice{color:#fff9;font-size:.85rem;margin:0 0 16px;padding:10px 14px;background:#3b82f61a;border:1px solid rgba(59,130,246,.2);border-radius:8px}.report-modal__actions{display:flex;gap:12px;justify-content:flex-end;margin-top:20px}.report-modal__btn{padding:10px 20px;border-radius:8px;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s;border:none}.report-modal__btn:disabled{opacity:.6;cursor:not-allowed}.report-modal__btn--cancel{background:#ffffff1a;color:#fffc}.report-modal__btn--cancel:hover:not(:disabled){background:#ffffff26}.report-modal__btn--submit{color:#fff}.report-modal__btn--bug{background:linear-gradient(135deg,#ef4444,#dc2626)}.report-modal__btn--bug:hover:not(:disabled){background:linear-gradient(135deg,#f87171,#ef4444);transform:translateY(-1px)}.report-modal__btn--suggestion{background:linear-gradient(135deg,#10b981,#059669)}.report-modal__btn--suggestion:hover:not(:disabled){background:linear-gradient(135deg,#34d399,#10b981);transform:translateY(-1px)}.report-modal__success{padding:40px 24px;text-align:center}.report-modal__success-icon{display:inline-flex;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-size:28px;border-radius:50%;margin-bottom:16px}.report-modal__success p{color:#ffffffe6;font-size:1rem;margin:0}@media(min-width:768px){.mobile-sidebar-backdrop,.mobile-sidebar{display:none!important}}.mobile-sidebar-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:998;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-sidebar-backdrop.open{opacity:1;visibility:visible}.mobile-sidebar{position:fixed;top:0;left:0;bottom:0;width:300px;max-width:85vw;background:#fff;z-index:999;display:flex;flex-direction:column;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:4px 0 25px #00000026}.mobile-sidebar.open{transform:translate(0)}.mobile-sidebar__header{display:flex;align-items:center;justify-content:space-between;padding:16px;padding-top:calc(16px + env(safe-area-inset-top,0px));background:linear-gradient(135deg,#0cb278eb,#047857f0);color:#fff;min-height:70px}.mobile-sidebar__brand{display:flex;align-items:center;gap:10px;color:#fff;text-decoration:none}.mobile-sidebar__logo{height:36px;width:auto}.mobile-sidebar__brand-text{font-size:17px;font-weight:700;letter-spacing:-.3px}.mobile-sidebar__close{background:#fff3;border:none;border-radius:10px;width:44px;height:44px;display:flex;align-items:center;justify-content:center;color:#fff;font-size:18px;cursor:pointer;transition:background .15s ease;-webkit-tap-highlight-color:transparent}.mobile-sidebar__close:active{background:#ffffff4d}.mobile-sidebar__user{display:flex;align-items:center;gap:12px;padding:16px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.mobile-sidebar__avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#0cb278,#047857);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:20px;flex-shrink:0}.mobile-sidebar__user-info{display:flex;flex-direction:column;gap:2px;min-width:0}.mobile-sidebar__user-name{font-size:15px;font-weight:600;color:#1f2937;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-sidebar__user-email{font-size:13px;color:#6b7280;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-sidebar__nav{flex:1;overflow-y:auto;padding:8px 0;-webkit-overflow-scrolling:touch}.mobile-sidebar__nav-list{list-style:none;margin:0;padding:0}.mobile-sidebar__nav-item{border-bottom:1px solid #f1f5f9}.mobile-sidebar__nav-item:last-child{border-bottom:none}.mobile-sidebar__nav-link{display:flex;align-items:center;gap:14px;padding:16px 20px;color:#374151;text-decoration:none;font-size:15px;font-weight:400;transition:background .15s ease;-webkit-tap-highlight-color:transparent}.mobile-sidebar__nav-link:active{background:#f1f5f9}.mobile-sidebar__nav-link.active{color:#0cb278;background:#f0fdf4;border-left:3px solid #0cb278;padding-left:17px;font-weight:400}.mobile-sidebar__nav-icon{font-size:20px;width:28px;text-align:center;flex-shrink:0}.mobile-sidebar__nav-text{flex:1}.mobile-sidebar__dropdown-toggle{display:flex;align-items:center;gap:14px;width:100%;padding:16px 20px;background:none;border:none;color:#374151;font-size:15px;font-weight:400;cursor:pointer;text-align:left;-webkit-tap-highlight-color:transparent;transition:background .15s ease}.mobile-sidebar__dropdown-toggle:active{background:#f1f5f9}.mobile-sidebar__dropdown-toggle.active{color:#0cb278;font-weight:400}.mobile-sidebar__dropdown-arrow{color:#9ca3af;font-size:12px;transition:transform .2s ease}.mobile-sidebar__dropdown-content{max-height:0;overflow:hidden;background:#f8fafc;transition:max-height .3s ease}.mobile-sidebar__dropdown-content.expanded{max-height:300px}.mobile-sidebar__sub-link{display:block;padding:14px 20px 14px 62px;color:#6b7280;font-size:14px;font-weight:400;text-decoration:none;transition:background .15s ease,color .15s ease;-webkit-tap-highlight-color:transparent}.mobile-sidebar__sub-link:active{background:#e2e8f0}.mobile-sidebar__sub-link.active{color:#0cb278;font-weight:400;background:#dcfce7}.mobile-sidebar__report-section{padding:12px 16px;display:flex;flex-direction:row;gap:10px;border-top:1px solid #e2e8f0;background:#f8fafc}.mobile-sidebar__report-btn{display:flex;align-items:center;justify-content:center;gap:6px;flex:1;padding:10px 12px;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;transition:transform .1s ease,background .15s ease;-webkit-tap-highlight-color:transparent;border:1px solid transparent}.mobile-sidebar__report-btn:active{transform:scale(.97)}.mobile-sidebar__report-btn--bug{background:linear-gradient(135deg,#7f1d1d,#991b1b);color:#fecaca;border-color:#7f1d1d;box-shadow:0 2px 6px #7f1d1d40}.mobile-sidebar__report-btn--suggestion{background:linear-gradient(135deg,#047857,#059669);color:#d1fae5;border-color:#047857;box-shadow:0 2px 6px #10b98140}.mobile-sidebar__report-icon{font-size:14px;flex-shrink:0}.mobile-sidebar__report-text{font-size:12px;white-space:nowrap}.mobile-sidebar__report-stars{display:none}.mobile-sidebar__footer{padding:16px;padding-bottom:calc(16px + env(safe-area-inset-bottom,0px));border-top:1px solid #e2e8f0;background:#f8fafc}.mobile-sidebar__logout,.mobile-sidebar__login{display:flex;align-items:center;justify-content:center;gap:10px;width:100%;padding:14px 20px;border-radius:12px;font-size:15px;font-weight:600;cursor:pointer;transition:transform .1s ease;-webkit-tap-highlight-color:transparent}.mobile-sidebar__logout:active,.mobile-sidebar__login:active{transform:scale(.98)}.mobile-sidebar__logout{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.mobile-sidebar__login{background:linear-gradient(135deg,#0cb278,#047857);color:#fff;text-decoration:none;border:none}.mobile-sidebar__nav::-webkit-scrollbar{width:4px}.mobile-sidebar__nav::-webkit-scrollbar-track{background:transparent}.mobile-sidebar__nav::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:4px}.mobile-header{display:none;position:fixed;top:0;left:0;right:0;z-index:100;background:linear-gradient(135deg,#0cb278f2,#047857f7);padding:8px 12px;padding-top:calc(8px + var(--safe-area-top));box-sizing:border-box;max-width:100vw;overflow:hidden}@media(max-width:767px){.mobile-header{display:block}body{padding-top:calc(56px + var(--safe-area-top))}}.mobile-header__content{display:flex;align-items:center;justify-content:space-between;max-width:100%;overflow:hidden}.mobile-header__brand{display:flex;align-items:center;gap:8px;text-decoration:none;color:#fff;min-width:0;overflow:hidden}.mobile-header__logo{height:40px;width:auto;flex-shrink:0}.mobile-header__title{font-size:18px;font-weight:700;letter-spacing:.02em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-header__actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.mobile-header__icon-btn{display:flex;align-items:center;justify-content:center;width:var(--touch-target-min);height:var(--touch-target-min);background:#ffffff26;border:none;border-radius:10px;color:#fff;font-size:18px;cursor:pointer;transition:all .2s ease;-webkit-tap-highlight-color:transparent}.mobile-header__icon-btn:active{transform:scale(.95);background:#ffffff40}.mobile-header__hamburger{display:flex;align-items:center;justify-content:center;width:var(--touch-target-min);height:var(--touch-target-min);background:#ffffff26;border:none;border-radius:10px;color:#fff;font-size:20px;cursor:pointer;transition:all .15s ease;-webkit-tap-highlight-color:transparent;flex-shrink:0}.mobile-header__hamburger:active{transform:scale(.95);background:#ffffff40}.mobile-search-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:200;display:flex;flex-direction:column;animation:searchFadeIn .25s ease-out}@keyframes searchFadeIn{0%{opacity:0}to{opacity:1}}.mobile-search-container{background:linear-gradient(135deg,#0cb278fa,#047857fc);padding:12px 16px;padding-top:calc(12px + var(--safe-area-top));box-shadow:0 4px 20px #00000026;animation:searchSlideDown .3s cubic-bezier(.16,1,.3,1);transform-origin:top center}@keyframes searchSlideDown{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.mobile-search-backdrop{flex:1;background:#0000004d;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}.mobile-search-results{background:#fff;max-height:60vh;overflow-y:auto;border-radius:0 0 16px 16px;margin:0 8px;box-shadow:0 8px 32px #0000001f;animation:searchResultsSlide .25s ease-out .1s both}@keyframes searchResultsSlide{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-search-form{display:flex;align-items:center;background:#fffffff2;border-radius:12px;padding:12px 16px;gap:12px;box-shadow:0 2px 8px #00000014}.mobile-search-icon{color:var(--primary);font-size:18px;flex-shrink:0}.mobile-search-input{flex:1;border:none;background:none;font-size:16px;color:var(--text);outline:none}.mobile-search-input::placeholder{color:var(--gray-400)}.mobile-search-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;min-width:32px;min-height:32px;aspect-ratio:1;flex-shrink:0;background:var(--gray-100);border:none;border-radius:50%;color:var(--gray-500);font-size:14px;cursor:pointer;transition:all .15s ease}.mobile-search-close:active{background:var(--gray-200);transform:scale(.95)}.mobile-search-suggestions{list-style:none;margin:0;padding:0}.mobile-search-suggestions li{border-bottom:1px solid var(--gray-100)}.mobile-search-suggestions li:last-child{border-bottom:none}.mobile-search-suggestions button{display:flex;align-items:center;gap:12px;width:100%;padding:14px 8px;background:none;border:none;text-align:left;cursor:pointer;font-size:15px}.mobile-search-suggestions button:active{background:var(--gray-50)}.suggestion-symbol{font-weight:600;color:var(--primary);min-width:60px}.suggestion-name{color:var(--muted);flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-search-loading{text-align:center;padding:24px;color:var(--muted);font-size:14px}.mobile-search-recent-header{display:flex;align-items:center;justify-content:space-between;padding:12px 16px 8px;border-bottom:1px solid var(--gray-100)}.mobile-search-recent-title{font-size:12px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:var(--gray-400)}.mobile-search-recent-clear-all{border:none;background:none;color:var(--danger, #ef4444);font-size:12px;cursor:pointer;padding:4px 8px;border-radius:6px;-webkit-tap-highlight-color:transparent}.mobile-search-recent-clear-all:active{background:#ef44441a}.mobile-search-recent-item{display:flex;align-items:center}.mobile-search-recent-item>button:first-child{flex:1}.mobile-search-recent-remove{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border:none;background:transparent;color:var(--gray-300);font-size:12px;cursor:pointer;flex-shrink:0;border-radius:50%;-webkit-tap-highlight-color:transparent}.mobile-search-recent-remove:active{background:#ef44441a;color:var(--danger, #ef4444)}.mobile-user-container{position:relative}.mobile-header__user-avatar{display:flex;align-items:center;justify-content:center;width:var(--touch-target-min);height:var(--touch-target-min);min-width:var(--touch-target-min);min-height:var(--touch-target-min);aspect-ratio:1;flex-shrink:0;background:linear-gradient(135deg,#fff,#f0fdf4);border:2px solid rgba(255,255,255,.5);border-radius:50%;color:var(--primary);font-size:16px;font-weight:700;cursor:pointer;transition:all .2s ease;-webkit-tap-highlight-color:transparent;position:relative}.mobile-header__avatar-badge{position:absolute;top:-2px;right:-2px;background:#ff3b30;color:#fff;font-size:9px;font-weight:700;min-width:14px;height:14px;border-radius:7px;display:flex;align-items:center;justify-content:center;padding:0 3px;line-height:1;border:1.5px solid white;box-sizing:border-box}.mobile-header__user-avatar:active{transform:scale(.95)}.mobile-user-menu{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;min-width:200px;z-index:300;overflow:hidden;animation:slideDown .2s ease}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.mobile-user-info{display:flex;flex-direction:column;padding:14px 16px;border-bottom:1px solid var(--gray-100);background:var(--gray-50)}.mobile-user-name{font-weight:600;color:var(--text);font-size:14px}.mobile-user-email{font-size:12px;color:var(--muted);margin-top:2px}.mobile-user-menu-item{display:flex;align-items:center;gap:10px;width:100%;padding:12px 16px;background:none;border:none;text-align:left;font-size:14px;color:var(--text);cursor:pointer;transition:background .15s ease}.mobile-user-menu-badge{margin-left:auto;background:#ff3b30;color:#fff;font-size:11px;font-weight:700;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 6px;line-height:1}.mobile-user-menu-item:active{background:var(--gray-100)}.mobile-user-menu-item.logout{color:#dc2626;border-top:1px solid var(--gray-100)}@media(max-width:767px)and (orientation:landscape){.mobile-header{padding:4px 10px;padding-top:calc(4px + var(--safe-area-top))}body{padding-top:calc(40px + var(--safe-area-top))}.mobile-header__logo{height:28px}.mobile-header__title{font-size:15px}.mobile-header__icon-btn{width:34px;height:34px;min-width:34px;min-height:34px;font-size:15px;border-radius:8px}.mobile-header__hamburger{width:34px;height:34px;min-width:34px;min-height:34px;font-size:17px;border-radius:8px}.mobile-header__user-avatar{width:34px;height:34px;min-width:34px;min-height:34px;font-size:14px}.mobile-search-container{padding:8px 12px;padding-top:calc(8px + var(--safe-area-top))}.mobile-search-form{padding:8px 12px;border-radius:10px}.mobile-search-results{max-height:50vh}}@media(max-width:359px){.mobile-header{padding:6px 8px;padding-top:calc(6px + var(--safe-area-top))}.mobile-header__brand{gap:6px}.mobile-header__logo{height:32px}.mobile-header__title{font-size:16px}.mobile-header__actions{gap:4px}}.site-footer{background:linear-gradient(180deg,#ecfdf5a6,#ffffffe6);border-top:1px solid rgba(6,95,70,.12);padding:48px clamp(24px,5vw,96px) 32px;color:var(--text);margin-top:48px;position:relative;z-index:100}.footer-inner{display:flex;flex-wrap:wrap;gap:36px;align-items:flex-start;justify-content:space-between}.footer-brand{max-width:320px}.footer-logo{display:inline-block;font-size:20px;font-weight:700;letter-spacing:.12em;text-transform:uppercase;margin-bottom:12px;color:var(--primary-darker)}.footer-brand p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}.footer-links{display:flex;gap:32px;flex-wrap:wrap}.footer-links h4{margin-bottom:12px;font-size:14px;letter-spacing:.08em;text-transform:uppercase}.footer-links ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px;font-size:13px;color:var(--muted)}.footer-bottom{margin-top:36px;padding-top:24px;border-top:1px solid rgba(15,23,42,.08);display:flex;flex-wrap:wrap;gap:16px;justify-content:space-between;font-size:12px;letter-spacing:.04em;color:var(--muted)}@media(max-width:768px){.footer-inner{flex-direction:column;gap:28px}.footer-bottom{flex-direction:column;align-items:flex-start}}@media(max-width:767px){.site-footer{display:none!important}}.main{flex:1;display:flex;justify-content:flex-start;flex-direction:column;padding:2rem;position:relative;min-height:calc(100vh - var(--header-height));gap:1rem}.hero-section{justify-self:center;align-self:center;display:flex;align-items:center;justify-content:center;width:100%;text-align:left;padding:0 clamp(16px,5vw,48px)}.home-columns{display:flex;justify-content:center;align-items:stretch;gap:clamp(18px,4vw,32px);margin:1rem auto;max-width:1400px;width:100%;padding:0 clamp(16px,4vw,48px)}.news-column{flex:1;max-width:440px;display:flex}.landing-block{flex:2;max-width:900px;display:flex;align-items:stretch;justify-content:center}.landing-block .chat-widget{width:100%;height:auto!important;margin-bottom:0}@media(max-width:1100px){.home-columns{flex-direction:column;align-items:center}.landing-block,.news-column{max-width:100%;width:100%}.landing-block{height:auto;min-height:auto}.landing-block .chat-widget{height:100%!important}}@media(max-width:950px){.main{padding:1.5rem 1rem}}@media(max-width:768px){.main{padding:1.25rem}.home-columns{margin:1rem .5rem .75rem;gap:16px;padding:0 .5rem}.landing-block{min-height:auto}}@media(max-width:767px){.main{padding:8px 16px 16px;min-height:auto;gap:16px}.hero-section{padding:0;margin-bottom:8px}.home-columns{margin:0;gap:12px;padding:0}}.mobile-cta-card{display:none}@media(max-width:767px){.mobile-cta-card{display:flex;flex-direction:column;align-items:center;text-align:center;padding:28px 20px;background:linear-gradient(135deg,#fff,#f0fdf4,#ecfdf5);border-radius:20px;border:2px solid var(--primary);margin-bottom:12px;box-shadow:0 8px 32px #05966926}.mobile-cta-tagline{font-size:1.25rem;color:var(--text);line-height:1.4;margin:0 0 20px;font-weight:700;letter-spacing:-.01em}.mobile-cta-tagline:before{content:"📖 "}.mobile-cta-tagline:after{content:" 🎧"}.mobile-cta-button{background:linear-gradient(135deg,var(--primary) 0%,var(--primary-dark) 100%);color:#fff;border:none;padding:16px 32px;font-size:1.1rem;font-weight:700;border-radius:50px;cursor:pointer;box-shadow:0 6px 20px #05966959;width:100%;max-width:280px;-webkit-tap-highlight-color:transparent;transition:transform .2s ease,box-shadow .2s ease}.mobile-cta-button:active{transform:scale(.98);box-shadow:0 4px 15px #05966966}.mobile-podcast-teaser{display:flex;align-items:center;gap:8px;margin-top:18px;padding:10px 18px;background:#05966914;border-radius:30px;border:1px solid rgba(5,150,105,.2)}.mobile-podcast-teaser .podcast-icon{font-size:1.3rem}.mobile-podcast-teaser .podcast-text{font-size:.9rem;color:var(--primary-dark);font-weight:600}}@media(max-width:480px){.main{padding:4px 12px 12px}.hero-section{padding:0}.home-columns{margin:0;gap:10px;padding:0}.landing-block{min-height:auto}}.quote-carousel{position:relative;display:flex;flex-direction:column;gap:20px;background:#fff;text-align:center}.quote-carousel__slide{margin:0;display:flex;flex-direction:column;gap:14px;animation:quote-fade .9s ease;justify-content:center}.quote-carousel__text{margin:0;width:100%;font-size:clamp(28px,5.5vw,48px);line-height:1.1;font-weight:600;color:#111;white-space:normal;overflow:visible;text-overflow:initial;word-break:break-word}.quote-carousel__author{font-size:1rem;letter-spacing:.06em;text-transform:uppercase;color:#0009}.quote-carousel__controls{display:inline-flex;align-items:center;gap:10px}.quote-carousel__dot{width:12px;height:12px;border-radius:50%;border:none;background:#0000003d;cursor:pointer;transition:transform .25s ease,background .25s ease}.quote-carousel__dot:hover,.quote-carousel__dot:focus-visible{transform:scale(1.1);background:#0009;outline:none}.quote-carousel__dot--active{background:#000000d9}@keyframes quote-fade{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media(max-width:960px){.quote-carousel__text{width:100%;white-space:normal;text-overflow:clip}}@media(max-width:640px){.quote-carousel{padding:24px 20px 32px}.quote-carousel__text{font-size:clamp(24px,6vw,34px)}}@media(max-width:767px){.quote-carousel{padding:16px 8px 20px}.quote-carousel__slide{gap:10px}.quote-carousel__text{font-size:clamp(20px,5.5vw,28px);line-height:1.2}.quote-carousel__author{font-size:.85rem}}.chat-widget{display:flex;flex-direction:column;justify-content:flex-start;width:100%;transition:height .4s ease;background:#fff;border:1px solid var(--primary-100);border-radius:35px;box-shadow:0 8px 24px #065f461f;margin-bottom:30px;padding-bottom:0;position:relative;overflow:hidden}.chatbox-coming-soon-badge{position:absolute;top:12px;right:12px;background:linear-gradient(135deg,#10b981,#059669);color:#fff;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:600;display:flex;align-items:center;gap:6px;z-index:10;box-shadow:0 2px 8px #10b9814d}.chatbox-coming-soon-badge .coming-soon-icon{font-size:14px;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.chat-widget--floating{width:min(420px,100%);margin-bottom:0;background:transparent;border:none;box-shadow:none;transition:height .35s ease;box-sizing:border-box}.chat-card{width:100%;height:100%;padding:0;background:transparent;display:flex;flex-direction:column;gap:0;overflow:hidden;box-sizing:border-box;position:relative}.chat-card--floating{border-radius:24px;background:#fffffffa;border:1px solid rgba(15,23,42,.12);box-shadow:0 26px 48px #0f172a2e;overflow:hidden}.chat-floating-controls{display:flex;align-items:center;justify-content:space-between;padding:14px 18px 0}.chat-floating-title{font-size:12px;letter-spacing:.08em;text-transform:uppercase;color:var(--primary-darker);font-weight:600}.chat-floating-close{border:none;background:transparent;color:var(--primary-darker);font-size:24px;line-height:1;cursor:pointer;padding:4px 6px;border-radius:10px;transition:background .2s ease,transform .2s ease}.chat-floating-close:hover{background:#065f461f;transform:scale(1.05)}.chat-new-conversation{border:none;background:transparent;color:var(--primary-darker);font-size:22px;font-weight:500;line-height:1;cursor:pointer;padding:4px 8px;border-radius:10px;transition:background .2s ease,transform .2s ease}.chat-new-conversation:hover{background:#065f461f;transform:scale(1.05)}.chat-widget--floating.is-collapsed .chat-floating-controls{display:none}.chat-messages{flex:1;overflow-y:auto;padding:28px 28px 18px;scroll-behavior:smooth;scrollbar-width:none;-ms-overflow-style:none;position:relative;z-index:1}.chat-messages::-webkit-scrollbar{width:0;height:0}.chat-thread{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:12px;position:relative;z-index:1}.chat-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 48px 80px;gap:1rem;font-size:clamp(26px,4vw,34px);font-weight:600;line-height:1.2;color:#065f4652;letter-spacing:.005em;-webkit-user-select:none;user-select:none;pointer-events:none;opacity:0;transform:translateY(-10px);transition:opacity .35s ease,transform .35s ease}.chat-avatar-float{position:absolute;bottom:60px;right:20px;z-index:2;pointer-events:none}.chat-assistant-image{width:auto;height:180px;max-width:200px;object-fit:contain}.chat-placeholder span{display:block;max-width:640px;font-family:var(--font-sans, "Montserrat", sans-serif);text-align:center;text-transform:none;text-shadow:0 6px 14px rgba(6,95,70,.08)}.chat-placeholder.is-visible{opacity:1;transform:translateY(0)}.chat-widget--floating.is-collapsed .chat-messages,.chat-widget--floating.is-collapsed .chat-toolbar,.chat-widget--floating.is-collapsed .chat-placeholder{display:none}.chat-bubble{max-width:85%;padding:12px 16px;border-radius:18px;font-size:15px;line-height:1.4;box-shadow:0 8px 18px #0f513c14}.chat-bubble span{display:block}.chat-bubble-user{margin-left:auto;background:var(--primary-darker);color:#fff;border-top-right-radius:4px}.chat-bubble-assistant{margin-right:auto;background:linear-gradient(180deg,#f0fff7,#ebfff6);color:#0f172a;border:1px solid rgba(16,185,129,.2);border-top-left-radius:4px}.chat-toolbar{display:flex;align-items:center;gap:12px;padding:0 28px 10px}.chat-error{margin-right:auto;color:#b91c1c;font-size:13px}.chat-reset-btn{border:none;background:transparent;color:var(--primary-darker);font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em;cursor:pointer;padding:6px 0;transition:color .2s ease;margin-left:auto}.chat-reset-btn:hover{color:var(--primary-darkest)}.chat-reset-btn:disabled{color:var(--primary-100);cursor:not-allowed}.chat-input-shell{position:relative;width:100%;padding:12px 22px 20px;background:linear-gradient(180deg,#f0fff7eb,#ebfff6f5,#fffffffa);border-top:1px solid rgba(16,185,129,.14);border-radius:0 0 35px 35px;box-shadow:inset 0 1px #ffffffb3;display:flex;box-sizing:border-box;z-index:10}.chat-card--floating .chat-input-shell{border-radius:0 0 24px 24px}.chat-widget--floating.is-collapsed .chat-input-shell{padding:0;background:transparent;border-radius:0;border-top:none;box-shadow:none}.chat-input-row{width:100%;border-radius:9999px;background:#fff;border:1px solid rgba(16,185,129,.2);box-shadow:0 8px 24px #10b9811f,inset 0 0 0 1px #ffffffb3;display:flex;align-items:center;padding:8px 8px 8px 14px;gap:12px}.chat-widget--floating.is-collapsed .chat-input-row{border:1px solid rgba(16,185,129,.2);box-shadow:0 10px 24px #10b9812e,inset 0 0 0 1px #ffffffa6;padding:8px 10px 8px 18px}.chat-input{flex:1;height:46px;border:none;outline:none;background:#fff;border-radius:9999px;padding:0 16px;font-size:15px;color:#0f172a}.chat-input::placeholder{color:#94a3b8}.chat-widget--floating .chat-input{height:40px;font-size:14px}.chat-widget--floating.is-collapsed .chat-input{height:36px;font-size:13px}.send-btn{width:46px;height:46px;border:none;border-radius:50%;background:var(--primary-darker);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 18px #10b98140;transition:background .2s ease,transform .05s ease}.chat-widget--floating .send-btn{width:42px;height:42px}.chat-widget--floating.is-collapsed .send-btn{width:36px;height:36px;box-shadow:0 8px 16px #10b98133}.send-btn:disabled{background:var(--primary-100);cursor:not-allowed;box-shadow:none}.send-btn:hover{background:var(--primary-darkest)}.send-btn:active{transform:translateY(1px)}@media(max-width:600px){.chat-messages{padding:18px 16px 12px}.chat-input-shell{padding:10px 14px 14px;border-radius:20px 20px 28px 28px}.chat-input-row{padding:6px 6px 6px 12px;gap:8px}.chat-input{height:40px;font-size:14px}.send-btn{width:40px;height:40px}.chat-widget{margin-bottom:8px}.chat-widget--floating{width:100%;max-width:calc(100vw - 32px)}}.chat-content{display:block;line-height:1.6}.chat-content .md-p{margin:0 0 12px}.chat-content .md-p:last-child{margin-bottom:0}.chat-content .md-h2{font-size:18px;font-weight:700;color:var(--primary-darker);margin:16px 0 10px;padding-bottom:6px;border-bottom:2px solid rgba(16,185,129,.2)}.chat-content .md-h3{font-size:16px;font-weight:600;color:var(--primary-darker);margin:14px 0 8px}.chat-content .md-h4{font-size:14px;font-weight:600;color:#334155;margin:12px 0 6px}.chat-content .md-h2:first-child,.chat-content .md-h3:first-child,.chat-content .md-h4:first-child{margin-top:0}.chat-content .md-ul,.chat-content .md-ol{margin:8px 0 12px;padding-left:20px}.chat-content .md-li,.chat-content .md-li-num{margin:4px 0;padding-left:4px}.chat-content .md-code{background:#10b9811a;color:var(--primary-darker);padding:2px 6px;border-radius:4px;font-family:Fira Code,Monaco,Consolas,monospace;font-size:.9em}.chat-content .md-link{color:var(--primary-darker);text-decoration:none;border-bottom:1px solid rgba(16,185,129,.4);transition:border-color .2s ease}.chat-content .md-link:hover{border-bottom-color:var(--primary-darker)}.chat-content strong{font-weight:600;color:#1e293b}.chat-content em{font-style:italic}.chat-content cite{color:var(--primary-darker);font-style:normal;font-weight:600;cursor:pointer;padding:0 2px;border-radius:3px;transition:background .15s ease}.chat-content cite:hover{background:#10b98126}.chat-sources{margin-top:10px;padding-top:8px;border-top:1px dashed rgba(16,185,129,.25)}.sources-dropdown{font-size:13px}.sources-toggle{cursor:pointer;color:var(--primary-darker);font-weight:500;display:flex;align-items:center;gap:6px;-webkit-user-select:none;user-select:none;padding:4px 0}.sources-toggle:hover{text-decoration:underline}.sources-icon{font-size:14px}.sources-list{margin:8px 0 0;padding:0 0 0 16px;list-style:none;font-size:12px;color:#64748b}.source-item{padding:4px 0;border-bottom:1px solid rgba(0,0,0,.05)}.source-item:last-child{border-bottom:none}.source-item span{cursor:pointer;display:inline}.source-item span:hover{color:var(--primary-darker);text-decoration:underline}.source-item a{color:var(--primary-darker);text-decoration:none}.source-item a:hover{text-decoration:underline}.source-rag:before{content:"📖";margin-right:6px}.source-api:before{content:"📊";margin-right:6px}.source-web:before{content:"🌐";margin-right:6px}.chat-loading{min-height:42px}.loading-dots{display:inline-flex;flex-direction:row;align-items:center;gap:6px}.loading-dots span{display:inline-block;width:8px;height:8px;border-radius:50%;background-color:var(--primary-darker);animation:loadingPulse 1.4s infinite ease-in-out both}.loading-dots span:nth-child(1){animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}.loading-dots span:nth-child(3){animation-delay:0s}@keyframes loadingPulse{0%,80%,to{opacity:.3;transform:scale(.8)}40%{opacity:1;transform:scale(1.2)}}.reasoning-container{display:flex;flex-direction:column;gap:8px}.reasoning-step{display:flex;align-items:flex-start;gap:10px;padding:8px 12px;background:#10b98114;border-radius:8px;border-left:3px solid var(--primary-darker);font-size:13px;color:#475569;animation:fadeInSlide .3s ease-out}.reasoning-step.completed{background:#10b9810d;border-left-color:#94a3b8}.reasoning-step.active{background:#10b9811f}.reasoning-icon{flex-shrink:0;font-size:16px;line-height:1.4}.reasoning-icon.spin{animation:spinRotate 1s linear infinite}.reasoning-content{flex:1;min-width:0}.reasoning-title{font-weight:600;color:#334155;margin-bottom:2px}.reasoning-detail{font-size:12px;color:#64748b;word-break:break-word}.reasoning-time{font-size:11px;color:#94a3b8;margin-left:auto;flex-shrink:0}@keyframes fadeInSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.reasoning-dropdown{margin-bottom:12px;font-size:13px}.reasoning-toggle{cursor:pointer;color:var(--primary-darker);font-weight:500;display:flex;align-items:center;gap:6px;-webkit-user-select:none;user-select:none;padding:6px 10px;background:#10b98114;border-radius:8px;transition:background .2s ease}.reasoning-toggle:hover{background:#10b98126}.reasoning-toggle-icon{font-size:14px}.reasoning-dropdown[open] .reasoning-toggle{border-radius:8px 8px 0 0;margin-bottom:0}.reasoning-container.collapsed{padding:8px;background:#10b9810a;border-radius:0 0 8px 8px;border:1px solid rgba(16,185,129,.1);border-top:none;max-height:200px;overflow-y:auto}.reasoning-container.collapsed .reasoning-step{padding:6px 10px;font-size:12px}.chat-bubble-streaming{min-height:auto}.streaming-content{margin-top:12px;padding-top:12px;border-top:1px dashed rgba(16,185,129,.25)}.streaming-content .chat-content{display:inline}.streaming-cursor{display:inline-block;color:var(--primary-darker);animation:cursorBlink 1s infinite;margin-left:2px;font-weight:400}@keyframes cursorBlink{0%,50%{opacity:1}51%,to{opacity:0}}.send-btn .spin{animation:spinRotate 1s linear infinite}@keyframes spinRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.source-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.source-modal{background:#fff;border-radius:16px;padding:24px;max-width:480px;width:90%;max-height:70vh;overflow-y:auto;box-shadow:0 20px 60px #0000004d;position:relative;animation:slideUp .25s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.source-modal-close{position:absolute;top:12px;right:12px;width:32px;height:32px;border:none;background:#f1f5f9;border-radius:50%;font-size:20px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.source-modal-close:hover{background:#e2e8f0}.source-modal h3{margin:0 0 16px;font-size:18px;color:var(--primary-darker);padding-right:30px}.source-meta{font-size:14px;color:#64748b;margin:8px 0}.source-preview{background:#f8fafc;border-radius:8px;padding:12px;font-size:14px;line-height:1.5;color:#334155;margin:12px 0;max-height:200px;overflow-y:auto}.source-link{display:inline-block;margin-top:12px;color:var(--primary-darker);font-weight:600;text-decoration:none;padding:10px 16px;background:#10b9811a;border-radius:8px;transition:background .2s ease}.source-link:hover{background:#10b98133}.conversations-sidebar{position:absolute;top:0;left:0;width:280px;max-width:80%;height:100%;background:#fff;z-index:50;transform:translate(-100%);transition:transform .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;border-radius:35px 0 0 35px;box-shadow:none}.conversations-sidebar.open{box-shadow:4px 0 16px #0000001a}.chat-card--floating .conversations-sidebar{border-radius:24px 0 0 24px}.conversations-sidebar.open{transform:translate(0);box-shadow:4px 0 16px #0000001a}.conversations-sidebar-header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid rgba(16,185,129,.15);background:linear-gradient(180deg,#f0fff7e6,#fff)}.conversations-sidebar-header h3{margin:0;font-size:16px;font-weight:600;color:var(--primary-darker)}.sidebar-close-btn{width:32px;height:32px;border:none;background:transparent;color:var(--primary-darker);font-size:24px;cursor:pointer;border-radius:8px;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.sidebar-close-btn:hover{background:#065f461a}.new-conversation-btn{display:flex;align-items:center;gap:10px;margin:16px;padding:12px 16px;border:2px dashed rgba(16,185,129,.3);background:transparent;border-radius:12px;color:var(--primary-darker);font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.new-conversation-btn:hover{background:#10b98114;border-color:#10b98180}.new-conv-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:var(--primary-darker);color:#fff;border-radius:50%;font-size:16px;font-weight:700}.conversations-list{flex:1;overflow-y:auto;padding:0 12px 16px}.conversations-loading,.conversations-empty{display:flex;align-items:center;justify-content:center;padding:40px 20px;color:#94a3b8;font-size:14px}.conversation-item{display:flex;align-items:center;gap:8px;padding:14px 16px;margin:4px 0;border-radius:12px;cursor:pointer;transition:all .2s ease;background:transparent}.conversation-item:hover{background:#10b98114}.conversation-item.active{background:#10b98126;border:1px solid rgba(16,185,129,.3)}.conversation-item-content{flex:1;min-width:0}.conversation-item-title{font-size:14px;font-weight:500;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.conversation-item-date{font-size:12px;color:#94a3b8;margin-top:2px}.conversation-delete-btn{width:28px;height:28px;border:none;background:transparent;color:#94a3b8;font-size:18px;cursor:pointer;border-radius:6px;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .2s ease}.conversation-item:hover .conversation-delete-btn{opacity:1}.conversation-delete-btn:hover{background:#ef44441a;color:#ef4444}.conversation-delete-btn.confirm{opacity:1;background:#ef4444;color:#fff}.chat-header-controls{display:flex;align-items:center;justify-content:space-between;padding:12px 20px 0}.chat-header-controls .chat-new-conversation{margin-left:auto}.chat-sidebar-toggle{width:36px;height:36px;border:none;background:transparent;color:var(--primary-darker);cursor:pointer;border-radius:10px;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.chat-sidebar-toggle:hover{background:#065f461a}.chat-floating-controls .chat-sidebar-toggle{width:32px;height:32px;margin-right:8px}.chat-widget--floating.is-collapsed .chat-header-controls{display:none}@media(max-width:600px){.chat-sidebar-toggle{width:32px;height:32px}}@media(max-width:767px){.chat-page{padding-bottom:calc(var(--bottom-nav-height, 64px) + 16px);min-height:100vh;min-height:100dvh}.chat-container{border-radius:0;height:calc(100vh - var(--bottom-nav-height, 64px));height:calc(100dvh - var(--bottom-nav-height, 64px))}.chat-header{padding:12px 16px;min-height:56px}.chat-header-title{font-size:16px}.chat-header-controls{gap:8px}.chat-sidebar-toggle,.chat-header-btn{width:40px;height:40px;min-width:40px;min-height:40px;border-radius:10px}.chat-sidebar{position:absolute;left:0;top:0;bottom:0;width:85%;max-width:300px;z-index:100;transform:translate(-100%);transition:transform .3s ease;border-radius:0}.chat-sidebar.is-open{transform:translate(0)}.chat-sidebar-overlay{display:none;position:absolute;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:99}.chat-sidebar.is-open+.chat-sidebar-overlay{display:block}.conversation-item{padding:12px 14px;min-height:48px}.conversation-title{font-size:14px}.conversation-preview{font-size:12px}.new-chat-btn{min-height:44px;padding:12px 16px;font-size:14px;border-radius:10px}.chat-messages{padding:16px;gap:12px}.chat-message{max-width:90%;padding:12px 14px;border-radius:16px;font-size:14px;line-height:1.5}.chat-message.user{border-bottom-right-radius:4px}.chat-message.assistant{border-bottom-left-radius:4px}.message-content{font-size:14px}.message-time{font-size:11px;margin-top:6px}.chat-input-area{padding:12px 16px;padding-bottom:calc(12px + env(safe-area-inset-bottom,0));gap:10px;border-top:1px solid rgba(0,0,0,.08)}.chat-input-wrapper{gap:10px}.chat-input{min-height:44px;padding:12px 14px;font-size:16px;border-radius:22px;resize:none}.chat-send-btn{width:44px;height:44px;min-width:44px;min-height:44px;border-radius:50%;flex-shrink:0}.typing-indicator{padding:10px 14px;border-radius:16px;font-size:13px}.quick-actions{padding:12px 16px;gap:8px;overflow-x:auto;-webkit-overflow-scrolling:touch}.quick-actions::-webkit-scrollbar{display:none}.quick-action-btn{min-height:36px;padding:8px 14px;font-size:13px;border-radius:18px;white-space:nowrap;flex-shrink:0}.chat-suggestions{padding:12px 16px;gap:8px}.suggestion-chip{padding:10px 14px;font-size:13px;border-radius:18px;min-height:40px}.chat-widget--floating{position:fixed;bottom:calc(var(--bottom-nav-height, 64px) + 16px);right:16px;left:16px;width:auto;max-width:100%;height:calc(100vh - var(--bottom-nav-height, 64px) - 100px);max-height:500px;border-radius:16px}.chat-container button,.chat-container [role=button]{min-height:44px;min-width:44px}}.daily-performers-section{width:100%;max-width:100%;padding:2rem clamp(16px,4vw,48px)}@media(max-width:767px){.daily-performers-section{padding:16px 12px}.performers-container.three-columns,.performers-container.two-columns{display:grid!important;grid-template-columns:1fr;gap:16px}.performers-container.three-columns .performers-cta-card{display:none}.performers-column{padding:12px;border-radius:12px}.performers-title{font-size:1rem;margin-bottom:12px}.performers-grid{grid-template-columns:1fr 1fr;gap:8px}.performers-grid>div[role=button]{padding:10px 12px!important;min-height:100px!important;border-radius:10px!important}.performers-grid>div[role=button] span[style*="font-size: 15px"]{font-size:13px!important}.performers-grid>div[role=button] span[style*="font-size: 12px"]{font-size:11px!important}.performers-grid>div[role=button]>div:last-child{display:none}.performers-grid>div[role=button] svg{width:60px!important;height:24px!important}}.daily-performers-section.logged-in,.daily-performers-section.logged-out{max-width:100%}.performers-header{text-align:center;margin-bottom:1.5rem}.performers-main-title{font-size:clamp(1.5rem,3vw,2rem);font-weight:700;color:#1e293b;margin:0 0 .5rem}.performers-subtitle{font-size:.95rem;color:#64748b;margin:0}.performers-container{display:grid;gap:clamp(16px,2vw,24px)}.performers-container.two-columns{grid-template-columns:1fr 1fr}.performers-container.three-columns{grid-template-columns:1fr minmax(280px,350px) 1fr}.bottom-section-grid{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto auto;gap:20px;margin-top:24px;align-items:stretch;max-width:100%;overflow:visible}@media(max-width:1100px){.bottom-section-grid{grid-template-columns:1fr;grid-template-rows:auto}.portfolio-upload-card-compact,.portfolio-summary-card,.notifications-promo-card,.news-preview-card,.gamification-card,.bottom-section-grid .chat-widget,.top-performer-spotlight{grid-column:1;grid-row:auto}.top-performer-spotlight{order:1}.notifications-promo-card{order:2}.portfolio-upload-card-compact,.portfolio-summary-card{order:3}.news-preview-card{order:4}.gamification-card{order:5}.bottom-section-grid .chat-widget{order:6}}.bottom-left-column,.bottom-right-column{display:contents}.portfolio-upload-card-compact,.portfolio-summary-card{grid-column:1;grid-row:1;align-self:stretch}.portfolio-summary-card{background:linear-gradient(135deg,#10b9810a,#05966914);border:1.5px solid rgba(16,185,129,.2);border-radius:16px;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem}.portfolio-summary-header{display:flex;align-items:center;justify-content:space-between}.portfolio-summary-title-row{display:flex;align-items:center;gap:8px}.portfolio-summary-title-row .portfolio-icon{font-size:1.5rem}.portfolio-summary-title-row h4{margin:0;font-size:1.15rem;font-weight:700;color:#059669}.portfolio-view-btn{background:transparent;color:#059669;border:1px solid rgba(5,150,105,.3);padding:.4rem .75rem;font-size:.85rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all .2s ease}.portfolio-view-btn:hover{background:#0596691a;border-color:#05966980}.portfolio-header-actions{display:flex;align-items:center;gap:8px}.portfolio-selector-wrapper{position:relative}.portfolio-menu-btn{background:transparent;border:1px solid rgba(5,150,105,.2);color:#059669;width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;font-size:1rem;padding:0}.portfolio-menu-btn:hover{background:#0596691a;border-color:#05966966}.portfolio-selector-dropdown{position:absolute;top:calc(100% + 6px);right:0;min-width:220px;max-width:300px;background:#fff;border:1.5px solid rgba(5,150,105,.2);border-radius:12px;box-shadow:0 8px 24px #0000001f,0 2px 8px #0000000f;z-index:100;overflow:hidden;animation:portfolioDropdownFadeIn .15s ease-out}@keyframes portfolioDropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.portfolio-dropdown-header{padding:10px 14px 8px;font-size:.75rem;font-weight:700;color:#64748b;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid rgba(0,0,0,.06)}.portfolio-dropdown-item{display:flex;align-items:center;justify-content:space-between;width:100%;padding:10px 14px;background:transparent;border:none;font-size:.9rem;font-weight:500;color:#334155;cursor:pointer;transition:background .15s ease;text-align:left}.portfolio-dropdown-item:hover{background:#0596690f}.portfolio-dropdown-item.active{background:#05966914;color:#059669;font-weight:600}.portfolio-dropdown-item .dropdown-item-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1;margin-right:8px}.dropdown-check-icon{color:#059669;font-size:1rem;flex-shrink:0}.portfolio-mini-chart{height:60px;max-width:300px;background:#ffffff80;border-radius:8px;overflow:hidden;padding:4px}.portfolio-sparkline{width:100%;height:100%}.portfolio-chart-placeholder{display:flex;align-items:center;justify-content:center;height:100%;color:#94a3b8;font-size:.85rem}.portfolio-metrics-grid{display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.portfolio-metric{background:#fff9;border-radius:8px;padding:.6rem .75rem;display:flex;flex-direction:column;gap:.2rem}.portfolio-metric .metric-label{font-size:.75rem;color:#64748b;font-weight:500}.portfolio-metric .metric-value{font-size:1rem;font-weight:700;color:#1e293b}.portfolio-metric .metric-value.positive{color:#10b981}.portfolio-metric .metric-value.negative{color:#ef4444}.portfolio-metric .metric-pct{font-size:.85rem;font-weight:600;margin-left:4px}.portfolio-top-movers{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap;padding-top:.5rem;border-top:1px solid rgba(16,185,129,.15)}.movers-label{font-size:.8rem;color:#64748b;font-weight:600}.movers-list{display:flex;gap:.5rem;flex-wrap:wrap}.mover-item{font-size:.8rem;font-weight:600;padding:.2rem .5rem;border-radius:4px;background:#64748b1a}.mover-item.positive{color:#10b981;background:#10b9811a}.mover-item.negative{color:#ef4444;background:#ef44441a}.portfolio-loading{display:flex;flex-direction:column;gap:.75rem;flex:1}.portfolio-loading .portfolio-chart-placeholder{height:80px;background:linear-gradient(90deg,#10b9810d,#10b98126,#10b9810d);background-size:200% 100%;animation:skeleton-pulse 1.5s ease-in-out infinite;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#64748b;font-size:.9rem}.portfolio-empty-state{display:flex;flex-direction:column;gap:.75rem;flex:1}.portfolio-empty-state .portfolio-chart-placeholder{height:80px;background:#64748b14;border-radius:8px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#64748b;font-size:.9rem;gap:4px}.portfolio-empty-state .empty-portfolio-icon{font-size:1.3rem}.notifications-promo-card{grid-column:2;grid-row:1;align-self:stretch}.news-preview-card{grid-column:1;grid-row:2}.gamification-card{grid-column:1;grid-row:3}.bottom-section-grid .chat-widget{grid-column:1;grid-row:4;min-height:400px;margin-bottom:0}.top-performer-spotlight{grid-column:2;grid-row:2 / 5}.portfolio-upload-card-compact{background:linear-gradient(135deg,#10b9810a,#05966914);border:1.5px solid rgba(16,185,129,.2);border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.upload-card-title-row{display:flex;align-items:center;gap:10px}.upload-card-title-row .upload-icon{font-size:1.75rem}.upload-card-title-row h4{margin:0;font-size:1.35rem;font-weight:700;color:#059669}.upload-card-content-row{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;flex:1}.upload-card-left-col{display:flex;flex-direction:column;gap:1rem}.upload-compact-desc{font-size:1rem;color:#475569;margin:0;line-height:1.6}.upload-compact-button{background:linear-gradient(135deg,#059669,#10b981);color:#fff;border:none;padding:.85rem 1.5rem;font-size:1rem;font-weight:700;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #05966940;white-space:nowrap;align-self:flex-start;margin-top:auto}.upload-compact-button:hover{transform:translateY(-2px);box-shadow:0 6px 20px #05966959;background:linear-gradient(135deg,#047857,#059669)}.metrics-showcase{display:grid;grid-template-columns:repeat(2,1fr);gap:.6rem;align-content:start}.metric-item{display:flex;align-items:center;gap:8px;padding:.65rem .9rem;background:#ffffffe6;border-radius:10px;border:1px solid rgba(16,185,129,.15);transition:all .2s ease}.metric-item:hover{background:#fff;border-color:#10b9814d;transform:translateY(-2px);box-shadow:0 4px 12px #10b9811a}.metric-item .metric-icon{font-size:1.1rem}.metric-item .metric-label{font-size:.85rem;font-weight:600;color:#334155;white-space:nowrap}.news-preview-card{background:linear-gradient(135deg,#6366f10a,#4f46e514);border:1.5px solid rgba(99,102,241,.2);border-radius:16px;padding:1.5rem;display:flex;flex-direction:column}.news-preview-header{display:flex;align-items:center;gap:10px;margin-bottom:1rem}.news-preview-header .news-preview-icon{font-size:1.75rem}.news-preview-header h4{margin:0;font-size:1.35rem;font-weight:700;color:#4f46e5}.news-preview-list{display:flex;flex-direction:column;gap:10px;flex:1}.news-preview-item{display:flex;align-items:flex-start;gap:12px;padding:.75rem 1rem;background:#ffffffe6;border-radius:10px;border:1px solid rgba(99,102,241,.12);cursor:pointer;transition:all .2s ease}.news-preview-item:hover{background:#fff;border-color:#6366f14d;transform:translate(4px);box-shadow:0 4px 12px #6366f11a}.news-preview-rank{font-size:.8rem;font-weight:700;color:#6366f1;background:#6366f11f;padding:4px 8px;border-radius:6px;flex-shrink:0}.news-preview-title{font-size:.95rem;font-weight:500;color:#334155;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-preview-skeleton{height:52px;background:#e2e8f0;border-radius:10px;animation:skeleton-pulse 1.5s ease-in-out infinite}.news-preview-item-card{display:flex;align-items:flex-start;gap:12px;padding:12px;background:#fff;border-radius:12px;border:1.5px solid rgba(99,102,241,.15);cursor:pointer;transition:all .2s ease;box-shadow:0 1px 3px #0000000a}.news-preview-item-card:hover{background:#f0fdf4;border-color:#10b981;transform:translate(4px);box-shadow:0 4px 12px #10b98126}.news-preview-image-container{flex-shrink:0;width:60px;height:60px;border-radius:10px;overflow:hidden;background:linear-gradient(135deg,#f0f9ff,#e0f2fe);display:flex;align-items:center;justify-content:center;border:1.5px solid #e0e7ff;box-shadow:0 2px 6px #0000000d;transition:all .3s ease}.news-preview-image-container.has-image{width:80px;height:80px;border-radius:12px;box-shadow:0 3px 10px #00000014}.news-preview-image{width:100%;height:100%;object-fit:contain;transition:transform .2s}.news-preview-image-container.has-image .news-preview-image{object-fit:cover}.news-preview-item-card:hover .news-preview-image{transform:scale(1.05)}.news-preview-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.15);transition:all .3s ease}.news-preview-placeholder.positive{background:linear-gradient(135deg,#16a34a,#059669)}.news-preview-placeholder.negative{background:linear-gradient(135deg,#dc2626,#b91c1c)}.news-preview-placeholder.neutral{background:linear-gradient(135deg,#6b7280,#4b5563)}.news-preview-placeholder-letter{text-transform:uppercase;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.news-preview-item-card:hover .news-preview-placeholder{transform:scale(1.05)}.news-preview-content{flex:1;display:flex;flex-direction:column;gap:6px;min-width:0}.news-preview-content .news-preview-header{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.news-preview-ticker{display:inline-block;background:#10b981;color:#fff;padding:2px 6px;border-radius:4px;font-size:.65rem;font-weight:700;font-family:monospace}.news-preview-source{font-size:.7rem;color:#9ca3af;font-weight:500}.news-preview-time{font-size:.65rem;color:#9ca3af;margin-left:auto}.news-preview-title-text{margin:0;font-size:.85rem;color:#1f2937;line-height:1.35;font-weight:600;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;transition:color .2s}.news-preview-item-card:hover .news-preview-title-text{color:#10b981}.news-preview-summary{margin:0;font-size:.75rem;color:#6b7280;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-preview-cta{margin-top:1rem;background:transparent;color:#4f46e5;border:1.5px solid rgba(99,102,241,.3);padding:.85rem 1.5rem;font-size:1rem;font-weight:700;border-radius:12px;cursor:pointer;transition:all .2s ease;text-align:center}.news-preview-cta:hover{background:#6366f114;border-color:#6366f180;transform:translateY(-2px)}.gamification-card{position:relative;background:linear-gradient(135deg,#fb923c0a,#f9731614);border:1.5px solid rgba(251,146,60,.25);border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.gamification-card .coming-soon-badge{position:absolute;top:12px;right:12px;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;font-size:.7rem;font-weight:700;padding:4px 10px;border-radius:20px;text-transform:uppercase;letter-spacing:.5px;box-shadow:0 2px 8px #f973164d;border:none;max-width:none}.gamification-header{display:flex;align-items:center;gap:10px}.gamification-header .gamification-icon{font-size:1.75rem}.gamification-header h4{margin:0;font-size:1.25rem;font-weight:700;color:#ea580c}.gamification-desc{font-size:1rem;color:#475569;line-height:1.6;margin:0}.gamification-features{display:flex;gap:12px;flex-wrap:wrap}.gamification-feature{display:flex;align-items:center;gap:6px;background:#fff;padding:.5rem .85rem;border-radius:20px;border:1px solid rgba(251,146,60,.2)}.gamification-feature .feature-icon{font-size:1rem}.gamification-feature .feature-text{font-size:.9rem;font-weight:600;color:#0f172a}.gamification-cta{background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;border:none;padding:.85rem 1.5rem;font-size:1rem;font-weight:700;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #f973164d;margin-top:.5rem}.gamification-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f9731666;background:linear-gradient(135deg,#ea580c,#c2410c)}.join-cta-section{display:flex;justify-content:center;margin-top:2.5rem;padding:0 1rem}.join-cta-button{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;padding:1.25rem 4rem;font-size:1.5rem;font-weight:700;border-radius:60px;cursor:pointer;transition:all .3s ease;box-shadow:0 8px 30px #4f46e559;text-transform:none;letter-spacing:.5px}.join-cta-button:hover{transform:translateY(-4px);box-shadow:0 12px 40px #4f46e573;background:linear-gradient(135deg,#4338ca,#6d28d9)}.join-cta-button:active{transform:translateY(-2px)}.notifications-promo-card{background:linear-gradient(135deg,#8b5cf60f,#6366f11a,#3b82f60f);border:1.5px solid rgba(139,92,246,.2);border-radius:16px;padding:1.25rem;display:flex;flex-direction:column;gap:.75rem;position:relative;overflow:hidden}.notifications-promo-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,#8b5cf6,#6366f1,#3b82f6,#8b5cf6);background-size:200% 100%;animation:shimmer-bar 3s ease-in-out infinite}@keyframes shimmer-bar{0%,to{background-position:0% 0%}50%{background-position:100% 0%}}.notifications-promo-header{display:flex;align-items:center;gap:10px}.notifications-promo-header .notifications-promo-icon{font-size:1.75rem}.notifications-promo-header h4{margin:0;font-size:1.35rem;font-weight:700;color:#7c3aed}.notif-settings-btn{margin-left:auto;background:none;border:none;font-size:1.15rem;cursor:pointer;padding:4px;border-radius:6px;opacity:.55;transition:all .2s ease;line-height:1}.notif-settings-btn:hover{opacity:1;background:#8b5cf61a}.notifications-promo-desc{font-size:1rem;color:#475569;line-height:1.6;margin:0}.example-notification{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid rgba(59,130,246,.2);border-radius:12px;padding:1rem;box-shadow:0 2px 8px #3b82f61a}.notification-badge{display:flex;align-items:center;gap:6px;background:linear-gradient(135deg,#dcfce7,#bbf7d0);padding:.5rem .75rem;border-radius:8px}.notification-badge.news{background:linear-gradient(135deg,#ede9fe,#ddd6fe)}.notification-icon{font-size:1rem}.notification-arrow{font-size:.9rem;font-weight:700}.notification-arrow.up{color:#16a34a}.notification-arrow.down{color:#dc2626}.notification-ticker{font-size:1rem;font-weight:700;color:#0f172a}.notification-content{display:flex;flex-direction:column;gap:2px}.notification-title{font-size:1rem;font-weight:600;color:#0f172a}.notification-time{font-size:.85rem;color:#64748b}.active-alerts-label{font-weight:600;color:#7c3aed;margin-bottom:.5rem}.user-alerts-list{display:flex;flex-direction:column;gap:8px;margin-bottom:12px}.user-alert-item{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#8b5cf614;border-radius:8px;border-left:3px solid #8b5cf6}.alert-status-dot{width:8px;height:8px;border-radius:50%;flex-shrink:0}.alert-status-dot.active{background:#10b981;box-shadow:0 0 6px #10b98199;animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.5}}.alert-prompt-preview{flex:1;font-size:.85rem;color:#334155;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.alert-action-indicator{font-size:.9rem;flex-shrink:0}.notifications-promo-cta{background:linear-gradient(135deg,#8b5cf6,#7c3aed);color:#fff;border:none;padding:.9rem 1.5rem;font-size:1.1rem;font-weight:700;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #8b5cf64d;margin-top:.5rem;flex:1}.notifications-promo-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #8b5cf666;background:linear-gradient(135deg,#7c3aed,#6d28d9)}.notif-total-badge{background:linear-gradient(135deg,#8b5cf6,#6366f1);color:#fff;font-size:.7rem;font-weight:700;min-width:20px;height:20px;border-radius:10px;display:flex;align-items:center;justify-content:center;padding:0 6px}.home-notifications-feed{display:flex;flex-direction:column;gap:.75rem}.notif-section{display:flex;flex-direction:column;gap:6px}.notif-section-label{display:flex;align-items:center;gap:6px;font-size:.78rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.5px}.notif-section-icon{font-size:.85rem}.notif-section-count{background:#8b5cf61f;color:#7c3aed;font-size:.65rem;font-weight:700;padding:1px 6px;border-radius:8px;margin-left:2px}.notif-section-list{display:flex;flex-direction:column;gap:4px}.home-notif-item{display:flex;align-items:center;gap:10px;padding:8px 10px;background:#ffffffb3;border-radius:10px;border:1px solid rgba(139,92,246,.1);text-decoration:none;color:inherit;transition:all .2s ease;cursor:pointer}.home-notif-item:hover{background:#fffffff2;border-color:#8b5cf640;transform:translate(3px);box-shadow:0 2px 8px #8b5cf61a}.home-notif-item.smart{border-left:3px solid #8b5cf6}.home-notif-item.keyword{border-left:3px solid #3b82f6}.home-notif-left{display:flex;flex-direction:column;align-items:center;gap:3px;min-width:42px;flex-shrink:0}.home-notif-ticker{font-size:.75rem;font-weight:700;color:#0f172a;background:#8b5cf614;padding:2px 6px;border-radius:4px;letter-spacing:.3px}.home-notif-sentiment{font-size:.65rem;font-weight:700}.home-notif-sentiment.positive{color:#16a34a}.home-notif-sentiment.negative{color:#dc2626}.home-notif-sentiment.neutral{color:#94a3b8;font-size:.5rem}.home-notif-kw-tag{font-size:.6rem;font-weight:600;color:#3b82f6;background:#3b82f614;padding:1px 5px;border-radius:4px;max-width:60px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-notif-body{display:flex;flex-direction:column;gap:2px;min-width:0;flex:1}.home-notif-title{font-size:.8rem;font-weight:500;color:#1e293b;line-height:1.3;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.home-notif-time{font-size:.68rem;color:#94a3b8;font-weight:500}.top-performer-spotlight{background:linear-gradient(135deg,#fbbf240a,#f59e0b14);border:1.5px solid rgba(245,158,11,.25);border-radius:16px;padding:1.5rem;display:flex;flex-direction:column;gap:1.25rem}.spotlight-header{display:flex;align-items:center;gap:10px}.spotlight-header .spotlight-icon{font-size:1.75rem}.spotlight-header h4{margin:0;font-size:1.35rem;font-weight:700;color:#b45309}.spotlight-ticker-row{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:#ffffffe6;border-radius:12px;border:1px solid rgba(245,158,11,.15);cursor:pointer;transition:all .2s ease}.spotlight-ticker-row:hover{background:#fff;border-color:#f59e0b4d;transform:translate(4px)}.spotlight-ticker-info{display:flex;flex-direction:column;gap:4px}.spotlight-symbol{font-size:1.5rem;font-weight:800;color:#1e293b;letter-spacing:-.5px}.spotlight-name{font-size:.95rem;color:#64748b;font-weight:500}.spotlight-change{font-size:1.75rem;font-weight:800}.spotlight-change.positive{color:#16a34a}.spotlight-change.negative{color:#dc2626}.spotlight-section{padding:1rem 1.25rem;background:#ffffffd9;border-radius:12px;border:1px solid rgba(245,158,11,.12)}.spotlight-section.highlight{background:linear-gradient(135deg,#16a34a14,#10b9811f);border-color:#16a34a33}.spotlight-section-header{display:flex;align-items:center;gap:8px;margin-bottom:.6rem}.mobile-expand-icon{display:none}.spotlight-section-header .section-icon{font-size:1.1rem}.spotlight-section-header .section-title{font-size:.95rem;font-weight:700;color:#475569;text-transform:uppercase;letter-spacing:.5px}.spotlight-section.highlight .section-title{color:#16a34a}.spotlight-section-text{margin:0;font-size:1rem;color:#334155;line-height:1.6}.spotlight-section-text.secondary{margin-top:.5rem;font-style:italic;color:#64748b}.spotlight-section-text.muted{color:#94a3b8;font-style:italic}.spotlight-section-content{display:flex;flex-direction:column;gap:.5rem}.spotlight-section-skeleton{height:60px;background:linear-gradient(90deg,#f1f5f9,#e2e8f0,#f1f5f9);background-size:200% 100%;animation:skeleton-pulse 1.5s ease-in-out infinite;border-radius:8px}.spotlight-products{margin-top:.5rem}.spotlight-products strong{display:block;margin-bottom:.4rem;color:#475569;font-size:.9rem}.spotlight-products ul{margin:0;padding-left:1.25rem;list-style:disc}.spotlight-products li{font-size:.9rem;color:#334155;line-height:1.5;margin-bottom:.25rem}.spotlight-ceo-header{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem 1rem;margin-bottom:.5rem}.spotlight-ceo-header .ceo-name{font-size:1.1rem;font-weight:700;color:#1e293b}.spotlight-ceo-header .ceo-title{font-size:.9rem;color:#64748b}.spotlight-ceo-header .ceo-tenure{font-size:.85rem;color:#94a3b8;font-style:italic}.spotlight-sources{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid rgba(22,163,74,.15);width:100%;box-sizing:border-box;margin-left:0;margin-right:0;padding-left:0;padding-right:0}.sources-header{display:flex;align-items:center;gap:.5rem}.sources-header .mobile-expand-icon{display:none}.spotlight-sources .sources-list{display:flex!important;flex-wrap:wrap;gap:.5rem;align-items:center;max-height:none!important;opacity:1!important;overflow:visible!important}.spotlight-sources .sources-label{font-size:.8rem;color:#64748b;font-weight:600}.spotlight-sources .source-link{font-size:.8rem;color:#16a34a;text-decoration:none;padding:.25rem .5rem;background:#16a34a1a;border-radius:4px;transition:all .2s ease}.spotlight-sources .source-link:hover{background:#16a34a33;text-decoration:underline}.spotlight-cta{margin-top:auto;background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;border:none;padding:.85rem 1.5rem;font-size:1rem;font-weight:700;border-radius:12px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #f59e0b40;text-align:center;width:100%;box-sizing:border-box}.spotlight-cta:hover{transform:translateY(-2px);box-shadow:0 6px 20px #f59e0b59;background:linear-gradient(135deg,#d97706,#b45309)}.spotlight-loading{display:flex;flex-direction:column;gap:1rem;flex:1}.spotlight-skeleton{height:80px;background:linear-gradient(90deg,#fef3c7,#fde68a,#fef3c7);background-size:200% 100%;animation:skeleton-pulse 1.5s ease-in-out infinite;border-radius:12px}.spotlight-skeleton.short{height:50px;width:60%}.performers-column{background:linear-gradient(135deg,#ffffffe6,#f8fafcf2);border-radius:16px;padding:clamp(16px,2vw,24px);border:1px solid rgba(0,0,0,.06);box-shadow:0 4px 20px #0000000a}.performers-title{display:flex;align-items:center;gap:8px;font-size:1.1rem;font-weight:600;margin:0 0 1rem;padding-bottom:.75rem;border-bottom:2px solid transparent}.performers-title.gainers{color:#16a34a;border-bottom-color:#16a34a33}.performers-title.losers{color:#dc2626;border-bottom-color:#dc262633}.performers-info-tooltip{display:inline-flex;align-items:center;justify-content:center;margin-left:auto;color:#94a3b8;cursor:help;padding:4px;border-radius:50%;transition:all .2s ease;position:relative}.performers-info-tooltip:hover{color:#64748b;background:#64748b1a}.performers-info-tooltip svg{display:block}.performers-info-tooltip[title]{position:relative}.performers-icon{font-size:1.25rem}.performers-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.performer-card-skeleton{height:130px;background:#f1f5f9;border-radius:12px;position:relative;overflow:hidden}.performer-card-skeleton:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.4) 50%,transparent 100%);animation:skeleton-pulse 1.5s ease-in-out infinite}@keyframes skeleton-pulse{0%{transform:translate(-100%)}to{transform:translate(100%)}}.performers-empty{text-align:center;padding:2rem;color:#64748b;font-size:.9rem;background:#00000005;border-radius:12px}@media(max-width:1200px){.performers-container.three-columns{grid-template-columns:1fr 1fr;gap:20px}.performers-container.three-columns .performers-cta-card{grid-column:1 / -1;order:3;min-height:auto;padding:1.5rem}.performers-container.three-columns .performers-column:first-child{order:1}.performers-container.three-columns .performers-column:last-child{order:2}}@media(max-width:950px){.performers-container.two-columns,.performers-container.three-columns{grid-template-columns:1fr;gap:24px}.performers-container.three-columns .performers-cta-card{grid-column:1;order:2;min-height:auto;padding:1.5rem}.performers-container.three-columns .performers-column:first-child{order:1}.performers-container.three-columns .performers-column:last-child{order:3}.performers-grid{grid-template-columns:repeat(2,1fr)}.bottom-left-column{order:2}.top-performer-spotlight{order:1}.portfolio-upload-card-compact{padding:1.25rem}.upload-card-content-row{grid-template-columns:1fr;gap:1.25rem}.upload-card-left-col{order:1}.metrics-showcase{order:2;grid-template-columns:repeat(3,1fr)}.upload-compact-button{width:100%;text-align:center}.news-preview-card,.top-performer-spotlight{padding:1.25rem}}@media(max-width:768px){.daily-performers-section{padding:1.5rem 1rem}.performers-main-title{font-size:1.4rem}.performers-column{padding:16px}.performers-grid{gap:10px}.news-preview-item-card{padding:10px;gap:10px}.news-preview-image-container{width:50px;height:50px}.news-preview-image-container.has-image{width:60px;height:60px}.news-preview-placeholder{font-size:1.2rem}.news-preview-title-text{font-size:.8rem}.news-preview-summary{display:none}}.performers-cta-card{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:2rem 1.5rem;background:linear-gradient(135deg,#4f46e50d,#6366f11a);border-radius:20px;border:2px solid rgba(79,70,229,.15);height:100%;min-height:400px}.performers-cta-tagline{font-size:clamp(.95rem,1.5vw,1.1rem);color:#475569;line-height:1.6;margin:0 0 1.5rem;font-weight:500}.performers-cta-button{background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;border:none;padding:1rem 2.5rem;font-size:1.15rem;font-weight:700;border-radius:50px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 20px #4f46e54d;text-transform:none;letter-spacing:.5px;white-space:nowrap}.performers-cta-button:hover{transform:translateY(-3px);box-shadow:0 8px 30px #4f46e566;background:linear-gradient(135deg,#4338ca,#4f46e5)}.performers-cta-button:active{transform:translateY(-1px)}.performers-podcast-teaser{display:flex;align-items:center;gap:8px;margin-top:1.5rem;padding:.6rem 1.2rem;background:#ffffffe6;border-radius:30px;border:1px solid rgba(79,70,229,.15)}.podcast-icon{font-size:1.3rem}.podcast-text{font-size:.85rem;color:#6366f1;font-weight:600}@media(max-width:560px){.performers-grid{grid-template-columns:1fr}.performers-title{font-size:1rem}.performer-card-skeleton{height:120px}.performers-cta-card{padding:1.25rem 1rem;min-height:auto}.performers-cta-tagline{font-size:.9rem}.performers-cta-button{padding:.875rem 2rem;font-size:1rem}.performers-podcast-teaser{padding:.5rem 1rem;margin-top:1rem}.podcast-text{font-size:.8rem}.bottom-section-grid{margin-top:16px}.portfolio-upload-card-compact{padding:1.25rem}.upload-card-title-row h4{font-size:1.15rem}.upload-card-title-row .upload-icon{font-size:1.5rem}.upload-compact-desc{font-size:.9rem}.metrics-showcase{gap:.5rem;grid-template-columns:repeat(2,1fr)}.metric-item{padding:.5rem .65rem}.metric-item .metric-icon{font-size:.95rem}.metric-item .metric-label{font-size:.75rem}.upload-compact-button{font-size:.95rem;padding:.75rem 1.25rem}.news-preview-card{padding:1.25rem}.news-preview-header h4{font-size:1.15rem}.news-preview-header .news-preview-icon{font-size:1.5rem}.news-preview-item{padding:.65rem .85rem}.news-preview-title{font-size:.85rem}.news-preview-cta{font-size:.95rem;padding:.75rem 1.25rem}.top-performer-spotlight{padding:1.25rem}.spotlight-header h4{font-size:1.15rem}.spotlight-ticker-row{padding:.85rem 1rem}.spotlight-symbol{font-size:1.25rem}.spotlight-change{font-size:1.4rem}.spotlight-section{padding:.85rem 1rem}.spotlight-section-text{font-size:.9rem}.spotlight-cta{font-size:.95rem;padding:.75rem 1.25rem}}@media(max-width:400px){.daily-performers-section{padding:1rem .75rem}.performers-column{padding:12px;border-radius:12px}.upload-card-title-row h4,.news-preview-header h4,.spotlight-header h4{font-size:1.1rem}}@media(max-width:767px){.bottom-section-grid{display:flex!important;flex-direction:column;gap:16px;margin-top:0}.bottom-left-column,.bottom-right-column{display:flex;flex-direction:column;gap:16px}.portfolio-summary-card,.portfolio-upload-card-compact{grid-column:auto;grid-row:auto;border-radius:16px;padding:16px}.portfolio-summary-title{font-size:1rem}.portfolio-header-actions{gap:6px}.portfolio-menu-btn{width:28px;height:28px;font-size:.9rem}.portfolio-selector-dropdown{min-width:200px;right:-8px}.portfolio-dropdown-item{padding:10px 12px;font-size:.85rem}.portfolio-view-btn{padding:.3rem .6rem;font-size:.8rem}.portfolio-metrics-grid{grid-template-columns:1fr;gap:12px}.portfolio-metric{padding:12px}.portfolio-top-movers{flex-direction:column;align-items:flex-start;gap:8px}.movers-list{flex-wrap:wrap}.upload-card-content-row{flex-direction:column;gap:16px}.upload-card-left-col{width:100%}.metrics-showcase{grid-template-columns:repeat(2,1fr);gap:8px}.upload-compact-button{width:100%;padding:14px;font-size:1rem}.news-preview-card{grid-column:auto;grid-row:auto;border-radius:12px;padding:10px;min-height:auto}.news-preview-header h4{font-size:.85rem;margin-bottom:6px}.news-preview-list{gap:6px}.news-preview-item-card{padding:8px;border-radius:8px}.news-preview-cta{width:100%;padding:8px;font-size:.8rem;text-align:center}.gamification-card .coming-soon-badge{position:static;display:block;text-align:center;margin-bottom:8px;font-size:.65rem;padding:4px 10px;background:linear-gradient(135deg,#f97316,#ea580c);color:#fff;border:none;max-width:none}.gamification-cta-wrapper{display:flex;flex-direction:column;align-items:stretch;margin-top:auto}.gamification-card{grid-column:auto;grid-row:auto;border-radius:12px;padding:12px;min-height:auto}.gamification-header h4{font-size:.9rem;margin-bottom:6px}.gamification-desc{font-size:.85rem;margin-bottom:8px;line-height:1.4}.gamification-features{gap:6px;font-size:.75rem}.gamification-cta{width:100%;padding:10px;font-size:.85rem}.notifications-promo-card{grid-column:auto;grid-row:auto;border-radius:12px;padding:12px;min-height:auto}.notifications-promo-header h4{font-size:.9rem;margin-bottom:6px}.notifications-promo-desc{font-size:.85rem;margin-bottom:8px;line-height:1.4}.example-notification{padding:8px;font-size:.8rem}.notifications-promo-cta{width:100%;padding:10px;font-size:.85rem}.home-notif-item{padding:6px 8px;gap:8px}.home-notif-title{font-size:.75rem}.home-notif-left{min-width:36px}.home-notif-ticker{font-size:.65rem}.notif-section-label{font-size:.7rem}.top-performer-spotlight{grid-column:auto;grid-row:auto;border-radius:12px;padding:12px;min-height:auto;overflow:hidden}.spotlight-header h4{font-size:.9rem;margin-bottom:6px}.spotlight-ticker-row,.spotlight-section{padding:8px}.spotlight-section-text{font-size:.85rem;line-height:1.4}.spotlight-cta{width:100%;padding:10px;font-size:.85rem;margin-top:8px;box-sizing:border-box}.spotlight-sources.mobile-collapsible{cursor:pointer;flex-direction:column;align-items:stretch;gap:0;margin:6px 0 0;padding:6px 0 0;width:100%;box-sizing:border-box;overflow:hidden}.sources-header{display:flex;align-items:center;justify-content:space-between;width:100%;box-sizing:border-box;padding:8px 10px;background:#16a34a14;border-radius:6px;margin:0}.sources-header .mobile-expand-icon{display:block;font-size:.7rem;color:var(--muted);transition:transform .2s ease}.spotlight-sources.mobile-collapsible.expanded .mobile-expand-icon{transform:rotate(180deg)}.sources-list{max-height:0;overflow:hidden;transition:max-height .3s ease,opacity .3s ease;display:flex;flex-direction:column;gap:6px;width:100%;opacity:0}.sources-list.expanded{max-height:300px;margin-top:8px;opacity:1}.sources-list .source-link{display:block;padding:8px 10px;font-size:.8rem}.chatbox-widget,.chat-widget{display:none!important}.join-cta-section{padding:16px}.join-cta-button{width:100%;padding:16px;font-size:1rem;border-radius:12px}}.react-flow{direction:ltr;--xy-edge-stroke-default: #b1b1b7;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #555;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(255, 255, 255, .5);--xy-minimap-background-color-default: #fff;--xy-minimap-mask-background-color-default: rgba(240, 240, 240, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #e2e2e2;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: transparent;--xy-background-pattern-dots-color-default: #91919a;--xy-background-pattern-lines-color-default: #eee;--xy-background-pattern-cross-color-default: #e2e2e2;background-color:var(--xy-background-color, var(--xy-background-color-default));--xy-node-color-default: inherit;--xy-node-border-default: 1px solid #1a192b;--xy-node-background-color-default: #fff;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(0, 0, 0, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #1a192b;--xy-node-border-radius-default: 3px;--xy-handle-background-color-default: #1a192b;--xy-handle-border-color-default: #fff;--xy-selection-background-color-default: rgba(0, 89, 220, .08);--xy-selection-border-default: 1px dotted rgba(0, 89, 220, .8);--xy-controls-button-background-color-default: #fefefe;--xy-controls-button-background-color-hover-default: #f4f4f4;--xy-controls-button-color-default: inherit;--xy-controls-button-color-hover-default: inherit;--xy-controls-button-border-color-default: #eee;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #ffffff;--xy-edge-label-color-default: inherit;--xy-resize-background-color-default: #3367d9}.react-flow.dark{--xy-edge-stroke-default: #3e3e3e;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #727272;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(150, 150, 150, .25);--xy-minimap-background-color-default: #141414;--xy-minimap-mask-background-color-default: rgba(60, 60, 60, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #2b2b2b;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: #141414;--xy-background-pattern-dots-color-default: #777;--xy-background-pattern-lines-color-default: #777;--xy-background-pattern-cross-color-default: #777;--xy-node-color-default: #f8f8f8;--xy-node-border-default: 1px solid #3c3c3c;--xy-node-background-color-default: #1e1e1e;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(255, 255, 255, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #999;--xy-handle-background-color-default: #bebebe;--xy-handle-border-color-default: #1e1e1e;--xy-selection-background-color-default: rgba(200, 200, 220, .08);--xy-selection-border-default: 1px dotted rgba(200, 200, 220, .8);--xy-controls-button-background-color-default: #2b2b2b;--xy-controls-button-background-color-hover-default: #3e3e3e;--xy-controls-button-color-default: #f8f8f8;--xy-controls-button-color-hover-default: #fff;--xy-controls-button-border-color-default: #5b5b5b;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #141414;--xy-edge-label-color-default: #f8f8f8}.react-flow__background{background-color:var(--xy-background-color-props, var(--xy-background-color, var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width, var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke, var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width, var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{overflow:visible;position:absolute;pointer-events:none}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected, var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__arrowhead polyline{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__arrowhead polyline.arrowclosed{fill:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}svg.react-flow__connectionline{z-index:1001;overflow:visible;position:absolute}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background-color:var(--xy-handle-background-color, var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color, var(--xy-handle-border-color-default));border-radius:100%}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:0;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__pane.selection .react-flow__panel{pointer-events:none}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.top.center,.react-flow__panel.bottom.center{left:50%;transform:translate(-15px) translate(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px) translateY(-50%)}.react-flow__attribution{font-size:10px;background:var(--xy-attribution-background-color, var(--xy-attribution-background-color-default));padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;left:0;top:0}.react-flow__viewport-portal{position:absolute;width:100%;height:100%;left:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__minimap{background:var( --xy-minimap-background-color-props, var(--xy-minimap-background-color, var(--xy-minimap-background-color-default)) )}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var( --xy-minimap-mask-background-color-props, var(--xy-minimap-mask-background-color, var(--xy-minimap-mask-background-color-default)) );stroke:var( --xy-minimap-mask-stroke-color-props, var(--xy-minimap-mask-stroke-color, var(--xy-minimap-mask-stroke-color-default)) );stroke-width:var( --xy-minimap-mask-stroke-width-props, var(--xy-minimap-mask-stroke-width, var(--xy-minimap-mask-stroke-width-default)) )}.react-flow__minimap-node{fill:var( --xy-minimap-node-background-color-props, var(--xy-minimap-node-background-color, var(--xy-minimap-node-background-color-default)) );stroke:var( --xy-minimap-node-stroke-color-props, var(--xy-minimap-node-stroke-color, var(--xy-minimap-node-stroke-color-default)) );stroke-width:var( --xy-minimap-node-stroke-width-props, var(--xy-minimap-node-stroke-width, var(--xy-minimap-node-stroke-width-default)) )}.react-flow__background-pattern.dots{fill:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-dots-color-default)) )}.react-flow__background-pattern.lines{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-lines-color-default)) )}.react-flow__background-pattern.cross{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-cross-color-default)) )}.react-flow__controls{display:flex;flex-direction:column;box-shadow:var(--xy-controls-box-shadow, var(--xy-controls-box-shadow-default))}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{display:flex;justify-content:center;align-items:center;height:26px;width:26px;padding:4px;border:none;background:var(--xy-controls-button-background-color, var(--xy-controls-button-background-color-default));border-bottom:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) );color:var( --xy-controls-button-color-props, var(--xy-controls-button-color, var(--xy-controls-button-color-default)) );cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px;fill:currentColor}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:var(--xy-node-border-radius, var(--xy-node-border-radius-default));width:150px;font-size:12px;color:var(--xy-node-color, var(--xy-node-color-default));text-align:center;border:var(--xy-node-border, var(--xy-node-border-default));background-color:var(--xy-node-background-color, var(--xy-node-background-color-default))}.react-flow__node-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover, var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected, var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color, var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color, var(--xy-selection-background-color-default));border:var(--xy-selection-border, var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var( --xy-controls-button-background-color-hover-props, var(--xy-controls-button-background-color-hover, var(--xy-controls-button-background-color-hover-default)) );color:var( --xy-controls-button-color-hover-props, var(--xy-controls-button-color-hover, var(--xy-controls-button-color-hover-default)) )}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) )}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:5px;height:5px;border:1px solid #fff;border-radius:1px;background-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));translate:-50% -50%}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color, var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color, var(--xy-edge-label-color-default))}.concept-map-container{background:var(--bg-secondary, #f8fafc);border-radius:16px;border:1px solid var(--border-color, #e2e8f0);overflow:hidden}.concept-map-container--enhanced{background:#fff;border:1px solid #e2e8f0;box-shadow:0 4px 24px #0000000f;position:relative}.concept-map-range-selector{display:flex;align-items:center;gap:4px;padding:10px 16px;background:linear-gradient(135deg,#f8fafc,#f1f5f9);border-bottom:1px solid #e2e8f0}.range-btn{display:flex;align-items:center;gap:6px;padding:6px 14px;border:1px solid #e2e8f0;border-radius:8px;background:#fff;cursor:pointer;font-size:13px;font-weight:500;color:#64748b;transition:all .2s ease;white-space:nowrap}.range-btn:hover{border-color:#3b82f6;color:#3b82f6;background:#eff6ff}.range-btn--active{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;border-color:#3b82f6;box-shadow:0 2px 8px #3b82f64d}.range-btn--active:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff}.range-btn-icon{font-size:14px;line-height:1}.range-btn-label{font-size:13px}.range-meta{margin-left:auto;font-size:12px;color:#64748b;font-weight:500;white-space:nowrap}.concept-map-range-loading{display:flex;align-items:center;justify-content:center;gap:10px;padding:40px 20px;color:#64748b;font-size:14px}.concept-map-range-spinner{width:20px;height:20px;border-radius:50%;border:2px solid #e2e8f0;border-top-color:#3b82f6;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.concept-map-legend{display:flex;gap:6px;padding:10px 16px;background:#f8fafc;border-bottom:1px solid #e2e8f0;flex-wrap:wrap;align-items:stretch}.legend-section{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.legend-section-title{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.6px;color:#64748b;white-space:nowrap}.legend-divider{width:1px;align-self:stretch;background:#e2e8f0;margin:0 6px;flex-shrink:0}.legend-item{display:flex;align-items:center;gap:4px;font-size:11px;color:#475569;font-weight:500;white-space:nowrap}.legend-icon{font-size:13px;flex-shrink:0}.legend-text{font-size:11px}.legend-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.legend-line{width:20px;height:3px;border-radius:2px;flex-shrink:0}.legend-line-animated{background:repeating-linear-gradient(90deg,#3b82f6 0px,#3b82f6 4px,transparent 4px,transparent 7px);height:3px}.legend-line-thick{background:#64748b;height:5px}.legend-sentiment{font-size:13px;font-weight:700;flex-shrink:0}.concept-map-hint{text-align:center;padding:6px 12px;font-size:11px;color:#64748b;background:#f8fafc;border-bottom:1px solid #e2e8f0;letter-spacing:.2px;transition:background-color .25s ease,color .25s ease}.concept-map-flow{width:100%;height:700px;position:relative;transition:box-shadow .25s ease,border-color .25s ease}.concept-map-inactive{cursor:pointer;box-shadow:inset 0 0 0 2px #64748b40;border-radius:0 0 16px 16px}.concept-map-inactive .react-flow__renderer{pointer-events:none}.concept-map-inactive .react-flow__controls,.concept-map-inactive .react-flow__minimap{pointer-events:auto}.concept-map-active{box-shadow:inset 0 0 0 2px #3b82f6,0 0 12px #3b82f640;border-radius:0 0 16px 16px}.concept-map-flow--dark,.concept-map-flow--dark .react-flow__background{background:#fff}.concept-node{background:#fff;border:2px solid var(--node-border, #475569);border-radius:12px;padding:10px 14px;min-width:180px;max-width:280px;cursor:pointer;transition:opacity .4s ease,filter .4s ease,box-shadow .35s ease,transform .35s ease,border-color .2s;box-shadow:0 2px 8px #00000014;position:relative}.concept-node:hover{transform:scale(1.05);box-shadow:0 4px 16px #0000001f,0 1px 4px #0000000f;border-width:2.5px;z-index:10}.concept-node--clickable{cursor:pointer}.concept-node--clickable:hover .concept-node__action{opacity:1}.concept-node--positive{border-left:4px solid #22c55e}.concept-node--negative{border-left:4px solid #ef4444}.concept-node--neutral{border-left:4px solid #64748b}.concept-node__header{display:flex;align-items:center;gap:6px;margin-bottom:6px}.concept-node__icon{font-size:16px;flex-shrink:0}.concept-node__type-badge{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;padding:2px 6px;border-radius:4px}.concept-node__symbol-badge{font-size:9px;font-weight:800;padding:2px 5px;border-radius:4px;background:#166534;color:#fff;letter-spacing:.3px}.concept-node__merged-badge{font-size:9px;font-weight:700;padding:2px 5px;border-radius:4px;background:#7c3aed20;color:#7c3aed;letter-spacing:.3px}.concept-node__sentiment{font-size:12px;font-weight:700;margin-left:auto;flex-shrink:0}.concept-node__label{font-size:12px;font-weight:600;color:#1e293b;line-height:1.35;word-break:break-word}.concept-node__description{font-size:11px;color:#475569;line-height:1.4;margin-top:6px;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;overflow:hidden;word-break:break-word}.concept-node__footer{display:flex;align-items:center;justify-content:flex-start;margin-top:8px;gap:6px}.concept-node__connections{font-size:10px;color:#64748b}.concept-node__link-btn{display:inline-flex;align-items:center;gap:4px;font-size:10px;font-weight:600;padding:4px 10px;border-radius:6px;border:none;cursor:pointer;transition:background .15s,transform .15s}.concept-node__link-btn:hover{transform:scale(1.04)}.concept-node__link-btn--news{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.concept-node__link-btn--news:hover{background:#fee2e2}.concept-node__link-btn--asset{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.concept-node__link-btn--asset:hover{background:#dcfce7}.concept-node__articles{margin-top:6px;padding-top:6px;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:3px}.concept-node__article{display:flex;align-items:flex-start;gap:4px;cursor:pointer;padding:3px 4px;border-radius:4px;transition:background .15s}.concept-node__article:hover{background:#f1f5f9}.concept-node__article-icon{font-size:10px;flex-shrink:0;line-height:1.4}.concept-node__article-title{font-size:10px;color:#2563eb;line-height:1.35;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;text-decoration:underline;text-decoration-color:transparent;transition:text-decoration-color .15s}.concept-node__article:hover .concept-node__article-title{text-decoration-color:#2563eb}.concept-handle{width:6px!important;height:6px!important;background:var(--node-border, #475569)!important;border:none!important;opacity:0}.concept-node:hover .concept-handle{opacity:.5}.concept-node-highlighted .concept-node{box-shadow:0 6px 28px #0003,0 0 0 3px var(--node-border, #475569);transform:scale(1.04);z-index:10}.concept-node-dimmed .concept-node{opacity:.18;filter:grayscale(.7)}.concept-detail-overlay--animated{animation:detailSlideIn .35s cubic-bezier(.4,0,.2,1)}@keyframes detailSlideIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.concept-map-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:300px;background:#f8fafc;border-radius:16px;border:1px dashed #e2e8f0;color:#64748b}.concept-map-empty-icon{font-size:48px;margin-bottom:12px;opacity:.6}.concept-map-flow--dark .react-flow__attribution{display:none}.concept-controls{box-shadow:0 2px 8px #00000014!important;border-radius:10px!important;overflow:hidden!important;border:1px solid #e2e8f0!important}.concept-controls button{background:#fff!important;color:#475569!important;border-bottom:1px solid #f1f5f9!important;width:30px!important;height:30px!important}.concept-controls button:hover{background:#f1f5f9!important;color:#1e293b!important}.concept-controls button svg{fill:currentColor!important}.concept-minimap{border-radius:10px!important;overflow:hidden!important;box-shadow:0 2px 8px #00000014!important;border:1px solid #e2e8f0!important;background:#f8fafc!important}.concept-map-flow--dark .react-flow__edge-textbg{fill:#fff!important}.concept-map-flow--dark .react-flow__edge-text{fill:#475569!important}.concept-detail-overlay{position:absolute;top:0;right:0;bottom:0;width:320px;max-width:100%;z-index:20;pointer-events:none;display:flex;align-items:flex-start;padding:16px}.concept-detail-panel{pointer-events:all;background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:16px;box-shadow:0 8px 32px #0000001a;width:100%;max-height:calc(100% - 32px);overflow-y:auto;position:relative;animation:slideInRight .25s ease-out}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.concept-detail-close{position:absolute;top:10px;right:12px;background:none;border:none;cursor:pointer;font-size:16px;color:#64748b;padding:0;line-height:1;transition:color .15s}.concept-detail-close:hover{color:#1e293b}.concept-detail-header{display:flex;align-items:flex-start;gap:10px;margin-bottom:12px;padding-right:24px}.concept-detail-icon{font-size:24px;flex-shrink:0}.concept-detail-title{font-size:15px;font-weight:700;color:#1e293b;margin:0 0 4px;line-height:1.3}.concept-detail-meta{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.concept-detail-type{font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.5px}.concept-detail-sentiment{font-size:11px;font-weight:600}.concept-detail-sentiment--positive{color:#22c55e}.concept-detail-sentiment--negative{color:#ef4444}.concept-detail-sentiment--neutral{color:#94a3b8}.concept-detail-nav-btn{display:flex;align-items:center;justify-content:center;gap:6px;width:100%;padding:10px 14px;background:linear-gradient(135deg,#1e40af,#3b82f6);color:#fff;border:none;border-radius:10px;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s;margin-bottom:12px}.concept-detail-nav-btn:hover{background:linear-gradient(135deg,#1d4ed8,#60a5fa);box-shadow:0 4px 16px #3b82f64d;transform:translateY(-1px)}.concept-detail-related h4{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.5px;color:#64748b;margin:0 0 8px}.concept-detail-events{display:flex;flex-direction:column;gap:6px}.concept-detail-event{display:flex;align-items:center;gap:8px;padding:8px 10px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;transition:border-color .15s,background .15s}.concept-detail-event:hover{border-color:#cbd5e1;background:#f1f5f9}.concept-detail-event-icon{font-size:14px;flex-shrink:0}.concept-detail-event-label{font-size:12px;color:#1e293b;line-height:1.35;flex:1}.concept-detail-event-sentiment{font-size:11px;font-weight:700;flex-shrink:0}.concept-detail-event-sentiment--positive{color:#22c55e}.concept-detail-event-sentiment--negative{color:#ef4444}.concept-detail-event-sentiment--neutral{color:#94a3b8}.concept-detail-event--link{text-decoration:none;cursor:pointer}.concept-detail-event--link:hover .concept-detail-event-label{color:#2563eb;text-decoration:underline}@media(max-width:767px){.concept-map-container{border-radius:10px}.concept-map-flow{height:400px}.concept-map-legend{padding:8px 10px;gap:4px;overflow-x:auto;-webkit-overflow-scrolling:touch;flex-wrap:nowrap}.legend-section{flex-wrap:nowrap;flex-shrink:0}.legend-section-title{font-size:9px}.legend-item{font-size:10px}.concept-map-hint{font-size:10px;padding:5px 10px}.concept-detail-overlay{position:fixed;top:auto;left:0;right:0;bottom:0;width:100%;height:auto;max-height:60vh;padding:0;z-index:50}.concept-detail-panel{border-radius:14px 14px 0 0;max-height:60vh;animation:slideUpMobile .3s ease-out}@keyframes slideUpMobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.concept-node{min-width:140px;max-width:200px;padding:8px 10px}.concept-node__label{font-size:11px}.concept-node__description{font-size:10px;-webkit-line-clamp:2}.concept-node__footer{gap:4px}.concept-node__link-btn{font-size:9px;padding:3px 8px}.concept-controls{bottom:8px!important;left:8px!important}.concept-minimap{display:none!important}.concept-map-range-selector{padding:8px 10px;gap:4px;overflow-x:auto;-webkit-overflow-scrolling:touch;flex-wrap:nowrap}.range-btn{padding:5px 10px;font-size:12px;flex-shrink:0}.range-meta{font-size:11px;flex-shrink:0}}.insights-preview-section{width:100%;max-width:100%;padding:0 clamp(16px,4vw,48px)}.insights-preview-header{display:flex;align-items:flex-end;justify-content:space-between;margin-bottom:18px;gap:16px}.insights-preview-title{font-size:1.4rem;font-weight:700;color:var(--text-primary, #1e293b);margin:0}.insights-preview-subtitle{font-size:.85rem;color:var(--text-secondary, #64748b);margin:4px 0 0}.insights-preview-cta{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;border:none;padding:8px 20px;font-size:.85rem;font-weight:600;border-radius:8px;cursor:pointer;white-space:nowrap;transition:transform .15s,box-shadow .15s}.insights-preview-cta:hover{transform:translateY(-1px);box-shadow:0 4px 14px #6366f159}.insights-preview-map{position:relative;margin-bottom:16px;border-radius:12px;overflow:hidden;border:1px solid var(--border-color, #e2e8f0);box-shadow:0 2px 12px #0000000a}.insights-preview-map .concept-map-flow{height:400px}.insights-preview-map .concept-map-legend{padding:6px 12px}.insights-preview-map .concept-map-hint{padding:4px 12px;font-size:10px}.insights-preview-map-cta{display:flex;justify-content:center;padding:8px;background:linear-gradient(to top,#fff,#ffffffe6);border-top:1px solid var(--border-color, #e2e8f0);cursor:pointer;transition:background .2s}.insights-preview-map-cta:hover{background:#f5f3ff}.insights-preview-map-cta span{font-size:.82rem;font-weight:600;color:#6366f1}.insights-preview-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.insights-preview-signal{background:var(--bg-primary, #ffffff);border-radius:12px;border:1px solid var(--border-color, #e2e8f0);padding:16px;cursor:pointer;transition:box-shadow .2s,transform .15s;display:flex;flex-direction:column;gap:12px}.insights-preview-signal:hover{box-shadow:0 4px 18px #00000014;transform:translateY(-2px)}.preview-buy{border-left:4px solid #22c55e}.preview-sell{border-left:4px solid #ef4444}.preview-watch{border-left:4px solid #3b82f6}.preview-avoid{border-left:4px solid #f59e0b}.preview-signal-top{display:flex;justify-content:space-between;align-items:center}.preview-signal-type{font-weight:600;font-size:12px;display:flex;align-items:center;gap:4px}.preview-signal-type.preview-buy{color:#16a34a}.preview-signal-type.preview-sell{color:#dc2626}.preview-signal-type.preview-watch{color:#2563eb}.preview-signal-type.preview-avoid{color:#d97706}.preview-signal-impact{font-size:10px;font-weight:600;padding:2px 8px;border-radius:10px;text-transform:uppercase;letter-spacing:.5px}.preview-impact-critical{background:#fef2f2;color:#dc2626}.preview-impact-high{background:#fff7ed;color:#ea580c}.preview-impact-medium{background:#fefce8;color:#ca8a04}.preview-impact-low{background:#f0fdf4;color:#16a34a}.preview-signal-asset{display:flex;align-items:center;gap:8px}.preview-signal-icon{font-size:20px}.preview-signal-info{display:flex;flex-direction:column}.preview-signal-symbol{font-weight:700;font-size:15px;color:var(--text-primary, #1e293b)}.preview-signal-name{font-size:11px;color:var(--text-secondary, #64748b);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:180px}.preview-no-trade{padding:4px 0}.preview-no-trade-text{font-size:10px;color:var(--text-secondary, #64748b);line-height:1.3}.preview-pending .preview-no-trade-text{color:#d97706;font-weight:500}[data-theme=dark] .preview-pending .preview-no-trade-text{color:#fbbf24}.preview-signal-prices{display:flex;flex-direction:column;gap:4px;font-size:12px}.preview-price-row{display:flex;justify-content:space-between;align-items:center}.preview-price-label{color:var(--text-secondary, #64748b);font-size:11px}.preview-price-value{font-weight:600;color:var(--text-primary, #1e293b);font-size:12px}.preview-price-positive{color:#16a34a}.preview-price-negative{color:#dc2626}.preview-pnl{font-size:11px;font-weight:600}.preview-sparkline{margin-top:4px;padding-top:4px;border-top:1px solid var(--border-color, #e2e8f0)}.preview-sparkline svg{display:block;width:100%;height:28px}.preview-signal-confidence{display:flex;align-items:center;gap:6px}.preview-confidence-label{font-size:10px;color:var(--text-secondary, #64748b);white-space:nowrap}.preview-confidence-bar{flex:1;height:5px;background:#e2e8f0;border-radius:3px;overflow:hidden}.preview-confidence-fill{height:100%;border-radius:3px;background:linear-gradient(90deg,#6366f1,#8b5cf6);transition:width .4s ease}.preview-confidence-value{font-size:12px;font-weight:700;color:var(--text-primary, #1e293b);min-width:32px;text-align:right}.insights-preview-empty{grid-column:1 / -1;text-align:center;padding:40px 20px;color:var(--text-secondary, #64748b)}.insights-preview-empty span{font-size:2rem;display:block;margin-bottom:8px}.insights-preview-empty p{margin:0;font-size:.9rem}.insights-preview-locked{position:relative;overflow:hidden;border-radius:12px;min-height:300px}.insights-preview-blur-content{filter:blur(6px);opacity:.45;pointer-events:none;-webkit-user-select:none;user-select:none}.insights-preview-map-placeholder{height:280px;border-radius:12px;margin-bottom:16px;background:radial-gradient(circle at 20% 30%,#fecaca 0%,transparent 25%),radial-gradient(circle at 80% 25%,#fed7aa 0%,transparent 20%),radial-gradient(circle at 50% 55%,#bfdbfe 0%,transparent 22%),radial-gradient(circle at 25% 80%,#bbf7d0 0%,transparent 20%),radial-gradient(circle at 75% 80%,#bbf7d0 0%,transparent 20%),#f8fafc;border:1px solid var(--border-color, #e2e8f0)}.insights-preview-blur-cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.insights-preview-placeholder{background:var(--bg-primary, #ffffff);border-radius:12px;border:1px solid var(--border-color, #e2e8f0);border-left:4px solid #94a3b8;padding:16px;display:flex;flex-direction:column;gap:12px}.placeholder-top{display:flex;justify-content:space-between}.placeholder-badge{width:60px;height:18px;background:#e2e8f0;border-radius:8px}.placeholder-impact{width:45px;height:18px;background:#e2e8f0;border-radius:8px}.placeholder-asset{display:flex;align-items:center;gap:8px}.placeholder-icon{width:28px;height:28px;background:#e2e8f0;border-radius:6px}.placeholder-lines{display:flex;flex-direction:column;gap:4px}.placeholder-line{height:10px;background:#e2e8f0;border-radius:4px}.placeholder-line-short{width:60px}.placeholder-line-long{width:120px}.placeholder-line-full{width:100%}.placeholder-prices{display:flex;flex-direction:column;gap:6px}.placeholder-prices .placeholder-line{width:100%}.placeholder-bar{display:flex}.placeholder-bar .placeholder-line-full{height:6px}.insights-preview-gate{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:20px;z-index:2}.insights-gate-icon{font-size:2.2rem;margin-bottom:8px}.insights-preview-gate h3{font-size:1.15rem;font-weight:700;color:var(--text-primary, #1e293b);margin:0 0 6px}.insights-preview-gate p{font-size:.85rem;color:var(--text-secondary, #64748b);margin:0 0 16px;max-width:440px}.insights-gate-buttons{display:flex;gap:10px}.insights-gate-btn{padding:10px 24px;font-size:.9rem;font-weight:600;border-radius:8px;cursor:pointer;border:none;transition:transform .15s,box-shadow .15s}.insights-gate-btn:hover{transform:translateY(-1px)}.insights-gate-btn.primary{background:linear-gradient(135deg,#6366f1,#8b5cf6);color:#fff;box-shadow:0 4px 12px #6366f14d}.insights-gate-btn.primary:hover{box-shadow:0 6px 18px #6366f166}.insights-gate-btn.secondary{background:var(--bg-primary, #ffffff);color:#6366f1;border:1.5px solid #6366f1}.insights-gate-btn.secondary:hover{background:#f5f3ff}@media(max-width:1100px){.insights-preview-grid,.insights-preview-blur-cards{grid-template-columns:repeat(2,1fr)}}@media(max-width:767px){.insights-preview-section{padding:0 12px}.insights-preview-header{flex-direction:column;align-items:flex-start;gap:8px;margin-bottom:12px}.insights-preview-title{font-size:1.15rem}.insights-preview-cta{width:100%;text-align:center}.insights-preview-grid,.insights-preview-blur-cards{grid-template-columns:1fr 1fr;gap:10px}.insights-preview-signal{padding:12px;gap:8px}.preview-signal-name{max-width:100px}.mini-concept-map{padding:10px}.insights-preview-map .concept-map-flow{height:300px}.insights-preview-map .concept-map-legend,.insights-preview-map .concept-map-hint{display:none}.insights-preview-map-placeholder{height:180px}.insights-preview-gate h3{font-size:1rem}.insights-preview-gate p{font-size:.8rem}.insights-gate-buttons{flex-direction:column;width:100%;max-width:240px}.insights-gate-btn{width:100%;text-align:center}}@media(max-width:400px){.insights-preview-grid,.insights-preview-blur-cards{grid-template-columns:1fr}}html:has(.auth-container),html:has(.auth-container) body{background:linear-gradient(135deg,#667eea,#764ba2);background-attachment:fixed}.auth-container{position:fixed;top:0;left:0;right:0;bottom:0;min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:20px;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.auth-card{background:#fff;border-radius:16px;box-shadow:0 20px 60px #0000004d;padding:48px 40px;width:100%;max-width:460px;animation:slideUp .4s ease-out}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.auth-header{text-align:center;margin-bottom:32px}.auth-header h1{font-size:32px;font-weight:700;margin:0 0 8px;background:linear-gradient(135deg,#667eea,#764ba2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-header p{font-size:16px;color:#666;margin:0}.auth-error{background:#fff5f5;border:1px solid #ff3b30;border-radius:8px;padding:12px 16px;margin-bottom:24px;color:#ff3b30;font-size:14px;text-align:center}.auth-form{display:flex;flex-direction:column;gap:20px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group label{font-size:14px;font-weight:600;color:#333}.form-group input{padding:12px 16px;border:2px solid #e8e8e8;border-radius:8px;font-size:15px;transition:all .2s ease;background:#fff}.form-group input:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.form-group input.input-error{border-color:#ff3b30}.form-group input.input-error:focus{box-shadow:0 0 0 3px #ff3b301a}.field-error{font-size:13px;color:#ff3b30;margin-top:-4px}.password-requirements{background:#f8f9fa;border:1px solid #e8e8e8;border-radius:8px;padding:12px;font-size:13px;margin-top:8px}.password-requirements p{margin:0 0 8px;font-weight:600;color:#666}.password-requirements ul{margin:0;padding-left:20px;color:#f80}.password-requirements li{margin:4px 0}.auth-submit-btn{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border:none;border-radius:8px;padding:14px 24px;font-size:16px;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 12px #667eea4d;margin-top:8px}.auth-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #667eea66}.auth-submit-btn:active:not(:disabled){transform:translateY(0)}.auth-submit-btn:disabled{opacity:.6;cursor:not-allowed}.auth-footer{text-align:center;margin-top:24px;padding-top:24px;border-top:1px solid #e8e8e8}.auth-footer p{font-size:14px;color:#666;margin:0}.auth-link{color:#667eea;text-decoration:none;font-weight:600;transition:color .2s ease}.auth-link:hover{color:#764ba2;text-decoration:underline}.auth-google-section{margin-bottom:8px}.google-login-button-container{min-height:44px}.auth-divider{display:flex;align-items:center;text-align:center;margin:20px 0}.auth-divider:before,.auth-divider:after{content:"";flex:1;border-bottom:1px solid #e8e8e8}.auth-divider span{padding:0 16px;font-size:13px;color:#999;text-transform:uppercase;letter-spacing:.5px;font-weight:500}@media(max-width:768px){.auth-card{padding:32px 24px}.auth-header h1{font-size:28px}}.auth-success{background:#f0fdf4;border:1px solid #22c55e;border-radius:8px;padding:12px 16px;margin-bottom:24px;color:#16a34a;font-size:14px;text-align:center}.verification-code-input{font-size:24px!important;text-align:center;letter-spacing:8px;font-weight:700;font-family:SF Mono,Monaco,Inconsolata,monospace}.form-hint{font-size:13px;color:#666;margin-top:4px}.auth-actions{display:flex;flex-direction:column;gap:12px;margin-top:24px;align-items:center}.auth-text-btn{background:none;border:none;color:#667eea;font-size:14px;font-weight:500;cursor:pointer;padding:8px 16px;border-radius:6px;transition:all .2s ease}.auth-text-btn:hover:not(:disabled){background:#667eea1a;color:#764ba2}.auth-text-btn:disabled{opacity:.5;cursor:not-allowed}.auth-footer p+p{margin-top:12px}@media(max-width:767px){.auth-container{padding:70px 16px 30px;align-items:flex-start;justify-content:flex-start}.auth-card{padding:28px 20px;border-radius:16px;max-width:100%;margin:auto;box-shadow:0 10px 40px #0003}.auth-header{margin-bottom:24px}.auth-header h1{font-size:26px}.auth-header p{font-size:14px;line-height:1.5}.auth-form{gap:16px}.form-group{gap:6px}.form-group label{font-size:13px}.form-group input{padding:14px 16px;font-size:16px;min-height:48px;border-radius:10px;border-width:1.5px}.auth-error{padding:12px 14px;border-radius:10px;font-size:13px;margin-bottom:16px}.auth-btn{padding:14px 20px;min-height:48px;font-size:15px;border-radius:10px;margin-top:8px}.auth-divider{margin:20px 0}.auth-divider span{font-size:12px;padding:0 12px}.google-btn{padding:14px 16px;min-height:48px;font-size:14px;border-radius:10px;gap:10px}.google-btn svg,.google-btn img{width:20px;height:20px}.auth-footer{margin-top:24px;text-align:center}.auth-footer p{font-size:13px}.auth-footer a{font-size:14px;font-weight:600}.verification-code-input{font-size:20px!important;letter-spacing:6px;padding:14px 12px;min-height:48px}.form-hint{font-size:12px;margin-top:6px}.auth-actions{gap:10px;margin-top:20px}.auth-text-btn{font-size:13px;padding:10px 16px;min-height:44px}.password-toggle{min-width:44px;min-height:44px}.remember-me{gap:10px}.remember-me input[type=checkbox]{width:20px;height:20px}.remember-me label{font-size:13px}.forgot-password{font-size:13px;padding:8px 0}}.auth-back-button{position:fixed;top:calc(12px + env(safe-area-inset-top,0px));left:calc(12px + env(safe-area-inset-left,0px));display:flex;align-items:center;justify-content:center;gap:0;padding:10px;background:#fffffff2;border:none;border-radius:50%;font-size:0;font-weight:500;color:#333;cursor:pointer;width:48px;height:48px;min-width:48px;min-height:48px;transition:all .2s ease;box-shadow:0 2px 10px #0003;z-index:1000;-webkit-tap-highlight-color:transparent;touch-action:manipulation}.auth-back-button:hover{background:#fff;transform:translate(-2px);box-shadow:0 4px 12px #0003}.auth-back-button:active{background:#f0f0f0;transform:scale(.95)}.auth-back-button svg{width:20px;height:20px}@media(min-width:768px){.auth-back-button{top:24px;left:24px;width:48px;height:48px}.auth-back-button svg{width:20px;height:20px}}.mobile-layout{min-height:100vh;min-height:100dvh;width:100%}.mobile-content{padding-bottom:calc(var(--safe-area-bottom) + 16px);width:100%}body.sidebar-scroll-lock{overflow-y:hidden!important}@media(max-width:767px){body{overscroll-behavior-y:contain;-webkit-overflow-scrolling:touch}button,a,input,select,textarea{min-height:var(--touch-target-min)}.desktop-only{display:none!important}}@media(min-width:768px){.mobile-only{display:none!important}}.safe-area-top{padding-top:var(--safe-area-top)}.safe-area-bottom{padding-bottom:var(--safe-area-bottom)}.ptr-indicator{display:none;justify-content:center;align-items:center;padding:16px;color:var(--muted)}.ptr-indicator.visible{display:flex}@media(max-width:767px){.page-enter{opacity:0;transform:translate(20px)}.page-enter-active{opacity:1;transform:translate(0);transition:opacity .2s ease,transform .2s ease}.page-exit{opacity:1;transform:translate(0)}.page-exit-active{opacity:0;transform:translate(-20px);transition:opacity .2s ease,transform .2s ease}}.global-fullscreen-player{position:fixed;top:0;left:0;right:0;bottom:0;z-index:9999;display:flex;flex-direction:column;background:#121212;animation:globalSlideUp .3s ease-out}@keyframes globalSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.global-fullscreen-bg{position:absolute;top:0;left:0;right:0;height:50%;overflow:hidden}.global-bg-gradient{width:100%;height:100%;background:linear-gradient(180deg,#8b5cf699,#7c3aed66 30%,#121212e6 70%,#121212)}.global-fullscreen-header{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;padding:16px 20px;padding-top:max(16px,env(safe-area-inset-top))}.global-fullscreen-btn{width:44px;height:44px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:#fff;cursor:pointer;transition:opacity .2s ease}.global-fullscreen-btn:hover{opacity:.7}.global-fullscreen-btn.close-all{color:#fff9}.global-fullscreen-source{font-size:.75rem;font-weight:600;color:#ffffffb3;text-transform:uppercase;letter-spacing:.5px}.global-fullscreen-content{position:relative;z-index:1;flex:1;display:flex;flex-direction:column;padding:20px 32px;overflow-y:auto;max-width:600px;margin:0 auto;width:100%}.global-fullscreen-cover{text-align:center;margin-bottom:32px}.global-cover-icon{width:180px;height:180px;margin:0 auto 24px;display:flex;align-items:center;justify-content:center;font-size:80px;background:linear-gradient(135deg,#8b5cf6,#6d28d9);border-radius:12px;box-shadow:0 8px 32px #0006}.global-cover-title{font-size:1.5rem;font-weight:700;color:#fff;margin:0 0 8px;line-height:1.3}.global-cover-category{font-size:.9rem;color:#fff9;margin:0}.global-audio-status{display:flex;align-items:center;justify-content:center;gap:10px;margin-top:16px;padding:12px 20px;background:#8b5cf64d;border-radius:24px;color:#fff;font-size:.9rem;font-weight:500}.global-fullscreen-topics{flex:1}.global-topics-label{font-size:.75rem;font-weight:600;color:#ffffff80;text-transform:uppercase;letter-spacing:.5px;margin:0 0 16px}.global-topics-list{display:flex;flex-direction:column;gap:12px}.global-topic-item{display:flex;align-items:flex-start;gap:12px;padding:12px 16px;background:#ffffff0d;border-radius:8px}.global-topic-emoji{font-size:1.2rem;line-height:1.4;flex-shrink:0}.global-topic-text{font-size:.95rem;color:#ffffffe6;line-height:1.4}.global-fullscreen-controls{position:relative;z-index:1;padding:24px 32px;padding-bottom:max(24px,env(safe-area-inset-bottom));background:linear-gradient(0deg,#121212,#121212f2);max-width:600px;margin:0 auto;width:100%}.global-fullscreen-progress-section{margin-bottom:20px}.global-fullscreen-progress-bar{height:4px;background:#fff3;border-radius:2px;cursor:pointer;position:relative;margin-bottom:8px;transition:height .1s ease}.global-fullscreen-progress-bar:hover{height:6px}.global-fullscreen-progress-fill{height:100%;background:#fff;border-radius:2px;transition:width .1s linear}.global-fullscreen-progress-thumb{position:absolute;top:50%;transform:translate(-50%,-50%);width:12px;height:12px;background:#fff;border-radius:50%;box-shadow:0 2px 8px #0000004d}.global-fullscreen-time{display:flex;justify-content:space-between;font-size:.75rem;color:#ffffff80;font-family:SF Mono,Monaco,monospace}.global-fullscreen-main-controls{display:flex;align-items:center;justify-content:center;gap:32px;margin-bottom:20px}.global-fullscreen-ctrl{background:none;border:none;color:#fff;cursor:pointer;padding:8px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.global-fullscreen-ctrl:disabled{opacity:.3;cursor:not-allowed}.global-fullscreen-ctrl:not(:disabled):active{transform:scale(.95)}.global-fullscreen-ctrl:not(:disabled):hover{opacity:.8}.global-fullscreen-ctrl.prev,.global-fullscreen-ctrl.next{opacity:.8}.global-fullscreen-ctrl.prev:not(:disabled):hover,.global-fullscreen-ctrl.next:not(:disabled):hover{opacity:1}.global-fullscreen-ctrl.play{width:72px;height:72px;min-width:72px;min-height:72px;max-width:72px;max-height:72px;background:#fff;border-radius:50%;color:#121212;flex-shrink:0;padding:0;box-sizing:border-box;overflow:hidden;aspect-ratio:1 / 1}.global-fullscreen-ctrl.play:not(:disabled):hover{transform:scale(1.05)}.global-fullscreen-ctrl.play:not(:disabled):active{background:#e0e0e0}.global-fullscreen-ctrl.play.loading{background:#fff9}.global-fullscreen-secondary{display:flex;align-items:center;justify-content:space-between;padding:0 20px}.global-fullscreen-speed{padding:8px 16px;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:20px;color:#fff;font-size:.85rem;font-weight:600;cursor:pointer;transition:background .2s ease}.global-fullscreen-speed:hover{background:#fff3}.global-fullscreen-counter{font-size:.8rem;color:#ffffff80;font-weight:500}.global-spinner-white{width:24px;height:24px;border:3px solid rgba(0,0,0,.2);border-top-color:#121212;border-radius:50%;animation:globalSpin .8s linear infinite;flex-shrink:0}@keyframes globalSpin{to{transform:rotate(360deg)}}@media(min-width:769px){.global-cover-icon{width:240px;height:240px;font-size:100px}.global-cover-title{font-size:2rem}.global-fullscreen-ctrl.play{width:80px;height:80px}}.persistent-mini-player{position:fixed;bottom:0;left:0;right:0;height:72px;z-index:9998;background:linear-gradient(135deg,#fff,#f8fafc);border-top:1px solid #e2e8f0;display:flex;flex-direction:column;box-shadow:0 -4px 24px #00000014}.persistent-mini-progress{height:3px;background:#e2e8f0;flex-shrink:0}.persistent-mini-progress-fill{height:100%;background:linear-gradient(90deg,#8b5cf6,#a78bfa);transition:width .1s linear}.persistent-mini-inner{flex:1;display:flex;align-items:center;padding:0 12px 0 16px;gap:12px;cursor:pointer}.persistent-mini-icon{font-size:1.5rem;width:36px;text-align:center;flex-shrink:0}.persistent-mini-text{flex:1;min-width:0;display:flex;flex-direction:column}.persistent-mini-title{font-size:.88rem;font-weight:600;color:#1e293b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.persistent-mini-category{font-size:.72rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.persistent-mini-controls{display:flex;align-items:center;gap:4px;flex-shrink:0}.persistent-mini-btn{width:38px;height:38px;min-width:38px;min-height:38px;max-width:38px;max-height:38px;display:flex;align-items:center;justify-content:center;background:none;border:none;color:#475569;cursor:pointer;border-radius:50%;transition:background .2s ease;flex-shrink:0;padding:0;box-sizing:border-box;overflow:hidden;aspect-ratio:1 / 1}.persistent-mini-btn:hover{background:#f1f5f9}.persistent-mini-btn:disabled{opacity:.3;cursor:not-allowed}.persistent-mini-btn.play{width:42px;height:42px;min-width:42px;min-height:42px;max-width:42px;max-height:42px;background:linear-gradient(135deg,#8b5cf6,#7c3aed)}.persistent-mini-btn.play:hover{background:linear-gradient(135deg,#7c3aed,#6d28d9)}.persistent-mini-btn.close{color:#94a3b8}.persistent-mini-btn.close:hover{color:#ef4444;background:#ef444414}.persistent-mini-btn.play.loading{background:linear-gradient(135deg,#a78bfa,#8b5cf6);cursor:wait;opacity:1}.persistent-mini-spinner{width:18px;height:18px;min-width:18px;min-height:18px;max-width:18px;max-height:18px;border:2.5px solid rgba(139,92,246,.3);border-top-color:#8b5cf6;border-radius:50%;animation:globalSpin .8s linear infinite;flex-shrink:0;box-sizing:border-box;aspect-ratio:1 / 1}@media(max-width:768px){.persistent-mini-player{bottom:0;height:calc(72px + env(safe-area-inset-bottom,0px));padding-bottom:env(safe-area-inset-bottom,0px)}.persistent-mini-btn{min-height:38px!important;height:38px!important;width:38px!important;min-width:38px!important;max-width:38px!important;max-height:38px!important}.persistent-mini-btn.play{min-height:42px!important;height:42px!important;width:42px!important;min-width:42px!important;max-width:42px!important;max-height:42px!important}}@media(max-width:480px){.persistent-mini-inner{padding:0 8px 0 12px;gap:8px}.persistent-mini-icon{width:28px;font-size:1.2rem}.persistent-mini-btn{width:34px!important;height:34px!important;min-width:34px!important;min-height:34px!important;max-width:34px!important;max-height:34px!important}.persistent-mini-btn.play{width:38px!important;height:38px!important;min-width:38px!important;min-height:38px!important;max-width:38px!important;max-height:38px!important}.persistent-mini-spinner{width:16px;height:16px;min-width:16px;min-height:16px;max-width:16px;max-height:16px}}.cookie-consent{position:fixed;bottom:12px;left:12px;z-index:9999;opacity:0;animation:fadeInUp .4s ease-out forwards;animation-delay:.1s}@keyframes fadeInUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.cookie-consent-content{display:flex;align-items:center;gap:10px;background:#1e1e23d9;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(255,255,255,.08);border-radius:8px;padding:8px 12px;box-shadow:0 2px 12px #0003;max-width:320px}.cookie-text{color:#ffffffb3;font-size:11px;line-height:1.3}.cookie-actions{display:flex;align-items:center;gap:6px;flex-shrink:0}.cookie-btn-accept{background:#4caf50cc;color:#fff;border:none;border-radius:4px;padding:4px 12px;font-size:11px;font-weight:500;cursor:pointer;transition:background .2s}.cookie-btn-accept:hover{background:#4caf50}.cookie-btn-dismiss{background:transparent;color:#fff6;border:none;font-size:16px;line-height:1;cursor:pointer;padding:2px 4px;transition:color .2s}.cookie-btn-dismiss:hover{color:#ffffffb3}@media(max-width:480px){.cookie-consent{left:8px;right:8px;bottom:70px}.cookie-consent-content{max-width:100%}}.pwa-install-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000a6;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);z-index:10000;display:flex;align-items:flex-end;justify-content:center;animation:pwa-overlay-in .3s ease-out}.pwa-install-overlay.pwa-closing{animation:pwa-overlay-out .3s ease-in forwards}@keyframes pwa-overlay-in{0%{opacity:0}to{opacity:1}}@keyframes pwa-overlay-out{0%{opacity:1}to{opacity:0}}.pwa-install-prompt{background:linear-gradient(180deg,#1a2332,#0f172a);border-top-left-radius:24px;border-top-right-radius:24px;width:100%;max-width:480px;max-height:90vh;overflow-y:auto;padding:12px 20px 24px;color:#e2e8f0;box-shadow:0 -10px 40px #0006;animation:pwa-slide-up .35s cubic-bezier(.32,.72,0,1);-webkit-overflow-scrolling:touch}.pwa-install-prompt.pwa-closing{animation:pwa-slide-down .3s ease-in forwards}@keyframes pwa-slide-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes pwa-slide-down{0%{transform:translateY(0)}to{transform:translateY(100%)}}.pwa-install-prompt:before{content:"";display:block;width:40px;height:4px;background:#fff3;border-radius:2px;margin:0 auto 16px}.pwa-close-btn{position:absolute;top:16px;right:16px;background:#ffffff14;border:none;border-radius:50%;width:36px;height:36px;min-width:36px;min-height:36px;max-width:36px;max-height:36px;padding:0;display:flex;align-items:center;justify-content:center;color:#94a3b8;cursor:pointer;transition:all .2s;z-index:2;box-sizing:border-box;line-height:1;aspect-ratio:1 / 1}.pwa-close-btn:hover,.pwa-close-btn:active{background:#ffffff26;color:#fff}.pwa-install-header{text-align:center;position:relative;padding-top:8px}.pwa-app-icon{width:72px;height:72px;border-radius:18px;overflow:hidden;margin:0 auto 14px;box-shadow:0 4px 20px #0596694d;border:2px solid rgba(5,150,105,.4)}.pwa-app-icon img{width:100%;height:100%;object-fit:cover}.pwa-title{font-size:22px;font-weight:700;margin:0 0 6px;color:#fff;letter-spacing:-.3px}.pwa-subtitle{font-size:13.5px;color:#94a3b8;margin:0 auto;max-width:320px;line-height:1.45}.pwa-benefits{display:flex;justify-content:center;gap:16px;margin:18px 0;padding:12px 0;border-top:1px solid rgba(255,255,255,.06);border-bottom:1px solid rgba(255,255,255,.06)}.pwa-benefit{display:flex;flex-direction:column;align-items:center;gap:4px;font-size:11.5px;color:#94a3b8}.pwa-benefit-icon{font-size:20px;line-height:1}.pwa-native-install-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:14px 24px;background:linear-gradient(135deg,#059669,#10b981);color:#fff;border:none;border-radius:14px;font-size:16px;font-weight:600;cursor:pointer;margin-bottom:16px;transition:all .2s;box-shadow:0 4px 15px #05966959}.pwa-native-install-btn:active{transform:scale(.97);box-shadow:0 2px 8px #0596694d}.pwa-platform-section{margin-top:4px}.pwa-platform-tabs{display:flex;gap:8px;margin-bottom:16px}.pwa-platform-tab{flex:1;display:flex;align-items:center;justify-content:center;gap:8px;padding:10px 16px;background:#ffffff0a;border:1.5px solid rgba(255,255,255,.08);border-radius:12px;color:#94a3b8;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s}.pwa-platform-tab.active{background:#0596691f;border-color:#05966980;color:#10b981}.pwa-platform-tab:active{transform:scale(.97)}.pwa-steps{display:flex;flex-direction:column;gap:8px}.pwa-step{display:flex;align-items:flex-start;gap:12px;padding:12px;border-radius:14px;background:#ffffff08;border:1px solid rgba(255,255,255,.06);transition:all .25s ease}.pwa-step.active{background:#05966914;border-color:#05966940}.pwa-step.completed{opacity:.5}.pwa-step-number{flex-shrink:0;width:28px;height:28px;border-radius:50%;background:#ffffff14;color:#94a3b8;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:700;margin-top:2px;transition:all .2s}.pwa-step.active .pwa-step-number{background:linear-gradient(135deg,#059669,#10b981);color:#fff;box-shadow:0 2px 8px #05966966}.pwa-step.completed .pwa-step-number{background:#059669;color:#fff}.pwa-step-content{flex:1;min-width:0}.pwa-step-header{display:flex;align-items:center;gap:10px}.pwa-step-icon{flex-shrink:0;color:#64748b;display:flex;align-items:center;transition:color .2s}.pwa-step.active .pwa-step-icon{color:#10b981}.pwa-step-title{font-size:14px;font-weight:600;color:#cbd5e1;margin:0;line-height:1.3}.pwa-step.active .pwa-step-title{color:#fff}.pwa-step-description{font-size:12.5px;color:#94a3b8;margin:6px 0 0;line-height:1.5;padding-left:38px}@keyframes pwa-fade-in{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.pwa-step-nav{display:flex;justify-content:space-between;margin-top:12px;min-height:36px}.pwa-step-nav-btn{display:flex;align-items:center;gap:4px;padding:8px 16px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);border-radius:10px;color:#94a3b8;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s}.pwa-step-nav-btn:active{background:#ffffff1a}.pwa-step-nav-btn.next{margin-left:auto;background:#05966926;border-color:#0596694d;color:#10b981}.pwa-step-nav-btn.next:active{background:#05966940}.pwa-safari-hint{display:flex;align-items:flex-start;gap:8px;margin-top:14px;padding:10px 12px;background:#eab30814;border:1px solid rgba(234,179,8,.2);border-radius:10px;font-size:11.5px;color:#fbbf24;line-height:1.45}.pwa-safari-hint svg{flex-shrink:0;margin-top:1px;color:#fbbf24}.pwa-safari-hint strong{color:#fde68a}.pwa-install-footer{display:flex;gap:12px;margin-top:18px;padding-top:16px;border-top:1px solid rgba(255,255,255,.06)}.pwa-remind-btn,.pwa-dismiss-btn{flex:1;padding:12px 16px;border-radius:12px;font-size:13.5px;font-weight:500;cursor:pointer;transition:all .2s;border:none}.pwa-remind-btn{background:#ffffff0f;color:#94a3b8}.pwa-remind-btn:active{background:#ffffff1a}.pwa-dismiss-btn{background:transparent;color:#64748b}.pwa-dismiss-btn:active{color:#94a3b8}.pwa-install-prompt::-webkit-scrollbar{width:3px}.pwa-install-prompt::-webkit-scrollbar-track{background:transparent}.pwa-install-prompt::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:3px}@supports (padding-bottom: env(safe-area-inset-bottom)){.pwa-install-prompt{padding-bottom:calc(24px + env(safe-area-inset-bottom))}}@media(max-height:680px){.pwa-app-icon{width:56px;height:56px;border-radius:14px}.pwa-title{font-size:19px}.pwa-subtitle{font-size:12.5px}.pwa-benefits{margin:12px 0;padding:8px 0}.pwa-step{padding:10px}}.xp-notif-container{position:fixed;top:80px;right:20px;display:flex;flex-direction:column;gap:8px;z-index:9999;pointer-events:none}.xp-notif{display:flex;align-items:center;gap:10px;padding:12px 18px;background:#0f172af2;border:1px solid rgba(251,191,36,.3);border-radius:12px;box-shadow:0 8px 30px #0006;animation:xpSlideIn .4s ease,xpFadeOut .5s ease 3.5s forwards;pointer-events:auto;min-width:220px;max-width:340px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.xp-notif.badge{border-color:#a855f766}.xp-notif.levelup{border-color:#10b98166;box-shadow:0 8px 30px #10b98126}@keyframes xpSlideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes xpFadeOut{to{opacity:0;transform:translateY(-10px)}}.xp-notif-icon{font-size:1.3rem;flex-shrink:0}.xp-notif-content{display:flex;flex-direction:column;flex:1;min-width:0}.xp-notif-title{color:#f8fafc;font-size:.85rem;font-weight:700}.xp-notif-message{color:#94a3b8;font-size:.75rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.xp-notif-amount{color:#fbbf24;font-weight:800;font-size:.95rem;flex-shrink:0}@media(max-width:767px){.xp-notif-container{top:60px;right:10px;left:10px}.xp-notif{max-width:100%;min-width:auto;padding:10px 14px}}:root{--primary: #059669;--primary-light: #10b981;--primary-dark: #047857;--primary-darker: #065f46;--primary-darkest: #064e3b;--primary-50: #ecfdf5;--primary-100: #d1fae5;--bg: #f5faf7;--card-bg: #ffffff;--text: #0f172a;--muted: #64748b;--gray-100: #f1f5f9;--gray-200: #e2e8f0;--gray-300: #cbd5e1;--gray-400: #94a3b8;--gray-600: #475569;--gray-800: #1e293b;--font-sans: "Montserrat", sans-serif;--font-serif: "Merriweather", serif;--btn-width: 140px;--header-height: clamp(80px, 12vh, 120px);--persistent-player-height: 0px;--mobile-breakpoint: 768px;--tablet-breakpoint: 1024px;--desktop-breakpoint: 1200px;--bottom-nav-height: 64px;--safe-area-bottom: env(safe-area-inset-bottom, 0px);--safe-area-top: env(safe-area-inset-top, 0px);--touch-target-min: 44px}*{box-sizing:border-box;margin:0;padding:0}html{overflow-x:hidden;width:100%;max-width:100vw}.tv-lightweight-charts__logo{display:none!important}.welcome-icon,.feature-icon,.empty-state-icon,.expand-icon,.stat-icon,.metric-icon,.section-icon,.ai-icon,.info-icon{font-family:"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji"!important;font-style:normal!important;font-weight:400!important;text-rendering:optimizeLegibility!important;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}
