:root{--ink:#172033;--muted:#6f7787;--line:#e6e9ef;--bg:#f5f7fb;--card:#fff;--brand:#5448e5;--brand2:#766bff;--cyan:#18b7b1;--danger:#c8405c;--warn:#a66a00;--shadow:0 14px 38px rgba(30,39,70,.08)}*{box-sizing:border-box}body{margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,"Segoe UI",sans-serif;color:var(--ink);background:var(--bg)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.shell{display:grid;grid-template-columns:260px 1fr;min-height:100vh}.sidebar{background:#15182b;color:#eef0ff;padding:24px 18px;display:flex;flex-direction:column;position:sticky;top:0;height:100vh}.brand{display:flex;gap:12px;align-items:center;font-size:19px;font-weight:800;padding:4px 8px 28px}.brand small{display:block;font-size:9px;letter-spacing:.08em;color:#949ab9;margin-top:4px}.brandmark,.hero-logo{width:38px;height:38px;border-radius:12px;display:grid;place-items:center;background:linear-gradient(145deg,#766bff,#32c6bd);font-weight:900;color:white}.sidebar nav{display:grid;gap:6px}.sidebar nav a{padding:11px 12px;border-radius:10px;color:#bfc4dc;font-size:14px}.sidebar nav a:hover{background:#222642;color:white}.nav-label{font-size:10px;letter-spacing:.12em;color:#747b9a;padding:24px 12px 6px}.sidebar-foot{margin-top:auto;border-top:1px solid #2a2e49;padding:18px 8px 0;display:flex;justify-content:space-between;gap:10px;align-items:center}.sidebar-foot strong{font-size:12px;display:block}.sidebar-foot small{font-size:10px;color:#858cab;text-transform:uppercase}.link-btn{background:none;border:0;color:#aab1d0;cursor:pointer}.main{min-width:0}.topbar{height:70px;background:rgba(255,255,255,.9);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 32px;position:sticky;top:0;z-index:10;backdrop-filter:blur(10px)}.eyebrow{font-size:10px;font-weight:800;letter-spacing:.16em;color:#848ca0}.userchip{font-size:12px;font-weight:700;background:#f0f1f7;padding:9px 13px;border-radius:999px}.page{padding:30px 34px 60px;max-width:1500px;margin:auto}.page-head{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:24px}.page-head h1{font-size:31px;margin:5px 0 4px;letter-spacing:-.04em}.page-head p,.card p{color:var(--muted);margin:0;line-height:1.55}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:22px}.stat{background:white;border:1px solid var(--line);border-radius:16px;padding:19px 20px;box-shadow:0 8px 25px rgba(30,39,70,.035)}.stat span{font-size:12px;color:var(--muted);font-weight:700}.stat strong{display:block;font-size:34px;letter-spacing:-.04em;margin:9px 0 0}.stat small{color:#9aa0af}.stat.accent{background:linear-gradient(145deg,#5448e5,#7067ed);color:white;border:0}.stat.accent span,.stat.accent small{color:#dddafa}.card{background:var(--card);border:1px solid var(--line);border-radius:17px;padding:22px;box-shadow:0 8px 28px rgba(30,39,70,.04);margin-bottom:20px}.card h3{margin:0 0 7px}.card-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:16px}.card-head>a{font-size:12px;color:var(--brand);font-weight:800}.grid-2{display:grid;grid-template-columns:1fr 1.25fr;gap:20px}.form-grid{display:grid;grid-template-columns:1fr 1.5fr;gap:16px}.form-3{grid-template-columns:1fr .45fr 1.4fr}.span2{grid-column:span 2}.span3{grid-column:span 3}.stack{display:grid;gap:15px}label{display:grid;gap:7px;font-size:12px;font-weight:700;color:#4d566c}input,select,textarea{width:100%;border:1px solid #dfe3eb;border-radius:10px;background:white;padding:10px 11px;color:var(--ink);outline:none}input:focus,select:focus,textarea:focus{border-color:#8d85f7;box-shadow:0 0 0 3px rgba(84,72,229,.09)}textarea{resize:vertical}.btn{display:inline-flex;align-items:center;justify-content:center;border:1px solid #dfe3eb;background:white;color:#333c51;border-radius:10px;padding:9px 14px;font-weight:800;font-size:12px;cursor:pointer}.btn.primary{background:var(--brand);color:white;border-color:var(--brand)}.btn.small{padding:7px 11px}.wide{width:100%}.badge{font-size:11px;padding:6px 9px;border-radius:999px;background:#f0f1f5;color:#62697a}.list{display:grid}.list-row{display:flex;gap:12px;padding:14px 0;border-bottom:1px solid var(--line);align-items:flex-start}.list-row:last-child{border-bottom:0}.list-row p{font-size:12px;margin:3px 0}.list-row small{color:#9298a8}.course-icon,.avatar{width:34px;height:34px;border-radius:10px;background:#efeffb;color:var(--brand);display:grid;place-items:center;font-weight:900;flex:0 0 auto}.avatar{border-radius:50%}.avatar.large{width:44px;height:44px}.grow{flex:1}.grow audio{width:100%;height:32px;margin-top:7px}.empty{padding:30px;text-align:center;border:1px dashed #d9dde7;border-radius:12px;color:#9097a6;background:#fafbfc}.alert{border-radius:11px;padding:12px 14px;margin-bottom:18px;font-size:13px}.alert.success{background:#e9f8f3;color:#17654f}.alert.warning{background:#fff5dd;color:#805400}.alert.error{background:#ffecef;color:#9f2942}.feed-item{display:flex;gap:12px;padding:15px 0;border-bottom:1px solid var(--line)}.feed-item:last-child{border:0}.feed-item span,.feed-item small{color:#8b91a0;font-size:12px}.feed-item p{color:#333c51;margin:4px 0}.content-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.content-card{border:1px solid var(--line);border-radius:14px;overflow:hidden;background:white}.thumb-placeholder{height:135px;background:linear-gradient(145deg,#202641,#444d7b);color:white;display:grid;place-content:center;text-align:center}.thumb-placeholder span{font-size:30px;font-weight:900}.thumb-placeholder small{font-size:9px;letter-spacing:.15em;color:#b8bfdf}.content-body{padding:15px}.content-meta{font-size:10px;color:#8b91a1;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.content-body h3{font-size:16px;margin:6px 0}.content-body p{font-size:12px;min-height:37px}.content-actions{display:flex;justify-content:space-between;align-items:center;margin-top:15px}.status{font-size:10px;font-weight:900;padding:5px 8px;border-radius:999px;text-transform:uppercase}.status.published,.status.answered{background:#e8f7f1;color:#1e765a}.status.draft,.status.open{background:#fff0e5;color:#a55818}.studio-grid{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:20px}.sticky{position:sticky;top:90px}.step{width:28px;height:28px;border-radius:8px;background:#eeedff;color:var(--brand);display:grid;place-items:center;font-size:10px;font-weight:900;margin-bottom:12px}.inline-form{display:flex;gap:10px;margin:16px 0;align-items:center}.inline-form input{flex:1}.okline{color:#2b8268}.slide-admin-list{display:grid;gap:14px}.slide-admin{display:grid;grid-template-columns:230px 1fr;gap:16px;border:1px solid var(--line);padding:12px;border-radius:12px}.slide-admin img{width:100%;aspect-ratio:16/9;object-fit:contain;background:#eef0f3;border-radius:8px}.slide-admin form{display:grid;gap:8px;margin-top:8px}.ready{font-size:10px;color:#238064;margin-left:8px}.check{display:flex;align-items:center;gap:8px}.check input{width:auto}.discussion-item{display:flex;gap:15px;padding:19px 0;border-bottom:1px solid var(--line)}.discussion-main{flex:1}.discussion-meta{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.discussion-meta span{font-size:11px;color:#8c93a3}.question{font-size:14px;color:#2a3348!important;margin:8px 0 12px!important}.reply{background:#f5f5fc;border-left:3px solid var(--brand);padding:10px 13px;border-radius:8px}.reply p{margin:3px 0!important;font-size:13px}.reply-form{display:grid;grid-template-columns:1fr auto;gap:8px;margin-top:10px;align-items:end}.guest-bg{background:#111426}.login-wrap{min-height:100vh;display:grid;grid-template-columns:1.1fr .9fr}.login-hero{background:radial-gradient(circle at 25% 30%,rgba(110,96,255,.5),transparent 34%),radial-gradient(circle at 75% 70%,rgba(32,194,183,.28),transparent 25%),#14172b;color:white;display:grid;place-items:center;padding:70px}.hero-inner{max-width:570px}.hero-logo{width:52px;height:52px;font-size:22px;margin-bottom:30px}.login-hero h1{font-size:54px;line-height:1.03;letter-spacing:-.055em;margin:0 0 22px}.login-hero p{font-size:17px;line-height:1.7;color:#bec3d9}.hero-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:30px}.hero-pills span{border:1px solid #444966;border-radius:999px;padding:8px 12px;font-size:11px;color:#ced2e6}.login-panel{background:#f7f8fb;display:grid;place-items:center;padding:40px}.login-card{width:min(420px,100%);background:white;border:1px solid var(--line);border-radius:20px;padding:32px;box-shadow:var(--shadow);display:grid;gap:17px}.mini-brand{font-size:13px;font-weight:900;color:var(--brand)}.login-card h2{margin:2px 0 -9px;font-size:25px}.login-card>p{margin:0 0 6px;color:var(--muted);font-size:13px}.hint{color:#969cab;text-align:center}@media(max-width:1000px){.shell{grid-template-columns:82px 1fr}.brand>span:last-child,.sidebar nav a{font-size:0}.sidebar nav a:before{content:'•';font-size:24px}.sidebar-foot>div{display:none}.brand{justify-content:center}.content-grid{grid-template-columns:1fr 1fr}.studio-grid{grid-template-columns:1fr}.sticky{position:static}.stats{grid-template-columns:1fr 1fr}.login-wrap{grid-template-columns:1fr}.login-hero{display:none}}@media(max-width:700px){.shell{display:block}.sidebar{display:none}.page{padding:20px 15px}.topbar{padding:0 16px}.grid-2,.form-grid,.form-3,.stats,.content-grid{grid-template-columns:1fr}.span2,.span3{grid-column:auto}.slide-admin{grid-template-columns:1fr}.page-head{display:block}.page-head>.btn{margin-top:12px}.reply-form{grid-template-columns:1fr}}
/* NarraSlide PDF-only studio */
.studio-progress{display:flex;align-items:center;gap:12px;background:#fff;border:1px solid var(--line);border-radius:15px;padding:14px 18px;margin-bottom:20px;box-shadow:0 8px 25px rgba(30,39,70,.03)}
.studio-progress>i{height:1px;background:#e2e5ed;flex:1;min-width:20px}.progress-step{display:grid;grid-template-columns:32px auto;grid-template-rows:auto auto;column-gap:9px;align-items:center;min-width:120px}.progress-step>span{grid-row:1/3;width:30px;height:30px;border-radius:9px;display:grid;place-items:center;background:#f0f1f5;color:#8b91a0;font-size:10px;font-weight:900}.progress-step b{font-size:11px}.progress-step small{font-size:9px;color:#959baa}.progress-step.done>span,.progress-step.current>span{background:#eeedff;color:var(--brand)}.progress-step.done b,.progress-step.current b{color:var(--brand)}
.pdf-upload-form{display:grid;grid-template-columns:1fr auto;gap:10px;margin-top:16px}.pdf-drop{grid-column:1/-1;display:flex;align-items:center;gap:13px;border:1px dashed #cfd4df;border-radius:13px;padding:15px;background:#fafbfe;cursor:pointer;transition:.2s}.pdf-drop:hover{border-color:#8d85f7;background:#f7f6ff}.pdf-drop input{display:none}.pdf-drop strong,.pdf-drop small{display:block}.pdf-drop strong{font-size:13px;color:#313a50}.pdf-drop small{font-size:10px;color:#9097a7;margin-top:4px;line-height:1.45}.pdf-icon{width:48px;height:48px;border-radius:11px;background:#ffecef;color:#be3d59;display:grid;place-items:center;font-size:11px;font-weight:900;flex:0 0 auto}.pdf-upload-status{align-self:center;font-size:11px;color:#7d8596}.pdf-upload-status strong{color:#278067}.presentation-ready{display:flex;align-items:center;gap:10px;margin-top:14px;padding:11px 12px;border-radius:11px;background:#eef9f5;border:1px solid #d7eee6}.presentation-ready>span{width:28px;height:28px;border-radius:50%;display:grid;place-items:center;background:#d8f1e8;color:#238064;font-weight:900}.presentation-ready>div{flex:1}.presentation-ready strong,.presentation-ready small{display:block}.presentation-ready strong{font-size:11px;color:#246650}.presentation-ready small{font-size:9px;color:#73958a;margin-top:2px}.legacy-note{margin-top:14px;border-radius:10px;background:#fff5dd;color:#805400;padding:11px 13px;font-size:11px;line-height:1.5}.pdf-slide-admin{grid-template-columns:250px 1fr}.pdf-thumb-wrap{position:relative;min-height:135px;background:#eef0f3;border-radius:9px;overflow:hidden;display:grid;place-items:center}.studio-pdf-thumb{display:block;max-width:100%;height:auto;background:white}.slide-number-chip{position:absolute;left:8px;bottom:8px;background:rgba(20,24,43,.9);color:white;border-radius:6px;padding:4px 7px;font-size:9px;font-weight:800}.pdf-render-error:after{content:'Preview PDF gagal dimuat';font-size:10px;color:#9c5260}.slide-admin-title{display:flex;align-items:center;gap:7px;flex-wrap:wrap}.pending{font-size:10px;color:#a36e26}.studio-audio{width:100%;height:34px;margin:9px 0 3px}.pdf-slide-admin form label{font-size:10px}.pdf-slide-admin form textarea{min-height:84px}
@media(max-width:1000px){.studio-progress{overflow:auto}.studio-progress>i{min-width:35px}.progress-step{min-width:115px}}
@media(max-width:700px){.pdf-upload-form{grid-template-columns:1fr}.pdf-upload-form .btn{width:100%}.pdf-slide-admin{grid-template-columns:1fr}.studio-progress{padding:11px}.progress-step{min-width:105px}.progress-step small{display:none}}

/* =========================================================
   NarraSlide Professional Dashboard
   ========================================================= */
.dashboard-hero{position:relative;min-height:265px;border-radius:24px;padding:34px 38px;margin-bottom:22px;overflow:hidden;background:linear-gradient(125deg,#171a31 0%,#272257 57%,#5148d8 100%);color:#fff;box-shadow:0 24px 55px rgba(33,29,86,.16);display:grid;grid-template-columns:minmax(0,1.35fr) minmax(300px,.65fr);align-items:center}.dashboard-hero:before{content:"";position:absolute;width:520px;height:520px;border-radius:50%;right:-250px;top:-330px;background:rgba(255,255,255,.08)}.dashboard-hero:after{content:"";position:absolute;width:310px;height:310px;border-radius:50%;right:170px;bottom:-250px;background:rgba(40,214,199,.12)}.dashboard-hero-copy{position:relative;z-index:2;max-width:720px}.dashboard-kicker{font-size:10px;letter-spacing:.11em;font-weight:800;text-transform:uppercase;color:#bfc2ee;display:flex;align-items:center;gap:8px}.live-dot{width:7px;height:7px;border-radius:50%;background:#43dbc7;box-shadow:0 0 0 5px rgba(67,219,199,.12)}.dashboard-hero h1{font-size:38px;letter-spacing:-.045em;line-height:1.1;margin:13px 0 10px}.dashboard-hero p{color:#d1d3e7;line-height:1.65;max-width:650px;margin:0;font-size:14px}.dashboard-hero-actions{display:flex;gap:10px;flex-wrap:wrap;margin-top:24px}.dashboard-primary-btn{background:#fff!important;color:#282257!important;border-color:#fff!important;box-shadow:0 8px 20px rgba(17,20,38,.16)}.dashboard-primary-btn span{font-size:16px;line-height:0}.dashboard-secondary-btn{border-color:rgba(255,255,255,.23)!important;background:rgba(255,255,255,.08)!important;color:#fff!important;backdrop-filter:blur(6px)}.dashboard-hero-art{position:relative;height:205px;z-index:1}.hero-slide-card{position:absolute;border:1px solid rgba(255,255,255,.25);background:linear-gradient(145deg,rgba(255,255,255,.18),rgba(255,255,255,.07));box-shadow:0 25px 50px rgba(8,9,24,.2);backdrop-filter:blur(10px)}.hero-slide-main{width:250px;height:155px;border-radius:18px;left:48%;top:50%;transform:translate(-50%,-50%) rotate(-3deg);padding:16px}.hero-slide-top{display:flex;gap:5px}.hero-slide-top span{width:6px;height:6px;border-radius:50%;background:rgba(255,255,255,.48)}.hero-slide-lines{display:grid;gap:8px;margin-top:25px}.hero-slide-lines i{display:block;border-radius:999px;height:6px;background:rgba(255,255,255,.72)}.hero-slide-lines i:nth-child(1){width:70%}.hero-slide-lines i:nth-child(2){width:92%;opacity:.52}.hero-slide-lines i:nth-child(3){width:56%;opacity:.38}.hero-audio-wave{display:flex;gap:4px;align-items:center;height:30px;margin-top:20px}.hero-audio-wave b{display:block;width:4px;border-radius:4px;background:#5ce1d0}.hero-audio-wave b:nth-child(1){height:8px}.hero-audio-wave b:nth-child(2){height:18px}.hero-audio-wave b:nth-child(3){height:11px}.hero-audio-wave b:nth-child(4){height:26px}.hero-audio-wave b:nth-child(5){height:16px}.hero-audio-wave b:nth-child(6){height:22px}.hero-audio-wave b:nth-child(7){height:9px}.hero-float-card{position:absolute;width:52px;height:52px;border-radius:16px;background:rgba(255,255,255,.93);color:#393269;display:grid;place-items:center;font-size:12px;font-weight:900;box-shadow:0 15px 30px rgba(13,13,34,.18)}.float-a{left:3%;top:20%;transform:rotate(-8deg)}.float-b{right:5%;top:10%;font-size:20px;transform:rotate(7deg)}.float-c{right:2%;bottom:6%;font-size:20px;transform:rotate(-5deg)}.hero-orbit{position:absolute;border:1px solid rgba(255,255,255,.15);border-radius:50%;left:50%;top:50%;transform:translate(-50%,-50%)}.orbit-one{width:290px;height:190px}.orbit-two{width:360px;height:240px}
.dashboard-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:15px;margin-bottom:22px}.metric-card{position:relative;background:#fff;border:1px solid var(--line);border-radius:17px;padding:19px;display:flex;align-items:center;gap:14px;min-height:105px;box-shadow:0 9px 30px rgba(33,42,72,.045);transition:transform .18s ease,box-shadow .18s ease}.metric-card:hover{transform:translateY(-2px);box-shadow:0 15px 35px rgba(33,42,72,.08)}.metric-icon{width:45px;height:45px;border-radius:13px;display:grid;place-items:center;flex:0 0 auto}.metric-icon svg{width:21px;height:21px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.metric-indigo .metric-icon{background:#eeedff;color:#584de1}.metric-violet .metric-icon{background:#f5edff;color:#8955d9}.metric-cyan .metric-icon{background:#e7f9f6;color:#159587}.metric-rose .metric-icon{background:#ffedf1;color:#c84c68}.metric-copy{min-width:0}.metric-copy>span{display:block;color:#757d90;font-size:11px;font-weight:800}.metric-copy strong{display:block;font-size:27px;line-height:1.1;letter-spacing:-.045em;margin:5px 0 4px}.metric-copy small{display:block;color:#9ba1af;font-size:9px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.attention-dot{position:absolute;right:14px;top:14px;width:8px;height:8px;border-radius:50%;background:#e65270;box-shadow:0 0 0 5px rgba(230,82,112,.09)}.metric-card.needs-attention{border-color:#f0d6dd}
.dashboard-grid-main{display:grid;grid-template-columns:minmax(0,1.65fr) minmax(300px,.75fr);gap:18px;margin-bottom:18px}.dashboard-grid-secondary{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(340px,.65fr);gap:18px;margin-bottom:18px}.dashboard-panel{background:#fff;border:1px solid var(--line);border-radius:18px;padding:21px;box-shadow:0 8px 28px rgba(30,39,70,.035)}.dashboard-panel-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:19px}.dashboard-panel-head.compact{margin-bottom:16px}.dashboard-panel-head h2{font-size:17px;letter-spacing:-.02em;margin:4px 0 4px}.dashboard-panel-head p{font-size:11px;color:#9198a8;margin:0;line-height:1.5}.panel-kicker{font-size:8px;font-weight:900;letter-spacing:.15em;color:#8d84e6}.panel-link{font-size:10px;font-weight:800;color:var(--brand);white-space:nowrap;padding-top:5px}.panel-link span{font-size:13px;margin-left:2px}.analytics-total{text-align:right;min-width:72px}.analytics-total span,.analytics-total small{display:block;color:#9aa0ae;font-size:9px}.analytics-total strong{display:block;font-size:22px;letter-spacing:-.03em;margin:2px 0}.trend-chart{height:190px;display:grid;grid-template-columns:repeat(7,1fr);gap:13px;align-items:end;padding:10px 4px 0}.trend-col{height:100%;display:grid;grid-template-rows:22px 1fr 22px;align-items:end;text-align:center;gap:3px}.trend-value{font-size:9px;color:#939aaa;opacity:0;transform:translateY(2px);transition:.2s}.trend-col:hover .trend-value{opacity:1;transform:none}.trend-track{height:100%;min-height:90px;border-radius:9px;background:linear-gradient(180deg,#fafaff,#f5f6fa);display:flex;align-items:flex-end;padding:4px}.trend-bar{width:100%;min-height:7px;border-radius:6px;background:linear-gradient(180deg,#7167ed,#5448e5);box-shadow:0 7px 15px rgba(84,72,229,.12);transition:height .4s ease}.trend-col:nth-child(6) .trend-bar,.trend-col:nth-child(7) .trend-bar{background:linear-gradient(180deg,#45cbbb,#1ba69a)}.trend-col>span{font-size:9px;color:#8b92a2;font-weight:700}.health-list{display:grid;gap:18px}.health-label{display:flex;justify-content:space-between;gap:10px;align-items:center}.health-label span{font-size:10px;color:#626b7e;font-weight:700}.health-label strong{font-size:11px}.health-track{height:6px;background:#eff1f5;border-radius:999px;margin:7px 0 5px;overflow:hidden}.health-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#7167ed,#43cbbd)}.health-item small{font-size:9px;color:#9ba1af}.admin-mini-stat{display:flex;justify-content:space-between;align-items:center;border-top:1px solid var(--line);margin-top:18px;padding-top:15px}.admin-mini-stat span{font-size:10px;color:#858c9c}.admin-mini-stat strong{font-size:17px}
.content-table-wrap{overflow:auto}.dashboard-table{width:100%;border-collapse:collapse;min-width:620px}.dashboard-table th{text-align:left;font-size:8px;letter-spacing:.11em;text-transform:uppercase;color:#9aa1af;padding:0 10px 10px;border-bottom:1px solid #edf0f4}.dashboard-table td{padding:13px 10px;border-bottom:1px solid #f0f2f5;vertical-align:middle}.dashboard-table tr:last-child td{border-bottom:0}.content-title-cell{display:flex;align-items:center;gap:10px;min-width:220px}.content-mini-icon{width:34px;height:34px;border-radius:10px;background:linear-gradient(145deg,#eeedff,#f5f5ff);color:#5b50dd;display:grid;place-items:center;font-size:11px;font-weight:900;flex:0 0 auto;border:1px solid #e5e3ff}.content-title-cell strong{display:block;font-size:11px;max-width:270px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.content-title-cell span{display:block;font-size:8px;color:#969dac;margin-top:4px}.mini-progress-row{display:flex;gap:8px;align-items:center}.mini-progress{width:76px;height:5px;background:#eceff4;border-radius:999px;overflow:hidden}.mini-progress i{display:block;height:100%;border-radius:inherit;background:#5c50df}.mini-progress-row span{font-size:8px;color:#9299a8;min-width:28px}.table-number{font-size:11px}.row-action{width:28px;height:28px;border-radius:8px;background:#f5f5fb;color:#5b50da;display:grid;place-items:center;font-weight:900;transition:.15s}.row-action:hover{background:#5b50da;color:#fff}.dashboard-table .status{font-size:8px;padding:4px 7px}
.discussion-feed-modern{display:grid}.discussion-feed-row{display:flex;gap:10px;padding:12px 0;border-bottom:1px solid #eff1f4;transition:.15s}.discussion-feed-row:first-child{padding-top:1px}.discussion-feed-row:last-child{border-bottom:0;padding-bottom:0}.discussion-feed-row:hover .discussion-feed-body>p{color:var(--brand)}.modern-avatar{width:34px;height:34px;font-size:10px;background:linear-gradient(145deg,#eeedff,#e8f8f5)}.discussion-feed-body{min-width:0;flex:1}.discussion-feed-meta{display:flex;align-items:center;justify-content:space-between;gap:8px}.discussion-feed-meta strong{font-size:10px}.discussion-feed-meta .status{font-size:7px;padding:3px 6px}.discussion-feed-body>p{font-size:10px;color:#4e576a;margin:4px 0;line-height:1.45;transition:.15s}.discussion-feed-body>small{display:block;color:#9ba1ae;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dashboard-empty{text-align:center;border:1px dashed #dce0e8;border-radius:14px;padding:28px;background:#fbfcfd}.dashboard-empty.compact-empty{padding:35px 18px}.dashboard-empty .empty-illustration{margin:0 auto 10px;width:42px;height:42px;border-radius:12px;background:#f0efff;color:#655ae2;display:grid;place-items:center;font-size:19px}.dashboard-empty strong{display:block;font-size:12px}.dashboard-empty p{font-size:10px;color:#9198a7;max-width:430px;margin:6px auto 14px;line-height:1.5}
.top-content-panel{margin-bottom:10px}.top-content-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px}.top-content-card{position:relative;border:1px solid #eceef3;border-radius:14px;padding:14px;min-height:128px;background:linear-gradient(145deg,#fff,#fcfcfe);transition:.18s;overflow:hidden}.top-content-card:hover{transform:translateY(-2px);border-color:#d9d5ff;box-shadow:0 12px 28px rgba(42,44,75,.07)}.top-content-card:after{content:"";position:absolute;width:70px;height:70px;border-radius:50%;right:-35px;top:-35px;background:#f2f0ff}.rank{font-size:9px;color:#9fa5b2;font-weight:900;letter-spacing:.08em}.top-content-copy{margin-top:15px;position:relative;z-index:1}.top-content-copy small{display:block;color:#8278dc;font-size:8px;font-weight:900}.top-content-copy strong{display:block;font-size:10px;line-height:1.35;margin-top:4px;min-height:28px}.top-content-metrics{display:flex;gap:10px;margin-top:12px}.top-content-metrics span{font-size:8px;color:#9ba1ae}.top-content-metrics b{color:#4c5466}.top-arrow{position:absolute;right:12px;bottom:10px;color:#756be6;font-weight:900}
@media(max-width:1180px){.dashboard-hero{grid-template-columns:1fr 310px}.dashboard-metrics{grid-template-columns:repeat(2,1fr)}.dashboard-grid-main,.dashboard-grid-secondary{grid-template-columns:1fr}.top-content-grid{grid-template-columns:repeat(3,1fr)}}
@media(max-width:820px){.dashboard-hero{grid-template-columns:1fr;padding:28px}.dashboard-hero-art{display:none}.dashboard-hero h1{font-size:31px}.top-content-grid{grid-template-columns:repeat(2,1fr)}}
@media(max-width:560px){.dashboard-hero{padding:24px 20px;border-radius:18px}.dashboard-hero h1{font-size:27px}.dashboard-hero-actions{display:grid}.dashboard-metrics{grid-template-columns:1fr}.dashboard-grid-main,.dashboard-grid-secondary{gap:14px}.dashboard-panel{padding:17px}.dashboard-panel-head{display:block}.dashboard-panel-head .panel-link{display:inline-block;margin-top:8px}.trend-chart{gap:6px;height:165px}.top-content-grid{grid-template-columns:1fr}.metric-card{min-height:92px}}

/* =========================================================
   NarraSlide Professional Courses
   ========================================================= */
.courses-hero{position:relative;overflow:hidden;display:grid;grid-template-columns:minmax(0,1.25fr) minmax(320px,.75fr);gap:26px;align-items:center;background:linear-gradient(135deg,#171b34 0%,#29224f 56%,#274c55 125%);border-radius:22px;padding:34px 38px;color:#fff;margin-bottom:18px;min-height:228px;box-shadow:0 18px 42px rgba(25,28,57,.12)}
.courses-hero:before{content:"";position:absolute;inset:auto auto -130px -80px;width:290px;height:290px;border-radius:50%;background:rgba(104,92,236,.18);filter:blur(2px)}
.courses-hero-copy{position:relative;z-index:2;max-width:720px}.courses-kicker{display:inline-flex;align-items:center;gap:8px;color:#aaa3ff;font-size:9px;font-weight:900;letter-spacing:.18em}.courses-kicker:before{content:"";width:7px;height:7px;border-radius:50%;background:#4ed1c1;box-shadow:0 0 0 5px rgba(78,209,193,.08)}
.courses-hero h1{font-size:35px;line-height:1.05;letter-spacing:-.045em;margin:9px 0 10px}.courses-hero p{max-width:660px;margin:0;color:#c9cee0;font-size:13px;line-height:1.7}.courses-hero-actions{display:flex;gap:9px;flex-wrap:wrap;margin-top:21px}.course-ghost-btn{background:rgba(255,255,255,.06);border-color:rgba(255,255,255,.14);color:#eef0ff}.course-ghost-btn:hover{background:rgba(255,255,255,.1)}
.courses-hero-art{position:relative;min-height:170px}.course-art-stack,.course-art-main{position:absolute;width:245px;height:145px;border-radius:18px;left:50%;top:50%;transform:translate(-50%,-50%)}.course-art-stack{border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.05)}.art-back{transform:translate(-56%,-42%) rotate(-9deg)}.art-mid{transform:translate(-45%,-54%) rotate(7deg);background:rgba(70,204,192,.08)}.course-art-main{z-index:3;background:linear-gradient(145deg,rgba(255,255,255,.98),rgba(246,247,255,.91));box-shadow:0 25px 55px rgba(8,10,29,.3);padding:18px;color:#393d58}.course-art-top{display:flex;align-items:center;justify-content:space-between}.course-art-top span{width:32px;height:32px;border-radius:10px;background:linear-gradient(145deg,#7065eb,#4acabb)}.course-art-top b{font-size:8px;letter-spacing:.16em;color:#9399aa}.course-art-lines{display:grid;gap:8px;margin-top:18px}.course-art-lines i{display:block;height:6px;border-radius:99px;background:#e7e9f0}.course-art-lines i:nth-child(1){width:78%}.course-art-lines i:nth-child(2){width:92%}.course-art-lines i:nth-child(3){width:60%}.course-art-pills{display:flex;gap:6px;margin-top:17px}.course-art-pills span{font-size:7px;font-weight:900;border-radius:999px;background:#efeffc;color:#6258d8;padding:5px 7px}.course-orbit{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);border:1px solid rgba(255,255,255,.11);border-radius:50%}.course-orbit-one{width:305px;height:190px}.course-orbit-two{width:385px;height:245px}
.course-metrics{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:13px;margin-bottom:18px}.course-metric{display:flex;gap:13px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:16px;padding:17px 18px;box-shadow:0 8px 24px rgba(35,42,72,.04);min-height:96px}.course-metric-icon{width:42px;height:42px;border-radius:12px;display:grid;place-items:center;flex:0 0 auto}.course-metric-icon svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.course-metric span{display:block;color:#747c8e;font-size:10px;font-weight:800}.course-metric strong{display:block;font-size:25px;line-height:1;margin:5px 0 4px;letter-spacing:-.04em}.course-metric small{display:block;color:#9aa1af;font-size:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:210px}.metric-purple .course-metric-icon{background:#eeedff;color:#584de1}.metric-violet .course-metric-icon{background:#f7edff;color:#8f55d9}.metric-teal .course-metric-icon{background:#e8faf7;color:#15998b}.metric-rose .course-metric-icon{background:#ffedf1;color:#ca4b68}
.courses-workspace{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:18px;align-items:start}.course-library-panel,.course-create-panel{background:#fff;border:1px solid var(--line);border-radius:19px;box-shadow:0 8px 28px rgba(30,39,70,.035)}.course-library-panel{padding:22px}.course-create-panel{padding:21px;position:sticky;top:90px}.course-panel-head{display:flex;justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:17px}.course-panel-head h2,.course-create-head h2{font-size:18px;letter-spacing:-.025em;margin:4px 0 4px}.course-panel-head p{font-size:10px;color:#9399a7;margin:0;line-height:1.5}.course-count-pill{font-size:9px;font-weight:800;color:#6158cf;background:#f0efff;border:1px solid #e5e2ff;padding:7px 10px;border-radius:999px;white-space:nowrap}.course-toolbar{display:flex;gap:9px;margin-bottom:15px}.course-search{position:relative;display:block;flex:1}.course-search svg{position:absolute;left:11px;top:50%;transform:translateY(-50%);width:16px;height:16px;fill:none;stroke:#9198a8;stroke-width:1.8;pointer-events:none}.course-search input{padding-left:35px;height:40px;font-size:11px}.course-filter{width:190px;height:40px;font-size:10px}
.course-card-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px}.course-library-card{position:relative;overflow:hidden;border:1px solid #e9ebf1;border-radius:16px;background:linear-gradient(150deg,#fff,#fdfdff);padding:17px;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease}.course-library-card:hover{transform:translateY(-2px);border-color:#d9d5fb;box-shadow:0 14px 32px rgba(36,42,73,.075)}.course-library-card[hidden]{display:none}.course-card-accent{position:absolute;left:0;right:0;top:0;height:3px;background:linear-gradient(90deg,#655ae4,#43c7b8)}.course-card-top{display:flex;gap:10px;align-items:center}.course-symbol{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(145deg,#edecff,#eaf9f6);border:1px solid #e3e1fb;color:#5d52d7;font-size:13px;font-weight:900;flex:0 0 auto}.course-code-wrap{min-width:0;flex:1}.course-code{display:inline-block;font-size:9px;font-weight:900;letter-spacing:.08em;color:#5f55d7;background:#f1efff;border-radius:999px;padding:4px 7px}.course-code-wrap small{display:block;font-size:8px;color:#999fad;margin-top:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.course-alert-dot{width:8px;height:8px;border-radius:50%;background:#e6506f;box-shadow:0 0 0 5px rgba(230,80,111,.08);align-self:flex-start;margin:4px 3px 0 0}.course-card-copy{margin-top:14px;min-height:77px}.course-card-copy h3{font-size:14px;line-height:1.35;letter-spacing:-.015em;margin:0 0 6px}.course-card-copy p{font-size:9px;color:#858c9b;line-height:1.55;margin:0;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.course-card-stats{display:grid;grid-template-columns:repeat(4,1fr);border-top:1px solid #eef0f4;border-bottom:1px solid #eef0f4;padding:12px 0;margin-top:13px}.course-card-stats div{padding:0 7px;border-right:1px solid #eef0f4}.course-card-stats div:first-child{padding-left:0}.course-card-stats div:last-child{border-right:0}.course-card-stats strong{display:block;font-size:13px;letter-spacing:-.02em}.course-card-stats span{display:block;font-size:7px;color:#9ba1af;margin-top:2px}.course-publish-row{margin-top:12px}.course-publish-label{display:flex;justify-content:space-between;gap:8px;align-items:center}.course-publish-label span{font-size:8px;color:#888f9e;font-weight:700}.course-publish-label strong{font-size:8px;color:#5d6475}.course-progress{height:5px;background:#eef0f4;border-radius:999px;overflow:hidden;margin-top:6px}.course-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#665be3,#42c7b7)}.course-card-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:13px}.course-created{font-size:7px;color:#a3a8b4}.course-manage-link{font-size:8px;color:#5d53d7;font-weight:900}.course-manage-link span{font-size:12px;margin-left:2px;transition:.15s}.course-manage-link:hover span{margin-left:5px}
.course-no-result,.course-empty-state{text-align:center;border:1px dashed #daddE6;border-radius:15px;background:#fbfcfd;padding:38px 22px}.course-no-result>div{width:42px;height:42px;border-radius:12px;background:#f0efff;color:#655ae0;display:grid;place-items:center;margin:0 auto 10px;font-size:20px}.course-no-result strong,.course-empty-state strong{display:block;font-size:12px}.course-no-result p,.course-empty-state p{font-size:9px;color:#959caa;line-height:1.6;max-width:470px;margin:7px auto}.course-empty-state{padding:48px 25px}.course-empty-state .btn{margin-top:12px}.course-empty-visual{position:relative;width:95px;height:65px;margin:0 auto 18px}.course-empty-visual span{position:absolute;left:50%;top:50%;width:72px;height:45px;border:1px solid #dad7fb;border-radius:11px;background:#f1f0ff}.course-empty-visual span:nth-child(1){transform:translate(-63%,-45%) rotate(-8deg)}.course-empty-visual span:nth-child(2){transform:translate(-38%,-55%) rotate(7deg);background:#e9faf7;border-color:#d2f1eb}.course-empty-visual span:nth-child(3){transform:translate(-50%,-50%);background:#fff;box-shadow:0 8px 20px rgba(50,50,80,.07)}
.course-create-head{display:flex;gap:11px;align-items:center}.course-create-icon{width:38px;height:38px;border-radius:11px;display:grid;place-items:center;background:linear-gradient(145deg,#6257df,#8278f0);color:#fff;font-size:21px;box-shadow:0 8px 18px rgba(98,87,223,.17)}.course-create-intro{font-size:10px;color:#858c9d;line-height:1.6;margin:11px 0 18px}.course-create-form{display:grid;gap:13px}.course-create-form label{font-size:9px}.course-create-form input,.course-create-form select,.course-create-form textarea{font-size:10px;padding:10px 11px}.course-create-form textarea{min-height:95px}.course-form-two{display:grid;grid-template-columns:.7fr 1.3fr;gap:10px}.course-form-note{display:flex;gap:8px;align-items:flex-start;background:#f7f7fc;border:1px solid #ececf5;border-radius:11px;padding:10px;color:#7e8494;font-size:8px;line-height:1.5}.course-form-note svg{width:15px;height:15px;fill:none;stroke:#6a61d8;stroke-width:1.8;flex:0 0 auto}.warning-note{background:#fff7e8;border-color:#f5e5bf;color:#885f1d}.course-create-form button:disabled,.course-create-form select:disabled{opacity:.55;cursor:not-allowed}
@media(max-width:1240px){.courses-hero{grid-template-columns:1fr 300px}.course-metrics{grid-template-columns:repeat(2,1fr)}.courses-workspace{grid-template-columns:1fr}.course-create-panel{position:static}.course-create-form{grid-template-columns:1fr 1fr}.course-create-intro,.course-form-note,.course-create-form>.wide{grid-column:1/-1}.course-create-form>label:last-of-type{grid-column:1/-1}}
@media(max-width:900px){.courses-hero{grid-template-columns:1fr;min-height:auto}.courses-hero-art{display:none}.course-card-grid{grid-template-columns:1fr}.course-create-form{grid-template-columns:1fr}.course-create-intro,.course-form-note,.course-create-form>.wide,.course-create-form>label:last-of-type{grid-column:auto}}
@media(max-width:620px){.courses-hero{padding:27px 21px;border-radius:18px}.courses-hero h1{font-size:29px}.courses-hero-actions{display:grid}.course-metrics{grid-template-columns:1fr}.course-library-panel,.course-create-panel{padding:17px}.course-panel-head{display:block}.course-count-pill{display:inline-flex;margin-top:10px}.course-toolbar{display:grid}.course-filter{width:100%}.course-form-two{grid-template-columns:1fr}.course-card-stats{grid-template-columns:repeat(2,1fr);gap:10px}.course-card-stats div{border-right:0;padding:0}.course-card-footer{align-items:flex-end}.course-metric small{max-width:none}}
