[data-theme=light]{--bg: #f0f2f9;--bg2: #e8ebf5;--surface: #ffffff;--surface2: #f7f8fd;--surface3: #eceef8;--border: #e1e5f2;--border-h: #c4cadf;--text: #0c1326;--text2: #354060;--muted: #6e7a9a;--muted2: #9ba3be;--sh-xs: 0 1px 2px rgba(12,19,38,.04),0 2px 6px rgba(12,19,38,.04);--sh-sm: 0 1px 4px rgba(12,19,38,.06),0 4px 16px rgba(12,19,38,.06);--sh-md: 0 4px 16px rgba(12,19,38,.09),0 12px 40px rgba(12,19,38,.07);--sh-lg: 0 8px 32px rgba(12,19,38,.12),0 32px 64px rgba(12,19,38,.08);--nav-bg: rgba(255,255,255,.9);--card: #ffffff;--inp: #f4f6fc;--a: #4338e0;--a-h: #3229bc;--a-soft: rgba(67,56,224,.08);--a-soft2: rgba(67,56,224,.16);--a2: #06b6d4;--gr: #059669;--gr-s: rgba(5,150,105,.1);--am: #d97706;--rs: #dc2626;--vi: #7c3aed;--orb: .04;--pill-bg: #eef0ff;--pill-c: #4338e0;--tag-new-bg: #fef3c7;--tag-new-c: #92400e}[data-theme=dark]{--bg: #07090f;--bg2: #0b0e18;--surface: #0f1221;--surface2: #151929;--surface3: #1c2036;--border: rgba(255,255,255,.07);--border-h: rgba(255,255,255,.15);--text: #eef0f9;--text2: #c5cbde;--muted: rgba(238,240,249,.44);--muted2: rgba(238,240,249,.24);--sh-xs: 0 1px 2px rgba(0,0,0,.5),0 2px 6px rgba(0,0,0,.4);--sh-sm: 0 1px 4px rgba(0,0,0,.5),0 4px 16px rgba(0,0,0,.45);--sh-md: 0 4px 16px rgba(0,0,0,.6),0 12px 40px rgba(0,0,0,.5);--sh-lg: 0 8px 32px rgba(0,0,0,.7),0 32px 64px rgba(0,0,0,.6);--nav-bg: rgba(7,9,15,.88);--card: rgba(255,255,255,.04);--inp: rgba(255,255,255,.06);--a: #7c72f5;--a-h: #9890ff;--a-soft: rgba(124,114,245,.14);--a-soft2: rgba(124,114,245,.24);--a2: #22d3ee;--gr: #34d399;--gr-s: rgba(52,211,153,.1);--am: #fbbf24;--rs: #f87171;--vi: #a78bfa;--orb: .15;--pill-bg: rgba(124,114,245,.15);--pill-c: #a09cff;--tag-new-bg: rgba(251,191,36,.15);--tag-new-c: #fbbf24}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}html{scroll-behavior:smooth;-webkit-font-smoothing:antialiased}body{font-family:Outfit,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;overflow-y:auto;transition:background .35s,color .35s}button,input,select,textarea{font-family:inherit}.orbs{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;overflow:hidden}.orb{position:absolute;border-radius:50%;filter:blur(110px);opacity:var(--orb);animation:orb-drift 22s ease-in-out infinite alternate;transition:opacity .5s}.o1{width:600px;height:600px;background:#4338e0;top:-180px;left:-120px;animation-duration:24s}.o2{width:440px;height:440px;background:#06b6d4;top:35%;right:-80px;animation-duration:18s;animation-delay:-8s}.o3{width:360px;height:360px;background:#dc2626;bottom:-100px;left:42%;animation-duration:26s;animation-delay:-4s}.o4{width:280px;height:280px;background:#7c3aed;top:20%;left:30%;animation-duration:20s;animation-delay:-12s}@keyframes orb-drift{0%{transform:translate(0) scale(1)}40%{transform:translate(28px,18px) scale(1.04)}to{transform:translate(-14px,36px) scale(.96)}}.app{position:relative;z-index:1;height:100vh;display:flex;flex-direction:column;overflow:hidden}.topnav{background:var(--nav-bg);border-bottom:1px solid var(--border);backdrop-filter:blur(24px) saturate(180%);-webkit-backdrop-filter:blur(24px) saturate(180%);height:54px;display:flex;align-items:center;padding:0 1.5rem;flex-shrink:0;position:relative;z-index:200;transition:background .35s,border-color .35s}.logo{display:flex;align-items:center;gap:.55rem;margin-right:2rem;flex-shrink:0;cursor:pointer}.logo-mark{width:30px;height:30px;border-radius:8px;background:linear-gradient(135deg,var(--a),var(--a2));display:flex;align-items:center;justify-content:center;font-size:.85rem;box-shadow:0 2px 12px var(--a-soft2);transition:transform .2s,box-shadow .2s}.logo:hover .logo-mark{transform:rotate(-8deg) scale(1.08);box-shadow:0 4px 18px var(--a-soft2)}.logo-name{font-size:.88rem;font-weight:800;color:var(--a);letter-spacing:-.3px}.nav-tabs{display:flex;gap:0;flex:1;height:100%}.nav-tab{height:100%;padding:0 .88rem;display:flex;align-items:center;font-size:.76rem;font-weight:600;color:var(--muted);cursor:pointer;position:relative;white-space:nowrap;transition:color .18s;-webkit-user-select:none;user-select:none;background:none;border-left:none;border-right:none;border-top:none;border-bottom:none}.nav-tab:hover{color:var(--text)}.nav-tab.active{color:var(--a)}.nav-right{display:flex;align-items:center;gap:.5rem;margin-left:auto}.search-global{display:flex;align-items:center;gap:.5rem;background:var(--surface3);border:1px solid var(--border);border-radius:10px;padding:.38rem .75rem;font-size:.74rem;color:var(--muted);cursor:text;transition:all .2s;width:180px}.search-global:hover{border-color:var(--border-h);width:220px;background:var(--surface)}.notif-btn{width:34px;height:34px;border-radius:9px;border:1px solid var(--border);background:var(--surface2);color:var(--muted);font-size:.9rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;position:relative}.notif-btn:hover{background:var(--a-soft);color:var(--a);border-color:var(--a)}.notif-dot{position:absolute;top:5px;right:5px;width:6px;height:6px;background:var(--rs);border-radius:50%;border:1.5px solid var(--surface)}.theme-btn{width:34px;height:34px;border-radius:9px;border:1px solid var(--border);background:var(--surface2);color:var(--muted);font-size:.88rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s}.theme-btn:hover{background:var(--a-soft);color:var(--a);border-color:var(--a)}.avatar-btn{width:34px;height:34px;border-radius:50%;background:linear-gradient(135deg,var(--a),var(--a2));color:#fff;font-size:.68rem;font-weight:800;display:flex;align-items:center;justify-content:center;cursor:pointer;position:relative;box-shadow:0 0 0 2px var(--a-soft2);transition:all .2s}.avatar-btn:hover{transform:scale(1.06);box-shadow:0 0 0 3px var(--a-soft2)}.avatar-online{position:absolute;bottom:1px;right:1px;width:8px;height:8px;background:#22c55e;border-radius:50%;border:1.5px solid var(--surface)}.content{flex:1;overflow:hidden;display:flex;flex-direction:column}.subnav{background:var(--surface);border-bottom:1px solid var(--border);padding:0 2rem;display:flex;gap:0;flex-shrink:0;transition:background .35s,border-color .35s}.subnav-tab{font-size:.78rem;font-weight:600;font-family:inherit;color:var(--muted);padding:.7rem 1rem;border-bottom:2px solid transparent;cursor:pointer;transition:all .18s;background:none;border-left:none;border-right:none;border-top:none}.subnav-tab:hover{color:var(--text)}.subnav-tab.active{color:var(--a);border-bottom-color:var(--a)}.settings-subnav{background:var(--surface);border-bottom:1px solid var(--border);padding:0 2rem;display:flex;gap:0;flex-shrink:0;transition:background .35s,border-color .35s}.page{display:none;flex:1;overflow:hidden}.page.active{display:flex;flex-direction:column}.dash-shell{display:grid;grid-template-columns:270px 1fr 288px;flex:1;overflow:hidden}.dash-col{overflow-y:auto;scrollbar-width:none;padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:1.2rem}.dash-col::-webkit-scrollbar{display:none}.dash-col-l{background:var(--surface);border-right:1px solid var(--border);transition:background .35s,border-color .35s}.dash-col-r{background:var(--surface);border-left:1px solid var(--border);transition:background .35s,border-color .35s}.dash-col-m{gap:1.4rem}.profile-card{background:linear-gradient(135deg,var(--a-soft),rgba(6,182,212,.07) 60%,rgba(124,58,237,.05) 100%);border:1px solid var(--border);border-radius:18px;padding:1.3rem;position:relative;overflow:hidden;transition:all .35s}.profile-card:before{content:"";position:absolute;top:-40px;right:-40px;width:110px;height:110px;border-radius:50%;background:radial-gradient(circle,var(--a-soft2) 0%,transparent 70%);transition:opacity .35s}.pc-avatar-row{display:flex;align-items:center;gap:.75rem;margin-bottom:.9rem}.pc-avatar{width:42px;height:42px;border-radius:50%;background:linear-gradient(135deg,var(--a),var(--a2));color:#fff;font-size:.85rem;font-weight:800;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 12px var(--a-soft2);flex-shrink:0}.pc-name{font-size:.92rem;font-weight:800;margin-bottom:.1rem}.pc-role{font-size:.68rem;color:var(--muted)}.pc-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.45rem}.pc-stat{background:var(--surface);border:1px solid var(--border);border-radius:10px;padding:.5rem;text-align:center;transition:all .2s,background .35s,border-color .35s;cursor:default}.pc-stat:hover{border-color:var(--a);transform:translateY(-1px);box-shadow:var(--sh-xs)}.pc-stat .sv{font-size:1.05rem;font-weight:800;color:var(--a);line-height:1}.pc-stat .sl{font-size:.55rem;color:var(--muted);text-transform:uppercase;letter-spacing:.5px;margin-top:2px}.xp-section{margin-top:.9rem}.xp-top{display:flex;justify-content:space-between;font-size:.65rem;color:var(--muted);margin-bottom:.35rem}.xp-top span:last-child{color:var(--a);font-weight:700}.xp-bar{height:5px;background:var(--surface3);border-radius:99px;overflow:hidden;position:relative;transition:background .35s}.xp-fill{height:100%;width:47%;border-radius:99px;background:linear-gradient(90deg,var(--a),var(--a2));position:relative;animation:xp-grow 1.2s cubic-bezier(.34,1.2,.64,1) both;animation-delay:.3s}@keyframes xp-grow{0%{width:0}to{width:47%}}.xp-fill:after{content:"";position:absolute;top:0;right:0;bottom:0;width:20px;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4));animation:xp-shine 2s ease-in-out infinite;animation-delay:1.5s}@keyframes xp-shine{0%,to{opacity:0;right:100%}50%{opacity:1;right:0}}.level-tip{margin-top:.6rem;font-size:.68rem;font-weight:600;color:var(--a);background:var(--a-soft);border-radius:7px;padding:.4rem .6rem;display:flex;align-items:center;gap:.35rem;transition:background .35s}.ring-card{background:var(--card);border:1px solid var(--border);border-radius:16px;padding:1.1rem;transition:all .35s}.ring-body{display:flex;align-items:center;gap:1rem}.ring-svg-wrap{position:relative;flex-shrink:0;cursor:pointer}.ring-svg-wrap:hover .ring-svg-circle{filter:drop-shadow(0 0 6px var(--a))}.ring-center{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:center}.ring-center .rv{font-size:.95rem;font-weight:800}.ring-center .rl{font-size:.52rem;color:var(--muted)}.benchmarks{flex:1;display:flex;flex-direction:column;gap:.55rem}.bm-row{display:flex;justify-content:space-between;font-size:.68rem;color:var(--muted);margin-bottom:.28rem}.bm-row b{color:var(--text);font-weight:700}.bm-track{height:3px;background:var(--surface3);border-radius:99px;overflow:hidden;transition:background .35s}.bm-fill{height:100%;border-radius:99px;animation:bm-grow .9s ease both}@keyframes bm-grow{0%{width:0}}.sec-hdr{display:flex;align-items:center;justify-content:space-between;margin-bottom:.85rem}.sec-title{font-size:.9rem;font-weight:800;display:flex;align-items:center;gap:.4rem}.sec-title-dot{width:6px;height:6px;border-radius:50%;background:linear-gradient(135deg,var(--a),var(--a2));display:inline-block}.sec-action{font-size:.72rem;font-weight:600;color:var(--muted);cursor:pointer;transition:color .18s;display:flex;align-items:center;gap:.3rem;background:none;border:none}.sec-action:hover{color:var(--a)}.welcome-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.wh-greet{font-size:.68rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:1px;margin-bottom:.25rem}.wh-title{font-family:Lora,serif;font-size:2.1rem;font-weight:700;line-height:1.1;margin-bottom:.35rem}.wh-title em{color:var(--a);font-style:italic}.wh-sub{font-size:.78rem;color:var(--muted)}.kpi-stack{display:flex;gap:.55rem;flex-shrink:0}.kpi{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:.8rem 1rem;text-align:center;cursor:default;transition:all .22s;box-shadow:var(--sh-xs);min-width:68px}.kpi:hover{border-color:var(--border-h);transform:translateY(-3px);box-shadow:var(--sh-sm)}.kpi .kv{font-size:1.45rem;font-weight:900;line-height:1}.kpi .kl{font-size:.6rem;color:var(--muted);text-transform:uppercase;letter-spacing:.4px;margin-top:2px}.continue-card{background:linear-gradient(135deg,var(--a-soft),rgba(6,182,212,.07) 55%,rgba(220,38,38,.04));border:1px solid var(--border);border-radius:18px;padding:1.4rem;display:flex;align-items:center;gap:1.2rem;cursor:pointer;position:relative;overflow:hidden;transition:all .25s;box-shadow:var(--sh-xs)}.continue-card:hover{border-color:var(--a);transform:translateY(-2px);box-shadow:var(--sh-md)}.continue-card:before{content:"CONTINUE";position:absolute;right:-10px;top:50%;transform:translateY(-50%);font-size:4rem;font-weight:900;color:var(--a);opacity:.03;letter-spacing:-2px;pointer-events:none}.cc-icon-wrap{width:56px;height:56px;border-radius:14px;flex-shrink:0;background:var(--a-soft);border:1px solid var(--a-soft2);display:flex;align-items:center;justify-content:center;font-size:1.6rem;transition:transform .2s,background .35s}.continue-card:hover .cc-icon-wrap{transform:rotate(-5deg) scale(1.05)}.cc-info{flex:1;min-width:0}.cc-badge{display:inline-flex;align-items:center;gap:.3rem;font-size:.6rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--a2);margin-bottom:.28rem}.cc-name{font-size:1.05rem;font-weight:800;margin-bottom:.18rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.cc-author{font-size:.72rem;color:var(--muted);margin-bottom:.8rem}.cc-prog-row{display:flex;align-items:center;gap:.65rem}.cc-track{flex:1;height:6px;background:var(--surface3);border-radius:99px;overflow:hidden;transition:background .35s}.cc-fill{height:100%;width:3%;background:linear-gradient(90deg,var(--a),var(--a2));border-radius:99px;box-shadow:0 0 8px var(--a-soft2)}.cc-pct{font-size:.68rem;font-weight:700;color:var(--muted);white-space:nowrap}.btn-go{flex-shrink:0;background:linear-gradient(135deg,var(--a),var(--a2));color:#fff;border:none;border-radius:12px;padding:.7rem 1.3rem;font-weight:800;font-size:.8rem;cursor:pointer;box-shadow:0 4px 16px var(--a-soft2);transition:all .22s;white-space:nowrap;display:flex;align-items:center;gap:.35rem}.btn-go:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 8px 24px var(--a-soft2)}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem}.stat-card{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:1.1rem;position:relative;overflow:hidden;cursor:default;transition:all .22s;box-shadow:var(--sh-xs)}.stat-card:hover{transform:translateY(-3px);box-shadow:var(--sh-sm)}.stat-card:after{content:"";position:absolute;bottom:0;left:0;right:0;height:2.5px;border-radius:0 0 14px 14px}.sc-blue:after{background:linear-gradient(90deg,var(--a),var(--a2))}.sc-green:after{background:linear-gradient(90deg,#059669,#34d399)}.sc-red:after{background:linear-gradient(90deg,#dc2626,#f87171)}.sc-icon{position:absolute;top:.9rem;right:.9rem;font-size:1.4rem;opacity:.15;transition:opacity .2s,transform .2s}.stat-card:hover .sc-icon{opacity:.3;transform:scale(1.15) rotate(5deg)}.sc-lbl{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.8px;color:var(--muted);margin-bottom:.45rem}.sc-val{font-size:2rem;font-weight:900;line-height:1;margin-bottom:.2rem}.sc-blue .sc-val{color:var(--a)}.sc-green .sc-val{color:var(--gr)}.sc-red .sc-val{color:var(--rs)}.sc-sub{font-size:.68rem;color:var(--muted)}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:.85rem}.grid4{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.ccard{background:var(--card);border:1px solid var(--border);border-radius:14px;overflow:hidden;cursor:pointer;transition:all .25s;box-shadow:var(--sh-xs)}.ccard:hover{border-color:var(--border-h);transform:translateY(-4px);box-shadow:var(--sh-md)}.ccard-thumb{height:86px;display:flex;align-items:center;justify-content:center;font-size:.76rem;font-weight:800;text-align:center;padding:.5rem .7rem;line-height:1.3;position:relative;overflow:hidden}.ccard-thumb:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(to bottom,transparent 50%,rgba(0,0,0,.18))}.ccard-body{padding:.82rem}.ccard-tag{font-size:.58rem;font-weight:700;letter-spacing:1px;text-transform:uppercase;color:var(--muted);margin-bottom:.28rem}.ccard-name{font-size:.8rem;font-weight:700;margin-bottom:.4rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ccard-meta{display:flex;justify-content:space-between;font-size:.65rem;color:var(--muted);margin-bottom:.4rem}.ccard-foot{display:flex;align-items:center;justify-content:space-between}.stars{color:var(--am);font-size:.68rem;letter-spacing:-.5px}.btn-enroll{font-size:.62rem;font-weight:700;text-transform:uppercase;letter-spacing:.4px;color:var(--a);background:var(--a-soft);border:1px solid var(--border);border-radius:7px;padding:.28rem .58rem;cursor:pointer;transition:all .18s}.btn-enroll:hover{background:var(--a);color:#fff;border-color:var(--a);transform:scale(1.03)}.ev-toggle{display:flex;background:var(--surface3);border:1px solid var(--border);border-radius:10px;padding:3px;gap:3px;margin-bottom:.85rem;transition:background .35s,border-color .35s}.ev-btn{flex:1;padding:.4rem;font-size:.72rem;font-weight:700;border:none;border-radius:7px;background:transparent;color:var(--muted);cursor:pointer;transition:all .2s}.ev-btn.active{background:var(--surface);color:var(--text);box-shadow:var(--sh-xs)}.ev-empty{background:var(--surface2);border:1.5px dashed var(--border);border-radius:13px;padding:1.75rem 1rem;text-align:center;transition:all .35s}.ev-empty .ei{font-size:1.8rem;display:block;margin-bottom:.55rem;animation:float 3s ease-in-out infinite}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.ev-empty p{font-size:.73rem;color:var(--muted);line-height:1.65}.lb-hdr{display:flex;align-items:center;justify-content:space-between;margin-bottom:.85rem}.lb-select{background:var(--surface3);border:1px solid var(--border);border-radius:8px;color:var(--text2);font-size:.68rem;font-weight:600;padding:.28rem .52rem;cursor:pointer;outline:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;transition:all .35s}.podium-wrap{background:var(--card);border:1px solid var(--border);border-radius:14px;padding:1rem .7rem 0;display:flex;align-items:flex-end;justify-content:center;gap:.4rem;margin-bottom:.8rem;overflow:hidden;transition:background .35s,border-color .35s}.pod{display:flex;flex-direction:column;align-items:center;gap:.25rem;flex:1}.pod-av{border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.66rem;font-weight:800;border:2px solid transparent;flex-shrink:0;transition:transform .2s;cursor:default}.pod:hover .pod-av{transform:scale(1.08)}.p1 .pod-av{width:46px;height:46px;border-color:var(--am);background:#d977061f;color:var(--am);box-shadow:0 0 14px #d9770640}.p2 .pod-av{width:36px;height:36px;border-color:var(--muted2);background:var(--surface3);color:var(--muted)}.p3 .pod-av{width:36px;height:36px;border-color:#cd7f32;background:#cd7f321a;color:#cd7f32}.pod-medal{font-size:.85rem}.pod-nm{font-size:.6rem;color:var(--muted);text-align:center;line-height:1.2;max-width:58px}.pod-pts{font-size:.68rem;font-weight:800}.p1 .pod-pts{color:var(--am)}.p2 .pod-pts{color:var(--muted)}.p3 .pod-pts{color:#cd7f32}.pod-base{width:100%;border-radius:5px 5px 0 0;border:1px solid}.p1 .pod-base{height:40px;background:#d977060f;border-color:#d9770624}.p2 .pod-base{height:26px;background:var(--surface3);border-color:var(--border)}.p3 .pod-base{height:18px;background:#cd7f320d;border-color:#cd7f321f}.lb-list{display:flex;flex-direction:column;gap:.35rem}.lb-row{display:flex;align-items:center;gap:.55rem;padding:.52rem .65rem;border-radius:10px;background:var(--surface2);border:1px solid var(--border);font-size:.76rem;cursor:default;transition:all .18s}.lb-row:hover{border-color:var(--border-h);transform:translate(2px)}.lb-row.you{background:var(--a-soft);border-color:var(--a)}.lb-rk{font-weight:800;color:var(--muted);width:16px}.lb-av{width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:800;flex-shrink:0}.lb-nm{flex:1;font-weight:500}.you-pill{font-size:.54rem;font-weight:800;background:var(--a);color:#fff;border-radius:99px;padding:.08rem .36rem;margin-left:.28rem;vertical-align:middle}.lb-pts{font-weight:800;color:var(--am);font-size:.74rem}.lb-tip{margin-top:.5rem;font-size:.69rem;font-weight:600;color:var(--gr);background:var(--gr-s);border-radius:9px;padding:.5rem .7rem;text-align:center;border:1px solid rgba(5,150,105,.18);display:flex;align-items:center;justify-content:center;gap:.35rem;transition:all .35s}.scroll-page{flex:1;overflow-y:auto;padding:2rem;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.scroll-page::-webkit-scrollbar{width:5px}.scroll-page::-webkit-scrollbar-thumb{background:var(--border);border-radius:99px}.pg-hdr{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:1.75rem;gap:1rem;flex-wrap:wrap}.pg-hdr-l h1{font-size:1.5rem;font-weight:800;margin-bottom:.2rem}.pg-hdr-r{display:flex;gap:.6rem;align-items:center;flex-wrap:wrap}.vt{display:flex;background:var(--surface3);border:1px solid var(--border);border-radius:9px;padding:2px;gap:2px;transition:all .35s}.vt-btn{width:32px;height:30px;border:none;border-radius:7px;background:transparent;color:var(--muted);cursor:pointer;font-size:.82rem;display:flex;align-items:center;justify-content:center;transition:all .18s}.vt-btn.active{background:var(--surface);color:var(--text);box-shadow:var(--sh-xs)}.btn-ghost{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .9rem;background:var(--surface);border:1px solid var(--border);border-radius:10px;font-size:.76rem;font-weight:600;color:var(--text2);cursor:pointer;transition:all .2s;white-space:nowrap}.btn-ghost:hover{border-color:var(--a);color:var(--a);background:var(--a-soft)}.btn-primary{display:inline-flex;align-items:center;gap:.4rem;padding:.52rem 1rem;background:var(--a);border:none;border-radius:10px;font-size:.76rem;font-weight:700;color:#fff;cursor:pointer;transition:all .2s;white-space:nowrap;box-shadow:0 2px 12px var(--a-soft2)}.btn-primary:hover{background:var(--a-h);transform:translateY(-1px);box-shadow:0 4px 18px var(--a-soft2)}.stabs{display:flex;gap:.35rem;margin-bottom:1.25rem;flex-wrap:wrap}.stab{padding:.42rem .9rem;border-radius:9px;border:1px solid var(--border);background:transparent;font-size:.76rem;font-weight:600;color:var(--muted);cursor:pointer;transition:all .2s}.stab:hover{background:var(--surface3);color:var(--text);border-color:var(--border-h)}.stab.active{background:var(--a);border-color:var(--a);color:#fff;box-shadow:0 2px 10px var(--a-soft2)}.filters{display:flex;gap:.55rem;margin-bottom:1.25rem;flex-wrap:wrap;align-items:center}.fsel{padding:.42rem 1.6rem .42rem .7rem;background:var(--surface);border:1px solid var(--border);border-radius:9px;font-size:.74rem;font-weight:500;color:var(--text2);cursor:pointer;outline:none;transition:all .18s;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236e7a9a' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .45rem center}.fsel:hover{border-color:var(--a);color:var(--a)}.search-bar{flex:1;min-width:180px;position:relative}.search-bar input{width:100%;padding:.42rem .8rem .42rem 2.1rem;background:var(--surface);border:1px solid var(--border);border-radius:9px;font-size:.74rem;color:var(--text);outline:none;transition:all .18s}.search-bar input:focus{border-color:var(--a);box-shadow:0 0 0 3px var(--a-soft)}.search-bar input::placeholder{color:var(--muted2)}.search-bar:before{content:"🔍";position:absolute;left:.65rem;top:50%;transform:translateY(-50%);font-size:.68rem;pointer-events:none}.mcard{background:var(--card);border:1px solid var(--border);border-radius:14px;overflow:hidden;cursor:pointer;transition:all .25s;box-shadow:var(--sh-xs);display:flex;flex-direction:column}.mcard:hover{border-color:var(--border-h);transform:translateY(-4px);box-shadow:var(--sh-md)}.mcard-thumb{height:130px;background:var(--surface3);display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative;flex-shrink:0}.mcard-thumb-inner{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.mcard-ph{opacity:.35}.mcard-ph svg{width:56px;height:56px;stroke:var(--muted)}.mcard-body{padding:.9rem;flex:1}.mcard-name{font-size:.83rem;font-weight:700;margin-bottom:.35rem;line-height:1.35;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.mcard-author{font-size:.68rem;color:var(--muted);margin-bottom:.25rem}.mcard-author span{color:var(--a);font-weight:600}.mcard-date{font-size:.65rem;color:var(--muted2)}.mcard-date span{color:var(--text2);font-weight:600}.list-view{display:flex;flex-direction:column;gap:.45rem}.list-row{display:flex;align-items:center;gap:.9rem;background:var(--card);border:1px solid var(--border);border-radius:12px;padding:.7rem 1rem;cursor:pointer;transition:all .2s;box-shadow:var(--sh-xs)}.list-row:hover{border-color:var(--border-h);box-shadow:var(--sh-sm);transform:translate(3px)}.lr-thumb{width:48px;height:36px;border-radius:7px;background:var(--surface3);flex-shrink:0;overflow:hidden;display:flex;align-items:center;justify-content:center}.lr-thumb svg{width:22px;height:22px;stroke:var(--muted);opacity:.5}.lr-info{flex:1;min-width:0}.lr-name{font-size:.8rem;font-weight:700;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lr-author{font-size:.68rem;color:var(--muted);margin-top:.1rem}.lr-author span{color:var(--a);font-weight:600}.lr-date{font-size:.67rem;color:var(--muted2);white-space:nowrap}.ltcard{background:var(--card);border:1px solid var(--border);border-radius:14px;overflow:hidden;cursor:pointer;width:220px;transition:all .25s;box-shadow:var(--sh-xs)}.ltcard:hover{border-color:var(--border-h);transform:translateY(-3px);box-shadow:var(--sh-md)}.ltcard-thumb{height:128px;background:var(--surface3);display:flex;align-items:center;justify-content:center}.ltcard-body{padding:.85rem}.ltcard-name{font-size:.82rem;font-weight:700;margin-bottom:.38rem}.ltcard-date{font-size:.68rem;color:var(--muted);display:flex;align-items:center;gap:.3rem;margin-bottom:.22rem}.ltcard-author{font-size:.67rem;color:var(--muted)}.ltcard-author span{color:var(--a);font-weight:600}.empty{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:4.5rem 2rem;text-align:center;background:var(--surface2);border:1.5px dashed var(--border);border-radius:18px;margin-top:.5rem;transition:all .35s}.empty-icon{font-size:3rem;margin-bottom:1rem;display:block;animation:float 3s ease-in-out infinite}.empty-title{font-size:1.05rem;font-weight:800;margin-bottom:.5rem}.empty-sub{font-size:.78rem;color:var(--muted);line-height:1.65;max-width:300px}.builder{display:flex;flex:1;overflow:hidden}.builder-sb{width:272px;flex-shrink:0;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;transition:background .35s,border-color .35s}.bsb-hdr{padding:.82rem 1rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;transition:border-color .35s}.bsb-title{font-size:.82rem;font-weight:800}.bsb-time{font-size:.7rem;color:var(--muted);display:flex;align-items:center;gap:.3rem}.bsb-body{flex:1;overflow-y:auto;padding:.7rem;scrollbar-width:none}.bsb-body::-webkit-scrollbar{display:none}.bsb-empty{padding:1.5rem .5rem;text-align:center;font-size:.74rem;color:var(--muted);line-height:1.65}.bsb-section{margin-bottom:.4rem}.bsb-sec-hdr{display:flex;align-items:center;gap:.45rem;padding:.5rem .6rem;border-radius:9px;background:var(--surface2);border:1px solid var(--border);cursor:pointer;font-size:.78rem;font-weight:700;transition:all .18s}.bsb-sec-hdr:hover{border-color:var(--border-h);background:var(--surface3)}.bsb-sec-arrow{font-size:.7rem;color:var(--muted);transition:transform .2s;margin-left:auto}.bsb-sec-hdr.open .bsb-sec-arrow{transform:rotate(180deg)}.bsb-modules{padding-left:.7rem;margin-top:.3rem;display:flex;flex-direction:column;gap:.25rem}.bsb-mod{display:flex;align-items:center;gap:.4rem;padding:.4rem .6rem;border-radius:7px;background:var(--surface3);border:1px solid var(--border);font-size:.72rem;color:var(--text2);cursor:pointer;transition:all .18s}.bsb-mod:hover{border-color:var(--a);color:var(--a);background:var(--a-soft)}.add-mod-btn{width:100%;margin-top:.3rem;padding:.38rem;background:transparent;border:1px dashed var(--border);border-radius:7px;font-size:.7rem;color:var(--muted);cursor:pointer;transition:all .18s}.add-mod-btn:hover{border-color:var(--a);color:var(--a);background:var(--a-soft)}.bsb-footer{padding:.7rem;border-top:1px solid var(--border);transition:border-color .35s}.add-sec-btn{width:100%;padding:.48rem;background:var(--a-soft);border:1px solid var(--a-soft2);border-radius:9px;font-size:.74rem;font-weight:700;color:var(--a);cursor:pointer;transition:all .2s}.add-sec-btn:hover{background:var(--a-soft2);border-color:var(--a)}.builder-main{flex:1;display:flex;flex-direction:column;overflow:hidden}.builder-topbar{padding:.82rem 1.5rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;background:var(--surface);transition:background .35s,border-color .35s;flex-shrink:0}.bt-course{display:flex;align-items:center;gap:.6rem}.bt-course-icon{font-size:1rem;color:var(--muted)}.bt-course-name{font-size:.95rem;font-weight:800}.bt-edit-btn{font-size:.78rem;color:var(--muted);cursor:pointer;padding:.25rem;border-radius:5px;border:none;background:none;transition:color .18s}.bt-edit-btn:hover{color:var(--a)}.bt-actions{display:flex;align-items:center;gap:.65rem}.btn-preview{padding:.45rem .9rem;background:transparent;border:1px solid var(--border);border-radius:9px;font-size:.74rem;font-weight:700;color:var(--text2);cursor:pointer;transition:all .2s}.btn-preview:hover{border-color:var(--a);color:var(--a);background:var(--a-soft)}.btn-publish{padding:.46rem 1rem;background:var(--a);border:none;border-radius:9px;font-size:.74rem;font-weight:700;color:#fff;cursor:pointer;transition:all .2s;box-shadow:0 2px 10px var(--a-soft2)}.btn-publish:hover{background:var(--a-h);transform:translateY(-1px)}.builder-canvas{flex:1;overflow-y:auto;display:flex;flex-direction:column;align-items:center;padding:2rem;gap:1rem;scrollbar-width:thin;scrollbar-color:var(--border) transparent;background:var(--bg);transition:background .35s}.builder-canvas::-webkit-scrollbar{width:5px}.builder-canvas::-webkit-scrollbar-thumb{background:var(--border);border-radius:99px}.canvas-empty{max-width:520px;width:100%;background:var(--surface);border:1.5px dashed var(--border);border-radius:18px;padding:4rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.9rem;transition:all .35s}.ce-icon{font-size:3.2rem;opacity:.3;animation:float 3s ease-in-out infinite}.ce-title{font-size:1rem;font-weight:800}.ce-sub{font-size:.78rem;color:var(--muted);line-height:1.65}.ce-btns{display:flex;align-items:center;gap:.7rem;margin-top:.4rem}.btn-outline{padding:.5rem 1.1rem;background:var(--a-soft);border:1.5px solid var(--a);border-radius:10px;font-size:.78rem;font-weight:700;color:var(--a);cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.35rem}.btn-outline:hover{background:var(--a);color:#fff;transform:translateY(-1px);box-shadow:0 4px 14px var(--a-soft2)}.ce-or{font-size:.75rem;color:var(--muted)}.canvas-section{max-width:640px;width:100%;background:var(--surface);border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:var(--sh-xs);transition:all .35s;animation:fadeUp .35s ease both}.cs-head{padding:.9rem 1.1rem;background:var(--surface2);border-bottom:1px solid var(--border);display:flex;align-items:center;gap:.6rem;transition:background .35s,border-color .35s}.cs-head-icon{font-size:.9rem;color:var(--muted)}.cs-head-name{font-size:.85rem;font-weight:800;flex:1}.cs-head-actions{display:flex;gap:.35rem}.cs-action-btn{width:26px;height:26px;border-radius:7px;border:1px solid var(--border);background:transparent;color:var(--muted);font-size:.72rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .18s}.cs-action-btn:hover{border-color:var(--a);color:var(--a);background:var(--a-soft)}.cs-body{padding:1rem}.cs-empty{text-align:center;padding:1.25rem;font-size:.74rem;color:var(--muted);border:1.5px dashed var(--border);border-radius:10px;transition:border-color .35s}.cs-mod{display:flex;align-items:center;gap:.6rem;padding:.58rem .8rem;background:var(--surface2);border:1px solid var(--border);border-radius:9px;margin-bottom:.4rem;font-size:.8rem;cursor:pointer;transition:all .18s}.cs-mod:hover{border-color:var(--border-h);background:var(--surface3)}.cs-mod-icon{font-size:1rem;flex-shrink:0}.cs-mod-name{flex:1;font-weight:600}.cs-mod-type{font-size:.62rem;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}.section-form{max-width:640px;width:100%;animation:fadeUp .3s ease both}.sf-hdr{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.sf-title{display:flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:800}.sf-actions{display:flex;gap:.5rem;align-items:center}.btn-danger{padding:.4rem .75rem;background:transparent;border:1px solid var(--border);border-radius:8px;font-size:.74rem;font-weight:600;color:var(--rs);cursor:pointer;transition:all .18s;display:inline-flex;align-items:center;gap:.3rem}.btn-danger:hover{background:#dc262614;border-color:var(--rs)}.btn-cancel{padding:.46rem .9rem;background:var(--surface2);border:1px solid var(--border);border-radius:9px;font-size:.76rem;font-weight:600;color:var(--text2);cursor:pointer;transition:all .18s}.btn-cancel:hover{border-color:var(--border-h);background:var(--surface3)}.sf-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.5rem;box-shadow:var(--sh-xs);transition:background .35s,border-color .35s}.form-group{margin-bottom:1.2rem}.form-lbl{font-size:.76rem;font-weight:700;color:var(--text2);display:block;margin-bottom:.42rem}.form-lbl-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.42rem}.form-ai-btn{font-size:.68rem;color:var(--a);font-weight:700;cursor:pointer;display:flex;align-items:center;gap:.25rem;background:none;border:none}.form-ai-btn:hover{text-decoration:underline}.form-inp{width:100%;padding:.65rem .85rem;background:var(--inp);border:1px solid var(--border);border-radius:10px;font-size:.82rem;color:var(--text);outline:none;transition:all .18s}.form-inp:focus{border-color:var(--a);box-shadow:0 0 0 3px var(--a-soft);background:var(--surface)}.form-inp::placeholder{color:var(--muted2)}.form-textarea{width:100%;padding:.65rem .85rem;background:var(--inp);border:1px solid var(--border);border-radius:10px;font-size:.82rem;color:var(--text);outline:none;resize:vertical;min-height:120px;transition:all .18s}.form-textarea:focus{border-color:var(--a);box-shadow:0 0 0 3px var(--a-soft);background:var(--surface)}.form-textarea::placeholder{color:var(--muted2)}.char-count{font-size:.64rem;color:var(--muted2);margin-top:.32rem}.back-btn{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:700;color:var(--muted);cursor:pointer;padding:.55rem 1.25rem;background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0;transition:all .2s;border-left:none;border-right:none;border-top:none;width:100%;text-align:left}.back-btn:hover{color:var(--a);background:var(--a-soft)}.overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000007a;z-index:900;display:none;align-items:center;justify-content:center;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.overlay.open{display:flex;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal{background:var(--surface);border:1px solid var(--border);border-radius:22px;width:560px;max-width:94vw;box-shadow:var(--sh-lg);overflow:hidden;animation:modalUp .28s cubic-bezier(.34,1.2,.64,1) both;transition:background .35s,border-color .35s}@keyframes modalUp{0%{opacity:0;transform:translateY(24px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-hdr{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);transition:border-color .35s}.modal-title{font-size:1.05rem;font-weight:800}.modal-close{width:30px;height:30px;border-radius:50%;border:1px solid var(--border);background:var(--surface2);color:var(--muted);font-size:.88rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .18s}.modal-close:hover{background:var(--rs);border-color:var(--rs);color:#fff;transform:rotate(90deg)}.modal-body{padding:1.5rem}.modal-footer{padding:1rem 1.5rem;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:flex-end;gap:.6rem;transition:border-color .35s}.btn-proceed{padding:.54rem 1.15rem;background:var(--a);border:none;border-radius:10px;font-size:.78rem;font-weight:700;color:#fff;cursor:pointer;transition:all .2s;box-shadow:0 2px 10px var(--a-soft2)}.btn-proceed:hover{background:var(--a-h);transform:translateY(-1px)}.mtype-info .mt{font-size:.82rem;font-weight:800;margin-bottom:.2rem}.toast-wrap{position:fixed;bottom:1.5rem;right:1.5rem;z-index:9999;display:flex;flex-direction:column;gap:.5rem;pointer-events:none}.toast{background:var(--surface);border:1px solid var(--border);border-radius:13px;padding:.75rem 1rem;display:flex;align-items:center;gap:.65rem;box-shadow:var(--sh-md);min-width:250px;max-width:340px;pointer-events:all;animation:toastIn .35s cubic-bezier(.34,1.4,.64,1) both;transition:background .35s,border-color .35s}@keyframes toastIn{0%{opacity:0;transform:translate(40px) scale(.9)}to{opacity:1;transform:translate(0) scale(1)}}.toast.out{animation:toastOut .25s ease forwards}@keyframes toastOut{to{opacity:0;transform:translate(40px) scale(.9)}}.toast-icon{font-size:1.1rem;flex-shrink:0}.toast-content{flex:1}.toast-title{font-size:.78rem;font-weight:700;margin-bottom:.08rem}.toast-msg{font-size:.7rem;color:var(--muted)}.toast-close{font-size:.8rem;color:var(--muted);cursor:pointer;padding:.15rem;border:none;background:none;border-radius:4px;transition:color .18s;flex-shrink:0}.toast-close:hover{color:var(--text)}@keyframes fadeUp{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}.anim-children>*{animation:fadeUp .4s ease both}.anim-children>*:nth-child(1){animation-delay:0s}.anim-children>*:nth-child(2){animation-delay:.06s}.anim-children>*:nth-child(3){animation-delay:.12s}.anim-children>*:nth-child(4){animation-delay:.18s}.anim-children>*:nth-child(5){animation-delay:.24s}.anim-children>*:nth-child(6){animation-delay:.3s}.hidden{display:none!important}.divider{height:1px;background:var(--border);transition:background .35s;margin:.2rem 0}.flex-wrap{display:flex;flex-wrap:wrap;gap:.9rem}.hamburger{display:none;background:none;border:none;flex-direction:column;gap:5px;cursor:pointer;padding:.2rem;z-index:205}.hamburger-line{width:22px;height:2px;background:var(--text);border-radius:2px;transition:all .3s}@media screen and (max-width:1200px){.dash-shell{grid-template-columns:240px 1fr 260px}.grid4{grid-template-columns:repeat(3,1fr)}}@media screen and (max-width:992px){body{overflow-y:auto;overflow-x:hidden}.dash-shell{grid-template-columns:1fr}.dash-col{min-height:fit-content;overflow:visible;padding:1rem;border:none}.dash-col-l{border-bottom:1px solid var(--border)}.dash-col-r{border-top:1px solid var(--border)}.app{overflow-y:auto;overflow-x:hidden;display:block;height:auto}.content{overflow:visible;display:block}.page{overflow:visible;min-height:100vh}.scroll-page{overflow:visible;padding:1.5rem 1rem}.grid4,.grid3{grid-template-columns:repeat(2,1fr)}.builder{flex-direction:column;overflow:visible}.builder-sb{width:100%;border-right:none;border-bottom:1px solid var(--border)}.builder-canvas{overflow:visible;padding:1.5rem 1rem}}@media screen and (max-width:768px){.topnav{flex-wrap:wrap;height:auto;padding:.8rem 1rem;justify-content:space-between}.logo{margin-right:auto}.hamburger{display:flex;order:1}.hamburger.open .hamburger-line:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open .hamburger-line:nth-child(2){opacity:0}.hamburger.open .hamburger-line:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.nav-tabs{display:none;width:100%;flex-direction:column;order:3;padding:0;margin-top:.8rem;background:var(--surface2);border:1px solid var(--border);border-radius:12px;overflow:hidden;height:auto;animation:fadeDown .3s cubic-bezier(.34,1.2,.64,1) both}.nav-tabs.mobile-open{display:flex}@keyframes fadeDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.nav-tab{width:100%;padding:1rem;justify-content:flex-start;border-bottom:1px solid var(--border)}.nav-tab:last-child{border-bottom:none}.nav-right{width:100%;justify-content:space-between;order:2;margin-top:.8rem}.search-global{width:100%;flex:1;margin-right:.5rem}.search-global:hover{width:auto;flex:1}.subnav{overflow-x:auto;padding:0 1rem;white-space:nowrap}.subnav::-webkit-scrollbar{display:none}.stats-row,.pc-stats{grid-template-columns:repeat(2,1fr)}.grid4,.grid3,.mtype-grid{grid-template-columns:1fr}.welcome-hero{flex-direction:column;text-align:left}.kpi-stack{width:100%;overflow-x:auto;padding-bottom:.5rem}.filters{flex-direction:column;align-items:stretch}.fsel,.search-bar input{width:100%}.continue-card{flex-direction:column;text-align:center}.cc-prog-row,.cc-badge{justify-content:center}.btn-go{width:100%;justify-content:center}.pg-hdr{flex-direction:column;align-items:flex-start}.pg-hdr-r{width:100%;justify-content:space-between}.btn-primary,.btn-ghost{flex:1;justify-content:center}.modal{width:90vw}}@media screen and (max-width:480px){.stats-row,.pc-stats{grid-template-columns:1fr}.podium-wrap{flex-direction:column;align-items:center;gap:1.5rem;padding-bottom:1rem}.pod-base{display:none}.p1,.p2,.p3{order:unset;margin:0;width:100%}.builder-topbar{flex-direction:column;gap:1rem;align-items:flex-start}.bt-actions{width:100%}.btn-publish,.btn-preview{flex:1;text-align:center}.cs-head{flex-direction:column;align-items:flex-start;gap:.5rem}.cs-head-actions{width:100%;justify-content:flex-end}}.pg-hdr-l{padding:0 2rem;margin-bottom:1.5rem}.pg-hdr-l h1{font-size:1.15rem;font-weight:800;color:var(--text);margin-bottom:.3rem}.pg-hdr-l p{font-size:.78rem;color:var(--muted)}@media(max-width:768px){.settings-subnav{padding:0 1rem}.pg-hdr-l{padding:0 1.25rem}}@media(max-width:480px){.settings-tab{padding:.7rem .75rem;font-size:.7rem}.pg-hdr-l{padding:0 1rem}}.ct-shell{display:grid;grid-template-columns:1fr 1fr;gap:2.5rem;padding:2rem}@media(max-width:900px){.ct-shell{grid-template-columns:1fr;padding:1.25rem;gap:1.75rem}}@media(max-width:600px){.ct-shell{padding:1rem;gap:1.25rem}.ct-col-header{flex-direction:column;align-items:flex-start;gap:.5rem}.btn-new-cat,.btn-quick-tag{width:100%;justify-content:center}}.ct-col-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.ct-col-title{display:flex;align-items:center;gap:.55rem;font-size:1rem;font-weight:800;color:var(--text)}.ct-col-title svg{color:var(--muted);flex-shrink:0}.ct-search{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .85rem;background:var(--surface);border:1px solid var(--border);border-radius:10px;margin-bottom:.9rem;transition:all .2s}.ct-search:focus-within{border-color:var(--a);box-shadow:0 0 0 3px var(--a-soft)}.ct-search svg{color:var(--muted);flex-shrink:0}.ct-search input{flex:1;border:none;outline:none;background:transparent;font-size:.82rem;color:var(--text);font-family:inherit}.ct-search input::placeholder{color:var(--muted2)}.btn-new-cat{display:inline-flex;align-items:center;gap:.35rem;padding:.46rem 1rem;background:var(--a);border:none;border-radius:9px;font-size:.74rem;font-weight:700;color:#fff;cursor:pointer;transition:all .2s;box-shadow:0 2px 10px var(--a-soft2);white-space:nowrap;font-family:inherit;letter-spacing:.3px;text-transform:uppercase}.btn-new-cat:hover{background:var(--a-h);transform:translateY(-1px);box-shadow:0 4px 16px var(--a-soft2)}.btn-quick-tag{display:inline-flex;align-items:center;gap:.3rem;padding:.42rem .8rem;background:transparent;border:1px solid var(--border);border-radius:9px;font-size:.74rem;font-weight:600;color:var(--text2);cursor:pointer;transition:all .2s;white-space:nowrap;font-family:inherit}.btn-quick-tag:hover{border-color:var(--a);color:var(--a);background:var(--a-soft)}.cat-card{display:flex;align-items:center;gap:.85rem;padding:.9rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:12px;cursor:pointer;transition:all .2s;box-shadow:var(--sh-xs);margin-bottom:.5rem}.cat-card:hover{border-color:var(--border-h);box-shadow:var(--sh-sm);transform:translateY(-1px)}.cat-card-icon{width:42px;height:42px;border-radius:10px;background:var(--surface3);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .2s}.cat-card-icon svg{color:var(--muted);transition:color .2s}.cat-card:hover .cat-card-icon{background:var(--a-soft);border-color:var(--a-soft2)}.cat-card:hover .cat-card-icon svg{color:var(--a)}.cat-card-info{flex:1;min-width:0}.cat-card-name{font-size:.88rem;font-weight:700;color:var(--text);margin-bottom:.2rem}.cat-card-meta{font-size:.7rem;color:var(--muted)}.cat-card-meta .dot{color:var(--muted2);margin:0 .2rem}.tags-panel{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.25rem;box-shadow:var(--sh-xs)}.tags-cloud{display:flex;flex-wrap:wrap;gap:.55rem;min-height:52px;margin-bottom:1rem}.tag-pill{display:inline-flex;align-items:center;gap:.4rem;padding:.38rem .78rem;background:var(--surface2);border:1px solid var(--border);border-radius:99px;font-size:.78rem;font-weight:600;color:var(--text2);cursor:default;transition:all .18s;line-height:1}.tag-pill:hover{border-color:var(--border-h);background:var(--surface3)}.tag-pill-edit{display:flex;align-items:center;justify-content:center;width:16px;height:16px;color:var(--muted);transition:color .18s;background:none;border:none;cursor:pointer;padding:0;flex-shrink:0}.tag-pill:hover .tag-pill-edit{color:var(--a)}.tags-footer{font-size:.72rem;color:var(--muted);font-style:italic;padding-top:.85rem;border-top:1px solid var(--border)}.tags-footer-link{color:var(--a);font-weight:600;font-style:normal;background:none;border:none;cursor:pointer;font-size:.72rem;padding:0;font-family:inherit;text-decoration:none}.tags-footer-link:hover{text-decoration:underline}.ct-empty{text-align:center;padding:2.5rem 1rem;background:var(--surface2);border:1.5px dashed var(--border);border-radius:12px}.ct-empty-icon{font-size:2rem;margin-bottom:.6rem;display:block}.ct-empty-title{font-size:.88rem;font-weight:700;color:var(--text);margin-bottom:.3rem}.ct-empty-sub{font-size:.74rem;color:var(--muted)}.skill-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;gap:1rem;flex-wrap:wrap}.skill-header-left{display:flex;align-items:center;gap:.55rem;font-size:1.05rem;font-weight:800;color:var(--text)}.skill-header-left svg{color:var(--muted);flex-shrink:0}.skill-header-right{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.skill-search{display:flex;align-items:center;gap:.5rem;padding:.48rem .85rem;background:var(--surface);border:1px solid var(--border);border-radius:10px;transition:all .2s;min-width:220px}.skill-search:focus-within{border-color:var(--a);box-shadow:0 0 0 3px var(--a-soft)}.skill-search svg{color:var(--muted);flex-shrink:0}.skill-search input{border:none;outline:none;background:transparent;font-size:.8rem;color:var(--text);font-family:inherit;width:100%}.skill-search input::placeholder{color:var(--muted2)}.btn-add-skill{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem 1.1rem;background:var(--a);border:none;border-radius:9px;font-size:.78rem;font-weight:700;color:#fff;cursor:pointer;transition:all .2s;box-shadow:0 2px 10px var(--a-soft2);font-family:inherit;white-space:nowrap}.btn-add-skill:hover{background:var(--a-h);transform:translateY(-1px);box-shadow:0 4px 16px var(--a-soft2)}.skills-panel{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.4rem;box-shadow:var(--sh-xs);min-height:90px}.skills-cloud{display:flex;flex-wrap:wrap;gap:.65rem}.skill-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.42rem .5rem .42rem .9rem;background:var(--surface2);border:1px solid var(--border);border-radius:99px;font-size:.82rem;font-weight:600;color:var(--text2);transition:all .18s;line-height:1}.skill-chip:hover{border-color:var(--border-h);background:var(--surface3)}.skill-chip-name{-webkit-user-select:none;user-select:none}.skill-chip-actions{display:flex;align-items:center;gap:.15rem;margin-left:.1rem}.skill-chip-btn{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border:none;background:none;cursor:pointer;border-radius:6px;transition:all .18s;padding:0;font-family:inherit;color:var(--muted)}.skill-chip-btn.edit:hover{color:var(--a);background:var(--a-soft)}.skill-chip-btn.delete:hover{color:var(--rs);background:#dc262614}.skills-empty-label{font-size:.78rem;color:var(--muted);font-style:italic;padding:.5rem 0}@media(max-width:768px){.skill-header{flex-direction:column;align-items:flex-start}.skill-header-right{width:100%}.skill-search{min-width:unset;flex:1}.btn-add-skill{width:100%;justify-content:center}}@media(max-width:480px){.skill-header-right{flex-direction:column}}.settings-subnav{background:var(--surface);border-bottom:1px solid var(--border);padding:0 2rem;display:flex;gap:0;flex-shrink:0;transition:background .35s,border-color .35s;overflow-x:auto;scrollbar-width:none}.settings-subnav::-webkit-scrollbar{display:none}.settings-tab{font-size:.78rem;font-weight:600;font-family:inherit;color:var(--muted);padding:.7rem 1rem;border-bottom:2px solid transparent;cursor:pointer;transition:all .18s;background:none;border-left:none;border-right:none;border-top:none;white-space:nowrap}.settings-tab:hover{color:var(--text)}.settings-tab.active{color:var(--a);border-bottom-color:var(--a)}.me-wrap{width:100%;background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden;box-shadow:var(--sh-xs);animation:fadeUp .3s ease both;transition:background .35s,border-color .35s;display:flex;flex-direction:column}.me-header{display:flex;align-items:center;gap:.65rem;padding:.85rem 1.25rem;background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0;transition:background .35s,border-color .35s}.me-header-icon{display:flex;align-items:center;color:var(--a);flex-shrink:0}.me-header-title{font-size:.95rem;font-weight:800;color:var(--text);flex:1;letter-spacing:-.1px}.me-header-actions{display:flex;align-items:center;gap:.45rem;margin-left:auto}.me-btn-close{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:7px;border:1px solid var(--border);background:transparent;color:var(--muted);cursor:pointer;transition:all .18s;font-family:inherit;flex-shrink:0}.me-btn-close:hover{border-color:var(--rs);color:var(--rs);background:#dc262612;transform:rotate(90deg)}.me-btn-trash{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:7px;border:1px solid var(--border);background:transparent;color:var(--muted);cursor:pointer;transition:all .18s;font-family:inherit;flex-shrink:0}.me-btn-trash:hover{border-color:var(--rs);color:var(--rs);background:#dc262612}.me-btn-cancel{padding:.42rem .9rem;background:var(--surface2);border:1px solid var(--border);border-radius:8px;font-size:.76rem;font-weight:600;color:var(--text2);cursor:pointer;font-family:inherit;transition:all .18s}.me-btn-cancel:hover{border-color:var(--border-h);background:var(--surface3)}.me-btn-primary{padding:.42rem 1.1rem;background:var(--a);border:none;border-radius:8px;font-size:.76rem;font-weight:700;color:#fff;cursor:pointer;font-family:inherit;box-shadow:0 2px 8px var(--a-soft2);transition:all .2s}.me-btn-primary:hover{background:var(--a-h);transform:translateY(-1px);box-shadow:0 4px 14px var(--a-soft2)}.me-btn-ghost{padding:.42rem .9rem;background:transparent;border:1px solid var(--border);border-radius:8px;font-size:.76rem;font-weight:600;color:var(--text2);cursor:pointer;font-family:inherit;transition:all .18s}.me-btn-ghost:hover{border-color:var(--a);color:var(--a);background:var(--a-soft)}.me-body{flex:1;overflow-y:auto;padding:1.5rem 1.5rem 2rem;display:flex;flex-direction:column;gap:1.5rem;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.me-body::-webkit-scrollbar{width:4px}.me-body::-webkit-scrollbar-thumb{background:var(--border);border-radius:99px}.me-field{display:flex;flex-direction:column;gap:.38rem}.me-label{font-size:.8rem;font-weight:700;color:var(--text2);display:flex;align-items:center;gap:.4rem}.me-label-hint{font-size:.7rem;font-weight:400;color:var(--muted)}.me-input{width:100%;padding:.6rem .85rem;background:var(--inp);border:1px solid var(--border);border-radius:9px;font-size:.82rem;color:var(--text);font-family:inherit;outline:none;transition:all .18s}.me-input:focus{border-color:var(--a);box-shadow:0 0 0 3px var(--a-soft);background:var(--surface)}.me-input::placeholder{color:var(--muted2)}.me-section-label{font-size:.88rem;font-weight:800;color:var(--text);margin-bottom:.1rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem;flex-wrap:wrap}.me-check-row{display:flex;align-items:flex-start;gap:.55rem;cursor:pointer;-webkit-user-select:none;user-select:none}.me-check{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;min-width:16px;border-radius:3px;border:1.5px solid var(--border);background:var(--inp);cursor:pointer;transition:all .18s;position:relative;margin-top:2px;flex-shrink:0}.me-check:checked{background:var(--a);border-color:var(--a)}.me-check:checked:after{content:"";position:absolute;left:3px;top:1px;width:5px;height:8px;border:2px solid #fff;border-top:none;border-left:none;transform:rotate(45deg)}.me-check-label{font-size:.8rem;font-weight:500;color:var(--text2);display:flex;align-items:center;gap:.3rem;flex-wrap:wrap;line-height:1.5}.me-info-icon{display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;border-radius:50%;border:1px solid var(--border);font-size:.56rem;color:var(--muted);cursor:help;background:var(--surface2);transition:all .18s;font-family:inherit;flex-shrink:0}.me-info-icon:hover{border-color:var(--a);color:var(--a);background:var(--a-soft)}.me-inline-input{width:72px;padding:.22rem .45rem;border:1px solid var(--border);border-radius:6px;background:var(--inp);font-size:.78rem;font-family:inherit;color:var(--text);outline:none;text-align:center;transition:all .18s}.me-inline-input:focus{border-color:var(--a);box-shadow:0 0 0 2px var(--a-soft);background:var(--surface)}.me-inline-input::placeholder{color:var(--muted2)}.me-inline-input:disabled{opacity:.42;cursor:not-allowed}.me-config-indent{margin-left:1.55rem;background:var(--surface2);border:1px solid var(--border);border-radius:10px;padding:.9rem 1rem;display:flex;flex-direction:column;gap:.7rem;transition:background .35s,border-color .35s}.me-config-indent-row{display:flex;align-items:center;gap:.5rem;font-size:.8rem;color:var(--text2);flex-wrap:wrap}.ame-questions-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem}.ame-questions-title{font-size:.88rem;font-weight:800;color:var(--text)}.ame-questions-actions{display:flex;align-items:center;gap:.75rem}.ame-btn-ai{display:inline-flex;align-items:center;gap:.28rem;font-size:.74rem;font-weight:700;color:var(--a);background:none;border:none;cursor:pointer;font-family:inherit;padding:0;transition:opacity .18s}.ame-btn-ai:hover{opacity:.75;text-decoration:underline}.ame-btn-bulk{display:inline-flex;align-items:center;gap:.28rem;font-size:.74rem;font-weight:700;color:var(--a);background:none;border:none;cursor:pointer;font-family:inherit;padding:0;transition:opacity .18s}.ame-btn-bulk:hover{opacity:.75;text-decoration:underline}.ame-question-card{border:1px solid var(--border);border-radius:12px;background:var(--surface);overflow:hidden;transition:border-color .2s,box-shadow .2s;animation:fadeUp .25s ease both;box-shadow:var(--sh-xs)}.ame-question-card:hover{border-color:var(--border-h);box-shadow:var(--sh-sm)}.ame-q-number-row{display:flex;align-items:center;gap:.5rem;padding:.7rem 1rem 0;color:var(--muted)}.ame-q-drag{cursor:grab;color:var(--muted2);display:flex;align-items:center}.ame-q-number{font-size:.78rem;font-weight:700;color:var(--muted)}.ame-q-toolbar{display:flex;align-items:center;gap:.15rem;padding:.32rem .8rem;background:var(--surface2);border-top:1px solid var(--border);border-bottom:1px solid var(--border);flex-wrap:wrap}.ame-tb-select{padding:.2rem 1.4rem .2rem .45rem;background:transparent;border:1px solid transparent;border-radius:5px;font-size:.72rem;font-weight:600;color:var(--text2);cursor:pointer;font-family:inherit;outline:none;transition:all .18s;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%236e7a9a' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .25rem center}.ame-tb-select:hover{background-color:var(--surface3);border-color:var(--border)}.ame-tb-btn{display:flex;align-items:center;justify-content:center;width:24px;height:24px;border-radius:4px;border:none;background:transparent;color:var(--text2);cursor:pointer;font-size:.76rem;font-weight:700;transition:all .15s;font-family:inherit;flex-shrink:0}.ame-tb-btn:hover{background:var(--surface3);color:var(--a)}.ame-tb-btn.active{background:var(--a-soft);color:var(--a)}.ame-tb-divider{width:1px;height:16px;background:var(--border);margin:0 .18rem;flex-shrink:0}.ame-q-type-select{padding:.25rem 1.5rem .25rem .6rem;background:var(--surface);border:1px solid var(--border);border-radius:8px;font-size:.74rem;font-weight:600;color:var(--text2);cursor:pointer;font-family:inherit;outline:none;transition:all .18s;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%236e7a9a' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .45rem center;margin-left:auto;flex-shrink:0}.ame-q-type-select:focus{border-color:var(--a);box-shadow:0 0 0 2px var(--a-soft)}.ame-q-text{width:100%;min-height:80px;padding:.7rem 1rem;background:transparent;border:none;font-size:.82rem;color:var(--text);font-family:inherit;resize:none;outline:none;line-height:1.6;transition:background .18s}.ame-q-text:focus{background:var(--surface2)}.ame-q-text::placeholder{color:var(--muted2)}.ame-options-title{font-size:.76rem;font-weight:700;color:var(--text2);padding:.5rem 1rem .3rem;border-top:1px solid var(--border)}.ame-option-row{display:flex;align-items:center;gap:.55rem;padding:.4rem 1rem;border-top:1px solid var(--border);transition:background .18s}.ame-option-row:hover{background:var(--surface2)}.ame-option-input{flex:1;padding:.42rem .7rem;background:var(--inp);border:1px solid var(--border);border-radius:8px;font-size:.8rem;color:var(--text);font-family:inherit;outline:none;transition:all .18s}.ame-option-input:focus{border-color:var(--a);box-shadow:0 0 0 2px var(--a-soft);background:var(--surface)}.ame-option-input::placeholder{color:var(--muted2)}.ame-option-img-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:7px;border:1px solid var(--border);background:var(--surface2);color:var(--muted);cursor:pointer;transition:all .18s;flex-shrink:0;font-family:inherit}.ame-option-img-btn:hover{border-color:var(--a);color:var(--a);background:var(--a-soft)}.ame-option-radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;border:1.5px solid var(--border);background:var(--inp);cursor:pointer;transition:all .18s;flex-shrink:0;position:relative}.ame-option-radio:checked{border-color:var(--a);background:var(--a)}.ame-option-radio:checked:after{content:"";position:absolute;top:3px;right:3px;bottom:3px;left:3px;border-radius:50%;background:#fff}.ame-option-correct-label{font-size:.68rem;font-weight:600;color:var(--text2);white-space:nowrap;line-height:1.3;min-width:56px}.ame-option-delete{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:6px;border:none;background:none;color:var(--muted);cursor:pointer;transition:all .18s;font-family:inherit;flex-shrink:0}.ame-option-delete:hover{color:var(--rs);background:#dc262612}.ame-add-option-btn{font-size:.78rem;font-weight:600;color:var(--a);background:none;border:none;cursor:pointer;font-family:inherit;padding:.5rem 1rem;display:block;transition:opacity .18s;border-top:1px solid var(--border);width:100%;text-align:left}.ame-add-option-btn:hover{opacity:.75}.ame-q-footer{display:flex;align-items:center;justify-content:space-between;padding:.55rem 1rem;border-top:1px solid var(--border);background:var(--surface2)}.ame-q-footer-left{display:flex;align-items:center;gap:.45rem}.ame-q-icon-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:7px;border:1px solid var(--border);background:transparent;color:var(--muted);cursor:pointer;transition:all .18s;font-family:inherit}.ame-q-icon-btn:hover{border-color:var(--a);color:var(--a);background:var(--a-soft)}.ame-q-icon-btn.delete:hover{border-color:var(--rs);color:var(--rs);background:#dc262612}.ame-q-footer-right{display:flex;align-items:center;gap:.5rem}.ame-add-question-btn{font-size:.8rem;font-weight:600;color:var(--a);background:none;border:none;cursor:pointer;font-family:inherit;padding:0;transition:opacity .18s;display:inline-flex;align-items:center;gap:.3rem}.ame-add-question-btn:hover{opacity:.75;text-decoration:underline}.vme-url-wrap{display:flex;align-items:center;gap:0;border:1px solid var(--border);border-radius:9px;overflow:hidden;background:var(--inp);transition:all .18s}.vme-url-wrap:focus-within{border-color:var(--a);box-shadow:0 0 0 3px var(--a-soft);background:var(--surface)}.vme-url-icon{padding:0 .75rem;color:var(--muted);display:flex;align-items:center;flex-shrink:0}.vme-url-input{flex:1;padding:.62rem .75rem .62rem 0;border:none;background:transparent;font-size:.82rem;color:var(--text);font-family:inherit;outline:none}.vme-url-input::placeholder{color:var(--muted2)}.vme-info-card{background:var(--surface2);border:1px solid var(--border);border-radius:10px;padding:.9rem 1.1rem;display:flex;gap:.7rem;align-items:flex-start;transition:background .35s,border-color .35s}.vme-info-icon{color:var(--a);flex-shrink:0;margin-top:1px;display:flex;align-items:center}.vme-info-body{display:flex;flex-direction:column;gap:.28rem}.vme-info-title{font-size:.78rem;font-weight:700;color:var(--text2)}.vme-info-row{font-size:.74rem;color:var(--text2);line-height:1.55}.vme-info-row strong{font-weight:700;color:var(--text)}.vme-info-row a{color:var(--a);font-weight:600;text-decoration:none}.vme-info-row a:hover{text-decoration:underline}.vme-warning{display:flex;align-items:center;gap:.65rem;padding:.8rem 1rem;background:#d9770614;border:1px solid rgba(217,119,6,.22);border-radius:10px;font-size:.76rem;color:var(--am);font-weight:500}.vme-warning-icon{flex-shrink:0;display:flex;align-items:center;font-size:1rem}.dme-dropzone{border:1.5px dashed var(--a-soft2);border-radius:10px;padding:2.2rem 1rem;text-align:center;cursor:pointer;transition:all .2s;background:var(--surface);display:flex;flex-direction:column;align-items:center;gap:.3rem}.dme-dropzone:hover,.dme-dropzone.over{border-color:var(--a);background:var(--a-soft)}.dme-dropzone-text{font-size:.8rem;color:var(--muted)}.dme-dropzone-link{color:var(--a);font-weight:600;text-decoration:none;cursor:pointer;background:none;border:none;font-size:.8rem;font-family:inherit;padding:0}.dme-dropzone-link:hover{text-decoration:underline}.dme-format-hint{font-size:.68rem;color:var(--muted2);margin-top:.1rem}.dme-or-divider{display:flex;align-items:center;gap:.75rem;color:var(--muted);font-size:.76rem}.dme-or-divider:before,.dme-or-divider:after{content:"";flex:1;height:1px;background:var(--border)}.dme-url-wrap{display:flex;align-items:center;border:1px solid var(--border);border-radius:9px;overflow:hidden;background:var(--inp);transition:all .18s}.dme-url-wrap:focus-within{border-color:var(--a);box-shadow:0 0 0 3px var(--a-soft);background:var(--surface)}.dme-url-icon{padding:0 .75rem;color:var(--muted);display:flex;align-items:center;flex-shrink:0}.dme-url-input{flex:1;padding:.62rem .75rem .62rem 0;border:none;background:transparent;font-size:.82rem;color:var(--text);font-family:inherit;outline:none}.dme-url-input::placeholder{color:var(--muted2)}.dme-url-hint{font-size:.7rem;color:var(--a);margin-top:.2rem}.dme-url-learn{font-size:.74rem;color:var(--text2)}.dme-url-learn a{color:var(--a);font-weight:600;text-decoration:none}.dme-url-learn a:hover{text-decoration:underline}.builder-page{display:flex;flex-direction:column;flex:1;overflow:hidden}.builder-back-bar{display:flex;align-items:center;padding:0 1.5rem;height:38px;background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0;transition:background .35s,border-color .35s}.builder-back-link{display:inline-flex;align-items:center;gap:.4rem;font-size:.76rem;font-weight:600;color:var(--a);background:none;border:none;cursor:pointer;font-family:inherit;padding:0;transition:opacity .18s}.builder-back-link:hover{opacity:.75}.bt-bar{display:flex;align-items:center;justify-content:space-between;padding:.72rem 1.5rem;background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0;transition:background .35s,border-color .35s}.bt-left{display:flex;align-items:center;gap:.55rem}.bt-icon{font-size:1rem;color:var(--muted)}.bt-name{font-size:.95rem;font-weight:800;color:var(--text)}.bt-rename-btn{font-size:.78rem;color:var(--muted);cursor:pointer;padding:.25rem;border-radius:5px;border:none;background:none;transition:color .18s;display:flex;align-items:center}.bt-rename-btn:hover{color:var(--a)}.bt-right{display:flex;align-items:center;gap:.65rem}.bt-saved{font-size:.72rem;color:var(--gr);display:flex;align-items:center;gap:.3rem}.bt-btn-preview{padding:.44rem .9rem;background:transparent;border:1px solid var(--border);border-radius:9px;font-size:.74rem;font-weight:700;color:var(--text2);cursor:pointer;font-family:inherit;transition:all .2s}.bt-btn-preview:hover{border-color:var(--a);color:var(--a);background:var(--a-soft)}.bt-btn-publish{padding:.46rem 1rem;background:var(--a);border:none;border-radius:9px;font-size:.74rem;font-weight:700;color:#fff;cursor:pointer;font-family:inherit;box-shadow:0 2px 10px var(--a-soft2);transition:all .2s}.bt-btn-publish:hover{background:var(--a-h);transform:translateY(-1px)}.builder-body{display:flex;flex:1;overflow:hidden}.bld-sidebar{width:264px;flex-shrink:0;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;overflow:hidden;transition:background .35s,border-color .35s}.bld-sb-header{padding:.75rem 1rem;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:space-between;flex-shrink:0;transition:border-color .35s}.bld-sb-title{font-size:.82rem;font-weight:800;color:var(--text);display:flex;align-items:center;gap:.4rem}.bld-sb-time{font-size:.7rem;color:var(--muted);display:flex;align-items:center;gap:.3rem}.bld-sb-body{flex:1;overflow-y:auto;padding:.6rem;scrollbar-width:none}.bld-sb-body::-webkit-scrollbar{display:none}.bld-sb-empty{padding:1.5rem .5rem;text-align:center;font-size:.74rem;color:var(--muted);line-height:1.65}.bld-section{margin-bottom:.35rem}.bld-sec-hdr{display:flex;align-items:center;gap:.4rem;padding:.48rem .6rem;border-radius:8px;background:var(--surface2);border:1px solid var(--border);cursor:pointer;font-size:.78rem;font-weight:700;color:var(--text);transition:all .18s;-webkit-user-select:none;user-select:none}.bld-sec-hdr:hover{border-color:var(--border-h);background:var(--surface3)}.bld-sec-icon{font-size:.82rem;color:var(--muted);flex-shrink:0}.bld-sec-name{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bld-sec-actions{display:flex;align-items:center;gap:.2rem;margin-left:auto}.bld-sec-action-btn{display:flex;align-items:center;justify-content:center;width:22px;height:22px;border-radius:5px;border:none;background:none;cursor:pointer;color:var(--muted);transition:all .18s;font-size:.72rem;flex-shrink:0}.bld-sec-action-btn:hover{color:var(--a);background:var(--a-soft)}.bld-sec-action-btn.delete:hover{color:var(--rs);background:#dc262614}.bld-sec-chevron{display:flex;align-items:center;color:var(--muted);transition:transform .2s;flex-shrink:0}.bld-sec-chevron.open{transform:rotate(0)}.bld-sec-chevron.closed{transform:rotate(-90deg)}.bld-modules{padding-left:.55rem;margin-top:.25rem;display:flex;flex-direction:column;gap:.22rem}.bld-module-row{display:flex;align-items:center;gap:.38rem;padding:.38rem .55rem;border-radius:7px;background:var(--surface3);border:1px solid var(--border);font-size:.72rem;color:var(--text2);cursor:pointer;transition:all .18s}.bld-module-row:hover{border-color:var(--a);color:var(--a);background:var(--a-soft)}.bld-module-row.active{border-color:var(--a);background:var(--a-soft);color:var(--a);font-weight:700}.bld-mod-icon{font-size:.8rem;flex-shrink:0}.bld-mod-name{flex:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-weight:500}.bld-add-mod-btn{width:100%;margin-top:.28rem;padding:.36rem;background:transparent;border:1px dashed var(--border);border-radius:7px;font-size:.68rem;color:var(--muted);cursor:pointer;font-family:inherit;transition:all .18s}.bld-add-mod-btn:hover{border-color:var(--a);color:var(--a);background:var(--a-soft)}.bld-sb-footer{padding:.6rem;border-top:1px solid var(--border);flex-shrink:0;transition:border-color .35s}.bld-add-btn{width:100%;padding:.5rem;background:var(--a-soft);border:1px solid var(--a-soft2);border-radius:9px;font-size:.74rem;font-weight:700;color:var(--a);cursor:pointer;font-family:inherit;transition:all .2s}.bld-add-btn:hover{background:var(--a-soft2);border-color:var(--a)}.bld-canvas{flex:1;overflow-y:auto;display:flex;flex-direction:column;align-items:center;padding:2rem;gap:1rem;background:var(--bg);scrollbar-width:thin;scrollbar-color:var(--border) transparent;transition:background .35s}.bld-canvas::-webkit-scrollbar{width:5px}.bld-canvas::-webkit-scrollbar-thumb{background:var(--border);border-radius:99px}.bld-canvas-empty{max-width:520px;width:100%;background:var(--surface);border:1.5px dashed var(--border);border-radius:18px;padding:4rem 2rem;text-align:center;display:flex;flex-direction:column;align-items:center;gap:.9rem;transition:all .35s;animation:fadeUp .3s ease both}.bld-section-form{max-width:640px;width:100%;animation:fadeUp .3s ease both}.bld-sf-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.bld-sf-title{display:flex;align-items:center;gap:.5rem;font-size:.95rem;font-weight:800;color:var(--text)}.bld-sf-actions{display:flex;gap:.5rem;align-items:center}.bld-sf-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.5rem;box-shadow:var(--sh-xs);transition:background .35s,border-color .35s}.bld-canvas-section{max-width:640px;width:100%;background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden;box-shadow:var(--sh-xs);transition:all .35s;animation:fadeUp .35s ease both}.bld-cs-head{padding:.85rem 1.1rem;background:var(--surface2);border-bottom:1px solid var(--border);display:flex;align-items:center;gap:.6rem;transition:background .35s,border-color .35s}.bld-cs-head-name{font-size:.85rem;font-weight:800;flex:1;color:var(--text)}.bld-cs-actions{display:flex;gap:.35rem}.bld-cs-btn{width:26px;height:26px;border-radius:7px;border:1px solid var(--border);background:transparent;color:var(--muted);font-size:.72rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .18s;font-family:inherit}.bld-cs-btn:hover{border-color:var(--a);color:var(--a);background:var(--a-soft)}.bld-cs-btn.delete:hover{border-color:var(--rs);color:var(--rs);background:#dc262614}.bld-cs-body{padding:.85rem 1rem}.bld-cs-empty{text-align:center;padding:1.1rem;font-size:.74rem;color:var(--muted);border:1.5px dashed var(--border);border-radius:10px}.bld-cs-mod{display:flex;align-items:center;gap:.6rem;padding:.55rem .8rem;background:var(--surface2);border:1px solid var(--border);border-radius:9px;margin-bottom:.4rem;font-size:.8rem;cursor:pointer;transition:all .18s}.bld-cs-mod:hover,.bld-cs-mod.active{border-color:var(--a);background:var(--a-soft)}.bld-cs-mod-icon{font-size:1rem;flex-shrink:0}.bld-cs-mod-name{flex:1;font-weight:600;color:var(--text)}.bld-cs-mod-type{font-size:.62rem;color:var(--muted);text-transform:uppercase;letter-spacing:.5px}.pme-wrap{max-width:700px;width:100%;background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden;box-shadow:var(--sh-xs);animation:fadeUp .3s ease both;transition:background .35s,border-color .35s}.pme-header{display:flex;align-items:center;gap:.6rem;padding:.85rem 1.1rem;background:var(--surface2);border-bottom:1px solid var(--border);transition:background .35s,border-color .35s}.pme-header-icon{font-size:1rem;color:var(--a);flex-shrink:0}.pme-header-title{font-size:.88rem;font-weight:800;color:var(--text);flex:1}.pme-header-actions{display:flex;align-items:center;gap:.45rem;margin-left:auto}.pme-btn-delete{display:flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:7px;border:1px solid var(--border);background:transparent;color:var(--muted);cursor:pointer;transition:all .18s;font-family:inherit}.pme-btn-delete:hover{border-color:var(--rs);color:var(--rs);background:#dc262614}.pme-btn-cancel{padding:.4rem .85rem;background:var(--surface3);border:1px solid var(--border);border-radius:8px;font-size:.74rem;font-weight:600;color:var(--text2);cursor:pointer;font-family:inherit;transition:all .18s}.pme-btn-cancel:hover{border-color:var(--border-h);background:var(--surface3)}.pme-btn-create{padding:.4rem 1rem;background:var(--a);border:none;border-radius:8px;font-size:.74rem;font-weight:700;color:#fff;cursor:pointer;font-family:inherit;box-shadow:0 2px 8px var(--a-soft2);transition:all .2s}.pme-btn-create:hover{background:var(--a-h);transform:translateY(-1px)}.pme-body{padding:1.25rem 1.25rem 1.5rem;display:flex;flex-direction:column;gap:1.1rem}.pme-field-label{font-size:.74rem;font-weight:700;color:var(--text2);margin-bottom:.38rem;display:block}.pme-title-input{width:100%;padding:.58rem .82rem;background:var(--inp);border:1px solid var(--border);border-radius:9px;font-size:.82rem;color:var(--text);font-family:inherit;outline:none;transition:all .18s}.pme-title-input:focus{border-color:var(--a);box-shadow:0 0 0 3px var(--a-soft);background:var(--surface)}.pme-title-input::placeholder{color:var(--muted2)}.pme-editor-wrap{border:1px solid var(--border);border-radius:10px;overflow:hidden;background:var(--surface);transition:border-color .18s}.pme-editor-wrap:focus-within{border-color:var(--a);box-shadow:0 0 0 3px var(--a-soft)}.pme-toolbar{display:flex;align-items:center;gap:0;padding:.35rem .6rem;background:var(--surface2);border-bottom:1px solid var(--border);flex-wrap:wrap;gap:.15rem;transition:background .35s,border-color .35s}.pme-tb-select{padding:.22rem 1.4rem .22rem .55rem;background:transparent;border:1px solid transparent;border-radius:5px;font-size:.72rem;font-weight:600;color:var(--text2);cursor:pointer;font-family:inherit;outline:none;transition:all .18s;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='%236e7a9a' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .3rem center}.pme-tb-select:hover{background-color:var(--surface3);border-color:var(--border)}.pme-tb-select:focus{background-color:var(--surface3);border-color:var(--border)}.pme-tb-divider{width:1px;height:18px;background:var(--border);margin:0 .2rem;flex-shrink:0}.pme-tb-btn{display:flex;align-items:center;justify-content:center;width:26px;height:26px;border-radius:5px;border:none;background:transparent;color:var(--text2);cursor:pointer;font-size:.78rem;font-weight:700;transition:all .15s;font-family:inherit;flex-shrink:0}.pme-tb-btn:hover{background:var(--surface3);color:var(--a)}.pme-tb-btn.active{background:var(--a-soft);color:var(--a)}.pme-tb-btn svg{pointer-events:none}.pme-content-area{min-height:140px;padding:.75rem .85rem;font-size:.82rem;color:var(--text);line-height:1.65;outline:none;font-family:Outfit,sans-serif;background:var(--surface);transition:background .35s}.pme-content-area:empty:before{content:"Add your content here";color:var(--muted2);pointer-events:none}.pme-duration-input{display:inline-flex;align-items:center;gap:0;border:1px solid var(--border);border-radius:9px;overflow:hidden;background:var(--inp);transition:all .18s}.pme-duration-input:focus-within{border-color:var(--a);box-shadow:0 0 0 3px var(--a-soft);background:var(--surface)}.pme-dur-field{width:48px;padding:.52rem .4rem;text-align:center;border:none;background:transparent;font-size:.82rem;font-family:inherit;color:var(--text);outline:none}.pme-dur-field::-webkit-inner-spin-button{display:none}.pme-dur-sep{font-size:.82rem;color:var(--muted);padding:0 .1rem;-webkit-user-select:none;user-select:none}.pme-config-list{display:flex;flex-direction:column;gap:.75rem}.pme-config-row{display:flex;align-items:flex-start;gap:.55rem;cursor:pointer;-webkit-user-select:none;user-select:none}.pme-config-check{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:16px;height:16px;min-width:16px;border-radius:3px;border:1.5px solid var(--border);background:var(--inp);cursor:pointer;transition:all .18s;position:relative;margin-top:1px}.pme-config-check:checked{background:var(--a);border-color:var(--a)}.pme-config-check:checked:after{content:"";position:absolute;left:3px;top:1px;width:5px;height:8px;border:2px solid #fff;border-top:none;border-left:none;transform:rotate(45deg)}.pme-config-label{font-size:.78rem;font-weight:500;color:var(--text2);display:flex;align-items:center;gap:.3rem;flex-wrap:wrap}.pme-config-info{display:inline-flex;align-items:center;justify-content:center;width:15px;height:15px;border-radius:50%;border:1px solid var(--border);font-size:.56rem;color:var(--muted);cursor:help;background:var(--surface2);transition:all .18s;font-family:inherit}.pme-config-info:hover{border-color:var(--a);color:var(--a);background:var(--a-soft)}.pme-config-duration-inline{display:inline-flex;align-items:center;gap:.35rem;flex-wrap:wrap}.pme-dur-inline-input{width:80px;padding:.22rem .45rem;border:1px solid var(--border);border-radius:6px;background:var(--inp);font-size:.76rem;font-family:inherit;color:var(--text);outline:none;text-align:center;transition:all .18s}.pme-dur-inline-input:focus{border-color:var(--a);box-shadow:0 0 0 2px var(--a-soft);background:var(--surface)}.pme-dur-inline-input::placeholder{color:var(--muted2)}.mtype-grid{display:grid;grid-template-columns:1fr 1fr;gap:.7rem;margin-top:.5rem}.mtype-card{background:var(--surface2);border:1.5px solid var(--border);border-radius:13px;padding:1.05rem;cursor:pointer;transition:all .22s;display:flex;gap:.85rem;align-items:flex-start}.mtype-card:hover{border-color:var(--a);background:var(--a-soft);transform:translateY(-2px);box-shadow:var(--sh-sm)}.mtype-icon{font-size:1.5rem;flex-shrink:0;transition:transform .2s}.mtype-card:hover .mtype-icon{transform:scale(1.15) rotate(-5deg)}.mtype-info .mt{font-size:.82rem;font-weight:800;margin-bottom:.2rem;color:var(--text)}.mtype-info .ms{font-size:.7rem;color:var(--muted);line-height:1.45}.bld-canvas--editor{padding:1.5rem 2rem;align-items:stretch;background:var(--bg);gap:0}.bld-canvas--editor .pme-wrap{max-width:100%;width:100%}.pme-toolbar--row2{border-top:1px solid var(--border);padding:.28rem .6rem;gap:.15rem}.pme-content-area:empty:before{content:attr(data-placeholder);color:var(--muted2);pointer-events:none}.pme-field{display:flex;flex-direction:column;gap:.38rem}.bld-module-row.active{background:var(--surface);border-color:var(--a);border-left:3px solid var(--a);color:var(--a);font-weight:700;padding-left:calc(.55rem - 2px)}.bld-sec-hdr{padding:.55rem .65rem}.bld-sec-icon{flex-shrink:0;display:flex;align-items:center}.bld-module-row{padding-left:1.6rem;font-size:.74rem}.bld-mod-icon{display:flex;align-items:center;color:var(--muted);flex-shrink:0}.bld-module-row.active .bld-mod-icon{color:var(--a)}.bld-sec-actions{display:flex;align-items:center;gap:0}.bld-canvas-section{border-radius:10px}.bld-cs-head{background:var(--surface);border-bottom:1px solid var(--border);padding:.82rem 1rem;border-radius:10px 10px 0 0}.bld-cs-head-name{color:var(--text)}.bld-cs-mod{border-radius:8px;padding:.55rem .75rem;margin-bottom:.35rem}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg);position:relative;overflow:visible;font-family:Outfit,sans-serif}.auth-orb.o3{width:280px;height:280px;background:#7c3aed;top:40%;left:35%;animation-duration:18s;animation-delay:-10s}.auth-card{position:relative;z-index:1;width:100%;max-width:420px;background:var(--surface);border:1px solid var(--border);border-radius:22px;box-shadow:var(--sh-lg);overflow:hidden;animation:card-up .4s cubic-bezier(.34,1.2,.64,1) both;transition:background .35s,border-color .35s;margin:1.5rem}.auth-brand{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:2rem;text-align:center}.auth-subheading{font-size:.76rem;color:var(--muted);margin-bottom:1.75rem}.auth-form{display:flex;flex-direction:column;gap:1.1rem}.auth-input:focus+.input-icon,.input-wrap:focus-within .input-icon{color:var(--a)}.auth-row{display:flex;align-items:center;justify-content:flex-end}.auth-link{font-size:.73rem;font-weight:600;color:var(--a);text-decoration:none;background:none;border:none;cursor:pointer;padding:0;font-family:inherit;transition:opacity .18s}.auth-btn{width:100%;padding:.72rem 1rem;background:var(--a);color:#fff;border:none;border-radius:11px;font-size:.82rem;font-weight:700;cursor:pointer;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:.4rem;box-shadow:0 3px 14px var(--a-soft2);transition:all .22s;margin-top:.25rem}.auth-divider{display:flex;align-items:center;gap:.75rem;margin:.5rem 0}.auth-divider:before,.auth-divider:after{content:"";flex:1;height:1px;background:var(--border)}.auth-divider span{font-size:.7rem;color:var(--muted);white-space:nowrap}.auth-checkbox-row{display:flex;align-items:center;gap:.5rem;font-size:.76rem;color:var(--text2);cursor:pointer;-webkit-user-select:none;user-select:none}.auth-checkbox{width:16px;height:16px;border:1.5px solid var(--border);border-radius:4px;background:var(--inp);-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;flex-shrink:0;transition:all .18s;position:relative;display:flex;align-items:center;justify-content:center}.auth-checkbox:checked:after{content:"✓";position:absolute;color:#fff;font-size:10px;font-weight:800;line-height:1}.auth-success-badge{display:flex;align-items:center;gap:.5rem;background:var(--gr-s);border:1px solid rgba(5,150,105,.2);border-radius:10px;padding:.6rem .85rem;font-size:.76rem;font-weight:600;color:var(--gr);animation:card-up .3s ease both}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background:var(--bg);position:relative;overflow:visible;font-family:Outfit,sans-serif;padding:2rem 1rem}.auth-orbs{position:fixed;top:0;right:0;bottom:0;left:0;pointer-events:none;z-index:0;overflow:hidden}.auth-orb{position:absolute;border-radius:50%;filter:blur(110px);opacity:var(--orb);animation:orb-drift 22s ease-in-out infinite alternate}.auth-orb.o1{width:500px;height:500px;background:#4338e0;top:-150px;left:-100px;animation-duration:24s}.auth-orb.o2{width:380px;height:380px;background:#06b6d4;bottom:-80px;right:-60px;animation-duration:20s;animation-delay:-6s}.auth-orb.o3{width:280px;height:280px;background:#dc2626;top:30%;right:20%;animation-duration:26s;animation-delay:-4s}@keyframes orb-drift{0%{transform:translate(0) scale(1)}40%{transform:translate(24px,16px) scale(1.04)}to{transform:translate(-12px,30px) scale(.96)}}.auth-card{position:relative;z-index:1;width:100%;max-width:480px;background:var(--surface);border:1px solid var(--border);border-radius:22px;box-shadow:var(--sh-lg);overflow:hidden;animation:card-up .4s cubic-bezier(.34,1.2,.64,1) both;transition:background .35s,border-color .35s}@keyframes card-up{0%{opacity:0;transform:translateY(28px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.auth-card:before{content:"";display:block;height:3px;background:linear-gradient(90deg,var(--a),var(--a2))}.auth-card-body{padding:2rem 2rem 2.5rem}.auth-brand{display:flex;flex-direction:column;align-items:center;gap:.75rem;margin-bottom:1.75rem;text-align:center}.auth-logo-mark{width:52px;height:52px;border-radius:14px;background:linear-gradient(135deg,var(--a),var(--a2));display:flex;align-items:center;justify-content:center;font-size:1.6rem;box-shadow:0 6px 24px var(--a-soft2);transition:transform .2s,box-shadow .2s}.auth-logo-mark:hover{transform:rotate(-8deg) scale(1.08);box-shadow:0 8px 28px var(--a-soft2)}.auth-brand-name{font-size:1.4rem;font-weight:800;color:var(--a);letter-spacing:-.4px}.auth-brand-tagline{font-size:.78rem;color:var(--muted);margin-top:-.3rem}.auth-heading{font-size:1.15rem;font-weight:800;color:var(--text);margin-bottom:.3rem}.auth-subheading{font-size:.76rem;color:var(--muted);margin-bottom:1.6rem}.auth-form{display:flex;flex-direction:column;gap:1rem}.form-row-2{display:grid;grid-template-columns:1fr 1fr;gap:.85rem}@media(max-width:440px){.form-row-2{grid-template-columns:1fr}}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-label{font-size:.74rem;font-weight:700;color:var(--text2)}.form-label span{color:var(--rs);margin-left:2px}.input-wrap{position:relative;display:flex;align-items:center}.input-icon{position:absolute;left:.85rem;font-size:1rem;color:var(--muted);pointer-events:none;transition:color .18s;display:flex;align-items:center}.input-right-icon{position:absolute;right:.85rem;font-size:1rem;color:var(--muted);cursor:pointer;transition:color .18s;display:flex;align-items:center;background:none;border:none;padding:0}.input-right-icon:hover{color:var(--text)}.auth-input{width:100%;padding:.68rem .85rem .68rem 2.6rem;background:var(--inp);border:1px solid var(--border);border-radius:10px;font-size:.82rem;color:var(--text);outline:none;font-family:inherit;transition:all .18s}.auth-input::placeholder{color:var(--muted2)}.auth-input:focus{border-color:var(--a);box-shadow:0 0 0 3px var(--a-soft);background:var(--surface)}.auth-input:focus~.input-icon,.input-wrap:focus-within .input-icon{color:var(--a)}.auth-input.has-right{padding-right:2.6rem}.auth-input.error{border-color:var(--rs)}.auth-input.error:focus{box-shadow:0 0 0 3px #dc26261a}.pw-strength{display:flex;flex-direction:column;gap:.3rem;margin-top:.1rem}.pw-bars{display:flex;gap:4px}.pw-bar{flex:1;height:3px;border-radius:99px;background:var(--surface3);transition:background .3s}.pw-bar.weak{background:var(--rs)}.pw-bar.medium{background:var(--am)}.pw-bar.strong{background:var(--gr)}.pw-label{font-size:.68rem;font-weight:600}.pw-label.weak{color:var(--rs)}.pw-label.medium{color:var(--am)}.pw-label.strong{color:var(--gr)}.field-error{font-size:.7rem;font-weight:600;color:var(--rs);display:flex;align-items:center;gap:.25rem}.auth-terms{display:flex;align-items:flex-start;gap:.55rem;font-size:.74rem;color:var(--text2);cursor:pointer;-webkit-user-select:none;user-select:none;line-height:1.5}.auth-checkbox{width:16px;height:16px;min-width:16px;border:1.5px solid var(--border);border-radius:4px;background:var(--inp);-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;flex-shrink:0;transition:all .18s;position:relative;margin-top:1px}.auth-checkbox:checked{background:var(--a);border-color:var(--a)}.auth-checkbox:checked:after{content:"✓";position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;color:#fff;font-size:10px;font-weight:800}.auth-link{font-size:.74rem;font-weight:600;color:var(--a);text-decoration:none;background:none;border:none;cursor:pointer;padding:0;font-family:inherit;transition:opacity .18s}.auth-link:hover{opacity:.75;text-decoration:underline}.auth-btn{width:100%;padding:.72rem 1rem;background:var(--a);color:#fff;border:none;border-radius:11px;font-size:.82rem;font-weight:700;cursor:pointer;font-family:inherit;display:flex;align-items:center;justify-content:center;gap:.4rem;box-shadow:0 3px 14px var(--a-soft2);transition:all .22s;margin-top:.4rem}.auth-btn:hover{background:var(--a-h);transform:translateY(-1px);box-shadow:0 6px 20px var(--a-soft2)}.auth-btn:active{transform:translateY(0)}.auth-btn:disabled{opacity:.65;cursor:not-allowed;transform:none}.btn-spinner{width:15px;height:15px;border:2px solid rgba(255,255,255,.4);border-top-color:#fff;border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.auth-footer{margin-top:1.5rem;text-align:center;font-size:.76rem;color:var(--muted)}.auth-footer .auth-link{font-size:.76rem}.auth-success-badge{display:flex;align-items:center;gap:.5rem;background:var(--gr-s);border:1px solid rgba(5,150,105,.2);border-radius:10px;padding:.6rem .85rem;font-size:.76rem;font-weight:600;color:var(--gr);animation:card-up .3s ease both;margin-bottom:1rem}.profile-page{display:flex;flex:1;overflow:hidden;background:var(--bg);gap:0}.profile-page-header{padding:2rem 2rem 0;flex-shrink:0}.profile-page-title{font-size:1.55rem;font-weight:800;color:var(--text);margin-bottom:.25rem;letter-spacing:-.3px}.profile-page-sub{font-size:.78rem;color:var(--muted)}.profile-scroll{flex:1;overflow-y:auto;padding:2rem;display:flex;gap:1.5rem;align-items:flex-start;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.profile-scroll::-webkit-scrollbar{width:5px}.profile-scroll::-webkit-scrollbar-thumb{background:var(--border);border-radius:99px}.ps-sidebar{width:252px;flex-shrink:0;display:flex;flex-direction:column;gap:1rem}.ps-avatar-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:1.8rem 1.25rem 1.5rem;display:flex;flex-direction:column;align-items:center;gap:0;box-shadow:var(--sh-xs);transition:background .35s,border-color .35s}.ps-avatar-wrap{position:relative;margin-bottom:1rem}.ps-avatar-img{width:96px;height:96px;border-radius:50%;object-fit:cover;display:block;border:3px solid var(--border);transition:border-color .2s}.ps-avatar-placeholder{width:96px;height:96px;border-radius:50%;background:linear-gradient(135deg,var(--a),var(--a2));display:flex;align-items:center;justify-content:center;font-size:1.8rem;font-weight:800;color:#fff;border:3px solid var(--border)}.ps-avatar-upload{position:absolute;bottom:2px;right:2px;width:28px;height:28px;border-radius:50%;background:var(--a);border:2px solid var(--surface);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s;color:#fff}.ps-avatar-upload:hover{background:var(--a-h);transform:scale(1.1)}.ps-name-row{display:flex;align-items:center;gap:.35rem;margin-bottom:.3rem}.ps-name{font-size:1rem;font-weight:800;color:var(--text)}.ps-verified{color:var(--a);display:flex;align-items:center}.ps-role{font-size:.7rem;font-weight:700;letter-spacing:.8px;text-transform:uppercase;color:var(--muted);margin-bottom:1.2rem}.ps-meta{width:100%;display:flex;flex-direction:column;gap:0;border:1px solid var(--border);border-radius:10px;overflow:hidden;margin-bottom:1rem}.ps-meta-row{display:flex;align-items:center;justify-content:space-between;padding:.55rem .8rem;background:var(--surface2);transition:background .35s}.ps-meta-row+.ps-meta-row{border-top:1px solid var(--border)}.ps-meta-label{font-size:.62rem;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:var(--muted)}.ps-meta-value{font-size:.74rem;font-weight:700;color:var(--text2)}.ps-cert-btn{width:100%;padding:.62rem 1rem;background:var(--text);color:var(--surface);border:none;border-radius:10px;font-size:.78rem;font-weight:700;cursor:pointer;font-family:inherit;transition:all .2s;box-shadow:var(--sh-xs)}.ps-cert-btn:hover{opacity:.88;transform:translateY(-1px);box-shadow:var(--sh-sm)}.ps-strength-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1rem 1.25rem 1.15rem;box-shadow:var(--sh-xs);transition:background .35s,border-color .35s}.ps-strength-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:.55rem}.ps-strength-label{font-size:.62rem;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:var(--muted)}.ps-strength-pct{font-size:.82rem;font-weight:800;color:var(--a)}.ps-strength-bar{height:6px;background:var(--surface3);border-radius:99px;overflow:hidden;margin-bottom:.55rem;transition:background .35s}.ps-strength-fill{height:100%;border-radius:99px;background:linear-gradient(90deg,var(--a),var(--a2));transition:width .8s cubic-bezier(.34,1.2,.64,1)}.ps-strength-tip{font-size:.68rem;color:var(--muted);line-height:1.5}.ps-strength-tip a,.ps-strength-tip button{color:var(--a);font-weight:600;text-decoration:none;background:none;border:none;cursor:pointer;font-size:.68rem;padding:0;font-family:inherit}.ps-strength-tip a:hover,.ps-strength-tip button:hover{text-decoration:underline}.ps-content{flex:1;min-width:0;display:flex;flex-direction:column;gap:1.25rem}.ps-tabs{display:flex;gap:0;border-bottom:1px solid var(--border);transition:border-color .35s}.ps-tab{padding:.72rem 1.1rem;font-size:.82rem;font-weight:600;color:var(--muted);border:none;border-bottom:2px solid transparent;background:none;cursor:pointer;font-family:inherit;transition:all .18s;white-space:nowrap}.ps-tab:hover{color:var(--text)}.ps-tab.active{color:var(--a);border-bottom-color:var(--a)}.ps-panel{background:var(--surface);border:1px solid var(--border);border-radius:16px;overflow:hidden;box-shadow:var(--sh-xs);transition:background .35s,border-color .35s}.ps-panel-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;border-bottom:1px solid var(--border);transition:border-color .35s}.ps-panel-title{display:flex;align-items:center;gap:.55rem;font-size:.95rem;font-weight:800;color:var(--text)}.ps-panel-title svg{color:var(--a)}.ps-required-note{font-size:.64rem;color:var(--muted2);letter-spacing:.3px}.ps-panel-body{padding:1.5rem}.ps-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem 1.25rem}.ps-form-full{grid-column:1 / -1}.ps-form-group{display:flex;flex-direction:column;gap:.38rem}.ps-form-label{font-size:.72rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:var(--muted)}.ps-form-label .req{color:var(--rs);margin-left:2px}.ps-input,.ps-select,.ps-textarea{width:100%;padding:.62rem .85rem;background:var(--surface);border:1px solid var(--border);border-radius:9px;font-size:.82rem;color:var(--text);font-family:inherit;outline:none;transition:all .18s}.ps-input:focus,.ps-select:focus,.ps-textarea:focus{border-color:var(--a);box-shadow:0 0 0 3px var(--a-soft);background:var(--surface)}.ps-input::placeholder,.ps-textarea::placeholder{color:var(--muted2)}.ps-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236e7a9a' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .7rem center;padding-right:2rem;cursor:pointer}.ps-textarea{resize:vertical;min-height:100px;line-height:1.55}.ps-panel-footer{display:flex;align-items:center;justify-content:flex-end;gap:.65rem;padding:1rem 1.5rem;border-top:1px solid var(--border);transition:border-color .35s}.ps-btn-reset{padding:.52rem 1.1rem;background:transparent;border:1px solid var(--border);border-radius:9px;font-size:.78rem;font-weight:600;color:var(--text2);cursor:pointer;font-family:inherit;transition:all .2s}.ps-btn-reset:hover{border-color:var(--border-h);background:var(--surface2)}.ps-btn-save{padding:.52rem 1.3rem;background:var(--a);border:none;border-radius:9px;font-size:.78rem;font-weight:700;color:#fff;cursor:pointer;font-family:inherit;box-shadow:0 2px 10px var(--a-soft2);transition:all .2s}.ps-btn-save:hover{background:var(--a-h);transform:translateY(-1px);box-shadow:0 4px 16px var(--a-soft2)}.ps-tags-row{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.ps-tag-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.35rem .72rem;background:var(--a-soft);border:1px solid var(--a-soft2);border-radius:99px;font-size:.76rem;font-weight:600;color:var(--a);transition:all .18s;line-height:1}.ps-tag-chip:hover{background:var(--a);color:#fff;border-color:var(--a)}.ps-tag-remove{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:inherit;padding:0;line-height:1;font-size:.7rem;transition:opacity .18s}.ps-tag-remove:hover{opacity:.7}.ps-tag-add{display:inline-flex;align-items:center;gap:.3rem;padding:.35rem .72rem;background:transparent;border:1px dashed var(--border-h);border-radius:99px;font-size:.76rem;font-weight:600;color:var(--muted);cursor:pointer;font-family:inherit;transition:all .18s}.ps-tag-add:hover{border-color:var(--a);color:var(--a);background:var(--a-soft)}.ps-pw-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.25rem;margin-top:.25rem}.ps-pw-full{grid-column:1 / -1}.ps-pw-input-wrap{position:relative}.ps-pw-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);background:none;border:none;cursor:pointer;color:var(--muted);padding:0;display:flex;align-items:center;transition:color .18s}.ps-pw-toggle:hover{color:var(--text)}.ps-btn-update-pw{margin-top:1.1rem;padding:.52rem 1.2rem;background:var(--a);border:none;border-radius:9px;font-size:.78rem;font-weight:700;color:#fff;cursor:pointer;font-family:inherit;box-shadow:0 2px 10px var(--a-soft2);transition:all .2s}.ps-btn-update-pw:hover{background:var(--a-h);transform:translateY(-1px)}.ps-2fa-row{display:flex;align-items:center;gap:1rem}.ps-2fa-info{flex:1;min-width:0}.ps-2fa-title{font-size:.88rem;font-weight:700;color:var(--text);margin-bottom:.2rem}.ps-2fa-sub{font-size:.72rem;color:var(--muted)}.ps-toggle{position:relative;width:44px;height:24px;flex-shrink:0}.ps-toggle input{opacity:0;width:0;height:0;position:absolute}.ps-toggle-track{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:99px;background:var(--surface3);border:1px solid var(--border);transition:all .2s;cursor:pointer}.ps-toggle input:checked+.ps-toggle-track{background:var(--a);border-color:var(--a)}.ps-toggle-thumb{position:absolute;top:3px;left:3px;width:16px;height:16px;border-radius:50%;background:#fff;box-shadow:var(--sh-xs);transition:transform .2s;pointer-events:none}.ps-toggle input:checked~.ps-toggle-thumb{transform:translate(20px)}.ps-session-list{display:flex;flex-direction:column;gap:0}.ps-session-item{display:flex;align-items:center;gap:.9rem;padding:.85rem 1.5rem;transition:background .18s}.ps-session-item+.ps-session-item{border-top:1px solid var(--border)}.ps-session-item:hover{background:var(--surface2)}.ps-session-icon{width:38px;height:38px;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:1.1rem;background:var(--a-soft);border:1px solid var(--a-soft2);color:var(--a)}.ps-session-icon.current{background:var(--a);color:#fff;border-color:var(--a)}.ps-session-info{flex:1;min-width:0}.ps-session-device{font-size:.82rem;font-weight:700;color:var(--text);margin-bottom:.18rem}.ps-session-meta{font-size:.7rem;color:var(--muted);display:flex;align-items:center;gap:.4rem}.ps-session-current-badge{display:inline-flex;align-items:center;padding:.1rem .45rem;background:var(--gr-s);border:1px solid rgba(5,150,105,.2);border-radius:99px;font-size:.6rem;font-weight:700;color:var(--gr)}.ps-session-revoke{font-size:.72rem;font-weight:700;color:var(--rs);background:none;border:none;cursor:pointer;font-family:inherit;padding:.3rem .6rem;border-radius:6px;transition:all .18s;text-transform:uppercase;letter-spacing:.5px}.ps-session-revoke:hover{background:#dc262614}.ps-notif-table{width:100%}.ps-notif-cols{display:flex;align-items:center;justify-content:flex-end;gap:1.6rem;padding:0 1.5rem .6rem;border-bottom:1px solid var(--border);transition:border-color .35s}.ps-notif-col-label{display:flex;align-items:center;gap:.28rem;font-size:.65rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:var(--muted);width:44px;justify-content:center}.ps-notif-row{display:flex;align-items:center;padding:1rem 1.5rem;gap:1rem;transition:background .18s}.ps-notif-row+.ps-notif-row{border-top:1px solid var(--border)}.ps-notif-row:hover{background:var(--surface2)}.ps-notif-row-info{flex:1;min-width:0}.ps-notif-row-title{font-size:.84rem;font-weight:700;color:var(--text);margin-bottom:.18rem}.ps-notif-row-desc{font-size:.7rem;color:var(--muted)}.ps-notif-toggles{display:flex;align-items:center;gap:1.6rem;flex-shrink:0}.ps-notif-toggle-wrap{width:44px;display:flex;justify-content:center}.ps-info-banner{display:flex;align-items:flex-start;gap:.75rem;padding:.85rem 1.25rem;background:var(--a-soft);border:1px solid var(--a-soft2);border-radius:12px;font-size:.74rem;color:var(--text2);line-height:1.55}.ps-info-banner svg{color:var(--a);flex-shrink:0;margin-top:1px}.ps-pref-section-title{font-size:.72rem;font-weight:700;letter-spacing:.5px;text-transform:uppercase;color:var(--muted);margin-bottom:.85rem}.ps-pref-option-list{display:flex;flex-direction:column;gap:0}.ps-pref-option{display:flex;align-items:center;gap:.9rem;padding:.9rem 1rem;border:1px solid var(--border);border-radius:10px;cursor:pointer;transition:all .18s;background:var(--surface);margin-bottom:.5rem}.ps-pref-option.selected{border-color:var(--a);background:var(--a-soft)}.ps-pref-option:hover:not(.selected){border-color:var(--border-h);background:var(--surface2)}.ps-pref-radio{width:16px;height:16px;border-radius:50%;border:2px solid var(--border);flex-shrink:0;display:flex;align-items:center;justify-content:center;transition:all .18s}.ps-pref-option.selected .ps-pref-radio{border-color:var(--a);background:var(--a)}.ps-pref-option.selected .ps-pref-radio:after{content:"";width:6px;height:6px;border-radius:50%;background:#fff}.ps-pref-option-info{flex:1}.ps-pref-option-label{font-size:.84rem;font-weight:700;color:var(--text);margin-bottom:.15rem}.ps-pref-option-desc{font-size:.7rem;color:var(--muted)}.ps-pref-select-row{display:flex;align-items:center;gap:1rem}.ps-pref-select-label{font-size:.82rem;font-weight:600;color:var(--text2);min-width:100px}.ps-danger-zone{background:#dc26260a;border:1px solid rgba(220,38,38,.2);border-radius:14px;padding:1.1rem 1.4rem}.ps-danger-title{font-size:.88rem;font-weight:700;color:var(--rs);margin-bottom:.3rem}.ps-danger-sub{font-size:.74rem;color:var(--muted);margin-bottom:.85rem}.ps-btn-danger{padding:.48rem 1rem;background:transparent;border:1px solid var(--rs);border-radius:9px;font-size:.76rem;font-weight:700;color:var(--rs);cursor:pointer;font-family:inherit;transition:all .2s}.ps-btn-danger:hover{background:#dc262614}.pd-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000006b;z-index:800;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);animation:pd-fade-in .22s ease both}@keyframes pd-fade-in{0%{opacity:0}to{opacity:1}}.pd-drawer{position:fixed;top:0;right:0;bottom:0;width:540px;max-width:96vw;background:var(--surface);border-left:1px solid var(--border);box-shadow:var(--sh-lg);z-index:850;display:flex;flex-direction:column;overflow:hidden;animation:pd-slide-in .3s cubic-bezier(.34,1.1,.64,1) both;transition:background .35s,border-color .35s}@keyframes pd-slide-in{0%{transform:translate(100%);opacity:.7}to{transform:translate(0);opacity:1}}.pd-header{display:flex;align-items:center;justify-content:space-between;padding:1.1rem 1.5rem;border-bottom:1px solid var(--border);flex-shrink:0;transition:border-color .35s}.pd-header-title{font-size:1rem;font-weight:800;color:var(--text);letter-spacing:-.2px}.pd-close-btn{width:32px;height:32px;border-radius:8px;border:1px solid var(--border);background:var(--surface2);color:var(--muted);display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.9rem;transition:all .18s;font-family:inherit}.pd-close-btn:hover{background:var(--rs);border-color:var(--rs);color:#fff;transform:rotate(90deg)}.pd-body{flex:1;overflow-y:auto;padding:1.75rem 1.5rem;display:flex;flex-direction:column;gap:1.5rem;scrollbar-width:thin;scrollbar-color:var(--border) transparent}.pd-body::-webkit-scrollbar{width:4px}.pd-body::-webkit-scrollbar-thumb{background:var(--border);border-radius:99px}.pd-footer{padding:1rem 1.5rem;border-top:1px solid var(--border);display:flex;align-items:center;justify-content:flex-end;gap:.65rem;flex-shrink:0;background:var(--surface);transition:background .35s,border-color .35s}.pd-btn-cancel{padding:.52rem 1.1rem;background:var(--surface2);border:1px solid var(--border);border-radius:9px;font-size:.78rem;font-weight:600;color:var(--text2);cursor:pointer;font-family:inherit;transition:all .18s}.pd-btn-cancel:hover{border-color:var(--border-h);background:var(--surface3)}.pd-btn-publish{padding:.52rem 1.3rem;background:var(--a);border:none;border-radius:9px;font-size:.78rem;font-weight:700;color:#fff;cursor:pointer;font-family:inherit;box-shadow:0 2px 12px var(--a-soft2);transition:all .2s;display:flex;align-items:center;gap:.35rem}.pd-btn-publish:hover{background:var(--a-h);transform:translateY(-1px);box-shadow:0 4px 18px var(--a-soft2)}.pd-section-title{font-size:.9rem;font-weight:800;color:var(--text);margin-bottom:1rem;letter-spacing:-.1px}.pd-field{display:flex;flex-direction:column;gap:.42rem}.pd-label{display:flex;align-items:center;gap:.35rem;font-size:.76rem;font-weight:600;color:var(--text2)}.pd-label-info{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;border:1px solid var(--border);font-size:.58rem;color:var(--muted);cursor:help;flex-shrink:0;transition:all .18s;background:var(--surface2);font-family:inherit}.pd-label-info:hover{border-color:var(--a);color:var(--a);background:var(--a-soft)}.pd-label-ai{margin-left:auto;display:inline-flex;align-items:center;gap:.25rem;font-size:.68rem;font-weight:700;color:var(--a);background:none;border:none;cursor:pointer;font-family:inherit;padding:0;transition:opacity .18s}.pd-label-ai:hover{opacity:.75;text-decoration:underline}.pd-input,.pd-select,.pd-textarea{width:100%;padding:.62rem .85rem;background:var(--inp);border:1px solid var(--border);border-radius:9px;font-size:.82rem;color:var(--text);font-family:inherit;outline:none;transition:all .18s}.pd-input:focus,.pd-select:focus,.pd-textarea:focus{border-color:var(--a);box-shadow:0 0 0 3px var(--a-soft);background:var(--surface)}.pd-input::placeholder,.pd-textarea::placeholder{color:var(--muted2)}.pd-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%236e7a9a' stroke-width='2.5'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-color:var(--inp);padding-right:2.2rem;cursor:pointer}.pd-select:focus{background-color:var(--surface)}.pd-textarea{resize:vertical;min-height:130px;line-height:1.6}.pd-char-row{display:flex;align-items:center;justify-content:space-between;margin-top:.3rem}.pd-char-count{font-size:.64rem;color:var(--muted2)}.pd-char-nav{display:flex;align-items:center;gap:.3rem;font-size:.68rem;color:var(--muted)}.pd-char-nav button{display:flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:5px;border:1px solid var(--border);background:var(--surface2);cursor:pointer;color:var(--muted);transition:all .18s;font-family:inherit}.pd-char-nav button:hover{border-color:var(--a);color:var(--a);background:var(--a-soft)}.pd-img-section{display:flex;align-items:flex-start;gap:1.25rem}.pd-img-preview{width:148px;height:100px;flex-shrink:0;border-radius:10px;overflow:hidden;background:var(--surface3);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;transition:border-color .2s}.pd-img-preview img{width:100%;height:100%;object-fit:cover;display:block}.pd-img-preview-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:1rem;text-align:center;font-size:.66rem;font-weight:700;line-height:1.3}.pd-img-actions{display:flex;flex-direction:column;justify-content:flex-end;gap:.6rem;padding-top:.25rem}.pd-img-buttons{display:flex;align-items:center;gap:.55rem;flex-wrap:wrap}.pd-btn-upload{display:inline-flex;align-items:center;gap:.35rem;padding:.46rem .9rem;background:var(--surface);border:1px solid var(--border);border-radius:9px;font-size:.74rem;font-weight:600;color:var(--text2);cursor:pointer;font-family:inherit;transition:all .2s;white-space:nowrap}.pd-btn-upload:hover{border-color:var(--a);color:var(--a);background:var(--a-soft)}.pd-btn-pexels{display:inline-flex;align-items:center;gap:.35rem;padding:.46rem .9rem;background:var(--surface);border:1px solid var(--border);border-radius:9px;font-size:.74rem;font-weight:600;color:var(--text2);cursor:pointer;font-family:inherit;transition:all .2s;white-space:nowrap}.pd-btn-pexels:hover{border-color:var(--a);color:var(--a);background:var(--a-soft)}.pd-img-or{font-size:.72rem;color:var(--muted)}.pd-img-hint{font-size:.66rem;color:var(--muted2)}.pd-radio-group{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.pd-radio-option{display:flex;align-items:center;gap:.45rem;cursor:pointer;font-size:.82rem;font-weight:500;color:var(--text2);-webkit-user-select:none;user-select:none}.pd-radio-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:17px;height:17px;border-radius:50%;border:2px solid var(--border);background:var(--inp);cursor:pointer;flex-shrink:0;transition:all .18s;position:relative;display:flex;align-items:center;justify-content:center}.pd-radio-input:checked{border-color:var(--a);background:var(--a)}.pd-radio-input:checked:after{content:"";position:absolute;width:6px;height:6px;border-radius:50%;background:#fff}.pd-advanced-divider{height:1px;background:var(--border);margin:.25rem 0;transition:background .35s}.pd-checkbox-row{display:flex;align-items:flex-start;gap:.6rem;cursor:pointer;-webkit-user-select:none;user-select:none}.pd-checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:17px;height:17px;min-width:17px;border-radius:4px;border:1.5px solid var(--border);background:var(--inp);cursor:pointer;transition:all .18s;position:relative;margin-top:1px}.pd-checkbox:checked{background:var(--a);border-color:var(--a)}.pd-checkbox:checked:after{content:"";position:absolute;left:4px;top:1px;width:5px;height:9px;border:2px solid #fff;border-top:none;border-left:none;transform:rotate(45deg)}.pd-checkbox-label{display:flex;align-items:center;gap:.35rem;font-size:.82rem;font-weight:500;color:var(--text2);flex-wrap:wrap}.pd-toggle-row{display:flex;align-items:center;gap:.6rem}.pd-toggle{position:relative;width:38px;height:22px;flex-shrink:0}.pd-toggle input{opacity:0;width:0;height:0;position:absolute}.pd-toggle-track{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:99px;background:var(--surface3);border:1px solid var(--border);transition:all .2s;cursor:pointer}.pd-toggle input:checked+.pd-toggle-track{background:var(--a);border-color:var(--a)}.pd-toggle-thumb{position:absolute;top:3px;left:3px;width:14px;height:14px;border-radius:50%;background:#fff;box-shadow:var(--sh-xs);transition:transform .2s;pointer-events:none}.pd-toggle input:checked~.pd-toggle-thumb{transform:translate(16px)}.pd-toggle-label{display:flex;align-items:center;gap:.35rem;font-size:.82rem;font-weight:500;color:var(--text2)}.pd-cert-preview{display:flex;align-items:center;gap:1.1rem;margin-top:.6rem;padding:.85rem 1rem;background:var(--surface2);border:1px solid var(--border);border-radius:12px;transition:all .35s}.pd-cert-thumb{width:120px;height:80px;flex-shrink:0;border-radius:8px;overflow:hidden;background:linear-gradient(135deg,#4338e0,#fbbf24);display:flex;align-items:center;justify-content:center;position:relative;border:1px solid var(--border)}.pd-cert-thumb-inner{width:100%;height:100%;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-end;padding:.5rem .6rem;background:linear-gradient(135deg,#4338e0e6,#fbbf24d9)}.pd-cert-tag{font-size:.44rem;font-weight:800;letter-spacing:.6px;text-transform:uppercase;color:#fffc;margin-bottom:.2rem}.pd-cert-name-text{font-size:.5rem;font-weight:700;color:#fff;line-height:1.3}.pd-cert-info{flex:1;min-width:0}.pd-cert-change-btn{display:inline-flex;align-items:center;gap:.3rem;font-size:.76rem;font-weight:600;color:var(--a);background:none;border:none;cursor:pointer;font-family:inherit;padding:0;transition:opacity .18s}.pd-cert-change-btn:hover{opacity:.75;text-decoration:underline}.cd-back-bar{display:flex;align-items:center;padding:.62rem 2rem;background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0;transition:background .35s,border-color .35s}.cd-back-btn{display:inline-flex;align-items:center;gap:.4rem;font-size:.78rem;font-weight:600;color:var(--a);background:none;border:none;cursor:pointer;font-family:inherit;padding:0;transition:opacity .18s}.cd-back-btn:hover{opacity:.75}.cd-back-btn svg{flex-shrink:0}.cd-header{display:flex;align-items:flex-start;gap:1.5rem;padding:1.5rem 2rem;background:var(--surface);border-bottom:1px solid var(--border);flex-shrink:0;transition:background .35s,border-color .35s;position:relative}.cd-thumb{width:160px;height:108px;flex-shrink:0;border-radius:10px;overflow:hidden;background:var(--surface3);border:1px solid var(--border);display:flex;align-items:center;justify-content:center;transition:border-color .2s}.cd-thumb img{width:100%;height:100%;object-fit:cover;display:block}.cd-thumb-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;padding:1rem;text-align:center;font-size:.7rem;font-weight:800;line-height:1.3}.cd-thumb-ph-icon{opacity:.35}.cd-thumb-ph-icon svg{width:44px;height:44px;stroke:var(--muted)}.cd-meta{flex:1;min-width:0;padding-top:.1rem}.cd-type-label{font-size:.68rem;font-weight:600;color:var(--muted);margin-bottom:.35rem;letter-spacing:.3px}.cd-title-row{display:flex;align-items:center;gap:.65rem;margin-bottom:.6rem;flex-wrap:wrap}.cd-title{font-size:1.25rem;font-weight:800;color:var(--text);line-height:1.2;letter-spacing:-.2px}.cd-status-badge{display:inline-flex;align-items:center;padding:.2rem .65rem;border-radius:99px;font-size:.68rem;font-weight:700;letter-spacing:.2px;flex-shrink:0}.cd-status-badge.draft{background:#d977061f;color:var(--am);border:1px solid rgba(217,119,6,.2)}.cd-status-badge.published{background:var(--gr-s);color:var(--gr);border:1px solid rgba(5,150,105,.2)}.cd-status-badge.archived{background:var(--surface3);color:var(--muted);border:1px solid var(--border)}.cd-cert-row{display:flex;align-items:center;gap:.35rem;font-size:.74rem;color:var(--muted)}.cd-cert-row strong{color:var(--text2);font-weight:600}.cd-header-actions{display:flex;align-items:center;gap:.5rem;flex-shrink:0;margin-left:auto}.cd-action-icon-btn{width:34px;height:34px;border-radius:8px;border:1px solid var(--border);background:var(--surface2);color:var(--muted);cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .18s;font-size:.85rem}.cd-action-icon-btn:hover{border-color:var(--a);color:var(--a);background:var(--a-soft)}.cd-btn-edit{display:inline-flex;align-items:center;gap:.35rem;padding:.48rem 1rem;background:var(--surface);border:1px solid var(--border);border-radius:9px;font-size:.76rem;font-weight:700;color:var(--text2);cursor:pointer;font-family:inherit;transition:all .2s;white-space:nowrap}.cd-btn-edit:hover{border-color:var(--a);color:var(--a);background:var(--a-soft)}.cd-btn-publish{display:inline-flex;align-items:center;gap:.35rem;padding:.48rem 1.1rem;background:var(--a);border:none;border-radius:9px;font-size:.76rem;font-weight:700;color:#fff;cursor:pointer;font-family:inherit;box-shadow:0 2px 12px var(--a-soft2);transition:all .2s;white-space:nowrap}.cd-btn-publish:hover{background:var(--a-h);transform:translateY(-1px);box-shadow:0 4px 18px var(--a-soft2)}.cd-body{display:flex;flex:1;overflow:hidden;gap:0}.cd-tab-nav{display:flex;gap:0;border-bottom:1px solid var(--border);padding:0 2rem;background:var(--surface);flex-shrink:0;transition:background .35s,border-color .35s}.cd-tab-btn{padding:.72rem 1rem;font-size:.82rem;font-weight:600;color:var(--muted);border:none;border-bottom:2px solid transparent;background:none;cursor:pointer;font-family:inherit;transition:all .18s;white-space:nowrap}.cd-tab-btn:hover{color:var(--text)}.cd-tab-btn.active{color:var(--a);border-bottom-color:var(--a)}.cd-main{flex:1;overflow-y:auto;padding:2rem;display:flex;flex-direction:column;gap:1.75rem;scrollbar-width:thin;scrollbar-color:var(--border) transparent;background:var(--bg);transition:background .35s}.cd-main::-webkit-scrollbar{width:5px}.cd-main::-webkit-scrollbar-thumb{background:var(--border);border-radius:99px}.cd-description-title{font-size:1rem;font-weight:800;color:var(--text);margin-bottom:.6rem}.cd-description-text{font-size:.82rem;color:var(--text2);line-height:1.7}.cd-structure-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;flex-wrap:wrap;gap:.5rem}.cd-structure-title{font-size:1rem;font-weight:800;color:var(--text)}.cd-structure-meta{display:flex;align-items:center;gap:.4rem;font-size:.72rem;color:var(--muted)}.cd-structure-meta-dot{width:3px;height:3px;border-radius:50%;background:var(--muted2)}.cd-info-btn{width:18px;height:18px;border-radius:50%;border:1px solid var(--border);background:var(--surface2);color:var(--muted);display:inline-flex;align-items:center;justify-content:center;font-size:.6rem;cursor:pointer;transition:all .18s;flex-shrink:0;font-family:inherit}.cd-info-btn:hover{border-color:var(--a);color:var(--a);background:var(--a-soft)}.cd-section{background:var(--surface);border:1px solid var(--border);border-radius:12px;overflow:hidden;margin-bottom:.65rem;box-shadow:var(--sh-xs);transition:background .35s,border-color .35s,box-shadow .2s;animation:fadeUp .35s ease both}.cd-section:hover{border-color:var(--border-h);box-shadow:var(--sh-sm)}@keyframes fadeUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.cd-section-header{display:flex;align-items:center;gap:.6rem;padding:.85rem 1.1rem;cursor:pointer;-webkit-user-select:none;user-select:none;background:var(--surface2);transition:background .18s}.cd-section-header:hover{background:var(--surface3)}.cd-section-toggle{color:var(--muted);transition:transform .2s;flex-shrink:0;display:flex;align-items:center}.cd-section-toggle.open{transform:rotate(0)}.cd-section-toggle.closed{transform:rotate(-90deg)}.cd-section-title{font-size:.84rem;font-weight:700;color:var(--text);flex:1}.cd-section-count{font-size:.72rem;color:var(--muted);font-weight:500}.cd-section-duration{font-size:.72rem;color:var(--muted);font-weight:500;flex-shrink:0}.cd-module-list{display:flex;flex-direction:column}.cd-module-row{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.1rem .75rem 2.5rem;border-top:1px solid var(--border);transition:background .18s}.cd-module-row:hover{background:var(--surface2)}.cd-module-icon{width:28px;height:28px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:.8rem;flex-shrink:0;border:1px solid var(--border);background:var(--surface3);transition:all .18s}.cd-module-icon.assessment{background:#4338e014;border-color:#4338e026;color:var(--a)}.cd-module-icon.video{background:#06b6d414;border-color:#06b6d426;color:var(--a2)}.cd-module-icon.document{background:#d9770614;border-color:#d9770626;color:var(--am)}.cd-module-icon.page{background:#05966914;border-color:#05966926;color:var(--gr)}.cd-module-title{flex:1;font-size:.78rem;font-weight:500;color:var(--text2);line-height:1.4}.cd-module-meta{font-size:.68rem;color:var(--muted);white-space:nowrap;flex-shrink:0}.cd-sidebar{width:230px;flex-shrink:0;border-left:1px solid var(--border);background:var(--surface);overflow-y:auto;padding:1.5rem 1.25rem;display:flex;flex-direction:column;gap:1.4rem;scrollbar-width:thin;scrollbar-color:var(--border) transparent;transition:background .35s,border-color .35s}.cd-sidebar::-webkit-scrollbar{width:4px}.cd-sidebar::-webkit-scrollbar-thumb{background:var(--border);border-radius:99px}.cd-sidebar-section{display:flex;flex-direction:column;gap:.5rem}.cd-sidebar-label{font-size:.65rem;font-weight:700;letter-spacing:.6px;text-transform:uppercase;color:var(--muted)}.cd-sidebar-value{font-size:.78rem;font-weight:600;color:var(--text2)}.cd-author-row{display:flex;align-items:center;gap:.5rem}.cd-author-avatar{width:26px;height:26px;border-radius:50%;background:linear-gradient(135deg,var(--a),var(--a2));color:#fff;font-size:.56rem;font-weight:800;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cd-author-name{font-size:.76rem;font-weight:600;color:var(--a)}.cd-author-date{font-size:.7rem;color:var(--muted);margin-top:.15rem}.cd-sidebar-divider{height:1px;background:var(--border);transition:background .35s}
