:root{--tb-font-sans:"Inter",system-ui,-apple-system,sans-serif;--tb-color-bg:#f8fafc;--tb-color-surface:#ffffff;--tb-color-text:#0f172a;--tb-color-muted:#64748b;--tb-color-primary:#2563eb;--tb-color-primary-hover:#1d4ed8;--tb-color-border:#e2e8f0;--tb-color-success:#059669;--tb-color-warning:#d97706;--tb-color-danger:#dc2626;--tb-radius-sm:8px;--tb-radius-md:12px;--tb-radius-lg:16px;--tb-shadow-sm:0 1px 2px rgba(15,23,42,0.06);--tb-shadow-md:0 8px 24px rgba(15,23,42,0.08);--tb-space-1:4px;--tb-space-2:8px;--tb-space-3:12px;--tb-space-4:16px;--tb-space-6:24px;--tb-space-8:32px;--tb-content-max:1120px;--tb-touch-target:44px}@media (prefers-color-scheme:dark){:root{--tb-color-bg:#0b1220;--tb-color-surface:#111827;--tb-color-text:#f8fafc;--tb-color-muted:#94a3b8;--tb-color-border:#1f2937}}@media (prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important}}.tb-body{margin:0;font-family:var(--tb-font-sans);background:var(--tb-color-bg);color:var(--tb-color-text);line-height:1.5}.tb-container{width:min(100% - 2rem,var(--tb-content-max));margin-inline:auto}.tb-button{display:inline-flex;align-items:center;justify-content:center;min-height:var(--tb-touch-target);padding:0 var(--tb-space-4);border-radius:var(--tb-radius-sm);border:1px solid transparent;background:var(--tb-color-primary);color:white;font-weight:600;cursor:pointer}.tb-button:hover{background:var(--tb-color-primary-hover)}.tb-button:focus-visible{outline:2px solid var(--tb-color-primary);outline-offset:2px}.tb-input{width:100%;min-height:var(--tb-touch-target);padding:0 var(--tb-space-3);border-radius:var(--tb-radius-sm);color:var(--tb-color-text)}.tb-card,.tb-input{border:1px solid var(--tb-color-border);background:var(--tb-color-surface)}.tb-card{border-radius:var(--tb-radius-md);box-shadow:var(--tb-shadow-sm);padding:var(--tb-space-6)}.tb-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:999px;font-size:12px;font-weight:600;background:#dbeafe;color:#1e40af}.tb-label{display:block;font-weight:600;margin-bottom:var(--tb-space-2)}.tb-field{margin-bottom:var(--tb-space-4)}.tb-field-hint{margin:var(--tb-space-2) 0 0;font-size:.875rem;color:var(--tb-color-muted)}.tb-textarea{min-height:120px;padding:var(--tb-space-3);font-family:inherit;resize:vertical}.tb-select,.tb-textarea{width:100%;border-radius:var(--tb-radius-sm);border:1px solid var(--tb-color-border);background:var(--tb-color-surface);color:var(--tb-color-text)}.tb-select{min-height:var(--tb-touch-target);padding:0 var(--tb-space-3)}.tb-privacy-badge{display:inline-flex;align-items:center;gap:var(--tb-space-2);padding:6px 12px;border-radius:999px;font-size:.8125rem;font-weight:600;background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}.tb-dropzone{display:flex;align-items:center;justify-content:center;min-height:140px;padding:var(--tb-space-6);border:2px dashed var(--tb-color-border);border-radius:var(--tb-radius-md);background:var(--tb-color-bg);color:var(--tb-color-muted);text-align:center;cursor:pointer}.tb-dropzone:hover{border-color:var(--tb-color-primary);color:var(--tb-color-text)}.tb-dropzone-input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.tb-footer{margin-top:auto;border-top:1px solid var(--tb-color-border);background:var(--tb-color-surface);padding:var(--tb-space-8) 0;color:var(--tb-color-muted);font-size:.875rem}.tb-footer-inner{display:flex;flex-wrap:wrap;gap:var(--tb-space-4);justify-content:space-between}.tb-footer a{color:var(--tb-color-muted);text-decoration:none}.tb-footer a:hover{color:var(--tb-color-text)}.tb-hero{padding:var(--tb-space-8) 0 var(--tb-space-6)}.tb-hero h1{font-size:clamp(1.75rem,4vw,2.5rem);line-height:1.15;margin:0 0 var(--tb-space-3)}.tb-hero p{margin:0;color:var(--tb-color-muted);max-width:42rem;font-size:1.0625rem}.tb-section-title{margin:var(--tb-space-8) 0 var(--tb-space-4);font-size:1.25rem}.tb-result{margin-top:var(--tb-space-4);padding:var(--tb-space-4);border-radius:var(--tb-radius-sm);background:var(--tb-color-bg);border:1px solid var(--tb-color-border);overflow-x:auto;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:.875rem;white-space:pre-wrap;word-break:break-word}.tb-page{min-height:100vh;display:flex;flex-direction:column}.tb-header{border-bottom:1px solid var(--tb-color-border);background:var(--tb-color-surface)}.tb-header-inner{display:flex;align-items:center;justify-content:space-between;min-height:64px}.tb-logo{font-weight:800;font-size:1.25rem;color:inherit}.tb-logo,.tb-nav a{text-decoration:none}.tb-nav a{margin-left:1rem;color:var(--tb-color-muted);font-weight:500}.tb-nav a:hover{color:var(--tb-color-text)}.tb-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}.tb-legal{padding-block:2rem;max-width:42rem}.tb-legal-prose h2{margin-top:1.75rem;margin-bottom:.5rem;font-size:1.125rem}.tb-legal-prose p,.tb-legal-prose ul{color:var(--tb-color-muted);line-height:1.65}.tb-legal-prose ul{padding-left:1.25rem}.tb-legal-prose li+li{margin-top:.35rem}.tb-legal-prose a,h1,h2,h3{color:var(--tb-color-text)}