@font-face{font-family:Grand Hotel;src:url(/GrandHotel-Regular.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,sans-serif;background:#fff;color:#111;--border: #dbdbdb;--muted: #737373;--blue: #0095f6;--bar: 64px}*{box-sizing:border-box;-webkit-tap-highlight-color:transparent}html,button,a,input,textarea,.tab{touch-action:manipulation}html,body{margin:0;background:#fff}body{min-height:100%}html.app-locked,html.app-locked body{position:fixed;inset:0;width:100%;height:100%;overflow:hidden;overscroll-behavior:none}#app{min-height:100%;display:grid;place-items:center;padding:24px 20px calc(24px + env(safe-area-inset-bottom))}#app.app-mode,#app.auth-mode{position:absolute;inset:0;display:block;padding:0;height:100%;overflow:hidden}.auth-screen{height:100%;display:flex;flex-direction:column;padding:calc(24px + env(safe-area-inset-top)) 24px calc(24px + env(safe-area-inset-bottom))}.auth-hero{flex:1;display:grid;place-items:center}.auth-hero .logo{margin:0}.auth-bottom{display:grid;gap:12px}.auth-bottom button{width:100%;max-width:none;margin:0}.auth-center{flex:1;width:min(420px,100%);margin:0 auto;display:grid;align-content:center;gap:12px}.auth-center .lead{margin:0 0 4px}.auth-center .text-btn{margin-top:4px}#toast-host{position:fixed;top:0;left:0;right:0;z-index:80;display:grid;justify-items:center;gap:8px;padding:calc(10px + env(safe-area-inset-top)) 12px 0;pointer-events:none}.app-toast{pointer-events:auto;width:min(420px,100%);display:grid;grid-template-columns:36px 1fr;gap:10px;align-items:center;padding:10px 12px;border:0;border-radius:14px;background:#fffffff5;color:#111;font-weight:600;box-shadow:0 10px 32px #00000029;text-align:left;min-height:56px;transform:translateY(-140%);opacity:0;transition:transform .28s ease,opacity .28s ease}.app-toast.show{transform:translateY(0);opacity:1}.app-toast img,.app-toast-dot{width:36px;height:36px;border-radius:50%;object-fit:cover}.app-toast-dot{display:block;background:linear-gradient(135deg,#ff2d8f,#ff8a3d)}.app-toast-copy{min-width:0}.app-toast-copy strong,.app-toast-copy span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.app-toast-copy strong{font-size:.9rem}.app-toast-copy span{margin-top:2px;font-size:.8rem;color:var(--muted);font-weight:400}#recaptcha-container{position:absolute;width:1px;height:1px;left:-9999px;overflow:hidden}.grecaptcha-badge{visibility:hidden!important}.logo{margin:0 0 20px;text-align:center}.logo img{display:block;width:min(280px,80vw);height:auto;margin:0 auto}.logo.compact{margin:0}.sheet{width:min(420px,100%)}.lead,.muted,.hint{text-align:center;color:var(--muted);line-height:1.45}.lead{margin:0 0 24px}.lead strong{color:#111;font-weight:600}.form,.compose{display:grid;gap:10px}label{font-size:.85rem;color:var(--muted)}input,textarea,button{font:inherit;font-size:16px}.phone-row{display:flex;align-items:stretch;gap:8px}.country-code{flex:0 0 auto;display:grid;place-items:center;min-width:64px;padding:0 12px;border:1px solid var(--border);border-radius:8px;background:#f0f0f0;color:#111;font-weight:700;-webkit-user-select:none;user-select:none}.phone-row input{flex:1 1 auto}input,textarea{width:100%;border:1px solid var(--border);background:#fafafa;border-radius:8px;padding:12px 14px}textarea{resize:vertical;min-height:160px}input:focus,textarea:focus{outline:2px solid #111;outline-offset:1px;background:#fff}button{border:0;border-radius:8px;background:var(--blue);color:#fff;font-weight:650;padding:12px 14px;min-height:44px}button:disabled{opacity:.55}.text-btn{display:block;width:100%;margin-top:12px;background:transparent;color:#111;font-weight:600}.error{margin:16px 0 0;color:#ed4956;text-align:center}.hint{margin:28px 0 0;font-size:.9rem}.who-list{display:grid;gap:12px}.who-card{display:flex;align-items:center;gap:14px;background:#fff;color:#111;border:1px solid var(--border);text-align:left}.who-card img{width:56px;height:56px;border-radius:50%;object-fit:cover}.app-shell{position:absolute;inset:0}.topbar{position:absolute;top:0;left:0;right:0;height:calc(var(--bar) + env(safe-area-inset-top));padding:env(safe-area-inset-top) 14px 0;border-bottom:1px solid var(--border);display:flex;align-items:center;justify-content:center;background:#fff;overflow:hidden;z-index:20}.topbar-center{display:flex;align-items:center;justify-content:center;gap:8px;min-height:0}.topbar.chat-top{justify-content:space-between;padding-right:6px}.topbar.chat-top .topbar-center{justify-content:flex-start}.wa-btn{width:44px;min-height:44px;padding:0;background:transparent;color:#111;display:grid;place-items:center;flex:0 0 auto}.wa-btn svg{width:22px;height:22px}.topbar .logo{margin:0;height:42px}.topbar .logo img{width:auto;max-width:240px;height:42px;object-fit:contain}.page{position:absolute;top:calc(var(--bar) + env(safe-area-inset-top));right:0;bottom:calc(var(--bar) + env(safe-area-inset-bottom));left:0;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch;overscroll-behavior:contain}.page.chat-page{overflow:hidden;display:flex;flex-direction:column}.tabbar{position:absolute;left:0;right:0;bottom:0;z-index:20;border-top:1px solid var(--border);display:grid;grid-template-columns:repeat(5,1fr);align-items:center;padding-bottom:env(safe-area-inset-bottom);background:#fff}.tab{background:transparent;color:inherit;min-height:var(--bar);border-radius:0;padding:0;display:grid;place-items:center}.tab svg{width:26px;height:26px}.tab.post-tab svg{width:28px;height:28px}.tab-face{width:26px;height:26px;border-radius:50%;object-fit:cover;box-shadow:0 0 0 1px #fff,0 0 0 2px #111}.tab.active .tab-face{box-shadow:0 0 0 1px #fff,0 0 0 2px #111}.tab:disabled{opacity:1}.avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;background:#eee;flex:0 0 auto}.avatar.sm{width:32px;height:32px}.avatar.xs{width:24px;height:24px}.avatar.xl{width:96px;height:96px}.empty,.profile{padding:48px 20px;text-align:center}.empty p,.profile h2{margin:0 0 8px}.profile .avatar{margin:12px auto 16px}.profile button,.secondary{margin:16px auto 0;max-width:280px;width:100%;background:#fff;color:#111;border:1px solid var(--border)}.feed,.compose{max-width:560px;margin:0 auto}.compose{padding:16px}.compose-user{display:flex;align-items:center;gap:10px}.post{padding:14px 16px 16px;border-bottom:1px solid var(--border)}.post header{display:flex;align-items:center;gap:10px;margin-bottom:10px}.post p{margin:0 0 8px;line-height:1.45;white-space:pre-wrap}.post time,.bubble time{color:var(--muted);font-size:.75rem}.chat{flex:1;min-height:0;height:100%;display:grid;grid-template-rows:1fr auto}.thread{overflow:auto;padding:16px 12px 8px;display:flex;flex-direction:column;gap:10px}.chat-empty{margin:auto}.bubble{display:flex;align-items:flex-end;gap:6px;max-width:92%}.bubble p{margin:0;background:#efefef;border-radius:16px;padding:8px 12px;line-height:1.4;white-space:pre-wrap}.bubble.mine{margin-left:auto}.bubble.mine p{background:#3797f0;color:#fff}.bubble-body{position:relative;min-width:0}.bubble-meta{display:flex;align-items:center;gap:6px;margin-top:4px;min-height:16px}.bubble.mine .bubble-meta{justify-content:flex-end}.bubble p a{color:inherit;text-decoration:underline;word-break:break-word}.bubble .media-wait{border-radius:22px;max-width:min(240px,68vw);min-height:160px;margin-bottom:6px}.bubble .media-wait.is-ready{min-height:0}.bubble-img{display:block;max-width:min(240px,68vw);max-height:320px;border-radius:22px;object-fit:cover;background:#f2f2f2}.bubble.has-media p{max-width:min(240px,68vw)}.bubble-heart{position:static;font-size:12px;line-height:1;filter:none}.bubble-more{position:static;margin:0;width:28px;min-width:28px;min-height:28px;padding:0;background:transparent;color:#b0b0b0;font-size:18px;font-weight:700;letter-spacing:0;text-shadow:none;align-self:center;flex:0 0 auto}.bubble.mine .bubble-more{color:#b0b0b0}.chat-form{display:flex;align-items:center;gap:6px;padding:8px 10px;border-top:1px solid var(--border);background:#fff}.chat-form #chat-text{border:0;border-radius:22px;background:#f2f2f2;min-height:40px;padding:8px 14px}.chat-form #chat-text:focus{outline:none;background:#efefef}.chat-send{width:40px;min-width:40px;min-height:40px;padding:0;border-radius:50%;background:#3797f0;color:#fff;display:grid;place-items:center;flex:0 0 auto}.chat-send svg{width:16px;height:16px;margin:0;display:block}.chat-attach{width:40px;height:40px;border-radius:50%;background:#f2f2f2;display:grid;place-items:center;flex:0 0 auto}.chat-attach input{display:none}.chat-attach svg{width:24px;height:24px}.kind-row{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.kind{background:#efefef;color:#111;min-height:40px;padding:8px 6px;font-size:.9rem}.kind.on{background:#111;color:#fff}.file-pick{display:grid;place-items:center;min-height:180px;border:1px dashed var(--border);border-radius:10px;background:#fafafa;color:var(--muted);overflow:hidden}.file-pick input{display:none}.file-pick img,.file-pick video{width:100%;max-height:320px;object-fit:contain;background:#000}.post{position:relative}.post header{justify-content:flex-start}.more-btn{margin-left:auto;width:36px;min-height:36px;padding:0;background:transparent;color:#111;font-size:22px;font-weight:700;letter-spacing:1px;line-height:1}.post-menu{position:absolute;top:48px;right:12px;z-index:6;min-width:148px;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 10px 28px #0000001f;overflow:hidden}.post-menu button{width:100%;background:#fff;color:#ed4956;text-align:left;border-radius:0;font-weight:600}.post-media{margin:0 -16px 10px;background:#f2f2f2}.post-media .media-wait{min-height:220px}.post-media .media-wait.is-ready{min-height:0}.post-media img,.post-media video{display:block;width:100%;max-height:70vh;object-fit:contain;background:#f2f2f2}.video-player{position:relative}.video-player video{cursor:pointer}.video-hud{position:absolute;right:10px;bottom:10px;z-index:2;display:flex;gap:8px}.video-btn{width:36px;min-width:36px;min-height:36px;padding:0;border-radius:50%;background:#00000073;color:#fff;display:grid;place-items:center}.video-btn svg{width:16px;height:16px}.media-wait{position:relative;background:#efefef;overflow:hidden}.media-wait:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#efefef,#f7f7f7,#efefef);background-size:200% 100%;animation:shine 1.1s ease-in-out infinite;pointer-events:none}.media-wait img,.media-wait video{opacity:0;transition:opacity .22s ease}.media-wait.is-ready img,.media-wait.is-ready video{opacity:1}.media-wait.is-ready:after{display:none}.skel{position:relative;display:block;overflow:hidden;background:#efefef}.skel:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#efefef,#f7f7f7,#efefef);background-size:200% 100%;animation:shine 1.1s ease-in-out infinite;pointer-events:none}.post-skel header{margin-bottom:12px}.skel-avatar{width:32px;height:32px;border-radius:50%;flex:0 0 auto}.skel-name{height:12px;width:96px;border-radius:6px}.skel-media{margin:0 -16px 14px;aspect-ratio:4 / 5;max-height:70vh;border-radius:0}.skel-line{height:10px;width:62%;border-radius:6px;margin:0 0 10px}.skel-line.short{width:38%;margin-bottom:4px}.skel-fill{width:100%;height:100%}@keyframes shine{0%{background-position:100% 0}to{background-position:-100% 0}}.poll{display:grid;gap:8px;margin:4px 0 12px}.poll-q{margin:0;font-weight:650}.poll-opt{display:flex;justify-content:space-between;gap:12px;background:#fff;color:#111;border:1px solid var(--border);text-align:left}.poll-opt.picked{border-color:var(--blue);background:#e8f4ff}.post-actions{display:flex;gap:8px;margin:4px 0 6px}.icon-btn{width:40px;min-height:36px;padding:0;background:transparent;color:#111}.icon-btn svg{width:26px;height:26px;display:block;margin:0 auto}.likes{margin:0 0 6px;font-weight:650;font-size:.92rem}.comments-toggle{margin:0 0 8px;width:auto;min-height:0;padding:0;text-align:left;color:var(--muted);font-weight:500;font-size:.9rem}.comments{display:grid;gap:8px;margin:0 0 8px}.comment{display:flex;align-items:flex-start;gap:8px}.comment p{margin:0;flex:1}.comment .text-btn{margin:0;width:auto;min-height:24px;padding:0 6px;color:var(--muted)}.comment-form{display:flex;gap:8px}.comment-form button{min-width:64px;min-height:40px}.ig-profile{padding:12px 0 32px;text-align:left}.ig-header{display:flex;align-items:center;gap:22px;padding:8px 16px 12px}.avatar.ig{width:86px;height:86px}.ig-stats{flex:1;display:flex;justify-content:space-around}.ig-stat{background:transparent;color:#111;min-height:0;padding:0;width:auto;display:grid;justify-items:center;gap:2px;font-family:inherit;font-weight:400;font-size:16px}.ig-stat strong,.ig-stat span{font-family:inherit;color:#111}.ig-stat strong{font-size:16px;font-weight:600;line-height:1.2}.ig-stat span{font-size:13px;font-weight:400}.ig-meta{padding:0 16px 12px}.ig-meta h2{margin:0;font-size:.95rem}.ig-bio{margin:4px 0 0;white-space:pre-wrap;line-height:1.4}.ig-actions,.ig-edit{padding:0 16px 16px}.ig-actions button,.ig-edit button{background:#efefef;color:#111;width:100%;max-width:none;margin:0}.ig-edit{display:grid;gap:8px}.ig-edit textarea{min-height:84px}.ig-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px;border-top:1px solid var(--border)}.ig-cell{position:relative;aspect-ratio:1;padding:0;border-radius:0;background:#f2f2f2;color:#111;overflow:hidden}.ig-cell .media-wait,.ig-cell img,.ig-cell video{width:100%;height:100%;object-fit:cover;display:block}.ig-cell.text{display:grid;align-content:center;padding:8px;font-size:.75rem;text-align:left;white-space:pre-wrap}.ig-cell.text span{font-weight:700;margin-bottom:4px}.ig-badge{position:absolute;top:6px;right:8px;color:#fff;text-shadow:0 1px 2px rgba(0,0,0,.5)}.empty.tight{padding:32px 16px}.explore-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.explore-cell{aspect-ratio:1;padding:0;border-radius:0;background:#111;overflow:hidden}.explore-cell.tall{grid-row:span 2;height:100%;min-height:calc((100vw / 3) * 2)}.explore-cell img{width:100%;height:100%;object-fit:cover;display:block}.explore-cell .media-wait{width:100%;height:100%}.explore-view{position:absolute;top:0;right:0;bottom:calc(var(--bar) + env(safe-area-inset-bottom));left:0;z-index:25;background:#fff;display:flex;flex-direction:column}.explore-view-bar{height:calc(var(--bar) + env(safe-area-inset-top));padding:env(safe-area-inset-top) 8px 0 4px;border-bottom:1px solid var(--border);display:flex;align-items:center;gap:4px;flex:0 0 auto}.explore-view-bar button{width:44px;min-height:44px;padding:0;background:transparent;color:#111;display:grid;place-items:center}.explore-view-bar svg{width:22px;height:22px}.explore-view-body{flex:1;overflow:auto;-webkit-overflow-scrolling:touch}.explore-view-body .media-wait{background:#f2f2f2}.explore-view-body>.media-wait img,.explore-view-body>img{width:100%;max-height:70vh;object-fit:contain;display:block}#opened-post .post{border-bottom:0}.explore-view-body p{margin:14px 16px 24px;line-height:1.45}.overlay{position:fixed;inset:0;z-index:30;background:#00000073;display:grid;align-items:end}.overlay-card{background:#fff;border-radius:16px 16px 0 0;padding:16px 16px calc(16px + env(safe-area-inset-bottom))}.overlay-card header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.overlay-card header button{width:auto;min-height:36px;background:#efefef;color:#111}.who-card.static{border:0;padding:8px 0}.who-card.static img{width:48px;height:48px;border-radius:50%;object-fit:cover}.who-card.static .muted{margin:4px 0 0;text-align:left}.settings-list{display:grid;gap:10px}.settings-list button{width:100%;max-width:none;margin:0;background:#f2f2f2;color:#111;text-align:left;border-radius:12px}.settings-list #sign-out{background:#fff;color:#ed4956;border:1px solid var(--border)}.settings-list .muted,.settings-list .hint{margin:0;text-align:left}.message-sheet{display:grid;gap:8px}.message-sheet button{width:100%;max-width:none;margin:0;text-align:center;border-radius:12px}#sheet-del-msg{background:#fff;color:#ed4956;border:1px solid var(--border)}#close-message-sheet{background:#f2f2f2;color:#111}.story-tray{display:flex;gap:16px;padding:12px 14px 10px;border-bottom:1px solid var(--border);overflow-x:auto}.story-dot{width:76px;min-height:0;padding:0;background:transparent;color:#111;display:grid;justify-items:center;gap:6px;font-weight:500}.story-dot:disabled{opacity:1}.story-ring{position:relative;width:64px;height:64px;border-radius:50%;display:grid;place-items:center;background:#efefef}.story-dot.fresh .story-ring{background:linear-gradient(135deg,#ff2d8f,#ff8a3d,#f5c518);padding:2px}.story-dot.seen .story-ring{background:#dbdbdb;padding:2px}.story-ring img{width:100%;height:100%;border-radius:50%;object-fit:cover;background:#fff;box-shadow:0 0 0 2px #fff}.story-plus{position:absolute;right:0;bottom:0;width:20px;height:20px;border-radius:50%;background:var(--blue);color:#fff;font-size:16px;line-height:18px;font-weight:700;box-shadow:0 0 0 2px #fff}.story-dot small{font-size:.72rem;color:#111;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:76px}.story-dot.off small{color:var(--muted)}.story-layer{position:absolute;inset:0;z-index:50;background:#000;color:#fff;display:flex;flex-direction:column}.story-bar,.story-view-top{display:flex;align-items:center;gap:10px;padding:calc(10px + env(safe-area-inset-top)) 10px 10px;flex:0 0 auto}.story-bar button,.story-view-top button,.story-tools button{width:auto;min-height:36px;padding:0 12px;background:#ffffff24;color:#fff;border-radius:10px}.story-tools{display:flex;gap:6px;margin-left:auto}.story-tools button.on,#story-edit-share{background:#fff;color:#111}.story-stage{position:relative;flex:1;margin:0 auto;width:min(100%,420px);max-height:calc(100% - 160px);aspect-ratio:9 / 16;background:#111;overflow:hidden;touch-action:none}.story-stage img,.story-stage canvas,#story-texts{position:absolute;inset:0;width:100%;height:100%}.story-stage img{object-fit:cover;image-orientation:from-image;transform:none}#story-texts,.story-edit.tool-text #story-draw{pointer-events:none}.story-text-wrap{position:absolute;transform:translate(-50%,-50%);z-index:3;pointer-events:auto}.story-text,textarea.story-text{display:block;width:200px;min-height:0;margin:0;padding:4px 8px;border:0;border-radius:0;background:transparent;color:#fff;font-size:28px;font-weight:700;line-height:1.15;text-align:center;text-shadow:0 1px 8px rgba(0,0,0,.45);outline:none;resize:none;overflow:hidden}.story-colors{display:flex;justify-content:center;gap:10px;padding:12px 12px calc(12px + env(safe-area-inset-bottom))}.story-colors button{width:28px;min-width:28px;min-height:28px;padding:0;border-radius:50%;box-shadow:0 0 0 2px #000,0 0 0 3px transparent}.story-colors button.on{box-shadow:0 0 0 2px #000,0 0 0 3px #fff}.story-progress{display:flex;gap:4px;padding:calc(8px + env(safe-area-inset-top)) 10px 0}.story-progress span{flex:1;height:2px;background:#ffffff59;border-radius:2px;overflow:hidden}.story-progress i{display:block;width:0;height:100%;background:#fff}.story-progress .done i{width:100%}.story-progress .on i,.story-progress .paused i{animation:story-bar 5s linear forwards}.story-progress .paused i{animation-play-state:paused}@keyframes story-bar{to{width:100%}}.story-view-top{position:absolute;top:18px;left:0;right:0;z-index:2}.story-view-top img{box-shadow:0 0 0 2px #ffffff4d}.story-view-top strong,.story-view-top span{display:block}.story-view-top span{font-size:.75rem;color:#ffffffbf}.story-view-top #story-view-delete,.story-view-top #story-view-delete[hidden]+#story-view-close{margin-left:auto}.story-view-image{width:100%;height:100%;object-fit:contain;background:#000}.story-hit{position:absolute;top:70px;bottom:0;width:30%;min-height:0;padding:0;background:transparent;border-radius:0}.story-hit.left{left:0}.story-hit.right{right:0}
