.tp-root,.tp-root *,.tp-root :before,.tp-root :after{box-sizing:border-box;margin:0;padding:0}.tp-root{-webkit-font-smoothing:antialiased;color:#111;background:#fafafa;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:15px;line-height:1.5}.tp-nav{justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto;padding:16px 32px;display:flex}.tp-logo{align-items:center;gap:8px;display:flex}.tp-logo-icon{background:#111;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;display:flex}.tp-logo-text{color:#111;font-size:15px;font-weight:600}.tp-nav-right{align-items:center;gap:6px;display:flex}.tp-btn-ghost{color:#555;cursor:pointer;background:0 0;border:1px solid #0000;border-radius:8px;padding:8px 16px;font-family:inherit;font-size:14px;font-weight:500;transition:color .15s,background .15s}.tp-btn-ghost:hover{color:#111;background:#f0f0f0}.tp-btn-ghost:active{background:#e8e8e8}.tp-btn-secondary{color:#fff;cursor:pointer;background:#111;border:1px solid #111;border-radius:8px;padding:8px 18px;font-family:inherit;font-size:14px;font-weight:500;transition:background .15s}.tp-btn-secondary:hover{background:#333}.tp-btn-secondary:active{background:#000}.tp-hero{text-align:center;max-width:680px;margin:0 auto;padding:80px 24px 40px}.tp-hero-pill{color:#555;background:#f0f0f0;border:1px solid #e6e6e6;border-radius:999px;margin-bottom:16px;padding:6px 14px;font-size:13px;font-weight:500;display:inline-block}.tp-h1{letter-spacing:-.025em;color:#111;margin-bottom:16px;font-size:clamp(28px,5vw,42px);font-weight:600;line-height:1.15}.tp-sub{color:#666;max-width:520px;margin:0 auto 40px;font-size:17px;font-weight:400;line-height:1.6}.tp-input-group{background:#fff;border:1.5px solid #e0e0e0;border-radius:12px;align-items:center;max-width:600px;margin:0 auto;padding:6px;transition:border-color .2s,box-shadow .2s;display:flex}.tp-input-group:focus-within{border-color:#111;box-shadow:0 0 0 3px #0000000f}.tp-input-icon{align-items:center;padding:0 4px 0 12px;display:flex}.tp-input{color:#111;background:0 0;border:none;outline:none;flex:1;min-width:0;padding:12px 8px;font-family:inherit;font-size:15px;font-weight:400}.tp-input::placeholder{color:#aaa}.tp-btn-primary{color:#fff;cursor:pointer;white-space:nowrap;background:#111;border:none;border-radius:8px;padding:12px 24px;font-family:inherit;font-size:14px;font-weight:600;transition:background .15s,transform .1s}.tp-btn-primary:hover{background:#333}.tp-btn-primary:active{background:#000;transform:scale(.98)}.tp-hint{color:#999;margin-top:14px;font-size:13px;font-weight:400}.tp-hint span{color:#777}.tp-hint-error{color:#e5484d;font-weight:500}.tp-stats{justify-content:center;gap:48px;margin-top:48px;display:flex}.tp-stat-number{letter-spacing:-.02em;color:#111;font-size:28px;font-weight:600}.tp-stat-label{color:#999;margin-top:2px;font-size:13px;font-weight:400}@media(max-width:768px){.tp-nav{padding:14px 20px}.tp-logo-text{display:none}.tp-hero{padding:56px 20px 32px}.tp-input-group{flex-direction:column;gap:8px;padding:8px}.tp-input-icon{display:none}.tp-input{width:100%;padding:12px}.tp-btn-primary{text-align:center;width:100%;padding:14px}.tp-stats{flex-wrap:wrap;gap:32px}}@media(max-width:480px){.tp-stats{gap:24px}.tp-stat-number{font-size:24px}}.tp-modal-overlay{z-index:100;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0f12198c;justify-content:center;align-items:center;padding:20px;animation:.2s tp-fade-in;display:flex;position:fixed;inset:0}.tp-modal{background:#fff;border:1px solid #ececec;border-radius:18px;width:100%;max-width:440px;padding:28px;animation:.24s cubic-bezier(.16,1,.3,1) tp-modal-in;box-shadow:0 24px 60px -12px #0000004d}.tp-buy-modal{max-width:560px}.tp-buy-grid{grid-template-columns:repeat(3,1fr);gap:14px;margin:22px 0 8px;display:grid}@media(max-width:520px){.tp-buy-grid{grid-template-columns:1fr}}.tp-buy-card{text-align:center;background:#fafafa;border:1px solid #ececec;border-radius:14px;padding:20px 14px}.tp-buy-credits{color:#111;font-size:26px;font-weight:700;line-height:1}.tp-buy-credits-label{text-transform:uppercase;letter-spacing:.06em;color:#888;margin-top:4px;font-size:12px}.tp-buy-price{color:#111;margin:14px 0 12px;font-size:20px;font-weight:600}.tp-buy-btn{width:100%}.tp-credit-pill{color:#111;cursor:pointer;background:#f4f4f5;border:1px solid #e2e2e2;border-radius:999px;padding:6px 12px;font-size:13px;font-weight:600}.tp-credit-pill:hover{background:#ececec}@keyframes tp-fade-in{0%{opacity:0}to{opacity:1}}@keyframes tp-modal-in{0%{opacity:0;transform:translateY(12px)scale(.97)}to{opacity:1;transform:translateY(0)scale(1)}}.tp-modal-channel{align-items:center;gap:14px;margin-bottom:22px;display:flex}.tp-modal-avatar{background:#f2f2f2;border-radius:50%;flex-shrink:0;width:52px;height:52px;overflow:hidden}.tp-modal-avatar img{object-fit:cover;width:100%;height:100%;display:block}.tp-modal-avatar-skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e6e6e6,#f0f0f0 75%) 0 0/200% 100%;width:100%;height:100%;animation:1.3s infinite tp-shimmer;display:block}@keyframes tp-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.tp-modal-channel-title{color:#111;font-size:17px;font-weight:600}.tp-modal-channel-sub{color:#888;margin-top:2px;font-size:13px}.tp-modal-status{color:#333;align-items:center;gap:10px;margin-bottom:12px;font-size:14px;font-weight:500;display:flex}.tp-modal-spinner{border:2px solid #e2e2e2;border-top-color:#111;border-radius:50%;flex-shrink:0;width:16px;height:16px;animation:.7s linear infinite tp-spin}.tp-modal-confirm{margin-bottom:12px}.tp-modal-confirm-summary{color:#333;margin-bottom:12px;font-size:14px;font-weight:600}.tp-modal-confirm-stats{gap:12px;margin-bottom:14px;display:flex}.tp-modal-confirm-stat{text-align:center;background:#fafafa;border:1px solid #ececec;border-radius:12px;flex:1;padding:16px 12px}.tp-modal-confirm-num{color:#111;font-size:26px;font-weight:700;line-height:1}.tp-modal-confirm-label{color:#888;margin-top:6px;font-size:12px}.tp-modal-check{color:#444;cursor:pointer;background:#fafafa;border:1px solid #e2e2e2;border-radius:10px;align-items:flex-start;gap:10px;padding:10px 12px;font-size:14px;display:flex}.tp-modal-check input{accent-color:#111;cursor:pointer;flex-shrink:0;width:16px;height:16px;margin-top:2px}@keyframes tp-spin{to{transform:rotate(360deg)}}.tp-modal-progress{background:#efefef;border-radius:999px;height:8px;overflow:hidden}.tp-modal-progress-bar{background:#111;border-radius:999px;height:100%;transition:width .4s}.tp-modal-progress-label{color:#888;margin-top:8px;font-size:12.5px}.tp-modal-result{align-items:center;gap:10px;margin-bottom:4px;font-size:14.5px;font-weight:500;display:flex}.tp-modal-result-icon{display:inline-flex}.tp-modal-result-success{color:#157347}.tp-modal-result-error{color:#c4351f}.tp-modal-stats{grid-template-columns:1fr 1fr;gap:12px;margin-top:20px;display:grid}.tp-modal-stat{background:#fafafa;border:1px solid #efefef;border-radius:12px;padding:14px 16px}.tp-modal-stat-num{color:#111;font-size:22px;font-weight:700}.tp-modal-stat-label{color:#999;margin-top:2px;font-size:12px}.tp-modal-actions{justify-content:flex-end;margin-top:24px;display:flex}.tp-modal-btn-ghost,.tp-modal-btn-primary{font:inherit;cursor:pointer;border:1px solid #0000;border-radius:10px;padding:9px 20px;font-size:14px;font-weight:500;transition:opacity .15s,background .15s}.tp-modal-btn-ghost{color:#555;background:#fff;border-color:#ddd}.tp-modal-btn-ghost:hover{background:#f6f6f6}.tp-modal-btn-primary{color:#fff;background:#111}.tp-modal-btn-primary:hover{opacity:.88}.tp-auth-title{color:#111;margin:0;font-size:20px;font-weight:600}.tp-auth-sub{color:#777;margin:6px 0 18px;font-size:13.5px;line-height:1.45}.tp-auth-tabs{background:#f3f3f3;border-radius:10px;gap:4px;margin-bottom:18px;padding:4px;display:flex}.tp-auth-tab{font:inherit;color:#666;cursor:pointer;background:0 0;border:none;border-radius:7px;flex:1;padding:8px 0;font-size:13.5px;font-weight:500;transition:background .15s,color .15s}.tp-auth-tab-active{color:#111;background:#fff;box-shadow:0 1px 3px #00000014}.tp-auth-form{flex-direction:column;gap:14px;display:flex}.tp-auth-label{color:#555;flex-direction:column;gap:6px;font-size:12.5px;font-weight:500;display:flex}.tp-auth-input{font:inherit;color:#111;background:#fff;border:1px solid #ddd;border-radius:10px;outline:none;padding:10px 12px;font-size:14px;transition:border-color .15s,box-shadow .15s}.tp-auth-input:focus{border-color:#111;box-shadow:0 0 0 3px #11111114}.tp-auth-error{color:#d23b3b;margin:0;font-size:13px}.tp-auth-notice{color:#1f8a4c;margin:0;font-size:13px;line-height:1.45}.tp-auth-submit{width:100%;margin-top:4px;padding:11px 20px}.tp-auth-submit:disabled{opacity:.6;cursor:default}.tp-auth-close{width:100%;font:inherit;color:#888;cursor:pointer;background:0 0;border:none;margin-top:12px;padding:4px;font-size:13px;display:block}.tp-auth-close:hover{color:#555}.tp-nav-email{color:#bbb;text-overflow:ellipsis;white-space:nowrap;max-width:180px;margin-right:4px;font-size:13px;overflow:hidden}.tp-account{position:relative}.tp-account-btn{align-items:center;gap:6px;display:inline-flex}.tp-account-caret{font-size:10px;line-height:1}.tp-account-menu{z-index:50;background:#161616;border:1px solid #2a2a2a;border-radius:10px;flex-direction:column;gap:2px;min-width:170px;padding:6px;display:flex;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 30px #00000080}.tp-account-item{text-align:left;color:#ddd;cursor:pointer;background:0 0;border:none;border-radius:7px;padding:9px 12px;font-size:14px}.tp-account-item:hover{color:#fff;background:#242424}.tp-contact-textarea{resize:vertical;min-height:110px;font-family:inherit}.tp-dash{max-width:880px;margin:0 auto;padding:16px 24px 48px}.tp-dash-title{color:#111;margin:0 0 4px;font-size:22px;font-weight:600}.tp-dash-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.tp-dash-feedback-actions{flex-shrink:0;gap:8px;display:flex}.tp-dash-sub{color:#888;margin:0 0 24px;font-size:14px}.tp-dash-empty{color:#888;text-align:center;border:1px dashed #2a2a2a;border-radius:12px;padding:32px;font-size:14px}.tp-dash-list{flex-direction:column;gap:12px;display:flex}.tp-dash-row{background:#141414;border:1px solid #242424;border-radius:12px;align-items:center;gap:14px;padding:14px 16px;display:flex}.tp-dash-avatar{object-fit:cover;border-radius:50%;flex-shrink:0;width:44px;height:44px}.tp-dash-avatar-fallback{color:#bbb;background:#2a2a2a;justify-content:center;align-items:center;font-size:18px;font-weight:600;display:flex}.tp-dash-info{flex:1;min-width:0}.tp-dash-name{color:#fff;white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.tp-dash-meta{color:#888;margin-top:2px;font-size:13px}.tp-dash-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.tp-dash-download{padding:8px 16px;font-size:13px}.tp-dash-delete{padding:8px 12px;font-size:13px}@media(max-width:600px){.tp-dash-row{flex-wrap:wrap}.tp-dash-actions{justify-content:flex-end;width:100%}}.tp-nav-links{align-items:center;gap:24px;display:flex}.tp-nav-link{color:#555;font-size:14px;font-weight:500;text-decoration:none;transition:color .15s}.tp-nav-link:hover{color:#111}.tp-section{text-align:center;max-width:1000px;margin:0 auto;padding:64px 24px;scroll-margin-top:80px}.tp-section-title{letter-spacing:-.02em;color:#111;margin-bottom:10px;font-size:clamp(24px,4vw,32px);font-weight:600}.tp-section-sub{color:#666;max-width:520px;margin:0 auto 40px;font-size:16px}.tp-demo-player{aspect-ratio:16/9;background:#000;border:1px solid #e5e5e5;border-radius:16px;width:100%;max-width:900px;margin:0 auto;position:relative;overflow:hidden;box-shadow:0 20px 50px -20px #00000040}.tp-demo-player mux-player{width:100%;height:100%;display:block}.tp-demo-replay{cursor:pointer;background:#ffffffeb;border:none;border-radius:50%;justify-content:center;align-items:center;width:76px;height:76px;margin:auto;padding-left:4px;transition:transform .15s,background .15s;display:flex;position:absolute;inset:0;box-shadow:0 8px 24px #00000059}.tp-demo-replay:hover{background:#fff;transform:scale(1.06)}.tp-demo-replay:active{transform:scale(.97)}.tp-steps{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.tp-step{text-align:left;background:#fff;border:1px solid #ececec;border-radius:16px;padding:28px 22px}.tp-step-num{color:#fff;background:#111;border-radius:50%;justify-content:center;align-items:center;width:34px;height:34px;margin-bottom:16px;font-size:15px;font-weight:600;display:flex}.tp-step-title{color:#111;margin-bottom:6px;font-size:16px;font-weight:600}.tp-step-desc{color:#777;font-size:14px;line-height:1.55}.tp-pricing-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:20px;display:grid}.tp-price-card{background:#fff;border:1px solid #ececec;border-radius:16px;flex-direction:column;align-items:center;padding:32px 24px;display:flex;position:relative}.tp-price-card-popular{border-color:#111;box-shadow:0 12px 30px -14px #00000059}.tp-price-badge{color:#fff;text-transform:uppercase;letter-spacing:.06em;background:#111;border-radius:999px;padding:4px 12px;font-size:11px;font-weight:600;position:absolute;top:-11px}.tp-price-name{text-transform:uppercase;letter-spacing:.06em;color:#888;font-size:14px;font-weight:600}.tp-price-amount{letter-spacing:-.02em;color:#111;margin:12px 0 4px;font-size:40px;font-weight:700}.tp-price-period{color:#888;letter-spacing:0;margin-left:4px;font-size:15px;font-weight:500}.tp-price-credits{color:#666;margin-bottom:24px;font-size:14px}.tp-price-btn{width:100%}.tp-usecase-grid{grid-template-columns:repeat(2,1fr);gap:20px;display:grid}.tp-usecase-card{text-align:left;background:#fff;border:1px solid #ececec;border-radius:16px;padding:26px 24px}.tp-usecase-title{color:#111;margin-bottom:6px;font-size:16px;font-weight:600}.tp-usecase-desc{color:#777;font-size:14px;line-height:1.55}.tp-contact-card{text-align:left;background:#fff;border:1px solid #ececec;border-radius:16px;max-width:520px;margin:0 auto;padding:28px}.tp-contact-form{flex-direction:column;gap:12px;display:flex}.tp-contact-done{color:#157347;text-align:center;font-size:15px}.tp-footer{text-align:center;border-top:1px solid #ececec;max-width:1000px;margin:0 auto;padding:48px 24px 64px}.tp-footer-brand{align-items:center;gap:8px;margin-bottom:8px;display:inline-flex}.tp-footer-tag{color:#888;margin-bottom:20px;font-size:14px}.tp-footer-links{flex-wrap:wrap;justify-content:center;gap:24px;display:flex}@media(max-width:860px){.tp-nav-links{display:none}}@media(max-width:768px){.tp-steps,.tp-pricing-grid,.tp-usecase-grid{grid-template-columns:1fr}.tp-section{padding:48px 20px}}
