:root{--bg:#f6f9ff;--surface:rgba(255,255,255,.9);--surface-strong:#fff;--ink:#182033;--muted:#778197;--line:#e6ebf5;--primary:#6558e8;--primary-2:#7d73ed;--mint:#29b78d;--sky:#4b9eff;--sun:#ffb74d;--rose:#ef6a83;--danger:#d95064;--radius:22px;--shadow:0 18px 50px rgba(55,71,110,.10);--shadow-soft:0 8px 24px rgba(55,71,110,.07)}
html,body,button,input,select,textarea,option{font-family:'Vazirmatn',Tahoma,Arial,sans-serif!important}
*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;background:linear-gradient(145deg,#f8fbff 0%,#f8f6ff 48%,#fffaf4 100%);color:var(--ink);font-family:'Vazirmatn',Tahoma,Arial,sans-serif;overflow-x:hidden}button,input,select{font:inherit}.ambient{position:fixed;z-index:-1;border-radius:999px;filter:blur(2px);opacity:.65}.ambient-a{width:420px;height:420px;background:radial-gradient(circle,rgba(101,88,232,.12),rgba(101,88,232,0) 68%);top:-150px;right:-110px}.ambient-b{width:500px;height:500px;background:radial-gradient(circle,rgba(255,183,77,.13),rgba(255,183,77,0) 68%);bottom:-210px;left:-130px}.wrap{max-width:1380px;margin:auto;padding:28px 30px 54px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:20px;margin-bottom:26px}.brandbox{display:flex;align-items:center;gap:14px}.brandmark{width:52px;height:52px;border-radius:18px;display:grid;place-items:center;color:white;background:linear-gradient(145deg,var(--primary),#8e83f2);box-shadow:0 10px 25px rgba(101,88,232,.28)}.brandmark svg{width:27px}.brandtitle{font-size:21px;font-weight:900;line-height:1}.brandtitle small{display:block;margin-top:8px;color:var(--muted);font-weight:400;font-size:12px}.actions{display:flex;gap:10px;align-items:center}.btn{border:0;border-radius:14px;padding:11px 15px;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;font-weight:800;transition:.2s ease;white-space:nowrap}.btn svg{width:18px;height:18px}.btn:hover{transform:translateY(-1px)}.btn.primary{background:linear-gradient(135deg,var(--primary),var(--primary-2));color:#fff;box-shadow:0 10px 24px rgba(101,88,232,.22)}.btn.soft{background:#fff;color:#4b5770;border:1px solid var(--line);box-shadow:var(--shadow-soft)}.btn.danger{background:#fff0f2;color:var(--danger);border:1px solid #ffd7de}.hero{display:grid;grid-template-columns:1.35fr .65fr;gap:18px;margin-bottom:18px}.welcome,.mini-guide,.panel,.sub-card,.stat{background:var(--surface);border:1px solid rgba(224,230,242,.92);box-shadow:var(--shadow-soft);backdrop-filter:blur(14px)}.welcome{border-radius:28px;padding:28px;position:relative;overflow:hidden}.welcome:after{content:"";position:absolute;width:170px;height:170px;border-radius:50%;background:linear-gradient(145deg,rgba(101,88,232,.14),rgba(75,158,255,.07));left:-45px;bottom:-75px}.eyebrow{display:inline-flex;align-items:center;gap:8px;background:#f0edff;color:#6558e8;padding:7px 11px;border-radius:999px;font-size:12px;font-weight:800}.welcome h1{font-size:29px;margin:14px 0 9px;line-height:1.45}.welcome p{margin:0;color:var(--muted);line-height:2;max-width:720px}.mini-guide{border-radius:28px;padding:24px;display:flex;flex-direction:column;justify-content:center}.mini-guide .guide-icon{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:#eafaf5;color:var(--mint);margin-bottom:12px}.mini-guide h3{margin:0 0 8px;font-size:17px}.mini-guide p{margin:0;color:var(--muted);line-height:1.9;font-size:13px}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin:0 0 18px}.stat{border-radius:20px;padding:18px;display:flex;align-items:center;gap:13px}.stat-icon{width:46px;height:46px;border-radius:15px;display:grid;place-items:center;flex:0 0 auto}.stat-icon svg{width:23px}.stat:nth-child(1) .stat-icon{background:#efedff;color:var(--primary)}.stat:nth-child(2) .stat-icon{background:#e9f8f4;color:var(--mint)}.stat:nth-child(3) .stat-icon{background:#fff5e8;color:#e89923}.stat:nth-child(4) .stat-icon{background:#edf5ff;color:var(--sky)}.stat b{display:block;font-size:23px}.stat span{color:var(--muted);font-size:12px}.panel{border-radius:26px;padding:24px;margin-bottom:18px}.panel-head{display:flex;justify-content:space-between;gap:16px;align-items:flex-start;margin-bottom:20px}.panel-title{display:flex;gap:12px;align-items:center}.panel-icon{width:44px;height:44px;border-radius:14px;background:#f0edff;color:var(--primary);display:grid;place-items:center}.panel h2{margin:0;font-size:19px}.panel-sub{margin-top:5px;color:var(--muted);font-size:13px}.create-layout{display:grid;grid-template-columns:260px 1fr;gap:22px}.field{display:grid;gap:8px}.field label{font-size:13px;font-weight:800;color:#59647a}.field input,.field select{width:100%;padding:12px 13px;border-radius:14px;border:1px solid var(--line);background:#fbfcff;color:var(--ink);outline:0;transition:.2s}.field input:focus,.field select:focus{border-color:#aaa1f4;box-shadow:0 0 0 4px rgba(101,88,232,.08)}.duration-card{padding:16px;border:1px dashed #d6dcEB;border-radius:18px;background:#fbfcff}.duration-note{font-size:12px;color:var(--muted);line-height:1.8;margin-top:10px}.features-wrap{background:#fbfcff;border:1px solid var(--line);border-radius:18px;padding:16px}.features-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;font-size:13px;font-weight:800}.features{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:9px}.feature{display:flex;gap:9px;align-items:center;min-height:44px;background:#fff;border:1px solid #edf0f7;padding:9px 11px;border-radius:13px;color:#4d5870;cursor:pointer;transition:.18s}.feature:hover{border-color:#d8d3fb;background:#faf9ff}.feature input{accent-color:var(--primary);width:17px;height:17px;margin:0}.create-footer{display:flex;align-items:center;gap:12px;margin-top:16px;flex-wrap:wrap}.new-code{min-height:42px;display:flex;align-items:center;gap:10px;flex-wrap:wrap;color:#536078}.code-chip{direction:ltr;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;background:#eef0ff;color:#4f44cf;border:1px solid #ddd9ff;padding:7px 10px;border-radius:10px;font-weight:800}.section-head{display:flex;align-items:end;justify-content:space-between;gap:16px;margin:26px 2px 12px}.section-head h2{margin:0;font-size:19px}.section-head p{margin:4px 0 0;color:var(--muted);font-size:12px}.list{display:grid;gap:14px}.sub-card{border-radius:22px;padding:20px}.sub-top{display:flex;justify-content:space-between;gap:16px;align-items:flex-start}.sub-main{display:flex;gap:13px;align-items:flex-start}.sub-avatar{width:48px;height:48px;border-radius:16px;display:grid;place-items:center;background:linear-gradient(145deg,#f1efff,#eaf4ff);color:var(--primary)}.sub-name{font-size:16px;font-weight:900}.sub-code{margin-top:5px;color:#677288;font-size:12px;direction:ltr;text-align:right;font-family:ui-monospace,Consolas,monospace}.sub-meta{display:flex;gap:8px;flex-wrap:wrap;margin-top:9px}.meta-pill,.badge{padding:6px 9px;border-radius:999px;font-size:11px;font-weight:800}.meta-pill{background:#f5f7fb;color:#6e788c}.badge{background:#eef1f6;color:#657086}.badge.active{background:#eaf8f4;color:#178567}.badge.suspended{background:#fff5e7;color:#b5751a}.badge.disabled,.badge.expired{background:#fff0f2;color:#be4054}.sub-card .features{margin:16px 0 14px}.sub-actions{display:flex;justify-content:space-between;gap:10px;align-items:center;flex-wrap:wrap;padding-top:14px;border-top:1px solid #edf0f5}.action-group{display:flex;gap:8px;flex-wrap:wrap}.empty{padding:38px;text-align:center;color:var(--muted);border:1px dashed #d9deea;border-radius:22px;background:rgba(255,255,255,.6)}.login{min-height:100vh;display:grid;place-items:center;padding:24px}.login-card{width:min(440px,100%);background:rgba(255,255,255,.94);border:1px solid var(--line);border-radius:30px;padding:31px;box-shadow:var(--shadow)}.login-brand{display:flex;align-items:center;gap:13px;margin-bottom:26px}.login-brand .brandmark{width:48px;height:48px}.login h1{margin:0;font-size:23px}.login p{margin:7px 0 0;color:var(--muted);font-size:13px}.login form{display:grid;gap:14px}.msg{margin-top:8px;color:var(--danger);font-size:13px;line-height:1.8}.login .btn{width:100%;margin-top:4px;min-height:46px}.security-note{margin-top:18px;padding:12px 13px;border-radius:14px;background:#f7f8fb;color:#7b8496;font-size:11px;line-height:1.8;display:flex;gap:8px}.security-note svg{width:17px;flex:0 0 auto;color:var(--mint)}
@media(max-width:1050px){.hero{grid-template-columns:1fr}.stats{grid-template-columns:repeat(2,1fr)}.create-layout{grid-template-columns:1fr}.features{grid-template-columns:repeat(3,1fr)}}
@media(max-width:720px){.wrap{padding:18px 14px 38px}.topbar{align-items:flex-start}.brandtitle small{display:none}.welcome{padding:22px}.welcome h1{font-size:23px}.stats{grid-template-columns:1fr 1fr;gap:9px}.stat{padding:13px}.stat b{font-size:19px}.features{grid-template-columns:repeat(2,minmax(0,1fr))}.panel{padding:17px;border-radius:21px}.sub-top{flex-direction:column}.sub-actions{align-items:stretch}.action-group{width:100%}.action-group .btn{flex:1}.actions .label{display:none}}
@media(max-width:470px){.features{grid-template-columns:1fr}.stats{grid-template-columns:1fr}.topbar{margin-bottom:18px}.brandmark{width:46px;height:46px}.actions .btn{padding:10px}.sub-card{padding:16px}.welcome p{font-size:13px}}
.duration-card{display:grid;gap:13px}.manage-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.manage-grid .wide{grid-column:1/-1}.brand-preview{display:flex;align-items:center;gap:12px;padding:12px;border:1px solid var(--line);border-radius:16px;background:#f8faff;color:var(--muted);font-size:12px}.brand-preview img{width:64px;height:64px;object-fit:contain;border-radius:14px;background:#fff;border:1px solid var(--line)}.brand-preview img.favicon-preview{width:40px;height:40px;border-radius:10px}.danger-box{padding:14px 15px;border:1px solid #ffd4da;border-radius:16px;background:#fff1f3;color:#a72d43;line-height:1.9;margin-bottom:14px}.danger-box b{display:block}.danger-box p{margin:4px 0 0}.confirm-code{direction:ltr;text-align:center;letter-spacing:2px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:22px;font-weight:900;padding:13px;border:1px dashed #ef8da0;border-radius:14px;background:#fff8f9;color:#b8334b;margin-bottom:14px;user-select:all}.tenant-route-meta{font-family:ui-monospace,SFMono-Regular,Consolas,monospace}.security-note.wide{margin:0}
@media(max-width:650px){.manage-grid{grid-template-columns:1fr}.manage-grid .wide{grid-column:auto}.brand-preview{flex-wrap:wrap}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}.sa-modal{position:fixed;inset:0;z-index:9999;background:rgba(10,20,40,.52);backdrop-filter:blur(7px);display:none;align-items:center;justify-content:center;padding:18px}.sa-modal.show{display:flex}.sa-modal-card{width:min(820px,100%);max-height:90vh;overflow:auto;background:#fff;border-radius:24px;padding:20px;box-shadow:0 30px 90px rgba(0,0,0,.24)}.sa-modal-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.sa-modal-head h2{margin:0}.sa-modal-head p{margin:4px 0 0;color:#718096}.ticket-list{display:grid;gap:9px}.ticket-row{border:1px solid #e8edf5;background:#f9fbfe;border-radius:16px;padding:13px 14px;display:flex;justify-content:space-between;gap:12px;text-align:right;font:inherit;cursor:pointer}.ticket-row span:first-child{display:grid;gap:5px}.ticket-row small{color:#718096}.sa-chat-body{display:flex;flex-direction:column;gap:10px;min-height:250px;max-height:50vh;overflow:auto;background:#f7f9fc;border-radius:18px;padding:14px}.sa-chat{max-width:82%;padding:10px 12px;border-radius:15px;background:#fff;border:1px solid #e5eaf2}.sa-chat.mine{align-self:flex-start;background:#edf3ff}.sa-chat.theirs{align-self:flex-end}.sa-chat p{white-space:pre-wrap;margin:6px 0}.sa-chat small{color:#718096}.sa-textarea{width:100%;border:1px solid #dce3ed;border-radius:14px;padding:11px;font:inherit;margin-top:12px}.sa-modal-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:10px}@media(max-width:600px){.sa-modal-card{border-radius:18px;padding:14px}.ticket-row{flex-direction:column}.sa-chat{max-width:92%}}
