.chat-demo{width:100%}.chat-demo__frame{position:relative;border-radius:2.5rem;padding:.5rem;background:linear-gradient(145deg,#3a3a3a,#1a1a1a,#2a2a2a);box-shadow:0 0 0 1px #ffffff14,0 24px 80px #00000059,0 8px 24px #0003}.chat-demo__screen{background:#000;border-radius:2.125rem;overflow:hidden;display:flex;flex-direction:column;height:min(680px,78vh);min-height:520px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Inter,sans-serif}.chat-header{display:flex;align-items:center;justify-content:space-between;padding:.875rem 1rem;flex-shrink:0}.chat-header__menu{display:flex;flex-direction:column;gap:5px;padding:4px}.chat-header__menu span{display:block;height:2px;background:#fff;border-radius:1px}.chat-header__menu span:first-child{width:18px}.chat-header__menu span:last-child{width:14px}.chat-header__dots{display:flex;gap:3px;padding:4px}.chat-header__dots span{width:4px;height:4px;background:#fff;border-radius:50%}.chat-demo__messages{flex:1;overflow-y:auto;overflow-x:hidden;padding:.5rem 1rem 1rem;display:flex;flex-direction:column;gap:1rem;scroll-behavior:smooth;scrollbar-width:none}.chat-demo__messages::-webkit-scrollbar{display:none}.chat-demo__suggestions{margin-top:auto;display:flex;flex-direction:column;gap:.875rem;padding-bottom:.5rem}.suggestion{display:flex;align-items:center;gap:.75rem;color:#ececec;font-size:.9375rem}.suggestion svg{opacity:.85;flex-shrink:0}.msg--user{display:flex;flex-direction:column;align-items:flex-end;gap:.375rem;animation:msg-in .35s ease-out}.msg__bubble{background:#2f2f2f;color:#fff;padding:.625rem 1rem;border-radius:1.25rem;max-width:88%;font-size:.9375rem;line-height:1.45;text-align:left}.msg__actions{display:flex;gap:.625rem;color:#666;padding-right:.25rem}.msg--assistant{animation:msg-in .3s ease-out}.msg--assistant p{color:#ececec;font-size:.9375rem;line-height:1.55;max-width:95%}.msg--thought{display:flex;align-items:center;gap:.25rem;color:#666;font-size:.8125rem;animation:msg-in .25s ease-out}.msg--thought svg{opacity:.6}.msg--memory{animation:msg-in .35s ease-out}.memory-card{display:flex;flex-direction:column;gap:.25rem;background:#1a1a1a;border:1px solid #333;border-radius:.875rem;padding:.75rem 1rem;max-width:90%}.memory-card__label{font-size:.75rem;color:#888;text-transform:capitalize}.memory-card__text{font-size:.875rem;color:#ececec;line-height:1.4}.msg--order{animation:msg-in .35s ease-out}.order-card{display:flex;flex-direction:column;gap:.75rem;background:#1a1a1a;border:1px solid #333;border-radius:.875rem;padding:.875rem 1rem;max-width:92%}.order-card__label{font-size:.75rem;color:#888;text-transform:capitalize}.order-card__details{display:flex;flex-direction:column;gap:.5rem;margin:0}.order-card__row{display:grid;grid-template-columns:5.5rem 1fr;gap:.5rem;align-items:baseline}.order-card__row dt{font-size:.75rem;color:#666;margin:0}.order-card__row dd{font-size:.875rem;color:#ececec;line-height:1.35;margin:0}.order-card__payment{display:flex;align-items:center;gap:.5rem}.order-card__approve{display:flex;align-items:center;justify-content:center;gap:.375rem;width:100%;padding:.625rem 1rem;border-radius:999px;background:#fff;color:#000;font-size:.875rem;font-weight:500;transition:background .2s,color .2s,transform .15s}.order-card__approve--pressing{transform:scale(.97);background:#d4d4d4}.order-card__approve--approved{background:#1a3d2a;color:#4ade80;border:1px solid #2d5a3d;transform:scale(1)}.msg--status{display:flex;align-items:center;gap:.5rem;color:#888;font-size:.8125rem;animation:msg-in .3s ease-out}.status-dot{width:6px;height:6px;border-radius:50%;background:#4ade80;flex-shrink:0;animation:pulse-dot 2s ease-in-out infinite}.status-indicator{display:flex;align-items:center;gap:.625rem;color:#888;font-size:.875rem;animation:msg-in .25s ease-out}.status-indicator--researching,.status-indicator--thinking,.status-indicator--placing{color:#999}.spinner-icon{animation:spin 1.2s linear infinite;flex-shrink:0}.spinner-icon--fast{animation-duration:.8s}.chat-input{padding:0 .75rem .5rem;flex-shrink:0}.chat-input__box{background:#2f2f2f;border-radius:1.5rem;padding:.75rem .875rem .625rem}.chat-input__field{min-height:1.5rem;margin-bottom:.625rem}.chat-input__text{color:#fff;font-size:.9375rem}.chat-input__cursor{display:inline-block;width:2px;height:1em;background:#fff;margin-left:1px;vertical-align:text-bottom;animation:blink 1s step-end infinite}.chat-input__placeholder{color:#888;font-size:.9375rem}.chat-input__controls{display:flex;align-items:center;justify-content:space-between}.chat-input__plus{width:2rem;height:2rem;border-radius:50%;border:1px solid #555;display:flex;align-items:center;justify-content:center;color:#ccc}.chat-input__send{width:2.25rem;height:2.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:background .15s,color .15s}.chat-input__send--active{background:#fff;color:#000}.chat-input__send--disabled{background:#4a4a4a;color:#666}@keyframes msg-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes blink{50%{opacity:0}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes pulse-dot{0%,to{opacity:1}50%{opacity:.4}}@media (max-width: 480px){.chat-demo__frame{border-radius:1.75rem;padding:.375rem}.chat-demo__screen{border-radius:1.5rem;height:min(620px,72vh);min-height:480px}}@media (min-width: 768px){.chat-demo__screen{height:680px}}.landing{position:relative;min-height:100vh;min-height:100dvh}.landing__gradient{position:fixed;top:0;right:0;bottom:0;left:0;z-index:0;background:radial-gradient(ellipse 80% 60% at 50% 0%,rgba(180,200,255,.55) 0%,transparent 60%),radial-gradient(ellipse 60% 50% at 80% 20%,rgba(200,180,255,.35) 0%,transparent 55%),radial-gradient(ellipse 50% 40% at 20% 30%,rgba(180,220,255,.4) 0%,transparent 50%),linear-gradient(180deg,#eef2ff,#f8f9fc 40%,#fff);pointer-events:none}.landing__header{position:relative;z-index:10;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem;max-width:1200px;margin:0 auto}.landing__logo{font-size:1.125rem;font-weight:600;letter-spacing:-.02em}.landing__header-actions{display:flex;gap:.75rem}.landing__icon-btn{display:flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border-radius:.5rem;color:#0d0d0d;transition:background .15s}.landing__icon-btn:hover{background:#0000000d}.landing__main{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;padding:0 1.25rem 4rem;max-width:1200px;margin:0 auto}.landing__hero{text-align:center;padding:1.5rem 0 2rem}.landing__app-icon{width:5rem;height:5rem;margin:0 auto 1.5rem;background:#fff;border-radius:1.25rem;box-shadow:0 0 0 1px #0000000a,0 8px 32px #6478c826;display:flex;align-items:center;justify-content:center;padding:.75rem}.landing__app-icon svg{width:100%;height:100%}.landing__title{font-size:clamp(2.5rem,8vw,4rem);font-weight:600;letter-spacing:-.03em;line-height:1.05;margin-bottom:.75rem}.landing__subtitle{font-size:clamp(1rem,2.5vw,1.25rem);color:#444;max-width:32rem;margin:0 auto;line-height:1.5}.landing__hero-cta{margin-top:1.5rem}.landing__demo-wrap{width:100%;max-width:420px;margin:0 auto 2.5rem}.landing__btn{display:inline-flex;align-items:center;justify-content:center;padding:.75rem 1.5rem;border-radius:999px;font-size:.9375rem;font-weight:500;transition:opacity .15s,transform .15s}.landing__btn:hover{opacity:.85;transform:translateY(-1px)}.landing__btn--primary{background:#0d0d0d;color:#fff}@media (min-width: 768px){.landing__header{padding:1.5rem 2rem}.landing__main{padding:0 2rem 5rem}.landing__hero{padding:2rem 0 2.5rem}.landing__demo-wrap{max-width:390px}}@media (min-width: 1024px){.landing__demo-wrap{max-width:400px}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#0d0d0d;background:#fff;overflow-x:hidden}button{font:inherit;border:none;background:none;cursor:pointer}a{color:inherit;text-decoration:none}
