:root{--color-bg: #ffffff;--color-bg-alt: #f8fafc;--color-bg-subtle: #f1f5f9;--color-surface: #ffffff;--color-border: #e2e8f0;--color-border-light: #f1f5f9;--color-text: #0f172a;--color-text-sub: #475569;--color-text-muted: #94a3b8;--color-brand: #0f172a;--color-brand-hover: #1e293b;--color-primary: #2563eb;--color-success: #3b82f6;--color-error: #ef4444;--color-exi-school: #4f46e5;--color-exi-news: #d97706;--color-exi-terminal: #0891b2;--color-accent-indigo: #4f46e5;--color-accent-amber: #f59e0b;--color-accent-cyan: #06b6d4;--gradient-hero: linear-gradient(135deg, #f8fafc 0%, #f0f4ff 50%, #f0fdfb 100%);--gradient-school: linear-gradient(135deg, #eef2ff 0%, #f5f3ff 100%);--gradient-news: linear-gradient(135deg, #fffbeb 0%, #fff7ed 100%);--gradient-terminal: linear-gradient(135deg, #ecfeff 0%, #f0fdfa 100%);--section-padding: 64px 0;--container-max: 1160px;--container-padding: 0 24px;--radius-sm: 8px;--radius-md: 16px;--radius-lg: 24px;--radius-xl: 32px;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 16px rgba(0,0,0,.08), 0 2px 6px rgba(0,0,0,.04);--shadow-lg: 0 12px 40px rgba(0,0,0,.1), 0 4px 12px rgba(0,0,0,.05);--shadow-xl: 0 24px 64px rgba(0,0,0,.12);--transition-fast: .15s ease;--transition-base: .25s ease;--transition-slow: .4s ease;--font-heading: "Outfit", "Pretendard Variable", Pretendard, -apple-system, sans-serif;--font-body: "Inter", "Pretendard Variable", Pretendard, -apple-system, sans-serif;--z-header: 100;--z-modal: 200}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{font-family:var(--font-body);font-size:16px;line-height:1.6;color:var(--color-text);background-color:var(--color-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;word-break:keep-all;overflow-wrap:break-word}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}button{font-family:var(--font-body);cursor:pointer;border:none;background:none}.container{max-width:var(--container-max);margin:0 auto;padding:var(--container-padding)}.section{padding:var(--section-padding)}.heading-xl{font-family:var(--font-heading);font-size:clamp(2.5rem,5vw,4rem);font-weight:900;line-height:1.1;letter-spacing:-.02em;color:var(--color-text)}.heading-lg{font-family:var(--font-heading);font-size:clamp(1.75rem,3.5vw,2.75rem);font-weight:800;line-height:1.2;letter-spacing:-.015em;color:var(--color-text)}.heading-md{font-family:var(--font-heading);font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:700;line-height:1.3;color:var(--color-text)}.body-lg{font-size:1.125rem;line-height:1.7;color:var(--color-text-sub)}.body-sm{font-size:.875rem;line-height:1.6;color:var(--color-text-muted)}.label{font-size:.75rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase}.btn{display:inline-flex;align-items:center;gap:8px;padding:14px 28px;border-radius:var(--radius-full);font-size:.9375rem;font-weight:600;transition:all var(--transition-base);white-space:nowrap;cursor:pointer}.btn-primary{background:var(--color-brand);color:#fff;box-shadow:0 4px 14px #0f172a40}.btn-primary:hover{background:var(--color-brand-hover);transform:translateY(-1px);box-shadow:0 8px 24px #0f172a4d}.btn-outline{background:transparent;color:var(--color-text);border:1.5px solid var(--color-border)}.btn-outline:hover{border-color:var(--color-text);background:var(--color-bg-subtle)}.btn-ghost{background:transparent;color:var(--color-text-sub);padding:10px 16px}.btn-ghost:hover{color:var(--color-text);background:var(--color-bg-subtle);border-radius:var(--radius-sm)}.btn-sm{padding:10px 20px;font-size:.875rem}.badge{display:inline-flex;align-items:center;gap:6px;padding:6px 14px;border-radius:var(--radius-full);font-size:.75rem;font-weight:700;letter-spacing:.04em;border:1.5px solid transparent}.badge-school{background:#eef2ff;color:#4338ca;border-color:#c7d2fe}.badge-news{background:#fffbeb;color:#92400e;border-color:#fde68a}.badge-terminal{background:#ecfeff;color:#0e7490;border-color:#a5f3fc}.card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);transition:box-shadow var(--transition-base),transform var(--transition-base)}.card:hover{box-shadow:var(--shadow-md);transform:translateY(-2px)}.reveal{opacity:0;transform:translateY(32px);transition:opacity .6s ease,transform .6s ease}.reveal.visible{opacity:1;transform:translateY(0)}.reveal-delay-1{transition-delay:.1s}.reveal-delay-2{transition-delay:.2s}.reveal-delay-3{transition-delay:.3s}.divider{width:48px;height:4px;border-radius:var(--radius-full);margin-bottom:24px}.chip{display:inline-flex;align-items:center;gap:6px;padding:4px 12px;background:var(--color-bg-subtle);border:1px solid var(--color-border);border-radius:var(--radius-full);font-size:.8125rem;font-weight:500;color:var(--color-text-sub)}@media(max-width:768px){:root{--section-padding: 44px 0;--container-padding: 0 20px}}@media(max-width:480px){:root{--section-padding: 32px 0;--container-padding: 0 16px}}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:var(--color-bg-alt)}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:3px}::selection{background:#c7d2fe;color:#1e1b4b}.app-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;background:var(--color-bg)}.app-loading__spinner{width:36px;height:36px;border:3px solid var(--color-border);border-top-color:var(--color-brand);border-radius:50%;animation:app-spin .7s linear infinite}@keyframes app-spin{to{transform:rotate(360deg)}}.header{position:fixed;top:0;left:0;right:0;z-index:var(--z-header);padding:0;background:#fff9;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-bottom:1px solid rgba(0,0,0,.03);transition:all .3s cubic-bezier(.4,0,.2,1)}.header--scrolled{background:#ffffffd9;border-bottom-color:#0000000f;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);box-shadow:0 10px 40px #0000000d}.header__inner{display:flex;align-items:center;justify-content:space-between;height:72px;gap:24px}.header__logo{display:flex;align-items:center;gap:10px;flex-shrink:0}.header__logo-mark{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#0f172a;color:#fff;border-radius:10px;font-family:var(--font-heading);font-size:.875rem;font-weight:800;letter-spacing:-.02em;box-shadow:0 4px 12px #0f172a40;transition:transform .2s ease}.header__logo:hover .header__logo-mark{transform:translateY(-1px) scale(1.05)}.header__logo-text{font-family:var(--font-heading);font-size:1.25rem;font-weight:800;color:#0f172a;background:none;-webkit-text-fill-color:initial;letter-spacing:-.03em}.header__nav{display:flex;align-items:center;gap:4px;flex:1}.header__nav-link{font-size:.9375rem;font-weight:600;color:var(--color-text-sub);transition:all var(--transition-fast);display:flex;align-items:center;gap:6px;padding:8px 16px;border-radius:20px;position:relative}.header__nav-link:hover{color:var(--color-text);background:#00000008}.header__external-icon{font-size:.7rem;opacity:.6}.header__auth{display:flex;align-items:center;gap:12px;flex-shrink:0}.header__profile{position:relative}.header__profile-btn{display:flex;align-items:center;gap:8px;padding:6px 14px 6px 6px;background:var(--color-bg-subtle);border:1.5px solid var(--color-border);border-radius:var(--radius-full);cursor:pointer;transition:all var(--transition-fast)}.header__profile-btn:hover{border-color:var(--color-text)}.header__avatar{width:28px;height:28px;border-radius:50%;object-fit:cover}.header__avatar-fallback{width:28px;height:28px;border-radius:50%;background:var(--color-border);display:flex;align-items:center;justify-content:center;color:var(--color-text-sub)}.header__profile-name{font-size:.875rem;font-weight:600;color:var(--color-text)}.header__chevron{color:var(--color-text-muted);transition:transform var(--transition-fast)}.header__chevron--open{transform:rotate(180deg)}.header__dropdown{position:absolute;top:calc(100% + 8px);right:0;min-width:220px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);overflow:hidden;animation:dropdown-in .15s ease}@keyframes dropdown-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.header__dropdown-header{padding:16px}.header__dropdown-name{font-size:.9rem;font-weight:600;color:var(--color-text);margin-bottom:2px}.header__dropdown-email{font-size:.8rem;color:var(--color-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.header__dropdown-divider{border:none;border-top:1px solid var(--color-border)}.header__dropdown-item{display:flex;align-items:center;gap:10px;width:100%;padding:12px 16px;font-size:.875rem;font-weight:500;color:var(--color-text-sub);cursor:pointer;transition:background var(--transition-fast);text-align:left}.header__dropdown-item:hover{background:var(--color-bg-subtle);color:var(--color-text)}.header__mobile-toggle{display:none;padding:8px;color:var(--color-text);border-radius:var(--radius-sm);transition:background var(--transition-fast)}.header__mobile-toggle:hover{background:var(--color-bg-subtle)}.header__mobile-menu{display:none;position:absolute;top:100%;left:0;right:0;background:var(--color-surface);border-bottom:1px solid var(--color-border);box-shadow:var(--shadow-md);animation:mobile-menu-in .2s ease}@keyframes mobile-menu-in{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.header__mobile-nav{display:flex;flex-direction:column;padding:16px 20px 24px;gap:4px}.header__mobile-link{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;font-size:1rem;font-weight:500;color:var(--color-text);border-radius:var(--radius-sm);cursor:pointer;transition:background var(--transition-fast);text-align:left;width:100%}.header__mobile-link:hover{background:var(--color-bg-subtle)}@media(max-width:768px){.header__nav{display:none}.header__mobile-toggle{display:flex}.header__mobile-menu{display:block}#header-login-btn{display:none}}.footer{background:var(--color-bg-alt);border-top:1px solid var(--color-border)}.footer__inner{display:flex;flex-direction:column;gap:40px;padding-top:56px;padding-bottom:48px}.footer__top{display:flex;align-items:center;gap:28px}.footer__logo{display:flex;align-items:center;gap:10px;flex-shrink:0}.footer__logo-mark{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:var(--color-brand);color:#fff;border-radius:10px;font-family:var(--font-heading);font-size:.875rem;font-weight:800}.footer__logo-text{font-family:var(--font-heading);font-size:1rem;font-weight:700;color:var(--color-text);white-space:nowrap}.footer__desc{font-size:.875rem;line-height:1.6;color:var(--color-text-muted);border-left:2px solid var(--color-border);padding-left:24px}.footer__nav{display:grid;grid-template-columns:1.4fr .8fr 1.6fr;gap:48px;padding-top:32px;border-top:1px solid var(--color-border)}.footer__nav-title{font-size:.75rem;font-weight:700;color:var(--color-text);letter-spacing:.08em;text-transform:uppercase;margin-bottom:14px}.footer__nav-list{list-style:none;display:flex;flex-direction:column;gap:8px}.footer__link{font-size:.875rem;color:var(--color-text-sub);transition:color var(--transition-fast);cursor:pointer;display:flex;align-items:center;gap:6px;text-align:left;background:none;border:none;padding:0;white-space:nowrap}.footer__link:hover{color:var(--color-text)}.footer__external{font-size:.7rem;opacity:.55}.footer__contact-desc{font-size:.825rem;line-height:1.6;color:var(--color-text-sub);margin-bottom:14px}.footer__contact-email{display:inline-flex;align-items:center;gap:6px;font-size:.875rem;font-weight:700;color:var(--color-exi-terminal);text-decoration:none;padding:9px 18px;border:1.5px solid var(--color-exi-terminal);border-radius:var(--radius-full);transition:all var(--transition-base);background:#0891b20a}.footer__contact-email:hover{background:#0891b21a;transform:translateY(-2px);box-shadow:0 4px 14px #0891b22e}.footer__bottom{border-top:1px solid var(--color-border);padding:18px 0}.footer__bottom-inner{display:flex;justify-content:center;align-items:center}.footer__copyright{font-size:.8rem;color:var(--color-text-muted)}@media(max-width:768px){.footer__top{flex-direction:column;align-items:flex-start;gap:16px}.footer__desc{border-left:none;padding-left:0;border-top:1px solid var(--color-border);padding-top:16px}.footer__nav{grid-template-columns:1fr 1fr;gap:32px}.footer__contact-group{grid-column:1 / -1}}@media(max-width:480px){.footer__nav{grid-template-columns:1fr;gap:28px}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0f172a80;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);z-index:var(--z-modal);display:flex;align-items:center;justify-content:center;padding:20px;animation:overlay-in .2s ease}@keyframes overlay-in{0%{opacity:0}to{opacity:1}}.modal{position:relative;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-xl);padding:48px 40px;width:100%;max-width:420px;box-shadow:var(--shadow-xl);text-align:center;animation:modal-in .25s ease}@keyframes modal-in{0%{opacity:0;transform:scale(.95) translateY(16px)}to{opacity:1;transform:scale(1) translateY(0)}}.modal__close{position:absolute;top:16px;right:16px;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);transition:all var(--transition-fast);cursor:pointer;background:none;border:none}.modal__close:hover{background:var(--color-bg-subtle);color:var(--color-text)}.modal__logo{margin-bottom:24px;display:flex;justify-content:center}.modal__logo-mark{display:flex;align-items:center;justify-content:center;width:52px;height:52px;background:var(--color-brand);color:#fff;border-radius:14px;font-family:var(--font-heading);font-size:1.1rem;font-weight:800}.modal__title{font-family:var(--font-heading);font-size:1.3rem;font-weight:800;color:var(--color-text);margin-bottom:12px;line-height:1.3}.modal__desc{font-size:.9rem;color:var(--color-text-sub);line-height:1.7;margin-bottom:32px}.modal__google-btn{display:flex;align-items:center;justify-content:center;gap:12px;width:100%;padding:14px 24px;background:var(--color-surface);border:1.5px solid var(--color-border);border-radius:var(--radius-full);font-size:.9375rem;font-weight:600;color:var(--color-text);cursor:pointer;transition:all var(--transition-base);margin-bottom:20px;font-family:var(--font-body)}.modal__google-btn:hover:not(:disabled){border-color:#4285f4;box-shadow:0 0 0 3px #4285f41f;transform:translateY(-1px)}.modal__google-btn:disabled{opacity:.6;cursor:not-allowed}.modal__spinner{width:18px;height:18px;border:2px solid var(--color-border);border-top-color:var(--color-text);border-radius:50%;animation:spin .6s linear infinite}.modal__terms{font-size:.75rem;color:var(--color-text-muted);line-height:1.6}.modal__terms-link{color:var(--color-text-sub);text-decoration:underline;text-underline-offset:2px}.modal__terms-link:hover{color:var(--color-text)}@media(max-width:480px){.modal{padding:40px 24px;border-radius:var(--radius-lg)}}.phone-mockup-wrapper{position:relative;display:flex;justify-content:center;align-items:center;perspective:1000px;padding:10px}.phone-glow-bg{position:absolute;width:280px;height:580px;background:radial-gradient(circle,rgba(99,102,241,.15) 0%,rgba(6,182,212,.12) 50%,transparent 80%);border-radius:60px;filter:blur(40px);z-index:0;pointer-events:none;animation:auroralGlow 8s ease-in-out infinite alternate}@keyframes auroralGlow{0%{transform:scale(1) translate(0);opacity:.8}50%{transform:scale(1.1) translate(10px,-10px);opacity:1}to{transform:scale(.9) translate(-10px,10px);opacity:.7}}.phone-mockup{width:320px;height:640px;border-radius:44px;border:12px solid #0f172a;background:#fff;transform:rotateY(-14deg) rotateX(7deg) rotate(-2deg);box-shadow:18px 25px 50px -15px #0f172a26,-5px 0 20px #6366f108,inset 0 0 4px #0000000d;position:relative;overflow:hidden;display:flex;flex-direction:column;z-index:1;transform-style:preserve-3d;transition:transform .5s cubic-bezier(.16,1,.3,1),box-shadow .5s ease}.phone-mockup:hover{transform:rotateY(-5deg) rotateX(3deg) translateY(-8px) scale(1.02);box-shadow:25px 35px 60px -10px #0f172a33,-8px 0 25px #06b6d40f}.phone-notch{position:absolute;top:0;left:50%;transform:translate(-50%);width:110px;height:24px;background:#0f172a;border-bottom-left-radius:14px;border-bottom-right-radius:14px;z-index:100;display:flex;align-items:center;justify-content:center}.phone-notch-camera{width:8px;height:8px;border-radius:50%;background:#1e293b;position:absolute;right:20px}.phone-home-indicator{position:absolute;bottom:6px;left:50%;transform:translate(-50%);width:100px;height:4px;background:#00000026;border-radius:2px;z-index:100;pointer-events:none}.phone-screen{flex:1;display:flex;flex-direction:column;overflow:hidden;padding-top:30px;padding-bottom:52px;font-family:Pretendard Variable,-apple-system,sans-serif;color:#334155;background:#f8fafc}.phone-status-bar{display:flex;justify-content:space-between;padding:0 20px;height:14px;font-size:.7rem;font-weight:600;color:#00000073;pointer-events:none}.phone-tab-bar{position:absolute;bottom:12px;left:0;width:100%;height:40px;background:#fffffff5;border-top:1px solid rgba(0,0,0,.05);display:flex;align-items:center;justify-content:space-around;z-index:99;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.phone-tab-btn{background:none;border:none;padding:6px 12px;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;transition:all .2s ease;flex:1}.phone-tab-btn span{font-size:.72rem;font-weight:700;color:#94a3b8;transition:color .2s ease}.phone-tab-btn.active span{color:#0284c7;text-shadow:0 0 8px rgba(2,132,199,.15)}.academy-screen{display:flex;flex-direction:column;height:100%;background:#f8fafc}.academy-header{padding:12px 14px 8px;border-bottom:1px solid rgba(0,0,0,.04)}.academy-header h2{font-size:1.15rem;font-weight:800;color:#4f46e5;margin:0 0 1px}.academy-header p{font-size:.68rem;color:#64748b;margin:0}.academy-search-bar{display:flex;align-items:center;background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:10px;padding:5px 10px;margin:10px 14px 6px;gap:6px;box-shadow:0 2px 4px #00000005}.academy-search-icon{font-size:.8rem;opacity:.4}.academy-search-input{background:transparent;border:none;outline:none;color:#1e293b;font-size:.75rem;flex:1}.academy-categories{display:flex;gap:5px;overflow-x:auto;padding:4px 14px 10px;scrollbar-width:none}.academy-categories::-webkit-scrollbar{display:none}.category-chip{padding:4px 8px;border-radius:10px;background:#fff;border:1px solid rgba(0,0,0,.05);font-size:.7rem;font-weight:500;color:#64748b;white-space:nowrap;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #00000003}.category-chip.active{background:#6366f114;border-color:#6366f1;color:#4f46e5;font-weight:700}.academy-video-list{flex:1;overflow-y:auto;padding:4px 14px;display:flex;flex-direction:column;gap:12px}.academy-card{background:#fff;border:1px solid rgba(0,0,0,.04);border-radius:16px;overflow:hidden;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 10px #0f172a05}.academy-card:hover{border-color:#6366f133;transform:translateY(-1px);box-shadow:0 6px 14px #0f172a0a}.academy-card-thumb-container{position:relative;width:100%;height:100px;background:#e2e8f0}.academy-card-thumb{width:100%;height:100%;object-fit:cover;opacity:.9}.academy-card-badge-new{position:absolute;top:6px;left:6px;background:#ef444414;border:1px solid rgba(239,68,68,.25);color:#ef4444;font-size:.55rem;font-weight:800;padding:1px 4px;border-radius:6px}.academy-card-badge-completed{position:absolute;top:6px;right:6px;background:#10b98114;border:1px solid rgba(16,185,129,.25);color:#10b981;font-size:.55rem;font-weight:800;padding:1px 4px;border-radius:6px}.academy-card-play-btn{position:absolute;bottom:6px;right:6px;background:#4f46e5f2;padding:3px 8px;border-radius:12px;color:#fff;font-size:.6rem;font-weight:800;box-shadow:0 2px 6px #4f46e533}.academy-card-body{padding:10px}.academy-card-meta{display:flex;justify-content:space-between;margin-bottom:4px}.academy-card-tag{font-size:.6rem;font-weight:700;color:#4f46e5;background:#4f46e50f;padding:1px 4px;border-radius:4px}.academy-card-diff{font-size:.6rem;color:#64748b}.academy-card-title{font-size:.8rem;font-weight:700;line-height:1.25;margin:0 0 2px;color:#0f172a}.academy-card-desc{font-size:.65rem;color:#64748b;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;line-height:1.35}.academy-detail-panel{display:flex;flex-direction:column;height:100%;background:#fff}.academy-detail-header{display:flex;align-items:center;padding:10px 14px;border-bottom:1px solid rgba(0,0,0,.05);gap:10px}.academy-detail-back-btn{background:none;border:none;color:#64748b;cursor:pointer;padding:2px}.academy-detail-title{font-size:.8rem;font-weight:700;color:#0f172a;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.academy-video-container{width:100%;aspect-ratio:16/9;background:#000}.academy-video-iframe{width:100%;height:100%;border:0}.academy-detail-scroll{flex:1;overflow-y:auto;padding:14px}.academy-detail-meta{display:flex;gap:6px;margin-bottom:10px}.academy-detail-badge{font-size:.6rem;font-weight:700;padding:1px 6px;border-radius:4px}.academy-detail-badge.cat{background:#4f46e50d;color:#4f46e5;border:1px solid rgba(79,70,229,.1)}.academy-detail-badge.diff{background:#00000005;color:#64748b;border:1px solid rgba(0,0,0,.04)}.academy-detail-summary-title{font-size:.85rem;font-weight:800;margin:0 0 6px;color:#0f172a}.academy-detail-summary-text{font-size:.7rem;color:#475569;line-height:1.4;margin-bottom:16px}.academy-quiz-container{background:#f8fafc;border:1px solid rgba(0,0,0,.05);border-radius:14px;padding:12px}.academy-quiz-q{font-size:.8rem;font-weight:800;color:#0f172a;line-height:1.35;margin:0 0 10px}.academy-quiz-options{display:flex;flex-direction:column;gap:6px}.academy-quiz-opt-btn{background:#fff;border:1px solid rgba(0,0,0,.06);border-radius:8px;padding:8px 10px;text-align:left;color:#334155;font-size:.7rem;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #00000003}.academy-quiz-opt-btn:hover{background:#f1f5f9}.academy-quiz-opt-btn.correct{background:#10b98114;border-color:#10b981;color:#065f46;font-weight:700}.academy-quiz-opt-btn.wrong{background:#ef444414;border-color:#ef4444;color:#991b1b;animation:quizShake .4s ease}@keyframes quizShake{0%,to{transform:translate(0)}25%{transform:translate(-3px)}75%{transform:translate(3px)}}.academy-quiz-feedback{margin-top:10px;text-align:center}.academy-quiz-feedback-text{font-size:.7rem;font-weight:700;color:#059669;display:flex;align-items:center;justify-content:center;gap:4px}.map-screen{display:flex;flex-direction:column;height:100%;background:#f8fafc}.map-header{padding:12px 14px 6px;border-bottom:1px solid rgba(0,0,0,.04)}.map-header h2{font-size:1.1rem;font-weight:800;color:#d97706;margin:0 0 1px}.map-header p{font-size:.65rem;color:#64748b;margin:0}.map-period-filter{display:flex;gap:3px;margin:6px 0 4px}.map-period-btn{padding:3px 6px;border-radius:8px;background:#fff;border:1px solid rgba(0,0,0,.05);font-size:.6rem;font-weight:500;color:#64748b;cursor:pointer}.map-period-btn.active{background:#d9770614;border-color:#f59e0b;color:#b45309;font-weight:700}.map-legend{display:flex;gap:6px;font-size:.6rem;font-weight:600}.legend-pos{color:#059669}.legend-neg{color:#d92727}.legend-neu{color:#64748b}.map-tree-area{flex:1;position:relative;overflow-y:auto;overflow-x:hidden;padding:12px;background:#f8fafc}.tree-container{display:flex;flex-direction:column;gap:16px;position:relative}.tree-lines-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.tree-root-container{display:flex;justify-content:center;margin-bottom:8px}.tree-root-node{width:80px;height:28px;background:#d977060f;border:1.2px solid #f59e0b;border-radius:100px;display:flex;align-items:center;justify-content:center;font-size:.7rem;font-weight:800;color:#b45309;box-shadow:0 2px 6px #d9770614;cursor:pointer}.tree-sectors-list{display:flex;flex-direction:column;gap:16px}.tree-sector-row{display:flex;flex-direction:column;gap:8px;position:relative}.tree-sector-node{width:100px;padding:5px 8px;background:#fff;border:1px solid rgba(0,0,0,.05);border-radius:8px;font-size:.65rem;font-weight:700;color:#334155;display:flex;justify-content:space-between;align-items:center;cursor:pointer;z-index:2;box-shadow:0 1px 3px #00000003}.tree-sector-node.pos{border-color:#10b98140;color:#059669;background:#10b9810a}.tree-sector-node.neg{border-color:#ef444440;color:#dc2626;background:#ef44440a}.tree-sector-node.neu{border-color:#94a3b840;color:#475569;background:#94a3b80a}.tree-sector-expand-icon{font-size:.55rem;opacity:.6;transition:transform .2s ease}.tree-sector-node.expanded .tree-sector-expand-icon{transform:rotate(90deg)}.tree-stocks-container{display:flex;flex-wrap:wrap;gap:5px;padding-left:14px;animation:treeSlideDown .2s ease-out}@keyframes treeSlideDown{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}.tree-stock-node{padding:3px 6px;border-radius:6px;font-size:.6rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.tree-stock-node.pos{background:#10b98114;color:#059669;border-color:#10b98126}.tree-stock-node.neg{background:#ef444414;color:#dc2626;border-color:#ef444426}.tree-stock-node.neu{background:#94a3b814;color:#475569;border-color:#94a3b826}.tree-stock-node:hover{transform:scale(1.04)}.map-info-sheet{background:#fffffffa;border-top:1px solid rgba(0,0,0,.06);padding:10px 14px;position:absolute;bottom:0;left:0;width:100%;z-index:10;box-shadow:0 -4px 15px #0f172a0f;animation:treeSlideUp .25s cubic-bezier(.16,1,.3,1);box-sizing:border-box}@keyframes treeSlideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.map-info-sheet-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.map-info-sheet-title{font-size:.8rem;font-weight:800;color:#0f172a;margin:0}.map-info-sheet-close{background:none;border:none;color:#94a3b8;font-size:.7rem;cursor:pointer}.map-info-sheet-body{font-size:.65rem;color:#475569;line-height:1.4;margin:0}.map-info-sheet-sentiment{font-size:.6rem;font-weight:700;margin-bottom:4px}.terminal-screen{display:flex;flex-direction:column;height:100%;background:#f8fafc}.terminal-header{padding:12px 14px 6px;border-bottom:1px solid rgba(0,0,0,.04)}.terminal-header h2{font-size:1.1rem;font-weight:800;color:#0891b2;margin:0 0 1px}.terminal-header p{font-size:.65rem;color:#64748b;margin:0}.terminal-list-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;padding:10px 14px;overflow-y:auto;flex:1}.terminal-stock-card{background:#fff;border:1px solid rgba(0,0,0,.04);border-radius:14px;padding:8px;cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;display:flex;flex-direction:column;gap:6px;box-shadow:0 2px 6px #0f172a03}.terminal-stock-card:hover{border-color:#06b6d440;background:#f1f5f9}.terminal-stock-lock-overlay{position:absolute;top:5px;right:5px;z-index:5;background:#d977060d;border:1px solid rgba(217,119,6,.2);border-radius:50%;width:18px;height:18px;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px)}.stock-card-top{display:flex;justify-content:space-between;align-items:flex-start;padding-right:14px}.stock-card-info{display:flex;flex-direction:column}.terminal-stock-card .stock-name{font-size:.72rem;font-weight:800;color:#0f172a!important;line-height:1.2}.stock-code{font-size:.5rem;color:#94a3b8;letter-spacing:.03em}.stock-stage-badge{font-size:.5rem;font-weight:900;padding:1px 3px;border-radius:3px;line-height:1}.stock-stage-badge.detect{background:#dc262614;color:#dc2626;border:1px solid rgba(220,38,38,.15)}.stock-stage-badge.holding{background:#10b98114;color:#059669;border:1px solid rgba(16,185,129,.15)}.stock-stage-badge.hold{background:#2563eb14;color:#2563eb;border:1px solid rgba(37,99,235,.15)}.stock-card-price-row{display:flex;align-items:baseline;gap:4px}.stock-price{font-size:.85rem;font-weight:800}.stock-price.up{color:#dc2626}.stock-price.down{color:#2563eb}.stock-pct{font-size:.6rem;font-weight:700}.stock-pct.up{color:#dc2626}.stock-pct.down{color:#2563eb}.stock-card-factors{display:flex;flex-direction:column;gap:3px;border-top:1px solid rgba(0,0,0,.03);padding-top:5px}.factors-label{font-size:.5rem;color:#94a3b8;font-weight:700;text-transform:uppercase}.factors-dots{display:flex;gap:3px}.factor-dot-col{display:flex;flex-direction:column;align-items:center;gap:1px;flex:1}.factor-bar{width:100%;height:3px;border-radius:100px;background:#0000000d}.factor-bar.active{background:#10b981;box-shadow:0 0 4px #10b9814d}.factor-text{font-size:.48rem;color:#cbd5e1;font-weight:700}.factor-dot-col:has(.factor-bar.active) .factor-text{color:#64748b}.stock-card-scores{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(0,0,0,.03);padding-top:5px;margin-top:auto}.score-item{display:flex;align-items:center;gap:3px}.score-lbl{font-size:.5rem;color:#94a3b8;font-weight:700}.score-val{font-size:.6rem;font-weight:800}.score-val.freq{color:#0284c7}.score-progress-bg{width:60px;height:4px;background:#0000000d;border-radius:100px;overflow:hidden;margin-top:2px}.score-progress-bar{height:100%;background:#d97706;border-radius:100px}.terminal-detail-panel{display:flex;flex-direction:column;height:100%;background:#fff}.terminal-detail-scroll{flex:1;overflow-y:auto;padding:14px;box-sizing:border-box}.terminal-unlock-banner{display:flex;align-items:center;gap:6px;padding:6px 10px;background:#10b9810f;border:1px solid rgba(16,185,129,.15);border-radius:8px;font-size:.65rem;color:#059669;font-weight:700;margin-bottom:10px;animation:slideDown .3s cubic-bezier(.16,1,.3,1)}.terminal-stock-detail-summary{background:#f8fafc;border:1px solid rgba(0,0,0,.04);border-radius:14px;padding:10px;margin-bottom:10px}.terminal-factor-details{background:#fff;border:1px solid rgba(0,0,0,.03);border-radius:14px;margin-bottom:10px}.terminal-comment-card{background:#06b6d405;border:1px solid rgba(6,182,212,.1);border-radius:14px;padding:14px}.terminal-comment-title{font-size:.8rem;font-weight:800;color:#0891b2;margin:0 0 6px;display:flex;align-items:center;gap:5px}.terminal-comment-body{font-size:.7rem;color:#475569;line-height:1.45;margin:0}.hero{position:relative;padding-top:92px;padding-bottom:44px;display:flex;align-items:center;background:var(--gradient-hero);overflow:hidden}.hero__bg-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(148,163,184,.08) 1px,transparent 1px),linear-gradient(90deg,rgba(148,163,184,.08) 1px,transparent 1px);background-size:48px 48px;pointer-events:none}.hero__bg-blob{position:absolute;border-radius:50%;filter:blur(80px);opacity:.35;pointer-events:none}.hero__bg-blob--1{width:480px;height:480px;background:radial-gradient(circle,#c7d2fe 0%,transparent 70%);top:-120px;right:-60px}.hero__bg-blob--2{width:360px;height:360px;background:radial-gradient(circle,#a5f3fc 0%,transparent 70%);bottom:0;left:10%}.hero__bg-blob--3{width:300px;height:300px;background:radial-gradient(circle,#fde68a 0%,transparent 70%);bottom:20%;right:20%;opacity:.2}.hero__inner{display:grid;grid-template-columns:1fr 1fr;gap:64px;align-items:center}.hero__label{margin-bottom:24px}.hero__label-dot{display:inline-block;width:6px;height:6px;border-radius:50%;background:#22c55e;animation:pulse-dot 2s infinite}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}.hero__heading{margin-bottom:24px}.hero__heading-gradient{background:linear-gradient(135deg,#4f46e5,#0891b2,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__sub{margin-bottom:40px;max-width:460px}.hero__ctas{display:flex;gap:12px;flex-wrap:wrap;margin-bottom:48px}.hero__cta-primary{animation:float-btn 3s ease-in-out infinite}@keyframes float-btn{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.hero__stats{display:flex;align-items:center;gap:24px}.hero__stat{display:flex;flex-direction:column;gap:2px}.hero__stat-value{font-family:var(--font-heading);font-size:1.1rem;font-weight:800;color:var(--color-text)}.hero__stat-label{font-size:.75rem;color:var(--color-text-muted);font-weight:500}.hero__stat-divider{width:1px;height:32px;background:var(--color-border)}.hero__visual{position:relative}.hero__cards{display:flex;flex-direction:column;gap:12px;position:relative}.hero__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:20px;box-shadow:var(--shadow-md);transition:transform var(--transition-base),box-shadow var(--transition-base)}.hero__card:hover{transform:translateY(-4px);box-shadow:var(--shadow-lg)}.hero__card--terminal{animation:float-card-1 4s ease-in-out infinite}.hero__card--news{animation:float-card-2 4.5s ease-in-out infinite;margin-left:24px}.hero__card--school{animation:float-card-3 5s ease-in-out infinite}@keyframes float-card-1{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes float-card-2{0%,to{transform:translateY(0) translate(24px)}50%{transform:translateY(-5px) translate(24px)}}@keyframes float-card-3{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.hero__card-header{display:flex;align-items:center;gap:8px;margin-bottom:14px}.hero__card-dot{width:8px;height:8px;border-radius:50%}.hero__card-dot--cyan{background:#06b6d4;box-shadow:0 0 6px #06b6d480}.hero__card-dot--amber{background:#f59e0b;box-shadow:0 0 6px #f59e0b80}.hero__card-dot--indigo{background:#4f46e5;box-shadow:0 0 6px #4f46e580}.hero__card-label{font-family:var(--font-heading);font-size:.8rem;font-weight:700;color:var(--color-text-sub);letter-spacing:.04em}.hero__card-chart{display:flex;align-items:flex-end;gap:4px;height:52px;margin-bottom:12px}.hero__chart-bar{flex:1;border-radius:3px 3px 0 0;background:#e2e8f0}.hero__chart-bar--1{height:40%;background:#06b6d4}.hero__chart-bar--2{height:65%;background:#0e7490}.hero__chart-bar--3{height:45%;background:#06b6d4}.hero__chart-bar--4{height:80%;background:#0891b2}.hero__chart-bar--5{height:60%;background:#06b6d4}.hero__chart-bar--6{height:90%;background:#0e7490}.hero__chart-bar--7{height:100%;background:#06b6d4;animation:bar-grow 2s ease-in-out infinite alternate}@keyframes bar-grow{0%{height:80%}to{height:100%}}.hero__card-info{display:flex;justify-content:space-between;align-items:center}.hero__card-ticker{font-size:.8rem;font-weight:600;color:var(--color-text-sub)}.hero__card-change--up{font-size:.75rem;font-weight:700;color:#059669;background:#d1fae5;padding:3px 8px;border-radius:var(--radius-full)}.hero__card-news-item{margin-bottom:10px}.hero__card-news-item--muted{opacity:.5}.hero__news-badge{display:inline-block;font-size:.65rem;font-weight:700;padding:2px 8px;border-radius:var(--radius-full);margin-bottom:4px}.hero__news-badge--pos{background:#d1fae5;color:#065f46}.hero__news-badge--neg{background:#fee2e2;color:#991b1b}.hero__news-title{font-size:.8rem;font-weight:600;color:var(--color-text);line-height:1.4}.hero__card-progress{margin-bottom:14px}.hero__progress-label{display:flex;justify-content:space-between;font-size:.75rem;color:var(--color-text-sub);margin-bottom:6px;font-weight:500}.hero__progress-pct{font-weight:700;color:#4f46e5}.hero__progress-track{height:6px;background:var(--color-bg-subtle);border-radius:3px;overflow:hidden}.hero__progress-fill{height:100%;background:linear-gradient(90deg,#4f46e5,#818cf8);border-radius:3px;transition:width 1s ease}.hero__card-quiz{display:flex;align-items:center;gap:8px;font-size:.8rem;font-weight:600;color:#4f46e5;background:#eef2ff;padding:10px 14px;border-radius:var(--radius-md);cursor:pointer}.hero__scroll-hint{position:absolute;bottom:32px;left:50%;transform:translate(-50%);display:flex;flex-direction:column;align-items:center;gap:4px;animation:bounce-hint 2s ease-in-out infinite}@keyframes bounce-hint{0%,to{transform:translate(-50%) translateY(0);opacity:.6}50%{transform:translate(-50%) translateY(6px);opacity:1}}.hero__scroll-dot{width:6px;height:6px;border-radius:50%;background:var(--color-text-muted)}@media(max-width:1024px){.hero__inner{gap:40px}}@media(max-width:480px){.hero{padding-top:80px}}.hero__modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px;animation:fadeIn .2s ease-out}.hero__modal-content{background:var(--color-surface);border-radius:var(--radius-lg);padding:32px;width:100%;max-width:400px;position:relative;box-shadow:var(--shadow-lg);animation:slideUp .3s ease-out;text-align:center}.hero__modal-close{position:absolute;top:16px;right:16px;background:none;border:none;color:var(--color-text-sub);cursor:pointer;padding:4px;border-radius:var(--radius-sm);display:flex;align-items:center;justify-content:center;transition:all var(--transition-fast)}.hero__modal-close:hover{background:var(--color-bg-alt);color:var(--color-text)}.hero__modal-body{margin-top:8px}.clickable-card{cursor:pointer;transition:transform var(--transition-base),box-shadow var(--transition-base)}.clickable-card:hover{transform:translateY(-4px) scale(1.02);box-shadow:var(--shadow-md)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:768px){.hero{padding-top:88px;padding-bottom:40px}.hero__inner{grid-template-columns:1fr;gap:40px}.hero__visual{order:0}.hero__cards{flex-direction:column;align-items:center;gap:16px}.hero__card{width:100%;max-width:340px}.hero__card--news{margin-left:0}.hero__ctas{flex-direction:column}.hero__ctas .btn{justify-content:center}.hero__scroll-hint{display:none}}.hero__simulator-tabs{display:flex;gap:8px;margin-top:24px;margin-bottom:20px;flex-wrap:wrap}.hero__sim-tab{display:flex;align-items:center;justify-content:center;gap:6px;width:142px;height:40px;border-radius:12px;background:#f1f5f9;border:1px solid #e2e8f0;color:#64748b;font-family:var(--font-heading);font-size:.8rem;font-weight:700;cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1);box-shadow:0 2px 4px #0f172a0a}.hero__sim-tab:hover{background:#e2e8f0;border-color:#cbd5e1;color:#334155;transform:translateY(-2px)}.hero__sim-tab.active{color:#fff!important;transform:translateY(-2px)}.hero__sim-tab.active:nth-child(1){background:#4f46e5;border-color:#4f46e5;box-shadow:0 4px 14px #4f46e559}.hero__sim-tab.active:nth-child(2){background:#d97706;border-color:#d97706;box-shadow:0 4px 14px #d9770659}.hero__sim-tab.active:nth-child(3){background:#0891b2;border-color:#0891b2;box-shadow:0 4px 14px #0891b259}@media(max-width:768px){.hero__simulator-tabs{justify-content:center;margin-top:24px;margin-bottom:16px}.hero__sim-tab{padding:8px 14px;font-size:.8rem}}.hero__features-list{display:flex;flex-direction:column;gap:12px;margin-top:16px;animation:fadeIn .4s ease-out}.hero__feature-item{display:flex;align-items:flex-start;gap:10px;font-size:.88rem;line-height:1.5;color:var(--color-text-sub)}.hero__feature-item strong{color:var(--color-text)}.hero__feature-icon{margin-top:3px;flex-shrink:0;transition:color .3s ease}.hero__feature-icon.school{color:#6366f1;filter:drop-shadow(0 0 4px rgba(99,102,241,.4))}.hero__feature-icon.news{color:#f59e0b;filter:drop-shadow(0 0 4px rgba(245,158,11,.4))}.hero__feature-icon.terminal{color:#06b6d4;filter:drop-shadow(0 0 4px rgba(6,182,212,.4))}.hero__heading-gradient.school{background:linear-gradient(135deg,#6366f1,#a5b4fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__heading-gradient.news{background:linear-gradient(135deg,#f59e0b,#fde68a);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.hero__heading-gradient.terminal{background:linear-gradient(135deg,#06b6d4,#a5f3fc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.hero__guide-card{background:#ffffff80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);border:1px solid rgba(226,232,240,.8);border-radius:16px;padding:20px;box-shadow:0 8px 30px #0f172a08;margin-top:16px;animation:fadeIn .4s ease-out;display:flex;flex-direction:column;gap:10px}.hero__guide-badge{display:inline-flex;align-items:center;align-self:flex-start;font-size:.72rem;font-weight:800;padding:3px 8px;border-radius:6px;line-height:1}.hero__guide-badge.school{background:#4f46e50f;color:#4f46e5;border:1px solid rgba(79,70,229,.12)}.hero__guide-badge.news{background:#d977060f;color:#d97706;border:1px solid rgba(217,119,6,.12)}.hero__guide-badge.terminal{background:#0891b20f;color:#0891b2;border:1px solid rgba(8,145,178,.12)}.hero__guide-title{font-size:1.05rem;font-weight:800;color:#0f172a;margin:0}.hero__guide-desc{font-size:.8rem;color:#475569;line-height:1.45;margin:0}.hero__guide-features{display:flex;flex-direction:column;gap:6px;border-top:1px solid rgba(0,0,0,.03);padding-top:10px}.hero__guide-feat-item{display:flex;align-items:flex-start;gap:8px;font-size:.78rem;color:#64748b;line-height:1.4}.hero__guide-feat-item strong{color:#334155}.hero__guide-feat-icon{margin-top:2px;flex-shrink:0}.hero__guide-feat-icon.school{color:#6366f1}.hero__guide-feat-icon.news{color:#f59e0b}.hero__guide-feat-icon.terminal{color:#06b6d4}.products{background:var(--color-bg)}.products__header{text-align:center;margin-bottom:48px}.products__title{margin:16px 0 20px}.products__sub{max-width:560px;margin:0 auto}.products__journey{display:flex;align-items:center;justify-content:center;gap:20px;margin-bottom:72px;padding:28px 40px;background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:var(--radius-xl)}.products__journey-step{display:flex;align-items:center;gap:14px}.products__journey-icon{width:44px;height:44px;border-radius:var(--radius-md);display:flex;align-items:center;justify-content:center;flex-shrink:0}.products__journey-step-label{font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-text-muted);margin-bottom:2px}.products__journey-step-name{font-family:var(--font-heading);font-size:1rem;font-weight:800;color:var(--color-text)}.products__journey-arrow{font-size:1.25rem;color:var(--color-text-muted);flex-shrink:0}.product-card__feature-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0;margin-top:2px}.products__list{display:flex;flex-direction:column;gap:80px}.product-card{display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;border-radius:var(--radius-xl);overflow:hidden;background:var(--color-bg-alt);border:1px solid var(--color-border);padding:32px}.product-card--reverse{direction:rtl}.product-card--reverse>*{direction:ltr}.product-card__visual{position:relative;aspect-ratio:4/3;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:var(--radius-lg)}.product-card__image{width:100%;height:100%;object-fit:cover;object-position:center;transition:transform var(--transition-slow)}.product-card:hover .product-card__image{transform:scale(1.03)}.product-card__image-glow{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none}.product-card__content{padding:16px 16px 16px 0}.product-card--reverse .product-card__content{padding:16px 0 16px 16px}.product-card__badge{margin-bottom:20px}.product-card__badge-dot{display:inline-block;width:6px;height:6px;border-radius:50%}.product-card__name{margin-bottom:8px}.product-card__tagline{font-size:1rem;font-weight:700;margin-bottom:16px;font-family:var(--font-heading)}.product-card__desc{margin-bottom:28px;font-size:1rem}.product-card__features{list-style:none;display:flex;flex-direction:column;gap:10px;margin-bottom:32px}.product-card__feature{display:flex;align-items:center;gap:10px;font-size:.9rem;font-weight:500;color:var(--color-text-sub)}.product-card__ctas{display:flex;align-items:center;gap:12px;flex-wrap:nowrap;overflow-x:auto;scrollbar-width:none}.product-card__ctas::-webkit-scrollbar{display:none}.product-card__cta{box-shadow:none}.product-card__cta--soon{opacity:.5;cursor:not-allowed}.product-card__cta--soon:hover{transform:none}.product-card__cta--preview{transition:all .3s cubic-bezier(.16,1,.3,1)!important;box-shadow:0 4px 12px #0000001a}.product-card__cta--preview:hover{transform:translateY(-2px)!important;box-shadow:0 8px 20px #0003,0 0 12px #6366f166}@media(max-width:1024px){.product-card{gap:40px}}@media(max-width:768px){.products__header{margin-bottom:32px}.products__journey{flex-direction:row;justify-content:center;gap:8px;padding:16px 12px;margin-bottom:40px}.products__journey-step{flex-direction:column;text-align:center;gap:6px}.products__journey-icon{width:36px;height:36px;margin:0 auto}.products__journey-step-label{display:none}.products__journey-step-name{font-size:.85rem}.products__journey-arrow{margin-bottom:24px;transform:none}.products__list{gap:40px}.product-card{grid-template-columns:1fr;direction:ltr!important;gap:24px;padding:24px}.product-card>*{direction:ltr!important}.product-card__visual{aspect-ratio:16/9;border-radius:var(--radius-md)}.product-card__content{padding:0!important}.product-card__ctas{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.product-card__ctas .btn{justify-content:center;padding:8px 6px;font-size:.78rem;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}}.features{background:var(--color-bg-alt);border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border)}.features__header{text-align:center;margin-bottom:64px}.features__title{margin:16px 0 20px}.features__sub{max-width:680px;margin:0 auto}.features__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:24px}.features__card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:32px;transition:all var(--transition-base)}.features__card:hover{transform:translateY(-4px);box-shadow:var(--shadow-md);border-color:var(--color-border)}.features__icon{display:inline-flex;align-items:center;justify-content:center;width:52px;height:52px;border-radius:var(--radius-md);margin-bottom:20px}.features__card-title{font-family:var(--font-heading);font-size:1.0625rem;font-weight:700;color:var(--color-text);margin-bottom:10px}.features__card-desc{font-size:.9rem;line-height:1.7;color:var(--color-text-sub)}@media(max-width:1024px){.features__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:640px){.features__grid{grid-template-columns:1fr;gap:16px}.features__header{margin-bottom:40px}.features__card{padding:24px}}.cta-banner{background:var(--color-bg)}.cta-banner__inner{position:relative;background:linear-gradient(135deg,#0f172a,#1e293b,#0f172a);border-radius:var(--radius-xl);padding:80px 60px;text-align:center;overflow:hidden;display:flex;flex-direction:column;align-items:center;gap:32px}.cta-banner__blob{position:absolute;border-radius:50%;filter:blur(80px);pointer-events:none}.cta-banner__blob--1{width:400px;height:400px;background:radial-gradient(circle,rgba(79,70,229,.3) 0%,transparent 70%);top:-100px;left:-80px}.cta-banner__blob--2{width:320px;height:320px;background:radial-gradient(circle,rgba(6,182,212,.25) 0%,transparent 70%);bottom:-80px;right:-40px}.cta-banner__content{position:relative;z-index:1}.cta-banner__title{color:#fff;margin:16px 0}.cta-banner__sub{font-size:1.0625rem;color:#fff9;line-height:1.7}.cta-banner__actions{display:flex;gap:12px;flex-wrap:wrap;justify-content:center;position:relative;z-index:1}.cta-banner__btn-primary{background:#fff;color:#0f172a;font-weight:700;box-shadow:0 4px 20px #ffffff26;transition:all var(--transition-base)}.cta-banner__btn-primary:hover{background:#f1f5f9;transform:translateY(-2px);box-shadow:0 8px 30px #ffffff40}.cta-banner__btn-secondary{background:#ffffff14;color:#fffc;border:1.5px solid rgba(255,255,255,.15);border-radius:var(--radius-full);padding:14px 28px;font-size:.9375rem;font-weight:600;transition:all var(--transition-base);display:inline-flex;align-items:center;gap:8px}.cta-banner__btn-secondary:hover{background:#ffffff24;border-color:#ffffff4d;color:#fff}.cta-banner__pills{display:flex;align-items:center;gap:12px;position:relative;z-index:1}.cta-banner__pill{font-size:.8125rem;font-weight:700;padding:4px 14px;border-radius:var(--radius-full);border:1px solid transparent}.cta-banner__pill--news{background:#f59e0b26;color:#fcd34d;border-color:#f59e0b4d}.cta-banner__pill--school{background:#6366f126;color:#a5b4fc;border-color:#6366f14d}.cta-banner__pill--terminal{background:#06b6d426;color:#67e8f9;border-color:#06b6d44d}.cta-banner__pill-sep{color:#fff3;font-size:1.25rem}@media(max-width:768px){.cta-banner__inner{padding:48px 24px;border-radius:var(--radius-lg);gap:24px}.cta-banner__actions{flex-direction:column;width:100%}.cta-banner__actions .btn{justify-content:center}.cta-banner__btn-secondary{justify-content:center;width:100%}}.app-preview-modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background-color:#0f172abf;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .4s cubic-bezier(.16,1,.3,1)}.app-preview-modal-overlay.open{opacity:1;pointer-events:auto}.app-preview-modal-container{background:#1e293bb3;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:32px;width:90%;max-width:950px;height:85vh;max-height:800px;display:flex;overflow:hidden;box-shadow:0 25px 50px -12px #00000080,0 0 40px #6366f126;transform:scale(.95) translateY(20px);transition:transform .4s cubic-bezier(.16,1,.3,1);color:#f8fafc}.app-preview-modal-overlay.open .app-preview-modal-container{transform:scale(1) translateY(0)}.app-preview-modal-close{position:absolute;top:24px;right:24px;width:44px;height:44px;border-radius:50%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);color:#94a3b8;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;z-index:10}.app-preview-modal-close:hover{background:#ffffff1a;color:#fff;transform:rotate(90deg)}.app-preview-info-panel{flex:1.2;padding:48px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid rgba(255,255,255,.08)}.app-preview-badge{display:inline-flex;align-items:center;gap:6px;padding:6px 12px;border-radius:100px;font-size:.85rem;font-weight:600;width:fit-content;margin-bottom:20px}.app-preview-badge.school{background:#6366f126;color:#818cf8;border:1px solid rgba(99,102,241,.3)}.app-preview-badge.news{background:#d9770626;color:#fbbf24;border:1px solid rgba(217,119,6,.3)}.app-preview-title{font-size:2.25rem;font-weight:800;margin-bottom:16px;background:linear-gradient(135deg,#fff,#cbd5e1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;line-height:1.2}.app-preview-desc{font-size:1rem;color:#94a3b8;line-height:1.6;margin-bottom:32px}.app-preview-features-list{display:flex;flex-direction:column;gap:16px;margin-bottom:40px}.app-preview-feature-item{display:flex;align-items:flex-start;gap:12px;font-size:.95rem;color:#cbd5e1}.app-preview-feature-icon{color:#38bdf8;margin-top:2px}.app-preview-sim-panel{flex:1;display:flex;align-items:center;justify-content:center;background:#0f172a4d;padding:24px;position:relative}.modal-phone-mockup{width:330px;height:660px;border-radius:48px;border:12px solid #0f172a;background:#090d16;box-shadow:0 25px 60px -15px #000c,0 0 30px #6366f11a,inset 0 0 4px #fff3;position:relative;overflow:hidden;display:flex;flex-direction:column}.modal-phone-notch{position:absolute;top:8px;left:50%;transform:translate(-50%);width:90px;height:24px;background:#0f172a;border-radius:12px;z-index:100;display:flex;align-items:center;justify-content:center}.modal-phone-notch-camera{width:10px;height:10px;border-radius:50%;background:#1e293b;position:absolute;right:14px}.modal-phone-home-indicator{position:absolute;bottom:8px;left:50%;transform:translate(-50%);width:110px;height:4px;background:#ffffff4d;border-radius:2px;z-index:100}.modal-phone-screen{flex:1;display:flex;flex-direction:column;overflow:hidden;padding-top:36px;padding-bottom:20px;font-family:Pretendard Variable,-apple-system,sans-serif;color:#e2e8f0}.modal-phone-status-bar{display:flex;justify-content:space-between;padding:0 24px;height:18px;font-size:.75rem;font-weight:600;color:#fff9;pointer-events:none}.modal-academy-screen{display:flex;flex-direction:column;height:100%}.modal-academy-header{padding:16px 16px 12px;border-bottom:1px solid rgba(255,255,255,.08)}.modal-academy-header h2{font-size:1.35rem;font-weight:800;color:#38bdf8;margin:0 0 2px}.modal-academy-header p{font-size:.75rem;color:#94a3b8;margin:0}.modal-academy-search-bar{display:flex;align-items:center;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:14px;padding:6px 12px;margin:12px 16px 8px;gap:8px}.modal-academy-search-icon{font-size:.85rem;opacity:.6}.modal-academy-search-input{background:transparent;border:none;outline:none;color:#e2e8f0;font-size:.8rem;flex:1}.modal-academy-categories{display:flex;gap:6px;overflow-x:auto;padding:4px 16px 12px;scrollbar-width:none}.modal-academy-categories::-webkit-scrollbar{display:none}.modal-category-chip{padding:5px 10px;border-radius:12px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);font-size:.75rem;font-weight:500;color:#94a3b8;white-space:nowrap;cursor:pointer;transition:all .2s ease}.modal-category-chip.active{background:#6366f133;border-color:#6366f1;color:#a5b4fc;font-weight:700}.modal-academy-video-list{flex:1;overflow-y:auto;padding:8px 16px;display:flex;flex-direction:column;gap:16px}.modal-academy-card{background:#1e293b80;border:1px solid rgba(255,255,255,.06);border-radius:20px;overflow:hidden;cursor:pointer;transition:all .2s ease}.modal-academy-card:hover{transform:translateY(-2px);border-color:#6366f14d;background:#1e293bb3}.modal-academy-card-thumb-container{position:relative;width:100%;height:120px;background:#0f172a}.modal-academy-card-thumb{width:100%;height:100%;object-fit:cover;opacity:.8}.modal-academy-card-badge-new{position:absolute;top:8px;left:8px;background:#ef444433;border:1.5px solid #ef4444;color:#f87171;font-size:.6rem;font-weight:800;padding:2px 6px;border-radius:8px}.modal-academy-card-badge-completed{position:absolute;top:8px;right:8px;background:#10b98133;border:1.5px solid #10b981;color:#34d399;font-size:.6rem;font-weight:800;padding:2px 6px;border-radius:8px}.modal-academy-card-play-btn{position:absolute;bottom:8px;right:8px;background:#06b6d4e6;padding:4px 10px;border-radius:20px;color:#020617;font-size:.65rem;font-weight:800;box-shadow:0 0 10px #06b6d466}.modal-academy-card-body{padding:12px}.modal-academy-card-meta{display:flex;justify-content:space-between;margin-bottom:6px}.modal-academy-card-tag{font-size:.65rem;font-weight:700;color:#38bdf8;background:#38bdf81a;padding:2px 6px;border-radius:4px}.modal-academy-card-diff{font-size:.65rem;color:#94a3b8}.modal-academy-card-title{font-size:.85rem;font-weight:700;line-height:1.3;margin:0 0 4px;color:#f1f5f9}.modal-academy-card-desc{font-size:.7rem;color:#94a3b8;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.modal-academy-detail-panel{display:flex;flex-direction:column;height:100%;background:#090d16}.modal-academy-detail-header{display:flex;align-items:center;padding:12px 16px;border-bottom:1px solid rgba(255,255,255,.08);gap:12px}.modal-academy-detail-back-btn{background:none;border:none;color:#94a3b8;font-size:1.1rem;cursor:pointer;padding:4px}.modal-academy-detail-title{font-size:.9rem;font-weight:700;color:#f1f5f9;flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin:0}.modal-academy-video-container{width:100%;aspect-ratio:16/9;background:#000;position:relative}.modal-academy-video-iframe{width:100%;height:100%;border:0}.modal-academy-detail-scroll{flex:1;overflow-y:auto;padding:16px}.modal-academy-detail-meta{display:flex;gap:8px;margin-bottom:12px}.modal-academy-detail-badge{font-size:.65rem;font-weight:700;padding:2px 8px;border-radius:6px}.modal-academy-detail-badge.cat{background:#22d3ee1a;color:#22d3ee;border:1px solid rgba(34,211,238,.2)}.modal-academy-detail-badge.diff{background:#ffffff0d;color:#94a3b8;border:1px solid rgba(255,255,255,.08)}.modal-academy-detail-summary-title{font-size:.95rem;font-weight:800;margin:0 0 8px;color:#f1f5f9}.modal-academy-detail-summary-text{font-size:.75rem;color:#94a3b8;line-height:1.5;margin-bottom:24px}.modal-academy-quiz-btn{background:#6366f1;border:none;border-radius:12px;color:#fff;font-size:.8rem;font-weight:700;padding:14px;width:100%;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;box-shadow:0 6px 15px #6366f14d;transition:all .2s ease}.modal-academy-quiz-btn:hover{background:#4f46e5;transform:translateY(-1px)}.modal-academy-quiz-container{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:16px}.modal-academy-quiz-q{font-size:.85rem;font-weight:800;color:#f1f5f9;line-height:1.4;margin:0 0 12px}.modal-academy-quiz-options{display:flex;flex-direction:column;gap:8px}.modal-academy-quiz-opt-btn{background:#ffffff0a;border:1px solid rgba(255,255,255,.06);border-radius:10px;padding:10px 12px;text-align:left;color:#cbd5e1;font-size:.75rem;cursor:pointer;transition:all .2s ease}.modal-academy-quiz-opt-btn:hover{background:#ffffff14;border-color:#ffffff26}.modal-academy-quiz-opt-btn.correct{background:#10b98126;border-color:#10b981;color:#34d399;font-weight:700}.modal-academy-quiz-opt-btn.wrong{background:#ef444426;border-color:#ef4444;color:#f87171;animation:shake .4s ease}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-4px)}75%{transform:translate(4px)}}.modal-academy-quiz-feedback{margin-top:14px;text-align:center}.modal-academy-quiz-feedback-text{font-size:.75rem;font-weight:700;color:#34d399;display:flex;align-items:center;justify-content:center;gap:6px}.modal-map-screen{display:flex;flex-direction:column;height:100%}.modal-map-header{padding:16px 16px 8px;border-bottom:1px solid rgba(255,255,255,.08)}.modal-map-header h2{font-size:1.25rem;font-weight:800;color:#f59e0b;margin:0 0 2px}.modal-map-header p{font-size:.7rem;color:#94a3b8;margin:0}.modal-map-period-filter{display:flex;gap:4px;margin:8px 0 6px}.modal-map-period-btn{padding:4px 8px;border-radius:10px;background:#ffffff0a;border:1px solid rgba(255,255,255,.06);font-size:.65rem;font-weight:500;color:#94a3b8;cursor:pointer}.modal-map-period-btn.active{background:#f59e0b26;border-color:#f59e0b;color:#fbbf24;font-weight:700}.modal-map-legend{display:flex;gap:8px;font-size:.65rem;font-weight:600}.modal-legend-pos{color:#34d399}.modal-legend-neg{color:#f87171}.modal-legend-neu{color:#94a3b8}.modal-map-tree-area{flex:1;position:relative;overflow-y:auto;overflow-x:hidden;padding:16px;background:#090d16}.modal-tree-container{display:flex;flex-direction:column;gap:20px;position:relative}.modal-tree-lines-svg{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.modal-tree-node-wrapper{display:flex;align-items:center;z-index:1}.modal-tree-root-container{display:flex;justify-content:center;margin-bottom:12px}.modal-tree-root-node{width:90px;height:32px;background:#f59e0b26;border:1.5px solid #f59e0b;border-radius:100px;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:800;color:#fbbf24;box-shadow:0 0 15px #f59e0b33;cursor:pointer;transition:all .2s ease}.modal-tree-root-node:hover{background:#f59e0b40;box-shadow:0 0 20px #f59e0b66}.modal-tree-sectors-list{display:flex;flex-direction:column;gap:20px}.modal-tree-sector-row{display:flex;flex-direction:column;gap:10px;position:relative}.modal-tree-sector-node{width:110px;padding:6px 10px;background:#1e293b99;border:1px solid rgba(255,255,255,.08);border-radius:10px;font-size:.7rem;font-weight:700;display:flex;justify-content:space-between;align-items:center;cursor:pointer;transition:all .2s ease;z-index:2}.modal-tree-sector-node.pos{border-color:#10b98166;color:#34d399;background:#10b9810d}.modal-tree-sector-node.neg{border-color:#ef444466;color:#f87171;background:#ef44440d}.modal-tree-sector-node.neu{border-color:#94a3b866;color:#cbd5e1;background:#94a3b80d}.modal-tree-sector-node:hover{transform:scale(1.02)}.modal-tree-sector-expand-icon{font-size:.6rem;opacity:.7;transition:transform .2s ease}.modal-tree-sector-node.expanded .modal-tree-sector-expand-icon{transform:rotate(90deg)}.modal-tree-stocks-container{display:flex;flex-wrap:wrap;gap:6px;padding-left:18px;animation:slideDown .25s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.modal-tree-stock-node{padding:4px 8px;border-radius:6px;font-size:.65rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.modal-tree-stock-node.pos{background:#10b98126;color:#10b981;border-color:#10b9814d}.modal-tree-stock-node.neg{background:#ef444426;color:#f43f5e;border-color:#ef44444d}.modal-tree-stock-node.neu{background:#94a3b826;color:#94a3b8;border-color:#94a3b84d}.modal-tree-stock-node:hover{transform:scale(1.05);box-shadow:0 2px 6px #0000004d}.modal-map-info-sheet{background:#0f172af2;border-top:1px solid rgba(255,255,255,.1);padding:14px 16px;position:absolute;bottom:0;left:0;width:100%;z-index:10;box-shadow:0 -10px 25px #00000080;animation:slideUp .3s cubic-bezier(.16,1,.3,1);box-sizing:border-box}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.modal-map-info-sheet-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:6px}.modal-map-info-sheet-title{font-size:.85rem;font-weight:800;margin:0}.modal-map-info-sheet-close{background:none;border:none;color:#64748b;font-size:.75rem;cursor:pointer}.modal-map-info-sheet-body{font-size:.7rem;color:#94a3b8;line-height:1.45}.modal-map-info-sheet-sentiment{font-size:.65rem;font-weight:700;margin-bottom:6px}.modal-terminal-screen{display:flex;flex-direction:column;height:100%}.modal-terminal-header{padding:16px 16px 8px;border-bottom:1px solid rgba(255,255,255,.08)}.modal-terminal-header h2{font-size:1.25rem;font-weight:800;color:#0891b2;margin:0 0 2px}.modal-terminal-header p{font-size:.7rem;color:#94a3b8;margin:0}.modal-terminal-list-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;padding:12px 16px;overflow-y:auto;flex:1}.modal-terminal-stock-card{background:#1e293b73;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:10px;cursor:pointer;transition:all .25s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden;display:flex;flex-direction:column;gap:8px}.modal-terminal-stock-card:hover{border-color:#6366f14d;background:#1e293ba6;transform:translateY(-2px)}.modal-terminal-stock-lock-overlay{position:absolute;top:6px;right:6px;z-index:5;background:#fbbf241f;border:1.2px solid rgba(251,191,36,.4);border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);transition:all .2s ease}.modal-terminal-stock-card:hover .modal-terminal-stock-lock-overlay{background:#fbbf2433;transform:scale(1.05)}.modal-stock-card-top{display:flex;justify-content:space-between;align-items:flex-start;padding-right:18px}.modal-stock-card-info{display:flex;flex-direction:column}.modal-terminal-stock-card .modal-stock-name{font-size:.78rem;font-weight:800;color:#f8fafc!important;line-height:1.2}.modal-stock-code{font-size:.55rem;color:#64748b;letter-spacing:.05em}.modal-stock-stage-badge{font-size:.52rem;font-weight:900;padding:2px 4px;border-radius:4px;line-height:1}.modal-stock-stage-badge.detect{background:#f2364526;color:#f23645;border:1px solid rgba(242,54,69,.25)}.modal-stock-stage-badge.holding{background:#10b98126;color:#10b981;border:1px solid rgba(16,185,129,.25)}.modal-stock-stage-badge.hold{background:#3b82f626;color:#3b82f6;border:1px solid rgba(59,130,246,.25)}.modal-stock-card-price-row{display:flex;align-items:baseline;gap:6px;margin-top:1px}.modal-stock-price{font-size:.95rem;font-weight:800}.modal-stock-price.up{color:#f87171}.modal-stock-price.down{color:#60a5fa}.modal-stock-pct{font-size:.65rem;font-weight:700}.modal-stock-pct.up{color:#f87171}.modal-stock-pct.down{color:#60a5fa}.modal-stock-card-factors{display:flex;flex-direction:column;gap:4px;border-top:1px solid rgba(255,255,255,.04);padding-top:6px}.factors-label{font-size:.55rem;color:#64748b;font-weight:700;text-transform:uppercase;letter-spacing:.02em}.factors-dots{display:flex;gap:4px}.modal-factor-dot-col{display:flex;flex-direction:column;align-items:center;gap:2px;flex:1}.modal-factor-bar{width:100%;height:3.5px;border-radius:100px;background:#ffffff14;transition:all .3s ease}.modal-factor-bar.active{background:#10b981;box-shadow:0 0 6px #10b98199}.modal-factor-text{font-size:.5rem;color:#475569;font-weight:700}.modal-factor-dot-col:has(.modal-factor-bar.active) .modal-factor-text{color:#94a3b8}.modal-stock-card-scores{display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.04);padding-top:6px;margin-top:auto}.modal-score-item{display:flex;align-items:center;gap:4px}.modal-score-lbl{font-size:.55rem;color:#64748b;font-weight:700}.modal-score-val{font-size:.65rem;font-weight:800}.modal-score-val.freq{color:#38bdf8}.modal-score-progress-bg{width:70px;height:4.5px;background:#ffffff14;border-radius:100px;overflow:hidden;margin-top:3px}.modal-score-progress-bar{height:100%;background:#fbbf24;border-radius:100px}.modal-terminal-detail-panel{display:flex;flex-direction:column;height:100%;background:#090d16}.modal-terminal-detail-scroll{flex:1;overflow-y:auto;padding:16px;box-sizing:border-box}.modal-terminal-unlock-banner{display:flex;align-items:center;gap:8px;padding:8px 12px;background:#10b9811a;border:1px solid rgba(16,185,129,.25);border-radius:10px;font-size:.68rem;color:#34d399;font-weight:700;margin-bottom:12px;animation:slideDown .3s cubic-bezier(.16,1,.3,1)}.modal-terminal-stock-detail-summary{background:#1e293b80;border:1px solid rgba(255,255,255,.06);border-radius:16px;padding:12px;margin-bottom:12px}.modal-terminal-factor-details{background:#ffffff03;border:1px solid rgba(255,255,255,.05);border-radius:16px;padding:12px;margin-bottom:12px}.modal-terminal-factor-details h4{font-size:.72rem;font-weight:800;color:#cbd5e1;margin:0 0 10px}.modal-terminal-comment-card{background:#06b6d40a;border:1px solid rgba(6,182,212,.2);border-radius:16px;padding:16px}.modal-terminal-comment-title{font-size:.85rem;font-weight:800;color:#06b6d4;margin:0 0 8px;display:flex;align-items:center;gap:6px}.modal-terminal-comment-body{font-size:.75rem;color:#cbd5e1;line-height:1.5;margin:0}.quant-board-section{width:100%}.board-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.board-title{font-size:1.5rem;font-weight:700;color:var(--color-text);margin:0}.board-actions{display:flex;gap:12px}.board-container{background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;overflow:hidden;box-shadow:0 4px 24px #00000005}.board-list{display:flex;flex-direction:column}.board-item{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;text-decoration:none;transition:all .2s ease;border-bottom:1px solid var(--color-border)}.board-item:last-child{border-bottom:none}.board-item:hover{background:var(--color-surface-hover);transform:translate(4px)}.post-content{flex:1;min-width:0}.post-title{font-size:1rem;font-weight:500;color:var(--color-text);margin:0 0 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.post-meta{display:flex;align-items:center;gap:16px}.post-author{font-size:.875rem;color:var(--color-text-muted)}.post-comments{display:flex;align-items:center;gap:6px;font-size:.875rem;color:var(--color-text-muted)}.post-date{font-size:.875rem;color:var(--color-text-muted);white-space:nowrap;margin-left:24px}@media(max-width:640px){.board-item{flex-direction:column;align-items:flex-start;gap:12px}.post-date{margin-left:0}}.quant-page{padding:100px 0 80px;min-height:100vh;background-color:var(--color-background)}.quant-header{margin-bottom:48px;text-align:center;position:relative;padding:0 0 20px}.quant-badge-wrapper{display:flex;justify-content:center;margin-bottom:24px}.quant-chip{display:inline-flex;align-items:center;gap:8px;padding:8px 16px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:100px;font-size:.875rem;font-weight:600;color:var(--color-text-sub);box-shadow:0 4px 12px #00000008}.quant-chip-dot{width:8px;height:8px;border-radius:50%;background:var(--color-primary);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb),.15)}.quant-title{font-size:clamp(2.5rem,5vw,4rem);font-weight:900;letter-spacing:-.02em;line-height:1.15;color:var(--color-text);margin-bottom:24px}.quant-title-gradient{background:linear-gradient(135deg,var(--color-primary, #2563eb) 0%,var(--color-accent, #10b981) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;color:var(--color-primary)}.quant-subtitle{color:var(--color-text-muted);font-size:1.125rem;line-height:1.7;max-width:600px;margin:0 auto}.quant-controls{display:flex;justify-content:space-between;align-items:center;margin-bottom:32px;flex-wrap:wrap;gap:16px}.quant-filters{display:flex;align-items:center;gap:12px}.quant-filter-label{display:flex;align-items:center;gap:8px;color:var(--color-text-muted);font-weight:500}.filter-btn-group{display:flex;background:var(--color-surface);border:1px solid var(--color-border);border-radius:8px;overflow:hidden}.filter-btn{padding:8px 16px;border:none;background:transparent;color:var(--color-text);font-weight:500;cursor:pointer;transition:all .2s ease}.filter-btn:not(:last-child){border-right:1px solid var(--color-border)}.filter-btn:hover{background:var(--color-surface-hover)}.filter-btn.active{background:var(--color-primary);color:#fff}.filter-btn.active.up{background:var(--color-error)}.filter-btn.active.down{background:var(--color-success)}.quant-actions{display:flex;gap:16px}.quant-table-wrapper{background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;overflow:hidden;box-shadow:0 4px 24px #0000000d}.quant-table{width:100%;border-collapse:collapse}.quant-table th,.quant-table td{padding:16px;text-align:left;border-bottom:1px solid var(--color-border)}.quant-table th{background:#ffffff05;font-weight:600;color:var(--color-text-muted);font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.quant-table tr:hover td{background:var(--color-surface-hover)}.quant-table tr:last-child td{border-bottom:none}.stock-info{display:flex;flex-direction:column}.stock-name{font-weight:600;color:var(--color-text)}.stock-code{font-size:.75rem;color:var(--color-text-muted)}.prob-bar-container{width:100%;min-width:200px}.prob-bar{display:flex;height:8px;border-radius:4px;overflow:hidden;background:var(--color-border);margin-bottom:8px}.prob-segment{height:100%;transition:width .5s ease-out}.prob-segment.down{background:var(--color-success)}.prob-segment.neutral{background:var(--color-text-muted)}.prob-segment.up{background:var(--color-error)}.prob-labels{display:flex;justify-content:space-between;font-size:.75rem;font-weight:500}.prob-label.down{color:var(--color-success)}.prob-label.neutral{color:var(--color-text-muted)}.prob-label.up{color:var(--color-error)}.prediction-icon{display:flex;align-items:center;justify-content:center;gap:4px;font-size:.875rem;font-weight:600;padding:4px 8px;border-radius:4px;background:#ffffff0d}.prediction-icon.up{color:var(--color-error);background:#ef44441a}.prediction-icon.down{color:var(--color-success);background:#22c55e1a}.prediction-icon.neutral{color:var(--color-text-muted)}.quant-pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:32px}.page-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:8px;border:1px solid var(--color-border);background:var(--color-surface);color:var(--color-text);cursor:pointer;transition:all .2s}.page-btn:hover:not(:disabled){background:var(--color-surface-hover)}.page-btn.active{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.page-btn:disabled{opacity:.5;cursor:not-allowed}.empty-state{padding:64px;text-align:center;color:var(--color-text-muted)}.loading-spinner{display:flex;justify-content:center;padding:64px}.spinner{width:40px;height:40px;border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:768px){.quant-table{display:block;overflow-x:auto}}.quant-board-page{padding:120px 20px 80px;min-height:100vh;background-color:var(--color-background)}.board-page-container{max-width:1000px;margin:0 auto}.board-page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px}.board-page-title{font-size:2rem;font-weight:800;margin:0;color:var(--color-text)}.board-page-content{background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;overflow:hidden;box-shadow:0 8px 32px #0000000d}.board-page-list{display:flex;flex-direction:column}.board-page-item{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;text-decoration:none;transition:all .2s ease;border-bottom:1px solid var(--color-border)}.board-page-item:last-child{border-bottom:none}.board-page-item:hover{background:var(--color-surface-hover);transform:translate(4px)}.board-post-main{flex:1;min-width:0}.board-post-title{font-size:1.125rem;font-weight:600;color:var(--color-text);margin:0 0 12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.board-post-meta{display:flex;align-items:center;gap:20px}.board-post-author{font-size:.875rem;color:var(--color-text-muted)}.board-post-stat{display:flex;align-items:center;gap:6px;font-size:.875rem;color:var(--color-text-muted)}.board-post-date{font-size:.875rem;color:var(--color-text-muted);white-space:nowrap;margin-left:32px}@media(max-width:640px){.board-page-header{flex-direction:column;align-items:flex-start;gap:16px}.board-page-item{flex-direction:column;align-items:flex-start;gap:16px;padding:20px}.board-post-date{margin-left:0}}/*!
 * Quill Editor v2.0.3
 * https://quilljs.com
 * Copyright (c) 2017-2024, Slab
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container:not(.ql-disabled) li[data-list=checked]>.ql-ui,.ql-container:not(.ql-disabled) li[data-list=unchecked]>.ql-ui{cursor:pointer}.ql-clipboard{left:-100000px;height:1px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{box-sizing:border-box;counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;line-height:1.42;height:100%;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap;word-wrap:break-word}.ql-editor>*{cursor:text}.ql-editor p,.ql-editor ol,.ql-editor pre,.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{margin:0;padding:0}@supports (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-set:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor p,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6{counter-reset:list-0 list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor table{border-collapse:collapse}.ql-editor td{border:1px solid #000;padding:2px 5px}.ql-editor ol{padding-left:1.5em}.ql-editor li{list-style-type:none;padding-left:1.5em;position:relative}.ql-editor li>.ql-ui:before{display:inline-block;margin-left:-1.5em;margin-right:.3em;text-align:right;white-space:nowrap;width:1.2em}.ql-editor li[data-list=checked]>.ql-ui,.ql-editor li[data-list=unchecked]>.ql-ui{color:#777}.ql-editor li[data-list=bullet]>.ql-ui:before{content:"•"}.ql-editor li[data-list=checked]>.ql-ui:before{content:"☑"}.ql-editor li[data-list=unchecked]>.ql-ui:before{content:"☐"}@supports (counter-set:none){.ql-editor li[data-list]{counter-set:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list]{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered]{counter-increment:list-0}.ql-editor li[data-list=ordered]>.ql-ui:before{content:counter(list-0,decimal) ". "}.ql-editor li[data-list=ordered].ql-indent-1{counter-increment:list-1}.ql-editor li[data-list=ordered].ql-indent-1>.ql-ui:before{content:counter(list-1,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-set:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-2{counter-increment:list-2}.ql-editor li[data-list=ordered].ql-indent-2>.ql-ui:before{content:counter(list-2,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-set:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-3{counter-increment:list-3}.ql-editor li[data-list=ordered].ql-indent-3>.ql-ui:before{content:counter(list-3,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-set:list-4 list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-4{counter-increment:list-4}.ql-editor li[data-list=ordered].ql-indent-4>.ql-ui:before{content:counter(list-4,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-set:list-5 list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-5{counter-increment:list-5}.ql-editor li[data-list=ordered].ql-indent-5>.ql-ui:before{content:counter(list-5,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-set:list-6 list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-6{counter-increment:list-6}.ql-editor li[data-list=ordered].ql-indent-6>.ql-ui:before{content:counter(list-6,decimal) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-set:list-7 list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-6{counter-reset:list-7 list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-7{counter-increment:list-7}.ql-editor li[data-list=ordered].ql-indent-7>.ql-ui:before{content:counter(list-7,lower-alpha) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-set:list-8 list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-7{counter-reset:list-8 list-9}}.ql-editor li[data-list=ordered].ql-indent-8{counter-increment:list-8}.ql-editor li[data-list=ordered].ql-indent-8>.ql-ui:before{content:counter(list-8,lower-roman) ". "}@supports (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-set:list-9}}@supports not (counter-set:none){.ql-editor li[data-list].ql-indent-8{counter-reset:list-9}}.ql-editor li[data-list=ordered].ql-indent-9{counter-increment:list-9}.ql-editor li[data-list=ordered].ql-indent-9>.ql-ui:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor li.ql-direction-rtl{padding-right:1.5em}.ql-editor li.ql-direction-rtl>.ql-ui:before{margin-left:.3em;margin-right:-1.5em;text-align:left}.ql-editor table{table-layout:fixed;width:100%}.ql-editor table td{outline:none}.ql-editor .ql-code-block-container{font-family:monospace}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor .ql-ui{position:absolute}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow.ql-toolbar:after,.ql-snow .ql-toolbar:after{clear:both;content:"";display:table}.ql-snow.ql-toolbar button,.ql-snow .ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow.ql-toolbar button svg,.ql-snow .ql-toolbar button svg{float:left;height:100%}.ql-snow.ql-toolbar button:active:hover,.ql-snow .ql-toolbar button:active:hover{outline:none}.ql-snow.ql-toolbar input.ql-image[type=file],.ql-snow .ql-toolbar input.ql-image[type=file]{display:none}.ql-snow.ql-toolbar button:hover,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar button:focus,.ql-snow .ql-toolbar button:focus,.ql-snow.ql-toolbar button.ql-active,.ql-snow .ql-toolbar button.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item.ql-selected{color:#06c}.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill{fill:#06c}.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter{stroke:#06c}@media(pointer:coarse){.ql-snow.ql-toolbar button:hover:not(.ql-active),.ql-snow .ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-thin,.ql-snow .ql-stroke.ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor .ql-code-block-container{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor .ql-code-block-container{margin-bottom:5px;margin-top:5px;padding:5px 10px}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor .ql-code-block-container{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;width:24px;padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid transparent;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{position:absolute;margin-top:-9px;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-label:before,.ql-snow .ql-picker.ql-header .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-label:before,.ql-snow .ql-picker.ql-font .ql-picker-item:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-label:before,.ql-snow .ql-picker.ql-size .ql-picker-item:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-code-block-container{position:relative}.ql-code-block-container .ql-ui{right:5px;top:5px}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid transparent}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid transparent;box-shadow:#0003 0 2px 8px}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{display:none;border:1px solid #ccc;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.quant-rich-text-editor{position:relative;width:100%;border-radius:8px;overflow:hidden;background-color:var(--color-surface)}.quant-rich-text-editor .ql-toolbar.ql-snow{border-color:var(--color-border);border-top-left-radius:8px;border-top-right-radius:8px;background-color:var(--color-bg-subtle);padding:12px}.quant-rich-text-editor .ql-container.ql-snow{border-color:var(--color-border);border-bottom-left-radius:8px;border-bottom-right-radius:8px;font-family:var(--font-body)}.quant-rich-text-editor .ql-editor{padding:16px;font-size:1rem;line-height:1.6;color:var(--color-text)}.quant-rich-text-editor .ql-editor p{margin-bottom:.5em}.editor-loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background-color:#ffffffb3;z-index:10;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.editor-loading-overlay .spinner{width:32px;height:32px;border:3px solid var(--color-border);border-top-color:var(--color-primary);border-radius:50%;animation:spin 1s linear infinite}.quant-post-form-page{padding:120px 20px 80px;min-height:100vh;background-color:var(--color-background)}.form-container{max-width:800px;margin:0 auto;background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;padding:40px;box-shadow:0 8px 32px #0000000d}.form-header{display:flex;align-items:center;gap:16px;margin-bottom:32px}.back-btn{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;border:1px solid var(--color-border);background:var(--color-background);color:var(--color-text);cursor:pointer;transition:all .2s ease}.back-btn:hover{background:var(--color-surface-hover)}.form-title{font-size:1.5rem;font-weight:700;margin:0;color:var(--color-text)}.form-group{margin-bottom:24px}.form-label{display:block;font-size:.875rem;font-weight:600;margin-bottom:8px;color:var(--color-text-muted)}.form-input{width:100%;padding:16px;font-size:1rem;border:1px solid var(--color-border);border-radius:8px;background:var(--color-background);color:var(--color-text);transition:border-color .2s ease,box-shadow .2s ease;font-family:inherit}.form-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb),.1)}.form-textarea{min-height:300px;resize:vertical}.form-actions{display:flex;justify-content:flex-end;gap:16px;margin-top:40px}.error-message{margin-bottom:24px;padding:16px;border-radius:8px;background:#ef44441a;color:var(--color-error);font-size:.875rem}@media(max-width:640px){.form-container{padding:24px}}.quant-post-detail-page{padding:120px 20px 80px;min-height:100vh;background-color:var(--color-background)}.post-detail-container{max-width:800px;margin:0 auto}.post-detail-header{margin-bottom:32px}.back-link{display:inline-flex;align-items:center;color:var(--color-text-muted);text-decoration:none;font-weight:500;margin-bottom:24px;transition:color .2s}.back-link:hover{color:var(--color-primary)}.post-detail-title{font-size:2.5rem;font-weight:800;color:var(--color-text);margin-bottom:24px;line-height:1.3}.post-detail-meta{display:flex;justify-content:space-between;align-items:center;padding-bottom:24px;border-bottom:1px solid var(--color-border)}.post-author-info{display:flex;align-items:center;gap:12px}.author-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;background:var(--color-surface);border:1px solid var(--color-border)}.author-avatar-fallback{width:48px;height:48px;border-radius:50%;background:var(--color-surface);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;color:var(--color-text-muted)}.author-details{display:flex;flex-direction:column}.author-name{font-weight:600;color:var(--color-text)}.post-date{font-size:.875rem;color:var(--color-text-muted)}.post-actions{display:flex;gap:12px}.post-detail-content{padding:40px 0;font-size:1.125rem;line-height:1.8;color:var(--color-text);white-space:pre-wrap}.post-comments-section{margin-top:64px;padding-top:40px;border-top:1px solid var(--color-border)}.comments-title{font-size:1.5rem;font-weight:700;margin-bottom:24px;display:flex;align-items:center;gap:8px}.comment-form{margin-bottom:40px}.comment-input{width:100%;padding:16px;border:1px solid var(--color-border);border-radius:12px;background:var(--color-surface);color:var(--color-text);min-height:100px;resize:vertical;margin-bottom:16px;font-family:inherit}.comment-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px rgba(var(--color-primary-rgb),.1)}.comment-submit{display:flex;justify-content:flex-end}.comments-list{display:flex;flex-direction:column;gap:24px}.comment-item{display:flex;gap:16px}.comment-avatar{flex-shrink:0}.comment-avatar .author-avatar,.comment-avatar .author-avatar-fallback{width:40px;height:40px}.comment-content-wrapper{flex:1;background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;padding:16px}.comment-meta{display:flex;justify-content:space-between;margin-bottom:8px}.comment-author{font-weight:600;color:var(--color-text)}.comment-date{font-size:.875rem;color:var(--color-text-muted)}.comment-body{color:var(--color-text);line-height:1.6;white-space:pre-wrap}.quant-add-page{padding:120px 20px 80px;min-height:100vh;background-color:var(--color-background)}.add-container{max-width:800px;margin:0 auto;background:var(--color-surface);border:1px solid var(--color-border);border-radius:16px;padding:40px;box-shadow:0 8px 32px #0000000d}.add-header{margin-bottom:32px}.add-title{font-size:1.5rem;font-weight:700;margin:0 0 8px;color:var(--color-text)}.add-subtitle{color:var(--color-text-muted);font-size:.875rem;margin:0}.form-section{margin-bottom:32px}.section-title{font-size:1rem;font-weight:600;color:var(--color-primary);margin-bottom:16px;padding-bottom:8px;border-bottom:1px solid var(--color-border)}.form-row{display:flex;gap:16px;margin-bottom:16px}.form-row>div{flex:1}.quick-dates{display:flex;gap:8px;margin-top:8px;flex-wrap:wrap}.quick-date-btn{padding:4px 12px;font-size:.75rem;border:1px solid var(--color-border);border-radius:4px;background:var(--color-surface);color:var(--color-text);cursor:pointer;transition:all .2s}.quick-date-btn:hover{background:var(--color-surface-hover);border-color:var(--color-primary);color:var(--color-primary)}.radio-group{display:flex;gap:24px;padding:8px 16px}.radio-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:.875rem;font-weight:500;color:var(--color-text)}.radio-input{cursor:pointer;accent-color:var(--color-primary)}.radio-input.up{accent-color:var(--color-error)}.radio-input.down{accent-color:var(--color-success)}@media(max-width:640px){.add-container{padding:24px}.form-row{flex-direction:column}}.quant-about-page{padding:120px 20px 80px;min-height:100vh;background-color:var(--color-background)}.about-container{max-width:800px;margin:0 auto}.about-header{margin-bottom:40px;text-align:center}.about-title{font-size:2.5rem;font-weight:800;margin-bottom:16px;background:linear-gradient(135deg,var(--color-primary),var(--color-accent));-webkit-background-clip:text;-webkit-text-fill-color:transparent}.about-subtitle{font-size:1.125rem;color:var(--color-text-muted)}.about-content{background:var(--color-surface);border:1px solid var(--color-border);border-radius:24px;padding:40px;box-shadow:0 8px 32px #0000000d}.about-section{margin-bottom:40px}.about-section:last-child{margin-bottom:0}.section-heading{font-size:1.5rem;font-weight:700;color:var(--color-text);margin-bottom:16px}.section-text{font-size:1.0625rem;line-height:1.8;color:var(--color-text-muted)}.about-actions{display:flex;justify-content:center;margin-top:40px}@media(max-width:640px){.about-content{padding:24px}}.coming-soon-page{min-height:calc(100vh - 200px);display:flex;align-items:center;justify-content:center;padding:120px 20px;background-color:var(--color-background)}.coming-soon-container{text-align:center;max-width:600px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:24px;padding:64px 32px;box-shadow:0 8px 32px #0000000d}.coming-soon-icon{display:inline-flex;align-items:center;justify-content:center;width:120px;height:120px;border-radius:50%;background:linear-gradient(135deg,rgba(var(--color-primary-rgb),.1),rgba(var(--color-accent-rgb),.1));color:var(--color-primary);margin-bottom:32px}.coming-soon-title{font-size:2.5rem;font-weight:800;margin-bottom:16px;color:var(--color-text)}.coming-soon-desc{font-size:1.125rem;color:var(--color-text-muted);line-height:1.6;margin-bottom:40px}.coming-soon-actions{display:flex;align-items:center;justify-content:center;gap:16px}@media(max-width:640px){.coming-soon-actions{flex-direction:column}.coming-soon-actions .btn{width:100%;justify-content:center}}.community-page{min-height:80vh;padding:120px 0 80px}.community-container{max-width:900px;margin:0 auto;padding:0 20px}.community-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:36px;gap:16px}.community-header__left{display:flex;align-items:center;gap:12px}.community-header__badge{display:inline-flex;align-items:center;gap:6px;font-size:.7rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--color-brand);background:#6366f114;border:1px solid rgba(99,102,241,.2);padding:4px 10px;border-radius:var(--radius-full)}.community-header__title{font-size:1.75rem;font-weight:800;color:var(--color-text);line-height:1.2}.community-header__sub{font-size:.9rem;color:var(--color-text-muted);margin-top:4px}.community-toolbar{display:flex;gap:12px;align-items:center;margin-bottom:24px;flex-wrap:wrap}.community-search{position:relative;flex:1;min-width:200px}.community-search input{width:100%;padding:10px 14px 10px 38px;font-size:.875rem;font-family:var(--font-body);color:var(--color-text);background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:var(--radius-full);outline:none;transition:border-color var(--transition-fast);box-sizing:border-box}.community-search input:focus{border-color:var(--color-brand)}.community-search__icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);color:var(--color-text-muted);pointer-events:none}.community-tabs{display:flex;gap:4px;border-bottom:2px solid var(--color-border);margin-bottom:20px}.community-tab{padding:10px 18px;font-size:.875rem;font-weight:600;color:var(--color-text-muted);background:none;border:none;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all var(--transition-fast)}.community-tab:hover{color:var(--color-text)}.community-tab--active{color:var(--color-brand);border-bottom-color:var(--color-brand)}.post-list{border:1px solid var(--color-border);border-radius:var(--radius-lg);overflow:hidden;background:var(--color-bg)}.post-list__header{display:grid;grid-template-columns:50px 1fr 100px 80px 110px;padding:10px 16px;background:var(--color-bg-alt);border-bottom:1px solid var(--color-border);font-size:.75rem;font-weight:600;color:var(--color-text-muted)}.post-row{display:grid;grid-template-columns:50px 1fr 100px 80px 110px;padding:14px 16px;border-bottom:1px solid var(--color-border);align-items:center;text-decoration:none;color:inherit;transition:background var(--transition-fast);cursor:pointer}.post-row:last-child{border-bottom:none}.post-row:hover{background:var(--color-bg-alt)}.post-row__num{font-size:.8rem;color:var(--color-text-muted);text-align:center}.post-row__title-wrap{display:flex;align-items:center;gap:8px;min-width:0}.post-row__title{font-size:.9rem;font-weight:500;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.post-row__cat{font-size:.65rem;font-weight:700;background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2);padding:1px 7px;border-radius:var(--radius-full);white-space:nowrap;flex-shrink:0}.post-row__author{display:flex;align-items:center;gap:6px;font-size:.8rem;color:var(--color-text-sub);justify-content:center}.post-row__author-avatar{width:18px;height:18px;border-radius:50%;background:var(--color-bg-alt);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;font-size:.6rem;overflow:hidden;flex-shrink:0}.post-row__author-avatar img{width:100%;height:100%;object-fit:cover}.post-row__date{font-size:.78rem;color:var(--color-text-muted);text-align:center}.post-row__stats{display:flex;align-items:center;justify-content:space-between;gap:4px}.post-row__stat{display:flex;align-items:center;gap:3px;font-size:.75rem;color:var(--color-text-muted);flex:1;justify-content:center}.post-row--mobile{display:flex;padding:12px 16px;border-bottom:1px solid var(--color-border);align-items:center;gap:10px;text-decoration:none;color:inherit;transition:background var(--transition-fast);cursor:pointer}.post-row--mobile:last-child{border-bottom:none}.post-row--mobile:hover{background:var(--color-bg-alt)}.post-row--mobile__main{flex:1;min-width:0;display:flex;align-items:center;gap:8px}.post-row--mobile__meta{display:flex;align-items:center;gap:8px;flex-shrink:0;font-size:.72rem;color:var(--color-text-muted)}.pagination{display:flex;justify-content:center;align-items:center;gap:4px;padding:24px 0 0;flex-wrap:wrap}.pagination__btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;cursor:pointer;background:var(--color-bg-alt);border:1px solid var(--color-border);color:var(--color-text-sub);transition:all var(--transition-fast)}.pagination__btn:hover:not(:disabled){border-color:var(--color-brand);color:var(--color-brand)}.pagination__btn--active{background:var(--color-brand);border-color:var(--color-brand);color:#fff}.pagination__btn:disabled{opacity:.35;cursor:not-allowed}.post-detail{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:32px}.post-detail__back{display:inline-flex;align-items:center;gap:6px;font-size:.875rem;color:var(--color-text-muted);background:none;border:none;cursor:pointer;padding:0;margin-bottom:20px;transition:color var(--transition-fast)}.post-detail__back:hover{color:var(--color-text)}.post-detail__cat{display:inline-flex;align-items:center;font-size:.7rem;font-weight:700;background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.2);padding:3px 10px;border-radius:var(--radius-full);margin-bottom:10px}.post-detail__title{font-size:1.5rem;font-weight:800;color:var(--color-text);line-height:1.3;margin-bottom:16px}.post-detail__meta{display:flex;align-items:center;gap:16px;padding-bottom:16px;border-bottom:1px solid var(--color-border);flex-wrap:wrap}.post-detail__author{display:flex;align-items:center;gap:8px}.post-detail__author-avatar{width:28px;height:28px;border-radius:50%;background:var(--color-bg-alt);border:1px solid var(--color-border);overflow:hidden;display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:var(--color-text-muted)}.post-detail__author-avatar img{width:100%;height:100%;object-fit:cover}.post-detail__author-name{font-size:.875rem;font-weight:600;color:var(--color-text)}.post-detail__stat{display:flex;align-items:center;gap:4px;font-size:.8rem;color:var(--color-text-muted)}.post-detail__actions{margin-left:auto;display:flex;gap:8px}.post-detail__body{padding:28px 0;border-bottom:1px solid var(--color-border);font-size:.9375rem;line-height:1.75;color:var(--color-text-sub);word-break:break-word;white-space:pre-wrap;min-height:120px}.post-detail__body img{max-width:100%;height:auto;border-radius:var(--radius-md);margin:12px 0;display:block}.post-detail__footer{display:flex;justify-content:space-between;align-items:center;padding-top:16px;gap:12px;flex-wrap:wrap}.like-btn{display:inline-flex;align-items:center;gap:6px;padding:8px 20px;font-size:.875rem;font-weight:600;border-radius:var(--radius-full);cursor:pointer;border:1.5px solid var(--color-border);background:transparent;color:var(--color-text-sub);transition:all var(--transition-base)}.like-btn:hover:not(:disabled){border-color:#ef4444;color:#ef4444}.like-btn--active{background:#ef4444;border-color:#ef4444;color:#fff}.post-form{background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-lg);padding:32px}.post-form__title{font-size:1.25rem;font-weight:800;color:var(--color-text);margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid var(--color-border);display:flex;align-items:center;gap:12px}.form-group{margin-bottom:20px}.form-label{display:block;font-size:.8125rem;font-weight:600;color:var(--color-text-sub);margin-bottom:8px}.form-label span{color:#ef4444}.form-input{width:100%;padding:10px 14px;font-size:.9rem;font-family:var(--font-body);color:var(--color-text);background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:var(--radius-sm);outline:none;transition:border-color var(--transition-fast);box-sizing:border-box}.form-input:focus{border-color:var(--color-brand)}.form-textarea{width:100%;min-height:360px;padding:14px;font-size:.9rem;font-family:var(--font-body);line-height:1.7;color:var(--color-text);background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:var(--radius-sm);resize:vertical;outline:none;transition:border-color var(--transition-fast);box-sizing:border-box}.form-textarea:focus{border-color:var(--color-brand)}.tag-input-area{display:flex;flex-wrap:wrap;gap:6px;align-items:center;padding:8px 10px;background:var(--color-bg-alt);border:1px solid var(--color-border);border-radius:var(--radius-sm);min-height:44px;transition:border-color var(--transition-fast)}.tag-input-area:focus-within{border-color:var(--color-brand)}.tag-chip{display:inline-flex;align-items:center;gap:4px;font-size:.78rem;font-weight:600;color:var(--color-brand);border:1px solid rgba(99,102,241,.3);background:#6366f112;padding:3px 8px;border-radius:var(--radius-full)}.tag-chip button{background:none;border:none;cursor:pointer;color:var(--color-brand);display:flex;align-items:center;padding:0;font-size:.8rem}.tag-input{flex:1;min-width:100px;background:none;border:none;outline:none;font-size:.875rem;font-family:var(--font-body);color:var(--color-text);padding:2px 4px}.tag-hint{font-size:.75rem;color:var(--color-text-muted);margin-top:6px}.category-fixed-badge{display:inline-flex;align-items:center;gap:6px;font-size:.8rem;font-weight:700;background:#ef44441a;color:#ef4444;border:1px solid rgba(239,68,68,.25);padding:6px 14px;border-radius:var(--radius-full)}.post-form__actions{display:flex;justify-content:flex-end;gap:10px;margin-top:28px;padding-top:20px;border-top:1px solid var(--color-border)}.community-empty{padding:60px 0;text-align:center;color:var(--color-text-muted)}.community-empty__icon{font-size:2.5rem;margin-bottom:16px}.community-empty p{font-size:.9rem;margin-bottom:20px}.community-error{padding:40px;text-align:center;color:var(--color-text-muted);border:1px dashed var(--color-border);border-radius:var(--radius-lg)}@media(max-width:700px){.post-list__header,.post-row{display:none}.post-row--mobile{display:flex}.community-header{flex-wrap:wrap}.community-header__title{font-size:1.25rem}.post-detail,.post-form{padding:20px}.post-detail__title{font-size:1.2rem}}@media(min-width:701px){.post-row--mobile{display:none}}.comment-section{margin-top:32px;border-top:1px solid var(--color-border);padding-top:24px}.comment-section__title{font-size:1rem;font-weight:700;color:var(--color-text);margin-bottom:20px;display:flex;align-items:center;gap:8px}.comment-list{display:flex;flex-direction:column;gap:0}.comment-item-wrapper{border-bottom:1px solid var(--color-border);padding:16px 0}.comment-item-wrapper:last-child{border-bottom:none}.comment-item{display:flex;gap:12px;align-items:flex-start}.comment-item--reply{margin-left:40px;padding-left:16px;border-left:2px solid var(--color-border);margin-top:12px}.comment-avatar{width:32px;height:32px;border-radius:50%;background:var(--color-bg-alt);border:1px solid var(--color-border);display:flex;align-items:center;justify-content:center;font-size:.75rem;font-weight:700;color:var(--color-text-muted);flex-shrink:0;overflow:hidden}.comment-avatar--small{width:26px;height:26px}.comment-avatar img{width:100%;height:100%;object-fit:cover}.comment-body{flex:1;min-width:0}.comment-header{display:flex;align-items:center;gap:8px;margin-bottom:6px;flex-wrap:wrap}.comment-username{font-size:.875rem;font-weight:600;color:var(--color-text)}.comment-author-badge{font-size:.6rem;font-weight:700;background:var(--color-brand);color:#fff;padding:1px 6px;border-radius:4px}.comment-date{font-size:.75rem;color:var(--color-text-muted);margin-left:auto}.comment-content{font-size:.875rem;line-height:1.65;color:var(--color-text-sub);word-break:break-word;margin-bottom:8px}.comment-mention{color:var(--color-brand);font-weight:600;background:#6366f112;padding:1px 4px;border-radius:3px}.comment-actions{display:flex;align-items:center;gap:8px;margin-top:6px}.comment-btn{font-size:.75rem;color:var(--color-text-muted);background:none;border:none;cursor:pointer;padding:2px 6px;border-radius:4px;display:flex;align-items:center;gap:4px;transition:color var(--transition-fast),background var(--transition-fast)}.comment-btn:hover{color:var(--color-text);background:var(--color-bg-alt)}.comment-btn--danger:hover{color:#ef4444}.comment-form-inline{margin-top:10px;padding:12px;background:var(--color-bg-alt);border-radius:var(--radius-md);border:1px solid var(--color-border)}.comment-form-inline textarea{width:100%;min-height:72px;padding:8px 12px;font-size:.875rem;font-family:var(--font-body);color:var(--color-text);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm);resize:vertical;outline:none;transition:border-color var(--transition-fast);box-sizing:border-box}.comment-form-inline textarea:focus{border-color:var(--color-brand)}.comment-form-inline__footer{display:flex;justify-content:flex-end;align-items:center;gap:8px;margin-top:8px}.comment-char-count{font-size:.75rem;color:var(--color-text-muted);margin-right:auto}.comment-empty{text-align:center;padding:32px 0;color:var(--color-text-muted);font-size:.875rem}.comment-new{margin-top:24px;padding:16px;background:var(--color-bg-alt);border-radius:var(--radius-md);border:1px solid var(--color-border)}.comment-new__label{font-size:.8125rem;font-weight:600;color:var(--color-text-sub);margin-bottom:10px}.comment-new textarea{width:100%;min-height:88px;padding:10px 14px;font-size:.875rem;font-family:var(--font-body);color:var(--color-text);background:var(--color-bg);border:1px solid var(--color-border);border-radius:var(--radius-sm);resize:vertical;outline:none;transition:border-color var(--transition-fast);box-sizing:border-box}.comment-new textarea:focus{border-color:var(--color-brand)}.comment-new__footer{display:flex;justify-content:space-between;align-items:center;margin-top:10px}.comment-login-prompt{padding:16px;background:var(--color-bg-alt);border:1px dashed var(--color-border);border-radius:var(--radius-md);text-align:center;font-size:.875rem;color:var(--color-text-muted);margin-top:24px}.comment-login-prompt a,.comment-login-prompt button{color:var(--color-brand);font-weight:600;cursor:pointer;background:none;border:none;font-size:inherit;padding:0}.btn{display:inline-flex;align-items:center;gap:6px;padding:7px 16px;font-size:.8125rem;font-weight:600;border-radius:var(--radius-full);border:none;cursor:pointer;transition:all var(--transition-fast);text-decoration:none}.btn--primary{background:var(--color-brand);color:#fff}.btn--primary:hover:not(:disabled){background:var(--color-brand-dark, #4f46e5)}.btn--ghost{background:transparent;color:var(--color-text-sub);border:1px solid var(--color-border)}.btn--ghost:hover:not(:disabled){background:var(--color-bg-alt);color:var(--color-text)}.btn:disabled{opacity:.5;cursor:not-allowed}.btn--sm{padding:5px 12px;font-size:.75rem}
