:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#fff7ed;color:#302a25}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(circle at top left,rgba(217,121,91,.18),transparent 34%),linear-gradient(180deg,#fff7ed,#f8eee3)}button,input{font:inherit}.app-shell{min-height:100vh;width:min(100%,520px);margin:0 auto;padding:24px 18px;display:flex}.entry-view,.chat-view{width:100%}.entry-view{display:flex;flex-direction:column;justify-content:center;min-height:calc(100vh - 48px)}.eyebrow{margin:0 0 10px;color:#9a7765;font-size:13px;font-weight:700;letter-spacing:0}h1{margin:0;color:#302a25;font-size:34px;line-height:1.12;letter-spacing:0}.subtitle{margin:12px 0 24px;color:#7d6858;line-height:1.6}.recommend-card,.persona-card,.ghost-button,.composer button{border:0;cursor:pointer}.recommend-card{width:100%;min-height:180px;padding:24px;border-radius:26px;background:#d9795b;color:#fffdf9;text-align:left;box-shadow:0 18px 44px #8e513e38}.recommend-label,.recommend-copy,.recommend-title{display:block}.recommend-label{font-size:13px;opacity:.78}.recommend-title{margin-top:30px;font-size:28px;font-weight:800;letter-spacing:0}.recommend-copy{margin-top:8px;line-height:1.5}.persona-grid{display:grid;gap:10px;margin-top:16px}.persona-card{display:flex;align-items:center;gap:12px;width:100%;padding:14px;border:1px solid #ead8c9;border-radius:18px;background:#fffdf9db;color:#3d332b;text-align:left}.persona-dot{width:36px;height:36px;flex:0 0 36px;border-radius:50%}.persona-card strong,.persona-card small{display:block}.persona-card small{margin-top:3px;color:#806b5a;line-height:1.4}.soft-status,.soft-error{margin:16px 0 0;color:#8a6b5a;line-height:1.5}.soft-error{color:#a84d3a}.chat-view{min-height:calc(100vh - 48px);display:grid;grid-template-rows:auto 1fr auto auto;gap:14px}.chat-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding-top:8px}.chat-header h1{font-size:22px}.ghost-button{min-width:72px;min-height:40px;border-radius:999px;background:#fffdf9b8;color:#7b5f4e}.message-list{overflow-y:auto;padding:16px 2px}.empty-message{margin:30vh 0 0;color:#8a7464;text-align:center}.message{width:fit-content;max-width:min(82%,380px);margin:10px 0;padding:12px 14px;border-radius:18px;line-height:1.55;white-space:pre-wrap}.message-user{margin-left:auto;border-bottom-right-radius:6px;background:#d9795b;color:#fffdf9}.message-assistant{border-bottom-left-radius:6px;background:#fffdf9eb;color:#332b24;box-shadow:0 8px 22px #58412f14}.pending{color:#8a7464}.chat-error{margin:0}.composer{display:flex;gap:10px;padding:8px;border:1px solid #ead8c9;border-radius:999px;background:#fffdf9f2;box-shadow:0 16px 38px #543c2a1f}.composer input{min-width:0;flex:1;border:0;outline:0;padding:0 10px;background:transparent;color:#302a25}.composer button{min-width:64px;min-height:40px;border-radius:999px;background:#302a25;color:#fffdf9}.composer button:disabled{cursor:default;opacity:.42}@media(min-width:760px){.app-shell{width:min(100%,560px);padding:36px 22px}.entry-view,.chat-view{min-height:calc(100vh - 72px)}}
