:root{--color-primary:#005a4a;--color-primary-dark:#00453a;--color-bg:#f5f5f3;--color-surface:#fff;--color-text:#1a1a1a;--color-text-muted:#666;--color-border:#e0e0dd;--color-error:#b3261e;--radius:12px;--nav-height:64px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial;--color-primary:#2fa88f;--color-primary-dark:#268a75;--color-bg:#121212;--color-surface:#1c1c1c;--color-text:#f0f0f0;--color-text-muted:#a0a0a0;--color-border:#333;--color-error:#ff6b62}}*{box-sizing:border-box}html,body,#root{height:100%}body{background:var(--color-bg);color:var(--color-text);-webkit-tap-highlight-color:transparent;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}h1{margin:0 0 1rem;font-size:1.5rem}h2{margin:1.5rem 0 .75rem;font-size:1.1rem}p{color:var(--color-text-muted)}button,input{font:inherit}.app-shell{flex-direction:column;min-height:100dvh;display:flex}.app-content{padding:1rem 1rem calc(var(--nav-height) + 1rem);flex:1;width:100%;max-width:480px;margin:0 auto;overflow-y:auto}.app-nav{height:var(--nav-height);padding-bottom:env(safe-area-inset-bottom);background:var(--color-surface);border-top:1px solid var(--color-border);display:flex;position:sticky;bottom:0}.app-nav-link{text-align:center;color:var(--color-text-muted);flex:1;justify-content:center;align-items:center;padding:0 .25rem;font-size:.75rem;text-decoration:none;display:flex}.app-nav-link.active{color:var(--color-primary);font-weight:600}.app-loading{height:100dvh;color:var(--color-text-muted);justify-content:center;align-items:center;display:flex}.view{flex-direction:column;display:flex}.login-view{flex-direction:column;justify-content:center;max-width:400px;min-height:100dvh;margin:0 auto;padding:1.5rem;display:flex}.login-form{flex-direction:column;gap:.75rem;display:flex}.form-error{color:var(--color-error);margin:0;font-size:.9rem}input[type=email],input[type=text],input[type=number],input[type=date],select,textarea{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);min-height:44px;color:var(--color-text);width:100%;padding:.5rem .75rem}textarea{resize:vertical;min-height:4.5rem}select{appearance:auto}button{border-radius:var(--radius);background:var(--color-primary);color:#fff;cursor:pointer;border:none;min-height:44px;padding:.5rem 1rem}button:disabled{opacity:.6;cursor:default}button:active:not(:disabled){background:var(--color-primary-dark)}.secondary-action{background:var(--color-surface);color:var(--color-text);border:1px solid var(--color-border)}.secondary-action:active:not(:disabled){background:var(--color-bg)}.destructive-action{background:var(--color-error)}.destructive-action:active:not(:disabled){background:var(--color-error);opacity:.85}.entry-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.entry-button{background:var(--color-surface);width:100%;color:var(--color-text);border:1px solid var(--color-border);text-align:left;flex-direction:column;align-items:flex-start;gap:.25rem;padding:.75rem 1rem;display:flex}.entry-title{font-weight:600}.entry-meta{color:var(--color-text-muted);font-size:.85rem}.primary-action{width:100%;margin-top:1.5rem}.sync-status{padding:.5rem 1rem;padding-top:calc(.5rem + env(safe-area-inset-top));background:var(--color-primary);color:#fff;text-align:center;font-size:.85rem}.sync-status-warning{background:var(--color-error)}.notice-bar{background:var(--color-surface);width:100%;color:var(--color-text);border:none;border-bottom:1px solid var(--color-border);text-align:center;border-radius:0;min-height:0;padding:.5rem 1rem;font-size:.85rem;display:block}.offline-banner{border:1px solid var(--color-border);border-radius:var(--radius);background:var(--color-surface);color:var(--color-text-muted);margin:0 0 1rem;padding:.5rem .75rem;font-size:.85rem}.sync-pending-note{margin:0 0 .75rem;font-size:.85rem}.entry-pending{border-style:dashed}.sync-badge{color:var(--color-primary);font-size:.75rem;font-weight:600}.sync-badge-error{color:var(--color-error)}.settings-account{margin-top:2rem}.trip-form{flex-direction:column;gap:1rem;margin-top:.5rem;display:flex}.form-field{flex-direction:column;gap:.35rem;display:flex}.form-field label{font-size:.9rem;font-weight:500}.form-row{gap:.75rem;display:flex}.form-row .form-field{flex:1}.form-fieldset{border:1px solid var(--color-border);border-radius:var(--radius);margin:0;padding:.75rem}.form-fieldset legend{color:var(--color-text-muted);padding:0 .35rem;font-size:.85rem}.field-error{color:var(--color-error);margin:0;font-size:.85rem}.field-hint{color:var(--color-text-muted);margin:0;font-size:.8rem}.form-actions{gap:.75rem;margin-top:.5rem;display:flex}.form-actions button{flex:1}.toggle{cursor:pointer;align-items:center;gap:.75rem;width:fit-content;display:flex}.toggle input{opacity:0;width:0;height:0;position:absolute}.toggle-track{background:var(--color-border);border-radius:999px;flex-shrink:0;width:44px;height:26px;transition:background .15s;position:relative}.toggle-thumb{background:#fff;border-radius:50%;width:22px;height:22px;transition:transform .15s;position:absolute;top:2px;left:2px}.toggle input:checked+.toggle-track{background:var(--color-primary)}.toggle input:checked+.toggle-track .toggle-thumb{transform:translate(18px)}.toggle-label{font-weight:500}.month-picker{align-items:center;gap:.5rem;margin-bottom:1rem;display:flex}.month-nav{background:var(--color-surface);min-width:44px;min-height:44px;color:var(--color-text);border:1px solid var(--color-border);flex-shrink:0;padding:0;font-size:1.1rem;line-height:1}.month-nav:active:not(:disabled){background:var(--color-bg)}.month-select{text-align:center;text-align-last:center;flex:1}.export-actions{margin-bottom:1rem}.summary-cards{grid-template-columns:1fr 1fr;gap:.75rem;margin-bottom:1rem;display:grid}.summary-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);flex-direction:column;gap:.15rem;padding:.85rem 1rem;display:flex}.summary-label{color:var(--color-text-muted);font-size:.8rem}.summary-value{font-size:1.25rem;font-weight:600}.summary-sub{color:var(--color-text-muted);font-size:.85rem}.entry-comment{color:var(--color-text-muted);font-size:.85rem;font-style:italic}.register-tabs{border-bottom:1px solid var(--color-border);gap:.5rem;margin-bottom:1.25rem;display:flex}.register-tab-button{min-height:40px;color:var(--color-text-muted);background:0 0;border:none;border-bottom:2px solid #0000;border-radius:0;flex:1;padding:.5rem .25rem;font-size:.9rem}.register-tab-button:active:not(:disabled){background:0 0}.register-tab-button.active{color:var(--color-primary);border-bottom-color:var(--color-primary);font-weight:600}.register-tab{flex-direction:column;gap:1rem;display:flex}.register-add-form{gap:.5rem;display:flex}.register-add-form input{flex:1}.register-add-form-wide{flex-wrap:wrap}.register-add-form-wide input,.register-add-form-wide select{flex:140px}.register-list{flex-direction:column;gap:.5rem;margin:0;padding:0;list-style:none;display:flex}.register-list-item{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;padding:.75rem 1rem;display:flex}.register-list-item.inactive{opacity:.65}.register-item-main{flex-direction:column;gap:.15rem;min-width:0;display:flex}.register-item-name{font-weight:600}.register-item-sub{color:var(--color-text-muted);font-size:.85rem}.register-item-badge{color:var(--color-error);align-self:flex-start;font-size:.75rem}.register-item-actions{flex-wrap:wrap;gap:.5rem;display:flex}.register-item-actions button{min-height:36px;padding:.4rem .75rem;font-size:.85rem}.register-edit-form{flex-direction:column;gap:.5rem;width:100%;display:flex}.register-edit-form input,.register-edit-form select{width:100%}.qt-form{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:.75rem}.qt-order-buttons{gap:.25rem;display:flex}.qt-order-buttons button{min-width:36px;padding:.4rem}.settings-section{border-top:1px solid var(--color-border);margin-top:1.5rem;padding-top:1.25rem}.settings-section:first-of-type{border-top:none;margin-top:.5rem;padding-top:0}.settings-form{flex-direction:column;gap:.75rem;margin-top:.5rem;display:flex}.settings-form-actions{justify-content:flex-end;align-items:center;gap:.75rem;display:flex}.settings-saved{color:var(--color-primary);font-size:.85rem}.delete-section{border-top:1px solid var(--color-border);margin-top:2rem;padding-top:1rem}.delete-confirm{flex-direction:column;gap:.5rem;display:flex}
