@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&display=swap";:root{--bg:#0f0f13;--surface:#1a1a22;--surface2:#22222e;--border:#2e2e3e;--accent:#4f8ef7;--accent2:#7c6af7;--green:#3ecf8e;--red:#f7604f;--text:#e8e8f0;--muted:#6b6b80;--label:#9898b0;--page:#07070a;--accent-a08:rgba(79,142,247,.08);--accent-a10:rgba(79,142,247,.1);--accent-a12:rgba(79,142,247,.12);--accent-a20:rgba(79,142,247,.2);--accent-a25:rgba(79,142,247,.25);--accent-a40:rgba(79,142,247,.4)}:root[data-theme=light]{--bg:#f4f5f8;--surface:#ffffff;--surface2:#eceef3;--border:#dcdfe8;--accent:#3576e0;--accent2:#7c6af7;--green:#1f9d68;--red:#e04a3a;--text:#16161c;--muted:#8890a0;--label:#565e70;--page:#dfe2ea;--accent-a08:rgba(53,118,224,.08);--accent-a10:rgba(53,118,224,.1);--accent-a12:rgba(53,118,224,.12);--accent-a20:rgba(53,118,224,.2);--accent-a25:rgba(53,118,224,.25);--accent-a40:rgba(53,118,224,.4)}*{box-sizing:border-box;margin:0;padding:0}html{background:var(--page)}body{font-family:Manrope,sans-serif;background:var(--bg);color:var(--text);min-height:100vh;overflow-x:hidden;max-width:460px;margin:0 auto}.no-transition,.no-transition *{transition:none!important}.nav{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 12px;border-bottom:1px solid var(--border);position:sticky;top:0;background:var(--bg);z-index:10}.nav-back{width:36px;height:36px;background:var(--surface);border:1px solid var(--border);border-radius:10px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--label);font-size:18px;transition:all .15s;flex-shrink:0}.nav-back:hover{background:var(--surface2);color:var(--text)}.nav-title{font-size:13px;font-weight:700;letter-spacing:.01em;text-align:center;flex:0 1 auto;padding:0 8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.nav-side{flex:1;display:flex;align-items:center;min-width:0}.nav-actions{flex:1;display:flex;align-items:center;justify-content:flex-end;gap:8px;min-width:0}.nav-lang{display:flex;align-items:center;justify-content:center;min-width:38px;height:28px;font-size:12px;font-weight:700;color:var(--accent);background:var(--accent-a12);border:1px solid var(--accent-a25);border-radius:8px;padding:0 10px;cursor:pointer;transition:all .15s;-webkit-user-select:none;user-select:none}.nav-lang:hover{background:var(--accent-a20)}#themeBtn{font-size:15px}.screen{padding:20px;animation:fadeUp .2s ease}@keyframes fadeUp{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.menu-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.menu-card{background:var(--surface);border:1px solid var(--border);border-radius:16px;padding:20px 16px;cursor:pointer;transition:all .15s;position:relative;overflow:hidden}.menu-card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;opacity:0;transition:opacity .15s}.menu-card:hover{background:var(--surface2);transform:translateY(-1px)}.menu-card:hover:before{opacity:1}.menu-card.fuel:before{background:linear-gradient(90deg,var(--accent),var(--accent2))}.menu-card.warehouse:before{background:linear-gradient(90deg,var(--green),#2ab87a)}.menu-card.vehicle:before{background:linear-gradient(90deg,#f7a34f,#f7604f)}.menu-card.history:before{background:linear-gradient(90deg,var(--accent2),#c46af7)}.menu-card.trips:before{background:linear-gradient(90deg,#4fa3f7,#4fd8f7)}.menu-icon{font-size:28px;margin-bottom:10px}.menu-label{font-size:13px;font-weight:700;line-height:1.3}.menu-sub{font-size:11px;color:var(--muted);margin-top:3px}.form-section{margin-bottom:24px}.form-section-label{font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--muted);margin-bottom:10px}.form-section-label-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:10px}.form-section-label-row .form-section-label{margin-bottom:0}.chem-clear-btn{font-size:11px;font-weight:600;color:var(--red);background:none;border:none;padding:0;cursor:pointer;opacity:.6;letter-spacing:.04em}.chem-clear-btn:active{opacity:1}.field{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:14px 16px;margin-bottom:4px;transition:border-color .15s}.field.compact{padding:12px 14px}.field:focus-within{border-color:var(--accent)}.field.error{border-color:var(--red)!important}.field-label{font-size:11px;font-weight:600;color:var(--label);margin-bottom:6px;text-transform:uppercase;letter-spacing:.05em}.field input{width:100%;background:transparent;border:none;outline:none;font-family:Manrope,sans-serif;font-size:15px;font-weight:500;color:var(--text)}.field input.sm{font-size:14px;font-weight:600}.field-extra{margin-top:8px}input::placeholder{color:var(--muted)}.field-err{font-size:11px;font-weight:600;color:var(--red);margin-bottom:8px;padding-left:2px;display:none}.field-err.show{display:block}.chip-group{display:flex;gap:8px;flex-wrap:wrap}.chip{padding:7px 14px;border-radius:20px;border:1.5px solid var(--border);font-size:13px;font-weight:600;cursor:pointer;transition:all .12s;background:var(--surface);color:var(--label)}.chip.selected{border-color:var(--accent);background:var(--accent-a12);color:var(--accent)}.chip.chip-add{border-style:dashed;color:var(--accent);border-color:var(--accent-a40);background:transparent}.chip.chip-add:hover{background:var(--accent-a08)}.vehicle-search{width:100%;background:var(--surface2);border:1px solid var(--border);border-radius:10px;padding:10px 13px;margin-bottom:8px;font-family:Manrope,sans-serif;font-size:14px;color:var(--text);outline:none;transition:border-color .15s}.vehicle-search:focus{border-color:var(--accent)}.vehicle-search::placeholder{color:var(--muted)}.vehicle-list{display:flex;flex-direction:column;gap:5px;max-height:182px;overflow-y:auto}.vehicle-item{display:flex;align-items:center;justify-content:space-between;padding:9px 11px;border-radius:9px;background:var(--surface2);border:1.5px solid transparent;cursor:pointer;transition:all .12s}.vehicle-item:hover{border-color:var(--border)}.vehicle-item.sel{border-color:var(--accent);background:var(--accent-a10)}.vi-inner{display:flex;flex-direction:column;gap:1px}.vi-name{font-size:13px;font-weight:700}.vi-plate{font-size:11px;color:var(--muted);letter-spacing:.06em;text-transform:uppercase}.vi-check{color:var(--accent);font-size:15px;font-weight:700}.add-well-form{display:flex;gap:6px;margin-top:8px}.add-well-inp{flex:1;background:var(--surface2);border:1px solid var(--border);border-radius:10px;padding:9px 11px;font-family:Manrope,sans-serif;font-size:13px;color:var(--text);outline:none;transition:border-color .15s;min-width:0}.add-well-inp:focus{border-color:var(--accent)}.add-well-inp::placeholder{color:var(--muted)}.add-well-btn{background:var(--accent);border:none;border-radius:10px;padding:9px 14px;font-family:Manrope,sans-serif;font-size:13px;font-weight:700;color:#fff;cursor:pointer;white-space:nowrap;flex-shrink:0}.verif-list{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:12px;overflow:hidden}.verif-item{display:flex;align-items:center;gap:10px;padding:10px 14px;background:var(--surface);border-bottom:1px solid var(--border);cursor:pointer;transition:background .12s}.verif-item:last-child{border-bottom:none}.verif-item:hover{background:var(--surface2)}.verif-item.sel{background:var(--accent-a08)}.verif-name{font-size:13px;font-weight:600;flex:1;color:var(--text)}.verif-check{color:var(--accent);font-size:15px;font-weight:700;flex-shrink:0}.chem-list{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.chem-row{display:flex;align-items:center;gap:6px;background:var(--surface2);border-radius:10px;padding:8px 10px;border:1.5px solid var(--border)}.chem-name-wrap{flex:1;position:relative;min-width:0}.chem-name-inp{width:100%;background:transparent;border:none;outline:none;font-family:Manrope,sans-serif;font-size:13px;font-weight:600;color:var(--text)}.chem-name-inp::placeholder{color:var(--muted)}.chem-qty-inp{width:54px;background:var(--surface);border:1px solid var(--border);border-radius:7px;padding:5px 6px;font-family:Manrope,sans-serif;font-size:13px;font-weight:600;color:var(--text);text-align:right;outline:none}.chem-unit-lbl{font-size:11px;font-weight:700;color:var(--muted);min-width:22px;text-align:center;flex-shrink:0}.chem-del{width:26px;height:26px;border-radius:6px;border:none;background:#f7604f1f;color:var(--red);font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;line-height:1;padding-bottom:1px}.chem-dropdown{position:absolute;top:calc(100% + 4px);left:0;right:0;background:var(--surface);border:1px solid var(--border);border-radius:10px;z-index:50;box-shadow:0 8px 24px #0006;overflow:hidden;max-height:180px;overflow-y:auto}.chem-opt{padding:9px 12px;font-size:13px;font-weight:600;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .1s}.chem-opt:hover{background:var(--surface2)}.chem-opt-unit{font-size:11px;font-weight:700;color:var(--muted)}.photo-upload{background:var(--surface);border:1.5px dashed var(--border);border-radius:12px;padding:28px 16px;text-align:center;cursor:pointer;transition:all .15s;position:relative}.photo-upload:hover{border-color:var(--accent);background:var(--surface2)}.photo-upload-icon{font-size:32px;margin-bottom:8px}.photo-upload-texts{display:flex;flex-direction:column;gap:2px}.photo-upload-text{font-size:13px;font-weight:600;color:var(--label)}.photo-upload-sub{font-size:11px;color:var(--muted);margin-top:3px}.photo-preview{width:100%;border-radius:10px;margin-top:10px;display:none}.photo-upload.has-photo{display:flex;flex-direction:row;align-items:center;gap:14px;padding:14px 16px;text-align:left}.photo-upload.has-photo .photo-upload-icon{display:none}.photo-upload.has-photo .photo-preview{display:block!important;width:60px;min-width:60px;height:60px;object-fit:cover;margin:0;border-radius:8px;cursor:zoom-in;order:-1;flex-shrink:0}.photo-upload.has-photo .photo-upload-text{font-size:13px;font-weight:700;color:var(--text)}.photo-upload.has-photo .photo-upload-sub{display:block;margin-top:2px}.photo-upload.uploading .photo-preview{opacity:.5}.photo-upload.uploading:after{content:"↑";position:absolute;top:8px;right:10px;font-size:11px;font-weight:700;color:var(--accent);animation:pulse 1s infinite}@keyframes pulse{0%,to{opacity:.4}50%{opacity:1}}.photo-lightbox{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#000000e0;z-index:200;align-items:center;justify-content:center}.photo-lightbox.show{display:flex}.photo-lightbox img{max-width:92vw;max-height:88vh;border-radius:10px;object-fit:contain}.history-list{display:flex;flex-direction:column;gap:10px}.history-card{background:var(--surface);border:1px solid var(--border);border-radius:12px;padding:12px 14px;border-left:3px solid var(--border)}.history-card.type-refuel{border-left-color:var(--accent)}.history-card.type-warehouse{border-left-color:var(--green)}.history-card.type-trip{border-left-color:#4fa3f7}.trip-checklist{white-space:pre-line;font-size:13px;line-height:1.55;color:var(--label);padding:12px 14px;background:var(--surface);border:1px solid var(--border);border-radius:12px}.trip-checklist.important{margin-top:8px;color:var(--text);border-color:var(--accent)}.trip-agree{display:flex;align-items:center;gap:10px;margin-top:12px;padding:12px 14px;background:var(--surface);border:1px solid var(--border);border-radius:12px;cursor:pointer;font-size:14px;font-weight:600}.trip-agree input{width:18px;height:18px;flex:0 0 auto;accent-color:var(--accent)}.history-card-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.history-type-badge{font-size:11px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--label)}.history-date{font-size:12px;font-weight:600;color:var(--label)}.history-main{font-size:14px;font-weight:700;margin-bottom:3px;display:flex;align-items:center;gap:7px;flex-wrap:wrap}.history-sub{font-size:12px;color:var(--muted)}.history-items{white-space:pre-line}.history-empty{font-size:13px;color:var(--muted);text-align:center;padding:48px 0}.list-empty{font-size:13px;color:var(--muted);padding:6px 0}.submit-btn{width:100%;padding:16px;border-radius:14px;border:1px solid var(--border);background:var(--surface2);color:var(--text);font-family:Manrope,sans-serif;font-size:15px;font-weight:800;cursor:pointer;letter-spacing:.02em;transition:all .15s;margin-top:8px}.submit-btn:hover{border-color:var(--accent)}.submit-btn.primary{background:linear-gradient(135deg,var(--accent),var(--accent2));color:#fff;border-color:transparent}.submit-btn.primary:hover{opacity:.9;transform:translateY(-1px);border-color:transparent}.toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%);background:#2a1a1a;border:1px solid rgba(247,96,79,.4);border-radius:12px;padding:12px 20px;font-size:13px;font-weight:600;color:var(--red);z-index:100;opacity:0;transition:opacity .2s;pointer-events:none;max-width:88vw;text-align:center}.toast.show{opacity:1}.info-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;overflow:hidden;margin-bottom:16px}.vi-photo{width:100%;max-height:240px;object-fit:cover;border-radius:12px;cursor:pointer;display:block}.info-row,.doc-row{display:flex;justify-content:space-between;align-items:center;padding:11px 16px;border-bottom:1px solid var(--border)}.info-row:last-child,.doc-row:last-child{border-bottom:none}.info-key{font-size:12px;color:var(--muted);font-weight:600}.info-val{font-size:13px;font-weight:700;text-align:right;max-width:60%;word-break:break-all}.doc-left{display:flex;flex-direction:column;gap:2px}.doc-name{font-size:13px;font-weight:700}.doc-exp{font-size:11px;color:var(--muted)}.doc-exp.warn{color:#f7a34f}.doc-exp.bad{color:var(--red)}.doc-dl{font-size:12px;font-weight:700;color:var(--accent);background:var(--accent-a10);border:1px solid var(--accent-a20);border-radius:7px;padding:4px 10px;cursor:pointer;text-decoration:none;white-space:nowrap;flex-shrink:0}.success-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;text-align:center}.success-icon{width:72px;height:72px;background:#3ecf8e26;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:36px;margin-bottom:20px;border:2px solid rgba(62,207,142,.3)}.success-title{font-size:20px;font-weight:800;margin-bottom:8px}.success-sub{font-size:13px;color:var(--muted);line-height:1.6}.app-splash{display:flex;align-items:center;justify-content:center;min-height:100vh}.app-splash .spinner{width:28px;height:28px;border-radius:50%;border:3px solid var(--border);border-top-color:var(--accent);animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.pull-indicator{display:flex;align-items:center;justify-content:center;height:38px}.pull-indicator .spinner{width:16px;height:16px;border-radius:50%;border:2px solid var(--border);border-top-color:var(--accent);animation:spin .7s linear infinite}.volume-row{display:flex;align-items:center;gap:8px}.volume-row+.volume-row{margin-top:6px}.volume-row input{flex:1;min-width:0}.volume-drop{flex-shrink:0;width:28px;height:28px;display:flex;align-items:center;justify-content:center;border-radius:8px;color:var(--muted);cursor:pointer;-webkit-user-select:none;user-select:none;font-size:13px}.volume-drop:hover{background:var(--surface2);color:var(--text)}.volume-add{margin-top:8px;font-size:12px;font-weight:600;color:var(--accent);cursor:pointer;-webkit-user-select:none;user-select:none}.volume-total{display:flex;justify-content:space-between;align-items:baseline;margin-top:10px;padding-top:8px;border-top:1px solid var(--border);font-size:13px;font-weight:700}.volume-total span:first-child{color:var(--muted);font-weight:600}.version-badge{text-align:center;font-size:10px;color:var(--muted);opacity:.45;padding:10px 0 2px;letter-spacing:.04em}
