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