*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,Noto Sans SC,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:16px;line-height:1.7;color:var(--text-body);background-color:var(--page-bg);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg{display:block;max-width:100%}a{color:inherit;text-decoration:none}ul,ol{list-style:none}button{cursor:pointer;border:none;background:none;font:inherit}input,textarea,select{font:inherit;color:inherit}:root{--page-bg: #FAFAFA;--card-bg: #FFFFFF;--section-bg: #F1F5F9;--text-primary: #0F172A;--text-body: #334155;--text-muted: #94A3B8;--border: #E2E8F0;--brand: #1E3A5F;--brand-light: #2563EB;--brand-bg: #DBEAFE;--gradient-main: linear-gradient( 135deg, #1E3A5F 0%, #2563EB 100% );--gradient-light: linear-gradient( 135deg, #DBEAFE 0%, #EFF6FF 100% );--gradient-hero: linear-gradient( 180deg, #F1F5F9 0%, #FAFAFA 100% );--shadow-card: 0 1px 2px rgba(15,23,42,.04), 0 1px 6px rgba(15,23,42,.02);--shadow-hover: 0 4px 16px rgba(15,23,42,.08), 0 1px 4px rgba(15,23,42,.04);--shadow-nav: 0 1px 3px rgba(15,23,42,.04);--shadow-modal: 0 8px 32px rgba(15,23,42,.12);--shadow-btn: 0 1px 2px rgba(30,58,95,.15);--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--space-2xl: 48px;--space-3xl: 64px;--space-4xl: 96px;--radius-sm: 6px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--protocol-color: #2563EB;--protocol-light: #DBEAFE;--protocol-dark: #1E40AF;--protocol-gradient: linear-gradient( 135deg, #1E3A5F, #2563EB )}h1,h2,h3,h4,h5,h6{color:var(--text-primary);font-weight:600;line-height:1.25}h1{font-size:48px;letter-spacing:-.02em}h2{font-size:36px;letter-spacing:-.01em}h3{font-size:24px}h4{font-size:20px}h5{font-size:18px}p{font-size:16px;line-height:1.7;color:var(--text-body)}small{font-size:14px;color:var(--text-muted)}strong{font-weight:600}.container{max-width:1200px;margin:0 auto;padding:0 var(--space-lg)}.main-content{min-height:calc(100vh - 64px)}.page-wrapper{display:flex;flex-direction:column;min-height:100vh}.navbar{position:sticky;top:0;z-index:100;height:64px;background:var(--card-bg);border-bottom:1px solid var(--border);box-shadow:var(--shadow-nav);user-select:none}.navbar__inner{display:flex;align-items:center;justify-content:space-between;height:100%}.navbar__logo{display:flex;align-items:center;gap:var(--space-sm);color:var(--brand);font-weight:700;font-size:20px}.navbar__logo-icon{flex-shrink:0}.navbar__logo-text{display:inline-block}.navbar__links{display:flex;align-items:center;gap:var(--space-xs)}.navbar__link{position:relative;display:block;padding:8px 16px;font-size:14px;font-weight:500;color:var(--text-body);border-radius:var(--radius-sm);transition:color .2s ease,background .2s ease}.navbar__link:hover{color:var(--brand-light);background:var(--section-bg)}.navbar__link:active{color:var(--brand)}.navbar__link:focus-visible{outline:2px solid var(--brand-light);outline-offset:2px}.navbar__link--active{color:var(--brand-light)}.navbar__link--active:after{content:"";position:absolute;bottom:-1px;left:16px;right:16px;height:2px;background:var(--brand-light);border-radius:1px}.navbar__links li{position:relative}.navbar__dropdown{display:none;position:absolute;top:100%;left:0;min-width:160px;background:var(--card-bg);border-radius:var(--radius-lg);box-shadow:var(--shadow-hover);padding:var(--space-sm);z-index:50}.navbar__links li:hover .navbar__dropdown{display:block}.navbar__dropdown-link{display:block;padding:8px 14px;font-size:14px;color:var(--text-body);border-radius:var(--radius-sm);transition:background .15s ease,color .15s ease;white-space:nowrap}.navbar__dropdown-link:hover{background:var(--section-bg);color:var(--brand-light)}.navbar__dropdown-link:active{background:var(--border)}.navbar__actions{display:flex;align-items:center;gap:var(--space-md)}.navbar__level-badge{display:inline-block;padding:4px 12px;font-size:12px;font-weight:500;color:var(--brand);background:var(--brand-bg);border-radius:var(--radius-sm);white-space:nowrap}.navbar__toggle{display:none;flex-direction:column;gap:5px;padding:8px;cursor:pointer}.navbar__toggle-bar{display:block;width:22px;height:2px;background:var(--text-primary);border-radius:1px;transition:transform .2s ease}.navbar__toggle:hover .navbar__toggle-bar{background:var(--brand-light)}.footer{background:var(--brand);color:#fff;padding:var(--space-3xl) 0 var(--space-lg)}.footer__inner{display:flex;flex-direction:column;gap:var(--space-2xl)}.footer__brand{display:flex;flex-direction:column;gap:var(--space-sm)}.footer__logo-icon{color:#fff;margin-bottom:var(--space-xs)}.footer__brand-name{font-size:20px;font-weight:600}.footer__tagline{font-size:14px;font-style:italic;color:#fff9}.footer__nav{display:flex;gap:var(--space-3xl)}.footer__nav-group{display:flex;flex-direction:column;gap:var(--space-sm)}.footer__nav-title{font-size:14px;font-weight:600;color:#ffffff80;text-transform:uppercase;letter-spacing:.05em;margin-bottom:var(--space-xs)}.footer__nav-link{font-size:14px;color:#ffffffbf;transition:color .15s ease}.footer__nav-link:hover{color:#fff}.footer__nav-link:active{opacity:.7}.footer__bottom{padding-top:var(--space-lg);border-top:1px solid rgba(255,255,255,.1);display:flex;flex-direction:column;gap:var(--space-xs)}.footer__copyright{font-size:13px;color:#fff6}.footer__disclaimer{font-size:12px;color:#ffffff59}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:12px 24px;font-size:14px;font-weight:500;border-radius:var(--radius-md);transition:all .2s ease;white-space:nowrap;user-select:none;line-height:1.2}.btn:focus-visible{outline:2px solid var(--brand-light);outline-offset:2px}.btn--lg{padding:16px 32px;font-size:16px}.btn--sm{padding:8px 16px;font-size:13px}.btn--primary{background:var(--brand);color:#fff;box-shadow:var(--shadow-btn)}.btn--primary:hover{opacity:.92;box-shadow:0 2px 4px #1e3a5f33}.btn--primary:active{transform:scale(.98)}.btn--primary:disabled,.btn--primary[disabled]{opacity:.5;cursor:not-allowed;box-shadow:none}.btn--accent{background:var(--brand-light);color:#fff;box-shadow:0 1px 3px #2563eb4d}.btn--accent:hover{background:#1d4ed8;box-shadow:0 2px 6px #2563eb59}.btn--accent:active{transform:scale(.98)}.btn--outline{background:transparent;border:1px solid var(--border);color:var(--text-body)}.btn--outline:hover{background:var(--section-bg);border-color:var(--text-muted)}.btn--outline:active{background:var(--border)}.btn--ghost{background:transparent;color:var(--text-muted);padding:6px 12px}.btn--ghost:hover{color:var(--text-body);background:var(--section-bg)}.btn--ghost:active{background:var(--border)}.btn--disabled{background:var(--section-bg);color:var(--text-muted);cursor:not-allowed;pointer-events:none;box-shadow:none}.btn__icon{transition:transform .2s ease;flex-shrink:0}.btn:hover .btn__icon{transform:translate(3px)}.btn svg{flex-shrink:0}.progress-bar{width:100%;height:6px;background:var(--border);border-radius:3px;overflow:hidden}.progress-bar__fill{height:100%;background:var(--gradient-main);border-radius:3px;transition:width 1s ease-in-out;transform-origin:left}.progress-bar--xl{height:12px;border-radius:6px}.progress-bar--xl .progress-bar__fill{border-radius:6px}.progress-bar--sm{height:4px;border-radius:2px}.progress-bar--sm .progress-bar__fill{border-radius:2px}.progress-bar__label{display:block;font-size:14px;font-weight:500;color:var(--text-muted);margin-top:var(--space-sm)}.section-header{text-align:center;margin-bottom:var(--space-2xl)}.section-header__title{margin-bottom:var(--space-sm)}.section-header__desc{font-size:16px;color:var(--text-muted);max-width:500px;margin:0 auto}.home-hero{min-height:480px;display:flex;align-items:center;background:var(--gradient-hero);padding:var(--space-4xl) 0}.home-hero__inner{text-align:center;width:100%}.home-hero__content{max-width:680px;margin:0 auto}.home-hero__version-badge{display:inline-block;padding:4px 14px;font-size:12px;font-weight:500;color:var(--brand);background:var(--brand-bg);border-radius:var(--radius-full);margin-bottom:var(--space-lg)}.home-hero__title{font-size:48px;font-weight:600;color:var(--text-primary);letter-spacing:-.02em;margin-bottom:var(--space-md)}.home-hero__subtitle{font-size:18px;color:var(--text-body);max-width:560px;margin:0 auto var(--space-md);line-height:1.6}.home-hero__tagline{font-size:16px;font-style:italic;color:var(--text-muted);margin-bottom:var(--space-xl)}.home-hero__actions{display:flex;justify-content:center;gap:var(--space-md)}.home-stats{margin-top:-40px;position:relative;z-index:2}.home-stats__grid{display:grid;grid-template-columns:repeat(4,1fr);background:var(--card-bg);border-radius:var(--radius-xl);box-shadow:var(--shadow-card)}.home-stat{padding:24px 32px;text-align:center;border-right:1px solid var(--border)}.home-stat:last-child{border-right:none}.home-stat__number{display:block;font-size:36px;font-weight:600;color:var(--brand-light);letter-spacing:-.01em;line-height:1.2;margin-bottom:var(--space-xs);animation:countUp 2s ease-out forwards}.home-stat__label{font-size:14px;font-weight:500;color:var(--text-muted)}@keyframes countUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.home-stat:nth-child(1) .home-stat__number{animation-delay:.1s}.home-stat:nth-child(2) .home-stat__number{animation-delay:.2s}.home-stat:nth-child(3) .home-stat__number{animation-delay:.3s}.home-stat:nth-child(4) .home-stat__number{animation-delay:.4s}.home-protocols{padding:var(--space-4xl) 0}.home-protocols__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-lg);max-width:100%}.protocol-card{display:flex;flex-direction:column;background:var(--card-bg);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);overflow:hidden;transition:transform .2s ease,box-shadow .2s ease;cursor:pointer}.protocol-card:hover{transform:translateY(-4px);box-shadow:var(--shadow-hover)}.protocol-card:focus-visible{outline:2px solid var(--protocol-color);outline-offset:2px}.protocol-card__bar{height:8px;flex-shrink:0}.protocol-card__body{padding:var(--space-lg);display:flex;flex-direction:column;gap:var(--space-md);flex:1}.protocol-card__body .progress-bar{margin-top:var(--space-sm)}.protocol-card__icon-wrap{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:10px;color:var(--protocol-color)}.protocol-card__icon{width:22px;height:22px}.protocol-card__emoji{font-size:1.5rem;line-height:1}.protocol-card__title{font-size:18px;font-weight:600;color:var(--text-primary);margin-bottom:2px}.protocol-card__name-en{font-size:12px;color:var(--text-muted);margin-bottom:8px;font-weight:400;letter-spacing:.02em}.protocol-card__desc{font-size:14px;color:var(--text-body);line-height:1.6;flex:1}.protocol-card__meta{display:flex;justify-content:space-between;align-items:center}.protocol-card__modules{font-size:13px;color:var(--text-muted)}.protocol-card__badge{display:inline-block;padding:2px 10px;font-size:11px;font-weight:600;border-radius:var(--radius-full);letter-spacing:.5px}.protocol-card__cta{display:inline-flex;align-items:center;gap:6px;font-size:14px;font-weight:500;color:var(--protocol-color);transition:gap .2s ease;margin-top:auto}.protocol-card__cta:hover{gap:10px}.protocol-card__cta svg{transition:transform .2s ease}.protocol-card:hover .protocol-card__cta svg{transform:translate(3px)}.protocol-card--price-action{--protocol-color: #D97706}.protocol-card--price-action .protocol-card__bar{background:#d97706}.protocol-card--price-action .protocol-card__icon-wrap{background:#fffbeb}.protocol-card--price-action .protocol-card__badge{background:#fffbeb;color:#d97706}.protocol-card--ict-smc{--protocol-color: #059669}.protocol-card--ict-smc .protocol-card__bar{background:#059669}.protocol-card--ict-smc .protocol-card__icon-wrap{background:#ecfdf5}.protocol-card--ict-smc .protocol-card__badge{background:#ecfdf5;color:#059669}.protocol-card--chanlun{--protocol-color: #7C3AED}.protocol-card--chanlun .protocol-card__bar{background:#7c3aed}.protocol-card--chanlun .protocol-card__icon-wrap{background:#f5f3ff}.protocol-card--chanlun .protocol-card__badge{background:#f5f3ff;color:#7c3aed}.protocol-card--wyckoff{--protocol-color: #DC2626}.protocol-card--wyckoff .protocol-card__bar{background:#dc2626}.protocol-card--wyckoff .protocol-card__icon-wrap{background:#fef2f2}.protocol-card--wyckoff .protocol-card__badge{background:#fef2f2;color:#dc2626}.protocol-card--volume-price{--protocol-color: #475569}.protocol-card--volume-price .protocol-card__bar{background:#475569}.protocol-card--volume-price .protocol-card__icon-wrap{background:#f8fafc}.protocol-card--volume-price .protocol-card__badge{background:#f8fafc;color:#475569}.protocol-card--order-flow{--protocol-color: #1D4ED8}.protocol-card--order-flow .protocol-card__bar{background:#1d4ed8}.protocol-card--order-flow .protocol-card__icon-wrap{background:#eff6ff}.protocol-card--order-flow .protocol-card__badge{background:#eff6ff;color:#1d4ed8}.home-progress{padding:var(--space-4xl) 0;background:var(--section-bg)}.home-progress__card{background:var(--card-bg);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);padding:var(--space-xl);display:flex;align-items:center;gap:var(--space-xl);transition:box-shadow .2s ease}.home-progress__card:hover{box-shadow:var(--shadow-hover)}.home-progress__info{flex:0 0 auto;min-width:180px}.home-progress__title{font-size:20px;font-weight:600;margin-bottom:var(--space-sm)}.home-progress__stats{display:flex;flex-direction:column;gap:var(--space-xs);font-size:14px;color:var(--text-muted)}.home-progress__level-name{color:var(--brand-light);font-weight:600}.home-progress__bar-area{flex:1}.home-progress__actions{flex-shrink:0}.protocol-page{padding-bottom:var(--space-4xl)}.protocol-page__bar{height:8px;background:var(--protocol-gradient);position:sticky;top:64px;z-index:10}.protocol-page--kline{--protocol-color: #D97706;--protocol-light: #FFFBEB;--protocol-dark: #92400E;--protocol-gradient: linear-gradient( 135deg, #D97706, #F59E0B )}.protocol-page--trend{--protocol-color: #059669;--protocol-light: #ECFDF5;--protocol-dark: #065F46;--protocol-gradient: linear-gradient( 135deg, #059669, #10B981 )}.protocol-page--range{--protocol-color: #7C3AED;--protocol-light: #F5F3FF;--protocol-dark: #5B21B6;--protocol-gradient: linear-gradient( 135deg, #7C3AED, #8B5CF6 )}.protocol-page--reversal{--protocol-color: #DC2626;--protocol-light: #FEF2F2;--protocol-dark: #991B1B;--protocol-gradient: linear-gradient( 135deg, #DC2626, #EF4444 )}.protocol-page--discipline{--protocol-color: #475569;--protocol-light: #F8FAFC;--protocol-dark: #1E293B;--protocol-gradient: linear-gradient( 135deg, #475569, #64748B )}.protocol-page--ultimate{--protocol-color: #1D4ED8;--protocol-light: #EFF6FF;--protocol-dark: #1E40AF;--protocol-gradient: linear-gradient( 135deg, #1D4ED8, #3B82F6 )}.protocol-hero{display:flex;gap:var(--space-lg);align-items:flex-start;padding:var(--space-2xl) 0}.protocol-hero__icon-wrap{width:56px;height:56px;display:flex;align-items:center;justify-content:center;background:var(--protocol-light);border-radius:14px;color:var(--protocol-color);flex-shrink:0}.protocol-hero__icon{width:30px;height:30px}.protocol-hero__text{flex:1}.protocol-hero__badge{display:inline-block;padding:4px 12px;font-size:12px;font-weight:600;color:var(--protocol-color);background:var(--protocol-light);border-radius:var(--radius-full);margin-bottom:var(--space-sm);letter-spacing:.03em}.protocol-hero__title{font-size:32px;font-weight:600;color:var(--text-primary);margin-bottom:var(--space-xs)}.protocol-hero__subtitle{font-size:18px;font-weight:500;color:var(--protocol-color);margin-bottom:var(--space-sm)}.protocol-hero__desc{font-size:16px;color:var(--text-body);max-width:640px;line-height:1.7}.protocol-overview{margin-bottom:var(--space-2xl)}.protocol-overview__card{display:flex;align-items:center;gap:var(--space-xl);background:var(--card-bg);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);padding:var(--space-lg) var(--space-xl);transition:box-shadow .2s ease}.protocol-overview__card:hover{box-shadow:var(--shadow-hover)}.protocol-overview__ring{position:relative;width:120px;height:120px;flex-shrink:0}.protocol-ring{width:120px;height:120px}.protocol-ring svg circle:first-child{stroke:var(--border)}.protocol-ring svg circle:last-child{stroke:var(--protocol-color);transition:stroke-dashoffset 1s ease-in-out;filter:drop-shadow(0 0 2px var(--protocol-color))}.protocol-overview__ring-text{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.protocol-overview__ring-number{font-size:24px;font-weight:600;color:var(--protocol-color)}.protocol-overview__stats{display:flex;gap:var(--space-xl);flex:1}.protocol-overview__stat{text-align:center;padding:0 var(--space-md);border-right:1px solid var(--border)}.protocol-overview__stat:last-child{border-right:none}.protocol-overview__stat-number{display:block;font-size:24px;font-weight:600;color:var(--text-primary);line-height:1.2}.protocol-overview__stat-number:hover{color:var(--protocol-color)}.protocol-overview__stat-label{font-size:14px;font-weight:500;color:var(--text-muted)}.protocol-modules{margin-bottom:var(--space-2xl)}.protocol-modules__title{font-size:24px;margin-bottom:var(--space-lg)}.protocol-modules__list{display:flex;flex-direction:column;gap:var(--space-md);overflow:visible}.module-item{display:flex;align-items:flex-start;gap:var(--space-md);background:var(--card-bg);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);padding:var(--space-lg);transition:box-shadow .2s ease,transform .2s ease;border-left:3px solid transparent}.module-item:hover{box-shadow:var(--shadow-hover);transform:translateY(-1px)}.module-item:focus-visible{outline:2px solid var(--protocol-color);outline-offset:2px}.module-item--active{border-left-color:var(--protocol-color)}.module-item--completed{border-left-color:#059669}.module-item--locked{opacity:.6;border-left-color:transparent}.module-item__number{width:42px;height:42px;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;color:var(--text-muted);border:1.5px solid var(--border);border-radius:50%;flex-shrink:0;transition:all .2s ease}.module-item--completed .module-item__number{border-color:transparent;background:#059669;color:#fff}.module-item--active .module-item__number{border-color:var(--protocol-color);color:var(--protocol-color)}.module-item--locked .module-item__number{opacity:.5}.module-item__check{width:20px;height:20px;flex-shrink:0}.module-item__content{flex:1;display:flex;flex-direction:column;gap:var(--space-sm)}.module-item__header{display:flex;justify-content:space-between;align-items:flex-start;gap:var(--space-md)}.module-item__info{flex:1}.module-item__title{font-size:18px;font-weight:600;color:var(--text-primary);margin-bottom:var(--space-xs)}.module-item__meta{display:flex;align-items:center;gap:var(--space-md);font-size:13px;color:var(--text-muted)}.module-item__duration{display:inline-flex;align-items:center;gap:4px}.module-item__status{display:inline-block;padding:2px 10px;font-size:11px;font-weight:600;border-radius:var(--radius-full)}.module-item__status--completed{background:#ecfdf5;color:#059669}.module-item__status--active{background:var(--protocol-light);color:var(--protocol-color)}.module-item__status--locked{background:var(--section-bg);color:var(--text-muted)}.module-item__badge{display:inline-block;padding:2px 10px;font-size:11px;font-weight:600;color:var(--text-muted);background:var(--section-bg);border-radius:var(--radius-full);white-space:nowrap}.module-item__desc{font-size:14px;color:var(--text-body);line-height:1.6}.module-item__progress{margin-top:var(--space-xs)}.module-item__action{flex-shrink:0;padding-top:4px}.protocol-knowledge{margin-bottom:var(--space-2xl)}.protocol-knowledge__title{font-size:24px;margin-bottom:var(--space-lg)}.protocol-knowledge__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:var(--space-md);margin-top:var(--space-md);max-width:100%}.knowledge-card{display:flex;align-items:flex-start;gap:var(--space-md);background:var(--card-bg);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:20px;transition:box-shadow .2s ease,transform .2s ease}.knowledge-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.knowledge-card__dot{width:10px;height:10px;border-radius:50%;flex-shrink:0;margin-top:6px;transition:transform .2s ease}.knowledge-card:hover .knowledge-card__dot{transform:scale(1.3)}.knowledge-card__title{font-size:16px;font-weight:600;color:var(--text-primary);margin-bottom:var(--space-xs)}.knowledge-card__desc{font-size:14px;color:var(--text-body);line-height:1.6}.dashboard-page{padding:var(--space-2xl) 0}.dashboard-layout{display:flex;gap:var(--space-lg);align-items:flex-start}.dashboard-sidebar{width:240px;flex-shrink:0;background:var(--card-bg);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);padding:var(--space-lg);position:sticky;top:88px}.dashboard-nav{display:flex;flex-direction:column;gap:var(--space-xs)}.dashboard-nav__link{display:flex;align-items:center;gap:12px;padding:12px 16px;font-size:14px;font-weight:500;color:var(--text-body);border-radius:var(--radius-md);transition:all .15s ease}.dashboard-nav__link:hover{background:var(--section-bg);color:var(--text-primary)}.dashboard-nav__link:active{background:var(--border)}.dashboard-nav__link:focus-visible{outline:2px solid var(--brand-light);outline-offset:2px}.dashboard-nav__link--active{background:var(--brand-bg);color:var(--brand-light);font-weight:600}.dashboard-nav__icon{width:20px;height:20px;flex-shrink:0}.dashboard-tabs{display:none;gap:var(--space-xs);margin-bottom:var(--space-lg);overflow-x:auto;-webkit-overflow-scrolling:touch;padding-bottom:var(--space-xs)}.dashboard-tab{display:inline-block;padding:10px 20px;font-size:14px;font-weight:500;color:var(--text-muted);border-radius:var(--radius-md);white-space:nowrap;transition:all .15s ease}.dashboard-tab:hover{background:var(--section-bg);color:var(--text-body)}.dashboard-tab:active{background:var(--border)}.dashboard-tab:focus-visible{outline:2px solid var(--brand-light);outline-offset:2px}.dashboard-tab--active{color:var(--brand-light);background:var(--brand-bg);font-weight:600}.dashboard-main{flex:1;min-width:0}.dashboard-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;max-width:100%}.dashboard-card{background:var(--card-bg);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);padding:var(--space-lg);transition:box-shadow .2s ease,transform .2s ease}.dashboard-card:hover{box-shadow:var(--shadow-hover);transform:translateY(-2px)}.dashboard-card__header{display:flex;justify-content:space-between;align-items:center;margin-bottom:var(--space-md)}.dashboard-card__title{font-size:16px;font-weight:600;color:var(--text-primary)}.dashboard-card__badge{display:inline-block;padding:2px 10px;font-size:12px;font-weight:600;color:var(--brand-light);background:var(--brand-bg);border-radius:var(--radius-full)}.dashboard-card__badge--warning{color:#dc2626;background:#fef2f2}.dashboard-card--progress{grid-column:span 1;display:flex;flex-direction:column;align-items:center;gap:var(--space-md);text-align:center}.dashboard-card__ring{position:relative;width:100px;height:100px}.dashboard-ring{width:100px;height:100px}.dashboard-ring svg circle:first-child{stroke:var(--border)}.dashboard-ring svg circle:last-child{stroke:var(--brand-light);transition:stroke-dashoffset 1s ease-in-out}.dashboard-card__ring-text{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;font-size:18px;font-weight:600;color:var(--brand-light)}.dashboard-card__stat{text-align:center}.dashboard-card__stat-number{font-size:28px;font-weight:600;color:var(--text-primary);line-height:1.2}.dashboard-card__stat-label{font-size:14px;color:var(--text-muted);margin-left:var(--space-xs)}.dashboard-card__list{display:flex;flex-direction:column}.dashboard-card__item{display:flex;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--border)}.dashboard-card__item:last-child{border-bottom:none}.dashboard-card__item-dot{width:10px;height:10px;border-radius:50%;flex-shrink:0}.dashboard-card__item-text{flex:1;display:flex;flex-direction:column;gap:2px}.dashboard-card__item-name{font-size:14px;font-weight:500;color:var(--text-primary)}.dashboard-card__item-meta{font-size:12px;color:var(--text-muted)}.dashboard-card__item-meta--urgent{color:#dc2626}.stats-chart{display:flex;align-items:flex-end;gap:6px;height:100px;padding:var(--space-sm) 0;position:relative}.stats-chart:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:var(--border)}.stats-chart__bar{flex:1;background:var(--gradient-main);border-radius:3px 3px 0 0;min-height:8px;transition:height .5s ease;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.stats-chart__bar:hover{opacity:.8;min-height:90%}.stats-chart__bar-label{font-size:10px;color:var(--text-muted);margin-top:4px}.dashboard-card__stat-row{display:flex;justify-content:space-between;font-size:13px;color:var(--text-muted);margin-top:var(--space-sm)}.dashboard-card--streak{text-align:center}.dashboard-card__streak-dots{display:flex;gap:8px;justify-content:center;padding:var(--space-md) 0}.streak-dot{width:14px;height:14px;border-radius:50%;background:var(--border);transition:transform .15s ease}.streak-dot:hover{transform:scale(1.2)}.streak-dot--active{background:var(--brand)}.streak-dot--today{background:var(--brand-light);box-shadow:0 0 0 3px var(--brand-bg)}.dashboard-card__hint{font-size:13px;color:var(--text-muted);text-align:center}.dashboard-card--level{text-align:center}.level-track{position:relative;height:8px;background:var(--border);border-radius:4px;overflow:visible;margin:var(--space-md) 0}.level-track__fill{height:100%;background:var(--gradient-main);border-radius:4px;transition:width 1s ease}.level-track__label{position:absolute;right:0;top:-24px;font-size:12px;font-weight:500;color:var(--brand-light);pointer-events:none}.roadmap-page{padding:var(--space-4xl) 0}.roadmap-levels{display:flex;gap:20px;margin-bottom:var(--space-2xl)}.roadmap-level{flex:1;min-width:240px;background:var(--card-bg);border-radius:var(--radius-xl);box-shadow:var(--shadow-card);padding:28px;transition:box-shadow .2s ease,transform .2s ease}.roadmap-level:hover{box-shadow:var(--shadow-hover)}.roadmap-level--completed{opacity:.75}.roadmap-level--current{border:2px solid var(--brand-light);background:linear-gradient(135deg,#dbeafe66,#fff);box-shadow:var(--shadow-hover)}.roadmap-level--locked{opacity:.55}.roadmap-level--final{opacity:.5}.roadmap-level__header{display:flex;align-items:center;gap:var(--space-md);margin-bottom:var(--space-md)}.roadmap-level__icon-wrap{width:48px;height:48px;border-radius:50%;flex-shrink:0}.roadmap-level__title-group{flex:1}.roadmap-level__level-label{display:block;font-size:14px;font-weight:600;color:var(--text-muted);line-height:1.2}.roadmap-level__title{font-size:20px;font-weight:600;color:var(--text-primary)}.roadmap-level__status{display:inline-block;padding:3px 12px;font-size:11px;font-weight:600;border-radius:var(--radius-full);white-space:nowrap}.roadmap-level__status--completed{background:#ecfdf5;color:#059669}.roadmap-level__status--current{background:var(--brand-bg);color:var(--brand-light)}.roadmap-level__status--locked{background:var(--section-bg);color:var(--text-muted)}.roadmap-level__desc{font-size:14px;color:var(--text-body);line-height:1.6;margin-bottom:var(--space-md)}.roadmap-level__metrics{display:flex;gap:var(--space-xl)}.roadmap-level__metric{text-align:center}.roadmap-level__metric-value{display:block;font-size:22px;font-weight:600;color:var(--text-primary)}.roadmap-level__metric-label{font-size:12px;color:var(--text-muted)}.roadmap-level__progress{display:flex;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-md)}.roadmap-level__progress-label{font-size:13px;font-weight:500;color:var(--brand-light);white-space:nowrap}.roadmap-level__next-condition{display:flex;align-items:center;gap:var(--space-sm);font-size:13px;color:var(--text-muted);padding:var(--space-sm) var(--space-md);background:var(--section-bg);border-radius:var(--radius-md)}.roadmap-level__requirements{display:flex;flex-direction:column;gap:var(--space-sm)}.roadmap-level__requirement{display:flex;align-items:center;gap:var(--space-sm);font-size:13px;color:var(--text-body)}.roadmap-level__requirement--done{color:#059669}.roadmap-level__requirement--pending{color:var(--text-muted)}.roadmap-level__requirement-dot{width:8px;height:8px;border-radius:50%;background:var(--border);flex-shrink:0}.roadmap-timeline{position:relative;display:none;padding-left:40px}.roadmap-timeline__line{position:absolute;left:20px;top:12px;bottom:12px;width:2px;background:var(--border)}.roadmap-timeline__node{position:relative;padding-bottom:var(--space-xl)}.roadmap-timeline__node:last-child{padding-bottom:0}.roadmap-timeline__dot{position:absolute;left:-40px;top:4px;width:18px;height:18px;border-radius:50%;border:3px solid var(--border);background:var(--card-bg);z-index:2}.roadmap-timeline__dot--completed{border-color:#059669;background:#059669}.roadmap-timeline__dot--current{border-color:var(--brand-light);background:var(--card-bg)}.roadmap-timeline__dot-inner{width:8px;height:8px;border-radius:50%;background:var(--brand-light);position:absolute;inset:0;margin:auto}.roadmap-timeline__dot--locked{border-color:var(--border);background:var(--section-bg)}.roadmap-timeline__content{background:var(--card-bg);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);padding:var(--space-md) var(--space-lg)}.roadmap-timeline__number{font-size:14px;font-weight:600;color:var(--text-muted);margin-bottom:var(--space-xs)}.roadmap-timeline__title{font-size:18px;font-weight:600;color:var(--text-primary);margin-bottom:var(--space-xs)}.roadmap-timeline__desc{font-size:14px;color:var(--text-body);margin-bottom:var(--space-xs)}.roadmap-timeline__status{font-size:12px;color:var(--text-muted)}.roadmap-timeline__status--highlight{color:var(--brand-light);font-weight:600}@media(max-width:575px){h1{font-size:32px}h2{font-size:28px}.navbar{height:56px}.navbar__links{display:none}.navbar__toggle{display:flex}.home-hero{padding:var(--space-3xl) 0;min-height:auto}.home-hero__title{font-size:28px}.home-hero__subtitle{font-size:16px}.home-stats__grid{grid-template-columns:repeat(2,1fr)}.home-stat{padding:16px 20px}.home-stat:nth-child(2){border-right:none}.home-stat__number{font-size:28px}.home-protocols__grid{grid-template-columns:1fr}.home-progress__card{flex-direction:column;text-align:center}.home-progress__info{min-width:0}.protocol-hero{flex-direction:column;align-items:center;text-align:center;padding:var(--space-lg) 0}.protocol-hero__icon-wrap{width:48px;height:48px}.protocol-hero__icon{width:24px;height:24px}.protocol-hero__title{font-size:26px}.protocol-hero__subtitle{font-size:16px}.protocol-hero__desc{max-width:100%}.protocol-overview__card{flex-direction:column;text-align:center}.protocol-overview__stats{justify-content:center;flex-wrap:wrap;gap:var(--space-sm)}.protocol-overview__stat{padding:0 var(--space-sm)}.module-item{flex-direction:column;padding:var(--space-md)}.module-item__header{flex-wrap:wrap}.module-item__number{width:36px;height:36px;font-size:16px}.module-item__title{font-size:16px}.module-item__meta{flex-wrap:wrap;gap:var(--space-sm)}.module-item__action{align-self:stretch}.module-item__action .btn{width:100%}.protocol-knowledge__grid{grid-template-columns:1fr}.knowledge-card{padding:var(--space-md)}.home-protocols,.home-progress{padding:var(--space-2xl) 0}.dashboard-sidebar{display:none}.dashboard-tabs{display:flex}.dashboard-grid{grid-template-columns:1fr}.dashboard-card{padding:var(--space-md)}.dashboard-tab{padding:8px 14px;font-size:13px}.dashboard-page{padding:var(--space-md) 0}.roadmap-levels{flex-direction:column}.roadmap-timeline{display:block}.roadmap-level{padding:var(--space-lg);min-width:0}.roadmap-page{padding:var(--space-2xl) 0}.footer{padding:var(--space-2xl) 0 var(--space-md)}.footer__inner{gap:var(--space-lg)}.footer__nav{flex-direction:column;gap:var(--space-lg)}.footer__brand{text-align:center}.footer__brand .footer__logo-icon{margin:0 auto var(--space-xs)}.footer__nav-group,.footer__bottom{text-align:center}}@media(min-width:576px)and (max-width:767px){h1{font-size:36px}.navbar{height:56px}.navbar__links{display:none}.navbar__toggle{display:flex}.home-hero__title{font-size:36px}.home-stats__grid{grid-template-columns:repeat(2,1fr)}.home-stat:nth-child(2){border-right:none}.home-protocols__grid{grid-template-columns:repeat(2,1fr)}.home-progress__card{flex-direction:column}.home-progress__info{min-width:0}.protocol-hero{flex-direction:column;align-items:center;text-align:center;padding:var(--space-lg) 0}.protocol-hero__icon-wrap{width:48px;height:48px}.protocol-hero__title{font-size:28px}.protocol-overview__card{flex-direction:column;text-align:center}.protocol-overview__stats{justify-content:center;flex-wrap:wrap}.protocol-overview__stat{padding:0 var(--space-sm)}.protocol-knowledge__grid{grid-template-columns:repeat(2,1fr)}.knowledge-card{padding:var(--space-md)}.dashboard-sidebar{display:none}.dashboard-tabs{display:flex}.dashboard-grid{grid-template-columns:repeat(2,1fr)}.dashboard-card{padding:var(--space-md)}.roadmap-levels{flex-direction:column}.roadmap-timeline{display:block}.roadmap-level{padding:var(--space-lg)}.footer__nav{flex-wrap:wrap;gap:var(--space-xl)}}@media(min-width:768px)and (max-width:1023px){.navbar__links{display:none}.navbar__toggle{display:flex}.home-protocols__grid,.protocol-knowledge__grid{grid-template-columns:repeat(2,1fr)}.protocol-hero{padding:var(--space-xl) 0}.protocol-overview__stats{gap:var(--space-md)}.dashboard-sidebar{display:none}.dashboard-tabs{display:flex}.dashboard-grid{grid-template-columns:repeat(2,1fr)}.roadmap-levels{flex-direction:column}.roadmap-timeline{display:block}.roadmap-level{padding:var(--space-lg)}.footer__nav{gap:var(--space-2xl)}}@media(min-width:1024px)and (max-width:1279px){.home-protocols__grid,.dashboard-grid{grid-template-columns:repeat(3,1fr)}}@media(min-width:1400px){.home-hero{padding:120px 0}.home-hero__title{font-size:56px}.home-stats__grid{border-radius:20px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.7}}.fade-in-up{animation:fadeInUp .4s ease-out forwards}.fade-in{animation:fadeIn .3s ease-out forwards}.stagger-1{animation-delay:.05s}.stagger-2{animation-delay:.1s}.stagger-3{animation-delay:.15s}.stagger-4{animation-delay:.2s}.stagger-5{animation-delay:.25s}.stagger-6{animation-delay:.3s}.stagger-7{animation-delay:.35s}.stagger-8{animation-delay:.4s}@media print{body{background:#fff!important}.navbar,.footer,.dashboard-sidebar,.dashboard-tabs{display:none!important}.dashboard-card{box-shadow:none!important;border:1px solid #E2E8F0!important;break-inside:avoid}.dashboard-card:hover{transform:none!important;box-shadow:none!important}.btn,.roadmap-timeline{display:none!important}.roadmap-levels{display:grid!important;grid-template-columns:repeat(4,1fr)!important}.roadmap-level{box-shadow:none!important;border:1px solid #E2E8F0!important}.roadmap-level:hover{transform:none!important}.roadmap-level--current{border-width:2px!important;background:#fff!important;border-color:#2563eb!important}.module-item__action{display:none!important}.module-item{box-shadow:none!important;border:1px solid #E2E8F0!important}.module-item:hover{transform:none!important;box-shadow:none!important}.protocol-card{box-shadow:none!important;border:1px solid #E2E8F0!important}.protocol-card:hover,.knowledge-card:hover{transform:none!important;box-shadow:none!important}.container{max-width:100%!important}a{text-decoration:none!important;color:#334155!important}h1,h2,h3,h4{page-break-after:avoid}}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-muted{color:var(--text-muted)}.text-body{color:var(--text-body)}.text-primary{color:var(--text-primary)}.text-brand{color:var(--brand)}.text-brand-light{color:var(--brand-light)}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.mt-sm{margin-top:var(--space-sm)}.mt-md{margin-top:var(--space-md)}.mt-lg{margin-top:var(--space-lg)}.mt-xl{margin-top:var(--space-xl)}.mb-sm{margin-bottom:var(--space-sm)}.mb-md{margin-bottom:var(--space-md)}.mb-lg{margin-bottom:var(--space-lg)}.mb-xl{margin-bottom:var(--space-xl)}.p-sm{padding:var(--space-sm)}.p-md{padding:var(--space-md)}.p-lg{padding:var(--space-lg)}.flex{display:flex}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-sm{gap:var(--space-sm)}.gap-md{gap:var(--space-md)}.gap-lg{gap:var(--space-lg)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.zone-landing{padding:var(--space-3xl) 0}.zone-landing__hero{text-align:center;padding:var(--space-3xl) 0}.zone-landing__icon{font-size:4rem;display:block;margin-bottom:var(--space-lg)}.zone-landing__title{font-size:2.5rem;font-weight:700;color:var(--text-primary);margin-bottom:var(--space-xs)}.zone-landing__name-en{font-size:1rem;color:var(--text-muted);margin-bottom:var(--space-md);letter-spacing:.03em}.zone-landing__desc{font-size:1.125rem;color:var(--text-body);max-width:560px;margin:0 auto;line-height:1.7}.zone-landing__layers{margin-top:var(--space-2xl)}.zone-landing__placeholder{text-align:center;padding:var(--space-3xl) var(--space-xl);background:var(--section-bg);border-radius:var(--radius-xl);border:2px dashed var(--border)}.zone-landing__placeholder-icon{font-size:3rem;display:block;margin-bottom:var(--space-md)}.zone-landing__placeholder h2{font-size:1.5rem;margin-bottom:var(--space-sm)}.zone-landing__placeholder p{color:var(--text-muted)}.zone-landing__placeholder-hint{margin-top:var(--space-md);font-size:.875rem;color:var(--text-muted);line-height:1.7;max-width:480px;margin-left:auto;margin-right:auto}.zone-landing__back{text-align:center;margin-top:var(--space-2xl)}
