@import "https://fonts.googleapis.com/css2?family=Onest:wght@400;500;600;700&display=swap";:root{--color-background:#faf7f5;--color-background-secondary:#f2e9e3;--color-surface:#ffffff94;--color-surface-glass:#fffbf9ad;--color-text-primary:#3f352c;--color-text-secondary:#706053;--color-accent:#c1a28e;--color-accent-hover:#a98872;--color-border:#7060532e;--color-error:#9d5b55;--glass-blur:24px;--radius-chat:36px;--shadow-glass:inset 0 1px 0 #fffc,0 30px 90px #533c2b2b;--font-primary:"Onest",Arial,sans-serif}*{box-sizing:border-box}body{font-family:var(--font-primary);color:var(--color-text-primary);background:var(--color-background);margin:0}button,textarea{font:inherit}.page{background:radial-gradient(circle at 14% 18%, #f2e9e3 0, transparent 34%), radial-gradient(circle at 88% 86%, #e3d6cc 0, transparent 30%), var(--color-background);place-items:center;min-height:100svh;padding:34px 20px;display:grid;position:relative;overflow:hidden}.ambient{filter:blur(2px);opacity:.4;pointer-events:none;border-radius:50%;position:absolute}.a1{background:#e3d6cc;width:390px;height:390px;animation:18s ease-in-out infinite drift;top:-150px;right:7%}.a2{background:#f2e9e3;width:270px;height:270px;animation:22s ease-in-out infinite reverse drift;bottom:-130px;left:3%}.shell{border:1px solid var(--color-border);border-radius:var(--radius-chat);background:var(--color-surface-glass);width:min(900px,100%);height:min(790px,82svh);min-height:600px;-webkit-backdrop-filter:blur(var(--glass-blur));backdrop-filter:blur(var(--glass-blur));box-shadow:var(--shadow-glass);position:relative;overflow:hidden}.shell:before{content:"";pointer-events:none;border-radius:inherit;background:linear-gradient(125deg,#ffffff80,#0000 30%,#c1a28e14 75%,#ffffff73);position:absolute;inset:0}header{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:25px 30px;display:flex;position:relative}.brand{align-items:center;gap:11px;display:flex}.mark,.avatar{background:var(--color-text-primary);color:#fff8f3;letter-spacing:.04em;border-radius:50%;place-items:center;font-size:11px;display:grid}.mark{width:38px;height:38px;font-weight:700}.brand b{font-size:15px;display:block}.brand span{color:var(--color-text-secondary);margin-top:2px;font-size:11px;display:block}.new,.quick button,.copy{color:var(--color-text-secondary);cursor:pointer;background:0 0;border:0}.new{align-items:center;gap:7px;font-size:12px;display:flex}.quick button{border:1px solid var(--color-border);background:#ffffff59;border-radius:999px;padding:11px 15px;font-size:12px;transition:all .2s}.quick button:hover{border-color:var(--color-accent);background:#fff;transform:translateY(-1px)}.body{flex-direction:column;height:calc(100% - 89px);display:flex;position:relative}.welcome{text-align:center;max-width:760px;margin:auto;padding:30px}.orb{width:54px;height:54px;color:var(--color-accent-hover);background:linear-gradient(135deg,#fff,#e3d6cc);border-radius:20px;place-items:center;margin:0 auto 20px;display:grid;box-shadow:0 10px 30px #533c2b1f}.eyebrow{letter-spacing:.16em;color:var(--color-accent-hover);font-size:10px;font-weight:700}.welcome h1{letter-spacing:-.055em;margin:17px 0 14px;font-size:clamp(35px,5vw,59px);font-weight:500;line-height:1.07}.welcome h1 em{color:var(--color-accent-hover);font-style:normal}.sub{color:var(--color-text-secondary);max-width:390px;margin:0 auto 30px;font-size:14px;line-height:1.7}.quick{flex-wrap:nowrap;justify-content:center;gap:8px;display:flex}.messages{flex:1;padding:29px 32px 10px;overflow:auto}.user,.assistant{gap:12px;margin-bottom:23px;display:flex}.user{flex-direction:row-reverse}.avatar{background:var(--color-accent-hover);width:30px;min-width:30px;height:30px;font-size:9px}.assistant .avatar{background:var(--color-text-primary)}.message{max-width:76%}.user .message{background:#c1a28e38;border:1px solid #c1a28e33;border-radius:20px 7px 20px 20px;padding:11px 15px}.role{color:var(--color-text-secondary);margin:0 0 7px;font-size:10px}.content p{white-space:pre-wrap;margin:0 0 7px;font-size:14px;line-height:1.65}.content h3{color:var(--color-text-primary);margin:16px 0 8px;font-size:15px;line-height:1.45}.content ul{margin:8px 0 12px;padding-left:20px}.content li{margin:4px 0;font-size:14px;line-height:1.65}.copy{opacity:.75;align-items:center;gap:5px;margin-top:9px;font-size:11px;display:flex}.sources{border-top:1px solid var(--color-border);max-width:420px;margin-top:14px;padding-top:9px}.sources summary{cursor:pointer;color:var(--color-text-secondary);align-items:center;gap:5px;font-size:11px;list-style:none;display:flex}.sources summary::-webkit-details-marker{display:none}.sources a{color:var(--color-text-primary);border-bottom:1px solid var(--color-border);padding:9px 0;font-size:11px;text-decoration:none;display:block}.sources small{color:var(--color-text-secondary);text-overflow:ellipsis;white-space:nowrap;margin-top:3px;display:block;overflow:hidden}.thinking{color:var(--color-text-secondary);align-items:center;gap:12px;margin:12px 0 18px;font-size:12px;display:flex}.thinking i{background:var(--color-accent);border-radius:50%;width:4px;height:4px;margin-left:4px;animation:1s infinite alternate breathe;display:inline-block}.thinking i:nth-child(2){animation-delay:.2s}.thinking i:nth-child(3){animation-delay:.4s}.error{color:var(--color-error);background:#9d5b551a;border-radius:12px;align-items:center;gap:8px;margin:0 30px 10px;padding:11px 14px;font-size:12px;display:flex}.composer{isolation:isolate;border:1px solid var(--color-border);background:#ffffff8c;border-radius:22px;margin:0 25px 24px;padding:12px 13px 31px;position:relative;box-shadow:inset 0 1px 8px #7060530a}.composer:before{content:"";z-index:0;border-radius:inherit;-webkit-mask-composite:xor;pointer-events:none;background:linear-gradient(115deg,#0000 8%,#c1a28ee6 28%,#fff 50%,#c1a28ef2 72%,#0000 92%) 0 0/220% 100%;padding:1px;animation:5s linear infinite inputGlow;position:absolute;inset:-1px;-webkit-mask-image:linear-gradient(#000 0 0),linear-gradient(#000 0 0);-webkit-mask-position:0 0,0 0;-webkit-mask-size:auto,auto;-webkit-mask-repeat:repeat,repeat;-webkit-mask-clip:content-box,border-box;-webkit-mask-origin:content-box,border-box;-webkit-mask-composite:xor;mask-composite:exclude;-webkit-mask-source-type:auto,auto;mask-mode:match-source,match-source}.composer:after{content:"";z-index:0;border-radius:inherit;pointer-events:none;position:absolute;inset:0;box-shadow:0 0 22px #c1a28e29,inset 0 0 18px #ffffff8c}textarea{z-index:1;resize:none;width:calc(100% - 48px);min-height:25px;max-height:120px;color:var(--color-text-primary);background:0 0;border:0;outline:0;padding:3px 5px;font-size:14px;line-height:1.5;position:relative}textarea::placeholder{color:#9d8d82}.send{z-index:2;background:var(--color-text-primary);color:#fff;cursor:pointer;border:0;border-radius:50%;place-items:center;width:35px;height:35px;display:grid;position:absolute;top:50%;right:11px;transform:translateY(-50%)}.send:disabled{opacity:.3;cursor:not-allowed}.composer small{color:#a59489;font-size:10px;position:absolute;bottom:9px;left:18px}@keyframes drift{50%{transform:translate(25px,20px)scale(1.05)}}@keyframes breathe{to{opacity:.25;transform:translateY(-2px)}}@keyframes inputGlow{to{background-position:-220% 0}}@media (width<=600px){.page{place-items:stretch stretch;padding:0}.shell{border:0;border-radius:0;width:100%;height:100svh;min-height:0}.shell:before{border-radius:0}header{padding:18px}.new{font-size:11px}.body{height:calc(100% - 75px)}.welcome{padding:20px}.welcome h1{font-size:40px}.messages{padding:24px 18px 8px}.message{max-width:88%}.composer{margin:0 13px max(12px, env(safe-area-inset-bottom))}.composer small{display:none}.content p{font-size:14px}}@media (width<=1100px){.page{place-items:stretch stretch;padding:0}.shell{border-left:0;border-right:0;border-radius:0;width:100%;height:100dvh;min-height:0}.body{flex:auto;min-width:0;height:auto;min-height:0;position:relative;overflow:hidden}header{padding:22px 32px}.mark{width:48px;height:48px;font-size:13px}.brand{gap:13px}.brand b{font-size:17px}.brand span{font-size:13px}.welcome{max-width:760px;padding:24px}.welcome h1{margin-top:15px;margin-bottom:13px;font-size:clamp(42px,5.5vw,54px)}.sub{margin-bottom:24px;font-size:15px}.orb{width:54px;height:54px;margin-bottom:16px}.eyebrow{font-size:10px}.quick{grid-template-columns:1fr 1fr;max-width:760px;display:grid}.quick button{width:100%;min-width:0;padding:11px 14px;font-size:12px}.quick button:first-child,.quick button:nth-child(2){grid-column:1/-1}.welcome{flex-direction:column;justify-content:center;min-height:0;margin:0 auto;padding-bottom:0;display:flex}.composer{left:max(16px,5vw);right:max(16px,5vw);bottom:max(18px, env(safe-area-inset-bottom));z-index:20;width:auto;margin:0;position:fixed}.composer textarea{font-size:16px}}@media (prefers-reduced-motion:reduce){*,:before,:after{transition-duration:.01ms!important;animation-duration:.01ms!important}.composer:before{animation:none}}@media (width<=600px){header{gap:12px}.brand{min-width:0}.new{white-space:nowrap;flex-shrink:0}.new span{display:none}.welcome{width:100%;overflow:hidden}.welcome h1{letter-spacing:-.06em;font-size:clamp(30px,8.5vw,36px)}.welcome h1 em{white-space:normal}.sub{font-size:13px}.quick{grid-template-columns:1fr 1fr;max-width:100%;display:grid;overflow:hidden}.quick button{white-space:normal;overflow-wrap:anywhere;width:100%;min-width:0;max-width:100%;padding-inline:8px;font-size:11px}.quick button:nth-child(2){grid-column:1/-1}}
