.swap-page-container{min-height:100vh;height:auto;width:100%;background:linear-gradient(180deg,#0f0f0f,#1a1a1a 50%,#0f0f0f);position:relative;overflow-x:hidden}.swap-page-container:before{content:"";position:fixed;top:0;left:50%;transform:translateX(-50%);width:420px;height:100vh;background-image:url(/images/bg.webp);background-size:cover;background-position:50%;background-repeat:no-repeat;opacity:.1;z-index:0}.swap-page-loading{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:linear-gradient(180deg,#0f0f0f,#1a1a1a);color:white;gap:1rem}.swap-loading-spinner{width:50px;height:50px;border:3px solid rgba(249,115,22,.3);border-top-color:#f97316;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swap-header{position:relative;z-index:10;padding:1rem 1rem 2rem;text-align:center;background:linear-gradient(180deg,rgba(15,15,15,.9),transparent)}.swap-header-content{max-width:420px;margin:0 auto}.swap-title{font-size:2rem;font-weight:700;color:white;margin-bottom:.8rem;text-shadow:0 0 20px rgba(249,115,22,.5);background:linear-gradient(45deg,#ffffff,#f97316);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.1}.swap-subtitle{font-size:.9rem;color:rgba(255,255,255,.8);margin-bottom:1.5rem}.swap-features{display:grid;grid-template-columns:repeat(2,1fr);gap:.5rem;margin-bottom:1rem}.swap-feature{display:flex;align-items:center;gap:.3rem;padding:.5rem;background:rgba(15,15,15,.8);border:1px solid rgba(249,115,22,.3);border-radius:8px;backdrop-filter:blur(10px);transition:all .3s ease;font-size:.75rem}.swap-feature:hover{border-color:#f97316;transform:translateY(-1px);box-shadow:0 4px 15px rgba(249,115,22,.2)}.swap-feature-icon{font-size:.9rem;filter:drop-shadow(0 0 8px #f97316)}.swap-main-content{flex-direction:column;gap:1rem;padding:0}.swap-container,.swap-main-content{position:relative;z-index:10;display:flex;width:100%}.swap-container{justify-content:center}.swap-info-cards{display:flex;flex-direction:column;gap:1rem;margin-top:1rem}.swap-info-card{background:linear-gradient(145deg,rgba(15,15,15,.9),rgba(24,26,32,.9));border:1px solid rgba(249,115,22,.3);border-radius:12px;padding:1rem;backdrop-filter:blur(15px);transition:all .3s ease}.swap-info-card:hover{border-color:#f97316;box-shadow:0 6px 20px rgba(249,115,22,.15);transform:translateY(-1px)}.swap-info-card h3{color:#f97316;font-size:1rem;font-weight:600;margin-bottom:.8rem;display:flex;align-items:center;gap:.4rem}.swap-info-card p{color:rgba(255,255,255,.8);font-size:.85rem;line-height:1.4;margin-bottom:.8rem}.swap-rewards-stats{display:grid;grid-template-columns:1fr 1fr;gap:.5rem;margin-top:.5rem}.swap-reward-stat{text-align:center;padding:.8rem;background:rgba(249,115,22,.1);border-radius:8px;border:1px solid rgba(249,115,22,.2);transition:all .3s ease}.swap-reward-stat:hover{background:rgba(249,115,22,.15);border-color:rgba(249,115,22,.4)}.swap-stat-value{display:block;font-size:1.3rem;font-weight:700;color:#f97316}.swap-stat-label{display:block;font-size:.75rem;color:rgba(255,255,255,.6);margin-top:.25rem}.swap-steps{display:flex;flex-direction:column;gap:.8rem}.swap-step{gap:.8rem;color:rgba(255,255,255,.8);font-size:.85rem}.swap-step,.swap-step-number{display:flex;align-items:center}.swap-step-number{width:20px;height:20px;border-radius:50%;background:#f97316;color:white;justify-content:center;font-size:.7rem;font-weight:600;flex-shrink:0}.swap-notes{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.6rem}.swap-notes li{color:rgba(255,255,255,.8);font-size:.85rem;padding-left:1.2rem;position:relative}.swap-notes li:before{content:"•";color:#f97316;position:absolute;left:0;font-weight:600}