:root{font-family:Pretendard,Apple SD Gothic Neo,Noto Sans KR,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#252033;background:#f2edf8;font-synthesis:none;text-rendering:optimizeLegibility;--purple: #966fe6;--purple-dark: #7350c6;--purple-soft: #eee6ff;--pink: #f09ab9;--mint: #70bea8;--ink: #252033;--muted: #817a8e;--line: rgba(68, 48, 101, .1);--surface: rgba(255, 255, 255, .94);--shadow: 0 18px 52px rgba(64, 42, 99, .14);--safe-bottom: max(14px, env(safe-area-inset-bottom))}*{box-sizing:border-box}html,body,#root{min-height:100%;margin:0}body{overflow:hidden;background:radial-gradient(circle at 20% 12%,#fff8fc 0,#f3ecfb,#e9e3f3 66%,#e7edf7)}button,input,textarea,select{font:inherit}button{color:inherit;border:0;background:none;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}img,video{display:block;max-width:100%}::-webkit-scrollbar{width:0;height:0}.app-world{height:100dvh;width:100%;display:grid;grid-template-columns:minmax(250px,1fr) 430px minmax(230px,.85fr);align-items:center;justify-items:center;gap:clamp(28px,4vw,78px);padding:22px clamp(22px,4vw,72px);position:relative;overflow:hidden}.app-world:before,.app-world:after{content:"";position:absolute;border-radius:50%;filter:blur(2px);pointer-events:none;opacity:.68}.app-world:before{width:460px;height:460px;background:radial-gradient(circle,rgba(190,153,255,.28),transparent 70%);left:-150px;top:-160px}.app-world:after{width:420px;height:420px;background:radial-gradient(circle,rgba(255,171,202,.27),transparent 70%);right:-130px;bottom:-150px}.phone-frame{width:430px;height:min(900px,calc(100dvh - 34px));max-height:900px;background:#fff;border-radius:48px;box-shadow:0 28px 90px #32234c42,inset 0 0 0 1px #ffffffe6;border:7px solid rgba(255,255,255,.88);overflow:hidden;position:relative;z-index:5}.phone-frame:before{content:"";position:absolute;top:7px;left:50%;transform:translate(-50%);width:108px;height:24px;border-radius:0 0 18px 18px;background:#17151c;z-index:80}.phone-status{position:absolute;top:0;left:0;right:0;height:37px;display:flex;align-items:center;justify-content:space-between;padding:4px 22px 0;z-index:70;font-size:12px;pointer-events:none;color:#17151d}.phone-status strong{font-weight:750}.phone-status span{font-size:8px;letter-spacing:-1px}.home-indicator{position:absolute;bottom:5px;left:50%;transform:translate(-50%);width:126px;height:5px;border-radius:99px;background:#16141b;z-index:90}.app-surface{position:absolute;inset:0;padding-top:36px;background:linear-gradient(180deg,#fff 0,#fbf9fe);overflow:hidden}.tab-layer{height:100%;padding-bottom:78px;overflow:hidden}.screen{height:100%;overflow-y:auto;overscroll-behavior:contain;background:linear-gradient(180deg,#fff 0,#fbf9fe)}.icon-button,.header-round{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;background:#f6f2fa;transition:.18s ease;flex:0 0 auto}.icon-button:active,.header-round:active{transform:scale(.92)}.header-round{position:relative}.header-round i{position:absolute;width:8px;height:8px;border-radius:50%;background:#f06f91;right:1px;top:2px;box-shadow:0 0 0 3px #fff}.avatar{border-radius:50%;display:inline-grid;place-items:center;color:#fff;font-weight:800;font-size:12px;position:relative;flex:0 0 auto;box-shadow:inset 0 0 0 2px #ffffffb3,0 4px 10px #2e204a1f}.avatar>span{text-shadow:0 1px 2px rgba(0,0,0,.12)}.presence-dot{position:absolute;width:10px;height:10px;border:2px solid #fff;border-radius:50%;right:0;bottom:0}.presence-dot.online{background:#53c99c}.presence-dot.offline{background:#b6b0bd}.pet-image{object-fit:contain;-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.badge{display:inline-flex;align-items:center;justify-content:center;gap:4px;border-radius:99px;padding:5px 8px;font-size:10px;font-weight:750;color:#704db7;background:#efe7ff;white-space:nowrap}.badge-mint{color:#357d6b;background:#e1f6ef}.badge-pink{color:#ac526f;background:#ffe8f0}.badge-purple{color:#704db7;background:#efe7ff}.toggle{width:45px;height:26px;padding:3px;border-radius:99px;background:#d9d4df;transition:.22s;flex:0 0 auto}.toggle span{display:block;width:20px;height:20px;border-radius:50%;background:#fff;box-shadow:0 2px 8px #2d213d38;transition:.22s}.toggle.is-on{background:linear-gradient(135deg,#a27cea,#8360d7)}.toggle.is-on span{transform:translate(19px)}.bottom-nav{position:absolute;left:0;right:0;bottom:0;height:78px;padding:8px 14px calc(10px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(5,1fr);background:#fffffff0;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-top:1px solid var(--line);z-index:40}.bottom-nav>button{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:3px;min-width:0;color:#9a94a3}.bottom-nav>button>span{height:27px;display:grid;place-items:center;position:relative}.bottom-nav small{font-size:10px;font-weight:700}.bottom-nav button.active{color:var(--purple-dark)}.bottom-nav button b{position:absolute;bottom:-4px;width:4px;height:4px;border-radius:50%;background:var(--purple)}.bottom-nav button i{position:absolute;right:-10px;top:-5px;min-width:16px;height:16px;padding:0 4px;border-radius:99px;color:#fff;background:#f05c79;font-style:normal;font-size:9px;display:grid;place-items:center;box-shadow:0 0 0 2px #fff}.bottom-nav .nav-capture{justify-content:flex-start;color:#fff;transform:translateY(-18px)}.bottom-nav .nav-capture>span{width:58px;height:58px;border-radius:50%;background:linear-gradient(145deg,#b591ff,#8658d7);border:5px solid #fff;box-shadow:0 10px 24px #774fc652}.bottom-nav .nav-capture small{color:#776f80;margin-top:-1px}.group-title{min-width:0;display:flex;align-items:center;text-align:left;gap:9px}.group-title>span:nth-child(2){min-width:0;display:flex;flex-direction:column;gap:2px}.group-title strong{font-size:15px;max-width:220px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.group-title small{display:flex;align-items:center;gap:4px;color:var(--muted);font-size:10px}.group-title.compact strong{font-size:14px}.group-title.compact .group-emblem{width:36px;height:36px}.group-emblem{width:40px;height:40px;border-radius:15px;display:grid;place-items:center;background:linear-gradient(145deg,#f4edff,#fff5fa);box-shadow:inset 0 0 0 1px #7f59c21f;font-size:18px;flex:0 0 auto}.primary-wide,.secondary-wide{width:100%;height:50px;border-radius:17px;display:flex;align-items:center;justify-content:center;gap:8px;font-size:14px;font-weight:800}.primary-wide{background:linear-gradient(135deg,#a27bea,#7d58ce);color:#fff;box-shadow:0 10px 24px #7952c43b}.secondary-wide{background:#f4f0f8;color:#6d6578}.section-title{display:flex;align-items:flex-end;justify-content:space-between;gap:12px}.section-title>div{display:flex;flex-direction:column;gap:2px}.section-title span{font-size:9px;letter-spacing:1.3px;color:var(--purple);font-weight:850}.section-title h3{margin:0;font-size:17px}.section-title>button{color:#847b91;font-size:11px;font-weight:750;display:flex;align-items:center;gap:4px}.setting-row{width:100%;min-height:65px;display:flex;align-items:center;gap:12px;padding:10px 2px;border-bottom:1px solid var(--line);text-align:left}.setting-row:last-child{border-bottom:0}.setting-row.clickable:active{opacity:.72}.setting-row.danger strong{color:#d35e73}.setting-icon{width:38px;height:38px;border-radius:13px;background:#f1eaff;color:#815dc7;display:grid;place-items:center;flex:0 0 auto}.setting-icon svg{width:19px;height:19px}.setting-copy{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.setting-copy strong{font-size:13px}.setting-copy small{font-size:10px;line-height:1.4;color:var(--muted)}.setting-right{color:#a39daa;display:flex;align-items:center}.setting-right svg{width:18px}.toast{position:fixed;left:50%;bottom:38px;transform:translate(-50%);z-index:300;min-width:220px;max-width:calc(100vw - 40px);display:flex;align-items:center;justify-content:center;gap:9px;background:#271f33eb;color:#fff;border-radius:16px;padding:12px 16px;box-shadow:0 16px 40px #19122447;font-size:12px;font-weight:700;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.toast-check{width:21px;height:21px;border-radius:50%;display:grid;place-items:center;background:#8f6dda}.sheet-layer{position:fixed;inset:0;z-index:180;display:flex;justify-content:center;align-items:flex-end}.sheet-backdrop{position:absolute;inset:0;width:100%;background:#1912236b;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.sheet-panel{position:relative;width:min(430px,100%);max-height:min(76dvh,700px);border-radius:28px 28px 0 0;background:#fff;box-shadow:0 -24px 60px #2a1a4238;overflow:hidden;padding-bottom:env(safe-area-inset-bottom)}.sheet-panel.sheet-full{height:94dvh;max-height:none}.sheet-grabber{width:42px;height:5px;border-radius:99px;background:#ddd7e2;margin:9px auto 3px}.sheet-header{height:52px;display:flex;align-items:center;justify-content:space-between;padding:0 18px;border-bottom:1px solid var(--line)}.sheet-header h2{margin:0;font-size:17px}.sheet-content{max-height:calc(76dvh - 62px);overflow-y:auto;padding:14px 18px 22px}.group-sheet-intro{display:flex;gap:12px;align-items:flex-start;padding:13px;border-radius:17px;background:linear-gradient(135deg,#f2ebff,#fff4f8);margin-bottom:12px}.group-sheet-intro>span{width:36px;height:36px;border-radius:12px;background:#fff;display:grid;place-items:center;color:var(--purple)}.group-sheet-intro strong{font-size:13px}.group-sheet-intro p{margin:4px 0 0;font-size:10px;line-height:1.45;color:var(--muted)}.group-sheet-list{display:flex;flex-direction:column;margin-bottom:16px}.group-sheet-list>button{display:flex;align-items:center;gap:11px;padding:12px 3px;border-bottom:1px solid var(--line);text-align:left}.group-sheet-list>button.active{background:linear-gradient(90deg,rgba(151,112,230,.08),transparent)}.group-sheet-emoji{width:48px;height:48px;border-radius:17px;background:#f6f0fb;display:grid;place-items:center;font-size:21px;flex:0 0 auto}.group-sheet-copy{min-width:0;flex:1;display:flex;flex-direction:column;gap:3px}.group-sheet-copy strong{font-size:13px}.group-sheet-copy small{font-size:10px;color:var(--muted)}.mini-avatars{display:flex;margin-top:3px}.mini-avatars .avatar{margin-right:-6px;border:2px solid #fff}.current-check{width:25px;height:25px;border-radius:50%;display:grid;place-items:center;background:#e9f7f2;color:#3d987c}.comments-content{min-height:360px;display:flex;flex-direction:column}.comment-post-summary{display:flex;align-items:center;gap:10px;padding:4px 0 13px;border-bottom:1px solid var(--line)}.comment-post-summary>div{flex:1;display:flex;flex-direction:column;gap:3px}.comment-post-summary strong{font-size:12px}.comment-post-summary span{font-size:10px;color:var(--muted)}.comment-list{flex:1;padding:10px 0}.comment-list article{display:flex;gap:9px;padding:10px 0}.comment-list article>div{flex:1}.comment-list article>div>div{display:flex;gap:8px;align-items:center}.comment-list strong{font-size:11px}.comment-list small{font-size:9px;color:var(--muted)}.comment-list p{font-size:12px;margin:4px 0;line-height:1.45}.comment-list button{font-size:9px;color:#92899b;display:flex;gap:4px;align-items:center}.comment-composer,.guestbook-composer{position:sticky;bottom:0;display:flex;align-items:center;gap:8px;padding:10px 0 0;background:#fff}.comment-composer input,.guestbook-composer input{height:42px;border:1px solid var(--line);border-radius:14px;background:#f7f4f9;padding:0 13px;outline:none;flex:1;font-size:12px}.comment-composer>button,.guestbook-composer>button{width:40px;height:40px;border-radius:13px;background:var(--purple);color:#fff;display:grid;place-items:center}.sheet-backdrop{position:absolute;inset:0;z-index:80;display:flex;align-items:flex-end;background:#1c14236b;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.bottom-sheet{width:100%;max-height:83%;overflow-y:auto;padding:8px 16px max(18px,env(safe-area-inset-bottom));background:#fff;border-radius:30px 30px 0 0;box-shadow:0 -22px 65px #2719323d;scrollbar-width:none}.bottom-sheet::-webkit-scrollbar{display:none}.sheet-handle{width:39px;height:4px;margin:2px auto 10px;background:#ddd6e1;border-radius:99px}.bottom-sheet>header{display:flex;align-items:center;justify-content:space-between;min-height:43px}.bottom-sheet>header strong{font-size:17px;letter-spacing:-.03em}.bottom-sheet>header button{width:36px;height:36px;display:grid;place-items:center;color:#817989;background:#f2eff4;border-radius:12px}.sheet-search{display:flex;align-items:center;gap:7px;padding:0 12px;margin:5px 0 10px;height:43px;color:#98909f;background:#f3f0f4;border-radius:14px}.sheet-search input{flex:1;min-width:0;border:0;background:transparent;font-size:11px}.group-sheet-list{display:grid;gap:7px;margin-bottom:14px}.group-sheet-list>button{display:grid;grid-template-columns:59px 1fr 25px;align-items:center;gap:10px;min-height:69px;padding:7px 9px;text-align:left;background:#f8f6f9;border:1px solid #eee9f1;border-radius:18px}.group-sheet-list img{width:57px;height:57px;object-fit:cover;border-radius:14px}.group-sheet-list span{display:flex;flex-direction:column;gap:3px}.group-sheet-list strong{font-size:12px}.group-sheet-list small{color:var(--muted);font-size:9px}.group-sheet-list i{width:24px;height:24px;display:grid;place-items:center;color:#fff;background:var(--purple);border-radius:9px}.notification-tabs{display:flex;gap:6px;overflow-x:auto;margin:5px 0 11px}.notification-tabs button{padding:8px 11px;color:#8e8795;background:#f3f0f4;border-radius:99px;font-size:9px;font-weight:750;white-space:nowrap}.notification-tabs button.active{color:#fff;background:var(--purple)}.notification-list{display:grid;gap:6px}.notification-list>button{position:relative;display:grid;grid-template-columns:55px 1fr 8px;gap:8px;align-items:center;padding:10px;text-align:left;background:#faf8fb;border:1px solid #f0ecf2;border-radius:18px}.notification-list img{width:55px;height:55px;object-fit:contain;background:#f1ebf8;border-radius:17px}.notification-list span{display:flex;flex-direction:column;gap:3px}.notification-list strong{font-size:11px}.notification-list p{margin:0;color:#615a67;font-size:9px}.notification-list small{color:#aaa3b0;font-size:8px}.notification-list i{width:6px;height:6px;background:#ee6f91;border-radius:50%}.group-preview{display:flex;align-items:center;gap:11px;min-height:84px;padding:13px;margin:5px 0 14px;color:#fff;background:linear-gradient(135deg,var(--accent),color-mix(in srgb,var(--accent),#f4b9d2 46%));border-radius:22px}.group-preview>span{width:48px;height:48px;display:grid;place-items:center;background:#fff3;border-radius:16px;font-size:23px}.group-preview>div{display:flex;flex-direction:column;gap:4px}.group-preview strong{font-size:16px}.group-preview small{font-size:9px;opacity:.84}.form-field{display:block;margin:12px 0}.form-field>span{display:block;margin-bottom:7px;color:#625a6a;font-size:10px;font-weight:850}.form-field input{width:100%;height:45px;padding:0 12px;background:#f4f1f5;border:1px solid transparent;border-radius:14px;font-size:11px}.form-field input:focus{background:#fff;border-color:#bda7e5}.emoji-options{display:flex;flex-wrap:wrap;gap:6px}.emoji-options button{width:43px;height:43px;background:#f2eef4;border:1px solid transparent;border-radius:13px;font-size:20px}.emoji-options button.active{background:#eee6ff;border-color:#bda4e8}.color-options{display:flex;gap:9px}.color-options button{width:35px;height:35px;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #ddd5e3}.color-options button.active{box-shadow:0 0 0 3px #c8b4eb;transform:scale(1.05)}.privacy-mini{display:grid;grid-template-columns:36px 1fr;align-items:center;gap:8px;margin:13px 0;padding:10px;color:var(--purple-dark);background:#f0e9ff;border-radius:14px}.privacy-mini>span{display:flex;flex-direction:column}.privacy-mini strong{font-size:10px}.privacy-mini small{color:#82758c;font-size:8px}.comment-clip-preview{display:grid;grid-template-columns:95px 1fr;gap:10px;align-items:center;padding:9px;background:#f6f3f7;border-radius:18px}.comment-clip-preview img{width:95px;height:64px;object-fit:cover;border-radius:13px}.comment-clip-preview div{display:flex;flex-direction:column;gap:4px}.comment-clip-preview strong{font-size:11px}.comment-clip-preview small{color:var(--muted);font-size:9px}.comment-list{display:grid;gap:12px;padding:15px 3px}.comment-list>div{display:grid;grid-template-columns:39px 1fr 24px;align-items:center;gap:8px}.comment-list img{width:40px;height:40px;object-fit:contain;background:#f1ecf7;border-radius:13px}.comment-list span{display:flex;flex-direction:column;gap:2px}.comment-list strong{font-size:10px}.comment-list p{margin:0;color:#5f5766;font-size:10px}.comment-list svg{color:#c5beca}.comment-form{display:grid;grid-template-columns:1fr 56px;gap:7px;padding-top:10px;border-top:1px solid var(--line)}.comment-form input{height:42px;padding:0 12px;background:#f3eff4;border:0;border-radius:13px;font-size:10px}.comment-form button{color:#fff;background:var(--purple);border-radius:12px;font-size:9px;font-weight:850}.toast{position:absolute;z-index:120;left:50%;bottom:96px;display:flex;align-items:center;gap:7px;width:max-content;max-width:calc(100% - 40px);padding:11px 14px;color:#fff;background:#30253aeb;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:14px;box-shadow:0 12px 30px #23182b40;transform:translate(-50%);font-size:11px;font-weight:750}.recorder-layer{position:absolute;inset:0;z-index:100;background:#17131d}.recorder-shell{width:100%;height:100%;display:flex;flex-direction:column;background:#17131d}.recorder-media{position:relative;flex:1;min-height:0;overflow:hidden;background:radial-gradient(circle at 50% 45%,#554b60,#1d1823)}.recorder-video{width:100%;height:100%;object-fit:cover}.recorder-gradient{position:absolute;inset:0;background:linear-gradient(180deg,rgba(14,10,18,.45),transparent 36%,rgba(13,9,16,.62));pointer-events:none}.recorder-close{position:absolute;top:max(18px,env(safe-area-inset-top));left:16px;width:42px;height:42px;display:grid;place-items:center;color:#fff;background:#140f1959;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.28);border-radius:15px}.recorder-title{position:absolute;top:max(21px,env(safe-area-inset-top));left:72px;right:72px;display:flex;flex-direction:column;align-items:center;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.4)}.recorder-title small{font-size:9px;opacity:.75}.recorder-title strong{font-size:25px}.recorder-title span{font-size:9px;opacity:.8}.camera-intro{position:absolute;left:18px;right:18px;top:50%;padding:10px 20px 20px;text-align:center;color:#362e40;background:#ffffffe6;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);transform:translateY(-50%)}.camera-intro .pet-sprite{margin:-63px auto -6px}.camera-intro h2{margin:0 0 5px;font-size:19px}.camera-intro p{margin:0 0 13px;color:#706777;font-size:10px;line-height:1.55}.camera-intro .primary-button,.camera-intro .text-button{width:100%}.file-button{position:relative;overflow:hidden}.file-button input{position:absolute;inset:0;opacity:0;cursor:pointer}.countdown-number,.recording-number{position:absolute;inset:0;display:grid;place-items:center;color:#fff;font-size:120px;font-weight:900;text-shadow:0 5px 25px rgba(0,0,0,.36);animation:countPulse .65s ease-out}.recording-number{opacity:.24;font-size:210px}@keyframes countPulse{0%{opacity:0;transform:scale(.55)}55%{opacity:1}to{transform:scale(1.08)}}.recorder-error{position:absolute;left:50%;top:118px;width:max-content;max-width:calc(100% - 40px);padding:8px 10px;color:#fff;background:#b94869c7;border-radius:11px;transform:translate(-50%);font-size:9px}.record-controls{position:absolute;left:50%;bottom:34px;display:grid;grid-template-columns:52px 88px 52px;align-items:center;gap:24px;transform:translate(-50%)}.round-control{width:50px;height:50px;display:grid;place-items:center;color:#fff;background:#ffffff2e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:17px}.record-button{position:relative;width:86px;height:86px;display:grid;place-items:center;padding:0;background:transparent}.record-button>span{width:62px;height:62px;background:#ff6587;border:5px solid rgba(255,255,255,.92);border-radius:50%;box-shadow:0 5px 18px #00000045;transition:.2s}.record-button.recording>span{width:42px;height:42px;border-radius:12px}.record-button svg{position:absolute;inset:0;width:86px;height:86px;transform:rotate(-90deg)}.record-button circle{fill:none;stroke:#fff;stroke-width:5;stroke-linecap:round;stroke-dasharray:1;transition:stroke-dashoffset .05s linear}.recorder-publish-panel{flex:0 0 auto;padding:14px 16px max(18px,env(safe-area-inset-bottom));background:#fff;border-radius:26px 26px 0 0}.publish-heading{display:flex;align-items:center;gap:7px;color:var(--purple-dark);margin-bottom:10px}.publish-heading strong{color:var(--ink);font-size:12px}.recorder-publish-panel input{width:100%;height:43px;padding:0 12px;background:#f3f0f4;border:0;border-radius:14px;font-size:10px}.publish-actions{display:grid;grid-template-columns:1fr 1.2fr;gap:8px;margin-top:10px}.publish-actions button{min-height:44px;font-size:10px}@media(max-width:900px){body{background:#fbfaff}.app-root{display:block;width:100%;max-width:none;height:100dvh;padding:0}.desktop-panel{display:none}.mobile-app{width:100%;height:100dvh;min-height:0;border:0;border-radius:0;box-shadow:none}.onboarding-root{padding:0;background:#fff}.onboarding-phone{width:100%;height:100dvh;min-height:0;border:0;border-radius:0;box-shadow:none}}@media(max-width:390px){.screen{padding-inline:12px}.rooms-hero h1,.onboarding-step h1{font-size:26px}.rooms-hero .pet-sprite{width:125px!important;height:125px!important}.feed-summary{padding-inline:12px}.clip-stack{padding-inline:5px}.clip-card{border-radius:22px}.member-moments{gap:9px}.time-rail button{min-width:65px}.house-stage{height:480px}.house-pet-wrap .pet-sprite{width:190px!important;height:190px!important}.onboarding-phone{padding-inline:18px}.intro-art{height:275px}.onboarding-pet-grid button{height:82px}.onboarding-pet-grid img{width:60px;height:57px}}.feed-screen{padding-bottom:14px}.feed-header,.chat-header,.house-header{min-height:64px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 16px 6px;background:#fffffff2;position:sticky;top:0;z-index:21}.feed-date-row{display:flex;align-items:center;justify-content:space-between;padding:8px 17px 10px}.feed-date-row>div{display:flex;align-items:baseline;gap:7px}.feed-date-row span{font-size:10px;color:var(--purple);font-weight:850;letter-spacing:.4px}.feed-date-row strong{font-size:13px}.feed-date-row>button{display:flex;align-items:center;gap:5px;padding:8px 10px;border-radius:12px;background:#f2ebff;color:#7652bf;font-size:10px;font-weight:800}.hour-rail-wrap{display:grid;grid-template-columns:27px 1fr 27px;align-items:center;gap:1px;padding:0 7px 6px;border-bottom:1px solid var(--line);background:#fff;position:sticky;top:64px;z-index:20}.hour-arrow{width:27px;height:39px;display:grid;place-items:center;color:#a49da9}.hour-rail{display:flex;gap:3px;overflow-x:auto;scroll-snap-type:x proximity;padding:4px 1px}.hour-chip{scroll-snap-align:center;min-width:49px;height:53px;border-radius:15px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:0;color:#aaa4ae;transition:.2s;position:relative}.hour-chip strong{font-size:11px;line-height:1}.hour-chip small{font-size:8px;line-height:1;margin-top:3px;color:inherit}.hour-chip .hour-dot{height:17px;font-size:13px;line-height:1;color:#c9c3cd}.hour-chip.active{color:#fff;background:linear-gradient(145deg,#ad8cf2,#815ed2);box-shadow:0 8px 18px #7e58cf38;transform:translateY(-1px)}.hour-chip.active .hour-dot{color:#fff}.hour-title-line{height:55px;display:grid;grid-template-columns:42px 1fr 42px;align-items:center;text-align:center;padding:0 8px;background:linear-gradient(180deg,#fff,#fcfaff)}.hour-title-line button{color:#a49eaa;height:38px;display:grid;place-items:center}.hour-title-line>div{display:flex;flex-direction:column;gap:1px}.hour-title-line strong{font-size:22px;letter-spacing:-.7px}.hour-title-line span{font-size:9px;color:var(--muted)}.moment-list{padding:0 9px 20px}.moment-card{position:relative;width:100%;aspect-ratio:1.67/1;max-height:246px;min-height:214px;overflow:hidden;border-radius:23px;margin-bottom:7px;background:#cfc9d8;box-shadow:0 8px 22px #2a213a1a;transform:translateZ(0)}.moment-card video{width:100%;height:100%;object-fit:cover;background:#c8c2ce}.moment-shade{position:absolute;inset:0;background:linear-gradient(180deg,rgba(13,9,23,.34),transparent 28%,transparent 55%,rgba(13,9,23,.58));pointer-events:none}.moment-author{position:absolute;left:12px;top:11px;display:flex;align-items:center;gap:8px;color:#fff;text-shadow:0 1px 7px rgba(0,0,0,.45)}.moment-author>div{display:flex;flex-direction:column;gap:1px}.moment-author strong{font-size:11px}.moment-author small{font-size:8px;opacity:.85}.moment-more{position:absolute;right:10px;top:8px;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.4);padding:5px}.moment-center{position:absolute;left:48px;right:48px;top:50%;transform:translateY(-50%);display:flex;flex-direction:column;align-items:center;color:#fff;text-align:center;text-shadow:0 2px 12px rgba(0,0,0,.56);cursor:pointer}.moment-center strong{font-size:30px;letter-spacing:-1px;line-height:1}.moment-center span{margin-top:6px;font-size:13px;font-weight:760}.moment-center i{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#ffffff42;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-style:normal;margin-top:9px}.moment-actions{position:absolute;left:11px;right:10px;bottom:9px;display:flex;align-items:center;gap:12px;color:#fff}.moment-actions button{color:#fff;display:flex;align-items:center;gap:4px;text-shadow:0 1px 5px rgba(0,0,0,.45)}.moment-actions button span{font-size:10px;font-weight:700}.moment-actions button.liked{color:#ff87a6}.moment-reaction{font-size:17px}.moment-actions .sound-button{margin-left:auto;padding:5px}.moment-duration{position:absolute;right:12px;bottom:39px;color:#fff;font-size:9px;background:#140e1c57;padding:3px 6px;border-radius:8px}.moment-loading{position:absolute;inset:0;display:grid;place-items:center;background:#ddd7e4}.moment-loading span{width:25px;height:25px;border-radius:50%;border:3px solid rgba(255,255,255,.5);border-top-color:#fff;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.empty-hour-card{min-height:350px;border-radius:25px;background:linear-gradient(145deg,#f5efff,#fff6fa);display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:28px;margin-bottom:10px}.empty-pet{position:relative;width:132px;height:132px}.empty-pet .pet-image{width:100%;height:100%}.empty-pet svg{position:absolute;right:3px;top:10px;color:#9d78e5}.empty-hour-card strong{font-size:15px}.empty-hour-card p{font-size:11px;line-height:1.5;color:var(--muted);max-width:240px}.empty-hour-card>button{display:flex;align-items:center;gap:7px;padding:12px 18px;border-radius:15px;background:var(--purple);color:#fff;font-weight:800;font-size:12px}.swipe-tip{height:35px;display:flex;align-items:center;justify-content:center;gap:8px;color:#a199a8;font-size:9px}.daily-reel-card{width:100%;display:flex;align-items:center;gap:11px;text-align:left;background:#fff;border:1px solid var(--line);border-radius:18px;padding:12px;box-shadow:0 8px 20px #3225440f}.daily-reel-card .reel-icon{width:39px;height:39px;border-radius:13px;display:grid;place-items:center;background:#eee6ff;color:#7752c1}.daily-reel-card>span:nth-child(2){flex:1;display:flex;flex-direction:column;gap:3px}.daily-reel-card strong{font-size:12px}.daily-reel-card small{font-size:9px;color:var(--muted)}.daily-reel-card>svg{color:#8f6bd8}.chat-screen{display:flex;flex-direction:column;overflow:hidden;background:linear-gradient(180deg,#fff 0,#fbf8ff 45%,#f5f0fa)}.ai-duty-banner{margin:2px 14px 8px;padding:10px 12px;border-radius:18px;background:linear-gradient(135deg,#eee5ff,#fff3fa);display:flex;align-items:center;gap:10px;border:1px solid rgba(139,99,208,.09)}.duty-pets{width:45px;height:45px;position:relative;flex:0 0 auto}.duty-pets .pet-image{width:100%;height:100%}.duty-pets>span{position:absolute;right:-2px;bottom:0;width:19px;height:19px;border-radius:50%;display:grid;place-items:center;background:#bdb7c6;color:#fff;border:2px solid #fff}.duty-pets>span.active{background:#835ed2}.ai-duty-banner>div:nth-child(2){flex:1;display:flex;flex-direction:column;gap:3px}.ai-duty-banner strong{font-size:12px}.ai-duty-banner small{font-size:9px;color:var(--muted);line-height:1.35}.member-presence-strip{height:62px;display:flex;gap:13px;overflow-x:auto;padding:3px 16px 7px;background:#fff;border-bottom:1px solid var(--line)}.member-presence-strip>div{min-width:42px;display:flex;flex-direction:column;align-items:center;position:relative;gap:2px}.member-presence-strip span:not(.avatar){font-size:8px;color:#746d79}.member-presence-strip small{position:absolute;right:-4px;top:0;padding:1px 4px;border-radius:6px;background:#eeeaf0;color:#8a8490;font-size:7px;font-weight:800}.chat-notice{margin:8px 14px 4px;padding:7px 9px;border-radius:11px;background:#f2edfa;color:#7f6d9a;display:flex;align-items:center;gap:6px;font-size:8px}.chat-notice span{flex:1}.chat-notice button{font-size:8px;font-weight:850;color:#704db9}.message-list{flex:1;overflow-y:auto;padding:4px 13px 16px;overscroll-behavior:contain}.chat-day{height:36px;display:flex;align-items:center;justify-content:center}.chat-day span{font-size:8px;color:#958c9d;background:#ede8f0;padding:5px 10px;border-radius:99px}.message-row{display:flex;gap:7px;margin:7px 0;align-items:flex-start}.message-row.mine{justify-content:flex-end}.message-avatar-slot{width:34px;flex:0 0 34px}.message-avatar-slot .pet-image{width:36px;height:36px}.message-stack{max-width:78%;display:flex;flex-direction:column;gap:4px}.message-row.mine .message-stack{align-items:flex-end}.message-name{display:flex;align-items:center;gap:6px;min-height:17px}.message-name strong{font-size:9px;color:#6c6571}.message-name .badge{padding:3px 6px;font-size:7px}.bubble-line{display:flex;align-items:flex-end;gap:5px}.bubble-line time{font-size:7px;color:#9e97a3;white-space:nowrap;margin-bottom:2px}.message-bubble{padding:10px 12px;border-radius:7px 17px 17px;background:#fff;border:1px solid rgba(85,60,119,.07);box-shadow:0 5px 16px #3124420f;font-size:11px;line-height:1.52;white-space:pre-wrap}.message-row.mine .message-bubble{color:#fff;background:linear-gradient(135deg,#a581eb,#8660d6);border:0;border-radius:17px 7px 17px 17px;box-shadow:0 6px 16px #7a53c42e}.message-row.ai-message .message-bubble{background:linear-gradient(135deg,#f0e7ff,#fff5fb);border-color:#885ecd21}.ai-explain{display:flex;align-items:center;gap:4px;color:#8b6abf;font-size:7px;padding-left:3px}.simulate-message{margin:13px auto 2px;display:flex;align-items:center;gap:6px;padding:8px 11px;border-radius:12px;background:#ede8f2;color:#7a7182;font-size:8px;font-weight:750}.chat-composer{min-height:62px;padding:8px 10px calc(9px + env(safe-area-inset-bottom));display:flex;align-items:center;gap:7px;background:#fffffff5;border-top:1px solid var(--line)}.composer-plus,.voice-button,.send-button{width:37px;height:37px;border-radius:50%;display:grid;place-items:center;color:#8a8291}.composer-plus{background:#f3eef7}.voice-button{color:#7c5ac2}.send-button{background:var(--purple);color:#fff}.composer-input{height:40px;flex:1;border-radius:17px;background:#f3f0f5;display:flex;align-items:center;padding:0 5px 0 13px}.composer-input input{border:0;outline:0;background:transparent;flex:1;min-width:0;font-size:11px}.composer-input button{width:32px;height:32px;display:grid;place-items:center;color:#958e9a}.house-screen{background:linear-gradient(180deg,#fff,#f9f4fb)}.house-member-rail{height:68px;display:flex;gap:10px;overflow-x:auto;padding:4px 15px 8px;border-bottom:1px solid var(--line);background:#fff}.house-member-rail button{width:49px;flex:0 0 49px;display:flex;flex-direction:column;align-items:center;gap:1px;color:#9a92a0}.house-member-rail button>span{width:42px;height:42px;border-radius:15px;background:#f4eff9;display:grid;place-items:center;overflow:hidden;border:2px solid transparent;transition:.2s}.house-member-rail .pet-image{width:45px;height:45px}.house-member-rail small{font-size:8px}.house-member-rail button.active{color:#7551bd;font-weight:800}.house-member-rail button.active>span{border-color:#a27ce7;background:#eee4ff;box-shadow:0 5px 12px #7249be26}.house-stage{height:405px;position:relative;overflow:hidden;background:#ddd;border-bottom-left-radius:28px;border-bottom-right-radius:28px;box-shadow:0 10px 25px #39284b1a}.house-background{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.house-vignette{position:absolute;inset:0;background:linear-gradient(180deg,rgba(23,13,36,.24),transparent 24%,transparent 65%,rgba(35,22,43,.35))}.house-topline{position:absolute;left:10px;right:10px;top:9px;display:grid;grid-template-columns:38px 1fr 38px;align-items:center;color:#fff;text-align:center;text-shadow:0 2px 8px rgba(0,0,0,.35)}.house-topline button{height:36px;color:#fff;display:grid;place-items:center}.house-topline>div{display:flex;flex-direction:column;gap:1px}.house-topline strong{font-size:13px}.house-topline small{font-size:8px;opacity:.9}.house-theme-badge{position:absolute;left:14px;top:58px;background:#ffffffc7;-webkit-backdrop-filter:blur(7px);backdrop-filter:blur(7px);color:#6e527e}.house-decoration{position:absolute;font-size:33px;filter:drop-shadow(0 6px 6px rgba(31,24,36,.18));z-index:3;animation:decorFloat 3s ease-in-out infinite}@keyframes decorFloat{50%{transform:translateY(-3px) rotate(1deg)}}.pet-stage-button{position:absolute;left:50%;bottom:53px;transform:translate(-50%);width:210px;height:250px;display:flex;align-items:flex-end;justify-content:center;z-index:5}.pet-stage-button .pet-image{width:205px;height:205px;position:relative;z-index:3;filter:drop-shadow(0 14px 13px rgba(33,26,43,.25));transition:.25s}.pet-shadow{position:absolute;bottom:4px;width:130px;height:24px;border-radius:50%;background:#2b1f3440;filter:blur(6px)}.pet-speech{position:absolute;top:3px;left:4px;right:4px;margin:auto;padding:8px 10px;border-radius:15px 15px 15px 5px;background:#ffffffe6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:10px;font-weight:750;box-shadow:0 5px 15px #2b1f351c;z-index:5}.heart-burst{position:absolute;right:32px;top:80px;font-size:24px;opacity:0;z-index:6}.pet-action-jump .pet-stage-button .pet-image{animation:petJump .72s ease}.pet-action-jump .heart-burst,.pet-action-snack .heart-burst{animation:heartPop 1s ease}.pet-action-sleep .pet-stage-button .pet-image{transform:rotate(4deg) translateY(8px);filter:drop-shadow(0 9px 10px rgba(33,26,43,.2))}@keyframes petJump{0%,to{transform:translateY(0)}45%{transform:translateY(-32px) rotate(-3deg)}65%{transform:translateY(-20px) rotate(3deg)}}@keyframes heartPop{0%{opacity:0;transform:scale(.3) translateY(20px)}45%{opacity:1;transform:scale(1.15) translateY(-8px)}to{opacity:0;transform:scale(.8) translateY(-35px)}}.house-level-card{position:absolute;left:12px;right:12px;bottom:11px;height:49px;border-radius:16px;background:#ffffffe6;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);display:grid;grid-template-columns:95px 1fr 95px;align-items:center;padding:0 10px;z-index:7}.house-level-card>div{display:grid;grid-template-columns:18px 1fr;align-items:center;color:#8c63d5}.house-level-card>div strong{font-size:10px;color:#4d4358}.house-level-card>div small{grid-column:2;font-size:7px;color:#978e9c}.house-level-card>span{height:6px;background:#e8e2ed;border-radius:99px;overflow:hidden}.house-level-card>span i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#f29bb7,#966fe3)}.house-actions{display:grid;grid-template-columns:repeat(4,1fr);gap:6px;padding:12px 13px 7px}.house-actions button{height:64px;border-radius:17px;background:#fff;box-shadow:0 6px 18px #3123410f;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;position:relative}.house-actions button>span{color:#8060c0}.house-actions small{font-size:9px;font-weight:750}.house-actions i{position:absolute;right:9px;top:8px;width:16px;height:16px;border-radius:50%;background:#f16f8c;color:#fff;font-size:8px;font-style:normal;display:grid;place-items:center}.guestbook-preview{margin:5px 13px 24px;padding:14px;border-radius:21px;background:#fff;box-shadow:0 7px 22px #3022400f}.guestbook-preview article{display:flex;gap:9px;padding:11px 0;border-bottom:1px solid var(--line)}.guestbook-preview article:last-child{border-bottom:0}.guestbook-preview article>div{flex:1}.guestbook-preview article strong{font-size:10px}.guestbook-preview article p{margin:3px 0;font-size:10px;line-height:1.4}.guestbook-preview article small{font-size:8px;color:var(--muted)}.guestbook-preview article>button{align-self:center;color:#a490aa;font-size:9px;display:flex;gap:3px;align-items:center}.empty-guestbook{height:85px;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#a49caa;gap:5px;font-size:10px}.customize-wallet{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-radius:14px;background:#f2edfa;margin-bottom:16px}.customize-wallet span{font-size:10px;color:var(--muted)}.customize-wallet strong{font-size:12px}.customize-section{margin-bottom:20px}.customize-section h3{font-size:13px;margin:0 0 10px}.theme-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px}.theme-grid button{border:2px solid transparent;border-radius:16px;overflow:hidden;background:#f8f5fa;text-align:left;padding-bottom:8px;position:relative}.theme-grid button.active{border-color:#9c78e3}.theme-grid img{width:100%;height:90px;object-fit:cover}.theme-grid span{display:block;font-size:10px;font-weight:800;padding:6px 8px 1px}.theme-grid small{display:block;font-size:8px;color:var(--muted);padding:0 8px}.decor-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.decor-grid button{height:89px;border-radius:15px;background:#f7f3f9;border:2px solid transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px}.decor-grid button.active{border-color:#9c78e3;background:#f1e8ff}.decor-grid button>span{font-size:26px}.decor-grid strong{font-size:9px}.decor-grid small{font-size:7px;color:var(--muted)}.guestbook-list article{display:flex;gap:10px;padding:12px 0;border-bottom:1px solid var(--line)}.guestbook-list article>div{flex:1}.guestbook-list article>div>div{display:flex;align-items:center;justify-content:space-between}.guestbook-list strong{font-size:11px}.guestbook-list small{font-size:8px;color:var(--muted)}.guestbook-list p{font-size:11px;line-height:1.5;margin:5px 0}.guestbook-list button{display:flex;gap:4px;align-items:center;color:#948b9b;font-size:8px}.sheet-empty{height:260px;display:flex;flex-direction:column;align-items:center;justify-content:center}.sheet-empty .pet-image{width:110px;height:110px}.sheet-empty strong{font-size:13px}.sheet-empty span{font-size:10px;color:var(--muted);margin-top:5px}.profile-screen{padding:0 13px 26px;background:linear-gradient(180deg,#f9f4ff 0,#fff 31%,#faf8fc)}.profile-header{height:69px;display:flex;align-items:center;justify-content:space-between}.profile-header>div span{font-size:9px;color:var(--purple);font-weight:850;letter-spacing:1.2px}.profile-header h1{font-size:20px;margin:2px 0 0;letter-spacing:-.6px}.profile-hero-card{height:295px;border-radius:29px;background:linear-gradient(145deg,#ece1ff,#fff0f7 60%,#eef9f5);position:relative;overflow:hidden;padding:16px;box-shadow:0 13px 35px #5035741f}.profile-orb{position:absolute;border-radius:50%;filter:blur(1px);opacity:.55}.orb-one{width:160px;height:160px;background:radial-gradient(circle,#fff,transparent 70%);right:-20px;top:-25px}.orb-two{width:210px;height:210px;background:radial-gradient(circle,#e8d9ff,transparent 70%);left:-70px;bottom:-100px}.profile-owner{display:flex;align-items:center;gap:10px;position:relative;z-index:2}.profile-owner>div{display:grid;grid-template-columns:auto 1fr;column-gap:7px;align-items:center}.profile-owner strong{font-size:14px}.profile-owner>div>span{font-size:9px;color:var(--muted)}.profile-owner .badge{grid-column:1/3;margin-top:5px;width:max-content}.profile-pet-wrap{position:absolute;left:50%;top:70px;transform:translate(-50%);width:205px;height:175px;display:flex;align-items:flex-end;justify-content:center}.profile-pet-wrap .pet-image{width:165px;height:165px;filter:drop-shadow(0 15px 15px rgba(67,44,89,.18))}.pet-thought{position:absolute;top:0;left:30px;right:-55px;padding:7px 10px;background:#ffffffd9;border-radius:13px 13px 13px 4px;font-size:8px;box-shadow:0 5px 14px #37274814;z-index:2}.profile-level{position:absolute;left:15px;right:15px;bottom:13px;background:#ffffffd1;border-radius:16px;padding:9px 11px;display:grid;grid-template-columns:80px 1fr 75px;align-items:center;gap:8px;-webkit-backdrop-filter:blur(9px);backdrop-filter:blur(9px)}.profile-level>div{display:flex;flex-direction:column}.profile-level span{font-size:8px;color:#8b66d0;font-weight:850}.profile-level strong{font-size:11px}.profile-level>i{height:7px;border-radius:99px;background:#e8e1ec;overflow:hidden}.profile-level b{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#f39ab9,#946ce0)}.profile-level>small{font-size:8px;color:var(--muted);text-align:right}.profile-stats{display:grid;grid-template-columns:repeat(4,1fr);margin:12px 0;background:#fff;border-radius:20px;box-shadow:0 7px 21px #3224440f;padding:11px 4px}.profile-stats button{display:flex;flex-direction:column;align-items:center;gap:3px;border-right:1px solid var(--line)}.profile-stats button:last-child{border-right:0}.profile-stats strong{font-size:15px}.profile-stats span{font-size:8px;color:var(--muted)}.quick-feature-card{display:flex;align-items:center;gap:10px;padding:11px 12px;border-radius:19px;background:#fff;margin-bottom:11px;box-shadow:0 7px 21px #3224440f}.quick-icon{width:50px;height:50px;position:relative}.quick-icon .pet-image{width:50px;height:50px}.quick-icon>span{position:absolute;right:-2px;bottom:1px;width:20px;height:20px;border-radius:50%;background:#8c67d4;color:#fff;display:grid;place-items:center;border:2px solid #fff}.quick-feature-card>div:nth-child(2){flex:1;display:flex;flex-direction:column;gap:3px}.quick-feature-card strong{font-size:12px}.quick-feature-card small{font-size:9px;color:var(--muted)}.profile-menu-card{padding:3px 13px;border-radius:21px;background:#fff;box-shadow:0 7px 21px #3224440f;margin-bottom:11px}.compact-menu .setting-row{min-height:56px}.privacy-note{display:flex;gap:6px;padding:3px 5px 0;color:#928a99;font-size:8px;line-height:1.4}.detail-layer{position:absolute;inset:0;background:#fbf9fd;z-index:70;overflow:hidden;padding-top:36px}.detail-header{height:65px;display:grid;grid-template-columns:42px 1fr 42px;align-items:center;padding:0 12px;background:#fffffff5;border-bottom:1px solid var(--line);position:relative;z-index:3}.detail-header>div{text-align:center}.detail-header h1{font-size:16px;margin:0}.detail-header small{display:block;font-size:8px;color:var(--muted);margin-top:3px}.header-spacer{width:38px}.detail-scroll{height:calc(100% - 65px);overflow-y:auto;padding:14px 14px 32px}.segment-control{height:38px;border-radius:14px;background:#eeeaf1;padding:3px;display:grid;grid-template-columns:repeat(3,1fr);margin-bottom:12px}.segment-control button{border-radius:11px;color:#8a8290;font-size:10px;font-weight:750}.segment-control button.active{background:#fff;color:#60488d;box-shadow:0 3px 10px #3425451a}.memory-hero{height:250px;border-radius:25px;overflow:hidden;position:relative;color:#fff;padding:19px;display:flex;flex-direction:column;justify-content:flex-end;box-shadow:0 12px 30px #30234229}.memory-hero video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover}.memory-hero-shade{position:absolute;inset:0;background:linear-gradient(180deg,#1a11251a,#191023bf)}.memory-hero>*:not(video):not(.memory-hero-shade){position:relative}.memory-date{font-size:9px;letter-spacing:1.1px;font-weight:850}.memory-hero>strong{font-size:25px;margin-top:4px}.memory-hero>small{font-size:9px;opacity:.85;margin-top:3px}.memory-hero>button{position:absolute;right:16px;bottom:18px;display:flex;align-items:center;gap:5px;padding:9px 11px;border-radius:13px;background:#ffffffe6;color:#60458f;font-size:9px;font-weight:800}.memory-calendar-strip{display:grid;grid-template-columns:repeat(7,1fr);gap:3px;margin:12px 0}.memory-calendar-strip button{height:63px;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;background:#fff}.memory-calendar-strip span{font-size:7px;color:#9b94a1}.memory-calendar-strip strong{font-size:11px}.memory-calendar-strip small{font-size:9px;color:#b3acb8}.memory-calendar-strip button.active{background:linear-gradient(145deg,#a481eb,#8761d6);color:#fff;box-shadow:0 7px 18px #7d56c833}.memory-calendar-strip button.active span,.memory-calendar-strip button.active small{color:#fff}.memory-stats{display:grid;grid-template-columns:repeat(3,1fr);background:#fff;border-radius:18px;padding:12px;margin-bottom:16px}.memory-stats>div{display:grid;grid-template-columns:23px 1fr;align-items:center;border-right:1px solid var(--line);color:#8a65d0;padding-left:8px}.memory-stats>div:last-child{border-right:0}.memory-stats strong{font-size:13px;color:#3a3340}.memory-stats span{grid-column:2;font-size:7px;color:var(--muted)}.memory-timeline{background:#fff;border-radius:20px;padding:14px}.memory-hour-row{display:grid;grid-template-columns:42px 1fr;gap:8px;padding:11px 0;border-bottom:1px solid var(--line)}.memory-hour-row:last-child{border:0}.memory-hour{display:flex;align-items:baseline;gap:2px}.memory-hour strong{font-size:18px}.memory-hour span{font-size:8px;color:var(--muted)}.memory-thumbs{display:flex;gap:6px;overflow-x:auto}.memory-thumbs button{width:82px;height:53px;border-radius:11px;overflow:hidden;position:relative;flex:0 0 auto}.memory-thumbs img{width:100%;height:100%;object-fit:cover}.memory-thumbs svg{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);color:#fff;filter:drop-shadow(0 2px 5px rgba(0,0,0,.35))}.selected-pet-card{height:330px;border-radius:28px;background:linear-gradient(145deg,#ede3ff,#fff2f8);position:relative;overflow:hidden;padding:18px}.pet-spotlight{position:absolute;width:270px;height:270px;border-radius:50%;background:radial-gradient(circle,rgba(255,255,255,.95),transparent 70%);right:-35px;top:-25px}.selected-pet-card>.pet-image{position:absolute;width:210px;height:210px;right:-1px;top:26px;filter:drop-shadow(0 17px 15px rgba(62,43,84,.18))}.selected-pet-card>div:nth-of-type(2){position:relative;width:48%;z-index:2}.selected-pet-card h2{font-size:26px;margin:8px 0 0}.selected-pet-card>div span:not(.badge){font-size:10px;color:var(--muted)}.selected-pet-card p{font-size:11px;line-height:1.5}.pet-skill-row{position:absolute!important;left:17px;right:17px;bottom:16px;width:auto!important;display:grid!important;grid-template-columns:repeat(3,1fr);gap:9px}.pet-skill-row>span{display:flex!important;flex-direction:column;gap:4px;font-size:8px!important;color:#6f6675!important}.pet-skill-row i{height:5px;border-radius:99px;background:#6f539b1f;overflow:hidden}.pet-skill-row b{display:block;height:100%;background:linear-gradient(90deg,#f09bb7,#966fe2);border-radius:inherit}.pet-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:9px;margin:12px 0 70px}.pet-grid button{height:137px;border-radius:19px;background:#fff;border:2px solid transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1px;box-shadow:0 5px 15px #3324430d}.pet-grid button.active{border-color:#9d78e4;background:#f8f2ff}.pet-grid button>span{width:86px;height:86px;position:relative}.pet-grid .pet-image{width:100%;height:100%}.pet-grid i{position:absolute;right:2px;bottom:5px;width:21px;height:21px;border-radius:50%;display:grid;place-items:center;background:#8f69d8;color:#fff;font-style:normal}.pet-grid strong{font-size:10px}.pet-grid small{font-size:8px;color:var(--muted)}.sticky-action{position:sticky;bottom:8px;z-index:4}.ai-profile-card{display:flex;align-items:center;gap:15px;padding:17px;border-radius:23px;background:linear-gradient(135deg,#eee5ff,#fff3f8);margin-bottom:12px}.ai-pet-ring{width:100px;height:100px;border-radius:50%;background:#ffffffa6;display:grid;place-items:center;position:relative;flex:0 0 auto}.ai-pet-ring .pet-image{width:98px;height:98px}.ai-pet-ring>span{position:absolute;right:0;bottom:7px;width:28px;height:28px;border-radius:50%;background:#8963d5;color:#fff;display:grid;place-items:center;border:3px solid #fff}.ai-profile-card>div:last-child{flex:1}.ai-profile-card h2{font-size:20px;margin:6px 0 3px}.ai-profile-card p{font-size:9px;line-height:1.5;color:var(--muted);margin:0}.settings-group{background:#fff;border-radius:21px;padding:12px 14px;margin-bottom:11px;box-shadow:0 5px 17px #3123410d}.settings-group>h3{font-size:13px;margin:2px 0 6px}.group-caption{font-size:9px;line-height:1.5;color:var(--muted);margin:0 0 10px}.reply-mode-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.reply-mode-cards button{height:103px;border-radius:17px;background:#f6f3f8;border:2px solid transparent;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.reply-mode-cards button.active{border-color:#9b77e2;background:#f1e9ff;color:#714dbb}.reply-mode-cards svg{width:23px}.reply-mode-cards strong{font-size:11px}.reply-mode-cards small{font-size:8px;color:var(--muted)}.style-samples{display:flex;flex-direction:column;gap:7px}.style-samples>div{display:flex;align-items:center;gap:7px;border-radius:13px;background:#f7f4f9;padding:9px 10px}.style-samples span{flex:1;font-size:10px;line-height:1.45}.style-samples button{width:20px;height:20px;border-radius:50%;background:#e8e2eb;color:#8a8290}.sample-composer{display:flex;gap:7px;margin:9px 0}.sample-composer input{height:41px;border-radius:14px;border:1px solid var(--line);background:#fff;padding:0 12px;outline:none;flex:1;font-size:10px}.sample-composer button{width:41px;height:41px;border-radius:14px;background:#906bd9;color:#fff;display:grid;place-items:center}.style-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:5px}.style-metrics>div{display:flex;flex-direction:column;gap:3px;padding:9px;border-radius:12px;background:#f1ebf9}.style-metrics span{font-size:7px;color:var(--muted)}.style-metrics strong{font-size:9px}.topic-chips{display:flex;gap:6px;flex-wrap:wrap}.topic-chips button{padding:7px 9px;border-radius:11px;background:#f0edf2;color:#867d8b;font-size:8px;font-weight:700}.topic-chips button.active{background:#e9dcff;color:#6e49b8}.safety-box{display:flex;gap:10px;margin-top:12px;padding:11px;border-radius:14px;background:#f3f8f6;color:#4e8d79}.safety-box>div{display:flex;flex-direction:column;gap:3px}.safety-box strong{font-size:9px}.safety-box span{font-size:8px;line-height:1.4;color:#6f8b82}.group-action-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:9px;margin-bottom:12px}.group-action-grid button{height:116px;border-radius:20px;background:#fff;box-shadow:0 6px 20px #3223430f;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px}.group-action-grid svg{width:25px;height:25px;color:#8762d2}.group-action-grid strong{font-size:11px}.group-action-grid small{font-size:8px;color:var(--muted)}.inline-form{border-radius:19px;background:#fff;padding:14px;margin-bottom:12px}.inline-form h3{font-size:13px;margin:0 0 10px}.inline-form input{width:100%;height:44px;border:1px solid var(--line);border-radius:14px;padding:0 12px;outline:none;font-size:11px}.inline-form-buttons{display:flex;justify-content:flex-end;gap:7px;margin-top:9px}.inline-form-buttons button{padding:8px 12px;border-radius:11px;background:#eee9f2;font-size:9px;font-weight:800}.inline-form-buttons button:last-child{background:#8e68d8;color:#fff}.managed-groups{background:#fff;border-radius:21px;padding:13px;margin-bottom:12px}.managed-groups>h3{font-size:13px;margin:0 0 6px}.managed-groups>button{width:100%;display:flex;align-items:center;gap:10px;padding:12px 3px;border-bottom:1px solid var(--line);text-align:left}.managed-groups>button:last-child{border-bottom:0}.managed-groups>button.active{background:linear-gradient(90deg,rgba(145,104,218,.07),transparent)}.managed-group-icon{width:43px;height:43px;border-radius:15px;background:#f4eff8;display:grid;place-items:center;font-size:20px}.managed-groups>button>span:nth-child(2){flex:1;display:flex;flex-direction:column;gap:3px}.managed-groups strong{font-size:11px}.managed-groups small{font-size:8px;color:var(--muted)}.group-policy{display:flex;gap:11px;padding:14px;border-radius:18px;background:#eef7f4;color:#4a9078}.group-policy>div{display:flex;flex-direction:column;gap:4px}.group-policy strong{font-size:10px}.group-policy span{font-size:8px;line-height:1.5;color:#6a887e}.notification-toggle-card{background:#fff;border-radius:21px;padding:2px 13px;margin-bottom:14px}.notification-history>h3{font-size:13px;margin:0 0 7px}.notification-history article{display:flex;gap:10px;align-items:flex-start;padding:12px;border-radius:17px;background:#fff;margin-bottom:7px;position:relative}.notification-history article>span{width:42px;height:42px;border-radius:14px;background:#f3edf9;display:grid;place-items:center;font-size:19px}.notification-history article>div{flex:1}.notification-history strong{font-size:10px}.notification-history p{font-size:9px;color:#645c69;margin:4px 0;line-height:1.35}.notification-history small{font-size:8px;color:var(--muted)}.notification-history article>i{position:absolute;right:10px;top:10px;width:7px;height:7px;border-radius:50%;background:#e96383}.notification-history article.unread{background:linear-gradient(135deg,#f7f1ff,#fff8fb)}.privacy-hero{padding:25px 18px;border-radius:24px;background:linear-gradient(145deg,#eaf7f3,#f3ecff);text-align:center;margin-bottom:12px}.privacy-hero>svg{color:#56a98c}.privacy-hero h2{font-size:19px;line-height:1.35;margin:10px 0 6px}.privacy-hero p{font-size:9px;line-height:1.5;color:var(--muted);margin:0}.principle-list{display:flex;flex-direction:column;gap:9px}.principle-list>div{display:flex;align-items:center;gap:8px;font-size:9px;line-height:1.4}.principle-list svg{width:17px;height:17px;padding:3px;border-radius:50%;background:#e2f4ed;color:#3b9879}.settings-detail .settings-group{margin-bottom:12px}.about-visual{height:270px;border-radius:25px;overflow:hidden;position:relative;color:#fff;margin-bottom:12px}.about-visual img{width:100%;height:100%;object-fit:cover}.about-visual:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,transparent 25%,rgba(37,22,51,.78))}.about-visual>div{position:absolute;left:17px;right:17px;bottom:17px;z-index:2}.about-visual h2{font-size:24px;line-height:1.25;margin:8px 0 0}.about-copy,.asset-proof{background:#fff;border-radius:21px;padding:14px;margin-bottom:12px}.about-copy>h3,.asset-proof>h3{font-size:13px;margin:0 0 11px}.about-feature-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:8px}.about-feature-grid>div{min-height:102px;border-radius:16px;background:#f7f4f9;padding:11px;display:flex;flex-direction:column;gap:4px}.about-feature-grid svg{width:21px;color:#845fce}.about-feature-grid strong{font-size:10px}.about-feature-grid span{font-size:8px;line-height:1.4;color:var(--muted)}.asset-pet-row{display:flex;overflow-x:auto;gap:4px}.asset-pet-row .pet-image{width:70px;height:70px;flex:0 0 auto}.asset-proof p{font-size:8px;line-height:1.5;color:var(--muted)}.about-footer{text-align:center;color:#9991a0;font-size:7px;padding:7px 0 20px}.capture-layer{position:fixed;inset:0;z-index:220;background:#111015;color:#fff;display:flex;flex-direction:column}.capture-topbar{height:65px;display:grid;grid-template-columns:45px 1fr 45px;align-items:center;padding:8px max(14px,env(safe-area-inset-left));padding-top:max(8px,env(safe-area-inset-top));background:#111015}.capture-topbar button{height:42px;color:#fff;display:grid;place-items:center}.capture-topbar>div{text-align:center;display:flex;flex-direction:column;gap:2px}.capture-topbar strong{font-size:13px}.capture-topbar span{font-size:8px;color:#aaa5b0}.capture-viewfinder{flex:1;min-height:0;position:relative;overflow:hidden;background:#25212b}.capture-viewfinder>video{width:100%;height:100%;object-fit:cover}.viewfinder-grid{position:absolute;inset:0;pointer-events:none}.viewfinder-grid span{position:absolute;background:#ffffff38}.viewfinder-grid span:nth-child(1),.viewfinder-grid span:nth-child(2){top:33.333%;left:0;right:0;height:1px}.viewfinder-grid span:nth-child(2){top:66.666%}.viewfinder-grid span:nth-child(3),.viewfinder-grid span:nth-child(4){left:33.333%;top:0;bottom:0;width:1px}.viewfinder-grid span:nth-child(4){left:66.666%}.capture-time-overlay{position:absolute;left:0;right:0;top:15%;display:flex;flex-direction:column;align-items:center;text-shadow:0 3px 14px rgba(0,0,0,.65)}.capture-time-overlay strong{font-size:38px;letter-spacing:-1px}.capture-time-overlay span{font-size:11px;font-weight:750}.capture-countdown{position:absolute;inset:0;display:grid;place-items:center;font-size:128px;font-weight:900;text-shadow:0 5px 25px rgba(0,0,0,.4)}.recording-indicator{position:absolute;top:16px;left:16px;padding:6px 9px;border-radius:10px;background:#0000006b;display:flex;align-items:center;gap:6px;font-size:9px;font-weight:800}.recording-indicator i{width:8px;height:8px;border-radius:50%;background:#ff4f6d;animation:recBlink .8s infinite}@keyframes recBlink{50%{opacity:.25}}.preview-label{position:absolute;top:15px;left:50%;transform:translate(-50%);display:flex;align-items:center;gap:5px;padding:7px 10px;border-radius:99px;background:#1f182894;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-size:9px}.capture-sticker{position:absolute;right:15%;top:42%;font-size:42px;filter:drop-shadow(0 3px 8px rgba(0,0,0,.4))}.camera-fallback{position:absolute;inset:0;z-index:4;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;text-align:center;background:radial-gradient(circle at 50% 40%,#352e40,#17141c)}.fallback-orb{width:90px;height:90px;border-radius:50%;display:grid;place-items:center;background:linear-gradient(145deg,#a981ef,#7049ba);position:relative;margin-bottom:13px}.fallback-orb svg:last-child{position:absolute;right:6px;top:7px}.camera-fallback strong{font-size:16px}.camera-fallback p{font-size:10px;line-height:1.55;color:#bbb5c0;max-width:290px}.camera-fallback label,.camera-fallback>button{display:flex;align-items:center;justify-content:center;gap:7px;width:210px;height:43px;border-radius:14px;background:#fff;color:#4e3c64;font-size:11px;font-weight:800;margin-top:7px}.camera-fallback>button{background:#2e2835;color:#fff}.camera-fallback input,.gallery-button input{display:none}.capture-controls{height:155px;display:grid;grid-template-columns:1fr 110px 1fr;align-items:center;justify-items:center;position:relative;padding-bottom:max(18px,env(safe-area-inset-bottom));background:#111015}.gallery-button,.flip-button{width:46px;height:46px;border-radius:50%;display:grid;place-items:center;background:#26222c;color:#fff}.record-button{width:86px;height:86px;border-radius:50%;border:4px solid #fff;position:relative;display:grid;place-items:center}.record-button>span{width:63px;height:63px;border-radius:50%;background:#f74f6c;transition:.2s}.record-button.recording>span{border-radius:18px;width:45px;height:45px}.record-button>i{position:absolute;inset:-7px;border-radius:50%;background:conic-gradient(#ff6580 var(--record-progress),transparent 0);mask:radial-gradient(farthest-side,transparent calc(100% - 4px),#000 0)}.capture-help{position:absolute;bottom:8px;left:0;right:0;text-align:center;font-size:8px;color:#8f8994}.capture-editor{min-height:235px;background:#151219;padding:13px 14px calc(16px + env(safe-area-inset-bottom))}.capture-caption-row{height:44px;border-radius:14px;background:#28232e;display:flex;align-items:center;padding:0 11px}.capture-caption-row input{flex:1;border:0;outline:0;background:transparent;color:#fff;font-size:11px}.capture-caption-row span{font-size:8px;color:#8e8792}.sticker-picker{display:flex;gap:6px;overflow-x:auto;padding:10px 0}.sticker-picker button{min-width:42px;height:36px;border-radius:11px;background:#28232e;color:#fff;font-size:14px}.sticker-picker button:first-child{font-size:8px}.sticker-picker button.active{background:#8e68d8}.capture-hour-select{height:39px;display:flex;align-items:center;padding:0 10px;border-radius:12px;background:#28232e;margin-bottom:10px;position:relative}.capture-hour-select span{font-size:9px;flex:1}.capture-hour-select select{appearance:none;border:0;background:transparent;color:#fff;font-size:10px;padding-right:20px;outline:0}.capture-hour-select svg{position:absolute;right:8px;pointer-events:none}.capture-preview-actions{display:grid;grid-template-columns:1fr 1.65fr;gap:8px}.capture-preview-actions button{height:48px;border-radius:15px;background:#29242f;color:#fff;display:flex;align-items:center;justify-content:center;gap:7px;font-size:10px;font-weight:800}.capture-preview-actions button.publish{background:linear-gradient(135deg,#a27ce9,#7b55cb)}.reel-layer{position:fixed;inset:0;z-index:240;background:#0d0a10;color:#fff;overflow:hidden}.reel-layer>video{width:100%;height:100%;object-fit:cover}.reel-gradient{position:absolute;left:0;right:0;height:28%;pointer-events:none}.reel-gradient.top{top:0;background:linear-gradient(180deg,rgba(0,0,0,.63),transparent)}.reel-gradient.bottom{bottom:0;height:42%;background:linear-gradient(0deg,rgba(0,0,0,.78),transparent)}.reel-progress{position:absolute;left:10px;right:10px;top:max(10px,env(safe-area-inset-top));display:flex;gap:3px;z-index:3}.reel-progress span{height:3px;flex:1;border-radius:99px;background:#ffffff4d;overflow:hidden}.reel-progress b{display:block;height:100%;width:0;background:#fff}.reel-progress b.done{width:100%}.reel-progress b.running{animation:reelProgress 3s linear forwards}@keyframes reelProgress{to{width:100%}}.reel-header{position:absolute;top:calc(max(10px,env(safe-area-inset-top)) + 12px);left:8px;right:8px;height:52px;display:grid;grid-template-columns:44px 1fr 44px;align-items:center;z-index:4}.reel-header button{height:42px;color:#fff;display:grid;place-items:center}.reel-header>div{text-align:center}.reel-header strong{font-size:12px;display:block}.reel-header span{font-size:8px;opacity:.8}.reel-tap-zone{position:absolute;top:80px;bottom:150px;width:35%;z-index:2}.reel-tap-zone.left{left:0}.reel-tap-zone.right{right:0}.reel-pause{position:absolute;left:50%;top:48%;transform:translate(-50%,-50%);width:62px;height:62px;border-radius:50%;display:grid;place-items:center;background:#ffffff2e;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;z-index:3;opacity:.35}.reel-time{position:absolute;left:0;right:0;top:35%;display:flex;flex-direction:column;align-items:center;text-shadow:0 3px 14px rgba(0,0,0,.55);z-index:3}.reel-time strong{font-size:44px}.reel-time span{font-size:15px;font-weight:800;margin-top:5px}.reel-author{position:absolute;left:15px;right:15px;bottom:88px;display:flex;align-items:center;gap:8px;z-index:4}.reel-author>div{flex:1}.reel-author strong{display:block;font-size:11px}.reel-author span{font-size:8px;opacity:.78}.reel-author>button{display:flex;align-items:center;gap:4px;color:#fff;font-size:9px}.reel-actions{position:absolute;left:15px;right:15px;bottom:25px;display:grid;grid-template-columns:1fr 1fr;gap:8px;z-index:4}.reel-actions button{height:44px;border-radius:14px;background:#ffffff2e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#fff;display:flex;align-items:center;justify-content:center;gap:6px;font-size:10px;font-weight:800}.desktop-intro,.desktop-live-card{position:relative;z-index:4;align-self:center;max-width:420px}.desktop-intro{justify-self:end}.desktop-brand{display:flex;align-items:center;gap:10px;margin-bottom:28px}.brand-mark{width:48px;height:48px;border-radius:17px;background:linear-gradient(145deg,#a881ef,#7d57cc);color:#fff;display:grid;place-items:center;box-shadow:0 12px 26px #7148ba40}.desktop-brand>div{display:flex;flex-direction:column}.desktop-brand strong{font-size:19px}.desktop-brand small{font-size:8px;letter-spacing:2px;color:#8a7f96;font-weight:850}.desktop-intro h1{font-size:clamp(36px,3.8vw,60px);line-height:1.08;letter-spacing:-2.3px;margin:0 0 20px}.desktop-intro h1 em{font-style:normal;color:#885dd9}.desktop-intro>p{font-size:13px;line-height:1.75;color:#71687b;max-width:390px}.desktop-pet-stack{height:110px;display:flex;align-items:flex-end;margin:22px 0 20px}.desktop-pet-stack .pet-image{width:95px;height:95px;margin-left:-22px;filter:drop-shadow(0 12px 10px rgba(60,42,78,.14))}.desktop-pet-stack .pet-image:first-child{margin-left:0;width:115px;height:115px}.desktop-feature-list{display:grid;grid-template-columns:repeat(2,1fr);gap:8px;max-width:390px}.desktop-feature-list span{height:44px;border-radius:14px;background:#ffffff9e;border:1px solid rgba(97,65,136,.08);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);display:flex;align-items:center;gap:7px;padding:0 11px;font-size:10px;font-weight:750;color:#5f5569}.desktop-feature-list svg{width:17px;color:#855ecf}.desktop-live-card{justify-self:start;width:235px;border-radius:27px;background:#ffffffa1;border:1px solid rgba(255,255,255,.9);box-shadow:0 20px 60px #3d2d501a;-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);padding:20px}.desktop-live-card>div:first-child{font-size:8px;letter-spacing:1.3px;font-weight:850;color:#7a6d83;display:flex;align-items:center;gap:6px}.live-dot{width:7px;height:7px;border-radius:50%;background:#5ece9e;box-shadow:0 0 0 5px #5ece9e21;animation:livePulse 1.7s infinite}@keyframes livePulse{50%{box-shadow:0 0 0 8px #5ece9e00}}.desktop-live-card h3{font-size:17px;margin:17px 0 3px}.desktop-live-card>p{font-size:9px;color:#847a8c;margin:0 0 14px}.desktop-live-card section{background:#ffffffbf;border-radius:17px;padding:12px;margin-top:8px;display:grid;grid-template-columns:1fr auto;align-items:center}.desktop-live-card section span{font-size:9px;color:#8b8292}.desktop-live-card section strong{grid-row:1/3;grid-column:2;font-size:20px;color:#7550c0}.desktop-live-card section small{font-size:8px;color:#aaa2ae}.desktop-note{margin-top:13px!important;display:flex!important;align-items:flex-start!important;gap:7px!important;font-size:8px!important;line-height:1.45!important;color:#81768a!important;letter-spacing:0!important;font-weight:600!important}.desktop-note svg{flex:0 0 auto;color:#8e68d7}@media(max-width:1100px){.app-world{grid-template-columns:1fr 430px;padding:18px 28px;gap:42px}.desktop-live-card{display:none}.desktop-intro{justify-self:end}.desktop-intro h1{font-size:42px}}@media(max-width:820px){body{background:#fff}.app-world{display:block;padding:0;height:100dvh;overflow:hidden}.desktop-intro,.desktop-live-card{display:none}.phone-frame{width:100%;height:100dvh;max-height:none;border:0;border-radius:0;box-shadow:none}.phone-frame:before,.phone-status,.home-indicator{display:none}.app-surface,.detail-layer{padding-top:env(safe-area-inset-top)}.sheet-layer{align-items:flex-end}.sheet-panel{width:100%}.toast{bottom:92px}.capture-layer,.reel-layer{inset:0}}@media(max-height:720px)and (min-width:821px){.phone-frame{height:680px;border-radius:38px}.phone-frame:before{height:19px;width:92px}.moment-card{min-height:190px}.house-stage{height:360px}.desktop-pet-stack{display:none}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}.sheet-backdrop{z-index:0}.sheet-panel{z-index:1}
