@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700;800&family=Playfair+Display:wght@700&display=swap";:root{font-family:DM Sans,system-ui,sans-serif;color:#252238;background:#f8f6fc;font-synthesis:none;--violet:#7765ee;--violet2:#9d72f1;--pink:#ee8fbb;--ink:#252238;--muted:#7d7892;--line:#ebe7f2;--surface:#fff;--soft:#f0edff;--shadow:0 22px 65px rgba(74,58,118,.11)}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:radial-gradient(circle at 12% 7%,#efeaff 0,transparent 28%),radial-gradient(circle at 92% 10%,#fff0f6 0,transparent 22%),#f8f6fc}a{text-decoration:none;color:inherit}button,input,select{font:inherit}.btn{border:0;border-radius:16px;padding:14px 19px;font-weight:800;display:inline-flex;align-items:center;justify-content:center;gap:8px;cursor:pointer;transition:.2s}.btn:hover:not(:disabled){transform:translateY(-2px)}.btn:disabled{opacity:.55;cursor:not-allowed}.btn.primary{color:#fff;background:linear-gradient(135deg,var(--violet),var(--violet2));box-shadow:0 13px 28px #7765ee40}.btn.secondary{background:#fff;border:1px solid var(--line);color:var(--ink)}.btn.small{padding:10px 14px;border-radius:13px}.btn.full{width:100%}.text-link{font-weight:800;color:#5f5871}.text-link.accent{color:var(--violet);display:inline-flex;align-items:center;gap:5px}.logo{display:flex;align-items:center;gap:10px;font-weight:900;font-size:19px}.logo-mark{width:37px;height:37px;display:grid;place-items:center;border-radius:13px;background:linear-gradient(135deg,var(--violet),var(--pink));color:#fff;box-shadow:0 8px 20px #7765ee40}.landing-page{min-height:100vh;overflow:hidden}.landing-nav{height:80px;max-width:1200px;margin:auto;display:flex;align-items:center;justify-content:space-between;padding:0 28px}.landing-actions{display:flex;align-items:center;gap:18px}.hero-grid{min-height:650px;max-width:1200px;margin:0 auto;padding:55px 28px 80px;display:grid;grid-template-columns:1.04fr .96fr;gap:70px;align-items:center}.eyebrow,.soft-label{display:inline-flex;align-items:center;gap:7px;color:#7565df;font-size:12px;letter-spacing:.11em;font-weight:900;text-transform:uppercase}.eyebrow{background:#fff;border:1px solid var(--line);padding:9px 12px;border-radius:999px;letter-spacing:0}.hero-copy h1{font-family:Playfair Display,serif;font-size:66px;line-height:1.02;letter-spacing:-2.5px;margin:22px 0 18px}.hero-copy h1 span{background:linear-gradient(120deg,var(--violet),#d46ba7);-webkit-background-clip:text;color:transparent}.hero-copy>p{font-size:18px;line-height:1.7;color:var(--muted);max-width:625px}.hero-buttons{display:flex;gap:12px;margin-top:28px;flex-wrap:wrap}.tiny-note{margin-top:13px;font-size:12px;color:#9893a6}.hero-showcase{position:relative;height:560px;display:grid;place-items:center}.glow{position:absolute;border-radius:50%;filter:blur(4px)}.glow.one{width:380px;height:380px;background:#e9e2ff}.glow.two{width:210px;height:210px;background:#ffe0ee;right:0;bottom:30px}.story-card{position:relative;background:#ffffffe0;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.9);box-shadow:0 40px 90px #4334702e;border-radius:32px}.main-story{width:430px;padding:28px;z-index:2}.story-top{display:flex;align-items:center;gap:18px}.story-top h3{font-size:30px;margin:3px 0}.story-top p{margin:0;color:var(--muted)}.quote-box{margin:22px 0;padding:16px;border-radius:17px;background:#f7f4ff;color:#5c5570;line-height:1.5}.growth{font-size:13px;font-weight:700}.growth>strong{float:right}.growth>div{height:8px;margin-top:9px;background:#eeeafb;border-radius:99px;overflow:hidden}.growth i{display:block;height:100%;background:linear-gradient(90deg,var(--violet),var(--pink));border-radius:99px}.floating-card{position:absolute;z-index:3;background:#fff;border:1px solid var(--line);box-shadow:var(--shadow);border-radius:17px;padding:13px 16px;display:flex;gap:10px;align-items:center}.floating-card b,.floating-card span{display:block}.floating-card span{font-size:12px;color:var(--muted);margin-top:2px}.memory-float{left:-10px;bottom:60px}.decision-float{right:-15px;top:95px}.feature-strip{max-width:1120px;margin:0 auto 60px;background:#fff;border:1px solid var(--line);border-radius:24px;display:grid;grid-template-columns:repeat(3,1fr);box-shadow:var(--shadow)}.feature-strip>div{padding:24px;display:grid;grid-template-columns:42px 1fr;gap:2px 12px;border-right:1px solid var(--line)}.feature-strip>div:last-child{border:0}.feature-strip svg{grid-row:span 2;color:var(--violet)}.feature-strip span{font-size:13px;color:var(--muted)}.auth-page{min-height:100vh;display:grid;grid-template-columns:.8fr 1.2fr}.auth-art{padding:42px;display:flex;flex-direction:column;justify-content:space-between;color:#fff;background:linear-gradient(145deg,#5c4cd7,#8b65ef 60%,#cc73b5);position:relative;overflow:hidden}.auth-art:after{content:"";position:absolute;width:500px;height:500px;border-radius:50%;border:90px solid rgba(255,255,255,.06);right:-220px;bottom:-230px}.auth-art .back{display:flex;gap:7px;align-items:center;font-weight:700;opacity:.9}.logo.light .logo-mark{background:#fff3}.auth-art h1{font-family:Playfair Display;font-size:48px;max-width:520px;margin:28px 0 12px}.auth-art p{max-width:500px;line-height:1.6;color:#eeeaff}.auth-panel{display:grid;place-items:center;padding:40px}.auth-box{width:min(440px,100%)}.auth-box h2{font-size:34px;margin:8px 0}.auth-box>p{color:var(--muted);margin-bottom:26px}.auth-box label,.setup-card label,.creator-form label{display:block;font-weight:700;font-size:13px;margin:14px 0;color:#565066}.auth-box input,.setup-card input,.creator-form input,.creator-form select{display:block;width:100%;border:1px solid var(--line);border-radius:14px;padding:13px 14px;margin-top:7px;outline:none;background:#fff}.auth-box input:focus,.setup-card input:focus,.creator-form input:focus,.creator-form select:focus{border-color:#9c8cf4;box-shadow:0 0 0 4px #f0edff}.form-message{background:#fff2f4;border:1px solid #ffd7df;color:#aa4358;border-radius:12px;padding:11px 12px;font-size:13px;margin:12px 0}.divider{height:38px;display:flex;align-items:center;justify-content:center;color:#aaa4b4;font-size:12px}.divider:before,.divider:after{content:"";height:1px;flex:1;background:var(--line)}.divider span{padding:0 10px}.switch{border:0;background:none;width:100%;padding:14px;color:var(--violet);font-weight:800;cursor:pointer}.shell{min-height:100vh}.sidebar{position:fixed;left:0;top:0;bottom:0;width:245px;padding:22px 17px;background:#ffffffeb;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-right:1px solid var(--line);display:flex;flex-direction:column;z-index:10}.sidebar .logo{margin:2px 8px 26px}.sidebar nav{display:flex;flex-direction:column;gap:4px}.nav-link{display:flex;align-items:center;gap:11px;padding:11px 13px;border-radius:13px;color:#696379;font-weight:700;font-size:14px}.nav-link:hover,.nav-link.active{background:#f0edff;color:#6654dd}.sidebar-foot{margin-top:auto}.family-mini{display:flex;gap:10px;align-items:center;border:1px solid var(--line);background:#faf9fc;border-radius:15px;padding:11px;margin-bottom:8px}.family-mini div{min-width:0}.family-mini strong,.family-mini small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.family-mini strong{font-size:12px}.family-mini small{font-size:10px;color:var(--muted);margin-top:2px}.online-dot{width:8px;height:8px;border-radius:50%;background:#35c77c;box-shadow:0 0 0 4px #e1f8ec;display:inline-block}.ghost{border:0;background:transparent;padding:10px 12px;border-radius:12px;display:flex;align-items:center;gap:8px;font-weight:700;cursor:pointer}.danger{color:#a35b6a}.content{margin-left:245px;padding:28px 32px 60px;max-width:1500px}.topbar{display:flex;justify-content:space-between;gap:20px;align-items:center;margin-bottom:24px}.top-kicker{font-size:11px;font-weight:900;letter-spacing:.13em;color:#8c82a4;text-transform:uppercase}.topbar h1{font-size:26px;margin:4px 0 0}.top-actions{display:flex;gap:10px;align-items:center}.icon-button{width:40px;height:40px;border-radius:13px;background:#fff;border:1px solid var(--line);display:grid;place-items:center;position:relative}.badge{position:absolute;right:-4px;top:-4px;width:18px;height:18px;background:#e16f99;color:#fff;border:2px solid #f8f6fc;border-radius:50%;font-size:9px;display:grid;place-items:center}.online-pill{font-size:12px;font-weight:800;background:#fff;border:1px solid var(--line);padding:10px 13px;border-radius:999px;display:flex;align-items:center;gap:8px}.card{background:#fffffff0;border:1px solid var(--line);border-radius:23px;box-shadow:0 15px 45px #48396e12;padding:20px}.dashboard-grid{display:grid;grid-template-columns:minmax(0,1.45fr) minmax(300px,.65fr);gap:18px}.dashboard-main,.dashboard-side{display:flex;flex-direction:column;gap:18px}.child-summary{display:flex;align-items:center;gap:19px;background:linear-gradient(135deg,#fff 35%,#f3efff)}.child-avatar{flex:none;filter:drop-shadow(0 10px 18px rgba(83,65,128,.13))}.child-avatar svg{display:block;width:100%;height:100%}.child-copy{min-width:0}.child-copy h2,.profile-hero h1{font-size:31px;margin:4px 0}.child-copy p{color:var(--muted);margin:3px 0 12px}.chips{display:flex;gap:7px;flex-wrap:wrap}.chips span,.pill{font-size:11px;font-weight:800;background:#fff;border:1px solid var(--line);padding:7px 9px;border-radius:999px}.round-link{margin-left:auto;width:42px;height:42px;border:1px solid var(--line);border-radius:14px;background:#fff;display:grid;place-items:center;color:var(--violet)}.section-row{display:flex;justify-content:space-between;gap:15px;align-items:flex-start}.section-row h2,.section-title h2{font-size:19px;margin:4px 0}.section-row svg,.section-icon{color:var(--violet)}.mood-card{background:linear-gradient(135deg,#fff8fb,#f7f4ff)}.mood-card>p{font-size:16px;line-height:1.6;color:#625b73}.timeline-item{display:flex;gap:12px;padding:13px 0;border-bottom:1px solid var(--line)}.timeline-item:last-child{border:0}.timeline-item>span{width:42px;height:42px;display:grid;place-items:center;border-radius:14px;background:#f4f1ff;font-size:20px}.timeline-item b{font-size:14px}.timeline-item p{font-size:12px;color:var(--muted);margin:4px 0;line-height:1.45}.meter-list{display:flex;flex-direction:column;gap:14px}.meter-head{display:flex;justify-content:space-between;font-size:12px;font-weight:800;margin-bottom:6px}.meter-head strong{color:var(--violet)}.meter-track{height:7px;background:#eeeaf7;border-radius:99px;overflow:hidden}.meter-track>div{height:100%;border-radius:99px;background:linear-gradient(90deg,#7e6af1,#d47db4)}.decision-card{background:linear-gradient(145deg,#fff,#f4f0ff)}.decision-tag{display:inline-flex;align-items:center;gap:6px;color:#6959d8;background:#ece8ff;border-radius:999px;padding:6px 8px;font-weight:800;font-size:10px;text-transform:uppercase;letter-spacing:.06em}.decision-card h2{font-size:18px;line-height:1.35}.decision-card p{color:var(--muted);font-size:13px;line-height:1.5}.chat-teaser{display:grid;grid-template-columns:40px 1fr 28px;gap:10px;align-items:center}.chat-teaser>svg{color:#d26fa8}.chat-teaser b{font-size:13px}.chat-teaser p{font-size:11px;color:var(--muted);margin:3px 0}.section-title{margin-bottom:18px}.section-title p{color:var(--muted);margin:3px 0;font-size:13px}.profile-hero{display:grid;grid-template-columns:210px 1fr;gap:28px;align-items:center;padding:26px;background:linear-gradient(135deg,#fff,#f4efff)}.profile-orb{display:grid;place-items:center}.profile-hero h1 small{font-size:16px;color:#8a8199;font-weight:600}.profile-hero p{max-width:750px;color:var(--muted);line-height:1.6}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:18px;margin-top:18px}.meter-grid{display:grid;grid-template-columns:1fr 1fr;gap:18px 22px}.achievements{margin-top:18px}.achievement-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.achievement-grid>div{background:#faf8ff;border:1px solid var(--line);border-radius:18px;padding:15px;display:grid;grid-template-columns:42px 1fr;gap:2px 10px}.achievement-grid span{font-size:25px;grid-row:span 2}.achievement-grid b{font-size:13px}.achievement-grid small{color:var(--muted)}.relationship-card{margin-top:18px}.relationship-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px;margin-top:14px}.relationship-grid>div{border:1px solid var(--line);border-radius:18px;padding:14px;display:grid;grid-template-columns:38px 1fr;gap:3px 10px;align-items:center}.person-circle{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#eeeaff;color:#6b58df;font-weight:900;grid-row:span 3}.relationship-grid span{height:5px;background:#eeeaf7;border-radius:99px;overflow:hidden}.relationship-grid span i{display:block;height:100%;background:var(--violet)}.relationship-grid small{color:var(--muted)}.decision-list{max-width:860px}.big-decision{padding:28px}.decision-meta{display:inline-flex;align-items:center;gap:6px;color:#6a58dc;background:#eeeaff;padding:7px 9px;border-radius:999px;font-size:11px;font-weight:900;text-transform:uppercase}.big-decision h2{font-size:26px;line-height:1.3;max-width:700px}.big-decision>p{color:var(--muted);line-height:1.6}.choices{display:grid;gap:10px;margin-top:22px}.choices button{border:1px solid var(--line);background:#fff;border-radius:16px;padding:15px;display:flex;justify-content:space-between;text-align:left;cursor:pointer}.choices button:hover,.choices button.selected{border-color:#8e7df1;background:#f6f3ff}.choices button span{font-weight:800}.choices button i{font-style:normal;font-size:11px;color:var(--violet);font-weight:800}.choice-note{font-size:11px;color:var(--muted);margin-top:14px}.empty{background:#fff;border:1px solid var(--line);border-radius:23px;padding:60px;text-align:center}.empty>div{font-size:44px}.empty p{color:var(--muted)}.memory-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:15px}.memory-card{background:#fff;border:1px solid var(--line);border-radius:21px;padding:18px;box-shadow:0 12px 35px #48396e0d}.memory-icon{width:52px;height:52px;border-radius:16px;background:#f3efff;display:grid;place-items:center;font-size:25px}.memory-date{display:flex;align-items:center;gap:5px;color:#9b95aa;font-size:10px;font-weight:800;margin-top:16px;text-transform:uppercase}.memory-card h2{font-size:17px}.memory-card p{color:var(--muted);font-size:13px;line-height:1.55;min-height:60px}.memory-footer{display:flex;justify-content:space-between;align-items:center;font-size:10px;color:#9c96a9}.memory-type{padding:6px 8px;border-radius:999px;font-weight:900;text-transform:uppercase}.memory-type.important{background:#efeaff;color:#6c5adc}.memory-type.emotional{background:#fff0f6;color:#b85b88}.memory-type.common{background:#eff8f4;color:#478268}.room-scene{height:430px;position:relative;overflow:hidden;margin-bottom:18px;background:linear-gradient(#dcd8f3 0 58%,#c6a783 58%);border:8px solid white}.room-scene:after{content:"";position:absolute;left:0;right:0;top:58%;height:5px;background:#a28365}.window{position:absolute;left:9%;top:12%;width:170px;height:150px;background:linear-gradient(#7281c5,#cab7db);border:10px solid #fff;border-radius:6px;box-shadow:0 8px 20px #0000001a;overflow:hidden}.window:before,.window:after{content:"";position:absolute;background:#fff}.window:before{width:7px;top:0;bottom:0;left:50%}.window:after{height:7px;left:0;right:0;top:50%}.moon{position:absolute;color:#fff7ca;font-size:35px;right:20px;top:13px}.cloud{position:absolute;background:#ffffff8c;width:52px;height:18px;border-radius:99px}.c1{left:10px;top:32px}.c2{right:10px;bottom:20px}.poster{position:absolute;right:10%;top:13%;background:#fff8dc;border:7px solid #fff;width:110px;height:145px;display:grid;place-items:center;font-size:48px;transform:rotate(2deg);box-shadow:0 8px 18px #00000014}.poster small{font-size:8px;text-align:center;padding:5px;text-transform:uppercase}.bed{position:absolute;left:22%;bottom:45px;width:360px;height:118px;background:#835f53;border-radius:12px}.bed:before{content:"";position:absolute;left:-15px;top:-34px;width:22px;height:160px;background:#684b43;border-radius:10px}.blanket{position:absolute;left:0;right:0;top:18px;height:82px;background:linear-gradient(135deg,#aa91ee,#ef9bc0);border-radius:8px}.pillow{position:absolute;z-index:2;left:18px;top:5px;width:92px;height:45px;background:#fff;border-radius:50%}.desk{position:absolute;right:14%;bottom:45px;width:130px;height:75px;background:#9a765b;border-radius:5px;display:flex;align-items:flex-start;justify-content:center;gap:12px;font-size:25px}.desk:before,.desk:after{content:"";position:absolute;bottom:-48px;width:10px;height:50px;background:#765843}.desk:before{left:12px}.desk:after{right:12px}.toy{position:absolute;left:10%;bottom:35px;font-size:50px}.rug{position:absolute;left:43%;bottom:7px;width:240px;height:55px;border-radius:50%;background:#f0d9e7;display:grid;place-items:center;color:#d28bad;font-size:24px}.inventory-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:10px}.inventory-grid>div{border:1px solid var(--line);border-radius:16px;padding:13px;display:flex;gap:10px;align-items:center}.inventory-grid>div>span{font-size:28px}.inventory-grid b,.inventory-grid small{display:block}.inventory-grid b{font-size:12px}.inventory-grid small{font-size:10px;color:var(--muted);margin-top:2px}.chat-page{height:calc(100vh - 145px);min-height:600px;display:flex;flex-direction:column;padding:0;overflow:hidden}.chat-header{padding:17px 20px;border-bottom:1px solid var(--line);display:flex;align-items:center;gap:12px;background:linear-gradient(135deg,#fff,#fbf9ff)}.chat-header h2{margin:1px 0;font-size:18px}.chat-header p{font-size:10px;color:var(--muted);margin:0}.chat-context{margin-left:auto;background:#f2efff;color:#6858d5;padding:8px 10px;border-radius:12px;font-size:10px;font-weight:800;display:flex;gap:5px;align-items:center}.messages{flex:1;overflow:auto;padding:24px;background:#faf9fd}.bubble{max-width:68%;padding:12px 14px;border-radius:18px;margin:8px 0;font-size:14px;line-height:1.5;box-shadow:0 5px 16px #3c325a0d}.bubble.child{background:#fff;border:1px solid var(--line);border-bottom-left-radius:5px}.bubble.mine{margin-left:auto;background:linear-gradient(135deg,#7966ed,#a371ef);color:#fff;border-bottom-right-radius:5px}.composer{display:flex;gap:9px;padding:13px 15px;border-top:1px solid var(--line);background:#fff}.composer input{flex:1;border:1px solid var(--line);border-radius:14px;padding:12px 13px;outline:none}.composer button{width:44px;border:0;border-radius:14px;background:var(--violet);color:#fff;display:grid;place-items:center}.composer button:disabled{opacity:.45}.chat-foot{text-align:center;font-size:9px;color:#aaa3b4;padding:0 15px 10px;background:#fff}.setup-page{min-height:100vh;display:grid;place-items:center;padding:30px;background:radial-gradient(circle at 20% 10%,#ebe5ff,transparent 30%),#f8f6fc}.setup-grid{width:min(900px,100%);display:grid;grid-template-columns:1fr 1fr;gap:16px}.setup-card,.center-card,.creator-form,.creator-preview{background:#fff;border:1px solid var(--line);border-radius:24px;padding:25px;box-shadow:var(--shadow)}.setup-card h2{margin-bottom:6px}.setup-card>p,.center-card>p,.creator-preview>p{color:var(--muted);line-height:1.55}.setup-icon{width:50px;height:50px;border-radius:16px;display:grid;place-items:center}.setup-icon.purple{background:#eeeaff;color:#6b57db}.setup-icon.pink{background:#fff0f6;color:#c86693}.code-input{text-transform:uppercase;letter-spacing:.12em;font-weight:900}.form-message.wide{grid-column:1/-1}.center-card{text-align:center;min-width:420px}.big-emoji{font-size:48px}.invite-code{font-size:30px;letter-spacing:.13em;font-weight:900;background:#f2efff;color:#6554d8;border-radius:16px;padding:14px 18px;display:inline-flex;gap:12px;align-items:center}.invite-code button{border:0;background:none;color:inherit}.muted{color:var(--muted)}.child-create{width:min(980px,100%);display:grid;grid-template-columns:.8fr 1.2fr;gap:18px}.creator-preview{display:grid;justify-items:center;text-align:center;background:linear-gradient(145deg,#fff,#f1edff)}.creator-preview h2{font-size:31px;margin:6px}.members-row{display:flex;gap:7px;flex-wrap:wrap;justify-content:center}.members-row span{background:#fff;border:1px solid var(--line);border-radius:999px;padding:7px 9px;font-size:11px;font-weight:800}.creator-form h2{font-size:26px}.two{display:grid;grid-template-columns:1fr 1fr;gap:12px}.creator-form select{height:46px}.color-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.color-grid input{height:48px;padding:4px}.info-box{background:#f5f2ff;border:1px solid #e8e2ff;color:#665d7a;padding:12px;border-radius:14px;font-size:12px;line-height:1.5;margin:15px 0}.loading-screen{min-height:100vh;display:grid;place-items:center;align-content:center;gap:12px}.loader{width:38px;height:38px;border:4px solid #e6e1fa;border-top-color:var(--violet);border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.toast{position:fixed;right:24px;bottom:24px;z-index:50;background:#29243a;color:#fff;border:0;border-radius:15px;padding:13px 16px;box-shadow:var(--shadow);font-weight:700;cursor:pointer}.settings{max-width:700px}.setting-row{display:flex;justify-content:space-between;align-items:center;padding:14px 0;border-bottom:1px solid var(--line)}.setting-row:last-child{border:0}.setting-row p{margin:2px 0;color:var(--muted);font-size:12px}@media(max-width:1050px){.hero-grid{gap:25px}.hero-copy h1{font-size:56px}.dashboard-grid{grid-template-columns:1fr}.dashboard-side{display:grid;grid-template-columns:1fr 1fr}.chat-teaser{grid-column:1/-1}.memory-grid,.inventory-grid{grid-template-columns:1fr 1fr}}@media(max-width:780px){.landing-nav{height:68px}.landing-actions .text-link{display:none}.hero-grid{grid-template-columns:1fr;padding-top:30px}.hero-copy h1{font-size:48px}.hero-showcase{height:500px}.feature-strip{margin:0 18px 40px;grid-template-columns:1fr}.feature-strip>div{border-right:0;border-bottom:1px solid var(--line)}.auth-page{grid-template-columns:1fr}.auth-art{display:none}.auth-panel{padding:28px 18px}.sidebar{inset:auto 0 0;width:auto;height:72px;flex-direction:row;padding:7px;justify-content:center;border-right:0;border-top:1px solid var(--line)}.sidebar .logo,.sidebar-foot{display:none}.sidebar nav{flex-direction:row;width:100%;justify-content:space-around}.nav-link{flex-direction:column;gap:2px;padding:8px;font-size:9px}.content{margin-left:0;padding:19px 16px 94px}.topbar{align-items:flex-start}.topbar h1{font-size:20px}.online-pill{display:none}.dashboard-side{display:flex}.profile-hero{grid-template-columns:1fr;text-align:center;justify-items:center}.two-col,.achievement-grid,.relationship-grid,.memory-grid,.setup-grid,.child-create{grid-template-columns:1fr}.center-card{min-width:0;width:100%}.room-scene{height:350px}.bed{left:18%;width:260px}.desk{right:7%}.window{left:5%;transform:scale(.85);transform-origin:top left}.poster{right:5%;transform:scale(.8)}.inventory-grid{grid-template-columns:1fr}.chat-page{height:calc(100vh - 168px)}.chat-context{display:none}.bubble{max-width:85%}}@media(max-width:500px){.hero-copy h1{font-size:42px}.hero-showcase{height:430px}.main-story{width:100%;padding:19px}.floating-card{font-size:11px}.memory-float{left:-5px}.decision-float{right:-5px}.feature-strip{display:none}.landing-page{padding-bottom:30px}.child-summary{align-items:flex-start;flex-wrap:wrap}.round-link{position:absolute;right:29px}.meter-grid,.two{grid-template-columns:1fr}.color-grid{grid-template-columns:1fr 1fr 1fr}.room-scene{height:300px}.bed{left:15%;width:210px}.desk{transform:scale(.75);transform-origin:bottom right}.toy{left:4%}.rug{width:170px;left:35%}.sidebar .nav-link:nth-of-type(4){display:none}.invite-code{font-size:22px}.achievement-grid{grid-template-columns:1fr}}.waiting-family-card{max-width:560px;width:min(560px,100%);display:flex;flex-direction:column;align-items:center;gap:10px}.waiting-family-card h2{margin:2px 0 0;font-size:30px}.waiting-family-card .invite-code{margin:8px 0 2px}.waiting-members{display:flex;align-items:center;gap:8px;margin-top:12px;padding:9px 13px;border-radius:999px;background:#f6f3ff;color:#6757d7;font-size:13px}.waiting-info{width:100%;margin-top:8px}.member-empty{border-style:dashed!important;color:#9a94a8!important;background:#faf9fd!important}.child-avatar.photo{border-radius:30%;overflow:hidden;background:#eee9ff;border:4px solid rgba(255,255,255,.9);box-shadow:0 14px 30px #48396e26}.child-avatar.photo img{width:100%;height:100%;object-fit:cover;display:block}.child-avatar.fallback{border-radius:30%;overflow:hidden}.avatar-gradient{width:100%;height:100%;border-radius:inherit;background:linear-gradient(145deg,#ffdfea,#e6e1ff 60%,#dcefff);display:grid;place-items:center;position:relative;border:4px solid rgba(255,255,255,.9)}.avatar-gradient>span{font-family:Playfair Display;font-size:clamp(40px,45%,72px);font-weight:700;color:#7565df}.avatar-gradient>small{position:absolute;right:10%;bottom:8%;background:#fff;border-radius:999px;padding:5px;font-size:13px}.v3-create{align-items:stretch}.v3-preview{justify-content:start;padding-top:34px}.photo-preview-shell{width:245px;height:245px;border-radius:32px;margin:18px 0 8px;overflow:hidden;background:linear-gradient(145deg,#f8efff,#e8e4ff);border:1px solid var(--line);box-shadow:0 22px 50px #533e821f}.photo-preview-shell img{width:100%;height:100%;object-fit:cover}.photo-placeholder{height:100%;display:grid;place-items:center;align-content:center;gap:12px;color:#7a6c9d;padding:30px}.photo-placeholder span{font-size:12px;line-height:1.4}.time-explainer{display:flex;gap:10px;align-items:center;background:#fff;border:1px solid var(--line);padding:12px 14px;border-radius:16px;margin-top:12px;text-align:left}.time-explainer svg{color:var(--violet)}.time-explainer b,.time-explainer small{display:block}.time-explainer small{color:var(--muted);font-size:10px;margin-top:2px}.age-block,.school-create-block,.upload-block,.parent-labels-block{margin:18px 0;padding:16px;border:1px solid var(--line);border-radius:18px;background:#fcfbfe}.field-title{display:flex;align-items:center;gap:8px;color:#5e5670;margin-bottom:9px}.age-block>small,.school-create-block>small,.upload-block>small{display:block;color:var(--muted);font-size:10px;line-height:1.45}.segmented{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin-bottom:8px}.segmented button{border:1px solid var(--line);background:#fff;border-radius:12px;padding:10px;font-weight:800;color:#6e677e}.segmented button.active{background:#eeeaff;border-color:#b8acf8;color:#6454d7}.upload-button{border:1px dashed #cfc6ee!important;border-radius:14px!important;background:#f7f4ff!important;padding:13px!important;display:flex!important;align-items:center;gap:9px;color:#6557ce!important;cursor:pointer}.upload-button input{display:none!important}.parent-labels-block>p{font-size:11px;color:var(--muted);margin-top:-2px}.parent-label-row{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 0;border-top:1px solid var(--line)}.parent-label-row span b,.parent-label-row span small{display:block}.parent-label-row span small{font-size:10px;color:var(--muted);margin-top:2px}.parent-label-row select{width:145px!important;margin:0!important}.profile-photo-wrap{display:grid;justify-items:center;gap:8px}.mini-photo-button{display:inline-flex;align-items:center;gap:6px;border:1px solid var(--line);background:#fff;padding:8px 10px;border-radius:12px;font-size:11px;font-weight:800;color:#6557ce;cursor:pointer}.mini-photo-button input{display:none}.parent-role{display:block!important;color:var(--violet)!important;font-weight:800!important;margin:2px 0 10px!important}.latest-gain{margin-top:16px;border-radius:14px;padding:11px 13px;background:#f4f1ff;display:flex;align-items:center;gap:8px;color:#62558d;font-size:12px}.game-clock{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;background:linear-gradient(135deg,#fff,#f5f2ff)}.clock-icon{width:48px;height:48px;border-radius:16px;background:#ece8ff;display:grid;place-items:center;color:#6554d8}.game-clock h3{margin:2px 0;font-size:18px}.game-clock p{margin:0;color:var(--muted);font-size:11px;display:flex;gap:5px;align-items:center}.clock-speed{margin-left:auto;display:grid;grid-template-columns:auto 1fr;gap:0 7px;align-items:center;background:#fff;border:1px solid var(--line);border-radius:14px;padding:10px 12px}.clock-speed svg{grid-row:span 2;color:var(--violet)}.clock-speed b{font-size:11px}.clock-speed span{font-size:9px;color:var(--muted)}.clock-pill{display:flex;align-items:center;gap:5px;border:1px solid var(--line);background:#fff;border-radius:999px;padding:9px 11px;font-size:10px;color:#655e75}.clock-pill b{color:var(--violet)}.v3-summary{position:relative}.relationship-focus .meter{margin-top:11px}.relationship-note{display:block;color:var(--muted);font-size:10px;line-height:1.4;margin-top:11px}.wallet-card h2{display:flex;align-items:center;gap:7px;margin:5px 0}.wallet-card h2 svg{color:#d2a136}.wallet-card p{font-size:11px;color:var(--muted);line-height:1.4}.school-teaser .task-progress{height:8px;background:#eeeaf7;border-radius:99px;overflow:hidden;margin:12px 0}.school-teaser .task-progress span{display:block;height:100%;background:linear-gradient(90deg,#6f62e5,#d478ad);border-radius:99px}.school-overview{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin:16px 0}.school-stat{display:flex;align-items:center;gap:12px}.school-stat>svg{width:42px;height:42px;padding:10px;border-radius:14px;background:#f0edff;color:#6654d8}.school-stat span,.school-stat b{display:block}.school-stat span{font-size:10px;color:var(--muted);text-transform:uppercase;font-weight:800;letter-spacing:.08em}.school-stat b{font-size:19px;margin-top:2px}.school-panel{margin-top:16px}.task-list{display:grid;gap:12px}.school-task{border:1px solid var(--line);border-radius:18px;padding:16px;background:#fcfbfe}.task-heading{display:flex;align-items:center;gap:9px}.subject-chip{font-size:9px;font-weight:900;text-transform:uppercase;letter-spacing:.08em;color:#6654d8;background:#eeeaff;padding:6px 8px;border-radius:999px}.school-task>p{color:var(--muted);font-size:12px;line-height:1.5}.task-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:13px}.task-effect{display:block;color:#8c849d;font-size:9px;margin-top:9px}.completed-tasks{margin-top:16px}.completed-list{display:grid;gap:8px}.completed-list span{border:1px solid var(--line);background:#faf9fd;border-radius:12px;padding:10px;font-size:11px}.store-header,.room-title-row{display:flex;align-items:flex-start;justify-content:space-between;gap:18px}.wallet-badge{display:flex;align-items:center;gap:6px;background:#fff8e8;border:1px solid #f4e4b7;border-radius:16px;padding:11px 14px;color:#7f6325}.wallet-badge b{font-size:20px}.wallet-badge span{font-size:10px}.store-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.store-item{display:flex;flex-direction:column}.store-emoji{font-size:44px;margin-bottom:7px}.store-item h3{margin:7px 0}.store-item p{color:var(--muted);font-size:11px;line-height:1.5;min-height:48px}.store-price{display:flex;align-items:center;gap:5px;color:#927225;margin:9px 0 13px}.store-item .btn{margin-top:auto}.store-info{margin-top:15px;display:flex;align-items:center;gap:8px}.v3-room{background:none;border:8px solid white;padding:0;min-height:430px}.room-wall{position:absolute;inset:0 0 40%;background:linear-gradient(135deg,#e9e5f6,#f5e8ef)}.room-floor{position:absolute;left:0;right:0;bottom:0;height:40%;background:linear-gradient(90deg,#cba886,#ddb993)}.room-window{position:absolute;left:8%;top:15%;width:150px;height:120px;border:9px solid #fff;background:linear-gradient(#90a7d7,#e7d4ea);border-radius:10px;display:grid;place-items:center;font-size:30px}.room-window span{position:absolute;right:12px;top:10px}.room-name{position:absolute;right:10%;top:14%;font-family:Playfair Display;font-size:28px;color:#8b789b;transform:rotate(-2deg)}.room-bed{position:absolute;left:19%;bottom:52px;width:300px;height:110px;border-radius:18px 18px 8px 8px;background:linear-gradient(145deg,#a68bed,#e99bc1);display:grid;place-items:center;color:#fff}.room-bed svg{width:70px;height:70px;opacity:.5}.room-desk{position:absolute;right:15%;bottom:62px;width:125px;height:72px;background:#967354;border-radius:6px;display:flex;justify-content:center;align-items:flex-start;gap:12px;font-size:25px;padding-top:7px}.room-chair{position:absolute;right:6%;bottom:45px;color:#755a49}.room-chair svg{width:65px;height:65px}.placed-object{position:absolute;z-index:4;font-size:42px;filter:drop-shadow(0 7px 8px rgba(0,0,0,.12))}.slot-wall{top:22%;right:31%}.slot-bed{left:31%;bottom:115px}.slot-desk{right:18%;bottom:125px}.slot-floor{bottom:24px;left:47%}.obj-1{transform:translate(62px)}.obj-2{transform:translate(-62px)}.obj-3{transform:translateY(50px)}.obj-4{transform:translate(-42px,38px)}.empty-room-hint{position:absolute;left:50%;bottom:18px;transform:translate(-50%);background:#ffffffeb;border:1px solid var(--line);border-radius:999px;padding:9px 13px;font-size:10px;color:var(--muted);white-space:nowrap}.room-inventory{margin-top:16px}.inventory-v3-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.inventory-card{border:1px solid var(--line);border-radius:16px;padding:11px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:9px}.inventory-card.placed{background:#f7f4ff}.inventory-icon{font-size:29px}.inventory-card b,.inventory-card small{display:block}.inventory-card small{font-size:9px;color:var(--muted);margin-top:3px}.inventory-card>button,.place-actions button{border:0;background:#eeeaff;color:#6554d8;border-radius:10px;padding:8px 10px;font-weight:800;font-size:10px}.place-actions{display:flex;gap:5px}.place-actions select{max-width:110px;border:1px solid var(--line);border-radius:10px;font-size:9px;padding:7px;background:#fff}.shared-chat .message-row{display:flex;margin:9px 0}.shared-chat .message-row.mine{justify-content:flex-end}.shared-chat .message-row.other-parent,.shared-chat .message-row.child{justify-content:flex-start}.shared-chat .bubble{margin:0}.bubble.other-parent{background:#eef7ff;border:1px solid #dbeaf6;border-bottom-left-radius:5px}.sender-name{display:block;font-size:9px;font-weight:900;opacity:.7;margin-bottom:4px}.bubble span{display:block}.chat-blocked{margin:0 15px 13px;padding:13px 14px;border-radius:16px;background:#f3f0f8;border:1px solid var(--line);display:flex;gap:11px;align-items:center;color:#635c70}.chat-blocked b{font-size:12px}.chat-blocked p{font-size:10px;color:var(--muted);margin:2px 0 0}.chat-error{margin:0 15px 8px;background:#fff1f2;border:1px solid #ffd4d9;color:#a84456;border-radius:12px;padding:9px 11px;font-size:10px}.settings-v3{max-width:800px;display:grid;gap:14px}.setting-panel>p{font-size:12px}.setting-action{display:flex;gap:9px}.setting-action select{flex:1;border:1px solid var(--line);border-radius:13px;padding:10px;background:#fff}.speed-options{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:13px 0}.speed-options button{border:1px solid var(--line);background:#fff;border-radius:14px;padding:12px;text-align:left;color:#5e586d}.speed-options button.active{border-color:#a899f6;background:#f2efff;color:#6252d4}.speed-options b,.speed-options small{display:block}.speed-options small{font-size:9px;color:var(--muted);margin-top:3px}.copy-setting{border:0;background:#f3f0fa;border-radius:10px;padding:8px 10px;display:flex;align-items:center;gap:6px;cursor:pointer}.safety-note{display:flex;align-items:flex-start;gap:11px}.safety-note svg{color:#48a379}.safety-note p{margin:3px 0;color:var(--muted);font-size:11px;line-height:1.5}@media(max-width:1050px){.store-grid{grid-template-columns:1fr 1fr}.school-overview{grid-template-columns:1fr 1fr 1fr}.inventory-v3-grid{grid-template-columns:1fr}.game-clock{grid-template-columns:auto 1fr}.clock-speed{grid-column:1/-1;margin-left:0}.sidebar{width:225px}.content{margin-left:225px}}@media(max-width:780px){.store-grid,.school-overview{grid-template-columns:1fr}.store-header,.room-title-row{display:block}.wallet-badge{width:max-content;margin-bottom:12px}.v3-room{min-height:340px}.room-bed{left:13%;width:230px}.room-desk{right:8%;transform:scale(.85)}.inventory-v3-grid{grid-template-columns:1fr}.game-clock{grid-template-columns:auto 1fr}.speed-options{grid-template-columns:1fr}.clock-pill{display:none}.profile-photo-wrap{margin:auto}.parent-label-row{align-items:flex-end}.parent-label-row select{width:130px!important}}@media(max-width:500px){.photo-preview-shell{width:200px;height:200px}.parent-label-row{display:grid;grid-template-columns:1fr}.parent-label-row select{width:100%!important}.task-actions .btn{width:100%}.v3-room{min-height:300px}.room-window{transform:scale(.7);transform-origin:top left}.room-bed{left:8%;width:190px;height:90px}.room-desk{right:2%;transform:scale(.65);transform-origin:bottom right}.room-name{font-size:22px}.placed-object{font-size:32px}.inventory-card{grid-template-columns:auto 1fr}.inventory-card>button,.place-actions{grid-column:1/-1}.place-actions select{flex:1;max-width:none}}.relationship-grid>div{display:block!important;position:relative!important;min-width:0!important;padding:16px!important}.relationship-grid .person-circle{position:absolute;left:16px;top:16px;grid-row:auto!important}.relationship-grid>div>b,.relationship-grid>div>.parent-role{display:block!important;margin-left:50px!important;min-height:18px}.relationship-grid>div>.parent-role{margin-bottom:16px!important}.relationship-grid .meter{margin:12px 0 0!important;display:block!important}.relationship-grid .meter-head{display:flex!important;align-items:center!important;justify-content:space-between!important;margin-bottom:6px!important;gap:10px}.relationship-grid .meter-head span{height:auto!important;background:transparent!important;border-radius:0!important;overflow:visible!important;color:#595269!important;font-size:11px!important;font-weight:800!important}.relationship-grid .meter-head strong{font-size:11px!important;color:var(--violet)!important}.relationship-grid .meter-track{height:7px!important;background:#eeeaf7!important;border-radius:99px!important;overflow:hidden!important}.relationship-grid .meter-track>div{display:block!important;height:100%!important;background:linear-gradient(90deg,#7e6af1,#d47db4)!important;border-radius:99px!important}.speech-profile-note{display:inline-flex;gap:6px;align-items:center;margin:2px 0 12px;padding:8px 10px;border-radius:12px;background:#f5f2ff;color:#625b78;font-size:11px}.v4-school-choice{background:linear-gradient(145deg,#fff,#faf8ff)}.school-stage-copy{display:flex;justify-content:space-between;gap:12px;align-items:center;padding:10px 12px;background:#f4f1ff;border-radius:12px;color:#5d5670;font-size:11px}.school-stage-copy b,.school-stage-copy span{display:block}.school-type-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px;margin:12px 0}.school-type-grid button{border:1px solid var(--line);background:#fff;border-radius:15px;padding:12px 9px;min-height:88px;color:#5e586d;cursor:pointer}.school-type-grid button span,.school-type-grid button b,.school-type-grid button small{display:block}.school-type-grid button span{font-size:25px;margin-bottom:5px}.school-type-grid button b{font-size:12px}.school-type-grid button small{font-size:9px;color:var(--muted);margin-top:3px}.school-type-grid button.active{border-color:#a99bf7;background:#f1edff;color:#5f50d0;box-shadow:0 6px 18px #6954d817}.school-type-grid.wide{max-width:760px}.school-shift-title{margin-top:13px}.tuition-create-note{display:flex;align-items:flex-start;gap:8px;margin-top:11px;padding:10px 11px;border-radius:12px;background:#fff8e8;border:1px solid #f1e1b2;color:#756125;font-size:10px;line-height:1.45}.school-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:15px}.education-map{margin:16px 0}.education-map-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:8px;margin-top:12px}.education-map-grid>div{border:1px solid var(--line);border-radius:14px;padding:10px;background:#faf9fd}.education-map-grid>div.current{background:#eeeaff;border-color:#b7aafa}.education-map-grid b,.education-map-grid span,.education-map-grid small{display:block}.education-map-grid b{font-size:11px;color:#6556d2}.education-map-grid span{font-size:10px;font-weight:800;margin:3px 0}.education-map-grid small{font-size:8px;color:var(--muted)}.education-map>p{font-size:10px;color:var(--muted);margin:10px 0 0}.school-config-panel{margin:16px 0}.school-config-panel.required-school{border-color:#d9cdfb;background:linear-gradient(145deg,#fff,#f8f5ff)}.school-shift-config{margin:13px 0;max-width:440px}.school-shift-config>b{display:block;font-size:11px;margin-bottom:7px}.v4-school-overview{grid-template-columns:repeat(4,1fr)}.v4-school-overview .school-stat small{display:block;color:var(--muted);font-size:8px;margin-top:3px;line-height:1.35}.tuition-card{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:13px;margin:16px 0;background:#fffdf7}.tuition-card>svg{color:#b98a21}.tuition-card h3{margin:4px 0}.tuition-card p{margin:0;color:var(--muted);font-size:11px;line-height:1.45}.tuition-card.debt{background:#fff7f3;border-color:#f1d6c7}.preschool-panel{margin-top:16px;background:linear-gradient(145deg,#fff,#f9f7ff)}.preschool-panel p{color:var(--muted);line-height:1.6;font-size:12px}.school-home-note{margin-top:14px;display:flex;align-items:center;gap:8px}.jobs-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.job-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.job-card{display:flex;flex-direction:column}.job-icon{font-size:42px;margin-bottom:8px}.job-card h2{font-size:19px;margin:6px 0}.job-card p{color:var(--muted);font-size:11px;line-height:1.5;min-height:50px}.job-pay{display:flex;align-items:center;gap:6px;margin:8px 0 14px;color:#8b6b24}.job-pay span{font-size:9px;color:var(--muted)}.job-card .btn{margin-top:auto}.work-rule{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;margin-bottom:14px;background:linear-gradient(145deg,#fff,#f7f4ff)}.work-rule>svg{color:#6654d8}.work-rule p{margin:3px 0;color:var(--muted);font-size:10px}.work-rule>span{background:#eeeaff;color:#6554d8;padding:8px 10px;border-radius:999px;font-size:10px;font-weight:900}.mini-game{max-width:820px;margin:auto;padding:26px}.mini-game-top{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:15px}.mini-game-top h2{margin:3px 0}.progress-count{font-size:11px;font-weight:900;color:#6554d8;background:#eeeaff;border-radius:999px;padding:8px 10px}.work-progress{height:8px;background:#eeeaf7;border-radius:99px;overflow:hidden;margin:18px 0}.work-progress i{display:block;height:100%;background:linear-gradient(90deg,#7362ea,#d477af);border-radius:99px;transition:.3s}.work-question{text-align:center;padding:25px 0}.work-item{font-size:56px}.work-question h3{font-size:22px}.work-options{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:15px}.work-options button{border:1px solid var(--line);background:#fff;border-radius:15px;padding:14px;font-weight:800;color:#625b72;display:flex;align-items:center;justify-content:center;gap:6px}.work-options button:hover:not(:disabled){border-color:#a99bf7;background:#f8f6ff}.work-options button.right{background:#effbf4;border-color:#bfe8d0;color:#2c7850}.work-options button.wrong{background:#fff2f3;border-color:#f3c5cc;color:#a34e5d}.mini-game-foot{display:flex;gap:7px;align-items:center;color:var(--muted);font-size:10px}.work-result{text-align:center;max-width:620px;margin:auto;padding:35px}.result-coin{font-size:66px}.work-result h2{font-size:34px;margin:5px}.work-result p{color:var(--muted)}.result-actions{display:flex;gap:9px;justify-content:center;flex-wrap:wrap}.finance-history,.work-history{margin-top:16px}.finance-list{display:grid;gap:7px;margin-top:12px}.finance-list>div{display:grid;grid-template-columns:75px 1fr;gap:10px;align-items:center;padding:9px 0;border-bottom:1px solid var(--line)}.finance-list>div:last-child{border:0}.finance-list .income{color:#2c8a59;font-weight:900}.finance-list .expense{color:#bc5d6d;font-weight:900}.finance-list b,.finance-list small{display:block}.finance-list b{font-size:11px}.finance-list small{font-size:9px;color:var(--muted);margin-top:2px}.work-history>div{display:grid;gap:5px;margin-top:10px}.work-history>div>span{font-size:10px;color:#655f73;padding:8px 9px;background:#faf9fd;border-radius:10px}.v4-wallet .wallet-actions{display:flex;gap:7px;flex-wrap:wrap}.decision-topline{display:flex;justify-content:space-between;align-items:center;gap:12px}.decision-category{font-size:9px;text-transform:uppercase;letter-spacing:.08em;color:#8d849e}.vote-progress{display:flex;align-items:center;gap:6px;font-size:10px;color:#746d82;margin:10px 0}.decision-status{margin:10px 0;padding:10px 11px;border-radius:12px;background:#f2efff;color:#6356bd;font-size:10px}.decision-status.warning{background:#fff7e8;color:#8b6a21}.resolved-decisions{margin-top:28px}.resolved-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}.resolved-card{display:grid;grid-template-columns:auto 1fr;gap:10px}.resolved-card>svg{color:#4faa76}.resolved-card h3{font-size:14px;margin:4px 0}.resolved-card p{font-size:10px;color:var(--muted);line-height:1.5}.resolved-card small{display:flex;gap:4px;align-items:center;color:#9a94a5;font-size:8px}.memory-title-row{display:flex;justify-content:space-between;align-items:flex-start;gap:15px}.memory-filters{display:flex;gap:5px;flex-wrap:wrap}.memory-filters button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 10px;font-size:9px;font-weight:800;color:#726b7f}.memory-filters button.active{background:#eeeaff;color:#6554d8;border-color:#b9adf8}.memory-source{display:flex;align-items:center;gap:4px;color:#8d83a1;font-size:8px;margin-top:9px}.memory-explainer{margin-top:16px;display:flex;gap:12px;align-items:flex-start}.memory-explainer>svg{color:#8a6fe5}.memory-explainer p{font-size:10px;color:var(--muted);line-height:1.5;margin:4px 0}.speech-stage-banner{margin:0 15px 12px;padding:11px 13px;border-radius:15px;background:#f5f2ff;border:1px solid #e9e3fb;display:grid;grid-template-columns:auto 1fr auto;gap:9px;align-items:center;color:#625a79}.speech-stage-banner>svg{color:#725fe0}.speech-stage-banner b,.speech-stage-banner span{display:block}.speech-stage-banner b{font-size:10px}.speech-stage-banner span{font-size:9px;color:var(--muted);margin-top:2px}.speech-stage-banner small{max-width:300px;font-size:8px;color:#8b839a;line-height:1.35;text-align:right}.page-loader{min-height:280px;display:grid;place-items:center;align-content:center;gap:10px;color:var(--muted)}@media(max-width:1100px){.job-grid,.v4-school-overview{grid-template-columns:1fr 1fr}.education-map-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:760px){.school-type-grid,.job-grid,.work-options,.resolved-grid{grid-template-columns:1fr}.education-map-grid{grid-template-columns:1fr 1fr}.jobs-header,.school-title-row,.memory-title-row{display:block}.jobs-header .wallet-badge{margin:0 0 14px;width:max-content}.tuition-card{grid-template-columns:auto 1fr}.tuition-card .btn{grid-column:1/-1}.speech-stage-banner{grid-template-columns:auto 1fr}.speech-stage-banner small{grid-column:1/-1;text-align:left}.relationship-grid{grid-template-columns:1fr!important}}.thinking-bubble{min-width:72px}.typing-dots{display:flex!important;gap:4px;align-items:center;height:16px}.typing-dots i{width:6px;height:6px;border-radius:50%;background:#8b7be8;animation:typingPulse 1s infinite ease-in-out}.typing-dots i:nth-child(2){animation-delay:.14s}.typing-dots i:nth-child(3){animation-delay:.28s}@keyframes typingPulse{0%,70%,to{opacity:.3;transform:translateY(0)}35%{opacity:1;transform:translateY(-3px)}}.ui-crash-screen{min-height:100vh;display:grid;place-items:center;padding:24px;background:radial-gradient(circle at 20% 10%,#ece6ff,transparent 30%),radial-gradient(circle at 90% 20%,#ffeaf3,transparent 26%),#f8f6fc}.ui-crash-card{width:min(480px,100%);text-align:center;background:#fff;border:1px solid var(--line);border-radius:24px;padding:30px;box-shadow:var(--shadow)}.ui-crash-card .logo-mark{margin:0 auto 14px}.ui-crash-card h2{margin:8px 0}.ui-crash-card p{color:var(--muted);line-height:1.5}.ui-crash-card small{display:block;margin-top:14px;color:#a29bad;word-break:break-word}.job-count-note{display:flex;align-items:center;gap:8px;margin:0 0 12px;color:var(--muted);font-size:10px}.job-count-note b{color:#6554d8;background:#eeeaff;border-radius:999px;padding:7px 10px}.store-toolbar{margin-bottom:14px;display:grid;gap:11px}.store-search{display:flex;align-items:center;gap:9px;border:1px solid var(--line);background:#faf9fd;border-radius:14px;padding:0 12px}.store-search svg{color:#7765ee}.store-search input{border:0;background:transparent;outline:0;width:100%;padding:12px 0;color:var(--ink)}.store-search input::placeholder{color:#9b95a8}.store-categories{display:flex;gap:7px;flex-wrap:wrap}.store-categories button{border:1px solid var(--line);background:#fff;border-radius:999px;padding:8px 11px;font-size:9px;font-weight:900;text-transform:capitalize;color:#70697f;cursor:pointer}.store-categories button.active{background:#eeeaff;color:#6554d8;border-color:#b8acf8}.store-summary{display:flex;align-items:center;gap:7px;color:var(--muted);font-size:10px}.store-summary b{color:#6554d8}.store-item{min-height:310px}.job-card{min-height:285px}.obj-5{transform:translate(95px,-12px)}.obj-6{transform:translate(-95px,-8px)}.obj-7{transform:translate(120px,45px)}.obj-8{transform:translate(-120px,42px)}.obj-9{transform:translate(35px,-55px)}.obj-10{transform:translate(-35px,-52px)}.obj-11{transform:translate(145px,-45px)}.sidebar nav{overflow-y:auto;min-height:0;padding-right:2px}.sidebar nav::-webkit-scrollbar{width:4px}.sidebar nav::-webkit-scrollbar-thumb{background:#e3def2;border-radius:99px}.life-system-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.life-system-card{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;min-height:118px;transition:.2s}.life-system-card:hover{transform:translateY(-2px);border-color:#d8d0f8}.life-system-card>svg{color:var(--violet)}.life-system-card h3{margin:4px 0;font-size:15px}.life-system-card p{margin:0;color:var(--muted);font-size:10px;line-height:1.45}.life-system-card>svg:last-child{color:#a09aac}.social-page,.health-page,.finance-page,.calendar-page{display:flex;flex-direction:column;gap:16px}.social-hero,.health-hero,.finance-hero,.calendar-hero{display:flex;align-items:center;justify-content:space-between;gap:18px;background:linear-gradient(135deg,#fff,#f6f2ff)}.social-hero h2,.health-hero h2,.finance-hero h2,.calendar-hero h2{margin:5px 0 7px;font-size:25px}.social-hero p,.health-hero p,.finance-hero p,.calendar-hero p{color:var(--muted);max-width:820px;line-height:1.55;margin:0}.social-hero>svg,.health-hero>svg,.finance-hero>svg,.calendar-hero>svg{color:var(--violet);flex:none}.friend-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.friend-card{min-height:300px}.friend-card.best{background:linear-gradient(145deg,#fff,#fff6fb);border-color:#f0d4e4}.friend-top{display:grid;grid-template-columns:auto 1fr auto;gap:11px;align-items:center;margin-bottom:13px}.friend-avatar{width:48px;height:48px;border-radius:17px;background:linear-gradient(135deg,#ddd5ff,#ffdbea);display:grid;place-items:center;font-size:20px;font-weight:900;color:#654fd7}.friend-top h2{font-size:18px;margin:2px 0}.friend-top small{font-size:9px;color:var(--muted)}.friend-top>svg{color:#ce6e9e}.friend-card>p{font-size:10px;line-height:1.5;color:var(--muted);margin-top:13px}.social-history{margin-top:4px}.social-timeline{display:grid;margin-top:8px}.social-timeline>div{display:grid;grid-template-columns:42px 1fr;gap:11px;padding:12px 0;border-bottom:1px solid var(--line)}.social-timeline>div:last-child{border:0}.social-timeline>div>span{width:40px;height:40px;border-radius:14px;background:#f3efff;display:grid;place-items:center}.social-timeline b{font-size:12px}.social-timeline p{margin:3px 0;color:var(--muted);font-size:10px;line-height:1.45}.social-timeline small{font-size:8px;color:#9c95a8}.social-note{display:flex;gap:8px;align-items:flex-start}.health-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.needs-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:13px}.care-card>p{color:var(--muted);font-size:11px;line-height:1.5}.care-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;margin-top:14px}.care-actions button{border:1px solid var(--line);background:#faf9fd;border-radius:14px;padding:12px;display:flex;align-items:center;gap:8px;font-size:10px;font-weight:800;color:#615a70;cursor:pointer}.care-actions button:hover:not(:disabled){background:#f2efff;border-color:#d9d0fb;color:#6554d8}.care-actions button svg{width:17px}.current-plan{background:linear-gradient(135deg,#fff,#f9fbff)}.plan-status-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:9px;margin-top:14px}.plan-status-grid>div{background:#faf9fd;border:1px solid var(--line);border-radius:13px;padding:11px}.plan-status-grid small,.plan-status-grid b{display:block}.plan-status-grid small{font-size:8px;color:var(--muted);text-transform:uppercase;font-weight:900}.plan-status-grid b{font-size:11px;margin-top:4px}.plan-actions{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.health-plan-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.health-plan{display:flex;flex-direction:column;min-height:335px}.health-plan.selected{border-color:#a99bf5;background:linear-gradient(145deg,#fff,#f5f2ff)}.plan-icon{font-size:35px}.health-plan h2{font-size:17px;margin:6px 0}.health-plan p{font-size:10px;color:var(--muted);line-height:1.5;min-height:62px}.plan-price{margin:8px 0}.plan-price b{font-size:18px}.plan-price span{font-size:9px;color:var(--muted);margin-left:4px}.health-plan>small{font-size:8px;color:#888195;line-height:1.45;margin-bottom:13px}.health-plan .btn{margin-top:auto}.health-visits>p{font-size:10px}.visit-actions{display:flex;gap:8px;flex-wrap:wrap;margin:12px 0}.health-history{display:grid}.health-history>div{display:grid;grid-template-columns:auto 1fr;gap:9px;padding:9px 0;border-bottom:1px solid var(--line)}.health-history b,.health-history small{display:block}.health-history b{font-size:11px}.health-history small{font-size:8px;color:var(--muted);margin-top:2px}.finance-hero h2{display:flex;align-items:center;gap:8px}.commitment-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.commitment{position:relative;display:grid;grid-template-columns:auto 1fr;gap:10px 12px}.commitment.debt{border-color:#f1cbd2;background:#fff9fa}.commitment-icon{width:46px;height:46px;border-radius:15px;background:#f0edff;color:#6654d8;display:grid;place-items:center}.commitment h2{font-size:18px;margin:3px 0}.commitment p{font-size:10px;color:var(--muted);margin:0}.commitment-meta{grid-column:1/-1;display:grid;grid-template-columns:1fr 1fr;gap:8px}.commitment-meta span{display:flex;align-items:center;gap:6px;padding:9px;border:1px solid var(--line);border-radius:12px;font-size:9px;color:var(--muted)}.commitment-meta svg{width:14px;color:#7565df}.commitment-meta b{color:var(--ink)}.commitment-actions{grid-column:1/-1;display:flex;gap:7px;flex-wrap:wrap}.cancel-note{grid-column:1/-1;color:#9b6e42;background:#fff8e8;padding:8px 10px;border-radius:10px;font-size:8px;line-height:1.45}.statement-list{display:grid;margin-top:12px}.statement-list>div{display:grid;grid-template-columns:75px 1fr;gap:12px;align-items:center;padding:11px 0;border-bottom:1px solid var(--line)}.statement-list>div:last-child{border:0}.statement-list strong{font-size:13px}.statement-list .income{color:#2b8c59}.statement-list .expense{color:#bd596c}.statement-list b,.statement-list small{display:block}.statement-list b{font-size:11px}.statement-list small{font-size:8px;color:var(--muted);margin-top:2px}.calendar-now{display:flex;align-items:center;gap:10px;width:max-content;background:#eeeaff;color:#6554d8;border-radius:15px;padding:10px 14px}.calendar-now small,.calendar-now b{display:block}.calendar-now small{font-size:7px;font-weight:900;letter-spacing:.08em}.calendar-now b{font-size:12px;margin-top:2px}.calendar-list{padding:8px 20px}.calendar-row{display:grid;grid-template-columns:58px 42px 1fr auto;gap:12px;align-items:center;padding:14px 0;border-bottom:1px solid var(--line)}.calendar-row:last-child{border:0}.calendar-row.next{background:linear-gradient(90deg,#f8f5ff,transparent);margin:0 -10px;padding-left:10px;padding-right:10px;border-radius:14px}.calendar-date{text-align:center}.calendar-date b,.calendar-date span{display:block}.calendar-date b{font-size:23px}.calendar-date span{font-size:9px;color:var(--muted);text-transform:uppercase}.calendar-kind{width:40px;height:40px;border-radius:13px;background:#f2efff;color:#6b58dc;display:grid;place-items:center}.calendar-kind svg{width:18px}.calendar-row h3{font-size:13px;margin:2px 0}.calendar-row p{font-size:9px;color:var(--muted);margin:0}.calendar-row em{font-style:normal;font-size:8px;font-weight:900;color:#6b58dc;background:#eeeaff;padding:6px 8px;border-radius:999px}.empty-calendar{min-height:220px;display:grid;place-items:center;align-content:center;gap:7px;color:var(--muted)}.empty-calendar:first-letter{font-size:36px}.empty-calendar b{color:var(--ink)}.empty-calendar span{font-size:10px}@media(max-width:1180px){.friend-grid,.health-plan-grid,.plan-status-grid{grid-template-columns:1fr 1fr}}@media(max-width:780px){.sidebar nav{overflow-x:auto;overflow-y:hidden;justify-content:flex-start!important}.nav-link{min-width:58px;flex:none}.life-system-grid,.health-grid,.commitment-grid,.friend-grid,.health-plan-grid{grid-template-columns:1fr}.plan-status-grid,.needs-grid{grid-template-columns:1fr 1fr}.social-hero,.health-hero,.finance-hero,.calendar-hero{align-items:flex-start}.social-hero>svg,.health-hero>svg,.finance-hero>svg,.calendar-hero>svg{display:none}.calendar-row{grid-template-columns:48px 36px 1fr}.calendar-row em{display:none}.calendar-kind{width:34px;height:34px}.life-system-card{min-height:105px}}@media(max-width:500px){.plan-status-grid,.needs-grid,.care-actions,.commitment-meta{grid-template-columns:1fr}.calendar-list{padding:8px 12px}.calendar-row{gap:8px}.sidebar .nav-link:nth-of-type(4){display:flex}}.notification-history>div:last-child{display:grid}.notification-history article{padding:10px 0;border-bottom:1px solid var(--line)}.notification-history article:last-child{border:0}.notification-history article b{font-size:11px}.notification-history article p{font-size:9px;color:var(--muted);margin:3px 0}.notification-history article small{font-size:8px;color:#a09aaa}.couple-page{display:flex;flex-direction:column;gap:18px}.couple-hero{display:flex;align-items:center;justify-content:space-between;gap:24px;background:linear-gradient(135deg,#fff,#fff6fb 50%,#f4f0ff)}.couple-hero h2{font-size:29px;margin:5px 0 8px}.couple-hero h2 span{color:#d86fa3}.couple-hero p{max-width:820px;color:var(--muted);font-size:11px;line-height:1.55;margin:0}.couple-chips{display:flex;gap:8px;flex-wrap:wrap;margin-top:14px}.couple-chips span{display:flex;align-items:center;gap:6px;background:#fff;border:1px solid var(--line);padding:8px 10px;border-radius:999px;font-size:9px;font-weight:800;color:#6d657a}.couple-heart{width:88px;height:88px;border-radius:30px;background:linear-gradient(145deg,#f5e9ff,#ffe9f3);display:grid;place-items:center;flex:none}.couple-heart svg{width:39px;height:39px;color:#8a5ce2}.couple-main-grid,.couple-bottom-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.couple-meter-card,.parenting-card{min-height:390px}.couple-meter-list{display:grid;gap:12px;margin-top:14px}.parenting-style-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:12px}.parent-style{padding:13px;border:1px solid var(--line);border-radius:17px;background:#fbfafe}.parent-style-top{display:flex;align-items:center;gap:9px;margin-bottom:11px}.parent-style-top>div{width:38px;height:38px;border-radius:13px;background:linear-gradient(135deg,#e9e2ff,#ffe4ef);display:grid;place-items:center;font-weight:900;color:#6652d6}.parent-style-top span b,.parent-style-top span small{display:block}.parent-style-top span b{font-size:11px}.parent-style-top span small{font-size:8px;color:var(--muted);margin-top:2px}.parent-style .meter{margin-top:7px}.parent-style .meter-head{font-size:8px}.secret-story-card{border-color:#d9cef9;background:linear-gradient(135deg,#fbf9ff,#fff7fb)}.secret-story-head{display:flex;align-items:center;gap:12px}.secret-lock{width:44px;height:44px;border-radius:15px;background:#ede7ff;color:#6652d6;display:grid;place-items:center}.secret-story-card h2{font-size:20px;margin:3px 0}.secret-story-card>p{color:var(--muted);font-size:10px;line-height:1.55;max-width:900px}.secret-options{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin-top:13px}.secret-options button{border:1px solid var(--line);background:#fff;border-radius:15px;padding:13px;text-align:left;cursor:pointer;transition:.18s}.secret-options button:hover:not(:disabled){border-color:#afa0f1;transform:translateY(-1px);box-shadow:0 7px 18px #5b46aa14}.secret-options button span,.secret-options button small{display:block}.secret-options button span{font-size:10px;font-weight:900;color:var(--ink);line-height:1.35}.secret-options button small{font-size:8px;color:var(--muted);line-height:1.4;margin-top:6px}.private-wait{display:flex;gap:10px;align-items:flex-start;padding:12px;border-radius:14px;background:#f2eeff;margin-top:12px;color:#6554d8}.private-wait b{font-size:10px}.private-wait p{font-size:9px;line-height:1.45;margin:3px 0 0;color:#756f83}.couple-challenge-section{display:flex;flex-direction:column;gap:9px}.challenge-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.couple-challenge{display:grid;grid-template-columns:auto 1fr;gap:11px;border-color:#f0d8cf;background:linear-gradient(145deg,#fff,#fffaf6)}.challenge-icon{width:42px;height:42px;border-radius:14px;background:#fff0ea;display:grid;place-items:center;font-size:20px}.couple-challenge h3{font-size:15px;margin:3px 0}.couple-challenge p{font-size:9px;color:var(--muted);line-height:1.5;margin:0}.couple-challenge small{display:block;font-size:8px;color:#99909f;margin-top:6px}.challenge-actions{grid-column:1/-1;display:flex;gap:7px;flex-wrap:wrap;margin-top:3px}.couple-activity-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.couple-activity{min-height:275px;display:flex;flex-direction:column}.activity-icon{font-size:34px}.couple-activity h3{font-size:14px;margin:8px 0 5px}.couple-activity p{font-size:9px;color:var(--muted);line-height:1.5;min-height:54px}.effect-chips{display:flex;gap:5px;flex-wrap:wrap;margin:4px 0 12px}.effect-chips span{font-size:7px;font-weight:900;background:#f4f0ff;color:#6b59d5;padding:5px 7px;border-radius:999px}.couple-activity .btn{margin-top:auto}.responsibility-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:12px}.responsibility-card{display:flex;flex-direction:column;min-height:330px}.responsibility-card.overdue{border-color:#efcfd7;background:linear-gradient(145deg,#fff,#fff8fa)}.responsibility-top{display:grid;grid-template-columns:auto 1fr;gap:10px}.responsibility-top>span{width:42px;height:42px;border-radius:14px;background:#f2efff;display:grid;place-items:center;font-size:20px}.responsibility-top h3{font-size:14px;margin:2px 0 4px}.responsibility-top p{font-size:9px;color:var(--muted);line-height:1.45;margin:0}.responsibility-meta{display:grid;grid-template-columns:1fr 1fr;gap:7px;margin:13px 0 10px}.responsibility-meta>span{padding:9px;border:1px solid var(--line);border-radius:12px;background:#faf9fd}.responsibility-meta b,.responsibility-meta small{display:block}.responsibility-meta b{font-size:9px}.responsibility-meta small{font-size:7px;color:var(--muted);margin-top:2px}.responsibility-assign{display:grid;grid-template-columns:1fr 1fr 1fr;gap:5px;margin-bottom:9px}.responsibility-assign button{border:1px solid var(--line);background:#fff;border-radius:10px;padding:8px 5px;font-size:8px;font-weight:900;cursor:pointer;color:#746d7f;display:flex;align-items:center;justify-content:center;gap:4px}.responsibility-assign button.active{background:#eeeaff;border-color:#afa2f1;color:#6554d8}.responsibility-card>.btn{margin-top:auto}.goal-list{display:grid;gap:10px;margin-top:8px}.family-goal{display:grid;grid-template-columns:42px 1fr;gap:10px;align-items:center;padding:10px;border:1px solid var(--line);border-radius:14px}.family-goal>span{width:40px;height:40px;border-radius:13px;background:#f2efff;display:grid;place-items:center;font-size:19px}.family-goal.done{background:#f7fff9}.goal-title{display:flex;align-items:center;justify-content:space-between;gap:8px}.goal-title b{font-size:10px}.goal-title em{font-style:normal;font-size:7px;font-weight:900;color:#6d5bd5}.family-goal p{font-size:8px;color:var(--muted);margin:3px 0 7px}.goal-track{height:6px;background:#eeeaf5;border-radius:999px;overflow:hidden}.goal-track i{display:block;height:100%;background:linear-gradient(90deg,#8e76e9,#d779ad);border-radius:999px}.couple-history-list{display:grid;margin-top:8px}.couple-history-list>div:not(.empty){display:grid;grid-template-columns:38px 1fr;gap:9px;padding:10px 0;border-bottom:1px solid var(--line)}.couple-history-list>div:last-child{border-bottom:0}.couple-history-list>div>span{width:36px;height:36px;border-radius:12px;background:#f5f1ff;display:grid;place-items:center}.couple-history-list b{font-size:10px}.couple-history-list p{font-size:8px;color:var(--muted);line-height:1.4;margin:2px 0}.couple-history-list small{font-size:7px;color:#9c95a5}.couple-info{display:grid;grid-template-columns:auto 1fr auto;gap:12px;align-items:center;background:#faf9ff}.couple-info>svg{color:#7461dd}.couple-info b{font-size:11px}.couple-info p{font-size:9px;color:var(--muted);line-height:1.5;margin:3px 0}@media(max-width:1180px){.couple-activity-grid{grid-template-columns:repeat(2,1fr)}.responsibility-grid,.secret-options{grid-template-columns:1fr 1fr}}@media(max-width:900px){.couple-main-grid,.couple-bottom-grid,.challenge-grid{grid-template-columns:1fr}.parenting-style-grid,.responsibility-grid{grid-template-columns:1fr 1fr}}@media(max-width:650px){.couple-hero{align-items:flex-start}.couple-heart{display:none}.couple-hero h2{font-size:23px}.parenting-style-grid,.couple-activity-grid,.responsibility-grid,.secret-options{grid-template-columns:1fr}.responsibility-card{min-height:unset}.couple-info{grid-template-columns:auto 1fr}.couple-info>svg:last-child{display:none}}html,body,#root{max-width:100%;overflow-x:hidden}.v7-content{min-width:0}.mobile-appbar,.mobile-bottom-nav,.mobile-more-sheet,.mobile-more-backdrop{display:none}.pending-center{background:linear-gradient(135deg,#fff,#fbf9ff)}.pending-list{display:grid;margin-top:10px}.pending-row{display:grid;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:10px;padding:11px 0;border-bottom:1px solid var(--line)}.pending-row:last-child{border-bottom:0}.pending-row>span{width:38px;height:38px;border-radius:13px;background:#f3efff;display:grid;place-items:center}.pending-row b{display:block;font-size:11px}.pending-row p{font-size:9px;color:var(--muted);margin:3px 0;line-height:1.4}.pending-row>svg{color:#8b7ed1}.pending-shortcuts{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.pending-shortcuts a{display:flex;align-items:center;gap:6px;font-size:9px;font-weight:900;color:#6654d8;background:#f1edff;padding:8px 10px;border-radius:11px}.appointment-builder{background:linear-gradient(135deg,#fff,#f7fbff)}.appointment-form{display:grid;grid-template-columns:1.1fr 1fr .8fr 1.2fr;gap:10px;margin-top:14px}.appointment-form label,.reschedule-box label{min-width:0}.appointment-form label>span,.reschedule-box label>span{display:block;font-size:9px;font-weight:900;color:#595269;margin-bottom:6px}.appointment-form input,.appointment-form select,.reschedule-box input{width:100%;min-width:0;border:1px solid var(--line);background:#fff;border-radius:12px;padding:10px 11px;color:var(--ink);outline:none}.appointment-form small{display:block;font-size:7px;color:var(--muted);line-height:1.35;margin-top:5px}.appointment-submit{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:14px;padding-top:13px;border-top:1px solid var(--line)}.appointment-submit b,.appointment-submit span{display:block}.appointment-submit b{font-size:10px}.appointment-submit span{font-size:8px;color:var(--muted);margin-top:3px}.appointment-list{display:grid;gap:12px}.appointment-card{padding:17px}.appointment-card-head{display:grid;grid-template-columns:45px minmax(0,1fr) auto;gap:11px;align-items:center}.appointment-icon{width:43px;height:43px;border-radius:15px;background:#eef5ff;display:grid;place-items:center;font-size:21px}.appointment-card-head h3{font-size:14px;margin:2px 0}.appointment-card-head p{display:flex;align-items:center;gap:5px;flex-wrap:wrap;margin:3px 0 0;color:var(--muted);font-size:8px}.appointment-status{font-size:8px;font-weight:900;border-radius:999px;padding:6px 8px;background:#f1edff;color:#6654d8}.appointment-status.completed{background:#eaf9ef;color:#3f8e5d}.appointment-status.missed{background:#fff0f1;color:#b45261}.appointment-status.cancelled{background:#f1f0f4;color:#77717f}.appointment-consensus,.appointment-responsible,.appointment-done,.appointment-missed{margin-top:12px;padding:12px;border-radius:14px;background:#faf9fd;border:1px solid var(--line)}.consensus-title{display:flex;gap:9px;align-items:flex-start}.consensus-title svg{color:#745fe0}.consensus-title b,.consensus-title p{display:block}.consensus-title b{font-size:10px}.consensus-title p{font-size:8px;color:var(--muted);margin:3px 0}.consensus-options{display:flex;gap:7px;flex-wrap:wrap;margin-top:9px}.consensus-options button{border:1px solid var(--line);background:#fff;border-radius:11px;padding:8px 10px;font-size:8px;font-weight:900;cursor:pointer}.consensus-options button.active{background:#eeeaff;color:#6554d8;border-color:#b4a7f0}.consensus-votes{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.consensus-votes span{font-size:7px;background:#f4f2f7;padding:5px 7px;border-radius:999px}.appointment-responsible{display:flex;gap:9px;align-items:center}.appointment-responsible svg{color:#6a57dc}.appointment-responsible b,.appointment-responsible small{display:block}.appointment-responsible b{font-size:10px}.appointment-responsible small{font-size:8px;color:var(--muted);margin-top:2px}.appointment-actions{display:flex;gap:7px;flex-wrap:wrap;margin-top:11px}.danger-outline{border-color:#f0cbd1!important;color:#a95464!important;background:#fff9fa!important}.appointment-missed{background:#fff7f8;border-color:#f1d6dc}.appointment-missed b{font-size:10px;color:#a44e5d}.appointment-missed p,.appointment-done p{font-size:8px;color:var(--muted);margin:4px 0}.appointment-done{background:#f7fff9;border-color:#d8efdf}.reschedule-box{display:grid;grid-template-columns:1fr 1fr auto;gap:8px;align-items:end;margin-top:10px;padding:10px;border-radius:13px;background:#f8f6fc}.appointment-empty{text-align:center;padding:34px}.appointment-empty>span{font-size:34px}.appointment-empty b{display:block;margin-top:6px}.appointment-empty p{font-size:9px;color:var(--muted)}.couple-communication-grid{display:grid;grid-template-columns:minmax(0,.9fr) minmax(0,1.1fr);gap:16px}.letter-compose textarea,.note-compose textarea,.planned-date-form textarea{width:100%;resize:vertical;min-height:120px;border:1px solid var(--line);border-radius:14px;padding:12px;outline:none;background:#fff;color:var(--ink);font:inherit}.letter-compose input,.planned-date-form input,.marriage-date-card input{width:100%;border:1px solid var(--line);border-radius:13px;padding:10px 11px;outline:none;background:#fff}.letter-compose label,.planned-date-form label,.marriage-date-card label{display:block;font-size:9px;font-weight:900;color:#5d5669;margin-top:10px}.letter-compose label span,.planned-date-form label span,.marriage-date-card label span{display:block;margin-bottom:5px}.compose-footer{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:9px}.compose-footer small{font-size:7px;line-height:1.4;color:var(--muted);max-width:320px}.letter-list{display:grid;gap:8px;max-height:560px;overflow:auto;padding-right:3px}.letter-seal{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:9px;align-items:center;border:1px solid var(--line);border-radius:14px;padding:10px;background:#fff;cursor:pointer;text-align:left;color:inherit}.letter-seal.unread{background:#fbf8ff;border-color:#cfc4fa}.letter-seal>span:first-child{width:36px;height:36px;border-radius:12px;background:#f2ecff;display:grid;place-items:center}.letter-seal b,.letter-seal small{display:block}.letter-seal b{font-size:10px}.letter-seal small{font-size:7px;color:var(--muted);margin-top:2px}.letter-seal em{font-style:normal;font-size:7px;font-weight:900;color:#705bd9}.letter-open{border:1px solid #ded5fa;background:linear-gradient(145deg,#fff,#fff8fc);border-radius:16px;padding:14px}.letter-open .letter-body{white-space:pre-wrap;font-size:10px;line-height:1.6;color:#514a5d;margin:12px 0}.letter-open header{display:flex;justify-content:space-between;gap:10px}.letter-open header b,.letter-open header small{display:block}.letter-open header small{font-size:7px;color:var(--muted);margin-top:3px}.letter-open footer{display:flex;gap:7px;flex-wrap:wrap}.couple-tools-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.note-compose{display:flex;gap:8px;align-items:flex-end}.note-compose textarea{min-height:76px}.note-list{display:grid;gap:7px;margin-top:12px}.note-list article{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:8px;padding:10px;border-radius:13px;background:#fffdf4;border:1px solid #efe6c8}.note-list p{font-size:9px;line-height:1.45;margin:0}.note-list small{display:block;font-size:7px;color:var(--muted);margin-top:4px}.note-list button{border:0;background:transparent;color:#9d6970;cursor:pointer}.marriage-date-card{background:linear-gradient(145deg,#fff,#fff7fb)}.marriage-date-card .big-emoji{font-size:36px}.planned-date-builder{background:linear-gradient(145deg,#fff,#faf7ff)}.planned-date-form{display:grid;grid-template-columns:1fr 1fr .7fr;gap:9px;align-items:end}.planned-date-form .wide{grid-column:1/-1}.planned-date-form textarea{min-height:78px}.planned-date-list{display:grid;gap:8px;margin-top:13px}.planned-date-list article{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:10px;align-items:center;border:1px solid var(--line);border-radius:14px;padding:10px}.planned-date-icon{width:40px;height:40px;border-radius:13px;background:#f2eeff;display:grid;place-items:center;font-size:20px}.planned-date-list b,.planned-date-list small{display:block}.planned-date-list b{font-size:10px}.planned-date-list small{font-size:7px;color:var(--muted);margin-top:3px}.planned-date-actions{display:flex;gap:5px;flex-wrap:wrap;justify-content:flex-end}.confirmed-chip{font-size:7px;font-weight:900;color:#397c55;background:#eaf9ef;padding:6px 8px;border-radius:999px}.notifications-page{display:flex;flex-direction:column;gap:16px}.notifications-hero{display:flex;align-items:center;justify-content:space-between;gap:20px;background:linear-gradient(135deg,#fff,#f7f4ff)}.notifications-hero h2{margin:4px 0 6px}.notifications-hero p{color:var(--muted);font-size:10px;line-height:1.5;max-width:720px}.notifications-hero>svg{color:#7765ee}.notifications-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px}.notification-center-list{padding:8px 18px}.notification-center-list article{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:11px;align-items:center;padding:13px 3px;border-bottom:1px solid var(--line)}.notification-center-list article:last-child{border-bottom:0}.notification-center-list article.unread{background:linear-gradient(90deg,#faf8ff,transparent);border-radius:13px;padding-left:9px;padding-right:9px}.notification-icon{width:40px;height:40px;border-radius:13px;background:#f1edff;display:grid;place-items:center;color:#6b57da}.notification-title-row{display:flex;align-items:center;gap:7px}.notification-title-row b{font-size:10px}.notification-title-row span{font-size:7px;font-weight:900;color:#fff;background:#816bea;padding:3px 5px;border-radius:999px}.notification-center-list p{font-size:8px;color:var(--muted);line-height:1.45;margin:3px 0}.notification-center-list small{font-size:7px;color:#aaa3b3}.notification-safety,.calendar-notification-link{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px}.notification-safety>svg,.calendar-notification-link>svg{color:#7967df}.notification-safety b,.calendar-notification-link b{font-size:10px}.notification-safety p,.calendar-notification-link p{font-size:8px;color:var(--muted);margin:2px 0}.calendar-section-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 3px 12px}.calendar-section-head h2{font-size:16px;margin:2px 0}.calendar-section-head>span{font-size:9px;font-weight:900;color:#6b58dc;background:#eeeaff;padding:6px 9px;border-radius:999px}.calendar-history-list{display:grid}.calendar-history-row{display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:10px;align-items:center;padding:10px 0;border-bottom:1px solid var(--line)}.calendar-history-row:last-child{border-bottom:0}.calendar-history-row b{font-size:10px}.calendar-history-row p{font-size:8px;color:var(--muted);margin:2px 0}.calendar-history-row small{font-size:7px;color:#9d96a6}.calendar-history-row>span{font-size:7px;font-weight:900;padding:5px 7px;border-radius:999px;background:#f1f0f4;color:#756e7c}.calendar-history-row.completed>span{background:#eaf9ef;color:#397c55}.calendar-history-row.missed>span{background:#fff0f1;color:#a94f5e}.disagreement-panel{border:1px solid #edd9cf;border-radius:16px;padding:13px;background:#fffaf7;margin:12px 0}.disagreement-head{display:flex;gap:9px;align-items:flex-start}.disagreement-head b{font-size:10px}.disagreement-head p{font-size:8px;color:var(--muted);margin:3px 0}.disagreement-people{display:grid;grid-template-columns:1fr 1fr;gap:8px;margin-top:10px}.disagreement-people>div{padding:10px;border-radius:13px;border:1px solid var(--line);background:#fff}.disagreement-people small,.disagreement-people b{display:block}.disagreement-people small{font-size:7px;color:var(--muted)}.disagreement-people b{font-size:9px;margin-top:3px}@media(max-width:820px){html,body,#root{width:100%;max-width:100%;overflow-x:hidden}body{min-width:0}.v7-shell{width:100%;min-width:0;overflow-x:hidden}.desktop-sidebar,.desktop-topbar{display:none!important}.v7-content{margin-left:0!important;width:100%!important;max-width:100%!important;min-width:0!important;padding:72px 12px 96px!important;overflow-x:hidden!important}.v7-content>*{min-width:0;max-width:100%}.mobile-appbar{position:fixed;display:flex;left:0;right:0;top:0;height:60px;z-index:45;align-items:center;justify-content:space-between;gap:10px;padding:8px 12px;background:#fffffff0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line);box-shadow:0 7px 22px #3e2e660f}.mobile-child-head{display:flex;align-items:center;gap:9px;min-width:0}.mobile-child-head>div:last-child{min-width:0}.mobile-child-head small,.mobile-child-head b{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-child-head small{font-size:7px;color:var(--muted);margin-bottom:1px}.mobile-child-head b{font-size:12px}.mobile-bell{position:relative;width:39px;height:39px;display:grid;place-items:center;flex:none;border:1px solid var(--line);border-radius:13px;background:#fff;color:#6654d8}.mobile-bell>span{position:absolute;top:-4px;right:-4px;min-width:17px;height:17px;padding:0 3px;border-radius:999px;background:#dd709a;color:#fff;border:2px solid #fff;font-size:7px;font-weight:900;display:grid;place-items:center}.mobile-bottom-nav{position:fixed;display:grid;grid-template-columns:repeat(5,1fr);left:0;right:0;bottom:0;z-index:50;height:70px;padding:6px max(6px,env(safe-area-inset-right)) calc(6px + env(safe-area-inset-bottom)) max(6px,env(safe-area-inset-left));background:#fffffff7;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-top:1px solid var(--line);box-shadow:0 -10px 30px #3b2b6212}.mobile-bottom-nav a,.mobile-bottom-nav button{border:0;background:transparent;color:#777083;border-radius:13px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;min-width:0;padding:4px 2px;font:inherit}.mobile-bottom-nav span{font-size:7px;font-weight:900}.mobile-bottom-nav a.active,.mobile-bottom-nav button.active{background:#f0edff;color:#6654dd}.mobile-more-backdrop{position:fixed;display:block;z-index:55;inset:0;border:0;background:#251f3659;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-more-sheet{position:fixed;display:block;left:8px;right:8px;bottom:76px;z-index:60;max-height:min(72vh,630px);overflow:auto;padding:14px;border-radius:23px;background:#fff;box-shadow:0 25px 80px #2d204c40;border:1px solid var(--line)}.mobile-more-head{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:2px 3px 10px}.mobile-more-head h2{font-size:18px;margin:2px 0}.mobile-more-head button{border:0;background:#f4f1fa;width:36px;height:36px;border-radius:12px;display:grid;place-items:center}.mobile-more-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.mobile-more-grid a{position:relative;min-width:0;min-height:68px;border:1px solid var(--line);border-radius:14px;padding:9px 5px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;text-align:center;color:#6a6375}.mobile-more-grid a svg{color:#715fe0}.mobile-more-grid a span{font-size:7px;font-weight:900;line-height:1.15}.mobile-more-grid a em{position:absolute;right:5px;top:5px;font-size:6px;font-style:normal;color:#fff;background:#dd709a;padding:2px 5px;border-radius:999px}.mobile-family-card{display:flex;align-items:center;justify-content:space-between;gap:8px;border-top:1px solid var(--line);margin-top:11px;padding-top:10px}.mobile-family-card>div{min-width:0}.mobile-family-card b,.mobile-family-card small{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.mobile-family-card b{font-size:9px}.mobile-family-card small{font-size:7px;color:var(--muted);margin-top:2px}.card{width:100%;max-width:100%;min-width:0;border-radius:18px;padding:14px;overflow-wrap:anywhere}.dashboard-grid,.dashboard-main,.dashboard-side,.life-system-grid,.health-grid,.couple-main-grid,.couple-bottom-grid,.couple-communication-grid,.couple-tools-grid,.challenge-grid,.parenting-style-grid,.responsibility-grid,.friend-grid,.health-plan-grid,.commitment-grid{grid-template-columns:minmax(0,1fr)!important;width:100%!important;min-width:0!important}.dashboard-side{display:flex!important}.child-summary{display:grid;grid-template-columns:70px minmax(0,1fr);gap:11px;align-items:center;position:relative}.child-summary .child-avatar{width:70px!important;height:70px!important}.child-summary .round-link{position:absolute;right:10px;top:10px;width:34px;height:34px}.child-summary .child-copy{padding-right:34px}.child-copy h2,.profile-hero h1{font-size:23px}.child-copy p{font-size:10px;line-height:1.4}.chips{gap:5px}.chips span,.pill{font-size:7px;padding:5px 7px}.section-row{gap:8px}.section-row h2,.section-title h2{font-size:16px}.section-row p,.section-title p{font-size:8px;line-height:1.45}.life-system-card{min-height:90px!important}.timeline-item p{font-size:8px}.appointment-form,.planned-date-form{grid-template-columns:minmax(0,1fr)!important}.appointment-form label,.planned-date-form label,.planned-date-form .wide{grid-column:1!important}.appointment-submit{align-items:stretch;flex-direction:column}.appointment-submit .btn{width:100%}.appointment-card-head{grid-template-columns:40px minmax(0,1fr)}.appointment-card-head .appointment-status{grid-column:2;justify-self:start}.appointment-actions .btn{flex:1;min-width:120px}.reschedule-box{grid-template-columns:1fr 1fr}.reschedule-box .btn{grid-column:1/-1}.plan-status-grid,.needs-grid{grid-template-columns:1fr 1fr!important}.couple-hero{align-items:flex-start}.couple-heart{display:none}.couple-hero h2{font-size:22px}.letter-list{max-height:none}.compose-footer{align-items:stretch;flex-direction:column}.compose-footer .btn{width:100%}.couple-tools-grid{display:grid}.note-compose{align-items:stretch;flex-direction:column}.note-compose .btn{width:100%}.planned-date-list article{grid-template-columns:40px minmax(0,1fr)}.planned-date-actions{grid-column:1/-1;justify-content:flex-start}.couple-activity-grid,.secret-options{grid-template-columns:minmax(0,1fr)!important}.responsibility-card{min-height:unset}.responsibility-assign{grid-template-columns:repeat(3,minmax(0,1fr))}.responsibility-assign button{font-size:7px;padding:8px 3px}.notifications-hero{align-items:flex-start}.notifications-hero>svg{display:none}.notifications-toolbar{align-items:stretch;flex-direction:column}.notification-center-list{padding:5px 10px}.notification-center-list article{grid-template-columns:38px minmax(0,1fr)}.notification-actions{grid-column:2}.notification-actions .btn{width:100%}.notification-safety,.calendar-notification-link{grid-template-columns:34px minmax(0,1fr)}.notification-safety .btn,.calendar-notification-link .btn{grid-column:1/-1;width:100%}.calendar-row{grid-template-columns:42px 32px minmax(0,1fr)!important;gap:7px}.calendar-row em{display:none!important}.calendar-history-row{grid-template-columns:34px minmax(0,1fr)}.calendar-history-row>span{grid-column:2;justify-self:start}.disagreement-people{grid-template-columns:minmax(0,1fr)}input,select,textarea,button{max-width:100%}.auth-panel input,.setup-card input,.creator-form input,.creator-form select{min-width:0}}@media(max-width:390px){.v7-content{padding-left:9px!important;padding-right:9px!important}.mobile-more-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.plan-status-grid,.needs-grid{grid-template-columns:1fr!important}.child-summary{grid-template-columns:58px minmax(0,1fr)}.child-summary .child-avatar{width:58px!important;height:58px!important}.responsibility-assign{grid-template-columns:1fr}.appointment-actions .btn{min-width:100%}}.page-error-card{display:grid;grid-template-columns:54px minmax(0,1fr);gap:14px;align-items:flex-start;border-color:#f0d4d8;background:linear-gradient(145deg,#fff,#fff9fa)}.page-error-icon{width:52px;height:52px;border-radius:17px;background:#fff0f2;display:grid;place-items:center;font-size:25px}.page-error-card h2{font-size:19px;margin:4px 0}.page-error-card p{font-size:10px;color:var(--muted);line-height:1.5;margin:4px 0 12px}.page-error-card small{display:block;font-size:7px;color:#a2959e;margin-top:9px}.page-error-actions{display:flex;gap:8px;flex-wrap:wrap}@media(max-width:820px){.page-error-card{grid-template-columns:1fr}.page-error-icon{width:44px;height:44px}.toast{max-width:calc(100vw - 20px)!important;left:10px!important;right:10px!important;bottom:82px!important;width:auto!important}.creator-form,.settings-grid,.school-grid,.finance-grid,.store-grid,.room-layout,.profile-grid{max-width:100%!important;min-width:0!important}.creator-form>*,.settings-grid>*,.school-grid>*,.finance-grid>*,.store-grid>*,.room-layout>*,.profile-grid>*{min-width:0!important}}.consensus-options button.selected,.consensus-options button.active{background:#eeeaff;color:#6554d8;border-color:#b4a7f0}.appointment-responsible em{margin-left:auto;font-style:normal;font-size:7px;font-weight:900;color:#6554d8;background:#eeeaff;padding:5px 7px;border-radius:999px}.appointment-done,.appointment-missed{display:flex;gap:9px;align-items:flex-start}.appointment-done svg{color:#4b9b69}.appointment-missed svg{color:#b45261}.appointment-done b,.appointment-done span{display:block}.appointment-done b{font-size:10px}.appointment-done span{font-size:8px;color:var(--muted);margin-top:3px}.letter-item{border:1px solid var(--line);border-radius:15px;background:#fff;overflow:hidden}.letter-item.unread{border-color:#cfc4fa;background:#fbf8ff}.letter-open{width:100%;display:grid;grid-template-columns:38px minmax(0,1fr) auto;gap:9px;align-items:center;border:0;background:transparent;padding:11px;cursor:pointer;text-align:left;color:inherit}.letter-open>.letter-seal{width:36px;height:36px;border-radius:12px;background:#f2ecff;display:grid;place-items:center;font-size:17px}.letter-open>div{min-width:0}.letter-open b,.letter-open small,.letter-open em{display:block}.letter-open b{font-size:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.letter-open small{font-size:7px;color:var(--muted);margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.letter-open em{font-style:normal;font-size:7px;font-weight:800;color:#786b8a;margin-top:4px}.letter-item.unread .letter-open em{color:#6c57d8}.letter-open>svg{color:#83779b}.letter-body{border-top:1px solid var(--line);padding:12px;background:linear-gradient(145deg,#fff,#fffafd)}.letter-body>p{white-space:pre-wrap;font-size:10px;line-height:1.6;color:#514a5d;margin:0 0 11px}.letter-body>div{display:flex;gap:7px;flex-wrap:wrap}.note-list>div{display:grid;grid-template-columns:30px minmax(0,1fr) auto;gap:8px;align-items:flex-start;padding:10px;border-radius:13px;background:#fffdf4;border:1px solid #efe6c8}.note-list>div>span{font-size:16px}.note-list>div p{font-size:9px;line-height:1.45;margin:2px 0}.note-list>div small{display:block;font-size:7px;color:var(--muted);margin-top:4px}.note-list>div>button{border:0;background:transparent;color:#9d6970;cursor:pointer;padding:4px}.planned-date-list>div{display:grid;grid-template-columns:42px minmax(0,1fr) auto;gap:10px;align-items:center;border:1px solid var(--line);border-radius:14px;padding:10px}.planned-date-list>div b,.planned-date-list>div small{display:block}.planned-date-list>div p{font-size:8px;color:var(--muted);margin:2px 0}.planned-date-list>div small{font-size:7px;color:var(--muted)}@media(max-width:820px){.letter-open{grid-template-columns:34px minmax(0,1fr) auto}.letter-open>.letter-seal{width:32px;height:32px}.planned-date-list>div{grid-template-columns:40px minmax(0,1fr)}.planned-date-list>div .planned-date-actions{grid-column:1/-1;justify-content:flex-start}.note-list>div{grid-template-columns:26px minmax(0,1fr) auto}}
