:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;--goose-accent:#f1a120;--goose-background:#141415;--goose-top-bar:#171818;--goose-card:#343437;--goose-white:#fff;--goose-field-background:#fafafa;--goose-muted-text:#85858c;--goose-secondary-text:#5f6368;--goose-error:#ff8a80;--goose-link:#64b5f6;--goose-placeholder:#9a9aa0;--goose-light-field-text:#505050;--goose-interactive-dark:#1a1a1c;--goose-disabled-background:#202022;--goose-surface-secondary:#262629;--goose-navigation-selected:#3b3b3d;--goose-media-viewer:#050505;--goose-secret-incoming:#203038;--goose-secret-outgoing:#173d35;--goose-danger-background:#4a1d1d;--goose-danger-text:#ffb4ab;font-family:Inter,Segoe UI,system-ui,-apple-system,sans-serif}*{box-sizing:border-box}html,body,#root{min-width:320px;height:100%;min-height:100%;margin:0}body{background:var(--goose-background);color:var(--goose-white)}button,input,textarea{font:inherit}button,a{-webkit-tap-highlight-color:transparent}button{color:inherit}.icon{flex:none;display:block}.auth-page{background:radial-gradient(circle at 10% 10%, #f1a1201f, transparent 30%), radial-gradient(circle at 90% 90%, #f1a12014, transparent 34%), var(--goose-background);place-items:center;min-height:100dvh;padding:28px;display:grid;position:relative;overflow:hidden}.pattern{opacity:.18;pointer-events:none;background-image:linear-gradient(135deg,#0000 46%,#ffffff0d 47% 48%,#0000 49%),radial-gradient(circle,#f1a1202e 0 2px,#0000 3px);background-size:90px 90px,56px 56px;position:absolute;inset:-20%;transform:rotate(-8deg)}.auth-shell{background:#121213;border:1px solid #ffffff0a;border-radius:24px;grid-template-columns:repeat(2,minmax(0,1fr));width:min(760px,100%);height:430px;display:grid;position:relative;overflow:hidden;box-shadow:0 24px 70px #0000006b}.auth-panel{flex-direction:column;justify-content:center;min-width:0;padding:48px 45px;display:flex}.auth-panel.qr-active{padding-top:24px;padding-bottom:24px}.mobile-auth-brand,.download-title-mobile{display:none}.download-panel{text-align:center;background:0 0;border-left:3px solid #ffffff14;flex-direction:column;justify-content:center;align-items:center;padding:48px 45px;display:flex;position:relative}.goose-logo{object-fit:contain;border-radius:18px;width:92px;height:92px;margin-bottom:26px;box-shadow:0 0 26px #f1a12057,0 14px 38px #f1a1202e}.download-panel h2{letter-spacing:-.025em;margin:0 0 38px;font-size:24px}.download-caption{color:var(--goose-muted-text);letter-spacing:.04em;margin-top:28px;font-size:9px}.eyebrow{color:var(--goose-accent);letter-spacing:.16em;font-size:12px;font-weight:800}.auth-heading h1{letter-spacing:-.025em;margin:0 0 38px;font-size:24px;line-height:1.2}.auth-heading p{color:var(--goose-muted-text);margin:0 0 30px;line-height:1.5}.auth-form{gap:10px;display:grid}.auth-form label,.bio-field{color:var(--goose-muted-text);gap:8px;font-size:14px;display:grid}.auth-form input,.bio-field textarea{background:var(--goose-field-background);width:100%;color:var(--goose-light-field-text);border:2px solid #0000;border-radius:16px;outline:0;padding:15px 17px}.auth-form input{border-width:1px;border-radius:10px;min-height:40px;padding:9px 12px;font-size:14px}.auth-form input::placeholder,.bio-field textarea::placeholder{color:var(--goose-placeholder)}.auth-form input:focus,.bio-field textarea:focus{border-color:var(--goose-accent);box-shadow:0 0 0 3px #f1a12026}.button{cursor:pointer;border:0;border-radius:16px;justify-content:center;align-items:center;gap:9px;min-height:50px;padding:13px 20px;font-weight:750;text-decoration:none;display:inline-flex}.button.primary{background:var(--goose-accent);color:var(--goose-background)}.button.secondary{background:var(--goose-card);color:var(--goose-white)}.button.danger{background:var(--goose-danger-background);color:var(--goose-danger-text)}.button:disabled,.button.disabled{background:var(--goose-disabled-background);color:var(--goose-muted-text);cursor:not-allowed}.auth-shell .button{border-radius:10px;min-height:40px;padding:9px 16px;font-size:14px}.download{z-index:1;width:100%;position:relative}.auth-mode-switch{color:var(--goose-accent);cursor:pointer;background:0 0;border:0;align-self:center;margin-top:24px;padding:4px;font-size:11px}.auth-mode-switch:hover{text-decoration:underline}.form-error{color:var(--goose-error);background:#ff8a8017;border-radius:12px;padding:10px 12px;font-size:14px}.privacy-note{color:var(--goose-secondary-text);margin:18px 0 0;font-size:12px;line-height:1.5}.brand-mobile{display:none}.qr-panel{text-align:center;flex-direction:column;align-items:stretch;display:flex}.qr-panel h1{margin:12px 0 4px;font-size:27px}.qr-panel p{color:var(--goose-muted-text);margin:0 auto 6px;font-size:13px;line-height:1.35}.back-link{background:var(--goose-surface-secondary);min-height:28px;color:var(--goose-muted-text);cursor:pointer;border:0;border-radius:8px;align-self:flex-start;align-items:center;gap:5px;padding:5px 8px;font-size:12px;display:inline-flex}.back-link:hover{color:var(--goose-white);background:var(--goose-navigation-selected)}.qr-box{background:var(--goose-white);border-radius:16px;align-self:center;place-items:center;width:180px;max-width:100%;height:180px;margin:6px 0;padding:8px;display:grid}.qr-box img{width:100%;height:100%}.qr-timer{color:var(--goose-muted-text);margin:0 0 6px;font-size:11px}.qr-panel>.button{min-height:28px;color:var(--goose-muted-text);background:0 0;border-radius:8px;align-self:center;padding:5px 11px;font-size:11px;font-weight:600}.qr-panel>.button:hover{color:var(--goose-white);background:var(--goose-surface-secondary)}.spinner{border:4px solid #ddd;border-top-color:var(--goose-accent);border-radius:50%;width:32px;height:32px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.messenger{background:var(--goose-background);grid-template-columns:340px minmax(0,1fr);height:100dvh;display:grid;overflow:hidden}.sidebar{background:var(--goose-top-bar);border-right:1px solid #ffffff0f;flex-direction:column;min-width:0;display:flex}.sidebar-header{border-bottom:1px solid #ffffff0d;align-items:center;gap:13px;min-height:84px;padding:16px 20px;display:flex}.sidebar-header img{border-radius:14px;width:48px;height:48px}.sidebar-header div{min-width:0;display:grid}.sidebar-header strong{text-overflow:ellipsis;overflow:hidden}.connection{color:var(--goose-muted-text);margin-top:3px;font-size:12px}.connection.online{color:var(--goose-accent)}.quick-actions{grid-template-columns:1fr 1fr;gap:8px;padding:14px;display:grid}.quick-actions button{background:var(--goose-interactive-dark);color:var(--goose-muted-text);cursor:pointer;border:0;border-radius:14px;align-items:center;gap:9px;padding:12px;display:flex}.quick-actions button.active{background:var(--goose-navigation-selected);color:var(--goose-accent)}.dialog-title{color:var(--goose-muted-text);text-transform:uppercase;letter-spacing:.12em;padding:13px 20px 9px;font-size:12px;font-weight:800}.dialog-list{padding:0 9px 20px;overflow-y:auto}.dialog-row{text-align:left;cursor:pointer;background:0 0;border:0;border-radius:16px;grid-template-columns:46px minmax(0,1fr) auto;align-items:center;gap:11px;width:100%;min-width:0;padding:11px;display:grid}.dialog-row:hover,.dialog-row.selected{background:var(--goose-navigation-selected)}.avatar{background:var(--goose-card);width:46px;height:46px;color:var(--goose-accent);border-radius:15px;place-items:center;font-weight:800;display:grid}.dialog-copy{min-width:0}.dialog-copy>div{justify-content:space-between;gap:8px;display:flex}.dialog-copy strong,.dialog-copy p{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.dialog-copy time{color:var(--goose-secondary-text);font-size:11px}.dialog-copy p{color:var(--goose-muted-text);margin:5px 0 0;font-size:13px}.channel-list-title{color:var(--goose-muted-text);letter-spacing:.08em;text-transform:uppercase;margin:20px 8px 6px;font-size:11px;font-weight:750}.channel-row .dialog-copy strong{align-items:center;gap:6px;display:inline-flex}.channel-avatar{font-weight:850;color:var(--goose-accent)!important;background:#f1a12021!important}.verified-mark{background:var(--goose-accent);width:16px;height:16px;color:var(--goose-background);vertical-align:2px;border-radius:50%;place-items:center;margin-left:5px;font-size:10px;font-style:normal;font-weight:900;display:inline-grid}.badge{background:var(--goose-accent);min-width:22px;height:22px;color:var(--goose-background);border-radius:99px;place-items:center;padding:0 6px;font-size:11px;font-weight:800;display:grid}.list-empty{color:var(--goose-muted-text);text-align:center;padding:30px 18px;font-size:14px}.content{min-width:0;height:100%;overflow:hidden}.content-header{background:var(--goose-top-bar);border-bottom:1px solid #ffffff0d;align-items:center;gap:14px;height:76px;padding:12px 28px;display:flex}.content-header>div{display:grid}.content-header h1,.content-header strong{margin:0;font-size:20px}.content-header span{color:var(--goose-muted-text);margin-top:4px;font-size:12px}.chat-view,.page-view{flex-direction:column;height:100%;min-height:0;display:flex}.chat-view{overflow:hidden}.channel-view{flex-direction:column;height:100%;min-height:0;display:flex;overflow:hidden}.channel-header{flex:0 0 76px}.channel-header>div{min-width:0}.channel-header>div strong{text-overflow:ellipsis;white-space:nowrap;align-items:center;display:flex;overflow:hidden}.channel-subscribe{background:var(--goose-accent);color:var(--goose-background);cursor:pointer;border:0;border-radius:11px;margin-left:auto;padding:10px 15px;font-weight:750}.channel-subscribe.subscribed{background:var(--goose-navigation-selected);color:var(--goose-white)}.channel-subscribe:disabled{background:var(--goose-disabled-background);color:var(--goose-muted-text);cursor:wait}.channel-post-list{flex:auto;min-height:0;padding:30px clamp(20px,5vw,72px);overflow-y:auto}.channel-about{text-align:center;background:var(--goose-surface-secondary);border:1px solid #ffffff0d;border-radius:22px;justify-items:center;gap:7px;width:min(100%,760px);margin:0 auto 28px;padding:24px;display:grid}.channel-avatar-large{width:58px;height:58px;color:var(--goose-accent);background:#f1a12021;border-radius:17px;place-items:center;margin-bottom:4px;font-size:25px;font-weight:900;display:grid}.channel-about>strong{font-size:20px}.channel-about>span,.channel-about>small{color:var(--goose-muted-text)}.channel-post{background:var(--goose-card);border-radius:18px;width:min(100%,760px);margin:0 auto 12px;padding:17px 19px}.channel-post>div{justify-content:space-between;align-items:baseline;gap:20px;display:flex}.channel-post time{color:var(--goose-muted-text);white-space:nowrap;font-size:11px}.channel-post p{white-space:pre-wrap;word-break:break-word;margin:10px 0 0;line-height:1.5}.channel-empty{text-align:center;width:min(100%,760px);color:var(--goose-muted-text);margin:0 auto;padding:30px}.chat-presence{display:none}.message-list{flex-direction:column;flex:auto;gap:12px;min-height:0;padding:30px clamp(20px,5vw,72px);display:flex;overflow-y:auto}.message{background:var(--goose-card);word-break:break-word;border-radius:18px 18px 18px 5px;flex-direction:column;align-self:flex-start;max-width:min(680px,75%);padding:12px 15px 8px;line-height:1.45;display:flex}.message.outgoing{border-radius:18px 18px 5px;align-self:flex-end}.message time{color:var(--goose-muted-text);align-self:flex-end;margin:5px 0 0 14px;font-size:10px}.message.photo-placeholder{color:var(--goose-muted-text);flex-direction:row;align-items:center;gap:10px;font-size:13px}.message.photo-placeholder time{margin-left:auto}.placeholder-mark{background:var(--goose-disabled-background);border-radius:10px;flex:none;place-items:center;width:30px;height:30px;font-size:20px;display:grid}.composer{background:var(--goose-field-background);border-radius:20px;flex:none;grid-template-columns:minmax(0,1fr) 48px;gap:8px;margin:0 clamp(16px,4vw,52px) 24px;padding:5px;display:grid;box-shadow:0 14px 40px #0003}.composer input{min-width:0;color:var(--goose-light-field-text);background:0 0;border:0;outline:0;padding:10px 15px}.composer input::placeholder{color:var(--goose-placeholder)}.composer button{background:var(--goose-accent);width:48px;height:48px;color:var(--goose-background);cursor:pointer;border:0;border-radius:16px;place-items:center;display:grid}.page-scroll{flex:1;padding:30px clamp(22px,5vw,64px);overflow-y:auto}.page-scroll>.button{width:min(100%,520px)}.search-layout{width:min(100%,820px)}.entity-search{background:var(--goose-card);border:1px solid #ffffff12;border-radius:17px;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:10px;padding:7px 8px 7px 15px;display:grid}.entity-search>.icon{color:var(--goose-muted-text)}.entity-search input{min-width:0;color:var(--goose-white);background:0 0;border:0;outline:0;padding:10px 4px}.entity-search input::placeholder{color:var(--goose-placeholder)}.entity-search button{background:var(--goose-accent);color:var(--goose-background);cursor:pointer;border:0;border-radius:11px;padding:10px 16px;font-weight:750}.search-group{margin-top:26px}.search-group h3{color:var(--goose-muted-text);margin:0 3px 10px;font-size:13px}.search-results{background:var(--goose-card);border:1px solid #ffffff0d;border-radius:19px;overflow:hidden}.search-results>button{text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:13px;width:100%;padding:14px 16px;display:grid}.search-results>button+button{border-top:1px solid #ffffff0f}.search-results>button:hover{background:var(--goose-navigation-selected)}.search-results>button>span:nth-child(2){gap:4px;min-width:0;display:grid}.search-results>button strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.search-results>button small{color:var(--goose-muted-text);text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.search-avatar{background:var(--goose-navigation-selected);width:44px;height:44px;color:var(--goose-white);border-radius:14px;place-items:center;font-weight:800;display:grid}.search-empty{text-align:center;color:var(--goose-muted-text);background:var(--goose-surface-secondary);border-radius:18px;margin-top:24px;padding:34px}.upload-button{background:var(--goose-accent);width:min(100%,680px);color:var(--goose-background);cursor:pointer;border-radius:13px;justify-content:center;align-items:center;gap:9px;padding:13px 17px;font-weight:750;display:flex}.upload-button input{display:none}.upload-button.disabled{background:var(--goose-disabled-background);color:var(--goose-muted-text)}.storage-layout{width:min(100%,920px)}.storage-toolbar{justify-content:space-between;align-items:center;gap:24px;margin-bottom:18px;display:flex}.storage-toolbar>div{gap:5px;display:grid}.storage-toolbar>div>strong{font-size:20px}.storage-toolbar>div>span{color:var(--goose-muted-text);font-size:13px}.storage-toolbar .upload-button{flex:none;width:auto}.storage-usage-card{background:var(--goose-surface-secondary);border:1px solid #ffffff0f;border-radius:20px;padding:20px 22px}.storage-usage-card>div:first-child{justify-content:space-between;gap:20px;margin-bottom:13px;font-size:14px;display:flex}.storage-usage-card>div:first-child strong{color:var(--goose-accent)}.storage-progress{background:var(--goose-navigation-selected);border-radius:99px;height:8px;overflow:hidden}.storage-progress span{border-radius:inherit;background:var(--goose-accent);min-width:3px;height:100%;transition:width .2s;display:block}.storage-slots{grid-template-columns:repeat(5,1fr);gap:7px;margin-top:13px;display:grid}.storage-slots span{background:var(--goose-navigation-selected);border-radius:99px;height:3px}.storage-slots span.used{background:var(--goose-accent)}.storage-section-heading{align-items:center;gap:9px;margin:30px 2px 12px;display:flex}.storage-section-heading>span{background:var(--goose-navigation-selected);min-width:22px;height:22px;color:var(--goose-muted-text);border-radius:99px;place-items:center;font-size:11px;display:grid}.card-list{gap:10px;width:min(100%,760px);margin-top:24px;display:grid}.storage-files{width:100%;margin-top:0}.empty-card{text-align:center;color:var(--goose-muted-text);background:var(--goose-surface-secondary);border-radius:20px;padding:36px}.storage-files .empty-card{background:#2626298c;border:1px dashed #ffffff1c;place-content:center;justify-items:center;gap:8px;min-height:210px;display:grid}.storage-files .empty-card img{opacity:.82;border-radius:14px;width:62px;height:62px;margin-bottom:5px}.storage-files .empty-card strong{color:var(--goose-white)}.storage-files .empty-card span{max-width:360px;font-size:13px}.file-row,.session-row{background:var(--goose-card);border-radius:18px;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:14px;padding:15px;display:grid}.storage-files .file-row{border:1px solid #0000;grid-template-columns:52px minmax(0,1fr) auto;padding:13px 15px;transition:border-color .15s,background .15s}.storage-files .file-row:hover{background:var(--goose-navigation-selected);border-color:#f1a1202e}.session-row{grid-template-columns:auto minmax(0,1fr) auto}.file-download{text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:14px;min-width:0;padding:0;display:grid}.file-download>div:nth-child(2){gap:4px;min-width:0;display:grid}.file-icon,.device-icon{background:var(--goose-navigation-selected);width:44px;height:44px;color:var(--goose-white);border-radius:13px;place-items:center;display:grid}.storage-files .file-icon{width:52px;height:52px;color:var(--goose-accent);letter-spacing:.04em;font-size:10px;font-weight:850}.file-meta{gap:5px;min-width:0;display:grid}.file-meta strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.file-meta span{color:var(--goose-muted-text);font-size:12px}.file-actions{align-items:center;gap:4px;display:flex}.file-row>div:nth-child(2),.session-row>div:nth-child(2){gap:4px;min-width:0;display:grid}.file-row strong,.session-row strong{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.file-row span,.session-row span,.session-row small{color:var(--goose-muted-text);font-size:12px}.icon-button{cursor:pointer;background:0 0;border:0;border-radius:12px;padding:10px}.danger-text,.danger-link{color:var(--goose-danger-text)}.danger-link{cursor:pointer;background:0 0;border:0}.settings-layout{width:min(100%,820px)}.settings-profile-card{background:var(--goose-surface-secondary);border:1px solid #ffffff0f;border-radius:22px;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:16px;padding:20px;display:grid}.settings-profile-card>img{border-radius:15px;width:58px;height:58px}.settings-profile-card>div{gap:5px;min-width:0;display:grid}.settings-profile-card>div strong{font-size:18px}.settings-profile-card>div span{color:var(--goose-muted-text);text-overflow:ellipsis;white-space:nowrap;font-size:13px;overflow:hidden}.settings-profile-card>button{background:var(--goose-navigation-selected);color:var(--goose-white);cursor:pointer;border:0;border-radius:11px;padding:10px 14px}.settings-online{color:var(--goose-muted-text);white-space:nowrap;align-items:center;gap:7px;font-size:12px;display:inline-flex}.settings-online i{background:var(--goose-accent);border-radius:50%;width:7px;height:7px;box-shadow:0 0 9px #f1a12073}.settings-group-title{color:var(--goose-muted-text);margin:28px 3px 10px;font-size:13px;font-weight:650}.settings-card{background:var(--goose-card);border:1px solid #ffffff0d;border-radius:20px;width:100%;overflow:hidden}.settings-card button{text-align:left;cursor:pointer;background:0 0;border:0;grid-template-columns:auto minmax(0,1fr) auto auto;align-items:center;gap:14px;width:100%;padding:16px 18px;display:grid}.settings-card button+button{border-top:1px solid #ffffff12}.settings-card button:hover{background:var(--goose-navigation-selected)}.settings-card button>span:nth-child(2){gap:4px;display:grid}.settings-card small{color:var(--goose-muted-text)}.settings-icon{background:var(--goose-navigation-selected);width:42px;height:42px;color:var(--goose-white);border-radius:12px;place-items:center;display:grid}.settings-count{min-width:26px;height:24px;color:var(--goose-accent);background:#f1a12021;border-radius:99px;place-items:center;padding:0 7px;font-size:12px;font-weight:800;display:grid}.settings-chevron{color:var(--goose-muted-text);font-size:22px}.web-session-note{background:var(--goose-surface-secondary);border:1px solid #ffffff0d;border-radius:18px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:14px;padding:17px 18px;display:grid}.web-session-note>div{gap:5px;display:grid}.web-session-note>div>span{color:var(--goose-muted-text);font-size:13px;line-height:1.4}.settings-logout{text-align:left;width:100%;color:var(--goose-danger-text);cursor:pointer;background:#4a1d1d6b;border:1px solid #ffb4ab1a;border-radius:18px;grid-template-columns:auto minmax(0,1fr);align-items:center;gap:14px;margin-top:22px;padding:15px 18px;display:grid}.settings-logout>span{gap:4px;display:grid}.settings-logout small{color:#ffb4abad}.settings-logout:hover{background:var(--goose-danger-background)}.bio-field{width:min(100%,650px);margin-bottom:18px}.bio-field textarea{resize:vertical;min-height:190px}.bio-field>span{color:var(--goose-muted-text);justify-self:end}.visibility-field{width:min(100%,650px);color:var(--goose-muted-text);gap:8px;margin-bottom:18px;font-size:14px;display:grid}.visibility-field select{background:var(--goose-card);width:100%;color:var(--goose-white);border:1px solid #ffffff14;border-radius:16px;outline:0;padding:15px}.session-actions{gap:10px;width:min(100%,760px);margin-top:18px;display:grid}.section-heading{color:var(--goose-muted-text);margin-top:36px;font-size:15px}.events-list{background:var(--goose-surface-secondary);border-radius:18px;width:min(100%,760px);display:grid;overflow:hidden}.events-list>div{gap:4px;padding:13px 16px;display:grid}.events-list>div+div{border-top:1px solid #ffffff0f}.events-list small{color:var(--goose-muted-text)}.empty-state{text-align:center;place-content:center;justify-items:center;height:100%;padding:30px;display:grid}.empty-state img{opacity:.92;border-radius:26px;width:110px;height:110px}.empty-state h2{margin:20px 0 7px;font-size:30px}.empty-state p{color:var(--goose-muted-text)}.mobile-back{cursor:pointer;background:0 0;border:0;padding:8px;display:none}.mobile-back.always{display:block}.mobile-nav{display:none}.modal-backdrop{z-index:30;background:#050505c2;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.danger-modal{background:var(--goose-danger-background);border:1px solid #ffb4ab38;border-radius:24px;width:min(440px,100%);padding:24px;box-shadow:0 30px 80px #00000080}.danger-modal h2{margin-top:0}.danger-modal p{color:var(--goose-danger-text);line-height:1.5}.danger-modal>div{grid-template-columns:1fr 1fr;gap:10px;margin-top:22px;display:grid}@media (width<=959px){.auth-page{align-items:center;padding:16px;overflow:hidden}.auth-shell{border-radius:26px;grid-template-rows:minmax(0,1fr) auto;grid-template-columns:1fr;height:min(620px,100dvh - 32px);min-height:0}.auth-shell.qr-mode{height:min(430px,100dvh - 32px)}.auth-shell.qr-mode .download-panel{display:none}.auth-panel{scrollbar-width:thin;justify-content:center;min-height:0;padding:30px 32px 26px;overflow-y:auto}.mobile-auth-brand{place-items:center;margin-bottom:20px;display:grid}.mobile-auth-brand img{border-radius:13px;width:60px;height:60px;box-shadow:0 0 20px #f1a12047,0 10px 26px #f1a12024}.download-panel{text-align:left;border-top:2px solid #ffffff14;border-left:0;grid-template-columns:38px minmax(0,1fr) auto;align-items:center;gap:11px;min-height:70px;padding:10px 14px;display:grid}.download-panel h2{letter-spacing:-.01em;min-width:0;margin:0;font-size:14px}.download-title-desktop,.download-caption{display:none}.download-title-mobile{display:inline}.goose-logo{border-radius:9px;width:38px;height:38px;margin:0;box-shadow:0 0 14px #f1a12038}.download-panel .download{white-space:nowrap;border-radius:9px;width:auto;min-height:34px;padding:7px 12px;font-size:12px}.messenger{padding-bottom:calc(74px + env(safe-area-inset-bottom));grid-template-columns:1fr}.sidebar{border:0}.sidebar-header{min-height:70px}.quick-actions,.dialog-title{display:none}.dialog-list{padding:8px 10px 20px}.content{inset:0 0 calc(74px + env(safe-area-inset-bottom)) 0;background:var(--goose-background);z-index:3;position:fixed}.content.mobile-chat-content{bottom:0}.mobile-hidden{display:none}.mobile-nav{z-index:10;left:12px;right:12px;bottom:calc(8px + env(safe-area-inset-bottom));background:var(--goose-card);border:1px solid #ffffff12;border-radius:20px;grid-template-columns:repeat(4,1fr);gap:3px;height:66px;padding:5px;display:grid;position:fixed;box-shadow:0 12px 35px #00000059}.mobile-nav button{color:var(--goose-white);cursor:pointer;background:0 0;border:0;border-radius:15px;place-items:center;gap:2px;padding:5px;font-size:10px;display:grid}.mobile-nav button.active{background:var(--goose-navigation-selected);color:var(--goose-accent)}.mobile-nav .icon{width:25px;height:25px}.mobile-back{display:block}.content-header{height:68px;padding:10px 14px}.chat-header{flex:0 0 68px;justify-content:space-between;position:relative}.chat-header .chat-peer{text-align:center;width:min(52vw,260px);position:absolute;left:50%;transform:translate(-50%)}.chat-header .chat-peer strong{text-overflow:ellipsis;white-space:nowrap;font-size:18px;font-weight:500;overflow:hidden}.chat-header .chat-kind{display:none}.chat-presence{color:var(--goose-muted-text);white-space:nowrap;margin:0 0 0 auto;font-size:13px;display:block}.channel-header{flex-basis:68px;padding-left:58px;position:relative}.channel-header>.mobile-back{position:absolute;left:10px}.channel-header>div{max-width:46vw}.channel-header>div strong{font-size:16px}.channel-subscribe{padding:8px 10px;font-size:11px}.channel-post-list{padding:18px 14px}.channel-about{margin-bottom:18px;padding:18px}.channel-post{padding:14px 15px}.message-list{padding:20px 20px 14px}.message{max-width:84%}.composer{margin:0 20px calc(10px + env(safe-area-inset-bottom));border-radius:20px;grid-template-columns:minmax(0,1fr) 44px;padding:5px}.composer button{width:44px;height:44px;color:var(--goose-secondary-text);background:0 0;border-radius:15px}.composer button .icon{width:28px;height:28px}.page-scroll{padding:22px 18px}.storage-toolbar{margin-bottom:14px}.storage-toolbar>div{display:none}.storage-toolbar .upload-button{width:100%}.storage-usage-card{padding:17px 18px}.storage-slots{display:none}.storage-section-heading{margin-top:24px}.storage-files .file-row{grid-template-columns:46px minmax(0,1fr) auto;padding:12px}.storage-files .file-icon{width:46px;height:46px}.file-actions{gap:0}.file-actions .icon-button{padding:8px}.settings-layout{width:100%}.settings-profile-card,.settings-group-title,.web-session-note{display:none}.settings-card{border:0;border-radius:20px}.settings-card button{padding:16px}.settings-logout{margin-top:14px}.entity-search{grid-template-columns:auto minmax(0,1fr);padding-right:10px}.entity-search button{grid-column:1/-1}.search-results>button{padding:13px}}@media (width<=520px){.auth-page{padding:14px}.auth-shell{border-radius:22px;height:calc(100dvh - 28px);min-height:0}.auth-shell.qr-mode{height:min(430px,100dvh - 28px);min-height:0}.auth-panel{padding:26px 24px 22px}.mobile-auth-brand{margin-bottom:17px}.mobile-auth-brand img{width:56px;height:56px}.auth-heading h1{margin-bottom:30px;font-size:24px}.download-panel{border-radius:0;margin:0}.qr-box{width:176px;height:176px}.dialog-row{padding:10px 8px}.danger-modal>div{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}
