:root{font-family:Inter,Avenir Next,PingFang HK,Noto Sans TC,sans-serif;color:#f4f5ff;background:#10162b;font-synthesis:none;--lime:#bcff5a;--purple:#bea8ff;--muted:#a7afc9}*{box-sizing:border-box}body{margin:0;background:radial-gradient(ellipse at 70% 0,#27315355,transparent 60%),#10162b;min-height:100vh}button,a,input{-webkit-tap-highlight-color:transparent}button,a{touch-action:manipulation}button{cursor:pointer;font:inherit;color:inherit;border:0}a{color:inherit;text-decoration:none}header{height:96px;display:flex;align-items:center;gap:32px;padding:0 4%;border-bottom:1px solid #ffffff15}.brand{display:flex;align-items:center;gap:12px;font-size:19px;font-weight:800;letter-spacing:1px}.brand small{display:block;font-size:10px;letter-spacing:3px;margin-top:5px}.brand-icon{position:relative;background:var(--lime);color:#10162b;font-size:33px;padding:3px 9px;border-radius:10px}.brand-icon span{font-size:18px}nav{display:flex;gap:10px;margin:auto}nav a{font-size:14px;padding:12px 15px;color:var(--muted);border-radius:9px}nav .active{background:#ffffff10;color:#fff}.quiet{background:#ffffff08;padding:12px 16px;border:1px solid #ffffff18;border-radius:9px;font-size:14px}main{min-height:calc(100vh - 148px)}footer{display:flex;justify-content:space-between;padding:18px 4%;font-size:10px;letter-spacing:1.5px;color:#828ca9;border-top:1px solid #ffffff12}.eyebrow{font-size:12px;letter-spacing:2px;font-weight:700;color:var(--muted)}h1,h2,h3,p{margin-top:0}h1{font-size:clamp(36px,4.5vw,76px);line-height:1.07;letter-spacing:-2px;margin-bottom:20px}h1 span{color:var(--lime)}h2{font-size:32px;letter-spacing:-1px;margin:14px 0}p{line-height:1.6}.intro{font-size:19px;color:var(--muted)}.home{max-width:1440px;margin:auto;padding:44px 5% 25px}.home>.eyebrow{margin-bottom:20px}.station-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.station{border-radius:20px;padding:25px 30px;position:relative;overflow:hidden;border:1px solid #ffffff20;transition:transform .2s;background:#1a2532}.station:hover{transform:translateY(-4px)}.station.motion{background:linear-gradient(110deg,#223a2d,#1d2b30)}.station.touch{background:linear-gradient(110deg,#332954,#252843)}.station h2{font-size:36px;margin-top:46px}.station p{color:#ccd1df;font-size:16px}.station-art{position:absolute;right:35px;top:50px;font-size:110px;color:var(--lime);line-height:1}.touch .station-art{color:var(--purple)}.station-link{border-top:1px solid #ffffff25;display:flex;justify-content:space-between;padding-top:17px;margin-top:22px}.station-link b{font-size:24px;color:var(--lime)}.home-note{display:flex;justify-content:space-between;margin-top:24px;font-size:11px;letter-spacing:1.5px;color:var(--muted)}.game-shell{padding:26px 4% 18px;height:calc(100vh - 148px);min-height:600px}.game-top{display:flex;justify-content:space-between;align-items:center;height:90px}.game-top h2{margin:6px 0}.stats{display:flex;gap:48px}.stats small{display:block;font-size:10px;letter-spacing:2px;color:var(--muted)}.stats strong{font-size:38px}.timer{color:var(--lime)}.game-content{display:flex;gap:28px;height:calc(100% - 95px)}.playfield{position:relative;flex:1;min-width:0;border:1px solid #ffffff13;border-radius:22px;background:radial-gradient(ellipse at 50% 20%,#32334c55,transparent 70%),#151d33;overflow:hidden}#screen{position:relative;height:100%;z-index:1}#fx{position:absolute;inset:0;pointer-events:none;z-index:2}.attract{text-align:center;padding:25px 40px 22px;height:100%;display:flex;align-items:center;flex-direction:column;justify-content:space-between}.pill{border:1px solid #ffffff25;border-radius:30px;padding:8px 17px;font-size:11px;letter-spacing:1px;color:var(--muted)}.hero-symbol{font-size:clamp(55px,7vh,90px);color:var(--purple);line-height:1;animation:float 4s ease-in-out infinite}.motion .hero-symbol{color:var(--lime)}.attract h1{font-size:clamp(28px,3vw,48px);margin:6px 0}.attract p{color:var(--muted);margin:5px 0;font-size:18px}.demo{font-size:27px;letter-spacing:3px;padding:10px}.demo b{color:var(--lime)}.demo small{display:block;font-size:9px;color:var(--muted);margin-top:8px;letter-spacing:2px}.primary{background:var(--lime);color:#17202b;padding:18px 28px;font-weight:800;border-radius:12px}.start{width:min(540px,95%);display:flex;justify-content:space-between;font-size:26px;min-height:76px}.start-hint{padding:18px 24px;background:#bcff5a13;color:var(--lime);border-radius:12px;font-size:20px}.countdown{height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center}.countdown strong{font-size:180px;color:var(--lime)}.question{height:100%;display:flex;flex-direction:column;padding:30px 28px 12px;text-align:center}.question h1{font-size:clamp(32px,4vw,66px);white-space:pre-wrap;margin:auto 0;line-height:1.4}.answers{display:grid;grid-template-columns:repeat(3,1fr);gap:18px;margin-top:auto}.answer{min-height:125px;border-radius:17px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;background:#bba6fa;color:#151c2e;border:3px solid transparent}.answer.a1{background:#c5fb79}.answer.a2{background:#8edbea}.answer small{font-size:15px;font-weight:700}.answer strong{font-size:48px}.answer:active{transform:scale(.97)}.answer:focus-visible{outline:5px solid white;outline-offset:3px}.answer:disabled{cursor:default}.under-answers{font-size:13px;color:var(--muted);margin:14px 0 0}.feedback{font-size:20px;min-height:32px;margin:6px 0 15px;color:var(--lime);opacity:0}.feedback.visible{opacity:1}.motion-side{width:275px;flex-shrink:0;padding-top:8px}.camera-view{aspect-ratio:4/3;position:relative;background:#080e20;border-radius:16px;overflow:hidden;border:1px solid #ffffff22}.camera-view canvas{width:100%;height:100%;display:block}.camera-placeholder{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#738099;font-size:80px}.camera-placeholder small{font-size:15px}#camera-status{font-size:13px;line-height:1.6;color:var(--muted);margin:10px 0}.secondary{background:#ffffff15;border:1px solid #ffffff25;padding:14px 22px;border-radius:10px}.secondary:disabled{opacity:.5}.motion-side .secondary{width:100%}#motion-state{margin-top:20px;font-size:19px;color:var(--lime)}progress{width:100%;height:14px;accent-color:var(--lime);margin:14px 0}.muted{color:var(--muted);font-size:14px}.result{display:grid;grid-template-columns:1fr 1fr;gap:35px;padding:35px;align-items:center;height:100%}.result h1{font-size:44px;margin-top:25px}.result-score{display:block;font-size:90px;color:var(--lime);line-height:1.2}.result small{color:var(--muted)}.rank-row{display:grid;grid-template-columns:35px 1fr auto;gap:12px;align-items:center;padding:18px 0;border-bottom:1px solid #ffffff15;font-size:17px}.rank-row:first-child{color:var(--lime)}.rank-no{color:var(--muted);font-size:13px}.debug,.leaderboards{padding:35px 5%;max-width:1600px;margin:auto}.debug h1,.leaderboards h1{margin-top:16px;font-size:48px}.debug-grid{display:grid;grid-template-columns:1.3fr 1fr;gap:40px}.debug .camera-view{max-height:500px}.debug-grid aside{padding:24px;background:#1a233c;border-radius:16px}.diagnostics dl{display:grid;grid-template-columns:1fr 1.4fr;gap:17px;margin-top:22px;font-size:17px}.diagnostics dt{color:var(--muted)}.diagnostics dd{margin:0}.lime{color:var(--lime)}.gesture-guide{display:flex;justify-content:space-between;gap:15px;padding:24px 0 0;color:var(--muted);font-size:16px}.gesture-guide b{color:var(--lime);margin-right:8px}form{display:grid;gap:9px}label{display:flex;justify-content:space-between;align-items:center;font-size:14px;gap:10px}input{padding:9px;border-radius:7px;border:1px solid #ffffff33;background:#10162b;color:#fff;width:100px;font:inherit}input[type=checkbox]{width:26px;height:26px}form .primary{margin-top:10px}form p{margin:0;font-size:13px;color:var(--lime)}.leaderboards article{padding:28px;border-radius:20px;border:1px solid #ffffff20;background:#1a233b}.leaderboards .station-grid{margin:40px 0}.hidden{display:none}@keyframes float{50%{transform:translateY(-6px) rotate(8deg)}}@media(max-width:1050px){header{gap:12px;padding:0 2%}nav{gap:0}nav a{padding:10px 8px;font-size:12px}.brand{font-size:15px}.game-shell{padding:20px 2%}.motion-side{width:230px}.attract{padding:20px}.stats{gap:24px}.question{padding:20px 16px}.answer{min-height:115px}.result{padding:20px;gap:20px}.rank-row{font-size:14px}.result-score{font-size:70px}}@media(max-width:760px){header{height:auto;flex-wrap:wrap;padding:15px}nav{order:3;width:100%;justify-content:center}.quiet{margin-left:auto}.station-grid,.debug-grid,.result{grid-template-columns:1fr}.game-shell{height:auto;min-height:700px}.game-content{flex-direction:column}.playfield{min-height:520px}.motion-side{width:100%}.motion-side .camera-view{max-width:360px}.gesture-guide{flex-wrap:wrap}footer{font-size:8px}.home-note{gap:15px}.answer strong{font-size:36px}.question{min-height:520px}.station-art{font-size:80px}.debug,.leaderboards{padding:25px 5%}}@media(prefers-reduced-motion:reduce){*{animation:none!important;transition:none!important}}.station-sidebar{width:290px;flex-shrink:0;overflow-y:auto;scrollbar-width:thin;padding:2px}.station-board{padding:18px;background:#1d2940;border:1px solid #ffffff1c;border-radius:16px;margin-bottom:14px}.station-board h3{font-size:20px;margin:9px 0}.station-board h3 span{float:right;color:var(--lime)}.station-board .rank-row{font-size:13px;padding:10px 0;grid-template-columns:20px 1fr auto;gap:6px}.station-board .rank-row span:nth-child(2){overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.station-board .eyebrow{font-size:10px;letter-spacing:1px}.all-ranks{display:block;font-size:11px;color:var(--muted);margin-top:12px}.station-camera summary{cursor:pointer;font-size:13px;padding:10px 0;color:var(--muted)}.station-camera .camera-view{max-height:190px}.station-camera #camera-status{font-size:10px;margin:5px 0}.station-camera .secondary{font-size:12px;padding:10px;width:100%}.station-camera #motion-state{font-size:14px;margin-top:8px;min-height:40px}.station-camera progress{margin:5px 0;height:10px}.camera-note{font-size:10px;color:var(--muted);margin:4px 0}.move-figure{width:100%;height:125px;fill:none;stroke:currentColor;stroke-width:5;stroke-linecap:round;stroke-linejoin:round}.move-figure .hand{fill:currentColor;stroke-width:0}.answers.count-4{grid-template-columns:repeat(4,1fr)}.body-question .answer{position:relative;gap:3px;padding:10px 8px;min-height:230px;justify-content:flex-start}.body-question .answer strong{font-size:32px;line-height:1.1}.body-question h1{font-size:clamp(28px,3.2vw,50px);margin:auto 0;line-height:1.2}.move-badge{position:absolute;top:10px;left:12px;font-size:18px;font-weight:800}.answer .move-hint{font-size:11px;font-weight:500;line-height:1.45;margin-top:7px;min-height:32px}.answer.a3{background:#ffcc91}.answer.detected{border-color:#fff;box-shadow:0 0 0 3px #bcff5a,0 0 25px #bcff5a55;transform:translateY(-4px)}.ymca-demo{display:flex;align-items:center;height:145px;color:var(--lime)}.ymca-demo .demo-letter{font-size:130px;font-weight:900;letter-spacing:-9px}.ymca-demo svg{width:160px;height:150px;animation:float 3s ease-in-out infinite}.motion .attract h1{font-size:34px}.motion .attract p{font-size:15px}.lesson-tags{font-size:21px;letter-spacing:1px}.motion .start-hint{font-size:16px}.gesture-gallery{display:grid;grid-template-columns:repeat(6,1fr);gap:12px;margin-top:24px}.gesture-gallery>div{border:1px solid #ffffff22;border-radius:12px;padding:10px;text-align:center;background:#1a233b}.gesture-gallery b{display:block;color:var(--lime)}.gesture-gallery small{display:block;font-size:11px;line-height:1.6;color:var(--muted);margin-top:8px}.gesture-gallery svg{height:100px}.family-picker{margin-top:18px}select{background:#111831;color:#fff;font:inherit;border:1px solid #ffffff33;border-radius:8px;padding:9px}.station-board .muted{font-size:13px}.result{gap:20px;padding:25px}.result h1{font-size:36px}.result-score{font-size:72px}.result .rank-row{font-size:13px}.game-shell{min-height:610px}.game-content{gap:20px}.body-question .feedback{font-size:16px}.attract h1{font-size:34px}.attract p{font-size:16px}.attract .start{font-size:24px;min-height:65px}@media(min-width:1600px){.station-sidebar{width:350px}.station-board .rank-row{font-size:16px;padding:13px 0}.station-camera .camera-view{max-height:230px}.station-camera #motion-state{font-size:18px}.body-question .answer{min-height:280px}.body-question .move-figure{height:160px}.answer .move-hint{font-size:14px}.body-question .answer strong{font-size:42px}}@media(max-width:1100px){.station-sidebar{width:235px}.body-question .answer{min-height:200px}.body-question .move-figure{height:100px}.answer .move-hint{font-size:10px}.body-question .answer strong{font-size:25px}.answers{gap:10px}.motion .attract h1{font-size:28px}.ymca-demo{height:105px}.ymca-demo svg{height:120px}.ymca-demo .demo-letter{font-size:100px}.station-camera .camera-view{max-height:150px}.gesture-gallery{grid-template-columns:repeat(4,1fr)}}@media(max-width:760px){.station-sidebar{width:100%;display:grid;grid-template-columns:1fr 1fr;gap:15px;overflow:visible}.body-question .answer{min-height:190px}.body-question .move-figure{height:90px}.body-question .answer strong{font-size:23px}.body-question .answer small{font-size:9px}.gesture-gallery{grid-template-columns:repeat(3,1fr)}}.motion .station-board{padding:12px;margin-bottom:6px}.motion .station-board h3{font-size:16px;margin:6px 0}.motion .station-board .rank-row{padding:5px 0;font-size:12px;line-height:16px}.motion .station-board .all-ranks{margin-top:7px}.motion .station-camera summary{padding:7px 0;font-size:11px}.motion .station-camera .camera-view{height:clamp(90px,13vh,160px);aspect-ratio:auto}.station-camera canvas{object-fit:contain}.motion .station-camera #motion-state{font-size:13px;min-height:34px;margin-top:6px}.motion .station-camera .secondary{padding:7px}.motion .camera-note,.motion .station-camera #camera-status{font-size:9px;line-height:1.3}@media(min-height:950px){.motion .station-board .rank-row{font-size:15px;padding:10px 0}.motion .station-camera #motion-state{font-size:17px}.motion .station-camera .camera-view{height:180px}.motion .station-board h3{font-size:20px}}.touch .station-board{padding:12px;margin-bottom:6px}.touch .station-board h3{font-size:16px;margin:6px 0}.touch .station-board .rank-row{padding:5px 0;font-size:12px;line-height:16px}.touch .station-camera .camera-view{height:clamp(90px,13vh,160px);aspect-ratio:auto}.touch .station-camera #motion-state{font-size:13px;min-height:34px;margin-top:6px}.touch .station-camera .secondary{padding:7px}.touch .station-camera summary{padding:7px 0}.touch .camera-note,.touch .station-camera #camera-status{font-size:9px}.en-line{display:block;font-size:.48em;line-height:1.4;letter-spacing:0;font-weight:600;margin-top:8px}.attract h1{font-size:30px}.attract p{font-size:14px;line-height:1.5}.motion .attract h1{font-size:30px}.motion .start-hint{font-size:14px;line-height:1.4;padding:10px 20px}.answer .move-hint{font-size:11px;line-height:1.4}.body-question .answer{min-height:242px}.body-question .eyebrow{letter-spacing:1px}.station-board h3{font-size:16px}.station-camera #motion-state{font-size:12px;line-height:1.5}.station-camera .camera-note{font-size:10px}.station-camera .secondary{font-size:12px}.under-answers{font-size:11px}.game-top h2{font-size:28px}header{gap:18px}nav{gap:3px}nav a{padding:11px 9px;font-size:12px}.quiet{font-size:12px}.station h2{font-size:29px}.station h2 .en-line{font-size:16px}.station-art{right:25px;font-size:85px}.home h1{font-size:clamp(38px,4.2vw,64px)}.home .intro{font-size:17px}.station p{font-size:14px}.home{padding-top:30px}.gesture-gallery{grid-template-columns:repeat(4,1fr)}@media(max-width:1100px){.answer .move-hint{font-size:10px}.attract h1,.motion .attract h1{font-size:25px}.station-sidebar{width:250px}.game-top h2{font-size:24px}nav a{font-size:10px;padding:9px 5px}.brand{font-size:14px}.stats{gap:20px}.under-answers{font-size:9px}}:root{--navy:#071c3a;--surface:#102f55;--blue:#87cfff;--red:#f06a73;--white:#ffffff;--lime:#b9e4ff;--purple:#ffffff;--muted:#b4c6df;color:#fff;background:var(--navy)}body{background:radial-gradient(ellipse at 85% 0,#155b923d,transparent 52%),radial-gradient(ellipse at 0% 100%,#a7354821,transparent 40%),var(--navy)}header{background:#071c3acc;border-bottom:1px solid #a9d2ff20}.brand{gap:14px}.brand-logo{display:block;width:126px;height:49px;object-fit:contain}.brand small{font-size:10px;letter-spacing:1px}.brand-icon{display:none}nav .active{background:#244a73;color:#fff}.quiet{background:#ffffff09;border-color:#9eb6d638}.home{position:relative}.home:before{content:"";position:absolute;top:26px;right:5%;width:80px;height:5px;background:var(--red);border-radius:5px}.home h1 span{color:#aadfff}.station.motion{background:linear-gradient(120deg,#0c3b68,#143451);border-color:#76b9ed55}.station.touch{background:linear-gradient(120deg,#43253f,#193251);border-color:#f06a7355}.station-art,.touch .station-art{color:#c2e8ff}.touch .station-art{color:#ffabb0}.station-link b{color:#fff}.station p{color:#d2e4f6}.playfield{background:radial-gradient(ellipse at 50% 15%,#26598b30,transparent 70%),#0b2444;border-color:#8fb8e32c}.station-board,.leaderboards article,.debug-grid aside,.gesture-gallery>div{background:#102e50;border-color:#8eb9e530}.station-board h3 span,.rank-row:first-child{color:#b9e4ff}.camera-view{background:#05152d;border-color:#93bfe238}.primary{background:#f06a73;color:#071c3a}.start-hint{background:#acdfff14;color:#d2edff}.secondary{background:#183e68;border-color:#8db6df55}.timer,.countdown strong,.demo b,.feedback,.result-score,#motion-state,.lime,.gesture-gallery b{color:#b9e4ff}.answer{background:#fff;color:#092649;border-color:#fff}.answer.a1{background:#b7dcf4;color:#092649;border-color:#b7dcf4}.answer.a2{background:#ed777e;color:#071a32;border-color:#ed777e}.answer.a3{background:#dae8f5;color:#092649;border-color:#dae8f5}.answer.detected{border-color:#fff;box-shadow:0 0 0 3px #ed777e,0 0 24px #ed777e66}.ymca-demo,.hero-symbol,.motion .hero-symbol{color:#b9e4ff}.result-board h3{color:#c9e9ff}.station-camera progress{accent-color:#ee7e86}.start span{font-size:30px}input,select{background:#071c3a;border-color:#698aad;color:#fff}footer{border-color:#86afdb25;color:#a5bcd8}.gesture-gallery svg{color:#b9e4ff}@media(max-width:1100px){.brand-logo{width:91px;height:40px}.brand{gap:9px;font-size:12px}.brand small{font-size:8px}.game-top h2{font-size:22px}}@media(min-width:1600px){.brand-logo{width:150px;height:55px}}:root{--navy:#174570;--surface:#ffffff;--blue:#237bb3;--red:#d34254;--white:#ffffff;--lime:#216fa3;--purple:#216fa3;--muted:#41617d;color:#153b5d;background:#dceffa}body{background:#dceffa url(/anniversary-sky.svg) center center/cover fixed no-repeat;color:#153b5d}header{background:#f6fcffeb;border-bottom:1px solid #78afd04d;box-shadow:0 3px 22px #3279a00b;gap:15px}.brand{gap:12px}.anniversary-mark{display:flex;flex-direction:column;align-items:center;min-width:67px;padding-right:12px;border-right:1px solid #83b9d66b;color:#2072a9}.anniversary-mark strong{font-size:43px;line-height:.95;font-style:italic;font-weight:800;letter-spacing:-3px}.anniversary-mark sup{font-size:16px;vertical-align:top;letter-spacing:0;margin-left:3px}.brand .anniversary-mark small{font-size:9px;letter-spacing:0;font-weight:700;color:#ad2941;margin-top:5px}.brand-logo{width:118px}nav a{color:#3e5c75}nav .active{background:#c4e4f6;color:#154b75}.quiet{color:#234e70;background:#fff9;border:1px solid #97b9d2}.home:before{background:#df4b5c}.home h1 span{color:#227aac}.eyebrow,.intro,.muted,.attract p,.home-note,.demo small,.pill,.under-answers,.rank-no,.result small,.stats small,.camera-note,#camera-status,.station-camera summary,.diagnostics dt,.all-ranks{color:#41617d}.station.motion{background:linear-gradient(120deg,#f4fcffed,#d7eefaed);border-color:#78b8db}.station.touch{background:linear-gradient(120deg,#fff9f9ed,#e3f1fbed);border-color:#da9fa8}.station{box-shadow:0 10px 35px #39749c12}.station-art{color:#3b8aba}.touch .station-art{color:#ca4e60}.station p{color:#395d79}.station-link{border-color:#93b4ce66}.station-link b{color:#ad3047}.playfield{background:linear-gradient(145deg,#fffffff2,#edf7fce8);border-color:#8db9d8;box-shadow:0 8px 30px #2966910a}.station-board,.leaderboards article,.debug-grid aside,.gesture-gallery>div{background:#f5fbfff0;border-color:#9fc5de;box-shadow:0 4px 18px #23668d08}.station-board h3 span,.rank-row:first-child{color:#1f6898}.rank-row{border-color:#b7d0e0}.camera-view{background:#d5e9f5;border-color:#93b7d0}.camera-placeholder{color:#668ca7}.primary{background:#ce3d51;color:#fff}.secondary{background:#d8ecf8;color:#204f72;border-color:#8db6d2}.start-hint{background:#d8edf8;color:#245577}.pill{background:#eef8ff;border-color:#a6c8dd}.timer,.countdown strong,.demo b,.feedback,.result-score,#motion-state,.lime,.gesture-gallery b{color:#1b679b}.answer{background:#fff;color:#133c5e;border-color:#9abdd5;box-shadow:0 3px #8eb3cd4d}.answer.a1{background:#c7e7f8;color:#123c5c;border-color:#8abdd9}.answer.a2{background:#f6c5ca;color:#622532;border-color:#d999a3}.answer.a3{background:#e6f1fa;color:#143c5e;border-color:#9abdd5}.answer:focus-visible{outline-color:#155c8f}.answer.detected{border-color:#bc344a;box-shadow:0 0 0 3px #e8a1ac,0 0 22px #d45e6c33}.ymca-demo,.hero-symbol,.motion .hero-symbol,.gesture-gallery svg{color:#287cac}.result-board h3{color:#1e557e}.station-camera progress,progress{accent-color:#b82e45}input,select{background:#fff;color:#234d6e;border-color:#92b7d0}form p{color:#21618c}.gesture-guide{color:#41617d}.gesture-guide b{color:#246f9e}footer{border-color:#92b8d15c;background:#f5fbffbd;color:#3c607e}@media(max-width:1200px){.brand-logo{width:98px}.brand{gap:8px}.anniversary-mark{min-width:54px;padding-right:9px}.anniversary-mark strong{font-size:36px}.brand>span:last-child{font-size:13px}.brand>span:last-child small{font-size:8px}header{gap:10px}nav a{padding:10px 6px;font-size:11px}}@media(max-width:1050px){.brand-logo{width:80px}.anniversary-mark{min-width:47px}.anniversary-mark strong{font-size:32px}.anniversary-mark sup{font-size:12px}.brand .anniversary-mark small{font-size:8px}nav a{font-size:10px;padding:8px 4px}.quiet{font-size:10px;padding:10px}.brand>span:last-child{font-size:11px}}
