@tailwind base;@tailwind components;@tailwind utilities;.splash-root{background:#0b1a2a;display:grid;inset:0;opacity:1;overflow:hidden;place-items:center;position:fixed;z-index:9999}.splash-root img{height:auto;transform-origin:center center;width:clamp(120px,28vw,240px)}.logo-fade-in{--zoom-duration:15s;--zoom-end:2.5;animation:continuousZoom var(--zoom-duration) linear forwards;will-change:transform,opacity}@media (max-width:480px){.logo-fade-in{--zoom-end:1.4;--zoom-duration:12s}}@keyframes continuousZoom{0%{opacity:0;transform:scale(.6)}15%{opacity:1;transform:scale(.8)}to{opacity:1;transform:scale(var(--zoom-end))}}:root{--page-bg:#fff;--page-fg:#111827;--card-bg:#fff;--card-text:#111827;--card-muted:#555;--card-border:#e5e7eb;--card-shadow:0 1px 4px #0000000f;--chip-bg:#f8fafc;--chip-border:#cfe4ff;--link:#2d6cdf;--mobile-bar-h:68px}body.dark{--page-bg:#121212;--page-fg:#e0e0e0;--card-bg:#111315;--card-text:#e6ecff;--card-muted:#c5cce0;--card-border:#263040;--card-shadow:0 2px 10px #00000080;--chip-bg:#0f172a;--chip-border:#334155;--link:#9ab6ff}body,html{max-width:100%;overflow-x:hidden}body{background:#fff;background:var(--page-bg);color:#111827;color:var(--page-fg);transition:background-color .3s ease,color .3s ease}input,select,textarea{background:#fff;border:1px solid #d1d5db;color:#111;transition:background-color .2s ease,color .2s ease,border-color .2s ease}body.dark input,body.dark select,body.dark textarea{background:#1e1e1e;border:1px solid #444;color:#fff}:where(input,select,textarea,button,[role=button],a):focus-visible{outline:2px solid #2d6cdf;outline:2px solid var(--link);outline-offset:2px}a{color:#2d6cdf;color:var(--link);text-decoration:none}a:hover{text-decoration:underline}.card{background:#fff;background:var(--card-bg);border:1px solid #e5e7eb;border:1px solid var(--card-border);border-radius:12px;box-shadow:0 1px 4px #0000000f;box-shadow:var(--card-shadow);color:#111827;color:var(--card-text);padding:1rem;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.pw-header{align-items:center;background:#fff;background:var(--page-bg);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--card-border);color:#111827;color:var(--page-fg);display:flex;gap:.75rem;justify-content:space-between;padding:.75rem 1rem .25rem;padding-inline:max(16px,calc(50vw - 660px));position:-webkit-sticky;position:sticky;top:0;z-index:200}.pw-brand{gap:clamp(12px,2.2vw,24px)}.pw-logo{height:clamp(44px,6vw,60px)}.pw-title{font-size:clamp(22px,3.8vw,40px);font-weight:700;letter-spacing:clamp(-.005em,-.2vw,-.01em)}@media (max-width:860px){.pw-header{padding:.5rem .75rem 0}.pw-title{font-size:clamp(20px,6vw,28px)}}.brand__wordmark{display:none}@media (min-width:1024px){.brand__wordmark{display:inline}}.mobile-search{display:none}@media (max-width:860px){.mobile-search{background:#fff;background:var(--page-bg);border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--card-border);display:block;padding:.5rem 1rem;position:-webkit-sticky;position:sticky;top:calc(56px + env(safe-area-inset-top));z-index:100}.mobile-search__input{-webkit-rtl-ordering:logical;appearance:none;-webkit-appearance:none;background:#fff;background:var(--card-bg);border:1px solid #cfe4ff;border:1px solid var(--chip-border);border-radius:999px;box-shadow:0 1px 2px #0000000a;color:#111827;color:var(--card-text);font-size:16px;font-weight:600;height:42px;line-height:42px;padding:.5rem 1rem;width:100%}.mobile-search__input::-webkit-search-cancel-button,.mobile-search__input::-webkit-search-decoration,.mobile-search__input::-webkit-search-results-button,.mobile-search__input::-webkit-search-results-decoration{display:none}}.action-button{background:#f8fafc;background:var(--chip-bg);border:1px solid #cfe4ff;border:1px solid var(--chip-border);border-radius:8px;color:#2d6cdf;color:var(--link);font-weight:600;padding:.5rem 1rem;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.action-button:hover{filter:brightness(1.05)}.neutral-btn{background:#fff;background:var(--card-bg);border:1px solid #e5e7eb;border:1px solid var(--card-border);border-radius:10px;color:#111827;color:var(--card-text);padding:.5rem .9rem}.chip,.neutral-btn:hover{background:#f8fafc;background:var(--chip-bg)}.chip{border:1px solid #cfe4ff;border:1px solid var(--chip-border);border-radius:9999px;color:#111827;color:var(--card-text);font-size:12px;font-weight:700;padding:.25rem .6rem}.table-hit{background:#d4edda;color:#000}.table-miss{background:#f8d7da;color:#000}.table-neutral{background:#e2e3e5;color:#000}body.dark .table-hit{background:#2a4b2a;border-left:3px solid #fff;color:#d6ffd6}body.dark .table-miss{background:#4b2a2a;border-left:3px solid #fff;color:#ffd6d6}body.dark .table-neutral{background:#333;color:#fff}.sport-rail__container{display:flex;justify-content:center;margin:.25rem 0 .35rem}@media (max-width:860px){.sport-rail__container{justify-content:flex-start}}.sport-rail__scroller{-webkit-overflow-scrolling:touch;-ms-overflow-style:none;display:flex;flex-wrap:nowrap;gap:.6rem;overflow-x:auto;overscroll-behavior-x:contain;padding:.25rem 0;scroll-snap-type:x proximity;scrollbar-width:none}.sport-rail__scroller::-webkit-scrollbar{background:#0000;display:none;height:0}.sport-rail__scroller::-webkit-scrollbar-thumb{background:#0000}.sport-pill{background:#f8fafc;background:var(--chip-bg,#fff);border:1px solid #cfe4ff;border:1px solid var(--chip-border,#d0d7de);border-radius:999px;box-shadow:0 1px 2px #0000000a;color:#111;color:var(--chip-fg,#111);flex:0 0 auto;font-size:.95rem;font-weight:700;line-height:1;min-height:40px;padding:.45rem .9rem;scroll-snap-align:start;transition:background .15s ease,color .15s ease,border-color .15s ease,transform .05s ease;white-space:nowrap}.sport-pill:hover{transform:translateY(-1px)}.sport-pill:active{transform:translateY(1px)}.sport-pill:focus-visible{outline:2px solid #2d6cdf;outline:2px solid var(--link);outline-offset:2px}.sport-pill.is-active{background:#0ea5e9;background:var(--chip-active-bg,#0ea5e9);border-color:#0000;box-shadow:0 6px 16px #0ea5e940;color:#fff}body.dark .sport-pill{--chip-bg:#0f172a;--chip-fg:#e5e7eb;--chip-border:#1f2937}body.dark .sport-pill.is-active{--chip-active-bg:#38bdf8}.mobile-actions{align-items:center;box-shadow:0 -6px 18px #0000001f;display:flex;gap:.6rem;padding:10px 12px calc(10px + env(safe-area-inset-bottom));position:fixed}.mobile-actions .action-button,.mobile-actions .neutral-btn{border-radius:14px;min-height:44px;padding:.6rem 1rem}.mobile-actions .action-button:hover,.mobile-actions .neutral-btn:hover{filter:brightness(1.05)}.mobile-actions .action-button[aria-pressed=true],.mobile-actions .neutral-btn[aria-pressed=true]{outline:2px solid #111;outline-offset:2px}.filters-sheet__backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#00000073;inset:0;position:fixed;z-index:1950}.filters-sheet__panel{background:#fff;background:var(--card-bg);border:1px solid #e5e7eb;border:1px solid var(--card-border);border-top-left-radius:16px;border-top-right-radius:16px;bottom:0;box-shadow:0 -12px 28px #00000040;color:#111827;color:var(--card-text);left:0;max-height:calc(100vh - 54px - env(safe-area-inset-bottom));max-height:calc(100vh - var(--mobile-bar-h) - env(safe-area-inset-bottom));overflow:auto;padding:1rem 1rem calc(1rem + 54px);padding-bottom:calc(1rem + var(--mobile-bar-h));position:fixed;right:0;z-index:1960}.filters-sheet__header{align-items:center;display:flex;gap:.75rem;justify-content:space-between;margin-bottom:.5rem}.filters-sheet__title{font-size:1.15rem;font-weight:800;margin:0}.filters-sheet__btn-row{display:flex;gap:.5rem}.pw-container{margin-inline:auto;width:min(1320px,100% - 32px)}@media (max-width:860px){.desktop-filters{display:none}}@media (min-width:861px){.mobile-actions{display:none}}:root{--mobile-bar-h:54px}.pw-container.page-has-mobile-actions{padding-bottom:calc(54px + env(safe-area-inset-bottom));padding-bottom:calc(var(--mobile-bar-h) + env(safe-area-inset-bottom))}.mobile-actions{background:#fff;border-top:1px solid #00000014;bottom:0;box-shadow:0 -4px 12px #0000002e;height:54px;height:var(--mobile-bar-h);left:0;padding:6px 10px calc(6px + env(safe-area-inset-bottom));position:fixed!important;right:0;z-index:2000}.mobile-actions .action-button,.mobile-actions .neutral-btn{background:#000;border:1px solid #0000004d;border-radius:12px;color:#fff;font-size:14px;font-weight:800;min-height:38px;padding:.5rem .85rem}.pw-brand{gap:clamp(12px,2.5vw,28px)}.pw-logo{height:clamp(60px,9vw,88px)}@media (max-width:860px){.pw-logo{height:64px}.pw-title{font-size:clamp(22px,6.5vw,30px)}}.pw-brand{align-items:center;display:flex;gap:clamp(14px,2.6vw,28px)}.pw-logo{height:clamp(60px,8vw,92px);object-fit:contain;width:auto}.pw-title{font-size:clamp(28px,5vw,56px);font-weight:800;letter-spacing:-.01em;line-height:1.05;margin:0;white-space:nowrap}@media (max-width:860px){.pw-title{font-size:clamp(24px,7vw,34px)}.pw-logo{height:64px}}.brand-accent{color:#2d6cdf;color:var(--link)}.brand-contrast{color:#111827;color:var(--page-fg);font-weight:900}.pw-title{font-size:clamp(14px,2.5vw,28px)}@media (max-width:860px){.pw-title{font-size:clamp(12px,3.5vw,20px)}}.pw-brand{gap:clamp(10px,1.8vw,20px)}:root{--brand-blue:var(--chip-active-bg,#0ea5e9)}.brand-accent{color:#0ea5e9!important;color:var(--brand-blue)!important;font-weight:900}.pw-brand{gap:clamp(8px,1.2vw,14px)}.pw-title{margin-left:1px}@media (max-width:860px){.pw-title{font-size:clamp(16px,5.5vw,24px)}.pw-brand{gap:10px}.pw-logo{height:60px}}@media (max-width:390px){.pw-title{font-size:clamp(16px,6.5vw,22px)}}.lineups{grid-gap:12px;gap:12px;justify-items:stretch}.lineups>*{box-sizing:border-box;margin:0!important;max-width:none!important;width:100%!important}.lineups :where(table){border-collapse:collapse;table-layout:fixed;width:100%}.lineups :where(th,td){padding:10px 12px;vertical-align:top}.lineups .game{white-space:nowrap}.lineups .prop{overflow-wrap:anywhere}.lineups .value{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:right}.lineups .ou{display:inline-block;min-width:64px;text-align:right;white-space:nowrap}@media (max-width:640px){.lineups-wrap{padding-bottom:84px}}.pick-pill{border-radius:999px;display:inline-block;font-weight:700;line-height:1;padding:.32rem .56rem}.pick-pill.over{background:#e6f7ec;color:#0a5f2c}.pick-pill.under{background:#fdeaea;color:#8b0f0f}.tier-chip{background:#eef2f7;border-radius:999px;color:#243043;display:inline-block;font-size:.78rem;font-weight:600;padding:.18rem .48rem}@media (max-width:640px){.pick-pill{padding:.28rem .5rem}}.tag-chip{align-items:center;display:inline-flex;font-size:11.5px;justify-content:center;letter-spacing:.02em;line-height:18px;padding:0 8px}.lineup-card .cell-game,.lineup-card .cell-prop{font-size:.95rem;line-height:1.35}@media (max-width:640px){.pick-chip.tiny{font-size:10.5px;line-height:15px;min-width:30px;padding:0 5px}.tag-chip{font-size:11px;line-height:17px;padding:0 7px}.lineup-card .cell-game,.lineup-card .cell-prop{font-size:.9rem}}.cell-name{display:block}.name-sub{color:#6b7280;font-size:.92rem;line-height:1.25}.name-sub .sport{font-weight:600}.name-sub .sep{margin:0 .25rem;opacity:.45}.name-sub .matchup{white-space:normal}.pick-chip,.pick-stack{align-items:center}.pick-chip{background:#0000;border:1.5px solid;border-radius:9999px;display:inline-flex;font-weight:700;justify-content:center;letter-spacing:.02em;white-space:nowrap}.pick-chip.tiny{font-size:11px;line-height:16px;min-width:34px;padding:0 6px}.pick-chip.is-over{color:#2e7d32}.pick-chip.is-under{color:#b71c1c}.tag-chip{border-radius:9999px;font-size:11px;font-weight:700;letter-spacing:.01em;line-height:16px;padding:0 7px;text-transform:uppercase;white-space:nowrap}@media (max-width:640px){.name-sub{font-size:.86rem}.lineup-card .cell-prop{font-size:.9rem}.pick-chip.tiny{min-width:30px;padding:0 5px}.pick-chip.tiny,.tag-chip{font-size:10.5px;line-height:15px}.tag-chip{padding:0 6px}}.lineup-card .name-cell .meta{white-space:normal}.lineup-card .cell-prop{font-size:1rem;word-break:break-word}.lineup-card .line{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;padding-right:12px;text-align:right}.pick-stack{display:flex;flex-wrap:wrap;gap:6px;justify-content:flex-end;max-width:100%}.ou-chip{min-width:28px}@media (max-width:640px){.lineup-card .cell-prop{font-size:.95rem}.ou-chip{font-size:11px;height:20px;padding:0 6px}.tag-pill{font-size:11.5px;padding:5px 10px}}.meta-row{align-items:center;display:flex;flex-wrap:wrap;gap:8px;margin-top:2px}.tag-pill{font-size:12px;font-weight:900;padding:6px 12px}.ou-chip{letter-spacing:.02em}@media (max-width:640px){.tag-pill{font-size:11.5px;padding:5px 10px}.ou-chip{font-size:11px;height:20px;min-width:30px;padding:0 6px}}.name-cell .meta{margin-top:2px}.name-cell .tag-pill{margin-top:4px}.ou-chip{min-width:32px}.pick-col{justify-content:flex-end}@media (max-width:640px){.name-cell .meta{font-size:11px}.tag-pill{font-size:10.5px;padding:.12rem .42rem}.ou-chip{font-size:11px;height:20px;min-width:30px}}.name-cell{grid-row-gap:2px;display:grid;row-gap:2px}.tag-pill{border:1px solid #00000014;display:inline-block;font-size:11.5px;line-height:1;margin-top:4px;padding:.14rem .52rem}.tag-pill.coin-toss,.tag-pill.fade,.tag-pill.lean-over,.tag-pill.mega-fade,.tag-pill.mega-smash,.tag-pill.smash{color:#fff}.ou-chip{font-size:12px;font-weight:800;height:22px;min-width:34px;padding:0 8px}.name-tag{align-items:center;border-radius:9999px;display:inline-flex;font-size:11.5px;font-weight:700;height:22px;justify-content:center;letter-spacing:.01em;max-width:110px;overflow:hidden;padding:.16rem .48rem;text-overflow:ellipsis;white-space:nowrap}@media (max-width:640px){.name-tag{font-size:10.5px;max-width:92px}}.lineup-card .name-cell .player{font-weight:700}.lineup-card .name-cell .meta{font-size:12px}.pick-col{gap:6px;justify-self:center}.ou-chip{font-size:12.5px;min-width:52px;padding:2px 10px}.tag-pill{max-width:140px;padding:3px 10px}@media (max-width:640px){.tag-pill{font-size:11.5px;max-width:116px;padding:3px 8px}.ou-chip{font-size:11.5px;min-width:46px;padding:2px 8px}.lineup-card .name-cell .meta{font-size:11px}}.lineup-card .name-cell .player{line-height:1.2}.pick-col{gap:4px}.ou-chip{min-width:44px;padding:1px 8px}.tag-pill{line-height:1.1;padding:2px 10px}@media (max-width:640px){.ou-chip{font-size:11px;min-width:42px;padding:1px 7px}.tag-pill{font-size:11.5px;max-width:120px;padding:2px 8px}.lineup-card .name-cell .meta{font-size:11px}}.pick-col{flex-direction:column;gap:3px}.ou-chip{background:#fff;border:1.75px solid;font-size:11.5px;letter-spacing:.01em;line-height:1;min-width:46px;padding:1px 6px}.ou-chip,.tag-pill{align-items:center;display:inline-flex;justify-content:center}.tag-pill{font-size:12.5px;line-height:18px;max-width:132px;padding:2px 9px;text-transform:uppercase}.lineup-card .name-cell .meta{color:#6b7280;margin-top:2px}@media (max-width:640px){.ou-chip{font-size:11px;min-width:42px}.tag-pill{font-size:11.5px;max-width:120px}}.lineup-card .cell-prop{overflow-wrap:normal}@media (max-width:640px){.lineup-card .name-cell .meta{color:#6b7280;font-size:12px}}.name-cell .player{font-weight:700}.name-cell .meta{font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.lineup-card .line-cell{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:left}.lineup-card .pick-col{align-items:flex-end;display:flex;flex-direction:column;gap:6px}@media print{.mobile-actions{display:none!important}.lineup-card{border-color:#ddd;box-shadow:none;break-inside:avoid;page-break-inside:avoid}}@media (max-width:860px){.lineup-card .table-head{display:none}.lineup-card .m-row{border-bottom:1px dashed #eee;display:flex;flex-direction:column;gap:6px;padding:10px 0}.lineup-card .m-top{align-items:center;display:flex;gap:10px}.lineup-card .idx{color:#6b7280;flex:0 0 auto;text-align:right;width:20px}.lineup-card .m-name{flex:1 1 auto;min-width:0}.lineup-card .m-name .player{font-weight:600}.lineup-card .m-name .meta{color:#6b7280;font-size:12px}.lineup-card .pick-col{align-items:center;display:flex;flex:0 0 auto;gap:6px}.lineup-card .m-prop-line{align-items:center;display:flex;flex-wrap:wrap;gap:10px;padding-left:28px}.lineup-card .m-prop-line .prop{flex:1 1 180px;min-width:0;overflow-wrap:anywhere}.lineup-card .m-prop-line .line{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}}.lineup-card .player{color:#0f172a;font-weight:800;letter-spacing:-.01em;line-height:1.18}.lineup-card .meta{color:#6b7280;font-size:13px}.lineup-card .header-row{margin-bottom:.85rem;padding:.25rem 0}@media (max-width:640px){.lineup-card .player{font-size:1.05rem}}.lineup-head{align-items:flex-start;display:flex;gap:12px;justify-content:space-between;margin-bottom:.7rem}.m-name .player,.name-cell .player{font-weight:800;letter-spacing:-.01em;line-height:1.1}.m-name .meta,.name-cell .meta{color:#6b7280;font-size:.83rem;margin-top:2px;opacity:.9}.lineup-row{border-bottom:1px dashed #eee}.cell-prop{overflow-wrap:anywhere}@media (max-width:640px){.pick-col{align-items:flex-end;flex-direction:column;gap:6px}}.ou-chip{font-weight:700;min-width:74px}.ou-chip,.tag-pill{border-radius:9999px;padding:.2rem .6rem}.tag-pill{font-weight:800;letter-spacing:.02em;max-width:110px}.m-row{border-bottom:1px dashed #eee;padding:.45rem 0}.m-top{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:auto 1fr auto}.m-prop-line{display:flex;gap:10px;justify-content:space-between;margin-top:4px}.m-prop-line .line{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}@media (max-width:640px){.m-name .player,.name-cell .player{font-size:1.05rem}.m-name .meta,.name-cell .meta{font-size:.8rem}}.lineups{grid-gap:16px;display:grid;gap:16px;grid-template-columns:1fr}@media (min-width:900px){.lineups{grid-template-columns:repeat(2,minmax(0,1fr))}}.lineup-card{min-width:0;width:100%}.lineup-row>div{min-width:0}.lineup-row{grid-column-gap:12px;align-items:center;border-bottom:1px dashed #e5e7eb;column-gap:12px;padding:.55rem 0}.lineup-card .table-head,.lineup-row{display:grid;grid-template-columns:.32fr 2.4fr 2.2fr .7fr 1.25fr}.lineup-card .table-head{border-bottom:1px solid #e5e7eb;font-weight:700;margin-bottom:.5rem;padding-bottom:.5rem}.name-cell .player{color:#111827;color:var(--page-fg);font-weight:800;letter-spacing:-.01em;line-height:1.15}.name-cell .meta{color:#6b7280;font-size:.85rem;white-space:normal}.lineup-card .cell-prop{font-size:.95rem;-webkit-hyphens:auto;hyphens:auto;line-height:1.35;overflow-wrap:anywhere;text-align:left;word-break:normal}.line-cell{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;text-align:left}.pick-col{align-items:center;display:flex;gap:8px;justify-content:center}.tag-pill{box-shadow:0 1px 2px #0000000f;padding:0 12px;white-space:nowrap}.tag-pill.lean-under{color:#111}.ou-chip{background:#0000;border:2px solid;min-width:60px;padding:0 10px}.header-row,.lineup-head{margin-bottom:.85rem;padding:.25rem 0}.head-left{align-items:center;display:flex;gap:.5rem}.head-logo{height:36px;width:auto}.lineup-badge{background:#e3f2fd;border-radius:8px;color:#1565c0;font-size:1.05rem;font-weight:800;letter-spacing:.01em;padding:2px 10px}.timestamp{color:#6b7280;font-size:.85rem;line-height:1.2}@media (max-width:860px){.lineup-card .table-head{display:none}.lineup-row{display:block;padding:12px 0}.lineup-row,.m-row{border-bottom:1px dashed #eee}.m-row{padding:.45rem 0}.m-top{grid-gap:8px;align-items:center;display:grid;gap:8px;grid-template-columns:auto 1fr auto}.idx{color:#6b7280;text-align:right;width:20px}.m-name .player{font-weight:800;letter-spacing:-.01em;line-height:1.1}.m-name .meta{color:#6b7280;font-size:.83rem;opacity:.9}.pick-col{align-items:flex-end;flex-direction:column;gap:6px}.m-prop-line{display:flex;gap:10px;justify-content:space-between;margin-top:4px;padding-left:28px}.m-prop-line .prop{flex:1 1 180px;min-width:0;overflow-wrap:anywhere}.m-prop-line .line{font-feature-settings:"tnum";font-variant-numeric:tabular-nums}.lineup-card .player{font-size:1.05rem}.lineup-card .name-cell .meta{font-size:.83rem}.tag-pill{max-width:120px;padding:0 10px}.ou-chip,.tag-pill{font-size:11.5px;height:26px}.ou-chip{min-width:52px;padding:0 8px}}html{-webkit-text-size-adjust:100%}.ou-chip,.tag-pill{box-shadow:0 1px 2px #0000000f}.tag-pill{max-width:136px;overflow:hidden;text-overflow:ellipsis}.ou-chip{border:1.5px solid #0000}.ou-chip.is-over{background:#e8f5e9;border-color:#2e7d32}.ou-chip.is-under{background:#fdecea;border-color:#b71c1c}@media (max-width:860px){:root{--pill-h:26px;--pill-pad-x:10px;--pill-font:11.5px}.tag-pill{max-width:120px}}:root{--pill-h:28px;--pill-pad-x:12px;--pill-font:12.5px}.ou-chip,.tag-pill{align-items:center;border-radius:9999px;display:inline-flex;font-size:12.5px;font-size:var(--pill-font);font-weight:800;height:28px;height:var(--pill-h);justify-content:center;letter-spacing:.02em;line-height:1;padding:0 12px;padding:0 var(--pill-pad-x);white-space:nowrap}.tag-pill{color:#fff}.ou-chip{background:#0000!important;border:1.5px solid;box-shadow:none;min-width:0;min-width:auto}.ou-chip.is-over{color:#2e7d32}.ou-chip.is-under{color:#b71c1c}@media (max-width:860px){:root{--pill-h:26px;--pill-pad-x:10px;--pill-font:11.5px}}summary.details-toggle{outline:none}summary.details-toggle:focus-visible{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb59}summary.details-toggle:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb59}body.pw-compact .prop-card{margin-bottom:8px;padding:10px}.pwg-header{border-bottom:1px solid #00000014}.pwg-profile-badge{position:relative;touch-action:manipulation;z-index:1001}input,select,textarea{font-size:16px}:root{--safe-top:env(safe-area-inset-top);--safe-bottom:env(safe-area-inset-bottom)}.pwg-header{background:#fff;padding-bottom:8px;padding-top:max(12px,env(safe-area-inset-top));padding-top:max(12px,var(--safe-top));position:-webkit-sticky;position:sticky;top:0;z-index:1000}.pwg-profile-badge a,.pwg-profile-badge button{min-height:44px;min-width:44px}.pwg-bottom-bar{padding-bottom:max(12px,env(safe-area-inset-bottom));padding-bottom:max(12px,var(--safe-bottom))}
/*# sourceMappingURL=main.7ce8628d.css.map*/