/* Uniswap Direct: one centered exchange surface. */
:root{color-scheme:dark;font-family:Inter,"Segoe UI",Arial,sans-serif;color:#f4f3f6;background:#0d0e11;font-synthesis:none;--muted:#9a9aa5;--accent:#ffb4da;--line:#2d2e36;--surface:#18191e}
*{box-sizing:border-box}body{margin:0;min-height:100svh;display:flex;flex-direction:column}button,input,select{font:inherit}button,select,summary,a{-webkit-tap-highlight-color:transparent}button,summary{cursor:pointer}button{color:inherit}button:disabled{cursor:default}button:focus-visible,input:focus-visible,select:focus-visible,summary:focus-visible,a:focus-visible{outline:2px solid var(--accent);outline-offset:4px}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}button{transition:background .15s,border-color .15s,opacity .15s}svg{width:20px;height:20px;fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:round;stroke-linejoin:round;flex:none}[hidden]{display:none!important}
.site-header{width:100%;max-width:1440px;margin:0 auto;padding:26px 36px;display:flex;align-items:center;justify-content:space-between;gap:20px}.brand{display:flex;align-items:center;gap:12px;color:#f4f3f6;font-weight:650;font-size:18px;white-space:nowrap}.brand:hover{text-decoration:none}.brand-mark{display:grid;place-items:center;width:34px;height:34px;border-radius:11px;background:var(--accent);color:#371c2b;font-size:22px;font-weight:800}.brand-subtle{font-weight:400;color:var(--muted)}.wallet-button{border:1px solid #4e3647;border-radius:12px;background:#291f28;color:#ffc2e3;min-height:42px;padding:10px 16px;font-size:14px;font-weight:600}.wallet-button:hover:not(:disabled){background:#382837}.wallet-button:disabled{opacity:.55}
.swap-stage{flex:1;width:100%;padding:44px 20px 60px;display:flex;flex-direction:column;align-items:center;justify-content:center}.swap-card{width:100%;max-width:496px;padding:24px;background:var(--surface);border:1px solid var(--line);border-radius:26px;box-shadow:0 18px 60px #00000030}.card-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:24px}h1{font-size:22px;line-height:1.3;font-weight:600;margin:0}.card-tools{display:flex;align-items:center;gap:10px}.network-chip{font-size:12px;line-height:1.4;color:#c2c0ca;background:#23242c;border:1px solid #30313a;border-radius:7px;padding:6px 9px}.icon-button{display:grid;place-items:center;background:transparent;border:0;padding:8px;border-radius:9px;color:var(--muted);min-width:36px;min-height:36px}.icon-button:hover:not(:disabled){background:#30313a;color:#f4f3f6}.settings{position:relative}.settings>summary{list-style:none}.settings>summary::-webkit-details-marker{display:none}.settings[open]>summary{background:#30313a;color:#f4f3f6}.settings-panel{position:absolute;right:0;top:46px;width:266px;max-width:calc(100vw - 64px);padding:20px;border:1px solid #40414c;border-radius:16px;background:#22232a;box-shadow:0 12px 36px #0008;z-index:5}.settings-panel label{display:block;font-size:14px;margin-bottom:8px}.settings-panel select{width:100%;padding:10px;border:1px solid #41424d;border-radius:8px;background:#17181d;color:#f4f3f6;font-size:14px;margin-bottom:18px}.settings-panel p{margin:0;color:var(--muted);font-size:13px;line-height:1.5;overflow-wrap:anywhere}
.amount-card{background:#23242a;border:1px solid #2b2c34;border-radius:17px;padding:18px 18px 15px}.amount-card:focus-within{border-color:#756071}.receive-card{background:#202126}.field-label{display:block;font-size:14px;color:#aaa9b4;margin-bottom:12px}.amount-row{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:12px;min-height:46px}#amount,#output{display:block;width:100%;min-width:0;border:0;background:none;color:#f5f4f7;font-size:clamp(25px,4.4vw,34px);line-height:1.25;padding:0;font-weight:500;font-variant-numeric:tabular-nums}#amount:focus-visible{outline:0}#amount{border-radius:0}#output{overflow-wrap:anywhere;word-break:break-word}#output.pending{color:#696a77}.token-slot{display:flex;justify-content:flex-end}.token-pill{display:flex;align-items:center;justify-content:center;gap:8px;min-height:42px;border-radius:24px;padding:6px 10px;background:#32333d;border:1px solid #444550;font-size:16px;font-weight:600;white-space:nowrap}.token-icon{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#7da16b;color:#12200e;font-size:14px;font-weight:750;flex:none}.token-icon[data-symbol="ETH"]{background:#939ade;color:#20243e}.token-icon[data-symbol="USDC"],.token-icon[data-symbol="USDG"]{background:#4286d7;color:white}.token-icon[data-symbol="EURC"]{background:#768ae0;color:white}.token-icon[data-symbol="GLD"],.token-icon[data-symbol="USO"]{background:#d0b36b;color:#352b16}.token-icon[data-symbol="SLV"]{background:#bdc4ce;color:#272e36}.token-picker{position:relative;background:#3a303b;border-color:#594454}.token-picker:hover{border-color:#a77995}.token-picker:focus-within{outline:2px solid var(--accent);outline-offset:3px}.token-picker select{position:absolute;inset:0;opacity:0;width:100%;height:100%;cursor:pointer}.token-picker select option,.token-picker select optgroup{background:#22232a;color:#f4f3f6}.chevron{width:15px;height:15px}.field-bottom{display:flex;justify-content:space-between;gap:12px;margin-top:12px;font-size:12px;line-height:1.5;color:#9b9aa6}.field-bottom>span{min-width:0;overflow-wrap:anywhere}.field-bottom>span:last-child{text-align:right}.reverse-row{height:8px;display:flex;justify-content:center;position:relative;z-index:1}.reverse-button{position:absolute;top:-16px;width:40px;height:40px;display:grid;place-items:center;border:4px solid var(--surface);border-radius:13px;background:#32333c;color:#d0cad5}.reverse-button:hover:not(:disabled){background:#49404b;color:var(--accent)}.reverse-button:disabled{opacity:.5}.rate-row{min-height:52px;padding:10px 2px;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#aaa9b4;font-size:14px}.rate-row>span{overflow-wrap:anywhere}.refresh-button{min-width:30px;min-height:30px;padding:5px}.refresh-button svg{width:16px;height:16px}.refresh-button.busy svg{animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}
.primary-button{width:100%;min-height:56px;border:1px solid transparent;border-radius:15px;padding:14px 18px;background:var(--accent);color:#341b2c;font-weight:650;font-size:17px;line-height:1.4}.primary-button:hover:not(:disabled){background:#ffc8e5}.primary-button:disabled{background:#392c37;color:#ba8ba8}.message{font-size:14px;line-height:1.5;text-align:center;color:var(--muted);margin:12px 2px 18px;min-height:20px;overflow-wrap:anywhere}.message.bad{color:#ffb69f}.trade-details{border-top:1px solid var(--line);padding-top:15px}.trade-details>summary{display:flex;align-items:center;justify-content:space-between;gap:12px;color:#aaa9b4;font-size:14px;list-style:none}.trade-details>summary::-webkit-details-marker{display:none}.trade-details[open]>summary .chevron{transform:rotate(180deg)}.details-content{font-size:14px;line-height:1.5;color:#aaa9b4;padding-top:6px;overflow-wrap:anywhere}.details-content dl{margin:12px 0 20px}.details-content dl>div{display:flex;align-items:baseline;justify-content:space-between;gap:20px;margin:12px 0}.details-content dd{margin:0;text-align:right;color:#e3dfe8;font-variant-numeric:tabular-nums}.details-content p{margin:12px 0}.asset-description{border-top:1px solid var(--line);margin-top:18px;padding-top:18px}.asset-description strong{color:#e3dfe8;font-weight:500}.technical{margin-top:18px}.technical pre{font-size:12px;background:#121318;padding:12px;border-radius:8px;white-space:pre-wrap;word-break:break-word;max-height:240px;overflow:auto}.transactions:empty{display:none}.transaction{font-size:13px;line-height:1.6;border-top:1px solid var(--line);padding-top:15px;margin:16px 0 0;overflow-wrap:anywhere}.under-card{font-size:12px;text-align:center;line-height:1.6;color:#777782;max-width:440px;margin:18px 0 0}.site-footer{display:flex;justify-content:space-between;gap:20px;max-width:1440px;width:100%;margin:0 auto;padding:18px 36px 26px;color:#777782;font-size:12px}.site-footer a{color:#95939f}
@media(max-width:560px){.site-header{padding:20px 18px;gap:12px}.brand{font-size:15px;gap:9px}.brand-mark{width:29px;height:29px;border-radius:9px;font-size:19px}.brand-subtle{display:none}.wallet-button{font-size:14px;padding:9px 11px;min-height:38px}.swap-stage{padding:30px 14px 44px;justify-content:flex-start}.swap-card{padding:18px 14px;border-radius:22px}.card-heading{margin-bottom:20px;padding:0 4px}h1{font-size:20px}.network-chip{font-size:12px;padding:5px 7px}.card-tools{gap:4px}.amount-card{padding:16px 13px 13px}.amount-row{gap:8px}.token-pill{font-size:14px;gap:6px;padding:6px 8px}.token-icon{width:23px;height:23px;font-size:13px}.field-bottom{font-size:12px;gap:8px}.site-footer{padding:16px 18px 22px;gap:16px}.site-footer>span{display:none}.under-card{font-size:12px;max-width:300px}.primary-button{font-size:16px}}
@media(prefers-reduced-motion:reduce){button{transition:none}.refresh-button.busy svg{animation:none}}
