/* Brand colors belong to the shared header. All illustrated-world tokens are scoped. */
:root{--display:'Baloo 2','Arial Black',Arial,sans-serif;--body:'Nunito',Arial,sans-serif;--awn-sw:26px;--awn-band:28px;--awn-fillet:12px}
#game-title-bar{position:relative;margin-bottom:18px;text-align:center}
#game-title-bar::before{content:'';display:block;height:var(--awn-band)}
#game-title-bar .gtb-tab{display:inline-flex;margin-top:-2px;padding:0 24px 13px;border-radius:0 0 22px 22px}
#game-title-bar h1{font-family:var(--display);font-size:32px;font-weight:800;background:var(--paper,#fff);padding:5px 22px;margin:0;border-radius:15px;color:var(--ink,#333);box-shadow:0 4px 0 #0002}
#game-title-bar .title-icon{width:30px;height:30px;vertical-align:-5px;color:var(--wood,#62432e)}
#main{flex:1}
#clicksmart,#cs-dialog{--cs-ink:#49392e;--cs-wood:#bd8752;--cs-paper:#fff9e9;--cs-teal:#287f82;--cs-teal-dark:#216569;--cs-gold:#f2c45b;--cs-muted:#6c6054;color:var(--cs-ink);font-family:'Nunito',Arial,sans-serif;font-size:17px;line-height:1.45}
#clicksmart{max-width:1120px;margin:0 auto;padding:8px 24px 44px}
#clicksmart *,#cs-dialog *{box-sizing:border-box}
#clicksmart [hidden],#cs-dialog [hidden]{display:none!important}
#clicksmart h2,#clicksmart h3,#cs-dialog h2,#cs-dialog h3{font-family:'Baloo 2',Arial,sans-serif;letter-spacing:0;font-weight:800;color:var(--cs-ink)}
#clicksmart button,#cs-dialog button{font-family:inherit;cursor:pointer;touch-action:manipulation}
#clicksmart button:disabled,#cs-dialog button:disabled{cursor:default}
#clicksmart button:focus-visible,#cs-dialog button:focus-visible,#clicksmart a:focus-visible{outline:3px solid #155e96;outline-offset:4px}
.cs-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap}
.cs-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-height:49px;padding:11px 20px;border:0;border-radius:14px;background:var(--button-bg,var(--navy,#287f82));color:var(--on-button,#fff);font-family:'Baloo 2',Arial,sans-serif!important;font-size:19px;font-weight:750;line-height:1.25;box-shadow:0 4px 0 #0003;text-decoration:none;white-space:normal;transition:transform .12s,box-shadow .12s}
.cs-button svg{width:24px;height:24px;display:block}
.cs-button:hover{background:var(--button-bg-hover,var(--navy,#216569));color:var(--on-button-hover,#fff)}
.cs-button:active{transform:translateY(3px);box-shadow:0 1px 0 #0003}
.cs-button:disabled{opacity:.5;box-shadow:none}
#clicksmart .cs-secondary,#cs-dialog .cs-secondary{background:#f0e4cb;color:#49392e;box-shadow:0 4px 0 #c7b79c}
#clicksmart .cs-secondary:hover,#cs-dialog .cs-secondary:hover{background:#e8dabd;color:#49392e}
.cs-icon-button{display:inline-flex;align-items:center;justify-content:center;min-width:45px;width:45px;height:45px;padding:9px;border:2px solid #ded2bf;border-radius:14px;background:#fffaf0;color:#49392e;font-size:28px;line-height:1}
.cs-icon-button svg{display:block;width:25px;height:25px}
.cs-text-link{display:inline-block;background:none;border:0;padding:6px 2px;min-height:35px;color:var(--navy,#155e96);font-size:16px;font-weight:800;text-decoration:underline;text-underline-offset:3px}
/* Match the Farm/Pet/Cashier menu: centered scene, then three level cards. */
.cs-menu{max-width:1010px;margin:20px auto 0}
.cs-welcome{text-align:center}
.cs-welcome h2{font-size:29px;line-height:1.2;margin:0 0 10px}
.cs-welcome>p{font-size:18px;margin:0 auto;max-width:48ch}
.cs-menu-art{width:100%;max-width:490px;margin:16px auto 0}
.cs-menu-art svg{display:block;width:100%;height:auto}
.cs-welcome .cs-world-note{font-size:14px;color:#6c6054;margin:2px auto 20px}
.cs-levels{display:flex;flex-direction:column;gap:20px}
.cs-mode-grid{display:grid;grid-template-columns:1fr;gap:14px}
.cs-mode{display:flex;align-items:center;gap:14px;width:100%;text-align:left;background:var(--paper,#fff);border:4px solid #ffe35b;border-radius:24px;padding:18px;box-shadow:0 5px 0 #3333331f;color:var(--ink,#333);transition:transform .15s}
.cs-mode:hover{transform:translateY(-2px)}
.cs-mode:active{transform:translateY(3px);box-shadow:0 1px 0 #3333331f}
.cs-mode strong{display:block;font-family:'Baloo 2',Arial,sans-serif;font-size:22px;font-weight:800;line-height:1.1;margin:0}
.cs-age{display:block;font-family:'Baloo 2',Arial,sans-serif;font-size:16px;font-weight:750;color:var(--ink-soft,#666);margin:2px 0 9px}
.cs-mode-copy{display:block;font-size:17px;line-height:1.4;color:var(--ink-soft,#666)}
.cs-mode-icon{display:flex;align-items:center;justify-content:center;border-radius:50%;width:66px;height:66px;flex:0 0 66px;background:#ffe35b;box-shadow:inset 0 -3px 0 #33333314}
.cs-mode-icon svg{width:38px;height:38px}
.cs-mode-builder{border-color:#87ceeb}.cs-mode-builder .cs-mode-icon{background:#87ceeb}
.cs-mode-entrepreneur{border-color:#4caf50}.cs-mode-entrepreneur .cs-mode-icon{background:#c8e6c9}
.cs-best{display:block;color:#775315;font-size:13px;font-weight:800;margin-top:7px}
.cs-best:empty{display:none}
.cs-menu-foot{font-size:14px;text-align:center;color:#6c6054;margin:4px 0 0}
.cs-levels>a{text-align:center;align-self:center}
.cs-guide-button{padding:16px 28px;border-radius:22px;text-transform:uppercase}
.cs-resume{align-self:center;max-width:440px;width:100%;margin-bottom:0}
@media(min-width:960px){.cs-mode-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.cs-mode{flex-direction:column;text-align:center;padding:20px 22px 24px;gap:15px}.cs-mode-copy{max-width:26ch}}
.cs-hud{display:flex;align-items:center;gap:15px;margin:0 0 17px;padding:0 1px}
.cs-day-chip{display:flex;flex-direction:column;gap:1px;font-size:20px;font-weight:850}
.cs-day-chip>span:last-child{font-size:13px;font-weight:750;color:#6c6054}
.cs-wallet{display:flex;align-items:center;gap:9px;margin-left:auto;padding:7px 16px 5px;border:2px solid #dec992;background:#fff1c5;border-radius:17px;box-shadow:0 3px 0 #d9bd77}
.cs-wallet>span:first-child svg{width:35px;height:35px;display:block}
.cs-wallet small{display:block;font-size:12px;font-weight:800;line-height:1}
.cs-wallet strong{display:block;font-family:'Baloo 2',Arial,sans-serif;font-size:29px;font-weight:800;line-height:1.2}
.cs-tools{display:flex;gap:7px}
.cs-play-layout{display:grid;grid-template-columns:minmax(0,1.08fr) minmax(0,1fr);grid-template-areas:'clubhouse shop' 'actions shop' 'upcoming shop';gap:12px 26px;align-items:start}
.cs-clubhouse{min-width:0;grid-area:clubhouse}
.cs-shop{grid-area:shop}.cs-room-actions{grid-area:actions}.cs-upcoming{grid-area:upcoming}
.cs-room-frame{position:relative;margin:9px -8px 0}
.cs-room-sign{position:relative;z-index:1;display:table;margin:0 auto -19px;padding:6px 21px 5px;background:#a87647;color:#fff9e9;border:3px solid #715035;border-radius:10px;font-family:'Baloo 2',Arial,sans-serif;font-size:22px;font-weight:800;box-shadow:inset 0 0 0 2px #d3a570,0 3px 0 #50351f2b;text-shadow:0 1px #62432e}
.cs-room svg{display:block;width:100%;height:auto}
.cs-goals{display:flex;justify-content:center;gap:9px;margin:0 0 16px}
.cs-goal{display:flex;align-items:center;gap:5px;border:1.5px dashed #bca88b;border-radius:22px;background:#fffcf6;padding:6px 10px;font-size:14px;font-weight:800;color:#6c6054}
.cs-goal svg{width:22px;height:22px;display:block}
.cs-goal.cs-complete{border-style:solid;border-color:#93b19a;background:#eaf4e9;color:#2b633d}
.cs-coach{display:flex;align-items:center;gap:10px;padding:12px 14px 10px 4px;background:#fffdf5;border:2px solid #e2d3b9;border-radius:18px;margin:0 0 14px;box-shadow:0 3px 0 #e4d9c3}
.cs-guide-art{width:87px;flex:0 0 87px;align-self:flex-end}
.cs-guide-art svg{display:block;width:100%;height:auto;max-height:125px}
.cs-coach strong{font-size:13px;color:#746046}
.cs-coach p{font-size:17px;line-height:1.38;margin:3px 0 0}
.cs-coach .cs-text-link{font-size:14px;min-height:30px;padding:4px 1px}
.cs-room-actions{display:flex;gap:11px;justify-content:space-between;padding-bottom:5px}
.cs-room-actions .cs-button{padding:11px 14px;font-size:17px;flex:1}
.cs-upcoming{margin:12px 0 0;text-align:center;font-size:14px;color:#825021;font-weight:750}
.cs-message-button{width:100%;display:flex;align-items:center;gap:10px;text-align:left;font-weight:850;font-size:16px;background:#e5eff4;border:2px solid #b2cbd8;border-radius:15px;padding:11px 14px;margin:0 0 15px;color:#274c63;box-shadow:0 3px 0 #b2cbd8}
.cs-message-button svg{width:29px;height:29px;display:block}
.cs-message-button>span:last-child{margin-left:auto;font-size:23px}
.cs-delivery{position:absolute;left:50%;bottom:9px;transform:translateX(-50%);width:max-content;max-width:90%;padding:8px 17px;border-radius:30px;background:#fff9e9;box-shadow:0 2px 12px #49392e33;font-size:15px;font-weight:850;text-align:center;animation:cs-arrive .3s ease-out}
.cs-shop{border:3px solid #b8ab91;border-radius:23px;background:#fffdf5;box-shadow:0 6px 0 #c7bba4;overflow:hidden}
.cs-shop-top{display:flex;align-items:center;justify-content:space-between;gap:9px;padding:10px 16px;background:#e3edf0;border-bottom:2px solid #c5d7db;color:#42616b;font-size:14px;font-weight:850}
.cs-shop-dots{display:flex;gap:5px}.cs-shop-dots i{width:7px;height:7px;border-radius:50%;background:#8eafb7}.cs-shop-dots i:nth-child(2){background:#b0c1a5}.cs-shop-dots i:nth-child(3){background:#d4bb82}
.cs-shop-lock svg{display:block;width:20px;height:20px}
.cs-shop-body{padding:17px 17px 8px}
#clicksmart .cs-shop h2{font-size:26px;line-height:1.1;margin:0 0 7px}
.cs-task-copy{color:#6c6054;font-size:15px;line-height:1.4;margin:0 0 14px}
.cs-categories{display:flex;gap:7px;margin:0 0 14px;border-bottom:1px solid #e5ddce;padding:0 0 12px}
.cs-category{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2px;min-height:55px;flex:1;padding:6px 3px;border:1.5px solid transparent;border-radius:12px;background:transparent;color:#6c6054;font-size:12px;font-weight:800}
.cs-category svg{display:block;width:25px;height:25px}
.cs-category[aria-current="true"]{background:#e5f2ef;border-color:#75a79e;color:#29594f}
.cs-category:disabled{color:#756b60;background:#f2eee5}.cs-category:disabled svg{opacity:.55}.cs-category-day{font-size:10px;font-weight:850;white-space:nowrap}
.cs-shopping-plan{font-size:14px;line-height:1.45;padding:10px 12px;margin:0 0 14px;border-radius:11px;background:#edf4f3;color:#365b54}
.cs-offers{display:flex;flex-direction:column;gap:11px}
.cs-offer{display:grid;grid-template-columns:75px 1fr auto;align-items:center;gap:10px;border:2px solid #e1d5bf;border-radius:15px;background:#fff;box-shadow:0 3px 0 #e8e0d0;padding:12px}
.cs-offer-art{display:flex;align-items:center;justify-content:center;background:#e6f1ee;width:75px;height:79px;border-radius:15px}
.cs-offer-art svg{display:block;width:64px;height:64px}
.cs-offer.cs-tone-sun .cs-offer-art{background:#fff0ce}
.cs-offer.cs-tone-rose .cs-offer-art{background:#f8e4da}
.cs-offer h3{font-size:18px;line-height:1.15;margin:2px 0 4px}
.cs-offer-tag{font-size:11px;font-weight:850;color:#6c6054}
.cs-offer.cs-tone-sun .cs-offer-tag{color:#805715}
.cs-offer p{font-size:12px;color:#6c6054;margin:0;line-height:1.3}
.cs-offer-end{text-align:right;display:flex;flex-direction:column;align-items:flex-end;gap:7px}
.cs-price{font-family:'Baloo 2',Arial,sans-serif;font-size:27px;line-height:1;font-weight:800;white-space:nowrap}
.cs-price small{font:750 11px 'Nunito',Arial,sans-serif;display:block;color:#6c6054}
.cs-offer-button{padding:7px 10px;min-height:37px;border:0;border-radius:10px;color:#fff;background:#287f82;font-size:13px;font-weight:850;box-shadow:0 3px 0 #1e6063;white-space:nowrap}
.cs-offer-button:hover{background:#216569}
.cs-owned{font-size:12px;color:#366543;font-weight:850;white-space:nowrap}
.cs-shop-foot{font-size:12px;text-align:center;color:#6c6054;margin:14px 0 5px}
#cs-dialog{width:min(540px,calc(100vw - 26px));max-height:calc(100vh - 30px);max-height:calc(100dvh - 30px);padding:0;border:3px solid #b39974;border-radius:22px;background:#fffcf3;box-shadow:0 10px 0 #49392e26,0 22px 70px #0004;overflow-y:auto;overscroll-behavior:contain}
#cs-dialog::backdrop{background:#20373dcc;backdrop-filter:blur(3px)}
.cs-dialog-top{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:#efe3c9;border-bottom:1px solid #dccbaa}
.cs-dialog-top>span{font-size:13px;font-weight:850;color:#736048}
.cs-dialog-top .cs-icon-button{width:37px;min-width:37px;height:37px;border:0;background:#fff8e6;padding:3px;font-size:27px}
.cs-dialog-content{padding:20px 24px 25px}
#cs-dialog h2{font-size:29px;line-height:1.1;margin:0 0 12px}
#cs-dialog h3{font-size:20px;margin:18px 0 8px}
#cs-dialog p{margin:10px 0;font-size:16px}
.cs-dialog-hero{display:flex;align-items:center;gap:19px;padding:5px 0 14px}
.cs-dialog-art{width:96px;height:98px;border-radius:20px;background:#f2e8ce;padding:9px;flex-shrink:0}
.cs-dialog-art svg{display:block;width:100%;height:100%}
.cs-dialog-price{font:800 39px/1 'Baloo 2',Arial,sans-serif}
.cs-dialog-price small{display:block;font:700 14px 'Nunito',Arial,sans-serif;margin-top:8px;color:#6c6054}
.cs-dialog-actions{display:flex;flex-wrap:wrap;gap:11px;margin-top:20px}
.cs-dialog-actions .cs-button{flex:1;padding:12px 15px;font-size:18px}
.cs-dialog-actions.cs-stack{flex-direction:column}
.cs-detail-toggle{width:100%;margin:8px 0 4px;text-align:center}
#cs-dialog .cs-detail-toggle.cs-details-checked{background:#dcefdc;color:#245b36;box-shadow:0 4px 0 #94b89a}
#cs-dialog .cs-detail-toggle.cs-details-checked:hover{background:#cbe6ce;color:#245b36}
.cs-detail-sheet{padding:13px 15px;background:#fff;border:2px solid #ddd0b5;border-radius:13px;margin:13px 0}
.cs-detail-sheet dl{margin:0}.cs-detail-sheet dt{font-weight:850;font-size:13px;color:#746046;margin:9px 0 3px}.cs-detail-sheet dd{margin:0;font-size:15px}
.cs-price-lines{list-style:none;margin:0;padding:0}
.cs-price-lines li{display:flex;justify-content:space-between;gap:12px;font-size:16px;padding:7px 0;border-bottom:1px dashed #d6c7ab}
.cs-price-lines li:last-child{border-bottom:0}
.cs-price-lines .cs-total{font-weight:900;font-size:20px;border-top:2px solid #9d8767;margin-top:4px;padding-top:10px}
.cs-price-lines strong{white-space:nowrap}
.cs-note{padding:11px 14px;border-radius:12px;background:#e6f1ef;border:1px solid #bad4cf;font-size:15px;line-height:1.45}
.cs-warning{background:#fff0cb;border-color:#e5c17c;color:#6e4916}
.cs-error{background:#fff0e7;color:#7f3b27;padding:11px;border:1px solid #d7a788;border-radius:10px;font-weight:750}
.cs-brief-guide{width:110px;float:right;margin:-6px 0 7px 12px}.cs-brief-guide svg{display:block;width:100%}
.cs-brief-list{list-style:none;padding:0;margin:17px 0}.cs-brief-list li{display:flex;align-items:center;gap:10px;margin:11px 0;font-size:16px}.cs-brief-list svg{width:31px;height:31px;flex:0 0 31px}
.cs-receipt-row{padding:13px 0;border-bottom:1px dashed #d7c6a5;display:grid;grid-template-columns:1fr auto;gap:4px 10px;align-items:start}
.cs-receipt-row strong{font-size:16px}.cs-receipt-row small{color:#6c6054;font-size:13px}.cs-receipt-row button{grid-column:1/-1;justify-self:start;margin:0;padding:6px 0;min-height:34px}
.cs-receipt-row.cs-returned{opacity:.65}
.cs-message-card{background:#fff;border:2px solid #c5d5de;border-radius:15px;padding:16px;margin:15px 0}
.cs-email-bar{display:flex;align-items:center;gap:10px;font-weight:850;padding-bottom:12px;border-bottom:1px solid #c5d5de;color:#365b6c}.cs-email-bar svg{display:block;width:33px;height:33px}
.cs-email-meta{margin:14px 0;display:grid;grid-template-columns:auto minmax(0,1fr);gap:7px 10px;font-size:14px;line-height:1.4}.cs-email-meta dt{font-weight:850;color:#6c6054}.cs-email-meta dd{margin:0;overflow-wrap:anywhere}.cs-email-meta small{display:block;color:#6c6054;font-size:12px}.cs-email-body{border-top:1px solid #dae4e9;padding-top:4px}
.cs-smallprint{font-size:13px!important;color:#6c6054;line-height:1.4}
.cs-summary{text-align:center;max-width:790px;margin:0 auto}
#clicksmart .cs-summary h2{font-size:37px;margin:8px 0 5px}
.cs-summary>p{margin:9px auto;max-width:55ch}
.cs-summary-room{max-width:600px;margin:0 auto}.cs-summary-room svg{display:block;width:100%;height:auto}
.cs-stars{color:#8b6218;font:800 20px 'Baloo 2',Arial,sans-serif}.cs-stars .cs-star-icons{display:flex;justify-content:center;gap:5px}.cs-star-icons svg{width:41px;height:41px}.cs-unearned{filter:grayscale(1);opacity:.28}
.cs-summary-stats{display:flex;justify-content:center;gap:18px;margin:16px 0 23px}.cs-summary-stats>div{background:#fffdf6;border:2px solid #e0d0b4;border-radius:17px;padding:10px 22px;min-width:145px}.cs-summary-stats small{display:block;font-size:13px;color:#6c6054;font-weight:850}.cs-summary-stats strong{font:800 30px 'Baloo 2',Arial,sans-serif}
.cs-takeaways{text-align:left;background:#fffdf6;border:2px solid #e0d0b4;border-radius:17px;padding:17px 22px}
.cs-takeaway{display:flex;align-items:flex-start;gap:11px;margin:11px 0;font-size:16px}.cs-takeaway>span{flex:0 0 26px}.cs-takeaway svg{width:26px;height:26px;display:block}.cs-takeaway strong{display:block;margin-bottom:2px}
.cs-summary-question{font-weight:800;font-size:17px;padding:8px 0}
.cs-summary-actions{display:flex;justify-content:center;gap:13px;margin-top:17px}
@keyframes cs-arrive{from{opacity:0;translate:0 8px}to{opacity:1;translate:0 0}}
@media(max-width:950px){.cs-play-layout{grid-template-areas:'clubhouse' 'shop' 'actions' 'upcoming'}}
@media(max-width:950px){#clicksmart{max-width:760px;padding:5px 20px 35px}.cs-play-layout{grid-template-columns:1fr;gap:23px;max-width:590px;margin:auto}.cs-hud{max-width:590px;margin:0 auto 14px}.cs-room-frame{max-width:490px;margin:0 auto}.cs-coach{max-width:590px}.cs-offer{grid-template-columns:80px 1fr auto}.cs-offer h3{font-size:20px}.cs-offer-tag{font-size:12px}.cs-offer p{font-size:14px}.cs-offer-button{font-size:15px;min-height:41px}.cs-price{font-size:30px}}
@media(max-width:600px){#clicksmart{padding:2px 13px 30px}#game-title-bar{margin-bottom:15px}#game-title-bar h1{font-size:27px}.cs-menu-foot{font-size:12px}.cs-hud{gap:9px;margin-bottom:9px}.cs-day-chip{font-size:17px}.cs-wallet{gap:5px;padding:7px 10px 4px;border-radius:14px}.cs-wallet strong{font-size:26px}.cs-wallet>span:first-child svg{width:25px;height:25px}.cs-wallet small{font-size:10px}.cs-tools{gap:5px}.cs-icon-button{width:38px;min-width:38px;height:40px;padding:7px;border-radius:12px}.cs-icon-button svg{width:22px;height:22px}.cs-room-frame{max-width:360px;margin:0 auto}.cs-room-sign{font-size:17px;padding:3px 14px;margin-bottom:-17px}.cs-goals{gap:6px;margin:-2px 0 12px}.cs-goal{font-size:12px;padding:5px 8px;gap:4px}.cs-goal svg{width:19px;height:19px}.cs-coach{padding:8px 10px 6px 0;margin-bottom:11px;gap:5px}.cs-guide-art{width:67px;flex-basis:67px}.cs-coach strong{font-size:11px}.cs-coach p{font-size:15px}.cs-coach .cs-text-link{font-size:13px}.cs-room-actions{gap:9px}.cs-room-actions .cs-button{font-size:16px;padding:11px 9px;min-height:47px}.cs-room-actions .cs-button svg{width:21px;height:21px}.cs-play-layout{gap:18px}.cs-shop{border-width:2px;border-radius:19px}.cs-shop-top{padding:9px 13px;font-size:12px}.cs-shop-body{padding:14px 12px 6px}#clicksmart .cs-shop h2{font-size:25px}.cs-task-copy{font-size:14px;margin-bottom:10px}.cs-categories{gap:4px;padding-bottom:9px;margin-bottom:12px}.cs-category{font-size:11px;min-height:53px}.cs-offer{grid-template-columns:58px 1fr auto;gap:8px;padding:10px;border-radius:13px}.cs-offer-art{width:58px;height:68px;border-radius:12px}.cs-offer-art svg{width:50px;height:50px}.cs-offer h3{font-size:17px}.cs-offer-tag{font-size:10px}.cs-offer p{font-size:11px}.cs-offer-button{font-size:12px;min-height:35px;padding:7px 8px}.cs-price{font-size:24px}.cs-price small{font-size:10px}.cs-dialog-content{padding:17px 18px 22px}#cs-dialog h2{font-size:27px}.cs-dialog-art{width:82px;height:84px}.cs-dialog-actions .cs-button{font-size:17px}.cs-message-button{font-size:14px;padding:10px}.cs-summary-actions{flex-direction:column}.cs-summary-stats{gap:10px}.cs-summary-stats>div{min-width:0;padding:9px 18px;flex:1}.cs-takeaways{padding:12px 15px}.cs-takeaway{font-size:15px}#clicksmart .cs-summary h2{font-size:30px}.cs-summary>p{font-size:15px}}
@media(max-width:355px){.cs-offer{grid-template-columns:46px 1fr auto;gap:7px;padding:9px}.cs-offer-art{width:46px;height:62px}.cs-offer-art svg{width:42px}.cs-offer h3{font-size:16px}.cs-offer p{display:none}.cs-offer-button{font-size:11px}.cs-hud{gap:5px}.cs-wallet{padding:7px 8px 4px}.cs-wallet>span:first-child{display:none}.cs-day-chip{font-size:16px}.cs-goal{padding:5px 7px}.cs-tools{gap:4px}}
@media(max-width:600px){.cs-hud{position:sticky;top:0;z-index:4;background:var(--background,#fff8e1);padding:7px 0 10px;box-shadow:0 3px 0 #49392e12}.cs-room-frame{max-width:320px}.cs-play-layout{gap:14px}.cs-clubhouse>.cs-coach:last-child{margin-bottom:0}}
@media(prefers-reduced-motion:reduce){#clicksmart *,#cs-dialog *{animation:none!important;transition:none!important;scroll-behavior:auto!important}}

@media(max-width:600px){.cs-menu{margin-top:8px}.cs-welcome h2{font-size:25px;max-width:25ch;margin:0 auto 10px}.cs-welcome>p{font-size:16px}.cs-menu-art{max-width:330px;margin-top:8px}.cs-welcome .cs-world-note{margin-bottom:15px;font-size:12px}.cs-mode{padding:14px;gap:13px}.cs-mode strong{font-size:21px}.cs-mode-copy{font-size:15px}.cs-age{font-size:14px;margin-bottom:5px}.cs-mode-icon{width:58px;height:58px;flex-basis:58px}.cs-mode-icon svg{width:34px;height:34px}.cs-shopping-plan{font-size:13px}.cs-guide-button{font-size:17px}.cs-email-meta{font-size:13px;gap:7px 8px}}
