:root{font-family:-apple-system,BlinkMacSystemFont,"SF Pro Display","Segoe UI",sans-serif;color:#111;background:#f2f2f7;--blue:#087cff;--red:#ff3b30;--card:#fff;--muted:#6e6e73;--line:#dedee3}*{box-sizing:border-box}body{margin:0;background:#f2f2f7;min-height:100dvh}.app-shell{max-width:820px;margin:auto;min-height:100dvh;background:#f2f2f7;position:relative;padding-bottom:154px}.topbar{height:68px;padding:8px 16px;display:flex;align-items:center;justify-content:space-between;background:rgba(250,250,252,.92);backdrop-filter:blur(18px);position:sticky;top:0;z-index:10;border-bottom:1px solid rgba(0,0,0,.08)}.brand{display:flex;align-items:center;gap:9px;font-size:18px}.brand img{width:48px;height:48px;border-radius:11px;object-fit:cover}.text-button,.icon-button{border:0;background:none;color:var(--blue);font-size:16px;font-weight:600;padding:10px;cursor:pointer}main{min-height:calc(100dvh - 150px);padding:14px}.section-title{margin:12px 4px 10px;font-size:13px;color:var(--muted);text-transform:uppercase}.list{background:var(--card);border-radius:16px;overflow:hidden}.station-row,.alarm-row{display:flex;align-items:center;gap:13px;padding:12px 14px;border-bottom:1px solid var(--line);min-height:74px}.station-row:last-child,.alarm-row:last-child{border-bottom:0}.station-main{display:flex;align-items:center;gap:13px;flex:1;min-width:0;border:0;background:none;text-align:left;padding:0;cursor:pointer}.emoji{width:50px;height:50px;display:grid;place-items:center;border-radius:12px;background:#eeeef2;font-size:25px;flex:0 0 auto}.station-row.active .emoji{background:var(--blue)}.station-row.active .station-name{color:var(--blue)}.station-text{min-width:0;flex:1}.station-name{font-weight:650;font-size:17px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.station-meta{font-size:13px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-top:3px}.heart{font-size:25px;color:var(--muted);border:0;background:none;padding:12px;cursor:pointer}.heart.on{color:var(--red)}.menu{border:0;background:none;font-size:20px;color:var(--muted);padding:10px}.empty{min-height:62vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:30px}.empty-icon{font-size:58px;filter:grayscale(.3);margin-bottom:8px}.empty h2{margin:8px 0;font-size:22px}.empty p{max-width:430px;color:var(--muted);line-height:1.4}.primary,.secondary,.danger{border:0;border-radius:12px;min-height:48px;padding:0 20px;font-size:16px;font-weight:650;cursor:pointer}.primary{background:var(--blue);color:white}.secondary{background:white;color:var(--blue)}.danger{background:var(--red);color:white}.button-stack{display:flex;gap:10px;flex-wrap:wrap;justify-content:center;margin-top:16px}.tabbar{position:fixed;bottom:0;left:50%;transform:translateX(-50%);width:min(820px,100%);height:78px;padding:8px max(10px,env(safe-area-inset-right)) calc(8px + env(safe-area-inset-bottom));display:grid;grid-template-columns:repeat(4,1fr);background:rgba(249,249,251,.94);backdrop-filter:blur(18px);border-top:1px solid rgba(0,0,0,.12);z-index:30}.tabbar button{border:0;background:none;color:#777;font-size:11px;display:flex;flex-direction:column;align-items:center;gap:2px}.tabbar span{font-size:22px}.tabbar button.active{color:var(--blue)}.mini-player{position:fixed;bottom:78px;left:50%;transform:translateX(-50%);width:min(790px,calc(100% - 20px));z-index:25;background:rgba(255,255,255,.96);backdrop-filter:blur(18px);border:1px solid #ddd;border-radius:16px;padding:10px 12px;box-shadow:0 8px 25px #0002;display:flex;align-items:center;gap:12px}.hidden{display:none!important}.mini-info{flex:1;min-width:0}.mini-info strong,.mini-info small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.mini-info small{color:var(--muted);margin-top:2px}.round{width:42px;height:42px;border-radius:50%;border:0;background:var(--blue);color:white;font-size:20px}.sheet-backdrop{position:fixed;inset:0;background:#0006;z-index:100;display:flex;align-items:flex-end;justify-content:center}.sheet{width:min(720px,100%);max-height:92dvh;overflow:auto;background:#f2f2f7;border-radius:22px 22px 0 0;padding:18px 16px calc(24px + env(safe-area-inset-bottom));box-shadow:0 -10px 30px #0002}.sheet-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}.sheet h2{font-size:19px;margin:0}.form-card{background:white;border-radius:14px;overflow:hidden;margin-bottom:16px}.field{padding:12px 14px;border-bottom:1px solid var(--line)}.field:last-child{border-bottom:0}.field label{font-size:12px;color:var(--muted);display:block;margin-bottom:6px}.field input,.field select,.field textarea{width:100%;border:0;background:transparent;font:inherit;outline:0;color:inherit}.field textarea{min-height:130px;resize:vertical}.emoji-grid{display:grid;grid-template-columns:repeat(8,1fr);gap:5px}.emoji-option{border:2px solid transparent;background:#f2f2f7;border-radius:10px;font-size:22px;padding:8px 2px}.emoji-option.selected{border-color:var(--blue);background:#e8f3ff}.full-button{width:100%;margin-top:8px}.note{font-size:13px;color:var(--muted);line-height:1.4}.toast{position:fixed;z-index:300;left:50%;bottom:105px;transform:translate(-50%,20px);opacity:0;background:#222;color:white;padding:11px 16px;border-radius:22px;transition:.25s;pointer-events:none;max-width:90%;text-align:center}.toast.show{opacity:1;transform:translate(-50%,0)}.account-card{background:white;border-radius:18px;padding:20px;margin:14px 0}.account-hero{text-align:center;padding:28px 10px 10px}.account-icon{font-size:62px;color:var(--muted)}.feature{display:flex;gap:14px;align-items:center;margin:18px 0}.feature span{font-size:25px;width:34px;text-align:center}.feature strong,.feature small{display:block}.feature small{color:var(--muted);margin-top:3px}.alarm-row{cursor:pointer}.alarm-time{font-size:28px;font-weight:350;min-width:90px}.alarm-info{flex:1}.switch{width:48px;height:28px;border:0;border-radius:20px;background:#aaa;padding:3px}.switch:after{content:"";display:block;width:22px;height:22px;background:#fff;border-radius:50%;transition:.2s}.switch.on{background:#34c759}.switch.on:after{transform:translateX(20px)}.day-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:6px}.day{border:0;border-radius:50%;aspect-ratio:1;background:#e5e5ea;color:#333}.day.on{background:var(--blue);color:white}.player-page{min-height:70vh;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center}.player-art{width:180px;height:180px;border-radius:38px;background:linear-gradient(145deg,#1688ff,#005acb);display:grid;place-items:center;font-size:80px;box-shadow:0 18px 35px #087cff44}.player-page h1{margin:28px 0 4px}.live-pill{background:#ff3b30;color:#fff;border-radius:10px;padding:4px 9px;font-size:12px}.player-controls{display:flex;align-items:center;gap:24px;margin:26px}.player-controls button{border:0;background:none;font-size:28px}.player-controls .play-large{width:70px;height:70px;border-radius:50%;background:var(--blue);color:white;font-size:31px}.dragging{opacity:.45}.install-banner{background:#e8f3ff;color:#0456a4;border-radius:14px;padding:14px;margin:10px 0;display:flex;justify-content:space-between;align-items:center;gap:10px}@media(prefers-color-scheme:dark){:root{color:#f5f5f7;background:#000;--card:#1c1c1e;--muted:#98989d;--line:#37373a}.app-shell,body,.sheet{background:#000}.topbar,.tabbar{background:rgba(25,25,27,.92)}.mini-player{background:rgba(35,35,37,.96);border-color:#444}.emoji,.emoji-option{background:#2c2c2e}.secondary,.account-card,.form-card,.list{background:#1c1c1e}.day{background:#3a3a3c;color:#fff}}
