:root{--bg: #f5f6f8;--panel: #ffffff;--panel-raised: #ffffff;--border: #d1d5db;--text: #1a1a1a;--text-muted: #666666;--accent: #2563eb;--accent-hover: #1d4ed8;--accent-soft: rgba(37, 99, 235, .12);--danger: #b91c1c;--danger-soft: rgba(185, 28, 28, .12);--success: #16a34a;--success-soft: rgba(22, 163, 74, .12)}*{box-sizing:border-box}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif;background:var(--bg);color:var(--text)}select,.form-select,.select-control{appearance:none;-webkit-appearance:none;-moz-appearance:none;max-width:100%;padding:.6rem 2.25rem .6rem .85rem;border-radius:6px;border:1px solid #cbd5e1;background-color:#fff;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2364748B' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;font-size:.875rem;font-family:inherit;color:#0f172a;outline:none;cursor:pointer;box-shadow:0 1px 2px #0000000a;transition:border-color .15s ease,box-shadow .15s ease;box-sizing:border-box}select:hover:not(:disabled),.form-select:hover:not(:disabled),.select-control:hover:not(:disabled){border-color:#94a3b8}select:focus,.form-select:focus,.select-control:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}select:disabled,.form-select:disabled,.select-control:disabled{background-color:#f1f5f9;color:#94a3b8;cursor:not-allowed;border-color:#e2e8f0}.custom-dropdown-wrap{position:relative;width:100%}.custom-dropdown-wrap.status-filter-dropdown{width:160px;flex-shrink:0}.custom-dropdown-wrap.status-filter-dropdown .custom-dropdown-trigger{padding:.42rem .75rem;font-size:.85rem;background:var(--panel-raised, #ffffff);border:1px solid var(--border, #cbd5e1);color:var(--text, #0f172a)}.custom-dropdown-wrap.status-filter-dropdown .custom-dropdown-trigger:hover:not(:disabled){border-color:var(--accent, #2563eb)}.custom-dropdown-wrap.status-filter-dropdown .custom-dropdown-menu{min-width:160px;background:var(--panel, #ffffff);border:1px solid var(--border, #cbd5e1)}.custom-dropdown-wrap.status-filter-dropdown .custom-dropdown-menu button{color:var(--text, #0f172a);font-size:.85rem;padding:.45rem .75rem}.custom-dropdown-wrap.status-filter-dropdown .custom-dropdown-menu button:hover{background:var(--panel-raised, #f1f5f9)}.custom-dropdown-wrap.status-filter-dropdown .custom-dropdown-menu button.selected{background:var(--accent, #2563eb);color:#fff}.custom-dropdown-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.6rem .85rem;border:1px solid #cbd5e1;border-radius:6px;background:#fff;color:#0f172a;font:inherit;font-size:.875rem;line-height:1.4;cursor:pointer;box-shadow:0 1px 2px #0000000a;transition:all .15s ease;box-sizing:border-box}.custom-dropdown-trigger app-icon{color:#64748b;--icon-size: .95rem;flex-shrink:0}.custom-dropdown-trigger:hover:not(:disabled){border-color:#94a3b8}.custom-dropdown-trigger:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb26}.custom-dropdown-trigger:disabled{opacity:.6;cursor:not-allowed;background:#f1f5f9}.custom-dropdown-menu{position:absolute;z-index:100;top:calc(100% + .35rem);left:0;right:0;margin:0;padding:.35rem;list-style:none;border:1px solid #cbd5e1;border-radius:6px;background:#fff;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a;max-height:240px;overflow-y:auto}.custom-dropdown-menu li{margin:0;padding:0}.custom-dropdown-menu button{width:100%;padding:.55rem .75rem;border:none;border-radius:4px;background:transparent;color:#0f172a;font:inherit;font-size:.875rem;text-align:left;cursor:pointer;transition:background .1s ease}.custom-dropdown-menu button:hover{background:#f1f5f9}.custom-dropdown-menu button.selected{background:#2563eb;color:#fff;font-weight:500}.auth-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:1.5rem}.auth-card{width:100%;max-width:360px;padding:2rem;background:var(--panel);border:1px solid var(--border);border-radius:8px;box-shadow:0 1px 4px #00000014}.auth-card h1{margin-top:0;color:var(--text);font-size:1.5rem}.auth-card form{display:flex;flex-direction:column;gap:.25rem}.auth-card label{margin-top:.75rem;color:var(--text);font-size:.875rem;font-weight:600}.auth-card input{padding:.5rem .625rem;border:1px solid var(--border);border-radius:4px;background:var(--panel-raised);color:var(--text);font-size:1rem;width:100%}.auth-card input::placeholder{color:var(--text-muted)}.auth-card input:focus{outline:none;border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-soft)}.auth-card button{margin-top:1.25rem;padding:.625rem;border:none;border-radius:4px;background:var(--accent);color:#fff;font-size:1rem;font-weight:600;cursor:pointer}.auth-card button:hover:not(:disabled){background:var(--accent-hover)}.auth-card button:disabled{opacity:.6;cursor:not-allowed}.auth-card .error{margin:.75rem 0 0;color:var(--danger);font-size:.875rem}.auth-card .field-error{margin:.25rem 0 0;color:var(--danger);font-size:.8rem}.auth-card .hint{margin:.75rem 0 0;color:var(--text-muted);font-size:.8rem}.auth-card p{margin-top:1rem;font-size:.875rem;text-align:center;color:var(--text-muted)}.auth-card p a{color:var(--accent)}.auth-card .password-field{position:relative}.auth-card .password-field input{padding-right:2.5rem}.auth-card .password-toggle{margin:0;position:absolute;top:50%;right:.5rem;transform:translateY(-50%);display:flex;align-items:center;justify-content:center;border:none;background:none;padding:0;color:var(--text-muted);cursor:pointer}.auth-card .password-toggle svg{width:1.1rem;height:1.1rem}.auth-card .password-toggle:hover{color:var(--text)}
