:root{--ink: #141414;--text: #1F1F1D;--muted: #6B6A64;--faint: #9A9890;--bg: #FBFAF7;--surface: #FFFFFF;--tint: #F3F1EC;--line: #E3E0D8;--line-strong: #CBC7BC;--accent: #1D6B4C;--accent-soft: #E7F1EC;--danger: #B42318;--danger-soft: #FCEDEB;--warn-soft: #FBF4E4;--warn-line: #EAD9AE;--r: 4px;--header: 52px;--gutter: clamp(16px, 3vw, 32px);--font: "IBM Plex Sans", ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;--mono: "IBM Plex Mono", ui-monospace, Menlo, Consolas, monospace;--pop: 0 2px 4px rgba(0,0,0,.06), 0 8px 24px rgba(0,0,0,.1);font:400 15px/1.5 var(--font);color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility}*,*:before,*:after{box-sizing:border-box}html{-webkit-tap-highlight-color:transparent}body{margin:0;min-width:320px;background:var(--bg)}button,input,select,textarea{font:inherit;color:inherit}button{cursor:pointer;background:none;border:0;padding:0}button:disabled{cursor:not-allowed}a{color:inherit;text-decoration:none}h1,h2,h3,p,dl,dd{margin:0}h1,h2,h3{color:var(--ink);font-weight:600;line-height:1.25;letter-spacing:-.01em}h1{font-size:1.5rem}h2{font-size:1.1rem}h3{font-size:.95rem}ul,ol{margin:0;padding:0;list-style:none}fieldset{margin:0;padding:0;border:0;min-width:0}small{font-size:.82rem}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}::selection{background:#cfe4d9}.mono{font-family:var(--mono);font-feature-settings:"zero"}.muted{color:var(--muted)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap}.icon{flex:none;display:block}.mobile-only{display:none}.crow{display:block;overflow:visible}.crow-body{fill:var(--ink)}.crow-gloss{fill:#e6e3da}.crow-hackles{fill:#3a3a38}.crow-gape{fill:none;stroke:#5e5e5a;stroke-width:.6;stroke-linecap:round}.crow-bristles{stroke:#3a3a38;stroke-width:.5;stroke-linecap:round}.crow-iris{fill:#fff}.crow-pupil{fill:var(--ink)}.crow-glint{fill:#fff}.button{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:40px;padding:0 16px;border:1px solid var(--ink);border-radius:var(--r);background:var(--ink);color:#fff;font-weight:500;font-size:.92rem;white-space:nowrap;transition:background-color .12s,border-color .12s}.button:hover:not(:disabled){background:#333;border-color:#333}.button:disabled{opacity:.4}.button-ghost{background:var(--surface);color:var(--ink);border-color:var(--line-strong)}.button-ghost:hover:not(:disabled){background:var(--tint);border-color:var(--line-strong)}.button-danger{background:var(--danger);border-color:var(--danger)}.button-danger:hover:not(:disabled){background:#8f1c13;border-color:#8f1c13}.button-sm{min-height:32px;padding:0 11px;font-size:.86rem;gap:5px}.button.full{width:100%}.button.is-placeholder{pointer-events:none;color:var(--muted)}.icon-button{display:inline-grid;place-items:center;width:34px;height:34px;flex:none;border-radius:var(--r);color:var(--muted)}.icon-button:hover{background:var(--tint);color:var(--ink)}.icon-button.danger:hover{background:var(--danger-soft);color:var(--danger)}.link-button{display:inline-flex;align-items:center;gap:5px;color:var(--accent);font-size:.88rem;font-weight:500}.link-button:hover{text-decoration:underline;text-underline-offset:3px}.muted-link{color:var(--muted);justify-self:start}.danger-link{color:var(--danger)}.inline-link{color:var(--accent);text-decoration:underline;text-decoration-color:#1d6b4c59;text-underline-offset:3px}.inline-link:hover{text-decoration-color:currentColor}.back-link{display:inline-flex;align-items:center;gap:5px;color:var(--muted);font-size:.88rem}.back-link:hover{color:var(--ink)}.actions{display:flex;flex-wrap:wrap;align-items:center;gap:12px}.actions-stack{display:grid;gap:8px}.spinner{width:14px;height:14px;border-radius:50%;border:2px solid currentColor;border-right-color:transparent;animation:spin .7s linear infinite;flex:none}.page-loading{display:grid;place-items:center;min-height:200px;color:var(--muted)}.page-loading .spinner{width:20px;height:20px}.alert{padding:9px 12px;border-radius:var(--r);font-size:.88rem}.alert-error{background:var(--danger-soft);color:var(--danger)}.note{padding:10px 12px;border-left:3px solid var(--warn-line);background:var(--warn-soft);font-size:.9rem;color:#5c4a1e}.field{display:grid;gap:5px}.field-label{font-size:.82rem;font-weight:500;color:var(--muted)}.hint{color:var(--muted);font-size:.8rem}.hint-bad{color:var(--danger)}.hint-ok{color:var(--accent)}.hint-right{justify-self:end}input:not([type=checkbox]):not([type=radio]):not([type=range]),select,textarea{width:100%;min-height:40px;padding:8px 11px;border:1px solid var(--line-strong);border-radius:var(--r);background:var(--surface);outline:none;transition:border-color .12s,box-shadow .12s}textarea{resize:vertical;line-height:1.5;min-height:120px}input:hover,select:hover,textarea:hover{border-color:#b4afa3}input:focus,select:focus,textarea:focus{border-color:var(--accent)!important;box-shadow:0 0 0 3px #1d6b4c1f}input::placeholder,textarea::placeholder{color:var(--faint)}select{appearance:none;padding-right:32px;cursor:pointer}input[type=number]{-moz-appearance:textfield}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=checkbox],input[type=radio]{width:16px;height:16px;margin:0;accent-color:var(--accent);flex:none;cursor:pointer}.chevron{position:absolute;right:10px;top:50%;transform:translateY(-50%);color:var(--muted);pointer-events:none}.select-with-icon{position:relative;display:block}.select-with-icon .currency-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);pointer-events:none}.select-with-icon select{padding-left:38px}.input-affix{display:flex;align-items:stretch}.input-affix input{border-top-right-radius:0!important;border-bottom-right-radius:0!important}.input-affix>span{display:grid;place-items:center;padding:0 11px;border:1px solid var(--line-strong);border-left:0;border-radius:0 var(--r) var(--r) 0;background:var(--tint);color:var(--muted);font-size:.86rem;white-space:nowrap}.input-affix-left>span{order:-1;border:1px solid var(--line-strong);border-right:0;border-radius:var(--r) 0 0 var(--r)}.input-affix-left input{border-radius:0 var(--r) var(--r) 0!important}.input-affix-sm{width:110px}.input-affix-sm input{min-height:32px!important;padding:4px 8px!important;text-align:right}.password-field{position:relative;display:block}.password-field input{padding-right:44px!important}.password-field .icon-button{position:absolute;right:3px;top:50%;transform:translateY(-50%)}.check-row{display:flex;align-items:flex-start;gap:10px;cursor:pointer;font-size:.92rem}.check-row input{margin-top:3px}.radio-row{display:flex;flex-wrap:wrap;gap:20px}.radio-row label{display:inline-flex;align-items:center;gap:8px;cursor:pointer;font-size:.92rem}.radio-row label:has(input:disabled){color:var(--faint);cursor:not-allowed}.radius-field{display:grid;gap:8px}.radius-head{display:flex;align-items:center;justify-content:space-between;gap:12px}.range{width:100%;margin:0;accent-color:var(--ink);cursor:pointer}.tabs{display:flex;gap:20px;border-bottom:1px solid var(--line)}.tabs>a,.tabs>button{position:relative;padding:10px 0;color:var(--muted);font-weight:500;font-size:.92rem}.tabs>a:hover,.tabs>button:hover{color:var(--ink)}.tabs>a.active,.tabs>button[aria-selected=true]{color:var(--ink)}.tabs>a.active:after,.tabs>button[aria-selected=true]:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--ink)}.tag{display:inline-flex;align-items:center;height:20px;padding:0 6px;border:1px solid var(--line-strong);border-radius:3px;font-size:.74rem;font-weight:500;color:var(--muted);white-space:nowrap}.chip{display:inline-flex;align-items:center;gap:5px;height:26px;padding:0 8px;border:1px solid var(--line-strong);border-radius:3px;background:var(--surface);font-size:.8rem}.chip:hover{border-color:var(--ink)}.badge{display:inline-grid;place-items:center;min-width:18px;height:18px;padding:0 5px;border-radius:9px;background:var(--ink);color:#fff;font-size:.72rem;font-weight:600}.status{font-size:.8rem;font-weight:500;color:var(--muted)}.status:before{content:"";display:inline-block;width:7px;height:7px;margin-right:6px;border-radius:50%;background:var(--line-strong);vertical-align:1px}.status-published{color:var(--accent)}.status-published:before{background:var(--accent)}.status-paused:before{background:#c99a2e}.currency-icon{display:block;flex:none;border-radius:50%}.pair{display:inline-flex;align-items:center;gap:7px}.pair-side{display:inline-flex;align-items:center;gap:6px}.pair-side b{font-weight:600;color:var(--ink)}.pair-arrow{color:var(--faint)}.sk{display:block;height:10px;border-radius:2px;background:#ece9e2}.sk-lines{display:grid;gap:8px}.sk-w30{width:30%}.sk-w40{width:40%}.sk-w50{width:50%}.sk-w60{width:60%}.sk-w80{width:80%}.sk-w100{width:100%}.skeleton{pointer-events:none}.empty{padding:28px 4px;color:var(--muted);font-size:.92rem}.empty b{color:var(--ink);font-weight:600}.empty p{margin-bottom:10px;max-width:420px}.empty .button{margin-top:6px}.site-header{position:sticky;top:0;z-index:30;display:flex;align-items:center;justify-content:space-between;gap:16px;height:var(--header);padding:0 var(--gutter);background:var(--bg);border-bottom:1px solid var(--line)}.brand{display:inline-flex;align-items:center;gap:8px;font-weight:600;font-size:1.02rem;color:var(--ink);letter-spacing:-.01em}.brand-mark{width:28px;height:28px}.site-nav{display:flex;align-items:center;gap:22px}.nav-link{color:var(--muted);font-size:.92rem;font-weight:500}.nav-link:hover,.nav-link.active{color:var(--ink)}.nav-account{max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.page{width:min(100%,960px);margin:0 auto;padding:36px var(--gutter) 80px}.article{max-width:680px}.article h1{margin-bottom:12px}.article h2{margin:32px 0 10px}.article p{margin-bottom:12px}.lead{font-size:1.05rem;color:var(--muted)}.steps{counter-reset:step;display:grid;gap:10px}.steps li{counter-increment:step;position:relative;padding-left:30px;color:var(--muted)}.steps li:before{content:counter(step) ".";position:absolute;left:0;font-family:var(--mono);color:var(--ink)}.steps b{color:var(--ink);font-weight:600}.discover{display:flex;flex-direction:column;height:calc(100dvh - var(--header))}.toolbar{display:flex;align-items:center;gap:10px;padding:8px var(--gutter);border-bottom:1px solid var(--line);background:var(--bg);position:relative;z-index:10}.toolbar-currencies{display:flex;align-items:center;gap:4px}.swap-button{width:30px;height:30px}.toolbar-button{display:inline-flex;align-items:center;gap:7px;height:36px;padding:0 11px;border:1px solid var(--line-strong);border-radius:var(--r);background:var(--surface);font-size:.88rem}.toolbar-button:hover{border-color:var(--ink)}.toolbar-button .icon{color:var(--muted)}.toolbar-button.is-set{border-color:var(--ink)}.toolbar-button.is-set .icon{color:var(--ink)}.toolbar-filters{margin-left:auto}.toolbar-button+.toolbar-filters{margin-left:0}.toolbar-currencies+.toolbar-button{margin-left:auto}.currency-filter{position:relative}.currency-trigger{display:inline-flex;align-items:center;gap:8px;height:36px;padding:0 30px 0 11px;position:relative;border:1px solid var(--line-strong);border-radius:var(--r);background:var(--surface);font-size:.88rem;min-width:150px;text-align:left}.currency-trigger:hover,.currency-filter.is-open .currency-trigger{border-color:var(--ink)}.currency-trigger .field-label{font-size:.88rem;font-weight:400}.currency-value{display:inline-flex;align-items:center;min-width:0}.currency-value .chevron{right:9px}.currency-any{color:var(--ink)}.currency-stack{display:inline-flex;align-items:center;gap:3px;min-width:0}.currency-codes{margin-left:4px;font-weight:600;color:var(--ink);max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.popover{position:absolute;z-index:40;top:calc(100% + 4px);left:0;width:260px;max-height:360px;overflow:auto;padding:4px;border:1px solid var(--line-strong);border-radius:var(--r);background:var(--surface);box-shadow:var(--pop)}.popover-head{display:flex;justify-content:space-between;align-items:center;padding:6px 8px 8px;font-size:.8rem;color:var(--muted)}.currency-options{display:grid}.currency-options button{display:flex;align-items:center;gap:10px;width:100%;padding:7px 8px;border-radius:3px;text-align:left}.currency-options button:hover{background:var(--tint)}.currency-option-text{display:flex;align-items:baseline;gap:8px;flex:1;min-width:0}.currency-option-text b{font-weight:600;font-size:.9rem}.currency-option-text small{color:var(--muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.checkbox{display:grid;place-items:center;width:16px;height:16px;border:1px solid var(--line-strong);border-radius:3px;color:transparent;flex:none}.currency-options button.is-on .checkbox{background:var(--ink);border-color:var(--ink);color:#fff}.currency-inline legend{font-size:.82rem;font-weight:500;color:var(--muted);margin-bottom:6px}.view-switch{display:none}.discovery-body{flex:1;min-height:0;display:grid;grid-template-columns:minmax(0,1fr) clamp(340px,30vw,420px)}.map-section{position:relative;z-index:0;min-height:0;background:#e9e7e1}.map-section .map-wrap{height:100%}.map-status{position:absolute;z-index:2;top:10px;left:10px;padding:4px 9px;border-radius:3px;background:var(--ink);color:#fff;font-size:.78rem}.map-message{position:absolute;z-index:2;top:10px;left:50%;transform:translate(-50%);padding:6px 10px;border-radius:3px;background:var(--surface);border:1px solid var(--line-strong);font-size:.82rem;white-space:nowrap}.results{min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:18px 0 60px;background:var(--bg);border-left:1px solid var(--line);scrollbar-width:thin}.results-head{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;padding:0 18px 12px}.results-head h1{font-size:1.15rem}.results-head p{margin-top:2px;color:var(--muted);font-size:.84rem}.sort-select{position:relative;flex:none}.sort-select select{min-height:30px!important;width:auto!important;padding:3px 28px 3px 9px!important;font-size:.82rem}.sort-select .chevron{right:8px}.active-filters{display:flex;flex-wrap:wrap;gap:6px;padding:0 18px 12px}.results .alert,.results .empty{margin:0 18px 12px}.results .empty{margin-top:0;padding:8px 0}.load-more{width:calc(100% - 36px)!important;margin:14px 18px 0}.offer-list{border-top:1px solid var(--line);transition:opacity .15s}.offer-list.is-refreshing{opacity:.5}.offer-row{display:grid;grid-template-columns:1fr auto;align-items:center;gap:4px 12px;width:100%;padding:12px 18px;text-align:left;border-bottom:1px solid var(--line);background:transparent}button.offer-row:hover{background:var(--surface)}.offer-row.is-active{background:var(--accent-soft);box-shadow:inset 3px 0 0 var(--accent)}.offer-row-rate{display:grid;justify-items:end;line-height:1.25}.offer-row-rate b{font-size:1rem;font-weight:500;color:var(--ink)}.offer-row-rate small{color:var(--muted);font-size:.74rem}.offer-row-meta{grid-column:1 / -1;display:flex;flex-wrap:wrap;align-items:center;gap:4px 10px;font-size:.82rem;color:var(--muted)}.offer-row-user{color:var(--text);font-weight:500}.offer-row.skeleton{gap:10px 12px;padding:16px 18px}.offer-row.skeleton .sk-w60{grid-column:1 / -1;width:45%}.sk-right{justify-self:end;width:60px!important}.map-wrap{position:relative;width:100%;height:100%;overflow:hidden}.map-canvas{position:absolute;inset:0}.map-loading{position:absolute;inset:0;background:#e9e7e1}.maplibregl-ctrl-group{border-radius:var(--r)!important;box-shadow:none!important;border:1px solid var(--line-strong)}.maplibregl-ctrl-group button{width:30px!important;height:30px!important}.maplibregl-ctrl-attrib{font-size:10px}.map-marker-anchor{display:block}.map-marker{display:grid;place-items:center;min-width:26px;height:26px;padding:0 7px;border-radius:3px;border:1.5px solid #fff;background:var(--ink);color:#fff;font:600 .78rem/1 var(--mono);box-shadow:0 1px 3px #00000059;cursor:pointer}.map-marker:hover{background:#3a3a38}.map-marker.is-selected{background:var(--accent)}.centre-pin{position:absolute;z-index:2;left:50%;top:50%;width:28px;height:38px;margin:-38px 0 0 -14px;pointer-events:none;transition:transform .15s,opacity .15s}.centre-pin svg,.drag-pin svg{display:block;filter:drop-shadow(0 1px 2px rgba(0,0,0,.35))}.centre-pin.is-lifted{transform:translateY(-6px)}.drag-pin{cursor:grab}.drag-pin.is-dragging{cursor:grabbing}.map-pick-bar{position:absolute;z-index:3;left:8px;right:8px;bottom:8px;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:6px 6px 6px 12px;border:1px solid var(--line-strong);border-radius:var(--r);background:var(--surface);font-size:.84rem;color:var(--muted)}.pick-hint-desktop{display:none}.map-wrap.is-picking .maplibregl-ctrl-bottom-right{bottom:52px}@media(min-width:761px){.centre-pin.is-ghost{opacity:0}.map-pick-bar.has-point .button{display:none}.map-pick-bar.has-point .pick-hint-desktop{display:inline}.map-pick-bar.has-point .pick-hint-mobile{display:none}}.sheet-layer{position:fixed;inset:0;z-index:60;display:flex;align-items:center;justify-content:center;padding:20px;background:#1414144d;animation:fadeIn .15s both}.sheet-layer.is-leaving{animation:fadeOut .2s both}.sheet{position:relative;display:flex;flex-direction:column;width:min(420px,100%);max-height:min(92dvh,800px);border-radius:6px;background:var(--surface);box-shadow:var(--pop);overflow:hidden}.side-right{justify-content:flex-end;padding:0}.side-right .sheet{width:min(440px,100%);height:100%;max-height:none;border-radius:0;border-left:1px solid var(--line-strong);animation:slideIn .2s ease-out both}.side-right.is-leaving .sheet{animation:slideOut .2s ease-in both}.sheet-grip{display:none}.sheet-close{position:absolute;z-index:2;top:12px;right:12px}.sheet-head{display:grid;gap:8px;padding:18px 56px 16px 20px;border-bottom:1px solid var(--line)}.sheet-head p{color:var(--muted);font-size:.9rem}.sheet-body{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:18px 20px;display:grid;gap:22px;align-content:start}.sheet-foot{display:flex;flex-wrap:wrap;align-items:center;gap:8px;padding:12px 20px calc(12px + env(safe-area-inset-bottom));border-top:1px solid var(--line)}.sheet-foot .button{flex:1}.sheet-section{display:grid;gap:10px}.sheet-section-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.filter-map{height:260px;border:1px solid var(--line);border-radius:var(--r);overflow:hidden}.confirm-sheet .sheet-head{border-bottom:0}.confirm-sheet .sheet-foot{border-top:0;padding-top:4px}.detail-rate{display:grid;gap:2px;margin-top:4px}.detail-rate b{font-size:1.6rem;font-weight:500;color:var(--ink);line-height:1.2}.detail-rate b span{font-family:var(--font);font-size:.9rem;color:var(--muted);font-weight:400}.detail-rate small{color:var(--muted)}.detail-rate small:empty{display:none}.detail-facts{display:grid;grid-template-columns:90px 1fr;gap:8px 12px;font-size:.92rem}.detail-facts dt{color:var(--muted)}.detail-section{display:grid;gap:6px}.detail-section h3{font-size:.82rem;font-weight:500;color:var(--muted)}.terms{white-space:pre-wrap;overflow-wrap:anywhere}.toasts{position:fixed;z-index:80;left:16px;bottom:calc(16px + env(safe-area-inset-bottom));display:grid;gap:6px;pointer-events:none}.toast{padding:9px 14px;border-radius:var(--r);background:var(--ink);color:#fff;font-size:.88rem;animation:fadeIn .15s both}.toast.error{background:var(--danger)}.auth-page{min-height:100dvh;display:grid;place-items:start center;padding:12vh 16px 40px}.auth-box{width:min(360px,100%);display:grid;gap:22px}.auth-box .brand{justify-self:start}.auth-box form{display:grid;gap:16px}.auth-back{display:inline-flex;align-items:center;gap:5px;justify-self:start;color:var(--muted);font-size:.86rem}.auth-back:hover{color:var(--ink)}.dashboard{padding-top:28px}.dashboard-head{display:flex;align-items:baseline;gap:14px;margin-bottom:14px}.visibility{font-size:.84rem;color:var(--muted)}.visibility.is-on{color:var(--accent)}.dashboard-tabs{margin-bottom:24px}.dashboard .alert{margin-bottom:14px}.page-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.own-offers{border-top:1px solid var(--line)}.own-offer{display:grid;grid-template-columns:64px minmax(120px,1fr) minmax(90px,auto) 100px auto;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid var(--line)}.own-offer.is-busy{opacity:.5}.own-offer.skeleton{grid-template-columns:1fr 2fr;padding:18px 0}.own-offer-rate{color:var(--ink);text-align:right}.own-offer-escrow{font-size:.82rem;color:var(--muted)}.own-offer-actions{display:flex;align-items:center;gap:6px;justify-content:flex-end}.empty-left{padding-top:12px}.location-grid{display:grid;grid-template-columns:minmax(0,1.4fr) minmax(280px,1fr);gap:28px;align-items:start}.location-map{height:460px;border:1px solid var(--line);border-radius:var(--r);overflow:hidden}.location-form{display:grid;gap:18px}.location-status{font-size:.82rem;color:var(--muted)}.settings{border-top:1px solid var(--line)}.settings-section{display:grid;grid-template-columns:240px minmax(0,420px);gap:32px;padding:24px 0;border-bottom:1px solid var(--line)}.settings-label h2{font-size:1rem;margin-bottom:4px}.settings-label p{color:var(--muted);font-size:.86rem}.settings-fields{display:grid;gap:16px}.editor-title{font-size:1.25rem;margin:8px 0 20px}.editor-grid{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:40px;align-items:start}.editor-main{display:grid}.form-section{display:grid;gap:14px;padding:20px 0;border-top:1px solid var(--line)}.form-section h3{font-size:.95rem}.pair-fields{display:grid;grid-template-columns:1fr auto 1fr;align-items:end;gap:8px}.pair-fields .swap-button{margin-bottom:3px}.rate-preview{font-size:.88rem;color:var(--muted)}.editor-side{position:sticky;top:calc(var(--header) + 20px);display:grid;gap:14px;padding:16px;border:1px solid var(--line);border-radius:var(--r);background:var(--surface)}.checklist{display:grid;gap:8px;font-size:.88rem}.checklist li{display:flex;align-items:center;gap:8px;color:var(--muted)}.checklist li .icon{color:var(--danger)}.checklist li.ok{color:var(--text)}.checklist li.ok .icon{color:var(--accent)}.checklist a{color:var(--ink);text-decoration:underline;text-underline-offset:3px}@media(max-width:1000px){.editor-grid,.location-grid{grid-template-columns:1fr;gap:24px}.editor-side{position:static}.settings-section{grid-template-columns:1fr;gap:14px}}@media(max-width:760px){:root{--header: 50px}.hide-sm{display:none!important}.site-nav{gap:16px}.toolbar{gap:6px;padding:8px 12px}.toolbar-currencies,.currency-filter{flex:1;min-width:0}.currency-trigger{width:100%;min-width:0;padding:0 8px;flex-direction:column;align-items:flex-start;justify-content:center;gap:0;height:42px;line-height:1.2}.currency-trigger .field-label{font-size:.7rem}.currency-value .chevron{display:none}.currency-codes{max-width:90px}.toolbar-filters{position:relative;width:42px;height:42px;padding:0;justify-content:center;margin-left:0}.toolbar-filters .badge{position:absolute;top:-6px;right:-6px}.popover{position:fixed;left:12px;right:12px;top:auto;width:auto}.view-switch{display:flex;gap:20px;padding:0 12px;border-bottom:1px solid var(--line)}.view-switch button{position:relative;padding:8px 0;color:var(--muted);font-weight:500;font-size:.9rem}.view-switch button[aria-selected=true]{color:var(--ink)}.view-switch button[aria-selected=true]:after{content:"";position:absolute;left:0;right:0;bottom:-1px;height:2px;background:var(--ink)}.discovery-body{display:block;position:relative;overflow:hidden}.map-section,.results{position:absolute;inset:0}.results{border-left:0}.discovery-body[data-view=map] .results,.discovery-body[data-view=list] .map-section{visibility:hidden;pointer-events:none}.results-head,.active-filters{padding-left:12px;padding-right:12px}.offer-row{padding:12px}.sheet-layer,.side-right{align-items:flex-end;justify-content:stretch;padding:0}.sheet,.side-right .sheet{width:100%;height:auto;max-height:90dvh;border-radius:8px 8px 0 0;border-left:0;animation:slideUp .2s ease-out both}.is-leaving .sheet,.side-right.is-leaving .sheet{animation:slideDown .2s ease-in both}.sheet-head{padding:16px 52px 14px 16px}.sheet-close{top:10px;right:8px}.sheet-body{padding:16px}.sheet-foot{padding:12px 16px calc(12px + env(safe-area-inset-bottom))}.mobile-only{display:grid}.filter-currencies{gap:16px}.currency-inline .currency-options{grid-template-columns:1fr 1fr;gap:4px}.currency-inline .currency-options button{border:1px solid var(--line)}.currency-inline .currency-option-text small{display:none}.filter-map{height:200px}.page{padding-top:24px}.dashboard{padding-top:20px}.own-offer{grid-template-columns:auto 1fr auto;gap:6px 12px}.own-offer .status{grid-column:1 / -1}.own-offer-rate{text-align:left}.own-offer-escrow{display:none}.own-offer-actions{grid-column:1 / -1;justify-content:flex-start}.own-offer-actions .icon-button{margin-left:auto}.pair-fields{grid-template-columns:1fr}.pair-fields .swap-button{justify-self:center;transform:rotate(90deg);margin:0}.location-map{height:50vh;min-height:280px}.auth-page{padding-top:8vh}}@keyframes spin{to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}}@keyframes fadeOut{to{opacity:0}}@keyframes slideIn{0%{transform:translate(100%)}}@keyframes slideOut{to{transform:translate(100%)}}@keyframes slideUp{0%{transform:translateY(100%)}}@keyframes slideDown{to{transform:translateY(100%)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;transition-duration:.01ms!important}}
