:root{--brand: #2f9e44;--brand-dark: #2b8a3e;--danger: #e03131;--bg: #f4f6f4;--surface: #ffffff;--surface-2: #eef1ee;--text: #1a1c1a;--muted: #687068;--radius: 14px;--shadow: 0 1px 3px rgba(0, 0, 0, .08)}*{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#dde3dd;color:var(--text);-webkit-font-smoothing:antialiased}h1{font-size:26px;margin:0 0 12px}h2{font-size:20px;margin:0}p{margin:0}a{color:var(--brand-dark)}.app-shell{max-width:480px;margin:0 auto;min-height:100dvh;background:var(--bg);display:flex;flex-direction:column;position:relative;box-shadow:0 0 24px #0000001f}.app-loading{display:grid;place-items:center;min-height:100dvh;font-size:48px}.layout{display:flex;flex-direction:column;min-height:100dvh}.layout-main{flex:1;display:flex;flex-direction:column;padding-bottom:64px}.bottom-nav{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;display:flex;background:var(--surface);border-top:1px solid var(--surface-2);z-index:10}.nav-item{flex:1;display:flex;flex-direction:column;align-items:center;gap:2px;padding:8px 0 10px;font-size:12px;text-decoration:none;color:var(--muted)}.nav-item-active{color:var(--brand-dark);font-weight:600}.nav-icon{font-size:20px}.page{padding:20px 20px 16px;display:flex;flex-direction:column;flex:1}.form{display:flex;flex-direction:column;gap:14px}.field{display:flex;flex-direction:column;gap:4px}.field-label{font-size:13px;color:var(--muted);margin:0 0 6px 2px}.input{border:1px solid var(--surface-2);background:var(--surface);border-radius:var(--radius);padding:12px 14px;font-size:16px;font-family:inherit;width:100%}.input:focus{outline:2px solid var(--brand);outline-offset:-1px}.textarea{resize:vertical}.btn{border:none;border-radius:var(--radius);padding:13px 20px;font-size:15px;font-weight:600;font-family:inherit;cursor:pointer;transition:opacity .15s}.btn:disabled{opacity:.5;cursor:default}.btn:not(:disabled):active{opacity:.8}.btn-primary{background:var(--brand);color:#fff}.btn-secondary{background:var(--surface-2);color:var(--text)}.btn-danger{background:var(--danger);color:#fff}.chip-row{display:flex;flex-wrap:wrap;gap:8px}.chip-row-scroll{flex-wrap:nowrap;overflow-x:auto;padding-bottom:4px;margin-bottom:8px;scrollbar-width:none}.chip{border:none;border-radius:999px;padding:8px 14px;font-size:14px;font-family:inherit;background:var(--surface);color:var(--text);cursor:pointer;white-space:nowrap;box-shadow:var(--shadow)}.chip-selected{background:var(--brand);color:#fff}.error-text{color:var(--danger);font-size:14px}.saved-text{color:var(--brand-dark);text-align:center;font-size:14px}.muted{color:var(--muted)}.small{font-size:13px}.center-text{text-align:center;padding:24px 12px}.link-button{border:none;background:none;font:inherit;font-size:13px;color:var(--muted);cursor:pointer;text-decoration:underline;padding:4px}.link-button.danger{color:var(--danger)}.avatar{border-radius:50%;background:var(--brand);color:#fff;display:grid;place-items:center;font-weight:700;flex-shrink:0}.rating-badge{display:inline-block;background:var(--brand);color:#fff;border-radius:8px;padding:1px 7px;font-size:13px;font-weight:700}.auth-page,.onboarding{padding:48px 24px 24px;display:flex;flex-direction:column;gap:12px;flex:1}.brand{font-size:34px}.auth-page .form,.onboarding .form{margin-top:16px}.auth-switch{text-align:center;margin-top:16px;font-size:14px}.level-list{display:flex;flex-direction:column;gap:8px;max-height:50dvh;overflow-y:auto}.level-item{display:flex;align-items:center;gap:12px;text-align:left;border:none;border-radius:var(--radius);background:var(--surface);padding:12px;font-family:inherit;font-size:14px;cursor:pointer;box-shadow:var(--shadow)}.level-item-selected{background:var(--brand);color:#fff}.level-item-selected .level-desc{color:#eafbe7}.level-value{font-weight:700;min-width:32px}.level-desc{color:var(--muted)}.search-page{padding-bottom:0}.deck{flex:1;display:flex;flex-direction:column;min-height:0}.deck-cards{position:relative;flex:1;min-height:380px;margin-top:8px}.deck-card{position:absolute;top:0;right:0;bottom:0;left:0;-webkit-user-select:none;user-select:none}.deck-card-next{pointer-events:none}.player-card{height:100%;background:var(--surface);border-radius:22px;box-shadow:var(--shadow);padding:24px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:10px;overflow-y:auto}.player-card-name{margin-top:4px}.player-card-meta{color:var(--muted);font-size:14px}.player-card-tags{display:flex;flex-wrap:wrap;justify-content:center;gap:8px}.tag{background:var(--surface-2);border-radius:999px;padding:5px 12px;font-size:13px}.paid-badge{background:#fff3bf;color:#5c4d00;border-radius:999px;padding:6px 14px;font-size:13px}.player-card-bio{font-size:14px;color:var(--muted)}.player-card-hint{margin-top:auto;font-size:11px;color:var(--muted);opacity:.7}.deck-overlay{position:absolute;top:22px;border:3px solid;border-radius:8px;padding:4px 12px;font-size:22px;font-weight:800;opacity:0}.deck-overlay-like{left:22px;color:var(--brand);border-color:var(--brand);transform:rotate(-12deg)}.deck-overlay-pass{right:22px;color:var(--danger);border-color:var(--danger);transform:rotate(12deg)}.deck-actions{display:flex;justify-content:center;gap:32px;padding:16px 0}.deck-button{width:60px;height:60px;border-radius:50%;border:none;font-size:26px;cursor:pointer;box-shadow:var(--shadow)}.deck-button-pass{background:#ffe3e3;color:var(--danger)}.deck-button-like{background:#d3f9d8}.deck-empty{flex:1;display:grid;place-items:center;padding:24px}.deck-empty-content{text-align:center;display:flex;flex-direction:column;gap:12px;align-items:center}.deck-empty-emoji{font-size:48px}.match-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.match-row{display:flex;align-items:center;gap:12px;background:var(--surface);border-radius:var(--radius);padding:12px 14px;text-decoration:none;color:var(--text);box-shadow:var(--shadow)}.match-row-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:2px}.match-row-name{font-weight:600}.match-row-preview{font-size:13px;color:var(--muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.match-row-when{font-size:12px;flex-shrink:0}.match-detail{display:flex;flex-direction:column;height:100dvh}.match-header{display:flex;align-items:center;gap:10px;padding:12px 16px;background:var(--surface);border-bottom:1px solid var(--surface-2)}.back-link{font-size:22px;text-decoration:none;color:var(--text);padding:4px 8px 4px 0}.match-header-name{font-weight:600;flex:1}.match-header-actions{display:flex;gap:4px}.sessions-toggle{border:none;background:none;font:inherit;font-weight:600;color:var(--brand-dark);text-align:left;padding:10px 16px;cursor:pointer}.sessions-panel{max-height:45dvh;overflow-y:auto;padding:0 16px 12px;display:flex;flex-direction:column;gap:10px}.session-card{background:var(--surface);border-radius:var(--radius);padding:12px;display:flex;flex-direction:column;gap:8px;box-shadow:var(--shadow)}.session-title{font-weight:600}.session-result{color:var(--brand-dark);font-weight:600}.messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:8px}.bubble{max-width:80%;border-radius:16px;padding:10px 14px;font-size:15px;line-height:1.35;overflow-wrap:break-word}.bubble-mine{align-self:flex-end;background:var(--brand);color:#fff;border-bottom-right-radius:4px}.bubble-theirs{align-self:flex-start;background:var(--surface);border-bottom-left-radius:4px;box-shadow:var(--shadow)}.composer{display:flex;gap:8px;padding:10px 16px calc(10px + env(safe-area-inset-bottom));background:var(--surface);border-top:1px solid var(--surface-2)}.composer-input{flex:1}.profile-card{background:var(--surface);border-radius:var(--radius);padding:18px;display:flex;flex-direction:column;align-items:center;text-align:center;gap:6px;box-shadow:var(--shadow)}.profile-name{font-size:18px;font-weight:700}.switch-row{display:flex;align-items:center;justify-content:space-between;gap:12px;text-align:left;width:100%}.switch-row input[type=checkbox]{width:22px;height:22px;accent-color:var(--brand);flex-shrink:0}.topbar{display:flex;align-items:center;justify-content:space-between;padding:10px 16px;background:var(--surface);border-bottom:1px solid var(--surface-2);position:sticky;top:0;z-index:9}.topbar-brand{font-weight:800;text-decoration:none;color:var(--text);font-size:17px}.topbar-bell{position:relative;text-decoration:none;font-size:20px;padding:2px 6px}.badge{position:absolute;top:-4px;right:-6px;background:var(--danger);color:#fff;border-radius:999px;font-size:11px;font-weight:700;padding:1px 5px}.section{margin-top:18px;display:flex;flex-direction:column;gap:10px}.section-title{font-size:15px;font-weight:700;margin:0}.plain-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.list-card{display:flex;align-items:center;gap:12px;background:var(--surface);border-radius:var(--radius);padding:12px 14px;box-shadow:var(--shadow);color:var(--text)}.list-card-link{text-decoration:none;cursor:pointer}.list-card-body{flex:1;min-width:0;display:flex;flex-direction:column;gap:3px}.list-card-actions{display:flex;flex-direction:column;gap:4px;align-items:flex-end}.notification-unread{border-left:4px solid var(--brand)}.coach-cta{margin-bottom:4px}.checkin-strip{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:10px}.funnel{width:100%}.funnel-section{width:100%;display:flex;flex-direction:column;gap:8px;text-align:left;margin-top:8px}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.stats-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px}.stat{background:var(--surface);border-radius:var(--radius);padding:10px 6px;display:flex;flex-direction:column;align-items:center;gap:2px;box-shadow:var(--shadow)}.stat strong{font-size:16px}.stat span{font-size:11px;color:var(--muted);text-align:center}.schedule-block{flex-direction:column;align-items:flex-start;gap:4px}.paid-toggle{display:flex;align-items:center;gap:6px;white-space:nowrap;color:var(--muted)}.paid-toggle input{accent-color:var(--brand)}.checkin-cta{border:2px solid var(--brand);background:#e6f9e9;color:var(--brand-dark);font-weight:700;font-size:15px;font-family:inherit;border-radius:999px;padding:10px 18px;cursor:pointer;box-shadow:var(--shadow);width:100%;text-align:center}.checkin-cta-active{background:var(--brand);color:#fff}.deck-button{width:84px;height:84px;font-size:38px;border:3px solid transparent;transition:transform .1s}.deck-button:active{transform:scale(.92)}.deck-button-pass{background:var(--danger);color:#fff;border-color:#c92a2a;box-shadow:0 4px 12px #e0313166}.deck-button-like{background:var(--brand);border-color:var(--brand-dark);box-shadow:0 4px 12px #2f9e4473}.deck-actions{gap:48px}.profile-switcher{margin-bottom:8px}.kid-badge{background:#e7f5ff;color:#1864ab;border-radius:999px;padding:5px 12px;font-size:13px}.kid-context{padding:4px 16px 0}.consent-row{display:flex;gap:10px;align-items:flex-start;background:var(--surface-2);border-radius:var(--radius);padding:10px}.consent-row input{margin-top:3px;width:20px;height:20px;accent-color:var(--brand);flex-shrink:0}.child-form{border-left:3px solid var(--brand);padding-left:10px}.star-rater{white-space:nowrap}.star-button{border:none;background:none;font-size:20px;cursor:pointer;padding:0 1px;color:#f59f00}.stars-inline{font-weight:400;font-size:13px;color:var(--muted)}.bet-badge{background:#fff3bf;color:#5c4d00;border-radius:999px;padding:4px 12px;font-size:13px;align-self:flex-start}.played-row{border-top:1px dashed var(--surface-2);padding-top:6px}.injured-badge{color:var(--danger);font-size:12px;font-weight:600}.delete-account{margin-top:8px;text-align:center}.pro-badge{background:linear-gradient(135deg,#1a1c1a,#4a4d4a);letter-spacing:.5px}.approval-banner{background:#fff3bf;color:#5c4d00;border-radius:var(--radius);padding:10px 14px;font-size:14px}.coach-about{background:var(--surface);border-radius:var(--radius);padding:14px;box-shadow:var(--shadow);text-align:left;font-size:14px;line-height:1.5}.booking-card{flex-direction:column;align-items:stretch;gap:10px}.booking-card-top{display:flex;align-items:center;gap:12px}.booking-form{border-top:1px dashed var(--surface-2);padding-top:10px}.price-preview{background:#e6f9e9;border-radius:var(--radius);padding:10px 12px;font-size:14px}.week-grid-wrap{overflow-x:auto;background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow)}.week-grid{border-collapse:collapse;font-size:12px;min-width:900px}.week-grid th,.week-grid td{border:1px solid var(--surface-2);padding:6px;text-align:left;vertical-align:top;min-width:52px;height:34px;position:relative}.week-grid thead th{background:var(--surface-2);font-weight:700;text-align:center}.week-grid tbody th{background:var(--surface-2);font-weight:600;white-space:nowrap}.week-grid-date{display:block;font-weight:400;color:var(--muted);font-size:11px}.cell-open{background:#d3f9d8}.cell-booked{background:#fff3bf}.cell-entry{background:#e7f5ff}.cell-remove{position:absolute;top:2px;right:2px;border:none;background:none;color:var(--danger);cursor:pointer;font-size:12px;padding:0 3px}.event-card-title{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.event-card-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:4px}.event-card-price{font-weight:700;color:var(--brand-dark)}.eval-select{border:1px solid var(--surface-2);border-radius:8px;padding:4px 6px;font-family:inherit;font-size:13px;background:var(--surface)}.eval-box{align-items:flex-end}.match-row-unread{border-left:4px solid var(--brand)}.match-row-unread .match-row-preview{font-weight:700;color:var(--text)}.unread-dot{display:inline-block;background:var(--brand);color:#fff;border-radius:999px;font-size:11px;font-weight:700;padding:1px 6px;margin-left:6px}.result-due{background:#ffe3e3;color:#c92a2a;font-size:13px;padding:8px 16px}.bottom-nav{padding-bottom:calc(8px + env(safe-area-inset-bottom,0px))}.nav-item{padding:8px 0 6px}.autocomplete{position:relative}.autocomplete-list{position:absolute;z-index:20;left:0;right:0;top:100%;margin:2px 0 0;padding:4px;list-style:none;background:var(--surface);border-radius:var(--radius);box-shadow:0 6px 20px #00000026;max-height:260px;overflow-y:auto}.autocomplete-item{display:block;width:100%;text-align:left;border:none;background:none;font:inherit;font-size:15px;padding:9px 10px;border-radius:8px;cursor:pointer}.autocomplete-item:hover{background:var(--surface-2)}.google-button{display:flex;flex-direction:column;align-items:center;margin-top:14px;min-height:20px}.coach-tabs{margin-bottom:6px}.match-tabs{margin-bottom:10px}.score-line{font-weight:700}.event-card .list-card-body{gap:7px}.event-card .list-card-body>span{display:block;line-height:1.45}.event-card-title{line-height:1.35}.event-card-title .tag{flex-shrink:0}.autocomplete-region{color:var(--muted);font-size:12px}.avatar-photo{object-fit:cover;border-radius:50%}.avatar-upload{cursor:pointer}.topbar-actions{display:flex;align-items:center;gap:12px}.topbar-settings{display:flex;align-items:center;gap:4px;text-decoration:none;color:var(--text);font-size:13px}.topbar-settings-text{color:var(--muted)}.btn-mini{border:none;border-radius:999px;padding:9px 16px;font-size:14px;font-weight:700;font-family:inherit;cursor:pointer;box-shadow:var(--shadow)}.btn-mini-green{background:var(--brand);color:#fff}.btn-mini-red{background:var(--danger);color:#fff}.btn-mini-gray{background:var(--surface-2);color:var(--text)}.stars-yellow{color:#fbbf24;font-size:18px;letter-spacing:1px}.star-button{color:#fbbf24}.coach-tabs{display:grid;grid-template-columns:repeat(3,1fr);gap:6px}.coach-tabs .chip{text-align:center;white-space:normal;padding:10px 6px}.safety-box{background:#e7f5ff;border-left:4px solid #1864ab;border-radius:var(--radius);padding:12px 14px;font-size:13px}.safety-box ul{margin:6px 0 0;padding-left:18px}.safety-box li{margin-bottom:3px}.club-section{margin-top:24px;padding-bottom:16px}.topbar-profile{display:flex;border-radius:50%;box-shadow:0 0 0 2px var(--brand)}.profile-header-row{display:flex;align-items:center;justify-content:space-between}.profile-gear{font-size:24px;text-decoration:none;padding:4px}.new-group-link{border:none;background:none;font:inherit;font-weight:800;font-size:15px;color:var(--brand-dark);cursor:pointer;text-align:left;padding:4px 0 10px}.group-create{background:var(--surface);border-radius:var(--radius);padding:14px;box-shadow:var(--shadow);margin-bottom:12px;display:flex;flex-direction:column;gap:10px}.group-member-row{display:flex;align-items:center;gap:10px;padding:6px 2px;cursor:pointer}.group-member-row input{width:20px;height:20px;accent-color:var(--brand)}.group-create-actions{display:flex;justify-content:space-between;margin-top:4px}.group-avatar{width:48px;height:48px;border-radius:50%;background:var(--surface-2);display:grid;place-items:center;font-size:22px;flex-shrink:0}.group-list{margin-bottom:10px}.bubble-sender{display:block;font-size:11px;font-weight:700;color:var(--brand-dark);margin-bottom:2px}.player-card-v2{padding:0 0 20px;overflow:hidden}.player-card-hero{width:100%;background:linear-gradient(160deg,#2b8a3e,#2f9e44 55%,#66bb6a);color:#fff;padding:26px 20px 18px;display:flex;flex-direction:column;align-items:center;gap:8px;border-radius:22px 22px 40% 40%/22px 22px 14% 14%}.player-card-avatar-ring{border-radius:50%;padding:4px;background:#ffffff59}.player-card-hero .player-card-name{color:#fff;margin:0}.player-card-band{color:#eafbe7;font-size:14px}.player-card-stats{display:flex;gap:10px;margin:14px 16px 4px;width:calc(100% - 32px)}.player-stat{flex:1;background:var(--surface-2);border-radius:14px;padding:10px 6px;display:flex;flex-direction:column;align-items:center;gap:2px}.player-stat-value{font-size:20px;font-weight:800;color:var(--brand-dark)}.player-stat-value small{font-size:12px}.player-stat-label{font-size:11px;color:var(--muted);text-transform:uppercase;letter-spacing:.4px}.club-map{height:380px;border-radius:var(--radius);margin-top:10px;z-index:1}.tag-row{display:flex;flex-wrap:wrap;gap:6px;margin:4px 0 8px}.tag-price{background:#e6f9e9;color:var(--brand-dark);font-weight:700}.tag-full{background:#ffe3e3;color:var(--danger);font-weight:700}.games-page{padding-bottom:84px}.game-card .list-card-body{gap:8px}.game-card-title{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.game-slots{display:flex;flex-wrap:wrap;gap:8px;margin-top:4px}.game-slot{display:flex;flex-direction:column;align-items:center;gap:2px;font-size:11px;width:52px}.game-slot-free{border:2px dashed var(--brand);background:#e6f9e9;border-radius:12px;padding:4px 0;font-size:16px;cursor:pointer;color:var(--brand-dark)}.game-slot-free:disabled{opacity:.45;cursor:default}.game-slot-name{max-width:52px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.game-create-bar{position:fixed;bottom:76px;left:50%;transform:translate(-50%);z-index:9}.game-create-bar .btn{box-shadow:0 6px 18px #2f9e4473;border-radius:999px}@media(min-width:900px){body{background:radial-gradient(1100px 550px at 82% -8%,rgba(47,158,68,.22),transparent 62%),radial-gradient(900px 520px at 8% 108%,rgba(43,138,62,.18),transparent 58%),linear-gradient(165deg,#eef3ee,#dbe6db 45%,#cfdccf);background-attachment:fixed}.app-shell{max-width:560px;box-shadow:0 18px 60px #142e1c47}.bottom-nav{max-width:560px}}.sheet-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000073;z-index:40;display:flex;align-items:flex-end;justify-content:center}.sheet{background:var(--surface);border-radius:18px 18px 0 0;width:100%;max-width:560px;max-height:82dvh;display:flex;flex-direction:column;animation:sheet-up .2s ease-out}@keyframes sheet-up{0%{transform:translateY(40%);opacity:.6}to{transform:translateY(0);opacity:1}}.sheet-handle{width:44px;height:4px;border-radius:2px;background:var(--surface-2);margin:10px auto 0}.sheet-head{display:flex;align-items:center;justify-content:space-between;padding:8px 16px 0}.sheet-head h2{font-size:18px;margin:0}.sheet-body{overflow-y:auto;padding:8px 16px 12px;display:flex;flex-direction:column;gap:14px}.sheet-footer{display:grid;grid-template-columns:1fr 2fr;gap:10px;padding:10px 16px calc(14px + env(safe-area-inset-bottom));border-top:1px solid var(--surface-2)}.sheet-section .field-label{margin-bottom:6px}.reaction-picker-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background:#00000040;display:flex;align-items:center;justify-content:center}.reaction-picker{background:var(--surface);border-radius:999px;padding:8px 10px;display:flex;gap:4px;box-shadow:0 8px 30px #00000040}.reaction-option{border:none;background:none;font-size:26px;padding:4px 6px;cursor:pointer;border-radius:50%}.reaction-option:hover{background:var(--surface-2)}.reaction-chips{display:flex;gap:4px;margin-top:2px;flex-wrap:wrap}.reaction-chip{border:1px solid var(--surface-2);background:var(--surface);border-radius:999px;padding:1px 7px;font-size:13px;cursor:pointer;display:inline-flex;align-items:center;gap:3px}.reaction-chip-mine{border-color:var(--brand);background:#e8f6ea}.reaction-count{font-size:11px;color:var(--muted)}.rate-box{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:14px;display:flex;flex-direction:column;gap:10px}.rate-row{display:flex;align-items:center;justify-content:space-between}.stars-input{display:inline-flex;gap:2px}.star-btn{border:none;background:none;font-size:24px;color:#d5d9d5;cursor:pointer;padding:0 2px}.star-btn.star-on{color:#f3b301}.rating-summary{display:flex;flex-direction:column;gap:6px}.rating-summary-row{display:flex;justify-content:space-between;font-size:14px}.badge-summary{border:1px solid var(--surface-2);background:var(--surface);border-radius:999px;padding:6px 14px;cursor:pointer;font-size:14px}.badge-groups{display:flex;flex-direction:column;gap:12px;margin-top:10px}.badge-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.badge-card{display:flex;gap:10px;align-items:center;background:var(--surface);border-radius:var(--radius);padding:8px 10px;border-left:4px solid var(--surface-2);opacity:.75}.badge-card.badge-earned{opacity:1;box-shadow:var(--shadow)}.badge-green{border-left-color:#74c69d}.badge-blue{border-left-color:#74a9d8}.badge-orange{border-left-color:#f4a261}.badge-purple{border-left-color:#b197d6}.badge-gold{border-left-color:#f3b301}.badge-emoji{font-size:26px}.badge-info{display:flex;flex-direction:column;gap:2px;flex:1}.badge-progress{display:flex;align-items:center;gap:8px}.badge-progress-bar{flex:1;height:5px;background:var(--surface-2);border-radius:3px;overflow:hidden}.badge-progress-fill{display:block;height:100%;background:var(--brand);border-radius:3px}.profile-hero{background:linear-gradient(150deg,#2f9e44,#237038);color:#fff;border-radius:var(--radius);padding:18px 16px;display:flex;flex-direction:column;gap:6px;align-items:center;text-align:center}.profile-hero .muted{color:#d7ecd9}.profile-hero-name{font-size:20px;font-weight:700;display:flex;align-items:center;gap:6px}.online-dot{width:10px;height:10px;border-radius:50%;background:#62e26f;display:inline-block}.profile-hero-facts{display:flex;flex-direction:column;gap:2px;font-size:14px}.stat-tiles{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.stat-tile{background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:10px 6px;text-align:center;display:flex;flex-direction:column;gap:2px}.stat-tile strong{font-size:18px}.stat-tile span{font-size:12px;color:var(--muted)}.game-detail{display:flex;flex-direction:column;gap:6px;margin-top:8px;border-top:1px dashed var(--surface-2);padding-top:8px}.filters-btn{align-self:flex-start}.verified-check{color:var(--brand);font-weight:700}.bubble-wrap{display:flex;flex-direction:column;align-items:flex-start}.bubble-wrap-mine{align-items:flex-end}.bubble-wrap .bubble{user-select:none;-webkit-user-select:none}.child-mode-bar{position:sticky;top:0;z-index:15;background:#fff4d6;border-bottom:1px solid #f0e0b0;padding:6px 14px;font-size:13px;display:flex;align-items:center;gap:6px;flex-wrap:wrap}.child-mode-bar .link-button{margin-left:auto}.player-actions{display:flex;flex-direction:column;gap:8px}.contact-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.contact-card{display:flex;flex-direction:column;align-items:center;gap:4px;background:var(--surface);border-radius:var(--radius);box-shadow:var(--shadow);padding:10px 6px;text-decoration:none;color:var(--text);font-size:13px;text-align:center}
