:root{--bg:#f6f2ff;--card:#fff;--line:#e6dcff;--text:#1f1840;--muted:#736a96;--primary:#6d3df0;--primary2:#9b6bff}*{box-sizing:border-box}body{margin:0;font-family:Cairo,Inter,system-ui;background:linear-gradient(180deg,#faf8ff,#f1ebff);color:var(--text)}a{text-decoration:none;color:inherit}.shell{display:grid;grid-template-columns:280px 1fr;min-height:100vh;gap:20px;padding:20px}.card{background:#ffffffe6;border:1px solid var(--line);border-radius:24px;box-shadow:0 10px 30px #6d3df014}.sidebar{padding:20px;position:sticky;top:20px;height:calc(100vh - 40px)}.brand-block{padding:10px 6px 20px}.eyebrow{font-size:13px;color:var(--primary);font-weight:800}.nav-list{display:flex;flex-direction:column;gap:10px;margin-bottom:18px}.nav-item{display:flex;align-items:center;gap:12px;padding:14px 16px;border-radius:18px;color:var(--text)}.nav-item.active{background:linear-gradient(90deg,var(--primary),var(--primary2));color:#fff}.main-area{display:flex;flex-direction:column;gap:20px}.topbar{padding:18px 22px;display:flex;justify-content:space-between;align-items:center;gap:16px}.topbar-title{font-weight:800}.topbar-subtitle,.muted,.page-header p{color:var(--muted)}.topbar-actions{display:flex;gap:12px;align-items:center}.search-input,.field,input{border:1px solid var(--line);background:#fff;border-radius:16px;padding:14px 16px;min-height:48px;width:100%;outline:none}.page-content{padding-bottom:20px}.page-header{display:flex;justify-content:space-between;align-items:end;gap:16px}.page-header h1{margin:0 0 6px;font-size:34px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.stat-card{padding:20px}.stat-title{color:var(--muted);margin-bottom:10px}.stat-value{font-size:28px;font-weight:800}.stack-lg{display:flex;flex-direction:column;gap:20px}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:20px}.section-card{padding:22px}.section-card h3{margin:0 0 14px}.clean-list{display:flex;flex-direction:column;gap:12px}.line-item{display:flex;justify-content:space-between;gap:12px;padding:10px 0;border-bottom:1px dashed var(--line)}.line-item:last-child{border-bottom:none}.chip-wrap{display:flex;flex-wrap:wrap;gap:10px}.chip{padding:9px 14px;border-radius:999px;background:#f0e8ff;color:var(--primary);font-weight:700}.table-wrap{overflow:auto}.data-table{width:100%;border-collapse:collapse}.data-table th,.data-table td{padding:14px 16px;border-bottom:1px solid var(--line);text-align:start}.data-table th{color:var(--muted);font-size:14px}.primary-btn,.secondary-btn,.link-btn{border:none;border-radius:16px;padding:12px 16px;cursor:pointer;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:8px}.primary-btn{background:linear-gradient(90deg,var(--primary),var(--primary2));color:#fff}.secondary-btn{background:#fff;border:1px solid var(--line);color:var(--text)}.link-btn{background:#efe8ff;color:var(--primary)}.full{width:100%}.feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:20px}.feature-row{display:flex;align-items:center;gap:10px;padding:10px 0;border-bottom:1px dashed var(--line)}.feature-row:last-child{border-bottom:none}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.form-grid.one{grid-template-columns:1fr}.login-shell{min-height:100vh;display:grid;place-items:center;padding:24px}.login-card{width:min(460px,100%);padding:28px}@media (max-width: 1100px){.stats-grid,.two-col,.feature-grid,.form-grid{grid-template-columns:1fr 1fr}.shell{grid-template-columns:1fr}.sidebar{position:relative;height:auto}}@media (max-width: 760px){.stats-grid,.two-col,.feature-grid,.form-grid{grid-template-columns:1fr}.topbar,.page-header{flex-direction:column;align-items:stretch}.shell{padding:12px}.sidebar{order:2}.page-header h1{font-size:28px}}
