@import url('https://fonts.googleapis.com/css2?family=Black+Han+Sans&family=Noto+Sans+KR:wght@400;500;600;700;800;900&display=swap');
:root{--orange:#ff5934;--ink:#202420;--muted:#787a75;--paper:#f8f9f6;--line:#e1e3dd;--team:#ff5934;font-family:'Noto Sans KR',Arial,sans-serif;color:var(--ink);background:#fff;font-synthesis:none;scroll-behavior:smooth}*{box-sizing:border-box}body{margin:0}button,input,a{-webkit-tap-highlight-color:transparent}button,input{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}button:focus-visible,a:focus-visible,input:focus-visible{outline:3px solid #fa7530;outline-offset:5px}button{color:inherit}a{color:inherit;text-decoration:none}button{border:0;background:none}img{display:block;width:100%;height:100%;object-fit:cover}svg{width:22px;height:22px;fill:none;stroke:currentColor;stroke-width:1.6}h1,h2,h3,p{margin:0}h2{font-size:44px;letter-spacing:-2px;line-height:1.3;font-weight:800}p{font-size:16px;line-height:1.9}section[id]{scroll-margin-top:88px}.header{height:88px;display:flex;align-items:center;justify-content:space-between;padding:0 5%;background:#fff;position:sticky;top:0;z-index:20;border-bottom:1px solid #eee}.logo{font-family:Arial,sans-serif;font-size:44px;font-weight:1000;letter-spacing:-4px;color:var(--orange);line-height:1}.logo-dot{vertical-align:top;font-size:13px;letter-spacing:0;margin-left:4px}.header nav{display:flex;gap:32px;align-items:center}.header nav a{font-size:14px;font-weight:700}.header nav a:hover{color:var(--orange)}.tiny-dot{display:inline-block;width:5px;height:5px;background:var(--orange);border-radius:50%;vertical-align:top}.header-actions{display:flex;align-items:center;gap:20px}.icon-button{width:38px;height:38px;display:grid;place-items:center}.button{display:inline-flex;align-items:center;justify-content:space-between;gap:32px;padding:18px 24px;border-radius:5px;font-size:15px;font-weight:700;transition:transform .2s,background .2s}.button:hover{transform:translateY(-2px)}.button span:last-child{font-size:20px}.button.orange{background:var(--orange);color:#fff}.button.dark{background:var(--ink);color:#fff}.button.small{padding:13px 18px;font-size:13px}.outline-light{border:1px solid #ffffff70;color:white;background:#ffffff08}.mobile-menu{display:none}.hero{position:relative;min-height:690px;height:calc(100svh - 88px);max-height:850px;color:#fff;background:#152422 url('/assets/stadium.webp') center 55% / cover;isolation:isolate;display:flex;flex-direction:column;justify-content:space-between;padding:80px 7% 34px}.hero-shade{position:absolute;inset:0;background:linear-gradient(90deg,rgba(7,23,24,.88),rgba(7,23,24,.44) 48%,rgba(7,23,24,.02)),linear-gradient(0deg,rgba(7,23,24,.78),transparent 35%);z-index:-1}.eyebrow{font-family:Arial,sans-serif;font-size:12px;font-weight:700;letter-spacing:2px;color:var(--orange);margin-bottom:22px}.eyebrow.light{color:#fff}.live-dot{display:inline-block;width:7px;height:7px;border-radius:50%;background:var(--orange);margin-right:10px}.hero h1{font-size:clamp(56px,5.5vw,86px);font-weight:900;letter-spacing:-4px;line-height:1.22;margin:29px 0 28px}.hero h1 span{color:#ff7652}.hero p{font-size:17px;color:#e5e8e2;line-height:1.85}.hero-buttons{display:flex;gap:12px;margin-top:34px}.hero-bottom{display:flex;justify-content:space-between;align-items:flex-end;border-top:1px solid #ffffff40;padding-top:26px;margin-top:54px}.hero-bottom strong{display:block;font-size:20px;letter-spacing:-.7px;margin-top:6px}.mini-label{font:11px Arial,sans-serif;letter-spacing:2px;color:#bccac2}.scroll-cue{font-size:12px;display:flex;gap:28px;align-items:center}.scroll-cue span{border:1px solid #ffffff60;border-radius:50%;width:38px;height:38px;display:grid;place-items:center;font-size:20px}.hero-side{position:absolute;right:30px;top:47%;writing-mode:vertical-rl;font:11px Arial,sans-serif;letter-spacing:3px}.section{padding:100px 7%}.section-heading{display:flex;align-items:flex-end;justify-content:space-between;gap:30px;margin-bottom:44px}.section-heading p{color:var(--muted)}.section-heading.compact h2{font-size:30px;letter-spacing:-1.2px}.compact .eyebrow{margin-bottom:14px}.team-grid{display:grid;grid-template-columns:repeat(10,minmax(0,1fr));gap:10px}.team-card{border:1px solid var(--line);border-radius:8px;padding:22px 5px 18px;display:flex;align-items:center;flex-direction:column;gap:16px;background:white;transition:all .2s}.team-card:hover{transform:translateY(-4px);border-color:var(--club)}.team-card.selected{border-color:var(--club);box-shadow:0 0 0 1px var(--club);background:color-mix(in srgb,var(--club) 5%,white)}.team-emblem{color:var(--club);height:40px;display:grid;align-items:center;font:bold italic 29px/1 Arial,sans-serif;letter-spacing:-2px}.team-card:nth-child(4) .team-emblem,.team-card:nth-child(7) .team-emblem{font-size:23px}.team-card span:last-child{font-size:12px;font-weight:700;white-space:nowrap}.team-selection{display:flex;justify-content:space-between;margin-top:25px;font-size:13px;color:var(--muted)}.status-dot{display:inline-block;width:6px;height:6px;background:var(--team);border-radius:50%;margin-right:8px}.team-selection strong{color:var(--ink)}.team-selection a{color:var(--ink);font-weight:700}.team-selection a span{margin-left:18px}.songs-section{background:var(--paper)}.sample-note{font-size:12px;color:#7a8076;display:block;margin-top:12px}.song-toolbar{display:flex;align-items:center;justify-content:space-between;margin-bottom:30px;gap:20px}.filters{display:flex;gap:8px;flex-wrap:wrap}.filter{font-size:13px;border:1px solid var(--line);padding:11px 17px;border-radius:24px;background:#fff;white-space:nowrap}.filter.active{background:var(--ink);border-color:var(--ink);color:white}.search-field{display:flex;align-items:center;gap:10px;border-bottom:1px solid #b7beb3;padding:9px 0;min-width:235px}.search-field input{border:0;background:transparent;width:100%;font-size:13px;outline:none}.search-field svg{flex-shrink:0;width:18px}.song-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:22px}.song-art{aspect-ratio:1.2;position:relative;border-radius:8px;overflow:hidden;padding:21px;color:var(--card-text,#fff);background:var(--club);display:flex;flex-direction:column;justify-content:space-between}.song-art:after{content:'';position:absolute;width:80%;height:150%;border:1px solid currentColor;border-radius:50%;opacity:.2;right:-10%;top:-20%;transform:rotate(32deg);pointer-events:none}.song-art>span{font:10px Arial;letter-spacing:2px;position:relative;z-index:1}.song-art strong{font:bold italic clamp(28px,3.5vw,58px)/.9 Arial,sans-serif;letter-spacing:-3px;position:relative;z-index:1;word-break:keep-all}.song-art>small{font-size:10px;letter-spacing:1.5px}.song-play{position:absolute;bottom:17px;right:17px;border-radius:50%;width:40px;height:40px;background:white;color:var(--ink);font-size:13px;z-index:2}.song-meta{padding:17px 0 0;display:flex;justify-content:space-between;gap:5px}.song-meta h3{font-size:15px;line-height:1.6;letter-spacing:-.5px}.song-meta p{font-size:12px;color:var(--muted);margin-top:4px}.favorite-button{font-size:24px;flex-shrink:0;width:32px;align-self:start;padding:0}.favorite-button.selected{color:var(--orange)}.song-footer{border-top:1px solid var(--line);padding-top:25px;margin-top:32px;display:flex;justify-content:space-between;align-items:center}.song-footer>span{font-size:12px;color:var(--muted)}.text-button{font-size:14px;font-weight:700;padding:5px 0;display:inline-flex;gap:20px;align-items:center}.empty{grid-column:1/-1;padding:60px 20px;text-align:center;border:1px dashed #cbd0c7;border-radius:8px;color:var(--muted);line-height:1.8}.app-section{display:grid;grid-template-columns:1fr 1fr;gap:8%;background:#f1f3e9;overflow:hidden;align-items:center}.app-copy h2{font-size:49px}.app-copy h2 span{color:var(--orange)}.app-copy>p{margin-top:25px;color:#707669}.app-features{margin:30px 0}.app-features>div{display:flex;align-items:flex-start;gap:16px;margin:22px 0}.app-features b{font:12px Arial;color:var(--orange);border:1px solid #ff593450;border-radius:50%;padding:7px}.app-features strong{font-size:15px;display:block}.app-features small{font-size:13px;color:#787d70;display:block;margin-top:6px}.app-visual{position:relative;display:grid;place-items:center;padding:35px 0 25px;background:radial-gradient(ellipse at center,#dce4c4 0,transparent 65%)}.orbit-label{position:absolute;right:-15px;top:46%;writing-mode:vertical-rl;font:12px Arial;letter-spacing:3px;color:#77816e}.phone{width:296px;min-height:590px;border:7px solid #1c251e;border-radius:43px;padding:15px 20px 18px;background:#fff;box-shadow:20px 30px 55px #34413030;transform:rotate(6deg)}.phone-top{display:flex;justify-content:space-between;font:bold 10px Arial;margin-bottom:25px}.phone-nav{display:flex;align-items:center;justify-content:space-between}.phone-nav strong{font:bold 27px Arial;letter-spacing:-2px;color:var(--orange)}.phone-greeting{margin:20px 0 5px;font-size:10px;color:#73776d}.phone h3{font:800 15px Arial;letter-spacing:-.4px}.phone-album{height:176px;margin:18px 0;background:var(--team);border-radius:9px;color:white;padding:16px;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.phone-album>span{font:10px/1.2 Arial;letter-spacing:1px}.phone-album b{font:bold italic 78px Arial;position:absolute;right:18px;top:37px;letter-spacing:-7px}.phone-album div{font:bold 10px Arial;letter-spacing:1px}.phone-track strong{font-size:14px;display:block}.phone-track>span{font-size:10px;color:#888;display:block;margin-top:4px}.mode-switch{background:#edf0e8;border-radius:5px;padding:3px;display:flex;margin:18px 0}.mode-switch button{flex:1;font-size:11px;padding:7px;border-radius:4px}.mode-switch button.active{background:#fff;box-shadow:0 1px 3px #0001;font-weight:700}.phone-progress{height:3px;background:#e6e8e1}.phone-progress i{display:block;width:0;height:100%;background:var(--orange)}.phone-times{display:flex;justify-content:space-between;font:9px Arial;color:#aaa;margin:8px 0}.phone-controls{display:flex;justify-content:center;align-items:center;gap:40px;font-size:20px}.phone-controls button{border-radius:50%;background:var(--orange);width:44px;height:44px;color:white}.phone-note{font-size:10px;line-height:1.4;text-align:center;margin-top:14px}.sample-disclaimer{font-size:9px;display:block;color:#93968d;text-align:center;margin-top:6px}.floating-label{position:absolute;bottom:70px;left:-10px;background:#fff;padding:16px 20px;border-radius:8px;box-shadow:0 10px 25px #26371712;font-size:13px;font-weight:700;transform:rotate(-5deg)}.floating-label span{color:var(--orange);font-size:24px;margin-right:10px}.mic-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:7%;align-items:center}.mic-photo{height:450px;position:relative;border-radius:10px;overflow:hidden}.mic-photo img{object-position:50%}.image-badge{position:absolute;left:20px;bottom:20px;background:#ffffffed;padding:10px 12px;font:10px Arial;letter-spacing:1px;border-radius:3px}.mic-info .eyebrow{font-size:11px}.mic-info h3{font-size:34px;line-height:1.4;letter-spacing:-1.5px}.mic-info p{font-size:14px;color:var(--muted);margin-top:18px}.spec-grid{display:grid;grid-template-columns:1fr 1fr;margin:25px 0 28px;gap:22px}.spec-grid>div{display:flex;flex-direction:column}.spec-grid b{font:bold 30px Arial;letter-spacing:-1px}.spec-grid b span{font-size:20px}.spec-grid small{font-size:12px;color:var(--muted);margin-top:8px}.product-caption{font-size:11px;color:#8b8e87;margin-top:17px;line-height:1.6}.edition-row{display:flex;align-items:center;justify-content:space-between;gap:24px;border-top:1px solid var(--line);padding-top:36px;margin-top:40px;flex-wrap:wrap}.edition-row .eyebrow{font-size:10px}.edition-row h3{font-size:18px;letter-spacing:-.5px;margin-top:10px}.edition-colors{display:flex;gap:9px}.edition-colors button{width:24px;height:24px;background:var(--club);border:3px solid white;outline:1px solid #ddd;border-radius:50%}.edition-colors button.selected{outline:2px solid var(--club);outline-offset:2px}.edition-name{width:100%;font-size:12px;color:var(--muted);margin-top:-10px}.everywhere-section{background:var(--paper)}.lifestyle-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.lifestyle-grid article{height:370px;border-radius:9px;overflow:hidden;position:relative;background:#263027}.lifestyle-grid article:after{content:'';position:absolute;inset:0;background:linear-gradient(0deg,#091b12d9,transparent 80%)}.lifestyle-grid img{transition:transform .5s}.lifestyle-grid article:hover img{transform:scale(1.03)}.lifestyle-grid article>div{position:absolute;bottom:28px;left:28px;right:20px;color:white;z-index:1}.lifestyle-grid article span{font:10px Arial;letter-spacing:2px}.lifestyle-grid h3{font-size:22px;letter-spacing:-.8px;margin:12px 0 8px}.lifestyle-grid p{font-size:13px;color:#dfdfd6}.small-note{font-size:11px;color:#92968b;margin-top:12px}.battle-section{display:grid;grid-template-columns:1fr 1fr;gap:12%;align-items:center;background:#173e31;color:#fff}.battle-copy .eyebrow{font-size:10px;line-height:2}.coming-badge{font:8px Arial;background:#d8edac;color:#173e31;letter-spacing:1px;padding:6px;border-radius:3px;white-space:nowrap;margin-left:6px}.battle-copy h2{font-size:42px}.battle-copy p{color:#b8cbbf;font-size:14px;margin-top:22px}.battle-note{display:block;color:#98b2a4;font-size:11px;line-height:1.8;margin-top:22px}.battle-demo{border:1px solid #ffffff38;padding:26px;border-radius:10px;background:#ffffff06}.battle-top{display:flex;justify-content:space-between;align-items:center;font:10px Arial;letter-spacing:1px}.battle-top span{color:#9bb8a8;font-size:9px}.battle-versus{display:flex;justify-content:space-between;align-items:center;margin:30px 15px}.battle-versus>div{display:flex;flex-direction:column;align-items:center;gap:14px;width:42%}.battle-versus b{font:bold italic 29px/.9 Arial;letter-spacing:-1px;text-align:center}.battle-versus>div:first-child b{color:#ff825e}.battle-versus>div:last-child b{color:#d0e797}.battle-versus span{font-size:11px;color:#b8cbbf}.battle-versus i{font:bold italic 15px Arial;color:#6b9681}.battle-progress{background:#d0e797;border-radius:5px;height:7px;overflow:hidden}.battle-progress i{display:block;width:0;height:100%;background:#ff7652;transition:width .25s}.battle-numbers{display:flex;justify-content:space-between;font:11px Arial;margin-top:10px;color:#d0e797}.battle-numbers span:first-child{color:#ff987c}.battle-demo .button{width:100%;margin-top:25px;justify-content:space-between}.battle-controls{display:flex;justify-content:space-between;align-items:center;gap:10px;margin-top:13px;font-size:10px;color:#a1bead}.battle-controls button{font-size:10px;color:#c5d9cd;white-space:nowrap;text-decoration:underline}.download-section{text-align:center;padding:90px 20px;background:#f1f3e9}.download-section .eyebrow{font-size:11px}.download-section h2{font-size:57px;letter-spacing:-3px}.download-section h2 span{color:var(--orange)}.download-section p{color:#7a8074;font-size:14px;margin:22px 0 28px}.download-buttons{display:flex;justify-content:center;gap:12px}.store-button{gap:14px;text-align:left;min-width:185px}.store-button small{display:block;font:8px Arial;letter-spacing:1.5px;margin-bottom:6px;color:#c0c7ba}.store-button>span:nth-child(2){font:16px Arial;font-weight:600}.store-icon{font-size:26px}.launch-note{display:block;font-size:11px;color:#8a907f;margin-top:18px}footer{padding:48px 7% 32px}.footer-top{display:flex;align-items:center;gap:28px;border-bottom:1px solid var(--line);padding-bottom:30px}.footer-top>span{font-size:13px;color:var(--muted)}.footer-top>a:last-child{margin-left:auto;font-size:12px;font-weight:600}.footer-bottom{display:flex;justify-content:space-between;align-items:flex-start;gap:30px;padding-top:25px;font:9px/1.8 Arial;color:#95998d}.footer-bottom p{font-size:10px;line-height:1.8}.footer-bottom a{font-size:9px;white-space:nowrap;color:#585f52}dialog{border:0;border-radius:15px;padding:38px;width:min(560px,calc(100% - 32px));max-height:85svh;color:var(--ink);box-shadow:0 30px 100px #0004}dialog::backdrop{background:#0c241dc4;backdrop-filter:blur(4px)}.dialog-close{position:absolute;top:12px;right:12px;font-size:27px}dialog h2{font-size:28px;letter-spacing:-1px;margin-bottom:20px}#dialog-body{font-size:15px;line-height:1.9;color:#737b6c}#dialog-body img{height:auto;border-radius:7px;margin-bottom:18px}#dialog-body table{border-collapse:collapse;width:100%;font-size:13px;margin:18px 0}#dialog-body td{padding:10px 5px;border-bottom:1px solid #eee}#dialog-body td:first-child{color:var(--ink);font-weight:600}#dialog-body .tag{display:inline-block;font-size:11px;background:#edf2e9;padding:3px 9px;border-radius:4px;margin-right:5px}.dialog-done{margin-top:24px;width:100%}#toast{position:fixed;bottom:28px;left:50%;transform:translate(-50%,20px);background:#172e24;color:#fff;border-radius:8px;box-shadow:0 5px 20px #0002;padding:15px 25px;font-size:13px;z-index:100;opacity:0;transition:.2s;pointer-events:none;max-width:calc(100% - 30px);text-align:center}#toast.visible{opacity:1;transform:translate(-50%,0)}
@media(min-width:1600px){.section{padding-left:max(7%,calc((100% - 1380px)/2));padding-right:max(7%,calc((100% - 1380px)/2))}}
@media(max-width:1100px){.header nav{gap:18px}.header nav a{font-size:12px}.header{padding:0 4%}.header-actions{gap:10px}.section{padding:75px 5%}.hero{padding-left:6%;padding-right:6%}.team-grid{grid-template-columns:repeat(5,1fr)}.team-card{padding:18px 5px;gap:10px}.hero{min-height:650px}.mic-layout{gap:5%}.mic-photo{height:400px}.battle-section{gap:7%}.app-section{gap:5%}.app-copy h2{font-size:42px}.floating-label{left:-30px;font-size:11px}.song-art strong{font-size:38px}.section-heading p{font-size:14px}.header .logo{font-size:38px}}
@media(max-width:760px){.header{height:70px;padding:0 5%}.header nav{display:none;position:absolute;left:0;right:0;top:70px;background:#fff;padding:22px 6%;box-shadow:0 10px 15px #0001;flex-direction:column;align-items:flex-start;gap:20px}.header nav.open{display:flex}.header nav a{font-size:15px}.mobile-menu{display:grid}.header-actions>.button{display:none}.header-actions{gap:8px}.header .logo{font-size:38px}.hero{height:auto;min-height:720px;max-height:none;padding:65px 6% 27px;background-position:60% center}.hero h1{font-size:54px;letter-spacing:-3px}.hero .eyebrow{font-size:10px;letter-spacing:1.7px}.hero p{font-size:15px}.hero-buttons{flex-direction:column;align-items:flex-start;gap:12px}.hero-buttons .button{min-width:220px;font-size:13px;padding:15px 18px}.hero-bottom{margin-top:65px}.hero-bottom strong{font-size:16px}.scroll-cue{font-size:0}.scroll-cue span{font-size:20px}.hero-side{right:13px;font-size:9px}.section{padding:60px 6%}.section-heading{align-items:flex-start;flex-direction:column;gap:18px;margin-bottom:28px}.section-heading.compact{gap:12px}.section-heading.compact h2{font-size:26px}.eyebrow{font-size:10px;margin-bottom:17px;letter-spacing:1.7px}h2{font-size:33px;letter-spacing:-1.7px}.section-heading p{font-size:13px}.team-grid{gap:7px}.team-emblem{font-size:25px}.team-card:nth-child(4) .team-emblem,.team-card:nth-child(7) .team-emblem{font-size:19px}.team-card{padding:17px 2px 12px;gap:10px}.team-card span:last-child{font-size:9px}.team-selection{font-size:11px;gap:10px;line-height:1.7}.team-selection a{white-space:nowrap}.team-selection a span{margin-left:4px}.song-toolbar{align-items:stretch;flex-direction:column;gap:18px}.filters{gap:5px}.filter{padding:9px 11px;font-size:11px}.search-field{width:100%}.song-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px 14px}.song-art{padding:15px;aspect-ratio:1.1}.song-art strong{font-size:36px;letter-spacing:-2px}.song-art>span{font-size:8px;letter-spacing:1px}.song-art>small{font-size:8px}.song-play{width:32px;height:32px;bottom:12px;right:12px;font-size:10px}.song-meta{padding-top:11px}.song-meta h3{font-size:13px}.song-meta p{font-size:10px}.favorite-button{font-size:21px;width:22px}.song-footer .text-button{font-size:11px;gap:8px}.song-footer>span{font-size:10px}.app-section{grid-template-columns:1fr;gap:30px}.app-copy h2{font-size:39px}.app-copy>p{font-size:14px}.app-visual{padding:28px 0}.phone{transform:rotate(4deg);width:278px;min-height:570px}.floating-label{left:-5px;bottom:60px;padding:14px;font-size:11px}.orbit-label{right:-5px}.mic-layout{grid-template-columns:1fr;gap:32px}.mic-photo{height:330px}.mic-info h3{font-size:30px}.mic-info p{font-size:13px}.mic-info .button{width:100%}.spec-grid{gap:24px}.product-caption{font-size:10px;margin-top:25px}.edition-row{gap:24px;align-items:flex-start}.edition-row h3{font-size:16px}.edition-colors{gap:10px}.edition-colors button{width:22px;height:22px}.edition-name{font-size:11px}.lifestyle-grid{grid-template-columns:1fr;gap:17px}.lifestyle-grid article{height:320px}.lifestyle-grid article>div{left:23px;bottom:24px}.lifestyle-grid h3{font-size:21px}.lifestyle-grid p{font-size:12px}.battle-section{grid-template-columns:1fr;gap:35px}.battle-copy h2{font-size:35px}.battle-demo{padding:22px}.battle-copy .eyebrow{font-size:9px}.battle-demo .button{font-size:13px}.download-section{padding:65px 20px}.download-section h2{font-size:46px}.download-buttons{gap:8px}.store-button{min-width:0;padding:14px 12px;gap:9px}.store-button>span:nth-child(2){font-size:14px}.store-icon{font-size:20px}.store-button span:last-child{font-size:16px}.footer-top{flex-wrap:wrap;gap:18px}.footer-top .logo{font-size:38px}.footer-top>span{font-size:11px}.footer-top>a:last-child{width:100%;margin-left:0}.footer-bottom{flex-wrap:wrap;gap:14px}.footer-bottom p{order:2;width:100%}.footer-bottom a{margin-left:auto}footer{padding:35px 6% 25px}section[id]{scroll-margin-top:70px}dialog{padding:35px 24px 25px}dialog h2{font-size:24px}}
@media(prefers-reduced-motion:reduce){:root{scroll-behavior:auto}*,*:before,*:after{transition:none!important;animation:none!important}}
/* Readable content and controls at every screen size. */
.header nav a,.filter,.search-field input,.text-button{font-size:14px}.team-card span:last-child{font-size:12px;white-space:normal;text-align:center;line-height:1.4}.section-heading p,.mic-info p,.battle-copy p,.download-section p,.app-copy>p{font-size:16px}.sample-note,.product-caption,.small-note,.battle-note,.launch-note,.edition-name,.footer-bottom,.footer-bottom p,.footer-bottom a,.song-meta p,.song-footer>span,.battle-controls,.battle-controls button{font-size:12px}.lifestyle-grid p{font-size:14px}.phone-note,.sample-disclaimer{font-size:10px}.button[hidden],button[hidden]{display:none!important}
@media(max-width:760px){.team-card{min-height:107px}.team-card span:last-child{font-size:12px}.filter{font-size:12px;padding:10px 12px}.filters{gap:6px}.song-meta h3{font-size:14px}.song-art strong{font-size:32px}.song-footer .text-button{font-size:12px}.team-selection{font-size:12px}.battle-controls{flex-wrap:wrap}.footer-bottom>span{font-size:11px}.hero p{font-size:16px}.store-button{min-height:64px}}
