@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Playfair+Display:wght@600;700&display=swap');:root{--blue:#2563eb;--blue2:#1d4ed8;--yellow:#facc15;--soft:#eff6ff;--ink:#0f172a;--muted:#64748b;--line:#e2e8f0;--bg:#f8fafc;--green:#059669;--red:#dc2626;--shadow:0 20px 65px rgba(15,23,42,.09)}*{box-sizing:border-box}body{margin:0;font-family:'DM Sans',sans-serif;color:var(--ink);background:var(--bg)}button,input,select,textarea{font:inherit}button{cursor:pointer}.hidden{display:none!important}.login{min-height:100vh;display:grid;place-items:center;padding:20px;background:radial-gradient(circle at 20% 20%,#eff6ff,transparent 30%),radial-gradient(circle at 80% 15%,#fefce8,transparent 25%),#fff}.login-card{width:min(450px,96vw);background:#fff;border:1px solid var(--line);border-radius:28px;padding:34px;box-shadow:var(--shadow)}.login-card img{width:76px;height:76px;object-fit:contain}.login-card h1{font-family:'Playfair Display',serif;font-size:38px;margin:10px 0}.login-card p{color:var(--muted);font-size:12px;line-height:1.6}.field{display:grid;gap:6px;font-size:11px;font-weight:700}.field input,.field select,.field textarea{border:1px solid var(--line);background:#fff;border-radius:12px;padding:11px 12px;outline:0;width:100%}.field textarea{min-height:90px;resize:vertical}.field input:focus,.field select:focus,.field textarea:focus{border-color:var(--blue);box-shadow:0 0 0 3px var(--soft)}.login-form{display:grid;gap:13px;margin-top:22px}.btn{border:0;border-radius:12px;padding:11px 14px;font-weight:700;font-size:11px}.primary{background:var(--blue);color:#fff}.dark{background:var(--ink);color:#fff}.light{background:#fff;border:1px solid var(--line)}.yellow{background:var(--yellow);color:#111827}.danger{background:#fee2e2;color:#991b1b}.app{min-height:100vh}.sidebar{position:fixed;inset:0 auto 0 0;width:248px;background:#fff;border-right:1px solid var(--line);padding:19px 13px;display:flex;flex-direction:column;z-index:50}.side-brand{display:flex;align-items:center;gap:10px;padding:5px 8px 23px}.side-brand img{width:44px;height:44px;object-fit:contain}.side-brand strong{font-family:'Playfair Display',serif;display:block;font-size:18px}.side-brand small{color:var(--muted);font-size:9px}.nav{display:grid;gap:5px}.nav button{border:0;background:transparent;border-radius:11px;padding:11px 12px;text-align:left;color:#475569;font-size:11px}.nav button.active,.nav button:hover{background:var(--soft);color:var(--blue2);font-weight:700}.side-bottom{margin-top:auto;border-top:1px solid var(--line);padding-top:12px}.side-bottom button{width:100%;text-align:left}.main{margin-left:248px;min-height:100vh}.topbar{height:82px;border-bottom:1px solid var(--line);background:rgba(248,250,252,.9);backdrop-filter:blur(14px);position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;padding:0 28px}.topbar h2{font-family:'Playfair Display',serif;margin:3px 0;font-size:24px}.eyebrow{font-size:9px;text-transform:uppercase;letter-spacing:.16em;color:var(--blue);font-weight:700}.avatar{width:40px;height:40px;border-radius:12px;background:var(--ink);color:#fff;display:grid;place-items:center;font-size:11px;font-weight:700}.content{padding:26px 28px 55px;max-width:1550px;margin:auto}.welcome{display:flex;justify-content:space-between;align-items:end;gap:15px;margin-bottom:20px}.welcome h1{font-family:'Playfair Display',serif;font-size:34px;margin:0}.welcome p{color:var(--muted);font-size:11px}.stats{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.stat{background:#fff;border:1px solid var(--line);border-radius:18px;padding:17px}.stat small{color:var(--muted);font-size:9px;text-transform:uppercase}.stat b{font-size:24px;display:block;margin-top:10px}.panel{background:#fff;border:1px solid var(--line);border-radius:20px;padding:18px;margin-top:15px}.panel-head{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px}.panel-head h3{margin:0;font-size:14px}.panel-head p{margin:4px 0;color:var(--muted);font-size:10px}.table-wrap{overflow:auto}.table{width:100%;border-collapse:collapse;min-width:920px}.table th{font-size:9px;color:var(--muted);text-transform:uppercase;letter-spacing:.05em;text-align:left;padding:10px;border-bottom:1px solid var(--line)}.table td{font-size:10px;padding:11px 10px;border-bottom:1px solid #f1f5f9;vertical-align:middle}.table tr:hover td{background:#fbfdff}.tag{display:inline-flex;padding:5px 8px;border-radius:999px;font-size:9px;font-weight:700;background:var(--soft);color:var(--blue2)}.tag.yellow{background:#fef9c3;color:#854d0e}.tag.green{background:#d1fae5;color:#065f46}.tag.red{background:#fee2e2;color:#991b1b}.filters{display:flex;gap:8px;flex-wrap:wrap}.filters input,.filters select{border:1px solid var(--line);border-radius:10px;padding:9px 10px;font-size:10px;background:#fff}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:13px}.grid3{display:grid;grid-template-columns:repeat(3,1fr);gap:13px}.site-card,.service-card{border:1px solid var(--line);border-radius:17px;padding:15px;background:#fff}.site-card h4,.service-card h4{margin:0 0 5px}.site-card p,.service-card p{font-size:10px;color:var(--muted);line-height:1.5}.inline{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.price-input{width:130px!important;text-align:right}.check-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:6px;margin-top:8px}.check{display:flex;gap:7px;align-items:center;border:1px solid var(--line);border-radius:10px;padding:8px;font-size:10px}.modal-wrap{position:fixed;inset:0;background:rgba(15,23,42,.48);display:none;align-items:center;justify-content:center;padding:20px;z-index:100}.modal-wrap.open{display:flex}.modal{width:min(820px,96vw);max-height:92vh;overflow:auto;background:#fff;border-radius:24px;box-shadow:var(--shadow);position:relative}.modal-close{position:absolute;right:16px;top:16px;width:36px;height:36px;border-radius:50%;border:1px solid var(--line);background:#fff}.modal-body{padding:26px}.modal h2{font-family:'Playfair Display',serif;font-size:30px;margin:6px 0 18px}.toast{position:fixed;bottom:22px;left:50%;transform:translate(-50%,20px);background:#0f172a;color:#fff;padding:10px 14px;border-radius:11px;font-size:10px;opacity:0;transition:.2s;z-index:150}.toast.show{opacity:1;transform:translate(-50%,0)}.loading{text-align:center;color:var(--muted);padding:50px}.mobile-menu{display:none}@media(max-width:980px){.stats{grid-template-columns:repeat(2,1fr)}.grid3{grid-template-columns:1fr 1fr}.sidebar{transform:translateX(-100%);transition:.2s}.sidebar.open{transform:none}.main{margin-left:0}.mobile-menu{display:block;border:0;background:#fff;border:1px solid var(--line);border-radius:10px;width:38px;height:38px}.topbar{padding:0 16px}.content{padding:20px 16px}.grid2{grid-template-columns:1fr}}@media(max-width:620px){.stats,.grid3{grid-template-columns:1fr}.welcome{align-items:flex-start;flex-direction:column}.panel{padding:14px}.modal-body{padding:21px 17px}.check-grid{grid-template-columns:1fr}}

