:root{--tt-black: #000000;--tt-black-soft: #1a1a1a;--tt-cream: #E9E0D3;--tt-orange: #EB5F00;--tt-magenta: #C43771;--tt-magenta-alt: #C43711;--tt-yellow: #FAC805;--surface-bg: var(--tt-black);--surface-card: #141414;--surface-card-2: #1f1f1f;--surface-input: #1a1a1a;--surface-divider: #2a2a2a;--text-primary: var(--tt-cream);--text-secondary: #b8aea0;--text-muted: #8c8377;--text-on-orange: #000000;--state-success: #2e7d32;--state-warning: var(--tt-yellow);--state-error: #d32f2f;--font-system: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;--font-size-xs: 12px;--font-size-sm: 14px;--font-size-md: 16px;--font-size-lg: 18px;--font-size-xl: 22px;--font-size-xxl: 28px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--space-12: 48px;--radius-sm: 6px;--radius-md: 12px;--radius-lg: 20px;--radius-pill: 999px;--shadow-sm: 0 1px 2px rgba(0,0,0,.4);--shadow-md: 0 4px 12px rgba(0,0,0,.5);--tab-bar-height: 76px;--header-height: 56px;--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px)}*,*:before,*:after{box-sizing:border-box}html,body,#root{margin:0;padding:0;height:100%;background:var(--surface-bg);color:var(--text-primary);font-family:var(--font-system);font-size:var(--font-size-md);line-height:1.5;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;overscroll-behavior-y:contain}#root{display:flex;flex-direction:column}h1,h2,h3,h4{margin:0;font-weight:600;letter-spacing:-.01em;line-height:1.25}h1{font-size:var(--font-size-xxl)}h2{font-size:var(--font-size-xl)}h3{font-size:var(--font-size-lg)}h4{font-size:var(--font-size-md)}p{margin:0 0 var(--space-3)}a{color:var(--tt-orange);text-decoration:none}button{font-family:inherit;font-size:inherit;border:none;background:none;color:inherit;cursor:pointer;padding:0}input,textarea,select{font-family:inherit;font-size:inherit}.tt-screen{display:flex;flex-direction:column;flex:1;padding-top:var(--safe-top);padding-bottom:calc(var(--tab-bar-height) + var(--safe-bottom));background:var(--surface-bg);min-height:100%}.tt-header{display:flex;align-items:center;justify-content:space-between;height:var(--header-height);padding:0 var(--space-4);background:var(--surface-bg);border-bottom:1px solid var(--surface-divider);position:sticky;top:var(--safe-top);z-index:10}.tt-header h1{font-size:var(--font-size-lg)}.tt-content{flex:1;padding:var(--space-4)}.tt-card{background:var(--surface-card);border-radius:var(--radius-md);padding:var(--space-4);margin-bottom:var(--space-3);box-shadow:var(--shadow-sm);position:relative;overflow:hidden}.tt-card:before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg,var(--tt-orange) 0%,var(--tt-magenta) 60%,var(--tt-yellow) 100%)}.tt-section-header,.tt-card>h3{display:flex;align-items:center;gap:var(--space-3)}.tt-section-header:before,.tt-card>h3:before{content:"";display:inline-block;width:4px;height:18px;background:var(--tt-magenta);border-radius:2px;flex-shrink:0}.tt-card-hero{background:linear-gradient(135deg,#eb5f001f,#c4377114,#fac8050d),var(--surface-card);padding:var(--space-5)}.tt-card-hero:before{display:none}.tt-card-hero>h3:before{display:none}.tt-card-hero>h3{gap:0}.tt-card-tappable{cursor:pointer;transition:background .15s}.tt-card-tappable:active{background:var(--surface-card-2)}.tt-input{width:100%;padding:var(--space-3) var(--space-4);background:var(--surface-input);color:var(--text-primary);border:1px solid var(--surface-divider);border-radius:var(--radius-md);outline:none;transition:border-color .15s}.tt-input:focus{border-color:var(--tt-orange)}.tt-label{display:block;font-size:var(--font-size-sm);color:var(--text-secondary);margin-bottom:var(--space-2)}.tt-btn{display:inline-flex;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-3) var(--space-5);border-radius:var(--radius-pill);font-weight:600;font-size:var(--font-size-md);transition:opacity .15s,transform .05s;min-height:48px}.tt-btn:disabled{opacity:.5;cursor:not-allowed}.tt-btn:active:not(:disabled){transform:scale(.98)}.tt-btn-primary{background:var(--tt-orange);color:var(--text-on-orange)}.tt-btn-secondary{background:var(--surface-card);color:var(--text-primary);border:1px solid var(--surface-divider)}.tt-btn-danger{background:var(--state-error);color:#fff}.tt-btn-block{width:100%}.tt-stack{display:flex;flex-direction:column;gap:var(--space-3)}.tt-row{display:flex;align-items:center;gap:var(--space-3)}.tt-row-between{display:flex;align-items:center;justify-content:space-between;gap:var(--space-3)}.tt-muted{color:var(--text-muted);font-size:var(--font-size-sm)}.tt-secondary{color:var(--text-secondary)}.tt-pill{display:inline-block;padding:2px var(--space-2);border-radius:var(--radius-pill);font-size:var(--font-size-xs);font-weight:600;background:var(--surface-card-2);color:var(--text-secondary)}.tt-pill-orange{background:var(--tt-orange);color:var(--text-on-orange)}.tt-pill-yellow{background:var(--tt-yellow);color:var(--text-on-orange)}.tt-pill-magenta{background:var(--tt-magenta);color:#fff}.tt-progress{width:100%;height:6px;background:var(--surface-card-2);border-radius:var(--radius-pill);overflow:hidden}.tt-progress-bar{height:100%;background:var(--tt-orange);transition:width .3s ease}.tt-error-text{color:var(--state-error);font-size:var(--font-size-sm)}.tt-loading{display:flex;align-items:center;justify-content:center;padding:var(--space-8);color:var(--text-secondary)}.tt-empty{text-align:center;padding:var(--space-8) var(--space-4);color:var(--text-muted)}.tt-divider{height:1px;background:var(--surface-divider);margin:var(--space-3) 0}.tt-list-item{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-3) var(--space-4);background:var(--surface-card);border-radius:var(--radius-md);margin-bottom:var(--space-2);min-height:64px}.tt-tabbar{position:fixed;bottom:0;left:0;right:0;height:calc(var(--tab-bar-height) + var(--safe-bottom));padding-bottom:var(--safe-bottom);background:var(--surface-card);border-top:1px solid var(--surface-divider);display:flex;z-index:100}.tt-tab{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;color:var(--text-muted);font-size:var(--font-size-xs);text-decoration:none;padding:var(--space-2)}.tt-tab.active{color:var(--tt-orange)}.tt-tab-badge{position:absolute;top:8px;right:24%;background:var(--tt-magenta);color:#fff;font-size:10px;font-weight:700;border-radius:var(--radius-pill);padding:1px 6px;min-width:18px;text-align:center}.tt-bubble{max-width:80%;padding:var(--space-3) var(--space-4);border-radius:var(--radius-lg);margin-bottom:var(--space-2);word-wrap:break-word;line-height:1.4}.tt-bubble-mine{background:var(--tt-orange);color:var(--text-on-orange);align-self:flex-end;border-bottom-right-radius:var(--radius-sm)}.tt-bubble-theirs{background:var(--surface-card);color:var(--text-primary);align-self:flex-start;border-bottom-left-radius:var(--radius-sm)}.tt-bubble-meta{font-size:var(--font-size-xs);color:var(--text-muted);margin-top:2px;text-align:right}.tt-spinner{width:32px;height:32px;border:3px solid var(--surface-divider);border-top-color:var(--tt-orange);border-radius:50%;animation:tt-spin .8s linear infinite}@keyframes tt-spin{to{transform:rotate(360deg)}}
