:root{--ink:#344255;--muted:#7b8796;--blue:#83b9de;--blue-deep:#609bc8;--pink:#ef9fb2;--line:rgba(255,255,255,.72);--glass:rgba(244,249,253,.58);--shadow:0 18px 48px rgba(72,109,136,.16),inset 0 1px 0 rgba(255,255,255,.92)}*{box-sizing:border-box}body{margin:0;min-height:100vh;font-family:Inter,"PingFang SC","Microsoft YaHei",sans-serif;color:var(--ink);background:#dcebf5}button,input{font:inherit;color:inherit}.app-shell{position:relative;width:min(100%,430px);height:100dvh;min-height:720px;margin:auto;overflow:hidden;background:radial-gradient(circle at 90% 4%,rgba(255,197,213,.34),transparent 23%),radial-gradient(circle at 0 38%,rgba(153,207,239,.48),transparent 32%),linear-gradient(155deg,#f7fbfe 0%,#e5f1f8 48%,#d8e9f4 100%)}.app-shell:before{content:"";position:absolute;inset:0;opacity:.24;pointer-events:none;background-image:radial-gradient(rgba(255,255,255,.9) 1px,transparent 1px);background-size:18px 18px}.ambient{position:absolute;border-radius:50%;filter:blur(16px);opacity:.55}.ambient-one{width:180px;height:180px;background:#fff;right:-80px;top:170px}.ambient-two{width:150px;height:150px;background:#b9dbef;left:-80px;bottom:90px}.page{display:none;position:relative;height:100%;overflow-y:auto;padding:42px 20px 120px;scrollbar-width:none}.page::-webkit-scrollbar{display:none}.page.active{display:block;animation:fade .35s ease}@keyframes fade{from{opacity:0;transform:translateY(6px)}to{opacity:1;transform:none}}.page-header{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:22px;padding:0 4px}.page-header.compact{align-items:center}.eyebrow{margin:0 0 6px;font-size:10px;font-weight:700;letter-spacing:.18em;color:var(--blue-deep)}h1{font-size:33px;letter-spacing:-.04em;margin:0 0 4px}h2,h3,p{margin-top:0}.subtle{color:var(--muted);font-size:14px;margin:0}.glass{background:var(--glass);border:1px solid var(--line);box-shadow:var(--shadow);backdrop-filter:blur(24px) saturate(120%);-webkit-backdrop-filter:blur(24px) saturate(120%)}button{cursor:pointer}.icon-button{width:42px;height:42px;border-radius:15px;border:1px solid rgba(255,255,255,.8);background:rgba(255,255,255,.48);box-shadow:var(--shadow);font-size:20px}.hero-card{padding:25px 20px 23px;border-radius:30px;text-align:center}.companions{display:flex;justify-content:center;align-items:center;gap:14px;margin-bottom:17px}.avatar{display:grid;place-items:center;flex:none;width:58px;height:58px;border-radius:50%;border:3px solid rgba(255,255,255,.76);background:linear-gradient(145deg,#d8effc,#8cc2e5);box-shadow:0 8px 20px rgba(85,135,170,.22);font-weight:700;color:white}.avatar-pink{background:linear-gradient(145deg,#ffdce5,#e9a5b8)}.bond-line{display:grid;grid-template-columns:1fr auto 1fr;align-items:center;width:92px}.bond-line i{grid-column:1/-1;height:1px;background:linear-gradient(90deg,transparent,#aebdca,transparent)}.bond-line b{grid-column:2;grid-row:1;background:#eff6fa;padding:0 8px;font-size:14px}.bond-line small{grid-column:1/-1;font-size:9px;color:var(--muted);margin-top:6px;letter-spacing:.06em}.hero-card h2{font-size:19px;margin-bottom:8px}.hero-card p{font-size:12px;color:var(--muted);margin:0}.card-grid{display:grid;grid-template-columns:1.1fr .9fr;gap:12px;margin:12px 0}.mini-card{min-height:160px;border-radius:25px;padding:19px;display:flex;flex-direction:column}.card-label{font-size:10px;font-weight:700;letter-spacing:.13em;color:var(--muted)}.mini-card strong{font-size:15px;margin-top:12px}.mini-card strong em{font-style:normal;font-size:35px;color:var(--pink)}.mini-card small{font-size:10px;color:var(--muted);margin-top:auto}.progress{height:5px;border-radius:4px;background:rgba(138,168,189,.15);margin:8px 0}.progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--pink),#f5c4ce)}.music-card{background:linear-gradient(145deg,rgba(250,239,244,.63),rgba(240,247,252,.56))}.play-button{align-self:flex-start;margin-top:auto;border:0;border-radius:99px;background:#4d5560;color:white;padding:8px 12px;font-size:11px}.play-button.playing{background:var(--pink)}.tasks-card{border-radius:29px;padding:21px 17px 16px}.section-title{display:flex;align-items:center;justify-content:space-between;margin:0 3px 15px}.section-title h2{font-size:19px;margin:4px 0 0}.count{padding:7px 11px;background:rgba(255,255,255,.66);border-radius:99px;font-size:11px;color:var(--muted)}.task-list{display:grid;gap:8px}.task{display:flex;align-items:center;gap:11px;padding:12px 13px;border:1px solid rgba(255,255,255,.72);border-radius:15px;background:rgba(255,255,255,.52);font-size:13px}.task input{display:none}.checkmark{width:20px;height:20px;border:1.5px solid #b8c6d1;border-radius:7px;display:grid;place-items:center;color:white}.task input:checked+.checkmark{background:var(--pink);border-color:var(--pink)}.task input:checked+.checkmark:after{content:"✓";font-size:12px}.task input:checked~span:last-child{text-decoration:line-through;color:#a3adb7}.add-task{display:flex;margin-top:11px;border-top:1px solid rgba(145,165,180,.22);padding-top:11px}.add-task input{min-width:0;flex:1;border:0;outline:0;background:transparent;padding:8px;font-size:13px}.add-task button{border:0;width:38px;height:38px;border-radius:50%;color:white;background:#4c5967;font-size:20px}.bottom-nav{position:absolute;z-index:10;display:grid;grid-template-columns:repeat(4,1fr);bottom:12px;left:15px;right:15px;height:78px;border-radius:27px;background:rgba(248,251,253,.76)}.bottom-nav button{position:relative;border:0;background:transparent;color:#7b8795}.bottom-nav span{display:block;font-size:22px;height:31px}.bottom-nav small{font-size:10px}.bottom-nav button.active{color:var(--blue-deep)}.bottom-nav button.active:after{content:"";position:absolute;bottom:7px;left:36%;right:36%;height:3px;border-radius:3px;background:linear-gradient(90deg,var(--blue),var(--pink))}.nav-dot{position:absolute;width:6px;height:6px;background:var(--pink);border-radius:50%;top:15px;right:25px}.online{font-size:11px;color:var(--muted)}.online i{display:inline-block;width:7px;height:7px;border-radius:50%;background:#91cbaa;margin-right:5px}.chat-profile{display:flex;align-items:center;gap:13px;border-radius:23px;padding:14px}.chat-profile .avatar{width:45px;height:45px}.chat-profile strong{font-size:14px}.chat-profile p{font-size:11px;color:var(--muted);margin:3px 0 0}.conversation{display:flex;flex-direction:column;gap:12px;padding:26px 4px 120px}.message{max-width:79%;padding:13px 15px;border-radius:18px;font-size:13px;line-height:1.55;box-shadow:0 9px 24px rgba(81,112,133,.09)}.incoming{align-self:flex-start;background:rgba(255,255,255,.7);border-bottom-left-radius:5px}.outgoing{align-self:flex-end;background:linear-gradient(135deg,#a9d2eb,#cee6f5);border-bottom-right-radius:5px}.composer{position:absolute;z-index:4;bottom:103px;left:20px;right:20px;height:58px;border-radius:22px;display:flex;align-items:center;padding:8px}.composer input{flex:1;min-width:0;border:0;outline:0;background:transparent;padding:8px;font-size:13px}.bare{border:0;background:transparent;font-size:22px}.send{width:38px;height:38px;border:0;border-radius:14px;color:white;background:linear-gradient(145deg,var(--blue),var(--blue-deep));font-size:19px}.calendar-card{border-radius:28px;padding:20px}.calendar-heading{display:flex;justify-content:space-between;align-items:center}.calendar-heading h2{font-size:22px;margin:3px 0 15px}.text-button{border:0;background:rgba(255,255,255,.62);border-radius:99px;padding:8px 12px;font-size:11px}.week,.calendar{display:grid;grid-template-columns:repeat(7,1fr);text-align:center}.week span{font-size:9px;color:var(--muted);padding-bottom:8px}.calendar button{position:relative;border:0;background:transparent;height:34px;border-radius:12px;font-size:11px}.calendar button.has-note:after{content:"";position:absolute;width:4px;height:4px;border-radius:50%;background:var(--pink);bottom:3px;left:calc(50% - 2px)}.calendar button.selected{background:var(--blue);color:white}.memory-tabs{display:flex;gap:8px;margin:14px 2px}.memory-tabs button{border:1px solid rgba(255,255,255,.7);background:rgba(255,255,255,.42);border-radius:99px;padding:8px 15px;font-size:11px}.memory-tabs button.active{background:#526272;color:white}.memory-list{display:grid;gap:10px}.memory-item{display:flex;align-items:center;gap:12px;border-radius:22px;padding:16px}.memory-item>div{flex:1}.memory-item small{font-size:9px;color:var(--muted)}.memory-item h3{font-size:14px;margin:5px 0}.memory-item p{font-size:11px;color:var(--muted);margin:0;line-height:1.5}.memory-dot{width:8px;height:34px;border-radius:99px}.memory-dot.pink{background:var(--pink)}.memory-dot.blue{background:var(--blue)}.profile-card{border-radius:26px;padding:18px;display:flex;align-items:center;gap:13px;margin-bottom:14px}.profile-card .avatar{width:52px;height:52px}.profile-card div:nth-child(2){flex:1}.profile-card h2{font-size:17px;margin:0 0 4px}.profile-card p{font-size:11px;color:var(--muted);margin:0}.settings-group{border-radius:27px;padding:5px 15px;margin-bottom:13px}.setting-row{display:flex;width:100%;align-items:center;gap:12px;padding:15px 4px;border:0;border-bottom:1px solid rgba(130,155,173,.15);background:transparent;text-align:left}.setting-row:last-child{border-bottom:0}.setting-row>span:nth-child(2){flex:1}.setting-row strong,.setting-row small{display:block}.setting-row strong{font-size:13px}.setting-row small{font-size:9px;color:var(--muted);margin-top:4px}.setting-icon{width:32px;height:32px;border-radius:11px;display:grid;place-items:center;background:rgba(255,255,255,.7);color:var(--blue-deep)}.setting-row b{font-weight:400;color:#9ba7b2}.switch{appearance:none;width:41px;height:24px;border-radius:99px;background:#cbd6de;position:relative;transition:.2s}.switch:after{content:"";position:absolute;top:3px;left:3px;width:18px;height:18px;border-radius:50%;background:white;box-shadow:0 2px 6px #8293a2;transition:.2s}.switch:checked{background:var(--blue)}.switch:checked:after{left:20px}.version{text-align:center;font-size:8px;letter-spacing:.2em;color:#9aa8b3;margin-top:27px}.toast{position:absolute;z-index:30;left:50%;bottom:106px;transform:translate(-50%,15px);padding:9px 14px;border-radius:99px;background:rgba(51,63,76,.9);color:white;font-size:11px;opacity:0;pointer-events:none;transition:.25s;white-space:nowrap}.toast.show{opacity:1;transform:translate(-50%,0)}@media (min-width:700px){body{display:grid;place-items:center;padding:22px}.app-shell{height:min(900px,calc(100vh - 44px));border-radius:40px;box-shadow:0 30px 80px rgba(55,85,108,.25);border:7px solid rgba(255,255,255,.55)}}
