@import"https://fonts.googleapis.com/css2?family=DM+Mono:wght@400;500&family=Manrope:wght@400;600;700&display=swap";:root{font-family:Manrope,sans-serif;color:#20201e;background:#f4efe6;font-synthesis:none;-webkit-text-size-adjust:100%}*{box-sizing:border-box}html,body,#root{width:100%;height:100%;min-width:320px;overflow:hidden}body{position:fixed;inset:0;margin:0;background:#f4efe6;overscroll-behavior:none}button,input{font:inherit}button{cursor:pointer;-webkit-tap-highlight-color:transparent}.shell{width:min(760px,100%);height:100%;margin:0 auto;padding:48px 24px 32px}.landing{min-height:100%;overflow-y:auto;display:flex;flex-direction:column;justify-content:center;align-items:flex-start;max-width:620px}.eyebrow{font:500 12px/1.4 DM Mono,monospace;letter-spacing:.14em;color:#7a746a;margin:0 0 12px}h1{font-size:clamp(40px,8vw,72px);line-height:.98;letter-spacing:-.06em;margin:0}.lead{font-size:19px;line-height:1.6;max-width:530px;color:#5f5a52;margin:28px 0}.muted{color:#898278}.primary,.secondary{min-height:46px;border:0;border-radius:999px;padding:12px 22px;font-weight:700}.primary{background:#20201e;color:#fff}.primary:disabled{opacity:.4;cursor:default}.secondary{background:transparent;color:#20201e;border:1px solid #aaa398}.secondary:disabled{opacity:.4;cursor:default}.waiting{margin-top:20px;display:flex;align-items:center;gap:10px;color:#625d55}.pulse{width:8px;height:8px;border-radius:50%;background:#e26943;animation:pulse 1.4s infinite}.link{border:0;background:none;text-decoration:underline;margin-left:8px;color:inherit}.chat{position:fixed;top:var(--visual-viewport-top, 0px);left:50%;transform:translate(-50%);width:min(760px,100%);height:var(--visual-viewport-height, 100dvh);min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;gap:0;overflow:hidden;padding-top:max(20px,env(safe-area-inset-top));padding-bottom:max(12px,env(safe-area-inset-bottom));background:#f4efe6}.chat-header{min-width:0;padding-bottom:11px;background:#f4efe6}.chat-header-row{min-width:0;display:flex;align-items:flex-end;justify-content:space-between;gap:18px}.identity{min-width:0}.chat-header .eyebrow{margin-bottom:6px}.chat-header h1{max-width:min(520px,60vw);overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:clamp(30px,5.5vw,44px);line-height:1}.timer{min-width:112px;flex:0 0 auto;text-align:right;transition:color .2s ease,transform .2s ease}.timer strong{display:block;font:500 30px/1 DM Mono,monospace;letter-spacing:-.05em;font-variant-numeric:tabular-nums}.timer span{display:block;margin-top:5px;font-size:11px;color:#7a746a}.timer.deciding strong,.timer.urgent strong{color:#d95431}.timer.urgent{transform:translateY(-1px)}.time-progress{position:relative;height:4px;margin-top:11px;overflow:hidden;border-radius:999px;background:#20201e1a}.time-progress span{position:absolute;inset:0;border-radius:inherit;background:#20201e;transform-origin:left center;transition:transform .1s linear,background .2s ease}.chat-header.urgent .time-progress span{background:#d95431}.messages{min-height:0;display:flex;flex-direction:column;gap:9px;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:14px 2px 9px;scrollbar-width:none}.messages::-webkit-scrollbar{display:none}.empty{margin:auto;color:#938c81;text-align:center}.message{max-width:min(76%,440px);padding:10px 14px;border:1px solid rgba(32,32,30,.05);border-radius:17px;line-height:1.45;overflow-wrap:anywhere;background:#fffaf2;align-self:flex-start;box-shadow:0 1px #20201e08}.message:first-of-type{margin-top:auto}.message.mine{background:#20201e;color:#fff;border-color:#20201e;align-self:flex-end}.composer{display:flex;align-items:center;min-width:0;padding-top:9px;border-top:1px solid rgba(32,32,30,.11);background:#f4efe6}.composer-field{display:flex;align-items:center;gap:8px;flex:1;min-width:0;padding:4px 4px 4px 14px;border:1px solid rgba(32,32,30,.08);border-radius:24px;background:#fffaf2;box-shadow:0 1px 2px #20201e0a}.composer input{flex:1;min-width:0;border:0;background:transparent;padding:9px 0;outline:none;color:#20201e;font-size:16px;line-height:1.35}.composer input::placeholder{color:#9a9388}.send-button{display:inline-flex;align-items:center;justify-content:center;width:42px;height:42px;flex:0 0 42px;border:0;border-radius:50%;background:#20201e;color:#fff;font-size:20px;font-weight:600;line-height:1;transition:transform .12s ease,opacity .12s ease,background .12s ease}.send-button:active:not(:disabled){transform:scale(.94)}.send-button:disabled{cursor:default;background:#ddd6cb;color:#9b948a}.decision{text-align:center;background:#fffaf2;border:1px solid rgba(32,32,30,.06);border-radius:24px;padding:24px 20px;margin-top:10px}.decision-countdown{display:flex;justify-content:center;align-items:baseline;gap:8px;margin:0 0 16px;color:#d95431}.decision-countdown strong{font:500 38px/1 DM Mono,monospace}.decision-countdown span{font-size:13px}.decision h2{font-size:24px;letter-spacing:-.03em;margin:0 0 10px}.decision p:not(.eyebrow){color:#736d64;margin-bottom:0}.decision .waiting{justify-content:center}.choices{display:flex;justify-content:center;gap:10px;margin-top:20px}.error,.offline{padding:10px 14px;background:#ffe2d8;color:#8d3017;border-radius:10px;font-size:13px}.floating-status{position:absolute;left:24px;right:24px;bottom:max(76px,calc(62px + env(safe-area-inset-bottom)));margin:0;z-index:2}@keyframes pulse{50%{opacity:.25;transform:scale(.75)}}@media(max-width:560px){.shell{padding-left:16px;padding-right:16px}.landing{padding-top:32px;padding-bottom:24px}.chat{padding-top:max(13px,env(safe-area-inset-top));padding-bottom:max(8px,env(safe-area-inset-bottom))}.chat-header{padding-bottom:9px}.chat-header-row{gap:12px}.chat-header .eyebrow{margin-bottom:4px;font-size:9px;letter-spacing:.11em}.chat-header h1{max-width:62vw;font-size:27px;letter-spacing:-.05em}.timer{min-width:88px}.timer strong{font-size:25px}.timer span{margin-top:4px;font-size:10px}.time-progress{height:3px;margin-top:9px}.messages{gap:8px;padding:10px 0 7px}.message{max-width:84%;padding:9px 13px;border-radius:16px}.composer{padding-top:7px}.composer-field{border-radius:22px;padding-left:13px}.send-button{width:40px;height:40px;flex-basis:40px}.decision{border-radius:20px;padding:20px 16px}.decision h2{font-size:21px}.floating-status{left:16px;right:16px}}:root[data-keyboard=open] .chat{padding-top:7px;padding-bottom:5px}:root[data-keyboard=open] .chat-header{padding-bottom:6px}:root[data-keyboard=open] .chat-header-row{align-items:center}:root[data-keyboard=open] .chat-header .eyebrow{display:none}:root[data-keyboard=open] .chat-header h1{max-width:62vw;font-size:21px;letter-spacing:-.04em}:root[data-keyboard=open] .timer{min-width:86px}:root[data-keyboard=open] .timer strong{font-size:24px}:root[data-keyboard=open] .timer span{margin-top:2px;font-size:9px}:root[data-keyboard=open] .time-progress{height:3px;margin-top:6px}:root[data-keyboard=open] .messages{padding:6px 0 4px}:root[data-keyboard=open] .composer{padding-top:5px}:root[data-keyboard=open] .composer-field{padding-top:3px;padding-bottom:3px}:root[data-keyboard=open] .send-button{width:38px;height:38px;flex-basis:38px}@media(max-width:560px)and (max-height:620px){.chat{padding-top:7px;padding-bottom:5px}.chat-header{padding-bottom:6px}.chat-header .eyebrow{margin-bottom:3px;font-size:8px}.chat-header h1{font-size:21px}.timer strong{font-size:23px}.timer span{margin-top:2px;font-size:9px}.time-progress{height:3px;margin-top:6px}.messages{padding:6px 0 4px}.composer{padding-top:5px}.composer-field{padding-top:3px;padding-bottom:3px}.send-button{width:38px;height:38px;flex-basis:38px}}
