:root{--tk-background:#070809;--tk-background-raised:#0b0c0e;--tk-surface:#111316;--tk-surface-alt:#17191d;--tk-surface-soft:#1d2024;--tk-gold:#d7a93a;--tk-gold-light:#f2c75c;--tk-gold-dark:#7d5b17;--tk-text:#f7f4ec;--tk-muted:#a7a49d;--tk-subdued:#74736f;--tk-border:#2a2c30;--tk-success:#68b36e;--tk-warning:#e0a92f;--tk-danger:#d85d5d;--tk-info:#5999e6;--tk-black:#070707;--tk-radius-xs:7px;--tk-radius-sm:10px;--tk-radius-md:14px;--tk-radius-lg:18px;--tk-radius-sheet:24px;--tk-radius-pill:999px;--tk-page-pad:20px;--tk-card-pad:16px;--tk-control-min:42px;--tk-button-min:50px;--tk-primary-min:56px;--tk-font:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;--shell:1180px;--bg:var(--tk-background);--panel:var(--tk-surface);--panel-2:var(--tk-surface-alt);--text:var(--tk-text);--muted:var(--tk-muted);--gold:var(--tk-gold);--gold-2:var(--tk-gold-light);--line:var(--tk-border)}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--tk-background);color:var(--tk-text);font-family:var(--tk-font);margin:0;line-height:1.55}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{max-width:100%;display:block}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible,[tabindex]:focus-visible{outline:2px solid var(--tk-gold-light);outline-offset:3px}.shell{width:min(calc(100% - 40px),var(--shell));margin-inline:auto}.skip-link{position:absolute;left:-9999px}.skip-link:focus{z-index:999;background:var(--tk-gold-light);color:var(--tk-black);padding:8px 12px;top:16px;left:16px}.site-header{z-index:50;background:var(--tk-background-raised);border-bottom:1px solid var(--tk-border);position:sticky;top:0}.nav-wrap{justify-content:space-between;align-items:center;min-height:72px;display:flex}.brand{letter-spacing:-.8px;align-items:center;gap:8px;font-size:24px;font-weight:800;display:inline-flex}.brand span span,.brand-mark,.eyebrow,.accent{color:var(--tk-gold-light)}.nav{color:var(--tk-muted);align-items:center;gap:1.4rem;font-size:.92rem;display:flex}.button{min-height:var(--tk-primary-min);border-radius:var(--tk-radius-md);background:var(--tk-gold-light);color:var(--tk-black);border:1px solid var(--tk-gold-light);box-shadow:none;cursor:pointer;justify-content:center;align-items:center;gap:10px;padding:0 22px;font-size:18px;font-weight:900;transition:opacity .15s,border-color .15s,background .15s;display:inline-flex}.button:hover{opacity:.92}.button:active{opacity:.72}.button:disabled{opacity:.42;cursor:not-allowed}.button-secondary{min-height:50px;color:var(--tk-gold-light);border:1px solid var(--tk-gold-dark);background:0 0;font-size:16px;font-weight:800}.button-small{border-radius:10px;min-height:42px;padding:0 15px;font-size:13px}.button-danger,.danger{color:var(--tk-danger)!important;background:0 0!important;border-color:#d85d5d8c!important}.eyebrow{letter-spacing:.12em;text-transform:uppercase;font-size:10px;font-weight:900}.muted{color:var(--tk-muted)}.subdued{color:var(--tk-subdued)}[data-panel=people-without-account]>.section-heading>div>.eyebrow,[data-panel=titlekeep-connections]>.section-heading>div>.eyebrow,[data-panel=pending-requests]>.pending-heading>.eyebrow,details[data-panel=qr]>.method-summary>span:first-child>.eyebrow,details[data-panel=email]>.method-summary>span:first-child>.eyebrow{display:none!important}.section{border-top:0;padding:44px 0 80px}.section-head{text-align:left;max-width:800px;margin:0 0 28px}.section-head h1,.section-head h2{letter-spacing:-.7px;margin:12px 0 8px;font-size:34px;font-weight:900;line-height:1.08}.section-head p{color:var(--tk-muted);margin:0;font-size:16px;line-height:23px}.section h2{letter-spacing:0;font-size:20px;font-weight:900;line-height:1.2}.cards{grid-template-columns:repeat(3,1fr);gap:16px;display:grid}.support-cards{grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;display:grid}.card,.tk-card{background:var(--tk-surface);border:1px solid var(--tk-border);box-shadow:none;border-radius:18px;padding:16px}.card.highlight,.tk-card-highlight{border-color:var(--tk-gold-dark);background:#15130e}.card.dashed,.tk-empty{border-style:dashed}.card h3{margin:.35rem 0 .55rem;font-size:17px;font-weight:900}.card p{color:var(--tk-muted);margin:.3rem 0}.tk-chip,.chips span,.tags span,.agenda-tab{justify-content:center;align-items:center;gap:6px;min-height:42px;padding:9px 15px;display:inline-flex;border:1px solid var(--tk-border)!important;border-radius:var(--tk-radius-pill)!important;background:var(--tk-surface-alt)!important;color:var(--tk-muted)!important;font-size:12px!important;font-weight:700!important}.tk-chip.is-selected,.agenda-tab.active{border-color:var(--tk-gold)!important;color:var(--tk-gold-light)!important;background:#2b2414!important}input:not([type=checkbox]):not([type=radio]):not([type=range]),textarea,select{color:var(--tk-text);background:var(--tk-surface);border:1px solid var(--tk-border);border-radius:var(--tk-radius-md);outline:none;min-height:52px;padding:14px 15px;font-size:16px}textarea{resize:vertical;min-height:112px}input::placeholder,textarea::placeholder{color:var(--tk-subdued)}input:focus,textarea:focus,select:focus{border-color:var(--tk-gold)}.tk-choice,.choice,.choice-row label{border:1px solid var(--tk-border);background:var(--tk-surface);border-radius:15px;align-items:center;gap:10px;min-height:72px;padding:12px 15px;display:flex}.choice:has(input:checked),.choice-row label:has(input:checked){border-color:var(--tk-gold);color:var(--tk-gold-light);background:#1d1910}.tk-app input[type=checkbox],.tk-app input[type=radio]{appearance:none;cursor:pointer;flex:none;margin:0}.tk-app input[type=radio]{border:2px solid var(--tk-subdued);background:0 0;border-radius:50%;width:24px;height:24px}.tk-app input[type=radio]:checked{border:7px solid var(--tk-gold-light);background:#2b2414}.tk-app input[type=checkbox]{border:1px solid var(--tk-border);background:0 0;border-radius:7px;width:26px;height:26px}.tk-app input[type=checkbox]:checked{background:var(--tk-gold-light);border-color:var(--tk-gold-light);box-shadow:inset 0 0 0 6px var(--tk-gold-light)}.tk-app input[type=checkbox]:checked:after{content:"✓";color:var(--tk-black);place-items:center;font-weight:900;line-height:24px;display:grid}.tk-toggle{background:var(--tk-surface-soft);border-radius:16px;align-items:center;width:52px;height:30px;padding:3px;display:inline-flex}.tk-toggle:after{content:"";background:var(--tk-muted);border-radius:50%;width:24px;height:24px;transition:transform .15s}.tk-toggle.is-on{background:var(--tk-gold)}.tk-toggle.is-on:after{background:var(--tk-text);transform:translate(22px)}.tk-menu-row{background:var(--tk-surface);border:1px solid var(--tk-border);border-radius:16px;align-items:center;gap:14px;min-height:76px;padding:13px 17px;display:flex}.tk-menu-row strong{font-size:17px;font-weight:800}.tk-menu-row p{color:var(--tk-muted);margin:2px 0;font-size:13px;line-height:18px}.tk-poster,.library-poster,.record-poster,.detail-poster,.agenda-item img,.discover-item img{background:var(--tk-surface-alt);aspect-ratio:2/3!important;object-fit:cover!important;border:1px solid #ffffff17!important;border-radius:13px!important}.poster-placeholder,.placeholder{aspect-ratio:2/3;background:var(--tk-surface-soft);color:var(--tk-text);border:1px solid #ffffff17;border-radius:13px;place-items:center;font-weight:900;display:grid}.tk-status-success,.notice.ok{color:var(--tk-success);background:#101a15;border:1px solid #284b39}.tk-status-warning,.notice{border:1px solid var(--tk-gold-dark);color:var(--tk-gold-light);background:#21180f}.tk-status-danger,.notice.error{color:var(--tk-danger);background:#211112;border:1px solid #d85d5d8c}.notice{border-radius:14px;padding:13px 15px}.tk-sheet,dialog{background:var(--tk-surface);color:var(--tk-text);border:1px solid var(--tk-gold-dark);box-shadow:none;border-radius:24px}dialog::backdrop{background:#000000d6}.rating-block{gap:12px;margin:12px 0 22px;display:grid}.rating-block>label{color:var(--tk-gold-light);font-size:18px;font-weight:700}.rating-block output{color:var(--tk-gold-light);text-align:center;font-size:52px;font-weight:900;line-height:1;display:block}.rating-block input[type=range]{appearance:none;background:var(--tk-surface-soft);border-radius:4px;outline:none;width:100%;height:8px}.rating-block input[type=range]::-webkit-slider-thumb{appearance:none;background:var(--tk-gold-light);cursor:pointer;border:3px solid #f7d779;border-radius:50%;width:32px;height:32px}.rating-block input[type=range]::-moz-range-thumb{background:var(--tk-gold-light);cursor:pointer;border:3px solid #f7d779;border-radius:50%;width:26px;height:26px}.rating-tools{justify-content:center;align-items:center;gap:9px;display:flex}.rating-tools button{border:1px solid var(--tk-gold-dark);min-width:58px;height:42px;color:var(--tk-gold-light);background:0 0;border-radius:11px;font-weight:900}.rating-tools input{text-align:center;width:88px!important;min-height:45px!important;font-size:18px!important;font-weight:900!important}.tk-badge-card{--badge-level:#555;background:var(--tk-surface);border:1px solid var(--tk-border);border-radius:17px;grid-template-columns:58px minmax(0,1fr);align-items:center;gap:14px;min-height:126px;padding:14px;display:grid;box-shadow:0 2px 7px #0000002e}.tk-badge-card[data-locked=true]{opacity:.62}.tk-badge-ring{border:2px solid var(--badge-level);width:58px;height:58px;color:var(--badge-level);background:0 0;border-radius:29px;place-items:center;display:grid}.tk-badge-ring[data-icon-blocked=true]:after{content:"";opacity:.28;border:2px solid;border-radius:50%;width:20px;height:20px}.tk-badge-copy{min-width:0}.tk-badge-name{color:var(--tk-text);margin:0;font-size:17px;font-weight:900;line-height:1.2}.tk-badge-level{letter-spacing:.5px;text-transform:uppercase;color:var(--badge-level);margin:4px 0 0;font-size:12px;font-weight:900;line-height:1.25}.tk-badge-description{color:var(--tk-muted);margin:5px 0 9px;font-size:12px;line-height:17px}.tk-badge-progress{background:var(--tk-surface-soft);border-radius:3px;height:6px;overflow:hidden}.tk-badge-progress>i{background:var(--badge-level);border-radius:3px;height:100%;display:block}.tk-badge-value{color:var(--tk-muted);margin-top:6px;font-size:11px}.tk-badge-card.compact{grid-template-columns:48px minmax(0,1fr);gap:10px;min-height:116px}.tk-badge-card.compact .tk-badge-ring{border-radius:24px;width:48px;height:48px}.tk-badge-card.compact .tk-badge-name{text-align:left;font-size:13px}.tk-profile-stat{color:var(--tk-muted);justify-items:center;gap:3px;font-size:10px;display:grid}.tk-profile-stat-icon{width:20px;height:20px;color:var(--tk-gold-light)}.tk-profile-stat b{color:var(--tk-text);font-size:18px;font-weight:900}.hero{padding:88px 0 64px}.hero-grid{grid-template-columns:1.03fr .97fr;align-items:center;gap:48px;display:grid}.hero h1{letter-spacing:-.055em;margin:.8rem 0 1.4rem;font-size:clamp(3rem,6vw,5.7rem);line-height:.94}.lede{color:var(--tk-muted);max-width:650px;font-size:1.13rem}.actions{flex-wrap:wrap;gap:.8rem;margin-top:1.8rem;display:flex}.micro{color:var(--tk-subdued);margin-top:1rem;font-size:.86rem}.manifesto{text-align:center;background:var(--tk-background-raised);padding:96px 20px}.feature-split{grid-template-columns:1fr 1fr;align-items:center;gap:44px;display:grid}.feature-split+.feature-split{margin-top:72px}.steps{grid-template-columns:repeat(3,1fr);gap:26px;display:grid}.step-num{color:var(--tk-gold-light);letter-spacing:.12em;font-size:.8rem;font-weight:900}.trust{grid-template-columns:1.2fr repeat(3,.8fr);gap:20px;display:grid}.cta{border:1px solid var(--tk-gold-dark);background:#15130e;border-radius:22px;justify-content:space-between;align-items:center;gap:30px;padding:34px;display:flex}.site-footer{border-top:1px solid var(--tk-border);color:var(--tk-muted);padding:44px 0}.footer-grid{grid-template-columns:1.5fr .7fr .8fr 1fr;gap:30px;display:grid}.footer-grid>div{flex-direction:column;gap:.45rem;display:flex}.footer-grid strong{color:var(--tk-text)}.footer-meta{text-align:right;justify-content:flex-end}.legal-document{max-width:860px}.legal-document h1{font-size:25px;font-weight:900}.legal-document h2{margin:2.5rem 0 .8rem;font-size:20px;font-weight:900}.legal-document p,.legal-document li{color:var(--tk-muted)}.source-credit{border:1px solid var(--tk-gold-dark);background:#15130e;border-radius:18px;margin:1.4rem 0;padding:16px}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}@media (width<=850px){.shell{width:min(calc(100% - 40px),var(--shell))}.nav a:not(.button){display:none}.hero{padding-top:54px}.hero-grid,.feature-split,.trust,.footer-grid,.cards,.steps,.support-cards{grid-template-columns:1fr}.section{padding:34px 0 112px}.section-head h1,.section-head h2{font-size:29px}.cta{flex-direction:column;align-items:flex-start}.footer-meta{text-align:left}}
