.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem;background:radial-gradient(ellipse 80% 50% at 10% -10%,rgba(85,142,68,.18),transparent 50%),radial-gradient(ellipse 70% 45% at 100% 0%,rgba(107,168,204,.2),transparent 45%),#eef2ec;position:relative;overflow:hidden;font-family:var(--font-sans)}.decorative-top,.decorative-bottom{display:none}.login-card{background:#ffffffe0;-webkit-backdrop-filter:blur(18px) saturate(140%);backdrop-filter:blur(18px) saturate(140%);border-radius:24px;padding:2.5rem 2rem;width:100%;max-width:420px;box-shadow:0 24px 60px #1a1f1c1a;border:1px solid rgba(255,255,255,.7);animation:ez-page-in .5s cubic-bezier(.22,1,.36,1) both;position:relative;z-index:1}.login-header{text-align:center;margin-bottom:1.75rem}.brand-logo .logo-image{height:56px;width:auto;border-radius:12px}.login-form{display:flex;flex-direction:column;gap:1rem}.form-field{display:flex;flex-direction:column;gap:.4rem}.form-label{font-size:.8rem;font-weight:650;color:var(--text-muted);letter-spacing:.02em}.form-input{width:100%;padding:.85rem 1rem;border:1px solid var(--border-medium);border-radius:14px;font-size:1rem;font-family:inherit;background:#fafbfa;transition:border-color .2s,box-shadow .2s}.form-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 4px #558e4426;background:#fff}.form-input.input-error{border-color:var(--error)}.error-text{color:var(--error);font-size:.78rem}.password-wrapper{position:relative}.password-toggle{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);border:none;background:transparent;color:var(--text-muted);cursor:pointer;display:grid;place-items:center;padding:.25rem}.btn-login{margin-top:.5rem;width:100%;padding:.95rem 1rem;border:none;border-radius:980px;background:linear-gradient(135deg,var(--primary),#6fa35f);color:#fff;font-size:1rem;font-weight:700;font-family:inherit;cursor:pointer;transition:transform .2s,box-shadow .2s;display:inline-flex;align-items:center;justify-content:center;gap:.5rem}.btn-login:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 10px 24px #558e444d}.btn-login:disabled{opacity:.6;cursor:default}.btn-login .spinner{width:16px;height:16px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:ez-spin .7s linear infinite}.login-footer{margin-top:1.5rem;text-align:center;color:var(--text-muted);font-size:.8rem}@keyframes ez-page-in{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.login-card{animation:none}}.admin-login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:#0a0e1a;position:relative;overflow:hidden;padding:20px}.admin-login-bg-grid{position:absolute;top:0;right:0;bottom:0;left:0;background-image:linear-gradient(rgba(99,102,241,.03) 1px,transparent 1px),linear-gradient(90deg,rgba(99,102,241,.03) 1px,transparent 1px);background-size:60px 60px;pointer-events:none}.admin-login-container:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(ellipse at 50% 50%,rgba(99,102,241,.08) 0%,transparent 60%);pointer-events:none}.admin-login-card{position:relative;width:100%;max-width:420px;background:#0f1423f2;border:1px solid rgba(99,102,241,.15);border-radius:16px;padding:40px 36px;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 0 60px #6366f10f,0 25px 50px #00000080}.admin-login-header{text-align:center;margin-bottom:32px}.admin-login-icon{width:56px;height:56px;margin:0 auto 16px;display:flex;align-items:center;justify-content:center;background:#6366f11a;border:1px solid rgba(99,102,241,.25);border-radius:14px;color:#818cf8}.admin-login-icon svg{width:28px;height:28px}.admin-login-header h1{font-size:1.5rem;font-weight:700;color:#e2e8f0;margin:0 0 6px;letter-spacing:-.02em}.admin-login-header p{font-size:.85rem;color:#64748b;margin:0;text-transform:uppercase;letter-spacing:.08em;font-weight:500}.admin-login-error{display:flex;align-items:center;gap:10px;padding:12px 16px;background:#ef444414;border:1px solid rgba(239,68,68,.2);border-radius:10px;margin-bottom:24px;color:#fca5a5;font-size:.875rem}.admin-login-error svg{width:18px;height:18px;flex-shrink:0;color:#ef4444}.admin-login-form{display:flex;flex-direction:column;gap:20px}.admin-form-field{display:flex;flex-direction:column;gap:7px}.admin-form-field label{font-size:.8rem;font-weight:600;color:#94a3b8;text-transform:uppercase;letter-spacing:.05em}.admin-form-field input{width:100%;padding:13px 16px;background:#1e293bb3;border:1px solid rgba(99,102,241,.12);border-radius:10px;color:#e2e8f0;font-size:.95rem;outline:none;transition:all .2s ease}.admin-form-field input::placeholder{color:#475569}.admin-form-field input:focus{border-color:#6366f180;background:#1e293be6;box-shadow:0 0 0 3px #6366f114}.admin-form-field input:disabled{opacity:.5;cursor:not-allowed}.admin-password-wrapper{position:relative}.admin-password-wrapper input{padding-right:44px}.admin-password-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#64748b;cursor:pointer;font-size:1.1rem;padding:4px;transition:color .2s}.admin-password-toggle:hover{color:#818cf8}.admin-login-btn{margin-top:8px;width:100%;padding:14px;background:linear-gradient(135deg,#6366f1,#4f46e5);border:none;border-radius:10px;color:#fff;font-size:.95rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:all .2s ease;letter-spacing:.01em}.admin-login-btn:hover:not(:disabled){background:linear-gradient(135deg,#7c7ff7,#6366f1);box-shadow:0 4px 20px #6366f14d;transform:translateY(-1px)}.admin-login-btn:active:not(:disabled){transform:translateY(0)}.admin-login-btn:disabled{opacity:.6;cursor:not-allowed}.admin-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:admin-spin .7s linear infinite}@keyframes admin-spin{to{transform:rotate(360deg)}}.admin-login-footer{margin-top:24px;text-align:center}.admin-back-link{background:none;border:none;color:#64748b;font-size:.85rem;cursor:pointer;padding:6px 12px;border-radius:6px;transition:all .2s}.admin-back-link:hover{color:#818cf8;background:#6366f10f}@media (max-width: 480px){.admin-login-card{padding:32px 24px}}.cc-page{padding:28px 32px;max-width:1100px;margin:0 auto}.cc-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.cc-title{display:flex;align-items:baseline;gap:12px}.cc-title h1{margin:0;font-size:22px;font-weight:700;color:#1e293b}.cc-count{font-size:13px;color:#94a3b8;font-weight:500}.cc-add-btn{background:#1e293b;color:#fff;border:none;padding:9px 18px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}.cc-add-btn:hover{background:#334155}.cc-form-panel{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:20px;margin-bottom:24px}.cc-form-title{font-size:15px;font-weight:600;color:#1e293b;margin-bottom:16px}.cc-form-row{display:flex;gap:12px;margin-bottom:12px}.cc-field{flex:1;display:flex;flex-direction:column;gap:4px}.cc-field-wide{flex:2}.cc-field label{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.4px}.cc-field input,.cc-field select{padding:8px 10px;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;color:#1e293b;transition:border-color .15s}.cc-field input:focus,.cc-field select:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f614}.cc-form-actions{display:flex;gap:8px;margin-top:4px}.cc-save-btn{background:#3b82f6;color:#fff;border:none;padding:8px 20px;border-radius:6px;font-size:13px;font-weight:600;cursor:pointer}.cc-save-btn:hover{background:#2563eb}.cc-cancel-btn{background:#f8fafc;color:#64748b;border:1px solid #e2e8f0;padding:8px 16px;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer}.cc-cancel-btn:hover{background:#f1f5f9}.cc-table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.cc-table{width:100%;border-collapse:collapse}.cc-table thead{background:#f8fafc}.cc-table th{text-align:left;padding:11px 16px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;color:#64748b;border-bottom:1px solid #e2e8f0}.cc-table td{padding:12px 16px;font-size:13px;color:#334155;border-bottom:1px solid #f1f5f9}.cc-table tbody tr:last-child td{border-bottom:none}.cc-table tbody tr:hover{background:#f8fafc}.cc-row-expired{opacity:.55}.cc-country-name{font-weight:600;color:#1e293b}.cc-rate-cell{display:flex;align-items:center;gap:8px}.cc-pct{font-weight:700;font-size:14px;color:#059669}.cc-flat{font-size:13px;font-weight:600;color:#1e293b;background:#f1f5f9;padding:2px 8px;border-radius:4px}.cc-period-cell{display:flex;align-items:center;gap:4px;font-size:12px;color:#64748b}.cc-period-sep{color:#cbd5e1}.cc-status{display:inline-block;font-size:11px;font-weight:600;padding:3px 8px;border-radius:4px;text-transform:uppercase;letter-spacing:.3px}.cc-status-active{background:#dcfce7;color:#166534}.cc-status-expired{background:#fef3c7;color:#92400e}.cc-notes-cell{color:#94a3b8;font-size:12px;max-width:160px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.cc-actions-cell{display:flex;gap:6px}.cc-edit-btn{background:none;border:1px solid #e2e8f0;padding:4px 10px;border-radius:5px;font-size:12px;font-weight:500;color:#475569;cursor:pointer;transition:all .15s}.cc-edit-btn:hover{border-color:#3b82f6;color:#3b82f6}.cc-delete-btn{background:none;border:1px solid #e2e8f0;padding:4px 10px;border-radius:5px;font-size:12px;font-weight:500;color:#475569;cursor:pointer;transition:all .15s}.cc-delete-btn:hover{border-color:#ef4444;color:#ef4444;background:#fef2f2}.cc-loading{text-align:center;padding:48px;color:#94a3b8;font-size:14px}.cc-empty{text-align:center;padding:60px 24px;background:#fff;border:1px solid #e2e8f0;border-radius:10px}.cc-empty-icon{font-size:36px;margin-bottom:12px}.cc-empty p{margin:0;font-size:15px;font-weight:600;color:#475569}.cc-empty span{font-size:13px;color:#94a3b8}@media (max-width: 768px){.cc-page{padding:16px}.cc-top{flex-direction:column;align-items:stretch;gap:12px}.cc-add-btn{width:100%;text-align:center;padding:12px}.cc-form-row{flex-direction:column;gap:10px}.cc-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.cc-table{min-width:600px}}.english-classes-page{padding:20px}.english-classes-page .page-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:20px}.english-classes-page h1{margin:0;font-size:24px;color:#1e293b}.english-classes-page .page-subtitle{margin:4px 0 0;color:#64748b;font-size:14px}.ec-tabs{display:flex;gap:0;margin-bottom:20px;border-bottom:2px solid #e2e8f0}.ec-tab-btn{padding:10px 20px;border:none;background:none;font-size:14px;font-weight:500;color:#64748b;cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-2px;transition:all .2s}.ec-tab-btn:hover{color:#1e293b}.ec-tab-btn.active{color:#2563eb;border-bottom-color:#2563eb;font-weight:600}.ec-stats{display:flex;gap:12px;margin-bottom:16px}.ec-stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:10px;padding:12px 16px;display:flex;flex-direction:column;align-items:center;flex:1}.ec-stat-value{font-size:20px;font-weight:700;color:#1e293b}.ec-stat-label{font-size:11px;text-transform:uppercase;color:#64748b;letter-spacing:.5px}.ec-toolbar{margin-bottom:16px;display:flex;gap:10px;align-items:center;flex-wrap:wrap}.ec-toolbar input[type=text]{padding:8px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;width:260px;outline:none;transition:border-color .15s}.ec-toolbar input[type=text]:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb14}.ec-toolbar select{padding:8px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:13px}.btn-primary{background:#2563eb;color:#fff;border:none;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:600;cursor:pointer;transition:background .15s}.btn-primary:hover{background:#1d4ed8}.btn-primary:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{background:#f1f5f9;color:#475569;border:1px solid #e2e8f0;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:600;cursor:pointer}.btn-secondary:hover{background:#e2e8f0}.btn-danger{background:#fee2e2;color:#dc2626;border:1px solid #fecaca;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:600;cursor:pointer}.btn-danger:hover{background:#fecaca}.btn-success{background:#dcfce7;color:#16a34a;border:1px solid #bbf7d0;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:600;cursor:pointer}.btn-success:hover{background:#bbf7d0}.btn-warning{background:#fef3c7;color:#d97706;border:1px solid #fde68a;border-radius:6px;padding:8px 16px;font-size:13px;font-weight:600;cursor:pointer}.btn-warning:hover{background:#fde68a}.ec-table-wrap{overflow-x:auto}.ec-table{width:100%;border-collapse:collapse;background:#fff;border-radius:8px;border:1px solid #e2e8f0}.ec-table th{background:#f8fafc;text-align:left;padding:10px 14px;font-size:11px;text-transform:uppercase;color:#64748b;font-weight:600}.ec-table td{padding:10px 14px;font-size:13px;border-top:1px solid #f1f5f9}.ec-table tr:hover{background:#f8fafc}.ec-badge{padding:3px 8px;border-radius:12px;font-size:11px;font-weight:600;text-transform:capitalize;display:inline-block}.ec-badge-paid{background:#dcfce7;color:#16a34a}.ec-badge-pending{background:#fef3c7;color:#d97706}.ec-badge-overdue{background:#fee2e2;color:#dc2626}.ec-badge-active{background:#dbeafe;color:#2563eb}.ec-badge-completed{background:#dcfce7;color:#16a34a}.ec-badge-dropped{background:#fee2e2;color:#dc2626}.ec-badge-suspended{background:#f1f5f9;color:#64748b}.ec-type-badge{padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;background:#ede9fe;color:#7c3aed}.ec-no-data{text-align:center;color:#94a3b8;padding:40px}.ec-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;z-index:1000;display:flex;align-items:center;justify-content:center}.ec-modal{background:#fff;border-radius:16px;width:740px;max-width:95vw;max-height:90vh;display:flex;flex-direction:column;box-shadow:0 20px 60px #0003}.ec-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid #e2e8f0}.ec-modal-header h2{margin:0;font-size:18px}.ec-modal-close{background:none;border:none;font-size:24px;cursor:pointer;color:#94a3b8}.ec-modal-body{padding:24px;overflow-y:auto;flex:1;display:flex;flex-direction:column;gap:16px}.ec-modal-footer{display:flex;justify-content:flex-end;gap:10px;padding:16px 24px;border-top:1px solid #e2e8f0}.ec-form-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.ec-form-row.triple{grid-template-columns:1fr 1fr 1fr}.ec-field{display:flex;flex-direction:column}.ec-field label{font-size:12px;font-weight:600;color:#475569;margin-bottom:4px}.ec-field input,.ec-field select,.ec-field textarea{width:100%;padding:8px 12px;border:1px solid #e2e8f0;border-radius:6px;font-size:13px;box-sizing:border-box}.ec-field textarea{resize:vertical;min-height:60px}.ec-actions{display:flex;gap:6px}.ec-actions button{background:none;border:none;cursor:pointer;padding:4px 8px;border-radius:4px;font-size:13px}.ec-actions button:hover{background:#f1f5f9}.ec-loading{text-align:center;padding:40px;color:#64748b}.ec-overdue-row{background:#fff5f5!important}.ec-overdue-row:hover{background:#fee2e2!important}@keyframes blink-dot{0%,to{opacity:1}50%{opacity:.3}}.overdue-dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#dc2626;animation:blink-dot 1.2s ease-in-out infinite;margin-right:6px;vertical-align:middle}.ec-pagination{display:flex;justify-content:center;align-items:center;gap:8px;margin-top:16px}.ec-pagination button{padding:6px 12px;border:1px solid #e2e8f0;border-radius:4px;background:#fff;cursor:pointer;font-size:12px}.ec-pagination button:disabled{opacity:.5;cursor:not-allowed}.ec-pagination span{font-size:13px;color:#64748b}@media (max-width: 768px){.english-classes-page{padding:12px}.english-classes-page .page-header{flex-direction:column;gap:.75rem;align-items:stretch}.english-classes-page h1{font-size:20px}.ec-tabs{overflow-x:auto;-webkit-overflow-scrolling:touch;gap:0}.ec-tab-btn{padding:10px 14px;white-space:nowrap;font-size:13px}.ec-stats{flex-wrap:wrap;gap:8px}.ec-stat-card{flex:0 0 calc(50% - 4px)}.ec-toolbar{flex-direction:column;gap:8px;align-items:stretch}.ec-toolbar input[type=text],.ec-toolbar select{width:100%}.ec-toolbar .btn-primary,.ec-toolbar .btn-secondary{width:100%;min-height:44px}.ec-table-wrap{overflow-x:auto;-webkit-overflow-scrolling:touch}.ec-table{min-width:600px}.ec-modal{width:100%;max-width:100vw;border-radius:12px 12px 0 0}.ec-modal-header{padding:14px 16px}.ec-modal-header h2{font-size:16px}.ec-modal-body{padding:16px}.ec-modal-footer{padding:12px 16px}.ec-form-row,.ec-form-row.triple{grid-template-columns:1fr}.ec-actions button{min-height:44px;padding:8px 12px}}@media (max-width: 480px){.english-classes-page{padding:8px}.ec-stat-card{flex:0 0 100%}.ec-tab-btn{padding:8px 10px;font-size:12px}}.applications-page{padding:1.5rem;max-width:1600px;margin:0 auto}.applications-page .page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.applications-page .header-left h1{font-size:1.75rem;font-weight:700;color:#1e293b;margin:0}.applications-page .subtitle{color:#64748b;margin:.25rem 0 0;font-size:.875rem}.applications-page .header-actions{display:flex;gap:.75rem;align-items:center;flex-wrap:wrap}.view-toggle{display:flex;border:1px solid #e2e8f0;border-radius:.5rem;overflow:hidden}.toggle-btn{padding:.5rem 1rem;border:none;background:#f8fafc;color:#64748b;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s}.toggle-btn.active{background:#2563eb;color:#fff}.toggle-btn:hover:not(.active){background:#e2e8f0}.applications-page .premium-button{padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:.5rem;background:#fff;color:#374151;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s}.applications-page .premium-button:hover{background:#f1f5f9;border-color:#cbd5e1}.applications-page .premium-button-primary{background:#2563eb;color:#fff;border-color:#2563eb}.applications-page .premium-button-primary:hover{background:#1d4ed8}.applications-page .stats-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:1rem;margin-bottom:1.5rem}.applications-page .stat-card{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;padding:1rem;display:flex;align-items:center;gap:.75rem}.applications-page .stat-icon{font-size:1.5rem}.applications-page .stat-content{display:flex;flex-direction:column}.applications-page .stat-value{font-size:1.25rem;font-weight:700;color:#1e293b}.applications-page .stat-label{font-size:.75rem;color:#64748b}.applications-page .filters-section{margin-bottom:1.5rem}.applications-page .filters-row{display:flex;gap:.75rem;flex-wrap:wrap}.applications-page .search-input{flex:1;min-width:200px;padding:.6rem 1rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.85rem;background:#fff}.applications-page .search-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.applications-page .filter-select{padding:.6rem 1rem;border:1px solid #e2e8f0;border-radius:.5rem;font-size:.85rem;background:#fff;min-width:150px}.applications-table-container{background:#fff;border:1px solid #e2e8f0;border-radius:.75rem;overflow-x:auto}.applications-table{width:100%;border-collapse:collapse}.applications-table thead{background:#f8fafc}.applications-table th{padding:.75rem 1rem;text-align:left;font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e2e8f0}.applications-table td{padding:.75rem 1rem;font-size:.85rem;color:#374151;border-bottom:1px solid #f1f5f9;vertical-align:middle}.applications-table tbody tr:hover{background:#f8fafc}.student-link{font-weight:600;color:#2563eb}.uni-name{font-weight:500}.program-cell{max-width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.date-cell{white-space:nowrap;color:#64748b;font-size:.8rem}.status-select{padding:.3rem .5rem;border:1.5px solid #e2e8f0;border-radius:.375rem;font-size:.75rem;font-weight:500;background:#fff;cursor:pointer}.actions-cell{display:flex;gap:.5rem}.btn-icon{background:none;border:none;cursor:pointer;font-size:1rem;padding:.25rem;border-radius:.25rem;transition:background .2s}.btn-icon:hover{background:#f1f5f9}.btn-danger:hover{background:#fef2f2}.no-data{text-align:center;padding:2rem!important;color:#94a3b8}.pipeline-container{display:flex;gap:.75rem;overflow-x:auto;padding-bottom:1rem;min-height:400px}.pipeline-column{min-width:220px;max-width:260px;flex-shrink:0;background:#f8fafc;border-radius:.75rem;border:1px solid #e2e8f0;display:flex;flex-direction:column}.pipeline-column-header{padding:.75rem;border-top:3px solid #6b7280;border-radius:.75rem .75rem 0 0;display:flex;justify-content:space-between;align-items:center}.pipeline-stage-name{font-size:.75rem;font-weight:600;color:#374151;text-transform:uppercase}.pipeline-stage-count{background:#e2e8f0;color:#475569;font-size:.7rem;font-weight:700;padding:.15rem .4rem;border-radius:999px}.pipeline-cards{padding:.5rem;flex:1;overflow-y:auto;display:flex;flex-direction:column;gap:.5rem}.pipeline-card{background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;padding:.75rem;cursor:pointer;transition:all .2s}.pipeline-card:hover{border-color:#2563eb;box-shadow:0 2px 8px #2563eb1a}.pipeline-card-student{font-weight:600;font-size:.8rem;color:#1e293b;margin-bottom:.2rem}.pipeline-card-uni{font-size:.72rem;color:#2563eb;margin-bottom:.15rem}.pipeline-card-program{font-size:.7rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.pipeline-card-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem;padding-top:.4rem;border-top:1px solid #f1f5f9}.pipeline-card-date{font-size:.65rem;color:#94a3b8}.pipeline-card-flags{display:flex;gap:.2rem}.mini-flag{font-size:.7rem}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:1rem;width:100%;max-width:900px;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #00000026}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.25rem 1.5rem;border-bottom:1px solid #e2e8f0}.modal-header h2{font-size:1.25rem;font-weight:700;color:#1e293b;margin:0}.modal-close{background:none;border:none;font-size:1.25rem;cursor:pointer;color:#64748b;padding:.25rem .5rem;border-radius:.375rem}.modal-close:hover{background:#f1f5f9}.application-form{padding:1.5rem 2rem 2rem;overflow-y:auto;flex:1}.application-form-modal{max-width:1100px;width:96%;display:flex;flex-direction:column;animation:appFormSlideUp .25s ease-out}@keyframes appFormSlideUp{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.app-form-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 2rem;border-bottom:1px solid #e2e8f0;background:#fafbfe}.app-form-header h2{margin:0;font-size:1.25rem;font-weight:700;color:#1e293b;letter-spacing:-.02em}.app-form-close{width:32px;height:32px;border:none;background:#f1f5f9;border-radius:8px;font-size:1.3rem;color:#64748b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.app-form-close:hover{background:#e2e8f0;color:#1e293b}.form-section{margin-bottom:1.25rem;padding-bottom:1rem;border-bottom:1px solid #f1f5f9}.form-section:last-of-type{border-bottom:none;margin-bottom:0;padding-bottom:0}.form-section-title{margin:0 0 .85rem;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.06em;color:#6366f1}.form-section-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.5rem}.form-section-grid.three-col{grid-template-columns:1fr 1fr 1fr}.form-section-grid.four-col{grid-template-columns:1fr 1fr 1fr 1fr}.form-section-grid.single-col{grid-template-columns:1fr}.form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem 1.5rem}.form-group{display:flex;flex-direction:column;gap:.4rem}.form-group.full-width{grid-column:1 / -1}.form-group label{display:block;font-size:.75rem;font-weight:600;color:#475569;margin-bottom:.35rem;letter-spacing:.01em;text-transform:none}.form-group input,.form-group select,.form-group textarea{padding:.6rem .75rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.85rem;background:#fafbfc;transition:border-color .2s,box-shadow .2s,background .2s;color:#1e293b;outline:none}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#6366f1;background:#fff;box-shadow:0 0 0 3px #6366f114}.form-group input::placeholder,.form-group textarea::placeholder{color:#94a3b8}.form-group textarea{resize:vertical;min-height:80px}.checkbox-group label{flex-direction:row;display:flex;align-items:center;gap:.5rem;font-size:.85rem;text-transform:none;cursor:pointer;padding-top:1.2rem}.checkbox-group input[type=checkbox]{width:1rem;height:1rem}.searchable-dropdown{position:relative}.dropdown-trigger{padding:.6rem .75rem;border:1.5px solid #e2e8f0;border-radius:8px;font-size:.85rem;cursor:pointer;background:#fafbfc;color:#374151;transition:border-color .2s,box-shadow .2s}.dropdown-trigger:hover{border-color:#6366f1;box-shadow:0 0 0 3px #6366f10f}.dropdown-panel{position:absolute;top:100%;left:0;right:0;background:#fff;border:1.5px solid #e2e8f0;border-radius:.625rem;box-shadow:0 12px 36px #0000001f;z-index:100;margin-top:.35rem}.dropdown-search{width:100%;padding:.7rem .875rem;border:none;border-bottom:1px solid #e2e8f0;font-size:.85rem;border-radius:.625rem .625rem 0 0;background:#fafbfc}.dropdown-search:focus{outline:none;background:#fff}.dropdown-options{max-height:220px;overflow-y:auto}.dropdown-option{padding:.6rem .875rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .1s}.dropdown-option:hover{background:#f5f3ff}.dropdown-option.selected{background:#eff6ff;color:#4f46e5}.opt-name{font-size:.85rem;font-weight:500}.opt-detail{font-size:.7rem;color:#94a3b8}.uni-selector-controls{display:flex;flex-direction:column;gap:.625rem;margin-bottom:.75rem}.uni-selector-row{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.uni-level-select{font-size:.8rem;padding:.45rem .75rem;border-radius:.5rem;border:1.5px solid #e2e8f0;background:#fff;color:#374151;font-weight:500;transition:border-color .2s;flex:1}.uni-level-select:focus{outline:none;border-color:#6366f1}.pill-btn{display:inline-flex;align-items:center;gap:.35rem;font-size:.74rem;padding:.4rem .85rem;border-radius:999px;border:1.5px solid #e2e8f0;background:#fff;color:#64748b;font-weight:600;cursor:pointer;transition:all .2s;white-space:nowrap}.pill-btn:hover:not(:disabled){border-color:#6366f1;color:#4f46e5;background:#f5f3ff}.pill-btn:disabled{opacity:.45;cursor:not-allowed}.pill-btn.pill-active{border-color:#6366f1;background:#eef2ff;color:#4f46e5}.match-filter-panel{background:#fafbfc;border:1.5px solid #e8ecf2;border-radius:.625rem;padding:.875rem 1rem;margin-bottom:.5rem}.match-filter-toggles{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.filter-chip{display:inline-flex;align-items:center;gap:.3rem;font-size:.72rem;padding:.3rem .7rem;border-radius:999px;border:1.5px solid #e2e8f0;background:#fff;color:#475569;font-weight:500;cursor:pointer;transition:all .15s;-webkit-user-select:none;user-select:none}.filter-chip:hover{border-color:#a5b4fc}.filter-chip.filter-chip-active{border-color:#6366f1;background:#eef2ff;color:#4338ca;font-weight:600}.filter-chip input[type=checkbox]{display:none}.filter-priority-row{display:flex;align-items:center;gap:.625rem;padding-top:.625rem;border-top:1px solid #e8ecf2}.filter-priority-row select{font-size:.78rem;padding:.35rem .625rem;border-radius:.375rem;border:1.5px solid #e2e8f0;background:#fff;flex:1}.filter-apply-btn{font-size:.74rem;padding:.4rem 1rem;border-radius:.375rem;border:none;background:#6366f1;color:#fff;cursor:pointer;font-weight:600;white-space:nowrap;transition:background .2s}.filter-apply-btn:hover{background:#4f46e5}.form-actions{display:flex;justify-content:flex-end;gap:.875rem;margin-top:1.75rem;padding-top:1.25rem;border-top:1px solid #e8ecf2}.app-form-actions{display:flex;gap:.75rem;padding-top:1.25rem;border-top:1px solid #f1f5f9;margin-top:1.25rem}.app-btn-cancel{flex:1;padding:.7rem 1.25rem;border-radius:9px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s;border:none;background:#f1f5f9;color:#475569}.app-btn-cancel:hover{background:#e2e8f0}.app-btn-submit{flex:2;padding:.7rem 1.25rem;border-radius:9px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s;border:none;background:#6366f1;color:#fff;box-shadow:0 2px 8px #6366f140}.app-btn-submit:hover{background:#4f46e5;box-shadow:0 4px 12px #6366f159;transform:translateY(-1px)}.app-btn-submit:active{transform:translateY(0)}.app-btn-submit:disabled{opacity:.6;cursor:not-allowed;transform:none}.btn-cancel{padding:.7rem 1.5rem;border:1.5px solid #e2e8f0;border-radius:.5rem;background:#fff;color:#64748b;font-size:.85rem;font-weight:500;cursor:pointer;transition:all .2s}.btn-cancel:hover{background:#f1f5f9;border-color:#cbd5e1}.btn-submit{padding:.7rem 2rem;border:none;border-radius:.5rem;background:#6366f1;color:#fff;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .2s;box-shadow:0 2px 8px #6366f140}.btn-submit:hover{background:#4f46e5;box-shadow:0 4px 12px #6366f159}.btn-submit:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.applications-page .pagination{display:flex;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem}.applications-page .btn-page{padding:.5rem 1rem;border:1px solid #e2e8f0;border-radius:.5rem;background:#fff;color:#374151;font-size:.8rem;cursor:pointer}.applications-page .btn-page:disabled{opacity:.5;cursor:not-allowed}.applications-page .page-info{font-size:.8rem;color:#64748b}.loading,.error-state{text-align:center;padding:3rem;color:#64748b}.badge{display:inline-block;padding:.2rem .5rem;border-radius:999px;font-size:.68rem;font-weight:600;letter-spacing:.02em;white-space:nowrap}.badge-interview-clear{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.badge-interview-pending{background:#f1f5f9;color:#94a3b8;border:1px solid #e2e8f0;font-weight:500}.badge-deposit{background:#d1fae5;color:#065f46;border:1px solid #a7f3d0}.badge-cas{background:#dbeafe;color:#1e40af;border:1px solid #bfdbfe}.badge-not-done{background:transparent;color:#d1d5db;border:1px solid #e5e7eb;font-weight:400}.remarks-cell-compact{position:relative;display:flex;align-items:center;gap:.4rem;max-width:160px}.remarks-preview{font-size:.75rem;color:#64748b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:110px}.remarks-indicator{width:8px;height:8px;min-width:8px;border-radius:50%;background:#f97316;cursor:pointer;transition:transform .15s,box-shadow .15s;box-shadow:0 0 0 2px #f9731633}.remarks-indicator:hover{transform:scale(1.3);box-shadow:0 0 0 3px #f9731659}.remarks-popup{position:fixed;z-index:9999;margin-top:.35rem;background:#fff;border:1px solid #e2e8f0;border-radius:.5rem;box-shadow:0 8px 24px #0000001f;min-width:220px;max-width:320px;animation:popupFadeIn .15s ease;transform:translate(-80%)}@keyframes popupFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.remarks-popup-header{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;border-bottom:1px solid #f1f5f9;font-size:.7rem;font-weight:600;color:#f97316;text-transform:uppercase;letter-spacing:.03em}.remarks-popup-close{background:none;border:none;cursor:pointer;font-size:.75rem;color:#94a3b8;padding:.1rem .3rem;border-radius:.25rem}.remarks-popup-close:hover{background:#f1f5f9;color:#475569}.remarks-popup-body{padding:.75rem;font-size:.8rem;color:#374151;line-height:1.5;max-height:150px;overflow-y:auto;word-break:break-word}.financial-fields-grid{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.875rem;margin-top:1.25rem;padding-top:1.25rem;border-top:1px dashed #e2e8f0}.financial-fields-grid .form-group label{font-size:.66rem}.computed-field{background:#f1f5f9!important;color:#475569!important;font-weight:600;cursor:not-allowed;border-style:dashed!important;border-color:#cbd5e1!important}.fee-cell{white-space:nowrap;font-size:.8rem;font-weight:500;color:#1e293b}.remarks-empty{color:#d1d5db;font-size:.8rem}.flags-toggle-row{display:flex;gap:.75rem;margin-bottom:1.25rem;flex-wrap:wrap}.flag-toggle{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.125rem;border:1.5px solid #e2e8f0;border-radius:.625rem;background:#fff;cursor:pointer;transition:all .2s;-webkit-user-select:none;user-select:none;flex:1;justify-content:center}.flag-toggle input[type=checkbox]{display:none}.flag-toggle:hover{border-color:#a5b4fc;background:#fafaff}.flag-toggle-active{border-color:currentColor;background:#f0fdf4}.flag-toggle-active.flag-toggle-interview{border-color:#16a34a;background:#f0fdf4;color:#166534}.flag-toggle-active.flag-toggle-deposit{border-color:#6366f1;background:#eef2ff;color:#3730a3}.flag-toggle-active.flag-toggle-cas{border-color:#7c3aed;background:#f5f3ff;color:#5b21b6}.flag-toggle-icon{font-size:.85rem;font-weight:700;width:1.2rem;text-align:center}.flag-toggle-label{font-size:.78rem;font-weight:600}.mini-flag{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px;border-radius:50%;font-size:.55rem;font-weight:700}.mini-flag-interview{background:#dcfce7;color:#166534}.mini-flag-deposit{background:#dbeafe;color:#1e40af}.mini-flag-cas{background:#f3e8ff;color:#7c3aed}.mini-flag-remark{background:#fff7ed;color:#f97316;font-size:.5rem}@media (max-width: 768px){.applications-page{padding:.75rem}.applications-page .page-header{flex-direction:column;align-items:stretch}.applications-page .header-actions{width:100%}.applications-page .header-actions .premium-button,.applications-page .header-actions .premium-button-primary{flex:1;min-height:44px;justify-content:center}.applications-page .stats-row{grid-template-columns:repeat(2,1fr);gap:.5rem}.applications-page .filters-row{flex-direction:column}.applications-page .search-input{min-width:auto;width:100%}.applications-page .filter-select{width:100%;min-width:auto}.applications-table-container{overflow-x:auto;-webkit-overflow-scrolling:touch}.applications-table{min-width:900px}.form-grid{grid-template-columns:1fr}.form-section-grid,.form-section-grid.three-col,.financial-fields-grid{grid-template-columns:1fr 1fr}.flags-toggle-row{flex-direction:column}.flag-toggle{width:100%}.modal-content{max-width:100%!important;width:100%!important;border-radius:12px 12px 0 0}.application-form{padding:1rem 1.25rem}.pipeline-container{min-height:300px}.pipeline-column{min-width:180px;max-width:200px}.form-actions{flex-direction:column}.form-actions .btn-submit,.form-actions .btn-cancel{width:100%;min-height:44px;justify-content:center}}@media (max-width: 480px){.applications-page{padding:.5rem}.applications-page .stats-row{grid-template-columns:1fr}.applications-page .header-actions{flex-direction:column}.view-toggle{width:100%}.toggle-btn{flex:1}.pipeline-column{min-width:160px}}.org-settings-page{padding:1.5rem;max-width:1200px;margin:0 auto}.org-settings-page .page-header{margin-bottom:2rem}.org-settings-page .page-header h1{font-size:1.75rem;font-weight:700;color:#1e293b}.org-section{background:#fff;border-radius:12px;padding:1.5rem;margin-bottom:2rem;box-shadow:0 1px 3px #0000001a}.org-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.org-section h2{font-size:1.25rem;font-weight:600;color:#334155;margin-bottom:1rem}.org-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-top:1rem}.org-card{border:1px solid #e2e8f0;border-radius:8px;padding:1rem;transition:box-shadow .2s}.org-card:hover{box-shadow:0 4px 12px #00000014}.org-card.inactive{opacity:.6}.org-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.org-card-header h3{font-size:1rem;font-weight:600;color:#1e293b}.org-card-email{color:#64748b;font-size:.875rem;margin-bottom:.5rem}.org-card-business{color:#475569;font-size:.8rem;margin-bottom:.25rem;font-style:italic}.org-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:.5rem}.org-card-hint{font-size:.7rem;color:#94a3b8;font-style:italic}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e2e8f0}.modal-header h2{font-size:1.2rem;font-weight:600;color:#1e293b}.btn-close{background:none;border:none;font-size:1.5rem;color:#64748b;cursor:pointer;padding:4px 8px;border-radius:4px}.btn-close:hover{background:#f1f5f9;color:#1e293b}.form-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e2e8f0}.btn-secondary{padding:8px 20px;border:1px solid #e2e8f0;background:#fff;color:#475569;border-radius:6px;cursor:pointer;font-weight:500}.btn-secondary:hover{background:#f8fafc}.btn-danger{padding:8px 16px;border:1px solid #fecaca;background:#fef2f2;color:#dc2626;border-radius:6px;cursor:pointer;font-weight:500;font-size:.85rem;transition:background .2s}.btn-danger:hover{background:#fee2e2;border-color:#f87171}.org-info-readonly{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.info-row{display:flex;flex-direction:column;gap:4px}.info-label{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.3px}.info-value{font-size:.95rem;color:#1e293b}.badge{font-size:.7rem;font-weight:600;text-transform:uppercase;padding:2px 8px;border-radius:4px}.badge.free{background:#f1f5f9;color:#64748b}.badge.basic{background:#dbeafe;color:#2563eb}.badge.pro{background:#fef3c7;color:#d97706}.badge.enterprise{background:#ede9fe;color:#7c3aed}.status-badge{font-size:.75rem;font-weight:500;padding:2px 8px;border-radius:10px}.status-badge.active{background:#dcfce7;color:#16a34a}.status-badge.inactive{background:#fee2e2;color:#dc2626}.org-create-form,.org-edit-form{margin-top:1rem}.form-row{display:flex;gap:1rem;margin-bottom:1rem}.form-row .form-group{flex:1}.form-group.full-width{width:100%}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#475569;margin-bottom:.35rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.5rem .75rem;border:1px solid #e2e8f0;border-radius:6px;font-size:.875rem;transition:border-color .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.btn-primary{background:#6366f1;color:#fff;border:none;padding:.5rem 1.25rem;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s}.btn-primary:hover{background:#4f46e5}.btn-primary:disabled{opacity:.6;cursor:not-allowed}.no-org-message{text-align:center;padding:3rem;color:#64748b}.no-data{color:#94a3b8;text-align:center;padding:2rem}.loading{text-align:center;padding:3rem;color:#64748b}@media (max-width: 768px){.org-settings-page{padding:.75rem}.org-settings-page .page-header h1{font-size:1.4rem}.org-section{padding:1rem;margin-bottom:1.25rem}.org-section .section-header{flex-direction:column;align-items:stretch;gap:.75rem}.form-row{flex-direction:column;gap:0}.org-list{grid-template-columns:1fr}.form-group input,.form-group select,.form-group textarea{font-size:16px;min-height:44px}.btn-primary{width:100%;min-height:44px;justify-content:center}.org-card{padding:.875rem}}.admin-dashboard{padding:1.5rem;max-width:1400px;margin:0 auto;min-height:100vh}.admin-standalone{max-width:100%;background:#0f1423}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.admin-header h1{font-size:1.75rem;font-weight:700;color:#1a1a2e;margin:0}.admin-tabs{display:flex;gap:.25rem;background:#f0f2f5;padding:4px;border-radius:10px}.admin-tab{padding:.5rem 1.25rem;border:none;background:transparent;border-radius:8px;font-size:.875rem;font-weight:500;color:#666;cursor:pointer;transition:all .2s}.admin-tab:hover{color:#333;background:#ffffff80}.admin-tab.active{background:#fff;color:#1a1a2e;box-shadow:0 1px 3px #0000001a}.admin-card{background:#fff;border-radius:12px;border:1px solid #e8ecf0;overflow:hidden;box-shadow:0 2px 8px #0000000a}.card-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #f0f2f5}.card-header h2{font-size:1rem;font-weight:600;color:#1a1a2e;margin:0}.card-loading{padding:3rem;text-align:center;color:#888}.logs-card{background:#1a1a2e;border-color:#2d2d44}.logs-card .card-header{background:#1a1a2e;border-bottom-color:#2d2d44}.logs-card .card-header h2{color:#e0e0e0}.logs-controls{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.log-filter-select{padding:.375rem .75rem;background:#2d2d44;border:1px solid #3d3d5c;border-radius:6px;color:#ccc;font-size:.8rem;cursor:pointer}.log-filter-select:focus{outline:none;border-color:#6366f1}.log-search-input{padding:.375rem .75rem;background:#2d2d44;border:1px solid #3d3d5c;border-radius:6px;color:#e0e0e0;font-size:.8rem;width:180px}.log-search-input::placeholder{color:#666}.log-search-input:focus{outline:none;border-color:#6366f1}.log-btn{padding:.375rem .875rem;border:none;border-radius:6px;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s}.log-btn.live{background:#52c41a33;color:#52c41a}.log-btn.live:hover{background:#52c41a4d}.log-btn.paused{background:#faad1433;color:#faad14}.log-btn.paused:hover{background:#faad144d}.logs-container{height:480px;overflow-y:auto;padding:.75rem;font-family:JetBrains Mono,Fira Code,Consolas,monospace;font-size:.75rem;line-height:1.6}.logs-container::-webkit-scrollbar{width:6px}.logs-container::-webkit-scrollbar-track{background:#1a1a2e}.logs-container::-webkit-scrollbar-thumb{background:#3d3d5c;border-radius:3px}.log-line{display:flex;align-items:flex-start;gap:.5rem;padding:.25rem .5rem;border-left:3px solid transparent;border-radius:3px;margin-bottom:2px;word-break:break-word}.log-level-icon{flex-shrink:0;font-size:.6rem;margin-top:.25rem}.log-timestamp{color:#666;flex-shrink:0;font-size:.7rem}.log-level-badge{flex-shrink:0;font-weight:600;font-size:.7rem;width:56px;text-align:center}.log-module{color:#8b8bab;flex-shrink:0;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:.7rem}.log-message{color:#d4d4d4;flex:1;min-width:0}.logs-loading,.logs-empty{color:#666;text-align:center;padding:3rem;font-size:.875rem}.logs-live-indicator{padding:.5rem 1.25rem;background:#12121f;border-top:1px solid #2d2d44;display:flex;align-items:center;gap:.5rem;font-size:.75rem;color:#52c41a}.live-dot{width:8px;height:8px;background:#52c41a;border-radius:50%;animation:pulse 1.5s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.3}}.active-users-section{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.user-stats-badge{display:flex;align-items:center;gap:.25rem;font-size:.875rem}.online-count{font-weight:700;color:#52c41a}.stats-separator{color:#ccc}.total-count{color:#888}.stats-label{color:#888;margin-left:.25rem;font-size:.8rem}.users-grid{padding:.75rem;max-height:450px;overflow-y:auto}.user-row{display:flex;align-items:center;gap:.75rem;padding:.625rem .75rem;border-radius:8px;transition:background .15s}.user-row:hover{background:#f8f9fa}.user-row.online{border-left:3px solid #52c41a}.user-row.offline{border-left:3px solid transparent;opacity:.7}.user-avatar-small{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#8b5cf6);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:.85rem;position:relative;flex-shrink:0}.status-dot{position:absolute;bottom:-1px;right:-1px;width:10px;height:10px;border-radius:50%;border:2px solid #fff}.status-dot.online{background:#52c41a}.status-dot.offline{background:#d9d9d9}.user-info{flex:1;min-width:0;display:flex;align-items:center;gap:.5rem}.user-info .user-name{font-weight:500;font-size:.875rem;color:#1a1a2e}.role-badge{padding:.125rem .5rem;border-radius:4px;font-size:.7rem;font-weight:600;text-transform:uppercase}.role-ceo{background:#6366f11a;color:#6366f1}.role-superadmin{background:#8b5cf61a;color:#8b5cf6}.role-manager{background:#0ea5e91a;color:#0ea5e9}.role-employee{background:#6b72801a;color:#6b7280}.user-status-text{font-size:.75rem;flex-shrink:0}.status-online{color:#52c41a;font-weight:500}.status-offline{color:#999}.activity-feed{padding:.75rem;max-height:450px;overflow-y:auto}.feed-item{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border-radius:6px;margin-bottom:4px;font-size:.8rem;transition:background .15s}.feed-item:hover{background:#f8f9fa}.feed-time{color:#999;font-size:.7rem;flex-shrink:0;font-family:monospace;width:60px}.feed-user{font-weight:600;color:#6366f1;flex-shrink:0}.feed-action{color:#555}.feed-type-login .feed-action{color:#52c41a}.feed-type-logout .feed-action{color:#ff4d4f}.feed-empty{color:#999;text-align:center;padding:2rem;font-size:.875rem}.org-details{padding:1.25rem;display:grid;grid-template-columns:1fr 1fr;gap:.75rem}.org-detail-row{display:flex;flex-direction:column;gap:.25rem}.detail-label{font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:#888;font-weight:600}.detail-value{font-size:.9rem;color:#1a1a2e;font-weight:500}.plan-badge{display:inline-block;padding:.125rem .625rem;border-radius:4px;font-size:.75rem;font-weight:600;text-transform:uppercase;width:fit-content}.plan-free{background:#f0f0f0;color:#666}.plan-basic{background:#0ea5e91a;color:#0ea5e9}.plan-pro{background:#6366f11a;color:#6366f1}.plan-enterprise{background:#8b5cf61a;color:#8b5cf6}.org-stats-grid{display:flex;gap:1rem;padding:1rem 1.25rem;border-top:1px solid #f0f2f5;border-bottom:1px solid #f0f2f5;flex-wrap:wrap}.stat-box{text-align:center;padding:.75rem 1.25rem;background:#f8f9fc;border-radius:8px;min-width:80px}.stat-number{display:block;font-size:1.5rem;font-weight:700;color:#1a1a2e}.stat-label{font-size:.7rem;text-transform:uppercase;color:#888;font-weight:500}.org-users-table{padding:1.25rem}.org-users-table h3{font-size:.9rem;font-weight:600;color:#1a1a2e;margin:0 0 .75rem}.org-users-table table{width:100%;border-collapse:collapse}.org-users-table th{text-align:left;padding:.625rem .75rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:#888;font-weight:600;border-bottom:1px solid #f0f2f5}.org-users-table td{padding:.625rem .75rem;font-size:.85rem;color:#333;border-bottom:1px solid #f8f9fa}.org-users-table tr:hover td{background:#f8f9fc}.access-denied{text-align:center;padding:4rem 2rem;font-size:1.125rem;color:#ff4d4f;font-weight:500}@media (max-width: 900px){.active-users-section{grid-template-columns:1fr}.admin-header{flex-direction:column;align-items:flex-start}.logs-controls{flex-wrap:wrap}.org-details{grid-template-columns:1fr}}@media (max-width: 600px){.admin-dashboard{padding:1rem}.logs-container{height:350px;font-size:.65rem}.log-module,.log-timestamp{display:none}}.admin-standalone{padding-top:0}.admin-topbar{display:flex;align-items:center;justify-content:space-between;padding:14px 24px;background:#0f1423;border-bottom:1px solid rgba(99,102,241,.15);margin:-1.5rem -1.5rem 1.5rem;position:sticky;top:0;z-index:100}.admin-topbar-left{display:flex;align-items:center;gap:12px}.admin-topbar-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#818cf8}.admin-topbar-icon svg{width:22px;height:22px}.admin-topbar-left h1{font-size:1.1rem;font-weight:600;color:#e2e8f0;margin:0}.admin-topbar-right{display:flex;align-items:center;gap:16px}.admin-topbar-user{font-size:.85rem;color:#94a3b8;font-weight:500}.admin-topbar-logout{padding:7px 16px;background:#ef44441a;border:1px solid rgba(239,68,68,.25);border-radius:7px;color:#fca5a5;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s}.admin-topbar-logout:hover{background:#ef444433;border-color:#ef444466;color:#fff}.admin-standalone .admin-header{margin-bottom:1.5rem}.admin-standalone .admin-header h1{display:none}@media (max-width: 600px){.admin-topbar{padding:12px 16px;margin:-1rem -1rem 1rem}.admin-topbar-left h1{font-size:.95rem}.admin-topbar-user{display:none}}.admin-standalone .admin-tabs{background:#1e293bb3}.admin-standalone .admin-tab{color:#94a3b8}.admin-standalone .admin-tab:hover{color:#e2e8f0;background:#ffffff0d}.admin-standalone .admin-tab.active{background:#6366f126;color:#818cf8;box-shadow:none}.admin-standalone .admin-card{background:#0f1423e6;border-color:#6366f11a}.admin-standalone .card-header{border-bottom-color:#6366f114}.admin-standalone .card-header h2{color:#e2e8f0}.admin-standalone .users-grid .user-row{border-color:#6366f10f}.admin-standalone .user-name{color:#e2e8f0}.admin-standalone .status-offline{color:#64748b}.admin-standalone .org-card .org-details,.admin-standalone .org-card .org-detail-row{border-color:#6366f10f}.admin-standalone .detail-label{color:#64748b}.admin-standalone .detail-value,.admin-standalone .org-users-table h3{color:#e2e8f0}.admin-standalone .org-users-table table{color:#cbd5e1}.admin-standalone .org-users-table th{background:#1e293b80;color:#94a3b8;border-color:#6366f10f}.admin-standalone .org-users-table td{border-color:#6366f10f}.admin-standalone .stat-box{background:#1e293b80;border-color:#6366f114}.admin-standalone .stat-number{color:#e2e8f0}.admin-standalone .stat-label{color:#64748b}.admin-standalone .feed-item{border-color:#6366f10f}.admin-standalone .feed-user{color:#e2e8f0}.admin-standalone .feed-action{color:#94a3b8}.admin-standalone .feed-time,.admin-standalone .card-loading,.admin-standalone .feed-empty,.admin-standalone .logs-empty{color:#64748b}.orgs-table-wrapper{overflow-x:auto;padding:.5rem}.orgs-table{width:100%;border-collapse:collapse;font-size:.85rem}.orgs-table th{text-align:left;padding:.75rem 1rem;font-size:.7rem;text-transform:uppercase;letter-spacing:.05em;color:#94a3b8;font-weight:600;border-bottom:1px solid rgba(99,102,241,.1);background:#1e293b4d}.orgs-table td{padding:.75rem 1rem;border-bottom:1px solid rgba(99,102,241,.06);color:#cbd5e1}.orgs-table .org-row{cursor:pointer;transition:background .15s}.orgs-table .org-row:hover{background:#6366f10f}.org-name-cell{display:flex;flex-direction:column;gap:2px}.org-primary-name{font-weight:600;color:#e2e8f0}.org-secondary-name{font-size:.72rem;color:#64748b}.status-badge{display:inline-block;padding:.15rem .5rem;border-radius:4px;font-size:.7rem;font-weight:600;text-transform:uppercase}.status-badge.active{background:#52c41a26;color:#52c41a}.status-badge.inactive{background:#ef444426;color:#ef4444}.back-btn{background:none;border:none;color:#818cf8;font-size:.9rem;cursor:pointer;margin-right:.75rem;padding:0;font-weight:500}.back-btn:hover{color:#a5b4fc}.edit-org-btn{padding:6px 14px;background:#6366f126;border:1px solid rgba(99,102,241,.3);border-radius:6px;color:#818cf8;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s}.edit-org-btn:hover{background:#6366f140}.org-edit-form{padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.org-edit-form .form-row{display:flex;flex-direction:column;gap:.35rem}.org-edit-form label{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:#94a3b8;font-weight:600}.org-edit-form input[type=text],.org-edit-form input[type=number],.org-edit-form input[type=date],.org-edit-form select{padding:.6rem .8rem;background:#1e293bb3;border:1px solid rgba(99,102,241,.2);border-radius:6px;color:#e2e8f0;font-size:.85rem;outline:none;transition:border-color .2s}.org-edit-form input:focus,.org-edit-form select:focus{border-color:#6366f1}.org-edit-form .checkbox-row label{display:flex;align-items:center;gap:.5rem;text-transform:none;font-size:.85rem;cursor:pointer}.save-org-btn{padding:.7rem 1.5rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:8px;color:#fff;font-weight:600;font-size:.85rem;cursor:pointer;transition:opacity .2s;align-self:flex-start;margin-top:.5rem}.save-org-btn:hover{opacity:.9}.save-org-btn:disabled{opacity:.5;cursor:not-allowed}.subscriptions-section{display:flex;flex-direction:column;gap:1.25rem}.subscription-summary-grid{display:flex;gap:.75rem;flex-wrap:wrap}.summary-card{background:#0f1423e6;border:1px solid rgba(99,102,241,.1);border-radius:10px;padding:1rem 1.5rem;display:flex;flex-direction:column;align-items:center;min-width:100px}.summary-card.revenue{border-color:#52c41a4d}.summary-number{font-size:1.5rem;font-weight:700;color:#e2e8f0}.summary-card.revenue .summary-number{color:#52c41a}.summary-label{font-size:.7rem;text-transform:uppercase;color:#64748b;font-weight:500;margin-top:.25rem}.subscriptions-table .charge-cell{font-weight:600;color:#52c41a}.backup-card .backup-content{padding:3rem 2rem;display:flex;flex-direction:column;align-items:center;text-align:center;gap:2rem}.backup-info{display:flex;flex-direction:column;align-items:center;gap:.75rem}.backup-icon{color:#818cf8;opacity:.8}.backup-info h3{color:#e2e8f0;font-size:1.1rem;margin:0}.backup-info p{color:#94a3b8;font-size:.85rem;max-width:500px;line-height:1.5;margin:0}.last-backup-info{color:#52c41a!important;font-weight:500}.backup-error{color:#ef4444!important;font-weight:500}.backup-btn{padding:.85rem 2.5rem;background:linear-gradient(135deg,#6366f1,#8b5cf6);border:none;border-radius:10px;color:#fff;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .2s;display:flex;align-items:center;gap:.5rem}.backup-btn:hover{transform:translateY(-1px);box-shadow:0 4px 15px #6366f14d}.backup-btn:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 768px){.subscription-summary-grid{display:grid;grid-template-columns:repeat(2,1fr)}.orgs-table{font-size:.75rem}.orgs-table th,.orgs-table td{padding:.5rem .6rem}}.ops-kpis{display:flex;flex-direction:column;gap:1.25rem}.ops-toolbar{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.ops-title{margin:0;color:#e8ecf4;font-size:1.25rem}.ops-sub{margin:.25rem 0 0;color:#8b93a7;font-size:.8rem}.ops-toolbar-actions{display:flex;align-items:center;gap:.75rem}.ops-auto{color:#b6bfd2;font-size:.8rem;display:flex;align-items:center;gap:.35rem}.ops-error{background:#ff4d4f1f;color:#ff7875;padding:.6rem .8rem;border-radius:8px;font-size:.85rem}.ops-section h3{margin:0 0 .65rem;color:#9aa3b8;font-size:.75rem;text-transform:uppercase;letter-spacing:.06em}.ops-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:.75rem}.ops-tile{background:#171d2e;border:1px solid #252d42;border-radius:10px;padding:.9rem 1rem;display:flex;flex-direction:column;gap:.25rem}.ops-tile.ok{border-color:#52c41a73}.ops-tile.warn{border-color:#faad1480}.ops-tile.bad{border-color:#ff4d4f80}.ops-label{color:#8b93a7;font-size:.72rem;text-transform:uppercase;letter-spacing:.04em}.ops-value{color:#f0f3fa;font-size:1.35rem;font-weight:650;line-height:1.2}.ops-meta{color:#6f7890;font-size:.72rem}.demo-toast{position:fixed;top:8px;left:50%;transform:translate(-50%);z-index:99999;background:#1e293b;color:#f8fafc;padding:6px 14px;border-radius:20px;display:flex;align-items:center;gap:8px;box-shadow:0 2px 12px #0003;font-size:.72rem;border:1px solid #334155;pointer-events:auto}.demo-toast-badge{background:#f59e0b;color:#fff;padding:2px 8px;border-radius:6px;font-weight:700;font-size:.7rem;white-space:nowrap}.demo-toast-msg{color:#94a3b8;white-space:nowrap}.demo-toast-link{color:#60a5fa;text-decoration:none;font-weight:600;white-space:nowrap;font-size:.75rem}.demo-toast-link:hover{color:#93c5fd}@media (max-width: 480px){.demo-toast{top:6px;left:50%;transform:translate(-50%);max-width:95%;font-size:.65rem;padding:5px 10px}}.org-switcher{position:relative;margin-bottom:.75rem;padding:0 .5rem}.org-switcher-btn{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;background:#6366f114;border:1px solid rgba(99,102,241,.2);border-radius:8px;color:#4f46e5;font-size:.8rem;font-weight:500;cursor:pointer;transition:all .2s}.org-switcher-btn:hover{background:#6366f126;border-color:#6366f166}.org-switcher-icon{font-size:1rem}.org-switcher-label{flex:1;text-align:left;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.org-switcher-arrow{font-size:.6rem}.org-switcher-dropdown{position:absolute;top:100%;left:.5rem;right:.5rem;margin-top:4px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 8px 24px #0000001f;z-index:1000;max-height:260px;overflow-y:auto}.org-switcher-option{display:flex;align-items:center;justify-content:space-between;width:100%;padding:.5rem .75rem;border:none;background:none;color:#334155;font-size:.8rem;cursor:pointer;transition:background .15s;text-align:left}.org-switcher-option:hover{background:#f1f5f9}.org-switcher-option.active{background:#6366f114;color:#4f46e5;font-weight:600}.org-switcher-option:first-child{border-radius:8px 8px 0 0}.org-switcher-option:last-child{border-radius:0 0 8px 8px}.org-option-badge.inactive{font-size:.65rem;background:#fee2e2;color:#dc2626;padding:1px 6px;border-radius:4px}.org-switcher-loading{padding:.75rem;text-align:center;color:#94a3b8;font-size:.8rem}.ez-loader{min-height:100vh;display:grid;place-content:center;justify-items:center;gap:1.25rem;background:radial-gradient(ellipse 80% 50% at 50% -10%,rgba(85,142,68,.14),transparent 55%),radial-gradient(ellipse 60% 40% at 100% 100%,rgba(138,197,233,.18),transparent 50%),var(--bg-main, #f4f6f3);font-family:var(--font-sans)}.ez-loader-orb{position:relative;width:64px;height:64px}.ez-loader-ring{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;border:2px solid transparent;border-top-color:var(--primary, #558e44);border-right-color:#558e4440;animation:ez-spin 1s cubic-bezier(.45,.05,.55,.95) infinite}.ez-loader-ring-2{top:8px;right:8px;bottom:8px;left:8px;border-top-color:var(--secondary, #6ba8cc);border-right-color:transparent;animation-duration:1.35s;animation-direction:reverse}.ez-loader-core{position:absolute;top:22px;right:22px;bottom:22px;left:22px;border-radius:50%;background:linear-gradient(145deg,var(--primary),#7aaa6a);box-shadow:0 0 24px #558e4459;animation:ez-pulse 1.6s ease-in-out infinite}.ez-loader-label{margin:0;font-size:.9rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:var(--text-muted, #6b7280);animation:ez-fade 1.4s ease-in-out infinite}.ez-skel{display:flex;flex-direction:column;gap:.75rem;padding:1rem 0}.ez-skel-bar{height:12px;border-radius:8px;background:linear-gradient(90deg,#0000000a,#00000014 45%,#0000000a);background-size:200% 100%;animation:ez-shimmer 1.4s ease-in-out infinite}.ez-skel-title{height:18px;width:42%;margin-bottom:.35rem}.ez-skel-card{background:var(--bg-card, #fff);border:1px solid var(--border-light, #e8ebe6);border-radius:var(--radius-lg, 16px);padding:1.25rem;box-shadow:var(--shadow-sm)}.ez-skel-chart{margin-top:1rem;height:140px;border-radius:12px;background:linear-gradient(90deg,#558e440d,#558e441f,#558e440d);background-size:200% 100%;animation:ez-shimmer 1.6s ease-in-out infinite}@keyframes ez-spin{to{transform:rotate(360deg)}}@keyframes ez-pulse{0%,to{transform:scale(.92);opacity:.85}50%{transform:scale(1);opacity:1}}@keyframes ez-fade{0%,to{opacity:.45}50%{opacity:1}}@keyframes ez-shimmer{0%{background-position:100% 0}to{background-position:-100% 0}}@media (prefers-reduced-motion: reduce){.ez-loader-ring,.ez-loader-ring-2,.ez-loader-core,.ez-loader-label,.ez-skel-bar,.ez-skel-chart{animation:none}}.ez-page-enter{animation:ez-page-in .45s cubic-bezier(.22,1,.36,1) both}@keyframes ez-page-in{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@media (prefers-reduced-motion: reduce){.ez-page-enter{animation:none}}.App{min-height:100vh;display:flex;flex-direction:column}.demo-disabled-wrapper{position:relative;opacity:.5;pointer-events:none;-webkit-user-select:none;user-select:none}.demo-disabled-notice{display:inline-flex;align-items:center;gap:6px;background:#f1f5f9;border:1px solid #e2e8f0;color:#64748b;font-size:.75rem;font-weight:500;padding:4px 10px;border-radius:6px;margin-left:8px;pointer-events:auto;opacity:1;white-space:nowrap}.demo-disabled-notice--block{display:flex;align-items:center;gap:6px;background:#f8fafc;border:1px solid #e2e8f0;color:#64748b;font-size:.78rem;font-weight:500;padding:8px 14px;border-radius:8px;margin-top:8px;margin-bottom:8px}.demo-disabled-notice--block a,.demo-disabled-notice a{color:#3b82f6;text-decoration:underline}button.demo-disabled-btn{opacity:.45;cursor:not-allowed!important;pointer-events:none}.demo-disabled-section{position:relative;border-radius:8px;overflow:hidden}.demo-disabled-section:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:#ffffff80;pointer-events:none;border-radius:8px;z-index:2}.demo-disabled-section>*{pointer-events:none}.demo-disabled-overlay-msg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;background:#fff;border:1px solid #e2e8f0;box-shadow:0 2px 8px #00000014;padding:12px 20px;border-radius:8px;font-size:.82rem;color:#475569;text-align:center;max-width:320px;pointer-events:auto}.demo-disabled-overlay-msg a{color:#3b82f6;text-decoration:underline}:root{--font-sans: "Plus Jakarta Sans", "Segoe UI", sans-serif;--font-display: "Fraunces", Georgia, serif;--primary: #4f8a3f;--primary-dark: #3d6e31;--primary-light: #9cb894;--secondary: #6ba8cc;--secondary-dark: #4f8fb3;--bg-main: #f3f5f1;--bg-elevated: #f8faf6;--bg-card: #ffffff;--bg-sidebar: rgba(255, 255, 255, .78);--text-main: #1a1f1c;--text-muted: #6b736e;--text-label: #3a423c;--error: #d9382c;--error-light: rgba(217, 56, 44, .1);--success: #2f9e5d;--success-light: rgba(47, 158, 93, .1);--warning: #d97706;--border-light: rgba(26, 31, 28, .08);--border-medium: rgba(26, 31, 28, .14);--shadow-sm: 0 1px 2px rgba(26, 31, 28, .04);--shadow-md: 0 8px 24px rgba(26, 31, 28, .06);--shadow-lg: 0 18px 40px rgba(26, 31, 28, .08);--shadow-card: 0 10px 30px rgba(26, 31, 28, .06);--transition-fast: .16s cubic-bezier(.22, 1, .36, 1);--transition-base: .28s cubic-bezier(.22, 1, .36, 1);--radius-sm: 8px;--radius-md: 12px;--radius-lg: 18px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-sans);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:radial-gradient(ellipse 90% 55% at 0% -10%,rgba(85,142,68,.12),transparent 50%),radial-gradient(ellipse 70% 45% at 100% 0%,rgba(107,168,204,.14),transparent 45%),var(--bg-main);background-attachment:fixed;color:var(--text-main);line-height:1.5}h1,h2,.ez-display{font-family:var(--font-display);letter-spacing:-.02em;font-weight:650}.App{min-height:100vh}.premium-card{background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-card);border:1px solid var(--border-light);padding:1.5rem;transition:transform var(--transition-base),box-shadow var(--transition-base)}.premium-card:hover{box-shadow:var(--shadow-md)}.loading-screen{min-height:100vh}.premium-button{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;font-weight:600;border-radius:var(--radius-md);transition:var(--transition-fast);cursor:pointer;border:none;gap:.5rem}.premium-button-primary{background-color:var(--primary);color:#fff}.premium-button-primary:hover{background-color:var(--primary-dark);transform:translateY(-1px);box-shadow:0 4px 12px #558e444d}.premium-button-secondary{background-color:var(--secondary);color:#fff}.premium-button-secondary:hover{background-color:var(--secondary-dark)}.premium-button-tier{background:linear-gradient(135deg,#10b981,#3b82f6);color:#fff}.premium-button-tier:hover{background:linear-gradient(135deg,#059669,#2563eb)}.premium-input{width:100%;padding:.75rem 1rem;border:1.5px solid var(--border-medium);border-radius:var(--radius-md);transition:var(--transition-fast);font-size:.9375rem}.premium-input:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #558e441a}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.modal-content{background:#fff;border-radius:12px;padding:28px 32px;width:100%;max-width:700px;max-height:90vh;overflow-y:auto;box-shadow:0 10px 25px #00000026}.modal-header{padding:1.5rem;border-bottom:1px solid var(--border-light);display:flex;justify-content:space-between;align-items:center}.modal-header h2{margin:0;font-size:1.25rem;font-weight:600;color:var(--text-main)}.btn-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-muted);padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;transition:var(--transition-fast)}.btn-close:hover{color:var(--text-main)}.premium-form{padding:1.5rem}.form-group{margin-bottom:1rem}.form-label{display:block;margin-bottom:.5rem;font-weight:600;font-size:.9rem;color:var(--text-main)}.premium-select{width:100%;padding:.75rem 1rem;border:1.5px solid var(--border-medium);border-radius:var(--radius-md);transition:var(--transition-fast);font-size:.9375rem;background:#fff;cursor:pointer}.premium-select:focus{outline:none;border-color:var(--primary);box-shadow:0 0 0 3px #558e441a}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:1rem}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-medium);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.table-responsive{overflow-x:auto;-webkit-overflow-scrolling:touch;width:100%}@media (max-width: 768px){.form-row{grid-template-columns:1fr}.modal-overlay{padding:10px;align-items:flex-end}.modal-content{max-width:100%!important;width:100%!important;max-height:90vh;border-radius:12px 12px 0 0}.premium-card{padding:1rem}.premium-button{padding:.65rem 1.25rem;font-size:.875rem;min-height:44px}.premium-input,.premium-select{font-size:16px;padding:.7rem .9rem}.modal-header{padding:1rem 1.25rem}.modal-header h2{font-size:1.1rem}.premium-form{padding:1rem 1.25rem}body{font-size:14px}table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}}@media (max-width: 480px){.modal-overlay{padding:0}.modal-content{border-radius:12px 12px 0 0;max-height:95vh}.premium-button{width:100%;justify-content:center}.premium-card{padding:.75rem;border-radius:var(--radius-md)}}.searchable-select{position:relative;width:100%}.searchable-select-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;padding:8px 12px;border:1px solid #e2e8f0;border-radius:6px;background:#fff;cursor:pointer;font-size:13px;text-align:left;transition:all .15s}.searchable-select-trigger:hover{border-color:#cbd5e1}.searchable-select-trigger.open{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.searchable-select-trigger.disabled{opacity:.6;cursor:not-allowed;background:#f9fafb}.searchable-select-value{flex:1;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;color:#1e293b}.searchable-select-value.placeholder{color:#94a3b8}.searchable-select-actions{display:flex;align-items:center;gap:4px;margin-left:8px}.searchable-select-arrow{font-size:9px;color:#94a3b8}.searchable-select-clear{font-size:16px;color:#94a3b8;cursor:pointer;width:18px;height:18px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .15s}.searchable-select-clear:hover{color:#dc2626;background:#fef2f2}.searchable-select-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 25px #0000001f;z-index:100;overflow:hidden}.searchable-select-search{width:100%;padding:10px 12px;border:none;border-bottom:1px solid #f1f5f9;font-size:13px;outline:none}.searchable-select-options{max-height:200px;overflow-y:auto}.searchable-select-option{display:block;width:100%;padding:8px 12px;text-align:left;font-size:13px;border:none;background:none;cursor:pointer;color:#334155;transition:background .1s}.searchable-select-option:hover{background:#f1f5f9}.searchable-select-option.selected{background:#eff6ff;color:#2563eb;font-weight:600}.searchable-select-option.option-withdrawn{opacity:.6;color:#94a3b8}.searchable-select-option.option-withdrawn:hover{opacity:.8;background:#fef2f2}.searchable-select-empty{padding:16px;text-align:center;color:#94a3b8;font-size:13px}@media (max-width: 768px){.searchable-select-trigger{min-height:44px;padding:10px 12px;font-size:16px}.searchable-select-search{padding:12px;font-size:16px}.searchable-select-option{padding:12px;min-height:44px;font-size:14px}.searchable-select-dropdown{max-height:250px}.searchable-select-options{max-height:220px}}input[type=checkbox]{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:18px;height:18px;border:2px solid #cbd5e1;border-radius:5px;background:#fff;cursor:pointer;position:relative;transition:all .2s cubic-bezier(.4,0,.2,1);flex-shrink:0}input[type=checkbox]:hover{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}input[type=checkbox]:checked{background:linear-gradient(135deg,#3b82f6,#2563eb);border-color:#2563eb;box-shadow:0 2px 4px #2563eb4d}input[type=checkbox]:checked:after{content:"";position:absolute;top:2px;left:5px;width:5px;height:9px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}input[type=checkbox]:focus-visible{outline:none;box-shadow:0 0 0 3px #3b82f640}input[type=checkbox]:disabled{opacity:.5;cursor:not-allowed}label:has(input[type=checkbox]),.checkbox-label{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:13px;color:#334155;-webkit-user-select:none;user-select:none}.status-overdue{animation:none!important}.leads-page,.students-page,.universities-page,.sessions-page,.applications-page,.invoices-page,.commission-config-page,.english-classes-page,.org-settings-page,.deleted-leads-page{width:100%;min-height:0;background:transparent!important;padding:0!important;max-width:none}.page-header,.leads-page .page-header,.students-page .page-header,.universities-page .page-header,.sessions-page .page-header,.applications-page .page-header,.invoices-page .page-header,.english-classes-page .page-header,.org-settings-page .page-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap;margin-bottom:1.25rem;background:transparent!important;border:none!important;padding:0!important;border-radius:0!important;box-shadow:none!important}.page-header h1,.header-left h1,.invoices-page h1{font-family:var(--font-display)!important;font-size:1.75rem!important;font-weight:650!important;letter-spacing:-.02em;color:var(--text-main)!important;margin:0 0 .2rem!important}.page-header .subtitle,.header-left .subtitle,.page-subtitle{color:var(--text-muted)!important;font-size:.9rem!important;margin:0!important}.header-actions{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap}.stats-row,.stats-row.compact{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.65rem!important;margin-bottom:1.1rem!important}.stat-card,.students-page .stat-card,.stats-row.compact .stat-card{background:var(--bg-card)!important;border:1px solid var(--border-light)!important;border-radius:14px!important;padding:.85rem 1rem!important;box-shadow:none!important;transform:none!important;transition:border-color .15s ease!important}.stat-card:hover,.students-page .stat-card:hover{transform:none!important;box-shadow:none!important;border-color:var(--border-medium)!important}.stat-value,.students-page .stat-value{font-size:1.2rem!important;font-weight:700!important;color:var(--text-main)!important}.stat-label,.students-page .stat-label{font-size:.7rem!important;color:var(--text-muted)!important;text-transform:uppercase;letter-spacing:.03em}.filters-row,.filters-bar,.search-filters,.leads-filters{display:flex;flex-wrap:wrap;gap:.55rem;align-items:center;margin-bottom:1rem}.filters-row select,.filters-row input,.invoice-search,.search-input,.filter-select{padding:.55rem .75rem!important;border:1px solid var(--border-medium)!important;border-radius:10px!important;background:var(--bg-card)!important;font-family:var(--font-sans)!important;font-size:.875rem!important;color:var(--text-main)!important;outline:none}.filters-row select:focus,.filters-row input:focus,.invoice-search:focus,.search-input:focus{border-color:var(--primary)!important;box-shadow:0 0 0 3px #558e441f!important}.students-table-container,.universities-table-container,.table-container,.data-table-wrap,.invoice-list,.leads-table-wrap{background:var(--bg-card)!important;border:1px solid var(--border-light)!important;border-radius:14px!important;overflow:hidden;box-shadow:none!important}.students-table,.universities-table,.data-table,.leads-table,.sessions-table,.applications-table{width:100%;border-collapse:collapse;background:transparent!important}.students-table th,.universities-table th,.data-table th,.leads-table th,.invoice-list .data-table th{background:var(--bg-elevated)!important;color:var(--text-muted)!important;font-size:.7rem!important;font-weight:650!important;text-transform:uppercase;letter-spacing:.04em;padding:.7rem .9rem!important;border-bottom:1px solid var(--border-light)!important}.students-table td,.universities-table td,.data-table td,.leads-table td,.invoice-list .data-table td{padding:.75rem .9rem!important;font-size:.875rem!important;color:var(--text-main)!important;border-top:1px solid var(--border-light)!important;background:transparent!important}.students-table tr:hover td,.universities-table tr:hover td,.data-table tr:hover td,.leads-table tr:hover td,.invoice-list .data-table tr:hover td{background:#558e440a!important}.premium-button-primary,.btn-primary,.leads-page .premium-button-primary{background:var(--primary)!important;color:#fff!important;border:none!important;border-radius:980px!important;padding:.55rem 1rem!important;font-weight:650!important;font-size:.875rem!important;font-family:var(--font-sans)!important;box-shadow:none!important;transform:none!important}.premium-button-primary:hover,.btn-primary:hover{background:var(--primary-dark)!important;transform:none!important;box-shadow:none!important}.premium-button-secondary,.btn-secondary,.btn-outline{background:#0000000a!important;color:var(--text-main)!important;border:1px solid var(--border-light)!important;border-radius:980px!important;padding:.55rem 1rem!important;font-weight:600!important}.status-badge,.stage-badge,.badge{border-radius:999px!important;font-weight:650!important;font-size:.7rem!important;padding:.2rem .55rem!important}.premium-card,.content-card,.panel-card{background:var(--bg-card)!important;border:1px solid var(--border-light)!important;border-radius:14px!important;box-shadow:none!important}.modal-overlay{background:#1a1f1c59!important;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.modal-content,.invoice-builder,.form-modal,.detail-modal{border-radius:16px!important;border:1px solid var(--border-light)!important;box-shadow:var(--shadow-md)!important}.no-data,.empty-state,.loading-state{color:var(--text-muted)!important;padding:2.5rem 1rem!important;text-align:center}.leave-management,.leave-section,.approvals-panel{background:transparent}.admin-dashboard,.admin-page{background:transparent!important}.admin-dashboard h1,.admin-page h1{font-family:var(--font-display);letter-spacing:-.02em}.commission-page,.org-settings-page .settings-card{background:var(--bg-card);border:1px solid var(--border-light);border-radius:14px}.applications-page{padding:0!important;max-width:none!important}.applications-page .header-left h1{color:var(--text-main)!important;font-family:var(--font-display)!important;font-weight:650!important}.applications-page .subtitle{color:var(--text-muted)!important}.view-toggle{border-color:var(--border-light)!important;border-radius:10px!important;background:#00000008}.english-classes-page{padding:0!important}.english-classes-page h1{font-family:var(--font-display)!important;color:var(--text-main)!important;font-weight:650!important}.ec-tab-btn.active{color:var(--primary)!important;border-bottom-color:var(--primary)!important}.ec-stat-card{background:var(--bg-card)!important;border-color:var(--border-light)!important;border-radius:14px!important}.ec-toolbar input[type=text]:focus,.ec-toolbar select:focus{border-color:var(--primary)!important;box-shadow:0 0 0 3px #558e441f!important}.english-classes-page .btn-primary{background:var(--primary)!important;border-radius:980px!important}.cc-page{padding:0!important;max-width:none!important}.cc-title h1{font-family:var(--font-display)!important;color:var(--text-main)!important;font-weight:650!important}.cc-add-btn{background:var(--primary)!important;border-radius:980px!important}.org-settings-page{padding:0!important;max-width:960px!important}.org-settings-page .page-header h1{font-family:var(--font-display)!important;color:var(--text-main)!important;font-weight:650!important}.org-section{background:var(--bg-card)!important;border:1px solid var(--border-light)!important;border-radius:14px!important;box-shadow:none!important}.invoices-page{padding:0!important}.invoices-page h1{font-family:var(--font-display)!important;color:var(--text-main)!important}.invoice-number{color:var(--primary)!important}.invoice-search:focus{border-color:var(--primary)!important;box-shadow:0 0 0 3px #558e441f!important}.sessions-page .stat-card:hover{transform:none!important;box-shadow:none!important}.sessions-page .header-left h1{font-family:var(--font-display)!important;font-weight:650!important}.leave-management,.leave-history,.leave-approvals{background:transparent!important}.leave-card,.leave-balance-card,.request-card{background:var(--bg-card)!important;border:1px solid var(--border-light)!important;border-radius:14px!important;box-shadow:none!important}.admin-dashboard:not(.admin-standalone){padding:0!important;min-height:0!important;background:transparent!important}.admin-dashboard:not(.admin-standalone) .admin-header h1{font-family:var(--font-display)!important;color:var(--text-main)!important;font-weight:650!important}.admin-dashboard:not(.admin-standalone) .admin-tabs{background:#7676801f!important;border-radius:10px!important}.students-page .btn:hover,.students-page button:hover{transform:none!important}.todos-section,.todos-page{background:transparent!important}.todo-card{background:var(--bg-card)!important;border:1px solid var(--border-light)!important;border-radius:12px!important;box-shadow:none!important}.fu-page,.follow-up-config{background:transparent!important}
