:root{--bg: #f8fafc;--surface: #ffffff;--surface-2: #f1f5f9;--surface-hover: #f8fafc;--border: #e4e7eb;--border-strong: #cbd5e1;--text: #0f172a;--muted: #475569;--muted-2: #64748b;--primary: #1e3a5f;--primary-hover: #16304f;--secondary: #2563eb;--secondary-hover: #1d4ed8;--accent: #059669;--danger: #dc2626;--ring: rgba(37, 99, 235, .35);--shadow-sm: 0 1px 2px rgba(15, 23, 42, .05);--shadow-md: 0 1px 3px rgba(15, 23, 42, .08), 0 1px 2px rgba(15, 23, 42, .04);--shadow-lg: 0 4px 12px rgba(15, 23, 42, .08);--radius: 10px;--radius-sm: 7px}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%}body{margin:0;font-family:Fira Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--bg);color:var(--text);font-size:14px;line-height:1.5;-webkit-font-smoothing:antialiased}a{color:var(--secondary);text-decoration:none}a:hover{text-decoration:underline}h1{font-size:1.5rem;font-weight:700;letter-spacing:-.01em;margin:0 0 .25rem}h2,h3{margin:0 0 .5rem;font-weight:600;letter-spacing:-.005em}h3{font-size:.95rem;color:var(--text)}.layout{display:flex;min-height:100vh;min-height:100dvh}.sidebar{width:236px;background:var(--surface);border-right:1px solid var(--border);padding:1.25rem .75rem;position:sticky;top:0;height:100vh;height:100dvh;flex-shrink:0}.brand{font-size:1.35rem;font-weight:700;color:var(--primary);padding:.25rem .6rem 1.5rem;letter-spacing:-.02em}.brand span{color:var(--secondary)}.nav a{display:flex;align-items:center;gap:.6rem;padding:.6rem .7rem;border-radius:var(--radius-sm);color:var(--muted);margin-bottom:3px;font-weight:500;transition:background .15s ease,color .15s ease}.nav a:hover{background:var(--surface-2);color:var(--text);text-decoration:none}.nav a.active{background:var(--primary);color:#fff}.nav a.active:hover{background:var(--primary-hover)}.nav svg{width:18px;height:18px;flex-shrink:0}.content{flex:1;padding:1.5rem 2rem 3rem;max-width:1280px;width:100%}.topbar{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;gap:1rem}.topbar .user{color:var(--muted);font-size:.85rem}.topbar .user a{cursor:pointer;font-weight:500}.cards{display:grid;grid-template-columns:repeat(auto-fill,minmax(172px,1fr));gap:.9rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1rem 1.1rem;box-shadow:var(--shadow-sm)}.card .label{color:var(--muted-2);font-size:.72rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em}.card .value{font-size:1.75rem;font-weight:700;margin-top:.35rem;letter-spacing:-.02em;font-variant-numeric:tabular-nums}.panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;margin-bottom:1.2rem;box-shadow:var(--shadow-sm)}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1.2rem;align-items:start}@media(max-width:900px){.grid-2{grid-template-columns:1fr}}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:.7rem .8rem;border-bottom:1px solid var(--border)}th{color:var(--muted-2);font-weight:600;font-size:.72rem;text-transform:uppercase;letter-spacing:.04em;background:var(--surface-2)}th:first-child{border-top-left-radius:var(--radius-sm)}th:last-child{border-top-right-radius:var(--radius-sm)}tbody tr{transition:background .12s ease}tbody tr:hover{background:var(--surface-hover)}tbody tr:last-child td{border-bottom:none}td .value{font-variant-numeric:tabular-nums}.table-wrap{overflow-x:auto}label{display:block;color:var(--muted);font-size:.8rem;font-weight:500;margin:.85rem 0 .35rem}input,select,textarea{width:100%;padding:.55rem .7rem;background:var(--surface);border:1px solid var(--border-strong);border-radius:var(--radius-sm);color:var(--text);font-size:.9rem;font-family:inherit;transition:border-color .15s ease,box-shadow .15s ease}input::placeholder,textarea::placeholder{color:var(--muted-2)}input:focus,select:focus,textarea:focus{outline:none;border-color:var(--secondary);box-shadow:0 0 0 3px var(--ring)}input[type=color]{padding:.2rem;height:40px;cursor:pointer}input[type=checkbox]{accent-color:var(--secondary)}textarea{min-height:72px;resize:vertical}.row{display:flex;gap:1rem}.row>*{flex:1;min-width:0}button,.btn{cursor:pointer;border:1px solid var(--border-strong);background:var(--surface);color:var(--text);padding:.5rem .9rem;border-radius:var(--radius-sm);font-size:.85rem;font-weight:500;font-family:inherit;transition:background .15s ease,border-color .15s ease,box-shadow .15s ease}button:hover,.btn:hover{background:var(--surface-2);border-color:var(--border-strong)}button:focus-visible,.btn:focus-visible,a:focus-visible{outline:none;box-shadow:0 0 0 3px var(--ring)}button.primary,.btn.primary{background:var(--secondary);border-color:var(--secondary);color:#fff}button.primary:hover,.btn.primary:hover{background:var(--secondary-hover);border-color:var(--secondary-hover)}button.danger{color:var(--danger);border-color:var(--border)}button.danger:hover{background:#fef2f2;border-color:#fecaca}button:disabled{opacity:.5;cursor:not-allowed}.btn-row{display:flex;gap:.4rem;flex-wrap:wrap}.badge{display:inline-block;padding:.2rem .6rem;border-radius:999px;font-size:.72rem;font-weight:600;border:1px solid transparent}.badge.active{background:#ecfdf5;color:#047857;border-color:#a7f3d0}.badge.paused{background:#fffbeb;color:#b45309;border-color:#fde68a}.badge.draft{background:var(--surface-2);color:var(--muted);border-color:var(--border-strong)}.badge.scheduled{background:#eff6ff;color:#1d4ed8;border-color:#bfdbfe}.badge.archived,.badge.deleted,.badge.expired{background:#fef2f2;color:#b91c1c;border-color:#fecaca}.rating{font-weight:600}.rating.Excellent{color:#047857}.rating.Good{color:var(--secondary)}.rating.Risky{color:#b45309}.muted{color:var(--muted-2)}.mono{font-family:Fira Code,ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.8rem}.center-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;min-height:100dvh;padding:1rem}.login-card{width:360px;max-width:100%;box-shadow:var(--shadow-lg)}.qr-preview{background:#fff;border:1px solid var(--border);border-radius:var(--radius);padding:1rem;display:inline-block;box-shadow:var(--shadow-sm)}.qr-preview img{display:block;width:240px;height:240px}.warn{color:#b45309;font-size:.82rem;margin:.25rem 0}.error{color:var(--danger);font-size:.85rem}.tabs{display:flex;gap:.25rem;border-bottom:1px solid var(--border);margin-bottom:1.2rem}.tabs button{border:none;background:none;border-bottom:2px solid transparent;border-radius:0;color:var(--muted);padding:.6rem .9rem;margin-bottom:-1px}.tabs button:hover{background:none;color:var(--text)}.tabs button.active{color:var(--secondary);border-bottom-color:var(--secondary);font-weight:600}.spacer{flex:1}.page-actions{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem}@media(prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}.lp{color:var(--text)}.lp-brand{display:flex;align-items:center;gap:.5rem;font-weight:700;font-size:1.25rem;color:var(--primary);letter-spacing:-.02em}.lp-llc{font-size:.7rem;font-weight:600;color:var(--secondary);background:#eff6ff;border:1px solid #bfdbfe;padding:.1rem .35rem;border-radius:5px;letter-spacing:.02em}.lp-logo{width:26px;height:26px;border-radius:7px;background:linear-gradient(135deg,var(--secondary),var(--primary));box-shadow:var(--shadow-sm)}.lp-nav{display:flex;align-items:center;justify-content:space-between;max-width:1120px;margin:0 auto;padding:1.1rem 1.5rem}.lp-nav-links{display:flex;align-items:center;gap:1.5rem}.lp-nav-links a{color:var(--muted);font-weight:500}.lp-nav-links a:hover{color:var(--text);text-decoration:none}.lp-nav-links a.btn.primary{color:#fff}.lp-hero{max-width:820px;margin:0 auto;padding:4rem 1.5rem 3.5rem;text-align:center}.lp-kicker{display:inline-block;font-size:.8rem;font-weight:600;color:var(--secondary);background:#eff6ff;border:1px solid #bfdbfe;padding:.3rem .8rem;border-radius:999px;margin-bottom:1.5rem}.lp-hero h1{font-size:clamp(2rem,5vw,3.1rem);line-height:1.08;letter-spacing:-.03em;margin:0 0 1.1rem}.lp-sub{font-size:1.12rem;color:var(--muted);line-height:1.6;max-width:620px;margin:0 auto 2rem}.lp-cta{display:flex;gap:.8rem;justify-content:center;flex-wrap:wrap}.lp-btn-lg{padding:.75rem 1.5rem;font-size:.98rem;border-radius:10px}.lp-hero-note{margin-top:1.5rem;font-size:.85rem;color:var(--muted-2)}.lp-section{max-width:1120px;margin:0 auto;padding:3.5rem 1.5rem}.lp-section h2{font-size:clamp(1.5rem,3.5vw,2rem);text-align:center;letter-spacing:-.02em;margin-bottom:2.5rem}.lp-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.2rem}.lp-card{background:var(--surface);border:1px solid var(--border);border-radius:14px;padding:1.6rem;box-shadow:var(--shadow-sm);transition:box-shadow .2s ease,transform .2s ease}.lp-card:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}.lp-icon{width:34px;height:34px;color:var(--secondary);margin-bottom:.9rem}.lp-card h3{font-size:1.05rem;margin-bottom:.5rem}.lp-card p{color:var(--muted);line-height:1.6;margin:0;font-size:.92rem}.lp-how{background:linear-gradient(180deg,#ffffff,var(--bg));border-top:1px solid var(--border);border-bottom:1px solid var(--border);border-radius:0;max-width:none}.lp-how>h2,.lp-steps{max-width:1120px;margin-left:auto;margin-right:auto}.lp-steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.lp-step{text-align:center;padding:0 1rem}.lp-step-n{width:44px;height:44px;margin:0 auto 1rem;display:grid;place-items:center;background:var(--primary);color:#fff;border-radius:50%;font-weight:700;font-size:1.1rem}.lp-step h3{font-size:1.1rem;margin-bottom:.4rem}.lp-step p{color:var(--muted);line-height:1.6;margin:0}.lp-band{text-align:center;padding:3.5rem 1.5rem;background:linear-gradient(135deg,var(--primary),#16304f);color:#fff}.lp-band h2{color:#fff;font-size:clamp(1.4rem,3vw,1.9rem);margin-bottom:1.5rem;letter-spacing:-.02em}.lp-band .btn.primary{background:#fff;color:var(--primary);border-color:#fff}.lp-band .btn.primary:hover{background:#eff6ff;border-color:#eff6ff}.lp-footer{max-width:1120px;margin:0 auto;padding:2rem 1.5rem;display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}@media(max-width:640px){.lp-nav-links{gap:.9rem}.lp-nav-links a[href^="#"]{display:none}}
