.turbo-state-screen{--tc-canvas:var(--bg);--tc-ink:var(--text);--tc-muted:var(--muted);--tc-brand:var(--brand);--tc-control:var(--input);--tc-control-hover:var(--surface-hover);--tc-action:var(--cta);--tc-action-hover:var(--cta-deep);--tc-action-ink:var(--cta-ink);background:var(--tc-canvas);min-height:100dvh;color:var(--tc-ink);grid-template-rows:auto 1fr auto;margin:0;padding:32px clamp(24px,6vw,80px);font-family:inherit;display:grid}.turbo-state-header{justify-content:space-between;align-items:center;gap:24px;width:100%;max-width:1240px;margin:0 auto;display:flex}.turbo-state-header>span{color:var(--tc-muted);font-size:13px;font-weight:650}.turbo-state-brand{flex-shrink:0;align-items:center;min-height:44px;display:inline-flex}.turbo-state-brand img{object-fit:contain;object-position:left;width:164px;height:32px;display:block}.turbo-state-brand .turbo-state-logo-dark,[data-theme=dark] .turbo-state-brand .turbo-state-logo-light{display:none}[data-theme=dark] .turbo-state-brand .turbo-state-logo-dark{display:block}.turbo-state-content{text-align:left;align-self:center;width:min(100%,520px);margin:64px auto}.turbo-state-context{color:var(--tc-muted);flex-wrap:wrap;align-items:center;gap:12px;margin-bottom:28px;font-size:13px;font-weight:650;display:flex}.turbo-state-context svg{color:var(--tc-brand);flex-shrink:0}.turbo-state-content h1{color:var(--tc-ink);letter-spacing:-.03em;text-wrap:balance;margin:0;font-size:clamp(28px,3vw,36px);font-weight:750;line-height:1.2}.turbo-state-description{color:var(--tc-muted);overflow-wrap:anywhere;text-wrap:pretty;max-width:48ch;margin:20px 0 0;font-size:16px;line-height:1.75}.turbo-state-actions{flex-wrap:wrap;align-items:center;gap:12px;margin-top:32px;display:flex}.turbo-state-primary,.turbo-state-secondary{min-height:48px;font:inherit;cursor:pointer;border:1px solid #0000;border-radius:14px;justify-content:center;align-items:center;gap:12px;padding:12px 20px;font-size:14px;font-weight:750;line-height:1.5;text-decoration:none;transition:background-color .14s,color .14s,border-color .14s;display:inline-flex}.turbo-state-primary{background:var(--tc-action);color:var(--tc-action-ink)}.turbo-state-primary:hover{background:var(--tc-action-hover)}.turbo-state-secondary{color:var(--tc-brand);background:var(--tc-control)}.turbo-state-secondary:hover{background:var(--tc-control-hover)}.turbo-state-screen a:focus-visible,.turbo-state-screen button:focus-visible{outline:2px solid var(--tc-brand);outline-offset:4px;box-shadow:none}.turbo-state-footer{color:var(--tc-muted);text-align:center;justify-content:center;align-items:center;gap:8px;padding-top:24px;font-size:12px;line-height:1.6;display:flex}.turbo-state-footer svg{flex-shrink:0}.turbo-state-progress{background:var(--tc-control-hover);border-radius:2px;width:96px;height:3px;margin-top:28px;overflow:hidden}.turbo-state-progress span{background:var(--tc-brand);width:40%;height:100%;animation:1.6s cubic-bezier(.22,1,.36,1) infinite alternate turbo-state-progress;display:block}@keyframes turbo-state-progress{0%{transform:translate(0)}to{transform:translate(150%)}}@media (width<=600px){.turbo-state-screen{padding:20px 24px}.turbo-state-header{flex-direction:column;align-items:flex-start;gap:12px}.turbo-state-header>span{font-size:12px}.turbo-state-content{margin:48px auto}.turbo-state-context{gap:8px;margin-bottom:24px;font-size:12px}.turbo-state-actions{flex-direction:column;align-items:stretch;gap:12px}.turbo-state-actions>*{width:100%}}@media (prefers-reduced-motion:reduce){.turbo-state-progress span{opacity:.65;width:100%;animation:none}}@layer properties{@supports (((-webkit-hyphens:none)) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-ease:initial}}}@layer theme{:root,:host{--font-sans:ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--container-xs:20rem;--container-sm:24rem;--container-md:28rem;--font-weight-bold:700;--shadow-sm:0 1px 3px 0 #0000001a, 0 1px 2px -1px #0000001a;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;--shadow-lg:0 10px 15px -3px #0000001a, 0 4px 6px -4px #0000001a;--ease-out:cubic-bezier(0, 0, .2, 1);--ease-in-out:cubic-bezier(.4, 0, .2, 1);--default-transition-duration:.15s;--default-transition-timing-function:cubic-bezier(.4, 0, .2, 1);--default-font-family:var(--font-sans);--default-mono-font-family:var(--font-mono)}}@layer base{*,:after,:before,::backdrop{box-sizing:border-box;border:0 solid;margin:0;padding:0}::file-selector-button{box-sizing:border-box;border:0 solid;margin:0;padding:0}html,:host{-webkit-text-size-adjust:100%;tab-size:4;line-height:1.5;font-family:var(--default-font-family,ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji");font-feature-settings:var(--default-font-feature-settings,normal);font-variation-settings:var(--default-font-variation-settings,normal);-webkit-tap-highlight-color:transparent}hr{height:0;color:inherit;border-top-width:1px}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;-webkit-text-decoration:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,samp,pre{font-family:var(--default-mono-font-family,ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace);font-feature-settings:var(--default-mono-font-feature-settings,normal);font-variation-settings:var(--default-mono-font-variation-settings,normal);font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}table{text-indent:0;border-color:inherit;border-collapse:collapse}:-moz-focusring{outline:auto}progress{vertical-align:baseline}summary{display:list-item}ol,ul,menu{list-style:none}img,svg,video,canvas,audio,iframe,embed,object{vertical-align:middle;display:block}img,video{max-width:100%;height:auto}button,input,select,optgroup,textarea{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}::file-selector-button{font:inherit;font-feature-settings:inherit;font-variation-settings:inherit;letter-spacing:inherit;color:inherit;opacity:1;background-color:#0000;border-radius:0}:where(select:is([multiple],[size])) optgroup{font-weight:bolder}:where(select:is([multiple],[size])) optgroup option{padding-inline-start:20px}::file-selector-button{margin-inline-end:4px}::placeholder{opacity:1}@supports (not ((-webkit-appearance:-apple-pay-button))) or (contain-intrinsic-size:1px){::placeholder{color:currentColor}@supports (color:color-mix(in lab, red, red)){::placeholder{color:color-mix(in oklab, currentcolor 50%, transparent)}}}textarea{resize:vertical}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-date-and-time-value{min-height:1lh;text-align:inherit}::-webkit-datetime-edit{display:inline-flex}::-webkit-datetime-edit-fields-wrapper{padding:0}::-webkit-datetime-edit{padding-block:0}::-webkit-datetime-edit-year-field{padding-block:0}::-webkit-datetime-edit-month-field{padding-block:0}::-webkit-datetime-edit-day-field{padding-block:0}::-webkit-datetime-edit-hour-field{padding-block:0}::-webkit-datetime-edit-minute-field{padding-block:0}::-webkit-datetime-edit-second-field{padding-block:0}::-webkit-datetime-edit-millisecond-field{padding-block:0}::-webkit-datetime-edit-meridiem-field{padding-block:0}::-webkit-calendar-picker-indicator{line-height:1}:-moz-ui-invalid{box-shadow:none}button,input:where([type=button],[type=reset],[type=submit]){appearance:button}::file-selector-button{appearance:button}::-webkit-inner-spin-button{height:auto}::-webkit-outer-spin-button{height:auto}[hidden]:where(:not([hidden=until-found])){display:none!important}}@layer components;@layer utilities{.collapse{visibility:collapse}.invisible{visibility:hidden}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.container{width:100%}@media (width>=40rem){.container{max-width:40rem}}@media (width>=48rem){.container{max-width:48rem}}@media (width>=64rem){.container{max-width:64rem}}@media (width>=80rem){.container{max-width:80rem}}@media (width>=96rem){.container{max-width:96rem}}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.inline-flex{display:inline-flex}.inline-grid{display:inline-grid}.table{display:table}.w-md{width:var(--container-md)}.w-sm{width:var(--container-sm)}.w-xs{width:var(--container-xs)}.transform{transform:var(--tw-rotate-x,) var(--tw-rotate-y,) var(--tw-rotate-z,) var(--tw-skew-x,) var(--tw-skew-y,)}.resize{resize:both}.truncate{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.rounded{border-radius:.25rem}.border{border-style:var(--tw-border-style);border-width:1px}.break-all{word-break:break-all}.capitalize{text-transform:capitalize}.lowercase{text-transform:lowercase}.uppercase{text-transform:uppercase}.italic{font-style:italic}.underline{text-decoration-line:underline}.shadow{--tw-shadow:0 1px 3px 0 var(--tw-shadow-color,#0000001a), 0 1px 2px -1px var(--tw-shadow-color,#0000001a);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.ring{--tw-ring-shadow:var(--tw-ring-inset,) 0 0 0 calc(1px + var(--tw-ring-offset-width)) var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow), var(--tw-inset-ring-shadow), var(--tw-ring-offset-shadow), var(--tw-ring-shadow), var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.blur{--tw-blur:blur(8px);filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.filter{filter:var(--tw-blur,) var(--tw-brightness,) var(--tw-contrast,) var(--tw-grayscale,) var(--tw-hue-rotate,) var(--tw-invert,) var(--tw-saturate,) var(--tw-sepia,) var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,var(--default-transition-timing-function));transition-duration:var(--tw-duration,var(--default-transition-duration))}.ease-in-out{--tw-ease:var(--ease-in-out);transition-timing-function:var(--ease-in-out)}.ease-out{--tw-ease:var(--ease-out);transition-timing-function:var(--ease-out)}}:root{--bg:#f4f4f6;--bg-2:#fff;--bg-3:#fafafb;--card:#fff;--surface:#fff;--surface-hover:#eeeef1;--input:#00000008;--border:#ececef;--border-2:#e0e0e4;--border-hover:#d2d2d8;--text:#15151a;--text-2:#56565f;--text-3:#6b6b73;--text-faint:#9a9aa2;--text-muted:#9a9aa2;--muted:#56565f;--accent:#3a064c;--accent-deep:#2a0438;--accent-tint:#f1e7f4;--accent-ink:#fff;--accent-dim:#f1e7f4;--brand:#3a064c;--brand-dim:#f1e7f4;--purple:#3a064c;--purple-light:#5e2475;--purple-deep:#2a0438;--purple-30:#3a064c4d;--purple-15:#3a064c24;--purple-08:#3a064c12;--ink-surface:#15151a;--ok:#16a34a;--green:#16a34a;--green-deep:#15803d;--green-text:#15803d;--green-15:#16a34a1f;--green-25:#16a34a38;--ok-tint:#16a34a1a;--cta:var(--accent);--cta-deep:var(--accent-deep);--cta-ink:var(--accent-ink);--cta-glow:transparent;--danger:#dc2626;--warn:#b45309;--warn-bg:#b453091a;--bad:#dc2626;--bad-bg:#dc26261a;--info:#2563eb;--info-bg:#2563eb1a;--r-sm:8px;--r-md:10px;--r-lg:12px;--r-xl:16px;--shadow-sm:0 1px 2px #1414280a;--shadow-md:0 6px 24px #14142812;--shadow-lg:0 16px 48px #1414281f;--scrim:#14141e73;--grid-gap:22px;--card-pad:16px}*{box-sizing:border-box}body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-family:Geist,system-ui,sans-serif}.mono{font-feature-settings:"tnum" 1;font-family:JetBrains Mono,ui-monospace,monospace}.disp,.tp-dash-head h1,.tp-brand-name,.tp-statcard-value,.tp-coming-soon h2{letter-spacing:-.02em;font-family:Space Grotesk,system-ui,sans-serif}*{scrollbar-width:thin;scrollbar-color:var(--border-hover) transparent}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-hover);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}:focus-visible{outline:2px solid var(--brand);outline-offset:2px;border-radius:4px}button{transition:transform 80ms,filter .12s,background .12s}button svg,a svg,label svg{vertical-align:middle;flex-shrink:0;display:inline-block}.tp-btn{border-radius:var(--r-sm);cursor:pointer;white-space:nowrap;border:1px solid #0000;justify-content:center;align-items:center;gap:7px;font-family:Geist,sans-serif;font-weight:700;line-height:1;transition:filter .12s,box-shadow .15s,background .12s,opacity .12s,transform 80ms;display:inline-flex}.tp-btn:disabled{opacity:.45;cursor:not-allowed;filter:saturate(.6)}.tp-input{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-sm);color:var(--text);outline:none;font-family:Geist,sans-serif;transition:border-color .15s,box-shadow .15s}.tp-password-field{width:100%;position:relative}.tp-password-field>input{width:100%;padding-right:42px}.tp-password-field>button{width:30px;height:30px;color:var(--muted);cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;padding:0;display:grid;position:absolute;top:50%;right:8px;transform:translateY(-50%)}.tp-password-field>button:hover{color:var(--text);background:var(--surface-hover)}@keyframes tp-toast-in{0%{opacity:0;transform:translate(-50%,16px)}to{opacity:1;transform:translate(-50%)}}@keyframes tp-toast-out{to{opacity:0;transform:translate(-50%,10px)}}@keyframes tp-wave{0%,60%,to{opacity:.25}30%{opacity:1}}.tp-chat-generating{border:1px solid var(--border);background:var(--surface-hover);width:min(100%,290px);color:var(--text);border-radius:10px;align-items:center;gap:10px;margin-top:4px;padding:10px 12px;font-family:Geist,sans-serif;display:flex}.tp-chat-generating-icon{background:var(--accent-tint);width:30px;height:30px;color:var(--accent);border-radius:9px;flex:none;place-items:center;animation:1.6s ease-in-out infinite tp-ai-breathe;display:grid}.tp-chat-generating-copy{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.tp-chat-generating-copy strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.25;overflow:hidden}.tp-chat-generating-copy>span{color:var(--muted);font-size:10px}.tp-chat-generating-dots{flex:none;align-items:center;gap:3px;display:inline-flex}.tp-chat-generating-dots i{background:var(--accent);border-radius:50%;width:4px;height:4px;animation:1.2s ease-in-out infinite tp-wave}.tp-chat-generating-dots i:nth-child(2){animation-delay:.15s}.tp-chat-generating-dots i:nth-child(3){animation-delay:.3s}.tp-design-generating{justify-content:center;align-items:center;gap:5px;display:inline-flex}.tp-design-generating svg{animation:1.6s ease-in-out infinite tp-ai-breathe}.tp-design-generating span{letter-spacing:2px;animation:1.2s ease-in-out infinite tp-wave}@keyframes tp-ai-breathe{0%,to{opacity:.65;transform:scale(.9)rotate(-4deg)}50%{opacity:1;transform:scale(1.08)rotate(4deg)}}@keyframes tp-spin{to{transform:rotate(360deg)}}@keyframes tp-input-pulse{0%{box-shadow:0 0 #3a064c80}70%{box-shadow:0 0 0 7px #3a064c00}to{box-shadow:0 0 #3a064c00}}.tp-input-pulse{animation:.85s ease-out 2 tp-input-pulse;border-color:var(--accent)!important}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.001ms!important;animation-duration:.001ms!important;animation-iteration-count:1!important}}.tp-brand{letter-spacing:-.02em;-webkit-user-select:none;user-select:none;align-items:center;gap:11px;font-size:18px;font-weight:800;display:flex}.tp-mark{background:var(--ink-surface);color:#fff;border-radius:8px;flex:none;place-items:center;width:30px;height:30px;font-family:Space Grotesk;font-size:14px;font-weight:700;display:grid}.tp-mark:after{content:none}.tp-mark-img{flex:none;width:auto;display:block}.tp-wordmark{letter-spacing:-.01em;color:var(--text);font-family:Nunito,system-ui,sans-serif;font-weight:900;line-height:1}.tp-wordmark em{color:var(--accent);font-style:normal}.tp-brand .wm b{color:var(--text)}.tp-brand .wm span{color:var(--text-3);letter-spacing:.02em;font-weight:600}.tp-brand .live{background:var(--green);border-radius:99px;width:8px;height:8px;margin-left:2px}.tp-iconbtn{border-radius:var(--r-md);border:1px solid var(--border);width:34px;height:34px;color:var(--text-2);background:0 0;place-items:center;transition:border-color .14s,background .14s,color .14s,transform .14s;display:grid}.tp-iconbtn:hover{background:var(--input);color:var(--text);border-color:var(--border-2)}.tp-iconbtn.danger:hover{color:var(--bad);border-color:var(--bad-bg);background:var(--bad-bg)}.tp-pill{letter-spacing:.3px;border-radius:999px;align-items:center;gap:6px;height:22px;padding:0 10px;font-size:11px;font-weight:600;display:inline-flex}.tp-pill .dot{background:currentColor;border-radius:99px;width:6px;height:6px}.tp-pill.draft{background:var(--input);color:var(--text-2)}.tp-pill.live{background:var(--green-15);color:var(--green-text)}.tp-pill.purple{background:var(--purple-15);color:var(--purple)}.tp-selbtn{border-radius:var(--r-md);border:1px solid var(--border);background:var(--surface);height:34px;color:var(--text-2);cursor:pointer;white-space:nowrap;flex:none;align-items:center;gap:6px;padding:0 11px;font-family:Geist,sans-serif;font-size:12px;font-weight:600;transition:border-color .14s,background .14s,color .14s;display:inline-flex}.tp-selbtn:hover{border-color:var(--border-2);color:var(--text)}.tp-selbtn[data-on]{background:var(--accent);border-color:var(--accent);color:#fff}.tp-selbtn[data-on]:hover{background:var(--accent-deep);border-color:var(--accent-deep)}.tp-selbtn .kbd{opacity:.6;border:1px solid;border-radius:4px;padding:0 4px;font-size:10px;font-weight:700}.tp-gencard{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);width:min(360px,84vw);box-shadow:var(--shadow-md);flex-direction:column;gap:14px;padding:20px 22px;display:flex}.tp-genrow{align-items:center;gap:10px;display:flex}.tp-genrow strong{color:var(--text);font-size:15px;font-weight:700}.tp-gentime{color:var(--text-3);font-variant-numeric:tabular-nums;margin-left:auto;font-size:13px}.tp-genspin{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;flex:none;width:14px;height:14px;animation:.8s linear infinite tp-spin}.tp-genbar{background:var(--border);border-radius:999px;height:5px;overflow:hidden}.tp-genbar i{background:var(--accent);border-radius:999px;width:40%;height:100%;animation:1.3s ease-in-out infinite tp-gen-slide;display:block}@keyframes tp-gen-slide{0%{transform:translate(-100%)}to{transform:translate(250%)}}.tp-genbar.is-determinate i{width:var(--gen-frac,5%);transition:width .6s linear;animation:none;transform:none}.tp-genfoot{color:var(--text-3);justify-content:space-between;align-items:center;gap:12px;font-size:12px;display:flex}.tp-gencancel{color:var(--text-2);background:var(--surface);border:1px solid var(--border);border-radius:var(--r-sm);cursor:pointer;flex:none;padding:5px 12px;font-size:12px;font-weight:600;transition:border-color .14s,color .14s,background .14s}.tp-gencancel:hover{border-color:var(--border-2);color:var(--text);background:var(--input)}@media (prefers-reduced-motion:reduce){.tp-genbar i{width:100%;transform:none}}.tp-topbar{z-index:40;background:var(--bg-2);height:64px;position:sticky;top:0}@supports (color:color-mix(in lab, red, red)){.tp-topbar{background:color-mix(in srgb, var(--bg-2) 88%, transparent)}}.tp-topbar{-webkit-backdrop-filter:blur(14px);border-bottom:1px solid var(--border);align-items:center;gap:14px;padding:0 28px;display:flex}.tp-topbar .spacer{flex:1}.tp-dash{max-width:1280px;margin:0 auto;padding:44px 40px 96px}.tp-dash-head h1{letter-spacing:-.03em;align-items:baseline;gap:14px;margin:0 0 8px;font-size:34px;font-weight:800;display:flex}.tp-dash-head h1 .count{color:var(--text-2);letter-spacing:0;font-size:15px;font-weight:500}.tp-statline{color:var(--text-2);align-items:center;gap:20px;font-size:13px;display:flex}.tp-statline .s{align-items:center;gap:7px;display:inline-flex}.tp-statline .s .d{border-radius:99px;width:8px;height:8px}.tp-statline .s.pub .d{background:var(--green)}.tp-statline .s.draft .d{background:var(--text-muted);border:1px solid var(--text-3)}.tp-statline b{color:var(--text);font-weight:700}.tp-toolbar{flex-wrap:wrap;align-items:center;gap:14px;margin:24px 0 28px;display:flex}.tp-search{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--r-md);align-items:center;gap:10px;width:300px;height:42px;padding:0 14px;transition:border-color .14s,box-shadow .14s;display:flex}.tp-search:focus-within{border-color:var(--purple);box-shadow:0 0 0 3px var(--purple-08)}.tp-search svg{color:var(--text-3);flex:none}.tp-search input{font:inherit;color:var(--text);background:0 0;border:0;outline:0;flex:1;font-size:14px}.tp-search input::placeholder{color:var(--text-3)}.tp-segment{background:var(--bg-2);border:1px solid var(--border);border-radius:var(--r-md);gap:2px;padding:4px;display:inline-flex}.tp-segment button{height:34px;color:var(--text-2);border-radius:calc(var(--r-md) - 3px);background:0 0;border:0;padding:0 16px;font-size:13px;font-weight:500;transition:color .14s,background .14s}.tp-segment button:hover{color:var(--text)}.tp-segment button.on{background:var(--card);color:var(--text);box-shadow:var(--shadow-sm);font-weight:600}.tp-segment button .badge{color:var(--text-3);margin-left:6px;font-size:10px;font-weight:700}.tp-segment button.on .badge{color:var(--purple)}.tp-grid{gap:var(--grid-gap);grid-template-columns:repeat(auto-fill,minmax(290px,1fr));display:grid}.tp-newcard{border:1.5px dashed var(--border-2);border-radius:var(--r-xl);min-height:330px;color:var(--text-2);background:linear-gradient(180deg, transparent, var(--purple-08));cursor:pointer;flex-direction:column;justify-content:center;align-items:center;gap:16px;transition:border-color .18s,transform .18s,color .18s;display:flex}.tp-newcard:hover{border-color:var(--purple);color:var(--text);transform:translateY(-3px)}.tp-newcard .plus{background:var(--purple-15);width:60px;height:60px;color:var(--purple);border-radius:50%;place-items:center;transition:background .18s,color .18s,box-shadow .18s;display:grid}.tp-newcard .lbl{font-size:14px;font-weight:600}.tp-card{background:var(--card);border:1px solid var(--border);border-radius:var(--r-xl);cursor:pointer;flex-direction:column;transition:border-color .18s,box-shadow .18s,transform .18s;display:flex;overflow:hidden}.tp-card:hover{box-shadow:var(--shadow-lg);border-color:var(--border-2);transform:translateY(-3px)}.tp-frame{margin:var(--card-pad) var(--card-pad) 0;border-radius:var(--r-lg);border:1px solid var(--border);background:var(--bg-3);overflow:hidden}.tp-thumb{background:#f8f7fc;height:198px;position:relative;overflow:hidden}.tp-card-meta{padding:14px var(--card-pad) 16px;flex-direction:column;gap:9px;display:flex}.tp-card-meta .title{align-items:center;gap:8px;font-size:14.5px;font-weight:600;display:flex;overflow:hidden}.tp-card-meta .title span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.tp-card-meta .row{justify-content:space-between;align-items:center;gap:8px;display:flex}.tp-card-meta .ts{color:var(--text-2);font-family:JetBrains Mono,monospace;font-size:11px}.tp-card-actions{gap:6px;display:flex}.tp-thumb .tp-hover-edit{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);opacity:0;pointer-events:none;background:#1a16288c;justify-content:center;align-items:center;transition:opacity .18s;display:flex;position:absolute;inset:0}.tp-card:hover .tp-thumb .tp-hover-edit{opacity:1}.tp-thumb-img{object-fit:cover;object-position:top;width:100%;height:100%}.tp-thumb-placeholder{text-align:center;height:100%;color:var(--text-muted);flex-direction:column;justify-content:center;align-items:center;gap:8px;padding:0 16px;display:flex}.tp-thumb-placeholder-icon{border:2px solid var(--text-muted);border-radius:6px;width:34px;height:34px}.tp-thumb-placeholder-title{color:var(--text-2);text-overflow:ellipsis;white-space:nowrap;max-width:100%;font-size:12px;font-weight:600;overflow:hidden}.tp-thumb-placeholder-label{color:var(--text-muted);font-size:11px;font-weight:500}.tp-empty{text-align:center;color:var(--text-3);grid-column:1/-1;padding:70px 20px}.tp-empty .ic{background:var(--input);width:56px;height:56px;color:var(--text-muted);border-radius:50%;place-items:center;margin:0 auto 16px;display:grid}.tp-empty h3{color:var(--text-2);margin:0 0 4px;font-size:16px;font-weight:600}.tp-empty p{color:var(--text-2);margin:0;font-size:13px}.tp-wizard-grid-2{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;display:grid}.tp-wizard-grid-wide-gap{align-items:start;gap:16px}.tp-models-grid{grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:12px;display:grid}.tp-style-grid-models{grid-template-columns:repeat(4,minmax(0,1fr));gap:12px;display:grid}.tp-style-grid-presets{grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;display:grid}.tp-method-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;display:grid}.tp-mode-grid{gap:14px;display:flex}.tp-psi-category-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;display:grid}.tp-wizard-actions{justify-content:space-between;align-items:center;gap:8px;display:flex}@media (width<=560px){.tp-topbar{gap:8px;padding:0 14px}.tp-brand .wm span{display:none}.tp-dash{padding:28px 18px 72px}}.tp-coming-soon{text-align:center;flex-direction:column;align-items:center;gap:14px;max-width:480px;margin:80px auto;display:flex}.tp-coming-soon-icon{border-radius:var(--r-xl);background:var(--purple-08);width:64px;height:64px;color:var(--purple);place-items:center;display:grid}.tp-coming-soon h2{color:var(--text);margin:0;font-size:22px;font-weight:800}.tp-coming-soon p{color:var(--text-2);margin:0;line-height:1.5}.tp-tip{border-radius:var(--r-lg);background:var(--purple-08);border:1px solid var(--purple-15);align-items:center;gap:16px;margin-bottom:22px;padding:18px 20px;display:flex}.tp-tip-icon{border-radius:var(--r-md);background:var(--purple-15);width:40px;height:40px;color:var(--purple);flex:0 0 40px;place-items:center;display:grid}.tp-tip-body{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.tp-tip-body strong{color:var(--text);font-size:14px}.tp-tip-body span{color:var(--text-2);font-size:13px}.tp-tip-cta{background:var(--purple);color:#fff;border-radius:var(--r-md);cursor:pointer;border:0;flex:none;padding:9px 16px;font-size:13px;font-weight:700}.tp-tip-close{color:var(--text-3);cursor:pointer;border-radius:var(--r-sm);background:0 0;border:0;flex:none;padding:6px}.tp-tip-close:hover{color:var(--text);background:var(--surface-hover)}@media (width<=720px){.tp-tip-cta{display:none}}.tp-notice-banner{border-bottom:1px solid #0000;flex-shrink:0;align-items:center;gap:12px;padding:10px 20px;font-size:13px;line-height:1.45;display:flex}.tp-notice-banner-icon{flex-shrink:0;display:flex}.tp-notice-banner-body{flex-wrap:wrap;flex:1;align-items:baseline;gap:8px;min-width:0;display:flex}.tp-notice-banner-body strong{font-weight:700}.tp-notice-banner-body span{opacity:.85}.tp-notice-banner-close{color:inherit;opacity:.6;cursor:pointer;border-radius:var(--r-sm);background:0 0;border:0;flex:none;padding:4px;display:flex}.tp-notice-banner-close:hover{opacity:1}.tp-notice-banner.info{background:var(--purple-08);border-bottom-color:var(--purple-15);color:var(--purple)}.tp-notice-banner.warning{background:var(--warn-bg);color:var(--warn);border-bottom-color:#b4530940}.tp-notice-banner.critical{background:var(--bad-bg);color:var(--danger);border-bottom-color:#dc262640}@media (width<=720px){.tp-notice-banner{align-items:flex-start;padding:10px 14px;font-size:12px}}.tp-imp-banner{z-index:90;background:var(--danger);color:#fff;box-shadow:var(--shadow-sm);align-items:center;gap:12px;padding:9px 20px;font-size:13px;line-height:1.45;display:flex;position:sticky;top:0}.tp-imp-banner-icon{flex-shrink:0;display:flex}.tp-imp-banner-body{flex-wrap:wrap;flex:1;align-items:baseline;gap:8px;min-width:0;display:flex}.tp-imp-banner-body strong{font-weight:700}.tp-imp-banner-body span{opacity:.85}.tp-imp-banner-exit{cursor:pointer;color:#fff;border-radius:var(--r-sm);background:#ffffff29;border:1px solid #ffffff73;flex:none;padding:5px 12px;font-family:inherit;font-size:12px;font-weight:700}.tp-imp-banner-exit:hover{background:#ffffff47}@media (width<=720px){.tp-imp-banner{align-items:flex-start;padding:9px 14px;font-size:12px}}.tp-bugbar{background:var(--bg-3);border-bottom:1px solid var(--border);color:var(--text-3);flex-shrink:0;align-items:center;gap:10px;padding:6px 20px;font-size:12px;line-height:1.4;display:flex}.tp-bugbar-icon{opacity:.7;flex-shrink:0;display:flex}.tp-bugbar-text{flex:1;min-width:0}.tp-bugbar-link{cursor:pointer;color:var(--info);font:inherit;background:0 0;border:0;padding:0;font-weight:600;text-decoration:underline}.tp-bugbar-link:hover{color:var(--accent)}.tp-bugbar-build{color:var(--text-faint);font-variant-numeric:tabular-nums;flex:none}.tp-bugbar-close{color:inherit;opacity:.5;cursor:pointer;border-radius:var(--r-sm);background:0 0;border:0;flex:none;padding:3px;display:flex}.tp-bugbar-close:hover{opacity:1}.tp-bugbar.has-reply{background:var(--info-bg);color:var(--info);border-bottom-color:#2563eb40}.tp-bugbar.has-reply .tp-bugbar-link{color:inherit}@media (width<=720px){.tp-bugbar{padding:6px 14px}.tp-bugbar-build{display:none}}.tp-ticket-modal{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg);width:min(560px,96vw);max-height:min(78vh,720px);box-shadow:var(--shadow-lg);flex-direction:column;display:flex;overflow:hidden}.tp-ticket-embed{width:100%;max-height:none}.tp-ticket-head{border-bottom:1px solid var(--border);align-items:center;gap:10px;padding:14px 16px;display:flex}.tp-ticket-head-icon{color:var(--accent);display:flex}.tp-ticket-title{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:14px;overflow:hidden}.tp-ticket-back,.tp-ticket-close{color:var(--muted);cursor:pointer;background:0 0;border:0;padding:2px;display:flex}.tp-ticket-tab{border:1px solid var(--border-2);border-radius:var(--r-sm);color:var(--text-2);cursor:pointer;white-space:nowrap;background:0 0;padding:4px 9px;font-size:11px}.tp-ticket-tab:hover{border-color:var(--border-hover);color:var(--text)}.tp-ticket-body{flex-direction:column;flex:1;gap:10px;padding:16px;display:flex;overflow-y:auto}.tp-ticket-erro{color:var(--danger);margin:0;font-size:13px}.tp-ticket-vazio{color:var(--muted);margin:0;padding:12px 0;font-size:13px}.tp-ticket-form{flex-direction:column;gap:6px;display:flex}.tp-ticket-label{color:var(--text-2);margin-top:4px;font-size:12px;font-weight:600}.tp-ticket-input,.tp-ticket-textarea{background:var(--bg-2);border:1px solid var(--border-2);border-radius:var(--r-sm);width:100%;font:inherit;color:var(--text);resize:vertical;padding:9px 11px;font-size:13px}.tp-ticket-input:focus,.tp-ticket-textarea:focus{border-color:var(--accent);outline:none}.tp-ticket-send{align-self:flex-start;margin-top:8px}.tp-ticket-ctx{color:var(--muted);margin-top:6px;font-size:12px}.tp-ticket-ctx summary{cursor:pointer}.tp-ticket-ctx ul{gap:3px;margin:8px 0 0;padding:0 0 0 2px;list-style:none;display:grid}.tp-ticket-ctx li{overflow-wrap:anywhere}.tp-ticket-ctx li span{min-width:74px;color:var(--text-faint);display:inline-block}.tp-ticket-row{text-align:left;border:1px solid var(--border);border-radius:var(--r-sm);cursor:pointer;background:0 0;gap:3px;width:100%;padding:10px 12px;display:grid}.tp-ticket-row:hover{border-color:var(--border-hover);background:var(--bg-3)}.tp-ticket-row-top{align-items:center;gap:8px;display:flex}.tp-ticket-row-top strong{min-width:0;color:var(--text);text-overflow:ellipsis;white-space:nowrap;flex:1;font-size:13px;overflow:hidden}.tp-ticket-row-sub{color:var(--muted);text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.tp-ticket-row-date{color:var(--text-faint);font-size:11px}.tp-ticket-dot{background:var(--info);border-radius:50%;flex:none;width:7px;height:7px}.tp-ticket-status{white-space:nowrap;border-radius:999px;padding:2px 7px;font-size:11px}.tp-ticket-status.is-open{background:var(--info-bg);color:var(--info)}.tp-ticket-status.is-doing{background:var(--warn-bg);color:var(--warn)}.tp-ticket-status.is-done{background:var(--green-15);color:var(--green-text)}.tp-ticket-thread{flex-direction:column;gap:10px;display:flex}.tp-ticket-msg{border:1px solid var(--border);border-radius:var(--r-sm);background:var(--bg-3);padding:9px 11px}.tp-ticket-msg.is-admin{background:var(--accent-tint);border-color:var(--purple-15)}.tp-ticket-msg-who{color:var(--text-2);font-size:11px;font-weight:700}.tp-ticket-msg p{color:var(--text);white-space:pre-wrap;overflow-wrap:anywhere;margin:3px 0 0;font-size:13px}.tp-ticket-msg-date{color:var(--text-faint);margin-top:4px;font-size:11px;display:block}.tp-ticket-replybox{flex-direction:column;gap:8px;padding-top:4px;display:flex}.tp-ticket-replybox button{align-self:flex-start}.tp-ticket-tab.is-on{background:var(--accent);border-color:var(--accent);color:var(--accent-ink)}.tp-chamado-filtros{flex-wrap:wrap;gap:8px;display:flex}.tp-chamado-head{align-items:center;gap:10px;display:flex}.tp-chamado-head strong{min-width:0;color:var(--text);flex:1;font-size:15px}.tp-chamado-ctx{background:var(--bg-3);border:1px solid var(--border);border-radius:var(--r-sm);color:var(--text-2);gap:3px;margin:10px 0 0;padding:10px 12px;font-size:12px;list-style:none;display:grid}.tp-chamado-ctx li{overflow-wrap:anywhere}.tp-chamado-ctx li span{min-width:82px;color:var(--text-faint);display:inline-block}.tp-chamado-acoes{flex-wrap:wrap;gap:8px;display:flex}.tp-statrow{grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:28px;display:grid}.tp-statcard{background:var(--card);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow-sm);padding:18px}.tp-statgrid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;margin-bottom:22px;display:grid}.tp-statcard-plan{flex-direction:column;grid-column:span 3;justify-content:space-between;display:flex}.tp-statcard-top{color:var(--text-2);align-items:center;gap:8px;margin-bottom:10px;display:flex}.tp-statcard-icon{color:var(--purple);place-items:center;display:inline-grid}.tp-statcard-label{font-size:13px;font-weight:600}.tp-statcard-value{color:var(--text);font-size:28px;font-weight:800;line-height:1}.tp-statcard-value.muted{color:var(--text-3);font-size:18px;font-weight:700}.tp-statcard-hint{color:var(--green-text);margin-top:6px;font-size:12px;font-weight:600}@media (width<=960px){.tp-statrow{grid-template-columns:repeat(2,1fr)}}@media (width<=520px){.tp-statrow{grid-template-columns:1fr}}@media (width<=960px){.tp-statgrid{grid-template-columns:repeat(2,minmax(0,1fr))}.tp-statcard-plan{grid-column:span 2}}@media (width<=560px){.tp-statgrid{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.tp-statcard-plan{display:none}.tp-statcard{min-height:88px;padding:12px}.tp-statcard-top{gap:6px;margin-bottom:7px}.tp-statcard-icon svg{width:15px;height:15px}.tp-statcard-label{font-size:11px}.tp-statcard-value{font-size:21px}.tp-statcard-hint{margin-top:4px;font-size:10px}.tp-statcard-mobile-secondary{display:none}}.tp-pagetoolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:16px;margin-bottom:20px;display:flex}.tp-pagetoolbar-right{align-items:center;gap:10px;display:flex}.tp-segment-badge{background:var(--surface-hover);min-width:18px;height:18px;color:var(--text-2);border-radius:9px;place-items:center;margin-left:4px;padding:0 5px;font-size:11px;font-weight:700;display:inline-grid}.tp-sort{position:relative}.tp-sort-btn{background:var(--card);border:1px solid var(--border);border-radius:var(--r-md);color:var(--text-2);cursor:pointer;align-items:center;gap:6px;padding:8px 12px;font-size:13px;display:flex}.tp-sort-btn strong{color:var(--text);font-weight:700}.tp-sort-btn:hover{border-color:var(--border-hover)}.tp-sort-backdrop{z-index:20;position:fixed;inset:0}.tp-sort-menu{z-index:21;background:var(--card);border:1px solid var(--border);border-radius:var(--r-md);box-shadow:var(--shadow-lg);flex-direction:column;min-width:180px;padding:6px;display:flex;position:absolute;top:calc(100% + 6px);right:0}.tp-sort-menu button{text-align:left;border-radius:var(--r-sm);color:var(--text);cursor:pointer;background:0 0;border:0;padding:9px 12px;font-size:13px}.tp-sort-menu button:hover{background:var(--surface-hover)}.tp-sort-menu button.on{color:var(--purple);font-weight:700}.tp-viewtoggle{background:var(--surface-hover);border-radius:var(--r-md);gap:2px;padding:3px;display:flex}.tp-viewtoggle button{border-radius:var(--r-sm);width:32px;height:30px;color:var(--text-3);cursor:pointer;background:0 0;border:0;place-items:center;display:grid}.tp-viewtoggle button.on{background:var(--card);color:var(--purple);box-shadow:var(--shadow-sm)}@media (width<=720px){.tp-pagetoolbar{align-items:stretch;gap:10px}.tp-pagetoolbar>.tp-segment{width:100%;min-width:0}.tp-pagetoolbar>.tp-segment button{flex:1;min-width:0;padding:0 8px}.tp-pagetoolbar-right{justify-content:space-between;width:100%}.tp-sort-btn{min-height:38px}}@media (width<=400px){.tp-segment button{font-size:12px}.tp-segment-badge{margin-left:2px}.tp-sort-prefix{display:none}}.tp-list{flex-direction:column;gap:8px;display:flex}.tp-listrow{background:var(--card);border:1px solid var(--border);border-radius:var(--r-md);align-items:center;gap:16px;padding:12px 16px;display:flex}.tp-listrow:hover{border-color:var(--border-hover);box-shadow:var(--shadow-sm)}.tp-listrow-main{cursor:pointer;text-align:left;background:0 0;border:0;flex:1;align-items:center;gap:12px;min-width:0;display:flex}.tp-listrow-title{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-weight:700;overflow:hidden}.tp-listrow-domain{color:var(--text-3);align-items:center;gap:4px;font-size:12px;display:inline-flex}.tp-listrow-date{color:var(--text-3);flex:none;font-size:12px}.tp-listrow-actions{flex:none;align-items:center;gap:6px;display:flex}.tp-iconbtn.danger{color:var(--danger);width:auto;padding:0 8px;font-size:12px;font-weight:700}@media (width<=640px){.tp-listrow-date{display:none}.tp-listrow{align-items:flex-start;gap:10px;padding:11px 12px}.tp-listrow-main{align-items:flex-start}.tp-listrow-domain{text-overflow:ellipsis;white-space:nowrap;max-width:48vw;overflow:hidden}}.tp-sidebar{background:var(--bg-2);border-right:1px solid var(--border);flex-direction:column;flex:0 0 248px;width:248px;height:100vh;padding:16px 14px;display:flex;position:sticky;top:0}.tp-sidebar-top{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.tp-brand-name{letter-spacing:.04em;color:var(--text);font-size:15px;font-weight:800}.tp-sidebar-x{display:none}.tp-sidebar-account{border-radius:var(--r-md);border:1px solid var(--border);background:var(--card);align-items:center;gap:10px;margin-bottom:20px;padding:10px;display:flex}.tp-avatar{border-radius:var(--r-md);background:var(--accent-tint);width:34px;height:34px;color:var(--accent);flex:0 0 34px;place-items:center;font-weight:800;display:grid}.tp-avatar.sm{flex-basis:30px;width:30px;height:30px;font-size:13px}.tp-workspace-mark{border-radius:var(--r-md);background:var(--accent-tint);width:34px;height:34px;color:var(--accent);flex:0 0 34px;place-items:center;display:grid}.tp-sidebar-account-info{flex-direction:column;min-width:0;display:flex}.tp-sidebar-account-info strong{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.tp-sidebar-account-info span{color:var(--text-3);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.tp-workspace-picker{margin-bottom:20px;position:relative}.tp-workspace-picker .tp-sidebar-account{cursor:pointer;text-align:left;width:100%;font:inherit;margin-bottom:0}.tp-workspace-btn:hover{border-color:var(--accent)}.tp-workspace-btn .tp-sidebar-account-info{flex:1}.tp-workspace-chevron{color:var(--text-3);flex:none;transition:transform .15s}.tp-workspace-menu{z-index:60;background:var(--card);border:1px solid var(--border);border-radius:var(--r-md);flex-direction:column;gap:2px;padding:4px;display:flex;position:absolute;top:calc(100% + 6px);left:0;right:0;box-shadow:0 12px 32px #00000024}.tp-workspace-item{width:100%;color:var(--text);cursor:pointer;text-align:left;font:inherit;background:0 0;border:0;border-radius:8px;align-items:center;gap:8px;padding:8px 10px;display:flex}.tp-workspace-item:hover,.tp-workspace-item.on{background:var(--accent-tint)}.tp-workspace-item-info{flex-direction:column;flex:1;min-width:0;display:flex}.tp-workspace-item-info strong{white-space:nowrap;text-overflow:ellipsis;font-size:13px;overflow:hidden}.tp-workspace-item-info span{color:var(--text-3);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.tp-workspace-check{color:var(--accent);flex:none}.tp-workspace-item.off{opacity:.6}.tp-workspace-item.off:hover{background:var(--accent-tint);opacity:.8}.tp-workspace-badge,.tp-nav-soon{letter-spacing:.02em;background:var(--border);color:var(--text-3);border-radius:999px;flex:none;padding:2px 7px;font-size:10px;font-weight:700}.tp-nav-soon{margin-left:auto}.tp-suspenso{background:var(--bg,#f7f7fb);place-items:center;min-height:100vh;padding:24px;display:grid}.tp-suspenso-card{text-align:center;background:var(--card);border:1px solid var(--border);border-radius:var(--r-lg,16px);flex-direction:column;align-items:center;gap:12px;width:100%;max-width:440px;padding:36px 32px;display:flex}.tp-suspenso-icon{color:#b45309;background:#fff4e5;border-radius:50%;place-items:center;width:56px;height:56px;display:grid}.tp-suspenso-card h2{font-size:20px}.tp-suspenso-plan{color:var(--text);font-weight:600}.tp-suspenso-card p{color:var(--text-3);font-size:14px}.tp-suspenso-card .tp-btn{justify-content:center;align-items:center;gap:6px;width:100%;text-decoration:none;display:inline-flex}.tp-sidebar-section-label{letter-spacing:.08em;color:var(--text-3);padding:0 8px 8px;font-size:11px;font-weight:700}.tp-nav{flex-direction:column;gap:2px;display:flex}.tp-navitem{border-radius:var(--r-md);color:var(--text-2);align-items:center;gap:11px;padding:10px 12px;font-size:14px;font-weight:600;text-decoration:none;display:flex}.tp-navitem:hover{background:var(--surface-hover);color:var(--text)}.tp-navitem.on{background:var(--purple-08);color:var(--purple)}.tp-navitem-count{background:var(--purple-15);min-width:20px;height:20px;color:var(--purple);border-radius:10px;place-items:center;margin-left:auto;padding:0 6px;font-size:11px;font-weight:700;display:grid}.tp-sidebar-bottom{flex-direction:column;gap:12px;margin-top:auto;display:flex}.tp-credits-widget{border:1px solid var(--border);border-radius:var(--r-lg);background:var(--surface-hover);color:var(--text);padding:14px}.tp-credits-widget-summary{align-items:center;gap:11px;min-width:0;display:flex}.tp-credits-widget-ring{flex:0 0 58px;place-items:center;width:58px;height:58px;display:grid;position:relative}.tp-credits-widget-ring svg{width:58px;height:58px;position:absolute;inset:0;overflow:visible;transform:rotate(-90deg)}.tp-credits-widget-ring circle{fill:none;stroke-width:4px}.tp-credits-widget-ring-track{stroke:var(--purple-15)}.tp-credits-widget-ring-value{stroke:#6bdd12;stroke-linecap:round;transition:stroke-dashoffset .3s}.tp-credits-widget-ring strong{z-index:1;color:var(--text);font-size:12px;font-weight:800;position:relative}.tp-credits-widget-balance{flex:1;min-width:0}.tp-credits-widget-head{letter-spacing:.12em;color:var(--text-3);font-size:10px;font-weight:700}.tp-credits-widget-value{flex-direction:column;align-items:flex-start;gap:3px;min-width:0;margin-top:3px;line-height:1;display:flex}.tp-credits-widget-value strong{color:var(--text);font-size:22px;font-weight:800}.tp-credits-widget-value span{color:var(--text-3);font-size:11px;font-weight:500}.tp-credits-widget-split{color:var(--text-2);flex-direction:column;gap:3px;margin-top:14px;font-size:10px;line-height:1.4;display:flex}.tp-credits-widget-btn{color:#173300;border-radius:var(--r-md);cursor:pointer;background:#6bdd12;border:0;justify-content:center;align-items:center;gap:6px;width:100%;margin-top:14px;padding:9px;font-size:13px;font-weight:700;display:flex}.tp-sidebar-user{position:relative}.tp-sidebar-user-btn{border:1px solid var(--border);border-radius:var(--r-md);cursor:pointer;background:0 0;align-items:center;gap:10px;width:100%;padding:8px 10px;display:flex}.tp-sidebar-user-btn:hover{background:var(--surface-hover)}.tp-sidebar-user-info{text-align:left;flex-direction:column;flex:1;min-width:0;display:flex}.tp-sidebar-user-info strong{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.tp-sidebar-user-info span{color:var(--text-3);white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.tp-rot-180{transform:rotate(180deg)}.tp-sidebar-user-menu{background:var(--card);border:1px solid var(--border);border-radius:var(--r-md);box-shadow:var(--shadow-lg);padding:6px;position:absolute;bottom:calc(100% + 6px);left:0;right:0}.tp-sidebar-user-menu button{border-radius:var(--r-sm);width:100%;color:var(--text);cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:9px 10px;font-size:13px;display:flex}.tp-sidebar-user-menu button:hover{background:var(--surface-hover)}.tp-modal-backdrop{z-index:1000;background:#0006;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.tp-modal-sm{background:var(--card);border-radius:var(--r-lg);width:100%;max-width:360px;box-shadow:var(--shadow-lg);flex-direction:column;gap:12px;padding:24px;display:flex}.tp-modal-sm h3{color:var(--text);margin:0;font-size:18px}.tp-modal-sm p{color:var(--text-2);margin:0;font-size:14px;line-height:1.5}.tp-plan-layout{grid-template-columns:repeat(2,minmax(0,1fr));align-items:start;gap:20px;width:100%;max-width:1100px;display:grid}.tp-plan-column{flex-direction:column;gap:16px;min-width:0;display:flex}.tp-plan-note{color:var(--muted);margin:0;font-size:11px;line-height:1.6}@media (width<=800px){.tp-plan-layout{grid-template-columns:minmax(0,1fr);gap:16px}}.tp-danger-zone{background:#b423180a;border-color:#b4231847}.tp-danger-banner{border-radius:var(--r-md);color:#b42318;background:#b4231814;border:1px solid #b4231840;padding:12px 14px;font-size:13px;line-height:1.5}.tp-btn-danger{color:#fff;border-radius:var(--r-md);cursor:pointer;background:#b42318;border:0;padding:9px 16px}.tp-btn-danger:hover:not(:disabled){filter:brightness(1.08)}.tp-topbar2{background:var(--bg-2);border-bottom:1px solid var(--border);z-index:30;align-items:center;gap:16px;height:64px;padding:0 24px;display:flex;position:sticky;top:0}.tp-topbar2-menu{display:none}.tp-topbar2-search{background:var(--bg);border:1px solid var(--border);border-radius:var(--r-md);max-width:460px;height:40px;color:var(--text-3);flex:1;align-items:center;gap:8px;padding:0 12px;display:flex}.tp-topbar2-search input{color:var(--text);background:0 0;border:0;outline:0;flex:1;font-size:14px}.tp-topbar2-search kbd{color:var(--text-3);border:1px solid var(--border);background:var(--card);border-radius:5px;padding:1px 6px;font-size:12px}.tp-topbar2-actions{align-items:center;gap:12px;margin-left:auto;display:flex}.tp-bell{position:relative}.tp-bell-badge{background:var(--danger);color:#fff;border:2px solid var(--bg-2);border-radius:9px;place-items:center;min-width:17px;height:17px;padding:0 4px;font-size:10px;font-weight:800;line-height:1;display:grid;position:absolute;top:-5px;right:-5px}.tp-btn.primary{background:var(--purple);color:#fff;border-radius:var(--r-md);cursor:pointer;border:0;padding:9px 16px}.tp-btn.tp-newpage{background:var(--green);color:var(--cta-ink)}.tp-btn.tp-newpage:hover{background:var(--green-deep)}.tp-topbar-user{flex:none;position:relative}.tp-topbar-user-btn{cursor:pointer;background:0 0;border:0;border-radius:50%;place-items:center;width:42px;height:42px;padding:2px;display:grid}.tp-topbar-user-btn:hover,.tp-topbar-user-btn[aria-expanded=true]{background:var(--surface-hover)}.tp-credit-ring{border-radius:50%;place-items:center;width:40px;height:40px;display:grid;position:relative}.tp-credit-ring-svg{width:40px;height:40px;position:absolute;inset:0;overflow:visible;transform:rotate(-90deg)}.tp-credit-ring-track,.tp-credit-ring-value{fill:none;stroke-width:4px}.tp-credit-ring-value{stroke:#6bdd12;stroke-linecap:round;transition:stroke-dashoffset .3s}.tp-credit-ring .tp-avatar{z-index:1;border-radius:50%;flex-basis:28px;width:28px;height:28px;position:relative}.tp-topbar-user-menu{z-index:70;background:var(--card);border:1px solid var(--border);border-radius:var(--r-md);width:240px;box-shadow:var(--shadow-lg);padding:6px;position:absolute;top:calc(100% + 8px);right:0}.tp-topbar-user-profile{border-bottom:1px solid var(--border);flex-direction:column;min-width:0;margin-bottom:4px;padding:8px 10px 10px;display:flex}.tp-topbar-user-profile strong,.tp-topbar-user-profile span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.tp-topbar-user-profile strong{color:var(--text);font-size:13px}.tp-topbar-user-profile span{color:var(--text-3);margin-top:2px;font-size:11px}.tp-topbar-user-menu>a,.tp-topbar-user-menu>button{border-radius:var(--r-sm);width:100%;color:var(--text);font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;align-items:center;gap:8px;padding:9px 10px;font-size:13px;text-decoration:none;display:flex}.tp-topbar-user-menu>a:hover,.tp-topbar-user-menu>button:hover{background:var(--surface-hover)}@media (width<=880px){.tp-topbar2-menu{display:grid}.tp-topbar2-search kbd{display:none}.tp-newpage{font-size:13px}}@media (width<=640px){.tp-topbar2{flex-wrap:wrap;gap:8px;height:auto;min-height:64px;padding:10px 12px;display:flex}.tp-topbar2-menu{flex:0 0 40px;order:1;width:40px;height:40px}.tp-topbar2-actions{order:1;gap:7px}.tp-topbar2-search{flex:1 0 100%;order:2;max-width:none;height:38px}.tp-newpage{place-items:center;width:40px;height:40px;padding:0;display:grid}.tp-newpage span{display:none}.tp-topbar-user-btn{height:40px}.tp-topbar-user-menu{width:min(240px,100vw - 24px)}}.tp-shell{background:var(--bg);min-height:100vh;display:flex}.tp-shell-main{flex-direction:column;flex:1;min-width:0;display:flex}.tp-shell-content{width:100%;max-width:1280px;margin:0 auto;padding:28px 32px}.tp-shell-scrim{display:none}@media (width<=880px){.tp-sidebar-wrap{z-index:50;transition:transform .2s;position:fixed;inset:0 auto 0 0;transform:translate(-100%)}.tp-sidebar-wrap.open{transform:translate(0)}.tp-shell-scrim{z-index:40;background:#0006;display:block;position:fixed;inset:0}.tp-shell-content{padding:20px 16px}.tp-sidebar{flex-basis:min(86vw,320px);width:min(86vw,320px);height:100dvh;overflow-y:auto}.tp-sidebar-x{display:grid}}@media (width>=881px){.tp-sidebar-wrap .tp-sidebar-x{display:none}}.tp-dash-head h1{color:var(--text);margin:0 0 4px;font-size:30px;font-weight:800;display:block}.tp-dash-sub{color:var(--text-2);margin:0 0 24px;font-size:14px}.tp-sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.tp-topbar2-spacer{flex:1}.tp-help{width:100%;max-width:1080px;margin:0 auto;padding-bottom:48px}.tp-help a{text-decoration:none}.tp-help-hero{border:1px solid var(--border);border-radius:var(--r-xl);text-align:center;background:radial-gradient(circle at 12% 0%, #3a064c1c, transparent 34%), radial-gradient(circle at 88% 100%, #16a34a17, transparent 28%), var(--card);box-shadow:var(--shadow-sm);padding:40px clamp(20px,5vw,56px) 34px;position:relative;overflow:hidden}.tp-help-eyebrow,.tp-help-kicker{color:var(--accent);letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:6px;font-size:11px;font-weight:800;line-height:1;display:inline-flex}.tp-help-hero h1{color:var(--text);letter-spacing:-.035em;margin:12px 0 8px;font-family:Space Grotesk,system-ui,sans-serif;font-size:clamp(30px,4vw,44px);line-height:1.05}.tp-help-hero>p{max-width:580px;color:var(--text-2);margin:0 auto;font-size:15px;line-height:1.6}.tp-help-search-wrap{border:1px solid var(--border-2);border-radius:var(--r-lg);background:var(--surface);width:min(680px,100%);height:54px;color:var(--text-3);box-shadow:var(--shadow-md);align-items:center;gap:10px;margin:24px auto 0;padding:0 14px;display:flex;position:relative}.tp-help-search-wrap:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-dim), var(--shadow-md)}.tp-help-search-wrap input{min-width:0;height:100%;color:var(--text);background:0 0;border:0;outline:0;flex:1;font:500 14px Geist,sans-serif}.tp-help-search-wrap input::placeholder{color:var(--text-faint)}.tp-help-search-wrap>button{width:32px;height:32px;color:var(--text-3);cursor:pointer;background:0 0;border:0;border-radius:7px;place-items:center;display:grid}.tp-help-search-wrap>button:hover{background:var(--surface-hover);color:var(--text)}.tp-help-quick{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:18px;display:flex}.tp-help-quick a,.tp-help-quick button{border:1px solid var(--border);min-height:34px;color:var(--text-2);cursor:pointer;background:#ffffffb3;border-radius:999px;align-items:center;gap:6px;padding:7px 11px;font:600 11px Geist,sans-serif;display:inline-flex}.tp-help-quick a:hover,.tp-help-quick button:hover{border-color:var(--border-hover);color:var(--accent);background:var(--card)}.tp-help-section{margin-top:38px;scroll-margin-top:24px}.tp-help-section-head{justify-content:space-between;align-items:flex-end;gap:16px;margin-bottom:16px;display:flex}.tp-help-section-head h2{color:var(--text);letter-spacing:-.025em;margin:5px 0 0;font-size:22px}.tp-help-text-button{color:var(--accent);cursor:pointer;background:0 0;border:0;padding:6px 0;font:700 12px Geist,sans-serif}.tp-help-category-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;display:grid}.tp-help-category{border:1px solid var(--border);border-radius:var(--r-lg);background:var(--card);min-height:150px;color:var(--text);text-align:left;cursor:pointer;box-shadow:var(--shadow-sm);grid-template-columns:42px minmax(0,1fr) auto;align-items:start;gap:12px;padding:18px;display:grid}.tp-help-category:hover{border-color:var(--border-hover);box-shadow:var(--shadow-md);transform:translateY(-1px)}.tp-help-category.is-active{border-color:var(--accent);box-shadow:0 0 0 2px var(--accent-dim)}.tp-help-category>svg{color:var(--text-faint);align-self:center}.tp-help-category-icon{background:var(--accent-tint);width:42px;height:42px;color:var(--accent);border-radius:11px;place-items:center;display:grid}.tp-help-category-copy{flex-direction:column;min-width:0;display:flex}.tp-help-category-copy strong{margin:1px 0 6px;font-size:14px}.tp-help-category-copy>span{color:var(--text-2);font-size:12px;line-height:1.5}.tp-help-category-copy small{color:var(--text-faint);text-transform:uppercase;letter-spacing:.05em;margin-top:10px;font-size:10px;font-weight:700}.tp-help-article-list{border:1px solid var(--border);border-radius:var(--r-lg);background:var(--card);box-shadow:var(--shadow-sm);overflow:hidden}.tp-help-article-row{min-height:84px;color:var(--text);border-bottom:1px solid var(--border);grid-template-columns:36px minmax(0,1fr) auto;align-items:center;gap:12px;padding:14px 18px;display:grid}.tp-help-article-row:last-child{border-bottom:0}.tp-help-article-row:hover{background:var(--bg-3)}.tp-help-article-row>svg{color:var(--text-faint)}.tp-help-article-row-icon{background:var(--surface-hover);width:34px;height:34px;color:var(--accent);border-radius:9px;place-items:center;display:grid}.tp-help-article-row-copy{flex-direction:column;min-width:0;display:flex}.tp-help-article-row-copy strong{margin:2px 0 3px;font-size:14px}.tp-help-article-row-copy>span:last-child{color:var(--text-2);text-overflow:ellipsis;white-space:nowrap;font-size:12px;line-height:1.4;overflow:hidden}.tp-help-article-meta{color:var(--text-faint);letter-spacing:.04em;text-transform:uppercase;font-size:10px;font-weight:700}.tp-help-empty{border:1px dashed var(--border-hover);border-radius:var(--r-lg);background:var(--card);color:var(--text-3);text-align:center;flex-direction:column;align-items:center;padding:42px 24px;display:flex}.tp-help-empty h1,.tp-help-empty h3{color:var(--text);margin:12px 0 6px}.tp-help-empty p{max-width:520px;color:var(--text-2);margin:0 0 18px;font-size:13px;line-height:1.6}.tp-help-empty .tp-btn,.tp-help-support-card .tp-btn,.tp-help-article-actions .tp-btn{min-height:38px;padding:10px 15px}.tp-help-support-card{border:1px solid var(--purple-15);border-radius:var(--r-lg);background:var(--accent-tint);grid-template-columns:48px minmax(0,1fr) auto;align-items:center;gap:16px;margin-top:38px;padding:22px;display:grid}.tp-help-support-icon{background:var(--card);width:48px;height:48px;color:var(--accent);border-radius:12px;place-items:center;display:grid}.tp-help-support-card h2{margin:0 0 4px;font-size:16px}.tp-help-support-card p{color:var(--text-2);margin:0;font-size:12px;line-height:1.5}.tp-help-support-actions{align-items:center;gap:8px;display:flex}.tp-help-support-actions .tp-btn:not(.primary),.tp-help-article-actions .tp-btn:not(.primary){border-color:var(--border-2);background:var(--card);color:var(--text)}.tp-help-article-page{max-width:1040px}.tp-help-breadcrumb{min-width:0;color:var(--text-faint);align-items:center;gap:5px;margin:2px 0 22px;font-size:11px;display:flex}.tp-help-breadcrumb a{color:var(--text-2)}.tp-help-breadcrumb a:hover{color:var(--accent)}.tp-help-breadcrumb span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.tp-help-article-layout{grid-template-columns:210px minmax(0,720px);justify-content:center;align-items:start;gap:48px;display:grid}.tp-help-article-aside{flex-direction:column;gap:3px;display:flex;position:sticky;top:24px}.tp-help-back{color:var(--accent);align-items:center;gap:6px;margin-bottom:18px;font-size:12px;font-weight:700;display:inline-flex}.tp-help-aside-title{color:var(--text-faint);text-transform:uppercase;letter-spacing:.07em;margin:0 8px 7px;font-size:10px;font-weight:800}.tp-help-article-aside>a:not(.tp-help-back){color:var(--text-2);border-radius:7px;align-items:center;gap:8px;padding:8px;font-size:12px;display:flex}.tp-help-article-aside>a:not(.tp-help-back):hover{background:var(--surface-hover);color:var(--text)}.tp-help-article-aside>a.is-active{background:var(--accent-tint);color:var(--accent);font-weight:700}.tp-help-article{border:1px solid var(--border);border-radius:var(--r-xl);background:var(--card);min-width:0;box-shadow:var(--shadow-sm);padding:28px clamp(20px,4vw,42px) 36px}.tp-help-article-category{color:var(--accent);text-transform:uppercase;letter-spacing:.06em;align-items:center;gap:6px;font-size:11px;font-weight:800;display:inline-flex}.tp-help-article>h1{letter-spacing:-.035em;margin:11px 0 8px;font-family:Space Grotesk,system-ui,sans-serif;font-size:clamp(28px,4vw,38px);line-height:1.12}.tp-help-article-lead{color:var(--text-2);margin:0;font-size:15px;line-height:1.65}.tp-help-readtime{color:var(--text-faint);align-items:center;gap:5px;margin-top:13px;font-size:11px;display:inline-flex}.tp-help-article-content{margin-top:30px}.tp-help-article-content>section{border-top:1px solid var(--border);padding:25px 0}.tp-help-article-content h2,.tp-help-related h2{color:var(--text);letter-spacing:-.02em;margin:0 0 12px;font-size:19px}.tp-help-article-content p{color:var(--text-2);margin:0 0 12px;font-size:14px;line-height:1.75}.tp-help-article-content ul{color:var(--text-2);margin:4px 0 0;padding-left:20px;font-size:14px;line-height:1.7}.tp-help-article-content li+li{margin-top:7px}.tp-help-steps{counter-reset:none;flex-direction:column;gap:12px;margin:8px 0 0;padding:0;list-style:none;display:flex}.tp-help-steps li{grid-template-columns:30px 1fr;align-items:start;gap:11px;margin:0;display:grid}.tp-help-steps li>span{background:var(--accent);color:#fff;border-radius:50%;place-items:center;width:28px;height:28px;font-size:11px;font-weight:800;display:grid}.tp-help-steps li>p{margin:3px 0 0}.tp-help-note{border-left:3px solid var(--info);border-radius:0 var(--r-sm) var(--r-sm) 0;background:var(--info-bg);margin-top:18px;padding:14px 16px}.tp-help-note.is-tip{border-color:var(--green);background:var(--green-15)}.tp-help-note.is-warning{border-color:var(--warn);background:var(--warn-bg)}.tp-help-note strong{color:var(--text);margin-bottom:3px;font-size:12px;display:block}.tp-help-note p{margin:0;font-size:12px;line-height:1.6}.tp-help-article-actions{flex-wrap:wrap;gap:8px;padding-top:2px;display:flex}.tp-help-related{border-top:1px solid var(--border);margin-top:32px;padding-top:26px}.tp-help-related>a{border-bottom:1px solid var(--border);color:var(--text);justify-content:space-between;align-items:center;gap:12px;padding:11px 0;display:flex}.tp-help-related>a:hover strong{color:var(--accent)}.tp-help-related>a>span{flex-direction:column;gap:3px;display:flex}.tp-help-related strong{font-size:13px}.tp-help-related small{color:var(--text-faint);font-size:10px}.tp-help-mobile-index{display:none}.tp-help-not-found{justify-content:center;min-height:360px}.tp-help-tickets{max-width:780px}.tp-help-tickets>.tp-help-back{margin-bottom:22px}.tp-help-tickets .tp-dash-head{margin-bottom:16px}.tp-help-tickets .tp-dash-head h1{margin-top:8px}.tp-help-ticket-switch{border:1px solid var(--border);border-radius:var(--r-md);background:var(--surface-hover);gap:4px;margin-bottom:12px;padding:4px;display:inline-flex}.tp-help-ticket-switch button{min-height:34px;color:var(--text-2);cursor:pointer;background:0 0;border:0;border-radius:7px;padding:7px 13px;font:700 12px Geist,sans-serif}.tp-help-ticket-switch button.is-active{background:var(--card);color:var(--accent);box-shadow:var(--shadow-sm)}.tp-help-ticket-panel{max-width:720px}.tp-help-ticket-panel .tp-ticket-embed{border-radius:var(--r-lg);box-shadow:var(--shadow-sm)}.tp-domain-change-btn{border:1px solid var(--border);background:var(--surface);height:32px;color:var(--text-2);white-space:nowrap;cursor:pointer;border-radius:6px;justify-content:center;align-items:center;gap:5px;padding:0 11px;font:600 12px Geist,sans-serif;transition:color .15s,border-color .15s,background .15s;display:inline-flex}.tp-domain-change-btn:hover{border-color:var(--accent);background:var(--accent-tint);color:var(--accent)}@media (width<=760px){.tp-domain-change-btn{width:32px;padding:0}.tp-domain-change-label{display:none}}.tp-help-launcher{z-index:102;background:var(--accent);color:#fff;cursor:pointer;border:0;border-radius:50%;place-items:center;width:50px;height:50px;padding:0;display:grid;position:fixed;bottom:20px;right:20px;box-shadow:0 10px 30px #2a043847}.tp-help-launcher:hover{background:var(--accent-deep);transform:translateY(-2px)}.tp-help-launcher.is-open{opacity:0;pointer-events:none}.tp-help-widget-layer{z-index:100;pointer-events:none;position:fixed;inset:0}.tp-help-widget-scrim{cursor:default;pointer-events:auto;background:#14141e14;border:0;width:100%;height:100%;padding:0;position:absolute;inset:0}.tp-help-widget{border:1px solid var(--border-2);background:var(--card);width:min(430px,100vw - 32px);height:min(680px,100dvh - 40px);color:var(--text);pointer-events:auto;border-radius:18px;flex-direction:column;animation:.18s ease-out tp-help-widget-in;display:flex;position:absolute;bottom:20px;right:20px;overflow:hidden;box-shadow:0 22px 70px #14141e38}@keyframes tp-help-widget-in{0%{opacity:0;transform:translateY(12px)scale(.98)}to{opacity:1;transform:translateY(0)scale(1)}}.tp-help-widget-head{border-bottom:1px solid var(--border);background:var(--card);justify-content:space-between;align-items:center;min-height:58px;padding:0 14px 0 17px;display:flex}.tp-help-widget-head>span{color:var(--accent);align-items:center;gap:8px;display:flex}.tp-help-widget-head strong{color:var(--text);font-size:14px}.tp-help-widget-head>button{width:34px;height:34px;color:var(--text-3);cursor:pointer;background:0 0;border:0;border-radius:8px;place-items:center;padding:0;display:grid}.tp-help-widget-head>button:hover{background:var(--surface-hover);color:var(--text)}.tp-help-widget-body{overscroll-behavior:contain;flex:1;min-height:0;overflow-y:auto}.tp-help-widget-search{z-index:2;border:1px solid var(--border-2);border-radius:var(--r-md);background:var(--card);height:48px;color:var(--text-3);box-shadow:var(--shadow-sm);align-items:center;gap:8px;margin:14px 14px 10px;padding:0 11px;display:flex;position:sticky;top:0}.tp-help-widget-search:focus-within{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-dim)}.tp-help-widget-search input{min-width:0;height:100%;color:var(--text);background:0 0;border:0;outline:0;flex:1;font:500 13px Geist,sans-serif}.tp-help-widget-search input::placeholder{color:var(--text-faint)}.tp-help-widget-search button{width:28px;height:28px;color:var(--text-3);cursor:pointer;background:0 0;border:0;border-radius:6px;place-items:center;padding:0;display:grid}.tp-help-widget-search button:hover{background:var(--surface-hover)}.tp-help-widget-categories{scrollbar-width:none;gap:6px;padding:0 14px 10px;display:flex;overflow-x:auto}.tp-help-widget-categories::-webkit-scrollbar{display:none}.tp-help-widget-categories button{border:1px solid var(--border);background:var(--card);min-height:30px;color:var(--text-2);white-space:nowrap;cursor:pointer;border-radius:999px;flex:none;padding:5px 10px;font:600 10px Geist,sans-serif}.tp-help-widget-categories button:hover{border-color:var(--border-hover);color:var(--accent)}.tp-help-widget-categories button.is-active{border-color:var(--accent);background:var(--accent-tint);color:var(--accent)}.tp-help-widget-results{padding:5px 14px 12px}.tp-help-widget-results-label{color:var(--text-faint);letter-spacing:.06em;text-transform:uppercase;margin:0 3px 7px;font-size:10px;font-weight:800;display:block}.tp-help-widget-results>button{border:0;border-bottom:1px solid var(--border);width:100%;min-height:64px;color:var(--text);text-align:left;cursor:pointer;background:0 0;grid-template-columns:32px minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px 7px;display:grid}.tp-help-widget-results>button:hover{background:var(--bg-3);border-radius:8px}.tp-help-widget-results>button>svg{color:var(--text-faint)}.tp-help-widget-result-icon{background:var(--accent-tint);width:30px;height:30px;color:var(--accent);border-radius:8px;place-items:center;display:grid}.tp-help-widget-results>button>span:nth-child(2){flex-direction:column;gap:3px;min-width:0;display:flex}.tp-help-widget-results strong{text-overflow:ellipsis;white-space:nowrap;font-size:12px;overflow:hidden}.tp-help-widget-results small{color:var(--text-2);text-overflow:ellipsis;white-space:nowrap;font-size:10px;line-height:1.4;overflow:hidden}.tp-help-widget-empty{color:var(--text-faint);text-align:center;flex-direction:column;align-items:center;padding:34px 16px;display:flex}.tp-help-widget-empty strong{color:var(--text);margin:9px 0 4px;font-size:13px}.tp-help-widget-empty span{color:var(--text-2);font-size:11px}.tp-help-widget-footer{border-top:1px solid var(--border);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff5;grid-template-columns:1fr 1fr;gap:7px;padding:11px 14px 14px;display:grid;position:sticky;bottom:0}.tp-help-widget-footer a{border:1px solid var(--border-2);min-height:36px;color:var(--text);border-radius:8px;justify-content:center;align-items:center;gap:5px;font-size:10px;font-weight:700;text-decoration:none;display:flex}.tp-help-widget-footer a:hover{border-color:var(--accent);color:var(--accent)}.tp-help-widget-footer a:last-child{border-color:var(--accent);background:var(--accent);color:#fff}.tp-help-widget-article{padding:18px 18px 22px}.tp-help-widget-back{color:var(--accent);cursor:pointer;background:0 0;border:0;align-items:center;gap:5px;margin:0 0 20px;padding:0;font:700 11px Geist,sans-serif;display:inline-flex}.tp-help-widget-category{color:var(--accent);letter-spacing:.06em;text-transform:uppercase;font-size:10px;font-weight:800}.tp-help-widget-article>h2{letter-spacing:-.03em;margin:7px 0;font-family:Space Grotesk,system-ui,sans-serif;font-size:23px;line-height:1.15}.tp-help-widget-lead{color:var(--text-2);margin:0;font-size:12px;line-height:1.55}.tp-help-widget-time{color:var(--text-faint);align-items:center;gap:5px;margin-top:10px;font-size:10px;display:inline-flex}.tp-help-widget-content{margin-top:21px}.tp-help-widget-content>section{border-top:1px solid var(--border);padding:18px 0}.tp-help-widget-content h3{margin:0 0 9px;font-size:14px}.tp-help-widget-content p{color:var(--text-2);margin:0 0 9px;font-size:12px;line-height:1.65}.tp-help-widget-content ul,.tp-help-widget-content ol{color:var(--text-2);margin:0;padding-left:19px;font-size:12px;line-height:1.6}.tp-help-widget-content li+li{margin-top:6px}.tp-help-widget-content ol li::marker{color:var(--accent);font-weight:800}.tp-help-widget-note{border-left:3px solid var(--info);background:var(--info-bg);border-radius:0 7px 7px 0;margin-top:12px;padding:10px 11px}.tp-help-widget-note.is-tip{border-color:var(--green);background:var(--green-15)}.tp-help-widget-note.is-warning{border-color:var(--warn);background:var(--warn-bg)}.tp-help-widget-note strong{margin-bottom:2px;font-size:10px;display:block}.tp-help-widget-note p{margin:0;font-size:11px}.tp-help-widget-full-link{border:1px solid var(--accent);min-height:38px;color:var(--accent);border-radius:8px;justify-content:center;align-items:center;gap:6px;font-size:11px;font-weight:700;text-decoration:none;display:flex}.tp-help-widget-full-link:hover{background:var(--accent-tint)}@media (width<=640px){.tp-help-launcher{width:48px;height:48px;bottom:14px;right:14px}.tp-help-widget-scrim{background:#14141e57}.tp-help-widget{border-bottom:0;border-left:0;border-right:0;border-radius:18px 18px 0 0;width:100%;height:min(88dvh,720px);animation-name:tp-help-widget-mobile-in;inset:auto 0 0}@keyframes tp-help-widget-mobile-in{0%{transform:translateY(100%)}to{transform:translateY(0)}}.tp-help-widget-head{min-height:56px}.tp-help-widget-footer{padding-bottom:max(14px, env(safe-area-inset-bottom))}}@media (width<=960px){.tp-help-category-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.tp-help-article-layout{grid-template-columns:180px minmax(0,1fr);gap:28px}}@media (width<=760px){.tp-help-article-layout{display:block}.tp-help-article-aside{display:none}.tp-help-mobile-index{border:1px solid var(--border);border-radius:var(--r-sm);margin:22px 0 0;display:block}.tp-help-mobile-index summary{color:var(--text-2);cursor:pointer;padding:10px 12px;font-size:12px;font-weight:700}.tp-help-mobile-index>div{grid-template-columns:1fr 1fr;gap:3px;padding:0 10px 10px;display:grid}.tp-help-mobile-index a{color:var(--text-2);padding:6px;font-size:11px}}@media (width<=640px){.tp-topbar2-spacer{flex:1}.tp-help{padding-bottom:28px}.tp-help-hero{border-radius:var(--r-lg);padding:28px 14px 22px}.tp-help-hero>p{font-size:13px}.tp-help-search-wrap{height:50px;margin-top:19px;padding:0 11px}.tp-help-quick{grid-template-columns:1fr 1fr;display:grid}.tp-help-quick a,.tp-help-quick button{border-radius:var(--r-sm);justify-content:center}.tp-help-section{margin-top:28px}.tp-help-category-grid{grid-template-columns:minmax(0,1fr);gap:9px}.tp-help-category{min-height:0;padding:14px}.tp-help-category-copy small{margin-top:7px}.tp-help-article-row{grid-template-columns:32px minmax(0,1fr) auto;gap:9px;min-height:76px;padding:12px}.tp-help-article-row-icon{width:32px;height:32px}.tp-help-article-row-copy>span:last-child{display:none}.tp-help-support-card{grid-template-columns:42px 1fr;padding:17px}.tp-help-support-icon{width:42px;height:42px}.tp-help-support-actions{grid-column:1/-1;grid-template-columns:1fr 1fr;display:grid}.tp-help-breadcrumb{margin-bottom:15px}.tp-help-breadcrumb a:nth-of-type(2),.tp-help-breadcrumb a:nth-of-type(2)+svg{display:none}.tp-help-article{border-radius:var(--r-lg);padding:22px 16px 28px}.tp-help-article>h1{font-size:28px}.tp-help-article-lead{font-size:14px}.tp-help-mobile-index>div{grid-template-columns:1fr}.tp-help-article-content{margin-top:22px}.tp-help-article-content>section{padding:21px 0}.tp-help-article-actions,.tp-help-article-actions .tp-btn{width:100%}.tp-help-ticket-switch{grid-template-columns:1fr 1fr;width:100%;display:grid}}.tp-skeleton{background:var(--surface-hover);border:0;height:240px;animation:1.4s ease-in-out infinite tp-pulse}@keyframes tp-pulse{0%,to{opacity:1}50%{opacity:.55}}@media (width<=560px){.tp-shell-content{padding:18px 12px 40px}.tp-dash-head{margin-bottom:20px}.tp-dash-head h1{font-size:26px;line-height:1.15}.tp-dash-sub{margin-bottom:18px;font-size:13px;line-height:1.45}.tp-tip{align-items:center;gap:10px;padding:10px 12px}.tp-tip-icon{flex-basis:32px;width:32px;height:32px}.tp-tip-body strong{font-size:12px;line-height:1.35}.tp-tip-body span{display:none}.tp-grid{grid-template-columns:minmax(0,1fr);gap:12px}.tp-newcard{min-height:220px}.tp-frame{margin:10px 10px 0}.tp-thumb{height:180px}.tp-card-meta{padding:12px}.tp-card-meta .row{flex-direction:column;align-items:stretch}.tp-card-statuses{width:100%;overflow:hidden}.tp-card-trailing{justify-content:space-between;width:100%}.tp-card-actions .tp-iconbtn{width:34px!important;height:34px!important}.tp-create-backdrop,.tp-models-backdrop{align-items:stretch!important;padding:0!important}.tp-create-modal{min-height:100dvh;border:0!important;border-radius:0!important;gap:18px!important;width:100vw!important;max-width:none!important;max-height:100dvh!important;padding:20px 16px 28px!important}.tp-models-modal{min-height:100dvh;border:0!important;border-radius:0!important;max-height:100dvh!important;padding:18px 14px!important}.tp-wizard-grid-2,.tp-method-grid{grid-template-columns:minmax(0,1fr)}.tp-mode-grid{flex-direction:column}.tp-style-grid-models{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.tp-style-grid-presets{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.tp-models-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.tp-psi-category-grid{grid-template-columns:repeat(2,minmax(0,1fr));row-gap:16px}.tp-wizard-actions{flex-direction:column-reverse;align-items:stretch}.tp-wizard-actions>div{width:100%;display:flex}.tp-wizard-actions>div>button{flex:1;justify-content:center}}.tp-card-statuses{align-items:center;gap:6px;min-width:0;display:flex}.tp-card-trailing{flex-shrink:0;align-items:center;gap:8px;display:flex}.tp-modelcard{background:var(--card);border:1px solid var(--border);border-radius:var(--r-lg);flex-direction:column;transition:border-color .15s,box-shadow .15s,transform .15s;display:flex;overflow:hidden}.tp-modelcard:hover{border-color:var(--border-hover);box-shadow:var(--shadow-md);transform:translateY(-2px)}.tp-modelcard-preview{background:var(--bg-3);height:150px;position:relative;overflow:hidden}.tp-modelcard-swatch{justify-content:center;align-items:center;gap:10px;width:100%;height:100%;display:flex}.tp-modelcard-swatch span{border-radius:999px;width:28px;height:28px;box-shadow:0 2px 8px #00000040}.tp-modelcard-expand{border-radius:var(--r-sm);color:#fff;cursor:pointer;opacity:0;background:#00000073;border:0;place-items:center;width:28px;height:28px;transition:opacity .15s;display:grid;position:absolute;top:8px;right:8px}.tp-modelcard:hover .tp-modelcard-expand{opacity:1}.tp-modelcard-body{flex-direction:column;gap:2px;padding:12px 14px 4px;display:flex}.tp-modelcard-body strong{color:var(--text);font-size:14px}.tp-modelcard-body span{color:var(--text-3);font-size:12px}.tp-modelcard-use{justify-content:center;margin:10px 14px 14px}.tp-preview-modal{background:var(--card);border-radius:var(--r-lg);width:min(1100px,92vw);height:min(80vh,760px);box-shadow:var(--shadow-lg);flex-direction:column;display:flex;overflow:hidden}.tp-preview-modal-head{border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.tp-preview-modal-head strong{color:var(--text);font-size:15px}.tp-preview-modal-actions{align-items:center;gap:10px;display:flex}.tp-preview-modal-frame{background:#fff;border:0;flex:1;width:100%}.tp-modelos-tabs{margin-bottom:22px}.tp-modelos-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:18px;display:grid}.tp-domain-add{align-items:center;gap:8px;margin-bottom:12px;display:flex}.tp-domain-add-icon{color:var(--text-3);place-items:center;display:grid}.tp-domain-add-input{background:var(--bg);border:1px solid var(--border);border-radius:var(--r-md);max-width:420px;height:40px;color:var(--text);outline:0;flex:1;padding:0 12px;font-size:14px}.tp-domain-add-input:focus{border-color:var(--purple)}.tp-domain-limit{color:var(--text-3);margin:0 0 16px;font-size:13px}.tp-domain-error{color:var(--danger);margin:0 0 16px;font-size:13px}.tp-domain-dns{background:var(--green-15);border:1px solid var(--green-25);border-radius:var(--r-md);margin-bottom:20px;padding:14px 16px}.tp-domain-dns-head{color:var(--green-text);align-items:center;gap:6px;margin-bottom:10px;font-size:13px;font-weight:700;display:flex}.tp-domain-dns-grid{color:var(--text);grid-template-columns:70px 1fr;gap:4px 12px;font-family:JetBrains Mono,monospace;font-size:13px;display:grid}.tp-email-dns-grid{grid-template-columns:auto auto minmax(240px,1fr) auto;column-gap:14px;min-width:560px}@media (width<=640px){.tp-domain-dns{max-width:100%;overflow-x:auto}}.tp-domain-dns-grid span:nth-child(odd){color:var(--text-3)}.tp-domain-list{flex-direction:column;gap:8px;display:flex}.tp-domain-row{background:var(--card);border:1px solid var(--border);border-radius:var(--r-md);color:var(--text-2);align-items:center;gap:12px;padding:12px 16px;display:flex}.tp-domain-row-name{color:var(--text);flex:1;font-weight:700}.tp-import-label{color:var(--muted);text-transform:uppercase;letter-spacing:.08em;align-items:center;gap:6px;margin:0 0 6px;font-family:Geist,sans-serif;font-size:11px;display:flex}.tp-import-badge{background:var(--surface-hover);border:1px solid var(--border);letter-spacing:.06em;border-radius:4px;padding:1px 5px;font-size:9px;font-weight:700}.tp-import-hint{color:var(--text-3);margin:0 0 10px;font-size:12px}.tp-import-hint code{background:var(--surface-hover);border-radius:4px;padding:0 4px;font-family:JetBrains Mono,monospace}.tp-import-error{color:var(--danger);margin:8px 0 0;font-size:12px}.tp-pageimg-grid{grid-template-columns:repeat(auto-fill,minmax(96px,1fr));gap:10px;display:grid}.tp-pageimg{border:1px solid var(--border);aspect-ratio:1;background:var(--bg);border-radius:8px;position:relative;overflow:hidden}.tp-pageimg img{object-fit:cover;width:100%;height:100%}.tp-pageimg-tag{color:#fff;background:#000000b3;border-radius:4px;padding:1px 5px;font-family:JetBrains Mono,monospace;font-size:10px;font-weight:700;position:absolute;bottom:4px;left:4px}.tp-pageimg button{color:#fff;cursor:pointer;background:#0009;border:0;border-radius:5px;place-items:center;width:20px;height:20px;display:grid;position:absolute;top:4px;right:4px}.tp-pageimg-add{aspect-ratio:1;border:1px dashed var(--border-hover);background:var(--bg);color:var(--muted);cursor:pointer;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:4px;font-family:Geist,sans-serif;font-size:12px;font-weight:600;display:flex}.tp-import-btn{border:1px dashed var(--border-hover);background:var(--bg);width:100%;color:var(--muted);cursor:pointer;border-radius:8px;padding:14px;font-family:Geist,sans-serif;font-size:13px;font-weight:600}.tp-import-file{border:1px solid var(--border);background:var(--bg);color:var(--text);border-radius:8px;align-items:center;gap:10px;padding:10px 12px;font-family:Geist,sans-serif;font-size:13px;display:flex}.tp-import-file span{text-overflow:ellipsis;white-space:nowrap;flex:1;overflow:hidden}.tp-import-file button{color:var(--muted);cursor:pointer;background:0 0;border:0;display:flex}.tp-tour-overlay{z-index:80;position:fixed;inset:0}.tp-tour-spot{transition:top .18s,left .18s,width .18s,height .18s}.tp-tour-balloon{background:var(--card);border:1px solid var(--border);border-radius:var(--r-lg);box-shadow:var(--shadow-lg);flex-direction:column;gap:8px;padding:16px 18px;display:flex}.tp-tour-dots{gap:5px;display:flex}.tp-tour-dot{background:var(--border-2);border-radius:50%;width:6px;height:6px}.tp-tour-dot.on{background:var(--accent);border-radius:3px;width:16px}.tp-tour-title{color:var(--text);margin:0;font-size:14px;font-weight:700}.tp-tour-text{color:var(--text-2);margin:0;font-size:13px;line-height:1.5}.tp-admin-qr{border:1px solid var(--border);border-radius:var(--r-md);background:#fff;justify-content:center;align-items:center;padding:16px;display:flex}.tp-admin-qr svg{width:180px;height:180px}.tp-admin-recovery{background:var(--bg);border:1px solid var(--border);border-radius:var(--r-sm);color:var(--text);grid-template-columns:1fr 1fr;gap:4px 12px;margin:0;padding:10px 12px;font-size:13px;list-style:none;display:grid}.tp-tour-actions{justify-content:flex-end;align-items:center;gap:8px;margin-top:6px;display:flex}.tp-admin-login{background:radial-gradient(120% 120% at 50% 0%, var(--purple-08), var(--bg) 55%);justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex}.tp-admin-logincard{width:100%;max-width:360px;box-shadow:var(--shadow-lg);flex-direction:column;gap:8px;display:flex}.tp-admin-loginbrand{margin-bottom:10px}.tp-admin-logincard label.tp-admin-label{margin:6px 0 0}.tp-admin-logincard .tp-btn{margin-top:10px}.tp-admin-logintitle{color:var(--text);margin:0;font-size:15px;font-weight:700}.tp-admin-loginwarn{color:var(--danger);margin:8px 0 0;font-size:12px;font-weight:700}.tp-admin-manualsecret summary{cursor:pointer;color:var(--muted);font-size:12px}.tp-admin-manualsecret code{word-break:break-all;background:var(--bg);border:1px solid var(--border);border-radius:var(--r-sm);color:var(--text);-webkit-user-select:all;user-select:all;margin-top:6px;padding:8px 10px;font-family:JetBrains Mono,monospace;font-size:13px;display:block}.tp-admin-sidebar{overflow-y:auto}.tp-admin-nav{flex-direction:column;gap:14px;display:flex}.tp-admin-nav ul{margin:0;padding:0;list-style:none}.tp-admin-sidebar .tp-sidebar-section-label{padding:0 8px 6px}.tp-admin-sidebar .tp-navitem{gap:10px;padding:8px 12px;font-size:13px}.tp-admin-title{color:var(--text);margin:0;font-size:19px;font-weight:800}.tp-admin-content{width:100%;max-width:1180px;margin:0 auto;padding:24px 28px 72px}@media (width<=880px){.tp-admin-content{padding:18px 16px 56px}}.tp-admin-breakglass{color:var(--warn);background:var(--warn-bg);border-radius:var(--r-md);border:1px solid #b4530940;align-items:flex-start;gap:8px;padding:10px;font-size:11px;line-height:1.5;display:flex}.tp-admin-breakglass svg{flex:none;margin-top:1px}.tp-admin-who{border:1px solid var(--border);border-radius:var(--r-md);background:var(--card);align-items:center;gap:10px;padding:8px 10px;display:flex}.tp-admin-stack{flex-direction:column;gap:18px;display:flex}.tp-admin-stack[data-size=narrow]{max-width:560px}.tp-admin-stack[data-size=mid]{max-width:820px}.tp-admin-card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);padding:18px 20px}.tp-admin-card.is-inset{background:var(--bg)}.tp-admin-card.is-brand{border-color:var(--brand)}.tp-admin-card.is-danger{border-color:var(--danger)}.tp-admin-card.is-warn{border-color:var(--warn);background:var(--warn-bg)}.tp-admin-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:12px;display:flex}.tp-admin-actions{flex-wrap:wrap;align-items:center;gap:10px;margin-top:16px;display:flex}.tp-admin-rows,.tp-admin-list{flex-direction:column;gap:8px;display:flex}.tp-admin-listrow{align-items:center;gap:8px;display:flex}.tp-admin-listrow>.tp-admin-control{flex:auto;min-width:0}.tp-admin-listrow-name{text-overflow:ellipsis;flex:1;min-width:0;font-size:13px;overflow:hidden}.tp-admin-searchrow{align-items:center;gap:8px;max-width:520px;display:flex}.tp-admin-searchrow>.tp-admin-control{flex:auto;min-width:0}.tp-admin-copyrow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.tp-admin-copyrow>.tp-admin-control{flex:260px;min-width:0;font-size:12px}.tp-admin-label{color:var(--muted);text-transform:uppercase;letter-spacing:.06em;font-family:Geist,sans-serif;font-size:12px;font-weight:700}label.tp-admin-label{display:block}.tp-admin-formtitle{color:var(--text);grid-column:1/-1;font-size:13px;font-weight:700}.tp-admin-hint{color:var(--muted);margin:0;font-size:12px;line-height:1.6}.tp-admin-hint code{background:var(--surface-hover);border-radius:4px;padding:0 4px;font-family:JetBrains Mono,monospace}.tp-admin-empty{color:var(--muted);margin:0;font-size:13px}.tp-admin-error{color:var(--danger);margin:0;font-size:13px}.tp-admin-ok{color:var(--green-text);align-items:center;gap:4px;font-size:12px;font-weight:700;display:inline-flex}.tp-admin-warn{color:var(--warn);font-size:12px}.tp-admin-warn-title{color:var(--warn);font-size:13px}.tp-admin-strong{color:var(--text);font-weight:700}.tp-admin-usermeta{color:var(--muted);font-size:11px}.tp-admin-state{color:var(--muted);font-size:12px}.tp-admin-state.ok{color:var(--green-text);font-weight:600}.tp-admin-state.bad{color:var(--danger);font-weight:600}.tp-admin-bullets{color:var(--text-2);margin:0;padding-left:18px;font-size:13px;line-height:1.85}.tp-admin-link{color:var(--brand);cursor:pointer;background:0 0;border:0;margin-top:10px;padding:0;font-family:Geist,sans-serif;font-size:12px;font-weight:700}.tp-admin-scroll{overflow-x:auto}.tp-admin-table{border-collapse:collapse;width:100%;font-size:13px}.tp-admin-table th{text-align:left;color:var(--muted);text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;padding:6px 8px;font-size:10px;font-weight:700}.tp-admin-table td{border-top:1px solid var(--border);vertical-align:middle;padding:8px}.tp-admin-table tbody tr:hover{background:var(--bg-3)}.tp-admin-table th.num,.tp-admin-table td.num{text-align:right;font-variant-numeric:tabular-nums}.tp-admin-table tr.is-off{opacity:.55}.tp-admin-table .tp-admin-total{font-weight:700}.tp-admin-window{color:var(--muted);white-space:nowrap;font-size:11px}.tp-admin-rowactions{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:6px;display:flex}.tp-admin-control{width:100%;padding:8px 10px;font-size:13px}.tp-admin-textarea{resize:vertical;font-family:inherit}.tp-banner-cores{grid-template-columns:1fr 1fr;gap:12px;margin-top:12px;display:grid}@media (width<=560px){.tp-banner-cores{grid-template-columns:1fr}}.tp-cor-campo{align-items:center;gap:8px;display:flex}.tp-cor-campo input[type=color]{background:var(--bg-2);border:1px solid var(--border-2);border-radius:var(--r-sm);cursor:pointer;flex:none;width:38px;height:34px;padding:2px}.tp-cor-campo input[type=text]{font-variant-numeric:tabular-nums;flex:auto;min-width:0}.tp-banner-previa{text-align:center;border-radius:var(--r-sm);flex-wrap:wrap;justify-content:center;align-items:center;gap:10px;padding:10px 16px;font-size:13px;line-height:1.45;display:flex}.tp-banner-previa-selo{letter-spacing:.08em;border-radius:999px;flex:none;padding:3px 9px;font-size:11px;font-weight:700}.tp-admin-control.w-xs,.tp-admin-control.w-sm,.tp-admin-control.w-md{flex:none}.tp-admin-control.w-xs{width:76px}.tp-admin-control.w-sm{width:96px}.tp-admin-control.w-md{width:116px}.tp-admin-field{color:var(--text-2);flex-direction:column;gap:4px;font-size:12px;display:flex}.tp-admin-field>span:first-child{font-weight:600}.tp-admin-field-hint{color:var(--muted);font-size:11px}.tp-admin-check{color:var(--text-2);align-items:center;gap:6px;font-size:12px;display:flex}.tp-admin-formgrid{grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:12px 14px;display:grid}.tp-admin-fieldrow{flex-wrap:wrap;gap:16px;display:flex}.tp-admin-fieldrow>.tp-admin-field{flex:170px}.tp-admin-tiergrid{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}@media (width<=640px){.tp-admin-tiergrid{grid-template-columns:1fr}}.tp-admin-addbtn{border:1px dashed var(--border-hover);color:var(--muted);cursor:pointer;background:0 0;border-radius:6px;align-self:flex-start;align-items:center;gap:5px;padding:7px 12px;font-family:Geist,sans-serif;font-size:12px;font-weight:600;display:inline-flex}.tp-admin-addbtn:hover{border-color:var(--brand);color:var(--brand)}.tp-admin-colorrow{flex-wrap:wrap;align-items:center;gap:16px;margin-top:12px;display:flex}.tp-admin-color{align-items:center;gap:6px;display:flex}.tp-admin-color input{border:1px solid var(--border);cursor:pointer;background:0 0;border-radius:6px;width:32px;height:28px}.tp-admin-color-active{margin-left:auto;font-size:13px}.tp-admin-toggle{background:var(--border-hover);cursor:pointer;border:0;border-radius:99px;flex:none;width:40px;height:22px;padding:0;transition:background .15s;position:relative}.tp-admin-toggle.on{background:var(--accent)}.tp-admin-toggle>span{background:#fff;border-radius:50%;width:18px;height:18px;transition:left .15s;position:absolute;top:2px;left:2px}.tp-admin-toggle.on>span{left:20px}.tp-admin-statgrid{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px;display:grid}.tp-statcard-hint.neutral{color:var(--text-3);font-weight:500}.tp-admin-bars{align-items:flex-end;gap:8px;height:120px;display:flex}.tp-admin-bar{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:6px;height:100%;display:flex}.tp-admin-bar-n{color:var(--muted);font-size:11px;font-weight:700}.tp-admin-bar-fill{background:var(--brand);border-radius:4px 4px 0 0;width:100%;max-width:36px;transition:height .2s}.tp-admin-bar-x{color:var(--muted);font-size:10px}.tp-admin-row{border:1px solid var(--border);background:var(--bg);border-radius:8px;justify-content:space-between;align-items:center;gap:12px;padding:10px 12px;display:flex}.tp-admin-row.is-on{border-color:var(--brand);background:var(--brand-dim)}.tp-admin-row-main{align-items:center;gap:8px;min-width:0;display:flex}.tp-admin-row-model{color:var(--text);text-overflow:ellipsis;font-size:13px;overflow:hidden}.tp-admin-row-metrics{text-align:right;flex-shrink:0;align-items:baseline;gap:18px;display:flex}.tp-admin-badge{background:var(--brand);color:#fff;white-space:nowrap;border-radius:999px;align-items:center;gap:3px;padding:2px 8px;font-size:10px;font-weight:700;display:inline-flex}.tp-admin-metric{color:var(--text);font-size:16px;font-weight:800}.tp-admin-metric.sm{color:var(--text-2);font-size:13px;font-weight:500}.tp-admin-metric.is-on{color:var(--brand)}.tp-admin-metric.is-empty{color:var(--muted)}.tp-admin-metric-sub{color:var(--muted);font-size:10px}.tp-admin-userhead{flex-wrap:wrap;align-items:center;gap:12px;display:flex}.tp-admin-useri{flex:1;min-width:180px}.tp-admin-username{color:var(--text);flex-wrap:wrap;align-items:center;gap:8px;font-weight:700;display:flex}.tp-admin-status{letter-spacing:.04em;text-transform:uppercase;white-space:nowrap;border-radius:999px;padding:2px 7px;font-size:10px;font-weight:700}.tp-admin-status.is-bad{background:var(--bad-bg);color:var(--danger)}.tp-admin-status.is-warn{background:var(--warn-bg);color:var(--warn)}.tp-admin-status.is-muted{background:var(--input);color:var(--text-3)}.tp-admin-bloqueado{color:var(--text-faint);justify-content:flex-end;align-items:center;gap:6px;margin-top:4px;font-size:11px;display:flex}.tp-admin-balance{text-align:right}.tp-admin-balance .tp-admin-label{font-size:10px}.tp-admin-balance-v{color:var(--green-text);font-weight:800}.tp-admin-adjust{align-items:center;gap:6px;display:flex}.tp-admin-adjust .tp-admin-control{width:92px}.tp-admin-subpanel{border-top:1px solid var(--border);margin-top:14px;padding-top:14px}.tp-admin-flaggrid{grid-template-columns:repeat(2,1fr);gap:8px 18px;display:grid}@media (width<=640px){.tp-admin-flaggrid{grid-template-columns:1fr}}.tp-admin-flagrow{justify-content:space-between;align-items:center;gap:8px;font-size:13px;display:flex}.tp-admin-flagrow.lg{font-size:14px}.tp-admin-tplrow{align-items:center;gap:12px;padding:12px;display:flex}.tp-admin-tplrow.is-off{opacity:.55}.tp-admin-reorder{flex-direction:column;gap:2px;display:flex}.tp-admin-reorder button{color:var(--muted);cursor:pointer;background:0 0;border:0;padding:0 2px;line-height:1}.tp-admin-reorder button:disabled{opacity:.3;cursor:default}.tp-admin-tplthumb{border:1px solid var(--border);border-radius:6px;flex:none;place-items:center;width:90px;height:60px;display:grid;position:relative;overflow:hidden}.tp-admin-tplthumb iframe{transform-origin:0 0;pointer-events:none;border:0;width:600px;height:400px;position:absolute;top:0;left:0;transform:scale(.15)}.tp-admin-tplthumb span{color:var(--muted);font-size:10px}.tp-admin-tplinfo{flex:1;min-width:0}.tp-admin-tplname{color:var(--text);font-weight:700}.tp-admin-tplname span{color:var(--muted);font-size:10px;font-weight:400}.tp-admin-tplstatus{margin-top:2px;font-size:11px;font-weight:700}.tp-admin-tplactions{flex-wrap:wrap;gap:6px;display:flex}.tp-admin-code{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:12px;line-height:1.5}.tp-admin-confirm-overlay{z-index:1300;background:#0f0f1e8c;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.tp-admin-confirm{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-md);box-shadow:var(--shadow-lg);width:100%;max-width:420px;padding:20px}.tp-admin-confirm p{color:var(--text);white-space:pre-line;margin:0 0 16px;font-size:14px;line-height:1.5}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@font-face{font-family:Nunito;src:url(/fonts/nunito-latin-variable.woff2)format("woff2");font-style:normal;font-weight:200 1000;font-display:swap}@font-face{font-family:Geist;src:url(/fonts/nunito-latin-variable.woff2)format("woff2");font-style:normal;font-weight:200 1000;font-display:swap}@font-face{font-family:Space Grotesk;src:url(/fonts/nunito-latin-variable.woff2)format("woff2");font-style:normal;font-weight:200 1000;font-display:swap}@font-face{font-family:JetBrains Mono;src:url(/fonts/jetbrains-mono-latin-variable.woff2)format("woff2");font-style:normal;font-weight:100 800;font-display:swap}:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;--font-ui:Nunito, system-ui, sans-serif;--green-text:#136b34;--danger-solid:#b42335;--danger-contrast:#fff;--bg:#fbfbfa;--bg-2:#fff;--bg-3:#f5f2f7;--card:#fff;--surface:#fff;--sidebar:#f7f4fa;--surface-hover:#ece5f1;--input:#f5f2f7;--border:#e6dfea;--border-2:#d8ccdf;--border-hover:#b9a8c4;--text:#26172f;--text-2:#55495e;--text-3:#706477;--muted:#706477;--text-faint:#706477;--text-muted:#706477;--accent:#5c1f85;--accent-deep:#300c51;--accent-tint:#f0e8f6;--accent-dim:#f0e8f6;--accent-ink:#fff;--brand:var(--accent);--brand-dim:var(--accent-tint);--purple:var(--accent);--purple-light:#6f3497;--purple-deep:#300c51;--cta:#6bdd12;--cta-deep:#7bea24;--cta-ink:#300c51;--plum:#300c51;--on-plum:#fff;--plum-caption:#dfcee9;--r-sm:14px;--r-md:20px;--r-lg:20px;--r-xl:24px;--grid-gap:24px;--card-pad:24px;--shadow-sm:0 1px 3px #300c510a;--shadow-md:0 4px 16px #300c510f;--shadow-lg:0 12px 40px #300c511a}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--bg:#160e1e;--bg-2:#21162b;--bg-3:#2b1d35;--card:#21162b;--surface:#21162b;--sidebar:#1b1124;--surface-hover:#352640;--input:#2b1d35;--border:#3e2d48;--border-2:#574262;--border-hover:#866d94;--text:#f6f0fa;--text-2:#d2c4dc;--text-3:#b8a8c3;--muted:#b8a8c3;--text-faint:#b8a8c3;--text-muted:#b8a8c3;--accent:#d5a7f1;--accent-deep:#c98aee;--accent-tint:#352140;--accent-dim:#352140;--accent-ink:#300c51;--brand:var(--accent);--brand-dim:var(--accent-tint);--purple:var(--accent);--purple-light:#e0bdf5;--danger:#ff8d99;--bad:#ff8d99;--bad-bg:#3b202b;--warn:#efc078;--warn-bg:#382d22;--info:#9cc6ff;--info-bg:#202d42;--ok:#79dba4;--green:#79dba4;--green-text:#79dba4;--ok-tint:#193426;--scrim:#0a040fb3}body{font-family:var(--font-ui);margin:0;font-size:14px;line-height:1.6}button,input,select,textarea{font-family:inherit}h1,h2,h3{font-family:var(--font-ui);text-wrap:balance;letter-spacing:-.025em}p{text-wrap:pretty}input,textarea{caret-color:var(--brand)}a{text-underline-offset:4px}button{touch-action:manipulation;transition:background-color .14s,color .14s,border-color .14s}button:active:not(:disabled){transform:none}:focus-visible{outline:2px solid var(--brand);outline-offset:3px}.tp-btn{border-radius:var(--r-sm);font-family:var(--font-ui);white-space:normal;text-align:center;gap:8px;font-size:14px;font-weight:750}.tp-btn:hover:not(:disabled){filter:none}.tp-nav-soon,.tp-workspace-badge{color:var(--text-2)}.tp-thumb{background:var(--bg-3)}.tp-tip-cta,.tp-help-launcher{color:var(--accent-ink)}.tp-btn.primary{background:var(--cta);color:var(--cta-ink);border-radius:var(--r-sm);min-height:44px;padding:10px 18px}.tp-btn.primary:hover{background:var(--cta-deep)}.tp-input{background:var(--input);border-color:var(--border);min-height:44px;padding:10px 12px;font-size:14px}.tp-input:focus{border-color:var(--brand);box-shadow:0 0 0 3px var(--brand-dim)}.tp-iconbtn{border-radius:12px;width:44px;height:44px}.tp-password-field>input{padding-right:48px}.tp-password-field>button{width:40px;height:40px;right:4px}.tp-password-field>button:active:not(:disabled){transform:translateY(-50%)}.tp-brand-official{flex-direction:column;align-items:flex-start;gap:6px;display:inline-flex}.tp-brand-official img{object-fit:contain;object-position:left;flex:none;width:164px}.tp-brand-official .tp-brand-logo-dark{display:none}.tp-brand-product{font-family:var(--font-ui);color:var(--muted);font-size:11px;font-weight:650;line-height:1.4}[data-theme=dark] .tp-brand-official .tp-brand-logo-light,.tp-auth-welcome .tp-brand-official .tp-brand-logo-light{display:none}[data-theme=dark] .tp-brand-official .tp-brand-logo-dark,.tp-auth-welcome .tp-brand-official .tp-brand-logo-dark{display:block}.tp-sidebar{background:var(--sidebar);padding:24px 16px 16px}.tp-sidebar-top{margin-bottom:24px}.tp-topbar2{height:auto;min-height:72px;padding-block:12px}.tp-shell-content{padding:32px}.tp-dash-head h1{font-size:30px;font-weight:750;line-height:1.2}.tp-dash-head p{font-size:14px}.tp-sidebar .tp-navitem{border-radius:12px;min-height:44px}.tp-topbar2-search{background:var(--input);border-radius:14px;min-height:44px}.tp-topbar2-search input{font-family:var(--font-ui)}.tp-statcard-value,.mono,.tp-workspace-usage{font-variant-numeric:tabular-nums}.tp-auth-layout{background:var(--bg);grid-template-columns:minmax(0,1fr) minmax(360px,1fr);min-height:100dvh;display:grid}.tp-auth-welcome{background:var(--plum);min-height:100dvh;color:var(--on-plum);flex-direction:column;justify-content:space-between;padding:48px 64px;display:flex}.tp-auth-welcome h2{letter-spacing:-.035em;margin:40px 0 20px;font-size:44px;font-weight:750;line-height:1.15}.tp-auth-welcome h2 span{color:var(--cta)}.tp-auth-welcome p{max-width:40ch;color:var(--plum-caption);font-size:16px;line-height:1.7}.tp-auth-welcome ul{gap:24px;margin:0;padding:32px 0;font-size:14px;list-style:none;display:grid}.tp-auth-welcome li{align-items:center;gap:14px;display:flex}.tp-auth-welcome li svg{color:var(--cta)}.tp-auth-welcome>a{color:var(--plum-caption);align-items:center;gap:12px;min-height:44px;font-size:13px;display:flex}.tp-auth-form{align-self:center;width:min(100%,460px);margin:40px auto;padding:40px}.tp-auth-form>header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.tp-auth-copy{margin:40px 0 28px}.tp-auth-copy h1{margin:0;font-size:30px;font-weight:750;line-height:1.2}.tp-auth-copy>p{color:var(--muted);margin:12px 0 0;font-size:14px}.tp-auth-fields{gap:20px;display:grid}.tp-auth-field{gap:8px;display:grid}.tp-auth-field label{color:var(--text-2);font-size:13px;font-weight:750}.tp-auth-field input{width:100%;min-height:48px}.tp-auth-fields>button{min-height:48px}.tp-auth-error{background:var(--bad-bg);color:var(--danger);border-radius:14px;margin:0;padding:12px 16px;font-size:14px}.tp-auth-links{flex-wrap:wrap;justify-content:space-between;gap:12px;font-size:13px;font-weight:700;display:flex}.tp-auth-links a{min-height:40px;color:var(--brand);align-items:center;display:inline-flex}.tp-auth-signature{text-align:center;color:var(--muted);margin:0;font-size:12px}.tp-auth-assurance{color:var(--muted);justify-content:center;align-items:center;gap:8px;margin:24px 0 0;font-size:12px;display:flex}.tp-auth-form .tp-admin-logincard{width:100%;max-width:none;box-shadow:none;background:0 0;border:0;border-radius:0;padding:0}.tp-auth-form .tp-admin-label{text-transform:none;letter-spacing:0;font-size:13px}.tp-auth-form .tp-admin-control{min-height:48px;font-size:15px}.tp-auth-setup .tp-btn{background:var(--cta);min-height:44px;color:var(--cta-ink);padding:10px 18px}@media (width<=1000px){.tp-auth-welcome{padding:40px}.tp-auth-welcome h2{font-size:36px}}@media (width<=760px){.tp-shell-content{padding:24px 16px}.tp-topbar2{gap:8px;min-height:64px;padding:8px 16px}.tp-topbar2-actions{gap:4px}.tp-topbar2-search{min-width:0}.tp-topbar2-search input{width:100%;min-width:0}.tp-dash-head h1{font-size:26px}input,select,textarea,.tp-input,.tp-auth-form .tp-admin-control{font-size:16px}}@media (width<=640px){.tp-auth-layout{justify-content:center;padding:24px;display:flex}.tp-auth-welcome{display:none}.tp-auth-form{width:100%;max-width:380px;margin:0;padding:12px 0}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}.tp-remote-state{max-width:640px;padding:40px 0}.tp-remote-state h1{margin:0;font-size:26px;font-weight:750;line-height:1.25}.tp-remote-state p{color:var(--muted);margin:16px 0 24px;font-size:15px;line-height:1.7}html{scrollbar-gutter:stable}.tp-shell{grid-template:"top top""nav main"1fr/248px minmax(0,1fr);min-height:100dvh;display:grid}.tp-shell>.tp-topbar2{grid-area:top}.tp-sidebar-wrap{grid-area:nav;min-width:0}.tp-shell-main{grid-area:main;min-height:calc(100dvh - 72px)}.tp-shell-content{flex:1;max-width:1440px;padding:40px}.tp-shell-content:focus{outline:none}.tp-topbar2{z-index:40;gap:24px;height:72px;min-height:72px;padding:0 24px}.tp-topbar-brand{flex:0 0 224px;align-items:center;width:224px;min-height:44px;text-decoration:none;display:flex}.tp-topbar-brand .tp-brand-official{gap:2px}.tp-topbar-brand .tp-brand-official img{width:176px}.tp-topbar2-search{border-color:#0000;max-width:520px}.tp-topbar2-search:focus-within{outline:2px solid var(--brand);outline-offset:2px}.tp-topbar2-search input:focus-visible{outline:none}.tp-topbar2-search input::placeholder{color:var(--muted);opacity:1}.tp-topbar2-actions{gap:8px}.tp-topbar2-actions>.tp-iconbtn{background:0 0;border-color:#0000}.tp-sidebar{height:calc(100dvh - 72px);padding:24px 16px 16px;position:sticky;top:72px;overflow-y:auto}.tp-nav-group{margin-bottom:24px}.tp-nav{gap:4px}.tp-sidebar-section-label{letter-spacing:0;text-transform:none;padding:0 12px 8px;font-size:11px;font-weight:650}.tp-sidebar .tp-navitem{padding:10px 12px;font-size:13px;font-weight:600}.tp-sidebar .tp-navitem.on{background:var(--accent-tint);color:var(--brand)}.tp-sidebar .tp-navitem:not(.on):hover{background:var(--surface-hover)}.tp-navitem-count{background:var(--surface);min-width:20px;font-size:11px}.tp-sidebar-account{border-radius:16px;min-height:76px;margin-bottom:28px;padding:12px}.tp-sidebar-bottom{padding-top:12px}.tp-credits-widget{background:var(--accent-tint);border:0;border-radius:16px;padding:16px}.tp-credits-widget-head{letter-spacing:0;font-size:11px}.tp-credits-widget-btn{background:var(--surface);color:var(--brand);border:0;border-radius:12px;min-height:40px}.tp-credits-widget-btn:hover{background:var(--surface-hover)}.tp-credits-widget-ring-value{stroke:var(--brand)}.tp-shell-footer{color:var(--muted);border-top:1px solid var(--border);justify-content:center;gap:12px;margin:0 40px;padding:24px 0;font-size:11px;display:flex}.tp-shell-footer span{border-left:1px solid var(--border);padding-left:12px}.tp-skip-link{z-index:2000;background:var(--cta);color:var(--cta-ink);border-radius:12px;padding:12px 20px;position:fixed;top:8px;left:16px;transform:translateY(-160%)}.tp-skip-link:focus{transform:none}.tp-dialog{border:1px solid var(--border);background:var(--surface);max-width:calc(100vw - 32px);max-height:calc(100dvh - 32px);color:var(--text);box-shadow:var(--shadow-lg);border-radius:20px;margin:auto;padding:0;overflow:auto}.tp-dialog::backdrop{background:var(--scrim)}.tp-dialog .tp-modal-sm{box-shadow:none;border:0;width:100%;max-width:440px;padding:24px}.tp-nav-dialog{border:0;border-right:1px solid var(--border);width:min(320px,90vw);max-width:none;height:100dvh;max-height:none;box-shadow:none;border-radius:0;margin:0}.tp-nav-dialog .tp-sidebar{width:100%;height:100%;position:static}.tp-nav-dialog .tp-sidebar-top{margin-bottom:24px}.tp-nav-dialog .tp-sidebar-x{flex:none;display:grid}.tp-topbar-user-menu{border-radius:16px;padding:8px}.tp-topbar-user-menu>a,.tp-topbar-user-menu>button{border-radius:10px;min-height:44px}.tp-topbar-user-profile{overflow-wrap:anywhere;padding:12px}.tp-bugbar{padding:8px 24px}.tp-bugbar-link{color:var(--brand)}.tp-bugbar-close{opacity:1;justify-content:center;align-items:center;min-width:32px;min-height:32px}.tp-bugbar-build{font-size:10px}.tp-dash-head{margin-bottom:28px}.tp-dash-head h1{margin-bottom:8px;font-size:30px;font-weight:700;line-height:1.2}.tp-dash-sub{color:var(--muted);margin:0}.tp-overview{border:1px solid var(--border);background:var(--surface);border-radius:20px;grid-template-columns:1fr 1fr 1.5fr 1fr;margin-bottom:24px;display:grid}.tp-overview-item{flex-direction:column;align-items:flex-start;gap:8px;min-width:0;padding:20px 24px;text-decoration:none;display:flex}.tp-overview-item+.tp-overview-item{border-left:1px solid var(--border)}.tp-overview-label{color:var(--muted);align-items:center;gap:8px;font-size:12px;display:flex}.tp-overview-label svg{color:var(--brand)}.tp-overview-value{color:var(--text);font-variant-numeric:tabular-nums;letter-spacing:-.025em;font-size:26px;font-weight:700;line-height:1.2}.tp-overview-plan .tp-overview-value{font-size:20px}.tp-overview-pending{color:var(--muted);font-size:18px}.tp-overview-caption,.tp-overview-link{color:var(--muted);font-size:12px;line-height:1.5}.tp-overview-link{color:var(--brand);font-weight:650}.tp-overview-item:is(a):hover{background:var(--bg-3)}.tp-tip{background:var(--bg-3);border:0;border-radius:14px;gap:12px;margin-bottom:24px;padding:12px 16px}.tp-tip-icon{background:0 0;width:32px;height:32px}.tp-tip-body strong{font-size:13px;font-weight:650}.tp-tip-body span{font-size:12px}.tp-tip-cta{min-height:40px;color:var(--brand);white-space:nowrap;background:0 0;align-items:center;padding:8px 12px;text-decoration:none;display:inline-flex}.tp-tip-cta:hover{background:var(--accent-tint)}.tp-tip-close{opacity:1;min-width:40px;min-height:40px}.tp-pagetoolbar{gap:20px;margin-bottom:24px}.tp-segment{border:0;border-bottom:1px solid var(--border);background:0 0;border-radius:0;gap:24px;padding:0}.tp-segment button{border-bottom:2px solid #0000;border-radius:0;height:48px;padding:0 0 12px;font-size:13px;font-weight:600}.tp-segment button.on{box-shadow:none;color:var(--brand);border-bottom-color:var(--brand);background:0 0}.tp-segment-badge{background:var(--bg-3);color:var(--muted);margin-left:4px;font-size:11px}.tp-segment button.on .tp-segment-badge{background:var(--accent-tint);color:var(--brand)}.tp-pagetoolbar-right{gap:12px}.tp-sort-control{border:1px solid var(--border);min-height:40px;color:var(--muted);background:var(--surface);border-radius:14px;align-items:center;gap:8px;padding:0 12px;display:flex}.tp-sort-control select{color:var(--text-2);cursor:pointer;background:0 0;border:0;min-height:40px;padding-right:4px;font-size:13px}.tp-viewtoggle{background:var(--bg-3);border-radius:12px;gap:0;padding:4px}.tp-viewtoggle button{border-radius:8px;width:36px;height:36px}.tp-grid{grid-template-columns:repeat(auto-fill,minmax(min(300px,100%),1fr));gap:24px}.tp-card{box-shadow:none;border-radius:20px;min-width:0;transition:background-color .14s,border-color .14s}.tp-card:hover,.tp-card:focus-within{box-shadow:none;border-color:var(--border-hover);transform:none}.tp-frame{border:0;border-bottom:1px solid var(--border);border-radius:0;margin:0}.tp-thumb{aspect-ratio:16/9;height:auto;min-height:0}.tp-thumb-placeholder{height:100%;min-height:0}.tp-card-meta{gap:8px;padding:20px}.tp-card-meta .title{overflow:visible}.tp-card-title{color:var(--text);text-align:left;overflow-wrap:anywhere;cursor:pointer;background:0 0;border:0;min-height:32px;padding:0;font-size:15px;font-weight:700;line-height:1.4}.tp-card-title:hover{color:var(--brand)}.tp-card-meta>.row{border-top:1px solid var(--border);flex-wrap:wrap;gap:12px;margin-top:8px;padding-top:12px}.tp-card-trailing{flex-direction:row-reverse;flex:1;justify-content:space-between}.tp-card-actions{gap:4px}.tp-card-actions .tp-iconbtn{border-color:#0000;border-radius:12px;width:40px;height:40px}.tp-card-meta .ts{font-family:var(--font-ui);color:var(--muted);font-size:11px}.tp-preview-edit-label{background:var(--surface);color:var(--brand);border-radius:14px;padding:10px 16px;font-size:13px;font-weight:700}.tp-newcard{background:var(--bg-3);border:1px solid var(--border);text-align:center;border-radius:20px;gap:12px;min-height:300px;padding:24px;transition:background-color .14s,border-color .14s}.tp-newcard:hover{background:var(--accent-tint);border-color:var(--border-hover);transform:none}.tp-newcard .plus{background:var(--accent-tint);width:44px;height:44px;color:var(--brand);border-radius:14px}.tp-newcard:hover .plus{background:var(--surface);color:var(--brand);box-shadow:none}.tp-newcard strong{color:var(--text);font-size:15px}.tp-newcard>span{max-width:25ch;color:var(--muted);font-size:13px}.tp-list{border:1px solid var(--border);background:var(--surface);border-radius:20px;display:block;overflow:hidden}.tp-listrow{box-shadow:none;background:0 0;border:0;border-radius:0;gap:24px;margin:0;padding:20px 24px}.tp-listrow+.tp-listrow{border-top:1px solid var(--border)}.tp-listrow:hover{box-shadow:none;background:var(--bg-3)}.tp-listrow-main{text-align:left;flex:1;grid-template-columns:110px minmax(0,1fr);gap:4px 20px;min-width:0;display:grid}.tp-listrow-main>.tp-pill{grid-row:1/3;place-self:center start}.tp-listrow-title{white-space:normal;overflow-wrap:anywhere;font-size:14px}.tp-listrow-domain{overflow-wrap:anywhere;grid-column:2;min-width:0}.tp-listrow-actions .tp-iconbtn{border-color:#0000}.tp-modelos-tabs{width:100%;margin-bottom:24px;display:flex}.tp-modelos-grid{gap:24px}.tp-empty{border:1px solid var(--border);background:var(--bg-3);border-radius:20px;padding:48px 24px}.tp-account-grid{grid-template-columns:1fr 1fr;align-items:start;gap:24px;display:grid}.tp-account-section{border:1px solid var(--border);background:var(--surface);border-radius:20px;min-width:0;padding:24px}.tp-account-section:first-child,.tp-account-section:last-child{grid-column:1/-1}.tp-account-section p{overflow-wrap:anywhere}.tp-account-section form>.tp-input{font-family:var(--font-ui)}.tp-plan-layout,.tp-plan-column{gap:24px}.tp-plan-column{min-width:0}.tp-domain-add{background:var(--surface);border-radius:20px;gap:12px;padding:16px}.tp-domain-add-input{background:var(--input);border-radius:14px;min-width:0;min-height:44px;padding:12px;font-size:14px}.tp-domain-list{border-radius:20px}.tp-domain-row{gap:16px;min-height:80px;padding:20px 24px}.tp-domain-row-name{overflow-wrap:anywhere}.tp-domain-dns{border-radius:20px;padding:24px}.tp-domain-dns-grid{gap:12px 24px}.tp-domain-dns-grid>span{overflow-wrap:anywhere}.tp-help-category,.tp-help-article-card,.tp-ticket-row{border-radius:16px}.tp-help-launcher{width:44px;height:44px;box-shadow:var(--shadow-md)}.tp-admin-topbar{min-height:72px;padding:16px 24px}.tp-admin-nav{gap:8px}.tp-admin-nav button{border-radius:12px;min-height:44px;padding:8px 16px}.tp-admin-table td{padding:16px 12px}.tp-admin-table th{text-transform:none;letter-spacing:0;padding:12px;font-size:12px}.tp-admin-control{min-height:40px}.tp-editor{min-height:0}.tp-editor-header{flex-wrap:wrap;gap:20px}.tp-editor-identity{flex:1}.tp-editor-title{margin:0;line-height:1.4}.tp-editor-back{color:var(--muted);cursor:pointer;background:0 0;border:0;flex:none;align-items:center;gap:12px;min-height:44px;padding:0;display:flex}.tp-editor-back:hover{color:var(--brand)}.tp-editor-back .tp-brand-official img{width:136px}.tp-editor-back .tp-brand-official{gap:0}.tp-editor-header button,.tp-editor-header a{min-height:40px}.tp-editor-actions{flex-wrap:wrap;justify-content:flex-end}.tp-editor-actions .tp-iconbtn{width:40px;height:40px}.tp-publish-actions{flex-wrap:wrap}.tp-editor-tabs button:focus-visible{outline-offset:-4px}.tp-preview-toolbar button{min-width:36px;min-height:36px}.tp-editor input::placeholder,.tp-editor textarea::placeholder{color:var(--muted);opacity:1}@keyframes tp-context-enter{0%{opacity:.72;transform:translateY(4px)}to{opacity:1;transform:none}}.tp-dialog[open]{animation:.18s cubic-bezier(.22,1,.36,1) tp-context-enter}.tp-nav-dialog[open]{animation:none}@media (width<=1200px){.tp-editor-brand{display:none}.tp-shell-content{padding:32px}}@media (width<=1023px){.tp-shell{grid-template-columns:minmax(0,1fr);grid-template-areas:"top""main"}.tp-sidebar-wrap{display:none}.tp-topbar2-menu{flex:none;display:grid}.tp-topbar-brand{flex-basis:160px;width:160px}.tp-topbar2{gap:12px;padding:0 16px}.tp-topbar2-search{min-width:0}.tp-shell-content{padding:32px 24px}}@media (width<=760px){.tp-topbar2{grid-template-columns:44px minmax(0,1fr) 44px 44px 44px;gap:8px;height:auto;padding:8px 16px 12px;display:grid}.tp-topbar-brand{grid-column:2;width:auto;min-width:0}.tp-topbar-brand .tp-brand-official img{width:112px;height:auto}.tp-topbar-brand .tp-brand-product{display:none}.tp-topbar2-actions{display:contents}.tp-topbar2-actions>.tp-newpage{grid-area:2/5;width:44px;height:44px;padding:0}.tp-newpage span{display:none}.tp-topbar2-search{grid-area:2/1/auto/5;width:100%;max-width:none}.tp-topbar2-spacer{grid-area:2/1/auto/5}.tp-topbar2-search input{font-size:16px}.tp-topbar-user-btn{width:44px;height:44px}.tp-shell-content{padding:24px 16px}.tp-shell-footer{margin:0 16px}.tp-dash-head h1{font-size:26px}.tp-overview{grid-template-columns:1fr 1fr}.tp-overview-item{padding:16px}.tp-overview-item:nth-child(3){border-left:0}.tp-overview-item:nth-child(n+3){border-top:1px solid var(--border)}.tp-overview-value{font-size:24px}.tp-overview-plan .tp-overview-value{font-size:18px}.tp-tip{flex-wrap:wrap;padding:16px}.tp-tip-body{flex:1;min-width:190px}.tp-tip-icon{display:none}.tp-tip-cta{order:2}.tp-tip-close{margin-left:auto}.tp-pagetoolbar{flex-direction:column;align-items:stretch;gap:16px}.tp-segment{justify-content:space-between;gap:12px;width:100%}.tp-pagetoolbar-right{justify-content:space-between}.tp-sort-control,.tp-sort-control select{min-height:44px}.tp-viewtoggle button{min-width:40px;min-height:40px}.tp-grid{gap:20px}.tp-newcard{min-height:160px}.tp-card-meta{padding:16px}.tp-card-actions .tp-iconbtn{width:44px;height:44px}.tp-listrow{flex-wrap:wrap;gap:12px;padding:16px}.tp-listrow-main{flex-basis:100%;grid-template-columns:96px minmax(0,1fr);gap:6px 12px}.tp-listrow-actions{margin-left:auto}.tp-account-grid{grid-template-columns:minmax(0,1fr)}.tp-account-section{padding:20px}.tp-domain-add{flex-wrap:wrap}.tp-domain-add-input{flex:1;font-size:16px}.tp-domain-add>button{width:100%}.tp-domain-row{flex-wrap:wrap;padding:16px}.tp-editor-header{gap:8px;min-height:112px}.tp-editor-identity{flex-basis:100%}.tp-editor-actions{justify-content:space-between;width:100%}.tp-editor-header button,.tp-editor-header a{min-height:44px}.tp-bugbar{padding:6px 12px}}@media (prefers-reduced-motion:reduce){.tp-dialog[open]{animation:none}}.tp-overview-toggle{display:none}.tp-grid+.tp-tip,.tp-list+.tp-tip,.tp-empty+.tp-tip{margin-top:24px}.tp-danger-zone-title{color:var(--danger-solid)}[data-theme=dark] .tp-danger-zone-title{color:var(--danger)}.tp-help{max-width:none}.tp-help-hero{text-align:left;border:0;border-bottom:1px solid var(--border);box-shadow:none;background:0 0;border-radius:0;padding:0 0 28px}.tp-help-hero h1{margin:0 0 8px;font-size:30px;font-weight:700;line-height:1.2}.tp-help-hero>p{max-width:65ch;color:var(--muted);margin:0;font-size:14px}.tp-help-search-wrap{background:var(--input);height:48px;box-shadow:none;border-radius:14px;margin:24px 0 0}.tp-help-quick{justify-content:flex-start;margin-top:16px}.tp-help-quick a,.tp-help-quick button{background:var(--surface);min-height:40px;color:var(--text-2);border-radius:12px;padding:8px 12px;font-size:12px}.tp-help-section{margin-top:32px}.tp-help-section-head h2{margin:0;font-size:20px;font-weight:700}.tp-help-filter-context{color:var(--muted);margin:0 0 8px;font-size:13px}.tp-help-category:hover{box-shadow:none;transform:none}.tp-settings-section-title{color:var(--text);letter-spacing:0;margin:24px 0 12px;font-size:14px;font-weight:750;line-height:1.4}.tp-editor-settings{scrollbar-gutter:stable}.tp-editor-settings button:not([role=switch]){min-height:40px;border-radius:12px!important}.tp-editor-settings input:not([type=checkbox]):not([type=file]),.tp-editor-settings textarea,.tp-editor-settings select{min-height:40px;color:var(--text);border:1px solid var(--border)!important;background:var(--input)!important;border-radius:14px!important;padding:9px 12px!important;font-size:13px!important}.tp-editor-settings input[type=file]{width:100%;font-size:12px}.tp-editor-settings input::file-selector-button{border:1px solid var(--border);background:var(--surface);min-height:40px;color:var(--text);font:inherit;cursor:pointer;border-radius:12px;margin-right:10px;padding:8px 12px}.tp-settings-switch{cursor:pointer;background:0 0;border:0;border-radius:12px;flex:none;place-items:center;width:48px;height:44px;padding:0;display:grid}.tp-settings-switch-track{background:var(--border-2);border-radius:11px;width:36px;height:22px;padding:3px;transition:background-color .16s;display:block}.tp-settings-switch-track>span{background:var(--text-2);border-radius:50%;width:16px;height:16px;transition:transform .16s;display:block}.tp-settings-switch[aria-checked=true] .tp-settings-switch-track{background:var(--brand)}.tp-settings-switch[aria-checked=true] .tp-settings-switch-track>span{background:var(--accent-ink);transform:translate(14px)}@media (width<=760px){.tp-topbar2-menu{order:0;grid-area:1/1}.tp-topbar-brand{order:0;grid-row:1}.tp-topbar2-actions>.tp-theme-toggle{order:0;grid-area:1/3}.tp-topbar2-actions>.tp-bell{order:0;grid-area:1/4}.tp-topbar-user{order:0;grid-area:1/5}.tp-dash-head{margin-bottom:20px}.tp-overview-section{margin-bottom:16px}.tp-overview-toggle{border:1px solid var(--border);background:var(--surface);width:100%;min-height:44px;color:var(--text-2);cursor:pointer;border-radius:14px;justify-content:space-between;align-items:center;padding:10px 14px;font-size:13px;font-weight:650;display:flex}.tp-overview-toggle[aria-expanded=true] svg{transform:rotate(180deg)}.tp-overview{margin:12px 0 0;display:none}.tp-overview.is-expanded{display:grid}.tp-pagetoolbar{gap:8px;margin-bottom:16px}.tp-newcard{order:1}.tp-help-launcher{bottom:12px;right:12px}body:has(.tp-editor) .tp-help-launcher{bottom:76px}.tp-help-hero h1{font-size:26px}.tp-help-search-wrap input{font-size:16px}.tp-help-quick a,.tp-help-quick button,.tp-editor-settings button:not([role=switch]){min-height:44px}.tp-editor-settings input::file-selector-button{min-height:44px}.tp-editor-settings input:not([type=checkbox]):not([type=file]),.tp-editor-settings textarea,.tp-editor-settings select{min-height:44px;font-size:16px!important}}.tp-topbar-help{display:none}@media (width<=760px){.tp-topbar2-actions>.tp-topbar-help{order:0;grid-area:2/4;display:grid}.tp-topbar2-search,.tp-topbar2-spacer{grid-column:1/4}body:has(.tp-shell) .tp-help-launcher{display:none}}:root{--ui-purple:#8d4fc4;--ui-purple-chip:#e9ddf4;--ui-cta:#b7e8b5;--ui-cta-hover:#c9efc9;--ui-cta-ink:#17172e;--ui-success-indicator:#32a852;--ui-warning-indicator:#f6c343;--ui-error-indicator:#ef6b6b;--ui-info-indicator:#3b82f6}:root,[data-theme=light]{--bg:#fafbfd;--bg-2:#fff;--bg-3:#f4f6fa;--card:#fff;--surface:#fff;--sidebar:#f5effa;--surface-hover:#f3eafa;--input:#f4f6fa;--border:#e8e9ef;--border-2:#d9dbe3;--border-hover:#a1a3b1;--text:#17172e;--text-2:#66677b;--text-3:#66677b;--muted:#66677b;--text-faint:#66677b;--text-muted:#66677b;--accent:#8d4fc4;--accent-deep:#8043b3;--accent-tint:#f5effa;--accent-dim:#f5effa;--brand:#8d4fc4;--brand-dim:#f5effa;--purple:#8d4fc4;--purple-light:#8043b3;--green-text:#267540;--green-deep:#267540;--green:#267540;--ok:#267540;--ok-tint:#eff9ee;--green-15:#eff9ee;--green-25:#b7e8b5;--danger:#b13a42;--bad:#b13a42;--bad-bg:#fdeeef;--warn:#8b670b;--warn-bg:#fff6db;--info:#2961c0;--info-bg:#eff4ff;--plum:#5c1f85;--purple-30:#c7aadf;--purple-15:#e9ddf4;--purple-08:#f5effa}[data-theme=dark]{--bg:#131417;--bg-2:#1c1d22;--bg-3:#26272e;--card:#1c1d22;--surface:#1c1d22;--sidebar:#17181c;--surface-hover:#30273d;--input:#26272e;--border:#32333c;--border-2:#4a4c59;--border-hover:#707280;--text:#eeeef2;--text-2:#a2a4b3;--text-3:#a2a4b3;--muted:#a2a4b3;--text-faint:#a2a4b3;--text-muted:#a2a4b3;--accent:#c4b0ed;--accent-deep:#dccbf7;--accent-tint:#2c253b;--accent-dim:#2c253b;--brand:#c4b0ed;--brand-dim:#2c253b;--purple:#c4b0ed;--purple-light:#dccbf7;--green-text:#9ed8aa;--green-deep:#9ed8aa;--green:#9ed8aa;--ok:#9ed8aa;--ok-tint:#1c3023;--green-15:#1c3023;--green-25:#365841;--danger:#f29b9f;--bad:#f29b9f;--bad-bg:#372428;--warn:#f6d886;--warn-bg:#342d1d;--info:#a5c2ef;--info-bg:#202937;--plum:#211c2c;--purple-30:#63517d;--purple-15:#3a2b4b;--purple-08:#2c253b}:root,[data-theme]{--cta:var(--ui-cta);--cta-deep:var(--ui-cta-hover);--cta-ink:var(--ui-cta-ink);--danger-solid:#b13a42;--danger-contrast:#fff;--purple-deep:#5c1f85}::selection{background:var(--cta);color:var(--cta-ink)}.tp-pill.purple{color:var(--accent-deep)}.tp-credit-ring-track{stroke:var(--border-2)}.tp-credit-ring-value{stroke:var(--brand)}
