@import"https://fonts.googleapis.com/css2?family=Noto+Sans+Devanagari:wght@500;700;800&family=Manrope:wght@400;500;600;700;800&display=swap";.auth-page{min-height:100vh;font-family:Manrope,Noto Sans Devanagari,Segoe UI,sans-serif;background:linear-gradient(180deg,#f8fafc,#eef2f7);display:flex;align-items:center;justify-content:center;padding:20px 14px}.auth-shell{width:100%;max-width:560px}.auth-card{background:#fff;border-radius:14px;box-shadow:0 10px 30px #00000014;border:1px solid #dde7f7;overflow:hidden}.auth-branding{padding:18px 28px 16px;background:radial-gradient(circle at 8% 10%,rgba(255,255,255,.12),transparent 45%),linear-gradient(135deg,#1c4f94,#2d6fc5);color:#fff;text-align:center}.auth-logo-image{width:min(100%,420px);max-height:none;height:auto;border-radius:0;margin-bottom:8px;display:block;object-fit:contain;object-position:center center;background:transparent;padding:0;margin-left:auto;margin-right:auto}.auth-brand-hi{margin:0;font-size:34px;font-family:Noto Sans Devanagari,Mangal,sans-serif;font-weight:600;letter-spacing:.01em;line-height:1.2}.auth-brand-en{margin:2px 0 0;font-size:20px;font-weight:700;color:#e4eeff}.auth-content{padding:28px;text-align:center}.auth-title{margin:0;font-size:42px;color:#1e3a8a;line-height:1.15}.auth-subtitle{margin:8px 0 12px;color:#334155;font-size:17px;line-height:1.45}.auth-form{margin-top:0;display:grid;gap:0}.auth-label{font-size:15px;font-weight:600;color:#1e3a8a;margin-bottom:6px;text-align:center}.auth-input{width:100%;min-height:48px;height:48px;font-size:18px;margin-top:0;border:1px solid #e5e7eb;padding:12px 14px;color:#0f172a;margin-bottom:14px;background:#fff}.auth-input::placeholder{font-size:17px}.auth-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}.auth-link-button{border:none;background:transparent;color:#1d4ed8;margin-top:2px;padding:0;width:auto;font-size:16px;margin-bottom:14px;font-weight:600;justify-self:center}.auth-link-button:hover{color:#1e40af}.auth-button{min-height:48px;height:48px;width:100%;border:none;border-radius:10px;font-size:16px;font-weight:600;letter-spacing:.3px;background:linear-gradient(135deg,#ff9800,#f27a00);color:#fff;margin-top:4px;transition:transform .12s ease,filter .12s ease}.auth-button:hover{filter:brightness(1.04)}.auth-button:active{transform:translateY(1px)}.auth-button:disabled{opacity:.7;cursor:not-allowed}.auth-alert{margin:0 0 12px;padding:10px 12px;border-radius:8px;font-size:14px;text-align:center}.auth-alert-error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.auth-alert-success{background:#f0fdf4;border:1px solid #bbf7d0;color:#166534}.auth-actions-row{margin-top:12px;display:flex;justify-content:center}.auth-link{color:#1d4ed8;font-size:15px;font-weight:600;text-decoration:none}.auth-link:hover{text-decoration:underline}.auth-footer{padding:10px 24px 14px;color:#6b7280;font-size:13px;text-align:center;border-top:1px solid #e2e8f0;background:#fbfdff}@media (min-width: 768px){.auth-page{padding:36px 18px}.auth-shell{max-width:620px}.auth-branding{padding:20px 30px 18px}.auth-content{padding:28px}.auth-brand-hi{font-size:36px}.auth-brand-en{font-size:21px}}@media (min-width: 1025px){.auth-shell{max-width:640px}.auth-card{box-shadow:0 14px 34px #0000001a}.auth-content{padding:28px}}@media (max-width: 767px){.auth-page{padding:14px 12px}.auth-branding{padding:14px 20px 12px}.auth-content{padding:22px 20px}.auth-logo-image{width:min(100%,320px)}.auth-title{font-size:38px}}*{box-sizing:border-box}body{margin:0;font-family:Inter,system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#f8fafc;color:#0f172a}.container{width:min(1100px,92%);margin:0 auto}.header{background:#0f172a;color:#fff;padding:14px 0}.card{background:#fff;border-radius:12px;padding:16px;box-shadow:0 8px 20px #0f172a14}.feature-card{display:block;color:inherit;text-decoration:none;transition:transform .12s ease,box-shadow .12s ease}.feature-card:hover{transform:translateY(-2px);box-shadow:0 12px 24px #0f172a1f}.grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:16px}input,button,select,textarea{width:100%;padding:10px;margin-top:8px;border:1px solid #cbd5e1;border-radius:8px}button{background:#0f172a;color:#fff;border:none;cursor:pointer}.directory-table-wrap{overflow-x:auto;border:1px solid #e2e8f0;border-radius:10px}.directory-table{width:100%;min-width:1120px;border-collapse:collapse;font-size:14px;line-height:1.3}.directory-table th,.directory-table td{text-align:left;padding:10px 12px;border-top:1px solid #e2e8f0;vertical-align:middle}.directory-table thead th{border-top:none;background:#f8fafc;color:#334155;font-weight:700}.directory-table tbody tr:nth-child(2n){background:#fcfdff}.directory-table tbody tr:hover{background:#f1f5f9}.directory-table .col-name{min-width:170px}.directory-table .col-flat,.directory-table .col-type,.directory-table .col-primary,.directory-table .col-status,.directory-table .col-date{min-width:90px}.directory-table .col-mobile{min-width:130px}.directory-table .col-email{min-width:220px}.directory-table .col-actions{min-width:150px}.directory-table .cell-nowrap,.directory-table .cell-email{white-space:nowrap}.directory-table .cell-center{text-align:center}@media (max-width: 900px){.directory-table{min-width:980px}}.dashboard-page{display:grid;gap:16px}.dashboard-branding{padding:20px;border-radius:14px;box-shadow:0 10px 30px #00000014;background:linear-gradient(135deg,#1f4f91,#2d6fc5);color:#fff}.dashboard-brand-row{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.dashboard-brand-hi{margin:0;font-size:32px;line-height:1.1;font-weight:700}.dashboard-brand-en{margin:0;font-size:26px;text-align:right}.dashboard-brand-subtitle{margin:8px 0 0;font-size:15px;color:#dbeafe;text-align:center}.dashboard-section{display:grid;gap:10px}.dashboard-section-head{display:flex;justify-content:space-between;align-items:baseline}.dashboard-section-head h2{margin:0;font-size:20px;color:#0f172a}.dashboard-section-head span{font-size:13px;color:#64748b}.dashboard-summary-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.dashboard-summary-card,.dashboard-module-card,.dashboard-quick-action,.dashboard-activity{border-radius:14px;box-shadow:0 10px 30px #00000014;padding:20px;background:#fff}.dashboard-summary-card{display:flex;align-items:center;gap:12px}.dashboard-icon-chip{width:42px;height:42px;border-radius:12px;background:#eff6ff;color:#1e3a8a;display:grid;place-items:center;flex-shrink:0}.dashboard-icon,.dashboard-quick-icon{width:21px;height:21px}.dashboard-summary-value{margin:0;font-size:25px;font-weight:700;color:#0f172a}.dashboard-summary-label{margin:2px 0 0;color:#475569;font-size:13px}.dashboard-quick-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.dashboard-quick-action{display:flex;align-items:center;justify-content:center;gap:8px;text-decoration:none;color:#0f172a;font-weight:600;transition:transform .14s ease,box-shadow .14s ease}.dashboard-module-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.dashboard-module-card{text-decoration:none;color:inherit;transition:transform .14s ease,box-shadow .14s ease}.dashboard-module-card:hover,.dashboard-quick-action:hover{transform:translateY(-3px);box-shadow:0 16px 34px #0f172a24}.dashboard-module-top{display:flex;align-items:center;gap:10px}.dashboard-module-top h3{margin:0;font-size:18px}.dashboard-module-card p{margin:12px 0 0;color:#475569;line-height:1.45}.dashboard-activity{padding:0;overflow:hidden}.dashboard-activity-empty{margin:0;padding:20px;color:#64748b}.dashboard-activity-list{margin:0;padding:0;list-style:none}.dashboard-activity-list li+li{border-top:1px solid #e2e8f0}.dashboard-activity-link{display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center;text-decoration:none;color:inherit;padding:14px 20px}.dashboard-activity-icon{width:32px;height:32px;border-radius:9px;display:grid;place-items:center;background:#f1f5f9;color:#334155}.dashboard-activity-text{color:#0f172a;line-height:1.4}.dashboard-activity-time{font-size:12px;color:#64748b;white-space:nowrap}@media (max-width: 1024px){.dashboard-summary-grid,.dashboard-quick-grid,.dashboard-module-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 767px){.dashboard-brand-hi{font-size:24px}.dashboard-brand-en{font-size:20px}.dashboard-summary-grid,.dashboard-quick-grid,.dashboard-module-grid{grid-template-columns:1fr}.dashboard-activity-link{grid-template-columns:auto 1fr}.dashboard-activity-time{grid-column:2}}.billing-workflow-page{display:grid;gap:16px}.billing-card,.billing-summary-card{border-radius:14px;box-shadow:0 10px 30px #00000014;padding:20px}.billing-hero-card{grid-column:1 / -1}.billing-overview-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.billing-summary-card{background:#fff;display:grid;gap:8px}.billing-summary-icon{width:40px;height:40px;border-radius:11px;display:grid;place-items:center;color:#1e3a8a;background:#eff6ff}.billing-icon{width:20px;height:20px}.billing-summary-value{margin:0;font-size:28px;font-weight:700;color:#0f172a}.billing-summary-label{margin:0;color:#475569;font-size:14px}.billing-section-title{margin:0;font-size:22px;color:#0f172a}.billing-helper-text{margin-top:6px;color:#64748b;font-size:14px}.billing-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.billing-form-grid label{display:block;margin-bottom:6px;font-size:14px;font-weight:500;color:#334155}.billing-form-grid input,.billing-form-grid select,.billing-form-grid textarea{height:48px;border-radius:10px;padding:12px;border:1px solid #e5e7eb;margin-top:0}.billing-form-grid textarea{height:auto;min-height:96px}.billing-form-grid input:focus,.billing-form-grid select:focus,.billing-form-grid textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}.billing-form-actions{display:flex;gap:10px;flex-wrap:wrap}.billing-primary-btn,.billing-secondary-btn{width:auto;min-height:48px;border-radius:10px;font-weight:600;padding:0 16px;margin-top:0}.billing-primary-btn{background:linear-gradient(135deg,#1e3a8a,#2563eb)}.billing-secondary-btn{background:#334155}.billing-two-col{display:grid;grid-template-columns:.9fr 1.1fr;gap:16px}.billing-details-summary{cursor:pointer;font-weight:700;font-size:18px;color:#0f172a}.billing-table-wrap{overflow-x:auto;border:1px solid #e2e8f0;border-radius:12px;background:#fff}.billing-table{width:100%;border-collapse:collapse;min-width:840px}.billing-table th,.billing-table td{padding:11px 12px;border-top:1px solid #e2e8f0;text-align:left}.billing-table thead th{border-top:none;background:#f8fafc;color:#334155;font-size:13px;font-weight:700}.billing-table tbody tr:nth-child(2n){background:#fcfdff}.billing-table tbody tr:hover{background:#f1f5f9}.billing-action-row{display:flex;gap:6px;flex-wrap:nowrap}.billing-icon-btn{width:34px;height:34px;min-height:34px;border-radius:8px;padding:0;margin-top:0;display:grid;place-items:center;background:#e2e8f0;color:#0f172a}.billing-icon-btn .billing-icon{width:16px;height:16px}.billing-icon-btn:hover{background:#cbd5e1}.billing-icon-btn.danger{background:#fee2e2;color:#991b1b}.billing-icon-btn.danger:hover{background:#fecaca}.billing-bulk-card{border:1px solid #bfdbfe;background:linear-gradient(180deg,#fff,#f8fbff)}@media (max-width: 1024px){.billing-overview-grid{grid-template-columns:1fr 1fr}.billing-two-col,.billing-form-grid{grid-template-columns:1fr}}@media (max-width: 767px){.billing-overview-grid{grid-template-columns:1fr}.billing-card,.billing-summary-card{padding:16px}.billing-primary-btn,.billing-secondary-btn{width:100%}}
