*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--primary: #2563eb;--primary-dark: #1e40af;--success: #059669;--danger: #dc2626;--warn: #d97706;--text: #111827;--muted: #6b7280;--border: #e5e7eb;--bg: #f3f4f6;--card: #fff;--radius: 14px;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--nav-h: 68px}html,body,#root{min-height:100dvh}body{font-family:Segoe UI,system-ui,sans-serif;background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent}.app-shell{min-height:100dvh;display:flex;flex-direction:column}.app-main{flex:1;padding-bottom:calc(var(--nav-h) + var(--safe-bottom) + 8px)}.page{width:100%;max-width:480px;margin:0 auto;padding:max(1rem,var(--safe-top)) 1rem 1.5rem}.page-header{margin-bottom:1rem}.page-header h1{font-size:1.35rem}.back{color:var(--primary);text-decoration:none;display:inline-block;margin-bottom:.5rem}.loading-screen{min-height:100dvh;display:grid;place-items:center;color:var(--muted)}.login-page{min-height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1.5rem;background:linear-gradient(160deg,#1e40af,#2563eb 45%,#3b82f6)}.login-card{width:100%;max-width:400px;background:#fff;border-radius:20px;padding:1.75rem 1.4rem;box-shadow:0 20px 50px #0000002e;text-align:center}.login-logo{width:72px;height:72px;object-fit:contain;margin-bottom:.4rem}.login-card h1{color:var(--primary-dark)}.login-card p{color:var(--muted);margin-bottom:1rem}.login-card .form{text-align:left}.form{display:flex;flex-direction:column;gap:.9rem}.field{display:flex;flex-direction:column;gap:.35rem;font-size:.9rem;font-weight:600}.field input,.field select,.field textarea{font:inherit;font-weight:500;padding:.75rem .85rem;border:1px solid var(--border);border-radius:10px;background:#fff;min-height:44px}.field textarea{min-height:80px;resize:vertical}.btn-primary,.btn-ghost{min-height:48px;border:0;border-radius:12px;font:inherit;font-weight:700;cursor:pointer;padding:0 1rem}.btn-primary{background:var(--primary);color:#fff}.btn-primary:disabled{opacity:.6}.btn-block{display:flex;align-items:center;justify-content:center;text-decoration:none;margin:1rem 0}.btn-ghost{background:transparent;color:var(--muted)}.btn-sm{min-height:36px;font-size:.85rem}.alert{padding:.75rem .9rem;border-radius:10px;font-size:.9rem}.alert.error{background:#fef2f2;color:#991b1b}.alert.warning{background:#fffbeb;color:#92400e}.alert.success{background:#ecfdf5;color:#065f46}.rascunho-link{display:block;text-decoration:none;margin-bottom:1rem}.hint{font-size:.8rem;color:var(--muted);font-weight:500}.hint.warn{color:var(--warn)}.hint.center{text-align:center}.muted{color:var(--muted)}.empty{color:var(--muted);padding:2rem 0;text-align:center}.home-hero{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.home-hero h1{font-size:1.6rem}.home-logo{width:48px;height:48px;object-fit:contain}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem;margin-bottom:1.2rem}.stat{background:var(--card);border-radius:var(--radius);padding:.8rem .6rem;box-shadow:0 1px 4px #0000000d}.stat span{display:block;font-size:.72rem;color:var(--muted)}.stat strong{font-size:1rem}.section-title{font-size:1rem;margin:1rem 0 .6rem}.veiculos-row{display:flex;gap:.6rem;overflow-x:auto;padding-bottom:.4rem}.veiculo-chip,.veiculo-opt{background:#fff;border:1px solid var(--border);border-radius:12px;padding:.5rem .7rem;display:flex;flex-direction:column;align-items:center;gap:.3rem;min-width:120px}.veiculo-opt{cursor:pointer;background:#fff;font:inherit}.veiculo-opt.selected{border-color:var(--primary);box-shadow:0 0 0 2px #2563eb40}.veiculo-pick{display:flex;gap:.5rem;flex-wrap:wrap}.list{display:flex;flex-direction:column;gap:.7rem}.card{background:#fff;border-radius:var(--radius);padding:.85rem;box-shadow:0 1px 4px #0000000f}.card-link{text-decoration:none;color:inherit;display:block}.card-row{display:flex;gap:.7rem;align-items:center}.card-main{flex:1;display:flex;flex-direction:column;min-width:0}.card-main span{font-size:.8rem;color:var(--muted)}.card-erro{color:var(--danger);font-size:.8rem;margin-top:.4rem}.badge{font-size:.68rem;font-weight:700;padding:.2rem .45rem;border-radius:999px;white-space:nowrap}.badge-enviado{background:#d1fae5;color:#065f46}.badge-pendente{background:#fef3c7;color:#92400e}.badge-enviando{background:#dbeafe;color:#1e40af}.badge-erro{background:#fee2e2;color:#991b1b}.placa-mercosul{position:relative;width:108px;height:36px;flex-shrink:0}.placa-mercosul-bg{width:100%;height:100%;object-fit:fill}.placa-mercosul-texto{position:absolute;top:10px;right:4px;bottom:2px;left:4px;display:grid;place-items:center;font-weight:800;letter-spacing:.08em;font-size:.85rem;color:#111}.bottom-nav{position:fixed;left:0;right:0;bottom:0;height:calc(var(--nav-h) + var(--safe-bottom));padding-bottom:var(--safe-bottom);background:#fff;border-top:1px solid var(--border);display:grid;grid-template-columns:repeat(4,1fr);z-index:20}.bottom-nav a{display:flex;flex-direction:column;align-items:center;justify-content:center;text-decoration:none;color:var(--muted);font-size:.72rem;font-weight:600;gap:2px}.bottom-nav a.active{color:var(--primary)}.nav-ico{font-size:1.15rem;line-height:1}.nav-ico-plus{width:28px;height:28px;border-radius:50%;background:var(--primary);color:#fff;display:grid;place-items:center;font-size:1.2rem}.nav-novo.active .nav-ico-plus{background:var(--primary-dark)}.sync-bar{position:sticky;top:0;z-index:15;display:flex;align-items:center;justify-content:space-between;gap:.6rem;padding:.55rem 1rem;font-size:.85rem;font-weight:600}.sync-bar--off{background:#111827;color:#fff}.sync-bar--warn{background:#fef3c7;color:#92400e}.sync-bar-btn{border:0;background:var(--primary);color:#fff;border-radius:999px;padding:.3rem .7rem;font-weight:700;cursor:pointer}.foto-captura{display:flex;flex-direction:column;gap:.4rem}.foto-captura-head{display:flex;justify-content:space-between;font-weight:600;font-size:.9rem}.foto-btn,.foto-preview{border:1px dashed var(--border);background:#fff;border-radius:12px;min-height:88px;cursor:pointer;font:inherit;color:var(--primary);font-weight:700}.foto-preview{padding:0;overflow:hidden;position:relative}.foto-preview img{width:100%;max-height:180px;object-fit:cover;display:block}.foto-preview span{position:absolute;bottom:0;left:0;right:0;background:#00000073;color:#fff;font-size:.75rem;padding:.25rem}.link-btn{border:0;background:none;color:var(--danger);font:inherit;cursor:pointer}.resumo-desconto{background:#eff6ff;border-radius:10px;padding:.7rem .9rem;font-size:.85rem;display:flex;flex-direction:column;gap:.2rem}.check{display:flex;align-items:center;gap:.5rem;font-weight:600}.install-banner{display:flex;gap:.7rem;align-items:flex-start;background:#fff;border-radius:12px;padding:.8rem;margin-bottom:1rem;box-shadow:0 1px 4px #0000000f}.install-banner img{width:36px;height:36px}.install-banner p{font-size:.8rem;color:var(--muted)}.install-actions{display:flex;flex-direction:column;gap:.3rem}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:.7rem;margin-bottom:1rem}.detail-grid div{background:#fff;border-radius:12px;padding:.7rem}.detail-grid span{display:block;font-size:.72rem;color:var(--muted)}.fotos-grid{display:grid;grid-template-columns:1fr 1fr;gap:.6rem;margin-top:1rem}.fotos-grid img{width:100%;border-radius:10px;display:block}.fotos-grid figcaption{font-size:.75rem;color:var(--muted);text-align:center;margin-top:.25rem}.obs{background:#fff;padding:.8rem;border-radius:12px;margin:.8rem 0}
