:root{--green:#3f9142;--green-dark:#2e7d32;--green-darker:#1b5e20;--green-light:#e8f3e6;--green-soft:#eef6ec;--text:#1b1b1b;--text-muted:#6b7280;--bg:#f7f8f7;--card:#fff;--border:#e5e7eb;--shadow:0 2px 12px #0000000f;--sans:system-ui, "Segoe UI", Roboto, sans-serif;font-family:var(--sans);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}html,body{margin:0;padding:0}body{background:var(--bg)}#root{background:var(--bg);max-width:480px;min-height:100svh;margin:0 auto}button{cursor:pointer;border:none;font-family:inherit}h1,h2,h3,p{margin:0}.app{min-height:100svh;padding-bottom:84px}.header{background:var(--green);color:#fff;border-radius:0 0 8px 8px;padding:16px 20px 22px}.header-top{justify-content:space-between;align-items:center;margin-bottom:18px;display:flex}.logo{letter-spacing:.3px;font-size:26px;font-weight:700}.bell{color:#fff;background:#ffffff2e;border-radius:50%;place-items:center;width:44px;height:44px;display:grid;position:relative}.bell-badge{color:#fff;text-align:center;min-width:20px;height:20px;box-shadow:0 0 0 2px var(--green);box-sizing:border-box;background:#e53935;border-radius:999px;padding:0 5px;font-size:12px;font-weight:700;line-height:20px;position:absolute;top:-2px;right:-2px}.bell--soft .bell-badge{box-shadow:0 0 0 2px var(--bg)}.bell svg{width:22px;height:22px}.search{background:#fff;border-radius:12px;align-items:center;gap:10px;padding:14px 16px;display:flex}.search svg{width:20px;height:20px;color:var(--green);flex-shrink:0}.search input{width:100%;color:var(--text);background:0 0;border:none;outline:none;font-size:16px}.search input::placeholder{color:#9ca3af}.content{flex-direction:column;gap:26px;padding:22px 20px 8px;display:flex}.section-title{color:var(--text);font-size:22px;font-weight:700}.section-head{justify-content:space-between;align-items:baseline;margin-bottom:14px;display:flex}.see-all{color:var(--green-dark);background:0 0;padding:0;font-size:15px;font-weight:600}.cat-grid{grid-template-columns:1fr 1fr;gap:14px;margin-top:14px;display:grid}.cat-card{background-position:50%;background-size:cover;background-color:var(--green-dark);text-align:left;border-radius:14px;align-items:flex-end;height:108px;padding:12px 14px;display:flex;position:relative;overflow:hidden}.cat-card:after{content:"";background:linear-gradient(#0000 0%,#0000001a 40%,#0009 100%);position:absolute;inset:0}.cat-label{z-index:1;color:#fff;font-size:18px;font-weight:700;position:relative}.game-card{background:var(--card);box-shadow:var(--shadow);border-radius:16px;padding:16px;position:relative}.game-top{align-items:flex-start;gap:14px;display:flex}.game-avatar{background:var(--green);color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:46px;height:46px;display:grid}.game-avatar svg{width:24px;height:24px}.game-progress{flex:1;grid-template-columns:1fr auto;align-items:center;gap:6px 10px;display:grid}.progress-bar{background:#e5e7eb;border-radius:999px;grid-column:1;height:6px;overflow:hidden}.progress-fill{background:var(--green);border-radius:999px;height:100%}.game-count{color:var(--text-muted);white-space:nowrap;grid-column:2;font-size:14px}.game-price{color:var(--green-dark);text-align:right;grid-column:2;font-size:20px;font-weight:700}.game-meta{gap:22px;margin-top:14px;display:flex}.meta-item{color:var(--text);align-items:center;gap:6px;font-size:15px;display:flex}.meta-item svg{width:18px;height:18px;color:var(--green-dark)}.join-btn{background:var(--green);color:#fff;border-radius:12px;margin-top:14px;margin-left:auto;padding:12px 28px;font-size:16px;font-weight:600;display:block}.join-btn:active{background:var(--green-dark)}.bottom-nav{background:var(--green-soft);border-top:1px solid var(--border);width:100%;max-width:480px;padding:8px 4px calc(8px + env(safe-area-inset-bottom));z-index:100;justify-content:space-around;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.nav-item{color:var(--text-muted);background:0 0;flex-direction:column;flex:1;align-items:center;gap:4px;padding:4px 8px;font-size:12px;display:flex}.nav-item svg{width:24px;height:24px}.nav-item.active{color:var(--green-dark);font-weight:600}.nav-item.active svg{background:var(--green-light);box-sizing:content-box;border-radius:999px;width:22px;height:22px;padding:5px 16px}.header--list .logo{margin-bottom:16px}.search-fav{color:var(--text-muted);background:0 0;flex-shrink:0;place-items:center;padding:0;display:grid}.search-fav svg{color:#6b7280;width:22px;height:22px}.chips{scrollbar-width:none;align-items:center;gap:8px;margin-top:14px;padding-bottom:2px;display:flex;overflow-x:auto}.chips::-webkit-scrollbar{display:none}.chips .chip{white-space:nowrap;flex:none;font-size:15px}.chip--clear{color:#e53935;gap:6px;box-shadow:inset 0 0 0 1.5px #f3c2c1}.chip--clear svg{width:16px;height:16px}.chip{color:var(--text);white-space:nowrap;background:#fff;border-radius:999px;flex-shrink:0;align-items:center;gap:8px;padding:11px 20px;font-size:15px;font-weight:600;display:inline-flex}.chip--active{box-shadow:inset 0 0 0 2px var(--green-light)}.chip-icon{color:var(--green);display:inline-flex}.chip-icon svg{width:18px;height:18px}.chip--filter{color:#fff;background:#ffffff38;flex-shrink:0;justify-content:center;width:44px;height:44px;padding:11px}.chip--filter svg{width:20px;height:20px}.content--list{gap:18px;padding-top:18px}.no-results{text-align:center;color:var(--text-muted);padding:40px 0;font-size:17px}.stadium-card{background:var(--card);box-shadow:var(--shadow);border-radius:16px;overflow:hidden}.stadium-photo{background-position:50%;background-size:cover;align-items:flex-end;height:200px;padding:16px;display:flex;position:relative}.stadium-photo:after{content:"";background:linear-gradient(#0000 55%,#0000008c 100%);position:absolute;inset:0}.stadium-price{z-index:1;background:var(--green);color:#fff;border-radius:10px;padding:7px 14px;font-size:15px;font-weight:600;position:absolute;top:14px;left:14px}.stadium-fav{z-index:1;color:#1b1b1b;background:#ffffffe6;border-radius:50%;place-items:center;width:42px;height:42px;display:grid;position:absolute;top:14px;right:14px}.stadium-fav svg{width:22px;height:22px}.stadium-fav.active{color:#e53935}.stadium-name{z-index:1;color:#fff;font-size:22px;font-weight:700;position:relative}.stadium-footer{justify-content:space-between;align-items:center;gap:10px;padding:14px 16px;display:flex}.stadium-location{color:var(--green-dark);align-items:center;gap:8px;font-size:15px;font-weight:600;display:flex}.stadium-location svg{flex-shrink:0;width:18px;height:18px}.stadium-right{flex-shrink:0;align-items:center;gap:10px;display:flex}.stadium-dir{color:var(--green);background:0 0;place-items:center;padding:0;display:grid}.stadium-dir svg{width:22px;height:22px}.stadium-rating{color:#5d4037;background:#ffe082;border-radius:10px;align-items:center;gap:5px;padding:6px 12px;font-size:15px;font-weight:700;display:inline-flex}.stadium-rating svg{color:#f9a825;width:16px;height:16px}.header--plain{color:var(--text);background:0 0;border-radius:0;padding:18px 20px 6px}.header--plain .header-top{margin-bottom:0}.logo--dark{color:var(--text)}.bell--soft{color:#6b7280;background:#ede9e0}.content--games{gap:18px;padding-top:12px}.select-row{gap:14px;display:flex}.select-group{flex:1;min-width:0}.select-label{color:var(--green-dark);margin-bottom:8px;font-size:15px;font-weight:700;display:block}.select{border:1.5px solid var(--green);width:100%;color:var(--text);background:#fff;border-radius:12px;justify-content:space-between;align-items:center;gap:8px;padding:14px;font-size:15px;display:flex}.select span{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.select svg{width:20px;height:20px;color:var(--text-muted);flex-shrink:0}.select-placeholder{color:#9ca3af}.filter-line{justify-content:space-between;align-items:center;gap:10px;display:flex}.chip--outline{box-shadow:inset 0 0 0 1.5px var(--green);background:#fff}.clear-all{color:var(--green-dark);background:0 0;padding:0;font-size:15px;font-weight:700}.date-row{scrollbar-width:none;gap:12px;padding-bottom:2px;display:flex;overflow-x:auto}.date-row::-webkit-scrollbar{display:none}.date-chip{border:1px solid var(--border);width:74px;height:88px;color:var(--text);background:#fff;border-radius:14px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:6px;display:flex}.date-weekday{color:var(--text-muted);font-size:13px;font-weight:600}.date-day{font-size:22px;font-weight:700}.date-all{text-align:center;font-size:15px;font-weight:700;line-height:1.2}.date-chip.active{background:var(--green);border-color:var(--green);color:#fff}.date-chip.active .date-weekday{color:#ffffffd9}.match-title{color:var(--green-dark);margin-bottom:14px;font-size:17px;font-weight:700}.avatar-stack{flex-shrink:0;display:flex}.avatar-stack .game-avatar{border:2px solid #fff}.avatar-stack .game-avatar:not(:first-child){margin-left:-16px}.game-meta--col{flex-direction:column;align-items:flex-start;gap:10px}.match-actions{justify-content:flex-end;gap:12px;margin-top:16px;display:flex}.map-btn{color:var(--text);box-shadow:inset 0 0 0 1px var(--border);background:#fff;border-radius:12px;align-items:center;gap:8px;padding:12px 18px;font-size:15px;font-weight:600;display:inline-flex}.map-btn svg{width:18px;height:18px;color:var(--green-dark)}.match-actions .join-btn{margin:0}.create-game{bottom:calc(84px + env(safe-area-inset-bottom));z-index:90;background:var(--green-dark);color:#fff;border-radius:12px;align-items:center;gap:8px;padding:11px 20px;font-size:14px;font-weight:600;display:inline-flex;position:fixed;left:50%;transform:translate(-50%);box-shadow:0 6px 18px #2e7d3266}.create-game svg{width:18px;height:18px}.create-game:active{background:var(--green-darker)}.header--tabs{padding:16px 20px 20px}.header--tabs .logo{margin-bottom:18px}.tab-row{scrollbar-width:none;gap:12px;display:flex;overflow-x:auto}.tab-row::-webkit-scrollbar{display:none}.tab{color:#fff;white-space:nowrap;background:#ffffff38;border-radius:999px;flex-shrink:0;padding:11px 24px;font-size:16px;font-weight:600}.tab--active{color:var(--green-dark);background:#fff}.empty-state{text-align:center;justify-content:center;align-items:center;min-height:50svh;padding-top:60px}.empty-icon{color:#cfcabf;margin-bottom:22px}.empty-icon svg{width:92px;height:92px}.empty-text{color:var(--text-muted);font-size:19px;line-height:1.5}.settings-page{background:var(--bg);min-height:100svh}.settings-header{justify-content:center;align-items:center;padding:18px 16px;display:flex;position:relative}.settings-header .back-btn{position:absolute;left:12px}.settings-header-title{color:var(--text);font-size:26px;font-weight:700}.settings-list{background:var(--card)}.settings-row{text-align:left;border-bottom:1px solid var(--border);background:0 0;align-items:center;gap:12px;width:100%;padding:20px;display:flex}.settings-row-text{flex-direction:column;flex:1;gap:4px;display:flex}.settings-row-title{color:var(--text);font-size:20px}.settings-row-sub{color:var(--text-muted);font-size:16px}.settings-row-chevron{color:#c4c8c4;flex-shrink:0;display:inline-flex}.settings-row-chevron svg{width:22px;height:22px}.account-title{font-size:22px}.acc-body{padding:20px}.acc-card{background:var(--card);box-shadow:var(--shadow);border-radius:18px;margin-bottom:22px;padding:4px 16px}.acc-row{text-align:left;background:0 0;align-items:center;gap:16px;width:100%;padding:16px 0;display:flex}.acc-icon{background:var(--green-light);width:52px;height:52px;color:var(--green-dark);border-radius:50%;flex-shrink:0;place-items:center;display:grid}.acc-icon svg{width:24px;height:24px}.acc-text{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.acc-label{color:var(--text-muted);font-size:15px}.acc-value{color:var(--text);align-items:center;gap:8px;font-size:19px;font-weight:700;display:flex}.acc-verified{background:var(--green);color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:20px;height:20px;display:inline-grid}.acc-verified svg{width:13px;height:13px}.acc-chevron{color:#c4c8c4;flex-shrink:0;display:inline-flex}.acc-chevron svg{width:20px;height:20px}.acc-divider{background:#eef0ee;height:1px}.acc-heading{color:var(--text);margin-bottom:12px;font-size:20px;font-weight:700}.acc-delete{background:var(--card);width:100%;box-shadow:var(--shadow);color:#e53935;border-radius:18px;align-items:center;gap:16px;padding:18px 16px;font-size:19px;font-weight:700;display:flex}.acc-delete-icon{color:#e53935;background:#fdeeee;border-radius:50%;flex-shrink:0;place-items:center;width:52px;height:52px;display:grid}.acc-delete-icon svg{width:24px;height:24px}.pw-modal{background:#fff;border-radius:20px;width:100%;max-width:380px;padding:26px 22px 22px;box-shadow:0 20px 50px #00000040}.pw-title{color:var(--text);margin-bottom:22px;font-size:26px;font-weight:700}.pw-input{border:1px solid var(--border);width:100%;color:var(--text);border-radius:12px;outline:none;margin-bottom:16px;padding:18px 16px;font-size:17px}.pw-input:focus{border-color:var(--green)}.pw-input::placeholder{color:#6b7280}.pw-actions{justify-content:flex-end;align-items:center;gap:8px;margin-top:6px;display:flex}.pw-cancel{color:var(--green-dark);background:0 0;padding:12px 18px;font-size:17px;font-weight:700}.pw-confirm{background:var(--green-dark);color:#fff;border-radius:999px;padding:14px 28px;font-size:17px;font-weight:700}.pw-confirm:active{background:var(--green-darker)}.about{background:var(--bg);min-height:100svh}.about-body{padding:24px 20px calc(24px + env(safe-area-inset-bottom));text-align:center}.about-logo{color:#46d33a;background:radial-gradient(circle at 50% 40%,#1c3a1c,#050805);border-radius:26px;place-items:center;width:108px;height:108px;margin:8px auto 18px;font-size:60px;font-style:italic;font-weight:800;display:grid;box-shadow:0 8px 24px #0003}.about-name{color:var(--text);font-size:34px;font-weight:700}.about-version{color:var(--text-muted);margin-top:4px;margin-bottom:24px;font-size:18px}.about-desc{color:#4b4b4b;background:#f3f0ea;border-radius:16px;margin-bottom:32px;padding:22px 20px;font-size:18px;line-height:1.55}.about-heading{color:var(--text);text-align:left;margin-bottom:18px;font-size:26px;font-weight:700}.about-features{flex-direction:column;gap:22px;display:flex}.about-feature{text-align:left;align-items:center;gap:16px;display:flex}.about-feature-icon{background:var(--green-light);width:56px;height:56px;color:var(--green-dark);border-radius:50%;flex-shrink:0;place-items:center;display:grid}.about-feature-icon svg{width:26px;height:26px}.about-feature-text{flex-direction:column;gap:3px;display:flex}.about-feature-title{color:var(--text);font-size:20px;font-weight:700}.about-feature-desc{color:var(--text-muted);font-size:16px;line-height:1.4}.pe{background:var(--bg);min-height:100svh}.pe-save{color:var(--green-dark);background:0 0;flex-shrink:0;padding:4px 6px;font-size:18px;font-weight:700}.pe-body{padding:24px 20px}.pe-avatar-wrap{flex-direction:column;align-items:center;gap:14px;margin-bottom:32px;display:flex}.pe-avatar{background:var(--green);color:#ffffffd9;border:3px solid var(--card);width:128px;height:128px;box-shadow:var(--shadow);border-radius:50%;place-items:center;display:grid}.pe-avatar svg{width:64px;height:64px}.pe-upload{color:var(--green-dark);background:0 0;align-items:center;gap:8px;font-size:18px;font-weight:700;display:inline-flex}.pe-upload svg{width:22px;height:22px}.pe-field{border:1px solid var(--border);background:#fff;border-radius:14px;align-items:center;gap:14px;width:100%;margin-bottom:20px;padding:18px 16px;display:flex;position:relative}.pe-field-icon{color:var(--text);flex-shrink:0;display:inline-flex}.pe-field-icon svg{width:24px;height:24px}.pe-input{color:var(--text);background:0 0;border:none;outline:none;flex:1;min-width:0;font-size:19px}.pe-input::placeholder{color:#9ca3af}.pe-field--labeled{padding-top:22px;display:block}.pe-label{background:var(--bg);color:var(--text-muted);padding:0 6px;font-size:15px;position:absolute;top:-10px;left:16px}.pe-field-inner{align-items:center;gap:14px;display:flex}.pe-select{cursor:pointer;text-align:left}.pe-select-value{color:var(--text);flex:1;font-size:19px}.pe-select-placeholder{color:#6b7280;flex:1;font-size:19px}.pe-select svg:last-child{width:22px;height:22px;color:var(--text-muted);flex-shrink:0}.pd{background:var(--bg);min-height:100svh}.pd-hero{background:var(--green);justify-content:space-between;align-items:center;padding:16px 16px 60px;display:flex}.pd-hero-actions{gap:12px;display:flex}.hero-btn--soft{box-shadow:none;-webkit-backdrop-filter:none;backdrop-filter:none;background:#ffffff38}.pd-body{padding:0 20px 24px}.pd-card{background:var(--card);box-shadow:var(--shadow);text-align:center;border-radius:20px;margin-top:-44px;padding:0 20px 22px}.pd-avatar{background:var(--green);color:#ffffffd9;border:4px solid var(--card);border-radius:50%;place-items:center;width:108px;height:108px;margin:-54px auto 14px;display:grid}.pd-avatar svg{width:56px;height:56px}.pd-name{color:var(--text);margin-bottom:20px;font-size:28px;font-weight:700}.pd-stats{justify-content:space-between;align-items:stretch;display:flex}.pd-stat{flex-direction:column;flex:1;align-items:center;gap:6px;display:flex}.pd-stat-icon{color:#fff;border-radius:50%;place-items:center;width:30px;height:30px;display:grid}.pd-stat-icon svg{width:18px;height:18px}.pd-stat-icon--ok{background:var(--green)}.pd-stat-icon--trophy{color:var(--green-dark);background:0 0}.pd-stat-icon--trophy svg{width:24px;height:24px}.pd-stat-icon--no{background:var(--green)}.pd-stat-num{color:var(--text);font-size:24px;font-weight:700}.pd-stat-label{color:var(--text-muted);font-size:15px}.pd-stat-sep{background:var(--border);width:1px;margin:4px 0}.pd-heading{color:var(--text);margin:26px 0 14px;font-size:26px;font-weight:700}.pd-info-card{background:var(--card);box-shadow:var(--shadow);border-radius:18px;padding:6px 18px}.pd-info-row{align-items:center;gap:16px;padding:16px 0;display:flex}.pd-info-icon{background:var(--green-light);width:52px;height:52px;color:var(--green-dark);border-radius:50%;flex-shrink:0;place-items:center;display:grid}.pd-info-icon svg{width:24px;height:24px}.pd-info-text{flex-direction:column;gap:3px;display:flex}.pd-info-label{color:var(--text-muted);font-size:15px}.pd-info-value{color:var(--text);font-size:20px;font-weight:700}.pd-info-divider{background:#eef0ee;height:1px}.book-card{background:var(--card);box-shadow:var(--shadow);border-left:5px solid #f5a623;border-radius:16px;padding:18px}.book-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.book-title{color:var(--text);font-size:22px;font-weight:700}.book-status{color:#a16207;background:#fdecc4;border-radius:999px;flex-shrink:0;padding:6px 14px;font-size:14px;font-weight:700}.book-mid{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.book-place{flex-direction:column;gap:4px;display:flex}.book-stadium{color:var(--text);align-items:center;gap:8px;font-size:18px;font-weight:600;display:flex}.book-stadium svg{width:20px;height:20px;color:var(--green-dark);flex-shrink:0}.book-addr{color:var(--text-muted);padding-left:28px;font-size:15px}.book-share{background:var(--green-light);width:46px;height:46px;color:var(--green-dark);border-radius:12px;flex-shrink:0;place-items:center;display:grid}.book-share svg{width:22px;height:22px}.book-meta{gap:24px;margin-top:14px;display:flex}.book-meta-item{color:var(--text);align-items:center;gap:8px;font-size:16px;display:flex}.book-meta-item svg{width:18px;height:18px;color:var(--green-dark)}.book-divider{background:#eef0ee;height:1px;margin:16px 0}.book-pay{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.book-pay-method{color:var(--text-muted);font-size:16px}.book-pay-price{color:var(--green-dark);font-size:20px;font-weight:700}.book-actions{gap:12px;display:flex}.book-map{color:var(--text);box-shadow:inset 0 0 0 1px var(--border);background:#fff;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:8px;padding:14px;font-size:16px;font-weight:600;display:inline-flex}.book-map svg{width:18px;height:18px}.book-cancel{color:#b71c1c;background:#fdeeee;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:8px;padding:14px;font-size:16px;font-weight:700;display:inline-flex}.book-cancel svg{width:18px;height:18px}.act-card{background:var(--card);box-shadow:var(--shadow);border-radius:16px;padding:18px}.act-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:14px;display:flex}.act-title{color:var(--green-dark);font-size:19px;font-weight:700}.act-price{color:var(--green-dark);font-size:22px;font-weight:700}.act-meta{flex-direction:column;gap:10px;display:flex}.act-line{color:var(--text);align-items:center;gap:10px;font-size:16px;display:flex}.act-line svg{width:18px;height:18px;color:var(--text-muted);flex-shrink:0}.act-actions{justify-content:flex-end;margin-top:16px;display:flex}.act-map{color:var(--green-dark);box-shadow:inset 0 0 0 1px var(--border);background:#fff;border-radius:12px;align-items:center;gap:8px;padding:12px 18px;font-size:16px;font-weight:600;display:inline-flex}.act-map svg{width:18px;height:18px}.profile-header{background:var(--green);color:#fff;text-align:center;border-radius:0 0 24px 24px;padding:16px 20px 26px}.profile-header .logo{text-align:left;margin-bottom:6px}.profile-avatar{color:#ffffffbf;background:#ffffff2e;border:3px solid #ffffffe6;border-radius:50%;place-items:center;width:104px;height:104px;margin:6px auto 14px;display:grid}.profile-avatar svg{width:54px;height:54px}.profile-name{color:#fff;margin-bottom:18px;font-size:26px;font-weight:700}.profile-actions{justify-content:center;gap:14px;display:flex}.pf-btn{border-radius:999px;align-items:center;gap:8px;padding:13px 26px;font-size:16px;font-weight:600;display:inline-flex}.pf-btn svg{width:18px;height:18px}.pf-btn--ghost{color:#fff;background:#ffffff38}.pf-btn--light{color:var(--green-dark);background:#fff}.content--profile{gap:0;padding-top:22px}.settings-title{color:var(--text);margin-bottom:14px;font-size:20px;font-weight:700}.settings-card{background:var(--card);box-shadow:var(--shadow);border-radius:18px;padding:4px 16px}.setting-row{text-align:left;background:0 0;align-items:center;gap:16px;width:100%;padding:16px 0;display:flex}.setting-row:not(:last-child){border-bottom:1px solid #eef0ee}.setting-icon{background:var(--green-light);width:44px;height:44px;color:var(--green-dark);border-radius:50%;flex-shrink:0;place-items:center;display:grid}.setting-icon svg{width:22px;height:22px}.setting-label{color:var(--text);flex:1;font-size:18px;font-weight:600}.setting-chevron{color:#c4c8c4;display:inline-flex}.setting-chevron svg{width:20px;height:20px}.switch{background:#cfcabf;border-radius:999px;flex-shrink:0;width:52px;height:30px;transition:background .2s;position:relative}.switch.on{background:var(--green)}.switch-knob{background:#7a7a7a;border-radius:50%;width:24px;height:24px;transition:transform .2s,background .2s;position:absolute;top:3px;left:3px}.switch.on .switch-knob{background:#fff;transform:translate(22px)}.logout-btn{color:#e53935;background:#fdeeee;border-radius:16px;justify-content:center;align-items:center;gap:10px;width:100%;margin-top:26px;padding:18px;font-size:18px;font-weight:700;display:flex;box-shadow:inset 0 0 0 1px #f6d3d3}.logout-btn svg{width:22px;height:22px}.version{text-align:center;color:#b6bab6;margin-top:24px;font-size:15px}.app--sub{padding-bottom:0}.sub-header{border-bottom:1px solid var(--border);padding:16px 16px 14px}.sub-top{align-items:center;gap:12px;display:flex}.back-btn{color:var(--text);background:0 0;flex-shrink:0;place-items:center;padding:4px;display:grid}.back-btn svg{width:26px;height:26px}.sub-title{flex:1;margin:0;font-size:24px}.seg-tabs{border-bottom:1px solid var(--border);display:flex}.seg-tab{letter-spacing:.5px;color:var(--text-muted);background:0 0;flex:1;padding:16px 0;font-size:15px;font-weight:700;position:relative}.seg-tab.active{color:var(--green-dark)}.seg-tab.active:after{content:"";background:var(--green-dark);border-radius:3px;width:56px;height:3px;position:absolute;bottom:-1px;left:50%;transform:translate(-50%)}.empty-ball{color:#fff;background:#b0aca2;border-radius:50%;place-items:center;width:96px;height:96px;margin-bottom:22px;display:grid}.empty-ball svg{width:58px;height:58px}.tour-card{background:var(--card);box-shadow:var(--shadow);border-radius:16px;padding:18px}.tour-head{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:12px;display:flex}.tour-name{color:var(--green-dark);font-size:19px;font-weight:700}.tour-teams{background:var(--green-light);color:var(--green-dark);border-radius:999px;flex-shrink:0;padding:6px 12px;font-size:13px;font-weight:600}.tour-info{flex-direction:column;gap:8px;display:flex}.tour-line{color:var(--text);align-items:center;gap:10px;font-size:15px;display:flex}.tour-line svg{width:18px;height:18px;color:var(--green-dark);flex-shrink:0}.tour-divider{background:#eef0ee;height:1px;margin:14px 0}.tour-foot{justify-content:space-between;align-items:center;gap:12px;display:flex}.tour-price{color:var(--green-dark);align-items:center;gap:8px;font-size:17px;font-weight:700;display:flex}.tour-price svg{color:#5d4037;width:20px;height:20px}.tour-detail{color:var(--green-dark);background:0 0;flex-shrink:0;padding:0;font-size:15px;font-weight:700}.detail{background:var(--card);flex-direction:column;min-height:100svh;display:flex}.detail-hero{background-position:50%;background-size:cover;flex-direction:column;justify-content:space-between;height:200px;padding:16px 20px 22px;display:flex;position:relative}.detail-hero:after{content:"";background:linear-gradient(#0000 55%,#0000008c 100%);position:absolute;inset:0}.detail-hero-top{z-index:1;justify-content:space-between;align-items:center;display:flex;position:relative}.hero-btn{color:#fff;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#00000080;border-radius:50%;place-items:center;width:46px;height:46px;display:grid;box-shadow:0 2px 8px #00000059}.hero-btn svg{width:22px;height:22px}.detail-title{z-index:1;color:#fff;font-size:30px;font-weight:700;position:relative}.detail-body{flex:1;padding:20px}.status-badge{color:#fff;letter-spacing:.5px;background:#f5a623;border-radius:999px;margin-bottom:20px;padding:8px 16px;font-size:14px;font-weight:700;display:inline-block}.info-grid{grid-template-columns:1fr 1fr;gap:14px;display:grid}.info-card{background:#f3f0ea;border-radius:14px;align-items:center;gap:12px;min-width:0;padding:16px 14px;display:flex}.info-icon{color:var(--green-dark);flex-shrink:0;display:inline-flex}.info-icon svg{width:26px;height:26px}.info-text{flex-direction:column;gap:3px;min-width:0;display:flex}.info-label{color:var(--text-muted);font-size:13px}.info-value{color:var(--text);text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-weight:700;overflow:hidden}.detail-bar{background:var(--green-soft);border-top:1px solid var(--border);padding:16px 20px calc(16px + env(safe-area-inset-bottom))}.detail-bar-top{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.bar-teams{color:var(--text);font-size:15px}.bar-percent{color:var(--green-dark);font-size:15px;font-weight:700}.detail-bar .progress-bar{height:6px;margin-bottom:14px}.detail-bar-bottom{justify-content:space-between;align-items:center;gap:14px;display:flex}.bar-from{color:var(--text-muted);font-size:14px;display:block}.bar-price{color:var(--green-dark);white-space:nowrap;font-size:24px;font-weight:700;display:block}.register-btn{background:var(--green);color:#fff;border-radius:14px;flex-shrink:0;padding:16px 28px;font-size:17px;font-weight:600}.register-btn:active{background:var(--green-dark)}.reg{background:var(--bg);flex-direction:column;min-height:100svh;display:flex}.header--green-sub{background:var(--green);color:#fff;border-radius:0;padding:16px 20px 18px}.back-btn--light{color:#fff}.reg-subtitle{color:#ffffffe6;text-align:center;margin-top:6px;font-size:15px}.stepper{background:var(--card);justify-content:space-between;padding:20px 32px 8px;display:flex}.step{flex-direction:column;align-items:center;gap:8px;display:flex}.step-circle{color:#8a8578;background:#e9e4da;border-radius:50%;place-items:center;width:44px;height:44px;font-size:18px;font-weight:700;display:grid}.step-circle.active{background:var(--green-dark);color:#fff}.step-label{color:var(--text-muted);font-size:15px}.step-label.active{color:var(--green-dark);font-weight:700}.seg-tab--cap{letter-spacing:0;text-transform:none;font-size:16px}.reg-body{flex-direction:column;flex:1;gap:16px;padding:16px 20px;display:flex}.search--boxed{border:1px solid var(--border);border-radius:14px;padding:16px}.search--boxed svg{color:var(--text-muted)}.team-list{flex-direction:column;gap:14px;display:flex}.team-card{background:var(--card);box-shadow:var(--shadow);border-radius:16px;align-items:center;gap:16px;padding:16px;display:flex}.team-card--in{box-shadow:none;background:#f3f0ea}.team-avatar{background:var(--green-light);width:60px;height:60px;color:var(--green-dark);border-radius:50%;flex-shrink:0;place-items:center;display:grid}.team-avatar.muted{color:#fff;background:#c9c4ba}.team-avatar svg{width:30px;height:30px}.team-text{flex-direction:column;flex:1;gap:2px;min-width:0;display:flex}.team-name{color:var(--text);font-size:19px;font-weight:700}.team-sport{color:var(--text-muted);letter-spacing:.3px;font-size:14px}.team-in{color:var(--green-dark);flex-shrink:0;font-size:16px;font-weight:700}.team-join{color:var(--text);background:#fff;border-radius:12px;flex-shrink:0;padding:12px 24px;font-size:16px;font-weight:600;box-shadow:inset 0 0 0 1px #cfcabf}.reg-foot{padding:16px 20px calc(16px + env(safe-area-inset-bottom));background:var(--bg);text-align:center}.reg-foot-text{color:var(--text-muted);margin-bottom:14px;font-size:16px}.reg-outline{width:100%;color:var(--text);background:#fff;border-radius:14px;justify-content:center;align-items:center;gap:10px;padding:18px;font-size:18px;font-weight:700;display:inline-flex;box-shadow:inset 0 0 0 1px #cfcabf}.reg-outline svg{width:22px;height:22px}.modal-overlay{z-index:1000;background:#00000073;place-items:center;padding:28px;display:grid;position:fixed;inset:0}.modal{background:#fff;border-radius:16px;width:100%;max-width:340px;padding:24px 22px 12px;box-shadow:0 12px 40px #00000040}.modal-head{align-items:center;gap:12px;margin-bottom:14px;display:flex}.modal-icon{background:var(--green);color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:34px;height:34px;display:grid}.modal-icon svg{width:22px;height:22px}.modal-title{color:var(--text);font-size:22px;font-weight:700}.modal-message{color:#4b4b4b;margin-bottom:18px;font-size:17px;line-height:1.5}.modal-ok{color:var(--green-dark);background:0 0;margin-left:auto;padding:8px 12px;font-size:17px;font-weight:700;display:block}.sd{background:var(--card);min-height:100svh}.sd-hero{background-color:#1a1a1a;background-position:50%;background-size:cover;height:300px;position:relative}.sd-back{position:absolute;top:16px;left:16px}.sd-dots{justify-content:center;gap:8px;display:flex;position:absolute;bottom:78px;left:0;right:0}.sd-dot{background:#ffffff80;border-radius:50%;width:9px;height:9px;padding:0}.sd-dot.active{background:#fff}.sd-stats{-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);background:#0000008c;border-radius:16px;justify-content:space-between;align-items:center;padding:14px 16px;display:flex;position:absolute;bottom:12px;left:12px;right:12px}.sd-stat{color:#fff;align-items:center;gap:7px;font-size:16px;font-weight:700;display:inline-flex}.sd-stat em{color:#fffc;font-size:15px;font-style:normal;font-weight:400}.sd-stat svg{width:20px;height:20px}.sd-stat:first-child svg{color:#f9c024}.sd-sep{background:#ffffff4d;width:1px;height:24px}.sd-body{padding:20px}.sd-title-row{justify-content:space-between;align-items:center;gap:12px;margin-bottom:18px;display:flex}.sd-title{color:var(--text);font-size:28px;font-weight:700}.sd-route{background:var(--green-light);color:var(--green-dark);border-radius:12px;flex-shrink:0;align-items:center;gap:8px;padding:12px 18px;font-size:16px;font-weight:700;display:inline-flex}.sd-route svg{width:20px;height:20px}.sd-hours{background:#f3f0ea;border-radius:14px;align-items:center;gap:14px;margin-bottom:22px;padding:16px;display:flex}.sd-hours-icon{color:var(--green-dark);display:inline-flex}.sd-hours-icon svg{width:26px;height:26px}.sd-hours-label{color:var(--text-muted);font-size:14px;display:block}.sd-hours-value{color:var(--text);font-size:17px;font-weight:700;display:block}.sd-heading{color:var(--text);margin:22px 0 12px;font-size:21px;font-weight:700}.sd-call{color:var(--text);box-shadow:inset 0 0 0 1px var(--border);background:#fff;border-radius:12px;align-items:center;gap:12px;padding:16px 18px;font-size:18px;font-weight:600;text-decoration:none;display:flex}.sd-call svg{width:22px;height:22px;color:var(--green)}.sd-desc{color:var(--text-muted);font-size:17px}.sd-toggles{grid-template-columns:1fr 1fr;gap:14px;margin-top:22px;display:grid}.sd-toggle{color:var(--text);background:#f3f0ea;border-radius:14px;justify-content:space-between;align-items:center;gap:10px;padding:18px 16px;font-size:17px;font-weight:600;display:flex}.sd-days{scrollbar-width:none;gap:12px;display:flex;overflow-x:auto}.sd-days::-webkit-scrollbar{display:none}.sd-day{width:66px;height:78px;color:var(--text);background:#f3f0ea;border-radius:14px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:6px;display:flex}.sd-day-week{color:var(--text-muted);font-size:13px;font-weight:600}.sd-day-num{font-size:20px;font-weight:700}.sd-day.active{background:var(--green-dark);color:#fff}.sd-day.active .sd-day-week{color:#ffffffd9}.sd-durations,.sd-fields{flex-wrap:wrap;gap:12px;display:flex}.sd-dur,.sd-field{color:var(--text);background:#f3f0ea;border-radius:12px;padding:14px 26px;font-size:16px;font-weight:700}.sd-dur.active,.sd-field.active{background:var(--green-dark);color:#fff}.sd-slots-head{color:#8a8578;letter-spacing:.5px;background:#f3ede2;padding:14px 20px;font-size:14px;font-weight:700}.sd-slots{padding-bottom:calc(20px + env(safe-area-inset-bottom))}.sd-slot{background:0 0;border-bottom:1px solid #f0f1ef;justify-content:space-between;align-items:center;gap:12px;width:100%;padding:16px 20px;display:flex}.sd-slot-time{color:var(--text);align-items:center;gap:12px;font-size:18px;font-weight:600;display:inline-flex}.sd-slot-time svg{width:22px;height:22px;color:var(--green)}.sd-slot-badge{color:var(--green-dark);box-shadow:inset 0 0 0 1.5px var(--green-light);border-radius:999px;padding:6px 14px;font-size:14px;font-weight:700}.sd-slot.selected{background:#f1f7ee}.sd-slot-badge.selected{background:var(--green-light);box-shadow:none}.sd-slots--pad{padding-bottom:150px}.sd-book-bar{border-top:1px solid var(--border);width:100%;max-width:480px;padding:14px 20px calc(14px + env(safe-area-inset-bottom));z-index:100;background:#fff;position:fixed;bottom:0;left:50%;transform:translate(-50%);box-shadow:0 -4px 16px #00000014}.sd-book-info{align-items:center;gap:14px;margin-bottom:14px;display:flex}.sd-book-item{flex-direction:column;gap:2px;display:flex}.sd-book-label{color:var(--text-muted);font-size:14px}.sd-book-value{color:var(--text);font-size:19px;font-weight:700}.sd-book-sep{background:var(--border);align-self:stretch;width:1px}.sd-book-btn{background:var(--green-dark);color:#fff;border-radius:14px;width:100%;padding:18px;font-size:19px;font-weight:700}.sd-book-btn:active{background:var(--green-darker)}.md{background:var(--card);min-height:100svh;padding-bottom:100px}.md-hero{background-color:#1a1a1a;background-position:50%;background-size:cover;height:240px;position:relative}.md-back{position:absolute;top:16px;left:16px}.md-status{background:var(--green);color:#fff;letter-spacing:.5px;border-radius:10px;padding:8px 16px;font-size:14px;font-weight:700;position:absolute;top:20px;right:16px}.md-body{padding:20px}.md-title{color:var(--text);font-size:32px;font-weight:700}.md-sport{color:var(--text-muted);align-items:center;gap:8px;margin-top:4px;font-size:18px;display:flex}.md-sport svg{width:20px;height:20px;color:var(--green-dark)}.md-info{justify-content:space-between;gap:16px;margin-top:20px;display:flex}.md-info-item{align-items:center;gap:12px;display:flex}.md-info-icon{background:var(--green-light);width:46px;height:46px;color:var(--green-dark);border-radius:50%;flex-shrink:0;place-items:center;display:grid}.md-info-icon svg{width:24px;height:24px}.md-info-text{flex-direction:column;gap:2px;display:flex}.md-info-label{color:var(--text-muted);font-size:14px}.md-info-value{color:var(--text);font-size:17px;font-weight:700}.md-divider{background:var(--border);height:1px;margin:20px 0}.md-heading{color:var(--text);margin-bottom:14px;font-size:22px;font-weight:700}.md-grid{grid-template-columns:1fr 1fr;gap:14px;margin-bottom:26px;display:grid}.md-card{background:#f3f0ea;border-radius:16px;flex-direction:column;gap:4px;padding:18px 16px;display:flex}.md-card-icon{color:var(--green-dark);margin-bottom:6px}.md-card-icon svg{width:26px;height:26px}.md-card-label{color:var(--text-muted);font-size:15px}.md-card-value{color:var(--text);font-size:19px;font-weight:700}.md-joined-head{justify-content:space-between;align-items:center;display:flex}.md-joined-count{color:var(--green-dark);font-size:20px;font-weight:700}.md-progress{height:6px;margin-bottom:26px}.md-location{width:100%;color:var(--text);box-shadow:inset 0 0 0 1px var(--border);background:#fff;border-radius:14px;align-items:center;gap:12px;padding:18px;font-size:18px;font-weight:700;display:flex}.md-location svg{width:22px;height:22px;color:var(--green-dark)}.md-location-arrow{color:#c4c8c4;margin-left:auto;display:inline-flex}.md-bar{background:var(--green-soft);border-top:1px solid var(--border);width:100%;max-width:480px;padding:14px 20px calc(14px + env(safe-area-inset-bottom));z-index:100;justify-content:space-between;align-items:center;gap:14px;display:flex;position:fixed;bottom:0;left:50%;transform:translate(-50%)}.md-bar-price{color:var(--green-dark);font-size:26px;font-weight:700;display:block}.md-bar-label{color:var(--text-muted);font-size:14px;display:block}.md-join{background:var(--green-dark);color:#fff;border-radius:16px;flex-shrink:0;padding:18px 40px;font-size:19px;font-weight:700}.md-join:active{background:var(--green-darker)}.md-leave{background:#e53935}.md-leave:active{background:#c62828}.create-page{background:var(--card);flex-direction:column;min-height:100svh;display:flex}.create-body{padding:20px 24px calc(60px + env(safe-area-inset-bottom));flex-direction:column;flex:1;justify-content:center;display:flex}.create-heading{color:var(--text);text-align:center;margin-bottom:28px;font-size:26px;font-weight:700}.create-opt{border-radius:16px;justify-content:center;align-items:center;gap:12px;margin-bottom:14px;padding:20px;font-size:20px;font-weight:700;display:flex}.create-opt svg{width:24px;height:24px}.create-opt--primary{background:var(--green-dark);color:#fff}.create-opt--primary:active{background:var(--green-darker)}.create-opt--outline{color:var(--text);box-shadow:inset 0 0 0 1.5px var(--green);background:#fff}.success{background:var(--card);text-align:center;min-height:100svh;padding:32px 28px calc(32px + env(safe-area-inset-bottom));flex-direction:column;justify-content:center;align-items:center;display:flex}.success-check{background:var(--green-dark);color:#fff;border-radius:34px;place-items:center;width:128px;height:128px;margin-bottom:34px;display:grid;box-shadow:0 0 0 12px #3f91422e,0 0 0 24px #3f91421a}.success-check svg{width:68px;height:68px}.success-title{color:var(--green-dark);margin-bottom:10px;font-size:34px;font-weight:700}.success-sub{color:var(--text);margin-bottom:24px;font-size:20px}.success-note{color:var(--text);background:#f3f0ea;border-radius:14px;align-items:center;gap:12px;margin-bottom:40px;padding:16px 20px;font-size:17px;display:flex}.success-note-icon{color:var(--green-dark);flex-shrink:0;display:inline-flex}.success-note-icon svg{width:24px;height:24px}.success-home{background:var(--green-dark);color:#fff;border-radius:16px;justify-content:center;align-items:center;gap:12px;width:100%;max-width:420px;margin-bottom:14px;padding:18px;font-size:20px;font-weight:700;display:inline-flex}.success-home svg{width:24px;height:24px}.success-home:active{background:var(--green-darker)}.success-wish{color:var(--text-muted);font-size:16px}.notify{text-align:center;background:#fff;border-radius:24px;width:100%;max-width:360px;padding:28px 24px 22px;box-shadow:0 20px 50px #00000040}.notify-bell{color:var(--green);display:inline-flex}.notify-bell svg{width:48px;height:48px}.notify-title{color:var(--text);margin:10px 0 12px;font-size:28px;font-weight:700}.notify-sub{color:var(--text-muted);margin-bottom:20px;font-size:17px}.notify-list{text-align:left;flex-direction:column;gap:16px;margin:0 0 24px;padding:0;list-style:none;display:flex}.notify-list li{color:var(--text);align-items:center;gap:14px;font-size:18px;display:flex}.notify-check{color:var(--green);flex-shrink:0;display:inline-flex}.notify-check svg{width:22px;height:22px}.notify-allow{background:var(--green-dark);color:#fff;border-radius:14px;width:100%;margin-bottom:8px;padding:17px;font-size:19px;font-weight:700}.notify-allow:active{background:var(--green-darker)}.notify-later{width:100%;color:var(--text);background:0 0;padding:12px;font-size:18px;font-weight:600}.sheet-overlay{z-index:1000;background:#0006;align-items:flex-end;display:flex;position:fixed;inset:0}.sheet{width:100%;max-width:480px;padding:12px 0 calc(12px + env(safe-area-inset-bottom));background:#fff;border-radius:20px 20px 0 0;flex-direction:column;max-height:75svh;margin:0 auto;animation:.22s sheet-up;display:flex}@keyframes sheet-up{0%{transform:translateY(100%)}to{transform:translateY(0)}}.sheet-handle{background:#6b6b6b;border-radius:999px;flex-shrink:0;width:44px;height:5px;margin:4px auto 8px}.sheet-title{color:var(--text);flex-shrink:0;padding:12px 22px 8px;font-size:24px;font-weight:700}.sheet-list{padding:4px 0 8px;overflow-y:auto}.sheet-item{width:100%;color:var(--text);text-align:left;background:0 0;justify-content:space-between;align-items:center;gap:12px;padding:15px 22px;font-size:18px;display:flex}.sheet-item.selected{color:var(--green-dark);font-weight:600}.sheet-check{color:var(--green-dark);flex-shrink:0;display:inline-flex}.sheet-check svg{width:22px;height:22px}.sheet-chevron{color:#c4c8c4;flex-shrink:0;display:inline-flex}.sheet-chevron svg{width:20px;height:20px}.search-page{background:var(--bg);min-height:100svh}.search--onGreen{background:#fff;margin-top:14px}.search-results{flex-direction:column;gap:12px;padding:16px;display:flex}.search-note{text-align:center;color:var(--text-muted);padding:32px 0;font-size:15px}.search-row{text-align:left;background:var(--card);border:1px solid var(--border);cursor:pointer;border-radius:14px;align-items:center;gap:14px;width:100%;padding:12px 14px;display:flex}.search-row-avatar{background:var(--green-light);width:46px;height:46px;color:var(--green-dark);border-radius:999px;flex-shrink:0;place-items:center;display:grid}.search-row-avatar svg{width:24px;height:24px}.search-row-photo{background-position:50%;background-size:cover;border-radius:12px;flex-shrink:0;width:52px;height:52px}.search-row-text{flex-direction:column;flex:1;gap:3px;min-width:0;display:flex}.search-row-title{color:var(--text);font-size:16px;font-weight:600}.search-row-sub{color:var(--text-muted);align-items:center;gap:4px;font-size:14px;display:flex}.search-row-sub svg{width:15px;height:15px}.search-row-rating{color:var(--green-dark);flex-shrink:0;align-items:center;gap:4px;font-size:14px;font-weight:600;display:flex}.search-row-rating svg{color:#f5b301;width:16px;height:16px}.notif-header .back-btn{position:absolute;left:12px}.notif-read-all{color:var(--green-dark);background:0 0;place-items:center;padding:4px;display:grid;position:absolute;right:16px}.notif-read-all svg{width:26px;height:26px}.notif-list{flex-direction:column;gap:14px;padding:8px 16px 24px;display:flex}.notif-item{text-align:left;background:var(--card);border:1px solid var(--border);cursor:pointer;border-radius:16px;align-items:flex-start;gap:14px;width:100%;padding:18px 16px;display:flex}.notif-item--unread{background:var(--green-light);border-color:#0000}.notif-icon{background:var(--green-soft);width:46px;height:46px;color:var(--green-dark);border-radius:999px;flex-shrink:0;place-items:center;display:grid}.notif-icon svg{width:22px;height:22px}.notif-text{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.notif-title{color:var(--text);font-size:17px;font-weight:700}.notif-msg{color:var(--text);font-size:15px;line-height:1.35}.notif-time{color:var(--text-muted);margin-top:2px;font-size:13px}.notif-dot{background:var(--green-dark);border-radius:999px;flex-shrink:0;width:10px;height:10px;margin-top:6px}
