:root{font-family:Microsoft YaHei,PingFang SC,sans-serif;color:#333;background:linear-gradient(180deg,#fff5f8,#f5f7fa);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-top: env(safe-area-inset-top, 0px);--app-max-width: 460px;--page-px: 12px;--nav-base-height: 64px;--chat-bubble-max: 74%;--chat-input-height: 52px;--chat-font-size: 14px}*{box-sizing:border-box}body{margin:0;background:linear-gradient(180deg,#fff5f8,#f5f7fa);min-height:100dvh;-webkit-tap-highlight-color:transparent}a{color:inherit;text-decoration:none}.app-shell{max-width:var(--app-max-width);margin:0 auto;min-height:100dvh;padding-top:var(--safe-top)}.page{max-width:var(--app-max-width);margin:0 auto;padding:14px var(--page-px) calc(90px + var(--safe-bottom));animation:fadeIn .24s ease}.card{background:#fff;border-radius:18px;border:1px solid #ffe0e6;box-shadow:0 8px 18px #ff9aa221;padding:16px;margin-bottom:12px}.card h1,.card h2,.card h3,.card p{margin:0}.card p+p,.card h1+p,.card h2+p,.card h3+p{margin-top:8px}.hero{background:linear-gradient(135deg,#ff9aa2,#ffd0d9);color:#fff;overflow:hidden;position:relative}.hero:after{content:"";position:absolute;width:180px;height:180px;border-radius:50%;right:-60px;top:-70px;background:#ffffff3d}.row{display:flex;gap:10px;align-items:center}.stack{display:grid;gap:8px}input,textarea,button{font:inherit}input,textarea{width:100%;border:1px solid #ffd0d9;border-radius:12px;padding:11px 12px;background:#fff;font-size:16px}input:focus,textarea:focus{outline:none;border-color:#ff9aa2;box-shadow:0 0 0 3px #ff9aa229}textarea{min-height:68px;resize:none}button{border:0;border-radius:12px;padding:10px 14px;cursor:pointer;transition:all .2s ease}button:hover{transform:translateY(-1px)}button:active{transform:scale(.98)}.primary{background:linear-gradient(135deg,#ff9aa2,#ffb3ba);color:#fff;box-shadow:0 6px 14px #ff9aa24d}.ghost{background:linear-gradient(135deg,#fff5f8,#ffe0e6);color:#ff6b9d}.danger{background:linear-gradient(135deg,#ffebef,#ffd5df);color:#d6336c}.full{width:100%}.list{display:grid;gap:10px}.bottom-nav{position:fixed;max-width:var(--app-max-width);margin:0 auto;left:0;right:0;bottom:0;display:grid;grid-template-columns:repeat(4,1fr);background:#fff;border-top:1px solid #ffd0d9;box-shadow:0 -6px 20px #ff9aa224;border-top-left-radius:16px;border-top-right-radius:16px;height:calc(var(--nav-base-height) + var(--safe-bottom));padding-bottom:var(--safe-bottom);z-index:10}.bottom-nav .nav-link{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:3px;padding:7px 6px;color:#777;font-size:11px}.nav-icon{width:20px;height:20px}.nav-icon.active{display:none}.bottom-nav .router-link-active{color:#ff6b9d;font-weight:700}.bottom-nav .router-link-active .nav-icon.default{display:none}.bottom-nav .router-link-active .nav-icon.active{display:block}.mode-item{text-align:left;border:1px solid #ffe3e9;border-radius:18px;transition:transform .2s ease,box-shadow .2s ease;position:relative;overflow:hidden}.mode-item:hover{transform:translateY(-2px);box-shadow:0 14px 28px #ff9aa233}.mode-item:after{content:"";position:absolute;right:-14px;top:-18px;width:62px;height:62px;border-radius:50%;background:#ff9aa21f}.mode-title{font-weight:700;margin-bottom:4px}.mode-title-row{display:flex;justify-content:space-between;align-items:center}.mode-arrow{color:#ff8aa0;font-size:24px;font-weight:700}.mode-desc{color:#666}.mode-tag{display:inline-block;margin-top:8px;font-size:12px;color:#ff6b9d;background:linear-gradient(135deg,#fff5f8,#ffe0e6);border:1px solid #ffd0d9;border-radius:12px;padding:4px 8px}.chat-page{height:100dvh;display:grid;grid-template-rows:auto 1fr auto;padding-bottom:calc(8px + var(--safe-bottom));max-width:var(--app-max-width)}.chat-header{display:flex;justify-content:space-between;align-items:center;gap:10px;background:#fff;border-radius:16px;border:1px solid #ffe0e6;padding:8px 10px;margin-bottom:6px}.chat-title{font-size:15px;max-width:180px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.back-btn{padding:8px 12px;font-weight:600}.chat-status{color:#ff6b9d;font-size:12px;background:#fff0f4;border:1px solid #ffd0d9;border-radius:999px;padding:2px 8px}.chat-list{overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;padding:14px 8px;border-radius:16px;background:linear-gradient(180deg,#ffffff73,#ffffffb3);border:1px solid #ffe7ec}.msg{display:flex;margin-bottom:12px;align-items:flex-end;gap:8px}.msg.user{justify-content:flex-end}.msg.assistant{justify-content:flex-start}.bubble{max-width:var(--chat-bubble-max);border-radius:16px;padding:11px 14px;line-height:1.75;box-shadow:0 4px 10px #ff9aa21f;white-space:pre-wrap;word-break:break-word;font-size:var(--chat-font-size)}.msg.user .bubble{background:linear-gradient(135deg,#ff9aa2,#ffb3ba);color:#fff;border-bottom-right-radius:6px}.msg.assistant .bubble{background:#fff;border:1px solid #ffe0e6;border-bottom-left-radius:6px}.chat-input{display:grid;grid-template-columns:1fr 88px;gap:10px;padding:8px;background:#fff;border-radius:16px;border:1px solid #ffe0e6;margin-top:6px;position:sticky;bottom:0;z-index:2}.chat-input textarea{min-height:var(--chat-input-height);max-height:132px;border-radius:14px;background:linear-gradient(135deg,#fff5f8,#ffeef2);font-size:16px;padding:10px 12px}.send-btn{border-radius:14px;font-weight:700;height:var(--chat-input-height);min-width:72px}.msg-avatar{width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:16px;flex:0 0 30px;border:1px solid #ffd8e0}.msg-avatar.ai{background:#fff}.msg-avatar.user{background:linear-gradient(135deg,#ff9aa2,#ffb3ba)}.thinking{display:inline-flex;align-items:center;gap:6px;color:#ff6b9d;background:#fff5f8;border:1px solid #ffd0d9;border-radius:999px;padding:6px 10px}.thinking .dot{width:6px;height:6px;border-radius:50%;background:#ff9aa2;animation:pulse 1.2s infinite ease-in-out}.thinking .dot:nth-child(2){animation-delay:.2s}.thinking .dot:nth-child(3){animation-delay:.4s}.history-item .history-head,.history-item .history-actions{display:flex;justify-content:space-between;align-items:center;gap:10px}.time-chip{background:#fff5f8;border:1px solid #ffd0d9;border-radius:999px;padding:2px 8px;color:#ff6b9d;font-size:12px}.menu-item{text-align:left;font-weight:600;display:flex;justify-content:space-between;align-items:center;padding:14px 12px;border-radius:16px;border:1px solid #ffe3e9}.menu-item span{color:#ff8aa0;font-size:20px}.hint{text-align:center;color:#777;margin:10px 0}.clamp{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.home-hero{text-align:center}.hero-badge{display:inline-block;background:#ffffff40;border:1px solid rgba(255,255,255,.6);border-radius:999px;padding:4px 10px;margin-bottom:8px;font-size:12px}.hero-icons{margin-top:8px;letter-spacing:2px;font-size:18px}.quick-card h3{margin-top:0;margin-bottom:10px}.shortcuts{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.shortcut{background:linear-gradient(135deg,#fff5f8,#ffe0e6);border:1px solid #ffd0d9;color:#ff6b9d;font-weight:700;border-radius:14px;min-height:56px;font-size:14px}.cute-tip{text-align:center;color:#ff6b9d;background:linear-gradient(135deg,#fff5f8,#ffe0e6)}.empty-history{text-align:center}.empty-history p{color:#777}.profile-hero{text-align:center}.avatar-circle{width:64px;height:64px;border-radius:50%;margin:0 auto 10px;background:#ffffff4d;border:2px solid rgba(255,255,255,.7);display:flex;align-items:center;justify-content:center;font-size:28px}.login-card{max-width:460px;margin:20px auto}.login-top-icon{font-size:44px;text-align:center;margin-bottom:6px}.simple-content{display:grid;gap:12px}.mode-head-tip{color:#ff6b9d;background:linear-gradient(135deg,#fff5f8,#ffe0e6)}.history-item{transition:transform .2s ease,box-shadow .2s ease}.history-item:hover{transform:translateY(-1px);box-shadow:0 12px 24px #ff9aa22e}@keyframes pulse{0%,80%,to{transform:scale(.7);opacity:.6}40%{transform:scale(1);opacity:1}}@keyframes fadeIn{0%{opacity:.75;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@media(max-width:680px){:root{--app-max-width: 460px;--page-px: 10px;--nav-base-height: 63px;--chat-bubble-max: 76%}.page{padding:12px 10px calc(88px + var(--safe-bottom))}.card{border-radius:16px;padding:14px}.shortcuts{grid-template-columns:1fr}.chat-input{grid-template-columns:1fr 78px}}@media(max-width:390px){:root{--app-max-width: 390px;--page-px: 10px;--nav-base-height: 62px;--chat-bubble-max: 78%;--chat-input-height: 50px;--chat-font-size: 13px}.page{padding:12px 10px calc(86px + var(--safe-bottom))}.card{padding:13px;border-radius:15px}.bottom-nav .nav-link{font-size:10px;gap:2px;padding:6px 4px}.nav-icon{width:19px;height:19px}.chat-title{font-size:14px;max-width:150px}.chat-status{font-size:11px;padding:2px 7px}.bubble{line-height:1.7;padding:10px 12px}.msg-avatar{width:28px;height:28px;flex-basis:28px;font-size:14px}.chat-input{grid-template-columns:1fr 74px;gap:8px;padding:7px}.chat-input textarea{font-size:16px}.send-btn{min-width:68px;font-size:14px}.menu-item{padding:12px 10px;font-size:14px}}@media(min-width:391px)and (max-width:430px){:root{--app-max-width: 430px;--page-px: 11px;--nav-base-height: 64px;--chat-bubble-max: 76%;--chat-input-height: 52px;--chat-font-size: 14px}.page{padding-left:11px;padding-right:11px}.chat-title{max-width:170px}.chat-input{grid-template-columns:1fr 80px}}@media(min-width:431px){:root{--app-max-width: 460px;--page-px: 12px;--nav-base-height: 64px;--chat-bubble-max: 74%;--chat-input-height: 52px;--chat-font-size: 14px}}@media(max-height:740px){.chat-page{grid-template-rows:auto minmax(0,1fr) auto}.chat-list{padding-top:10px;padding-bottom:10px}.chat-input textarea{max-height:110px}}@media(hover:none)and (pointer:coarse){button:hover,.mode-item:hover,.history-item:hover{transform:none;box-shadow:inherit}.nav-link{min-height:44px}}
