:root{--orange:#ff5a00;--orange2:#ff7a22;--ink:#101012;--muted:#8e8e95;--line:#e8e8eb;--card:#fff;--soft:#f6f6f7;--dark:#080808}*{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:linear-gradient(180deg,#070707 0 700px,#f8f8f8 980px);min-height:100vh}.topbar{height:82px;padding:0 34px;display:flex;align-items:center;justify-content:space-between;gap:24px;background:rgba(7,7,7,.88);backdrop-filter:blur(18px);border-bottom:1px solid #242424;position:sticky;top:0;z-index:10}.brand{display:flex;align-items:center;gap:9px;text-decoration:none;min-width:215px}.brand-icon{width:48px;height:48px;border-radius:14px;object-fit:cover}.brand-wordmark{width:190px;height:48px;object-fit:contain;object-position:center}.main-nav{display:flex;align-items:center;gap:7px}.main-nav a{color:#a6a6ab;text-decoration:none;padding:13px 15px;font-size:14px;font-weight:700;border-radius:12px}.main-nav a.active,.main-nav a:hover{color:#fff;background:#171717}.main-nav a.active{position:relative}.main-nav a.active:after{content:"";position:absolute;height:2px;left:15px;right:15px;bottom:4px;background:var(--orange)}.top-actions{display:flex;align-items:center;gap:10px}.network{color:#d7d7da;font-size:11px;font-weight:800;padding:9px 12px;border:1px solid #2c2c2e;border-radius:12px;background:#111}.network i{display:inline-block;width:7px;height:7px;background:#34c759;border-radius:50%;margin-right:6px}.theme-button{width:44px;height:44px;border-radius:50%;border:1px solid #2d2d2f;background:#101010;color:#fff;font-size:18px}.wallet{border:0;background:linear-gradient(135deg,var(--orange),#ff812d);color:#fff;padding:14px 19px;border-radius:15px;font-weight:850;font-size:14px;box-shadow:0 10px 28px rgba(255,90,0,.2)}.wallet-wrap{position:relative}.wallet-menu{display:none;position:absolute;right:0;top:calc(100% + 8px);width:170px;background:#fff;border:1px solid var(--line);border-radius:14px;padding:6px;box-shadow:0 14px 35px #0003;z-index:50}.wallet-menu.open{display:block}.wallet-menu button{display:block;width:100%;text-align:left;border:0;background:#fff;border-radius:10px;padding:11px 12px;font-weight:750;color:#222}.wallet-menu button:hover{background:#fff1e9;color:#d94b00}main{max-width:1120px;margin:auto;padding:54px 28px 70px}.hero{min-height:360px;position:relative;display:grid;grid-template-columns:1.05fr .95fr;align-items:center;overflow:hidden;border-radius:30px;margin-bottom:28px;padding:35px 40px;background:#090909 url('./fogoswap-banner.png') center/cover no-repeat;box-shadow:0 28px 80px rgba(0,0,0,.28)}.hero:before{content:"";position:absolute;inset:0;background:linear-gradient(90deg,rgba(0,0,0,.85),rgba(0,0,0,.38) 56%,rgba(0,0,0,.12));pointer-events:none}.hero-copy,.hero-art,.hero-tag{position:relative;z-index:1}.eyebrow{display:inline-flex;align-items:center;gap:8px;color:#ddd;font-size:12px;font-weight:800;letter-spacing:.3px;text-transform:uppercase}.eyebrow i{width:7px;height:7px;border-radius:50%;background:var(--orange);box-shadow:0 0 14px var(--orange)}.hero h1{color:#fff;font-size:52px;line-height:1.02;letter-spacing:-2.7px;margin:16px 0 14px}.hero h1 span{color:#fff}.hero p{color:#bdbdc2;font-size:18px;line-height:1.45;margin:0}.hero-actions{display:flex;gap:10px;margin-top:25px}.primary-cta,.secondary-cta{border-radius:14px;padding:13px 18px;font-size:14px;font-weight:850;text-decoration:none}.primary-cta{color:#fff;background:linear-gradient(135deg,var(--orange),var(--orange2))}.primary-cta b{margin-left:8px}.secondary-cta{background:#fff;color:#111;border:0}.hero-art{justify-self:center;width:300px;height:300px;border-radius:50%;display:grid;place-items:center;background:radial-gradient(circle,#ff6a0b1f,#0000 64%)}.hero-art img{width:250px;height:250px;object-fit:contain;filter:drop-shadow(0 22px 34px rgba(255,90,0,.35))}.hero-tag{justify-self:end;text-align:right;color:#8f8f94;font-size:12px;line-height:1.7;letter-spacing:2px}.swap-card{width:min(100%,650px);margin:-8px auto 0;position:relative;z-index:3;background:rgba(255,255,255,.98);border:1px solid #e6e6e8;border-radius:28px;padding:18px;box-shadow:0 25px 80px rgba(0,0,0,.18)}.swap-tabs{display:grid;grid-template-columns:repeat(2,1fr);border-bottom:1px solid #ececef;margin:-2px -2px 14px}.swap-tabs button{border:0;background:transparent;padding:13px 8px;color:#707077;font-size:13px;font-weight:800}.swap-tabs button.active{color:var(--orange);border-bottom:2px solid var(--orange)}.token-box{background:#f7f7f8;border:1px solid #ededf0;border-radius:21px;padding:17px}.line,.amount-row,.settings-line,.info,.setting,.modal-head{display:flex;align-items:center;justify-content:space-between;gap:10px}.muted,#tokenStatus{color:#8d8d94;font-size:12px;font-weight:700}.amount-row{margin-top:3px}.amount-row input{min-width:0;width:100%;border:0;outline:0;background:transparent;font-size:37px;font-weight:780;padding:7px 0;color:#111}.amount-row input::placeholder{color:#bfc0c4}.max-button{border:1px solid #ffd0b7;background:#fff2eb;color:#e74d00;border-radius:11px;padding:9px 10px;font-size:11px;font-weight:900;white-space:nowrap}.token-select{display:flex;align-items:center;gap:8px;max-width:210px;border:1px solid #e5e5e8;background:#fff;border-radius:15px;padding:8px 11px;font-weight:850;white-space:nowrap}.token-select img{width:30px;height:30px;border-radius:10px;object-fit:cover}.flip-wrap{height:0;position:relative;z-index:4}.flip{position:absolute;left:50%;transform:translate(-50%,-50%);width:46px;height:46px;border-radius:50%;border:4px solid #fff;background:#fff;box-shadow:0 7px 22px #0002;color:var(--orange);font-size:21px;font-weight:900}.usd-value{margin-top:2px;color:#929299;font-size:11px;font-weight:700;padding-left:1px;min-height:16px}.settings-line{padding:13px 3px 3px;color:#88888e;font-size:11px}.settings-line button{border:1px solid #dddde1;background:#fff;color:#29292d;padding:9px 12px;border-radius:11px;font-weight:800}.settings-line b,.fee-line b{color:#111;font-weight:900}.fee-line{display:flex;justify-content:flex-end;padding:0 3px 11px;color:#88888e;font-size:11px}.swap-button{width:100%;border:0;border-radius:16px;padding:17px;background:linear-gradient(135deg,var(--orange),#ff7b28);color:#fff;font-size:16px;font-weight:900;box-shadow:0 10px 26px rgba(255,90,0,.18)}.info{padding:13px 7px 3px;color:#8c8c92;font-size:12px}.info b{color:#333}.history-under-card{display:block;width:min(100%,650px);margin:13px auto 0;border:1px solid #e1e1e4;background:#fff;color:#202024;border-radius:15px;padding:13px 16px;font-size:13px;font-weight:850;cursor:pointer}.history-under-card:hover{border-color:#ffb18a;background:#fffaf7}.trust-strip{display:grid;grid-template-columns:repeat(4,1fr);margin:44px auto 35px;max-width:1000px;background:#fff;border:1px solid #ececef;border-radius:22px;box-shadow:0 15px 45px #0000000b}.trust-strip div{text-align:center;padding:25px 12px;border-right:1px solid #ededee}.trust-strip div:last-child{border-right:0}.trust-strip b{display:grid;place-items:center;width:42px;height:42px;margin:0 auto 10px;border-radius:13px;background:#fff0e8;color:var(--orange);font-size:19px}.trust-strip strong{display:block;font-size:14px}.trust-strip span{display:block;color:#8b8b91;font-size:11px;margin-top:5px}.token-shortcuts{max-width:1000px;margin:auto}.section-title{display:flex;align-items:center;justify-content:space-between}.section-title h2{font-size:24px;letter-spacing:-.8px;margin:0 0 15px}.section-title button{border:0;background:transparent;color:var(--orange);font-weight:850}.token-pills{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.token-pills button{display:grid;grid-template-columns:42px 1fr;grid-template-rows:1fr 1fr;align-items:center;text-align:left;border:1px solid #ececef;background:#fff;border-radius:18px;padding:11px;cursor:pointer}.token-mini{grid-row:1/3;display:grid;place-items:center;width:40px;height:40px;border-radius:13px;background:#f1f1f2;font-size:21px;font-weight:900}.token-mini.green{background:#eff8e9;color:#4c8b24}.token-mini.orange{background:#fff0e8;color:var(--orange)}.token-pills b{font-size:13px}.token-pills small{color:#919197;font-size:10px}.social-footer{max-width:1000px;margin:50px auto 0;padding-top:22px;border-top:1px solid #dedee1;display:flex;justify-content:space-between;color:#85858b;font-size:12px;font-weight:700}.modal{display:none;position:fixed;inset:0;background:#08080899;backdrop-filter:blur(10px);align-items:flex-end;justify-content:center;padding:15px;z-index:30}.modal.open{display:flex}.modal-card{width:min(100%,560px);background:#fff;border-radius:25px;padding:18px;max-height:84vh;overflow:hidden}.close{border:0;background:#f0f0f2;border-radius:11px;width:36px;height:36px;font-size:20px}.modal-card>input{width:100%;border:1px solid #e4e4e7;border-radius:12px;padding:12px;outline:0;margin:12px 0 8px}.token-list{max-height:350px;overflow:auto}.token-item{width:100%;display:flex;align-items:center;gap:11px;padding:10px;border:0;border-bottom:1px solid #f0f0f2;background:#fff;text-align:left}.token-item:hover{background:#fff7f2}.token-item img{width:37px;height:37px;border-radius:11px;object-fit:cover}.token-item strong{display:block}.token-item small{display:block;color:#8d8d93;margin-top:2px;overflow-wrap:anywhere;word-break:break-word}.tag{margin-left:auto;background:#fff0e8;color:#df4b00;padding:5px 7px;border-radius:7px;font-size:10px;font-weight:800}.slip-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:7px;margin:10px 0}.slip-grid button,.custom button{border:1px solid #e3e3e6;background:#f5f5f6;border-radius:10px;padding:9px 4px;font-weight:800}.slip-grid button.active{background:#fff0e8;border-color:#ffb08a;color:#d94b00}.custom{display:flex;gap:7px}.custom input{width:100%;border:1px solid #e3e3e6;border-radius:10px;padding:10px;outline:0}.custom button{background:var(--orange);color:#fff;border:0;padding:0 14px}.setting{border-top:1px solid #eeeef0;margin-top:14px;padding-top:13px;font-size:13px}.setting select{border:1px solid #e3e3e6;border-radius:9px;padding:8px;background:#fff}.note{color:#8b8b90;font-size:11px;line-height:1.5}.history-card{max-height:82vh;overflow:hidden}.history-list{max-height:65vh;overflow:auto;display:grid;gap:9px}.history-empty{padding:22px 8px;text-align:center;color:#8a8a90;font-size:13px}.history-item{border:1px solid #ededf0;background:#fafafa;border-radius:15px;padding:12px}.history-top{display:flex;align-items:center;justify-content:space-between;gap:8px}.history-pair{font-weight:850;font-size:14px}.history-date{font-size:10px;color:#939399}.history-values{margin-top:7px;font-size:12px;line-height:1.55}.history-values b{color:#302f33}.history-link{display:inline-block;margin-top:8px;color:#df4b00;font-weight:800;font-size:11px;text-decoration:none}.history-link:hover{text-decoration:underline}.history-status{display:inline-flex;align-items:center;padding:4px 8px;border-radius:999px;font-size:9px;font-weight:900;letter-spacing:.35px;line-height:1}.history-status.success{background:#e8f8ee;color:#1f8a4c}.history-status.failed{background:#ffe9ed;color:#c72f4b}.history-failed{border-color:#f2d8de;background:#fffafb}.history-error{margin-top:7px;font-size:11px;color:#b52d45;line-height:1.4}#toast{position:fixed;left:50%;bottom:22px;transform:translate(-50%,20px);opacity:0;background:#111;color:#fff;padding:12px 15px;border-radius:12px;font-size:12px;transition:.2s;z-index:40;border:1px solid #333}#toast.show{opacity:1;transform:translate(-50%,0)}@media(max-width:800px){.topbar{padding:0 14px;height:70px}.main-nav,.network,.theme-button{display:none}.brand{min-width:0;gap:6px}.brand-icon{width:42px;height:42px}.brand-wordmark{width:180px;height:42px}.wallet{padding:12px 14px;font-size:13px}main{padding:24px 13px 55px;background:linear-gradient(180deg,#080808 0 540px,#f8f8f8 790px)}.hero{min-height:420px;grid-template-columns:1fr;padding:28px 22px;margin-bottom:18px;border-radius:24px}.hero h1{font-size:42px;letter-spacing:-2px}.hero p{font-size:16px}.hero-art{position:absolute;right:-35px;bottom:-15px;width:250px;height:250px;opacity:.82}.hero-art img{width:215px;height:215px}.hero-tag{position:absolute;right:20px;top:25px;font-size:9px}.hero-actions{margin-top:20px}.swap-card{padding:13px;border-radius:24px;margin-top:-4px}.amount-row input{font-size:31px}.token-select{max-width:175px}.trust-strip{grid-template-columns:repeat(2,1fr);margin:30px auto 26px;border-radius:18px}.trust-strip div{border-right:1px solid #ededee;border-bottom:1px solid #ededee}.trust-strip div:nth-child(2){border-right:0}.trust-strip div:nth-child(3),.trust-strip div:nth-child(4){border-bottom:0}.token-pills{grid-template-columns:1fr}.social-footer{margin-top:35px}.history-under-card{width:100%}}
/* FogoSwap refined responsive layout */
.hero{min-height:330px;grid-template-columns:1fr;align-items:center;padding:46px 48px;background:radial-gradient(circle at 78% 45%,rgba(255,90,0,.28),transparent 30%),linear-gradient(120deg,#070707 0%,#111 55%,#080808 100%);}
.hero:after{content:"";position:absolute;width:420px;height:420px;right:-120px;top:-110px;border-radius:50%;background:radial-gradient(circle,rgba(255,90,0,.22),transparent 65%);pointer-events:none}
.hero-copy{max-width:650px}.hero h1{max-width:620px}.hero-actions{margin-top:28px}.hero-tag{position:absolute;right:34px;top:30px}.swap-card{margin-top:0}
@media(max-width:800px){
 body{background:#f7f7f7}
 main{padding:18px 14px 48px;background:linear-gradient(180deg,#090909 0 455px,#f7f7f7 620px)}
 .hero{min-height:300px;padding:30px 22px;margin-bottom:16px;border-radius:22px;background:radial-gradient(circle at 85% 75%,rgba(255,90,0,.22),transparent 32%),linear-gradient(135deg,#070707,#15100d 68%,#090909)}
 .hero:after{width:260px;height:260px;right:-110px;top:80px}
 .hero-copy{max-width:none}
 .eyebrow{font-size:10px}
 .hero h1{font-size:38px;line-height:1.04;letter-spacing:-1.9px;margin:13px 0 12px}
 .hero p{font-size:15px;line-height:1.4}
 .hero-actions{margin-top:20px}
 .primary-cta{padding:12px 16px}
 .hero-tag{right:18px;top:18px;font-size:8px;line-height:1.65;letter-spacing:1.7px;opacity:.75}
 .swap-card{width:100%;border-radius:23px;padding:14px;box-shadow:0 18px 45px rgba(0,0,0,.12)}
 .history-under-card{margin-top:12px}
 .trust-strip{margin-top:34px}
 .social-footer{margin-top:36px}
}

.social-links{display:flex;justify-content:center;align-items:center;gap:14px;margin:36px auto 8px}
.social-links a{width:48px;height:48px;border-radius:14px;display:grid;place-items:center;background:#fff;border:1px solid #e6e6e8;box-shadow:0 7px 20px rgba(0,0,0,.05);transition:.18s;text-decoration:none}
.social-links a:hover{transform:translateY(-2px);border-color:#ffb18a;box-shadow:0 9px 24px rgba(255,90,0,.10)}
.social-links img{width:20px;height:20px;object-fit:contain;display:block}
.social-links a:first-child img{border-radius:0}
.social-links a:nth-child(2) img{width:21px;height:21px}
@media(max-width:800px){.social-links{margin:30px auto 4px;gap:12px}.social-links a{width:48px;height:48px;border-radius:14px}}
