@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Outfit:wght@400;500;600;700;800&display=swap";:root{--brand: #ff5410;--brand-dark: #272727;--brand-light-gray: #f5f5f5;--brand-orange-hover: #ea580c;--indigo: #5a5af5;--ink: #272727;--muted: #71717a;--line: #ececec;--bg: #ffffff;--card: #ffffff;--radius: 10px;--radius-sm: 8px;--shadow: 0 1px 2px rgba(0, 0, 0, .04), 0 1px 3px rgba(0, 0, 0, .06);font-family:Inter,Roboto,Outfit,sans-serif}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg);color:var(--ink);font-family:Inter,Roboto,Outfit,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-family:Outfit,sans-serif}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.scrollbar-none::-webkit-scrollbar{display:none}.scrollbar-none{-ms-overflow-style:none;scrollbar-width:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(-6px)}to{opacity:1;transform:translateY(0)}}.animate-in{animation:fadeIn .2s ease-out forwards}:root{--page-x: 20px}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 var(--page-x)}.page{padding-top:32px;padding-bottom:64px}.col{max-width:640px;margin-left:auto;margin-right:auto}.col-wide{max-width:860px;margin-left:auto;margin-right:auto}h1{font-size:28px;font-weight:800;margin:0 0 6px;letter-spacing:-.02em}h2{font-size:22px;font-weight:800;margin:0 0 6px;letter-spacing:-.01em}h3{font-size:16px;font-weight:700;margin:0}.muted{color:var(--muted)}.small{font-size:12px}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;border:none;cursor:pointer;font-weight:600;font-size:14px;padding:10px 18px;border-radius:var(--radius-sm);transition:.15s;font-family:inherit}.btn:disabled{opacity:.55;cursor:not-allowed}.btn:active:not(:disabled){transform:translateY(1px)}.btn-primary{background:var(--brand);color:#fff}.btn-primary:hover:not(:disabled){background:var(--brand-orange-hover)}.btn-dark{background:var(--brand-dark);color:#fff}.btn-dark:hover:not(:disabled){background:#000}.btn-ghost{background:#fff;color:var(--ink);border:1px solid #e5e7eb}.btn-ghost:hover:not(:disabled){background:#f9fafb}.btn-danger{background:#fff;color:#dc2626;border:1px solid #fecaca}.btn-danger:hover:not(:disabled){background:#fef2f2}.btn-sm{padding:7px 12px;font-size:12px}.btn-block{width:100%}.card{background:var(--card);border:1px solid #ececec;border-radius:var(--radius);box-shadow:var(--shadow)}.card-body{padding:20px}.field{margin-bottom:14px}label{display:block;font-size:13px;font-weight:600;margin-bottom:6px}input,select,textarea{width:100%;padding:10px 12px;border:1px solid #e5e7eb;border-radius:var(--radius-sm);font-size:14px;font-family:inherit;background:#fff;color:var(--ink)}input:focus,select:focus,textarea:focus{outline:2px solid rgba(255,84,16,.2);border-color:var(--brand)}textarea{min-height:90px;resize:vertical}.grid{display:grid;gap:24px}.grid-cards{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.row{display:flex;gap:12px}.row-wrap{flex-wrap:wrap}.between{justify-content:space-between}.center{align-items:center}.stack{display:flex;flex-direction:column;gap:10px}.spacer{flex:1}.badge{display:inline-block;padding:3px 8px;border-radius:5px;font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.03em}.badge-draft{background:#f4f4f5;color:#52525b}.badge-published{background:#dcfce7;color:#15803d}.badge-archived{background:#fef9c3;color:#a16207}.badge-paid{background:#dcfce7;color:#15803d}.badge-pending{background:#fef9c3;color:#a16207}.badge-failed{background:#fee2e2;color:#b91c1c}.badge-refunded{background:#ede9fe;color:#6d28d9}.alert{padding:12px 14px;border-radius:var(--radius-sm);font-size:13px;margin-bottom:14px}.alert-error{background:#fef2f2;color:#b91c1c;border:1px solid #fecaca}.alert-success{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.alert-info{background:#eff6ff;color:#1d4ed8;border:1px solid #bfdbfe}table{width:100%;border-collapse:collapse;font-size:13px}th,td{text-align:left;padding:10px 12px;border-bottom:1px solid var(--line)}th{font-size:11px;text-transform:uppercase;letter-spacing:.04em;color:var(--muted)}.loading{padding:40px;text-align:center;color:var(--muted)}.auth-wrap{position:relative;min-height:100vh;display:flex;align-items:center;justify-content:center;padding:64px var(--page-x) 24px;background:#f9fafb}.auth-back{position:absolute;top:20px;left:var(--page-x);display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--muted)}.auth-back:hover{color:var(--brand)}.auth-back.dark{color:#a1a1aa}.auth-back.dark:hover{color:#fff}.auth-card{width:100%;max-width:420px;background:#fff;border:1px solid #ececec;border-radius:var(--radius);box-shadow:var(--shadow);padding:28px 24px;display:flex;flex-direction:column}@media(min-width:768px){.auth-card{padding:32px}}.auth-head{display:flex;flex-direction:column;align-items:center;margin-bottom:24px;-webkit-user-select:none;user-select:none}.auth-brand{display:flex;align-items:center;gap:8px;margin-bottom:8px}.auth-brand .logo{width:40px;height:40px;background:#fff;border-radius:999px;display:flex;align-items:center;justify-content:center;padding:4px}.auth-brand .logo img{width:100%;height:100%;object-fit:contain}.auth-brand .word{font-family:Inter,sans-serif;font-weight:700;font-size:24px;letter-spacing:-.02em;color:var(--brand-dark)}.auth-title{font-family:Outfit,sans-serif;font-size:20px;font-weight:700;color:var(--brand-dark);margin:0}.auth-sub{font-size:12px;color:var(--muted);margin:4px 0 0;text-align:center}.auth-form{display:flex;flex-direction:column;gap:16px}.auth-field{display:flex;flex-direction:column;gap:4px}.auth-field label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--brand-dark);margin-left:4px}.auth-input-wrap{position:relative}.auth-input-wrap svg{position:absolute;left:14px;top:50%;transform:translateY(-50%);width:16px;height:16px;color:var(--muted);pointer-events:none}.auth-input-wrap input{width:100%;padding:10px 14px 10px 38px;border-radius:var(--radius-sm);border:1px solid #e5e7eb;font-size:14px;font-weight:500;font-family:inherit;background:#fff;color:var(--ink)}.auth-input-wrap input:focus{outline:2px solid rgba(255,84,16,.2);border-color:var(--brand)}.auth-submit{width:100%;margin-top:8px;padding:12px;border-radius:var(--radius-sm);border:none;background:var(--brand);color:#fff;font-size:14px;font-weight:700;font-family:inherit;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px;transition:.15s}.auth-submit:hover:not(:disabled){background:var(--brand-orange-hover)}.auth-submit:active:not(:disabled){transform:scale(.98)}.auth-submit:disabled{opacity:.55;cursor:not-allowed}.auth-foot{font-size:12px;color:var(--muted);text-align:center;margin:24px 0 0}.auth-foot a{color:var(--brand);font-weight:700}.auth-foot a:hover{text-decoration:underline}.auth-alert{margin-bottom:16px;padding:12px 14px;border-radius:var(--radius-sm);font-size:12px;font-weight:600;display:flex;align-items:flex-start;gap:8px}.auth-alert.err{background:#fef2f2;color:#dc2626;border:1px solid #fecaca}.auth-alert.ok{background:#f0fdf4;color:#15803d;border:1px solid #bbf7d0}.auth-wrap.dark{background:#09090b}.auth-card.dark{background:#18181b;border-color:#27272a;color:#fff;box-shadow:0 25px 50px -12px #0009}.auth-card.dark .auth-brand .logo{background:var(--brand);padding:6px}.auth-card.dark .auth-brand .logo img{filter:invert(1)}.auth-card.dark .auth-brand .word,.auth-card.dark .auth-title{color:#fff}.auth-card.dark .auth-field label{color:#d4d4d8}.auth-card.dark .auth-input-wrap input{background:#27272a;border-color:#3f3f46;color:#fff}.auth-card.dark .auth-input-wrap input::placeholder{color:#71717a}.auth-card.dark .auth-input-wrap input:focus{outline-color:var(--brand)}.auth-card.dark .auth-foot{color:#71717a}.auth-badge{display:inline-flex;align-items:center;gap:6px;margin-top:4px;background:#ff54101f;border:1px solid rgba(255,84,16,.35);color:var(--brand);font-size:10px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;padding:4px 12px;border-radius:999px}.legal-lead{font-size:14px;color:var(--muted);line-height:1.6}.legal-section{display:flex;flex-direction:column;gap:12px}.legal-section h2{font-family:Outfit,sans-serif;font-size:21px;font-weight:800;text-transform:uppercase;letter-spacing:-.01em;color:var(--brand-dark);margin:0}.legal-section>:is(p){font-size:14px;color:var(--muted);line-height:1.6;margin:0}.legal-section a{color:var(--brand);font-weight:600}.legal-section a:hover{text-decoration:underline}.legal-list{display:flex;flex-direction:column;gap:8px;padding-left:4px;margin:0;list-style:none}.legal-list li{display:flex;gap:10px;font-size:14px;color:var(--muted);line-height:1.6}.legal-list li:before{content:"";width:6px;height:6px;border-radius:999px;background:var(--brand);flex-shrink:0;margin-top:8px}.console.svelte-12qhfyh{display:grid;grid-template-columns:232px 1fr;min-height:100vh;background:#f7f7f8}.side.svelte-12qhfyh{background:var(--brand-dark);color:#fff;display:flex;flex-direction:column;padding:18px 14px;position:sticky;top:0;height:100vh}.brand.svelte-12qhfyh{display:flex;align-items:center;gap:10px;padding:4px 6px 20px}.brand.svelte-12qhfyh .logo:where(.svelte-12qhfyh){width:32px;height:32px;background:#fff;border-radius:7px;display:flex;align-items:center;justify-content:center;padding:4px}.brand.svelte-12qhfyh .logo:where(.svelte-12qhfyh) img:where(.svelte-12qhfyh){width:100%;height:100%;object-fit:contain}.btxt.svelte-12qhfyh{font-family:Inter,sans-serif;font-weight:700;font-size:17px;letter-spacing:-.02em;display:flex;align-items:center;gap:6px}.badge2.svelte-12qhfyh{font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.06em;background:var(--brand);padding:2px 6px;border-radius:4px}.nav.svelte-12qhfyh{display:flex;flex-direction:column;gap:2px;margin-top:8px}.nitem.svelte-12qhfyh{display:flex;align-items:center;gap:11px;padding:10px 12px;border-radius:var(--radius-sm);font-size:14px;font-weight:500;color:#d4d4d8;transition:.12s}.nitem.svelte-12qhfyh:hover{background:#ffffff14;color:#fff}.nitem.active.svelte-12qhfyh{background:var(--brand);color:#fff;font-weight:600}.body.svelte-12qhfyh{display:flex;flex-direction:column;min-width:0}.topbar.svelte-12qhfyh{height:62px;background:#fff;border-bottom:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:0 24px;position:sticky;top:0;z-index:20}.pagetitle.svelte-12qhfyh{font-family:Outfit,sans-serif;font-weight:700;font-size:17px}.who.svelte-12qhfyh{display:flex;align-items:center;gap:10px}.avatar.svelte-12qhfyh{width:34px;height:34px;border-radius:999px;background:var(--brand);color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;padding:0}.whoinfo.svelte-12qhfyh{display:flex;flex-direction:column;line-height:1.15}.wn.svelte-12qhfyh{font-size:13px;font-weight:600}.wr.svelte-12qhfyh{font-size:11px;color:var(--muted)}.logout.svelte-12qhfyh{margin-left:6px;width:34px;height:34px;border:1px solid var(--line);background:#fff;border-radius:var(--radius-sm);color:var(--muted);cursor:pointer;display:flex;align-items:center;justify-content:center}.logout.svelte-12qhfyh:hover{color:#dc2626;border-color:#fecaca;background:#fef2f2}.content.svelte-12qhfyh{padding:26px 24px 64px;max-width:1100px;width:100%}@media(max-width:760px){.console.svelte-12qhfyh{grid-template-columns:1fr}.side.svelte-12qhfyh{flex-direction:row;align-items:center;height:auto;position:static;padding:10px 12px;gap:8px;overflow-x:auto}.brand.svelte-12qhfyh{padding:0 8px 0 4px}.btxt.svelte-12qhfyh{display:none}.nav.svelte-12qhfyh{flex-direction:row;margin-top:0}.nitem.svelte-12qhfyh span:where(.svelte-12qhfyh){display:none}.whoinfo.svelte-12qhfyh{display:none}}
