.input-devider{background-color:#75757537;border-radius:10px;width:1px;height:60%}.custom-input-label{color:var(--navbar-text);align-items:center;gap:4px;margin-bottom:6px;font-size:10px;font-weight:600;display:flex}.custom-input-required{color:#ef4444;font-weight:700}.custom-input-container{background:var(--navbar-search-bg);border:2px solid var(--sidebar-border);border-radius:10px;align-items:center;gap:12px;padding:0 14px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.custom-input-container:hover:not(.custom-input-disabled):not(.custom-input-readonly){border-color:var(--sidebar-text-muted);box-shadow:0 0 0 3px #3b82f614}.custom-input-container:focus-within:not(.custom-input-disabled){border-color:#94a3b8;box-shadow:0 0 0 3px #3b82f614}.custom-input-container.custom-input-error{background:#ef44440d;border-color:#ef4444}.custom-input-container.custom-input-error:focus-within{box-shadow:0 0 0 3px #ef444426}.custom-input-container.custom-input-disabled{opacity:.6;cursor:not-allowed;background:var(--sidebar-hover-bg)}.custom-input-container.custom-input-readonly{background:var(--sidebar-hover-bg);border-style:dashed}.custom-input-sm{height:30px;padding:0 10px}.custom-input-md{height:36px}.custom-input-lg{height:44px;padding:0 16px}.custom-input-sm .custom-input-field{font-size:10px}.custom-input-md .custom-input-field{font-size:11px}.custom-input-lg .custom-input-field{font-size:12px}.custom-input-outlined{background:0 0}.custom-input-filled{background:var(--sidebar-hover-bg);border-color:#0000}.custom-input-filled:hover:not(.custom-input-disabled){background:var(--navbar-search-bg);border-color:#0000}.custom-input-icon{color:#7e7e7e6b;flex-shrink:0;justify-content:center;align-items:center;display:flex}.custom-input-icon img{border-radius:4px}.custom-input-field{color:var(--navbar-text);background:0 0;border:none;outline:none;flex:1;width:100%;font-family:inherit;font-weight:500}.custom-input-field::placeholder{color:var(--sidebar-text-muted);opacity:.8;font-weight:400;font-size:.9em!important}.custom-input-field:disabled{cursor:not-allowed}.custom-input-end-decorator{color:var(--sidebar-text-muted);flex-shrink:0;align-items:center;display:flex}.custom-input-helper{color:var(--sidebar-text-muted);align-items:center;gap:4px;margin-top:6px;font-size:11px;display:flex}.custom-input-helper-error{color:#ef4444}.custom-input-helper-error svg{flex-shrink:0}.custom-input-field::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.custom-input-field::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.custom-input-field[type=number]{-moz-appearance:textfield}.custom-selector-wrapper{flex-direction:column;width:100%;display:flex;position:relative}.custom-selector-label{color:var(--navbar-text);align-items:center;gap:4px;margin-bottom:6px;font-size:10px;font-weight:600;display:flex}.custom-selector-required{color:#ef4444;font-weight:700}.custom-selector-container{border:2px solid var(--sidebar-border);cursor:pointer;-webkit-user-select:none;user-select:none;background:#f1f5f9;border-radius:10px;align-items:center;gap:12px;padding:0 14px;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.custom-selector-container:hover:not(.custom-selector-disabled){border-color:var(--sidebar-text-muted);box-shadow:0 0 0 3px #3b82f614}.custom-selector-container.custom-selector-open{border-color:#94a3b8;box-shadow:0 0 0 3px #3b82f614}.custom-selector-container.custom-selector-error{background:#ef44440d;border-color:#ef4444}.custom-selector-container.custom-selector-disabled{opacity:.6;cursor:not-allowed;background:var(--sidebar-hover-bg)}.custom-selector-sm{height:30px;padding:0 10px}.custom-selector-md{height:36px}.custom-selector-lg{height:44px;padding:0 16px}.custom-selector-sm .custom-selector-value{font-size:10px}.custom-selector-md .custom-selector-value{font-size:11px}.custom-selector-lg .custom-selector-value{font-size:12px}.custom-selector-default{background:#f1f5f9}.custom-selector-outlined{background:0 0}.custom-selector-filled{background:var(--sidebar-hover-bg);border-color:#0000}.custom-selector-filled:hover:not(.custom-selector-disabled){background:var(--navbar-search-bg);border-color:#0000}.selector-devider{background-color:#6b6b6b37;border-radius:10px;width:1px;height:60%}.custom-selector-icon{color:#7e7e7e6b;flex-shrink:0;justify-content:center;align-items:center;display:flex}.custom-selector-icon img{border-radius:4px}.custom-selector-value{color:#1e293b;white-space:nowrap;text-overflow:ellipsis;flex:1;font-weight:500;overflow:hidden}.custom-selector-placeholder{color:var(--sidebar-text-muted);opacity:.8;font-size:.9em;font-weight:400}.custom-selector-arrow{color:var(--sidebar-text-muted);align-items:center;transition:transform .2s;display:flex}.custom-selector-open .custom-selector-arrow{transform:rotate(180deg)}.custom-selector-dropdown{background:var(--sidebar-hover-bg);border:2px solid var(--sidebar-border);z-index:999999;border-radius:12px;animation:.2s cubic-bezier(.4,0,.2,1) dropdownSlide;position:absolute;top:calc(100% + 6px);left:0;right:0;box-shadow:0 10px 40px #00000026}.custom-selector-options::-webkit-scrollbar{width:4px!important;display:block!important}.custom-selector-options::-webkit-scrollbar-track{margin:10px 0;background:0 0!important}.custom-selector-options::-webkit-scrollbar-thumb:hover{background:var(--sidebar-text-muted)!important}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.custom-selector-search{border-bottom:1px solid var(--sidebar-border);background:var(--navbar-search-bg);border-radius:8px;align-items:center;gap:10px;margin:3px;padding:4px 12px;transition:border-color .2s;display:flex}.custom-selector-search-icon{color:var(--sidebar-text-muted);flex-shrink:0}.custom-selector-search-input{width:100%;color:var(--navbar-text);background:0 0;border:none;outline:none;padding:0;font-family:inherit;font-size:13px}.custom-selector-search-input::placeholder{color:var(--sidebar-text-muted);font-size:.9em}.custom-selector-clear-icon{color:var(--sidebar-text-muted);cursor:pointer;flex-shrink:0;transition:color .2s}.custom-selector-clear-icon:hover{color:var(--navbar-text)}.custom-selector-options{max-height:300px;padding:6px;overflow-y:auto}.custom-selector-options::-webkit-scrollbar{width:6px;height:6px}.custom-selector-options::-webkit-scrollbar-track{background:0 0}.custom-selector-options::-webkit-scrollbar-thumb{background:var(--sidebar-scrollbar);border-radius:3px}.custom-selector-option{cursor:pointer;color:var(--navbar-text);z-index:1;border-radius:5px;align-items:center;gap:10px;margin-bottom:5px;padding:10px 12px;font-size:9.5px;transition:all .15s;display:flex;position:relative}.custom-selector-option:hover:not(.custom-selector-option-selected),.custom-selector-option-even,.custom-selector-option-odd,.custom-selector-option-even:hover,.custom-selector-option-odd:hover{background:0 0}.custom-selector-option-selected{color:#3b82f6;background:#1e40af33!important}.custom-selector-option-hover-color:hover,.custom-selector-option-highlighted{background:#1e40af33!important}.custom-selector-checkbox{border:2px solid var(--sidebar-border);border-radius:4px;justify-content:center;align-items:center;width:18px;height:18px;transition:all .15s;display:flex}.custom-selector-option-selected .custom-selector-checkbox{color:#fff;background:#3b82f6;border-color:#3b82f6}body.dark-theme .custom-selector-checkbox{background:#37415180;border-color:#4b5563}body.dark-theme .custom-selector-checkbox:hover{background:#60a5fa1a;border-color:#60a5fa}body.dark-theme .custom-selector-option-selected .custom-selector-checkbox{color:#fff;background:linear-gradient(135deg,#60a5fa 0%,#3b82f6 100%);border-color:#60a5fa;box-shadow:0 2px 8px #60a5fa66}body.dark-theme .custom-selector-option:hover .custom-selector-checkbox{border-color:#60a5fa}.custom-selector-option-icon{border-radius:4px;flex-shrink:0}.custom-selector-option-label{flex:1}.custom-selector-option-extra{color:var(--sidebar-text-muted);font-size:11px}.custom-selector-check-icon{color:var(--navbar-text);margin-left:auto}.custom-selector-no-options{text-align:center;color:var(--sidebar-text-muted);padding:20px;font-size:13px}.custom-selector-helper{color:var(--sidebar-text-muted);margin-top:6px;font-size:11px}.custom-selector-helper-error{color:#ef4444}.custom-btn-tooltip{position:relative}.custom-btn-tooltip:after{content:attr(data-tooltip);color:#fff;white-space:nowrap;opacity:0;visibility:hidden;pointer-events:none;z-index:1000;background:#1e293b;border-radius:6px;padding:6px 12px;font-size:12px;font-weight:500;transition:opacity .2s,visibility .2s;position:absolute;bottom:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 4px 12px #00000026}.custom-btn-tooltip:before{content:"";opacity:0;visibility:hidden;pointer-events:none;z-index:1000;border:6px solid #0000;border-top-color:#1e293b;transition:opacity .2s,visibility .2s;position:absolute;bottom:calc(100% + 2px);left:50%;transform:translate(-50%)}.custom-btn-tooltip:hover:after,.custom-btn-tooltip:hover:before{opacity:1;visibility:visible;transition-delay:.5s}.custom-btn{cursor:pointer;white-space:nowrap;border:none;border-radius:10px;justify-content:center;align-items:center;gap:8px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden}.custom-btn:disabled{cursor:not-allowed!important}.custom-btn:active:not(:disabled){transform:scale(.97)}.custom-btn-sm{border-radius:6px;height:30px;padding:0 10px;font-size:10px}.custom-btn-md{height:36px;padding:0 14px;font-size:11px}.custom-btn-lg{border-radius:10px;height:44px;padding:0 20px;font-size:13px}.custom-btn-full{width:100%}.custom-btn-icon{justify-content:center;align-items:center;display:flex}.custom-btn-icon-img{object-fit:contain;width:18px;height:18px}.custom-btn-sm .custom-btn-icon-img{width:14px;height:14px}.custom-btn-lg .custom-btn-icon-img{width:20px;height:20px}.custom-btn-loading{pointer-events:none}.custom-btn-spinner{justify-content:center;align-items:center;display:flex}.custom-btn-spinner-icon{animation:1s linear infinite btnSpin}@keyframes btnSpin{to{transform:rotate(360deg)}}.custom-btn-solid.custom-btn-primary{color:#fff;background:linear-gradient(135deg,#3b82f6 0%,#1d4ed8 100%);box-shadow:0 4px 14px #3b82f659}.custom-btn-solid.custom-btn-primary:disabled{color:#ffffffb3;box-shadow:none;background:linear-gradient(135deg,#93c5fd 0%,#a5b4fc 100%)}.custom-btn-solid.custom-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#2563eb 0%,#1e40af 100%);transform:translateY(-1px);box-shadow:0 6px 20px #3b82f673}.custom-btn-solid.custom-btn-success{color:#fff;background:linear-gradient(135deg,#22c55e 0%,#16a34a 100%);box-shadow:0 4px 14px #22c55e59}.custom-btn-solid.custom-btn-success:disabled{color:#ffffffb3;box-shadow:none;background:linear-gradient(135deg,#86efac 0%,#a7f3d0 100%)}.custom-btn-solid.custom-btn-success:hover:not(:disabled){background:linear-gradient(135deg,#16a34a 0%,#15803d 100%);transform:translateY(-1px);box-shadow:0 6px 20px #22c55e73}.custom-btn-solid.custom-btn-danger{color:#fff;background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);box-shadow:0 4px 14px #ef444459}.custom-btn-solid.custom-btn-danger:disabled{color:#ffffffb3;box-shadow:none;background:linear-gradient(135deg,#fca5a5 0%,#fecaca 100%)}.custom-btn-solid.custom-btn-danger:hover:not(:disabled){background:linear-gradient(135deg,#dc2626 0%,#b91c1c 100%);transform:translateY(-1px);box-shadow:0 6px 20px #ef444473}.custom-btn-solid.custom-btn-warning{color:#fff;background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);box-shadow:0 4px 14px #f59e0b59}.custom-btn-solid.custom-btn-warning:disabled{color:#ffffffb3;box-shadow:none;background:linear-gradient(135deg,#fcd34d 0%,#fde68a 100%)}.custom-btn-solid.custom-btn-warning:hover:not(:disabled){background:linear-gradient(135deg,#d97706 0%,#b45309 100%);transform:translateY(-1px);box-shadow:0 6px 20px #f59e0b73}.custom-btn-solid.custom-btn-neutral{background:var(--sidebar-hover-bg);color:var(--navbar-text);border:1.5px solid var(--sidebar-border);box-shadow:0 2px 8px #00000014}.custom-btn-solid.custom-btn-neutral:disabled{color:#9ca3af;box-shadow:none;background:#e5e7eb;border-color:#d1d5db}.custom-btn-solid.custom-btn-neutral:hover:not(:disabled){background:var(--navbar-search-bg);box-shadow:0 4px 12px #0000001f}.custom-btn-solid.custom-btn-main{color:#fff;background:linear-gradient(135deg,#1b3b6f 0%,#0d1b2a 100%);border:2px solid #1b3b6f;box-shadow:0 4px 14px #1b3b6f66}.custom-btn-solid.custom-btn-main:disabled{color:#ffffff80;box-shadow:none;opacity:.5;cursor:not-allowed;background:linear-gradient(135deg,#1b3b6f 0%,#0d1b2a 100%);border-color:#1b3b6f}.custom-btn-solid.custom-btn-main:hover:not(:disabled){background:linear-gradient(135deg,#0d1b2a 0%,#1b3b6f 100%);box-shadow:0 6px 20px #1b3b6f80}.custom-btn-solid.custom-btn-input{background:#f8fafc;border:2px solid #e2e8f0}.custom-btn-solid.custom-btn-input:disabled{color:#94a3b8;background:#f1f5f9;border-color:#e2e8f0}.custom-btn-solid.custom-btn-input:hover:not(:disabled){background:#f8fafc;border:2px solid #e2e8f0}.custom-btn-outlined{background:0 0;border-style:solid;border-width:2px}.custom-btn-outlined.custom-btn-primary{color:#3b82f6;border-color:#3b82f6}.custom-btn-outlined.custom-btn-primary:disabled{color:#93c5fd;border-color:#bfdbfe}.custom-btn-outlined.custom-btn-primary:hover:not(:disabled){background:#3b82f61a}.custom-btn-outlined.custom-btn-success{color:#22c55e;border-color:#22c55e}.custom-btn-outlined.custom-btn-success:disabled{color:#86efac;border-color:#bbf7d0}.custom-btn-outlined.custom-btn-success:hover:not(:disabled){background:#22c55e1a}.custom-btn-outlined.custom-btn-danger{color:#ef4444;border-color:#ef4444}.custom-btn-outlined.custom-btn-danger:disabled{color:#fca5a5;border-color:#fecaca}.custom-btn-outlined.custom-btn-danger:hover:not(:disabled){background:#ef44441a}.custom-btn-outlined.custom-btn-warning{color:#f59e0b;border-color:#f59e0b}.custom-btn-outlined.custom-btn-warning:disabled{color:#fcd34d;border-color:#fde68a}.custom-btn-outlined.custom-btn-warning:hover:not(:disabled){background:#f59e0b1a}.custom-btn-outlined.custom-btn-neutral{border-color:var(--sidebar-border);color:var(--navbar-text)}.custom-btn-outlined.custom-btn-neutral:disabled{color:#d1d5db;border-color:#e5e7eb}.custom-btn-outlined.custom-btn-neutral:hover:not(:disabled){background:var(--sidebar-hover-bg)}.custom-btn-outlined.custom-btn-main{color:#1b3b6f;border-color:#1b3b6f}.custom-btn-outlined.custom-btn-main:disabled{color:#94a3b8;border-color:#94a3b8}.custom-btn-outlined.custom-btn-main:hover:not(:disabled){color:#0d1b2a;background:#1b3b6f1a;border-color:#0d1b2a}.custom-btn-soft{border:none}.custom-btn-soft.custom-btn-primary{color:#3b82f6;background:#3b82f62e}.custom-btn-soft.custom-btn-primary:disabled{color:#93c5fd;background:#3b82f60f}.custom-btn-soft.custom-btn-primary:hover:not(:disabled){background:#3b82f633}.custom-btn-soft.custom-btn-success{color:#22c55e;background:#22c55e2e}.custom-btn-soft.custom-btn-success:disabled{color:#86efac;background:#22c55e0f}.custom-btn-soft.custom-btn-success:hover:not(:disabled){background:#22c55e33}.custom-btn-soft.custom-btn-danger{color:#ef4444;background:#ef44442e}.custom-btn-soft.custom-btn-danger:disabled{color:#fca5a5;background:#ef44440f}.custom-btn-soft.custom-btn-danger:hover:not(:disabled){background:#ef444433}.custom-btn-soft.custom-btn-warning{color:#f59e0b;background:#f59e0b2e}.custom-btn-soft.custom-btn-warning:disabled{color:#fcd34d;background:#f59e0b0f}.custom-btn-soft.custom-btn-warning:hover:not(:disabled){background:#f59e0b33}.custom-btn-soft.custom-btn-neutral{background:var(--sidebar-hover-bg);color:var(--navbar-text)}.custom-btn-soft.custom-btn-neutral:disabled{color:#d1d5db;background:#9ca3af1a}.custom-btn-soft.custom-btn-neutral:hover:not(:disabled){background:var(--navbar-search-bg)}.custom-btn-soft.custom-btn-main{color:#1b3b6f;background:#1b3b6f38}.custom-btn-soft.custom-btn-main:disabled{color:#94a3b8;background:#1b3b6f0f}.custom-btn-soft.custom-btn-main:hover:not(:disabled){color:#0d1b2a;background:#1b3b6f40}.custom-btn-plain{background:0 0;border:none}.custom-btn-plain.custom-btn-primary{color:#3b82f6}.custom-btn-plain.custom-btn-primary:disabled{color:#93c5fd}.custom-btn-plain.custom-btn-primary:hover:not(:disabled){background:#3b82f614}.custom-btn-plain.custom-btn-success{color:#22c55e}.custom-btn-plain.custom-btn-success:disabled{color:#86efac}.custom-btn-plain.custom-btn-success:hover:not(:disabled){background:#22c55e14}.custom-btn-plain.custom-btn-danger{color:#ef4444}.custom-btn-plain.custom-btn-danger:disabled{color:#fca5a5}.custom-btn-plain.custom-btn-danger:hover:not(:disabled){background:#ef444414}.custom-btn-plain.custom-btn-warning{color:#f59e0b}.custom-btn-plain.custom-btn-warning:disabled{color:#fcd34d}.custom-btn-plain.custom-btn-warning:hover:not(:disabled){background:#f59e0b14}.custom-btn-plain.custom-btn-neutral{color:var(--navbar-text)}.custom-btn-plain.custom-btn-neutral:disabled{color:#d1d5db}.custom-btn-plain.custom-btn-neutral:hover:not(:disabled){background:var(--sidebar-hover-bg)}.custom-btn-plain.custom-btn-main{color:#1b3b6f}.custom-btn-plain.custom-btn-main:disabled{color:#94a3b8}.custom-btn-plain.custom-btn-main:hover:not(:disabled){color:#0d1b2a;background:#1b3b6f1a}body.dark-theme .custom-input-container,body.dark-theme .custom-selector-container{background:#1f2937cc;border-color:#374151cc}body.dark-theme .custom-input-container:focus-within,body.dark-theme .custom-selector-container.custom-selector-open{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa33}body.dark-theme .custom-input-field::-webkit-calendar-picker-indicator{filter:invert();cursor:pointer}body.dark-theme .custom-selector-dropdown{background:#1f2937;border-color:#374151;box-shadow:0 10px 40px #0006}body.dark-theme .custom-selector-option:hover,body.dark-theme .custom-selector-option-even,body.dark-theme .custom-selector-option-odd,body.dark-theme .custom-selector-option-even:hover,body.dark-theme .custom-selector-option-odd:hover{background:0 0}body.dark-theme .custom-selector-option-selected{color:#fff;background:#2b3748!important}body.dark-theme .custom-selector-option-highlighted{background:#2b3748!important}body.dark-theme .custom-selector-value{color:#e5e7eb}body.dark-theme .custom-selector-placeholder{color:#9ca3af}body.dark-theme .custom-btn-solid.custom-btn-neutral{background:#374151;border-color:#4b5563}body.dark-theme .custom-btn-solid.custom-btn-neutral:hover:not(:disabled){background:#4b5563}body.dark-theme .custom-btn-solid.custom-btn-main{background:linear-gradient(135deg,#4591e3 0%,#2361c6 100%);border:none;box-shadow:0 4px 14px #77b6fb66;color:#fff!important}body.dark-theme .custom-btn-solid.custom-btn-main:disabled{color:#ffffff80;box-shadow:none;cursor:not-allowed;opacity:.5;background:linear-gradient(135deg,#4591e3 0%,#2361c6 100%);border:none}body.dark-theme .custom-btn-solid.custom-btn-main:hover:not(:disabled){color:#fff;background:linear-gradient(135deg,#93c5fd 0%,#77b6fb 100%);box-shadow:0 6px 20px #77b6fb80}body.dark-theme .custom-btn-solid.custom-btn-primary{background:linear-gradient(135deg,#60a5fa 0%,#3b82f6 100%);box-shadow:0 4px 14px #60a5fa66}body.dark-theme .custom-btn-solid.custom-btn-primary:hover:not(:disabled){background:linear-gradient(135deg,#93c5fd 0%,#60a5fa 100%);box-shadow:0 6px 20px #60a5fa80}body.dark-theme .custom-btn-outlined.custom-btn-primary{color:#60a5fa;border-color:#60a5fa}body.dark-theme .custom-btn-outlined.custom-btn-primary:disabled{color:#3b6a9e;border-color:#3b6a9e}body.dark-theme .custom-btn-outlined.custom-btn-primary:hover:not(:disabled){background:#60a5fa26}body.dark-theme .custom-btn-soft.custom-btn-primary{color:#60a5fa;background:#60a5fa26}body.dark-theme .custom-btn-soft.custom-btn-primary:disabled{color:#3b6a9e;background:#60a5fa14}body.dark-theme .custom-btn-soft.custom-btn-primary:hover:not(:disabled){background:#60a5fa40}body.dark-theme .custom-btn-plain.custom-btn-primary{color:#60a5fa}body.dark-theme .custom-btn-plain.custom-btn-primary:disabled{color:#3b6a9e}body.dark-theme .custom-btn-plain.custom-btn-primary:hover:not(:disabled){background:#60a5fa1a}body.dark-theme .custom-btn-solid.custom-btn-success{background:linear-gradient(135deg,#34d399 0%,#22c55e 100%);box-shadow:0 4px 14px #34d39966}body.dark-theme .custom-btn-solid.custom-btn-success:hover:not(:disabled){background:linear-gradient(135deg,#6ee7b7 0%,#34d399 100%);box-shadow:0 6px 20px #34d39980}body.dark-theme .custom-btn-outlined.custom-btn-success{color:#34d399;border-color:#34d399}body.dark-theme .custom-btn-outlined.custom-btn-success:disabled{color:#1f7a5c;border-color:#1f7a5c}body.dark-theme .custom-btn-outlined.custom-btn-success:hover:not(:disabled){background:#34d39926}body.dark-theme .custom-btn-soft.custom-btn-success{color:#34d399;background:#34d39926}body.dark-theme .custom-btn-soft.custom-btn-success:disabled{color:#1f7a5c;background:#34d39914}body.dark-theme .custom-btn-soft.custom-btn-success:hover:not(:disabled){background:#34d39940}body.dark-theme .custom-btn-plain.custom-btn-success{color:#34d399}body.dark-theme .custom-btn-plain.custom-btn-success:disabled{color:#1f7a5c}body.dark-theme .custom-btn-plain.custom-btn-success:hover:not(:disabled){background:#34d3991a}body.dark-theme .custom-btn-solid.custom-btn-danger{background:linear-gradient(135deg,#f87171 0%,#ef4444 100%);box-shadow:0 4px 14px #f8717166}body.dark-theme .custom-btn-solid.custom-btn-danger:hover:not(:disabled){background:linear-gradient(135deg,#fca5a5 0%,#f87171 100%);box-shadow:0 6px 20px #f8717180}body.dark-theme .custom-btn-outlined.custom-btn-danger{color:#f87171;border-color:#f87171}body.dark-theme .custom-btn-outlined.custom-btn-danger:disabled{color:#9b4444;border-color:#9b4444}body.dark-theme .custom-btn-outlined.custom-btn-danger:hover:not(:disabled){background:#f8717126}body.dark-theme .custom-btn-soft.custom-btn-danger{color:#f87171;background:#f8717126}body.dark-theme .custom-btn-soft.custom-btn-danger:disabled{color:#9b4444;background:#f8717114}body.dark-theme .custom-btn-soft.custom-btn-danger:hover:not(:disabled){background:#f8717140}body.dark-theme .custom-btn-plain.custom-btn-danger{color:#f87171}body.dark-theme .custom-btn-plain.custom-btn-danger:disabled{color:#9b4444}body.dark-theme .custom-btn-plain.custom-btn-danger:hover:not(:disabled){background:#f871711a}body.dark-theme .custom-btn-solid.custom-btn-warning{background:linear-gradient(135deg,#fbbf24 0%,#f59e0b 100%);box-shadow:0 4px 14px #fbbf2466}body.dark-theme .custom-btn-solid.custom-btn-warning:hover:not(:disabled){background:linear-gradient(135deg,#fcd34d 0%,#fbbf24 100%);box-shadow:0 6px 20px #fbbf2480}body.dark-theme .custom-btn-outlined.custom-btn-warning{color:#fbbf24;border-color:#fbbf24}body.dark-theme .custom-btn-outlined.custom-btn-warning:disabled{color:#9a7516;border-color:#9a7516}body.dark-theme .custom-btn-outlined.custom-btn-warning:hover:not(:disabled){background:#fbbf2426}body.dark-theme .custom-btn-soft.custom-btn-warning{color:#fbbf24;background:#fbbf2426}body.dark-theme .custom-btn-soft.custom-btn-warning:disabled{color:#9a7516;background:#fbbf2414}body.dark-theme .custom-btn-soft.custom-btn-warning:hover:not(:disabled){background:#fbbf2440}body.dark-theme .custom-btn-plain.custom-btn-warning{color:#fbbf24}body.dark-theme .custom-btn-plain.custom-btn-warning:disabled{color:#9a7516}body.dark-theme .custom-btn-plain.custom-btn-warning:hover:not(:disabled){background:#fbbf241a}body.dark-theme .custom-btn-outlined.custom-btn-neutral{color:#e5e7eb;border-color:#9ca3af}body.dark-theme .custom-btn-outlined.custom-btn-neutral:disabled{color:#6b7280;border-color:#4b5563}body.dark-theme .custom-btn-outlined.custom-btn-neutral:hover:not(:disabled){background:#4b55634d;border-color:#d1d5db}body.dark-theme .custom-btn-soft.custom-btn-neutral{color:#e5e7eb;background:#4b55634d}body.dark-theme .custom-btn-soft.custom-btn-neutral:disabled{color:#6b7280;background:#4b556326}body.dark-theme .custom-btn-soft.custom-btn-neutral:hover:not(:disabled){background:#4b556380}body.dark-theme .custom-btn-plain.custom-btn-neutral{color:#e5e7eb}body.dark-theme .custom-btn-plain.custom-btn-neutral:disabled{color:#6b7280}body.dark-theme .custom-btn-plain.custom-btn-neutral:hover:not(:disabled){background:#4b55634d}body.dark-theme .custom-btn-outlined.custom-btn-main{color:#77b6fb;border-color:#77b6fb}body.dark-theme .custom-btn-outlined.custom-btn-main:disabled{color:#4a6f9a;border-color:#4a6f9a}body.dark-theme .custom-btn-outlined.custom-btn-main:hover:not(:disabled){color:#93c5fd;background:#77b6fb26;border-color:#93c5fd}body.dark-theme .custom-btn-soft.custom-btn-main{color:#77b6fb;background:#77b6fb26}body.dark-theme .custom-btn-soft.custom-btn-main:disabled{color:#4a6f9a;background:#77b6fb14}body.dark-theme .custom-btn-soft.custom-btn-main:hover:not(:disabled){color:#93c5fd;background:#77b6fb40}body.dark-theme .custom-btn-plain.custom-btn-main{color:#77b6fb}body.dark-theme .custom-btn-plain.custom-btn-main:disabled{color:#4a6f9a}body.dark-theme .custom-btn-plain.custom-btn-main:hover:not(:disabled){color:#93c5fd;background:#77b6fb1a}body.dark-theme .custom-btn-solid.custom-btn-input{color:#fff;background:#1f2937cc!important;border:2px solid #374151cc!important}body.dark-theme .custom-btn-solid.custom-btn-input:hover:not(:disabled){background:#1f2937cc!important;border:2px solid #374151cc!important}body.light-theme .custom-input-container,body.light-theme .custom-selector-container{background:#f8fafc;border-color:#e2e8f0}body.light-theme .custom-input-container:hover:not(.custom-input-disabled),body.light-theme .custom-selector-container:hover:not(.custom-selector-disabled){border-color:#94a3b8}body.light-theme .custom-selector-dropdown{background:#fff;border-color:#e2e8f0;box-shadow:0 10px 40px #0000001a}body.light-theme .custom-selector-option:hover,body.light-theme .custom-selector-option-even,body.light-theme .custom-selector-option-odd,body.light-theme .custom-selector-option-even:hover,body.light-theme .custom-selector-option-odd:hover{background:0 0}.custom-menu-wrapper{align-items:center;display:flex;position:relative}.custom-menu-trigger{cursor:pointer;align-items:center;transition:opacity .2s;display:inline-flex}.custom-menu-trigger-disabled{opacity:.5;cursor:not-allowed;pointer-events:none}.custom-menu-trigger-active{opacity:.85}.custom-menu-default-trigger{background:var(--navbar-search-bg);border:2px solid var(--sidebar-border);color:var(--navbar-text);cursor:pointer;border-radius:8px;align-items:center;gap:6px;padding:6px 12px;font-size:12.5px;font-weight:500;transition:all .2s;display:inline-flex}.custom-menu-default-trigger:hover{border-color:var(--sidebar-text-muted);box-shadow:0 0 0 3px #3b82f614}.custom-menu-dropdown{background:var(--sidebar-hover-bg);border:2px solid var(--sidebar-border);z-index:10000000;border-radius:10px;min-width:140px;animation:.2s cubic-bezier(.4,0,.2,1) menuSlide;position:absolute;top:calc(100% + 4px);left:0;overflow:hidden;box-shadow:0 10px 40px #00000026}.custom-menu-dropdown::-webkit-scrollbar{width:4px!important;display:block!important}.custom-menu-dropdown::-webkit-scrollbar-track{margin:10px 0;background:0 0!important}.custom-menu-dropdown::-webkit-scrollbar-thumb{background:var(--sidebar-scrollbar)!important;border-radius:2px!important}.custom-menu-dropdown::-webkit-scrollbar-thumb:hover{background:var(--sidebar-text-muted)!important}.custom-menu-dropdown-bottom-end{left:auto;right:0}.custom-menu-dropdown-top-start{top:auto;bottom:calc(100% + 4px)}.custom-menu-dropdown-top-end{inset:auto 0 calc(100% + 4px) auto}@keyframes menuSlide{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.custom-menu-items{padding:4px}.custom-menu-item{cursor:pointer;color:var(--navbar-text);-webkit-user-select:none;user-select:none;border-radius:6px;align-items:center;gap:8px;padding:8px 10px;font-size:9.5px;transition:all .15s;display:flex}.custom-menu-item:hover:not(.custom-menu-item-disabled){background:var(--navbar-search-bg)}.custom-menu-item-highlighted:not(.custom-menu-item-disabled){background:#3b82f626}.custom-menu-item-disabled{opacity:.5;cursor:not-allowed}.custom-menu-item-danger{color:#ef4444!important}.custom-menu-item-danger:hover:not(.custom-menu-item-disabled){background:#ef444426;color:#dc2626!important}.custom-menu-item-danger.custom-menu-item-highlighted:not(.custom-menu-item-disabled){background:#ef444433;color:#dc2626!important}.custom-menu-item-success{color:#22c55e}.custom-menu-item-success:hover:not(.custom-menu-item-disabled){color:#16a34a;background:#22c55e26}.custom-menu-item-success.custom-menu-item-highlighted:not(.custom-menu-item-disabled){color:#16a34a;background:#22c55e33}.custom-menu-item-icon{width:12px;color:var(--sidebar-text-muted);flex-shrink:0;justify-content:center;align-items:center;display:flex}.custom-menu-item-danger .custom-menu-item-icon,.custom-menu-item-danger .custom-menu-item-danger-label{color:#ef4444!important}.custom-menu-item-success .custom-menu-item-icon,.custom-menu-item-success .custom-menu-item-success-label{color:#22c55e!important}.custom-menu-item-label{white-space:nowrap;text-overflow:ellipsis;flex:1;overflow:hidden}.custom-menu-item-shortcut{color:var(--sidebar-text-muted);background:var(--sidebar-border);border-radius:4px;padding:2px 6px;font-size:11px;font-weight:500}.custom-menu-item-arrow{color:var(--sidebar-text-muted);flex-shrink:0}.custom-menu-divider{background:var(--sidebar-border);height:1px;margin:6px 0}.custom-menu-sm .custom-menu-item{gap:6px;padding:6px 8px;font-size:11px}.custom-menu-sm .custom-menu-item-icon{width:14px}.custom-menu-lg .custom-menu-item{gap:10px;padding:10px 12px;font-size:13px}.custom-menu-lg .custom-menu-item-icon{width:20px}body.dark-theme .custom-menu-dropdown{background:#1e293b;border-color:#334155;box-shadow:0 10px 40px #0006}body.dark-theme .custom-menu-item:hover:not(.custom-menu-item-disabled){background:#334155}body.dark-theme .custom-menu-item-highlighted:not(.custom-menu-item-disabled){background:#3b82f633}body.dark-theme .custom-menu-item-danger:hover:not(.custom-menu-item-disabled),body.dark-theme .custom-menu-item-danger.custom-menu-item-highlighted:not(.custom-menu-item-disabled){background:#ef444440;color:#f87171!important}body.dark-theme .custom-menu-item-success:hover:not(.custom-menu-item-disabled),body.dark-theme .custom-menu-item-success.custom-menu-item-highlighted:not(.custom-menu-item-disabled){color:#4ade80;background:#22c55e40}body.dark-theme .custom-menu-divider,body.dark-theme .custom-menu-item-shortcut{background:#334155}body.light-theme .custom-menu-dropdown{background:#fff;border-color:#e2e8f0;box-shadow:0 10px 40px #0000001a}body.light-theme .custom-menu-item:hover:not(.custom-menu-item-disabled){background:#f1f5f9}body.light-theme .custom-menu-item-highlighted:not(.custom-menu-item-disabled){background:#3b82f61f}body.light-theme .custom-menu-item-danger:hover:not(.custom-menu-item-disabled),body.light-theme .custom-menu-item-danger.custom-menu-item-highlighted:not(.custom-menu-item-disabled){background:#ef44441f;color:#dc2626!important}body.light-theme .custom-menu-item-success:hover:not(.custom-menu-item-disabled),body.light-theme .custom-menu-item-success.custom-menu-item-highlighted:not(.custom-menu-item-disabled){color:#16a34a;background:#22c55e1f}body.light-theme .custom-menu-divider,body.light-theme .custom-menu-item-shortcut{background:#e2e8f0}.neo-tabs-container{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.neo-tablist{background:linear-gradient(135deg,var(--sidebar-hover-bg,#f1f5f9)0%,#1b3b6f05 100%);border:1.5px solid var(--sidebar-border,#e2e8f0);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);-webkit-overflow-scrolling:touch;border-radius:14px;flex-wrap:wrap;place-content:flex-start center;gap:6px;width:fit-content;max-width:100%;margin-bottom:24px;padding:8px;display:flex;position:relative;box-shadow:inset 0 1px 3px #0000000a}.neo-tablist-centered{justify-content:center}.neo-tablist-full{justify-content:stretch;width:100%}.neo-tablist-full .neo-tab{flex:1}.neo-tablist-sm{border-radius:10px;gap:4px;padding:4px}.neo-tablist-sm .neo-tab{padding:6px 14px;font-size:11px}.neo-tablist-md{padding:8px}.neo-tablist-lg{border-radius:16px;gap:8px;padding:10px}.neo-tablist-lg .neo-tab{padding:12px 26px;font-size:14px}.neo-tab-indicator{background:linear-gradient(135deg,var(--sidebar-bg,#fff)0%,#fffffff2 100%);z-index:1;border:1px solid #1b3b6f0d;border-radius:11px;height:36px;transition:all .4s cubic-bezier(.35,.46,.28,.98);position:absolute;top:0;left:0;box-shadow:0 4px 16px #1b3b6f1f,0 1px 3px #00000014}.neo-tab{z-index:2;color:var(--sidebar-text-muted,#64748b);cursor:pointer;white-space:nowrap;text-align:center;letter-spacing:.3px;background:0 0;border:none;border-radius:11px;justify-content:center;align-items:center;gap:7px;padding:10px 20px;font-family:Poppins,Segoe UI,sans-serif;font-size:13px;font-weight:500;transition:all .3s cubic-bezier(.35,.46,.28,.98);display:flex;position:relative;overflow:hidden}.neo-tab:before{content:"";opacity:0;background:linear-gradient(135deg,#1b3b6f00 0%,#1b3b6f0a 100%);border-radius:11px;transition:opacity .3s;position:absolute;inset:0}.neo-tab:hover:not(.neo-tab-disabled):not(.neo-tab-active):before{opacity:1}.neo-tab:hover:not(.neo-tab-disabled):not(.neo-tab-active){color:var(--navbar-text,#1e293b);transform:translateY(-2px)}.neo-tab-active{color:var(--main-color,#1b3b6f);font-weight:600}.neo-tab-active .neo-tab-icon{transform:scale(1.15)}.neo-tab-icon{opacity:.8;justify-content:center;align-items:center;transition:transform .3s cubic-bezier(.35,.46,.28,.98);display:flex}.neo-tab:hover:not(.neo-tab-disabled):not(.neo-tab-active) .neo-tab-icon{opacity:1;transform:translateY(-2px)}.neo-tab-active .neo-tab-icon{opacity:1}.neo-tab-icon svg{width:16px;height:16px}.neo-tab-badge{border-radius:9px;justify-content:center;align-items:center;min-width:18px;height:18px;margin-left:4px;padding:0 6px;font-size:10px;font-weight:700;display:inline-flex}.neo-tab-badge-primary{background:var(--main-color,#1b3b6f);color:#fff}.neo-tab-badge-success{color:#fff;background:#22c55e}.neo-tab-badge-warning{color:#fff;background:#f59e0b}.neo-tab-badge-danger{color:#fff;background:#ef4444}.neo-tab-ripple{border-radius:inherit;pointer-events:none;position:absolute;inset:0;overflow:hidden}.neo-tab-ripple:after{content:"";opacity:0;background:radial-gradient(circle,#00000014 0%,#0000 70%);transition:transform .4s,opacity .2s;position:absolute;inset:0;transform:scale(0)}.neo-tab:active .neo-tab-ripple:after{opacity:1;transform:scale(2.5)}.neo-tab-disabled{opacity:.4;cursor:not-allowed;pointer-events:none}@media (max-width:1200px){.neo-tablist{gap:4px;padding:6px}.neo-tab{padding:8px 16px;font-size:12px}.neo-tab-indicator{height:34px;top:0}}@media (max-width:768px){.neo-tablist{border-radius:10px;gap:3px;margin-bottom:16px;padding:5px}.neo-tab{white-space:nowrap;flex-shrink:0;padding:6px 12px;font-size:11px}.neo-tablist-full .neo-tab{flex:0 auto}.neo-tab-badge{min-width:16px;height:16px;padding:0 4px;font-size:9px}.neo-tab-icon svg{width:14px;height:14px}.neo-tab-label{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.neo-tab-indicator{height:30px;top:0}}@media (max-width:600px){.neo-tablist{border-radius:8px;gap:2px;margin-bottom:12px;padding:4px}.neo-tab{white-space:nowrap;flex-shrink:0;gap:3px;padding:5px 10px;font-size:10px}.neo-tab-label{white-space:nowrap;text-overflow:ellipsis;max-width:70px;overflow:hidden}.neo-tab-badge{min-width:14px;height:14px;padding:0 3px;font-size:8px}.neo-tab-icon svg{width:12px;height:12px}.neo-tab-indicator{height:26px;top:0}}@media (max-width:480px){.neo-tabs-container{width:100%}.neo-tablist{border-radius:6px;gap:1px;margin-bottom:10px;padding:3px}.neo-tab{white-space:nowrap;border-radius:6px;flex-shrink:0;gap:2px;padding:4px 8px;font-size:9px}.neo-tab-label{white-space:nowrap;text-overflow:ellipsis;max-width:60px;font-weight:400;overflow:hidden}.neo-tab-badge{display:none}.neo-tab-icon svg{width:10px;height:10px}.neo-tab-icon{opacity:.7}.neo-tab-indicator{border-radius:8px;height:22px;top:0}}.neo-tabpanel{width:100%;animation:.3s forwards neoTabPanelEnter}.neo-tabpanel-inactive{animation:.2s forwards neoTabPanelExit}@keyframes neoTabPanelEnter{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes neoTabPanelExit{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-4px)}}.neo-tabs-modern .neo-tablist{background:linear-gradient(135deg,var(--sidebar-hover-bg,#f1f5f9)0%,#1b3b6f05 100%);border:1.5px solid var(--sidebar-border,#e2e8f0);box-shadow:inset 0 1px 3px #0000000a,0 1px 3px #00000005}.neo-tabs-glassmorphism .neo-tablist{-webkit-backdrop-filter:blur(16px);background:#ffffffd9;border:1.5px solid #fff6;box-shadow:0 8px 32px #0000001a,inset 0 1px 3px #fff9}.neo-tabs-glassmorphism .neo-tab-indicator{-webkit-backdrop-filter:blur(12px);background:#fffffffa;border:1px solid #ffffff80;box-shadow:0 4px 16px #0000001f,0 1px 3px #00000014}.neo-tabs-gradient .neo-tablist{background:linear-gradient(135deg,var(--main-color,#1b3b6f)0%,#1b3b6fd9 100%);border:none;box-shadow:0 8px 24px #1b3b6f4d}.neo-tabs-gradient .neo-tab{color:#ffffffb3}.neo-tabs-gradient .neo-tab:before{background:linear-gradient(135deg,#fff0 0%,#ffffff14 100%)}.neo-tabs-gradient .neo-tab:hover:not(.neo-tab-disabled):not(.neo-tab-active){color:#fffffff2}.neo-tabs-gradient .neo-tab-active{color:var(--main-color,#1b3b6f)}.neo-tabs-gradient .neo-tab-indicator{background:linear-gradient(135deg,#fff 0%,#fffffffa 100%);border:none;box-shadow:0 6px 20px #0003,0 1px 3px #0000001a}.neo-tabs-minimal .neo-tablist{border:none;border-bottom:2px solid var(--sidebar-border,#e2e8f0);box-shadow:none;background:0 0;border-radius:0;gap:0;padding:0}.neo-tabs-minimal .neo-tab{border-radius:0;padding:12px 20px}.neo-tabs-minimal .neo-tab-indicator{background:var(--main-color,#1b3b6f);border-radius:3px 3px 0 0;height:3px;top:0;left:0;box-shadow:0 0 8px #1b3b6f4d}.neo-tabs-floating .neo-tablist{background:var(--sidebar-bg,#fff);border:1px solid var(--sidebar-border,#e2e8f0);border-radius:100px;padding:5px;box-shadow:0 4px 20px #0000000f}.neo-tabs-floating .neo-tab{border-radius:100px;padding:8px 20px}.neo-tabs-floating .neo-tab-indicator{background:var(--main-color,#1b3b6f);border-radius:100px}.neo-tabs-floating .neo-tab-active{color:#fff}body.dark-theme .neo-tablist{background:#1e293b;border-color:#334155}body.dark-theme .neo-tab{color:#94a3b8}body.dark-theme .neo-tab:hover:not(.neo-tab-disabled):not(.neo-tab-active){color:#e2e8f0;background:#ffffff0d}body.dark-theme .neo-tab-active{color:#f8fafc}body.dark-theme .neo-tab-indicator{background:#334155;box-shadow:0 2px 8px #0003}body.dark-theme .neo-tabs-gradient .neo-tablist{background:var(--main-color,#1b3b6f)}body.dark-theme .neo-tabs-glassmorphism .neo-tablist{background:#1e293be6;border-color:#ffffff1a}body.dark-theme .neo-tabs-minimal .neo-tablist{background:0 0;border-color:#334155}body.dark-theme .neo-tabs-floating .neo-tablist{background:#1e293b;border-color:#334155}body.dark-theme .neo-tabs-floating .neo-tab-indicator{background:linear-gradient(135deg,#e2e8f0 0%,#f8fafc 100%)}body.dark-theme .neo-tabs-floating .neo-tab-active{color:#0f172a}.custom-tabs-container{width:100%}.custom-tablist{border-bottom:2px solid var(--sidebar-border,#e2e8f0);scrollbar-width:none;-ms-overflow-style:none;gap:4px;margin-bottom:16px;padding:4px;display:flex;overflow-x:auto}.custom-tablist::-webkit-scrollbar{display:none}.custom-tablist-centered{justify-content:center}.custom-tablist-standard{background:0 0;border-radius:0}.custom-tablist-contained{background:var(--sidebar-hover-bg,#f1f5f9);border:none;border-radius:12px;padding:6px}.custom-tablist-pills{background:0 0;border:none;gap:8px}.custom-tab{color:var(--sidebar-text-muted,#64748b);cursor:pointer;white-space:nowrap;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:10px 20px;font-family:Poppins,sans-serif;font-size:13px;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.custom-tab:hover:not(.custom-tab-disabled){color:var(--navbar-text,#1e293b);background:#0000000d}.custom-tab-active{color:var(--navbar-text,#1e293b);background-color:var(--main-color);font-weight:600}.custom-tab-active:hover{background-color:var(--main-color)!important}.custom-tablist-standard .custom-tab-active:after{content:"";background:var(--navbar-text,#1e293b);border-radius:1px 1px 0 0;height:2px;position:absolute;bottom:-6px;left:0;right:0}.custom-tablist-contained .custom-tab-active{background:var(--sidebar-bg,#fff);box-shadow:0 1px 3px #0000001a}.custom-tablist-pills .custom-tab{border-radius:20px;padding:8px 16px}.custom-tablist-pills .custom-tab-active,.custom-tablist-pills .custom-tab-active:hover{background:var(--navbar-text,#1e293b);color:#fff}.custom-tab-disabled{opacity:.5;cursor:not-allowed}.custom-tab-icon{justify-content:center;align-items:center;display:flex}.custom-tab-icon img{object-fit:contain;width:18px;height:18px}.custom-tabpanel{animation:.2s ease-out tabPanelFade}@keyframes tabPanelFade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}body.dark-theme .custom-tablist{border-color:#334155}body.dark-theme .custom-tablist-contained{background:#1e293b}body.dark-theme .custom-tab{color:#94a3b8}body.dark-theme .custom-tab:hover:not(.custom-tab-disabled){color:#e2e8f0;background:#ffffff0d}body.dark-theme .custom-tab-active{color:#e2e8f0}body.dark-theme .custom-tablist-standard .custom-tab-active:after{background:#e2e8f0}body.dark-theme .custom-tablist-contained .custom-tab-active{background:#334155}body.dark-theme .custom-tablist-pills .custom-tab-active{color:#1e293b;background:#e2e8f0}.profile-modal-container{border-radius:16px;flex-direction:column;gap:20px;max-width:100%;padding:20px;display:flex}.profile-header{background:linear-gradient(135deg,var(--main-color,#1b3b6f)0%,#1b3b6fe6 100%);border:1px solid #ffffff1a;border-radius:12px;justify-content:center;align-items:center;gap:16px;margin-bottom:16px;padding:12px 16px;display:flex;position:relative;overflow:hidden;box-shadow:0 8px 24px #1b3b6f33,inset 0 1px #ffffff1a}.profile-header:before{content:"";background:url("data:image/svg+xml,%3Csvg width='40' height='40' viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.02'%3E%3Cpath d='M20 20h-4v-4h4v4zm0-8h-4V8h4v4zm8 8h-4v-4h4v4zm0-8h-4V8h4v4zM12 20H8v-4h4v4zm0-8H8V8h4v4z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");position:absolute;inset:0}.profile-avatar{z-index:1;object-fit:cover;border:2px solid #ffffffe6;border-radius:10px;flex-shrink:0;width:86px;height:86px;position:relative;box-shadow:0 2px 8px #00000026}.profile-header-info{z-index:1;min-width:0;position:relative}.profile-name{z-index:1;color:#fff;letter-spacing:-.3px;margin:0 0 2px;font-size:16px;font-weight:600;position:relative}.profile-subtitle{z-index:1;color:#fffc;margin:0;font-size:12px;font-weight:400;position:relative}.profile-status-badge{z-index:1;letter-spacing:.2px;border-radius:8px;align-items:center;gap:6px;padding:6px 14px;font-size:12px;font-weight:600;display:inline-flex;position:relative}.profile-status-active{color:#86efac;background:#22c55e33;border:1px solid #22c55e4d}.profile-status-active:before{content:"";background:#22c55e;border-radius:50%;width:6px;height:6px;animation:2s ease-in-out infinite statusPulse}.profile-status-inactive{color:#fca5a5;background:#ef444433;border:1px solid #ef44444d}.profile-status-inactive:before{content:"";background:#ef4444;border-radius:50%;width:6px;height:6px}.profile-status-other{color:#fde047;background:#eab30833;border:1px solid #eab3084d}.profile-status-other:before{content:"";background:#eab308;border-radius:50%;width:6px;height:6px}@keyframes statusPulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(1.2)}}.info-row{background:var(--sidebar-bg,#fff);border:1px solid var(--sidebar-border,#e2e8f0);border-radius:8px;grid-template-columns:35% 1fr;align-items:start;gap:12px;margin-bottom:6px;padding:10px 12px;font-size:13px;transition:all .2s;display:grid}.info-row:hover{border-color:var(--main-color,#1b3b6f);box-shadow:0 2px 8px #1b3b6f14}.info-row:last-child{margin-bottom:0}.info-row-label{color:var(--sidebar-text-muted,#64748b);align-items:center;gap:6px;font-size:12px;font-weight:500;display:flex}.info-row-value{color:var(--navbar-text,#1e293b);word-break:break-word;padding-top:1px;font-weight:500}.info-row-value img{border:1px solid var(--sidebar-border,#e2e8f0);border-radius:6px;max-width:140px;height:auto}.info-section-header{border-bottom:1.5px solid var(--sidebar-border,#e2e8f0);align-items:center;gap:8px;margin-bottom:12px;padding-bottom:8px;display:flex}.info-section-header h4{color:var(--navbar-text,#1e293b);margin:0;font-size:14px;font-weight:600}body.dark-theme .profile-header{background:var(--main-color,#1b3b6f)}body.dark-theme .profile-avatar{border-color:#ffffffb3}body.dark-theme .profile-name{color:#fff}body.dark-theme .info-row{background:#1e293b;border-color:#334155}body.dark-theme .info-row:hover{border-color:var(--main-color,#1b3b6f);box-shadow:0 2px 8px #1b3b6f26}body.dark-theme .info-row-value{color:#e2e8f0}body.dark-theme .info-row-value img{border-color:#475569}.profile-loading{justify-content:center;align-items:center;min-height:200px;display:flex;position:relative}.profile-loading:before{content:"";background:var(--main-color,#1b3b6f);opacity:.1;border-radius:50%;width:60px;height:60px;animation:1.5s ease-in-out infinite profileLoaderPulse;position:absolute}@keyframes profileLoaderPulse{0%,to{opacity:.1;transform:scale(1)}50%{opacity:.05;transform:scale(1.2)}}.premium-calendar{background:var(--sidebar-bg,#fff);border:1px solid var(--sidebar-border,#e2e8f0);border-radius:16px;width:100%;max-width:360px;padding:20px;box-shadow:0 4px 24px #0000000f}.premium-calendar-header{justify-content:space-between;align-items:center;gap:6px;margin-bottom:16px;display:flex}.premium-calendar-title{align-items:center;gap:4px;display:flex}.premium-calendar-month-selector{margin-right:5px}.premium-calendar-month-selector,.premium-calendar-year-selector{min-width:auto!important}.premium-calendar-month-selector .custom-selector-container,.premium-calendar-year-selector .custom-selector-container{border-radius:5px;transition:all .2s;background:0 0!important;border:none!important;height:auto!important;min-height:auto!important;padding:4px 5px!important}.premium-calendar-month-selector .custom-selector-container:hover,.premium-calendar-year-selector .custom-selector-container:hover{background:var(--sidebar-hover-bg,#f1f5f9)!important}.premium-calendar-month-selector .custom-selector-value,.premium-calendar-year-selector .custom-selector-value{color:var(--navbar-text,#1e293b);font-weight:600;font-size:16px!important}.premium-calendar-year-selector .custom-selector-value{color:var(--sidebar-text-muted,#64748b);font-weight:400}.premium-calendar-month-selector .custom-selector-arrow,.premium-calendar-year-selector .custom-selector-arrow{margin-left:2px}.premium-calendar-month-selector .custom-selector-arrow svg,.premium-calendar-year-selector .custom-selector-arrow svg{width:14px;height:14px}body.dark-theme .premium-calendar-month-selector .custom-selector-container:hover,body.dark-theme .premium-calendar-year-selector .custom-selector-container:hover{background:#334155!important}body.dark-theme .premium-calendar-month-selector .custom-selector-value{color:#f1f5f9}body.dark-theme .premium-calendar-year-selector .custom-selector-value{color:#94a3b8}.premium-calendar-selector{position:relative}.premium-calendar-month{color:var(--navbar-text,#1e293b);font-size:18px;font-weight:600}.premium-calendar-month.selectable,.premium-calendar-year.selectable{cursor:pointer;border-radius:6px;padding:4px 8px;transition:all .2s}.premium-calendar-month.selectable:hover,.premium-calendar-year.selectable:hover{background:var(--sidebar-hover-bg,#f1f5f9)}.premium-calendar-year{color:var(--sidebar-text-muted,#64748b);font-size:18px;font-weight:400}.premium-calendar-dropdown{background:var(--sidebar-bg,#fff);border:1px solid var(--sidebar-border,#e2e8f0);z-index:100;border-radius:12px;margin-top:8px;animation:.2s dropdownFadeIn;position:absolute;top:100%;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:0 8px 32px #0000001f}.premium-calendar-dropdown.month-dropdown{width:160px;max-height:280px;overflow-y:auto}.premium-calendar-dropdown.year-dropdown{width:100px;max-height:280px;overflow-y:auto}.premium-calendar-dropdown .dropdown-item{color:var(--navbar-text,#1e293b);cursor:pointer;text-align:center;padding:10px 16px;font-size:14px;transition:all .15s}.premium-calendar-dropdown .dropdown-item:hover{background:var(--sidebar-hover-bg,#f1f5f9)}.premium-calendar-dropdown .dropdown-item.active{background:var(--main-color,#1b3b6f);color:#fff;font-weight:600}@keyframes dropdownFadeIn{0%{opacity:0;transform:translate(-50%)translateY(-8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.premium-calendar-dropdown::-webkit-scrollbar{width:6px}.premium-calendar-dropdown::-webkit-scrollbar-track{background:0 0}.premium-calendar-dropdown::-webkit-scrollbar-thumb{background:var(--sidebar-border,#e2e8f0);border-radius:3px}.premium-calendar-nav-btn{background:var(--sidebar-hover-bg,#f1f5f9);width:36px;height:36px;color:var(--navbar-text,#1e293b);cursor:pointer;border:none;border-radius:10px;justify-content:center;align-items:center;transition:all .2s;display:flex}.premium-calendar-nav-btn:hover{background:var(--main-color,#1b3b6f);color:#fff}.premium-calendar-today-btn{border:1px solid var(--sidebar-border,#e2e8f0);width:100%;color:var(--main-color,#1b3b6f);cursor:pointer;background:0 0;border-radius:8px;margin-bottom:16px;padding:8px 16px;font-size:12px;font-weight:500;transition:all .2s}.premium-calendar-today-btn:hover{background:var(--main-color,#1b3b6f);color:#fff;border-color:var(--main-color,#1b3b6f)}.premium-calendar-weekdays{grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:8px;display:grid}.premium-calendar-weekday{text-align:center;color:var(--sidebar-text-muted,#64748b);text-transform:uppercase;letter-spacing:.5px;padding:8px 4px;font-size:11px;font-weight:600}.premium-calendar-grid{grid-template-columns:repeat(7,1fr);gap:4px;display:grid;position:relative}.premium-calendar-grid.slide-left{animation:.25s forwards slideOutLeft}.premium-calendar-grid.slide-right{animation:.25s forwards slideOutRight}.premium-calendar-grid.slide-left-in{animation:.25s forwards slideInFromRight}.premium-calendar-grid.slide-right-in{animation:.25s forwards slideInFromLeft}@keyframes slideOutLeft{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(-30px)}}@keyframes slideOutRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(30px)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}.premium-calendar-day{aspect-ratio:1;cursor:pointer;border-radius:10px;justify-content:center;align-items:center;transition:all .15s;display:flex;position:relative}.premium-calendar-day.other-month{opacity:.3}.premium-calendar-day.is-today .premium-calendar-day-number{color:#fff;border-bottom:1px solid var(--navbar-text);font-weight:600}.premium-calendar-day-number{color:var(--navbar-text,#1e293b);font-size:13px;font-weight:500}.premium-calendar-badge{border-radius:50%;justify-content:center;align-items:center;min-width:16px;height:16px;padding:0 4px;font-size:8px;font-weight:700;display:flex;position:absolute;top:0;right:0;box-shadow:0 1px 3px #0003}body.dark-theme .premium-calendar{background:#1e293b;border-color:#334155}body.dark-theme .premium-calendar-month{color:#f1f5f9}body.dark-theme .premium-calendar-month.selectable:hover,body.dark-theme .premium-calendar-year.selectable:hover{background:#334155}body.dark-theme .premium-calendar-year{color:#94a3b8}body.dark-theme .premium-calendar-dropdown{background:#1e293b;border-color:#334155;box-shadow:0 8px 32px #0000004d}body.dark-theme .premium-calendar-dropdown .dropdown-item{color:#e2e8f0}body.dark-theme .premium-calendar-dropdown .dropdown-item:hover{background:#334155}body.dark-theme .premium-calendar-dropdown .dropdown-item.active{background:var(--main-color,#1b3b6f);color:#fff}body.dark-theme .premium-calendar-dropdown::-webkit-scrollbar-thumb{background:#475569}body.dark-theme .premium-calendar-nav-btn{color:#e2e8f0;background:#334155}body.dark-theme .premium-calendar-today-btn{color:#77b6fb;border-color:#334155}body.dark-theme .premium-calendar-today-btn:hover{background:var(--main-color,#1b3b6f);color:#fff}body.dark-theme .premium-calendar-weekday{color:#64748b}body.dark-theme .premium-calendar-day-number{color:#e2e8f0}.attendance-section{background:var(--sidebar-bg,#fff);border:1px solid var(--sidebar-border,#e2e8f0);border-radius:16px;flex-direction:column;justify-content:center;align-items:center;width:100%;padding:20px;display:flex}.attendance-legend{background:var(--sidebar-hover-bg,#f8fafc);border:1px solid var(--sidebar-border,#e2e8f0);border-radius:12px;flex-wrap:wrap;gap:8px;margin-top:16px;padding:16px;display:flex}.attendance-legend-item{color:var(--navbar-text,#1e293b);background:var(--sidebar-bg,#fff);border:1px solid var(--sidebar-border,#e2e8f0);border-radius:8px;align-items:center;gap:8px;padding:6px 12px;font-size:12px;font-weight:500;display:flex}.attendance-badge{color:#fff;border-radius:6px;justify-content:center;align-items:center;min-width:24px;height:24px;padding:0 6px;font-size:10px;font-weight:700;display:inline-flex}body.dark-theme .attendance-section{background:#1e293b;border-color:#334155}body.dark-theme .attendance-legend{background:#0f172a;border-color:#334155}body.dark-theme .attendance-legend-item{color:#e2e8f0;background:#1e293b;border-color:#334155}.attendance-legend-compact{background:var(--sidebar-hover-bg,#f8fafc);border:1px solid var(--sidebar-border,#e2e8f0);border-radius:10px;flex-wrap:wrap;justify-content:center;gap:6px;margin-top:12px;padding:12px;display:flex}.attendance-legend-item-compact{color:var(--navbar-text,#475569);white-space:nowrap;background:var(--sidebar-bg,#fff);border:1px solid var(--sidebar-border,#e2e8f0);border-radius:6px;align-items:center;gap:5px;padding:5px 8px;font-size:10px;font-weight:500;display:inline-flex}.attendance-badge-sm{color:#fff;border-radius:5px;justify-content:center;align-items:center;min-width:20px;height:20px;padding:0 4px;font-size:8px;font-weight:700;display:inline-flex}body.dark-theme .attendance-legend-compact{background:#0f172a;border-color:#334155}body.dark-theme .attendance-legend-item-compact{color:#94a3b8;background:#1e293b;border-color:#334155}.attendance-row{flex-direction:row;align-items:flex-start;gap:20px;display:flex}.attendance-row .attendance-legend-compact{flex-direction:column;align-self:center;margin-top:0}@media (max-width:600px){.attendance-row{flex-direction:column;align-items:center}.attendance-row .attendance-legend-compact{flex-flow:wrap;justify-content:center}}.fee-table-container{border:1px solid var(--sidebar-border,#e2e8f0);background:var(--sidebar-bg,#fff);border-radius:14px;overflow-x:auto;box-shadow:0 2px 12px #0000000a}.fee-table{border-collapse:collapse;width:100%;font-size:13px}.fee-table th,.fee-table td{text-align:left;padding:7px 12px}.fee-table th{background:var(--main-color,#1b3b6f);color:#fff;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px;border-bottom:none;font-size:11px;font-weight:600}.fee-table th:first-child{border-radius:12px 0 0}.fee-table th:last-child{border-radius:0 12px 0 0}.fee-table td{color:var(--navbar-text,#1e293b);border-bottom:1px solid var(--sidebar-border,#e2e8f0);transition:background .2s}.fee-table tr:last-child td{border-bottom:none}.fee-table tbody tr{transition:all .25s}.fee-table tbody tr:hover{background:#1b3b6f0a}.fee-table tbody tr:hover td{color:var(--navbar-text,#0f172a)}.fee-table .amount-cell{color:var(--main-color,#1b3b6f);font-weight:600}.fee-table .status-paid{color:#16a34a;font-weight:600}.fee-table .status-pending{color:#f59e0b;font-weight:600}.fee-table .status-unpaid{color:#ef4444;font-weight:600}body.dark-theme .fee-table th{background:var(--main-color,#1b3b6f);color:#fff;border-color:var(--main-color,#1b3b6f)}body.dark-theme .fee-table td{color:#e2e8f0;border-color:#334155}body.dark-theme .fee-table-container{background:#1e293b;border-color:#334155}body.dark-theme .fee-table tbody tr:hover{background:#1b3b6f26}body.dark-theme .fee-table .amount-cell{color:#60a5fa}@media screen and (max-width:768px){.custom-input-md,.custom-selector-md{height:40px}.custom-btn-md{height:38px;padding:0 16px}.custom-menu-dropdown{min-width:160px}.custom-menu-item{padding:10px;font-size:13px}.neo-tablist{border-radius:12px;gap:2px;padding:4px}.neo-tab{padding:10px 14px;font-size:12px}.neo-tab-indicator{border-radius:10px}.profile-header{border-radius:20px;padding:28px 16px 24px}.profile-avatar{width:100px;height:100px}.profile-name{font-size:20px}.profile-subtitle{font-size:13px}.info-row{border-radius:12px;flex-direction:column;gap:8px;padding:14px 16px}.info-row-label,.info-row-value{width:100%}.info-row-label{font-size:12px}.info-row-value{font-size:14px}.info-row-value img{max-width:100%}.fee-table-container{border-radius:14px}.fee-table th,.fee-table td{padding:12px 10px;font-size:12px}.attendance-section{border-radius:16px;padding:16px}.attendance-legend-compact{border-radius:12px;padding:12px}}@media screen and (max-width:480px){.neo-tablist{justify-content:flex-start}.neo-tab{padding:8px 12px;font-size:11px}.profile-header{border-radius:16px;padding:24px 12px 20px}.profile-avatar{width:80px;height:80px}.profile-name{font-size:18px}.profile-status-badge{padding:8px 14px;font-size:11px}}.print-options-section{margin-top:40px;animation:.6s ease-out fadeInUp}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse-ring{0%{opacity:.8;transform:scale(1)}50%{opacity:.4;transform:scale(1.15)}to{opacity:.8;transform:scale(1)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.print-options-header{letter-spacing:.3px;color:var(--navbar-text);box-shadow:none;background:linear-gradient(135deg,#1b3b6f 0%,#0d1b2a 100%);border:none;border-radius:30px 7px;align-items:center;gap:12px;padding:10px 20px;font-size:14px;font-weight:400;display:flex;transform:none;color:#fff!important}body.dark-theme .print-options-header{background:linear-gradient(135deg,#ededed 0%,#0d1b2a 100%);color:#1e293b!important}.print-options-grid{background:linear-gradient(#f8fafc 0%,#f1f5f9 100%);border:1px solid #e2e8f0;border-radius:10px;flex-wrap:wrap;justify-content:space-around;gap:20px;margin-top:5px;padding:28px;display:flex;box-shadow:0 4px 6px -1px #0000001a,0 20px 40px -10px #0000001a}.print-option-card{background:#fff;border:1px solid #0000000f;border-radius:18px;flex-direction:column;gap:16px;min-width:200px;max-width:260px;padding:24px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008}.print-option-card-glow{opacity:0;pointer-events:none;border-radius:50%;width:200px;height:200px;transition:opacity .4s;position:absolute;top:-100px;right:-100px}.print-option-card--primary .print-option-card-glow{background:radial-gradient(circle,#6366f126 0%,#0000 70%)}.print-option-card--success .print-option-card-glow{background:radial-gradient(circle,#10b98126 0%,#0000 70%)}.print-option-card--warning .print-option-card-glow{background:radial-gradient(circle,#f59e0b26 0%,#0000 70%)}.print-option-card--neutral .print-option-card-glow{background:radial-gradient(circle,#64748b26 0%,#0000 70%)}.print-option-card--info .print-option-card-glow{background:radial-gradient(circle,#3b82f626 0%,#0000 70%)}.print-option-card--danger .print-option-card-glow{background:radial-gradient(circle,#ef444426 0%,#0000 70%)}.print-option-card--purple .print-option-card-glow{background:radial-gradient(circle,#a855f726 0%,#0000 70%)}.print-option-card:hover .print-option-card-glow{opacity:1}.print-option-card:before{content:"";opacity:0;height:4px;transition:opacity .4s;position:absolute;top:0;left:0;right:0}.print-option-card--primary:before{background:linear-gradient(90deg,#6366f1,#8b5cf6,#a855f7)}.print-option-card--success:before{background:linear-gradient(90deg,#10b981,#34d399,#6ee7b7)}.print-option-card--warning:before{background:linear-gradient(90deg,#f59e0b,#fbbf24,#fcd34d)}.print-option-card--neutral:before{background:linear-gradient(90deg,#64748b,#94a3b8,#cbd5e1)}.print-option-card--info:before{background:linear-gradient(90deg,#3b82f6,#60a5fa,#93c5fd)}.print-option-card--danger:before{background:linear-gradient(90deg,#ef4444,#f87171,#fca5a5)}.print-option-card--purple:before{background:linear-gradient(90deg,#a855f7,#c084fc,#d8b4fe)}.print-option-card:hover{border-color:#0000;transform:translateY(-8px);box-shadow:0 20px 40px -12px #00000026,0 8px 16px -8px #0000001a}.print-option-card:hover:before{opacity:1}.print-option-card-header{justify-content:space-between;align-items:center;display:flex}.print-option-icon-wrapper{position:relative}.print-option-icon{color:#fff;z-index:1;border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:52px;height:52px;transition:transform .3s;display:flex;position:relative}.print-option-card:hover .print-option-icon{transform:scale(1.1)rotate(-3deg)}.print-option-icon--primary{background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);box-shadow:0 8px 20px -4px #6366f180}.print-option-icon--success{background:linear-gradient(135deg,#10b981 0%,#059669 100%);box-shadow:0 8px 20px -4px #10b98180}.print-option-icon--warning{background:linear-gradient(135deg,#f59e0b 0%,#d97706 100%);box-shadow:0 8px 20px -4px #f59e0b80}.print-option-icon--neutral{background:linear-gradient(135deg,#64748b 0%,#475569 100%);box-shadow:0 8px 20px -4px #64748b80}.print-option-icon--info{background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);box-shadow:0 8px 20px -4px #3b82f680}.print-option-icon--danger{background:linear-gradient(135deg,#ef4444 0%,#dc2626 100%);box-shadow:0 8px 20px -4px #ef444480}.print-option-icon--purple{background:linear-gradient(135deg,#a855f7 0%,#9333ea 100%);box-shadow:0 8px 20px -4px #a855f780}.print-option-badge{text-transform:uppercase;letter-spacing:.8px;color:#6366f1;background:linear-gradient(135deg,#6366f11a 0%,#8b5cf61a 100%);border:1px solid #6366f133;border-radius:20px;padding:5px 12px;font-size:10px;font-weight:700}.print-option-badge--success{color:#059669;background:linear-gradient(135deg,#10b9811a 0%,#0596691a 100%);border-color:#10b98133}.print-option-badge--warning{color:#d97706;background:linear-gradient(135deg,#f59e0b1a 0%,#d977061a 100%);border-color:#f59e0b33}.print-option-badge--neutral{color:#64748b;background:linear-gradient(135deg,#64748b1a 0%,#4755691a 100%);border-color:#64748b33}.print-option-badge--info{color:#2563eb;background:linear-gradient(135deg,#3b82f61a 0%,#2563eb1a 100%);border-color:#3b82f633}.print-option-badge--danger{color:#dc2626;background:linear-gradient(135deg,#ef44441a 0%,#dc26261a 100%);border-color:#ef444433}.print-option-badge--purple{color:#9333ea;background:linear-gradient(135deg,#a855f71a 0%,#9333ea1a 100%);border-color:#a855f733}.print-option-content{flex:1}.print-option-content h4{color:#0f172a;letter-spacing:-.2px;margin:0 0 8px;font-size:17px;font-weight:700}.print-option-content p{color:#64748b;margin:0 0 14px;font-size:13px;line-height:1.6}.print-option-features{flex-direction:column;gap:8px;margin:0;padding:0;list-style:none;display:flex}.print-option-features li{color:#475569;align-items:center;gap:10px;font-size:12px;font-weight:500;display:flex}.feature-dot{background:#6366f1;border-radius:50%;flex-shrink:0;width:6px;height:6px}.feature-dot--success{background:#10b981}.feature-dot--warning{background:#f59e0b}.feature-dot--neutral{background:#64748b}.feature-dot--info{background:#3b82f6}.feature-dot--danger{background:#ef4444}.feature-dot--purple{background:#a855f7}.print-option-footer{border-top:1px solid #f1f5f9;margin-top:auto;padding-top:16px}.print-option-btn{letter-spacing:.2px;justify-content:center;width:100%;font-weight:600;border-radius:12px!important;padding:12px 20px!important;transition:all .3s!important}.print-option-btn:hover{transform:translateY(-2px);box-shadow:0 6px 20px -4px #0003!important}@media screen and (max-width:768px){.print-options-section{margin-top:30px}.print-options-header{padding:14px 16px;font-size:14px}.print-options-grid{border-radius:0 0 16px 16px;gap:16px;padding:20px}.print-option-card{min-width:100%;max-width:100%;padding:20px}.print-option-icon{width:46px;height:46px}.print-option-features{display:none}}@media screen and (max-width:480px){.print-options-grid,.print-option-card{padding:16px}.print-option-card-header{flex-direction:column;align-items:flex-start;gap:12px}.print-option-icon{width:44px;height:44px}.print-option-content h4{font-size:15px}.print-option-content p{font-size:12px}}body.dark-theme .print-options-grid{background:#0f172a;border-color:#ffffff0f}body.dark-theme .print-option-card{background:#131c32;border-color:#ffffff0f;box-shadow:0 1px 3px #0003,0 4px 12px #00000026}body.dark-theme .print-option-card:hover{border-color:#0000;box-shadow:0 20px 40px -12px #00000080,0 8px 16px -8px #0006}body.dark-theme .print-option-content h4{color:#f1f5f9}body.dark-theme .print-option-content p,body.dark-theme .print-option-features li{color:#94a3b8}body.dark-theme .print-option-footer{border-top-color:#ffffff0f}body.dark-theme .print-option-badge{color:#a5b4fc;background:linear-gradient(135deg,#6366f126 0%,#8b5cf626 100%);border-color:#6366f140}body.dark-theme .print-option-badge--success{color:#6ee7b7;background:linear-gradient(135deg,#10b98126 0%,#05966926 100%);border-color:#10b98140}body.dark-theme .print-option-badge--warning{color:#fcd34d;background:linear-gradient(135deg,#f59e0b26 0%,#d9770626 100%);border-color:#f59e0b40}body.dark-theme .print-option-badge--neutral{color:#cbd5e1;background:linear-gradient(135deg,#64748b26 0%,#47556926 100%);border-color:#64748b40}body.dark-theme .print-option-badge--info{color:#93c5fd;background:linear-gradient(135deg,#3b82f626 0%,#2563eb26 100%);border-color:#3b82f640}body.dark-theme .print-option-badge--danger{color:#fca5a5;background:linear-gradient(135deg,#ef444426 0%,#dc262626 100%);border-color:#ef444440}body.dark-theme .print-option-badge--purple{color:#d8b4fe;background:linear-gradient(135deg,#a855f726 0%,#9333ea26 100%);border-color:#a855f740}