.admin-qris-row{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.admin-qris{width:180px;height:180px;object-fit:contain;border:1px solid var(--line);border-radius:15px;background:#fff;padding:7px}.admin-qris-card{width:150px;height:150px;object-fit:contain;border:1px solid var(--line);border-radius:13px;background:#fff;padding:6px;margin:7px 0 12px;display:block}

.sort-note{margin-top:12px;padding:9px 12px;background:#eff6ff;border:1px solid #dbeafe;border-radius:12px;color:#1e40af;font-size:11px}
.filters select#bsort{border-color:#bfdbfe;background:#eff6ff;font-weight:700;color:#1d4ed8}
.simple-price-head{margin-top:0}.price-service{margin-top:14px}.price-service-head{display:flex;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:12px}.price-service-head h3{margin:9px 0 4px;font-size:17px}.price-service-head p{margin:0;color:var(--muted);font-size:10px;max-width:620px}.price-table{min-width:680px}.mini-link{border:0;background:transparent;color:var(--blue);font-size:9px;text-decoration:underline;padding:0}.muted{color:var(--muted)}@media(max-width:760px){.price-service-head{flex-direction:column}.price-service-head .inline{width:100%}}

.site-link-box{background:#f8fafc;border:1px solid #dbeafe;border-radius:14px;padding:11px 12px;margin:12px 0}.site-link-box small{display:block;color:#64748b;font-size:9px;font-weight:800;letter-spacing:.12em;margin-bottom:5px}.site-link-box a{color:#1d4ed8;font-weight:700;word-break:break-all;text-decoration:none}.site-link-box a:hover{text-decoration:underline}


/* V9 - Rekap Booking */
.report-filter-panel{margin-top:0}.report-filters{align-items:flex-end}.report-control{display:grid;gap:6px;min-width:155px}.report-control>span{font-size:9px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:var(--muted)}.report-control input,.report-control select{width:100%;min-height:38px}.report-control.disabled-control{opacity:.48}.report-action-wrap{display:flex;gap:8px;align-items:center;padding-bottom:1px}.report-period-banner{margin:15px 0;display:flex;justify-content:space-between;align-items:center;gap:18px;padding:18px 20px;background:linear-gradient(135deg,#eff6ff,#fffbea);border:1px solid #dbeafe;border-radius:18px}.report-period-banner h3{font-family:'Playfair Display',serif;font-size:24px;margin:5px 0}.report-period-banner p{margin:0;color:var(--muted);font-size:10px}.report-period-banner>b{font-size:20px;white-space:nowrap}.report-stats{margin-top:0}.report-stats.second-row{margin-top:12px}.report-table{min-width:1320px}.report-breakdown{min-width:720px}.report-months{min-width:720px}@media(max-width:760px){.report-control{min-width:calc(50% - 4px);flex:1}.report-action-wrap{width:100%}.report-action-wrap .btn{flex:1}.report-period-banner{align-items:flex-start;flex-direction:column}.report-period-banner>b{font-size:18px}}

/* V11 — Testimonial folder manager */
.testi-admin-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.testi-folder-card{background:#fff;border:1px solid #e7eaf0;border-radius:22px;overflow:hidden;cursor:pointer;box-shadow:0 8px 30px rgba(15,23,42,.035);transition:.2s}.testi-folder-card:hover{transform:translateY(-3px);box-shadow:0 14px 35px rgba(15,23,42,.08)}.testi-folder-cover{height:220px;background:#fafafa;display:grid;place-items:center;overflow:hidden}.testi-folder-cover img{width:100%;height:100%;object-fit:cover}.testi-empty-cover{font-size:50px}.testi-folder-meta{padding:16px 18px;display:flex;align-items:center;justify-content:space-between}.testi-folder-meta h3{margin:0 0 5px;font-size:16px}.testi-folder-meta p{margin:0;color:#64748b;font-size:12px}.testi-folder-meta>span{font-size:28px;color:#94a3b8}.testi-folder-actions{padding:0 18px 18px;display:flex;gap:8px;flex-wrap:wrap}.btn.danger{background:#fff;border:1px solid #fecaca;color:#b91c1c}.testi-site-select{min-width:min(440px,100%)}.testi-folder-modal-head{display:flex;justify-content:space-between;gap:20px}.testi-upload-box{display:grid;place-items:center;text-align:center;border:1.5px dashed #93c5fd;border-radius:18px;background:#eff6ff;padding:22px;cursor:pointer;margin:18px 0;color:#1d4ed8;font-weight:800}.testi-upload-box input{display:none}.testi-upload-box span{display:block;color:#64748b;font-weight:500;font-size:11px;margin-top:6px}.testi-photo-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.testi-photo-item{position:relative;border:1px solid #e2e8f0;border-radius:15px;overflow:hidden;background:#f8fafc}.testi-photo-item img{width:100%;height:210px;display:block;object-fit:cover}.testi-photo-actions{display:flex;gap:6px;padding:8px;justify-content:space-between}.testi-folder-empty{grid-column:1/-1;text-align:center;padding:42px;border:1px dashed #cbd5e1;border-radius:16px;color:#64748b}.testi-folder-empty p{margin-bottom:0}@media(max-width:1050px){.testi-admin-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:720px){.testi-admin-grid,.testi-photo-grid{grid-template-columns:1fr}.testi-folder-cover{height:200px}.testi-photo-item img{height:auto;max-height:520px;object-fit:contain}}

/* V12 — delete controls, Drive-like nested testimonials, responsive polish */
.price-actions{justify-content:flex-end}.price-actions .btn{white-space:nowrap}.btn.danger{background:#fff;border:1px solid #fecaca;color:#b91c1c}.btn.danger:hover{background:#fff1f2}.danger-text{color:#b91c1c!important}
.drive-toolbar{margin-top:0}.drive-breadcrumb{display:flex;align-items:center;gap:7px;flex-wrap:wrap;margin:14px 0}.drive-breadcrumb>span{color:#94a3b8}.drive-crumb{border:0;background:transparent;color:#475569;padding:7px 9px;border-radius:9px;font-weight:700;font-size:11px}.drive-crumb:hover,.drive-crumb.active{background:#eff6ff;color:#1d4ed8}.drive-current-head{display:flex;justify-content:space-between;align-items:center;gap:18px;margin:22px 0 8px}.drive-current-head h2{font-family:'Playfair Display',serif;font-size:28px;margin:5px 0}.drive-current-head p{margin:0;color:#64748b;font-size:11px}.drive-upload-btn{position:relative;overflow:hidden;cursor:pointer;white-space:nowrap}.drive-upload-btn input{position:absolute;inset:0;opacity:0;cursor:pointer}.drive-progress{min-height:20px;margin-bottom:8px}.drive-section-label{font-size:10px;text-transform:uppercase;letter-spacing:.12em;font-weight:800;color:#64748b;margin:20px 0 10px}.drive-folder-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.drive-folder-card{border:1px solid #e2e8f0;border-radius:18px;background:#fff;overflow:hidden;cursor:pointer;transition:.18s;min-width:0}.drive-folder-card:hover{transform:translateY(-2px);box-shadow:0 12px 32px rgba(15,23,42,.08);border-color:#bfdbfe}.drive-folder-cover{height:150px;background:#f8fafc;display:grid;place-items:center;overflow:hidden}.drive-folder-cover img{width:100%;height:100%;object-fit:cover}.drive-folder-icon{font-size:46px}.drive-folder-info{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:13px 14px}.drive-folder-info h3{font-size:13px;margin:0 0 4px;overflow-wrap:anywhere}.drive-folder-info p{font-size:10px;color:#64748b;margin:0}.drive-folder-info>span{font-size:22px;color:#94a3b8}.drive-folder-actions{display:flex;gap:7px;flex-wrap:wrap;padding:0 14px 14px}.drive-photo-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.drive-photo-card{border:1px solid #e2e8f0;border-radius:16px;overflow:hidden;background:#fff;min-width:0}.drive-photo-card>img{display:block;width:100%;aspect-ratio:4/3;object-fit:cover;background:#f8fafc}.drive-photo-actions{display:flex;justify-content:space-between;gap:6px;padding:8px}.action-btn{border:1px solid #e2e8f0;background:#fff;border-radius:9px;padding:7px 9px;font-size:9px;font-weight:700;cursor:pointer}.action-btn:hover{background:#f8fafc}.drive-empty{grid-column:1/-1;text-align:center;border:1px dashed #cbd5e1;border-radius:16px;padding:34px 18px;color:#64748b}.drive-empty p{margin:7px 0 0;font-size:11px}

html{-webkit-text-size-adjust:100%}body{overflow-x:hidden}.main,.content,.panel,.site-card,.service-card{min-width:0}.table-wrap{-webkit-overflow-scrolling:touch}.btn,button,input,select,textarea{touch-action:manipulation}.btn{min-height:38px}
@media(max-width:1280px){.drive-folder-grid,.drive-photo-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.content{max-width:1200px}}
@media(max-width:980px){.drive-folder-grid,.drive-photo-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.sidebar{width:min(300px,86vw)}.main{width:100%}.content{max-width:none}.price-table{min-width:760px}}
@media(max-width:720px){.drive-current-head{align-items:flex-start;flex-direction:column}.drive-upload-btn{width:100%}.drive-folder-grid,.drive-photo-grid{grid-template-columns:1fr 1fr}.filters>*{flex:1 1 180px}.welcome h1{font-size:clamp(27px,8vw,34px)}.topbar h2{font-size:21px}.modal{width:min(96vw,820px);max-height:calc(100dvh - 18px);border-radius:20px}.modal-wrap{padding:9px}.table td,.table th{white-space:nowrap}.price-actions{flex-wrap:nowrap}}
@media(max-width:520px){.content{padding:15px 11px 44px}.topbar{height:70px;padding:0 11px}.panel{border-radius:16px;padding:12px}.drive-folder-grid,.drive-photo-grid{grid-template-columns:1fr}.drive-folder-cover{height:190px}.drive-photo-card>img{aspect-ratio:auto;max-height:70dvh;object-fit:contain}.filters{display:grid;grid-template-columns:1fr;width:100%}.filters input,.filters select,.field input,.field select,.field textarea{font-size:16px;min-height:44px}.welcome{gap:10px}.welcome>.btn{width:100%}.grid2,.grid3,.check-grid{grid-template-columns:1fr}.btn{min-height:44px}.drive-folder-actions .btn{flex:1}.modal-body{padding:20px 14px}.report-control{min-width:100%}.report-action-wrap{display:grid;grid-template-columns:1fr}.report-action-wrap .btn{width:100%}}
@media(hover:none){.site-card:hover,.service-card:hover,.drive-folder-card:hover{transform:none}.btn:hover{filter:none}}

/* V13 theme editor */
.theme-editor{border:1px solid #dbe5f1;border-radius:18px;padding:16px;background:#f8fbff}.theme-editor-head{display:flex;justify-content:space-between;gap:16px;margin-bottom:14px}.theme-editor-head b{font-size:13px}.theme-editor-head small{display:block;color:#64748b;margin-top:4px;line-height:1.5}.preset-row{display:flex;gap:8px;flex-wrap:wrap}.preset-btn{border:1px solid #cbd5e1;background:#fff;border-radius:10px;padding:9px 11px;font-size:10px;font-weight:700}.preset-btn:before{content:'';display:inline-block;width:9px;height:9px;border-radius:50%;background:#2563eb;margin-right:6px;box-shadow:10px 0 0 #facc15}.preset-btn.pink:before{background:#ff6ccc;box-shadow:10px 0 0 #fff0d8}.color-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin-top:13px}.color-field{display:grid;gap:6px;font-size:10px;font-weight:700}.color-field input[type=color]{width:100%;height:44px;padding:3px;border:1px solid #cbd5e1;border-radius:10px;background:#fff}.color-field code{font-size:9px;color:#64748b}.theme-preview{margin-top:14px;border:2px solid #2563eb;border-radius:15px;padding:14px;display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:70px}.theme-preview span{font-size:9px;text-transform:uppercase;letter-spacing:.14em;opacity:.65}.theme-preview b{font-size:18px;flex:1}.theme-preview button{border:0;border-radius:9px;padding:9px 13px;font-weight:700}.theme-swatches{display:inline-flex;gap:3px;vertical-align:middle;margin-right:5px}.theme-swatches i{display:block;width:12px;height:12px;border-radius:50%;border:1px solid rgba(15,23,42,.15)}
@media(max-width:820px){.color-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.theme-preview{align-items:flex-start;flex-direction:column}}

/* FINAL UI/UX POLISH */
:root{--blue:#2563eb;--blue2:#1d4ed8;--yellow:#facc15;--ink:#0f172a;--muted:#64748b;--line:#e5eaf1;--bg:#f5f7fb;--shadow:0 24px 70px rgba(15,23,42,.10)}
html{scroll-behavior:smooth;-webkit-text-size-adjust:100%}body{min-width:320px}.btn,button,input,select,textarea{transition:border-color .18s,box-shadow .18s,background .18s,transform .18s}.btn:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(37,99,235,.22);outline-offset:2px}.btn:hover:not(:disabled){transform:translateY(-1px)}.btn:disabled{opacity:.58;cursor:not-allowed;transform:none}
.login{padding:28px;background:radial-gradient(circle at 8% 10%,rgba(37,99,235,.08),transparent 32%),radial-gradient(circle at 95% 12%,rgba(250,204,21,.13),transparent 28%),#f7f9fc}.login-shell{width:min(1080px,100%);min-height:640px;display:grid;grid-template-columns:1.05fr .95fr;background:#fff;border:1px solid #e7ebf1;border-radius:34px;overflow:hidden;box-shadow:0 35px 100px rgba(15,23,42,.13)}.login-visual{position:relative;padding:58px;background:linear-gradient(145deg,#0f172a 0%,#132044 58%,#1d4ed8 100%);color:#fff;display:flex;flex-direction:column;justify-content:center;overflow:hidden}.login-visual:after{content:'';position:absolute;width:320px;height:320px;border-radius:50%;right:-110px;top:-90px;border:52px solid rgba(250,204,21,.12)}.login-visual-mark{width:64px;height:64px;border-radius:20px;display:grid;place-items:center;background:#fff;color:#1d4ed8;font-size:22px;font-weight:800;box-shadow:0 18px 45px rgba(0,0,0,.18);margin-bottom:34px}.light-eye{color:#fde047}.login-visual h2{font-family:'Playfair Display',serif;font-size:clamp(40px,5vw,62px);line-height:.98;letter-spacing:-.04em;margin:14px 0 20px;max-width:600px}.login-visual>p{font-size:14px;line-height:1.75;color:#cbd5e1;max-width:560px}.login-feature-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:34px}.login-feature-grid>div{border:1px solid rgba(255,255,255,.13);background:rgba(255,255,255,.06);border-radius:18px;padding:15px}.login-feature-grid b{display:block;font-size:13px;margin-bottom:5px}.login-feature-grid span{font-size:10px;color:#cbd5e1;line-height:1.4}.login-card{width:auto;max-width:none;border:0;border-radius:0;box-shadow:none;padding:64px 58px;display:flex;flex-direction:column;justify-content:center}.login-card-head h1{font-size:42px;letter-spacing:-.035em;margin:8px 0}.login-card-head p{font-size:13px}.login-form{gap:15px}.login-form .field span{font-size:11px}.login-form input{min-height:50px;border-radius:14px;font-size:14px}.login-submit{min-height:50px;border-radius:14px;font-size:13px;box-shadow:0 12px 28px rgba(37,99,235,.22)}.forgot-link{border:0;background:transparent;color:var(--blue);font-size:11px;font-weight:800;padding:5px 0}.login-help{margin-top:18px;padding-top:18px;border-top:1px solid var(--line);font-size:10px;line-height:1.55;color:var(--muted)}.password-wrap{position:relative}.password-wrap input{padding-right:92px}.password-toggle{position:absolute;right:8px;top:50%;transform:translateY(-50%);border:0;background:#f1f5f9;border-radius:9px;padding:7px 10px;color:#334155;font-size:9px;font-weight:800}.password-toggle:hover{transform:translateY(-50%)}.auth-status{display:none;margin-top:10px;border-radius:12px;padding:10px 12px;font-size:10px;line-height:1.5}.auth-status.loading{display:block;background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}.auth-status.error{display:block;background:#fff1f2;color:#be123c;border:1px solid #fecdd3}.reset-code-note{background:#eff6ff;border:1px solid #bfdbfe;color:#1e40af;border-radius:13px;padding:12px 14px;font-size:10px;line-height:1.5;margin-bottom:14px}
.sidebar{width:268px;padding:20px 14px;background:#fff;box-shadow:5px 0 30px rgba(15,23,42,.025)}.main{margin-left:268px}.side-brand{padding:6px 10px 22px;gap:12px}.side-logo{width:44px;height:44px;border-radius:14px;display:grid;place-items:center;background:linear-gradient(145deg,#2563eb,#1d4ed8);color:#fff;font-weight:800;box-shadow:0 9px 22px rgba(37,99,235,.22)}.side-brand strong{font-family:'DM Sans',sans-serif;font-size:16px;font-weight:800}.side-brand small{letter-spacing:.12em}.nav{gap:6px}.nav button{display:flex;align-items:center;gap:11px;min-height:44px;border-radius:13px;padding:10px 12px;font-size:11px}.nav-icon{width:25px;height:25px;display:grid;place-items:center;border-radius:8px;background:#f8fafc;color:#64748b;font-size:12px}.nav button.active{background:linear-gradient(90deg,#eff6ff,#f8fbff);box-shadow:inset 3px 0 0 var(--blue)}.nav button.active .nav-icon{background:#2563eb;color:#fff}.side-bottom .btn{min-height:44px;border-radius:13px}.topbar{height:84px;background:rgba(245,247,251,.88);padding:0 30px}.topbar-account{display:flex;align-items:center;gap:10px}.topbar-account-copy{text-align:right}.topbar-account-copy b{display:block;font-size:11px}.topbar-account-copy span{display:block;font-size:9px;color:var(--muted);margin-top:3px}.avatar{border-radius:14px;background:linear-gradient(145deg,#0f172a,#263650);box-shadow:0 8px 22px rgba(15,23,42,.18)}.content{padding:30px 30px 70px}.welcome{padding:2px 2px 3px}.welcome h1{font-size:36px;letter-spacing:-.03em}.welcome p{font-size:12px;line-height:1.6}.stats{gap:14px}.stat{border-radius:20px;padding:19px;box-shadow:0 10px 34px rgba(15,23,42,.035)}.stat b{font-size:26px;letter-spacing:-.03em}.panel{border-radius:22px;padding:20px;box-shadow:0 10px 34px rgba(15,23,42,.03)}.site-card,.service-card{border-radius:19px;padding:17px}.table-wrap{border-radius:14px;border:1px solid #eef1f5}.table{background:#fff}.table th{position:sticky;top:0;background:#f8fafc;z-index:2;padding:12px 11px}.table td{padding:12px 11px;font-size:10.5px}.filters{padding:5px 0}.filters input,.filters select{min-height:40px;border-radius:11px}.field input,.field select,.field textarea{min-height:42px;border-radius:12px}.modal{border-radius:26px;box-shadow:0 30px 100px rgba(15,23,42,.18)}.modal-close{z-index:2}.site-link-box{border-radius:13px}.theme-editor{border-radius:20px}.drive-folder-card,.drive-photo-card{box-shadow:0 8px 28px rgba(15,23,42,.035)}
@media(max-width:980px){.login-shell{grid-template-columns:1fr;max-width:650px}.login-visual{padding:36px}.login-visual h2{font-size:42px}.login-feature-grid{margin-top:22px}.login-card{padding:40px 36px}.sidebar{width:min(300px,88vw);box-shadow:24px 0 70px rgba(15,23,42,.18)}.main{margin-left:0}.topbar-account-copy{display:none}}
@media(max-width:620px){.login{padding:12px}.login-shell{border-radius:24px}.login-visual{padding:28px 22px}.login-visual-mark{width:52px;height:52px;border-radius:16px;margin-bottom:22px}.login-visual h2{font-size:36px}.login-feature-grid{grid-template-columns:1fr 1fr;gap:8px}.login-feature-grid>div{padding:12px}.login-card{padding:30px 20px 32px}.login-card-head h1{font-size:34px}.content{padding:16px 12px 50px}.topbar{padding:0 12px;height:72px}.welcome h1{font-size:30px}.panel,.stat{border-radius:17px}.topbar-account .avatar{width:36px;height:36px}.modal{border-radius:20px}.modal-wrap{padding:8px}.modal-body{padding:22px 16px}.login-help{font-size:9.5px}}
@media(max-width:390px){.login-feature-grid{grid-template-columns:1fr}.login-visual{display:none}.login-shell{min-height:auto}.login-card{min-height:calc(100dvh - 24px)}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important;animation:none!important}}

/* v21 testimonial text + image admin */
.testi-mini-images{display:flex;gap:6px;flex-wrap:wrap}.testi-mini-images img{width:54px;height:54px;border-radius:10px;object-fit:cover;border:1px solid var(--line)}.testi-current-images{display:grid;grid-template-columns:repeat(3,minmax(0,120px));gap:10px}.testi-current-images img{width:100%;aspect-ratio:1/1;object-fit:cover;border-radius:14px;border:1px solid var(--line)}

/* v23 source is automatic and read-only */
.source-readonly{min-height:48px;border:1px solid var(--line);border-radius:14px;background:#f8fafc;padding:10px 12px;display:grid;gap:2px;align-content:center}.source-readonly b{font-size:13px}.source-readonly small{font-size:11px;color:#6b7280}

.side-logo.has-image,.avatar.has-image,.login-visual-mark.has-image{padding:0!important;background:#fff;overflow:hidden} .side-logo.has-image img,.avatar.has-image img,.login-visual-mark.has-image img{width:100%;height:100%;object-fit:cover;display:block} .admin-logo-preview{width:72px;height:72px;border-radius:20px;display:grid;place-items:center;font-weight:800} .hidden{display:none!important}

/* V37_SLOT_ADMIN_CSS */
.slot-admin-toolbar{display:flex;gap:8px;align-items:end;flex-wrap:wrap;margin:14px 0}.slot-admin-toolbar .field{margin:0;min-width:140px}.slot-date-field{min-width:170px!important}.slot-legend{display:flex;gap:18px;flex-wrap:wrap;padding:11px 13px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:12px;font-size:11px;color:#64748b}.slot-table-wrap{overflow:auto;border:1px solid #e5e7eb;border-radius:14px}.slot-table{min-width:850px}.slot-table td{vertical-align:middle}.slot-table input[type=number],.slot-table input[type=text],.slot-note{width:100%;min-width:90px;border:1px solid #dbe2ea;border-radius:9px;padding:8px 9px;background:#fff}.slot-note{min-width:150px}.slot-switch{display:flex;align-items:center;gap:6px;white-space:nowrap;font-size:11px}.slot-switch input{width:16px;height:16px}.btn.danger{background:#fff1f2;color:#be123c;border-color:#fecdd3}@media(max-width:760px){.slot-admin-toolbar>*{flex:1 1 calc(50% - 8px)}.slot-admin-toolbar .slot-date-field{flex-basis:100%}.slot-admin-toolbar .btn.primary,.slot-admin-toolbar .btn.danger{flex-basis:100%}.slot-legend{display:grid;gap:6px}}
/* V38_ADMIN_UI */.v38-site-checks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:9px 0 14px}.v38-site-checks label{display:flex;align-items:center;gap:8px;border:1px solid #e2e8f0;border-radius:11px;padding:9px;background:#fff}.v38-site-checks small{display:block;color:#64748b;font-size:9px}.check-row{display:flex;align-items:center;gap:8px;margin-top:10px;font-size:11px}.check-row input{width:17px;height:17px}@media(max-width:600px){.v38-site-checks{grid-template-columns:1fr}}/* V39_PROMO_CAMPAIGNS_UI */.v39-service-checks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;max-height:300px;overflow:auto;margin-top:9px;padding:2px}.v39-service-checks label{display:flex;gap:9px;align-items:flex-start;border:1px solid #e2e8f0;border-radius:11px;padding:9px;background:#fff}.v39-service-checks input{margin-top:2px}.v39-service-checks b{display:block;font-size:10px}.v39-service-checks small{display:block;color:#64748b;font-size:8.5px;margin-top:2px}@media(max-width:640px){.v39-service-checks{grid-template-columns:1fr}}

/* V45_ADMIN_SIDEBAR_SCROLL */
.sidebar{overflow:hidden!important;min-height:0}
.sidebar .side-brand{flex:0 0 auto}
.sidebar .nav{flex:1 1 auto;min-height:0;overflow-y:auto;overflow-x:hidden;align-content:start;padding-right:4px;padding-bottom:12px;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;scrollbar-width:thin}
.sidebar .nav::-webkit-scrollbar{width:6px}
.sidebar .nav::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:999px}
.sidebar .nav::-webkit-scrollbar-track{background:transparent}
.sidebar .side-bottom{flex:0 0 auto;margin-top:10px;background:#fff}
@media(max-width:980px){.sidebar .nav{padding-bottom:18px}}
