*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif;background-color:#0f0f0f;color:#e4e4e7;min-height:100vh;-webkit-font-smoothing:antialiased}#root{min-height:100vh}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:#1a1a1a}::-webkit-scrollbar-thumb{background:#333;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#444}.loading{display:flex;align-items:center;justify-content:center;height:100vh;font-size:1.1rem;color:#71717a}.login-container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:20px;background:radial-gradient(ellipse at top,#1a1a2e,#0f0f0f 70%)}.login-card{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:16px;padding:48px 40px;text-align:center;max-width:420px;width:100%;box-shadow:0 8px 32px #0006}.login-card h1{font-size:1.4rem;color:#fafafa;margin-bottom:8px;font-weight:600}.login-card .subtitle{font-size:1rem;color:#a1a1aa;margin-bottom:4px;font-weight:500}.login-card .description{font-size:.85rem;color:#71717a;margin-bottom:36px}.google-btn-wrapper{display:flex;justify-content:center}.form-container{max-width:720px;margin:0 auto;padding:32px 16px 80px}.form-header{background:linear-gradient(135deg,#1e1b4b,#312e81);border:1px solid #3730a3;border-radius:12px;padding:28px 28px 20px;margin-bottom:16px}.form-header h1{font-size:1.4rem;font-weight:600;margin-bottom:6px;color:#e0e7ff}.form-description{font-size:.8rem;color:#a5b4fc;opacity:.9}.user-info{display:flex;align-items:center;gap:12px;margin-top:16px;padding-top:14px;border-top:1px solid rgba(255,255,255,.1);font-size:.8rem;color:#c7d2fe}.logout-btn{background:#ffffff14;color:#c7d2fe;border:1px solid rgba(255,255,255,.15);border-radius:6px;padding:5px 14px;cursor:pointer;font-size:.75rem;transition:all .2s}.logout-btn:hover{background:#ffffff26;color:#fff}.form-section{background:#1a1a1a;border-radius:10px;padding:24px;margin-top:12px;border:1px solid #2a2a2a;transition:border-color .2s}.form-section:focus-within{border-color:#4f46e5}.section-label{display:block;font-size:.9rem;font-weight:500;margin-bottom:8px;color:#e4e4e7}.required{color:#ef4444}.section-hint{font-size:.75rem;color:#71717a;margin-bottom:12px}.text-input,.textarea-input{width:100%;padding:10px 12px;border:1px solid #2a2a2a;border-radius:8px;font-size:.9rem;font-family:inherit;outline:none;background:#0f0f0f;color:#e4e4e7;transition:border-color .2s}.text-input:focus,.textarea-input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.text-input::placeholder,.textarea-input::placeholder{color:#52525b}.textarea-input{resize:vertical;min-height:90px}.select-input{padding:10px 32px 10px 12px;border:1px solid #2a2a2a;border-radius:8px;font-size:.9rem;font-family:inherit;outline:none;background:#0f0f0f;color:#e4e4e7;cursor:pointer;max-width:260px;width:100%;transition:border-color .2s;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='%2371717a' viewBox='0 0 16 16'%3E%3Cpath d='M8 11L3 6h10l-5 5z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center}.select-input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.select-input option{background:#1a1a1a;color:#e4e4e7}.drop-zone{border:2px dashed #3f3f46;border-radius:10px;padding:28px 20px;text-align:center;cursor:pointer;transition:all .2s;background:#0f0f0f}.drop-zone:hover{border-color:#6366f1;background:#6366f10a}.drop-zone--active{border-color:#6366f1;background:#6366f114}.drop-zone--full{cursor:default;opacity:.7}.drop-zone__prompt{display:flex;flex-direction:column;align-items:center;gap:8px;color:#71717a}.drop-zone__prompt svg{color:#52525b}.drop-zone__prompt p{font-size:.9rem;color:#a1a1aa;margin:0}.drop-zone__prompt span{font-size:.75rem;color:#52525b}.drop-zone__info{display:flex;align-items:center;justify-content:center;gap:16px;font-size:.85rem;color:#a1a1aa}.drop-zone__add{color:#818cf8;font-weight:500}.photo-previews{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:12px;margin-top:14px}.photo-preview{position:relative;border-radius:8px;overflow:hidden;border:1px solid #2a2a2a;background:#0f0f0f}.photo-preview img{width:100%;aspect-ratio:1;object-fit:cover;display:block}.photo-remove{position:absolute;top:4px;right:4px;width:22px;height:22px;border-radius:50%;background:#ef4444d9;color:#fff;border:none;font-size:14px;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center}.photo-name{display:block;padding:4px 6px;font-size:.65rem;color:#71717a;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.select-rows{display:flex;flex-direction:column;gap:0;margin-top:10px}.select-row{display:flex;align-items:center;justify-content:space-between;padding:10px 0;border-bottom:1px solid #1f1f1f}.select-row:last-child{border-bottom:none}.select-row__label{font-size:.85rem;color:#a1a1aa}.worker-select,.weather-select{padding:8px 12px;border:1px solid #3f3f46;border-radius:6px;font-size:.85rem;font-family:inherit;background:#27272a;color:#e4e4e7;cursor:pointer;min-width:70px}.weather-select{width:100%;padding:12px 14px}.worker-select:focus,.weather-select:focus{outline:none;border-color:#6366f1}.radio-group{display:flex;gap:12px}.radio-option{display:flex;align-items:center;gap:8px;padding:10px 20px;background:#ffffff08;border:1px solid #3f3f46;border-radius:8px;cursor:pointer;transition:all .2s;color:#a1a1aa}.radio-option:hover{border-color:#6366f1}.radio-option.checked{background:#6366f114;border-color:#6366f1;color:#e4e4e7}.radio-option input[type=radio]{width:18px;height:18px;accent-color:#6366f1;cursor:pointer}.materials-table{display:flex;flex-direction:column;gap:8px}.materials-header{display:grid;grid-template-columns:1fr 100px 100px 36px;gap:8px;font-size:.8rem;color:#71717a;padding:0 4px}.materials-row{display:grid;grid-template-columns:1fr 100px 100px 36px;gap:8px;align-items:center}.material-input,.quantity-input{padding:10px 12px;border:1px solid #3f3f46;border-radius:6px;font-size:.85rem;font-family:inherit;background:#27272a;color:#e4e4e7}.material-input:focus,.quantity-input:focus{outline:none;border-color:#6366f1}.material-input::placeholder,.quantity-input::placeholder{color:#52525b}.unit-select{padding:10px 8px;border:1px solid #3f3f46;border-radius:6px;font-size:.85rem;font-family:inherit;background:#27272a;color:#e4e4e7;cursor:pointer}.unit-select:focus{outline:none;border-color:#6366f1}.remove-row-btn{width:36px;height:36px;border:1px solid #3f3f46;border-radius:6px;background:transparent;color:#ef4444;font-size:1.2rem;cursor:pointer;transition:all .2s}.remove-row-btn:hover:not(:disabled){background:#ef44441a;border-color:#ef4444}.remove-row-btn:disabled{opacity:.3;cursor:not-allowed}.add-row-btn{padding:8px 16px;border:1px dashed #3f3f46;border-radius:6px;background:transparent;color:#6366f1;font-size:.85rem;cursor:pointer;transition:all .2s;margin-top:4px}.add-row-btn:hover{background:#6366f114;border-color:#6366f1}.wheel-trigger{padding:7px 14px;border:1px solid #2a2a2a;border-radius:6px;font-size:.85rem;font-family:inherit;background:#0f0f0f;color:#52525b;cursor:pointer;min-width:60px;text-align:center;transition:border-color .2s,background .2s}.wheel-trigger--has-value{color:#e4e4e7;border-color:#4f46e5;background:#4f46e50f}.wheel-trigger:active{background:#4f46e51a}.wheel-overlay{position:fixed;inset:0;background:#0009;z-index:1000;display:flex;align-items:flex-end;justify-content:center;animation:fadeIn .15s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.wheel-sheet{background:#1a1a1a;border-radius:16px 16px 0 0;width:100%;max-width:400px;animation:slideUp .2s ease;padding-bottom:env(safe-area-inset-bottom,0)}.wheel-sheet__header{display:flex;justify-content:space-between;padding:14px 20px;border-bottom:1px solid #2a2a2a}.wheel-sheet__btn{background:none;border:none;font-size:.85rem;font-family:inherit;cursor:pointer;padding:4px 8px;border-radius:4px}.wheel-sheet__btn--clear{color:#71717a}.wheel-sheet__btn--confirm{color:#818cf8;font-weight:600}.wheel-container{position:relative;overflow:hidden}.wheel-highlight{position:absolute;top:50%;left:16px;right:16px;height:44px;transform:translateY(-50%);border-top:1px solid #3f3f46;border-bottom:1px solid #3f3f46;pointer-events:none;z-index:1}.wheel-list{height:100%;overflow-y:auto;-webkit-overflow-scrolling:touch}.wheel-list::-webkit-scrollbar{display:none}.wheel-item{height:44px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;color:#52525b;cursor:pointer;transition:color .15s;-webkit-user-select:none;user-select:none}.wheel-item--active{color:#fafafa;font-weight:600}.form-actions{margin-top:28px;display:flex;gap:12px}.submit-btn{background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;border:none;border-radius:8px;padding:12px 28px;font-size:.9rem;cursor:pointer;font-family:inherit;font-weight:500;transition:all .2s;box-shadow:0 2px 8px #4f46e54d}.submit-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #4f46e566}.submit-btn:active{transform:translateY(0)}.submit-btn:disabled{background:#27272a;color:#52525b;cursor:not-allowed;box-shadow:none;transform:none}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:#166534;color:#f0fdf4;padding:12px 24px;border-radius:10px;font-size:.85rem;font-weight:500;box-shadow:0 4px 20px #0006;z-index:2000;animation:toastIn .3s ease,toastOut .3s ease 3.7s forwards}@keyframes toastIn{0%{opacity:0;transform:translate(-50%) translateY(20px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@keyframes toastOut{0%{opacity:1;transform:translate(-50%) translateY(0)}to{opacity:0;transform:translate(-50%) translateY(20px)}}@media(max-width:600px){.form-container{padding:16px 10px 50px}.form-header{padding:20px;border-radius:10px}.form-section{padding:18px 14px}.select-row__label{font-size:.8rem}.admin-container{padding:16px 12px}.admin-header{flex-wrap:wrap;gap:12px}.admin-header h1{font-size:1.1rem}.admin-tabs{margin-left:-12px;margin-right:-12px;padding-left:12px;padding-right:12px}.admin-tab{padding:8px 14px;font-size:.8rem}}.admin-login-container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:20px;background:radial-gradient(ellipse at top,#1a1a2e,#0f0f0f 70%)}.admin-login-card{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:16px;padding:48px 40px;text-align:center;max-width:380px;width:100%;box-shadow:0 8px 32px #0006}.admin-login-card h1{font-size:1.4rem;color:#fafafa;margin-bottom:4px;font-weight:600}.admin-subtitle{font-size:.85rem;color:#71717a;margin-bottom:28px}.admin-error{background:#ef44441a;color:#f87171;padding:10px 14px;border-radius:8px;margin-bottom:16px;font-size:.85rem;border:1px solid rgba(239,68,68,.2)}.admin-input{width:100%;padding:12px 14px;border:1px solid #2a2a2a;border-radius:8px;font-size:.9rem;font-family:inherit;outline:none;background:#0f0f0f;color:#e4e4e7;margin-bottom:12px;transition:border-color .2s}.admin-input:focus{border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.admin-input::placeholder{color:#52525b}.admin-login-btn{width:100%;padding:12px;background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;border:none;border-radius:8px;font-size:.9rem;font-family:inherit;font-weight:500;cursor:pointer;margin-top:8px;transition:all .2s;box-shadow:0 2px 8px #4f46e54d}.admin-login-btn:hover{transform:translateY(-1px);box-shadow:0 4px 12px #4f46e566}.admin-login-btn:disabled{background:#27272a;color:#52525b;cursor:not-allowed;box-shadow:none;transform:none}.admin-container{width:100%;padding:24px}.admin-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px}.admin-header h1{font-size:1.3rem;color:#fafafa;font-weight:600}.admin-logout-btn{background:#ffffff14;color:#a1a1aa;border:1px solid #2a2a2a;border-radius:6px;padding:7px 16px;cursor:pointer;font-size:.8rem;font-family:inherit;transition:all .2s}.admin-logout-btn:hover{background:#ffffff1f;color:#fafafa}.admin-tabs{display:flex;gap:4px;margin-bottom:20px;border-bottom:1px solid #2a2a2a;padding-bottom:0;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none}.admin-tabs::-webkit-scrollbar{display:none}.admin-tab{background:none;border:none;color:#71717a;font-size:.85rem;font-family:inherit;padding:10px 18px;cursor:pointer;border-bottom:2px solid transparent;transition:all .2s;white-space:nowrap;flex-shrink:0}.admin-tab:hover{color:#a1a1aa}.admin-tab.active{color:#818cf8;border-bottom-color:#818cf8}.admin-content{min-height:300px}.admin-loading{text-align:center;color:#71717a;padding:40px;font-size:.9rem}.admin-empty{text-align:center;color:#52525b;padding:40px;font-size:.9rem}.admin-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:16px}.stat-card{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:12px;padding:24px;display:flex;flex-direction:column;align-items:center;gap:8px}.stat-value{font-size:2rem;font-weight:700;color:#818cf8}.stat-label{font-size:.8rem;color:#71717a}.admin-table-wrap{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:.85rem}.admin-table th{text-align:left;padding:12px 14px;color:#71717a;font-weight:500;border-bottom:1px solid #2a2a2a;white-space:nowrap}.admin-table td{padding:12px 14px;color:#e4e4e7;border-bottom:1px solid #1f1f1f}.admin-table tr:hover td{background:#ffffff05}.td-truncate{max-width:250px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.admin-table--compact th,.admin-table--compact td{padding:8px 10px;font-size:.75rem}.td-wrap{max-width:180px;white-space:pre-wrap;word-break:break-word}.td-small{font-size:.75rem;color:#a1a1aa;max-width:160px;vertical-align:top}.td-list{display:flex;flex-direction:column;gap:3px}.td-list-item{display:flex;justify-content:space-between;align-items:center;gap:8px;padding:2px 6px;background:#ffffff08;border-radius:3px;border-left:2px solid #6366f1}.td-list-label{color:#a1a1aa;white-space:nowrap}.td-list-value{color:#e4e4e7;font-weight:500;white-space:nowrap}.reports-table-container{width:100%;overflow-x:auto}.reports-table{width:100%;border-collapse:collapse;font-size:.85rem}.reports-table th{text-align:left;padding:10px 12px;color:#71717a;font-weight:500;font-size:.75rem;text-transform:uppercase;letter-spacing:.5px;border-bottom:1px solid #27272a;white-space:nowrap;vertical-align:top}.th-filter{display:flex;flex-direction:column;gap:6px}.th-filter select{padding:4px 6px;background:#27272a;border:1px solid #3f3f46;border-radius:4px;color:#d4d4d8;font-size:.7rem;cursor:pointer;min-width:80px}.th-filter select:focus,.th-filter input:focus{outline:none;border-color:#6366f1}.date-filter-input{padding:4px 6px;background:#27272a;border:1px solid #3f3f46;border-radius:4px;color:#d4d4d8;font-size:.7rem;cursor:pointer;min-width:100px}.date-filter-input::-webkit-calendar-picker-indicator{filter:invert(.7);cursor:pointer}.reports-table td{padding:12px 16px;color:#d4d4d8;border-bottom:1px solid #1f1f23;vertical-align:middle}.reports-table .clickable-row{cursor:pointer;transition:background .15s}.reports-table .clickable-row:hover{background:#6366f10d}.reports-table .td-object{font-weight:500;color:#e4e4e7}.reports-table .td-work{max-width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.safety-indicator{display:inline-block;width:20px;height:20px;line-height:20px;text-align:center;border-radius:4px;font-size:.75rem}.safety-indicator.yes{background:#4ade8026;color:#4ade80}.safety-indicator.no{background:#f8717126;color:#f87171}.table-delete-btn{padding:4px 10px;background:transparent;color:#71717a;border:1px solid #3f3f46;border-radius:4px;font-size:.7rem;cursor:pointer;transition:all .2s}.table-delete-btn:hover{color:#ef4444;border-color:#ef4444;background:#ef44441a}.report-modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.report-modal{background:#18181b;border-radius:12px;width:100%;max-width:700px;max-height:90vh;overflow:hidden;display:flex;flex-direction:column;border:1px solid #27272a}.report-modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;background:#1f1f23;border-bottom:1px solid #27272a}.rmh-info{display:flex;align-items:center;gap:16px}.rmh-date{font-size:.8rem;color:#71717a}.rmh-object{font-size:1rem;font-weight:600;color:#e4e4e7}.rmh-user{font-size:.8rem;color:#a1a1aa}.rmh-close{width:32px;height:32px;border:none;background:transparent;color:#71717a;font-size:1.5rem;cursor:pointer;border-radius:6px;transition:all .2s}.rmh-close:hover{background:#27272a;color:#e4e4e7}.report-modal-body{padding:20px;overflow-y:auto;flex:1}.rm-section{margin-bottom:20px}.rm-section label,.rm-item label{display:block;font-size:.7rem;font-weight:600;color:#52525b;text-transform:uppercase;letter-spacing:.5px;margin-bottom:8px}.rm-section p{margin:0;font-size:.9rem;color:#d4d4d8;line-height:1.6;white-space:pre-wrap}.rm-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.rm-item{padding:12px;background:#1f1f23;border-radius:8px}.rm-item.wide{grid-column:1 / -1}.rm-item span{font-size:.9rem;color:#d4d4d8}.rm-safety.yes{color:#4ade80}.rm-safety.no{color:#f87171}.rm-tags{display:flex;flex-wrap:wrap;gap:6px}.rm-tag{padding:4px 10px;background:#27272a;border-radius:4px;font-size:.8rem;color:#a1a1aa}.rm-vehicles,.rm-materials{display:flex;flex-direction:column;gap:6px}.rm-vehicle,.rm-material{display:flex;align-items:center;gap:12px;padding:8px 12px;background:#27272a;border-radius:6px}.rm-vehicle{border-left:3px solid #6366f1}.rmv-name,.rmm-name{font-size:.85rem;color:#e4e4e7;flex:1}.rmv-plate{font-size:.8rem;color:#71717a;font-family:monospace}.rmv-fuel{font-size:.8rem;color:#fb923c;font-weight:500}.rmm-qty{font-size:.85rem;color:#22d3ee;font-weight:500}.rm-photos{display:flex;gap:10px;flex-wrap:wrap}.rm-photo{width:100px;height:100px;object-fit:cover;border-radius:8px;cursor:pointer;border:2px solid transparent;transition:all .2s}.rm-photo:hover{border-color:#6366f1;transform:scale(1.02)}.report-modal-footer{padding:16px 20px;border-top:1px solid #27272a;display:flex;justify-content:flex-end}.rm-delete-btn{padding:8px 16px;background:transparent;color:#ef4444;border:1px solid #ef4444;border-radius:6px;font-size:.85rem;cursor:pointer;transition:all .2s}.rm-delete-btn:hover{background:#ef44441a}@media(max-width:900px){.reports-table{font-size:.75rem}.reports-table th,.reports-table td{padding:8px 10px}.reports-table .td-work{max-width:150px}.th-filter select,.date-filter-input{min-width:70px;font-size:.65rem}}@media(max-width:768px){.reports-table th:nth-child(5),.reports-table td:nth-child(5),.reports-table th:nth-child(6),.reports-table td:nth-child(6),.reports-table th:nth-child(8),.reports-table td:nth-child(8){display:none}.reports-table .td-work{max-width:120px}.report-modal{max-width:100%;max-height:100vh;border-radius:0;margin:0}.report-modal-overlay{padding:0}.rm-grid{grid-template-columns:1fr}.rm-photo{width:80px;height:80px}}@media(max-width:600px){.reports-table-container{overflow-x:visible}.reports-table,.reports-table thead,.reports-table tbody,.reports-table tr,.reports-table th,.reports-table td{display:block}.reports-table thead{position:sticky;top:0;background:#18181b;z-index:10;padding:10px;border-bottom:1px solid #27272a}.reports-table thead tr{display:flex;flex-wrap:wrap;gap:8px;align-items:flex-end}.reports-table th{padding:0;border:none}.reports-table th:nth-child(n+4){display:none}.reports-table th:nth-child(1),.reports-table th:nth-child(2),.reports-table th:nth-child(3){display:block;flex:1;min-width:80px}.th-filter{gap:4px}.th-filter span{font-size:.65rem}.th-filter select,.date-filter-input{width:100%;min-width:unset}.reports-table tbody tr{margin-bottom:8px;background:#1f1f23;border-radius:8px;padding:12px;border:1px solid #27272a}.reports-table tbody tr:active{background:#27272a}.reports-table td{padding:4px 0;border:none;display:flex;justify-content:space-between;align-items:center}.reports-table td:before{content:attr(data-label);font-size:.7rem;color:#71717a;font-weight:500;text-transform:uppercase;flex-shrink:0}.reports-table td:nth-child(5),.reports-table td:nth-child(6){display:flex!important;padding:6px 0}.reports-table td:nth-child(7),.reports-table td:nth-child(8),.reports-table td:nth-child(9){display:none!important}.reports-table td[data-label=სამუშაო]{flex-direction:column;align-items:flex-start;gap:2px;margin:6px 0;background:#6366f10d;border-radius:6px;padding:10px}.reports-table td[data-label=სამუშაო]:before{font-size:.65rem;margin-bottom:2px}.reports-table .td-work{max-width:none;white-space:normal;font-size:.8rem;color:#d4d4d8;line-height:1.5;word-break:break-word}.reports-table td:last-child{justify-content:flex-end;padding-top:8px;margin-top:4px;border-top:1px solid #27272a}.reports-table td:last-child:before{display:none}.table-delete-btn{padding:6px 12px}.rmh-info{flex-direction:column;align-items:flex-start;gap:4px}.report-modal-header{padding:12px 16px}.report-modal-body{padding:16px}.rm-section{margin-bottom:16px}.rm-vehicle,.rm-material{flex-wrap:wrap;gap:8px}.rmv-name,.rmm-name{width:100%}.rm-photo{width:70px;height:70px}}.whitelist-section{max-width:500px}.whitelist-form{display:flex;gap:10px;margin-bottom:16px}.whitelist-input{flex:1;margin-bottom:0}.whitelist-add-btn{padding:10px 20px;background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;border:none;border-radius:8px;font-size:.85rem;font-family:inherit;font-weight:500;cursor:pointer;white-space:nowrap;transition:all .2s}.whitelist-add-btn:hover{transform:translateY(-1px);box-shadow:0 2px 8px #4f46e54d}.whitelist-error{color:#f87171;font-size:.8rem;margin-bottom:12px}.whitelist-list{display:flex;flex-direction:column;gap:6px}.whitelist-item{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#1a1a1a;border:1px solid #2a2a2a;border-radius:8px}.whitelist-email{font-size:.85rem;color:#e4e4e7}.whitelist-remove-btn{background:none;border:none;color:#ef4444;font-size:.75rem;font-family:inherit;cursor:pointer;padding:4px 10px;border-radius:4px;transition:background .2s}.whitelist-remove-btn:hover{background:#ef44441a}.config-container{max-width:600px;display:flex;flex-direction:column;gap:20px}.config-section{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:10px;padding:16px}.config-section-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.config-label{font-size:.85rem;font-weight:500;color:#e4e4e7}.config-add-btn{background:none;border:1px solid #3730a3;color:#818cf8;font-size:.75rem;font-family:inherit;padding:4px 10px;border-radius:6px;cursor:pointer;transition:background .2s}.config-add-btn:hover{background:#6366f11a}.config-items{display:flex;flex-wrap:wrap;gap:6px}.config-item{display:flex;align-items:center;gap:6px;background:#0f0f0f;border:1px solid #2a2a2a;border-radius:6px;padding:5px 8px 5px 12px;font-size:.8rem;color:#a1a1aa}.config-remove-btn{background:none;border:none;color:#ef4444;font-size:1rem;cursor:pointer;line-height:1;padding:0 2px}.config-range{background:#1a1a1a;border:1px solid #2a2a2a;border-radius:10px;padding:16px;display:flex;align-items:center;justify-content:space-between}.config-range-inputs{display:flex;gap:16px;font-size:.8rem;color:#a1a1aa}.config-range-inputs label{display:flex;align-items:center;gap:6px}.config-number{width:60px;padding:6px 8px;border:1px solid #2a2a2a;border-radius:6px;background:#0f0f0f;color:#e4e4e7;font-size:.85rem;font-family:inherit;outline:none}.config-number:focus{border-color:#4f46e5}.config-actions{display:flex;align-items:center;gap:14px;padding-top:8px}.config-save-btn{padding:10px 24px;background:linear-gradient(135deg,#4f46e5,#6366f1);color:#fff;border:none;border-radius:8px;font-size:.85rem;font-family:inherit;font-weight:500;cursor:pointer;transition:all .2s}.config-save-btn:hover{transform:translateY(-1px);box-shadow:0 2px 8px #4f46e54d}.config-saved-msg{color:#4ade80;font-size:.8rem}.photo-modal-overlay{position:fixed;inset:0;background:#000000d9;z-index:3000;display:flex;align-items:center;justify-content:center;padding:20px}.photo-modal{max-width:90vw;max-height:85vh;position:relative}.photo-modal img{max-width:100%;max-height:80vh;border-radius:8px;object-fit:contain}.photo-modal-close{position:absolute;top:-12px;right:-12px;width:28px;height:28px;border-radius:50%;background:#27272a;color:#fafafa;border:none;font-size:16px;cursor:pointer;display:flex;align-items:center;justify-content:center}.photo-modal-nav{display:flex;justify-content:center;gap:8px;margin-top:12px}.photo-modal-nav img{width:48px;height:48px;object-fit:cover;border-radius:6px;cursor:pointer;border:2px solid transparent;opacity:.6;transition:opacity .2s}.photo-modal-nav img.active{border-color:#818cf8;opacity:1}.photos-btn{background:#6366f11a;color:#818cf8;border:1px solid rgba(99,102,241,.3);border-radius:5px;padding:3px 8px;font-size:.7rem;font-family:inherit;cursor:pointer;transition:background .2s}.photos-btn:hover{background:#6366f133}.delete-report-btn{background:none;border:1px solid #ef4444;color:#ef4444;padding:4px 10px;border-radius:4px;cursor:pointer;font-size:.75rem;white-space:nowrap;transition:all .2s}.delete-report-btn:hover{background:#ef4444;color:#fff}.confirm-modal{background:#1e1e2e;border-radius:12px;padding:28px 32px;max-width:420px;width:90%;text-align:center}.confirm-modal h3{margin:0 0 12px;color:#f1f1f1;font-size:1.2rem}.confirm-modal p{color:#a1a1aa;margin:0 0 8px;font-size:.95rem}.confirm-detail{color:#71717a!important;font-size:.85rem!important;margin-bottom:20px!important}.confirm-actions{display:flex;gap:12px;justify-content:center;margin-top:20px}.confirm-cancel{padding:8px 20px;border-radius:6px;border:1px solid #3f3f46;background:none;color:#a1a1aa;cursor:pointer;font-size:.9rem}.confirm-cancel:hover{background:#27272a}.confirm-delete{padding:8px 20px;border-radius:6px;border:none;background:#ef4444;color:#fff;cursor:pointer;font-size:.9rem;font-weight:500}.confirm-delete:hover{background:#dc2626}.vehicles-container{max-width:700px}.vehicle-form{display:flex;gap:10px;margin-bottom:16px}.vehicle-form .admin-input{flex:1}.vehicle-add-btn{padding:8px 18px;border-radius:6px;border:none;background:#6366f1;color:#fff;cursor:pointer;font-size:.85rem;white-space:nowrap}.vehicle-add-btn:hover{background:#4f46e5}.vehicle-filter{display:flex;align-items:center;gap:10px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #27272a}.vehicle-filter-label{color:#71717a;font-size:.85rem}.vehicle-filter-select{padding:6px 12px;border-radius:6px;border:1px solid #3f3f46;background:#18181b;color:#e4e4e7;font-size:.85rem}.vehicle-list{display:flex;flex-direction:column;gap:8px}.vehicle-item{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#1e1e2e;border-radius:8px;border:1px solid #27272a}.vehicle-info{display:flex;flex-direction:column;gap:2px}.vehicle-name{color:#e4e4e7;font-size:.9rem;font-weight:500}.vehicle-plate{color:#6366f1;font-size:.8rem;font-family:monospace}.vehicle-actions{display:flex;align-items:center;gap:10px}.vehicle-object-select{padding:5px 10px;border-radius:5px;border:1px solid #3f3f46;background:#18181b;color:#a1a1aa;font-size:.8rem}.vehicle-delete-btn{width:28px;height:28px;border-radius:50%;border:1px solid #ef4444;background:none;color:#ef4444;cursor:pointer;font-size:1.1rem;display:flex;align-items:center;justify-content:center;transition:all .2s}.vehicle-delete-btn:hover{background:#ef4444;color:#fff}.vehicle-type-select{padding:8px 12px;border-radius:6px;border:1px solid #3f3f46;background:#18181b;color:#e4e4e7;font-size:.85rem}.vehicle-meta{display:flex;align-items:center;gap:8px}.vehicle-type-badge{font-size:.7rem;padding:1px 6px;border-radius:3px;font-weight:500}.vehicle-type-badge.hired{background:#f59e0b26;color:#f59e0b}.vehicle-type-badge.company{background:#22c55e26;color:#22c55e}.vehicle-checkboxes{display:flex;flex-direction:column;gap:6px}.vehicle-checkbox{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#ffffff08;border:1px solid #3f3f46;border-radius:8px;cursor:pointer;transition:all .2s}.vehicle-checkbox:hover{border-color:#6366f1}.vehicle-checkbox.checked{background:#6366f114;border-color:#6366f1}.vehicle-checkbox input[type=checkbox]{width:18px;height:18px;accent-color:#6366f1;cursor:pointer}.vehicle-cb-name{color:#e4e4e7;font-size:.9rem;flex:1}.vehicle-cb-plate{color:#6366f1;font-size:.8rem;font-family:monospace;background:#6366f11a;padding:2px 8px;border-radius:4px}.vehicle-checkbox-wrapper{display:flex;flex-direction:column;gap:0}.vehicle-fuel-row{display:flex;gap:8px;padding:8px 14px 10px 42px;background:#6366f10a;border:1px solid #6366f1;border-top:none;border-radius:0 0 8px 8px;margin-top:-1px}.vehicle-checkbox-wrapper .vehicle-checkbox.checked{border-radius:8px 8px 0 0}.vehicle-fuel-type{padding:6px 10px;background:#27272a;border:1px solid #3f3f46;border-radius:6px;color:#e4e4e7;font-size:.82rem}.vehicle-fuel-amount{width:80px;padding:6px 10px;background:#27272a;border:1px solid #3f3f46;border-radius:6px;color:#e4e4e7;font-size:.82rem}.vehicle-fuel-amount::placeholder{color:#71717a}
