@import"https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@500&display=swap";@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap";@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}:root{--color-bg: #f8fafc;--color-surface: #ffffff;--color-surface-muted: #f1f5f9;--color-primary: #0f172a;--color-navbar: #f97316;--color-accent: #0ea5e9;--color-accent-hover: #0284c7;--color-text: #1e293b;--color-muted: #64748b;--color-border: #e2e8f0;--color-success: #16a34a;--color-warning: #f59e0b;--color-error: #dc2626;--color-header-button-border: rgba(255, 255, 255, .25);--color-header-button-hover: rgba(255, 255, 255, .1);--color-shadow-soft: rgba(15, 23, 42, .08);--color-status-waiting-bg: #fef3c7;--color-status-waiting-text: #92400e;--color-status-progress-bg: #dbeafe;--color-status-progress-text: #1e40af;--color-status-complete-bg: #dcfce7;--color-status-complete-border: #86efac;--color-status-complete-text: #166534;--color-status-complete-text-strong: #15803d;--radius: 10px;--max-width: 960px;--header-height: 56px}:root[data-theme=dark]{--color-bg: #020617;--color-surface: #0f172a;--color-surface-muted: #111827;--color-primary: #e2e8f0;--color-navbar: #c2410c;--color-accent: #38bdf8;--color-accent-hover: #0ea5e9;--color-text: #e2e8f0;--color-muted: #94a3b8;--color-border: #334155;--color-success: #4ade80;--color-warning: #fbbf24;--color-error: #f87171;--color-header-button-border: rgba(255, 255, 255, .3);--color-header-button-hover: rgba(255, 255, 255, .16);--color-shadow-soft: rgba(2, 6, 23, .45);--color-status-waiting-bg: rgba(251, 191, 36, .16);--color-status-waiting-text: #fcd34d;--color-status-progress-bg: rgba(56, 189, 248, .16);--color-status-progress-text: #7dd3fc;--color-status-complete-bg: rgba(74, 222, 128, .16);--color-status-complete-border: rgba(74, 222, 128, .35);--color-status-complete-text: #86efac;--color-status-complete-text-strong: #bbf7d0}html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;color:var(--color-text);background:var(--color-bg);-webkit-font-smoothing:antialiased}body{min-height:100dvh;color:var(--color-text);background:var(--color-bg);transition:background .2s ease,color .2s ease}#root{min-height:100dvh}a{color:inherit;text-decoration:none}.loading-screen{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100dvh;gap:1rem;color:var(--color-muted)}.loading-spinner{width:32px;height:32px;border:3px solid var(--color-border);border-top-color:var(--color-accent);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.app-header{position:sticky;top:0;z-index:50;height:var(--header-height);background:var(--color-navbar);color:#fff}.header-inner{max-width:var(--max-width);margin:0 auto;padding:0 1rem;height:100%;display:flex;align-items:center;justify-content:space-between;gap:1rem}.header-nav{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;justify-content:flex-end}.logo{font-size:1.25rem;font-weight:700;letter-spacing:-.02em}.app-main{max-width:var(--max-width);margin:0 auto;padding:1.5rem 1rem}.btn{display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:var(--radius);font-size:.875rem;font-weight:600;padding:.5rem 1rem;cursor:pointer;transition:background .15s,opacity .15s}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-primary{background:var(--color-accent);color:#fff}.btn-primary:hover:not(:disabled){background:var(--color-accent-hover)}.btn-ghost{background:transparent;color:#fff;border:1px solid var(--color-header-button-border)}.btn-ghost:hover{background:var(--color-header-button-hover)}.btn-lg{padding:.75rem 1.5rem;font-size:1rem}.btn-full{width:100%}.hero{text-align:center;padding:3rem 0 2rem}.hero h1{font-size:clamp(2rem,5vw,3rem);line-height:1.15;letter-spacing:-.03em}.accent{color:var(--color-accent)}.hero-sub{margin:1rem auto 0;max-width:480px;color:var(--color-muted);font-size:1.1rem;line-height:1.5}.hero-actions{margin-top:2rem}.features{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.25rem;padding:2rem 0}.feature-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.5rem}.feature-icon{font-size:1.75rem;margin-bottom:.75rem}.feature-card h3{margin-bottom:.5rem}.feature-card p{color:var(--color-muted);font-size:.925rem;line-height:1.5}.auth-page--svg-match{width:100%;min-height:100dvh;display:grid;grid-template-columns:500px minmax(0,1fr);background:#fff}.auth-hero-panel{min-height:100dvh;background:#525252;color:#fff;padding:32px 48px;display:flex;flex-direction:column;justify-content:space-between;gap:20px}.auth-brand--svg{display:inline-flex;align-items:flex-start;gap:12px;font-family:Space Grotesk,sans-serif;font-size:24.67px;font-weight:500;line-height:1;text-transform:lowercase}.auth-mark-svg{width:22px;height:29px;flex-shrink:0}.auth-brand-name{transform:translateY(.5px)}.auth-hero-copy--svg{width:100%;max-width:480px;display:flex;flex-direction:column;gap:32px;font-family:Inter,sans-serif}.auth-hero-kicker{font-size:20px;line-height:28px;letter-spacing:-.45px}.auth-hero-copy--svg h1{max-width:480px;font-size:18px;line-height:28px;letter-spacing:-.44px;font-weight:400;opacity:.9}.auth-benefits--svg{display:flex;flex-direction:column;gap:24px}.auth-benefit--svg{display:flex;align-items:flex-start;gap:16px}.auth-benefit-icon--svg{width:24px;height:24px;margin-top:4px;color:#fff;flex-shrink:0}.auth-feature-svg{width:24px;height:24px}.auth-benefit-copy h2{font-family:Inter,sans-serif;font-size:16px;line-height:24px;letter-spacing:-.31px;font-weight:600}.auth-benefit-copy p{margin-top:4px;font-family:Inter,sans-serif;font-size:14px;line-height:20px;letter-spacing:-.15px;opacity:.8}.auth-form-panel--svg{min-height:100dvh;padding:64px;display:flex;align-items:center;justify-content:center;background:#fff}.auth-card--svg{width:100%;max-width:477px;display:flex;flex-direction:column;align-items:center;gap:24px;padding:32px;border-radius:8px;color:#09090b;background:#fff;box-shadow:none;border:none}.auth-card-badge--svg{width:49px;height:49px;display:inline-flex;align-items:center;justify-content:center;filter:drop-shadow(0px 3.84px 4.8px rgba(0,0,0,.02)) drop-shadow(0px 1.54px 1.92px rgba(0,0,0,.02))}.auth-card-badge--svg .auth-mark-svg{width:22px;height:29px}.auth-card-header--svg{width:100%;text-align:center;font-family:Manrope,sans-serif}.auth-card-header--svg h2{font-size:24px;line-height:32px;font-weight:600}.auth-card-header--svg p{margin-top:8px;font-size:14px;line-height:20px;color:#71717a}.auth-tabs--svg{display:inline-flex;gap:4px;padding:4px;border-radius:9999px;background:#f4f4f5;margin-bottom:0}.auth-tab--svg{min-width:104px;padding:10px 16px;border:none;border-radius:9999px;background:transparent;color:#71717a;font-family:Manrope,sans-serif;font-size:14px;line-height:20px;font-weight:600;cursor:pointer}.auth-tab--svg.active{background:#fff;color:#09090b;box-shadow:0 1px 3px #00000014}.auth-form--svg{width:100%;display:flex;flex-direction:column;gap:24px}.form-field--svg{display:flex;flex-direction:column;gap:8px;text-align:left}.form-field--svg span{color:#18181b;font-family:Manrope,sans-serif;font-size:14px;line-height:1;font-weight:500}.form-field--svg input{height:40px;padding:8px 12px;border-radius:6px;border:1px solid #e4e4e7;background:#fff;color:#18181b;font-family:Manrope,sans-serif;font-size:14px;line-height:20px;outline:none;box-shadow:none}.form-field--svg input::placeholder{color:#71717a}.form-field--svg input:focus{border:2px solid #17022a;padding:7px 11px;box-shadow:none}.form-error,.form-success{width:100%;font-family:Manrope,sans-serif;font-size:13px;line-height:18px}.form-error{color:var(--color-error)}.form-success{color:var(--color-success)}.auth-submit--svg{min-height:44px;padding:8px 32px;border-radius:9999px;border:none;background:#525252;color:#fafafa;font-family:Manrope,sans-serif;font-size:14px;line-height:20px;font-weight:600}.auth-submit--svg:hover:not(:disabled){background:#3f3f46}.auth-footer--svg{width:100%;text-align:center;color:#71717a;font-family:Manrope,sans-serif;font-size:14px;line-height:20px}.auth-footer-link--svg,.auth-inline-link--svg{border:none;background:transparent;padding:0;color:inherit;font:inherit;font-weight:600;cursor:pointer}.auth-legal--svg{max-width:320px;text-align:center;color:#505050;font-family:Manrope,sans-serif;font-size:12px;line-height:16px}.dashboard-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:2rem}.dashboard-header h1{font-size:1.5rem}.text-muted{color:var(--color-muted);font-size:.9rem;margin-top:.25rem}.transactions-section h2{font-size:1.1rem;margin-bottom:1rem}.transactions-list{display:flex;flex-direction:column;gap:.75rem}.transaction-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:1rem 1.25rem}.tx-main{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.tx-main h3{font-size:1rem}.tx-status{font-size:.8rem;font-weight:600;padding:.2rem .6rem;border-radius:999px;white-space:nowrap}.tx-status--awaiting-payment,.tx-status--awaiting-seller{background:var(--color-status-waiting-bg);color:var(--color-status-waiting-text)}.tx-status--in-progress{background:var(--color-status-progress-bg);color:var(--color-status-progress-text)}.tx-status--completed,.tx-status--ready-for-handover{background:var(--color-status-complete-bg);color:var(--color-status-complete-text)}.tx-meta{display:flex;gap:1rem;margin-top:.5rem;font-size:.85rem;color:var(--color-muted)}.dashboard-actions{display:flex;gap:.5rem;flex-wrap:wrap}.btn-ghost-dark{background:transparent;color:var(--color-text);border:1px solid var(--color-border);display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius);font-size:.875rem;font-weight:600;padding:.75rem 1.5rem;cursor:pointer;transition:background .15s}.btn-ghost-dark:hover{background:var(--color-bg)}.transaction-card--link{display:block;text-decoration:none;color:inherit;cursor:pointer;transition:box-shadow .15s,border-color .15s}.transaction-card--link:hover{border-color:var(--color-accent);box-shadow:0 2px 8px color-mix(in srgb,var(--color-accent) 18%,transparent)}.empty-state{text-align:center;padding:3rem 1rem;background:var(--color-surface);border:1px dashed var(--color-border);border-radius:var(--radius)}.empty-state p:first-child{font-weight:600;margin-bottom:.5rem}.create-tx-page{display:flex;justify-content:center;padding:2rem 0}.create-tx-card{width:100%;max-width:440px;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:2rem}.create-tx-card h1{margin-bottom:.5rem}.create-tx-card .text-muted{margin-bottom:1.5rem}.join-code-input{font-size:1.5rem!important;letter-spacing:.25em;text-align:center;text-transform:uppercase;font-weight:700}.tx-detail-page{max-width:720px;margin:0 auto}.back-link{display:inline-block;color:var(--color-muted);font-size:.9rem;margin-bottom:1rem;transition:color .15s}.back-link:hover{color:var(--color-accent)}.tx-detail-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1.5rem}.tx-detail-header h1{font-size:1.5rem}.tx-price{color:var(--color-muted);font-size:1.1rem;margin-top:.25rem}.handover-banner{background:var(--color-status-complete-bg);border:1px solid var(--color-status-complete-border);border-radius:var(--radius);padding:1.25rem 1.5rem;margin-bottom:1.5rem}.handover-banner h2{color:var(--color-status-complete-text);font-size:1.1rem;margin-bottom:.25rem}.handover-banner p{color:var(--color-status-complete-text-strong);font-size:.9rem}.join-code-section{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.25rem 1.5rem;margin-bottom:1.5rem}.join-code-section h3{margin-bottom:.25rem}.join-code-section .text-muted{margin-bottom:1rem}.join-code-display{display:flex;align-items:center;gap:1rem}.join-code-value{font-size:1.75rem;font-weight:800;letter-spacing:.15em;font-family:monospace;color:var(--color-accent)}.parties-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.party-card{background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.25rem}.party-card h3{margin-bottom:.25rem}.party-email{color:var(--color-muted);font-size:.85rem;margin-bottom:1rem}.details-form .form-field{margin-bottom:.75rem}.details-actions{display:flex;gap:.5rem;margin-top:.5rem}.btn-confirm{background:var(--color-success);color:#fff;display:inline-flex;align-items:center;justify-content:center;border:none;border-radius:var(--radius);font-size:.875rem;font-weight:600;padding:.5rem 1rem;cursor:pointer;transition:opacity .15s}.btn-confirm:hover{opacity:.9}.confirmed-badge{display:inline-block;background:var(--color-status-complete-bg);color:var(--color-status-complete-text);font-size:.8rem;font-weight:600;padding:.2rem .6rem;border-radius:999px;margin-bottom:.5rem}.pending-badge{display:inline-block;background:var(--color-status-waiting-bg);color:var(--color-status-waiting-text);font-size:.8rem;font-weight:600;padding:.2rem .6rem;border-radius:999px;margin-bottom:.5rem}.tx-not-found{text-align:center;padding:3rem 1rem}.tx-not-found h2{margin-bottom:1rem}@media(max-width:600px){.hero{padding:2rem 0 1.5rem}.auth-page--svg-match{grid-template-columns:1fr}.auth-hero-panel,.auth-form-panel--svg{min-height:auto;padding:32px 20px}.auth-card--svg{max-width:100%;padding:24px 0}.auth-tabs--svg{width:100%}.auth-tab--svg{min-width:0;flex:1}.dashboard-header{flex-direction:column}.dashboard-header .btn,.dashboard-actions{width:100%}.dashboard-actions .btn{flex:1}.parties-grid{grid-template-columns:1fr}.join-code-display{flex-direction:column;align-items:flex-start}}.create-tx-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem}.create-tx-grid__full{grid-column:1 / -1}.form-error{color:var(--color-error);font-size:.925rem}.tx-status--db{background:var(--color-status-progress-bg);color:var(--color-status-progress-text)}.tx-meta--stacked{display:flex;gap:.75rem;flex-wrap:wrap}.transaction-detail-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:1.5rem}.detail-card{margin-top:1.5rem;background:var(--color-surface);border:1px solid var(--color-border);border-radius:var(--radius);padding:1.25rem}.detail-list{margin-top:1rem;display:grid;gap:.9rem}.detail-list div{display:grid;gap:.25rem}.detail-list dt{color:var(--color-muted);font-size:.875rem}.detail-list dd{word-break:break-word}
