:root{--bg:#f5efe6;--bg-card:#fff;--bg-input:#ede5d8;--accent:#d95a1a;--accent-light:#fff0e6;--accent-dark:#b84a12;--text:#1a0e06;--text-secondary:#5c4a3a;--text-muted:#a09080;--border:#e5d9c8;--radius:20px;--radius-pill:100px;--shadow:0 2px 20px #1a0e0614;--sans:"Pretendard Variable", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--brand:"Pretendard Variable", "Pretendard", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{font-family:var(--sans);background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;font-size:16px;line-height:1.5}#root{flex-direction:column;align-items:center;width:100%;min-height:100svh;display:flex}p{margin:0}button{font-family:var(--sans);cursor:pointer}button:active{opacity:.8}a{color:inherit;text-decoration:none}.screen{flex:1;padding:0 0 100px;overflow-y:auto}.screen-header{padding:52px 24px 8px}.screen-header h1{letter-spacing:-1px;font-size:34px;font-weight:900;line-height:1}.screen-header p{color:var(--text-muted);margin-top:6px;font-size:15px}.section{padding:24px 20px 0}.section-label{letter-spacing:.4px;text-transform:uppercase;color:var(--text-muted);margin-bottom:12px;font-size:13px;font-weight:700}.card{background:var(--bg-card);border-radius:var(--radius);box-shadow:var(--shadow);padding:20px}.card+.card{margin-top:10px}.card-dark{background:var(--text);border-radius:var(--radius);box-shadow:var(--shadow);color:#fff;padding:28px 24px 24px}.card-dark h2{color:#fff;letter-spacing:-.5px}.list-row{border-bottom:1px solid var(--border);align-items:center;gap:14px;padding:14px 0;display:flex}.list-row:last-child{border-bottom:none;padding-bottom:0}.list-row:first-child{padding-top:0}.list-row-icon{background:var(--bg-input);border-radius:14px;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:18px;display:flex}.list-row-body{flex:1;min-width:0}.list-row-title{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:600;overflow:hidden}.list-row-sub{color:var(--text-muted);margin-top:2px;font-size:13px}.list-row-action{flex-shrink:0;align-items:center;gap:6px;display:flex}.btn-primary{background:var(--accent);color:#fff;border-radius:var(--radius-pill);letter-spacing:-.3px;border:none;justify-content:center;align-items:center;gap:8px;width:100%;padding:17px 24px;font-size:17px;font-weight:700;display:flex}.btn-primary:hover{background:var(--accent-dark)}.btn-primary:disabled{opacity:.35;cursor:default}.btn-dark{width:100%;color:var(--text);border-radius:var(--radius-pill);letter-spacing:-.3px;background:#fff;border:none;justify-content:center;align-items:center;gap:8px;padding:17px 24px;font-size:17px;font-weight:700;display:flex}.btn-secondary{background:var(--bg-input);width:100%;color:var(--text);border-radius:var(--radius-pill);border:none;justify-content:center;align-items:center;gap:8px;padding:15px 24px;font-size:16px;font-weight:600;display:flex}.btn-icon{background:var(--bg-input);width:40px;height:40px;color:var(--text);border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.btn-icon-sm{color:var(--text-muted);background:0 0;border:none;border-radius:8px;padding:4px 8px;font-size:13px;font-weight:500}.btn-icon-sm:hover{color:var(--text)}.progress-bar{cursor:pointer;background:#fff3;border-radius:4px;height:4px;overflow:hidden}.progress-bar.light{background:var(--border)}.progress-fill{background:#fff;border-radius:4px;height:100%;transition:width .1s linear}.progress-fill.accent{background:var(--accent)}.form-group{flex-direction:column;gap:12px;display:flex}input[type=email],input[type=text]{background:var(--bg-input);border-radius:var(--radius-pill);font-size:16px;font-family:var(--sans);color:var(--text);border:none;outline:none;width:100%;padding:17px 22px}input::placeholder{color:var(--text-muted)}.error-msg{color:#c0392b;text-align:center;font-size:14px}.bottom-nav{-webkit-backdrop-filter:blur(12px);border-top:1px solid var(--border);z-index:100;background:#fffffff2;align-items:center;gap:4px;width:100%;max-width:430px;padding:10px 12px 28px;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.bottom-nav a{color:var(--text-muted);border-radius:16px;flex-direction:column;flex:1;align-items:center;gap:3px;padding:8px 4px;font-size:11px;font-weight:600;transition:background .15s,color .15s;display:flex}.bottom-nav a.active{color:var(--accent);background:var(--accent-light)}.bottom-nav a svg{stroke-width:1.8px;width:22px;height:22px}.record-btn{background:var(--accent-light);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;width:96px;height:96px;font-size:38px;transition:transform .15s,box-shadow .15s;display:inline-flex;box-shadow:0 4px 24px #d95a1a33}.record-btn:active{transform:scale(.93)}.record-btn.recording{background:#ffeaea;animation:1.2s ease-in-out infinite pulse;box-shadow:0 4px 24px #d95a1a59}@keyframes pulse{0%,to{box-shadow:0 0 #d95a1a4d}50%{box-shadow:0 0 0 16px #d95a1a00}}.login-screen{flex-direction:column;justify-content:flex-end;min-height:100svh;padding:0 0 48px;display:flex}.login-hero{flex-direction:column;flex:1;justify-content:center;padding:60px 28px 40px;display:flex}.login-hero h1{letter-spacing:-3px;color:var(--accent);margin-bottom:14px;font-size:64px;font-weight:900;line-height:1}.login-hero p{color:var(--text-secondary);max-width:260px;font-size:17px;line-height:1.6}.login-form{flex-direction:column;gap:12px;padding:0 20px;display:flex}.login-sent{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:12px;min-height:100svh;padding:40px 28px;display:flex}.login-sent .icon{margin-bottom:8px;font-size:56px}.login-sent h2{letter-spacing:-.5px;font-size:24px;font-weight:800}.home-screen{--wall-floor-line:306px;background:linear-gradient(180deg, #f6e4be 0 var(--wall-floor-line), #c98547 var(--wall-floor-line) 100%);width:100%;min-height:100svh;margin-top:-64px;padding:0 0 28px;position:relative}.home-screen:before{content:"";left:0;right:0;top:calc(var(--wall-floor-line) - 10px);pointer-events:none;background:linear-gradient(#a56e36 0%,#8f5d2c 100%);height:12px;position:absolute;box-shadow:inset 0 2px #f5e0bd73,0 2px 6px #5630121a}.home-content{z-index:1;width:100%;max-width:430px;box-shadow:none;background:0 0;margin:0 auto;position:relative}.home-stage{box-shadow:none;background:0 0;padding:0;position:relative}.site-header{z-index:10;background:0 0;justify-content:space-between;align-items:center;width:100%;max-width:430px;height:64px;margin:0 auto;padding:0 20px;display:flex;position:relative}.site-header-logo{font-family:var(--brand);letter-spacing:-.04em;color:#1a0e06;text-rendering:geometricprecision;align-items:center;height:36px;font-size:28px;font-weight:900;line-height:1;display:flex}.hamburger-wrap{flex-shrink:0;position:relative}.hamburger-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;justify-content:center;align-items:center;gap:4px;width:36px;height:36px;padding:0;display:flex}.hamburger-btn span{background:#1a0e06;border-radius:999px;width:18px;height:2.5px}.hamburger-sheet{z-index:100;-webkit-backdrop-filter:blur(10px);background:#fff8ebf5;border-radius:16px;flex-direction:column;gap:4px;min-width:148px;padding:10px;display:flex;position:absolute;top:calc(100% + 8px);right:0;box-shadow:0 12px 24px #4d2c1224}.hamburger-sheet a{color:#2b1709;border-radius:12px;padding:10px 12px;font-size:14px;font-weight:700}.hamburger-sheet a:hover{background:#cf85471f}.hamburger-signout{color:#c0392b;text-align:left;cursor:pointer;background:0 0;border:none;border-top:1px solid #b4783f26;border-radius:12px;width:100%;margin-top:4px;padding:10px 12px;font-size:14px;font-weight:700}.hamburger-signout:hover{background:#c0392b14}.home-stage-room{--floor-start:78%;background:linear-gradient(180deg, transparent 0 var(--floor-start), #c98547 var(--floor-start) 100%);height:392px;position:relative;overflow:hidden}.home-stage-room:before{content:"";pointer-events:none;background:linear-gradient(90deg,#0000 0 10%,#7a471c14 10% 22%,#0000 22% 100%) 0 calc(100% - 50px)/100% 4px no-repeat,linear-gradient(90deg,#0000 0 56%,#7a471c12 56% 76%,#0000 76% 100%) 0 calc(100% - 34px)/100% 3px no-repeat,linear-gradient(90deg,#0000 0 18%,#ffd6a40f 18% 30%,#0000 30% 100%) 0 calc(100% - 22px)/100% 3px no-repeat,linear-gradient(90deg,#0000 0 70%,#ffd6a40d 70% 86%,#0000 86% 100%) 0 calc(100% - 12px)/100% 2px no-repeat,linear-gradient(90deg,#0000 0 36%,#7a471c0f 36% 48%,#0000 48% 100%) 0 calc(100% - 6px)/100% 3px no-repeat;position:absolute;inset:0}.home-stage-room:after{content:"";left:0;right:0;top:calc(var(--floor-start) - 10px);z-index:1;background:linear-gradient(#a56e36 0%,#8f5d2c 100%);height:12px;position:absolute;box-shadow:inset 0 2px #f5e0bd73,0 2px 6px #5630121a}.home-stage-lamp{width:70px;height:82px;position:absolute;top:56px;left:50%;transform:translate(-50%)}.home-stage-lamp:before{content:"";background:#9d7b48;width:2px;height:36px;position:absolute;top:0;left:50%;transform:translate(-50%)}.home-stage-lamp span{clip-path:polygon(28% 0%,72% 0%,100% 100%,0% 100%);background:linear-gradient(#b88942 0%,#8f6628 100%);border-radius:10px 10px 16px 16px;width:54px;height:28px;position:absolute;bottom:18px;left:50%;transform:translate(-50%);box-shadow:0 12px 18px #ffcd7840}.home-stage-window{background:linear-gradient(#e9f5ff 0 58%,#d6e9cc 58% 100%);border:8px solid #9b6b35;border-radius:0;width:164px;height:116px;position:absolute;top:126px;left:50%;overflow:hidden;transform:translate(-50%);box-shadow:inset 0 0 0 4px #fdecc673,0 6px 16px #73491a14}.home-stage-window:before{content:"";background:radial-gradient(circle at 18px 22px,#6d8e4f 0 18px,#0000 19px),radial-gradient(circle at 54px 20px,#7f9f5d 0 22px,#0000 23px),radial-gradient(circle at 92px 24px,#5f8443 0 20px,#0000 21px),radial-gradient(circle at 128px 18px,#799a57 0 24px,#0000 25px);height:34px;position:absolute;bottom:12px;left:-10px;right:-10px}.home-stage-window:after{content:"";background:#fffffff2;border-radius:999px;width:38px;height:14px;position:absolute;top:16px;left:18px;box-shadow:22px 8px 0 4px #ffffffeb,58px -2px 0 2px #ffffffe6}.home-stage-door{right:28px;bottom:calc(100% - var(--floor-start) - 4px);z-index:2;background:linear-gradient(#b2af8d 0%,#9ca07f 100%);border:5px solid #8d7041;border-radius:42px 42px 18px 18px;width:78px;height:146px;position:absolute;box-shadow:inset 0 0 0 5px #f0ebcf2e}.home-stage-door-window{background:#dce2d2;border:4px solid #856536;border-radius:50%;width:26px;height:26px;position:absolute;top:28px;left:50%;transform:translate(-50%)}.home-stage-door-knob{background:#d39843;border-radius:50%;width:8px;height:8px;position:absolute;top:72px;right:12px}.home-stage-drawer{z-index:2;background:linear-gradient(#a36c3a 0%,#825227 100%);border-radius:10px;width:78px;height:88px;position:absolute;bottom:38px;left:24px;box-shadow:0 10px 18px #522c0f2e}.home-stage-drawer:after{content:"";filter:blur(3px);background:#58341433;border-radius:50%;width:62px;height:12px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.home-stage-drawer span{border:1px solid #5c331247;border-radius:8px;height:16px;position:absolute;left:10px;right:10px}.home-stage-drawer span:first-child{top:14px}.home-stage-drawer span:nth-child(2){top:36px}.home-stage-drawer span:nth-child(3){top:58px}.home-stage-drawer span:after{content:"";background:#f4dab399;width:10px;height:2px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.home-stage-bird{z-index:2;width:84px;height:92px;position:absolute;bottom:26px;left:50%;transform:translate(-50%)}.home-stage-bird:after{content:"";filter:blur(5px);background:#5834144d;border-radius:50%;width:82px;height:20px;position:absolute;bottom:2px;left:50%;transform:translate(-50%)}.home-stage-bird-head{background:#ffd54f;border-radius:50%;width:54px;height:48px;position:absolute;top:0;left:14px}.home-stage-bird-crest{background:#f2b43d;border-radius:999px 999px 0 0;width:7px;height:14px;position:absolute;top:-10px;left:21px;transform:rotate(-18deg)}.home-stage-bird-crest:before,.home-stage-bird-crest:after{content:"";background:#f2b43d;border-radius:999px 999px 0 0;width:7px;height:14px;position:absolute;bottom:1px}.home-stage-bird-crest:before{left:-5px;transform:rotate(-20deg)}.home-stage-bird-crest:after{right:-5px;transform:rotate(22deg)}.home-stage-bird-eye{background:#fffdf8;border:1px solid #23160d1a;border-radius:50%;width:18px;height:18px;position:absolute;top:11px}.home-stage-bird-eye.left{left:8px}.home-stage-bird-eye.right{right:8px}.home-stage-bird-pupil{background:#23160d;border-radius:50%;width:8px;height:8px;position:absolute;top:4px;left:4px}.home-stage-bird-body{background:linear-gradient(#ffe17b 0 48%,#ffbf45 48% 74%,#fff4cf 74% 100%);border-radius:48% 48% 44% 44%;width:46px;height:46px;position:absolute;top:34px;left:18px}.home-stage-bird-wing{background:#f4b134;border-radius:50%;width:20px;height:30px;position:absolute;top:39px;right:9px;transform:rotate(-28deg)}.home-stage-bird-body:after{content:"";clip-path:polygon(50% 100%,0 0,100% 0);background:#f59c1f;width:12px;height:9px;position:absolute;top:-7px;left:50%;transform:translate(-50%)}.home-stage-bird-foot{background:#352317;width:16px;height:2px;position:absolute;bottom:7px}.home-stage-bird-foot.left{left:23px;transform:rotate(10deg)}.home-stage-bird-foot.right{right:21px;transform:rotate(-10deg)}.home-stage-footer{background:#c98547;flex-direction:column;gap:14px;margin-top:0;padding:18px 20px 0;display:flex}.home-stage-progress-wrap{padding-top:2px}.home-stage-progress-bar{background:#fff5e4f2;border-radius:999px;height:22px;position:relative;overflow:hidden;box-shadow:inset 0 1px 2px #9a6c3533,0 4px 12px #85562114}.home-stage-progress-fill{border-radius:inherit;background:linear-gradient(90deg,#ff7e45 0%,#f6b15e 100%);transition:width .1s linear;position:absolute;inset:0 auto 0 0}.home-stage-progress-time{color:#1a0e06;letter-spacing:.01em;justify-content:center;align-items:center;font-size:12px;font-weight:800;display:flex;position:absolute;inset:0}.home-stage-play{color:#fff;background:#ff7341;border:none;border-radius:18px;width:100%;padding:15px 20px;font-size:16px;font-weight:800;box-shadow:0 10px 18px #ff734147}.home-episode-shell{background:#c98547;margin-top:0;padding:18px 20px 20px}.home-episode-list-wrap{margin-top:0}.home-episode-list-head{color:#fff6ef;padding:2px 0 14px}.home-episode-title{letter-spacing:-.03em;font-size:25px;font-weight:900}.home-episode-subtitle{color:#fff4ebc7;margin-top:4px;font-size:13px}.home-episode-list{flex-direction:column;gap:10px;display:flex}.home-empty-card,.home-episode-card{background:#fffaf5;border-radius:18px;box-shadow:0 4px 14px #46261014}.home-empty-card{color:#7e6651;padding:22px 18px;font-size:14px}.home-episode-card{border:1px solid #b4783f1f;padding:14px}.home-episode-card.active{border-color:#ff734161;box-shadow:0 12px 20px #6836121f}.home-episode-card-row{align-items:center;gap:12px;display:flex}.home-episode-icon,.home-episode-check{border:none;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.home-episode-icon{color:#9b6b3a;letter-spacing:.08em;background:#f3e2cc;border-radius:14px;width:42px;height:42px;font-size:11px;font-weight:900}.home-episode-icon.active{color:#d96f33;background:#ffe4d8}.home-episode-body{flex:1;min-width:0}.home-episode-body-top{flex-wrap:wrap;align-items:center;gap:6px;display:flex}.home-episode-pill{color:#d4792e;background:#fff1df;border-radius:999px;padding:3px 7px;font-size:10px;font-weight:800}.home-episode-date{color:#8b7259;text-transform:uppercase;letter-spacing:.03em;font-size:11px;font-weight:700}.home-episode-name{letter-spacing:-.02em;white-space:nowrap;text-overflow:ellipsis;margin-top:4px;font-size:15px;font-weight:800;overflow:hidden}.home-episode-meta{color:#9b8168;margin-top:2px;font-size:12px}.home-episode-check{color:#fff7f2;background:#ff7b45;border-radius:12px;width:34px;height:34px;font-size:14px;font-weight:900;box-shadow:0 6px 14px #e46d3938}.home-episode-check.active{color:#fff;background:#d95a1a}.home-episode-progress{cursor:pointer;background:#f0dfcf;border-radius:999px;height:6px;margin-top:12px;overflow:hidden}.home-episode-progress-fill{border-radius:inherit;background:linear-gradient(90deg,#ff7341 0%,#ff9860 100%);height:100%;transition:width .1s linear}.page-screen{background:#fff;width:100%;min-height:100svh;margin-top:-64px;padding-top:64px;padding-bottom:100px}.page-body{max-width:430px;margin:0 auto;padding:0 20px}.page-hero{text-align:center;padding:36px 0 28px}.page-hero-title{letter-spacing:-.7px;color:var(--text);margin-bottom:28px;font-size:26px;font-weight:900;line-height:1.1}.page-hero-bird{width:84px;height:92px;margin:0 auto 20px;position:relative}.page-hero-bird:before{content:"";background:radial-gradient(circle, var(--accent-light) 40%, transparent 75%);z-index:-1;border-radius:50%;position:absolute;inset:-18px}.page-hero-sub{color:var(--text);margin-bottom:28px;font-size:14px;line-height:1.6}.record-state-card{border:1.5px solid var(--border);text-align:center;background:#fff;border-radius:20px;flex-direction:column;justify-content:center;align-items:center;gap:4px;min-height:96px;margin-bottom:14px;padding:32px 20px;display:flex;box-shadow:0 2px 12px #1a0e060f}.record-state-label{color:var(--text-muted);letter-spacing:.01em;font-size:14px;font-weight:500}.record-state-timer-wrap{align-items:baseline;gap:8px;display:flex}.record-state-timer{letter-spacing:-4px;color:var(--text);font-variant-numeric:tabular-nums;font-size:56px;font-weight:900;line-height:1}.record-state-max{color:var(--text-muted);font-size:15px;font-weight:600}.record-audio-preview{border-radius:12px;width:100%}.record-start-btn{background:var(--accent);color:#fff;border-radius:var(--radius-pill);letter-spacing:-.3px;cursor:pointer;border:none;justify-content:center;align-items:center;gap:10px;width:100%;padding:18px 24px;font-size:17px;font-weight:700;transition:background .15s,box-shadow .15s,transform .1s;display:flex;box-shadow:0 8px 24px #d95a1a4d}.record-start-btn:hover{background:var(--accent-dark);box-shadow:0 10px 28px #d95a1a61}.record-start-btn:active{transform:scale(.98)}.record-start-btn:disabled{opacity:.4;cursor:default;box-shadow:none}.record-start-btn.recording{background:#1a0e06;box-shadow:0 8px 24px #1a0e0633}.record-mic-icon{flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;display:flex;position:relative}.record-mic-ripple{border:1.5px solid #ffffff80;border-radius:50%;animation:1.6s ease-out infinite mic-ripple;position:absolute;inset:-5px}.record-mic-ripple.delay{animation-delay:.8s}@keyframes mic-ripple{0%{opacity:1;transform:scale(.8)}to{opacity:0;transform:scale(2.2)}}.record-actions{flex-direction:column;gap:10px;display:flex}.clip-list{flex-direction:column;gap:8px;display:flex}.clip-card{border:1.5px solid var(--border);background:#fff;border-radius:18px;align-items:center;gap:12px;padding:14px 16px;display:flex;box-shadow:0 2px 8px #1a0e060a}.clip-play{background:var(--bg-input);width:40px;height:40px;color:var(--text-secondary);cursor:pointer;border:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:11px;transition:background .15s,color .15s;display:flex}.clip-play.active{background:var(--accent);color:#fff;box-shadow:0 4px 12px #d95a1a47}.clip-info{flex:1;min-width:0}.clip-info-top{align-items:baseline;gap:8px;margin-bottom:5px;display:flex}.clip-duration{color:var(--text);font-variant-numeric:tabular-nums;font-size:15px;font-weight:700}.clip-date{color:var(--text-muted);font-size:12px}.clip-status-row{flex-wrap:wrap;align-items:center;gap:6px;min-height:20px;display:flex}.clip-badge{border-radius:999px;padding:3px 8px;font-size:11px;font-weight:700}.clip-badge.submitted{background:var(--accent-light);color:var(--accent)}.clip-badge.selected{color:#3a7a20;background:#e8f4e0}.clip-badge.rejected{background:var(--bg-input);color:var(--text-muted)}.clip-shares{align-items:center;gap:2px;display:flex}.clip-share-avatar{background:var(--accent-light);width:22px;height:22px;color:var(--accent);border:1.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;margin-left:-4px;font-size:10px;font-weight:800;display:inline-flex}.clip-share-avatar:first-child{margin-left:0}.clip-share-avatar.heard{background:var(--bg-input);color:var(--text-muted)}.clip-shares-more{color:var(--text-muted);margin-left:4px;font-size:11px;font-weight:700}.clip-unread{color:var(--accent);min-width:16px;margin-left:5px;font-size:12px;font-weight:800}.clip-right{flex-direction:column;flex-shrink:0;align-items:flex-end;gap:6px;display:flex}.clip-share-btn{color:var(--accent);background:var(--accent-light);cursor:pointer;border:none;border-radius:999px;padding:5px 12px;font-size:12px;font-weight:700}.clip-delete-btn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;padding:2px 4px;font-size:11px;font-weight:600}.sheet-overlay{z-index:200;background:#1a0e0673;justify-content:center;align-items:flex-end;animation:.18s sheet-fade;display:flex;position:fixed;inset:0}@keyframes sheet-fade{0%{opacity:0}to{opacity:1}}.sheet{background:#fff;border-radius:24px 24px 0 0;width:100%;max-width:430px;padding:12px 20px 44px;animation:.28s cubic-bezier(.32,.72,0,1) sheet-up}@keyframes sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.sheet-handle{background:var(--border);border-radius:999px;width:36px;height:4px;margin:0 auto 20px}.sheet-title{color:var(--text-muted);text-align:center;letter-spacing:.04em;text-transform:uppercase;margin-bottom:14px;font-size:12px;font-weight:600}.sheet-actions{flex-direction:column;gap:8px;margin-bottom:12px;display:flex}.sheet-action{border:1.5px solid var(--border);text-align:left;background:#fff;border-radius:16px;align-items:center;gap:14px;width:100%;padding:16px;display:flex}.sheet-action-btn{cursor:pointer;transition:background .12s}.sheet-action-btn:active{background:var(--bg-input)}.sheet-action-icon{flex-shrink:0;font-size:26px;line-height:1}.sheet-action-body{flex:1;min-width:0}.sheet-action-label{color:var(--text);font-size:15px;font-weight:700}.sheet-action-sub{color:var(--text-muted);margin-top:3px;font-size:12px}.sheet-action-arrow{color:var(--text-muted);flex-shrink:0;font-size:22px;line-height:1}.sheet-inline-btn{color:#fff;background:var(--accent);cursor:pointer;border:none;border-radius:999px;flex-shrink:0;padding:8px 16px;font-size:13px;font-weight:700;box-shadow:0 4px 12px #d95a1a40}.sheet-inline-btn.muted{background:var(--bg-input);color:var(--text-secondary);box-shadow:none}.sheet-cancel{background:var(--bg-input);width:100%;color:var(--text-secondary);border-radius:var(--radius-pill);cursor:pointer;border:none;padding:15px;font-size:15px;font-weight:600}.sheet-friend-list{flex-direction:column;gap:8px;max-height:320px;margin-bottom:16px;display:flex;overflow-y:auto}.sheet-friend{border:1.5px solid var(--border);text-align:left;cursor:pointer;background:#fff;border-radius:16px;align-items:center;gap:12px;width:100%;padding:12px 14px;transition:border-color .12s,background .12s;display:flex}.sheet-friend.selected{border-color:var(--accent);background:var(--accent-light)}.sheet-friend.sent{opacity:.55;cursor:default}.sheet-check{border:1.5px solid var(--border);color:#0000;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:24px;height:24px;margin-left:auto;font-size:12px;transition:background .12s,border-color .12s,color .12s;display:flex}.sheet-check.selected{background:var(--accent);border-color:var(--accent);color:#fff}.sheet-footer{align-items:center;gap:10px;display:flex}.sheet-back{flex-shrink:0;width:auto;padding:15px 20px;font-size:18px}.friends-section-head{margin-bottom:14px}.friends-section-title{letter-spacing:-.04em;color:var(--text);align-items:center;gap:8px;font-size:18px;font-weight:800;display:flex}.friends-count{color:var(--text-muted);background:var(--bg-input);border-radius:999px;padding:2px 8px;font-size:12px;font-weight:700}.friends-section-sub{color:var(--text-muted);margin-top:4px;font-size:13px;line-height:1.5}.friends-search{flex-direction:column;gap:8px;margin-bottom:16px;display:flex}.friends-list{flex-direction:column;gap:8px;display:flex}.friends-card{border:1.5px solid var(--border);background:#fff;border-radius:18px;align-items:center;gap:12px;padding:14px 16px;transition:box-shadow .15s;display:flex;box-shadow:0 2px 8px #1a0e060a}.friends-avatar{background:var(--accent-light);width:40px;height:40px;color:var(--accent);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:16px;font-weight:800;display:flex}.friends-info{flex:1;min-width:0}.friends-name{color:var(--text);white-space:nowrap;text-overflow:ellipsis;font-size:15px;font-weight:700;overflow:hidden}.friends-email{color:var(--text-muted);white-space:nowrap;text-overflow:ellipsis;margin-top:2px;font-size:12px;overflow:hidden}.friends-badge{color:var(--text-muted);background:var(--bg-input);letter-spacing:.01em;border-radius:999px;flex-shrink:0;padding:4px 10px;font-size:12px;font-weight:700}.friends-add-btn{color:#fff;background:var(--accent);border:none;border-radius:999px;flex-shrink:0;padding:8px 16px;font-size:13px;font-weight:700;transition:background .15s,box-shadow .15s;box-shadow:0 4px 12px #d95a1a40}.friends-actions{flex-shrink:0;gap:6px;display:flex}.friends-accept-btn{color:#fff;background:var(--accent);border:none;border-radius:999px;padding:8px 16px;font-size:13px;font-weight:700;box-shadow:0 4px 12px #d95a1a40}.friends-decline-btn{color:var(--text-secondary);background:var(--bg-input);border:none;border-radius:999px;padding:8px 16px;font-size:13px;font-weight:700}.friends-empty{color:var(--text-muted);margin-top:8px;font-size:14px;line-height:1.6}.clip-card.inbox-unread{border-color:var(--accent);background:var(--accent-light)}.inbox-dot{background:var(--accent);border-radius:50%;flex-shrink:0;width:8px;height:8px}.home-yt-pip{aspect-ratio:17/9;z-index:3;opacity:0;pointer-events:none;border:8px solid #000;width:calc(100% - 40px);transition:opacity .25s;position:absolute;top:56px;left:50%;overflow:hidden;transform:translate(-50%)}.home-yt-pip.visible{opacity:1;pointer-events:auto}.home-yt-pip iframe{display:block;border:none!important;width:100%!important;height:100%!important}.home-yt-notice{color:#fff;text-align:center;pointer-events:none;z-index:4;background:#0000008c;padding:6px 0;font-size:13px;position:absolute;bottom:0;left:0;right:0}
