:root{
  --navy:#0f1c2d;--navy-2:#132338;--green:#10a567;--green-dark:#078b56;
  --green-soft:#dcf8ea;--bg:#f5f7fa;--card:#fff;--line:#e5eaf1;--ink:#172033;
  --muted:#6f7d91;--orange:#ef8a22;--orange-soft:#fff0dc;--red:#ef4444;--red-soft:#fee8e8;
  --purple:#7b4ce2;--purple-soft:#eee8ff;--blue:#1784d5;--blue-soft:#e5f3ff;
  --shadow:0 2px 9px rgba(16,24,40,.055);--radius:13px;--sidebar:246px;--topbar:66px
}
*{box-sizing:border-box}html,body{height:100%;margin:0}body{font-family:"Noto Sans Bengali","Hind Siliguri","Nirmala UI",system-ui,sans-serif;color:var(--ink);background:var(--bg);font-size:14px}.svg-sprite{position:absolute;width:0;height:0;overflow:hidden}svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.app-shell{min-height:100%;display:flex}.sidebar{position:fixed;inset:0 auto 0 0;width:var(--sidebar);background:linear-gradient(180deg,var(--navy),#0b1726);color:#dce5ef;padding:22px 12px;z-index:30;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:12px;padding:0 11px 24px}.brand-mark{width:41px;height:41px;border-radius:9px;color:#0cba72;display:grid;place-items:center}.brand-mark svg{width:39px;height:39px;stroke-width:1.7}.brand strong{font-size:24px;color:white;line-height:1.1;display:block}.brand small{display:block;color:#a8b3c3;margin-top:5px;font-size:11px;white-space:nowrap}.sidebar nav{display:flex;flex-direction:column;gap:5px}.nav-item{border:0;background:none;color:#d4deea;display:flex;align-items:center;gap:14px;width:100%;padding:13px 16px;border-radius:9px;text-align:left;font:inherit;font-size:16px;cursor:pointer;transition:.18s}.nav-item svg{width:21px}.nav-item:hover{background:rgba(255,255,255,.06);color:white}.nav-item.active{color:white;background:linear-gradient(135deg,#0aa465,#0bb976);box-shadow:0 5px 15px rgba(4,160,96,.2)}.sidebar-quote{border-top:1px solid rgba(255,255,255,.18);margin:24px 10px 0;padding:25px 2px;font-size:15px;line-height:1.65;color:#c1ccd9}.workspace{margin-left:var(--sidebar);width:calc(100% - var(--sidebar));min-height:100vh}.topbar{height:var(--topbar);background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:sticky;top:0;z-index:20}.topbar-left,.top-actions{display:flex;align-items:center}.topbar-left{gap:22px}.topbar h1{margin:0;font-size:27px;line-height:1;font-weight:800}.icon-btn{border:0;background:none;color:#263850;padding:7px;display:grid;place-items:center;cursor:pointer}.menu-btn{display:none}.top-actions{height:100%}.global-search{width:245px;height:39px;border:1px solid #dfe5ed;border-radius:9px;display:flex;align-items:center;gap:8px;padding:0 12px;background:#fbfcfd}.global-search svg{width:20px;color:#66758a}.global-search input{border:0;outline:0;background:transparent;font:inherit;width:100%;color:var(--ink)}.notification-btn{margin-left:17px;height:100%;width:56px;border-left:1px solid var(--line);border-right:1px solid var(--line);position:relative}.notification-btn span{position:absolute;top:10px;right:7px;background:#ef3939;color:#fff;font:700 10px system-ui;border:2px solid white;border-radius:20px;padding:2px 5px}.profile{height:100%;border:0;background:white;display:flex;align-items:center;gap:10px;padding:0 0 0 18px;cursor:pointer;font:inherit}.profile span{width:38px;height:38px;border-radius:50%;background:#344156;color:white;display:grid;place-items:center;font:700 12px system-ui}.profile b{font:600 14px system-ui}.profile i{font-style:normal;font-size:18px;color:#607086}.content{padding:27px;max-width:1600px;margin:auto}.page-head{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:20px;gap:18px}.page-head h2{font-size:28px;margin:0 0 5px;font-weight:850}.page-head p{margin:0;color:var(--muted);font-size:15px}.btn{height:43px;border:1px solid #d6dee8;border-radius:8px;background:white;color:#344256;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font:600 14px inherit;cursor:pointer;transition:.17s;white-space:nowrap}.btn svg{width:19px}.btn:hover{border-color:#aeb9c8;background:#fafbfc}.btn-primary{border-color:var(--green);background:linear-gradient(135deg,var(--green),#0ab46e);color:white;box-shadow:0 4px 10px rgba(16,165,103,.16)}.btn-primary:hover{background:var(--green-dark);border-color:var(--green-dark)}.btn-danger{color:var(--red);border-color:#ffc7c7}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:14px;margin-bottom:18px}.stat-card,.card{background:var(--card);border:1px solid var(--line);border-radius:var(--radius);box-shadow:var(--shadow)}.stat-card{min-height:110px;padding:20px;display:flex;align-items:center;gap:17px}.stat-icon{width:54px;height:54px;border-radius:50%;display:grid;place-items:center;color:var(--green);background:var(--green-soft);flex:none}.stat-icon.blue{color:var(--blue);background:var(--blue-soft)}.stat-icon.orange{color:var(--orange);background:var(--orange-soft)}.stat-icon.purple{color:var(--purple);background:var(--purple-soft)}.stat-copy small{color:#536176;font-size:14px}.stat-copy strong{display:block;font-size:29px;line-height:1.3;margin-top:4px;font-weight:850}.dashboard-grid{display:grid;grid-template-columns:1.45fr 1fr;gap:16px;margin-bottom:16px}.card{padding:20px}.card-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:17px;gap:12px}.card-title{display:flex;align-items:center;gap:10px}.card-title svg{color:var(--green)}.card-title h3{margin:0;font-size:20px}.select-compact{height:36px;border:1px solid var(--line);border-radius:8px;background:white;padding:0 28px 0 11px;color:#566477;font:inherit}.chart{height:235px;display:flex;align-items:flex-end;gap:24px;padding:21px 14px 8px;border-left:1px solid #dfe5ec;border-bottom:1px solid #dfe5ec;background:repeating-linear-gradient(to top,transparent 0,transparent 54px,#edf1f5 55px)}.bar-wrap{flex:1;height:100%;display:flex;flex-direction:column;justify-content:flex-end;align-items:center;gap:7px;min-width:24px}.bar{width:min(46px,70%);background:linear-gradient(180deg,#0db36e,#10a567);border-radius:5px 5px 0 0;position:relative;box-shadow:0 5px 12px rgba(16,165,103,.18)}.bar b{position:absolute;top:-25px;width:100%;text-align:center;font:600 12px system-ui;color:#425166}.bar-wrap small{font-size:12px;color:#69768a}.donut-zone{height:235px;display:flex;align-items:center;justify-content:center;gap:35px}.donut{width:155px;height:155px;border-radius:50%;background:conic-gradient(var(--green) 0 38%,#3186e7 38% 64%,#ff9d27 64% 82%,#8051dc 82%);display:grid;place-items:center;position:relative}.donut:after{content:"";width:88px;height:88px;border-radius:50%;background:white;position:absolute}.donut-center{position:relative;z-index:1;text-align:center}.donut-center strong{display:block;font-size:22px}.donut-center small{color:var(--muted)}.legend{display:grid;gap:14px}.legend div{display:flex;align-items:center;gap:9px;white-space:nowrap}.dot{width:9px;height:9px;border-radius:50%;background:var(--green)}.dot.blue{background:#3186e7}.dot.orange{background:#ff9d27}.dot.purple{background:#8051dc}.table-card{padding:0;overflow:visible}.table-card .card-head{padding:18px 20px 0}.table-wrap{overflow:auto}.data-table{width:100%;border-collapse:collapse;min-width:820px}.data-table th{background:#f6f8fa;color:#536176;padding:11px 13px;text-align:left;font-size:12px;font-weight:700;border-top:1px solid var(--line);border-bottom:1px solid var(--line);white-space:nowrap}.data-table td{padding:12px 13px;border-bottom:1px solid #edf0f4;vertical-align:middle;color:#3e4a5d}.data-table tr:last-child td{border-bottom:0}.data-table td strong{display:block;color:#1e293b;font-size:13px}.data-table td small{display:block;color:#8792a3;margin-top:3px}.status{display:inline-flex;align-items:center;border-radius:20px;padding:5px 11px;font-size:11px;font-weight:700;background:var(--green-soft);color:var(--green-dark);white-space:nowrap}.status.warn{background:var(--orange-soft);color:#d76a00}.status.draft{background:var(--purple-soft);color:var(--purple)}.status.expired{background:var(--red-soft);color:var(--red)}.action-row{display:flex;gap:5px}.mini-btn{width:32px;height:32px;border:1px solid #dce3ec;border-radius:7px;background:white;color:#40506a;display:grid;place-items:center;cursor:pointer}.mini-btn svg{width:16px;height:16px}.table-footer{display:flex;align-items:center;justify-content:space-between;padding:14px 18px;color:var(--muted)}.pagination{display:flex;gap:5px}.pagination button{border:1px solid var(--line);background:white;width:34px;height:34px;border-radius:7px;color:#526075}.pagination button.active{background:var(--green);color:white;border-color:var(--green)}.filters{padding:18px;margin-bottom:16px}.search-line{display:flex;gap:10px;margin-bottom:12px}.search-box{height:42px;border:1px solid #dbe2eb;border-radius:8px;background:white;display:flex;align-items:center;gap:9px;padding:0 12px;flex:1}.search-box input{border:0;outline:0;font:inherit;width:100%;background:transparent}.filter-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.field{display:grid;gap:7px}.field label{font-weight:700;font-size:13px;color:#2f3a4c}.field input,.field select,.field textarea{width:100%;border:1px solid #d9e1eb;border-radius:8px;background:#fff;padding:11px 13px;color:#344256;font:inherit;outline:none;transition:.15s}.field input:focus,.field select:focus,.field textarea:focus{border-color:#54c597;box-shadow:0 0 0 3px rgba(16,165,103,.09)}.field textarea{min-height:120px;resize:vertical}.form-layout{display:grid;grid-template-columns:minmax(0,1fr) 350px;gap:16px;align-items:start}.form-main{display:grid;gap:16px}.form-card{padding:21px}.form-card h3,.side-card h3{font-size:19px;margin:0}.form-card .section-desc{color:var(--muted);font-size:13px;margin:5px 0 18px}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-grid.three{grid-template-columns:repeat(3,1fr)}.full{grid-column:1/-1}.required{color:var(--red)}.editor{border:1px solid #d9e1eb;border-radius:8px;overflow:hidden;background:white}.editor-toolbar{display:flex;gap:2px;align-items:center;padding:8px;border-bottom:1px solid var(--line);background:#fafbfc;flex-wrap:wrap}.editor-toolbar button{border:0;background:none;width:31px;height:29px;border-radius:5px;font-weight:800;color:#344256}.editor-toolbar button:hover{background:#edf2f6}.editor textarea{border:0;border-radius:0;min-height:155px}.side-card{padding:21px;position:sticky;top:86px}.toggle-line{display:flex;align-items:center;justify-content:space-between;padding:14px 0;border-bottom:1px solid var(--line)}.toggle-line:last-child{border:0}.switch{width:42px;height:24px;border-radius:20px;background:#cbd4df;border:0;position:relative;cursor:pointer}.switch:after{content:"";position:absolute;left:3px;top:3px;width:18px;height:18px;border-radius:50%;background:white;transition:.2s}.switch.on{background:var(--green)}.switch.on:after{left:21px}.preview-card{border:1px solid var(--line);border-radius:10px;margin-top:16px;padding:14px;background:#fbfdfc}.preview-card h4{margin:0 0 4px;font-size:15px}.preview-card p{margin:0;color:var(--muted);font-size:12px}.stepper{background:white;border:1px solid var(--line);border-radius:var(--radius);padding:17px 24px;display:flex;align-items:center;margin-bottom:16px}.step{display:flex;align-items:center;gap:9px;color:#778498;flex:1;font-weight:700}.step:after{content:"";height:2px;background:#dfe5ec;flex:1;margin:0 14px}.step:last-child:after{display:none}.step span{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:#edf1f5;color:#536176;font-family:system-ui}.step.active,.step.done{color:var(--green-dark)}.step.active span,.step.done span{color:white;background:var(--green)}.bottom-actions{display:flex;align-items:center;justify-content:space-between;margin-top:16px;padding:15px 0}.bottom-actions>div{display:flex;gap:10px}.upload-box{border:1.5px dashed #bdc9d8;border-radius:10px;min-height:118px;display:grid;place-items:center;text-align:center;color:#68778c;background:#fbfcfe}.upload-box svg{width:28px;height:28px;margin-bottom:5px}.empty-state{text-align:center;padding:50px 20px;color:var(--muted)}.placeholder-page .card{min-height:460px;display:grid;place-items:center}.placeholder-page h3{font-size:24px;margin:0 0 8px;color:var(--ink)}.toast{position:fixed;right:25px;bottom:25px;background:#142235;color:white;padding:13px 18px;border-radius:9px;box-shadow:0 12px 30px rgba(0,0,0,.2);opacity:0;transform:translateY(15px);pointer-events:none;transition:.25s;z-index:60}.toast.show{opacity:1;transform:translateY(0)}.mobile-overlay{display:none}
@media(max-width:1150px){:root{--sidebar:218px}.brand strong{font-size:20px}.nav-item{font-size:14px}.stats{grid-template-columns:repeat(2,1fr)}.dashboard-grid{grid-template-columns:1fr}.form-layout{grid-template-columns:1fr}.side-card{position:static}.form-grid.three{grid-template-columns:1fr 1fr}}
@media(max-width:820px){:root{--sidebar:246px}.sidebar{transform:translateX(-100%);transition:.25s}.sidebar.open{transform:translateX(0)}.workspace{margin-left:0;width:100%}.menu-btn{display:grid}.topbar{padding:0 14px}.topbar h1{font-size:21px}.global-search{display:none}.profile b,.profile i{display:none}.content{padding:18px 14px}.mobile-overlay{display:block;position:fixed;inset:0;background:rgba(9,17,28,.5);z-index:25;opacity:0;pointer-events:none;transition:.25s}.mobile-overlay.show{opacity:1;pointer-events:auto}.page-head h2{font-size:23px}.filter-grid,.form-grid,.form-grid.three{grid-template-columns:1fr}.page-head{align-items:stretch}.page-head .btn{align-self:flex-start}.stepper{overflow:auto;padding:12px}.step{min-width:130px}.chart{gap:10px}.donut-zone{gap:15px}}
@media(max-width:520px){.stats{grid-template-columns:1fr}.stat-card{min-height:92px}.page-head{flex-direction:column}.page-head .btn{width:100%}.topbar-left{gap:8px}.profile{padding-left:8px}.notification-btn{margin-left:0}.content{padding:14px 10px}.card{padding:15px}.donut-zone{flex-direction:column;height:auto;padding:15px}.search-line{flex-direction:column}.bottom-actions{flex-direction:column;gap:10px;align-items:stretch}.bottom-actions>div{width:100%}.bottom-actions .btn{flex:1}}
.muted{color:var(--muted)}.mt-16{margin-top:16px}.mb-0{margin-bottom:0}.text-right{text-align:right}.danger-link{color:var(--red)}.link{color:var(--green-dark);font-weight:700;text-decoration:none}.badge{display:inline-flex;padding:4px 9px;border-radius:20px;background:#edf2f6;color:#536176;font-size:12px}.color-dot{width:22px;height:22px;border-radius:50%;display:inline-block;vertical-align:middle;border:2px solid #fff;box-shadow:0 0 0 1px #d7dfe8}.option-row{display:grid;grid-template-columns:42px 1fr;gap:10px;align-items:center}.option-row input[type=radio]{width:18px;height:18px;accent-color:var(--green)}.question-list{display:grid;gap:9px;max-height:520px;overflow:auto}.question-pick{display:grid;grid-template-columns:24px 1fr;gap:10px;padding:12px;border:1px solid var(--line);border-radius:9px;background:#fff}.question-pick input{accent-color:var(--green)}.question-pick small{color:var(--muted)}.help{font-size:12px;color:var(--muted);line-height:1.55}.code{font-family:ui-monospace,SFMono-Regular,monospace;background:#f1f4f7;padding:2px 6px;border-radius:4px}.image-preview{max-width:170px;max-height:100px;border-radius:8px;border:1px solid var(--line)}nav[role=navigation]{padding:14px 18px}nav[role=navigation]>div:first-child{display:none}nav[role=navigation]>div:last-child{display:flex;justify-content:space-between;align-items:center;color:var(--muted)}nav[role=navigation] span.relative,nav[role=navigation] a.relative{display:inline-flex;padding:8px 11px;border:1px solid var(--line);text-decoration:none;color:#526075;background:white}nav[role=navigation] span[aria-current=page] span{background:var(--green);color:white;border-color:var(--green)}
.alert{padding:12px 15px;border-radius:8px;margin-bottom:16px}.alert-success{background:#dcf8ea;color:#087a4d}.alert-error{background:#fee8e8;color:#b42318}.errors{margin:0;padding-left:20px}.auth-page{min-height:100vh;display:grid;place-items:center;background:radial-gradient(circle at 50% 0,#e7fbf2 0,transparent 36%),#f5f7fa;padding:20px}.auth-card{width:min(430px,100%);padding:32px;border-radius:16px}.auth-brand{display:flex;justify-content:center;margin-bottom:22px}.auth-card .btn{width:100%;margin-top:10px}.logo-circle{width:50px;height:50px;border-radius:14px;background:linear-gradient(135deg,var(--green),#08bd73);color:#fff;display:grid;place-items:center;font:800 17px system-ui;box-shadow:0 8px 22px rgba(16,165,103,.24)}
