:root{--bg:#f6f7fb;--surface:#fff;--surface-soft:#f9fafc;--surface-hover:#f2f4f8;--text:#111827;--text-muted:#6b7280;--text-soft:#9ca3af;--primary:#7c3aed;--primary-dark:#6d28d9;--primary-soft:#ede9fe;--success:#16a34a;--success-soft:#dcfce7;--warning:#f59e0b;--warning-soft:#fef3c7;--danger:#dc2626;--danger-soft:#fee2e2;--info:#2563eb;--info-soft:#dbeafe;--border:#e5e7eb;--border-strong:#d1d5db;--shadow-sm:0 1px 2px #0f172a0f;--shadow-md:0 8px 24px #0f172a14;--shadow-lg:0 18px 45px #0f172a1f;--radius-sm:10px;--radius-md:14px;--radius-lg:20px;--radius-xl:28px;--font:Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}html,body,#root{min-height:100%;font-family:var(--font);background:var(--bg);color:var(--text);margin:0}a{color:inherit;text-decoration:none}button,input,select,textarea{font-family:inherit}button{cursor:pointer}img{max-width:100%}.enterprise-page,.portal-page,.workspace-page{background:radial-gradient(circle at top left, #7c3aed1f, transparent 34%), radial-gradient(circle at top right, #2563eb17, transparent 30%), var(--bg);min-height:100vh;padding:24px}.enterprise-shell{width:100%;max-width:1440px;margin:0 auto}.enterprise-header,.page-header{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:22px;display:flex}.enterprise-title,.page-title{letter-spacing:-.04em;color:var(--text);margin:0;font-size:clamp(26px,3vw,38px);font-weight:850}.enterprise-subtitle,.page-subtitle{color:var(--text-muted);margin:8px 0 0;font-size:15px;line-height:1.6}.enterprise-actions,.page-actions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:10px;display:flex}.btn,.enterprise-btn,.action-btn{background:var(--surface);min-height:40px;color:var(--text);box-shadow:var(--shadow-sm);border:1px solid #0000;border-radius:999px;justify-content:center;align-items:center;gap:8px;padding:10px 16px;font-size:14px;font-weight:750;transition:all .18s;display:inline-flex}.btn:hover,.enterprise-btn:hover,.action-btn:hover{box-shadow:var(--shadow-md);transform:translateY(-1px)}.btn-primary,.enterprise-btn.primary,.action-btn.primary{background:linear-gradient(135deg, var(--primary), #2563eb);color:#fff}.btn-secondary,.enterprise-btn.secondary,.action-btn.secondary{border-color:var(--border);background:var(--surface)}.btn-danger{background:var(--danger);color:#fff}.btn-soft{background:var(--primary-soft);color:var(--primary-dark)}.card,.enterprise-card,.kpi-card,.stat-card{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffe6}.stats-grid,.kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;margin-bottom:22px;display:grid}.kpi-card,.stat-card{padding:18px;position:relative;overflow:hidden}.kpi-card:after,.stat-card:after{content:"";background:var(--primary-soft);border-radius:50%;width:95px;height:95px;position:absolute;top:-35px;right:-35px}.kpi-label,.stat-label{color:var(--text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:13px;font-weight:750}.kpi-value,.stat-value{letter-spacing:-.04em;margin-top:8px;font-size:30px;font-weight:900}.kpi-note,.stat-note{color:var(--text-soft);margin-top:6px;font-size:13px}.table-toolbar,.enterprise-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:14px;margin-bottom:14px;display:flex}.toolbar-left,.toolbar-right{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.search-input,.filter-select,.enterprise-input,.enterprise-select,.form-input,.form-select,.form-textarea{border:1px solid var(--border);background:var(--surface);min-height:42px;color:var(--text);border-radius:14px;outline:none;padding:10px 14px;font-size:14px;transition:all .18s}.search-input:focus,.filter-select:focus,.enterprise-input:focus,.enterprise-select:focus,.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:var(--primary);box-shadow:0 0 0 4px var(--primary-soft)}.record-count{color:var(--text-muted);background:var(--surface);border:1px solid var(--border);border-radius:999px;padding:9px 12px;font-size:13px;font-weight:800}.table-card,.enterprise-table-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);overflow:hidden}.table-responsive,.enterprise-table-wrap{width:100%;overflow-x:auto}table,.enterprise-table{border-collapse:separate;border-spacing:0;width:100%}th,.enterprise-table th{background:var(--surface-soft);color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;text-align:left;border-bottom:1px solid var(--border);white-space:nowrap;padding:14px 16px;font-size:12px;font-weight:850}td,.enterprise-table td{border-bottom:1px solid var(--border);color:var(--text);vertical-align:middle;padding:15px 16px;font-size:14px}tbody tr:last-child td{border-bottom:0}.sr-no{width:76px;color:var(--text-muted);font-weight:850}.form-grid,.enterprise-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.form-group,.enterprise-form-group{flex-direction:column;gap:7px;display:flex}.form-label,.enterprise-label{color:var(--text-muted);font-size:13px;font-weight:800}.form-textarea{resize:vertical;min-height:110px}.badge,.status-badge{background:var(--surface-soft);color:var(--text-muted);border:1px solid var(--border);border-radius:999px;align-items:center;gap:6px;padding:6px 10px;font-size:12px;font-weight:850;display:inline-flex}.badge.success,.status-badge.success,.status-active{background:var(--success-soft);color:var(--success);border-color:#16a34a2e}.badge.warning,.status-badge.warning,.status-pending{background:var(--warning-soft);color:#b45309;border-color:#f59e0b38}.badge.danger,.status-badge.danger,.status-rejected,.status-left{background:var(--danger-soft);color:var(--danger);border-color:#dc26262e}.badge.info,.status-badge.info{background:var(--info-soft);color:var(--info)}.empty-state,.loading-state{text-align:center;color:var(--text-muted);padding:44px 22px}.empty-state h3{color:var(--text);margin:0 0 8px;font-size:20px}.loading-spinner{border:4px solid var(--border);border-top-color:var(--primary);border-radius:50%;width:34px;height:34px;margin:0 auto 12px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.powered-by-samriddhi{text-align:center;color:var(--text-soft);margin-top:24px;font-size:12px;font-weight:700}@media (width<=1100px){.stats-grid,.kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.enterprise-header,.page-header{flex-direction:column}.enterprise-actions,.page-actions{justify-content:flex-start}}@media (width<=720px){.enterprise-page,.portal-page,.workspace-page{padding:16px}.stats-grid,.kpi-grid,.form-grid,.enterprise-form-grid{grid-template-columns:1fr}.table-toolbar,.enterprise-toolbar{align-items:stretch}.toolbar-left,.toolbar-right,.search-input,.filter-select,.btn,.enterprise-btn,.action-btn{width:100%}}:root{--bg:#f4f0ff;--surface:#fff;--surface-soft:#fbfaff;--surface-hover:#f3efff;--text:#111827;--text-muted:#64748b;--text-soft:#94a3b8;--primary:#7c3aed;--primary-dark:#5b21b6;--primary-soft:#ede9fe;--border:#e6e1f5;--border-strong:#d8cef3;--shadow-sm:0 4px 14px #4f46e514;--shadow-md:0 14px 34px #4f46e51f;--shadow-lg:0 24px 60px #4f46e529;--radius-sm:12px;--radius-md:16px;--radius-lg:22px;--radius-xl:30px}.enterprise-page,.portal-page,.workspace-page{background:radial-gradient(circle at 0 0,#7c3aed29,#0000 32%),radial-gradient(circle at 100% 0,#3b82f61f,#0000 30%),linear-gradient(#faf8ff 0%,#f4f0ff 100%);padding:26px}.enterprise-shell{max-width:1480px}.enterprise-header,.page-header{margin-bottom:24px}.enterprise-title,.page-title{letter-spacing:-.045em;font-size:clamp(30px,3vw,42px);font-weight:900}.enterprise-subtitle,.page-subtitle{color:#64748b;font-size:15.5px;font-weight:650}.card,.enterprise-card,.table-card,.enterprise-table-card{box-shadow:var(--shadow-sm);background:#ffffffeb;border:1px solid #7c3aed1f;border-radius:24px}.card:hover,.enterprise-card:hover{box-shadow:var(--shadow-md)}.card,.enterprise-card{padding:24px}.kpi-card,.stat-card{min-height:126px;box-shadow:var(--shadow-sm);border:1px solid #7c3aed21;border-radius:24px}.kpi-label,.stat-card span{letter-spacing:.08em;text-transform:uppercase;font-size:12px;font-weight:900}.kpi-value,.stat-card b{letter-spacing:-.04em;font-size:34px;font-weight:950}.btn,.enterprise-btn,.action-btn{letter-spacing:-.01em;border-radius:999px;min-height:42px;padding:10px 18px;font-weight:850}.btn-primary,.enterprise-btn.primary,.action-btn.primary{background:linear-gradient(135deg,#7c3aed 0%,#2563eb 100%);box-shadow:0 12px 28px #7c3aed38}.btn-secondary,.enterprise-btn.secondary,.action-btn.secondary{background:#fff;border-color:#7c3aed2e}.btn-soft,.enterprise-btn.soft,.action-btn.soft{color:#5b21b6;background:#f1edff;border-color:#7c3aed24}.table-toolbar{gap:14px;margin-bottom:16px}.table-toolbar input,.table-toolbar select,input,select,textarea{border:1px solid var(--border);border-radius:14px;min-height:42px}.enterprise-table th,table th{color:#4c1d95;text-transform:uppercase;letter-spacing:.06em;background:#f6f2ff;font-size:12px;font-weight:950}.enterprise-table td,table td{font-size:14px;font-weight:650}tbody tr:hover{background:#fbf8ff}.badge,.status-badge{letter-spacing:.02em;border-radius:999px;padding:7px 11px;font-size:12px;font-weight:900}.section-title{letter-spacing:-.035em;font-size:24px;font-weight:950}.section-subtitle{color:#64748b;font-size:14.5px;font-weight:650}.empty-state{text-align:center;color:#64748b;background:#fbf8ff;border:1px dashed #7c3aed3d;border-radius:24px;padding:30px;font-weight:750}.powered-by,.footer-brand{color:#7c3aed;font-weight:900}@media (width<=768px){.enterprise-page,.portal-page,.workspace-page{padding:16px}.card,.enterprise-card{padding:18px}.enterprise-title,.page-title{font-size:28px}}:is(.structure-page,.org-page-content:has(.structure-v3-marker)){gap:20px!important}.org-page-header:has(.structure-v3-marker){background:radial-gradient(circle at 84% 0,#7c3aed2e,#0000 34%),linear-gradient(135deg,#fff,#fbf8ff 55%,#f3edff)!important;border:1px solid #7c3aed2e!important;border-radius:30px!important;padding:28px 32px!important;box-shadow:0 22px 54px #4f46e51f!important}.structure-tabs-card{background:#fff!important;border:1px solid #7c3aed29!important;border-radius:26px!important;padding:14px!important;box-shadow:0 14px 34px #4f46e514!important}.structure-tab-nav{flex-wrap:wrap!important;gap:10px!important;display:flex!important}.structure-builder-card{background:linear-gradient(145deg,#fff,#fbfaff)!important;border:1px solid #7c3aed29!important;border-radius:30px!important;padding:24px!important;box-shadow:0 18px 44px #4f46e514!important}.structure-card-title span{color:#5b21b6!important;text-transform:uppercase!important;letter-spacing:.08em!important;font-size:13px!important;font-weight:1000!important}.structure-card-title h2{color:#001f54!important;letter-spacing:-.035em!important;margin:6px 0!important;font-size:28px!important;font-weight:1000!important}.structure-card-title p{color:#64748b!important;font-size:15px!important;font-weight:750!important}.simple-upload-card h3{color:#001f54!important;margin:0 0 6px!important;font-size:20px!important;font-weight:1000!important}.simple-upload-card p{color:#64748b!important;margin:0!important;font-size:14px!important;font-weight:750!important}.simple-upload-actions{flex-wrap:wrap!important;justify-content:flex-end!important;gap:10px!important;display:flex!important}.simple-two-column>div{background:#fff!important;border:1px solid #7c3aed1f!important;border-radius:24px!important;padding:20px!important;box-shadow:0 12px 28px #4f46e50f!important}.simple-two-column h3{color:#001f54!important;margin:0 0 14px!important;font-size:20px!important;font-weight:1000!important}.simple-class-head{justify-content:space-between!important;align-items:center!important;gap:12px!important;margin-bottom:12px!important;display:flex!important}.simple-class-head strong{color:#001f54!important;font-size:16px!important;font-weight:1000!important}.simple-class-head button,.simple-chip button{color:#991b1b!important;background:#fee2e2!important;border:0!important;border-radius:999px!important;min-height:28px!important;padding:4px 10px!important;font-weight:1000!important}.simple-chip-row{flex-wrap:wrap!important;align-items:center!important;gap:9px!important;display:flex!important}.simple-chip{color:#4c1d95!important;background:#ede9fe!important;border-radius:999px!important;align-items:center!important;gap:7px!important;padding:7px 10px!important;font-size:13px!important;font-weight:1000!important;display:inline-flex!important}.muted-text,.muted-note{color:#64748b!important;font-weight:750!important}.structure-builder-card .idp-form-grid{grid-template-columns:1fr auto!important;gap:12px!important;display:grid!important}.structure-builder-card .idp-form-grid input,.structure-builder-card .idp-form-grid select,.structure-builder-card .idp-form-grid textarea{color:#0f172a!important;background:#fff!important;border:1px solid #7c3aed2e!important;border-radius:15px!important;min-height:48px!important;padding:0 14px!important;font-size:15px!important;font-weight:850!important}.structure-session-embed .session-page{gap:18px!important}@media (width<=1100px){.simple-two-column{grid-template-columns:1fr!important}.simple-upload-card{flex-direction:column!important;align-items:flex-start!important}.structure-builder-card .idp-form-grid{grid-template-columns:1fr!important}}@media (width<=760px){.structure-tab-nav{flex-wrap:nowrap!important;overflow-x:auto!important}.structure-tab-nav button{white-space:nowrap!important}}.structure-tab-compact-hide{display:none!important}.structure-center-clean .workspace-module-grid,.enterprise-page .workspace-module-grid{grid-template-columns:repeat(3,minmax(220px,1fr));gap:18px}.enterprise-page .workspace-module-card.compact-module-tile{text-align:center!important;border-radius:22px!important;flex-direction:column!important;justify-content:center!important;gap:14px!important;min-height:160px!important}.enterprise-page .workspace-module-card.compact-module-tile .module-icon{width:68px!important;height:68px!important;font-size:30px!important}.enterprise-page .workspace-module-card.compact-module-tile h3{font-size:18px!important;line-height:1.25!important}@media (width<=1100px){.structure-center-clean .workspace-module-grid,.enterprise-page .workspace-module-grid{grid-template-columns:repeat(2,minmax(220px,1fr))}}@media (width<=700px){.structure-center-clean .workspace-module-grid,.enterprise-page .workspace-module-grid{grid-template-columns:1fr}}.edit-btn{color:#1d4ed8!important;cursor:pointer!important;background:#eff6ff!important;border:1px solid #bfdbfe!important;border-radius:6px!important;min-height:28px!important;margin-right:4px!important;padding:4px 12px!important;font-size:12px!important;font-weight:600!important}.sec-edit-btn{cursor:pointer!important;color:#1d4ed8!important;background:#eff6ff!important;border:1px solid #bfdbfe!important;border-radius:3px!important;margin-left:4px!important;padding:1px 5px!important;font-size:10px!important;font-weight:700!important}.sec-hide-btn{cursor:pointer!important;color:#92400e!important;background:#fef3c7!important;border:1px solid #fde68a!important;border-radius:3px!important;margin-left:2px!important;padding:1px 5px!important;font-size:10px!important;font-weight:700!important}.sec-show-btn{cursor:pointer!important;color:#065f46!important;background:#d1fae5!important;border:1px solid #6ee7b7!important;border-radius:3px!important;margin-left:2px!important;padding:1px 5px!important;font-size:10px!important;font-weight:700!important}.sec-archive-btn{cursor:pointer!important;color:#991b1b!important;background:#fef2f2!important;border:1px solid #fecaca!important;border-radius:3px!important;margin-left:2px!important;padding:1px 5px!important;font-size:10px!important;font-weight:700!important}.simple-chip .sec-edit-btn{color:#1d4ed8!important;background:#eff6ff!important;border:1px solid #bfdbfe!important;border-radius:4px!important;min-height:20px!important;padding:1px 6px!important;font-size:10px!important}.simple-chip .sec-hide-btn{color:#92400e!important;background:#fef3c7!important;border:1px solid #fde68a!important;border-radius:4px!important;min-height:20px!important;padding:1px 6px!important;font-size:10px!important}.simple-chip .sec-show-btn{color:#065f46!important;background:#d1fae5!important;border:1px solid #6ee7b7!important;border-radius:4px!important;min-height:20px!important;padding:1px 6px!important;font-size:10px!important}.simple-chip .sec-archive-btn{color:#991b1b!important;background:#fef2f2!important;border:1px solid #fecaca!important;border-radius:4px!important;min-height:20px!important;padding:1px 6px!important;font-size:10px!important}.simple-class-head .edit-btn{color:#1d4ed8!important;background:#eff6ff!important;border:1px solid #bfdbfe!important;border-radius:6px!important;min-height:24px!important;padding:2px 10px!important;font-size:12px!important;font-weight:600!important}.simple-class-head .hide-btn{color:#92400e!important;background:#fef3c7!important;border:1px solid #fde68a!important;border-radius:6px!important;min-height:24px!important;padding:2px 10px!important;font-size:12px!important;font-weight:600!important}.simple-class-head .show-btn{color:#065f46!important;background:#d1fae5!important;border:1px solid #6ee7b7!important;border-radius:6px!important;min-height:24px!important;padding:2px 10px!important;font-size:12px!important;font-weight:600!important}.simple-class-head .archive-btn{color:#991b1b!important;background:#fef2f2!important;border:1px solid #fecaca!important;border-radius:6px!important;min-height:24px!important;padding:2px 10px!important;font-size:12px!important;font-weight:600!important}.simple-class-card{font-size:15px}.simple-class-head strong{font-size:16px}.simple-chip{padding:5px 12px;font-size:14px}.simple-chip .sec-edit-btn,.simple-chip .sec-hide-btn,.simple-chip .sec-show-btn,.simple-chip .sec-archive-btn{padding:2px 7px;font-size:13px}.edit-btn,.hide-btn,.show-btn,.archive-btn{padding:5px 14px;font-size:13px}.simple-list small,.muted-text{font-size:13px}.teacher-dashboard-page{gap:20px!important}.teacher-hero{background:radial-gradient(circle at 84% 0,#7c3aed2e,#0000 34%),linear-gradient(135deg,#fff,#fbf8ff 55%,#f3edff)!important;border:1px solid #7c3aed2e!important;border-radius:32px!important;justify-content:space-between!important;align-items:flex-start!important;gap:18px!important;padding:30px 34px!important;display:flex!important;box-shadow:0 22px 54px #4f46e51f!important}.teacher-hero h1{color:#001f54!important;letter-spacing:-.045em!important;margin:6px 0!important;font-size:38px!important;font-weight:1000!important}.teacher-hero p{color:#64748b!important;font-size:15.5px!important;font-weight:750!important}.teacher-kpi-card{min-height:124px!important}.teacher-panel{background:linear-gradient(145deg,#fff,#fbfaff)!important;border:1px solid #7c3aed29!important;border-radius:30px!important;padding:24px!important;box-shadow:0 18px 44px #4f46e514!important}.teacher-allocation-grid,.teacher-shortcut-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important;gap:16px!important;display:grid!important}.teacher-allocation-card,.teacher-shortcut-card{background:radial-gradient(circle at 90% 0,#7c3aed1f,#0000 32%),linear-gradient(145deg,#fff,#f8f5ff)!important;border:1px solid #7c3aed29!important;border-radius:24px!important;min-height:138px!important;padding:20px!important;text-decoration:none!important;transition:all .18s!important;box-shadow:0 14px 32px #4f46e514!important}.teacher-shortcut-card:hover{transform:translateY(-4px)!important;box-shadow:0 22px 48px #4f46e524!important}.teacher-allocation-card b,.teacher-shortcut-card h3{color:#001f54!important;margin:0 0 8px!important;font-size:18px!important;font-weight:1000!important;display:block!important}.teacher-allocation-card p,.teacher-shortcut-card p{color:#64748b!important;font-size:14px!important;font-weight:750!important;line-height:1.55!important}.teacher-shortcut-icon{background:#ede9fe!important;border-radius:18px!important;place-items:center!important;width:52px!important;height:52px!important;margin-bottom:12px!important;font-size:24px!important;display:grid!important}.teacher-shortcut-card b{color:#5b21b6!important;font-weight:1000!important}@media (width<=1100px){.teacher-allocation-grid,.teacher-shortcut-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=760px){.teacher-hero{flex-direction:column!important}.teacher-allocation-grid,.teacher-shortcut-grid{grid-template-columns:1fr!important}}.student-kpi-card{background:radial-gradient(circle at 90% 5%,#7c3aed29,#0000 34%),linear-gradient(145deg,#fff,#fbfaff)!important;border:1px solid #7c3aed29!important;border-radius:26px!important;min-height:128px!important;padding:22px!important;box-shadow:0 16px 38px #4f46e51a!important}.student-kpi-card span{color:#5b21b6!important;text-transform:uppercase!important;letter-spacing:.07em!important;font-size:12px!important;font-weight:1000!important}.student-kpi-card h2{color:#001f54!important;margin:10px 0 0!important;font-size:34px!important;font-weight:1000!important}.student-toolbar{background:0 0!important;justify-content:space-between!important;align-items:flex-start!important;gap:18px!important;padding:0 0 18px!important;display:flex!important}.student-filter-box input,.student-filter-box select{color:#0f172a!important;background:#fff!important;border:1px solid #7c3aed2e!important;border-radius:16px!important;min-height:48px!important;padding:0 15px!important;font-weight:850!important}.student-primary-btn,.student-secondary-btn,.student-toolbar button{border:1px solid #0000!important;border-radius:16px!important;min-height:48px!important;padding:0 18px!important;font-weight:1000!important}.student-table-card{background:#fff!important;border:1px solid #7c3aed24!important;border-radius:26px!important;overflow:auto!important;box-shadow:0 18px 44px #4f46e514!important}.student-table-card .idp-table thead th{z-index:5!important;color:#4c1d95!important;text-transform:uppercase!important;white-space:nowrap!important;background:#f6f2ff!important;padding:16px 14px!important;font-size:12px!important;font-weight:1000!important;position:sticky!important;top:0!important}.student-table-card .idp-table tbody td{color:#0f172a!important;white-space:nowrap!important;border-bottom:1px solid #f1f5f9!important;padding:15px 14px!important;font-size:14px!important;font-weight:800!important}.student-photo-placeholder{color:#4c1d95!important;background:linear-gradient(135deg,#ede9fe,#dbeafe)!important;border-radius:16px!important;place-items:center!important;width:44px!important;height:44px!important;font-size:20px!important;display:grid!important}.status-pill{border-radius:999px!important;justify-content:center!important;align-items:center!important;min-height:30px!important;padding:7px 12px!important;font-size:12px!important;font-weight:1000!important;display:inline-flex!important}.student-action-row button{color:#fff!important;border:0!important;border-radius:12px!important;min-height:34px!important;padding:0 11px!important;font-size:12px!important;font-weight:1000!important}.bulk-action-bar{background:#faf7ff!important;border:1px solid #7c3aed2e!important;border-radius:20px!important;margin:0 0 16px!important;padding:14px 16px!important}.student-profile-hero{background:radial-gradient(circle at 82% 0,#7c3aed2e,#0000 34%),linear-gradient(135deg,#fff,#fbf8ff 55%,#f3edff)!important;border:1px solid #7c3aed2e!important;border-radius:30px!important;grid-template-columns:auto 1fr auto!important;align-items:center!important;gap:20px!important;padding:26px 30px!important;display:grid!important;box-shadow:0 22px 54px #4f46e51f!important}.student-profile-avatar{color:#fff!important;background:linear-gradient(135deg,#7c3aed,#2563eb)!important;border-radius:28px!important;place-items:center!important;width:86px!important;height:86px!important;font-size:38px!important;display:grid!important}.student-profile-hero h1{color:#001f54!important;letter-spacing:-.04em!important;font-size:36px!important;font-weight:1000!important}.student-profile-hero p{color:#475569!important;font-size:15px!important;font-weight:800!important}.student-profile-panel,.student-add-panel{background:linear-gradient(145deg,#fff,#fbfaff)!important;border:1px solid #7c3aed29!important;border-radius:28px!important;box-shadow:0 18px 44px #4f46e514!important}.student-profile-grid b{color:#64748b!important;text-transform:uppercase!important;font-size:12px!important;font-weight:1000!important;display:block!important}.student-enterprise-form,.idp-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:16px!important;display:grid!important}.student-enterprise-form label,.idp-form-grid label{color:#0f172a!important;flex-direction:column!important;gap:7px!important;font-size:14px!important;font-weight:1000!important;display:flex!important}.student-enterprise-form input,.student-enterprise-form select,.student-enterprise-form textarea,.idp-form-grid input,.idp-form-grid select,.idp-form-grid textarea{color:#0f172a!important;background:#fff!important;border:1px solid #7c3aed2e!important;border-radius:14px!important;min-height:48px!important;padding:11px 13px!important;font-size:15px!important;font-weight:800!important}.student-enterprise-form textarea,.idp-form-grid textarea{min-height:96px!important}.student-form-actions{background:#ffffffeb!important;border:1px solid #7c3aed29!important;border-radius:20px!important;justify-content:flex-end!important;gap:12px!important;padding:14px!important;display:flex!important;position:sticky!important;bottom:10px!important}.student-step-tabs{background:#fff!important;border:1px solid #7c3aed29!important;border-radius:20px!important;flex-wrap:wrap!important;gap:10px!important;padding:12px!important;display:flex!important}.student-step-tabs button{color:#001f54!important;background:#fff!important;border:1px solid #7c3aed33!important;border-radius:999px!important;min-height:44px!important;padding:8px 12px!important;font-weight:1000!important}.student-step-tabs button.active{color:#fff!important;background:linear-gradient(135deg,#7c3aed,#2563eb)!important}@media (width<=1200px){.student-kpi-grid{grid-template-columns:repeat(3,minmax(0,1fr))!important}.student-filter-box{grid-template-columns:1fr 1fr!important}.student-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}@media (width<=760px){.student-kpi-grid,.student-filter-box,.student-profile-grid,.student-enterprise-form,.idp-form-grid{grid-template-columns:1fr!important}.student-toolbar,.student-profile-hero{grid-template-columns:1fr!important;display:grid!important}}.module-mini-list{color:#475569;gap:8px;margin:14px 0 0;padding:0;font-size:13px;font-weight:800;list-style:none;display:grid}.module-mini-list li{background:#7c3aed14;border-radius:12px;padding:8px 10px}.center-compact-grid{justify-content:center;align-items:start;max-width:720px;margin:0 auto;grid-template-columns:repeat(2,minmax(220px,300px))!important;gap:18px!important}.center-compact-card{border-radius:20px!important;min-height:210px!important;padding:22px 20px!important}.center-compact-card .module-icon{width:58px;height:58px;margin-bottom:12px;font-size:28px}.center-compact-card h3{margin:8px 0 10px!important;font-size:18px!important}.center-compact-card p{display:none}.center-compact-card .module-mini-list{gap:7px;margin-top:12px}.center-compact-card .module-mini-list li{padding:7px 10px;font-size:12px}@media (width<=900px){.center-compact-grid{max-width:360px;grid-template-columns:1fr!important}}.idp-info-card:has(.center-compact-grid){box-shadow:none!important;background:0 0!important;border:0!important}.center-compact-card{transform:translateY(0);background:linear-gradient(145deg,#fff 0%,#fbf8ff 55%,#f3edff 100%)!important;border:1px solid #7c3aed29!important;transition:all .22s!important;box-shadow:0 18px 35px #502d961f,inset 0 1px #fffffff2!important}.center-compact-card:hover{transform:translateY(-4px);border:2px solid #f5b700!important;box-shadow:0 22px 45px #502d962e,0 0 0 4px #f5b7002e,inset 0 1px #fff!important}.center-compact-card:hover h3{color:#4c1d95!important}.workflow-lock-card{text-align:center;max-width:620px;margin:80px auto;background:linear-gradient(145deg,#fff 0%,#fbf8ff 55%,#f3edff 100%)!important;border:1px solid #7c3aed2e!important;padding:38px 32px!important;box-shadow:0 22px 45px #502d9624!important}.workflow-lock-card h2{color:#111827;margin:14px 0 10px;font-size:28px}.workflow-lock-card p{color:#475569;max-width:480px;margin:0 auto;font-size:16px;font-weight:800;line-height:1.6}*{box-sizing:border-box}body{color:#0f172a;background:#eef4ff;margin:0;font-family:Inter,Segoe UI,Arial,sans-serif}a{color:#2563eb;font-weight:800;text-decoration:none}.portal-page,.login-page,.dashboard-page{background:linear-gradient(135deg,#eff6ff 0%,#f5f3ff 100%);min-height:100vh;padding:28px}.portal-shell{grid-template-columns:360px 1fr;gap:24px;max-width:1180px;margin:auto;display:grid}.hero-card,.login-card,.form-card,.panel,.metric-card{border-radius:30px;box-shadow:0 24px 70px #0f172a1a}.hero-card{color:#fff;background:linear-gradient(160deg,#2563eb,#7c3aed);min-height:calc(100vh - 56px);padding:34px;position:relative}.brand-pill{color:inherit;background:#ffffff2e;border-radius:999px;padding:9px 15px;font-weight:900;display:inline-flex}.hero-card h1{margin:28px 0 16px;font-size:38px;line-height:1.1}.hero-card p{opacity:.92;font-weight:650;line-height:1.8}.hero-list{gap:16px;margin-top:30px;font-weight:850;display:grid}.powered{position:absolute;bottom:26px;left:34px}.form-card{background:#fffffff5;border:1px solid #e2e8f0;padding:32px}.top-link{margin-bottom:20px}.form-card h2,.login-card h1,.dash-header h1{margin:0 0 8px;font-size:34px}.muted{color:#64748b;font-weight:650}.grid-form,.admin-grid{grid-template-columns:repeat(2,minmax(180px,1fr));gap:14px;margin-top:24px;display:grid}input,select,textarea{background:#f8fafc;border:1px solid #dbe4f0;border-radius:16px;outline:none;width:100%;min-height:48px;padding:0 15px;font-weight:750}textarea{grid-column:1/-1;min-height:95px;padding-top:14px}.check{color:#334155;grid-column:1/-1;align-items:center;gap:10px;font-weight:700;display:flex}.check input{width:auto;min-height:auto}button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#7c3aed);border:0;border-radius:16px;min-height:50px;padding:0 18px;font-weight:950}.login-page{place-items:center;display:grid}.login-card{text-align:center;background:#fff;width:min(430px,100%);padding:36px}.login-card .brand-pill{color:#4f46e5;background:#eef2ff}.login-form{gap:14px;margin:28px 0 18px;display:grid}.register-link{margin-bottom:22px;display:inline-block}.dashboard-page{max-width:1240px;margin:auto}.dash-header{background:#fff;border-radius:30px;justify-content:space-between;align-items:center;padding:30px;display:flex;box-shadow:0 24px 70px #0f172a14}.dash-header .brand-pill{color:#4f46e5;background:#eef2ff}.metric-grid{grid-template-columns:repeat(4,1fr);gap:16px;margin:22px 0;display:grid}.metric-card{background:#fff;padding:22px}.metric-card span{color:#64748b;font-weight:800}.metric-card b{margin-top:10px;font-size:30px;display:block}.panel{background:#fff;margin-bottom:20px;padding:28px}.panel h2{margin:0 0 8px}.workflow{flex-wrap:wrap;gap:12px;margin-top:18px;display:flex}.workflow span{color:#334155;background:#f1f5f9;border-radius:999px;padding:12px 16px;font-weight:900}.footer-powered{text-align:center;color:#64748b;margin-top:18px;display:block}@media (width<=850px){.portal-shell{grid-template-columns:1fr}.hero-card{min-height:auto}.powered{margin-top:40px;display:block;position:static}.grid-form,.admin-grid,.metric-grid{grid-template-columns:1fr}.dash-header{display:block}}.login-bg-page{background-color:#0000;background-image:linear-gradient(#ffffff26,#ffffff26),url("/id-card-portal/login-assets/Background Image_1.png");background-position:50%;background-repeat:no-repeat;background-size:cover;background-attachment:scroll,scroll;background-origin:padding-box,padding-box;background-clip:border-box,border-box;place-items:center;min-height:100vh;padding:30px;display:grid;background-image:linear-gradient(#ffffff1a,#ffffff1a),url(/id-card-portal/login-assets/login-bg.png)!important;background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;place-items:center!important;min-height:100vh!important;padding:30px!important;display:grid!important}.idp-login-page{background-image:linear-gradient(#ffffff14,#ffffff14),url(/id-card-portal/login-assets/login-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;place-items:center;min-height:100vh;padding:30px;display:grid}.idp-login-card{text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-radius:34px;width:min(520px,94vw);padding:42px;box-shadow:0 32px 90px #0f172a33}.idp-logo{color:#fff;background:linear-gradient(135deg,#7c3aed,#0284c7);border-radius:22px;place-items:center;width:74px;height:74px;margin:0 auto 16px;font-size:34px;font-weight:950;display:grid}.idp-login-card h1{letter-spacing:-1px;color:#0f172a;margin:0;font-size:44px;font-weight:950}.idp-login-card p{color:#64748b;margin:8px 0 28px;font-weight:850}.idp-login-form{text-align:left;gap:10px;display:grid}.idp-login-form label{text-align:center;color:#334155;margin-top:6px;font-weight:900}.idp-login-form button{width:100%;margin-top:12px}.idp-register-link{color:#2563eb;margin-top:22px;font-weight:950;display:inline-block}.idp-powered{color:#64748b;margin-top:28px;font-weight:850}.idp-powered b{color:#6d28d9}.idp-enterprise-login{background-image:linear-gradient(90deg,#0f172ab8,#0f172a42),url(/id-card-portal/login-assets/login-bg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:100vh}.idp-login-overlay{grid-template-columns:1.1fr 520px;align-items:center;gap:40px;min-height:100vh;padding:54px 7vw;display:grid}.idp-login-hero{color:#fff;max-width:680px}.idp-hero-badge{letter-spacing:.3px;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#ffffff29;border:1px solid #ffffff3d;border-radius:999px;padding:10px 18px;font-weight:950;display:inline-flex}.idp-login-hero h1{letter-spacing:-3px;text-shadow:0 18px 50px #00000047;margin:30px 0 16px;font-size:clamp(44px,6vw,82px);font-weight:950;line-height:.98}.idp-login-hero p{color:#ffffffe6;margin:0 0 32px;font-size:clamp(20px,2vw,30px);font-weight:900}.idp-feature-list{grid-template-columns:repeat(2,minmax(230px,1fr));gap:16px;max-width:620px;display:grid}.idp-feature-list div{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff24;border:1px solid #fff3;border-radius:24px;align-items:center;gap:14px;min-height:92px;padding:18px;display:flex;box-shadow:0 18px 50px #00000024}.idp-feature-list span{background:#ffffff2e;border-radius:14px;place-items:center;width:42px;height:42px;font-size:22px;display:grid}.idp-feature-list b{font-size:16px;line-height:1.25}.idp-hero-powered{color:#ffffffc7;margin-top:34px;font-size:15px;font-weight:800}.idp-hero-powered b{color:#fff}.idp-login-panel{text-align:center;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;border:1px solid #ffffff9e;border-radius:34px;width:100%;padding:42px;box-shadow:0 32px 90px #0f172a42}.idp-panel-logo{color:#fff;background:linear-gradient(135deg,#7c3aed,#0284c7);border-radius:24px;place-items:center;width:76px;height:76px;margin:0 auto 16px;font-size:34px;font-weight:950;display:grid;box-shadow:0 18px 40px #7c3aed52}.idp-login-panel h2{letter-spacing:-1px;color:#0f172a;margin:0;font-size:38px;font-weight:950}.idp-login-panel p{color:#64748b;margin:8px 0 28px;font-weight:900}.idp-panel-form{text-align:left;gap:10px;display:grid}.idp-panel-form label{text-align:left;color:#334155;margin-top:6px;font-size:13px;font-weight:950}.idp-panel-form input{background:#f8fafc;border:1px solid #dbe4f0;border-radius:16px;min-height:52px}.idp-panel-form button{width:100%;min-height:54px;margin-top:14px;font-size:16px}.idp-panel-register{color:#4f46e5;background:#eef2ff;border-radius:999px;justify-content:center;align-items:center;min-height:46px;margin-top:22px;padding:0 22px;font-weight:950;display:inline-flex}.idp-panel-footer{color:#64748b;margin-top:26px;font-weight:850}.idp-panel-footer b{color:#6d28d9}@media (width<=980px){.idp-login-overlay{grid-template-columns:1fr;padding:32px 20px}.idp-login-panel{max-width:520px;margin:0 auto}.idp-feature-list{grid-template-columns:1fr}}body{overflow-x:hidden}.idp-enterprise-login{width:100vw!important;min-height:100vh!important;margin:0!important}.idp-login-overlay{width:100vw!important;max-width:none!important;padding:50px 6vw!important}.idp-login-hero h1{color:#fff!important;text-shadow:0 18px 55px #0000006b!important}.idp-login-hero p{color:#fff!important}.idp-login-panel{max-width:560px!important;padding:48px!important}.idp-login-panel h2{font-size:42px!important}.idp-login-panel p{font-size:16px!important}.idp-panel-register{background:linear-gradient(135deg,#eef2ff,#f5f3ff)!important;border:1px solid #dbe4ff!important;min-height:50px!important;padding:0 28px!important;box-shadow:0 12px 26px #4f46e51f!important}.sa-page{color:#0f172a;background:linear-gradient(135deg,#eef6ff,#f5f3ff);grid-template-columns:300px 1fr;min-height:100vh;display:grid}.sa-sidebar{background:#ffffffeb;border-right:1px solid #e2e8f0;height:100vh;padding:26px 22px;position:sticky;top:0;box-shadow:18px 0 50px #0f172a0f}.sa-brand{align-items:center;gap:14px;margin-bottom:26px;display:flex}.sa-logo{color:#fff;background:linear-gradient(135deg,#7c3aed,#0284c7);border-radius:18px;place-items:center;width:52px;height:52px;font-weight:950;display:grid}.sa-brand h2{margin:0;font-size:20px;font-weight:950}.sa-brand p{color:#64748b;margin:4px 0 0;font-size:12px;font-weight:800}.sa-role-card{text-align:center;background:#f8fafc;border:1px solid #dbe4f0;border-radius:24px;margin-bottom:22px;padding:22px}.sa-role-card span{color:#64748b;font-size:12px;font-weight:900;display:block}.sa-role-card b{color:#4f46e5;margin-top:8px;font-size:18px;display:block}.sa-nav{gap:10px;display:grid}.sa-nav button{color:#334155;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:16px;align-items:center;gap:12px;min-height:48px;padding:0 14px;font-weight:900;display:flex}.sa-nav button.active{color:#fff;background:linear-gradient(135deg,#7c3aed,#2563eb);box-shadow:0 16px 30px #4f46e53d}.sa-logout{color:#b91c1c;background:#fee2e2;border-radius:16px;place-items:center;min-height:46px;font-weight:950;display:grid;position:absolute;bottom:22px;left:22px;right:22px}.sa-main{width:100%;max-width:1280px;padding:28px}.sa-topbar{background:#ffffffeb;border-radius:30px;justify-content:space-between;align-items:center;gap:20px;padding:26px 30px;display:flex;box-shadow:0 22px 60px #0f172a14}.sa-eyebrow{color:#4f46e5;letter-spacing:2px;margin:0 0 8px;font-size:12px;font-weight:950}.sa-topbar h1{margin:0;font-size:34px;font-weight:950}.sa-topbar span{color:#64748b;margin-top:6px;font-weight:750;display:block}.sa-health{color:#047857;white-space:nowrap;background:#ecfdf5;border-radius:999px;padding:12px 20px;font-weight:950}.sa-hero{color:#fff;background:linear-gradient(135deg,#7c3aed,#0284c7);border-radius:34px;justify-content:space-between;align-items:center;gap:24px;min-height:230px;margin:22px 0;padding:34px;display:flex;box-shadow:0 28px 70px #4f46e538}.sa-hero p{letter-spacing:4px;color:#ffffffbf;margin:0 0 10px;font-size:12px;font-weight:950}.sa-hero h2{letter-spacing:-2px;margin:0;font-size:48px;line-height:1.05}.sa-hero span{color:#ffffffe0;max-width:660px;margin-top:16px;font-size:16px;font-weight:700;line-height:1.7;display:block}.sa-hero-badge{background:#ffffff29;border:1px solid #ffffff38;border-radius:26px;place-items:center;width:190px;min-height:120px;display:grid}.sa-hero-badge small{color:#ffffffb3;font-weight:900}.sa-hero-badge b{font-size:26px}.sa-card-grid{grid-template-columns:repeat(4,1fr);gap:18px;margin-bottom:22px;display:grid}.sa-card{text-align:center;background:#fff;border-radius:28px;min-height:150px;padding:24px;box-shadow:0 20px 55px #0f172a14}.sa-card span{color:#475569;font-weight:900}.sa-card b{color:#0f172a;margin:12px 0 6px;font-size:34px;display:block}.sa-card p{color:#64748b;margin:0;font-size:13px;font-weight:700;line-height:1.45}.sa-panel{background:#fff;border-radius:30px;margin-bottom:22px;padding:28px;box-shadow:0 22px 60px #0f172a14}.sa-panel-head{justify-content:space-between;align-items:center;gap:18px;margin-bottom:20px;display:flex}.sa-panel-head h2{margin:0;font-size:24px}.sa-panel-head p{color:#64748b;margin:6px 0 0;font-weight:750}.sa-panel-head span{color:#4f46e5;background:#eef2ff;border-radius:999px;padding:9px 14px;font-size:12px;font-weight:950}.sa-admin-form{grid-template-columns:repeat(3,1fr);gap:14px;display:grid}.sa-admin-form button{grid-column:1/-1}.sa-workflow{flex-wrap:wrap;gap:12px;display:flex}.sa-workflow span{color:#334155;background:#f1f5f9;border-radius:999px;padding:12px 18px;font-weight:950}.sa-footer{text-align:center;color:#64748b;padding:10px 0 24px;font-weight:850}.sa-footer b{color:#6d28d9}@media (width<=980px){.sa-page{grid-template-columns:1fr}.sa-sidebar{height:auto;position:relative}.sa-logout{margin-top:16px;position:static}.sa-topbar,.sa-hero,.sa-panel-head{display:block}.sa-card-grid,.sa-admin-form{grid-template-columns:1fr}.sa-hero h2{font-size:34px}.sa-hero-badge{margin-top:22px}}#root{width:100%;min-height:100vh}.idp-enterprise-login{width:100%;min-height:100vh;overflow:hidden}.idp-login-overlay{width:100%;min-height:100vh;grid-template-columns:minmax(560px,1fr) minmax(430px,520px)!important;gap:48px!important;padding:44px 5vw!important}.idp-login-panel{justify-self:end;width:100%;margin-right:0;max-width:520px!important}.idp-login-hero{justify-self:center}@media (width<=1100px){.idp-login-overlay{grid-template-columns:1fr!important}.idp-login-panel{justify-self:center}}.idp-forgot-btn{color:#2563eb;min-height:auto;box-shadow:none;background:0 0;border:0;margin:16px auto 0;padding:0;font-weight:950}.idp-forgot-btn:hover{text-decoration:underline}.idp-login-overlay{grid-template-columns:58% 42%!important;gap:36px!important;padding:44px 4vw!important}.idp-login-panel{justify-self:center!important;max-width:540px!important}.idp-panel-form input{min-height:56px!important;font-size:15px!important}.idp-forgot-btn{color:#2563eb!important;box-shadow:none!important;background:0 0!important;margin:18px auto 0!important;font-weight:950!important;display:block!important}.idp-panel-register{width:fit-content!important;margin:16px auto 0!important;display:flex!important}.idp-panel-footer{margin-top:28px!important}@media (width<=1100px){.idp-login-overlay{grid-template-columns:1fr!important}}.reg-page{background-image:linear-gradient(90deg,#0f172ab8,#0f172a38),url(/id-card-portal/login-assets/login-bg.png);background-position:50%;background-size:cover;min-height:100vh;padding:34px}.reg-layout{grid-template-columns:390px 1fr;align-items:stretch;gap:28px;max-width:1280px;min-height:calc(100vh - 68px);margin:0 auto;display:grid}.reg-hero{color:#fff;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#0f172a59;border:1px solid #ffffff2e;border-radius:34px;padding:38px}.reg-hero h1{letter-spacing:-2px;margin:0;font-size:46px;line-height:1.05}.reg-hero p{color:#ffffffdb;margin:18px 0 32px;font-weight:750;line-height:1.7}.reg-flow{gap:14px;display:grid}.reg-flow span{background:#ffffff24;border-radius:18px;padding:16px;font-weight:900}.reg-card,.reg-success-card{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);background:#ffffffed;border-radius:34px;padding:34px;box-shadow:0 30px 90px #0f172a38}.reg-top{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.reg-top h2{margin:0;font-size:34px;font-weight:950}.reg-top p{color:#64748b;margin:6px 0 0;font-weight:850}.reg-top a{background:#eef2ff;border-radius:999px;padding:12px 16px}.reg-form section{margin-bottom:24px}.reg-form h3{color:#0f172a;background:#f8fafc;border-radius:18px;margin:0 0 14px;padding:12px 16px;font-size:17px}.reg-grid{grid-template-columns:repeat(2,minmax(220px,1fr));gap:14px;display:grid}.reg-grid label{color:#334155;font-size:13px;font-weight:950}.reg-grid input,.reg-grid select,.reg-grid textarea{min-height:54px;margin-top:8px}.reg-grid textarea{min-height:92px}.reg-grid .wide{grid-column:1/-1}.reg-check{color:#334155;align-items:center;gap:10px;margin:8px 0 18px;font-weight:900;display:flex}.reg-check input{width:auto;min-height:auto}.reg-submit{width:100%;min-height:56px;font-size:16px}.reg-powered{text-align:center;color:#64748b;margin-top:24px;font-weight:850}.reg-powered b{color:#6d28d9}.reg-success-card{text-align:center;width:min(620px,94vw);margin:8vh auto}.reg-logo{color:#fff;background:linear-gradient(135deg,#7c3aed,#0284c7);border-radius:24px;place-items:center;width:76px;height:76px;margin:0 auto 16px;font-size:34px;font-weight:950;display:grid}.reg-success-card h1{margin:0;font-size:36px;font-weight:950}.reg-status-box{background:#f8fafc;border:1px solid #e2e8f0;border-radius:24px;margin:26px 0;padding:22px}.reg-status-box span,.reg-status-box small{color:#64748b;font-weight:850;display:block}.reg-status-box b{color:#4f46e5;margin:8px 0;font-size:24px;display:block}.reg-note{color:#64748b;font-weight:750;line-height:1.6}.reg-actions a{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);border-radius:999px;align-items:center;min-height:48px;padding:0 24px;display:inline-flex}@media (width<=980px){.reg-layout,.reg-grid{grid-template-columns:1fr}.reg-hero h1{font-size:34px}.reg-top{display:block}.reg-top a{margin-top:14px;display:inline-flex}}.sa-table-wrap{width:100%;overflow-x:auto}.sa-table{border-collapse:collapse;width:100%;min-width:1050px}.sa-table th{text-align:left;color:#334155;white-space:nowrap;background:#f8fafc;padding:14px 12px;font-size:12px;font-weight:950}.sa-table td{color:#334155;white-space:nowrap;border-bottom:1px solid #e2e8f0;padding:14px 12px;font-weight:750}.empty-cell{text-align:center;color:#64748b!important;padding:28px!important}.status{border-radius:999px;padding:7px 10px;font-size:11px;font-weight:950;display:inline-flex}.status.pending{color:#c2410c;background:#fff7ed}.status.profile{color:#4f46e5;background:#eef2ff}.sa-actions{align-items:center;gap:8px;display:flex}.sa-actions button{color:#fff;cursor:pointer;border:0;border-radius:999px;min-height:34px;padding:0 12px;font-size:11px;font-weight:950}.sa-actions .review{background:#475569}.sa-actions .modify{background:#7c3aed}.sa-actions .approve{background:#059669}.sa-actions .reject{background:#dc2626}.table-link-btn{color:#2563eb;cursor:pointer;background:0 0;border:0;min-height:auto;padding:0;font-weight:950}.status.approved{color:#047857;background:#ecfdf5}.status.rejected,.status.blocked{color:#b91c1c;background:#fee2e2}.status.pending_approval{color:#c2410c;background:#fff7ed}.modal-backdrop{z-index:9999;background:#0f172a9e;place-items:center;padding:24px;display:grid;position:fixed;inset:0}.review-modal{background:#fffffff7;border-radius:30px;width:min(980px,96vw);max-height:90vh;padding:28px;overflow-y:auto;box-shadow:0 30px 90px #00000047}.modal-head{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:20px;display:flex}.modal-head h2{margin:0;font-size:26px}.modal-head p{color:#64748b;margin:6px 0 0;font-weight:850}.modal-head button{color:#b91c1c;background:#fee2e2;border-radius:50%;width:44px;min-height:44px;font-size:22px}.review-grid,.edit-grid{grid-template-columns:repeat(2,minmax(220px,1fr));gap:14px;display:grid}.review-item,.edit-grid label{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:14px}.review-item span,.edit-grid label{color:#64748b;font-size:12px;font-weight:950}.review-item b{color:#0f172a;margin-top:7px;font-size:15px;display:block}.review-item.wide,.edit-grid .wide{grid-column:1/-1}.edit-grid input,.edit-grid textarea{background:#fff;margin-top:8px}.modal-actions{justify-content:flex-end;gap:10px;margin-top:22px;display:flex}.modal-actions button{color:#fff;border-radius:999px;min-height:44px;padding:0 20px;font-weight:950}.modal-actions .approve{background:#059669}.modal-actions .reject{background:#dc2626}.modal-actions .modify{background:#7c3aed}.modal-actions .review{background:#475569}.sa-nav a{color:#334155;text-align:left;border-radius:16px;align-items:center;gap:12px;min-height:48px;padding:0 14px;font-weight:900;display:flex}.sa-nav a.active{color:#fff;background:linear-gradient(135deg,#7c3aed,#2563eb);box-shadow:0 16px 30px #4f46e53d}.status.active{color:#047857;background:#ecfdf5}.status.inactive,.status.blocked{color:#b91c1c;background:#fee2e2}.org-layout-shell{color:#0f172a;background:linear-gradient(135deg,#eef2ff 0%,#e0f2fe 45%,#fff1f2 100%);min-height:100vh;display:flex}.org-sidebar{background:#ffffffdb;border:1px solid #ffffffbf;border-radius:28px;flex-direction:column;width:280px;margin:16px;display:flex;overflow:hidden;box-shadow:0 24px 60px #0f172a1f}.org-brand{color:#fff;background:linear-gradient(135deg,#4f46e5,#0ea5e9);align-items:center;gap:14px;padding:22px;display:flex}.org-logo{color:#4f46e5;background:#fff;border-radius:16px;place-items:center;width:44px;height:44px;font-size:22px;font-weight:900;display:grid}.org-brand h2{margin:0;font-size:22px}.org-brand p{opacity:.9;margin:2px 0 0;font-size:12px}.org-menu{flex-direction:column;flex:1;gap:8px;padding:16px;display:flex}.org-menu-link{color:#334155;border-radius:18px;align-items:center;gap:12px;padding:13px 14px;text-decoration:none;transition:all .2s;display:flex}.org-menu-link:hover{background:#fff;box-shadow:0 10px 24px #0f172a14}.org-sidebar-footer{color:#fff;background:#0f172a;border-radius:20px;flex-direction:column;gap:4px;margin:16px;padding:16px;display:flex}.org-sidebar-footer span,.org-sidebar-footer small{color:#cbd5e1;font-size:12px}.org-main{flex:1;min-width:0;padding:16px 16px 16px 0}.org-header{background:#ffffffdb;border:1px solid #ffffffbf;border-radius:28px;justify-content:space-between;align-items:center;gap:16px;padding:22px;display:flex;box-shadow:0 18px 40px #0f172a1a}.org-header h1{margin:6px 0;font-size:28px}.org-header p{color:#64748b;margin:0}.org-header-card{background:linear-gradient(135deg,#eef2ff,#e0f2fe);border-radius:20px;min-width:180px;padding:16px}.org-header-card span{color:#64748b;font-size:12px}.org-header-card b{margin-top:4px;display:block}.org-content-card{background:#ffffffc7;border:1px solid #ffffffbf;border-radius:28px;min-height:calc(100vh - 150px);margin-top:16px;padding:22px;box-shadow:0 18px 40px #0f172a1a}@media (width<=900px){.org-layout-shell{padding:10px;display:block}.org-sidebar{display:none}.org-main{padding:0}.org-header{display:block}.org-header-card{margin-top:14px}.org-mobile-menu{gap:8px;margin-top:12px;display:flex;overflow-x:auto}.org-mobile-menu a{white-space:nowrap;color:#334155;background:#fff;border-radius:16px;padding:10px 14px;font-weight:700;text-decoration:none}.org-mobile-menu a.active{color:#fff;background:#4f46e5}}.org-page-content{flex-direction:column;gap:18px;display:flex}.org-page-header{background:linear-gradient(135deg,#fff,#eef2ff);border:1px solid #e0e7ff;border-radius:24px;padding:18px}.org-page-header h1{margin:6px 0;font-size:28px}.org-page-header p{color:#64748b;margin:0}.student-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.student-kpi-card h2{margin:8px 0 0;font-size:34px}.student-toolbar{justify-content:space-between;align-items:center;gap:16px;margin-bottom:16px;display:flex}.student-filter-box{flex-wrap:wrap;gap:10px;display:flex}.student-filter-box input,.student-filter-box select{border:1px solid #cbd5e1;border-radius:16px;min-width:220px;padding:11px 14px}.student-photo-placeholder{background:#eef2ff;border-radius:14px;place-items:center;width:38px;height:38px;display:grid}.status-pill{border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900;display:inline-block}.status-BLOCKED{color:#991b1b;background:#fee2e2}.student-action-row{flex-wrap:wrap;gap:6px;display:flex}.student-action-row button,.student-toolbar button{cursor:pointer;color:#fff;background:#4f46e5;border:0;border-radius:12px;padding:8px 10px;font-weight:800}.student-profile-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.student-profile-grid div{background:#f8fafc;border:1px solid #e2e8f0;border-radius:18px;padding:14px}.student-profile-grid p{color:#475569;margin:6px 0 0}.muted-note{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:16px;padding:12px 14px}.success-card{border-left:6px solid #22c55e}.error-card{border-left:6px solid #ef4444}@media (width<=900px){.student-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.student-toolbar{display:block}.student-filter-box{margin-top:12px}.student-profile-grid{grid-template-columns:1fr}}.student-table-card{background:#fff;border:1px solid #e2e8f0;border-radius:22px;overflow:auto}.student-table-card .idp-table{border-collapse:separate;border-spacing:0 8px;width:100%}.student-table-card .idp-table thead th{color:#334155;text-transform:uppercase;letter-spacing:.03em;white-space:nowrap;background:#f8fafc;padding:12px;font-size:12px}.student-table-card .idp-table tbody tr{background:#fff;box-shadow:0 8px 22px #0f172a0f}.student-table-card .idp-table tbody td{vertical-align:middle;white-space:nowrap;padding:12px}.student-primary-btn,.student-secondary-btn{cursor:pointer;border:0;border-radius:16px;padding:12px 16px;font-weight:900}.student-primary-btn{color:#fff;background:linear-gradient(135deg,#2563eb,#7c3aed);box-shadow:0 12px 24px #4f46e540}.student-secondary-btn{color:#334155;background:#fff;border:1px solid #cbd5e1}.student-add-panel{background:linear-gradient(135deg,#fff,#f8f7ff);border:1px solid #c7d2fe}.student-profile-panel{background:linear-gradient(135deg,#fff,#f0f9ff);border:1px solid #bae6fd}.student-action-row button{min-width:64px}.student-action-row button:first-child{background:#2563eb}.student-action-row button:nth-child(2){background:#7c3aed}.student-action-row button:nth-child(3){background:#f59e0b}.student-action-row button:nth-child(4){background:#ef4444}.student-action-row button:nth-child(5){background:#16a34a}.student-toolbar h2{margin:4px 0 0}.student-toolbar span{color:#64748b;font-weight:800}.bulk-action-bar{background:linear-gradient(135deg,#eef2ff,#e0f2fe);border:1px solid #c7d2fe;border-radius:18px;align-items:center;gap:10px;margin:12px 0 16px;padding:12px 14px;display:flex}.bulk-action-bar button{color:#fff;cursor:pointer;background:#4f46e5;border:0;border-radius:12px;padding:8px 12px;font-weight:800}.student-table-card input[type=checkbox]{width:16px;height:16px}.structure-section-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;display:grid}.structure-section-card{background:linear-gradient(135deg,#fff,#f8f7ff);border:1px solid #e0e7ff;border-radius:24px;justify-content:space-between;align-items:flex-start;gap:14px;padding:18px;display:flex;box-shadow:0 14px 30px #0f172a14}.structure-section-card span{color:#64748b;font-size:12px;font-weight:900}.structure-section-card h3{color:#0f172a;margin:8px 0 6px}.structure-section-card p{color:#64748b;margin:0}.structure-section-actions{flex-direction:column;align-items:flex-end;gap:10px;display:flex}.structure-section-actions b{color:#166534;background:#dcfce7;border-radius:999px;padding:6px 10px;font-size:12px}.structure-section-actions button{color:#fff;cursor:pointer;background:#ef4444;border:0;border-radius:12px;padding:8px 10px;font-weight:800}@media (width<=1000px){.structure-section-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.structure-section-grid{grid-template-columns:1fr}}.option-builder-row{flex-wrap:wrap;gap:10px;display:flex}.option-builder-row input{flex:1;min-width:220px}.option-builder-row button{color:#fff;cursor:pointer;background:#4f46e5;border:0;border-radius:14px;padding:10px 14px;font-weight:900}.option-chip{color:#312e81;background:#eef2ff;border-radius:999px;align-items:center;gap:8px;padding:8px 10px;font-weight:800;display:inline-flex}.option-chip button{color:#312e81;cursor:pointer;background:#c7d2fe;border:0;border-radius:999px}.structure-preview-card{background:#fff;border:1px solid #e5e7eb;border-radius:22px;flex-direction:column;gap:12px;margin:16px 0 24px;padding:20px;display:flex;box-shadow:0 12px 28px #0f172a14}.structure-preview-card label{color:#0f172a;font-weight:900}.structure-preview-card input,.structure-preview-card textarea,.structure-preview-card select{background:#f8fafc;border:1px solid #cbd5e1;border-radius:14px;width:100%;padding:11px 12px}.structure-preview-options{flex-direction:column;gap:10px;display:flex}.structure-preview-options label{color:#334155;align-items:center;gap:8px;font-weight:700;display:flex}.preview-upload-box{text-align:center;color:#64748b;background:#f8fafc;border:2px dashed #cbd5e1;border-radius:18px;padding:30px;font-weight:900}.org-menu-link.disabled{opacity:.55;cursor:not-allowed;color:#64748b;background:#f1f5f9}.org-mobile-menu span{color:#64748b;background:#f1f5f9;border-radius:12px;padding:8px 10px;font-weight:800;display:inline-flex}.structure-wizard-tabs{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.org-page-header{background:linear-gradient(135deg,#fff,#f8faff);border:1px solid #e5e7eb;border-radius:28px;margin-bottom:18px;padding:24px 28px;box-shadow:0 16px 40px #0f172a0f}.student-kpi-card{background:linear-gradient(145deg,#fff,#f8faff);border:1px solid #e5e7eb;border-radius:22px;min-height:120px;box-shadow:0 12px 30px #0f172a0d}.student-kpi-card h2{font-size:34px;font-weight:900}.student-toolbar{z-index:20;background:#fff;padding-bottom:14px;position:sticky;top:0}.student-filter-box input{min-width:320px}.student-filter-box input,.student-filter-box select{border-radius:14px}.student-table-card{border-radius:24px;overflow:hidden}.student-table-card .idp-table thead th{z-index:10;position:sticky;top:0}.status-pill{border-radius:999px;padding:6px 12px;font-weight:800}.student-photo-placeholder{background:linear-gradient(135deg,#ede9fe,#dbeafe);border-radius:12px;width:42px;height:42px}.student-profile-panel,.student-add-panel{border-radius:24px;box-shadow:0 14px 34px #0f172a0f}.bulk-action-bar{border-radius:18px;margin-bottom:14px}.org-page-content{color:#0f172a;font-weight:650}.org-page-header{background:radial-gradient(circle at 82% 0,#7c3aed21,#0000 32%),radial-gradient(circle at 65% 100%,#a78bfa1a,#0000 28%),linear-gradient(135deg,#fff 0%,#faf7ff 48%,#f4f0ff 100%);border:1px solid #c4b5fd73;box-shadow:0 18px 48px #581c8717}.org-page-header h1{letter-spacing:-.04em;color:#0f172a;font-size:34px;font-weight:950}.org-page-header p{color:#475569;font-size:15px;font-weight:700}.idp-kicker{color:#5b21b6;letter-spacing:.08em;text-transform:uppercase;font-weight:950}.student-kpi-grid{gap:18px}.student-kpi-card{background:radial-gradient(circle at 92% 12%,#7c3aed1f,#0000 25%),linear-gradient(145deg,#fff,#fbfaff);border:1px solid #c4b5fd61;border-radius:26px;padding:24px;box-shadow:0 18px 44px #581c8713}.student-kpi-card span{color:#475569;font-size:13px;font-weight:950}.student-kpi-card h2{color:#0f172a;margin-top:8px;font-size:38px;font-weight:1000}.idp-info-card{background:#ffffffeb;border:1px solid #c4b5fd59;border-radius:28px;box-shadow:0 20px 50px #581c8712}.student-toolbar{background:0 0;justify-content:space-between;align-items:center;gap:18px;padding:0 0 18px;display:flex;position:static}.student-toolbar span{color:#64748b;letter-spacing:.04em;text-transform:uppercase;font-size:13px;font-weight:950}.student-toolbar h2{color:#0f172a;font-size:24px;font-weight:950}.student-filter-box{grid-template-columns:minmax(320px,1fr) 210px auto auto;align-items:center;gap:12px;display:grid}.student-filter-box input,.student-filter-box select{color:#0f172a;background:#fff;border:1px solid #94a3b859;border-radius:16px;min-height:50px;font-weight:750;box-shadow:0 8px 22px #0f172a09}.student-filter-box input::placeholder{color:#64748b}.student-primary-btn,.student-secondary-btn,.student-toolbar button{border:1px solid #0000;border-radius:15px;min-height:48px;padding:0 18px;font-weight:950;box-shadow:0 12px 24px #581c8721}.student-primary-btn{color:#fff;background:linear-gradient(135deg,#7c3aed,#2563eb)}.student-secondary-btn{color:#4c1d95;background:#fff;border-color:#7c3aed59}.student-table-card{background:#fff;border:1px solid #e2e8f0f2;border-radius:26px;box-shadow:0 18px 45px #0f172a0e}.student-table-card .idp-table{font-size:14px}.student-table-card .idp-table thead th{color:#0f172a;letter-spacing:.04em;background:#f8fafc;padding:18px 16px;font-size:12px;font-weight:1000}.student-table-card .idp-table tbody td{color:#0f172a;padding:18px 16px;font-size:14px;font-weight:750}.student-table-card .idp-table tbody tr:hover{background:#faf7ff}.student-photo-placeholder{color:#4c1d95;background:linear-gradient(135deg,#ede9fe,#dbeafe);border-radius:14px;justify-content:center;align-items:center;width:44px;height:44px;font-weight:900;display:flex}.status-pill{border-radius:999px;padding:8px 13px;font-size:12px;font-weight:1000}.status-ACTIVE{color:#15803d;background:#dcfce7}.status-LEFT{color:#c2410c;background:#ffedd5}.status-ARCHIVED{color:#b91c1c;background:#fee2e2}.student-action-row{gap:8px}.student-action-row button{color:#fff;border-radius:12px;min-height:38px;padding:0 13px;font-weight:950;box-shadow:0 10px 20px #0f172a1a}.bulk-action-bar{color:#0f172a;background:#faf7ff;border:1px solid #c4b5fd73}@media (width<=1100px){.student-filter-box{grid-template-columns:1fr 1fr;width:100%}.student-toolbar{flex-direction:column;align-items:stretch}}@media (width<=720px){.student-filter-box{grid-template-columns:1fr}.org-page-header h1{font-size:27px}}.student-profile-hero{background:radial-gradient(circle at 78% 0,#7c3aed29,#0000 30%),linear-gradient(135deg,#fff,#fbf8ff 52%,#f3edff);border:1px solid #c4b5fd73;border-radius:30px;grid-template-columns:auto 1fr auto;align-items:center;gap:20px;margin-bottom:18px;padding:26px 30px;display:grid;box-shadow:0 20px 52px #581c8717}.student-profile-avatar{color:#fff;background:linear-gradient(135deg,#7c3aed,#2563eb);border-radius:24px;justify-content:center;align-items:center;width:76px;height:76px;font-size:34px;display:flex;box-shadow:0 18px 34px #581c8738}.student-profile-hero h1{color:#0f172a;letter-spacing:-.04em;margin:4px 0 6px;font-size:34px;font-weight:1000}.student-profile-hero p{color:#475569;margin:0;font-weight:800}.student-profile-panel{background:linear-gradient(135deg,#fff,#fbfaff);border:1px solid #c4b5fd61;box-shadow:0 20px 50px #581c8713}.student-profile-actions{justify-content:flex-end;gap:12px;display:flex}.student-profile-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px}.student-profile-grid div{background:radial-gradient(circle at 92% 10%,#7c3aed17,#0000 26%),#fff;border:1px solid #e2e8f0f2;border-radius:22px;padding:18px;box-shadow:0 12px 26px #0f172a0b}.student-profile-grid b{color:#64748b;letter-spacing:.05em;text-transform:uppercase;font-size:12px;font-weight:1000;display:block}.student-profile-grid p{color:#0f172a;margin:8px 0 0;font-size:15px;font-weight:900}.student-enterprise-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.student-enterprise-form label{color:#0f172a;letter-spacing:.01em;flex-direction:column;gap:7px;font-size:13px;font-weight:1000;display:flex}.student-enterprise-form input,.student-enterprise-form select,.student-enterprise-form textarea{color:#0f172a;background:#fff;border:1px solid #94a3b859;border-radius:15px;outline:none;min-height:48px;padding:12px 14px;font-size:14px;font-weight:800;box-shadow:0 8px 20px #0f172a09}.student-enterprise-form textarea{resize:vertical;min-height:110px}.student-enterprise-form input:focus,.student-enterprise-form select:focus,.student-enterprise-form textarea:focus{border-color:#7c3aed;box-shadow:0 0 0 4px #7c3aed1f}.student-enterprise-form input:disabled{color:#64748b;cursor:not-allowed;background:#f8fafc}.student-form-actions{z-index:30;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffeb;border:1px solid #c4b5fd59;border-radius:22px;grid-column:1/-1;justify-content:flex-end;gap:12px;padding:14px;display:flex;position:sticky;bottom:10px;box-shadow:0 18px 42px #581c871a}.student-profile-panel+.idp-info-card h2{color:#0f172a;margin:0 0 16px;font-weight:1000}@media (width<=1100px){.student-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.student-profile-hero{text-align:left;grid-template-columns:1fr}.student-enterprise-form,.student-profile-grid{grid-template-columns:1fr}.student-form-actions{flex-direction:column}}.student-section-form{grid-template-columns:1fr;gap:18px;display:grid}.student-section-card{background:radial-gradient(circle at 94% 0,#7c3aed1a,#0000 26%),linear-gradient(145deg,#fff,#fbfaff);border:1px solid #c4b5fd57;border-radius:24px;padding:20px;box-shadow:0 14px 34px #581c870f}.student-section-title{border-bottom:1px solid #e2e8f0f2;justify-content:space-between;align-items:center;gap:12px;margin-bottom:16px;padding-bottom:12px;display:flex}.student-section-title span{color:#0f172a;letter-spacing:-.02em;font-size:18px;font-weight:1000}.student-section-title b{color:#5b21b6;background:#ede9fe;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:1000}.student-section-card .student-enterprise-form{grid-template-columns:repeat(2,minmax(0,1fr))}@media (width<=760px){.student-section-card .student-enterprise-form{grid-template-columns:1fr}}.student-enterprise-form .structure-preview-options{background:#fff;border:1px solid #94a3b859;border-radius:16px;flex-wrap:wrap;align-items:center;gap:10px;padding:10px;display:flex}.student-enterprise-form .structure-preview-options label{color:#0f172a;cursor:pointer;background:#f8fafc;border:1px solid #c4b5fd59;border-radius:999px;flex-direction:row;align-items:center;gap:8px;min-height:38px;padding:8px 12px;font-size:13px;font-weight:900;display:inline-flex}.student-enterprise-form .structure-preview-options input[type=radio],.student-enterprise-form .structure-preview-options input[type=checkbox]{width:16px;height:16px;min-height:auto;box-shadow:none;accent-color:#7c3aed;padding:0}.student-section-card:hover{border-color:#7c3aed73;box-shadow:0 18px 44px #581c8717}.student-profile-hero .status-pill{justify-self:end;box-shadow:0 10px 22px #16a34a1f}.student-form-actions .student-primary-btn,.student-form-actions .student-secondary-btn{min-width:150px}.org-layout-shell,.org-page-content,.enterprise-page{color:#0f172a;font-size:16px}.org-menu-link{font-size:16px!important;font-weight:950!important}.org-brand h2{font-size:20px!important;font-weight:1000!important}.org-brand p,.org-sidebar-footer span,.org-sidebar-footer small,.org-sidebar-footer em{font-size:13px!important;font-weight:850!important}.org-header h1,.org-page-header h1,.student-profile-hero h1{letter-spacing:-.04em;font-size:clamp(34px,3vw,42px)!important;font-weight:1000!important}.org-header p,.org-page-header p,.student-profile-hero p,.enterprise-subtitle{line-height:1.6;font-size:16px!important;font-weight:750!important}.idp-kicker,.enterprise-kicker,.org-kicker{font-size:14px!important;font-weight:1000!important}.section-title,.workspace-main-panel .section-title,.student-section-title span{font-size:24px!important;font-weight:1000!important}.section-subtitle,.workspace-main-panel .section-subtitle{font-size:16px!important;font-weight:750!important}.student-kpi-card span,.kpi-label,.stat-label{font-size:14px!important;font-weight:1000!important}.student-kpi-card h2,.kpi-value,.stat-value{font-size:clamp(34px,3vw,42px)!important;font-weight:1000!important}.student-toolbar span,.student-profile-grid b,.student-enterprise-form label,.student-filter-box label{font-size:15px!important;font-weight:1000!important}.student-toolbar h2{font-size:28px!important;font-weight:1000!important}.student-filter-box input,.student-filter-box select,.student-enterprise-form input,.student-enterprise-form select,.student-enterprise-form textarea,input,select,textarea{font-size:16px!important;font-weight:850!important}.student-primary-btn,.student-secondary-btn,.student-action-row button,.student-toolbar button,.btn,.enterprise-btn,.action-btn{font-size:15px!important;font-weight:1000!important}.student-table-card .idp-table thead th,.idp-table thead th,.idp-table th{letter-spacing:.04em;font-size:14px!important;font-weight:1000!important}.student-table-card .idp-table tbody td,.idp-table tbody td,.idp-table td{font-size:15px!important;font-weight:850!important}.status-pill,.badge,.status-badge{font-size:13px!important;font-weight:1000!important}.student-profile-grid p{font-size:17px!important;font-weight:950!important}.student-section-title b{font-size:13px!important;font-weight:1000!important}.structure-preview-options label,.student-enterprise-form .structure-preview-options label{font-size:15px!important;font-weight:950!important}@media (width<=760px){.org-header h1,.org-page-header h1,.student-profile-hero h1{font-size:30px!important}.student-table-card .idp-table tbody td,.idp-table tbody td,.idp-table td{font-size:14px!important}}.student-enterprise-form label,.student-enterprise-form .field-label,.student-enterprise-form .form-label,.student-section-card label{letter-spacing:.01em;color:#0f172a!important;font-size:15px!important;font-weight:950!important}.student-section-card h3,.student-section-title{color:#0f172a!important;font-size:28px!important;font-weight:1000!important}.student-section-card small,.student-section-card .field-count{font-size:13px!important;font-weight:900!important}.student-enterprise-form input,.student-enterprise-form select,.student-enterprise-form textarea{font-size:16px!important;font-weight:850!important}.student-profile-hero{border-radius:30px!important;padding:30px 34px!important}.student-profile-hero h1{font-size:42px!important;font-weight:1000!important}.student-profile-avatar{width:86px!important;height:86px!important;font-size:40px!important}.student-section-card{border:1px solid #7c3aed47!important;border-radius:26px!important;padding:28px!important}.student-section-title span{color:#4c1d95!important;font-size:32px!important;font-weight:1000!important}.student-section-card .student-enterprise-form{gap:22px!important}.student-enterprise-form label,.student-section-card label{color:#0f172a!important;font-size:18px!important;font-weight:1000!important}.student-enterprise-form input,.student-enterprise-form select,.student-enterprise-form textarea{border-radius:15px!important;min-height:56px!important;padding:14px 16px!important;font-size:18px!important;font-weight:850!important}.student-enterprise-form .structure-preview-options{min-height:56px!important;padding:12px 14px!important}.student-enterprise-form .structure-preview-options label{min-height:44px!important;padding:9px 15px!important;font-size:18px!important;font-weight:900!important}.student-form-actions{padding:16px!important}.student-form-actions .student-primary-btn,.student-form-actions .student-secondary-btn{min-width:170px!important;min-height:54px!important;font-size:16px!important;font-weight:1000!important}@media (width<=760px){.student-profile-hero h1{font-size:32px!important}.student-section-title span{font-size:26px!important}.student-enterprise-form label,.student-section-card label,.student-enterprise-form input,.student-enterprise-form select,.student-enterprise-form textarea{font-size:16px!important}}.student-profile-hero{border-radius:22px!important;min-height:92px!important;margin-bottom:14px!important;padding:18px 22px!important}.student-profile-avatar{border-radius:18px!important;width:58px!important;height:58px!important;font-size:26px!important}.student-profile-hero h1{font-size:28px!important;line-height:1.1!important}.student-profile-hero p{font-size:14px!important}.student-profile-panel{border-radius:22px!important;padding:18px!important}.student-toolbar{padding:0 0 12px!important}.student-toolbar h2{font-size:22px!important}.student-section-form{gap:12px!important}.student-section-card{border-radius:18px!important;padding:16px!important;box-shadow:0 8px 20px #581c870b!important}.student-section-title{margin-bottom:10px!important;padding-bottom:8px!important}.student-section-title span{font-size:20px!important}.student-section-title b{padding:5px 9px!important;font-size:12px!important}.student-section-card .student-enterprise-form{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:12px 14px!important}.student-enterprise-form label,.student-section-card label{font-size:15px!important;font-weight:900!important}.student-enterprise-form input,.student-enterprise-form select,.student-enterprise-form textarea{background:#fff!important;border-radius:12px!important;height:auto!important;min-height:46px!important;padding:10px 12px!important;font-size:15px!important;font-weight:800!important}.student-enterprise-form textarea{min-height:78px!important}.student-enterprise-form .structure-preview-options{flex-flow:wrap!important;align-items:center!important;gap:8px!important;min-height:46px!important;padding:7px 9px!important;display:flex!important}.student-enterprise-form .structure-preview-options label{min-height:34px!important;margin:0!important;padding:6px 10px!important;font-size:14px!important}.student-enterprise-form .structure-preview-options input[type=radio],.student-enterprise-form .structure-preview-options input[type=checkbox]{width:16px!important;height:16px!important}.student-form-actions{border-radius:16px!important;padding:10px!important;bottom:8px!important}.student-form-actions .student-primary-btn,.student-form-actions .student-secondary-btn{min-width:132px!important;min-height:44px!important;font-size:14px!important}.student-profile-panel+.idp-info-card{margin-top:14px!important}@media (width<=760px){.student-section-card .student-enterprise-form{grid-template-columns:1fr!important}}.student-step-form{gap:16px;display:grid}.student-step-tabs{z-index:25;-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#fffffff0;border:1px solid #c4b5fd73;border-radius:20px;flex-wrap:wrap;gap:10px;padding:12px;display:flex;position:sticky;top:8px;box-shadow:0 12px 30px #581c8714}.student-step-tabs button{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #c4b5fd73;border-radius:999px;align-items:center;gap:8px;min-height:46px;padding:8px 12px;font-size:15px;font-weight:950;display:flex}.student-step-tabs button span{color:#5b21b6;background:#ede9fe;border-radius:50%;place-items:center;width:26px;height:26px;font-size:13px;font-weight:1000;display:grid}.student-step-tabs button b{color:#475569;background:#f8fafc;border-radius:999px;place-items:center;min-width:24px;height:24px;font-size:12px;font-weight:1000;display:grid}.student-step-tabs button.active{color:#fff;background:linear-gradient(135deg,#7c3aed,#2563eb);box-shadow:0 12px 24px #581c872e}.student-step-tabs button.active span,.student-step-tabs button.active b{color:#fff;background:#ffffff38}.student-active-section{animation:.18s studentSectionFade}@keyframes studentSectionFade{0%{opacity:.4;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (width<=760px){.student-step-tabs{flex-wrap:nowrap;overflow-x:auto}.student-step-tabs button{white-space:nowrap}}.student-enterprise-form input,.student-enterprise-form select,.student-enterprise-form textarea{box-shadow:inset 0 1px 2px #0f172a0d,0 1px 3px #0f172a0a;color:#0f172a!important;background:#eef2ff!important;border:2px solid #c7d2fe!important}.student-enterprise-form input:hover,.student-enterprise-form select:hover,.student-enterprise-form textarea:hover{border-color:#a78bfa!important}.student-enterprise-form input:focus,.student-enterprise-form select:focus,.student-enterprise-form textarea:focus{background:#fff!important;border-color:#7c3aed!important;box-shadow:0 0 0 4px #7c3aed26!important}.student-section-card{background:linear-gradient(135deg,#fff 0%,#f5f3ff 100%)!important;border:1px solid #d8b4fe!important}.org-sidebar{background:linear-gradient(#fff 0%,#f5f3ff 100%)!important;border-right:2px solid #ddd6fe!important}.org-brand h2{color:#0f172a!important;opacity:1!important}.org-brand p{color:#334155!important;opacity:1!important}.org-menu-link{color:#1e293b!important;background:#ffffff8c!important;font-weight:1000!important}.org-menu-link.active{color:#fff!important;background:linear-gradient(135deg,#7c3aed,#2563eb)!important;box-shadow:0 14px 28px #4f46e53d!important}.org-sidebar-footer{color:#0f172a!important;background:#fff!important;border:1px solid #c4b5fd!important;box-shadow:0 10px 24px #581c871a!important}.org-sidebar-footer span,.org-sidebar-footer small{color:#475569!important;opacity:1!important}.org-sidebar-footer b{color:#0f172a!important}.workspace-module-card h3,.workspace-module-card p,.workspace-meta-list b,.workspace-meta-list span{color:#0f172a!important;opacity:1!important}.workspace-module-card p{color:#475569!important}.workspace-side-panel.card{background:#fff!important;border:1px solid #c4b5fd!important}.session-page{gap:18px;display:grid}.session-hero{background:radial-gradient(circle at 80% 0,#7c3aed29,#0000 32%),linear-gradient(135deg,#fff,#faf7ff 52%,#f3edff)!important}.session-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.session-kpi-card{background:linear-gradient(145deg,#fff,#fbfaff);border:1px solid #c4b5fd61;border-radius:24px;align-items:center;gap:16px;min-height:128px;padding:22px;display:flex;box-shadow:0 16px 38px #581c8713}.session-kpi-icon{color:#fff;background:linear-gradient(135deg,#7c3aed,#2563eb);border-radius:18px;place-items:center;width:58px;height:58px;font-size:28px;display:grid;box-shadow:0 16px 30px #581c872e}.session-kpi-icon.green{background:linear-gradient(135deg,#16a34a,#22c55e)}.session-kpi-icon.blue{background:linear-gradient(135deg,#2563eb,#7c3aed)}.session-kpi-icon.red{background:linear-gradient(135deg,#ef4444,#f97316)}.session-kpi-card span{color:#475569;font-size:15px;font-weight:1000}.session-kpi-card h2{color:#0f172a;margin:6px 0 4px;font-size:40px;font-weight:1000}.session-kpi-card p{color:#64748b;margin:0;font-size:14px;font-weight:800}.session-form-card,.session-list-card{background:linear-gradient(135deg,#fff,#fbfaff)!important;border:1px solid #c4b5fd61!important;border-radius:26px!important;box-shadow:0 18px 44px #581c8712!important}.session-card-title{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.session-card-title span{color:#5b21b6;letter-spacing:.06em;text-transform:uppercase;font-size:14px;font-weight:1000;display:block}.session-card-title h2{color:#0f172a;margin:6px 0;font-size:28px;font-weight:1000}.session-card-title p{color:#475569;margin:0;font-size:15px;font-weight:800}.session-enterprise-form{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.session-enterprise-form label{color:#0f172a;flex-direction:column;gap:8px;font-size:15px;font-weight:1000;display:flex}.session-enterprise-form input,.session-enterprise-form select{color:#0f172a;background:#eef2ff;border:2px solid #c7d2fe;border-radius:15px;outline:none;min-height:52px;padding:12px 14px;font-size:16px;font-weight:850}.session-enterprise-form input:focus,.session-enterprise-form select:focus{background:#fff;border-color:#7c3aed;box-shadow:0 0 0 4px #7c3aed26}.session-form-actions{grid-column:1/-1;justify-content:flex-end;display:flex}.session-form-actions button{min-width:220px;min-height:52px}@media (width<=1100px){.session-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.session-kpi-grid,.session-enterprise-form{grid-template-columns:1fr}.session-card-title{flex-direction:column}}.session-card-title h2{color:#1e293b!important;letter-spacing:-.02em!important;font-size:28px!important;font-weight:850!important;line-height:1.2!important}.session-card-title span{color:#5b21b6!important;font-size:14px!important;font-weight:1000!important}.session-card-title p{color:#475569!important;font-size:15px!important;font-weight:750!important}.session-form-card{margin-bottom:28px!important;padding-top:20px!important}.session-list-card{margin-top:28px!important}.session-form-actions button:before{content:"+ ";font-weight:1000}.session-form-actions button{border-radius:16px!important;min-width:230px!important;min-height:52px!important;box-shadow:0 14px 28px #581c872e!important}.session-list-card .session-card-title{border-bottom:1px solid #e2e8f0e6;padding-bottom:14px}.session-list-card .student-secondary-btn{border-radius:14px;min-width:120px;min-height:44px}.session-list-card .student-table-card{margin-top:16px}.session-list-card .idp-table th{color:#0f172a!important;background:#f8fafc!important}.session-list-card .idp-table td{color:#0f172a!important}.session-list-card .status-pill{box-shadow:0 8px 18px #16a34a1a}.session-list-card .badge{border-radius:999px;padding:8px 13px}:is(.structure-page,.org-page-content:has(.structure-v3-marker)){gap:18px;display:grid}:is(.structure-v3-hero,.org-page-header:has(.structure-v3-marker)){background:radial-gradient(circle at 82% 0,#7c3aed29,#0000 32%),linear-gradient(135deg,#fff,#faf7ff 52%,#f3edff)!important}.structure-type-switch{background:#fff;border:1px solid #ddd6fe;border-radius:22px;flex-wrap:wrap;gap:12px;padding:14px;display:flex;box-shadow:0 12px 28px #581c8712}.structure-type-switch button{border-radius:16px;min-width:140px;min-height:48px;font-size:15px;font-weight:1000}.structure-kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.structure-kpi-card{background:linear-gradient(145deg,#fff,#fbfaff);border:1px solid #c4b5fd61;border-radius:24px;align-items:center;gap:16px;min-height:126px;padding:22px;display:flex;box-shadow:0 16px 38px #581c8713}.structure-kpi-icon{color:#fff;background:linear-gradient(135deg,#7c3aed,#2563eb);border-radius:18px;place-items:center;width:56px;height:56px;font-size:27px;display:grid}.structure-kpi-card span{color:#475569;font-size:15px;font-weight:1000}.structure-kpi-card h2,.structure-kpi-card h3{color:#0f172a;margin:6px 0 4px;font-size:38px;font-weight:1000}.structure-kpi-card p{color:#64748b;margin:0;font-size:14px;font-weight:800}.structure-active-version-card,.structure-builder-card{background:linear-gradient(135deg,#fff,#fbfaff)!important;border:1px solid #c4b5fd61!important;border-radius:26px!important;box-shadow:0 18px 44px #581c8712!important}.structure-card-title{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:18px;display:flex}.structure-card-title span{color:#5b21b6;letter-spacing:.06em;text-transform:uppercase;font-size:14px;font-weight:1000;display:block}.structure-card-title h2{color:#1e293b;margin:6px 0;font-size:28px;font-weight:850;line-height:1.2}.structure-card-title p{color:#475569;margin:0;font-size:15px;font-weight:750}.structure-tab-nav{background:#fff;border:1px solid #ddd6fe;border-radius:22px;flex-wrap:wrap;gap:10px;padding:12px;display:flex;box-shadow:0 12px 28px #581c8712}.structure-tab-nav button{color:#0f172a;background:#fff;border:1px solid #c4b5fd;border-radius:999px;min-height:46px;padding:8px 14px;font-size:15px;font-weight:950}.structure-tab-nav button.active{color:#fff;background:linear-gradient(135deg,#7c3aed,#2563eb);box-shadow:0 12px 24px #581c872e}.structure-page .idp-info-card,.org-page-content .idp-info-card{border-radius:24px}.structure-page .idp-form-grid,.org-page-content .idp-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;display:grid}.structure-page .idp-form-grid input,.structure-page .idp-form-grid select,.structure-page .idp-form-grid textarea,.org-page-content .idp-form-grid input,.org-page-content .idp-form-grid select,.org-page-content .idp-form-grid textarea{color:#0f172a;background:#eef2ff;border:2px solid #c7d2fe;border-radius:15px;min-height:50px;padding:12px 14px;font-size:16px;font-weight:850}.structure-page .idp-form-grid button,.org-page-content .idp-form-grid button{color:#fff;background:linear-gradient(135deg,#7c3aed,#2563eb);border:0;border-radius:15px;min-height:50px;font-size:15px;font-weight:1000;box-shadow:0 12px 24px #581c8729}.structure-page .idp-table-wrap,.org-page-content .idp-table-wrap{background:#fff;border:1px solid #e2e8f0;border-radius:22px;overflow:auto;box-shadow:0 12px 30px #0f172a0b}.structure-page .idp-table th,.org-page-content .idp-table th{color:#0f172a!important;background:#f8fafc!important;font-size:14px!important;font-weight:1000!important}.structure-page .idp-table td,.org-page-content .idp-table td{color:#0f172a!important;font-size:15px!important;font-weight:850!important}.structure-page table button,.org-page-content table button{color:#fff;background:#7c3aed;border:0;border-radius:11px;min-height:34px;margin:3px;padding:7px 11px;font-size:13px;font-weight:950}.structure-page table button:nth-child(2),.org-page-content table button:nth-child(2){background:#2563eb}.structure-page table button:nth-child(3),.org-page-content table button:nth-child(3){background:#ef4444}@media (width<=1100px){.structure-kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=760px){.structure-kpi-grid,.structure-page .idp-form-grid,.org-page-content .idp-form-grid{grid-template-columns:1fr}}.structure-tabs-card{padding:14px!important}.structure-preview-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.structure-preview-block{background:linear-gradient(135deg,#fff,#f8f7ff);border:1px solid #ddd6fe;border-radius:22px;padding:18px;box-shadow:0 12px 28px #581c870f}.structure-preview-block h3{color:#4c1d95;margin:0 0 4px;font-size:22px;font-weight:1000}.structure-preview-block p{color:#475569;margin:0 0 12px;font-size:14px;font-weight:850}.structure-preview-block div{flex-wrap:wrap;gap:8px;display:flex}.structure-preview-block span{color:#0f172a;background:#eef2ff;border-radius:999px;padding:8px 11px;font-size:13px;font-weight:950}.structure-preview-block small{color:#64748b;font-size:14px;font-weight:850}@media (width<=760px){.structure-preview-grid{grid-template-columns:1fr}}.structure-active-version-card{justify-content:space-between;align-items:center;gap:16px;display:flex;padding:20px 24px!important}.structure-active-version-card h2{color:#1e293b;margin:0;font-size:24px!important;font-weight:900!important}.structure-active-version-card p{color:#475569;margin:4px 0 0;font-size:16px!important;font-weight:800!important}.structure-kpi-card{position:relative;overflow:hidden}.structure-kpi-card:after{content:"";background:#7c3aed1a;border-radius:50%;width:90px;height:90px;position:absolute;top:-28px;right:-28px}.structure-kpi-card h3{color:#0f172a!important;font-size:36px!important}.structure-kpi-card p{color:#475569!important;font-size:16px!important;font-weight:900!important}.structure-type-switch button{min-width:180px!important}.field-wizard-card{padding:22px!important}.structure-stepper{grid-template-columns:repeat(5,minmax(0,1fr));gap:10px;margin:16px 0 18px;display:grid}.structure-step{background:#fff;border:1px solid #ddd6fe;border-radius:18px;align-items:center;gap:10px;min-height:72px;padding:12px;display:flex;box-shadow:0 10px 22px #581c870d}.structure-step span{color:#5b21b6;background:#ede9fe;border-radius:50%;place-items:center;width:34px;height:34px;font-size:15px;font-weight:1000;display:grid}.structure-step b{color:#0f172a;font-size:15px;font-weight:1000}.structure-step.active{background:linear-gradient(135deg,#7c3aed,#2563eb);border-color:#0000;box-shadow:0 14px 28px #581c872e}.structure-step.active span{color:#fff;background:#ffffff38}.structure-step.active b{color:#fff}.field-wizard-layout{grid-template-columns:minmax(0,1.45fr) minmax(360px,.75fr);align-items:start;gap:18px;display:grid}.field-wizard-left{gap:14px;display:grid}.field-step-panel{background:linear-gradient(135deg,#fff,#fbfaff);border:1px solid #ddd6fe;border-radius:22px;padding:18px;box-shadow:0 12px 28px #581c870e}.field-step-panel h3{color:#4c1d95;margin:0 0 6px;font-size:22px;font-weight:1000}.field-step-panel p{color:#475569;margin:0 0 14px;font-size:15px;font-weight:800}.field-step-panel .idp-form-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.field-wizard-right{position:sticky;top:14px}.field-preview-card .structure-preview-card{background:#eef2ff;border:2px solid #c7d2fe;margin-top:12px}.save-panel{justify-content:space-between;align-items:center;gap:16px;display:flex}.save-panel button{min-width:190px;min-height:50px}.field-registry-title{border-top:1px solid #e2e8f0;margin-top:22px;padding-top:16px}@media (width<=1100px){.field-wizard-layout{grid-template-columns:1fr}.field-wizard-right{position:static}.structure-stepper{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=680px){.structure-stepper,.field-step-panel .idp-form-grid{grid-template-columns:1fr}}.structure-builder-card{margin-bottom:20px!important}.structure-builder-card>h2,.structure-builder-card h2,.org-page-content>.idp-info-card>h2{color:#1e293b!important;letter-spacing:-.02em!important;font-size:26px!important;font-weight:900!important}.structure-builder-card>button,.structure-builder-card .student-primary-btn{color:#fff!important;background:linear-gradient(135deg,#7c3aed,#2563eb)!important;border:0!important;border-radius:15px!important;min-height:48px!important;padding:0 18px!important;font-size:15px!important;font-weight:1000!important;box-shadow:0 12px 24px #581c8729!important}.structure-preview-card{background:#eef2ff!important;border:2px solid #c7d2fe!important;border-radius:22px!important;margin-top:16px!important;padding:22px!important;box-shadow:0 12px 28px #581c870f!important}.structure-preview-card label{color:#0f172a!important;margin-bottom:8px!important;font-size:16px!important;font-weight:1000!important;display:block!important}.structure-preview-card input,.structure-preview-card select,.structure-preview-card textarea{color:#0f172a!important;background:#fff!important;border:2px solid #c7d2fe!important;border-radius:14px!important;min-height:50px!important;padding:12px 14px!important;font-size:16px!important;font-weight:850!important}.preview-upload-box{color:#4c1d95!important;background:#f5f3ff!important;border:2px dashed #a78bfa!important;border-radius:18px!important;place-items:center!important;min-height:90px!important;font-size:16px!important;font-weight:900!important;display:grid!important}.option-builder{background:#f8f7ff!important;border:1px solid #ddd6fe!important;border-radius:18px!important;grid-column:1/-1!important;padding:16px!important}.option-builder-row{grid-template-columns:1fr auto!important;gap:12px!important;display:grid!important}.option-chip-wrap{flex-wrap:wrap!important;gap:8px!important;margin-top:12px!important;display:flex!important}.option-chip{color:#4c1d95!important;background:#ede9fe!important;border-radius:999px!important;align-items:center!important;gap:8px!important;padding:8px 12px!important;font-size:14px!important;font-weight:950!important;display:inline-flex!important}.option-chip button{color:#7c3aed!important;cursor:pointer!important;background:0 0!important;border:0!important;font-size:16px!important;font-weight:1000!important}.structure-builder-card .idp-table-wrap{margin-top:14px!important}.structure-builder-card .idp-table td:nth-child(5),.structure-builder-card .idp-table td:nth-child(6){font-weight:1000!important}.structure-builder-card .idp-table td button{border-radius:11px!important;min-width:82px!important;min-height:36px!important}.structure-active-version-card{background:radial-gradient(circle at 88% 0,#7c3aed24,#0000 28%),linear-gradient(135deg,#fff,#fbfaff)!important;border:1px solid #c4b5fd!important;box-shadow:0 16px 36px #581c8714!important}.structure-active-version-card h2{color:#4c1d95!important;font-size:28px!important;font-weight:1000!important}.structure-active-version-card p{color:#0f172a!important;font-size:16px!important;font-weight:900!important}.structure-builder-card .structure-card-title{border-bottom:1px solid #e2e8f0e6;padding-bottom:12px}.structure-builder-card .structure-card-title h2{font-size:26px!important;font-weight:900!important}.structure-builder-card .structure-card-title span{font-size:14px!important}.structure-builder-card .structure-card-title p{font-size:15px!important}.structure-builder-card>button,.structure-builder-card .idp-form-grid button{border-radius:15px!important;min-height:48px!important;font-size:15px!important;font-weight:1000!important}.structure-builder-card .idp-form-grid{background:#fbfaff;border:1px solid #ddd6fe;border-radius:20px;padding:16px}.structure-builder-card .idp-form-grid input,.structure-builder-card .idp-form-grid select,.structure-builder-card .idp-form-grid textarea{background:#eef2ff!important;border:2px solid #c7d2fe!important}.structure-builder-card .idp-form-grid input:focus,.structure-builder-card .idp-form-grid select:focus,.structure-builder-card .idp-form-grid textarea:focus{background:#fff!important;border-color:#7c3aed!important;box-shadow:0 0 0 4px #7c3aed26!important}.structure-builder-card .idp-table td button{border-radius:999px!important;justify-content:center!important;align-items:center!important;min-width:96px!important;min-height:38px!important;margin:4px!important;font-size:13px!important;font-weight:1000!important;display:inline-flex!important}.structure-builder-card .idp-table td button:first-child:before{content:"✓ "}.structure-builder-card .idp-table td button:nth-child(2):before{content:"⧉ "}.structure-builder-card .idp-table td button:nth-child(3):before{content:"▣ "}.structure-builder-card .idp-table tbody tr:hover{background:#f8f7ff!important}.structure-builder-card .idp-table td span{color:#0f172a;background:#f8fafc;border-radius:999px;align-items:center;gap:6px;padding:7px 11px;font-size:13px;font-weight:1000;display:inline-flex}.employee-tab-card{background:#fff;border:1px solid #ddd6fe;border-radius:24px;padding:14px;box-shadow:0 12px 28px #581c8712}.employee-tabs{flex-wrap:wrap;gap:10px;display:flex}.employee-tabs button{color:#0f172a;cursor:pointer;background:#fff;border:1px solid #c4b5fd;border-radius:999px;min-height:46px;padding:8px 15px;font-size:15px;font-weight:950}.employee-tabs button.active{color:#fff;background:linear-gradient(135deg,#7c3aed,#2563eb);box-shadow:0 12px 24px #581c872e}.employee-dashboard-tab,.employee-list-tab,.employee-add-tab,.employee-history-tab,.employee-analytics-tab{animation:.18s employeeTabFade}.employee-dashboard-card,.employee-list-tab,.employee-add-tab,.employee-history-tab,.employee-analytics-tab{background:linear-gradient(135deg,#fff,#fbfaff)!important;border:1px solid #c4b5fd61!important;border-radius:26px!important;box-shadow:0 18px 44px #581c8712!important}.employee-add-tab .idp-form-grid{background:#fbfaff;border:1px solid #ddd6fe;border-radius:20px;padding:16px}.employee-add-tab .idp-form-grid label{color:#0f172a;font-size:15px;font-weight:1000}.employee-add-tab .idp-form-grid input,.employee-add-tab .idp-form-grid select,.employee-add-tab .idp-form-grid textarea{color:#0f172a!important;background:#eef2ff!important;border:2px solid #c7d2fe!important;font-size:16px!important;font-weight:850!important}.employee-add-tab .idp-form-grid button[type=submit]{color:#fff;background:linear-gradient(135deg,#7c3aed,#2563eb);border:0;border-radius:15px;min-height:50px;font-size:15px;font-weight:1000;box-shadow:0 12px 24px #581c8729}@keyframes employeeTabFade{0%{opacity:.45;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}@media (width<=760px){.employee-tabs{flex-wrap:nowrap;overflow-x:auto}.employee-tabs button{white-space:nowrap}}.import-export-page .org-page-header{background:radial-gradient(circle at 84% 0,#7c3aed2e,#0000 30%),linear-gradient(135deg,#fff,#fbfaff)!important}.import-export-tabs-card{margin-top:18px}.import-tab-panel{margin-top:18px;background:linear-gradient(135deg,#fff,#fbfaff)!important;border:1px solid #c4b5fd8c!important;border-radius:26px!important;box-shadow:0 18px 44px #581c8712!important}.import-rule-grid,.import-action-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;margin-top:16px;display:grid}.import-rule-grid>div,.import-action-grid>button{background:#fff;border:1px solid #ddd6fe;border-radius:22px;padding:18px;box-shadow:0 12px 28px #581c870d}.import-rule-grid h3{color:#4c1d95;margin:0 0 8px;font-size:20px;font-weight:1000}.import-rule-grid p{color:#334155;margin:0;font-size:15px;font-weight:850;line-height:1.5}.import-action-grid>button{text-align:left;cursor:pointer;color:#0f172a;min-height:88px;font-size:17px;font-weight:1000}.import-action-grid>button:hover{border-color:#7c3aed;transform:translateY(-2px)}@media (width<=800px){.import-rule-grid,.import-action-grid{grid-template-columns:1fr}}.import-flow-strip{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;margin-top:18px;display:grid}.import-flow-strip div{color:#4c1d95;text-align:center;background:#eef2ff;border:1px solid #c7d2fe;border-radius:18px;padding:14px;font-size:15px;font-weight:1000}.import-upload-card,.import-photo-dropzone{text-align:center;background:linear-gradient(135deg,#fff,#f5f3ff);border:2px dashed #a78bfa;border-radius:24px;margin:16px 0;padding:26px}.import-upload-card h3,.import-photo-dropzone h3{color:#4c1d95;margin:0 0 8px;font-size:26px;font-weight:1000}.import-upload-card p,.import-photo-dropzone p{color:#334155;margin:0;font-size:15px;font-weight:850}.import-action-grid button small{color:#64748b;margin-top:8px;font-size:13px;font-weight:850;display:block}.import-kpi-grid .student-kpi-card{min-height:124px}@media (width<=950px){.import-flow-strip{grid-template-columns:repeat(2,minmax(0,1fr))}}.sa-card-button{text-align:left;cursor:pointer;border:0;width:100%}.sa-card-button:hover{transform:translateY(-2px);box-shadow:0 18px 42px #7c3aed29}.enterprise-confirm-overlay{z-index:9999;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#11182773;justify-content:center;align-items:center;padding:24px;display:flex;position:fixed;inset:0}.enterprise-confirm-modal{background:#fff;border:1px solid #7c3aed29;border-radius:24px;grid-template-columns:56px 1fr;gap:18px;width:min(460px,100%);padding:28px;display:grid;box-shadow:0 24px 70px #1f293740}.enterprise-confirm-icon{color:#fff;background:linear-gradient(135deg,#7c3aed,#a855f7);border-radius:18px;place-items:center;width:52px;height:52px;font-size:24px;font-weight:900;display:grid}.enterprise-confirm-content h3{color:#111827;margin:0 0 8px;font-size:20px;font-weight:900}.enterprise-confirm-content p{color:#4b5563;margin:0;font-size:14px;line-height:1.6}.enterprise-confirm-actions{grid-column:1/-1;justify-content:flex-end;gap:12px;margin-top:10px;display:flex}.modal-cancel-btn,.modal-confirm-btn,.modal-danger-btn{cursor:pointer;border:0;border-radius:14px;padding:11px 18px;font-weight:800}.modal-cancel-btn{color:#374151;background:#f3f4f6}.modal-confirm-btn{color:#fff;background:linear-gradient(135deg,#7c3aed,#a855f7)}.modal-danger-btn{color:#fff;background:linear-gradient(135deg,#dc2626,#ef4444)}.structure-session-embed .session-page{padding:0}.structure-session-embed .session-hero{display:none}.structure-session-embed .session-kpi-grid{margin-top:0}.structure-session-embed .session-form-card,.structure-session-embed .session-list-card{border:1px solid #7c3aed24;box-shadow:0 18px 45px #581c8714}.structure-master-tabs{flex-wrap:wrap;gap:10px;margin:8px 0 18px;display:flex}.structure-master-tabs button{color:#4c1d95;cursor:pointer;background:#ffffffdb;border:1px solid #7c3aed2e;border-radius:16px;padding:11px 16px;font-weight:800;box-shadow:0 10px 25px #581c8712}.structure-master-tabs button.active{color:#fff;background:linear-gradient(135deg,#6d28d9,#9333ea);border-color:#0000}.structure-master-context{background:linear-gradient(135deg,#f8fafcf2,#f5f3fff2);border:1px solid #7c3aed1f;border-radius:18px;flex-direction:column;gap:4px;margin-bottom:16px;padding:14px 16px;display:flex}.structure-master-context strong{color:#312e81;font-size:16px}.structure-master-context span{color:#64748b;font-size:13px}.structure-check-row{color:#4c1d95;background:#ffffffdb;border:1px solid #7c3aed24;border-radius:14px;align-items:center;gap:10px;min-height:44px;padding:10px 12px;font-weight:800;display:flex}.structure-check-row input{width:18px;height:18px}.structure-preview-block small{color:#64748b;margin-top:4px;font-size:12px;display:block}.structure-version-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.simple-two-column{grid-template-columns:repeat(2,minmax(0,1fr));gap:22px;display:grid}.simple-list{gap:10px;margin-top:16px;display:grid}.simple-list-item{background:#ffffffeb;border:1px solid #7c3aed1f;border-radius:16px;justify-content:space-between;align-items:center;gap:12px;padding:12px 14px;display:flex}.simple-form-builder{gap:18px;display:grid}.simple-form-section{background:linear-gradient(135deg,#fffffff2,#f5f3ffd9);border:1px solid #7c3aed1f;border-radius:22px;padding:18px}.simple-form-section h3{color:#312e81;margin:0 0 12px}.simple-field-row{border-top:1px solid #94a3b838;grid-template-columns:minmax(220px,1.4fr) repeat(3,auto) auto;align-items:center;gap:14px;padding:12px 0;display:grid}.simple-field-row:first-of-type{border-top:0}.simple-field-row small{color:#64748b;margin-top:3px;display:block}.simple-field-row label,.simple-field-options label{color:#475569;align-items:center;gap:7px;font-weight:700;display:inline-flex}.simple-field-row input[type=checkbox],.simple-field-options input[type=checkbox]{width:17px;height:17px}.simple-custom-field{border-top:1px dashed #7c3aed40;margin-top:22px;padding-top:18px}.simple-field-options{flex-wrap:wrap;align-items:center;gap:18px;margin-top:14px;display:flex}.muted-text{color:#64748b;margin:10px 0 0}@media (width<=900px){.simple-two-column,.simple-field-row{grid-template-columns:1fr}}.simple-class-card{background:#fffffff0;border:1px solid #7c3aed24;border-radius:18px;padding:14px;box-shadow:0 10px 24px #0f172a0a}.simple-class-head{justify-content:space-between;align-items:center;gap:12px;display:flex}.simple-chip-row{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.simple-chip{color:#4c1d95;background:#ede9fe;border:1px solid #7c3aed26;border-radius:999px;align-items:center;gap:8px;padding:7px 10px;font-weight:800;display:inline-flex}.simple-chip button{color:#6d28d9;cursor:pointer;background:0 0;border:0;padding:0 2px;font-weight:900}.simple-upload-card{background:linear-gradient(135deg,#ede9fef2,#fffffff2);border:1px solid #7c3aed24;border-radius:20px;justify-content:space-between;align-items:center;gap:18px;margin-bottom:18px;padding:16px 18px;display:flex}.simple-upload-card h3{color:#312e81;margin:0 0 4px}.simple-upload-card p{color:#64748b;margin:0}.simple-upload-card label{cursor:pointer;white-space:nowrap}.simple-upload-actions{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.student-profile-section-stack{gap:18px;margin-top:18px;display:grid}.student-profile-panel .student-section-card{background:linear-gradient(#fff 0%,#fbf9ff 100%);border:1px solid #7c3aed24;border-radius:24px;padding:20px;box-shadow:0 18px 45px #581c8714}.student-profile-panel .student-section-title{border-bottom:1px solid #7c3aed1a;justify-content:space-between;align-items:center;gap:14px;margin-bottom:16px;padding-bottom:14px;display:flex}.student-profile-panel .student-section-title span{color:#241044;font-size:16px;font-weight:900}.student-profile-panel .student-section-title b{color:#6d28d9;background:#f3e8ff;border-radius:999px;padding:7px 12px;font-size:12px}.student-profile-panel .student-profile-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.student-profile-panel .student-profile-grid div{background:#fff;border:1px solid #7c3aed1a;border-radius:18px;min-height:82px;padding:14px 16px}.student-profile-panel .student-profile-grid b{text-transform:uppercase;letter-spacing:.04em;color:#7c3aed;margin-bottom:7px;font-size:12px;display:block}.student-profile-panel .student-profile-grid p{color:#211236;word-break:break-word;margin:0;font-size:15px;font-weight:700}.student-profile-panel .student-step-tabs{margin:18px 0}.student-profile-panel .student-active-section{margin-top:12px}@media (width<=1100px){.student-profile-panel .student-profile-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=720px){.student-profile-panel .student-profile-grid{grid-template-columns:1fr}}.photo-matching-page .idp-table td small{color:#8b5cf6;margin-top:4px;font-weight:800;display:block}.photo-action-row{flex-wrap:wrap;gap:8px;display:flex}.photo-action-row .student-primary-btn,.photo-action-row .student-secondary-btn{padding:8px 11px;font-size:12px}.status-UPLOADED,.status-MATCHED,.status-UNMATCHED,.status-DUPLICATE,.status-NEEDS_REVIEW,.status-APPROVED,.status-REJECTED,.status-ARCHIVED{text-transform:uppercase}.photo-preview-cell{align-items:center;gap:12px;min-width:220px;display:flex}.photo-preview-cell img{object-fit:cover;background:#f8f5ff;border:1px solid #7c3aed2e;border-radius:14px;width:54px;height:64px;box-shadow:0 10px 22px #581c871a}.photo-preview-cell b{color:#241044;font-weight:900;display:block}.photo-preview-cell small{color:#7c3aed;font-weight:800;display:block}.photo-bulk-toolbar{background:linear-gradient(135deg,#faf5ff 0%,#eef2ff 100%);border:1px solid #7c3aed24;border-radius:20px;justify-content:space-between;align-items:center;gap:14px;margin:14px 0;padding:14px 16px;display:flex}.photo-bulk-toolbar b{color:#6d28d9;font-size:18px}.photo-matching-page input[type=checkbox]{accent-color:#7c3aed;width:18px;height:18px}@media (width<=760px){.photo-bulk-toolbar{flex-direction:column;align-items:flex-start}}.photo-studio-editor-grid{grid-template-columns:1.1fr .9fr;align-items:start;gap:18px;display:grid}.photo-studio-preview{background:linear-gradient(135deg,#f8fafc,#eef2ff);border:1px solid #7c3aed29;border-radius:24px;padding:18px}.photo-studio-canvas{color:#6d28d9;background:#fff;border:1px dashed #7c3aed59;border-radius:22px;justify-content:center;align-items:center;min-height:330px;font-weight:900;display:flex;box-shadow:inset 0 0 0 8px #7c3aed0a}.photo-studio-controls label{gap:10px}.photo-studio-controls input[type=range]{accent-color:#7c3aed;width:100%}@media (width<=900px){.photo-studio-editor-grid{grid-template-columns:1fr}}.canva-designer-shell{overflow:hidden}.canva-grid{grid-template-columns:190px 1fr 230px;align-items:start;gap:18px;display:grid}.canva-palette,.canva-properties{background:linear-gradient(#fff,#f8f7ff);border:1px solid #7c3aed29;border-radius:22px;padding:14px}.canva-palette h3,.canva-properties h3{color:#3b0764;margin:0 0 12px}.canva-palette button{color:#5b21b6;cursor:pointer;background:#fff;border:1px solid #7c3aed2e;border-radius:14px;width:100%;margin-bottom:8px;padding:10px;font-weight:900}.canva-board-wrap{background:linear-gradient(135deg,#ede9fe,#f8fafc);border:1px solid #7c3aed24;border-radius:26px;justify-content:center;align-items:center;min-height:560px;padding:28px;display:flex;overflow:auto}.canva-card{background:#fff;border:1px solid #1118271a;border-radius:18px;position:relative;overflow:hidden;box-shadow:0 28px 70px #4c1d9538}.canva-safe-area{pointer-events:none;background:#22c55e09;border:2px dashed #22c55ea6;position:absolute}.canva-element{cursor:pointer;-webkit-user-select:none;user-select:none;background:#ffffffeb;border:1px solid #7c3aed59;justify-content:center;align-items:center;padding:3px;display:flex;position:absolute}.canva-element.selected{border-color:#7c3aed;outline:3px solid #7c3aed40}.canva-photo{background:linear-gradient(135deg,#ddd6fe,#f5f3ff)}.canva-qr{color:#7c3aed;background:linear-gradient(90deg,#111 10px,#0000 10px) 0 0/20px 20px,linear-gradient(#111 10px,#0000 10px) 0 0/20px 20px,#fff}.canva-move{grid-template-columns:repeat(2,24px);gap:3px;display:none;position:absolute;top:0;right:-52px}.canva-element.selected .canva-move{display:grid}.canva-move button{color:#fff;cursor:pointer;background:#7c3aed;border:0;border-radius:7px;font-weight:900}.canva-properties label{color:#4c1d95;flex-direction:column;gap:6px;margin-bottom:10px;font-weight:900;display:flex}.canva-properties input,.canva-properties select{border:1px solid #7c3aed2e;border-radius:12px;padding:9px}@media (width<=1100px){.canva-grid{grid-template-columns:1fr}}.upgraded-photo-editor{grid-template-columns:1.2fr .8fr}.upgraded-preview{min-height:520px}.photo-crop-frame{background-color:#0000;background-image:linear-gradient(45deg,#7c3aed0f 25%,#0000 25%),linear-gradient(-45deg,#7c3aed0f 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#7c3aed0f 75%),linear-gradient(-45deg,#0000 75%,#7c3aed0f 75%);background-position:0 0,0 14px,14px -14px,-14px 0;background-repeat:repeat,repeat,repeat,repeat;background-size:28px 28px;background-attachment:scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box;border:1px solid #7c3aed2e;border-radius:26px;justify-content:center;align-items:center;width:100%;min-height:480px;display:flex;position:relative;overflow:hidden}.photo-crop-frame img{object-fit:contain;max-width:88%;max-height:440px;transition:all .2s;box-shadow:0 20px 50px #0f172a38}.photo-empty-preview{color:#6d28d9;background:#fff;border:1px dashed #7c3aed40;border-radius:20px;padding:22px;font-weight:900}.photo-crop-overlay{pointer-events:none;background:#22c55e0d;border:2px dashed #22c55ed9;position:absolute;box-shadow:0 0 0 9999px #0f172a14}@media (width<=1000px){.upgraded-photo-editor{grid-template-columns:1fr}}.org-page-content,.enterprise-page{color:#172033;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.student-kpi-grid,.import-kpi-grid,.kpi-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));align-items:stretch;gap:18px;display:grid}.student-kpi-card,.kpi-card,.session-kpi-card,.structure-kpi-card{background:linear-gradient(135deg,#fff 0%,#f7f2ff 100%);border:1px solid #7c3aed1f;border-radius:24px;min-height:132px;padding:22px;box-shadow:0 18px 45px #581c8714}.student-kpi-card span,.kpi-label,.session-kpi-card span,.structure-kpi-card span{letter-spacing:.08em;text-transform:uppercase;color:#6d5dfc;font-size:12px;font-weight:800}.student-kpi-card h2,.kpi-value,.session-kpi-card h2,.structure-kpi-card h2,.structure-kpi-card h3{color:#1f1633;margin:10px 0 6px;font-size:clamp(26px,3vw,36px);font-weight:900;line-height:1.05}.student-kpi-card p,.kpi-note,.session-kpi-card p,.structure-kpi-card p{color:#6b7280;margin:0;font-size:13px;font-weight:650}.idp-table-wrap{background:#fff;border:1px solid #7c3aed1f;border-radius:22px;overflow:auto;box-shadow:0 14px 38px #0f172a0f}.idp-table{border-collapse:separate;border-spacing:0;width:100%;font-size:14px}.idp-table th{z-index:1;color:#4c1d95;text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;background:#f5f0ff;padding:15px 14px;font-size:12px;font-weight:900;position:sticky;top:0}.idp-table td{color:#273044;vertical-align:middle;border-bottom:1px solid #f0edf8;padding:15px 14px;font-weight:600}.idp-table tbody tr:hover{background:#fbf8ff}.student-primary-btn,.student-secondary-btn,.btn{cursor:pointer;border:0;border-radius:14px;min-height:42px;padding:10px 16px;font-size:13px;font-weight:850;transition:transform .15s,box-shadow .15s,opacity .15s}.student-primary-btn,.btn-primary{color:#fff;background:linear-gradient(135deg,#7c3aed,#a855f7);box-shadow:0 12px 28px #7c3aed38}.student-secondary-btn,.btn-secondary{color:#5b21b6;background:#fff;border:1px solid #7c3aed2e}.student-primary-btn:hover,.student-secondary-btn:hover,.btn:hover{transform:translateY(-1px)}.status-pill,.badge{letter-spacing:.04em;text-transform:uppercase;color:#6d28d9;background:#f3e8ff;border-radius:999px;justify-content:center;align-items:center;min-height:28px;padding:6px 12px;font-size:11px;font-weight:900;display:inline-flex}.photo-action-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.student-toolbar,.enterprise-toolbar{gap:16px;margin-bottom:18px}.student-toolbar h2,.section-title,.enterprise-title{letter-spacing:-.03em;color:#1e1633;font-weight:900}.student-filter-box input,.student-filter-box select,.student-enterprise-form input,.student-enterprise-form select,.student-enterprise-form textarea{border:1px solid #ddd6fe;border-radius:14px;outline:none;min-height:42px;padding:10px 13px;font-weight:650}.student-filter-box input:focus,.student-filter-box select:focus,.student-enterprise-form input:focus,.student-enterprise-form select:focus,.student-enterprise-form textarea:focus{border-color:#8b5cf6;box-shadow:0 0 0 4px #8b5cf61f}@media (width<=768px){.student-toolbar,.enterprise-toolbar,.photo-action-row{flex-direction:column;align-items:stretch}.student-primary-btn,.student-secondary-btn,.btn{width:100%}.idp-table{min-width:860px}}.step19-live-preview-panel{background:linear-gradient(135deg,#fffffff5,#f5f3fff5)!important;border:1px solid #7c3aed2e!important}.step19-filter-grid{grid-template-columns:repeat(4,minmax(180px,1fr));gap:12px;display:grid!important}.step19-filter-grid input,.step19-filter-grid select{background:#fff;border:1px solid #ddd6fe;border-radius:12px;width:100%;min-height:44px;padding:0 12px;font-weight:800}.step19-status-pill{color:#4c1d95;background:#ede9fe;border:1px solid #ddd6fe;border-radius:12px;justify-content:center;align-items:center;min-height:44px;font-weight:900;display:flex}.step19-version-strip{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:10px;margin-top:12px;display:grid}.step19-version-card,.step19-version-empty{background:#fff;border:1px solid #e9d5ff;border-radius:14px;padding:12px;box-shadow:0 12px 28px #4f46e514}.step19-version-card b{color:#111827;font-size:15px}.step19-version-card span{color:#166534;background:#ecfdf5;border-radius:999px;margin-left:8px;padding:3px 8px;font-size:10px;font-weight:950;display:inline-flex}.step19-version-card small{color:#64748b;margin-top:5px;font-weight:750;display:block}.step19-version-card p{color:#374151;margin:6px 0 0;font-weight:750}@media (width<=1100px){.step19-filter-grid{grid-template-columns:1fr!important}}.idp-generator-page{background:linear-gradient(135deg,#f5f3ff 0%,#eef2ff 45%,#fff 100%)}.idp-gen-message{color:#166534;background:#ecfdf5;border:1px solid #bbf7d0;border-radius:16px;margin:14px 0;padding:13px 16px;font-weight:900}.idp-gen-steps{grid-template-columns:repeat(5,1fr);gap:10px;margin:16px 0;display:grid}.idp-gen-steps button{color:#4c1d95;cursor:pointer;background:#fff;border:1px solid #ddd6fe;border-radius:16px;padding:13px;font-weight:950;box-shadow:0 12px 28px #4f46e514}.idp-gen-steps button b{background:#ede9fe;border-radius:999px;justify-content:center;align-items:center;width:24px;height:24px;margin-right:8px;display:inline-flex}.idp-gen-steps button.active{color:#fff;background:linear-gradient(135deg,#6d5dfc,#8b5cf6);border-color:#0000}.idp-gen-steps button.active b{color:#fff;background:#ffffff38}.idp-gen-template-grid,.idp-gen-preview-grid,.idp-gen-batch-list{grid-template-columns:repeat(auto-fit,minmax(230px,1fr));gap:14px;margin-top:14px;display:grid}.idp-gen-template-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #ddd6fe;border-radius:18px;padding:16px;box-shadow:0 16px 35px #4f46e514}.idp-gen-template-card.active{border-color:#7c3aed;box-shadow:0 0 0 4px #7c3aed24,0 18px 38px #4f46e524}.idp-gen-template-card b{color:#111827;margin-bottom:8px;font-size:17px;display:block}.idp-gen-template-card span{color:#4c1d95;background:#ede9fe;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:950;display:inline-flex}.idp-gen-template-card p,.idp-gen-template-card small{color:#64748b;margin:8px 0 0;font-weight:800;display:block}.idp-gen-table-wrap{margin-top:14px;overflow:auto}.idp-gen-preview-grid{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.idp-gen-card-preview{grid-template-columns:1fr 1fr;gap:12px;display:grid}.idp-gen-card-front,.idp-gen-card-back{background:linear-gradient(135deg,#fff,#f5f3ff);border:1px solid #ddd6fe;border-radius:20px;min-height:190px;padding:16px;position:relative;box-shadow:0 18px 40px #4f46e51f}.idp-gen-card-front .photo{color:#4c1d95;background:#ede9fe;border-radius:14px;justify-content:center;align-items:center;width:70px;height:82px;margin-bottom:10px;font-weight:950;display:flex}.idp-gen-card-front h3{color:#111827;margin:0;font-size:18px;font-weight:950}.idp-gen-card-front p,.idp-gen-card-front span,.idp-gen-card-back p{color:#475569;font-weight:850}.idp-gen-card-back .qr{color:#fff;background:#111827;border-radius:12px;justify-content:center;align-items:center;width:64px;height:64px;margin:18px 0;font-weight:950;display:flex}.idp-gen-validation{grid-template-columns:repeat(4,1fr);gap:12px;margin:14px 0;display:grid}.idp-gen-validation div{background:#fff;border:1px solid #ddd6fe;border-radius:18px;padding:18px;box-shadow:0 14px 30px #4f46e514}.idp-gen-validation b{color:#4c1d95;font-size:28px;font-weight:950;display:block}.idp-gen-validation span{color:#64748b;font-weight:850}.idp-gen-batch-card,.idp-gen-empty{background:#fff;border:1px solid #ddd6fe;border-radius:18px;padding:16px;box-shadow:0 15px 34px #4f46e514}.idp-gen-batch-card b{color:#111827;font-size:16px}.idp-gen-batch-card span{color:#166534;background:#dcfce7;border-radius:999px;margin-left:8px;padding:4px 9px;font-size:11px;font-weight:950;display:inline-flex}.idp-gen-batch-card p,.idp-gen-batch-card small{color:#64748b;margin:8px 0 0;font-weight:800;display:block}@media (width<=900px){.idp-gen-steps,.idp-gen-validation{grid-template-columns:1fr}}.idp-export-page{background:linear-gradient(135deg,#f8fafc 0%,#f5f3ff 45%,#fff 100%)}.idp-export-steps{grid-template-columns:repeat(4,1fr)}.idp-export-batch-grid{grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px;margin-top:14px;display:grid}.idp-export-format-grid{grid-template-columns:repeat(4,1fr);gap:14px;margin:14px 0;display:grid}.idp-export-format-grid button{text-align:left;cursor:pointer;background:#fff;border:1px solid #ddd6fe;border-radius:18px;padding:20px;box-shadow:0 16px 34px #4f46e514}.idp-export-format-grid button.active{background:linear-gradient(135deg,#fff,#f5f3ff);border-color:#7c3aed;box-shadow:0 0 0 4px #7c3aed21,0 18px 38px #4f46e51f}.idp-export-format-grid b{color:#4c1d95;font-size:26px;font-weight:950;display:block}.idp-export-format-grid span{color:#64748b;margin-top:8px;font-weight:850;display:block}.idp-export-check{color:#4c1d95;background:#fff;border:1px solid #ddd6fe;border-radius:12px;align-items:center;gap:8px;min-height:44px;padding:0 12px;font-weight:900;display:flex}.idp-export-review{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:12px;margin:14px 0;display:grid}.idp-export-review div{background:#fff;border:1px solid #ddd6fe;border-radius:18px;padding:16px;box-shadow:0 14px 30px #4f46e514}.idp-export-review span{color:#64748b;margin-bottom:7px;font-weight:850;display:block}.idp-export-review b{color:#111827;font-weight:950}.idp-export-preview-note{color:#92400e;background:#fffbeb;border:1px solid #fde68a;border-radius:16px;padding:14px 16px;font-weight:850}@media (width<=900px){.idp-export-steps,.idp-export-format-grid{grid-template-columns:1fr}}.idp-sheet-page{background:linear-gradient(135deg,#f8fafc,#f5f3ff,#fff)}.idp-sheet-preview{gap:12px;margin-top:20px;display:grid}.idp-sheet-card{color:#4c1d95;background:#fff;border:2px dashed #c4b5fd;border-radius:16px;justify-content:center;align-items:center;min-height:120px;font-weight:900;display:flex;position:relative}.idp-sheet-cut{color:#ef4444;font-size:18px;font-weight:900;position:absolute;top:4px;right:8px}.idp-dispatch-page{background:linear-gradient(135deg,#f8fafc,#f5f3ff,#fff)}.idp-dispatch-grid{grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:12px;display:grid!important}.idp-dispatch-grid input,.idp-dispatch-grid select{background:#fff;border:1px solid #ddd6fe;border-radius:12px;width:100%;min-height:44px;padding:0 12px;font-weight:850}.idp-dispatch-list{gap:14px;margin-top:14px;display:grid}.idp-dispatch-card{background:#fff;border:1px solid #ddd6fe;border-radius:20px;padding:16px;box-shadow:0 16px 36px #4f46e514}.idp-dispatch-card-head{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.idp-dispatch-card-head b{color:#111827;font-size:17px;font-weight:950}.idp-dispatch-card-head p{color:#64748b;margin:6px 0 0;font-weight:850}.idp-dispatch-status{color:#4c1d95;background:#ede9fe;border-radius:999px;padding:6px 11px;font-size:11px;font-weight:950;display:inline-flex}.idp-dispatch-status.delivered{color:#166534;background:#dcfce7}.idp-dispatch-status.returned{color:#991b1b;background:#fee2e2}.idp-dispatch-meta{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:10px;margin:14px 0;display:grid}.idp-dispatch-meta div{background:#f8fafc;border:1px solid #e9d5ff;border-radius:14px;padding:10px}.idp-dispatch-meta span{color:#64748b;font-size:12px;font-weight:850;display:block}.idp-dispatch-meta b{color:#111827;margin-top:4px;font-weight:950;display:block}.idp-dispatch-timeline{grid-template-columns:repeat(6,1fr);gap:8px;margin:14px 0;display:grid}.idp-dispatch-timeline div{color:#64748b;text-align:center;background:#f1f5f9;border-radius:999px;padding:8px 6px;font-size:10px;font-weight:950}.idp-dispatch-timeline div.done{color:#166534;background:#dcfce7}@media (width<=900px){.idp-dispatch-timeline{grid-template-columns:1fr 1fr}}.idp-gen-error{color:#991b1b;background:#fef2f2;border:1px solid #fecaca;border-radius:16px;margin:14px 0;padding:13px 16px;font-weight:900}.import-export-enterprise .operation-card-grid{grid-template-columns:repeat(5,minmax(150px,1fr));gap:14px;margin-top:18px;display:grid}.operation-card{text-align:left;cursor:pointer;background:#fff;border:1px solid #7c3aed2e;border-radius:20px;padding:16px;transition:all .18s;box-shadow:0 10px 28px #1f29370f}.operation-card b{color:#1f1b3a;margin-bottom:7px;font-size:15px;display:block}.operation-card span{color:#6b7280;font-size:12.5px;line-height:1.45;display:block}.operation-card:hover,.operation-card.active{background:linear-gradient(135deg,#fff,#f3e8ff);border-color:#7c3aed;transform:translateY(-2px);box-shadow:0 16px 36px #7c3aed29}.operation-body{margin-top:10px}.operation-body h3{color:#1f1b3a;margin:0 0 12px;font-size:20px}.drop-zone{text-align:center;color:#6d28d9;background:linear-gradient(135deg,#faf5ff,#fff);border:2px dashed #7c3aed59;border-radius:22px;margin-top:16px;padding:34px;font-weight:800}.field-check-grid{grid-template-columns:repeat(4,minmax(160px,1fr));gap:12px;margin:16px 0 20px;display:grid}.field-check{color:#374151;background:#fff;border:1px solid #7c3aed24;border-radius:14px;align-items:center;gap:10px;padding:12px 14px;font-size:13px;font-weight:700;display:flex}.enterprise-input{color:#111827;background:#fff;border:1px solid #7c3aed40;border-radius:14px;width:100%;max-width:420px;height:44px;padding:0 14px;font-weight:700}.form-label{color:#374151;margin-bottom:8px;font-weight:800;display:block}.help-text{color:#6b7280;margin-top:8px;font-size:13px}.mini-badge{color:#6d28d9;background:#ede9fe;border-radius:999px;align-items:center;padding:8px 12px;font-size:12px;font-weight:900;display:inline-flex}.alert-card,.empty-state{color:#9a3412;background:#fff7ed;border:1px solid #fed7aa;border-radius:18px;margin:14px 0;padding:16px;font-weight:700}@media (width<=1100px){.import-export-enterprise .operation-card-grid,.field-check-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=680px){.import-export-enterprise .operation-card-grid,.field-check-grid{grid-template-columns:1fr}}#root{width:100%}.app-shell{background:var(--bg);min-height:100vh}.main-content{min-height:100vh}.page-container{width:100%;max-width:1440px;margin:0 auto}.glass-panel{border:1px solid var(--border);box-shadow:var(--shadow-md);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-radius:var(--radius-xl);background:#ffffffd6}.enterprise-sidebar{border-right:1px solid var(--border);box-shadow:var(--shadow-sm);background:#ffffffeb}.enterprise-sidebar a,.enterprise-nav-item{color:var(--text-muted);border-radius:14px;font-weight:750;transition:all .18s}.enterprise-sidebar a:hover,.enterprise-nav-item:hover,.enterprise-nav-item.active{background:var(--primary-soft);color:var(--primary-dark)}.action-cell{flex-wrap:wrap;gap:8px;display:flex}.icon-btn{border:1px solid var(--border);background:var(--surface);width:36px;height:36px;color:var(--text);box-shadow:var(--shadow-sm);border-radius:12px;justify-content:center;align-items:center;display:inline-flex}.icon-btn:hover{background:var(--surface-hover)}.section-title{letter-spacing:-.02em;margin:0 0 14px;font-size:18px;font-weight:900}.section-subtitle{color:var(--text-muted);margin:-8px 0 16px;font-size:14px}.workspace-side-panel{position:sticky;top:18px}.workspace-org-avatar{background:linear-gradient(135deg, var(--primary), #2563eb);color:#fff;width:68px;height:68px;box-shadow:var(--shadow-md);border-radius:22px;justify-content:center;align-items:center;margin-bottom:16px;font-size:22px;font-weight:950;display:flex}.workspace-side-panel h3{letter-spacing:-.03em;margin:0;font-size:20px;font-weight:900}.workspace-side-panel p{color:var(--text-muted);margin:8px 0 18px;font-weight:700}.workspace-meta-list{gap:10px;display:grid}.workspace-meta-list div{border:1px solid var(--border);background:var(--surface-soft);border-radius:14px;justify-content:space-between;gap:12px;padding:12px;display:flex}.workspace-meta-list span{color:var(--text-muted);font-size:13px;font-weight:800}.workspace-meta-list b{color:var(--text);text-align:right;font-size:13px}.workspace-main-panel{min-width:0}.workspace-module-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.workspace-module-card{border:1px solid var(--border);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);background:#ffffffeb;flex-direction:column;justify-content:space-between;min-height:190px;padding:18px;transition:all .18s;display:flex}.workspace-module-card:hover{box-shadow:var(--shadow-lg);border-color:#7c3aed47;transform:translateY(-3px)}.module-icon{background:var(--primary-soft);border-radius:16px;justify-content:center;align-items:center;width:46px;height:46px;margin-bottom:14px;font-size:22px;display:flex}.workspace-module-card h3{letter-spacing:-.03em;margin:0;font-size:18px;font-weight:900}.workspace-module-card p{color:var(--text-muted);margin:8px 0 18px;font-size:14px;line-height:1.55}.module-card-footer{justify-content:space-between;align-items:center;gap:12px;display:flex}.module-open{color:var(--primary-dark);font-size:13px;font-weight:900}@media (width<=980px){.workspace-layout-grid{grid-template-columns:1fr}.workspace-side-panel{position:static}}@media (width<=720px){.workspace-module-grid{grid-template-columns:1fr}}.workspace-module-card.disabled{opacity:.72;cursor:not-allowed;background:#f9fafce6}.workspace-module-card.disabled:hover{box-shadow:var(--shadow-sm);border-color:var(--border);transform:none}.org-layout-shell{background:radial-gradient(circle at top left, #7c3aed1a, transparent 32%), radial-gradient(circle at top right, #2563eb14, transparent 28%), var(--bg);grid-template-columns:280px minmax(0,1fr);min-height:100vh;display:grid}.org-sidebar{border-right:1px solid var(--border);height:100vh;box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);background:#ffffffeb;flex-direction:column;gap:18px;padding:18px;display:flex;position:sticky;top:0}.org-brand{background:linear-gradient(135deg, var(--primary-soft), #fff);border:1px solid var(--border);border-radius:22px;align-items:center;gap:12px;padding:14px;display:flex}.org-logo{background:linear-gradient(135deg, var(--primary), #2563eb);color:#fff;width:46px;height:46px;box-shadow:var(--shadow-md);border-radius:16px;justify-content:center;align-items:center;font-weight:950;display:flex}.org-brand h2{letter-spacing:-.03em;margin:0;font-size:17px;font-weight:950}.org-brand p{color:var(--text-muted);margin:4px 0 0;font-size:12px;font-weight:800}.org-menu{gap:8px;display:grid}.org-menu-link{min-height:46px;color:var(--text-muted);border:1px solid #0000;border-radius:16px;align-items:center;gap:10px;padding:11px 12px;font-weight:850;transition:all .18s;display:flex}.org-menu-link:hover{background:var(--surface-soft);color:var(--text);border-color:var(--border)}.org-menu-link.active{background:linear-gradient(135deg, var(--primary), #2563eb);color:#fff;box-shadow:var(--shadow-md)}.org-menu-link.disabled{opacity:.55;cursor:not-allowed;background:var(--surface-soft)}.org-sidebar-footer{background:var(--surface-soft);border:1px solid var(--border);border-radius:18px;gap:4px;margin-top:auto;padding:14px;display:grid}.org-sidebar-footer span{color:var(--text-soft);text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:800}.org-sidebar-footer b{font-size:14px;font-weight:900}.org-sidebar-footer small{color:var(--text-muted);font-weight:700}.org-sidebar-footer em{color:var(--primary-dark);margin-top:6px;font-size:12px;font-style:normal;font-weight:900}.org-main{min-width:0;padding:22px}.org-header{border-radius:var(--radius-xl);border:1px solid var(--border);box-shadow:var(--shadow-sm);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);background:#ffffffe0;justify-content:space-between;gap:16px;margin-bottom:18px;padding:20px;display:flex}.org-kicker{color:var(--primary-dark);text-transform:uppercase;letter-spacing:.08em;font-size:12px;font-weight:950}.org-header h1{letter-spacing:-.04em;margin:6px 0;font-size:clamp(24px,3vw,34px);font-weight:950}.org-header p{color:var(--text-muted);margin:0;font-size:14px}.org-header-actions{flex-wrap:wrap;align-items:stretch;gap:10px;display:flex}.org-header-card{background:var(--surface-soft);border:1px solid var(--border);border-radius:18px;min-width:150px;padding:13px 15px}.org-header-card span{color:var(--text-soft);text-transform:uppercase;letter-spacing:.05em;font-size:12px;font-weight:850;display:block}.org-header-card b{margin-top:5px;font-size:15px;font-weight:950;display:block}.org-mobile-menu{display:none}.org-content-card{border-radius:var(--radius-xl);min-height:calc(100vh - 150px)}@media (width<=980px){.org-layout-shell{grid-template-columns:1fr}.org-sidebar{height:auto;position:static}.org-menu,.org-sidebar-footer{display:none}.org-mobile-menu{gap:10px;margin-bottom:16px;padding-bottom:6px;display:flex;overflow-x:auto}.org-mobile-menu a,.org-mobile-menu span{white-space:nowrap;border:1px solid var(--border);background:var(--surface);color:var(--text-muted);border-radius:999px;padding:10px 13px;font-size:13px;font-weight:850}.org-mobile-menu a.active{background:var(--primary);color:#fff}.org-header{flex-direction:column}}@media (width<=720px){.org-main{padding:14px}.org-header-actions,.org-header-card{width:100%}}.enterprise-kicker{color:#5b21b6;letter-spacing:.09em;text-transform:uppercase;margin:0 0 8px;font-size:14px;font-weight:950}.enterprise-title{line-height:1.05;color:#001f54!important}.enterprise-subtitle{color:#475569;max-width:860px;font-weight:650}.enterprise-actions .btn{white-space:nowrap}.enterprise-page .kpi-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;margin-bottom:22px}.enterprise-page .kpi-card{background:radial-gradient(circle at 88% 8%,#7c3aed21,#0000 34%),linear-gradient(145deg,#fff 0%,#fbfaff 100%);border:1px solid #7c3aed24;border-radius:26px;min-height:132px;padding:22px;box-shadow:0 14px 34px #4f46e517}.enterprise-page .kpi-card:after{background:linear-gradient(135deg,#7c3aed2e,#2563eb1a);width:110px;height:110px;top:-36px;right:-36px}.enterprise-page .kpi-label{color:#5b21b6}.enterprise-page .kpi-value{word-break:break-word;font-size:clamp(20px,2vw,30px);font-weight:950;line-height:1.08;color:#001f54!important}.enterprise-page .kpi-note{color:#64748b;font-weight:700}.workspace-layout-grid{grid-template-columns:290px minmax(0,1fr);align-items:start;gap:22px;display:grid}.workspace-side-panel.card{background:radial-gradient(circle at 75% 0,#7c3aed2e,#0000 34%),linear-gradient(#fff 0%,#f7f3ff 100%);border:1px solid #7c3aed2e;border-radius:30px;min-height:100%;padding:30px 24px;position:sticky;top:24px;box-shadow:0 24px 60px #4f46e521}.workspace-org-avatar{color:#fff;letter-spacing:.5px;background:linear-gradient(135deg,#6d5dfc 0%,#8b5cf6 55%,#c084fc 100%);border-radius:28px;place-items:center;width:88px;height:88px;margin-bottom:20px;font-size:30px;font-weight:950;display:grid;box-shadow:0 18px 42px #6d5dfc57}.workspace-side-panel h3{color:#001f54;letter-spacing:-.035em;margin:0 0 10px;font-size:24px;font-weight:950;line-height:1.15}.workspace-side-panel p{color:#4c1d95;background:#7c3aed1a;border:1px solid #7c3aed2e;border-radius:999px;align-items:center;margin:0 0 22px;padding:8px 14px;font-size:13px;font-weight:900;display:inline-flex}.workspace-meta-list{gap:14px;margin-top:18px;display:grid}.workspace-meta-list div{background:#ffffffeb;border:1px solid #7c3aed1f;border-radius:20px;padding:15px 16px;box-shadow:0 12px 26px #4f46e514}.workspace-meta-list span{text-transform:uppercase;letter-spacing:.08em;margin-bottom:6px;font-size:12px;font-weight:950;display:block;color:#64748b!important}.workspace-meta-list b{word-break:break-word;font-size:15px;font-weight:950;color:#001f54!important}.workspace-main-panel{min-width:0;padding:0}.workspace-main-panel .enterprise-toolbar{justify-content:space-between;align-items:flex-start;gap:18px;margin-bottom:0;padding:6px 2px 18px;display:flex}.workspace-main-panel .section-title{color:#001f54;letter-spacing:-.035em;margin:0 0 5px;font-size:24px;font-weight:950}.workspace-main-panel .section-subtitle{color:#64748b;max-width:760px;margin:0;font-size:14.5px;font-weight:650;line-height:1.55}.record-count{color:#4c1d95;white-space:nowrap;background:#7c3aed1a;border:1px solid #7c3aed2e;border-radius:999px;padding:10px 15px;font-size:13px;font-weight:950}.workspace-module-grid{grid-template-columns:repeat(3,minmax(235px,1fr));align-items:stretch;gap:18px;display:grid}.workspace-module-card{background:radial-gradient(circle at 92% 0,#7c3aed1a,#0000 32%),linear-gradient(145deg,#fff 0%,#fbfaff 100%);border:1px solid #7c3aed26;border-radius:26px;flex-direction:column;gap:14px;min-height:184px;padding:21px;text-decoration:none;transition:transform .18s,box-shadow .18s,border-color .18s;display:flex;position:relative;overflow:hidden;box-shadow:0 14px 34px #4f46e514}.workspace-module-card:hover{border-color:#7c3aed57;transform:translateY(-4px);box-shadow:0 24px 52px #4f46e524}.workspace-module-card.disabled{opacity:1;background:linear-gradient(#fff 0%,#fffaf0 100%)}.module-icon{background:#7c3aed1c;border-radius:18px;place-items:center;width:52px;height:52px;font-size:23px;display:grid;box-shadow:inset 0 0 0 1px #7c3aed24}.workspace-module-card h3{letter-spacing:-.02em;margin:0 0 7px;font-size:18px;font-weight:950;line-height:1.22;color:#001f54!important}.workspace-module-card p{margin:0;font-size:13.5px;font-weight:650;line-height:1.58;color:#475569!important}.module-card-footer{border-top:1px solid #4f46e514;justify-content:space-between;align-items:center;gap:12px;margin-top:auto;padding-top:13px;display:flex}.badge{letter-spacing:.035em;white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;min-height:29px;padding:7px 12px;font-size:11px;font-weight:950;display:inline-flex}.badge.info{color:#4c1d95;background:#7c3aed1c;border:1px solid #7c3aed33}.badge.warning{color:#92400e;background:#f59e0b24;border:1px solid #f59e0b40}.module-open{color:#4c1d95;white-space:nowrap;font-size:13px;font-weight:950}.module-open.muted{color:#94a3b8}.powered-by-samriddhi{color:#6d28d9;text-align:center;letter-spacing:-.01em;padding:22px 0 6px;font-weight:950}@media (width<=1240px){.workspace-module-grid{grid-template-columns:repeat(2,minmax(230px,1fr))}.enterprise-page .kpi-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=920px){.workspace-layout-grid{grid-template-columns:1fr}.workspace-side-panel.card{position:static}.workspace-main-panel .enterprise-toolbar{flex-direction:column}}@media (width<=700px){.enterprise-page .kpi-grid,.workspace-module-grid{grid-template-columns:1fr}.workspace-module-card{min-height:auto;padding:18px}.module-card-footer{flex-direction:column;align-items:flex-start}.workspace-org-avatar{width:72px;height:72px;font-size:25px}.workspace-side-panel h3{font-size:22px}}.workspace-module-category{color:#5b21b6;letter-spacing:.06em;text-transform:uppercase;background:#f3e8ff;border-radius:999px;align-items:center;width:max-content;margin:10px 0 6px;padding:6px 10px;font-size:11px;font-weight:1000;display:inline-flex}.workspace-kpi-card,.workspace-stat-card{min-height:96px}.workspace-module-card{position:relative}.workspace-module-card:before{content:"";border-radius:inherit;pointer-events:none;background:linear-gradient(135deg,#7c3aed0f,#0000 45%);position:absolute;inset:0}.idp-template-mode{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.idp-template-mode button{flex-direction:column;justify-content:center;align-items:flex-start;gap:4px;min-width:180px;min-height:58px;display:flex}.idp-template-mode small{opacity:.78;font-size:12px;font-weight:700}.idp-compact-options{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.idp-compact-options label{cursor:pointer;white-space:nowrap;background:#fff;border:1px solid #d8d7ff;border-radius:999px;align-items:center;gap:6px;padding:8px 12px;font-weight:800;display:inline-flex}.idp-compact-options label.active{color:#fff;background:#5b4bff;border-color:#5b4bff}.idp-resolution-box{background:#fff;border:1px solid #d8d7ff;border-radius:999px;align-items:center;gap:8px;padding:6px 10px;display:inline-flex}.idp-resolution-box span{font-size:12px;font-weight:800}.idp-resolution-box input{border:0;outline:0;width:82px;font-weight:900}.idp-mini-toolbar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.idp-mini-toolbar select{width:140px;height:34px;font-size:13px}.idp-mini-toolbar input{text-align:center;width:90px;height:34px;font-size:13px}.idp-compact-options{display:none!important}.idp-designer-toolbar{background:#fff;border:1px solid #e5e7eb;border-radius:10px;flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:12px;padding:10px;display:flex}.idp-toolbar-group{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.idp-toolbar-group span{opacity:.7;margin-right:4px;font-size:12px;font-weight:700}.idp-toolbar-group .student-primary-btn,.idp-toolbar-group .student-secondary-btn{min-height:auto;padding:6px 10px}.student-filter-box{padding:10px}.template-designer-page .student-kpi-grid,.template-designer-page .step19-live-preview-panel{display:none!important}.template-compact-settings{margin-bottom:8px!important;padding:10px!important}.td-compact-toolbar{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.td-group button,.td-compact-toolbar button,.td-upload-btn{min-height:30px!important;padding:5px 9px!important;font-size:12px!important}.td-upload-btn{white-space:nowrap}.idp-info-card.import-tab-panel{margin-top:8px}.template-designer-page{padding:8px!important}.template-designer-page .org-page-header,.template-designer-page .student-kpi-grid,.template-designer-page .step19-live-preview-panel,.template-designer-page .import-flow-strip{display:none!important}.td-topbar{background:#fff;border:1px solid #e5e7eb;border-radius:14px;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px;padding:8px;display:flex}.td-topbar input,.td-topbar select{max-width:210px;height:34px}.td-topbar button,.td-topbar a{min-height:34px!important;padding:7px 12px!important;font-size:12px!important}.td-design-settings{background:#fff;border:1px solid #e5e7eb;border-radius:14px;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:8px;padding:8px;display:flex}.td-group{background:#fff;border:1px solid #e5e7eb;border-radius:12px;align-items:center;gap:5px;padding:5px 7px;display:flex}.td-group span{opacity:.7;font-size:11px;font-weight:900}.td-group button,.td-design-settings button,.td-upload-btn{min-height:30px!important;padding:5px 9px!important;font-size:12px!important}.td-group input,.td-group select{border-radius:8px;max-width:92px;font-size:12px;height:30px!important}.td-group select{max-width:126px}.photo-studio-pro-page{min-height:calc(100vh - 40px)}.ps-topbar{background:linear-gradient(135deg,#fff 0%,#f4efff 48%,#e8ddff 100%);border:1px solid #7c5adc2e;border-radius:24px;justify-content:space-between;align-items:center;gap:18px;margin-bottom:14px;padding:18px 20px;display:flex;box-shadow:0 18px 45px #5b3e9c24}.ps-topbar h1{color:#21124d;margin:0;font-size:32px}.ps-topbar span{color:#6d628b;font-weight:700}.ps-top-actions{flex-wrap:wrap;justify-content:flex-end;gap:10px;display:flex}.ps-top-actions button,.ps-wide-btn,.ps-search-box button,.ps-list-item button{cursor:pointer;color:#5d35b1;background:#fff;border:0;border-radius:14px;padding:10px 14px;font-weight:900;box-shadow:0 10px 22px #4b2d8c1f}.ps-top-actions button.primary,.ps-list-item button{color:#fff;background:linear-gradient(135deg,#6f3ff5,#a257ff)}.ps-alert{border-radius:18px;margin-bottom:12px;padding:12px 16px;font-weight:900}.ps-alert.success{color:#147845;background:#e9fff3}.ps-alert.error{color:#b52626;background:#fff0f0}.ps-kpi-row{grid-template-columns:repeat(5,minmax(120px,1fr));gap:12px;margin-bottom:14px;display:grid}.ps-kpi{background:#fff;border:1px solid #7c5adc24;border-radius:20px;padding:14px 16px;box-shadow:0 12px 28px #5b3e9c1c}.ps-kpi span{color:#746795;font-weight:900;display:block}.ps-kpi b{color:#2b145f;margin-top:6px;font-size:26px;display:block}.ps-workbench{grid-template-columns:94px minmax(520px,1fr) 360px;gap:14px;min-height:650px;display:grid}.ps-tools,.ps-properties,.ps-canvas-area,.ps-bottom-strip{background:#ffffffeb;border:1px solid #7c5adc29;border-radius:24px;box-shadow:0 18px 42px #5b3e9c1f}.ps-tools{flex-direction:column;gap:10px;padding:12px;display:flex}.ps-tools button{color:#4c327d;cursor:pointer;background:#faf8ff;border:1px solid #7c5adc29;border-radius:18px;padding:10px 6px;font-size:12px;font-weight:900}.ps-tools button span{color:#683ee2;background:#ede5ff;border-radius:12px;place-items:center;width:32px;height:32px;margin:0 auto 6px;font-size:16px;display:grid}.ps-tools button.active{color:#fff;background:linear-gradient(135deg,#6f3ff5,#a257ff)}.ps-tools button.active span{color:#fff;background:#ffffff38}.ps-canvas-area{padding:16px;overflow:hidden}.ps-canvas-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.ps-canvas-header h2{color:#24115d;margin:0;font-size:24px}.ps-canvas-header p{color:#756b8e;margin:5px 0 0;font-weight:800}.ps-canvas-badges{flex-wrap:wrap;justify-content:flex-end;gap:8px;display:flex}.ps-canvas-badges span{color:#6037c8;background:#f0e9ff;border-radius:999px;padding:7px 10px;font-size:12px;font-weight:900}.ps-canvas{background-color:#0000;background-image:linear-gradient(45deg,#6450960f 25%,#0000 25%),linear-gradient(-45deg,#6450960f 25%,#0000 25%),linear-gradient(45deg,#0000 75%,#6450960f 75%),linear-gradient(-45deg,#0000 75%,#6450960f 75%);background-position:0 0,0 14px,14px -14px,-14px 0;background-repeat:repeat,repeat,repeat,repeat;background-size:28px 28px;background-attachment:scroll,scroll,scroll,scroll;background-origin:padding-box,padding-box,padding-box,padding-box;background-clip:border-box,border-box,border-box,border-box;border:1px dashed #6246a03d;border-radius:22px;place-items:center;min-height:560px;display:grid}.ps-artboard{background:#fff;border-radius:18px;place-items:center;width:min(440px,80%);height:520px;display:grid;position:relative;overflow:hidden;box-shadow:0 26px 60px #21124d38}.ps-artboard img{object-fit:contain;max-width:100%;max-height:100%;transition:transform .18s,filter .18s}.ps-id-guide{pointer-events:none;border:2px dashed #5f35d36b;border-radius:18px;position:absolute;inset:22px 44px}.ps-face-guide{pointer-events:none;border:2px solid #ff5f6d8c;border-radius:50%;width:150px;height:190px;position:absolute;top:72px;left:50%;transform:translate(-50%)}.ps-crop-guide{pointer-events:none;border:2px solid #22c55ec7;position:absolute;box-shadow:0 0 0 999px #100b2229}.ps-empty-canvas{text-align:center;color:#6c618c;padding:28px}.ps-properties{max-height:690px;padding:14px;overflow:auto}.ps-property-tabs,.ps-filter-row{gap:8px;margin-bottom:10px;display:flex}.ps-property-tabs button{color:#5d35b1;cursor:pointer;background:#f2ecff;border:0;border-radius:14px;flex:1;padding:10px;font-weight:900}.ps-property-tabs button.active{color:#fff;background:linear-gradient(135deg,#6f3ff5,#a257ff)}.ps-search-box{gap:8px;margin-bottom:10px;display:flex}.ps-search-box input,.ps-filter-row select{color:#2b145f;background:#fff;border:1px solid #7c5adc2e;border-radius:14px;width:100%;padding:11px 12px;font-weight:800}.ps-filter-row select{flex:1}.ps-controls h3,.ps-list-panel h3{color:#24115d;margin:12px 0}.ps-control{border-bottom:1px solid #7c5adc14;grid-template-columns:92px 1fr 42px;align-items:center;gap:8px;padding:10px 0;display:grid}.ps-control span,.ps-control b{color:#5e527a;font-size:12px;font-weight:900}.ps-wide-btn{width:100%;margin-top:10px}.ps-wide-btn.muted{opacity:.7}.ps-list-panel{gap:10px;display:grid}.ps-list-item{background:#fbf9ff;border:1px solid #7c5adc24;border-radius:18px;gap:5px;padding:12px;display:grid}.ps-list-item.active{background:#f2ecff;outline:3px solid #6f3ff538}.ps-list-item b{color:#24115d;font-size:13px}.ps-list-item span,.ps-list-item small,.ps-list-item em{color:#706585;font-size:12px;font-weight:800}.ps-empty-text{color:#756b8e;font-weight:800}.ps-bottom-strip{align-items:center;gap:16px;margin-top:14px;padding:14px;display:flex}.ps-bottom-strip>div:first-child{min-width:170px}.ps-bottom-strip b{color:#24115d;display:block}.ps-bottom-strip span{color:#706585;font-size:12px;font-weight:800}.ps-job-chips{gap:8px;padding-bottom:4px;display:flex;overflow-x:auto}.ps-job-chips button{color:#5d35b1;cursor:pointer;white-space:nowrap;background:#f0e9ff;border:0;border-radius:999px;padding:8px 12px;font-weight:900}.ps-job-chips button.active{color:#fff;background:linear-gradient(135deg,#6f3ff5,#a257ff)}@media (width<=1200px){.ps-workbench{grid-template-columns:80px 1fr}.ps-properties{grid-column:1/-1;max-height:none}}@media (width<=800px){.ps-topbar,.ps-bottom-strip{flex-direction:column;align-items:stretch}.ps-kpi-row{grid-template-columns:repeat(2,1fr)}.ps-workbench{grid-template-columns:1fr}.ps-tools{flex-direction:row;overflow-x:auto}}.ps-batch-panel{background:#fbf9ff;border:1px solid #7c5adc29;border-radius:18px;gap:10px;margin:12px 0;padding:12px;display:grid}.ps-batch-panel h3{color:#24115d;margin:0}.ps-batch-panel input,.ps-batch-panel select{background:#fff;border:1px solid #7c5adc2e;border-radius:14px;width:100%;padding:10px;font-weight:800}.ps-checkline{color:#5e527a;align-items:center;gap:8px;font-weight:900;display:flex}.ps-checkline input{width:auto}.ps-batch-panel small{color:#756b8e;font-weight:800}.local-photo-studio .ps-artboard img{-webkit-user-select:none;user-select:none}.local-photo-studio .ps-empty-canvas h2{color:#24115d}.local-photo-studio .ps-top-actions button.primary{box-shadow:0 14px 30px #6f3ff538}.local-photo-studio .ps-canvas-badges span:first-child{color:#147845;background:#e9fff3}.ps-artboard.crop-active{cursor:crosshair}.ps-artboard.split-preview:after{content:"AFTER";color:#fff;z-index:9;background:#6f3ff5e6;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900;position:absolute;top:12px;right:12px}.ps-before-split{object-fit:contain;clip-path:inset(0);z-index:4;background:#fff;border-right:3px solid #fffffff2;position:absolute;top:0;left:0;filter:none!important;width:50%!important;height:100%!important;transform:none!important}.ps-artboard.split-preview:before{content:"BEFORE";color:#fff;z-index:10;background:#147845e6;border-radius:999px;padding:6px 10px;font-size:12px;font-weight:900;position:absolute;top:12px;left:12px}.ps-quality-panel{background:#fff;border:1px solid #7c5adc29;border-radius:18px;gap:8px;margin:12px 0;padding:12px;display:grid}.ps-quality-panel h3{color:#24115d;margin:0}.ps-quality-panel div{color:#5e527a;justify-content:space-between;font-weight:900;display:flex}.ps-quality-panel strong{border-radius:12px;padding:9px 10px;font-weight:900}.ps-quality-panel strong.ok{color:#147845;background:#e9fff3}.ps-quality-panel strong.warn{color:#a05d00;background:#fff3df}.ps-id-optimizer-panel{background:linear-gradient(135deg,#fff,#f8f4ff);border:1px solid #7c5adc29;border-radius:18px;gap:10px;margin:12px 0;padding:12px;display:grid}.ps-id-optimizer-panel h3{color:#24115d;margin:0}.ps-id-optimizer-panel label{color:#5e527a;gap:6px;font-weight:900;display:grid}.ps-id-optimizer-panel select,.ps-id-optimizer-panel input[type=range]{width:100%}.ps-id-optimizer-panel select{color:#24115d;background:#fff;border:1px solid #7c5adc2e;border-radius:14px;padding:10px;font-weight:800}.ps-id-optimizer-panel b{color:#6f3ff5}.workspace-mode{border-radius:24px;position:relative;overflow:hidden;background:#2a2d34!important;height:78vh!important;min-height:78vh!important}.workspace-mode img{transform-origin:50%;cursor:grab;position:absolute;top:50%;left:50%;max-width:none!important;max-height:none!important}.workspace-mode img:active{cursor:grabbing}.ps-canvas{height:80vh!important}.ps-artboard .ps-id-guide,.ps-artboard .ps-face-guide,.ps-artboard .ps-crop-guide{z-index:20}.ps-canvas-header{z-index:50;background:#fff;position:sticky;top:0}.ps-properties,.ps-tools{max-height:82vh;overflow:auto}.local-photo-studio .ps-canvas{background:#24272e!important;border-radius:22px!important;height:76vh!important;min-height:620px!important;display:block!important;position:relative!important;overflow:hidden!important}.local-photo-studio .ps-artboard.workspace-mode{width:100%!important;height:100%!important;min-height:620px!important;box-shadow:none!important;background:#24272e!important;border-radius:22px!important;overflow:hidden!important}.local-photo-studio .ps-artboard.workspace-mode img{object-fit:contain!important;z-index:5!important;width:auto!important;max-width:92%!important;height:auto!important;max-height:92%!important;display:block!important;position:absolute!important;top:50%!important;left:50%!important}.local-photo-studio .ps-id-guide,.local-photo-studio .ps-face-guide,.local-photo-studio .ps-crop-guide{z-index:20!important}.local-photo-studio .ps-canvas-area{padding:12px!important}.local-photo-studio .ps-canvas-header{margin-bottom:8px!important}.local-photo-studio .ps-empty-canvas{color:#fff;place-items:center;height:100%;display:grid}.local-photo-studio .ps-before-split{max-width:46%!important;max-height:92%!important}.local-photo-studio .ps-tools button{-webkit-user-select:none;user-select:none}.local-photo-studio .ps-tools button.active{outline:3px solid #6f3ff540}.local-photo-studio .ps-artboard.workspace-mode.crop-active{cursor:crosshair!important}.local-photo-studio .ps-artboard.workspace-mode:not(.crop-active){cursor:grab!important}.local-photo-studio .ps-control input[type=range]{cursor:pointer}.local-photo-studio .ps-control b{text-align:right;min-width:44px}.ps-bg-buttons{grid-template-columns:repeat(2,1fr);gap:8px;display:grid}.ps-bg-buttons button{cursor:pointer;color:#5d35b1;background:#f0e9ff;border:0;border-radius:12px;padding:9px;font-weight:900}.local-photo-studio .ps-artboard.workspace-mode img{background:0 0!important}.local-photo-studio .ps-crop-guide{border:2px solid #22c55e!important;box-shadow:0 0 0 9999px #0000002e!important}.local-photo-studio .ps-artboard.workspace-mode .ps-brush-cursor-note{z-index:40;color:#fff;background:#111827e0;border-radius:999px;padding:8px 12px;font-size:12px;font-weight:900;position:absolute;bottom:14px;left:14px}.local-photo-studio .ps-artboard.workspace-mode:has(.ps-brush-cursor-note){cursor:crosshair!important}.ps-live-photo-canvas{z-index:8!important;transform-origin:50%!important;width:auto!important;max-width:92%!important;height:auto!important;max-height:92%!important;display:block!important;position:absolute!important;top:50%!important;left:50%!important}.local-photo-studio .ps-artboard.workspace-mode canvas.ps-live-photo-canvas{cursor:inherit}.auto-batch-panel{background:linear-gradient(135deg,#fff,#f1ebff);border:2px solid #6f3ff538}.auto-batch-actions{grid-template-columns:repeat(3,1fr);gap:8px;display:grid}.auto-batch-actions button{cursor:pointer;color:#fff;background:linear-gradient(135deg,#6f3ff5,#a257ff);border:0;border-radius:12px;padding:10px;font-weight:900}.auto-batch-actions button:disabled{opacity:.55;cursor:not-allowed}.auto-batch-progress{color:#4c327d;background:#fff;border-radius:14px;gap:6px;padding:10px;font-weight:900;display:grid}.auto-batch-progress progress{width:100%;height:14px}.org-menu-grouped{gap:8px}.org-menu-group{border:1px solid #ffc94d1a;border-radius:16px;overflow:hidden}.org-menu-group.active{background:#ffc94d0f;border-color:#ffc94d38}.org-menu-group-head{width:100%;color:inherit;cursor:pointer;text-align:left;background:0 0;border:0;border-radius:14px;grid-template-columns:30px 1fr 24px;align-items:center;gap:8px;padding:12px 14px;font-weight:900;display:grid}.org-menu-group-head span{color:#f6b21a;background:#ffc94d24;border-radius:10px;place-items:center;width:28px;height:28px;display:grid}.org-menu-group-head b{letter-spacing:-.01em;font-size:13px}.org-menu-group-head em{opacity:.8;text-align:right;font-size:14px;font-style:normal}.org-submenu{gap:4px;padding:2px 10px 10px 42px;display:grid}.org-submenu-link{min-height:34px;color:inherit;opacity:.92;border-radius:11px;align-items:center;gap:9px;padding:8px 10px;font-size:12px;font-weight:800;text-decoration:none;display:flex}.org-submenu-link.disabled{opacity:.45;cursor:not-allowed}.org-submenu-link span{text-align:center;width:20px}.org-sidebar{color:#fff!important;background:linear-gradient(#241044 0%,#16082f 55%,#100522 100%)!important;border-right:1px solid #f6b21a40!important;box-shadow:18px 0 42px #2410442e!important}.org-brand{background:#ffffff0f!important;border:1px solid #f6b21a40!important;box-shadow:0 16px 35px #0000002e!important}.org-brand h2,.org-brand p,.org-sidebar-footer,.org-sidebar-footer span,.org-sidebar-footer b,.org-sidebar-footer small,.org-sidebar-footer em{color:#fff!important}.org-logo{color:#fff!important;background:linear-gradient(135deg,#6f3ff5,#4b16b9)!important;box-shadow:0 10px 24px #6f3ff559!important}.org-menu-link{color:#fff!important;background:0 0!important;border:1px solid #0000!important}.org-menu-link span{color:#f6b21a!important;background:#f6b21a24!important}.org-menu-link:hover{color:#fff!important;background:#ffffff14!important}.org-menu-link.active{color:#fff!important;background:linear-gradient(135deg,#6f3ff5 0%,#4b16b9 100%)!important;border-color:#f6b21a8c!important;box-shadow:inset 4px 0 #f6b21a,0 18px 34px #6f3ff547!important}.org-menu-link.active span{color:#f6b21a!important;background:#f6b21a38!important}.org-menu-group{background:0 0!important;border:0!important;border-bottom:1px solid #f6b21a29!important;border-radius:0!important}.org-menu-group.active{background:#ffffff09!important}.org-menu-group-head{color:#fff!important;padding:12px 14px!important}.org-menu-group-head span{color:#f6b21a!important;background:#f6b21a29!important}.org-menu-group-head b{color:#f6b21a!important}.org-menu-group-head em{color:#fff!important}.org-menu-group-head:hover{background:#ffffff14!important}.org-submenu{padding-left:44px!important}.org-submenu-link{color:#fff!important;opacity:.92!important}.org-submenu-link span{color:#d7c8ff!important}.org-submenu-link:hover{background:#ffffff14!important}.org-submenu-link.active{color:#fff!important;background:linear-gradient(135deg,#6f3ff56b,#f6b21a2e)!important;box-shadow:inset 3px 0 #f6b21a!important}.org-sidebar-footer{background:#ffffff0f!important;border:1px solid #f6b21a38!important}.org-sidebar-footer em{color:#f6b21a!important}.compact-module-tile{align-items:center!important;gap:14px!important;min-height:82px!important;padding:14px 16px!important;display:flex!important}.compact-module-tile .module-icon{width:42px!important;min-width:42px!important;height:42px!important;margin:0!important;font-size:20px!important}.compact-module-tile h3{margin:0!important;font-size:15px!important;line-height:1.2!important}.compact-module-tile p,.compact-module-tile .module-card-footer{display:none!important}@media (width<=900px){.compact-module-tile{min-height:72px!important}}.workspace-module-card.compact-module-tile.active{border-color:#6f3ff573!important;box-shadow:inset 4px 0 #f6b21a,0 18px 35px #6f3ff529!important}
