*{box-sizing:border-box}:root{--bg: #f5f1e8;--card: #fbf8f0;--card-2: #ede4d1;--line: #d8c7a6;--text: #214d3a;--muted: #85795c;--green: #1e7a47;--green-deep: #214d3a;--red: #b04a38;--accent: #c9aa73;--accent-deep: #9c7c3c;--cream: #f5f1e8}html,body{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased}.app,.screen{max-width:560px;margin:0 auto;padding:12px 12px 48px}.app,.screen{padding-top:calc(6px + env(safe-area-inset-top,0px));padding-bottom:calc(48px + env(safe-area-inset-bottom,0px))}.hero{text-align:center;padding:6px 0}.hero h1{margin:0;font-size:2rem}.hero-logo{width:min(300px,78%);display:block;margin:0 auto}.hero p{margin:4px 0 0;color:var(--muted)}.hero.compact .hero-logo{width:min(210px,58%)}.hero.compact p{font-size:.92rem}.topbar{position:sticky;top:env(safe-area-inset-top,0px);z-index:10;display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 0;background:var(--bg)}.tabs{display:flex;gap:6px}.tab{border:1px solid var(--line);background:var(--card);color:var(--text);border-radius:999px;padding:8px 16px;font-size:.95rem;cursor:pointer}.tab.active{background:var(--green-deep);border-color:var(--accent);color:var(--cream);font-weight:700}.card{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:14px;margin-bottom:12px}.card h2,.card h3{margin:0 0 10px;font-size:1.05rem}input,select,textarea{width:100%;padding:10px 12px;margin-bottom:8px;border-radius:10px;border:1px solid var(--line);background:#fffdf8;color:var(--text);font-size:1rem}textarea{box-sizing:border-box;font-family:inherit;line-height:1.4;resize:vertical}::placeholder{color:var(--muted);opacity:.8}input:focus,select:focus{outline:2px solid var(--accent);outline-offset:-1px}button{font-family:inherit;cursor:pointer}.primary{background:var(--green-deep);color:var(--cream);border:1px solid var(--accent);border-radius:10px;padding:12px 18px;font-size:1rem;font-weight:700}.primary:disabled{opacity:.5}.primary.start{width:100%;padding:14px;font-size:1.1rem}.ghost{background:transparent;color:var(--text);border:1px solid var(--line);border-radius:10px;padding:10px 14px;font-size:.95rem}.ghost.small,.small{padding:6px 10px;font-size:.85rem}.player-row{display:flex;gap:8px;align-items:center}.player-row .hcp{width:72px;flex:0 0 72px}.plus-toggle{flex:0 0 auto;padding:8px 12px;font-weight:700}.chip-row{display:flex;flex-wrap:wrap;gap:8px;align-items:center;margin-bottom:8px}.chip{border:1px solid var(--line);background:var(--card-2);color:var(--text);border-radius:999px;padding:10px 16px;font-size:.95rem}.chip.active{background:var(--green-deep);border-color:var(--accent);color:var(--cream);font-weight:700}.custom-bet{width:110px;margin-bottom:0}.search-row{display:flex;gap:8px}.search-row input{margin-bottom:0}.result{display:flex;flex-direction:column;gap:2px;padding:10px 12px;margin-top:8px;border:1px solid var(--line);border-radius:10px;cursor:pointer}.result.selected{border-color:var(--accent);background:var(--card-2)}.result select{margin:8px 0 0}.manual-grid{display:grid;grid-template-columns:48px 1fr 1fr;gap:6px;align-items:center}.manual-grid select{margin-bottom:0}.save-course{width:100%;margin-top:10px}.skins-totals{margin-bottom:10px;padding-bottom:4px;border-bottom:2px solid var(--line)}.skins-totals .matchup:last-child{border-bottom:none}.splash{display:flex;align-items:center;justify-content:center;min-height:70vh}.paywall .feature-list{margin:0 0 18px;padding-left:20px;color:var(--text);font-size:.95rem;line-height:1.75}.paywall .feature-list li{margin-bottom:2px}.paywall .start{margin-bottom:10px}.paywall .ghost{width:100%}.paywall a{color:var(--accent)}.skins-note{text-align:right;font-size:.85rem;max-width:60%}.skins-option{margin-top:12px}.option-label{display:block;font-size:.8rem;color:var(--muted);text-transform:uppercase;margin-bottom:6px}.pct-label{display:inline-flex;align-items:center;gap:6px;font-size:.9rem;color:var(--muted)}.pct-input{width:64px;margin-bottom:0}.scan-box{border:1px dashed var(--line);border-radius:10px;padding:10px 12px 12px;margin-bottom:12px}.scan-row{display:flex;gap:8px;margin-top:8px}.scan-btn{flex:1}.mg-head{font-size:.8rem;color:var(--muted);text-transform:uppercase}.mg-hole{text-align:center;font-weight:700}.mg-scanned{color:var(--green)}.mg-scan-mark{display:block;font-size:.6rem;line-height:1}.hint{color:var(--muted);font-size:.85rem;margin:6px 0 0}.hint.center{text-align:center}.error{color:var(--red);font-size:.9rem}.notice{color:var(--green);font-size:.9rem;font-weight:600}.error.big{text-align:center;font-size:1rem}.muted{color:var(--muted)}.small-text{font-size:.8rem}.pos{color:var(--green)}.neg{color:var(--red)}.score-mark{display:inline-flex;align-items:center;justify-content:center;min-width:1.9em;height:1.9em;padding:0 .25em;font-weight:700;font-variant-numeric:tabular-nums;line-height:1;border:1.5px solid transparent}.score-mark.small{min-width:1.7em;height:1.7em;font-weight:600}.score-mark.birdie,.score-mark.eagle{border-radius:50%;border-color:var(--green);color:var(--green)}.score-mark.eagle{box-shadow:0 0 0 2px var(--card),0 0 0 3.5px var(--green)}.score-mark.bogey,.score-mark.double{border-radius:2px;border-color:var(--red);color:var(--red)}.score-mark.double{box-shadow:0 0 0 2px var(--card),0 0 0 3.5px var(--red)}td .score-mark.eagle,td .score-mark.double{margin:2px}.hole-header{display:flex;align-items:center;justify-content:space-between;gap:10px}.hole-title h2{margin:0}.bet-label{display:flex;align-items:center;gap:6px;font-size:.95rem;color:var(--muted);white-space:nowrap}.bet-input{width:72px;margin:0;text-align:center}.score-row{display:flex;align-items:center;gap:10px;padding:10px 8px;border-bottom:1px solid var(--line);flex-wrap:wrap;row-gap:8px}.score-row:last-of-type{border-bottom:none}.score-row.banker{background:var(--card-2);border-radius:10px}.player-name{flex:1 1 44px;min-width:44px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.score-detail{flex:1 0 100%;margin-top:-2px}.badge{display:inline-block;margin-right:5px;font-size:.6rem;background:var(--accent);color:var(--green-deep);border-radius:4px;padding:2px 5px;font-weight:800;vertical-align:middle}.stepper{display:flex;align-items:center;gap:6px}.step{width:42px;height:42px;border-radius:10px;border:1px solid var(--line);background:var(--card-2);color:var(--text);font-size:1.3rem;line-height:1}.gross{width:44px;display:flex;justify-content:center;font-size:1.25rem;font-weight:700}.chip.double{flex:0 0 auto;padding:8px 12px;font-size:.85rem}.matchup{display:flex;justify-content:space-between;align-items:flex-start;gap:8px;padding:8px 0;border-bottom:1px solid var(--line);font-size:.92rem}.hole-label{white-space:nowrap;flex:0 0 auto}.matchup:last-child{border-bottom:none}.matchup.total{font-size:1rem}.nav-row{display:flex;justify-content:space-between;gap:10px;margin-top:4px}.nav-row .primary,.nav-row .ghost{flex:1}.prose h3{color:var(--accent-deep)}.doc-logo{display:block;margin:8px auto 14px;width:min(230px,65%)}.prose p,.prose li{font-size:.92rem;line-height:1.55}.prose ol{margin:0;padding-left:20px}.prose ol ol{margin-top:6px;padding-left:18px}.prose li{margin-bottom:8px}.prose li:last-child{margin-bottom:0}.prose em{color:var(--muted)}.menu-wrap{position:relative}.menu-btn{font-size:1.2rem;line-height:1;padding:6px 14px;font-weight:800}.menu-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:25}.menu{position:absolute;right:0;top:calc(100% + 6px);z-index:30;display:flex;flex-direction:column;min-width:180px;background:var(--card);border:1px solid var(--line);border-radius:12px;box-shadow:0 8px 24px #214d3a2e;overflow:hidden}.menu button{text-align:left;padding:13px 16px;background:none;border:none;border-bottom:1px solid var(--line);color:var(--text);font-size:.95rem;white-space:nowrap}.menu button:last-child{border-bottom:none}.menu button:active{background:var(--card-2)}.share-banner{margin:0 0 10px;padding:8px 12px;border:1px dashed var(--accent);border-radius:10px;background:var(--card);color:var(--muted);font-size:.85rem}.share-banner strong{color:var(--accent-deep);font-size:1rem;letter-spacing:2px}.live-dot{font-size:.8rem;color:var(--muted);white-space:nowrap}.live-dot.on{color:var(--green)}.topbar-actions{display:flex;gap:6px;align-items:center}.topbar-title{margin:0;font-size:1.05rem}.account-btn{white-space:nowrap;max-width:130px;overflow:hidden;text-overflow:ellipsis}.switch-auth{width:100%;margin-top:8px}.name-row{display:flex;gap:8px}.name-col{flex:1 1 0;min-width:0}.name-col input{min-width:0}.field-error{color:var(--red);font-size:.8rem;margin:-4px 0 8px}.gate-links{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:6px 12px;margin-top:10px}.linkish{background:none;border:none;padding:4px 0;color:var(--green);font-size:.9rem;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.code-input{text-align:center;letter-spacing:6px;font-size:1.3rem;font-weight:700}.gate-foot{text-align:center;margin-top:4px}.gate-foot .card{text-align:left;margin-top:10px}.spectator .card .card{border:none;padding:0;margin:0;background:transparent;box-shadow:none}.store-link{display:block;text-align:center;text-decoration:none;margin-top:10px}.spectator .hint a{color:var(--green)}.topbar-logo{height:26px;width:auto}.home-head{padding:6px 4px 2px}.home-head h1{margin:0;font-size:1.7rem;letter-spacing:.01em}.home-head p{margin:2px 0 0}.recent-row{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px 0;border-top:1px solid var(--line);width:100%;text-align:left}.recent-row:first-of-type{border-top:none}.recent-money{display:flex;flex-direction:column;align-items:flex-end;line-height:1.2}button.live-row{background:none;border:none;border-top:1px solid var(--line);padding:10px 0;font:inherit;color:inherit;cursor:pointer}.home-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin-top:6px}.home-tile{background:var(--card);border:1px solid var(--line);border-radius:14px;padding:18px 12px;font-size:1rem;font-weight:600;color:var(--green);text-align:center;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:4px}.home-tile.main{grid-column:1 / -1;font-size:1.15rem;padding:18px}.home-tile.soon{color:var(--muted);cursor:default;opacity:.8}.home-tile.soon span{font-size:.72rem;font-weight:500;text-transform:uppercase;letter-spacing:.06em}.section-link{display:flex;justify-content:space-between;align-items:baseline;width:100%;background:none;border:none;padding:0;font:inherit;color:inherit;cursor:pointer;text-align:left}.section-link h3{margin:0 0 10px}.section-link .muted{font-size:.85rem}.live-standings{margin:8px 0 12px}.alerts{margin-top:12px;padding-top:10px;border-top:1px solid var(--line)}.player-card{border-top:1px solid var(--line);padding:6px 0}.player-card:first-of-type{border-top:none}.player-head{display:flex;justify-content:space-between;align-items:center;gap:10px;width:100%;background:none;border:none;padding:6px 0;font:inherit;color:inherit;text-align:left;cursor:pointer}.player-body{padding:4px 0 8px}.stat-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:8px;margin:4px 0 10px}.stat{display:flex;flex-direction:column;gap:2px}.stat strong{font-size:1.05rem}.last10{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-bottom:10px}.last10 .dot{font-size:.78rem;font-weight:600;padding:2px 7px;border-radius:999px;background:var(--card-2);color:var(--muted)}.last10 .dot.pos{background:#dcebdf;color:var(--green)}.last10 .dot.neg{background:#f3dcd8;color:var(--red)}.linkish.danger{color:var(--red)}.picker-row{display:flex;flex-wrap:wrap;gap:6px;margin:2px 0 10px}.player-row .linked{font-size:.72rem;color:var(--muted);padding-left:2px}.skins-option.nested{padding-left:14px;border-left:2px solid var(--line);margin-left:2px}.ghost.danger{color:var(--red);border-color:var(--red)}.round-item{padding:10px 4px;border-bottom:1px solid var(--line);display:flex;flex-direction:column;gap:6px}.round-item:last-child{border-bottom:none}.round-head{display:flex;justify-content:space-between;align-items:baseline;gap:8px}.round-results{display:flex;flex-wrap:wrap;gap:4px 14px;font-size:.9rem}.round-item .ghost.small{align-self:flex-end}.standing{display:flex;align-items:center;gap:12px;padding:10px 4px;border-bottom:1px solid var(--line)}.standing:last-child{border-bottom:none}.rank{width:26px;height:26px;border-radius:50%;background:var(--card-2);border:1px solid var(--line);display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:700;flex:0 0 26px}.standing-name{flex:1;display:flex;flex-direction:column}table{width:100%;border-collapse:collapse;font-size:.84rem}th,td{padding:7px 5px;text-align:right;border-bottom:1px solid var(--line);white-space:nowrap}.money-table td:nth-child(2){max-width:74px;overflow:hidden;text-overflow:ellipsis}.money-table th:first-child,.money-table td:first-child,.gross-table th:first-child,.gross-table td:first-child{position:sticky;left:0;z-index:1;background:var(--card);border-right:1px solid var(--line)}.money-table th:nth-child(n+4),.gross-table th:nth-child(n+3){max-width:66px;overflow:hidden;text-overflow:ellipsis}th:first-child,td:first-child,th:nth-child(2),td:nth-child(2){text-align:left}th{color:var(--muted);font-weight:600;text-transform:uppercase;font-size:.72rem}tbody tr{cursor:pointer}tbody tr.incomplete{opacity:.55}.totals-row td{font-weight:800;border-top:2px solid var(--accent)}.tour-rank{font-weight:700;color:var(--green);white-space:nowrap;text-align:right}.season-chips{margin:0 0 10px}.champion{margin:4px 0 8px;font-size:1rem}.table-wrap{overflow-x:auto}.standings th:first-child,.standings td:first-child{width:26px}.standings tr.unq td{color:var(--muted)}.standings tr.me td:nth-child(2) strong{color:var(--green)}.board-row{display:flex;justify-content:space-between;align-items:baseline;gap:10px;padding:7px 0;border-top:1px solid var(--line)}.board-row:first-of-type{border-top:none}.feed-row{align-items:flex-start}.banner{background:var(--card);border:1px solid var(--line);border-radius:12px;padding:10px 12px;margin:0 0 10px;font-size:.9rem}.inline-form{display:flex;gap:8px;align-items:center}.inline-form input{flex:1;min-width:0}.season-form h4{margin:14px 0 6px}.season-form .row{display:flex;justify-content:space-between;align-items:center;gap:10px;margin:8px 0}.season-form .row>span:first-child{flex:1}.season-form .row input{flex:0 1 180px;min-width:0}.season-form .row input[type=number]{flex-basis:80px}.weights-grid{display:grid;grid-template-columns:1fr 84px;gap:6px 10px;align-items:center}.weights-grid .contents{display:contents}.weights-grid input{width:100%;min-width:0}.recent-row .badge{margin-left:8px;vertical-align:middle}.game-card{padding:10px 0;border-top:1px solid var(--line)}.game-card:first-of-type{border-top:none}.game-players{display:flex;flex-wrap:wrap;gap:6px;margin:8px 0}.chip.static{cursor:default;pointer-events:none}.chip.excluded{text-decoration:line-through;opacity:.75}.chip.excluded.active{text-decoration:none;background:var(--neg, #b3403a);border-color:var(--neg, #b3403a);color:#fff}.game-notes{margin:4px 0 8px;font-size:.92rem;white-space:pre-wrap}.manage{margin-top:8px}.post-form .row{display:flex;justify-content:space-between;align-items:center;gap:10px;margin:8px 0}.post-form .row input{flex:0 1 200px;min-width:0}.post-form textarea{width:100%;box-sizing:border-box;margin-top:10px;font:inherit;padding:10px;border:1px solid var(--line);border-radius:10px;background:var(--card);color:inherit}.scheduled-offer{border-color:var(--green)}.dna-head h3{font-size:1.4rem;margin-bottom:2px}.trait-head{display:flex;justify-content:space-between;align-items:baseline}.trait-score{font-size:1.5rem;color:var(--green)}.bar{height:8px;border-radius:4px;background:var(--card-2);overflow:hidden;margin:6px 0 10px}.bar-fill{height:100%;background:var(--green);border-radius:4px;transition:width .4s ease}.trait-reading{margin:0 0 4px}.dna-strip{margin:10px 0}.dna-cells{display:grid;grid-template-columns:repeat(6,1fr);gap:4px;margin-top:4px}.dna-cell{display:flex;flex-direction:column;align-items:center;padding:6px 2px;border:1px solid var(--line);border-radius:8px;background:var(--card)}.dna-cell strong{color:var(--green)}.trip-day{padding:8px 0;border-top:1px solid var(--line)}.trip-day:first-of-type{border-top:none}.trip-round{margin:2px 0}.bet-labels{display:flex;flex-direction:column;align-items:flex-end;gap:6px}.stake-row{grid-column:1 / -1;flex-basis:100%;display:flex;align-items:center;gap:6px;flex-wrap:wrap;margin-top:2px}.stake-input{width:64px;padding:6px 8px;text-align:center}.chip.small{padding:4px 10px;font-size:.8rem}.setup-list{margin-bottom:10px}.setup-row{display:flex;align-items:center;gap:8px;border-top:1px solid var(--line)}.setup-row:first-of-type{border-top:none}.setup-load{flex:1;display:flex;flex-direction:column;align-items:flex-start;gap:2px;background:none;border:none;padding:10px 0;font:inherit;color:inherit;text-align:left;cursor:pointer}.with-nav{padding-bottom:calc(70px + env(safe-area-inset-bottom,0px))}.bottom-nav{position:fixed;left:0;right:0;bottom:0;z-index:30;display:flex;justify-content:space-around;align-items:flex-end;background:var(--card);border-top:1px solid var(--line);padding:6px 4px calc(8px + env(safe-area-inset-bottom,0px))}.bottom-nav button{background:none;border:none;display:flex;flex-direction:column;align-items:center;gap:3px;min-width:60px;padding:4px 6px;font:inherit;font-size:.68rem;color:var(--muted);cursor:pointer}.bottom-nav button.active{color:var(--green);font-weight:700}.bottom-nav svg{width:24px;height:24px}.avatar-btn{display:inline-flex;align-items:center;gap:6px;padding-left:4px}.avatar,.avatar-fallback{width:28px;height:28px;border-radius:50%;flex:none}.avatar{object-fit:cover;border:1px solid var(--line);background:var(--card-2)}.avatar-fallback{display:inline-flex;align-items:center;justify-content:center;background:var(--green-deep);color:#fff;font-size:.72rem;font-weight:700;letter-spacing:.02em}.avatar.lg,.avatar-fallback.lg{width:88px;height:88px;font-size:1.6rem}.photo-row{display:flex;align-items:center;gap:16px;margin:6px 0 10px}.menu.account{min-width:210px}.menu button.danger{color:var(--red)}.round-item.round-open{width:100%;background:none;border:none;border-bottom:1px solid var(--line);border-radius:0;text-align:left;color:inherit;font:inherit;cursor:pointer}.round-item.round-open:last-of-type{border-bottom:none}.round-item.round-open .round-head{width:100%}.ghost.danger-text{color:var(--red);border-color:var(--red)}.topbar:has(>.topbar-title){display:grid;grid-template-columns:1fr minmax(0,auto) 1fr;align-items:center}.topbar:has(>.topbar-title)>:first-child{justify-self:start}.topbar:has(>.topbar-title)>:last-child{justify-self:end}.topbar-title{text-align:center;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.history-when{margin:8px 0 10px;text-align:center}.crop-sheet{position:fixed;top:0;right:0;bottom:0;left:0;z-index:40;background:#141e198c;display:flex;align-items:center;justify-content:center;padding:16px}.crop-card{background:var(--card);border:1px solid var(--line);border-radius:16px;padding:16px;width:100%;max-width:340px;display:flex;flex-direction:column;align-items:center;gap:10px}.crop-card h3{margin:0}.crop-view{position:relative;max-width:100%;aspect-ratio:1;overflow:hidden;border-radius:12px;background:#111;touch-action:none;user-select:none;-webkit-user-select:none;display:flex;align-items:center;justify-content:center}.crop-view img{position:absolute;top:0;left:0;max-width:none;transform-origin:0 0;pointer-events:none}.crop-view .muted{color:#ddd}.crop-mask{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;box-shadow:0 0 0 999px #00000080;pointer-events:none}.crop-mask.rect{border-radius:0;box-shadow:none;border:2px solid rgba(255,255,255,.75)}.avatar.xl,.avatar-fallback.xl{width:96px;height:96px;font-size:1.9rem;border:3px solid var(--bg);box-shadow:0 1px 4px #00000026}.profile-cover{height:150px;border-radius:14px;background:linear-gradient(135deg,var(--green) 0%,#7a9a6a 55%,#d9b25c 100%);background-size:cover;background-position:center;display:flex;align-items:flex-end;justify-content:flex-end;padding:10px}.cover-preview{height:96px;border-radius:10px;background:linear-gradient(135deg,var(--green) 0%,#7a9a6a 55%,#d9b25c 100%);background-size:cover;background-position:center;margin:6px 0 10px}.profile-head{display:flex;align-items:flex-end;gap:12px;margin:-44px 0 0;padding:0 12px}.profile-name h2{margin:0 0 4px;font-size:1.3rem}.profile-where{margin:0 0 6px}.profile-bio{margin:12px 6px 0;white-space:pre-wrap}.profile-details{display:flex;flex-direction:column;gap:4px;margin:10px 6px 0}.profile-details a{color:var(--green);text-decoration:none}.profile-hint{margin:8px 6px 0}.profile .dna-strip{margin:14px 0 6px}.profile-btn{margin:4px 0 10px}.post{border-top:1px solid var(--line);padding:12px 0}.post:first-of-type{border-top:none;padding-top:4px}.post-photos{display:grid;gap:3px;border-radius:10px;overflow:hidden;background:var(--card-2)}.post-photos.n1{grid-template-columns:1fr}.post-photos.n2,.post-photos.n4{grid-template-columns:1fr 1fr}.post-photos.n3{grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr}.post-photos.n3 img:first-child{grid-row:span 2}.post-photos img{width:100%;height:100%;aspect-ratio:1;object-fit:cover;display:block;cursor:zoom-in}.post-photos.n1 img{aspect-ratio:4 / 3}.post-caption{margin:8px 2px 4px;white-space:pre-wrap}.post-meta{display:flex;flex-wrap:wrap;gap:4px 12px;align-items:center;color:var(--muted);font-size:.85rem}.post-meta .linkish{font-size:.85rem;padding:0}.composer textarea{width:100%;box-sizing:border-box;resize:vertical}.composer-thumbs{display:flex;flex-wrap:wrap;gap:10px;margin:6px 0 10px}.composer-thumb{position:relative;width:76px;height:76px}.composer-thumb img{width:100%;height:100%;object-fit:cover;border-radius:10px;display:block}.composer-thumb button{position:absolute;top:-7px;right:-7px;width:24px;height:24px;border-radius:50%;border:1px solid var(--line);background:var(--card);color:var(--ink);font-size:.8rem;line-height:1;padding:0}.composer-add{width:76px;height:76px;border-radius:10px;border:1px dashed var(--line-strong, var(--line));background:var(--card-2);color:var(--green);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;font-size:1.4rem;line-height:1}.composer-add span{font-size:.72rem}.location-row{display:flex;gap:8px;align-items:center;margin-bottom:6px}.location-row input{flex:1;margin:0}.lightbox{position:fixed;top:0;right:0;bottom:0;left:0;z-index:45;background:#000000eb;display:flex;align-items:center;justify-content:center;cursor:zoom-out}.lightbox img{max-width:100%;max-height:100%;object-fit:contain}.crop-zoom{display:flex;align-items:center;gap:10px;width:100%;font-size:.9rem;color:var(--muted)}.crop-zoom input[type=range]{flex:1;margin:0;padding:0;border:none;background:none;accent-color:var(--green)}.crop-card .hint{margin:0;text-align:center}.edit-note{margin:4px 0 12px;padding:10px 12px;border-radius:10px;background:var(--card);border:1px solid var(--line);color:var(--muted);font-size:.92rem}.summary .card>h3{position:sticky;top:calc(env(safe-area-inset-top,0px) + var(--topbar-h, 52px) - 1px);z-index:5;margin:-14px -14px 10px;padding:12px 14px 8px;background:var(--card);border-radius:14px 14px 0 0}.summary thead th{position:relative;z-index:2;background:var(--card)}.summary thead th:first-child{position:sticky;z-index:3}.open-holes{margin:6px 0 4px}.open-holes .chips{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;margin:8px 0}.nav-row.complete{flex-direction:column}.nav-row.complete .primary{width:100%}.complete-screen .recipient{display:flex;align-items:center;gap:10px;margin-bottom:8px}.complete-screen .recipient .who{flex:0 0 96px;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.complete-screen .recipient input{margin-bottom:0}
