*{box-sizing:border-box;margin:0;padding:0}:root{--brand:#6d28d9;--brand-dark:#5b21b6;--ink:#0f172a;--c-violet:#7c3aed;--c-indigo:#4f46e5;--c-blue:#2563eb;--c-cyan:#0891b2;--c-emerald:#059669;--c-amber:#d97706;--c-pink:#db2777;--c-rose:#e11d48;--grad-brand:linear-gradient(135deg, #6366f1 0%, #8b5cf6 50%, #d946ef 100%);--grad-primary:linear-gradient(135deg, #6d28d9, #7c3aed 55%, #9333ea);--grad-sidebar:linear-gradient(180deg, #1b1245 0%, #2a1c5e 55%, #3b1d6e 100%)}body{color:var(--ink);-webkit-font-smoothing:antialiased;text-rendering:optimizelegibility;background:#f6f7fb;margin:0;font-family:Inter,-apple-system,Segoe UI,Roboto,sans-serif}.auth-shell{background:#f6f7fb;min-height:100dvh;display:flex}.auth-hero{color:#fff;background:radial-gradient(800px 500px at 15% 0,#7c3aed 0%,#0000 55%),radial-gradient(700px 460px at 92% 10%,#db2777 0%,#0000 50%),radial-gradient(900px 700px at 50% 120%,#0891b2 0%,#0000 55%),linear-gradient(160deg,#2e1065 0%,#3b0764 45%,#1e1b4b 100%);flex-direction:column;flex:1 1 0;justify-content:center;padding:56px 5vw;display:none;position:relative;overflow:hidden}.auth-hero .brand{letter-spacing:-.02em;margin-bottom:40px;font-size:1.5rem;font-weight:800}.auth-hero .brand span{background:linear-gradient(135deg,#a78bfa,#f0abfc);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.auth-hero .badge{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffff1f;border:1px solid #fff3;border-radius:999px;align-self:flex-start;margin-bottom:20px;padding:6px 16px;font-size:.8rem;font-weight:600}.auth-hero h2{letter-spacing:-.02em;max-width:460px;margin-bottom:14px;font-size:clamp(1.9rem,2.8vw,2.6rem);font-weight:800;line-height:1.12}.auth-hero p.lead{opacity:.85;max-width:440px;margin-bottom:28px;font-size:1.05rem;line-height:1.6}.auth-feat{flex-direction:column;gap:13px;max-width:460px;list-style:none;display:flex}.auth-feat li{opacity:.96;color:#fff;background:0 0;border-radius:0;align-items:center;gap:12px;margin:0;padding:0;font-size:.95rem;display:flex}.auth-feat .ic{background:#ffffff24;border:1px solid #fff3;border-radius:9px;flex-shrink:0;justify-content:center;align-items:center;width:28px;height:28px;font-size:.95rem;display:flex}.auth-hero .foot{opacity:.6;margin-top:36px;font-size:.82rem}.auth-main{background:radial-gradient(700px 420px at 50% -10%,#ede9fe 0%,#0000 60%),#f6f7fb;flex-direction:column;flex:1 1 0;justify-content:center;align-items:center;min-width:0;padding:30px 20px;display:flex;position:relative}.auth-topbar{z-index:2;position:absolute;inset-block-start:16px;inset-inline-end:20px}.auth-main-inner{width:100%;max-width:400px}.auth-brand{text-align:center;margin-bottom:20px}.auth-brand .logo{letter-spacing:-.02em;color:var(--ink);font-size:1.7rem;font-weight:800}.auth-brand .logo span{background:linear-gradient(135deg,#7c3aed,#db2777);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.auth-brand p{color:#64748b;margin-top:4px;font-size:.9rem}.auth-card{background:#fff;border-radius:18px;width:100%;padding:30px;box-shadow:0 10px 40px #0f172a1a,0 1px 3px #0f172a0f}.auth-card h1{margin-bottom:4px;font-size:1.4rem;font-weight:700}.auth-card .sub{color:#64748b;margin-bottom:20px;font-size:.9rem}.auth-card form{flex-direction:column;gap:12px;display:flex}.auth-card input,.auth-card select{background:#fff;border:1px solid #e2e8f0;border-radius:10px;max-width:100%;padding:12px 14px;font-size:.95rem;transition:border-color .15s,box-shadow .15s}.auth-card input:focus,.auth-card select:focus{border-color:var(--brand);outline:none;box-shadow:0 0 0 3px #6d28d926}.auth-card button[type=submit]{background:var(--grad-primary);color:#fff;cursor:pointer;border:none;border-radius:10px;padding:12px;font-size:.95rem;font-weight:700;transition:filter .15s,transform .1s;box-shadow:0 4px 14px #7c3aed4d}.auth-card button[type=submit]:hover:not([disabled]){filter:brightness(1.08)}.auth-card button[type=submit]:active{transform:translateY(1px)}.auth-card button[disabled]{opacity:.6;cursor:not-allowed}.auth-alt{text-align:center;color:#64748b;margin-top:16px;font-size:.88rem}.auth-alt a{color:var(--brand);font-weight:600;text-decoration:none}.error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:8px 12px;font-size:.85rem}@media (width>=900px){.auth-hero{display:flex}.auth-main{flex:0 0 clamp(420px,42%,560px)}}@media (width<=400px){.auth-card{padding:22px}.auth-main{padding:24px 14px}}.shell{background:#f7f8fb;min-height:100vh;display:flex}.shell-sidebar{background:var(--grad-sidebar);color:#cbd5e1;flex-direction:column;flex-shrink:0;width:250px;height:100vh;display:flex;position:sticky;top:0;box-shadow:inset -1px 0 #ffffff0d}.shell-brand{color:#fff;letter-spacing:-.02em;padding:22px 22px 14px;font-size:1.3rem;font-weight:800}.shell-brand span{background:linear-gradient(135deg,#a78bfa,#f0abfc);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.shell-nav{flex-direction:column;flex:1;gap:2px;padding:6px 12px 16px;display:flex;overflow-y:auto}.shell-nav::-webkit-scrollbar{width:6px}.shell-nav::-webkit-scrollbar-thumb{background:#1e293b;border-radius:3px}.shell-nav-label{text-transform:uppercase;letter-spacing:.09em;color:#8b9bb8;padding:16px 12px 6px;font-size:.66rem;font-weight:700}.shell-nav-item{color:#9aa8bf;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:9px;align-items:center;gap:11px;width:100%;padding:9px 12px;font-size:.885rem;font-weight:500;text-decoration:none;transition:background .14s,color .14s;display:flex}.shell-nav-item:hover{color:#fff;background:#ffffff12}.shell-nav-item.active{background:var(--grad-brand);color:#fff;box-shadow:0 6px 16px #8b5cf666}.shell-nav-item .ic{flex-shrink:0;justify-content:center;align-items:center;width:18px;height:18px;display:inline-flex}.shell-nav-item .ic svg{width:18px;height:18px}.shell-foot{border-top:1px solid #ffffff12;padding:14px 14px 18px}.shell-foot .who{color:#cbd5e1;text-overflow:ellipsis;white-space:nowrap;margin-bottom:2px;font-size:.82rem;font-weight:600;overflow:hidden}.shell-foot .sub{color:#94a3b8;margin-bottom:10px;font-size:.72rem}.shell-foot button{color:#cbd5e1;background:#ffffff0f;width:100%;padding:8px;font-size:.82rem}.shell-foot button:hover{background:#ffffff1f}.shell-main{flex-direction:column;flex:1;min-width:0;display:flex}.shell-topbar{z-index:20;background:#fff;border-bottom:1px solid #e9edf3;justify-content:space-between;align-items:center;gap:16px;min-height:62px;padding:0 30px;display:flex;position:sticky;top:0}.shell-topbar .title{color:var(--ink);font-size:1.15rem;font-weight:700}.shell-topbar .title .crumb{color:#94a3b8;font-weight:500}.shell-content{width:100%;max-width:1240px;padding:28px 30px}.shell-hamburger{cursor:pointer;color:var(--ink);background:0 0;border:none;margin-inline-end:2px;padding:6px;display:none}.shell-backdrop{z-index:45;background:#0f172a73;position:fixed;inset:0}@media (width<=860px){.shell-sidebar{z-index:50;height:100vh;transition:transform .22s;position:fixed;inset-block:0;inset-inline-start:0;transform:translate(-100%);box-shadow:0 0 40px #00000059}[dir=rtl] .shell-sidebar{transform:translate(100%)}.shell.nav-open .shell-sidebar{transform:translate(0)}.shell-hamburger{align-items:center;display:inline-flex}.shell-topbar{padding:0 16px}.shell-topbar .title{font-size:1rem}.shell-content{padding:20px 16px}.data-table,.info-table{white-space:nowrap;-webkit-overflow-scrolling:touch;display:block;overflow-x:auto}}.card{background:#fff;border:1px solid #e9edf3;border-radius:14px;padding:22px;box-shadow:0 1px 3px #0f172a0b}.card-h{margin-bottom:14px;font-size:1rem;font-weight:700}.stats-row{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px;margin-bottom:24px;display:grid}.stat{background:#fff;border:1px solid #e9edf3;border-radius:14px;padding:22px;transition:transform .15s,box-shadow .2s;position:relative;overflow:hidden;box-shadow:0 1px 3px #0f172a0b}.stat:hover{transform:translateY(-2px);box-shadow:0 10px 26px #0f172a14}.stat .v{color:var(--ink);letter-spacing:-.02em;font-size:1.9rem;font-weight:800;line-height:1}.stat .l{color:#64748b;margin-top:8px;font-size:.82rem;font-weight:500}.stat .ic{float:right;border-radius:12px;justify-content:center;align-items:center;width:42px;height:42px;font-size:1.25rem;display:flex}.stat:before,.stat-card:before{content:"";height:4px;position:absolute;top:0;left:0;right:0}.stats-row>.stat:nth-child(6n+1):before,.stat-grid>.stat-card:nth-child(6n+1):before{background:linear-gradient(90deg,#7c3aed,#a855f7)}.stats-row>.stat:nth-child(6n+2):before,.stat-grid>.stat-card:nth-child(6n+2):before{background:linear-gradient(90deg,#2563eb,#06b6d4)}.stats-row>.stat:nth-child(6n+3):before,.stat-grid>.stat-card:nth-child(6n+3):before{background:linear-gradient(90deg,#059669,#10b981)}.stats-row>.stat:nth-child(6n+4):before,.stat-grid>.stat-card:nth-child(6n+4):before{background:linear-gradient(90deg,#d97706,#f59e0b)}.stats-row>.stat:nth-child(6n+5):before,.stat-grid>.stat-card:nth-child(6n+5):before{background:linear-gradient(90deg,#db2777,#f43f5e)}.stats-row>.stat:nth-child(6n+6):before,.stat-grid>.stat-card:nth-child(6n+6):before{background:linear-gradient(90deg,#0891b2,#3b82f6)}.stat:nth-child(6n+1) .ic{background:#f3e8ff}.stat:nth-child(6n+2) .ic{background:#dbeafe}.stat:nth-child(6n+3) .ic{background:#d1fae5}.stat:nth-child(6n+4) .ic{background:#fef3c7}.stat:nth-child(6n+5) .ic{background:#fce7f3}.stat:nth-child(6n+6) .ic{background:#cffafe}.stat-card{position:relative;overflow:hidden}.btn{cursor:pointer;border:1px solid #0000;border-radius:9px;padding:9px 17px;font-size:.88rem;font-weight:600;transition:background .15s,transform .1s,box-shadow .15s}.btn:active{transform:translateY(1px)}.btn.primary{background:var(--grad-primary);color:#fff;box-shadow:0 4px 14px #7c3aed52}.btn.primary:hover{filter:brightness(1.08);box-shadow:0 6px 18px #7c3aed6b}.btn.ghost{color:#334155;background:#fff;border-color:#e2e8f0}.btn.ghost:hover{background:#f8fafc;border-color:#cbd5e1}.pagettl{letter-spacing:-.02em;margin-bottom:4px;font-size:1.5rem;font-weight:800}.pagesub{color:#64748b;margin-bottom:22px}.shell-content>h1{letter-spacing:-.02em;margin-bottom:6px;font-size:1.5rem;font-weight:800}.shell-content>h2{margin:22px 0 12px;font-size:1.15rem;font-weight:700}@media (width<=760px){.shell-sidebar{display:none}}[dir=rtl] body,[dir=rtl] input,[dir=rtl] textarea,[dir=rtl] select,[dir=rtl] .ci-textarea,[dir=rtl] .ci-field input{text-align:right}[dir=rtl] .shell-nav-item .ic{margin-inline-end:0}[dir=rtl] .rtl-flip{display:inline-block;transform:scaleX(-1)}[dir=rtl] .pagettl,[dir=rtl] .pagesub,[dir=rtl] .card-h{text-align:right}.ci{flex-direction:column;gap:12px;display:flex}.ci-thumbs{flex-wrap:wrap;gap:8px;display:flex}.ci-thumb{width:56px;height:56px;position:relative}.ci-thumb img{object-fit:cover;border:1px solid #e2e8f0;border-radius:10px;width:100%;height:100%;display:block}.ci-thumb .ci-thumb-x{color:#fff;width:20px;height:20px;box-shadow:none;background:#0f172a;border:2px solid #fff;border-radius:999px;justify-content:center;align-items:center;padding:0;font-size:12px;line-height:1;display:flex;position:absolute;top:-6px;right:-6px}.ci-textarea{resize:none;width:100%;color:var(--ink);background:#fff;border:1px solid #e2e8f0;border-radius:14px;padding:14px 16px;font-family:inherit;font-size:1.02rem;line-height:1.55;transition:border-color .15s,box-shadow .15s}.ci-textarea::placeholder{color:#94a3b8}.ci-textarea:focus{border-color:#a78bfa;outline:none;box-shadow:0 0 0 4px #7c3aed1f}.ci-secondary{gap:10px;display:flex}.ci-field{background:#fff;border:1px solid #e2e8f0;border-radius:12px;flex-direction:row;flex:1 1 0;align-items:center;gap:8px;min-width:0;height:44px;padding:0 12px;font-weight:500;transition:border-color .15s,box-shadow .15s;display:flex}.ci-field:focus-within{border-color:#a78bfa;box-shadow:0 0 0 3px #7c3aed1a}.ci-field .ci-ico{flex-shrink:0;font-size:.95rem;line-height:1}.ci-field select,.ci-field input{width:100%;min-width:0;color:var(--ink);background:0 0;border:none;outline:none;flex:1;height:100%;padding:0;font-family:inherit;font-size:.9rem;font-weight:500}.ci-field select:focus,.ci-field input:focus{box-shadow:none;border:none}.ci-field input::placeholder{color:#94a3b8}.ci-field select{cursor:pointer;appearance:none}.ci-field.is-empty select{color:#64748b}.ci-chev{color:#94a3b8;pointer-events:none;flex-shrink:0;font-size:.7rem}.ci-actions{justify-content:space-between;align-items:center;gap:10px;display:flex}.ci-icons{gap:8px;display:flex}.ci-iconbtn{color:#6d28d9;width:44px;height:44px;box-shadow:none;background:#f4f2fb;border:1px solid #e9e4f8;border-radius:12px;justify-content:center;align-items:center;padding:0;font-size:1.1rem;transition:background .15s,color .15s,border-color .15s;display:flex}.ci-iconbtn:hover:not(:disabled){background:#ede9fe;border-color:#c7b8f5}.ci-iconbtn:disabled{opacity:.55;cursor:default}.ci-iconbtn.on{color:#fff;background:#dc2626;border-color:#dc2626}.ci-submit{white-space:nowrap;height:44px;padding:0 22px}@media (width<=520px){.ci-secondary{flex-direction:column}.ci-submit{flex:1;padding:0 16px}}.site-card{background:#fff;border:1px solid #e9edf3;border-radius:14px;padding:20px 22px;transition:box-shadow .2s,transform .15s,border-color .2s;box-shadow:0 1px 3px #0f172a0d}.site-card:hover{border-color:#dfe5ee;transform:translateY(-2px);box-shadow:0 8px 26px #0f172a14}.site-card button:active{transform:translateY(1px)}.dashboard{max-width:900px;margin:40px auto;padding:0 20px}.dashboard header{justify-content:space-between;align-items:center;margin-bottom:32px;display:flex}.dashboard button{color:#fff;cursor:pointer;background:#1a1a2e;border:none;border-radius:8px;padding:8px 14px}.inline-form{gap:8px;margin-bottom:16px;display:flex}.inline-form input{border:1px solid #ddd;border-radius:8px;flex:1;padding:8px 12px}ul{padding:0;list-style:none}li{background:#fff;border-radius:8px;margin-bottom:8px;padding:10px 14px}.admin-layout{min-height:100vh;display:flex}.admin-sidebar{color:#cbd5e1;background:#1a1a2e;flex-direction:column;flex-shrink:0;gap:8px;width:220px;padding:24px 16px;display:flex}.admin-logo{color:#fff;margin-bottom:16px;font-size:16px;font-weight:700}.admin-sidebar .nav-link{color:#94a3b8;border-radius:8px;padding:8px 12px;font-size:14px;text-decoration:none;transition:background .15s;display:block}.admin-sidebar .nav-link:hover{color:#fff;background:#ffffff14}.admin-sidebar .nav-link.active{color:#fff;background:#4f46e5}.admin-sidebar .btn-secondary{margin-top:auto}.admin-main{flex:1;padding:32px;overflow-y:auto}.admin-main h1{margin-bottom:24px;font-size:24px}.admin-main h2{margin:24px 0 12px;font-size:18px}.page-header{justify-content:space-between;align-items:center;margin-bottom:24px;display:flex}.page-header h1{margin-bottom:0}.stat-grid{grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:16px;margin-bottom:24px;display:grid}.stat-card{background:#fff;border-radius:12px;padding:20px;box-shadow:0 1px 4px #0000000f}.stat-value{color:#1a1a2e;font-size:28px;font-weight:700}.stat-warn{color:#dc2626}.stat-label{color:#64748b;margin-top:4px;font-size:13px}.badge{text-transform:uppercase;border-radius:12px;padding:2px 8px;font-size:11px;font-weight:600;display:inline-block}.badge-green{color:#166534;background:#dcfce7}.badge-yellow{color:#92400e;background:#fef3c7}.badge-red{color:#991b1b;background:#fee2e2}.badge-blue{color:#1e40af;background:#dbeafe}.badge-gray{color:#475569;background:#f1f5f9}.data-table{border-collapse:collapse;background:#fff;border-radius:12px;width:100%;overflow:hidden;box-shadow:0 1px 4px #0000000f}.data-table th{text-align:left;color:#475569;text-transform:uppercase;background:#f8fafc;padding:12px 16px;font-size:12px;font-weight:600}.data-table td{vertical-align:middle;border-top:1px solid #f1f5f9;padding:12px 16px;font-size:14px}.data-table tr:hover td{background:#f8fafc}.action-cell{flex-wrap:wrap;gap:8px;display:flex}.info-table{border-collapse:collapse;background:#fff;border-radius:12px;width:100%;overflow:hidden;box-shadow:0 1px 4px #0000000f}.info-table td{border-top:1px solid #f1f5f9;padding:12px 16px;font-size:14px}.info-table td:first-child{color:#475569;width:200px;font-weight:600}.form-card{background:#fff;border-radius:12px;margin-bottom:24px;padding:24px;box-shadow:0 1px 4px #0000000f}.form-card h2{margin-bottom:20px}.form-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px;display:grid}label{color:#374151;flex-direction:column;gap:6px;font-size:13px;font-weight:600;display:flex}input,select,textarea{border:1px solid #d1d5db;border-radius:8px;width:100%;padding:9px 12px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}input:focus,select:focus,textarea:focus{border-color:var(--brand);outline:none;box-shadow:0 0 0 3px #4f46e51f}textarea{resize:vertical}.form-actions{flex-wrap:wrap;gap:12px;margin-top:20px;display:flex}.hint{color:#64748b;margin-top:12px;font-size:12px}button{background:var(--grad-primary);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:8px 16px;font-size:14px;font-weight:600;transition:filter .15s,transform .1s,box-shadow .15s}button:hover{filter:brightness(1.08)}button:active:not(:disabled){transform:translateY(1px)}button:disabled{opacity:.55;cursor:not-allowed}.stat-card,.form-card,.data-table,.detail-card{transition:box-shadow .2s}.btn-secondary{color:#1e293b;background:#f1f5f9}.btn-secondary:hover{background:#e2e8f0}.btn-danger{background:#dc2626}.btn-danger:hover{background:#b91c1c}.btn-primary{cursor:pointer;background:var(--grad-primary,#4f46e5);color:#fff;border:1px solid #0000;border-radius:9px;align-items:center;gap:7px;padding:9px 17px;font-size:.88rem;font-weight:600;transition:filter .15s,transform 80ms,box-shadow .2s;display:inline-flex;box-shadow:0 4px 14px #7c3aed47}.btn-primary:hover:not(:disabled){filter:brightness(1.07);box-shadow:0 6px 18px #7c3aed66}.btn-primary:active:not(:disabled){transform:translateY(1px)}.btn-secondary,.btn-danger{cursor:pointer;border:1px solid #0000;border-radius:9px;align-items:center;gap:7px;padding:9px 15px;font-size:.86rem;font-weight:600;display:inline-flex}.btn-danger-sm{cursor:pointer;color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;align-items:center;gap:5px;padding:6px 10px;font-size:.8rem;font-weight:600;display:inline-flex}.btn-danger-sm:hover{background:#fee2e2}.form-row{flex-wrap:wrap;gap:14px;margin-bottom:6px;display:flex}.form-label{color:#334155;margin-bottom:5px;font-size:.8rem;font-weight:600;display:block}.text-muted{color:#64748b}small.text-muted{margin-top:4px;font-size:.78rem;line-height:1.45;display:block}.notice{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:9px;padding:11px 15px;font-size:.88rem}.empty-state{text-align:center;color:#94a3b8;border:1px dashed #e2e8f0;border-radius:12px;padding:28px 16px;font-size:.9rem}.info-msg{color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;margin-bottom:16px;padding:10px 14px;font-size:14px}.integration-status{background:#f8fafc;border-radius:8px;margin-bottom:20px;padding:16px}.integration-status p{margin-bottom:6px;font-size:14px}.integration-status p:last-child{margin-bottom:0}.ip-panel{background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:16px;padding:16px}.ip-panel-head{color:#334155;margin-bottom:8px;font-size:13px;font-weight:600}.ip-row{flex-wrap:wrap;align-items:center;gap:10px;margin:6px 0;display:flex}.ip-value{color:#0f172a;letter-spacing:.3px;background:#fff;border:1px solid #cbd5e1;border-radius:6px;padding:6px 12px;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:16px;font-weight:600}.btn-copy{color:#fff;cursor:pointer;background:#1e293b;border:none;border-radius:6px;padding:7px 14px;font-size:13px;font-weight:500}.btn-copy:hover{background:#0f172a}.link-btn{color:#4f46e5;cursor:pointer;background:0 0;border:none;margin-top:6px;padding:0;font-size:12px;text-decoration:underline;display:inline-block}.field-help{color:#64748b;margin-top:4px;font-size:12px;font-weight:400;line-height:1.45;display:block}.field-optional{color:#94a3b8;text-transform:uppercase;letter-spacing:.03em;font-size:11px;font-weight:600}.dsr{flex-direction:column;gap:12px;margin-top:16px;display:flex}.dsr-featured{background:linear-gradient(#eef2ff 0%,#fff 60%);border:1.5px solid #4f46e5;border-radius:12px;overflow:hidden;box-shadow:0 4px 14px -6px #4f46e559}.dsr-featured-tag{color:#fff;letter-spacing:.04em;text-transform:uppercase;background:#4f46e5;border-end-end-radius:10px;align-items:center;gap:5px;padding:4px 12px;font-size:11px;font-weight:700;display:inline-flex}.dsr-featured-body{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;padding:14px 18px 18px;display:flex}.dsr-featured-name{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.dsr-featured-buy{align-items:center;gap:16px;margin-inline-start:auto;display:flex}.dsr-list{background:#fff;border:1px solid #e5e7eb;border-radius:12px;overflow:hidden}.dsr-row{border-bottom:1px solid #f1f5f9;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;padding:13px 18px;transition:background .12s;display:flex}.dsr-row:last-child{border-bottom:none}.dsr-row:hover{background:#f8fafc}.dsr-row-taken{background:#fafafa}.dsr-row-taken:hover{background:#f4f4f5}.dsr-row-taken .dsr-name{color:#9ca3af;text-decoration:line-through}.dsr-row-name,.dsr-row-action{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.dsr-row-action{margin-inline-start:auto}.dsr-name{color:#0f172a;font-size:15px;font-weight:600}.dsr-badge{text-transform:uppercase;letter-spacing:.03em;border-radius:999px;align-items:center;gap:4px;padding:2px 9px;font-size:11px;font-weight:700;display:inline-flex}.dsr-badge-avail{color:#15803d;background:#dcfce7}.dsr-badge-taken{color:#6b7280;background:#f3f4f6}.dsr-badge-premium{color:#b45309;background:#fef3c7}.dsr-price{color:#0f172a;white-space:nowrap;font-size:15px;font-weight:700}.dsr-price-lg{font-size:20px}.dsr-yr{color:#94a3b8;margin-inline-start:2px;font-size:12px;font-weight:500}.dsr-buy{color:#fff;cursor:pointer;white-space:nowrap;background:#16a34a;border:none;border-radius:8px;align-items:center;gap:7px;padding:8px 16px;font-size:14px;font-weight:700;transition:background .12s;display:inline-flex}.dsr-buy:hover:not(:disabled){background:#15803d}.dsr-buy-lg{padding:11px 22px;font-size:15px}.dsr-unavail,.dsr-taken-hint{color:#9ca3af;font-size:12px;font-style:italic}.dsr-empty{text-align:center;color:#94a3b8;border:1px dashed #e2e8f0;border-radius:12px;flex-direction:column;align-items:center;gap:10px;margin-top:16px;padding:32px 16px;display:flex}.dsr-empty p{color:#64748b;max-width:340px;margin:0;font-size:14px}@media (width<=480px){.dsr-featured-buy,.dsr-row-action{justify-content:space-between;width:100%;margin-inline-start:0}.dsr-buy{flex:none}}.alert{border-radius:8px;margin-bottom:16px;padding:14px 16px;font-size:14px}.alert strong{margin-bottom:6px;font-size:14px;display:block}.alert p{margin:0 0 10px;line-height:1.45}.alert-warning{color:#92400e;background:#fffbeb;border:1px solid #fcd34d}.alert-error{color:#991b1b;background:#fef2f2;border:1px solid #fca5a5}.detail-card{background:#fff;border-radius:12px;margin-bottom:24px;padding:24px;box-shadow:0 4px 20px #0000001a}.detail-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.detail-header h2{margin:0}.state-steps{gap:0;margin:20px 0;padding-bottom:8px;display:flex;overflow-x:auto}.step{flex-direction:column;flex:1;align-items:center;min-width:80px;display:flex}.step-dot{background:#d1d5db;border:2px solid #d1d5db;border-radius:50%;width:12px;height:12px}.step.done .step-dot{background:#16a34a;border-color:#16a34a}.step.current .step-dot{background:#4f46e5;border-color:#4f46e5}.step.failed .step-dot{background:#dc2626;border-color:#dc2626}.step-label{text-align:center;color:#94a3b8;max-width:70px;margin-top:4px;font-size:9px}.step.done .step-label{color:#16a34a}.step.current .step-label{color:#4f46e5;font-weight:700}.step.failed .step-label{color:#dc2626}.info-section{margin-bottom:24px}code{background:#f1f5f9;border-radius:4px;padding:2px 6px;font-size:13px}:where(button,.btn,.tab,.shell-nav-item):focus-visible,.auth-card a:focus-visible,.shell-content a:focus-visible,.site-card a:focus-visible{outline-offset:2px;border-radius:8px;outline:2px solid #8b5cf6}.card,.stat{box-shadow:0 1px 2px #0f172a0a,0 6px 18px #0f172a0b}.site-card{box-shadow:0 1px 2px #0f172a0a,0 6px 18px #0f172a0d}.shell-nav-item{transition:background .16s,color .16s,box-shadow .2s}.shell-nav-item.active{box-shadow:0 6px 18px #8b5cf657}.btn.primary,.auth-card button{transition:filter .15s,transform 80ms,box-shadow .2s}@media (width>=1100px){.shell-content{padding:30px 38px}}.card input:focus,.card select:focus,.card textarea:focus{border-color:#8b5cf6;box-shadow:0 0 0 3px #7c3aed1f}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}@keyframes sb-spin{to{transform:rotate(360deg)}}.spinner{vertical-align:-.15em;border:2px solid;border-right-color:#0000;border-radius:50%;flex-shrink:0;width:1em;height:1em;animation:.6s linear infinite sb-spin;display:inline-block}.card,.stat,.site-card{transition:transform .16s,box-shadow .2s}.card:hover,.stat:hover{transform:translateY(-2px);box-shadow:0 2px 4px #0f172a0d,0 12px 28px #0f172a17}.btn,button.btn,.btn.primary,.btn.ghost{transition:filter .15s,transform 80ms,box-shadow .2s,background .15s}.btn:hover:not(:disabled){filter:brightness(1.05)}.btn:active:not(:disabled){transform:translateY(1px)}button:disabled{cursor:not-allowed}.tab-bar{border-bottom:1px solid #e9edf3;flex-wrap:wrap;gap:4px;margin-bottom:20px;display:flex}.tab{color:#64748b;cursor:pointer;background:0 0;border:none;border-radius:9px 9px 0 0;padding:10px 16px;font-size:.9rem;font-weight:600;transition:color .15s,background .15s;position:relative}.tab:hover{color:#4f46e5;background:#f6f4ff}.tab.active{color:#4f46e5}.tab.active:after{content:"";inset-inline:8px;background:var(--grad-brand);border-radius:3px;height:2.5px;position:absolute;bottom:-1px}.visual-editor-shell{z-index:100;color:#172033;background:#eef2ff;flex-direction:column;display:flex;position:fixed;inset:0}.visual-editor-header{background:#fffffff5;border-bottom:1px solid #dce2f1;justify-content:space-between;align-items:center;gap:16px;min-height:70px;padding:10px 18px;display:flex;box-shadow:0 4px 18px #1620330d}.editor-header-start,.editor-header-actions,.editor-device-toggle,.editor-segmented,.editor-inline-controls{align-items:center;gap:8px;display:flex}.editor-eyebrow{color:#68738b;letter-spacing:.12em;text-transform:uppercase;margin-bottom:2px;font-size:.68rem;font-weight:800}.editor-header-start strong{font-size:.92rem}.editor-icon-button,.editor-manage-button,.editor-segmented button,.editor-device-toggle button,.editor-inline-controls button{color:#4f5b72;cursor:pointer;font:inherit;background:#fff;border:1px solid #dfe5f1;border-radius:9px;justify-content:center;align-items:center;gap:6px;font-size:.78rem;font-weight:700;transition:all .16s;display:inline-flex}.editor-icon-button{width:35px;height:35px}.editor-manage-button{padding:9px 12px}.editor-icon-button:hover:not(:disabled),.editor-manage-button:hover,.editor-inline-controls button:hover{color:#4338ca;background:#f6f7ff;border-color:#b8c0f2}.editor-icon-button:disabled{cursor:not-allowed;opacity:.4}.editor-segmented,.editor-device-toggle{background:#f0f2f8;border-radius:11px;padding:3px}.editor-segmented button,.editor-device-toggle button{background:0 0;border-color:#0000;padding:7px 10px}.editor-segmented button.active,.editor-device-toggle button.active{color:#4338ca;background:#fff;border-color:#d7d6fe;box-shadow:0 2px 6px #322f8217}.visual-editor-content{flex:1;grid-template-columns:210px minmax(0,1fr) 300px;min-height:0;display:grid}.editor-side-panel,.editor-inspector{background:#fff;overflow-y:auto}.editor-side-panel{border-right:1px solid #dce2f1;padding:20px 13px}.editor-inspector{border-left:1px solid #dce2f1}.editor-side-heading{color:#536179;text-transform:uppercase;letter-spacing:.09em;justify-content:space-between;align-items:center;padding:0 7px 12px;font-size:.72rem;font-weight:800;display:flex}.editor-draft-badge,.manual-badge{color:#047857;letter-spacing:0;text-transform:none;background:#ecfdf5;border-radius:999px;align-items:center;gap:4px;padding:4px 7px;font-size:.64rem;font-weight:800;display:inline-flex}.editor-page-list{gap:4px;display:grid}.editor-page-list button{color:#526078;text-align:left;cursor:pointer;width:100%;font:inherit;background:0 0;border:0;border-radius:8px;padding:9px 10px;font-size:.85rem;font-weight:650}.editor-page-list button:hover,.editor-page-list button.active{color:#4338ca;background:#eef2ff}.editor-side-note{color:#68758d;background:#f8fafc;border-radius:10px;gap:7px;margin:20px 4px 0;padding:11px;font-size:.72rem;line-height:1.45;display:flex}.editor-side-note svg{color:#16a34a;flex:none}.editor-canvas-area{background-color:#e5e9f4;background-image:radial-gradient(#cbd5e1 1px,#0000 1px);background-size:16px 16px;justify-content:center;align-items:flex-start;padding:24px;display:flex;overflow:auto}.editor-canvas{background:#fff;max-width:100%;min-height:calc(100vh - 118px);transition:width .2s,border-radius .2s;overflow:hidden;box-shadow:0 18px 50px #28314d2e}.editor-canvas.tablet,.editor-canvas.mobile{border:10px solid #1e293b;border-radius:26px}.editor-canvas iframe{background:#fff;border:0;width:100%;height:calc(100vh - 138px);min-height:680px;display:block}.editor-loading,.editor-error{color:#526078;text-align:center;justify-content:center;align-items:center;min-height:400px;padding:36px;display:flex}.editor-error{color:#b42318}.editor-inspector-content,.editor-empty-inspector{padding:22px}.editor-empty-inspector{color:#68758d;text-align:center;align-content:center;place-items:center;min-height:360px;display:grid}.editor-empty-inspector svg{color:#6366f1}.editor-empty-inspector h2{color:#27334b;margin:12px 0 7px;font-size:1rem}.editor-empty-inspector p{margin:0;font-size:.82rem;line-height:1.55}.inspector-kicker{color:#6366f1;letter-spacing:.11em;text-transform:uppercase;margin-bottom:7px;font-size:.67rem;font-weight:800}.editor-inspector-content h2{overflow-wrap:anywhere;color:#1e293b;margin:0 0 10px;font-size:.94rem}.editor-field{color:#526078;gap:6px;margin:16px 0;font-size:.75rem;font-weight:750;display:grid}.editor-field input,.editor-field textarea,.editor-field select{resize:vertical;color:#172033;width:100%;font:inherit;background:#fff;border:1px solid #d8deea;border-radius:9px;outline:none;padding:9px 10px;font-size:.82rem}.editor-field input:focus,.editor-field textarea:focus,.editor-field select:focus{border-color:#818cf8;box-shadow:0 0 0 3px #6366f11f}.editor-field input[type=color]{cursor:pointer;min-height:36px;padding:2px}.editor-primary-button,.editor-secondary-button{cursor:pointer;width:100%;font:inherit;border-radius:9px;justify-content:center;align-items:center;gap:7px;padding:10px;font-size:.81rem;font-weight:800;transition:all .16s;display:flex}.editor-primary-button{color:#fff;background:#4f46e5;border:1px solid #4f46e5}.editor-primary-button:hover:not(:disabled){background:#4338ca}.editor-secondary-button{color:#374151;background:#fff;border:1px solid #c7ccda;margin-top:-6px}.editor-secondary-button:hover:not(:disabled){color:#4338ca;border-color:#a5b4fc}.editor-primary-button:disabled,.editor-secondary-button:disabled{cursor:not-allowed;opacity:.55}.editor-control-group{border-top:1px solid #e6eaf2;margin-top:20px;padding-top:16px}.editor-control-title{color:#263249;align-items:center;gap:6px;font-size:.8rem;font-weight:800;display:flex}.editor-control-title svg{color:#6366f1}.editor-inline-controls{margin-top:12px}.editor-inline-controls button{min-height:32px;padding:5px 8px}.editor-inline-controls input[type=color]{cursor:pointer;border:1px solid #dfe5f1;border-radius:7px;width:36px;height:32px;padding:2px}.inspector-helper{color:#7b879b;margin:12px 0 0;font-size:.72rem;line-height:1.5}.editor-notice{z-index:110;color:#fff;background:#172033;border-radius:999px;align-items:center;gap:7px;padding:10px 16px;font-size:.8rem;font-weight:700;display:flex;position:fixed;bottom:22px;left:50%;transform:translate(-50%);box-shadow:0 10px 35px #0f172a47}.spin{animation:.75s linear infinite sb-editor-spin}@keyframes sb-editor-spin{to{transform:rotate(360deg)}}@media (width<=1100px){.visual-editor-content{grid-template-columns:180px minmax(0,1fr) 270px}.editor-device-toggle button span{display:none}}@media (width<=820px){.visual-editor-header{flex-wrap:wrap;align-items:flex-start}.editor-segmented{order:3}.visual-editor-content{grid-template-columns:minmax(0,1fr)}.editor-side-panel{display:none}.editor-inspector{z-index:105;border:1px solid #dce2f1;border-radius:18px 18px 0 0;width:min(100%,390px);max-height:54vh;position:fixed;bottom:0;right:0;box-shadow:0 -15px 40px #0f172a29}.editor-canvas{min-height:calc(100vh - 168px)}.editor-canvas iframe{height:calc(100vh - 188px)}}@media (width<=560px){.visual-editor-header{gap:10px;padding:9px 10px}.editor-header-start strong{font-size:.8rem}.editor-header-actions{gap:4px}.editor-manage-button{padding:8px;font-size:0}.editor-manage-button svg{margin:0}.editor-device-toggle{display:none}.editor-canvas-area{padding:12px}.editor-canvas.mobile{border-width:7px}}.editor-theme-switcher{border-top:1px solid #e6eaf2;margin-top:18px;padding-top:14px}.editor-palette-grid{grid-template-columns:1fr 1fr;gap:7px;display:grid}.editor-swatch{cursor:pointer;font:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;gap:5px;padding:6px;transition:all .15s;display:flex}.editor-swatch:hover:not(:disabled){border-color:#a5b4fc;box-shadow:0 3px 10px #322f821a}.editor-swatch.active{border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e540}.editor-swatch:disabled{cursor:not-allowed;opacity:.6}.editor-swatch-chips{border:1px solid #0000000f;border-radius:6px;justify-content:center;align-items:center;gap:3px;height:26px;display:flex}.editor-swatch-chips i{border-radius:50%;width:12px;height:12px;box-shadow:0 0 0 1px #00000014}.editor-swatch-name{color:#4f5b72;text-align:center;white-space:nowrap;text-overflow:ellipsis;font-size:.68rem;font-weight:700;overflow:hidden}.editor-side-hint{color:#8492a8;margin:9px 4px 0;font-size:.68rem;line-height:1.4}.editor-variant-grid{flex-direction:column;gap:7px;margin-top:12px;display:flex}.editor-variant-option{text-align:left;cursor:pointer;font:inherit;background:#fff;border:1px solid #e2e8f0;border-radius:10px;flex-direction:column;align-items:flex-start;gap:2px;padding:9px 11px;transition:all .15s;display:flex}.editor-variant-option:hover:not(:disabled){background:#f6f7ff;border-color:#a5b4fc}.editor-variant-option.active{border-color:#4f46e5;box-shadow:0 0 0 2px #4f46e540}.editor-variant-option:disabled{cursor:not-allowed;opacity:.6}.editor-variant-label{color:#263249;font-size:.82rem;font-weight:700}.editor-variant-hint{color:#8492a8;font-size:.7rem;line-height:1.35}.editor-section-btn{justify-content:space-between;align-items:center;gap:6px;display:flex}.editor-section-badge{color:#6366f1;letter-spacing:.02em;background:#eef2ff;border-radius:6px;align-items:center;gap:3px;padding:2px 6px;font-size:.6rem;font-weight:800;display:inline-flex}.editor-section-btn.active .editor-section-badge{color:#4338ca;background:#e0e7ff}
