: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:0;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);padding-bottom:calc(var(--tab-bar-height) + var(--safe-bottom) + var(--space-8))}.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)}}.tt-disclaimer-modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:1000;background:#000000d9;display:flex;align-items:center;justify-content:center;padding:var(--space-4);overflow-y:auto;-webkit-overflow-scrolling:touch}.tt-disclaimer-modal__sheet{background:var(--surface-card);color:var(--text-primary);border-radius:var(--radius-lg);max-width:640px;width:100%;padding:var(--space-6);max-height:calc(100vh - var(--space-8));overflow-y:auto;position:relative;box-shadow:var(--shadow-md)}.tt-disclaimer-modal__sheet:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg);background:linear-gradient(90deg,var(--tt-orange) 0%,var(--tt-magenta) 60%,var(--tt-yellow) 100%)}.tt-disclaimer-modal__title{font-size:var(--font-size-xl);margin:var(--space-3) 0 var(--space-4);line-height:1.25}.tt-disclaimer-modal__body p{font-size:var(--font-size-md);line-height:1.55;color:var(--text-primary);margin-bottom:var(--space-3)}.tt-disclaimer-modal__signposting{background:var(--surface-card-2);border-radius:var(--radius-md);padding:var(--space-4);margin:var(--space-5) 0;border-left:3px solid var(--tt-magenta)}.tt-disclaimer-modal__signposting h2{font-size:var(--font-size-md);margin-bottom:var(--space-3);color:var(--text-primary)}.tt-disclaimer-modal__signposting p{font-size:var(--font-size-sm);color:var(--text-secondary);margin-bottom:var(--space-2);line-height:1.45}.tt-disclaimer-modal__signposting p:last-child{margin-bottom:0}.tt-disclaimer-modal__signposting strong{color:var(--text-primary)}.tt-disclaimer-modal__checks{margin:var(--space-5) 0}.tt-disclaimer-modal__checks h2{font-size:var(--font-size-md);margin-bottom:var(--space-3)}.tt-disclaimer-modal__check{display:flex;gap:var(--space-3);align-items:flex-start;padding:var(--space-3);background:var(--surface-card-2);border-radius:var(--radius-md);margin-bottom:var(--space-2);cursor:pointer;line-height:1.45}.tt-disclaimer-modal__check input{margin-top:3px;width:20px;height:20px;accent-color:var(--tt-orange);cursor:pointer;flex-shrink:0}.tt-disclaimer-modal__check span{font-size:var(--font-size-sm);color:var(--text-primary)}.tt-disclaimer-modal__error{color:var(--state-error);font-size:var(--font-size-sm);margin:var(--space-3) 0;padding:var(--space-3);background:#d32f2f1a;border-radius:var(--radius-md);border:1px solid rgba(211,47,47,.3)}.tt-disclaimer-modal__actions{margin-top:var(--space-5)}.tt-disclaimer-modal__small{font-size:var(--font-size-xs);color:var(--text-muted);text-align:center;margin-top:var(--space-3);margin-bottom:0}.tt-typing-bubble{display:flex;align-items:center;gap:4px;max-width:80%;padding:var(--space-3) var(--space-4);border-radius:var(--radius-lg);border-bottom-left-radius:var(--radius-sm);background:var(--surface-card);margin-bottom:var(--space-2);align-self:flex-start}.tt-typing-dot{width:6px;height:6px;border-radius:50%;background:var(--text-secondary);animation:tt-typing 1.4s ease-in-out infinite}.tt-typing-dot:nth-child(2){animation-delay:.2s}.tt-typing-dot:nth-child(3){animation-delay:.4s}@keyframes tt-typing{0%,60%,to{opacity:.3;transform:translateY(0)}30%{opacity:1;transform:translateY(-3px)}}.tt-mentor-presence{position:relative;display:inline-block;border-radius:50%;flex-shrink:0}.tt-mentor-presence__ring,.tt-mentor-presence__halo,.tt-mentor-presence__core{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%}.tt-mentor-presence__ring{background:radial-gradient(circle at 50% 50%,#eb5f0000 40%,#eb5f0033,#c437711a,#eb5f0000);animation:tt-presence-ring 6s ease-in-out infinite}.tt-mentor-presence__halo{top:10%;right:10%;bottom:10%;left:10%;background:radial-gradient(circle at 50% 50%,#eb5f0073,#eb5f008c 50%,#c4377166 80%,#c4377133);filter:blur(6px);opacity:.9;animation:tt-presence-halo 5s ease-in-out infinite}.tt-mentor-presence__core{top:18%;right:18%;bottom:18%;left:18%;background:radial-gradient(circle at 50% 45%,#ff8534,#eb5f00 60%,#c43771);box-shadow:0 0 24px #eb5f0073,0 0 48px #c4377133;animation:tt-presence-core 4s ease-in-out infinite}.tt-mentor-presence__mark{position:absolute;top:26%;left:26%;width:48%;height:48%;object-fit:contain;pointer-events:none;-webkit-user-select:none;user-select:none;filter:drop-shadow(0 2px 4px rgba(0,0,0,.18))}.tt-mentor-presence--listening .tt-mentor-presence__ring{animation-duration:2.5s}.tt-mentor-presence--listening .tt-mentor-presence__halo{animation-duration:2.5s;opacity:1}.tt-mentor-presence--thinking .tt-mentor-presence__ring{animation-duration:1.8s}.tt-mentor-presence--thinking .tt-mentor-presence__halo{animation-duration:1.8s;opacity:1}.tt-mentor-presence--thinking .tt-mentor-presence__core{animation-duration:1.5s}.tt-mentor-presence--speaking .tt-mentor-presence__ring{animation-duration:1.2s}.tt-mentor-presence--speaking .tt-mentor-presence__halo{animation-duration:1.2s;opacity:1}.tt-mentor-presence--speaking .tt-mentor-presence__core{animation-duration:.9s}@keyframes tt-presence-ring{0%,to{transform:scale(1);opacity:.6}50%{transform:scale(1.08);opacity:.95}}@keyframes tt-presence-halo{0%,to{transform:scale(1);opacity:.85}50%{transform:scale(.94);opacity:1}}@keyframes tt-presence-core{0%,to{transform:scale(1)}50%{transform:scale(.96)}}@media (prefers-reduced-motion: reduce){.tt-mentor-presence__ring,.tt-mentor-presence__halo,.tt-mentor-presence__core{animation:none}}.tt-meaning-hero{display:flex;flex-direction:column;align-items:center;gap:var(--space-4);padding:var(--space-8) var(--space-4) var(--space-6);text-align:center}.tt-meaning-hero__greeting{font-size:var(--font-size-lg);color:var(--text-secondary);font-weight:400;letter-spacing:-.005em;margin:0}.tt-meaning-hero__cta{width:100%;max-width:420px;min-height:56px;font-size:var(--font-size-lg);padding:var(--space-4) var(--space-6);margin-top:var(--space-3);box-shadow:0 4px 20px #eb5f0040}.tt-meaning-hero__hint{font-size:var(--font-size-sm);color:var(--text-muted);margin:0}.tt-mic-btn{display:inline-flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:var(--radius-pill);background:var(--surface-card);color:var(--text-secondary);border:1px solid var(--surface-divider);flex-shrink:0;transition:background .15s,color .15s,transform .05s}.tt-mic-btn:active:not(:disabled){transform:scale(.96)}.tt-mic-btn--active{background:var(--tt-magenta);color:#fff;border-color:var(--tt-magenta);animation:tt-mic-pulse 1.4s ease-in-out infinite}.tt-mic-btn:disabled{opacity:.4}@keyframes tt-mic-pulse{0%,to{box-shadow:0 0 #c4377173}50%{box-shadow:0 0 0 10px #c4377100}}.tt-speak-btn{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;border-radius:var(--radius-pill);background:transparent;color:var(--text-muted);margin-top:var(--space-1);transition:color .15s,background .15s}.tt-speak-btn:hover{color:var(--tt-orange)}.tt-speak-btn--active{color:var(--tt-orange);background:#eb5f001f}.tt-meaning-hero__opener-card{display:block;width:100%;max-width:460px;margin:var(--space-2) auto 0;padding:var(--space-4) var(--space-5);background:var(--surface-card, #1a1a1a);color:var(--text-primary, #E9E0D3);border:1px solid var(--surface-divider, rgba(255,255,255,.08));border-left:3px solid var(--tt-orange);border-radius:var(--radius-lg, 14px);text-align:left;cursor:pointer;transition:transform .12s ease,background .15s ease,border-color .15s ease;box-shadow:0 2px 18px #eb5f001a}.tt-meaning-hero__opener-card:hover:not(:disabled){background:var(--surface-card-elevated, #232323);border-left-color:var(--tt-yellow)}.tt-meaning-hero__opener-card:active:not(:disabled){transform:scale(.99)}.tt-meaning-hero__opener-card:disabled{opacity:.7;cursor:default}.tt-meaning-hero__opener-text{display:block;font-size:var(--font-size-md, 16px);line-height:1.6;color:var(--text-primary, #E9E0D3);font-family:Roboto,sans-serif;white-space:pre-wrap}.tt-meaning-hero__opener-cta{display:block;margin-top:var(--space-3);font-size:var(--font-size-xs, 12px);color:var(--tt-orange);text-transform:uppercase;letter-spacing:.08em;font-weight:600}.tt-meaning-hero__opener-card--loading{cursor:default;border-left-color:var(--surface-divider, rgba(255,255,255,.08));display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-2);min-height:96px}.tt-meaning-hero__opener-dots{display:inline-flex;align-items:center;gap:6px}.tt-meaning-hero__opener-dots span{display:block;width:8px;height:8px;border-radius:50%;background:var(--tt-orange);animation:tt-opener-dot 1.4s ease-in-out infinite}.tt-meaning-hero__opener-dots span:nth-child(2){animation-delay:.2s}.tt-meaning-hero__opener-dots span:nth-child(3){animation-delay:.4s}@keyframes tt-opener-dot{0%,80%,to{opacity:.3;transform:scale(.85)}40%{opacity:1;transform:scale(1)}}.tt-meaning-hero__opener-loading-label{font-size:var(--font-size-xs, 12px);color:var(--text-muted, #998c80);letter-spacing:.04em}.tt-meaning-hero__cta-secondary{margin-top:var(--space-3);width:100%;max-width:420px}@media (prefers-reduced-motion: reduce){.tt-meaning-hero__opener-dots span{animation:none;opacity:.6}}.tt-mic-btn{background:#eb5f001f;color:var(--tt-orange, #EB5F00);border-color:#eb5f0073}.tt-mic-btn:not(.tt-mic-btn--active):not(:disabled){animation:tt-mic-idle 3.6s ease-in-out infinite}@keyframes tt-mic-idle{0%,to{box-shadow:0 0 #eb5f002e}50%{box-shadow:0 0 0 6px #eb5f0000}}.tt-mic-btn:hover:not(:disabled){background:#eb5f0038}.tt-voice-hint{display:flex;align-items:center;justify-content:center;gap:var(--space-2);width:100%;margin:var(--space-2) 0 0;padding:var(--space-2) var(--space-4);background:transparent;color:var(--tt-orange, #EB5F00);font-size:var(--font-size-sm, 14px);font-weight:500;border:1px dashed rgba(235,95,0,.35);border-radius:var(--radius-md, 10px);cursor:pointer;transition:background .15s,border-color .15s}.tt-voice-hint:hover:not(:disabled){background:#eb5f000f;border-color:#eb5f008c}.tt-voice-hint:active:not(:disabled){transform:scale(.99)}.tt-voice-hint:disabled{opacity:.5}@media (prefers-reduced-motion: reduce){.tt-mic-btn:not(.tt-mic-btn--active){animation:none}}@keyframes tt-stream-caret{0%,49%{opacity:1}50%,to{opacity:0}}@media (prefers-reduced-motion: reduce){[style*=tt-stream-caret]{animation:none!important;opacity:.7!important}}.tt-sh-orb-fab{position:fixed;right:16px;bottom:calc(var(--tab-bar-height) + var(--safe-bottom) + 16px);z-index:60;display:flex;align-items:center;gap:10px}.tt-sh-orb-button{background:transparent;border:none;padding:0;margin:0;cursor:pointer;border-radius:50%;line-height:0;-webkit-tap-highlight-color:transparent}.tt-sh-orb-button:disabled{opacity:.75}.tt-sh-orb-button:focus-visible{outline:3px solid #FAC805;outline-offset:4px}.tt-sh-orb-label{background:#1a1a1a;color:#e9e0d3;font-size:12px;font-weight:600;padding:7px 11px;border-radius:10px;box-shadow:0 4px 14px #00000040;white-space:nowrap}@media print{.tt-sh-orb-fab{display:none}}
