:root{--font-main:"Segoe UI", Arial, sans-serif;--bg:#f2f5f9;--surface:#fff;--surface-soft:#f8fafc;--text:#142031;--text-muted:#4a5b72;--border:#d6e0eb;--primary:#0057b8;--primary-contrast:#fff;--danger:#b42318;--shadow:0 18px 30px #1420311f}*{box-sizing:border-box}body{min-height:100vh;font-family:var(--font-main);color:var(--text);background:radial-gradient(circle at top right, #d8e7ff 0%, transparent 45%), radial-gradient(circle at bottom left, #d8f2ef 0%, transparent 40%), var(--bg);margin:0}#root{min-height:100vh}a{color:var(--primary);text-decoration:none}a:hover{text-decoration:underline}.auth-page{place-items:center;min-height:100vh;padding:24px;display:grid}.auth-card{background:var(--surface);border:1px solid var(--border);width:100%;max-width:420px;box-shadow:var(--shadow);border-radius:16px;padding:28px}.auth-form{flex-direction:column;gap:16px;display:flex}.auth-form h1{margin:0;font-size:1.75rem}.auth-subtitle{color:var(--text-muted);margin:0}.auth-field{flex-direction:column;gap:6px;display:flex}.auth-field label{font-size:.9rem;font-weight:600}.auth-field input{border:1px solid var(--border);background:var(--surface-soft);width:100%;font:inherit;color:inherit;border-radius:10px;padding:10px 12px}.auth-field input:focus-visible{outline:2px solid color-mix(in srgb, var(--primary) 60%, white);outline-offset:1px}.auth-form button{font:inherit;color:var(--primary-contrast);background:var(--primary);cursor:pointer;border:0;border-radius:10px;padding:12px 16px;font-weight:700}.auth-form button:disabled{opacity:.65;cursor:progress}.auth-error,.auth-error-box{color:var(--danger)}.auth-error{font-size:.8rem}.auth-error-box{border:1px solid color-mix(in srgb, var(--danger) 40%, white);background:color-mix(in srgb, var(--danger) 12%, white);border-radius:10px;margin:0;padding:10px;font-size:.9rem}.auth-helper{color:var(--text-muted);margin:0;font-size:.85rem}.auth-helper--error{color:var(--danger)}.app-shell{min-height:100vh}.app-header{border-bottom:1px solid var(--border);background:var(--surface);justify-content:space-between;align-items:center;gap:16px;padding:14px 24px;display:flex}.brand{font-weight:800}.app-header ul{gap:14px;margin:0;padding:0;list-style:none;display:flex}.app-header a.active{font-weight:700}.logout-link{font-weight:600}.page-content,.not-found{max-width:1080px;margin:0 auto;padding:24px}.page-header h1,.not-found h1{margin-top:0}.page-header p,.not-found p{color:var(--text-muted)}.cards-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:20px;display:grid}.shortcut-card{border:1px solid var(--border);background:var(--surface);border-radius:14px;padding:18px}.shortcut-card h2{margin-top:0}.shortcut-card p{color:var(--text-muted)}.dashboard-stats-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;display:grid}.dashboard-stat-card{border:1px solid var(--border);background:var(--surface-soft);border-radius:12px;padding:14px}.dashboard-stat-card h3{color:var(--text-muted);margin:0 0 8px;font-size:.95rem;font-weight:700}.dashboard-stat-card p{margin:0;font-size:clamp(1.3rem,3vw,1.9rem);font-weight:800;line-height:1.1}.dashboard-stat-card--total{border-left:5px solid #0057b8}.dashboard-stat-card--repeated{border-left:5px solid #0a8f61}.dashboard-stat-card--ok{border-left:5px solid #a96a00}.dashboard-stat-card--missing{border-left:5px solid #b42318}.collection-scope-nav{flex-wrap:wrap;gap:10px;margin:0 0 16px;display:flex}.collection-scope-nav a{border:1px solid var(--border);background:var(--surface);color:var(--text);border-radius:999px;align-items:center;padding:8px 12px;font-weight:600;display:inline-flex}.collection-scope-nav a:hover{text-decoration:none}.collection-scope-nav a.active{background:var(--primary);color:var(--primary-contrast);border-color:var(--primary)}.panel{border:1px solid var(--border);background:var(--surface);border-radius:14px;margin-bottom:16px;padding:18px}.panel h2{margin:0 0 14px;font-size:1.1rem}.filters-form{flex-direction:column;gap:14px;display:flex}.filters-grid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;display:grid}.filters-grid label{flex-direction:column;gap:6px;font-size:.9rem;font-weight:600;display:flex}.filters-grid input,.filters-grid select{border:1px solid var(--border);background:var(--surface-soft);font:inherit;color:inherit;border-radius:10px;padding:9px 10px}.filters-grid input:focus-visible,.filters-grid select:focus-visible{outline:2px solid color-mix(in srgb, var(--primary) 60%, white);outline-offset:1px}.filters-actions{flex-wrap:wrap;gap:10px;display:flex}.btn-toggle-extra-filters{display:none}.collection-extra-filters{flex-direction:column;gap:14px;display:flex}.filters-actions button,.inline-error button,.icon-btn{font:inherit;background:var(--primary);color:var(--primary-contrast);cursor:pointer;border:0;border-radius:10px;padding:10px 12px;font-weight:700}.btn-secondary,.icon-btn--secondary{background:#41546f}.filters-actions button:disabled,.inline-error button:disabled,.icon-btn:disabled{opacity:.65;cursor:not-allowed}.table-wrapper{border:1px solid var(--border);border-radius:12px;overflow-x:auto}.data-table{border-collapse:collapse;width:100%;min-width:680px}.data-table th,.data-table td{border-bottom:1px solid var(--border);text-align:left;padding:10px 12px;font-size:.95rem}.data-table th{background:var(--surface-soft)}.sort-btn{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;padding:0;font-weight:700}.actions-inline{gap:8px;display:inline-flex}.collection-mobile-list{display:none}.collection-mobile-card{border:1px solid var(--border);background:var(--surface);border-radius:12px;padding:12px}.collection-mobile-card__header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:10px;display:flex}.collection-mobile-card__header strong{font-size:1rem}.collection-mobile-card__header span{color:var(--text-muted);font-size:.9rem;font-weight:600}.collection-mobile-card__meta{gap:4px;margin-bottom:12px;display:grid}.collection-mobile-card__meta p{margin:0;font-size:.92rem}.collection-mobile-card__meta span{color:var(--text-muted);font-weight:600}.actions-inline--mobile{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.actions-inline--mobile .icon-btn{width:100%}.inline-error{border:1px solid color-mix(in srgb, var(--danger) 35%, white);background:color-mix(in srgb, var(--danger) 10%, white);border-radius:10px;justify-content:space-between;align-items:center;gap:12px;padding:12px;display:flex}.inline-error p{color:var(--danger);margin:0}.inline-error-text{color:var(--danger);margin:0 0 12px;font-weight:600}.row-missing{background:#fff4ed}.row-repeated{background:#edf7ff}@media (width<=720px){.app-header{flex-wrap:wrap;justify-content:flex-start}.app-header ul{order:3;justify-content:space-between;width:100%}.logout-link{margin-left:auto}.inline-error{flex-direction:column;align-items:flex-start}.collection-scope-nav{gap:8px}.filters-form--collection .filters-grid--collection-primary{grid-template-columns:1fr}.filters-form--collection .filters-actions--collection-primary{grid-template-columns:repeat(2,minmax(0,1fr));display:grid}.filters-form--collection .btn-toggle-extra-filters{justify-content:center;display:inline-flex}.filters-form--collection .collection-extra-filters{display:none}.filters-form--collection .collection-extra-filters.is-open{display:flex}.filters-form--collection .filters-grid--collection-advanced{grid-template-columns:1fr}.filters-form--collection .filters-actions--collection-advanced{justify-content:flex-start}.collection-table-desktop{display:none}.collection-mobile-list{gap:10px;display:grid}}
