*{box-sizing:border-box}body{margin:0;font-family:Inter,"Segoe UI",Arial,"Microsoft YaHei",sans-serif;background:#f4f6f9;color:#1f2937}a{text-decoration:none;color:inherit}.layout{display:flex;min-height:100vh}.sidebar{width:260px;background:#1f2937;color:#cfd8e3;position:fixed;left:0;top:0;bottom:0;box-shadow:0 0 24px rgba(0,0,0,.18);z-index:10}.brand{height:64px;display:flex;align-items:center;padding:0 22px;font-size:20px;font-weight:700;color:#fff;border-bottom:1px solid rgba(255,255,255,.08);background:#111827}.brand:before{content:"";width:34px;height:34px;border-radius:10px;background:linear-gradient(135deg,#0d6efd,#20c997);margin-right:12px;box-shadow:0 8px 18px rgba(13,110,253,.35)}.nav{padding:14px 12px}.nav a{display:flex;align-items:center;gap:10px;padding:12px 14px;margin:4px 0;border-radius:10px;color:#cbd5e1;font-size:14px;transition:.18s}.nav a:before{content:"";width:7px;height:7px;border-radius:50%;background:#64748b}.nav a:hover,.nav a.active{background:#0d6efd;color:#fff;box-shadow:0 10px 22px rgba(13,110,253,.28)}.nav a:hover:before,.nav a.active:before{background:#fff}.main{margin-left:260px;flex:1;min-width:0}.topbar{height:64px;background:#fff;padding:0 24px;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;align-items:center;position:sticky;top:0;z-index:5;box-shadow:0 1px 8px rgba(17,24,39,.04)}.topbar strong{font-size:18px}.content{padding:24px}.card{background:#fff;border:0;border-radius:14px;padding:20px;margin-bottom:22px;box-shadow:0 6px 18px rgba(17,24,39,.06)}.card h3{margin:0 0 16px;font-size:17px;color:#111827}.card-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px}.card-header h3{margin:0}.stats{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:22px}.stat{min-height:126px;border-radius:16px;padding:20px;color:#fff;display:flex;align-items:center;justify-content:space-between;overflow:hidden;position:relative;box-shadow:0 12px 28px rgba(17,24,39,.12)}.stat:after{content:"";position:absolute;right:-34px;bottom:-34px;width:120px;height:120px;border-radius:50%;background:rgba(255,255,255,.12)}.stat div{display:block;min-width:0}.stat h3{margin:0 0 6px;font-size:14px;font-weight:600;color:rgba(255,255,255,.85)}.stat strong{font-size:32px;line-height:1;color:#fff}.stat span{width:54px;height:54px;font-size:24px;flex:0 0 54px;position:relative;z-index:1;border-radius:14px;background:rgba(255,255,255,.18);display:flex;align-items:center;justify-content:center;font-weight:800;letter-spacing:.5px}.stat-blue{background:linear-gradient(135deg,#0d6efd,#4094ff)}.stat-green{background:linear-gradient(135deg,#198754,#20c997)}.stat-purple{background:linear-gradient(135deg,#6f42c1,#9b72f2)}.stat-orange{background:linear-gradient(135deg,#fd7e14,#ffc107)}.dashboard-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px}.status-list{display:grid;gap:12px}.status-item{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;border:1px solid #eef2f7;border-radius:12px;background:#fbfdff}.status-item div{display:flex;flex-direction:column;gap:4px}.status-item span,.muted{color:#6b7280;font-size:13px}.status-item b{color:#0d6efd}.quick-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.quick-grid div{padding:16px;border-radius:12px;background:#f8fafc;border:1px solid #edf2f7}.quick-grid span{display:block;color:#64748b;font-size:13px;margin-bottom:8px}.quick-grid strong{font-size:20px;color:#111827}.table-wrap{overflow:auto}.table{width:100%;border-collapse:separate;border-spacing:0;background:#fff}.table th,.table td{padding:13px 12px;border-bottom:1px solid #edf2f7;text-align:left;font-size:14px;vertical-align:middle}.table th{background:#f8fafc;color:#475569;font-weight:700;white-space:nowrap}.table tbody tr:hover{background:#f9fbff}.table form{margin:0}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px}.form-group{display:flex;flex-direction:column;gap:8px}.form-group.full{grid-column:1/-1}.form-group label{font-weight:600;font-size:13px;color:#374151}.input,.select,.textarea{width:100%;padding:10px 12px;border:1px solid #d8dee8;border-radius:10px;background:#fff;color:#111827;box-shadow:inset 0 1px 1px rgba(0,0,0,.02)}.input:focus,.select:focus,.textarea:focus{outline:none;border-color:#86b7fe;box-shadow:0 0 0 4px rgba(13,110,253,.15)}.textarea{min-height:100px;resize:vertical}.filters{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:14px;align-items:end}.order-filters{grid-template-columns:2fr repeat(3,minmax(150px,1fr));align-items:center}.filter-actions{grid-column:1/-1;justify-content:flex-end;margin-top:2px}.filter-actions .btn{white-space:nowrap}.actions{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.btn{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:9px;padding:9px 14px;font-size:14px;font-weight:600;cursor:pointer;transition:.15s;color:#fff;background:#6b7280}.btn:hover{transform:translateY(-1px);filter:brightness(.98)}.btn-sm{padding:6px 10px;font-size:12px;border-radius:8px}.btn-blue,.btn-primary{background:#0d6efd}.btn-green{background:#198754}.btn-red{background:#dc3545}.btn-yellow,.btn-warning{background:#fd7e14}.btn-dark{background:#111827}.btn-light{background:#eef2f7;color:#334155}.badge{display:inline-flex;align-items:center;border-radius:999px;padding:4px 9px;font-size:12px;font-weight:700}.badge-info{background:#e7f1ff;color:#0d6efd}.badge-warning{background:#fff4de;color:#b45309}.badge.active{background:#dcfce7;color:#166534}.badge.expired{background:#fee2e2;color:#b91c1c}.badge.paused{background:#f3f4f6;color:#374151}.flash{padding:13px 16px;border-radius:12px;margin-bottom:18px;border:1px solid transparent;font-weight:600}.flash.success{background:#ecfdf3;color:#166534;border-color:#bbf7d0}.flash.error{background:#fef2f2;color:#b91c1c;border-color:#fecaca}.pagination{display:flex;gap:8px;margin-top:18px;align-items:center;flex-wrap:wrap}.pagination a,.pagination span{padding:8px 12px;border-radius:9px;background:#fff;border:1px solid #e5e7eb;color:#374151}.pagination .active{background:#0d6efd;color:#fff;border-color:#0d6efd}.empty-state{text-align:center;color:#94a3b8;padding:22px!important}.login-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;background:#f4f6f9}.login-card,.install-card{background:#fff;border:0;border-radius:16px;padding:28px;box-shadow:0 12px 34px rgba(17,24,39,.1)}.login-card{width:100%;max-width:420px}.install-card{max-width:720px;margin:40px auto}.modal{position:fixed;inset:0;background:rgba(15,23,42,.52);display:none;align-items:center;justify-content:center;padding:20px;z-index:1000}.modal.is-open,.modal.open{display:flex}.modal-dialog,.modal-content{background:#fff;border-radius:16px;max-width:980px;width:100%;max-height:92vh;overflow:auto;box-shadow:0 24px 70px rgba(15,23,42,.35);padding:20px}.modal-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;border-bottom:1px solid #edf2f7;padding-bottom:14px}.modal-body{padding:0}.modal-close{border:none;background:#eef2f7;border-radius:9px;padding:8px 10px;cursor:pointer}@media(max-width:1100px){.stats,.dashboard-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:760px){.sidebar{position:static;width:100%;height:auto}.layout{display:block}.main{margin-left:0}.topbar{position:static}.stats,.dashboard-grid,.form-grid,.order-filters{grid-template-columns:1fr}.filter-actions{justify-content:flex-start}.content{padding:16px}}
