@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&family=Space+Grotesk:wght@500;600;700&display=swap";:root{color:#182338;background:#f4f7fb;font-family:DM Sans,ui-sans-serif,system-ui,sans-serif;font-synthesis:none;line-height:1.55;--ink: #182338;--muted: #5f6d81;--line: #d7e0eb;--surface: #ffffff;--navy: #182338;--blue: #1f5fd6;--blue-soft: #edf3ff;--mint: #c9f1df;--mint-ink: #126445;--danger: #b13f4d;--focus: #175dcc;--shadow: 0 12px 32px rgba(29, 49, 82, .07)}*,*:before,*:after{box-sizing:border-box}html{min-width:320px}body{margin:0;min-width:320px;background:#f4f7fb;color:var(--ink);overflow-x:hidden}button,input,select,textarea{font:inherit}button,a,input,select,textarea{-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}button,input,select,textarea{max-width:100%}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:3px solid rgba(31,95,214,.38);outline-offset:3px}h1,h2,h3,p{margin-top:0}h1,h2,h3,.brand,.stat-value{font-family:Space Grotesk,sans-serif}h1{font-size:clamp(2rem,4vw,3.1rem);letter-spacing:-.06em;line-height:1.05;margin-bottom:12px}h2{font-size:1.35rem;letter-spacing:-.035em;margin-bottom:0}h3{letter-spacing:-.025em}p{color:var(--muted);line-height:1.6}img{display:block;max-width:100%}.splash,.public-loading{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:16px;color:var(--muted)}.logo-mark{width:48px;height:48px;display:inline-grid;place-items:center;border-radius:15px;background:var(--navy);color:#d8f8e6;font:700 25px/1 Space Grotesk,sans-serif;transform:rotate(-6deg)}.logo-mark.small{width:31px;height:31px;border-radius:10px;font-size:17px}.brand{display:inline-flex;align-items:center;gap:10px;font-size:1.3rem;font-weight:700;letter-spacing:-.06em}.spinner{display:inline-block;width:17px;height:17px;border:2px solid #dbe4f0;border-top-color:var(--blue);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.loading-block{display:flex;justify-content:center;align-items:center;gap:10px;padding:50px 0;color:var(--muted)}.topbar{height:74px;background:var(--surface);border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 28px;position:fixed;z-index:10;top:0;left:0;right:0}.topbar-user{display:flex;align-items:center;gap:10px;font-weight:600;font-size:.92rem}.avatar{width:34px;height:34px;border-radius:50%;display:grid;place-items:center;background:var(--mint);color:var(--mint-ink);font-weight:700}.sidebar{position:fixed;top:74px;bottom:0;left:0;width:224px;background:var(--surface);border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:space-between;padding:28px 16px 22px;z-index:9}.sidebar-nav,.sidebar-bottom{display:grid;gap:6px}.nav-item{display:flex;align-items:center;gap:13px;min-height:48px;padding:10px 15px;border-radius:11px;color:var(--muted);font-weight:600;font-size:.9rem;border:0;background:transparent;cursor:pointer;text-align:left}.nav-item span{width:19px;font-size:1.15rem;text-align:center}.nav-item:hover,.nav-item.active{color:var(--ink);background:#f0f5fb}.nav-item.active{box-shadow:inset 3px 0 var(--blue)}.sidebar-footnote{color:#65738a;font-size:.76rem;line-height:1.4;padding:22px 15px 0}.main-content{margin-left:224px;padding:116px 34px 64px;min-height:100vh}.content-width{max-width:1180px;margin:0 auto}.mobile-toggle,.mobile-logout,.nav-backdrop{display:none}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:36px}.eyebrow{color:var(--blue);text-transform:uppercase;font-size:.7rem;letter-spacing:.13em;font-weight:700;margin-bottom:9px}.lead{font-size:1rem;max-width:550px;margin-bottom:0}.section-heading{display:flex;justify-content:space-between;align-items:flex-end;gap:16px;margin:42px 0 18px}.text-link{color:var(--blue);font-weight:700;font-size:.86rem}.text-link:hover{text-decoration:underline}.back-link{display:inline-block;color:var(--muted);font-weight:600;font-size:.86rem;margin-bottom:24px}.back-link:hover{color:var(--ink)}.button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:48px;border-radius:10px;padding:0 17px;font-weight:700;font-size:.87rem;cursor:pointer;border:1px solid transparent;transition:transform .15s,box-shadow .15s,background .15s}.button:hover:not(:disabled){transform:translateY(-1px)}.button:disabled{cursor:wait;opacity:.58}.button.primary{color:#fff;background:var(--navy);box-shadow:0 6px 12px #1823381f}.button.primary:hover:not(:disabled){background:#293a58}.button.secondary{background:var(--blue-soft);color:var(--blue)}.button.ghost{background:#fff;color:var(--ink);border-color:var(--line)}.button.danger{color:var(--danger);background:#fff2f2}.button-row,.detail-actions,.share-buttons,.form-actions{display:flex;align-items:center;flex-wrap:wrap;gap:10px}.full-width{width:100%}.text-button{border:0;background:none;color:var(--muted);min-height:44px;padding:8px 0;cursor:pointer;font-weight:600}.text-button:hover{color:var(--ink)}.danger-text{color:var(--danger);margin-left:10px}.icon-button{width:44px;height:44px;border:0;border-radius:10px;background:transparent;cursor:pointer;color:var(--ink);font-size:1.25rem}.card{min-width:0;background:var(--surface);border:1px solid var(--line);border-radius:17px;padding:25px;box-shadow:var(--shadow)}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.stats-grid .card{display:flex;flex-direction:column;min-height:145px}.stat-label{color:var(--muted);font-size:.82rem;font-weight:600}.stat-value{font-size:2.6rem;line-height:1;margin:17px 0 8px;letter-spacing:-.07em}.stat-check{color:var(--mint-ink)}.stat-meta{color:#617087;font-size:.78rem}.vehicle-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:17px}.vehicle-grid.large{grid-template-columns:repeat(3,minmax(0,1fr))}.vehicle-card{min-width:0;background:var(--surface);border:1px solid var(--line);border-radius:17px;overflow:hidden;box-shadow:var(--shadow);transition:transform .16s,box-shadow .16s}.vehicle-card:hover{transform:translateY(-3px);box-shadow:0 18px 40px #1d31521f}.vehicle-card:focus-visible{outline:3px solid rgba(31,95,214,.38);outline-offset:3px}.vehicle-image{height:180px;background:linear-gradient(135deg,#e2eaf3,#f7fafc);position:relative;display:grid;place-items:center;color:#9aabc0;font-size:3rem;overflow:hidden}.vehicle-image img,.hero-image img,.public-image img{width:100%;height:100%;object-fit:cover}.status-pill{position:absolute;top:13px;left:13px;display:inline-flex;align-items:center;border-radius:100px;padding:5px 9px;font-size:.68rem;font-weight:700}.status-pill.success{background:#d7f5e5;color:#1e6848}.status-pill.muted{background:#eef1f5;color:#526174}.vehicle-card-body{min-height:91px;padding:17px 18px;display:flex;align-items:center;justify-content:space-between;gap:10px}.vehicle-card h3{font-size:1.03rem;margin:0 0 4px}.vehicle-card p{font-size:.8rem;margin:0}.arrow{font-size:1.4rem;color:var(--blue)}.empty-state{text-align:center;padding:36px 15px}.empty-icon{width:45px;height:45px;border-radius:14px;display:grid;place-items:center;margin:0 auto 15px;color:var(--blue);background:var(--blue-soft);font-size:1.55rem;font-weight:700}.empty-state h3{margin-bottom:6px}.empty-state p{max-width:380px;margin:0 auto 22px;font-size:.9rem}.form-stack,.stack-lg{display:grid;gap:27px;min-width:0}.form-section{display:grid;gap:20px;border-bottom:1px solid var(--line);padding-bottom:28px}.form-section:last-of-type{border-bottom:0;padding-bottom:0}.form-section h2{font-size:1.05rem;margin-bottom:5px}.section-copy{font-size:.85rem;margin-bottom:0}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:17px}.field{display:grid;gap:7px;min-width:0}.field-label{color:var(--ink);font-size:.82rem;font-weight:700}.field-hint{color:var(--muted);font-size:.76rem;line-height:1.45}.field-error{color:var(--danger);font-size:.75rem}.input{width:100%;min-width:0;min-height:48px;border:1px solid #c8d4e2;border-radius:10px;color:var(--ink);background:#fff;padding:10px 13px;outline:none;transition:border-color .15s,box-shadow .15s}.input:focus{border-color:var(--blue);box-shadow:0 0 0 3px #2e69f21a}.textarea{padding-top:11px;resize:vertical;min-height:130px}input[type=file].input{padding:8px}input[type=file]::file-selector-button{min-height:32px;margin-right:8px;padding:0 10px;border:0;border-radius:7px;color:var(--ink);background:var(--blue-soft);font-weight:700;cursor:pointer}.toggle-row,.visibility-box{display:flex;justify-content:space-between;align-items:center;gap:18px;padding:14px 0;border-bottom:1px solid #eef2f6}.toggle-row:last-child{border-bottom:0}.toggle-row strong,.visibility-box strong{display:block;font-size:.87rem;margin-bottom:3px}.toggle-row span,.visibility-box span{display:block;color:var(--muted);font-size:.78rem}.toggle{appearance:none;flex:0 0 auto;width:52px;height:32px;border-radius:20px;background:#c5d0dd;cursor:pointer;position:relative;transition:background .15s}.toggle:after{content:"";position:absolute;width:24px;height:24px;top:4px;left:4px;border-radius:50%;background:#fff;box-shadow:0 1px 3px #8d9caf;transition:transform .15s}.toggle:checked{background:var(--blue)}.toggle:checked:after{transform:translate(20px)}.form-actions{padding-top:4px}.alert{border-radius:10px;padding:12px 14px;background:#fff1f1;color:#a53e4c;font-size:.86rem;margin-bottom:18px}.alert.success{background:#e6f8ee;color:#28734f}.detail-top{display:flex;justify-content:space-between;align-items:center;gap:15px}.vehicle-hero{display:grid;grid-template-columns:minmax(250px,35%) 1fr;gap:30px;align-items:center;margin-bottom:40px}.hero-image{height:255px;border-radius:20px;overflow:hidden;background:linear-gradient(135deg,#e2eaf3,#f7fafc);display:grid;place-items:center;color:#9aabc0;font-size:4rem}.hero-copy h1{margin-bottom:10px}.hero-copy .lead{margin-bottom:14px}.detail-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(280px,.72fr);gap:21px;align-items:start}.detail-main>.section-heading{margin-top:0}.data-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:22px 18px}.data-item{display:grid;gap:4px;min-width:0}.data-item span{color:var(--muted);font-size:.74rem}.data-item strong{font-size:.91rem;overflow-wrap:anywhere;word-break:break-word}.timeline-heading{margin-top:34px}.timeline{display:grid;gap:0}.timeline-entry{display:grid;grid-template-columns:44px 1fr;gap:16px;position:relative;padding-bottom:31px}.timeline-entry:last-child{padding-bottom:0}.timeline-entry:not(:last-child):before{content:"";position:absolute;width:1px;left:21px;top:44px;bottom:0;background:#dce5ef}.timeline-icon{width:44px;height:44px;border-radius:13px;display:grid;place-items:center;font-weight:700;color:var(--blue);background:var(--blue-soft);z-index:1}.category-repair,.category-damage{color:#9f4253;background:#fff0f2}.category-inspection,.category-service{color:#216745;background:#e5f7ee}.category-tyres{color:#7b5f15;background:#fff6df}.category-tuning{color:#63419a;background:#f4edff}.timeline-meta{display:flex;flex-wrap:wrap;gap:10px;color:var(--muted);font-size:.76rem;margin:2px 0 5px}.timeline-meta span+span:before{content:"·";margin-right:10px;color:#c2ccda}.timeline-content{min-width:0;overflow-wrap:anywhere}.timeline-content h3{font-size:1.02rem;margin-bottom:5px;overflow-wrap:anywhere}.timeline-category{font-size:.77rem;color:var(--blue);font-weight:700}.timeline-content p{font-size:.85rem;white-space:pre-wrap;margin:12px 0 0}.private-label{color:#9b7a2a;font-weight:700}.verified-badge{display:inline-flex;align-items:center;background:#e5f7ee;color:#216745;border-radius:100px;padding:4px 8px;font-size:.66rem;margin-left:5px}.media-list{display:flex;gap:8px;flex-wrap:wrap;margin-top:13px}.media-chip{min-width:0;color:var(--ink);border:1px solid var(--line);background:#f8fafc;padding:8px 9px;border-radius:7px;font-size:.72rem;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.entry-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:15px;color:#617087;font-size:.7rem}.detail-side{display:grid;gap:16px}.share-card{background:var(--navy);border-color:var(--navy);color:#fff}.share-card p{color:#aebdd1;font-size:.82rem}.share-card .eyebrow{color:#9bc9ff}.url-code,.transfer-link-box code{display:block;background:#ffffff17;border-radius:8px;padding:10px;color:#d8f8e6;font:.7rem/1.4 ui-monospace,monospace;overflow-wrap:anywhere;margin:14px 0}.share-card .button.ghost{background:transparent;color:#fff;border-color:#536279}.share-card .text-link{color:#b3cdfd;display:inline-block;margin-top:12px}.card-icon{color:var(--blue);font-size:1.7rem;margin-bottom:12px}.nfc-card h3,.transfer-card h3,.danger-card h3,.share-card h3{margin-bottom:7px}.nfc-card p,.transfer-card p,.danger-card p{font-size:.82rem}.nfc-url{border:1px solid var(--line);border-radius:8px;padding:9px;margin:13px 0;font:.69rem ui-monospace,monospace;overflow-wrap:anywhere;color:var(--muted)}.nfc-controls{display:flex;align-items:center;flex-wrap:wrap;gap:10px;margin-top:12px}.nfc-controls .danger-text{margin-left:0}.inline-form{display:grid;gap:14px;margin-top:18px}.inline-form .button{justify-self:start;min-width:9rem}.transfer-link-box{margin-top:16px}.transfer-link-box>span{font-size:.75rem;color:var(--muted);font-weight:700}.danger-card{box-shadow:none}.settings-note{display:flex;flex-wrap:wrap;align-items:center;gap:10px;color:var(--muted);font-size:.78rem;margin:22px 0}.settings-note code{background:var(--blue-soft);color:var(--blue);border-radius:6px;padding:4px 7px;font-size:.73rem}.narrow-card{max-width:620px}.profile-meta{display:flex;justify-content:space-between;padding:15px 0;border-top:1px solid var(--line);border-bottom:1px solid var(--line);color:var(--muted);font-size:.83rem}.profile-meta strong{color:var(--ink)}.auth-page{min-height:100vh;display:grid;grid-template-columns:minmax(0,1fr) minmax(320px,43%)}.auth-panel{max-width:510px;width:100%;justify-self:center;align-self:center;padding:40px}.auth-brand{margin-bottom:86px}.auth-panel h1{max-width:460px}.auth-panel>.lead{margin-bottom:31px}.auth-switch{text-align:center;font-size:.84rem;margin-top:22px}.auth-switch a{color:var(--blue);font-weight:700}.auth-visual{background:var(--navy);position:relative;overflow:hidden;display:grid;place-items:center}.visual-glow{width:500px;height:500px;position:absolute;border-radius:50%;background:radial-gradient(circle,rgba(95,167,255,.3),transparent 68%)}.visual-card{width:min(340px,70%);min-height:390px;border-radius:24px;padding:27px;background:linear-gradient(145deg,#ffffff36,#ffffff0f);border:1px solid rgba(255,255,255,.35);color:#fff;display:flex;flex-direction:column;justify-content:space-between;transform:rotate(-8deg);box-shadow:25px 35px 80px #00000038}.visual-kicker,.visual-id{font:.65rem ui-monospace,monospace;letter-spacing:.13em;color:#afd7ff}.visual-card strong{font:700 2.4rem/1.06 Space Grotesk,sans-serif;letter-spacing:-.07em}.visual-line{width:62%;height:3px;border-radius:5px;background:#c9f1df}.public-page{min-height:100vh;background:#f7f9fc}.public-header{max-width:980px;padding:22px 25px;margin:auto;display:flex;justify-content:space-between;align-items:center}.public-label,.public-kicker{font-size:.67rem;letter-spacing:.14em;font-weight:700;color:var(--muted)}.public-content{max-width:880px;margin:0 auto;padding:34px 25px 45px}.public-hero{display:grid;grid-template-columns:40% 1fr;gap:34px;align-items:center;margin:30px 0 26px}.public-image{height:285px;background:linear-gradient(135deg,#dfe9f4,#fff);border-radius:22px;overflow:hidden;display:grid;place-items:center;color:#9aabc0;font-size:4rem}.public-title{min-width:0}.public-title h1{font-size:clamp(2.5rem,6vw,4.3rem);overflow-wrap:anywhere}.public-title p{font-size:1.05rem}.public-specs{display:grid;grid-template-columns:repeat(3,1fr);gap:25px;padding:26px 29px}.public-timeline-header{display:flex;align-items:flex-end;justify-content:space-between;margin:55px 0 17px}.public-timeline-header h2{font-size:1.7rem}.last-entry{text-align:right;color:var(--muted);font-size:.73rem;line-height:1.5}.last-entry strong{color:var(--ink)}.public-footer{text-align:center;color:#65738a;font-size:.72rem;margin-top:40px}.public-footer strong{color:var(--ink)}.public-state{min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;padding:30px}.public-state h1{margin-top:24px}.public-state p{max-width:420px}.transfer-page{min-height:100vh;max-width:580px;margin:auto;padding:32px 20px}.transfer-page .auth-brand{margin-bottom:80px}.transfer-confirm-card{text-align:center}.transfer-confirm-card h1{font-size:2.3rem}.transfer-confirm-card .empty-icon{background:var(--mint);color:var(--mint-ink)}.transfer-vehicle{display:flex;align-items:center;text-align:left;gap:13px;padding:15px;background:#f7f9fc;border-radius:12px;margin:25px 0}.transfer-vehicle>span{width:47px;height:47px;display:grid;place-items:center;border-radius:10px;color:#8ea1b7;background:#e8eef5;font-size:1.5rem}.transfer-vehicle strong,.transfer-vehicle small{display:block;overflow-wrap:anywhere}.transfer-vehicle small{color:var(--muted);font-size:.75rem;margin-top:4px}@media(max-width:900px){.vehicle-grid,.vehicle-grid.large{grid-template-columns:repeat(2,minmax(0,1fr))}.detail-grid{grid-template-columns:1fr}.detail-side{grid-template-columns:repeat(2,minmax(0,1fr))}.danger-card{grid-column:span 2}.auth-page{grid-template-columns:1fr}.auth-visual{display:none}.auth-panel{max-width:550px}}@media(max-width:680px){.topbar{padding:0 17px;height:65px}.mobile-toggle{display:block;order:-1;min-width:44px;min-height:44px;margin-right:auto;margin-left:0}.topbar .brand{position:absolute;left:50%;max-width:calc(100% - 120px);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;transform:translate(-50%)}.hide-mobile{display:none}.sidebar{top:65px;width:250px;transform:translate(-102%);transition:transform .2s;box-shadow:10px 0 30px #1823381a}.sidebar.open{transform:translate(0)}.nav-backdrop{display:block;position:fixed;z-index:8;inset:65px 0 0;background:#1823382e;border:0}.mobile-logout{display:flex}.main-content{margin-left:0;padding:97px 17px 40px}.page-header{align-items:stretch;flex-direction:column;margin-bottom:26px;gap:17px}.page-header .button{width:100%}h1{font-size:2.35rem}.stats-grid,.vehicle-grid,.vehicle-grid.large,.detail-side{grid-template-columns:1fr}.danger-card{grid-column:auto}.section-heading{margin-top:31px}.section-heading .button{padding:0 11px;font-size:.76rem}.card{padding:19px;border-radius:14px}.form-grid,.data-grid{grid-template-columns:1fr}.detail-top{align-items:flex-start;flex-direction:column}.detail-actions{width:100%}.detail-actions{align-items:stretch}.detail-actions .button{flex:1 1 11rem}.button-row{align-items:stretch}.button-row>.button,.form-actions>.button{width:100%}.form-actions{align-items:stretch}.inline-form .button{justify-self:stretch;width:100%}.vehicle-hero,.public-hero{grid-template-columns:1fr;gap:19px}.hero-image,.public-image{height:220px}.public-header{padding:17px}.public-content{padding:12px 17px 35px}.public-label{display:none}.public-specs{grid-template-columns:repeat(2,1fr);padding:20px;gap:20px 13px}.public-timeline-header{align-items:flex-start;flex-wrap:wrap;gap:12px;margin-top:38px}.last-entry{flex:1 1 100%;text-align:left}.auth-panel{padding:28px 21px}.auth-brand{margin-bottom:70px}.auth-panel h1{font-size:2.25rem}.timeline-entry{grid-template-columns:36px 1fr;gap:11px}.timeline-icon{width:36px;height:36px;border-radius:10px}.timeline-entry:not(:last-child):before{left:17px;top:36px}.entry-footer{align-items:flex-start;flex-direction:column}.share-buttons{align-items:stretch}.share-buttons .button{flex:1 1 10rem;min-width:0;padding:0 8px;font-size:.74rem}.share-buttons .text-link{width:100%}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
