h1{font-size:var(--fs-h1);line-height:1.02}h2{font-size:var(--fs-h2);line-height:1.08}h3{font-size:var(--fs-h3);line-height:1.2}button,input,li,p,select,td,textarea,th{font-size:var(--fs-body)}:root{--bg:#f8fafc;--surface:#fff;--ink:#111827;--muted:#6b7280;--line:#e5e7eb;--line-strong:#d1d5db;--soft:#f3f4f6;--brand-navy:#0b2f6b;--brand-gold:#f2a52b;--shadow:0 16px 42px rgba(11,47,107,.07);--shadow-soft:0 8px 22px rgba(15,23,42,.05);--container:1220px;--fs-base:15px;--fs-small:.84rem;--fs-body:.96rem;--fs-h1:clamp(2rem,4.2vw,3.8rem);--fs-h2:clamp(1.55rem,3vw,2.5rem);--fs-h3:1.05rem;--card-radius:20px;--section-gap:18px}*{box-sizing:border-box}html{scroll-behavior:smooth}#__nuxt,body,html{margin:0;min-height:100%;padding:0}body{background:var(--bg);color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:var(--fs-base);line-height:1.5;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,textarea{font:inherit}button{cursor:pointer}img,video{display:block;max-width:100%}.container{margin:0 auto;width:min(var(--container),calc(100% - 28px))}.serif{font-family:inherit;font-weight:700;letter-spacing:-.03em}.section-kicker{color:var(--brand-navy);display:inline-block;font-size:.78rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.btn{align-items:center;border:0;border-radius:999px;display:inline-flex;justify-content:center;transition:transform .24s ease,box-shadow .24s ease,background .24s ease,color .24s ease;will-change:transform}.btn:hover{transform:translateY(-1px) scale(1.03)}.btn--black{background:var(--brand-navy);box-shadow:0 16px 40px #0b2f6b29;color:#fff}.btn--ghost{background:#fff;border:1px solid var(--line);color:var(--brand-navy)}.btn--lg{font-size:.96rem;padding:15px 28px}.btn--md{font-size:.9rem;padding:11px 18px}.btn--block{min-height:48px;width:100%}.field{display:grid;gap:8px}.field span{color:var(--muted);font-size:.88rem}.field input,.field textarea{background:#fff;border:1px solid var(--line);border-radius:14px;min-height:48px;outline:none;padding:0 14px;transition:border-color .22s ease,box-shadow .22s ease,transform .22s ease;width:100%}.field textarea{min-height:110px;padding:14px;resize:vertical}.field input:focus,.field textarea:focus{border-color:#bcbcbc;box-shadow:0 0 0 4px #0000000a}.form-error{color:#bc3c3c;font-size:.9rem}.form-success{color:#1b7a4b;font-size:.9rem}.reveal{opacity:0;transform:translateY(24px);transition:opacity .8s ease,transform .8s ease}.reveal.is-visible{opacity:1;transform:translateY(0)}.fade-rise{animation:fade-rise .8s ease-out both}.fade-rise-delay{animation:fade-rise .8s ease-out .2s both}.fade-rise-delay-2{animation:fade-rise .8s ease-out .4s both}@keyframes fade-rise{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.layout-enter-active,.layout-leave-active,.page-enter-active,.page-leave-active{transition:opacity .24s ease,transform .24s ease}.layout-enter-from,.layout-leave-to,.page-enter-from,.page-leave-to{opacity:0;transform:translateY(10px)}@media(max-width:768px){.container{width:min(var(--container),calc(100% - 22px))}}.admin-page{display:grid;gap:20px}.admin-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow-soft);padding:20px}.admin-card h2,.admin-card h3{margin-top:0}.admin-card p{color:var(--muted);line-height:1.7}.admin-grid-2{display:grid;gap:18px;grid-template-columns:1fr 1fr}.admin-grid-3{display:grid;gap:18px;grid-template-columns:repeat(3,1fr)}.admin-grid-4{display:grid;gap:18px;grid-template-columns:repeat(4,1fr)}.admin-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between}.admin-toolbar__group{display:flex;flex-wrap:wrap;gap:12px}.admin-table-wrap{overflow-x:auto}.admin-table{border-collapse:collapse;width:100%}.admin-table td,.admin-table th{border-bottom:1px solid var(--line);padding:14px 12px;text-align:left;white-space:nowrap}.admin-table th{color:var(--muted);font-size:.82rem;font-weight:600}.admin-badge{align-items:center;background:#fafafa;border:1px solid var(--line);border-radius:999px;display:inline-flex;font-size:.78rem;padding:7px 12px}.admin-badge--green{background:#eefbf3;border-color:#d1fae5;color:#166534}.admin-badge--amber{background:#fff8e8;border-color:#fde68a;color:#92400e}.admin-badge--red{background:#fff1f2;border-color:#fecdd3;color:#9f1239}.admin-empty{background:#fcfcfc;border:1px dashed var(--line-strong);border-radius:20px;color:var(--muted);padding:26px;text-align:center}@media(max-width:1100px){.admin-grid-2,.admin-grid-3,.admin-grid-4{grid-template-columns:1fr}}.customer-page{display:grid;gap:20px}.customer-card{background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow-soft);padding:20px}.customer-card h2,.customer-card h3{margin-top:0}.customer-card p{color:var(--muted);line-height:1.7}.customer-grid-2{display:grid;gap:18px;grid-template-columns:1fr 1fr}.customer-grid-3{display:grid;gap:18px;grid-template-columns:repeat(3,1fr)}.customer-grid-4{display:grid;gap:18px;grid-template-columns:repeat(4,1fr)}.customer-toolbar{align-items:center;display:flex;flex-wrap:wrap;gap:14px;justify-content:space-between}.customer-toolbar__group{display:flex;flex-wrap:wrap;gap:12px}.customer-table-wrap{overflow-x:auto}.customer-table{border-collapse:collapse;width:100%}.customer-table td,.customer-table th{border-bottom:1px solid var(--line);padding:14px 12px;text-align:left;white-space:nowrap}.customer-table th{color:var(--muted);font-size:.82rem;font-weight:600}.customer-empty{background:#fcfcfc;border:1px dashed var(--line-strong);border-radius:20px;color:var(--muted);padding:26px;text-align:center}.customer-inline-input,.customer-inline-select{background:#fff;border:1px solid var(--line);border-radius:12px;min-height:44px;padding:0 14px}.customer-tab-row{display:flex;flex-wrap:wrap;gap:10px}.customer-tab{background:#fff;border:1px solid var(--line);border-radius:999px;min-height:42px;padding:0 16px}.customer-tab.is-active{background:#111827;border-color:#111827;color:#fff}@media(max-width:1100px){.customer-grid-2,.customer-grid-3,.customer-grid-4{grid-template-columns:1fr}}#__nuxt,body,html{max-width:100%;overflow-x:hidden}.admin-card,.admin-main,.admin-main__inner,.admin-page,.admin-shell,.customer-card,.customer-main,.customer-main__inner,.customer-page,.customer-shell{min-width:0}.admin-card,.customer-card{overflow:hidden}.admin-table-wrap,.customer-table-wrap{max-width:100%;overflow-x:auto;overflow-y:hidden;width:100%;-webkit-overflow-scrolling:touch;border-radius:16px}.admin-table,.customer-table{border-collapse:collapse;min-width:100%;width:-moz-max-content;width:max-content}.admin-table td,.admin-table th,.customer-table td,.customer-table th{white-space:nowrap}@media(max-width:1100px){.admin-table,.customer-table{min-width:980px}}@media(max-width:768px){.admin-table,.customer-table{min-width:860px}}
