:root{--primary-color: #009cb1;--primary-dark: #008294;--secondary-color: #0b1a30;--secondary-dark: #071120;--background-color: #f4f6f9;--card-background: #ffffff;--text-primary: #1e293b;--text-secondary: #64748b;--border-color: #e2e8f0;--success-color: #10b981;--error-color: #ef4444;--transition-speed: .2s;--font-family-sans: "Outfit", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--font-family-mono: SFMono-Regular, Consolas, "Liberation Mono", Menlo, monospace}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--font-family-sans);background-color:var(--background-color);color:var(--text-primary);line-height:1.5;overflow-x:hidden}button{font-family:var(--font-family-sans);cursor:pointer;border:none;outline:none}input,textarea,select{font-family:var(--font-family-sans);outline:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f5f9}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.container{max-width:1280px;margin:0 auto;padding:0 1.5rem}.glassmorphism{background:#fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.4)}.auth-wrapper{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#0b1a30,#009cb1);padding:1.5rem}.auth-card{width:100%;max-width:420px;background:#fff;padding:2.5rem;border-radius:16px;box-shadow:0 10px 25px #0003}.auth-header{text-align:center;margin-bottom:2rem}.auth-logo{height:60px;margin-bottom:1rem}.auth-logo-fallback{width:60px;height:60px;background:#009cb1;color:#fff;font-size:28px;font-weight:700;display:flex;align-items:center;justify-content:center;border-radius:50%;margin:0 auto 1rem}.auth-header h2{font-size:1.5rem;color:var(--text-primary, #0b1a30);margin-bottom:.25rem}.auth-header p{color:var(--text-secondary, #64748b);font-size:.9rem}.form-group{margin-bottom:1.25rem}.form-group label{display:block;font-size:.85rem;font-weight:600;margin-bottom:.5rem;color:#334155}.form-group input{width:100%;padding:.75rem 1rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.95rem;transition:border-color .2s}.form-group input:focus{border-color:#009cb1}.btn{padding:.75rem 1.5rem;font-size:.95rem;font-weight:600;border-radius:8px;transition:background-color .2s;display:inline-flex;align-items:center;justify-content:center}.btn-primary{background-color:#009cb1;color:#fff}.btn-primary:hover:not(:disabled){background-color:#008294}.btn-blue{background-color:#1277cb;color:#fff}.btn-blue:hover:not(:disabled){background-color:#0c5d9e}.btn-block{width:100%}.btn:disabled{opacity:.6;cursor:not-allowed}.alert{padding:.75rem 1rem;border-radius:8px;font-size:.85rem;margin-bottom:1.25rem}.alert-danger{background-color:#fef2f2;color:#ef4444;border:1px solid #fee2e2}.generator-layout{display:flex;height:100vh;overflow:hidden;background-color:#0f172a}.form-panel{width:45%;min-width:450px;background:#fff;border-right:1px solid #cbd5e1;display:flex;flex-direction:column;height:100%}.form-panel-header{padding:1.5rem;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;gap:1rem}.btn-back{background:#f1f5f9;color:#334155;padding:.5rem .75rem;border-radius:6px;font-size:.8rem;font-weight:600;display:flex;align-items:center;transition:all .2s}.btn-back:hover{background:#e2e8f0}.form-panel-header h2{font-size:1.25rem;font-weight:700;color:var(--text-primary, #0b1a30);margin:0}.generator-form{flex-grow:1;overflow-y:auto;padding:1.5rem;display:flex;flex-direction:column;gap:1.5rem}.form-section{background:var(--background-color, #f8fafc);border:1px solid var(--border-color, #e2e8f0);border-radius:10px;padding:1.25rem}.form-section h3{font-size:.95rem;font-weight:700;color:var(--text-primary, #0b1a30);margin-bottom:1rem;border-bottom:1px solid var(--border-color, #e2e8f0);padding-bottom:.5rem;text-transform:uppercase;letter-spacing:.5px}.form-row{display:flex;gap:1rem;margin-bottom:1rem}.form-row:last-child{margin-bottom:0}.form-group{flex:1;display:flex;flex-direction:column;gap:.35rem}.form-group.col-12{flex:0 0 100%}.form-group label{font-size:.8rem;font-weight:600;color:#475569}.form-group input,.form-group select{padding:.6rem .8rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.85rem;background:#fff}.form-group input:focus,.form-group select:focus{border-color:#009cb1;box-shadow:0 0 0 2px #009cb11a}.responsibilities-manager{display:flex;flex-direction:column;gap:.5rem}.resp-input-item{display:flex;gap:.5rem;align-items:center}.resp-input-item input{flex-grow:1;padding:.5rem .75rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.8rem}.btn-remove-resp{background:#ef44441a;color:#ef4444;width:30px;height:30px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s}.btn-remove-resp:hover{background:#ef4444;color:#fff}.resp-add-row{display:flex;gap:.5rem;margin-top:.5rem}.resp-add-row input{flex-grow:1;padding:.5rem .75rem;border:1px solid #cbd5e1;border-radius:6px;font-size:.8rem}.btn-add-resp{background:#0b1a30;color:#fff;padding:.5rem 1rem;border-radius:6px;font-size:.8rem;font-weight:600}.btn-add-resp:hover{background:#009cb1}.form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:auto;padding-top:1rem;border-top:1px solid #e2e8f0}.btn-sec{background:#f1f5f9;color:#334155}.btn-sec:hover{background:#e2e8f0}.preview-panel{width:55%;height:100%;display:flex;align-items:center;justify-content:center;padding:2rem;overflow-y:auto}.preview-container-wrapper{transform:scale(.62);transform-origin:center center}.preview-page-canvas{background-color:#fff;box-shadow:0 10px 30px #0006;border-radius:4px;overflow:hidden}.letterhead-template{width:210mm;height:297mm;position:relative;background-color:#fff;font-family:Roboto,sans-serif;color:#333;text-align:left}.lh-banner{position:absolute;top:0;left:0;width:210mm;height:46.37mm;z-index:1}.lh-logo{position:absolute;left:17.51mm;top:10.18mm;width:34.67mm;height:34.94mm;z-index:10}.lh-title-block{position:absolute;left:57.7mm;top:26mm;z-index:10;display:flex;flex-direction:column;text-align:left;max-width:140mm}.lh-company-name{font-size:14pt;font-weight:700;color:#1277cb;margin:0;letter-spacing:.2px}.lh-company-tagline{font-size:13pt;font-weight:700;font-style:italic;color:#00b05c;margin:0}.lh-tagline-row{position:absolute;left:57.7mm;top:35mm;z-index:10}.lh-email-row{position:absolute;right:25mm;top:42mm;z-index:10}.lh-contact-item{display:flex;align-items:center;font-size:8.5pt;color:#1277cb;font-weight:500}.lh-icon{height:3.5mm;width:auto;margin-right:1.5mm}.lh-icon-svg{height:3.5mm;width:3.5mm;margin-right:1.5mm;color:#1277cb;flex-shrink:0}.lh-corp-details{position:absolute;left:34.85mm;right:25mm;top:49mm;z-index:10;border-bottom:.5px solid #e2e8f0;padding-bottom:2mm}.lh-corp-row{display:flex;justify-content:space-between;align-items:center;width:100%}.lh-corp-left{display:flex;gap:4mm;margin-left:22.85mm;font-size:9.5pt;color:#1277cb;font-weight:500}.lh-letter-title{text-align:center;font-size:14pt;font-weight:700;color:#0b1a30;margin-bottom:6mm;text-transform:uppercase}.lh-page-body{position:absolute;left:30mm;right:25mm;top:62mm;bottom:40mm;z-index:5;font-size:10pt;line-height:1.5;color:#333}.lh-date-line{font-weight:500;margin-bottom:1.5mm;color:#2d3748}.lh-salutation{font-weight:700;margin-bottom:1.5mm;color:#2d3748}.lh-intro-text{margin-bottom:5mm;text-align:justify;color:#4a5568}.lh-section-title{font-size:16pt;font-weight:700;color:#0b1a30;margin-top:5mm;margin-bottom:3mm;border-bottom:1.5px solid #00b05c;padding-bottom:.5mm;text-transform:capitalize}.lh-details-list{margin-bottom:5mm}.lh-detail-item{font-size:10pt;line-height:1.6;color:#333}.lh-detail-label{font-weight:700;color:#333}.lh-detail-value{color:#333}.lh-resp-intro{font-size:10pt;color:#4a5568;margin-bottom:2mm;line-height:1.5}.lh-resp-list{margin:0;padding-left:5mm;color:#4a5568;font-size:10pt}.lh-resp-list li{margin-bottom:1.5mm;text-align:justify}.lh-signature-block{position:absolute;bottom:25mm;left:30mm;right:25mm;display:flex;justify-content:space-between;z-index:10}.lh-signatory{width:45%;text-align:center}.lh-signature-space{height:12mm;display:flex;align-items:center;justify-content:center}.lh-stamp{position:absolute;bottom:-2mm;left:50%;transform:translate(-50%);width:28mm;height:28mm;z-index:5;opacity:.85;pointer-events:none}.lh-signatory-name{font-weight:700;color:#2d3748;font-size:10pt;border-top:1px solid #cbd5e0;padding-top:1.5mm;margin:0}.lh-signatory-title{font-size:8.5pt;color:#718096;margin:.5mm 0 0}.image-preview-wrapper{display:flex;align-items:center;gap:12px;border:1px solid #cbd5e1;padding:6px 12px;border-radius:6px;background:#f8fafc}.img-thumbnail{height:35px;max-width:100px;object-fit:contain;border:1px solid #e2e8f0;background:#fff;padding:2px;border-radius:4px}.btn-clear-img{background:#ef4444;color:#fff;border:none;padding:4px 8px;font-size:.75rem;border-radius:4px;cursor:pointer;font-weight:500;transition:background .15s ease}.btn-clear-img:hover{background:#dc2626}.file-input{border:1px solid #cbd5e1;padding:6px;border-radius:6px;width:100%;font-size:.8rem;background:#fff}.dashboard-container{min-height:100vh;background-color:#f8fafc}.dashboard-header{background-color:#0b1a30;color:#fff;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;box-shadow:0 4px 6px -1px #0000001a}.header-brand{display:flex;align-items:center}.dashboard-logo{height:44px;margin-right:.75rem;background:#fff;padding:3px;border-radius:6px}.header-brand h1{font-size:1.2rem;font-weight:700;margin:0;letter-spacing:.5px}.header-brand p{font-size:.8rem;color:#009cb1;margin:0;font-weight:600}.user-profile{display:flex;align-items:center;gap:1.5rem;font-size:.85rem}.btn-link{background:none;color:#94a3b8;text-decoration:underline;font-size:.85rem;transition:color .2s}.btn-link:hover{color:#009cb1}.btn-logout{background:#ef44441a;color:#f87171;border:1px solid rgba(239,68,68,.2);padding:.4rem .8rem;border-radius:6px;font-size:.8rem;font-weight:600;display:flex;align-items:center;transition:all .2s}.btn-logout:hover{background:#ef4444;color:#fff}.dashboard-content{max-width:1280px;margin:0 auto;padding:2rem}.dashboard-controls{display:flex;justify-content:space-between;margin-bottom:1.5rem;gap:1rem}.search-box{position:relative;flex-grow:1;max-width:500px}.search-icon{position:absolute;left:12px;top:50%;transform:translateY(-50%);width:20px;color:#94a3b8}.search-box input{width:100%;padding:.75rem 1rem .75rem 2.5rem;border:1px solid #cbd5e1;border-radius:8px;font-size:.9rem;background:#fff}.search-box input:focus{border-color:#009cb1;box-shadow:0 0 0 3px #009cb126}.btn-generate-new{display:flex;align-items:center;box-shadow:0 4px 6px -1px #009cb133}.table-card{background:#fff;border-radius:12px;border:1px solid #e2e8f0;box-shadow:0 1px 3px #0000000d;overflow:hidden}.table-loading,.table-empty{padding:4rem;text-align:center;color:#64748b;font-size:.95rem}.letters-table{width:100%;border-collapse:collapse;text-align:left;font-size:.9rem}.letters-table th{background:#f8fafc;padding:1rem 1.5rem;font-weight:600;color:#475569;border-bottom:1px solid #edf2f7}.letters-table td{padding:1rem 1.5rem;border-bottom:1px solid #edf2f7;color:#334155}.letters-table tr:hover{background-color:#f8fafc}.badge{padding:.25rem .6rem;font-size:.75rem;font-weight:600;border-radius:9999px}.badge-role{background-color:#009cb11a;color:#009cb1}.stipend-cell{font-weight:500;color:#0f172a}.table-actions{display:flex;justify-content:flex-end;gap:.5rem}.btn-action{width:32px;height:32px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s}.btn-view{background-color:#10b98114;color:#10b981;margin-right:.25rem}.btn-view:hover{background-color:#10b981;color:#fff}.btn-download{background-color:#009cb114;color:#009cb1}.btn-download:hover{background-color:#009cb1;color:#fff}.btn-delete{background-color:#ef444414;color:#ef4444}.btn-delete:hover{background-color:#ef4444;color:#fff}.header-tabs{display:flex;gap:.5rem;background:#ffffff0d;padding:4px;border-radius:8px;border:1px solid rgba(255,255,255,.08);margin-left:2rem;margin-right:auto}.header-tab{background:none;border:none;color:#94a3b8;font-size:.85rem;font-weight:600;padding:.5rem 1rem;border-radius:6px;cursor:pointer;transition:all .2s}.header-tab:hover{color:#fff;background:#ffffff08}.header-tab.active{color:#fff;background:#009cb1;box-shadow:0 2px 4px #009cb14d}.pill-role{background:#009cb1;color:#fff;font-size:.7rem;font-weight:700;padding:2px 6px;border-radius:4px;margin-left:4px;text-transform:uppercase}.view-title-bar{margin-bottom:1.5rem}.view-title-bar h2{font-size:1.5rem;color:var(--text-primary, #0b1a30);margin:0 0 .25rem;font-weight:700}.view-title-bar p{color:var(--text-secondary, #64748b);font-size:.9rem;margin:0}.user-management-grid{display:grid;grid-template-columns:360px 1fr;gap:2rem;align-items:start}.card-create-user{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem;box-shadow:0 1px 3px #0000000d}.card-create-user h3{font-size:1.1rem;font-weight:700;color:var(--text-primary, #0b1a30);margin:0 0 1.25rem;border-bottom:1px solid var(--border-color, #e2e8f0);padding-bottom:.75rem}.admin-form{display:flex;flex-direction:column;gap:1.25rem}.form-tip{display:flex;gap:8px;margin-top:1.25rem;background:#009cb10d;border:1px solid rgba(0,156,177,.15);padding:10px;border-radius:8px;font-size:.75rem;color:#475569;line-height:1.4}.badge-pending-pw{background-color:#fef3c7;color:#d97706;margin-left:8px;font-size:.7rem;padding:1px 6px;border-radius:4px}.badge-role-superadmin{background-color:#6366f11a;color:#6366f1}.badge-role-operator{background-color:#3b82f61a;color:#3b82f6}.badge-status-active{background-color:#10b9811a;color:#10b981}.badge-status-inactive{background-color:#ef44441a;color:#ef4444}.card-header{padding:1.25rem 1.5rem;border-bottom:1px solid var(--border-color, #e2e8f0)}.card-header h3{font-size:1.1rem;font-weight:700;color:var(--text-primary, #0b1a30);margin:0}.btn-action-status{border:none;font-size:.75rem;font-weight:600;padding:.35rem .65rem;border-radius:6px;cursor:pointer;transition:all .2s}.btn-action-status.deactivate{background-color:#fee2e2;color:#dc2626}.btn-action-status.deactivate:hover{background-color:#dc2626;color:#fff}.btn-action-status.activate{background-color:#d1fae5;color:#059669}.btn-action-status.activate:hover{background-color:#059669;color:#fff}.btn-action-role{background-color:#f1f5f9;color:#475569;border:1px solid #cbd5e1;font-size:.75rem;font-weight:600;padding:.35rem .65rem;border-radius:6px;cursor:pointer;transition:all .2s}.btn-action-role:hover{background-color:#e2e8f0;color:#1e293b}.btn-action-delete{background-color:#ef444414;color:#ef4444;border:none;width:28px;height:28px;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s}.btn-action-delete:hover{background-color:#ef4444;color:#fff}.alert-success{background-color:#ecfdf5;color:#059669;border:1px solid #a7f3d0}.email-modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#0f172abf;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999}.email-modal-card{background:#fff;padding:2rem;border-radius:12px;width:90%;max-width:480px;box-shadow:0 20px 25px -5px #0003,0 10px 10px -5px #0000001a;color:#1e293b}.email-modal-card h3{margin:0 0 .5rem;font-size:1.25rem;font-weight:700;color:var(--text-primary, #0b1a30)}.modal-subtitle{font-size:.85rem;color:var(--text-secondary, #64748b);margin-bottom:1.5rem;line-height:1.4}.btn-action.btn-email{color:#6366f1}.btn-action.btn-email:hover{background-color:#e0e7ff;color:#4f46e5}.bulk-actions-bar{display:flex;align-items:center;gap:12px;background:#1e293b;border:1px solid #334155;padding:10px 16px;border-radius:8px;margin-bottom:12px;color:#fff}.bulk-actions-info{font-size:.85rem;color:#94a3b8;margin-right:auto}.letters-table tr.row-selected{background-color:#f8fafc}.lh-footer-address{position:absolute;bottom:8mm;left:30mm;right:25mm;z-index:10;font-size:10pt;color:#4a86e8;text-align:center;font-weight:500;line-height:1.4}@media print{*{-webkit-print-color-adjust:exact!important;print-color-adjust:exact!important}body *{visibility:hidden}.preview-page-canvas,.preview-page-canvas *{visibility:visible}.preview-page-canvas{position:fixed;left:0;top:0;width:210mm;height:297mm;transform:none!important;box-shadow:none!important;border:none!important;margin:0!important;padding:0!important;z-index:9999999!important}.preview-panel,.preview-container-wrapper{padding:0!important;margin:0!important;transform:none!important;border:none!important;box-shadow:none!important;width:210mm;height:297mm}@page{size:A4;margin:0}}.shell-user-menu-container{position:relative}.profile-dropdown{position:absolute;top:130%;right:0;width:290px;background:var(--card-background);border:1px solid var(--border-color);border-radius:16px;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a;display:flex;flex-direction:column;overflow:hidden;animation:dropdownFadeIn .22s cubic-bezier(.16,1,.3,1) forwards;transform-origin:top right;z-index:1000}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-8px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.profile-dropdown-header{background:#e8edf9;color:#526385;padding:10px 20px;font-size:.68rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-bottom:1px solid var(--border-color)}.profile-dropdown-user-card{display:flex;align-items:center;gap:12px;padding:16px 20px;border-bottom:1px solid var(--border-color)}.profile-dropdown-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;background:#f1f5f9;border:2px solid #e2e8f0}.profile-dropdown-avatar-fallback{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#1277cb,#009cb1);display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:700;color:#fff}.profile-dropdown-user-info{display:flex;flex-direction:column;min-width:0}.profile-dropdown-name{font-size:.92rem;font-weight:700;color:var(--text-primary);line-height:1.25;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-dropdown-email{font-size:.78rem;color:var(--text-secondary);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-dropdown-menu{display:flex;flex-direction:column;padding:6px;border-bottom:1px solid var(--border-color)}.profile-dropdown-item{display:flex;align-items:flex-start;gap:12px;padding:10px 12px;border-radius:10px;background:none;border:none;text-align:left;width:100%;transition:background .15s ease,transform .1s ease;cursor:pointer;font-family:var(--font-family-sans)}.profile-dropdown-item:hover{background:#f1f5f9}.profile-dropdown-item:active{transform:scale(.98)}.profile-dropdown-item-icon{width:32px;height:32px;border-radius:8px;background:#f1f5f9;color:var(--text-secondary);display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-dropdown-item-icon svg{width:16px;height:16px}.profile-dropdown-item-text{display:flex;flex-direction:column;min-width:0}.profile-dropdown-item-title{font-size:.85rem;font-weight:600;color:var(--text-primary);line-height:1.3}.profile-dropdown-item-desc{font-size:.72rem;color:var(--text-secondary);margin-top:1px;line-height:1.35}.profile-dropdown-actions{display:flex;flex-direction:column;gap:8px;padding:12px;background:#f8fafc}.profile-action-btn{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:8px 12px;border-radius:8px;border:1px solid var(--border-color);background:#fff;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .15s ease;font-family:var(--font-family-sans)}.profile-action-btn svg{width:14px;height:14px}.logout-btn{color:#ef4444;border-color:#fee2e2;background:#fef2f2}.logout-btn:hover{background:#ef4444;color:#fff;border-color:#ef4444}.logout-all-btn{color:#dc2626;border-color:#fee2e2;background:#fff}.logout-all-btn:hover{background:#dc2626;color:#fff;border-color:#dc2626}[data-theme=dark]{--background-color: #0b1329;--card-background: #111e38;--text-primary: #f8fafc;--text-secondary: #94a3b8;--border-color: #213054;--primary-color: #00b05c;--primary-dark: #00994f;--secondary-color: #070d1e;--secondary-dark: #02040b}[data-theme=dark] body{background-color:var(--background-color);color:var(--text-primary)}[data-theme=dark] .shell-topbar{background:#111e38;border-bottom:1px solid #213054}[data-theme=dark] .shell-topbar-user,[data-theme=dark] .shell-breadcrumb .shell-bc-current{color:#f8fafc}[data-theme=dark] .shell-topbar-btn:hover{background:#1b2a47;color:#fff}[data-theme=dark] .shell-stat-card{background:#111e38;border-color:#213054}[data-theme=dark] .shell-stat-num{color:#f8fafc}[data-theme=dark] .table-card{background:#111e38;border-color:#213054}[data-theme=dark] .letters-table th{background:#0d172d;color:#94a3b8;border-bottom-color:#213054}[data-theme=dark] .letters-table td{color:#e2e8f0;border-bottom-color:#213054}[data-theme=dark] .letters-table tr:hover{background-color:#172645}[data-theme=dark] .search-box input{background:#172645;border-color:#213054;color:#f8fafc}[data-theme=dark] .search-box input::placeholder{color:#64748b}[data-theme=dark] .profile-dropdown{border-color:#213054;box-shadow:0 10px 25px -5px #0000004d}[data-theme=dark] .profile-dropdown-header{background:#1b2a47;color:#94a3b8;border-bottom-color:#213054}[data-theme=dark] .profile-dropdown-avatar{border-color:#213054}[data-theme=dark] .profile-dropdown-item:hover{background:#1b2a47}[data-theme=dark] .profile-dropdown-item-icon{background:#1b2a47;color:#94a3b8}[data-theme=dark] .profile-dropdown-actions{background:#0d172d}[data-theme=dark] .profile-action-btn{background:#111e38;border-color:#213054;color:#e2e8f0}[data-theme=dark] .logout-all-btn{color:#fca5a5;border-color:#ef44444d;background:#ef44440d}[data-theme=dark] .logout-all-btn:hover{background:#dc2626;color:#fff;border-color:#dc2626}[data-theme=dark] .email-modal-card{background:#111e38;border:1px solid #213054}[data-theme=dark] .email-modal-card h3{color:#f8fafc}[data-theme=dark] .form-section{background:#16223f;border-color:#213054}[data-theme=dark] .form-section h3{color:#f8fafc;border-bottom-color:#213054}[data-theme=dark] .form-group label{color:#94a3b8}[data-theme=dark] .form-group input,[data-theme=dark] .form-group select,[data-theme=dark] .form-group textarea,[data-theme=dark] .resp-add-row input,[data-theme=dark] .resp-input-item input{background:#111e38;border-color:#213054;color:#f8fafc}[data-theme=dark] .btn-sec{background:#1b2a47;color:#e2e8f0}[data-theme=dark] .btn-sec:hover{background:#213054}[data-theme=dark] .form-panel{background:#111e38;border-right-color:#213054}[data-theme=dark] .form-panel-header{border-bottom-color:#213054}[data-theme=dark] .form-panel-header h2{color:#f8fafc}[data-theme=dark] .btn-back{background:#1b2a47;color:#e2e8f0}[data-theme=dark] .btn-back:hover{background:#213054}[data-theme=dark] .generator-form{background:#111e38}[data-theme=dark] .image-preview-wrapper{background:#1b2a47;border-color:#213054}[data-theme=dark] .img-thumbnail{background:#111e38;border-color:#213054}[data-theme=dark] .file-input{background:#111e38;border-color:#213054;color:#f8fafc}[data-theme=dark] .shell-greeting-banner{background:linear-gradient(135deg,#111e38,#0d172d)!important;border:1px solid #213054!important;color:#f8fafc}[data-theme=dark] .shell-greeting-sub,[data-theme=dark] .shell-greeting-date{color:#94a3b8}
