:root{--bg:#f4efe6;--panel:#fffaf0;--ink:#211a14;--muted:#766a5f;--line:rgba(41,29,17,0.12);--brand:#ef5b2a;--brand-dark:#9d2b16;--accent:#0b6f68;--shadow:0 18px 50px rgba(56,34,18,0.14);--safe-bottom:env(safe-area-inset-bottom,0px)}*{box-sizing:border-box}body,html{width:100%;min-height:100%;margin:0;background:radial-gradient(circle at 20% 0,rgba(239,91,42,.2),transparent 28rem),linear-gradient(180deg,#fff5df 0,var(--bg) 44%,#eee2d0 100%);color:var(--ink);font-family:Avenir Next,PingFang SC,Hiragino Sans GB,sans-serif;-webkit-tap-highlight-color:transparent}body{min-height:100dvh}body.elder-live-scroll-lock,html.elder-live-scroll-lock{height:100dvh;padding:0;background:#000;overflow:hidden;overscroll-behavior:none}a{color:inherit;text-decoration:none}button,input{font:inherit}button{border:0;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.56}.app-shell{width:min(100%,480px);min-height:100dvh;margin:0 auto;padding:16px 16px calc(92px + var(--safe-bottom));position:relative}.topbar{position:-webkit-sticky;position:sticky;top:0;z-index:20;display:flex;align-items:center;justify-content:center;min-height:52px;margin:-16px -16px 14px;padding:10px 16px;background:rgba(255,250,240,.86);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-bottom:1px solid var(--line)}.topbar h1{margin:0;font-size:17px;font-weight:800}.topbar-back{position:absolute;left:16px;color:var(--accent);font-size:14px}.card,.cart-item,.hero-card,.live-player,.order-card,.product-row,.state-card{background:rgba(255,250,240,.9);border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}.hero-card{padding:22px;min-height:180px;display:grid;align-content:end;background:linear-gradient(135deg,rgba(239,91,42,.96),rgba(157,43,22,.94)),radial-gradient(circle at 78% 10%,rgba(255,255,255,.34),transparent 12rem);color:white}.hero-card small{opacity:.78;letter-spacing:.12em}.hero-card h1{margin:8px 0;font-size:34px;line-height:1.05}.hero-card p{margin:0;max-width:260px;opacity:.88}.section-title{display:flex;align-items:flex-end;justify-content:space-between;margin:22px 0 12px}.section-title h2{margin:0;font-size:20px}.section-title a{color:var(--accent);font-size:14px}.live-grid{display:grid;grid-gap:14px;gap:14px}.live-card{overflow:hidden;display:grid;grid-template-columns:112px 1fr;min-height:118px}.live-card img,.live-cover-fallback{width:112px;height:118px;object-fit:cover;background:linear-gradient(135deg,#ef5b2a,#0b6f68)}.live-card-body{padding:14px}.live-card h3{margin:0 0 8px;font-size:17px}.live-card p{margin:0;color:var(--muted);font-size:13px}.badge{display:inline-flex;align-items:center;gap:5px;border-radius:999px;padding:4px 9px;background:rgba(239,91,42,.12);color:var(--brand-dark);font-size:12px;font-weight:700}.bottom-nav,.buy-bar{position:fixed;left:50%;bottom:0;z-index:30;width:min(100%,480px);transform:translateX(-50%);padding:10px 16px calc(10px + var(--safe-bottom));background:rgba(255,250,240,.92);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);border-top:1px solid var(--line)}.bottom-nav{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:10px;gap:10px}.bottom-nav a{text-align:center;padding:11px 8px;border-radius:16px;background:#fff;color:var(--muted);font-weight:700}.buy-bar{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px;align-items:center}.buy-bar .summary{font-size:13px;color:var(--muted)}.buy-bar strong{display:block;color:var(--ink);font-size:20px}.ghost-button,.primary-button{width:100%;min-height:48px;border-radius:16px;font-weight:800}.primary-button{color:white;background:linear-gradient(135deg,var(--brand),var(--brand-dark))}.ghost-button{color:var(--brand-dark);background:rgba(239,91,42,.12)}.login-panel{padding:18px;margin-top:18px}.field{display:grid;grid-gap:7px;gap:7px;margin-bottom:12px}.field label{color:var(--muted);font-size:13px}.field input{width:100%;min-height:48px;border:1px solid var(--line);border-radius:16px;padding:0 14px;background:#fff;color:var(--ink);outline:0}.inline-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.state-card{padding:28px 18px;text-align:center;color:var(--muted)}.state-card button{margin-top:12px;color:white;background:var(--accent);border-radius:999px;padding:10px 16px}.frozen-commerce-actions{margin:14px 0}.frozen-commerce-actions .primary-button{display:grid;place-items:center;text-align:center}.spinner{width:24px;height:24px;border:3px solid rgba(11,111,104,.16);border-top:3px solid var(--accent);border-radius:50%;display:inline-block;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}.toast{position:fixed;left:50%;bottom:calc(82px + var(--safe-bottom));transform:translateX(-50%);width:min(calc(100% - 32px),420px);z-index:60;padding:12px 14px;border-radius:16px;background:#211a14;color:white;text-align:center;box-shadow:var(--shadow)}.live-player{min-height:260px;overflow:hidden;position:relative;background:linear-gradient(160deg,#15110f,#392318 55%,#0b3834);color:white;display:grid;align-content:end;padding:18px}.live-player h1{margin:8px 0 4px;font-size:24px}.live-meta{display:flex;gap:8px;flex-wrap:wrap}.product-list{display:grid;grid-gap:12px;gap:12px}.product-row{display:grid;grid-template-columns:82px 1fr;grid-gap:12px;gap:12px;padding:10px}.product-image-fallback,.product-row img{width:82px;height:82px;border-radius:18px;object-fit:cover;background:linear-gradient(135deg,#f6b46b,#ef5b2a)}.product-row h3{margin:2px 0 6px;font-size:15px}.product-row p{margin:0 0 8px;color:var(--brand-dark);font-weight:800}.product-row button{width:auto;min-height:34px;padding:0 12px;border-radius:999px}.sheet-mask{position:fixed;inset:0;z-index:80;background:rgba(18,15,12,.38);display:grid;align-items:flex-end}.product-sheet{width:min(100%,480px);margin:0 auto;padding:18px 16px calc(16px + var(--safe-bottom));border-radius:28px 28px 0 0;background:var(--panel);box-shadow:0 -20px 70px rgba(0,0,0,.25);position:relative}.sheet-close{position:absolute;right:14px;top:10px;width:34px;height:34px;border-radius:50%;background:rgba(0,0,0,.06);font-size:22px}.sheet-product-head{display:grid;grid-template-columns:86px 1fr;grid-gap:12px;gap:12px;padding-right:34px}.sheet-product-head img,.sheet-product-head>div:first-child{width:86px;height:86px;border-radius:20px;object-fit:cover;background:linear-gradient(135deg,#ef5b2a,#0b6f68)}.sheet-product-head h3{margin:4px 0 8px}.sheet-product-head p{margin:0;color:var(--brand-dark);font-size:20px;font-weight:900}.sku-grid{display:flex;gap:8px;overflow-x:auto;padding:16px 0}.sku-chip{flex:0 0 auto;display:grid;grid-gap:3px;gap:3px;padding:10px 12px;border-radius:16px;background:#fff;border:1px solid var(--line);text-align:left}.sku-chip.active{border-color:var(--brand);color:var(--brand-dark);background:rgba(239,91,42,.1)}.sku-chip small{color:var(--muted)}.sheet-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:10px;gap:10px}.cart-list,.order-list{display:grid;grid-gap:12px;gap:12px}.cart-item{display:grid;grid-template-columns:70px 1fr;grid-gap:12px;gap:12px;padding:12px}.cart-item .product-image-fallback,.cart-item img{width:70px;height:70px;border-radius:18px;object-fit:cover}.qty-row{display:flex;gap:8px;align-items:center;margin-top:8px}.qty-row button{width:30px;height:30px;border-radius:10px;background:rgba(11,111,104,.12);color:var(--accent)}.order-card{padding:14px;display:grid;grid-gap:8px;gap:8px}.order-card h3{margin:0;font-size:15px}.order-card p{margin:0;color:var(--muted);font-size:13px}.price-strong{color:var(--brand-dark);font-weight:900}.order-items{display:grid;grid-gap:8px;gap:8px;margin-top:10px}.order-line{display:flex;justify-content:space-between;color:var(--muted);font-size:13px}@media (min-width:481px){.app-shell{border-inline:1px solid rgba(0,0,0,.06)}}.elder-live-page{height:100dvh;width:100%;max-width:none;margin:0 auto;padding:0;background:#050505;color:#fff;position:relative;overflow:hidden;overscroll-behavior:none}.elder-live-header{position:absolute;inset:0 auto auto 0;z-index:12;display:grid;grid-gap:8px;gap:8px;min-height:0;width:min(76vw,360px);padding:calc(16px + env(safe-area-inset-top, 0px)) 18px 20px;background:transparent;pointer-events:none}.elder-live-meta{display:flex;flex-wrap:wrap;gap:8px}.elder-live-meta span{display:inline-flex;align-items:center;min-height:28px;padding:0 10px;border:0;border-radius:5px;background:rgba(40,40,40,.58);color:rgba(255,255,255,.95);font-size:14px;font-weight:500;line-height:1;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.elder-live-header h1{max-width:100%;margin:0;color:#fff;font-size:24px;line-height:1.1;font-weight:800;text-shadow:0 2px 10px rgba(0,0,0,.72)}.elder-player-section{position:absolute;inset:0;overflow:hidden;height:100dvh;border:0;border-radius:0}.elder-player-section,.elder-video{min-height:0;width:100%;background:#111}.elder-video{display:block;height:100%;aspect-ratio:16/9;object-fit:cover}.elder-player-cover{position:absolute;inset:0;display:grid;place-items:center;grid-gap:12px;gap:12px;padding:22px;color:#fff;text-align:center}.elder-player-cover img{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;opacity:.42}.elder-player-cover strong{position:relative;z-index:1;font-size:28px;line-height:1.25}.elder-play-button{position:absolute;left:50%;top:50%;z-index:32;min-width:202px;min-height:58px;transform:translate(-50%,-50%);border-radius:8px;background:#ffde33;color:#111;font-size:22px;font-weight:900;box-shadow:0 8px 18px rgba(0,0,0,.28)}.elder-player-message{position:absolute;left:12px;right:12px;top:calc(94px + env(safe-area-inset-top, 0px));z-index:3;padding:12px;border-radius:8px;background:#fff;color:#b42318;font-size:18px;font-weight:800;text-align:center}.elder-chat-section{position:absolute;left:18px;bottom:calc(86px + var(--safe-bottom));z-index:15;width:min(52vw,270px);max-height:min(36dvh,310px);display:grid;grid-template-rows:auto minmax(0,1fr);grid-gap:6px;gap:6px;min-height:0;margin-top:0;overflow:hidden;scroll-margin-top:0;pointer-events:auto}.elder-chat-title{width:-moz-fit-content;width:fit-content;padding:5px 9px;border-radius:9px;background:rgba(40,40,40,.52);color:rgba(255,255,255,.9);font-size:13px;font-weight:500;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.elder-chat-list{display:block;min-height:0;max-height:none;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;padding:4px 4px 4px 0;border:0;border-radius:0;background:transparent}.elder-chat-list .state-card{box-shadow:none;border-radius:8px;padding:18px 12px}.elder-chat-message{display:grid;grid-gap:2px;gap:2px;padding:6px 11px;border-radius:10px;background:rgba(42,42,42,.58);color:#fff;font-size:15px;line-height:1.26;text-shadow:0 1px 8px rgba(0,0,0,.65)}.elder-chat-message strong{display:flex;gap:6px;font-size:14px;font-weight:700}.elder-chat-empty{width:-moz-fit-content;width:fit-content;margin:0 0 7px;padding:6px 11px;border-radius:10px;background:rgba(42,42,42,.5);color:rgba(255,255,255,.84);font-size:14px}.elder-role-badge{display:inline-flex;align-items:center;min-height:24px;padding:0 7px;border-radius:6px;color:#fff;font-size:14px;font-weight:900}.elder-role-badge.role-host{background:#b42318}.elder-role-badge.role-admin{background:#4c1d95}.elder-role-badge.role-user{background:#0b534f}.elder-chat-input,.elder-nickname-box div{grid-template-columns:minmax(0,1fr) 56px 56px;min-height:50px}.elder-chat-input input,.elder-nickname-box input{min-height:50px;width:100%;background:rgba(42,42,42,.92);outline:0}.elder-chat-input input::placeholder,.elder-nickname-box input::placeholder{color:rgba(255,255,255,.58)}.elder-chat-input button,.elder-nickname-box button{min-height:50px;background:rgba(42,42,42,.92)}.elder-chat-input .elder-secondary-button,.elder-nickname-box .elder-secondary-button{background:rgba(42,42,42,.72);color:rgba(255,255,255,.92)}.elder-chat-fab{left:18px;width:min(36vw,180px);min-height:58px;padding:0 20px;color:rgba(255,255,255,.82);font-size:16px}.elder-chat-fab,.elder-more-fab{position:absolute;bottom:calc(18px + var(--safe-bottom));z-index:25;background:rgba(42,42,42,.92);box-shadow:0 8px 24px rgba(0,0,0,.28)}.elder-more-fab{right:18px;color:#fff}.elder-chat-compose{position:absolute;left:18px;right:auto;bottom:calc(12px + var(--safe-bottom));z-index:35;display:grid;grid-gap:8px;gap:8px;width:min(calc(100vw - 94px),390px);border-radius:999px;color:#fff}.elder-compose-actions{display:flex;align-items:center;justify-content:flex-end;gap:10px;color:#4a5565;font-size:16px;font-weight:700}.elder-compose-actions button{min-height:36px;padding:0 12px;border-radius:8px;background:rgba(0,0,0,.08);color:#111;font-weight:900}.elder-nickname-box{display:grid;grid-gap:8px;gap:8px;border:0;background:rgba(255,255,255,.94);color:#111}.elder-nickname-box label{font-size:20px;font-weight:900}@media (max-height:680px){.elder-live-meta span{min-height:28px;font-size:14px}.elder-live-header h1{font-size:21px}.elder-chat-title{font-size:12px}.elder-chat-list{padding:4px 4px 4px 0}.elder-chat-message{font-size:14px}}.elder-live-page,.liveMobileShell{--live-side-gap:8px;--live-title-top:28px;--live-video-top:78px;--live-bottom-bar-height:88px;--live-status-offset:24px;--live-chat-bottom:104px;position:fixed;inset:0;width:100vw;height:100dvh;max-width:none;margin:0;padding:0;overflow:hidden;overscroll-behavior:none;touch-action:manipulation;background:#000;color:#fff;font-family:-apple-system,BlinkMacSystemFont,PingFang SC,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased}.elder-live-page .state-card,.liveMobileShell .state-card{position:absolute;left:18px;right:18px;top:50%;z-index:50;transform:translateY(-50%);border:1px solid rgba(255,255,255,.14);border-radius:14px;background:rgba(24,24,24,.88);color:#fff;box-shadow:none}.liveEmptyState{position:relative;z-index:2;display:grid;place-items:center;grid-gap:8px;gap:8px;width:min(calc(100vw - 48px),320px);margin:0 auto;color:#fff;text-align:center}.liveEmptyState strong{font-size:24px;font-weight:800;line-height:1.15}.liveEmptyState span{color:rgba(255,255,255,.72);font-size:15px;line-height:1.35}.liveEmptyState button{min-height:46px;padding:0 22px;border:1px solid rgba(255,255,255,.18);border-radius:999px;background:rgba(38,38,38,.92);color:#fff;font-size:16px;font-weight:700}.liveMobileShell>.liveEmptyState{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.liveTopBar{position:absolute;top:var(--live-title-top);left:28px;right:14px;z-index:30;height:36px;display:flex;align-items:center;justify-content:space-between;pointer-events:none}.livePageTitle{min-width:0;max-width:calc(100vw - 170px);margin:0;overflow:hidden;color:#fff;font-size:26px;font-weight:700;letter-spacing:-.5px;line-height:1.1;text-overflow:ellipsis;text-shadow:0 2px 8px rgba(0,0,0,.45);white-space:nowrap}.topRightControls{flex:0 0 auto;display:flex;align-items:center;gap:8px;pointer-events:auto;transform:translateY(-2px)}.topCapsuleButton,.topRoundButton{border:1px solid rgba(255,255,255,.14);background:rgba(20,20,20,.28);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.topRoundButton{width:34px;height:34px;border-radius:50%;display:flex;align-items:center;justify-content:center}.topRoundIcon{position:relative;width:15px;height:17px;border:2px solid rgba(255,255,255,.86);border-radius:2px}.topRoundIcon:after{content:"";position:absolute;left:5px;top:3px;width:10px;height:12px;border:2px solid rgba(255,255,255,.72);border-radius:2px}.topCapsuleButton{width:92px;height:34px;border-radius:999px;justify-content:space-around}.capsuleDots,.topCapsuleButton{display:flex;align-items:center}.capsuleDots{gap:4px}.capsuleDots i{width:4px;height:4px;border-radius:50%;background:rgba(255,255,255,.9)}.capsuleCircle{width:17px;height:17px;border:2px solid rgba(255,255,255,.9);border-radius:50%}.videoStage{position:absolute;left:var(--live-side-gap);right:var(--live-side-gap);top:var(--live-video-top);bottom:calc(var(--live-bottom-bar-height) + env(safe-area-inset-bottom, 0px));z-index:1;overflow:hidden;border-radius:0;background:#111}.video{display:block;width:100%;height:100%;background:#111;object-fit:cover;object-position:center center}.liveStatusPill{position:absolute;top:calc(var(--live-video-top) + var(--live-status-offset));left:28px;z-index:25;display:inline-flex;align-items:center;max-width:calc(100vw - 56px);height:34px;padding:0 12px;overflow:hidden;border-radius:5px;background:rgba(55,55,55,.62);color:rgba(255,255,255,.88);font-size:16px;font-weight:400;line-height:34px;text-overflow:ellipsis;white-space:nowrap;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.livePlayButton{position:absolute;left:50%;top:50%;z-index:40;transform:translate(-50%,-50%);min-width:166px;min-height:50px;padding:14px 22px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgba(0,0,0,.65);color:#fff;font-size:18px;font-weight:600;box-shadow:none}.backupSwitchButton{top:calc(50% + 72px);min-width:150px;min-height:44px;padding:12px 18px;background:rgba(255,255,255,.14);font-size:16px}.playbackIssuePanel{position:absolute;left:18px;right:18px;top:50%;z-index:42;display:grid;grid-gap:12px;gap:12px;transform:translateY(-50%);border:1px solid rgba(255,255,255,.18);border-radius:22px;background:rgba(0,0,0,.74);padding:18px;color:#fff;text-align:center;box-shadow:0 20px 48px rgba(0,0,0,.34);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.playbackIssuePanel strong{font-size:22px;line-height:1.25}.playbackIssuePanel p{margin:0;color:rgba(255,255,255,.86);font-size:17px;line-height:1.55}.playbackIssueActions{display:grid;grid-gap:10px;gap:10px}.primaryPlaybackAction,.secondaryPlaybackAction{min-height:54px;border:0;border-radius:16px;padding:14px 16px;font-size:18px;font-weight:800}.primaryPlaybackAction{background:#fff;color:#141414}.secondaryPlaybackAction{border:1px solid rgba(255,255,255,.2);background:rgba(255,255,255,.14);color:#fff}.primaryPlaybackAction:disabled,.secondaryPlaybackAction:disabled{opacity:.48}.elder-player-cover{background:#111}.elder-player-cover strong{font-size:22px;font-weight:700;text-shadow:0 2px 8px rgba(0,0,0,.55)}.elder-player-message{left:18px;right:18px;top:calc(env(safe-area-inset-top, 0px) + 146px);z-index:35;border:1px solid rgba(255,255,255,.14);border-radius:999px;background:rgba(0,0,0,.62);color:rgba(255,255,255,.92);font-size:15px;font-weight:500}.chatOverlay{position:absolute;left:28px;bottom:calc(var(--live-chat-bottom) + env(safe-area-inset-bottom, 0px));z-index:25;width:min(78vw,360px);gap:8px;overflow:hidden;pointer-events:none}.chatOverlay,.chatOverlayList{max-height:240px;display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}.chatOverlayList{gap:6px;width:100%;overflow-x:hidden;overflow-y:auto;overscroll-behavior:contain;-webkit-overflow-scrolling:touch;touch-action:pan-y;pointer-events:auto;scrollbar-width:none}.chatOverlayList::-webkit-scrollbar{display:none}.messageBubble{width:-moz-fit-content;width:fit-content;max-width:100%;display:inline-flex;align-items:center;flex-wrap:nowrap;margin:0;padding:5px 11px;border:0;border-radius:999px;background:rgba(34,34,34,.72);color:#fff;font-size:15px;font-weight:400;letter-spacing:-.2px;line-height:1.25;box-shadow:0 2px 10px rgba(0,0,0,.12);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.nickname{flex-shrink:0;margin-right:8px;color:#4aa3df;font-weight:600;white-space:nowrap}.content{min-width:0;overflow:hidden;color:rgba(255,255,255,.94);text-overflow:ellipsis;white-space:nowrap}.elder-chat-message{display:flex;align-items:baseline;gap:6px;width:-moz-fit-content;width:fit-content;max-width:100%;margin:0 0 8px;padding:5px 11px 6px;border-radius:999px;background:rgba(32,32,32,.58);color:rgba(255,255,255,.96);font-size:16px;font-weight:500;line-height:1.32;text-shadow:0 1px 6px rgba(0,0,0,.55);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.elder-chat-message strong{flex:0 0 auto;display:inline-flex;align-items:center;gap:5px;color:#7fb7dc;font-size:16px;font-weight:600}.elder-chat-message span:last-child{min-width:0;overflow-wrap:anywhere}.elder-chat-empty{margin:0 0 8px;padding:5px 11px 6px;border-radius:999px;background:rgba(32,32,32,.48);color:rgba(255,255,255,.72);font-size:15px;font-weight:500}.elder-role-badge{min-height:18px;padding:0 5px;border-radius:999px;font-size:11px;font-weight:700}.bottomActionBar{position:absolute;left:0;right:0;bottom:0;height:calc(var(--live-bottom-bar-height) + env(safe-area-inset-bottom, 0px));z-index:30;display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:10px 28px 0;box-sizing:border-box;background:#000}.chatComposerButton{justify-content:flex-start;width:min(62vw,280px);min-width:230px;max-width:300px;padding:0 24px;border:0;border-radius:999px;outline:0;color:rgba(255,255,255,.56);font-size:17px;line-height:56px;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.chatComposerButton,.moreButton{display:flex;align-items:center;height:56px;flex-shrink:0;background:rgba(36,36,36,.94)}.moreButton{justify-content:center;gap:4px;width:56px;border:0;border-radius:50%;color:#fff}.moreButton span{width:5px;height:5px;border-radius:50%;background:rgba(255,255,255,.95)}.chatInputWrap{flex:1 1 auto;display:grid;grid-template-columns:minmax(0,1fr) 58px;grid-gap:8px;gap:8px;min-width:0;height:56px}.chatInputWrap input{min-width:0;height:56px;border:0;border-radius:999px;padding:0 18px;outline:0;background:rgba(38,38,38,.92);color:#fff;font-size:16px}.chatInputWrap input::placeholder{color:rgba(255,255,255,.48)}.chatInputWrap button{height:56px;border-radius:999px;background:rgba(38,38,38,.92);color:#fff;font-size:15px;font-weight:700}.nicknameModalBackdrop{position:absolute;inset:0;z-index:70;display:grid;place-items:center;padding:22px;background:rgba(0,0,0,.58)}.nicknameModalCard{display:grid;grid-gap:14px;gap:14px;width:min(100%,310px);padding:20px;border-radius:18px;background:rgba(18,18,18,.96);color:#fff;box-shadow:0 20px 80px rgba(0,0,0,.35)}.nicknameModalCard h2{margin:0;font-size:20px;font-weight:800;line-height:1.2}.nicknameModalCard input{height:50px;border:0;border-radius:999px;padding:0 16px;outline:0;background:rgba(255,255,255,.12);color:#fff;font-size:17px}.nicknameModalCard button{height:50px;border-radius:999px;background:#fff;color:#111;font-size:17px;font-weight:800}.liveBottomBar{position:absolute;left:0;right:0;bottom:0;z-index:35;display:flex;align-items:center;justify-content:space-between;gap:14px;min-height:calc(78px + env(safe-area-inset-bottom, 0px));padding:10px 18px calc(16px + env(safe-area-inset-bottom, 0px));background:#000}.elder-chat-fab{flex:0 1 210px;width:min(58vw,210px);min-height:56px;padding:0 28px;border-radius:999px;color:rgba(255,255,255,.72);font-size:17px;font-weight:500;text-align:left}.elder-chat-fab,.elder-more-fab{position:static;background:rgba(35,35,35,.95);box-shadow:none}.elder-more-fab{flex:0 0 58px;width:58px;min-height:58px;border-radius:50%;color:rgba(255,255,255,.96);font-size:22px;font-weight:900;letter-spacing:2px}.elder-chat-compose{position:static;flex:1 1 auto;width:auto;min-width:0;padding:0;background:transparent;box-shadow:none}.elder-chat-input,.elder-nickname-box div{display:grid;grid-template-columns:minmax(0,1fr) 54px 54px;grid-gap:8px;gap:8px;min-height:54px}.elder-chat-input input,.elder-nickname-box input{min-height:54px;border:0;border-radius:999px;padding:0 18px;background:rgba(35,35,35,.95);color:#fff;font-size:16px}.elder-chat-input button,.elder-nickname-box button{min-height:54px;border-radius:999px;background:rgba(35,35,35,.95);color:#fff;font-size:15px;font-weight:700}.elder-chat-input .elder-secondary-button,.elder-nickname-box .elder-secondary-button{background:rgba(35,35,35,.72)}.elder-nickname-box{padding:12px;border-radius:18px;background:rgba(18,18,18,.94);color:#fff}.elder-nickname-box label{font-size:16px;font-weight:600}.liveReconnectHint{position:absolute;right:18px;bottom:calc(var(--live-bottom-bar-height) + 10px + env(safe-area-inset-bottom, 0px));z-index:45;padding:6px 10px;border-radius:999px;background:rgba(32,32,32,.72);color:rgba(255,255,255,.84);font-size:13px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}@media (max-height:680px){.liveMobileShell{--live-title-top:22px;--live-video-top:68px;--live-bottom-bar-height:76px;--live-status-offset:22px;--live-chat-bottom:94px}.liveTopBar{top:var(--live-title-top)}.videoStage{top:var(--live-video-top);bottom:calc(var(--live-bottom-bar-height) + env(safe-area-inset-bottom, 0px))}.liveStatusPill{top:calc(var(--live-video-top) + var(--live-status-offset));height:30px;font-size:14px;line-height:30px}.chatOverlay{bottom:calc(var(--live-chat-bottom) + env(safe-area-inset-bottom, 0px));max-height:190px}.messageBubble{font-size:14px}.playbackIssuePanel{top:54%;padding:14px}.playbackIssuePanel strong{font-size:20px}.playbackIssuePanel p{font-size:15px}.primaryPlaybackAction,.secondaryPlaybackAction{min-height:50px;font-size:16px}}