@import"https://fonts.googleapis.com/css2?family=Fraunces:wght@500;600&family=Inter:wght@400;500;600;700&family=IBM+Plex+Mono:wght@400;500;600&display=swap";.pos-shell[data-v-a5e906d3]{display:flex;min-height:100vh}.sidebar[data-v-a5e906d3]{width:220px;flex-shrink:0;background:var(--surface);border-right:1px solid var(--border);display:flex;flex-direction:column;padding:var(--space-6) var(--space-4);gap:var(--space-1)}.brand[data-v-a5e906d3]{font-size:20px;margin:0 var(--space-2) var(--space-6)}.nav-link[data-v-a5e906d3]{display:block;padding:var(--space-3) var(--space-3);border-radius:8px;color:var(--ink-muted);font-weight:500}.nav-link[data-v-a5e906d3]:hover{background:var(--shell);color:var(--ink)}.nav-link.router-link-exact-active[data-v-a5e906d3]{background:var(--gold-soft);color:var(--wine)}.logout[data-v-a5e906d3]{margin-top:auto;background:none;border:none;text-align:left;padding:var(--space-3);color:var(--ink-muted);font-weight:500;border-radius:8px}.logout[data-v-a5e906d3]:hover{background:var(--shell);color:var(--red)}.main-default[data-v-a5e906d3]{flex:1;background:var(--shell);padding:var(--space-8);min-width:0}.main-default[data-v-a5e906d3]>section{max-width:1100px;margin:0 auto}.main-checkout[data-v-a5e906d3]{flex:1;background:var(--shell);min-width:0}:root{--shell: #FBF3EE;--surface: #FFFFFF;--ink: #2B2320;--ink-muted: #7A6F68;--wine: #7A2E3D;--wine-dark: #5C222F;--gold: #C89A5B;--gold-soft: #F1E4CD;--green: #3F7A5E;--green-soft: #E4EFE9;--red: #B23A3A;--red-soft: #F6E6E6;--amber: #B8842E;--amber-soft: #F5EAD4;--border: #E8DDD3;--shadow: 0 2px 8px rgba(43, 35, 32, .06);--font-display: "Fraunces", Georgia, serif;--font-body: "Inter", system-ui, sans-serif;--font-mono: "IBM Plex Mono", "Courier New", monospace;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-6: 24px;--space-8: 32px;--space-12: 48px}*{box-sizing:border-box}html,body{margin:0;padding:0;background:var(--shell);color:var(--ink);font-family:var(--font-body);font-size:15px;-webkit-font-smoothing:antialiased}h1,h2,h3{font-family:var(--font-display);font-weight:600;margin:0;color:var(--ink)}button{font-family:var(--font-body);font-size:15px;cursor:pointer}input,select,textarea{font-family:var(--font-body);font-size:15px}a{color:inherit;text-decoration:none}.btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);min-height:44px;padding:0 var(--space-6);border-radius:8px;border:1px solid transparent;font-weight:600;font-size:15px;transition:background-color .1s ease-out}.btn:disabled{opacity:.55;cursor:not-allowed}.btn-primary{background:var(--wine);color:#fff}.btn-primary:hover:not(:disabled){background:var(--wine-dark)}.btn-outline{background:transparent;color:var(--ink);border-color:var(--border)}.btn-outline:hover:not(:disabled){background:var(--surface)}.btn-danger-outline{background:transparent;color:var(--red);border-color:var(--red)}.btn-danger-outline:hover:not(:disabled){background:var(--red-soft)}.btn-success{background:var(--green);color:#fff}.btn-success:hover:not(:disabled){background:#336249}.btn-sm{min-height:36px;padding:0 var(--space-4);font-size:14px}.card{background:var(--surface);border-radius:12px;box-shadow:var(--shadow);padding:var(--space-6)}.field-label{display:block;font-size:13px;color:var(--ink-muted);font-weight:500;margin-bottom:var(--space-1)}.field-input{width:100%;min-height:44px;padding:0 var(--space-3);border:1px solid var(--border);border-radius:8px;background:var(--surface);color:var(--ink)}.field-input:focus,.btn:focus-visible,button:focus-visible,a:focus-visible{outline:2px solid var(--wine);outline-offset:2px}.pill{display:inline-flex;align-items:center;gap:var(--space-1);padding:2px var(--space-2);border-radius:999px;font-size:13px;font-weight:500}.pill-amber{background:var(--amber-soft);color:var(--amber)}.pill-green{background:var(--green-soft);color:var(--green)}.pill-red{background:var(--red-soft);color:var(--red)}.empty-state{color:var(--ink-muted);text-align:center;padding:var(--space-12) 0}.money{font-family:var(--font-mono)}
