@import "https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;700&display=swap";.wallet-adapter-button{color:#fff;cursor:pointer;background-color:#0000;border:none;border-radius:4px;align-items:center;height:48px;padding:0 24px;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;font-size:16px;font-weight:600;line-height:48px;display:flex}.wallet-adapter-button-trigger{background-color:#512da8}.wallet-adapter-button:not([disabled]):focus-visible{outline-color:#fff}.wallet-adapter-button:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-button[disabled]{color:#999;cursor:not-allowed;background:#404144}.wallet-adapter-button-end-icon,.wallet-adapter-button-start-icon,.wallet-adapter-button-end-icon img,.wallet-adapter-button-start-icon img{justify-content:center;align-items:center;width:24px;height:24px;display:flex}.wallet-adapter-button-end-icon{margin-left:12px}.wallet-adapter-button-start-icon{margin-right:12px}.wallet-adapter-collapse{width:100%}.wallet-adapter-dropdown{display:inline-block;position:relative}.wallet-adapter-dropdown-list{z-index:99;grid-row-gap:10px;opacity:0;visibility:hidden;background:#2c2d30;border-radius:10px;grid-template-rows:1fr;margin:0;padding:10px;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;list-style:none;transition:opacity .2s,transform .2s,visibility .2s;display:grid;position:absolute;top:100%;right:0;box-shadow:0 8px 20px #0009}.wallet-adapter-dropdown-list-active{opacity:1;visibility:visible;transform:translateY(10px)}.wallet-adapter-dropdown-list-item{cursor:pointer;white-space:nowrap;box-sizing:border-box;color:#fff;border:none;border-radius:6px;outline:none;flex-direction:row;justify-content:center;align-items:center;width:100%;height:37px;padding:0 20px;font-size:14px;font-weight:600;display:flex}.wallet-adapter-dropdown-list-item:not([disabled]):hover{background-color:#1a1f2e}.wallet-adapter-modal-collapse-button svg{fill:#999;align-self:center}.wallet-adapter-modal-collapse-button.wallet-adapter-modal-collapse-button-active svg{transition:transform .15s ease-in;transform:rotate(180deg)}.wallet-adapter-modal{opacity:0;z-index:1040;background:#00000080;transition:opacity .15s linear;position:fixed;inset:0;overflow-y:auto}.wallet-adapter-modal.wallet-adapter-modal-fade-in{opacity:1}.wallet-adapter-modal-button-close{cursor:pointer;background:#1a1f2e;border:none;border-radius:50%;justify-content:center;align-items:center;padding:12px;display:flex;position:absolute;top:18px;right:18px}.wallet-adapter-modal-button-close:focus-visible{outline-color:#fff}.wallet-adapter-modal-button-close svg{fill:#777;transition:fill .2s}.wallet-adapter-modal-button-close:hover svg{fill:#fff}.wallet-adapter-modal-overlay{background:#00000080;position:fixed;inset:0}.wallet-adapter-modal-container{justify-content:center;align-items:center;min-height:calc(100vh - 6rem);margin:3rem;display:flex}@media (width<=480px){.wallet-adapter-modal-container{min-height:calc(100vh - 2rem);margin:1rem}}.wallet-adapter-modal-wrapper{box-sizing:border-box;z-index:1050;background:#10141f;border-radius:10px;flex-direction:column;flex:1;align-items:center;max-width:400px;font-family:DM Sans,Roboto,Helvetica Neue,Helvetica,Arial,sans-serif;display:flex;position:relative;box-shadow:0 8px 20px #0009}.wallet-adapter-modal-wrapper .wallet-adapter-button{width:100%}.wallet-adapter-modal-title{text-align:center;color:#fff;margin:0;padding:64px 48px 48px;font-size:24px;font-weight:500;line-height:36px}@media (width<=374px){.wallet-adapter-modal-title{font-size:18px}}.wallet-adapter-modal-list{width:100%;margin:0 0 12px;padding:0;list-style:none}.wallet-adapter-modal-list .wallet-adapter-button{border-radius:0;font-size:18px;font-weight:400}.wallet-adapter-modal-list .wallet-adapter-button-end-icon,.wallet-adapter-modal-list .wallet-adapter-button-start-icon,.wallet-adapter-modal-list .wallet-adapter-button-end-icon img,.wallet-adapter-modal-list .wallet-adapter-button-start-icon img{width:28px;height:28px}.wallet-adapter-modal-list .wallet-adapter-button span{opacity:.6;margin-left:auto;font-size:14px}.wallet-adapter-modal-list-more{cursor:pointer;color:#fff;background-color:#0000;border:none;align-self:flex-end;align-items:center;padding:12px 24px 24px 12px;display:flex}.wallet-adapter-modal-list-more svg{fill:#fff;margin-left:.5rem;transition:all .1s}.wallet-adapter-modal-list-more-icon-rotate{transform:rotate(180deg)}.wallet-adapter-modal-middle{box-sizing:border-box;flex-direction:column;align-items:center;width:100%;padding:0 24px 24px;display:flex}.wallet-adapter-modal-middle-button{cursor:pointer;color:#fff;background-color:#512da8;border:none;border-radius:8px;width:100%;margin-top:48px;padding:12px;font-size:18px;display:block}:root{--font-sans:Inter, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-mono:ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;--accent:#7c3aed;--accent-hover:#8b5cf6;--accent-soft:#ede9fe;--page-bg:#f7f7f8;--header-bg:#fffffff0;--surface:#fff;--surface-secondary:#f4f4f5;--surface-hover:#eeeeef;--text-primary:#18181b;--text-secondary:#52525b;--text-muted:#71717a;--border:#e4e4e7;--border-strong:#d4d4d8;--shadow-card:0 8px 24px #18181b0f;font-family:var(--font-sans);color:var(--text-primary);background:var(--page-bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}:root[data-theme=dark]{--accent:#7c3aed;--accent-hover:#8b5cf6;--accent-soft:#1e1b4b;--page-bg:#09090b;--header-bg:#09090beb;--surface:#111827;--surface-secondary:#0f172a;--surface-hover:#1e293b;--text-primary:#f4f4f5;--text-secondary:#cbd5e1;--text-muted:#94a3b8;--border:#27272a;--border-strong:#334155;--shadow-card:0 10px 28px #00000047}#root{min-height:100vh}body{min-height:100vh;color:var(--text-primary)}button,a{color:inherit}h1,h2,h3,p{margin-top:0}code{font-family:var(--font-mono)}.review-form-card,.product-reviews,.seller-reputation{background:#fff;border:1px solid #dedede;border-radius:14px;margin-top:20px;padding:18px}.review-stars-input{gap:4px;margin:12px 0;display:flex}.review-stars-input .star{color:#c8c8c8;cursor:pointer;background:0 0;border:0;padding:0 2px;font-size:30px}.review-stars-input .star.active{color:#f5a623}.review-form-card textarea{box-sizing:border-box;resize:vertical;width:100%;padding:12px}.review-form-footer,.reviews-heading,.review-card-header,.seller-rating-summary,.rating-row{justify-content:space-between;align-items:center;gap:12px;display:flex}.review-form-footer{margin-top:10px}.review-muted,.review-card small{color:#666}.review-message{word-break:break-word}.review-list{gap:12px;margin-top:18px;display:grid}.review-card{border-top:1px solid #ececec;padding-top:14px}.review-stars{color:#f5a623}.review-stars span{color:#d6d6d6}.rating-row progress{flex:1;min-width:100px}.network-modal-backdrop{z-index:1000;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0000009e;place-items:center;padding:18px;display:grid;position:fixed;inset:0}.network-modal{border:1px solid var(--border);background:var(--surface);width:min(100%,620px);max-height:calc(100vh - 36px);color:var(--text-primary);border-radius:14px;padding:20px;overflow-y:auto;box-shadow:0 24px 70px #00000059}.network-modal-header{border-bottom:1px solid var(--border);justify-content:space-between;align-items:flex-start;gap:18px;padding-bottom:14px;display:flex}.network-modal-header h2{color:var(--text-primary);margin:0;font-size:19px;line-height:1.2}.network-modal-header p{color:var(--text-muted);margin:5px 0 0;font-size:11px;line-height:1.5}.network-modal-close{border:1px solid var(--border-strong);background:var(--surface-secondary);height:31px;color:var(--text-secondary);cursor:pointer;border-radius:7px;padding:0 10px;font-size:10px;font-weight:700}.network-modal-close:hover{border-color:var(--accent);background:var(--surface-hover)}.network-modal-current{border:1px solid var(--border);background:var(--surface-secondary);border-radius:9px;grid-template-columns:82px minmax(0,1fr);gap:12px;margin-top:14px;padding:11px;display:grid}.network-modal-current span{color:var(--text-muted);font-size:10px;font-weight:700}.network-modal-current code{min-width:0;color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;background:0 0;padding:0;font-size:10px;overflow:hidden}.network-modal form{margin-top:16px}.network-modal label{color:var(--text-primary);margin-bottom:6px;font-size:11px;font-weight:700;display:block}.network-modal input{border:1px solid var(--border-strong);background:var(--surface-secondary);width:100%;height:39px;color:var(--text-primary);border-radius:8px;outline:none;padding:0 11px;font-size:11px}.network-modal input:focus{border-color:var(--accent)}.network-modal-help{color:var(--text-muted);margin:6px 0 0;font-size:9px;line-height:1.5}.network-modal-actions{flex-wrap:wrap;gap:8px;margin-top:13px;display:flex}.network-modal-actions button{cursor:pointer;border-radius:8px;height:33px;padding:0 11px;font-size:10px;font-weight:700}.network-modal-primary{border:1px solid var(--accent);background:var(--accent);color:#fff}.network-modal-primary:hover{background:var(--accent-hover)}.network-modal-secondary{border:1px solid var(--border-strong);background:var(--surface-secondary);color:var(--text-secondary)}.network-modal-secondary:hover{border-color:var(--accent);background:var(--surface-hover)}.network-modal-actions button:disabled,.network-modal-options button:disabled{opacity:.55;cursor:not-allowed}.network-modal-status{border:1px solid var(--border);background:var(--surface-secondary);color:var(--text-secondary);border-radius:8px;margin-top:13px;padding:9px 10px;font-size:10px;line-height:1.5}.network-modal-status-success{color:#15803d;border-color:#16a34a}.network-modal-status-error{color:#b91c1c;border-color:#dc2626}:root[data-theme=dark] .network-modal-status-success{color:#86efac}:root[data-theme=dark] .network-modal-status-error{color:#fca5a5}.network-modal-options{border-top:1px solid var(--border);gap:7px;margin-top:17px;padding-top:14px;display:grid}.network-modal-options-title{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;margin-bottom:1px;font-size:9px;font-weight:800}.network-modal-options button{border:1px solid var(--border);background:var(--surface-secondary);text-align:left;cursor:pointer;border-radius:8px;gap:4px;width:100%;padding:9px 10px;display:grid}.network-modal-options button:hover{border-color:var(--accent);background:var(--surface-hover)}.network-modal-options button span{color:var(--text-muted);text-transform:uppercase;font-size:8px;font-weight:800}.network-modal-options code{min-width:0;color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;background:0 0;padding:0;font-size:10px;overflow:hidden}.network-modal-warning{color:#713f12;background:#fefce8;border:1px solid #a16207;border-radius:8px;margin:14px 0 0;padding:10px;font-size:9px;line-height:1.55}:root[data-theme=dark] .network-modal-warning{color:#fcd34d;background:#271a08;border-color:#713f12}@media (width<=600px){.network-modal-backdrop{align-items:end;padding:0}.network-modal{border-bottom:0;border-left:0;border-right:0;border-radius:14px 14px 0 0;width:100%;max-height:90vh;padding:16px 14px 22px}.network-modal-current{grid-template-columns:74px minmax(0,1fr)}}.merchant-list-section{width:100%;margin-top:22px;padding-bottom:36px}.merchant-list-header{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:16px;display:flex}.merchant-list-label{color:#a5b4fc;letter-spacing:.08em;text-transform:uppercase;margin-bottom:5px;font-size:10px;font-weight:800;display:block}.merchant-list-header h2{color:#f8fafc;letter-spacing:-.025em;margin:0;font-size:22px;line-height:1.2}.merchant-list-header p{color:#94a3b8;margin:5px 0 0;font-size:12px;line-height:1.5}.merchant-refresh-button{color:#e5e7eb;cursor:pointer;background:#111827;border:1px solid #334155;border-radius:8px;flex:none;height:34px;padding:0 13px;font-size:11px;font-weight:700;transition:background .15s,border-color .15s}.merchant-refresh-button:hover:not(:disabled){background:#1e293b;border-color:#4f46e5}.merchant-refresh-button:disabled{opacity:.55;cursor:not-allowed}.merchant-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;display:grid}.merchant-card{background:#111827;border:1px solid #243044;border-radius:14px;flex-direction:column;min-width:0;padding:16px;transition:border-color .15s,transform .15s,background .15s;display:flex}.merchant-card:hover{background:#131c2b;border-color:#3f4d63;transform:translateY(-2px)}.merchant-card-header{align-items:center;gap:11px;min-width:0;display:flex}.merchant-avatar{color:#fff;background:#312e81;border:1px solid #4f46e5;border-radius:50%;flex:none;place-items:center;width:42px;height:42px;font-size:16px;font-weight:800;display:grid}.merchant-card-title{flex-direction:column;flex:1;align-items:flex-start;min-width:0;display:flex}.merchant-name-row{justify-content:flex-start;align-items:center;gap:7px;width:100%;display:flex}.merchant-name-row h3{color:#f8fafc;text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:15px;line-height:1.3;overflow:hidden}.merchant-verified{color:#c4b5fd;text-transform:uppercase;background:#1e1b4b;border-radius:999px;flex:none;padding:3px 6px;font-size:8px;font-weight:800}.merchant-location{color:#94a3b8;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100%;margin-top:4px;font-size:10px;display:block;overflow:hidden}.merchant-description{color:#cbd5e1;margin:14px 0 0;font-size:13px;line-height:1.6}.merchant-address{background:#0f172a;border:1px solid #273449;border-radius:9px;margin-top:14px;padding:9px 10px}.merchant-address span{color:#64748b;text-transform:uppercase;margin-bottom:4px;font-size:9px;font-weight:700;display:block}.merchant-address code{color:#a5b4fc;text-overflow:ellipsis;white-space:nowrap;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:10px;display:block;overflow:hidden}.merchant-visit-link{color:#e5e7eb;background:#0f172a;border:1px solid #334155;border-radius:10px;justify-content:center;align-items:center;width:100%;height:38px;margin-top:16px;font-size:12px;font-weight:700;text-decoration:none;transition:all .15s;display:flex}.merchant-visit-link:hover{background:#1e293b;border-color:#475569}.merchant-message,.merchant-empty{color:#94a3b8;text-align:center;background:#111827;border:1px solid #243044;border-radius:14px;padding:28px 18px;font-size:12px}.merchant-error{color:#fca5a5;background:#2b1014;border-color:#7f1d1d;flex-direction:column;align-items:center;gap:10px;display:flex}.merchant-error button{color:#fecaca;cursor:pointer;background:#450a0a;border:1px solid #991b1b;border-radius:7px;padding:7px 11px;font-size:11px;font-weight:700}.merchant-empty strong{color:#e5e7eb;font-size:14px;display:block}.merchant-empty p{margin:5px 0 0}.merchant-avatar{background:#312e81;border:1px solid #4f46e5;border-radius:50%;flex:none;width:42px;height:42px;position:relative;overflow:hidden}.merchant-avatar-image{object-fit:cover;width:100%;height:100%;display:block}.merchant-avatar-fallback{color:#fff;place-items:center;width:100%;height:100%;font-size:16px;font-weight:800;display:grid}.merchant-footer{border-top:1px solid #243044;margin-top:16px;padding-top:14px}.merchant-sold{color:#94a3b8;letter-spacing:.01em;font-size:12px;font-weight:600;display:inline-block}@media (width<=960px){.merchant-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.merchant-list-section{margin-top:10px}.merchant-list-header{align-items:center;padding:10px 14px 0}.merchant-list-header h2{font-size:19px}.merchant-list-header p{display:none}.merchant-grid{grid-template-columns:1fr;gap:10px}.merchant-card,.merchant-message,.merchant-empty{border-left:0;border-right:0;border-radius:0}}@media (width<=380px){.merchant-list-header{align-items:flex-start}.merchant-refresh-button{height:32px;padding:0 10px}}:root[data-theme=light] .merchant-list-header h2,:root[data-theme=light] .merchant-name-row h3,:root[data-theme=light] .merchant-empty strong{color:var(--text-primary)}:root[data-theme=light] .merchant-list-header p,:root[data-theme=light] .merchant-location,:root[data-theme=light] .merchant-sold{color:var(--text-muted)}:root[data-theme=light] .merchant-card,:root[data-theme=light] .merchant-message,:root[data-theme=light] .merchant-empty{border-color:var(--border);background:var(--surface);box-shadow:var(--shadow-card)}:root[data-theme=light] .merchant-card:hover{border-color:var(--border-strong);background:var(--surface)}:root[data-theme=light] .merchant-description{color:var(--text-secondary)}:root[data-theme=light] .merchant-refresh-button,:root[data-theme=light] .merchant-visit-link{border-color:var(--border-strong);background:var(--surface-secondary);color:var(--text-primary)}:root[data-theme=light] .merchant-refresh-button:hover,:root[data-theme=light] .merchant-visit-link:hover{border-color:var(--accent);background:var(--surface-hover)}:root[data-theme=light] .merchant-footer{border-color:var(--border)}.home-page{width:100%;min-height:100%;color:var(--text-primary)}.home-hero{border:1px solid var(--border);background:var(--surface);width:100%;box-shadow:var(--shadow-card);border-radius:14px;padding:54px 20px;position:relative;overflow:hidden}:root[data-theme=dark] .home-hero{background:radial-gradient(circle at top right, #7c3aed29, transparent 42%), var(--surface)}.home-hero-content{text-align:center;width:100%;max-width:760px;margin:0 auto}.home-hero h1{color:var(--text-primary);letter-spacing:-.04em;margin:0;font-size:clamp(30px,5vw,46px);line-height:1.08}.home-hero p{max-width:590px;color:var(--text-muted);margin:16px auto 0;font-size:14px;line-height:1.65}.home-program-id{border:1px solid var(--border);background:var(--surface-secondary);text-align:left;border-radius:10px;align-items:center;gap:12px;max-width:680px;margin:24px auto 0;padding:11px 12px;display:flex}.home-program-title{color:var(--text-muted);white-space:nowrap;flex:none;font-size:10px;font-weight:700}.home-program-value{flex:1;align-items:center;gap:7px;min-width:0;display:flex}.home-program-value code{min-width:0;color:var(--text-secondary);text-overflow:ellipsis;white-space:nowrap;background:0 0;flex:1;padding:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:11px;line-height:1.4;overflow:hidden}.home-program-copy{border:1px solid var(--border-strong);background:var(--surface);width:28px;height:28px;color:var(--text-secondary);cursor:pointer;border-radius:7px;flex:none;place-items:center;padding:0;font-size:13px;transition:border-color .15s,background .15s;display:grid}.home-program-copy:hover:not(:disabled){border-color:var(--accent);background:var(--surface-hover)}.home-program-copy:disabled{opacity:.45;cursor:not-allowed}.marketplace-discovery{width:100%;margin-top:22px}.marketplace-search{width:100%;margin-bottom:18px}.marketplace-search input{border:1px solid var(--border-strong);background:var(--surface);width:100%;height:44px;color:var(--text-primary);border-radius:10px;outline:none;padding:0 14px;font-size:13px;transition:border-color .15s,box-shadow .15s}.marketplace-search input::placeholder{color:var(--text-muted)}.marketplace-search input:focus{border-color:var(--accent);box-shadow:0 0 0 3px #7c3aed1f}.marketplace-products{width:100%}.marketplace-section-header{justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;display:flex}.marketplace-section-header h2{color:var(--text-primary);letter-spacing:-.025em;margin:0;font-size:22px;line-height:1.2}.marketplace-product-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.marketplace-product-card{border:1px solid var(--border);background:var(--surface);min-width:0;color:inherit;box-shadow:var(--shadow-card);border-radius:14px;flex-direction:column;text-decoration:none;transition:border-color .15s,transform .15s,background .15s;display:flex;overflow:hidden}.marketplace-product-card:hover{border-color:var(--border-strong);background:var(--surface-hover);transform:translateY(-2px)}.marketplace-product-image-wrap{aspect-ratio:1;background:var(--surface-secondary);width:100%;position:relative;overflow:hidden}.marketplace-product-image{object-fit:cover;width:100%;height:100%;display:block}.marketplace-product-no-image{width:100%;height:100%;color:var(--text-muted);place-items:center;font-size:12px;font-weight:600;display:grid}.marketplace-product-body{min-width:0;padding:14px}.marketplace-product-body h3{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:15px;line-height:1.35;overflow:hidden}.marketplace-product-meta{color:var(--text-muted);flex-wrap:wrap;gap:8px 12px;margin-top:7px;font-size:11px;display:flex}.marketplace-product-price{color:var(--text-primary);margin-top:12px;font-size:17px;line-height:1;display:block}.marketplace-message{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);text-align:center;border-radius:14px;padding:28px 18px;font-size:12px}.marketplace-tabs{border:1px solid var(--border);background:var(--surface-secondary);border-radius:10px;gap:4px;width:fit-content;margin:18px 0;padding:4px;display:flex}.marketplace-tab{height:34px;color:var(--text-muted);cursor:pointer;background:0 0;border:0;border-radius:7px;padding:0 16px;font-size:12px;font-weight:700;transition:background .15s,color .15s}.marketplace-tab:hover{color:var(--text-primary)}.marketplace-tab.active{background:var(--surface);color:var(--text-primary);box-shadow:var(--shadow-card)}.marketplace-result-count{color:var(--text-muted);font-size:11px}.marketplace-pagination{justify-content:center;align-items:center;gap:14px;width:100%;margin-top:20px;display:flex}.marketplace-pagination button{border:1px solid var(--border-strong);background:var(--surface);height:34px;color:var(--text-secondary);cursor:pointer;border-radius:8px;padding:0 13px;font-size:11px;font-weight:700}.marketplace-pagination button:hover:not(:disabled){border-color:var(--accent);background:var(--surface-hover)}.marketplace-pagination button:disabled{opacity:.4;cursor:not-allowed}.marketplace-pagination span{color:var(--text-muted);white-space:nowrap;font-size:11px}@media (width<=600px){.marketplace-tabs{width:calc(100% - 28px);margin:14px}.marketplace-tab{flex:1}.marketplace-pagination{gap:10px;padding:0 14px}.marketplace-pagination button{flex:1;max-width:110px}}@media (width<=1100px){.marketplace-product-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=820px){.marketplace-product-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.marketplace-discovery{margin-top:10px}.marketplace-search{padding:0 14px}.marketplace-search input{height:42px;font-size:12px}.marketplace-section-header{margin-bottom:10px;padding:0 14px}.marketplace-section-header h2{font-size:19px}.marketplace-product-grid{grid-template-columns:1fr;gap:10px}.marketplace-product-card{box-shadow:none;border-left:0;border-right:0;border-radius:0;flex-direction:row}.marketplace-product-image-wrap{aspect-ratio:auto;width:120px;min-width:120px}.marketplace-product-body{flex:1;padding:12px}.marketplace-product-price{font-size:15px}.marketplace-message{border-left:0;border-right:0;border-radius:0}}@media (width<=400px){.marketplace-product-image-wrap{width:100px;min-width:100px}.marketplace-product-body h3{font-size:14px}.marketplace-product-meta{font-size:10px}}@media (width<=760px){.program-full{display:none}.program-short{display:block}}@media (width<=600px){.home-hero{box-shadow:none;border-left:0;border-right:0;border-radius:0;padding:38px 18px}.home-hero h1{font-size:30px}.home-hero p{font-size:13px}.home-program-id{flex-direction:column;align-items:flex-start;gap:6px;margin-top:20px;padding:10px}.home-program-value{width:100%}.home-program-value code{font-size:10px}.home-program-copy{width:27px;height:27px}}@media (width<=380px){.home-program-value code{font-size:9px}}.seller-page{width:100%;min-height:100%;color:var(--text-primary,#f4f4f5);text-align:left;padding-bottom:40px}.seller-header{border:1px solid var(--border,#243044);background:radial-gradient(circle at top right, #7c3aed29, transparent 42%), var(--surface,#111827);border-radius:14px;padding:42px 24px}.seller-header h1{max-width:760px;color:var(--text-primary,#f8fafc);letter-spacing:-.035em;margin:0;font-size:clamp(28px,4vw,40px);font-weight:750;line-height:1.12}.seller-header p{max-width:620px;color:var(--text-muted,#94a3b8);margin:12px 0 0;font-size:13px;font-weight:400;line-height:1.6}.seller-steps{grid-template-columns:repeat(3,minmax(0,1fr));gap:14px;margin-top:18px;display:grid}.seller-step-card{border:1px solid var(--border,#243044);background:var(--surface,#111827);border-radius:14px;min-width:0;padding:18px;transition:border-color .15s,background .15s,transform .15s;box-shadow:0 7px 20px #0000001f}.seller-step-card:hover{border-color:var(--border-hover,#475569);background:var(--surface-hover,#131c2b);transform:translateY(-2px)}.seller-step-card h3{color:var(--text-primary,#f8fafc);letter-spacing:-.015em;margin:0;font-size:15px;font-weight:700;line-height:1.35}.seller-step-card p{color:var(--text-muted,#94a3b8);margin:7px 0 0;font-size:11px;font-weight:400;line-height:1.6}.seller-start-link{border:1px solid var(--accent,#7c3aed);background:var(--accent,#7c3aed);color:#fff;border-radius:9px;justify-content:center;align-items:center;min-height:38px;margin-top:20px;padding:0 16px;font-size:11px;font-weight:700;line-height:1;text-decoration:none;transition:background .15s,border-color .15s,transform .15s;display:inline-flex;box-shadow:0 7px 18px #7c3aed40}.seller-start-link:hover{border-color:var(--accent-hover,#8b5cf6);background:var(--accent-hover,#8b5cf6);transform:translateY(-1px)}.seller-start-link:focus-visible{outline:2px solid var(--accent,#7c3aed);outline-offset:3px}@media (width<=900px){.seller-steps{grid-template-columns:1fr;gap:10px}}@media (width<=700px){.seller-page{padding-bottom:24px}.seller-header{border-left:0;border-right:0;border-radius:0;padding:34px 18px}.seller-header h1{font-size:28px}.seller-header p{font-size:12px}.seller-steps{margin-top:10px}.seller-step-card{box-shadow:none;border-left:0;border-right:0;border-radius:0;padding:16px 14px}.seller-start-link{width:calc(100% - 28px);margin:14px}}.seller-reputation{border:1px solid var(--border);background:var(--surface-secondary);border-radius:10px;max-width:520px;padding:14px}.seller-reputation h3{color:var(--text-primary);margin:0;font-size:14px}.seller-reputation>p,.seller-reputation-loading{color:var(--text-muted);margin:7px 0 0;font-size:12px}.seller-rating-summary{align-items:baseline;gap:8px;margin-top:10px;display:flex}.seller-rating-summary strong{color:var(--text-primary);font-size:18px}.seller-rating-summary span{color:var(--text-muted);font-size:11px}.rating-breakdown{gap:6px;margin-top:12px;display:grid}.rating-row{color:var(--text-muted);grid-template-columns:34px minmax(0,1fr) 24px;align-items:center;gap:8px;font-size:10px;display:grid}.rating-row span:last-child{text-align:right}.rating-row progress{appearance:none;border:0;border-radius:999px;width:100%;height:6px;overflow:hidden}.rating-row progress::-webkit-progress-bar{background:var(--surface);border-radius:999px}.rating-row progress::-webkit-progress-value{background:var(--accent);border-radius:999px}.rating-row progress::-moz-progress-bar{background:var(--accent);border-radius:999px}.seller-reputation button{border:1px solid var(--border-strong);background:var(--surface);min-height:34px;color:var(--text-secondary);cursor:pointer;border-radius:8px;margin-top:12px;padding:0 11px;font-size:11px;font-weight:700}.seller-reputation button:hover:not(:disabled){border-color:var(--accent);background:var(--surface-hover)}.seller-reputation button:disabled{opacity:.5;cursor:not-allowed}.review-error{color:#f87171!important}@media (width<=600px){.seller-reputation{max-width:none;padding:12px}}.dashboard-page{width:100%;min-height:100%;color:var(--text-primary,#f4f4f5);text-align:left;padding-bottom:40px}.dashboard-header{margin-bottom:16px;padding:2px 0}.dashboard-header h1{color:var(--text-primary,#f8fafc);letter-spacing:-.03em;margin:0;font-size:clamp(24px,3vw,31px);font-weight:750;line-height:1.15}.dashboard-content{gap:16px;display:grid}.dashboard-top-grid{grid-template-columns:minmax(0,1.25fr) minmax(280px,.75fr);align-items:start;gap:16px;display:grid}.dashboard-panel,.dashboard-state{border:1px solid var(--border,#243044);background:var(--surface,#111827);border-radius:14px;min-width:0;padding:18px;box-shadow:0 8px 24px #00000029}.dashboard-state{min-height:180px;color:var(--text-muted,#94a3b8);text-align:center;place-items:center;display:grid}.dashboard-state p{margin:0;font-size:12px;font-weight:500}.dashboard-empty-text{border-bottom:1px solid var(--border,#243044);color:var(--text-muted,#94a3b8);margin:0 0 16px;padding-bottom:14px;font-size:12px;font-weight:500}.dashboard-panel>:first-child{margin-top:0}.dashboard-panel>:last-child{margin-bottom:0}.dashboard-panel hr{border:0;border-top:1px solid var(--border,#243044);margin:18px 0}.dashboard-panel h1,.dashboard-panel h2,.dashboard-panel h3,.dashboard-panel h4{color:var(--text-primary,#f8fafc);letter-spacing:-.015em}.dashboard-panel h1{margin:0 0 14px;font-size:21px;font-weight:700;line-height:1.25}.dashboard-panel h2{margin:0 0 12px;font-size:17px;font-weight:700;line-height:1.3}.dashboard-panel h3{margin:0 0 10px;font-size:14px;font-weight:700;line-height:1.35}.dashboard-panel h4{margin:0 0 8px;font-size:13px;font-weight:700}.dashboard-panel p,.dashboard-panel small,.dashboard-panel span{line-height:1.5}.dashboard-panel p{color:var(--text-secondary,#cbd5e1);font-size:12px;font-weight:400}.dashboard-panel small{color:var(--text-muted,#94a3b8);font-size:10px}.dashboard-panel label{color:var(--text-secondary,#cbd5e1);margin:0 0 6px;font-size:11px;font-weight:650;line-height:1.35;display:block}.dashboard-panel input,.dashboard-panel textarea,.dashboard-panel select{border:1px solid var(--border-strong,#334155);background:var(--surface-secondary,#0f172a);width:100%;max-width:100%;color:var(--text-primary,#f8fafc);border-radius:9px;outline:none;font-size:12px;font-weight:400;transition:border-color .15s,background .15s,box-shadow .15s}.dashboard-panel input,.dashboard-panel select{min-height:38px;padding:0 11px}.dashboard-panel textarea{resize:vertical;min-height:88px;padding:10px 11px;line-height:1.5}.dashboard-panel input::placeholder,.dashboard-panel textarea::placeholder{color:var(--text-muted,#64748b);opacity:.85}.dashboard-panel input:hover,.dashboard-panel textarea:hover,.dashboard-panel select:hover{border-color:var(--border-hover,#475569)}.dashboard-panel input:focus,.dashboard-panel textarea:focus,.dashboard-panel select:focus{border-color:var(--accent,#7c3aed);background:var(--surface,#111827);box-shadow:0 0 0 3px #7c3aed24}.dashboard-panel input:disabled,.dashboard-panel textarea:disabled,.dashboard-panel select:disabled{opacity:.55;cursor:not-allowed}.dashboard-panel input[type=number]{appearance:textfield}.dashboard-panel input[type=number]::-webkit-inner-spin-button{appearance:none;margin:0}.dashboard-panel input[type=number]::-webkit-outer-spin-button{appearance:none;margin:0}.dashboard-panel input[type=checkbox],.dashboard-panel input[type=radio]{width:15px;height:15px;min-height:15px;accent-color:var(--accent,#7c3aed);padding:0}.dashboard-panel button{border:1px solid var(--border-strong,#334155);background:var(--surface-secondary,#0f172a);max-width:100%;min-height:36px;color:var(--text-secondary,#e5e7eb);cursor:pointer;border-radius:9px;padding:0 13px;font-size:11px;font-weight:700;line-height:1;transition:border-color .15s,background .15s,opacity .15s}.dashboard-panel button:hover:not(:disabled){border-color:var(--accent,#7c3aed);background:var(--surface-hover,#1e293b)}.dashboard-panel button:disabled{opacity:.5;cursor:not-allowed}.dashboard-panel button[style*=background],.dashboard-panel button[style*=backgroundColor]{border-radius:9px}.dashboard-panel a{color:var(--accent-text,#a5b4fc);font-size:11px;text-decoration:none}.dashboard-panel a:hover{text-decoration:underline}.dashboard-panel table{border-collapse:collapse;width:100%;color:var(--text-secondary,#cbd5e1);font-size:11px}.dashboard-panel th,.dashboard-panel td{border-bottom:1px solid var(--border,#243044);text-align:left;padding:10px}.dashboard-panel th{color:var(--text-muted,#94a3b8);letter-spacing:.05em;text-transform:uppercase;font-size:9px;font-weight:800}.dashboard-panel fieldset,.dashboard-panel form>div{max-width:100%}.dashboard-panel fieldset{border:1px solid var(--border,#243044);background:var(--surface-secondary,#0f172a);border-radius:10px;padding:14px}.dashboard-panel legend{color:var(--text-secondary,#cbd5e1);padding:0 5px;font-size:11px;font-weight:700}.dashboard-panel [style*="font-size: 24"],.dashboard-panel [style*="fontSize: 24"]{font-size:18px!important}.dashboard-panel [style*="font-size: 20"],.dashboard-panel [style*="fontSize: 20"]{font-size:16px!important}.dashboard-panel [style*="font-weight: bold"],.dashboard-panel [style*="fontWeight: bold"]{font-weight:700!important}@media (width<=920px){.dashboard-top-grid{grid-template-columns:1fr}}@media (width<=700px){.dashboard-page{padding-bottom:24px}.dashboard-header{margin-bottom:12px;padding:4px 14px 0}.dashboard-content,.dashboard-top-grid{gap:10px}.dashboard-panel,.dashboard-state{box-shadow:none;border-left:0;border-right:0;border-radius:0;padding:15px 14px}.dashboard-panel input,.dashboard-panel select{min-height:40px}.dashboard-panel button{min-height:38px}}@media (width<=420px){.dashboard-header h1{font-size:24px}.dashboard-panel,.dashboard-state{padding:14px 12px}}.merchant-page{width:100%;min-width:0;color:var(--text-primary);text-align:left;padding-bottom:40px}.merchant-page-back{color:var(--accent);margin-bottom:14px;font-size:12px;font-weight:700;text-decoration:none;display:inline-flex}.merchant-page-back:hover{text-decoration:underline}.merchant-page-state{border:1px solid var(--border);background:var(--surface);min-height:180px;color:var(--text-muted);text-align:center;border-radius:14px;place-items:center;padding:24px;display:grid}.merchant-page-state h2,.merchant-page-state p{margin:0}.merchant-page-error{color:#f87171;background:#991b1b1a;border-color:#991b1b}.merchant-banner{border:1px solid var(--border);background:var(--surface-secondary);border-radius:14px;width:100%;height:260px;overflow:hidden}.merchant-banner img{object-fit:cover;width:100%;height:100%;display:block}.merchant-profile{border:1px solid var(--border);background:var(--surface);box-shadow:var(--shadow-card);border-radius:14px;margin-top:18px;padding:20px}.merchant-profile-top{align-items:center;gap:16px;display:flex}.merchant-profile-logo{object-fit:cover;border:1px solid var(--border-strong);background:var(--surface-secondary);border-radius:50%;flex:none;width:88px;height:88px;display:block}.merchant-profile-main{min-width:0}.merchant-profile-main h1{color:var(--text-primary);letter-spacing:-.025em;margin:0;font-size:clamp(24px,3vw,32px);line-height:1.2}.merchant-profile-stats{color:var(--text-muted);flex-wrap:wrap;gap:12px;margin-top:7px;font-size:12px;display:flex}.merchant-profile-stats strong{color:var(--text-secondary)}.merchant-profile-grid{grid-template-columns:minmax(0,1fr) minmax(260px,.45fr);gap:18px;margin-top:20px;display:grid}.merchant-profile-details{min-width:0}.merchant-profile-description{max-width:820px;color:var(--text-secondary);white-space:pre-wrap;margin:18px 0 0;font-size:13px;line-height:1.7}.merchant-ships-from{color:var(--text-secondary);margin:14px 0 0;font-size:13px}.merchant-ships-from strong{color:var(--text-primary)}.merchant-contact{border:1px solid var(--border);background:var(--surface-secondary);border-radius:10px;padding:15px}.merchant-contact h3{color:var(--text-primary);margin:0 0 8px;font-size:14px}.merchant-contact p{color:var(--text-secondary);white-space:pre-wrap;overflow-wrap:anywhere;margin:0;font-size:12px;line-height:1.65}.merchant-products{border-top:1px solid var(--border);margin-top:22px;padding-top:20px}.merchant-products-header{margin-bottom:14px}.merchant-products-header h2{color:var(--text-primary);margin:0;font-size:20px}.merchant-products-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:14px;display:grid}.merchant-product-link{min-width:0;color:inherit;text-decoration:none}.merchant-product-card{border:1px solid var(--border);background:var(--surface);border-radius:12px;flex-direction:column;min-width:0;height:100%;transition:border-color .15s,transform .15s,background .15s;display:flex;overflow:hidden}.merchant-product-card:hover{border-color:var(--border-strong);background:var(--surface-hover);transform:translateY(-2px)}.merchant-product-image,.merchant-product-no-image{background:var(--surface-secondary);width:100%;height:180px}.merchant-product-image{object-fit:cover;display:block}.merchant-product-no-image{color:var(--text-muted);place-items:center;font-size:12px;display:grid}.merchant-product-body{flex:1;min-width:0;padding:14px}.merchant-product-body h3{color:var(--text-primary);text-overflow:ellipsis;white-space:nowrap;margin:0;font-size:15px;line-height:1.35;overflow:hidden}.merchant-product-category{color:var(--text-muted);margin:5px 0 0;font-size:11px}.merchant-product-price{color:var(--text-primary);margin-top:11px;font-size:15px;display:block}.merchant-product-stats{color:var(--text-muted);flex-wrap:wrap;gap:10px;margin-top:11px;font-size:11px;display:flex}.merchant-product-stats strong{color:var(--text-secondary)}.merchant-product-body small{color:var(--text-muted);margin-top:8px;font-size:10px;display:block}.merchant-products-empty{border:1px solid var(--border);background:var(--surface);color:var(--text-muted);text-align:center;border-radius:12px;padding:24px}.merchant-products-empty p{margin:0}@media (width<=1100px){.merchant-products-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (width<=850px){.merchant-profile-grid{grid-template-columns:1fr}.merchant-products-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=600px){.merchant-page{padding-bottom:24px}.merchant-banner{border-left:0;border-right:0;border-radius:0;height:190px}.merchant-profile{box-shadow:none;border-left:0;border-right:0;border-radius:0;margin-top:10px;padding:15px 14px}.merchant-profile-logo{width:70px;height:70px}.merchant-profile-main h1{font-size:23px}.merchant-products{margin-top:10px;padding:16px 14px 0}.merchant-products-grid{grid-template-columns:1fr;gap:10px}.merchant-product-card{flex-direction:row}.merchant-product-image,.merchant-product-no-image{flex:0 0 120px;width:120px;height:120px}.merchant-product-body{padding:12px}}@media (width<=400px){.merchant-product-image,.merchant-product-no-image{flex-basis:100px;width:100px;height:110px}.merchant-product-stats{gap:7px;font-size:10px}}.product-reviews{color:#e5e7eb;background:#111827;border:1px solid #243044;border-radius:14px;width:100%;padding:18px;box-shadow:0 10px 28px #00000047}.reviews-heading{justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:16px;display:flex}.reviews-heading h2{color:#f8fafc;letter-spacing:-.015em;margin:0;font-size:17px}.reviews-heading p{color:#94a3b8;margin:5px 0 0;font-size:12px}.reviews-heading p strong{color:#f8fafc}.reviews-heading select{color:#e5e7eb;cursor:pointer;background:#0f172a;border:1px solid #334155;border-radius:8px;outline:none;min-width:140px;height:34px;padding:0 30px 0 10px;font-size:11px}.reviews-heading select:focus{border-color:#6366f1}.review-list{gap:10px;display:grid}.review-card{background:#0f172a;border:1px solid #273449;border-radius:10px;padding:14px}.review-card-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.review-stars{color:#facc15;letter-spacing:1px;font-size:13px}.review-stars>span{color:#475569}.review-card time{color:#94a3b8;white-space:nowrap;font-size:10px}.review-card p{color:#e2e8f0;margin:10px 0 0;font-size:12px;line-height:1.6}.review-card small{color:#94a3b8;margin-top:9px;font-size:10px;display:block}.product-reviews>p{color:#94a3b8;margin:0;font-size:12px}.review-error{color:#fca5a5;margin:0;font-size:11px}.product-reviews button{color:#e5e7eb;cursor:pointer;background:#0f172a;border:1px solid #334155;border-radius:8px;height:32px;margin-top:8px;padding:0 11px;font-size:10px;font-weight:700}.product-reviews button:hover{background:#1e293b;border-color:#6366f1}:root[data-theme=light] .product-reviews{border-color:var(--border);background:var(--surface);color:var(--text-primary);box-shadow:var(--shadow-card)}:root[data-theme=light] .reviews-heading h2,:root[data-theme=light] .reviews-heading p strong{color:var(--text-primary)}:root[data-theme=light] .reviews-heading p,:root[data-theme=light] .review-card time,:root[data-theme=light] .review-card small,:root[data-theme=light] .product-reviews>p{color:var(--text-muted)}:root[data-theme=light] .reviews-heading select{border-color:var(--border);background:var(--surface-secondary);color:var(--text-primary)}:root[data-theme=light] .review-card{border-color:var(--border);background:var(--surface-secondary)}:root[data-theme=light] .review-card p{color:var(--text-secondary)}:root[data-theme=light] .review-stars>span{color:#cbd5e1}:root[data-theme=light] .product-reviews button{border-color:var(--border);background:var(--surface-secondary);color:var(--text-primary)}:root[data-theme=light] .product-reviews button:hover{border-color:var(--accent);background:var(--surface-hover)}@media (width<=600px){.product-reviews{box-shadow:none;border-left:0;border-right:0;border-radius:0;padding:15px 14px}.reviews-heading{flex-direction:column;align-items:stretch}.reviews-heading select{width:100%}.review-card{padding:12px}}.transaction-preview-backdrop{z-index:10000;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background:#000000b8;place-items:center;padding:20px;display:grid;position:fixed;inset:0}.transaction-preview{color:#e5e7eb;background:#111827;border:1px solid #334155;border-radius:14px;width:min(100%,520px);max-height:calc(100vh - 40px);padding:20px;overflow-y:auto;box-shadow:0 20px 60px #00000073}.transaction-preview-header{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.transaction-preview-eyebrow{color:#a5b4fc;letter-spacing:.08em;text-transform:uppercase;margin-bottom:5px;font-size:9px;font-weight:800;display:block}.transaction-preview h2{color:#f8fafc;margin:0;font-size:20px;line-height:1.25}.transaction-preview-header p{color:#94a3b8;margin:7px 0 0;font-size:12px;line-height:1.55}.transaction-preview-close{color:#94a3b8;cursor:pointer;background:#0f172a;border:1px solid #334155;border-radius:8px;flex:none;place-items:center;width:30px;height:30px;padding:0;font-size:18px;display:grid}.transaction-preview-close:hover:not(:disabled){color:#fff;border-color:#6366f1}.transaction-preview-summary{background:#0f172a;border:1px solid #273449;border-radius:10px;margin-top:18px;overflow:hidden}.transaction-preview-row{color:#94a3b8;justify-content:space-between;align-items:center;gap:16px;padding:10px 12px;font-size:12px;display:flex}.transaction-preview-row+.transaction-preview-row{border-top:1px solid #273449}.transaction-preview-row strong{color:#f1f5f9;white-space:nowrap}.transaction-preview-row.emphasis{color:#e0e7ff;background:#4f46e51f;font-size:13px}.transaction-preview-row.emphasis strong{color:#fff;font-size:14px}.transaction-preview-explanation{background:#1e1b4b;border:1px solid #4338ca;border-radius:10px;margin-top:14px;padding:12px}.transaction-preview-explanation strong{color:#e0e7ff;font-size:11px}.transaction-preview-explanation p{color:#c7d2fe;margin:5px 0 0;font-size:11px;line-height:1.55}.transaction-preview-wallet-note{color:#94a3b8;margin:14px 0 0;font-size:10px;line-height:1.5}.transaction-preview-actions{justify-content:flex-end;gap:8px;margin-top:18px;display:flex}.transaction-preview-actions button{cursor:pointer;border-radius:9px;min-height:38px;padding:0 14px;font-size:11px;font-weight:700}.transaction-preview-cancel{color:#cbd5e1;background:#0f172a;border:1px solid #334155}.transaction-preview-cancel:hover:not(:disabled){background:#1e293b;border-color:#475569}.transaction-preview-confirm{color:#fff;background:linear-gradient(135deg,#4f46e5,#7c3aed);border:1px solid #6366f1}.transaction-preview-confirm:hover:not(:disabled){filter:brightness(1.08)}.transaction-preview-actions button:disabled,.transaction-preview-close:disabled{opacity:.5;cursor:not-allowed}:root[data-theme=light] .transaction-preview{border-color:var(--border);background:var(--surface);color:var(--text-primary)}:root[data-theme=light] .transaction-preview h2,:root[data-theme=light] .transaction-preview-row strong{color:var(--text-primary)}:root[data-theme=light] .transaction-preview-header p,:root[data-theme=light] .transaction-preview-wallet-note{color:var(--text-muted)}:root[data-theme=light] .transaction-preview-summary,:root[data-theme=light] .transaction-preview-close,:root[data-theme=light] .transaction-preview-cancel{border-color:var(--border);background:var(--surface-secondary)}:root[data-theme=light] .transaction-preview-row{color:var(--text-muted)}:root[data-theme=light] .transaction-preview-row+.transaction-preview-row{border-color:var(--border)}:root[data-theme=light] .transaction-preview-row.emphasis{color:#3730a3;background:#eef2ff}:root[data-theme=light] .transaction-preview-row.emphasis strong{color:#312e81}:root[data-theme=light] .transaction-preview-explanation{background:#f5f3ff;border-color:#c4b5fd}:root[data-theme=light] .transaction-preview-explanation strong{color:#5b21b6}:root[data-theme=light] .transaction-preview-explanation p{color:#6d28d9}@media (width<=520px){.transaction-preview-backdrop{align-items:end;padding:0}.transaction-preview{border-bottom:0;border-left:0;border-right:0;border-radius:16px 16px 0 0;width:100%;max-height:90vh}.transaction-preview-actions{flex-direction:column-reverse}.transaction-preview-actions button{width:100%}}.product-layout,.product-details-grid,.product-purchase,.product-section,.product-reviews{min-width:0}.product-page{color:#e5e7eb;background:0 0;min-height:100%}.product-shell{width:100%;margin:0 auto;padding:0 0 32px}.product-back{color:#a5b4fc;margin-bottom:16px;font-size:13px;font-weight:700;text-decoration:none;display:inline-block}.product-back:hover{color:#c7d2fe}.product-layout{grid-template-columns:minmax(0,1.25fr) minmax(340px,.75fr);align-items:start;gap:22px;display:grid}.product-card{background:#111827;border:1px solid #243044;border-radius:14px;box-shadow:0 10px 28px #00000047}.product-image-wrap{aspect-ratio:1;background:#0f172a;border-radius:14px;width:100%;position:relative;overflow:hidden}.product-image{object-fit:contain;width:100%;height:100%;display:block}.product-no-image{color:#94a3b8;place-items:center;width:100%;height:100%;font-size:13px;font-weight:600;display:grid}.product-gallery-arrow{z-index:3;color:#fff;cursor:pointer;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172ab8;border:1px solid #ffffff29;border-radius:50%;place-items:center;width:38px;height:38px;padding:0;font-size:25px;line-height:1;display:grid;position:absolute;top:50%;transform:translateY(-50%)}.product-gallery-arrow.previous{left:12px}.product-gallery-arrow.next{right:12px}.product-gallery-arrow:hover{background:#1e293be6}.product-image-counter{z-index:3;color:#fff;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#0f172ab8;border-radius:999px;padding:5px 8px;font-size:10px;font-weight:700;position:absolute;bottom:12px;right:12px}.product-sold-badge{z-index:2;color:#e0e7ff;background:#312e81e6;border:1px solid #4338ca;border-radius:999px;padding:5px 9px;font-size:11px;font-weight:700;position:absolute;top:12px;left:12px}.product-thumbnails{gap:8px;margin-top:10px;padding-bottom:4px;display:flex;overflow-x:auto}.product-thumbnail{cursor:pointer;background:#111827;border:1px solid #334155;border-radius:8px;flex:none;width:64px;height:64px;padding:0;overflow:hidden}.product-thumbnail:hover{border-color:#6366f1}.product-thumbnail.active{border:2px solid #818cf8}.product-thumbnail img{object-fit:cover;width:100%;height:100%;display:block}.product-purchase{padding:18px;position:sticky;top:14px}.product-badges{flex-wrap:wrap;gap:6px;margin-bottom:12px;display:flex}.product-badge{border-radius:999px;align-items:center;padding:5px 8px;font-size:10px;font-weight:700;line-height:1.2;display:inline-flex}.product-badge.stock{color:var(--stock-color);background:var(--stock-background)}.product-badge.shipping{color:#c4b5fd;background:#2e1065}.product-title{color:#f8fafc;letter-spacing:-.025em;margin:0;font-size:clamp(23px,3vw,32px);line-height:1.18}.product-rating{color:#94a3b8;flex-wrap:wrap;align-items:center;gap:6px;margin-top:10px;font-size:12px;line-height:1.3;display:flex}.product-rating strong{color:#e5e7eb}.product-price{color:#f8fafc;letter-spacing:-.025em;margin:16px 0 0;font-size:30px;line-height:1}.product-muted{color:#94a3b8}.product-price-label{margin:5px 0 0;font-size:11px}.product-meta{grid-template-columns:1fr 1fr;gap:8px;margin-top:16px;display:grid}.product-meta-item{background:#0f172a;border:1px solid #273449;border-radius:10px;padding:10px}.product-meta-label{color:#94a3b8;margin-bottom:3px;font-size:10px;font-weight:700;display:block}.product-meta-item strong{color:#e5e7eb;font-size:12px}.product-quantity{justify-content:space-between;align-items:center;gap:10px;margin-top:16px;display:flex}.product-quantity>div:first-child>strong{color:#e5e7eb;font-size:12px}.product-available{color:#94a3b8;margin-top:2px;font-size:10px}.quantity-controls{background:#0f172a;border:1px solid #334155;border-radius:9px;align-items:center;display:flex;overflow:hidden}.quantity-controls button{color:#e5e7eb;cursor:pointer;background:#0f172a;border:0;width:34px;height:34px;font-size:17px}.quantity-controls button:hover:not(:disabled){background:#1e293b}.quantity-controls button:disabled{opacity:.35;cursor:not-allowed}.quantity-controls input{box-sizing:border-box;color:#f8fafc;text-align:center;background:#111827;border:0;border-left:1px solid #334155;border-right:1px solid #334155;outline:none;width:44px;height:34px;font-size:13px;font-weight:700}.quantity-controls input::-webkit-inner-spin-button{appearance:none;margin:0}.quantity-controls input::-webkit-outer-spin-button{appearance:none;margin:0}.escrow-notice{background:#1e1b4b;border:1px solid #4338ca;border-radius:10px;margin-top:16px;padding:11px 12px}.escrow-notice strong{color:#e0e7ff;font-size:12px}.escrow-notice p{color:#c7d2fe;margin:4px 0 0;font-size:11px;line-height:1.45}.product-breakdown-header{color:#f8fafc;margin-bottom:2px;font-size:13px}.product-deposit-note{color:#94a3b8;margin:3px 0 0;font-size:10px;line-height:1.5}:root[data-theme=light] .product-breakdown-header{color:var(--text-primary)}:root[data-theme=light] .product-deposit-note{color:var(--text-muted)}.product-breakdown{gap:8px;margin-top:14px;display:grid}.product-breakdown-row,.product-total{justify-content:space-between;gap:14px;font-size:12px;display:flex}.product-breakdown-row strong,.product-total strong{color:#f1f5f9}.product-total{border-top:1px solid #334155;margin-top:2px;padding-top:11px;font-size:14px}.product-buy-button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f46e5,#7c3aed);border:0;border-radius:10px;width:100%;margin-top:16px;padding:12px 14px;font-size:14px;font-weight:800;box-shadow:0 8px 20px #4f46e54d}.product-buy-button:hover:not(:disabled){filter:brightness(1.08)}.product-buy-button:disabled{opacity:.5;cursor:not-allowed}.product-after-buy{background:#0f172a;border:1px solid #273449;border-radius:10px;margin-top:14px;padding:13px}.product-after-buy>strong{color:#f8fafc;font-size:12px;display:block}.product-after-buy ol{color:#94a3b8;margin:9px 0 0;padding-left:19px;font-size:10px;line-height:1.55}.product-after-buy li+li{margin-top:4px}.product-learn-more{color:#a5b4fc;margin-top:9px;font-size:10px;font-weight:700;text-decoration:none;display:inline-block}.product-learn-more:hover{color:#c7d2fe}:root[data-theme=light] .product-after-buy{border-color:var(--border);background:var(--surface-secondary)}:root[data-theme=light] .product-after-buy>strong{color:var(--text-primary)}:root[data-theme=light] .product-after-buy ol{color:var(--text-muted)}:root[data-theme=light] .product-learn-more{color:#4f46e5}.product-trust{color:#94a3b8;text-align:center;grid-template-columns:repeat(3,1fr);gap:6px;margin-top:11px;font-size:9px;line-height:1.3;display:grid}.product-details-grid{grid-template-columns:minmax(0,1fr) minmax(300px,.7fr);gap:18px;margin-top:20px;display:grid}.product-section{padding:18px}.product-section-title{color:#f8fafc;letter-spacing:-.015em;margin:0 0 10px;font-size:17px}.product-description{color:#cbd5e1;white-space:pre-wrap;margin:0;font-size:13px;line-height:1.65}.seller-title-row{justify-content:space-between;align-items:flex-start;gap:12px;display:flex}.verified-seller{color:#a5b4fc;font-size:10px;font-weight:700}.seller-header{align-items:center;gap:10px;display:flex}.seller-avatar{color:#fff;background:#312e81;border:1px solid #4f46e5;border-radius:50%;flex:none;place-items:center;width:42px;height:42px;font-size:17px;font-weight:800;display:grid}.seller-stats{border-top:1px solid #334155;grid-template-columns:repeat(3,1fr);gap:8px;margin-top:14px;padding-top:12px;display:grid}.seller-stat{color:#e5e7eb;text-align:center;font-size:12px}.seller-stat-label{color:#94a3b8;margin-top:3px;font-size:9px}.seller-info{flex:1;min-width:0}.seller-name-row{justify-content:space-between;align-items:center;gap:10px;display:flex}.seller-name{color:#f8fafc;text-overflow:ellipsis;white-space:nowrap;min-width:0;font-size:14px;overflow:hidden}.seller-rating-inline{color:#facc15;flex:none;font-size:12px;font-weight:700}.seller-review-count{color:#94a3b8;margin-top:4px;font-size:10px}.seller-stats-compact{grid-template-columns:repeat(2,minmax(0,1fr))}.seller-visit-link{color:#e5e7eb;background:#0f172a;border:1px solid #334155;border-radius:9px;justify-content:center;align-items:center;width:100%;height:36px;margin-top:14px;font-size:11px;font-weight:700;text-decoration:none;transition:border-color .15s,background .15s;display:flex}.seller-visit-link:hover{background:#1e293b;border-color:#6366f1}:root[data-theme=light] .seller-name{color:var(--text-primary)}:root[data-theme=light] .seller-review-count{color:var(--text-muted)}:root[data-theme=light] .seller-visit-link{border-color:var(--border);background:var(--surface-secondary);color:var(--text-primary)}:root[data-theme=light] .seller-visit-link:hover{border-color:var(--accent);background:var(--surface-hover)}.product-reviews{margin-top:20px}@media (width<=920px){.product-layout,.product-details-grid{grid-template-columns:1fr}.product-purchase{position:static}}@media (width<=600px){.product-shell{width:100%;padding-bottom:24px}.product-back{margin:0 14px 12px}.product-layout,.product-details-grid{gap:10px}.product-layout>section,.product-layout>aside,.product-details-grid>section,.product-reviews{box-sizing:border-box;width:100%}.product-card{box-shadow:none;border-left:0;border-right:0;border-radius:0}.product-image-wrap{border-radius:0}.product-thumbnails{padding:0 14px 4px}.product-purchase,.product-section{padding:15px 14px}.product-meta{grid-template-columns:1fr 1fr}.product-details-grid,.product-reviews{margin-top:10px}}@media (width<=380px){.product-meta{grid-template-columns:1fr}.product-title{font-size:22px}.product-price{font-size:27px}.product-trust{text-align:left;grid-template-columns:1fr}}:root[data-theme=light] .product-page{color:var(--text-primary)}:root[data-theme=light] .product-card,:root[data-theme=light] .product-thumbnail,:root[data-theme=light] .quantity-controls,:root[data-theme=light] .quantity-controls button{background:var(--surface);border-color:var(--border);color:var(--text-primary)}:root[data-theme=light] .product-image-wrap,:root[data-theme=light] .product-meta-item,:root[data-theme=light] .quantity-controls input{background:var(--surface-secondary);border-color:var(--border);color:var(--text-primary)}:root[data-theme=light] .product-title,:root[data-theme=light] .product-price,:root[data-theme=light] .product-section-title,:root[data-theme=light] .seller-name,:root[data-theme=light] .product-meta-item strong,:root[data-theme=light] .product-breakdown-row strong,:root[data-theme=light] .product-total strong{color:var(--text-primary)}:root[data-theme=light] .product-muted,:root[data-theme=light] .product-rating,:root[data-theme=light] .product-meta-label,:root[data-theme=light] .product-available,:root[data-theme=light] .seller-stat-label{color:var(--text-muted)}:root[data-theme=light] .seller-stat{color:#1f2937}:root[data-theme=light] .seller-stat strong{color:#111827}:root[data-theme=light] .product-description{color:var(--text-secondary)}:root[data-theme=light] .escrow-notice{background:#f5f3ff;border-color:#c4b5fd}:root[data-theme=light] .escrow-notice strong{color:#5b21b6}:root[data-theme=light] .escrow-notice p{color:#6d28d9}@media (width<=920px){.product-layout,.product-details-grid{grid-template-columns:1fr}.product-purchase{position:static}.product-image-wrap{max-height:680px}.product-image{object-fit:contain}.seller-stats-compact{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=700px){.product-page{width:100%}.product-shell{width:100%;padding-bottom:24px}.product-back{margin:0 14px 12px}.product-layout,.product-details-grid{gap:10px}.product-layout>section,.product-layout>aside,.product-details-grid>section,.product-reviews{width:100%;min-width:0}.product-card{box-shadow:none;border-left:0;border-right:0;border-radius:0}.product-image-wrap{aspect-ratio:1;border-radius:0}.product-thumbnails{scrollbar-width:none;gap:7px;padding:0 14px 4px}.product-thumbnails::-webkit-scrollbar{display:none}.product-thumbnail{width:58px;height:58px}.product-gallery-arrow{width:34px;height:34px;font-size:22px}.product-gallery-arrow.previous{left:9px}.product-gallery-arrow.next{right:9px}.product-image-counter{bottom:9px;right:9px}.product-purchase,.product-section{padding:15px 14px}.product-title{font-size:24px}.product-price{font-size:27px}.product-rating{gap:5px}.product-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.product-quantity{align-items:center}.product-breakdown-row,.product-total{align-items:flex-start}.product-breakdown-row span,.product-total strong:first-child{min-width:0;padding-right:8px}.product-breakdown-row strong,.product-total strong:last-child{white-space:nowrap;flex:none}.product-after-buy{padding:12px}.seller-name-row{min-width:0}.seller-rating-inline{white-space:nowrap}.seller-stats-compact{grid-template-columns:repeat(2,minmax(0,1fr))}.seller-stat{min-width:0}.seller-stat strong{overflow-wrap:anywhere;display:block}.product-details-grid,.product-reviews{margin-top:10px}}@media (width<=480px){.product-title{font-size:22px}.product-price{font-size:25px}.product-badges{gap:5px}.product-meta{grid-template-columns:1fr 1fr}.product-meta-item{padding:9px}.product-quantity{gap:8px}.quantity-controls button{width:32px;height:32px}.quantity-controls input{width:40px;height:32px}.seller-header{align-items:flex-start}.seller-avatar{width:38px;height:38px;font-size:15px}.seller-name-row{align-items:flex-start}.seller-review-count{margin-top:3px}.product-buy-button{padding:11px 12px;font-size:13px}.product-after-buy ol{padding-left:17px}}@media (width<=380px){.product-meta{grid-template-columns:1fr}.product-quantity{flex-direction:column;align-items:stretch}.quantity-controls{width:fit-content}.seller-stats-compact{grid-template-columns:1fr}.product-breakdown-row,.product-total{gap:8px;font-size:11px}.product-total{font-size:13px}}.orders-page{width:100%;min-height:100%;padding-bottom:40px}.orders-header{justify-content:space-between;align-items:flex-end;gap:18px;margin-bottom:22px;display:flex}.orders-header h1{color:var(--text-primary,#f8fafc);letter-spacing:-.03em;margin:0;font-size:clamp(24px,3vw,31px);font-weight:750;line-height:1.15}.orders-header p{color:var(--text-muted,#94a3b8);margin:6px 0 0;font-size:12px;font-weight:400;line-height:1.55}.orders-refresh-button{border:1px solid var(--border-strong,#334155);background:var(--surface,#111827);height:34px;color:var(--text-secondary,#e5e7eb);cursor:pointer;border-radius:9px;flex:none;padding:0 12px;font-size:10px;font-weight:700;transition:border-color .15s,background .15s,opacity .15s}.orders-refresh-button:hover:not(:disabled){border-color:var(--accent,#7c3aed);background:var(--surface-hover,#1e293b)}.orders-refresh-button:disabled{opacity:.5;cursor:not-allowed}.orders-error{color:#fca5a5;background:#2b1014;border:1px solid #7f1d1d;border-radius:10px;margin-bottom:16px;padding:11px 12px;font-size:11px;line-height:1.5}.orders-section{width:100%;margin-top:28px}.orders-section-count{border:1px solid var(--border);background:var(--surface-secondary);min-width:22px;height:22px;color:var(--text-muted);border-radius:999px;justify-content:center;align-items:center;padding:0 7px;font-size:9px;font-weight:800;display:inline-flex}.orders-section+.orders-section{margin-top:40px}.orders-section h2{color:var(--text-primary,#f8fafc);letter-spacing:-.02em;align-items:center;gap:8px;margin:0;font-size:18px;font-weight:700;line-height:1.3;display:flex}.orders-list{gap:10px;width:100%;margin-top:14px;display:grid}.order-list-attention{color:var(--accent-text,#7c3aed);margin-top:5px;font-size:11px;font-weight:500;line-height:1.4}.order-list-card{border:1px solid var(--border,#243044);background:var(--surface,#111827);width:100%;min-width:0;color:var(--text-primary,#f4f4f5);text-align:left;cursor:pointer;border-radius:13px;grid-template-columns:68px minmax(0,1fr) auto;align-items:center;gap:13px;padding:13px;transition:border-color .15s,background .15s,transform .15s,box-shadow .15s;display:grid;box-shadow:0 6px 18px #0000001f}.order-list-card:hover{border-color:var(--border-hover,#475569);background:var(--surface-hover,#131c2b);transform:translateY(-1px);box-shadow:0 9px 24px #0000002e}.order-list-card:focus-visible{outline:2px solid var(--accent,#7c3aed);outline-offset:2px}.order-list-card.requires-action{border-color:#7c3aed80}.order-list-card.requires-action:hover{border-color:var(--accent)}.order-list-image-wrap{border:1px solid var(--border,#273449);background:var(--surface-secondary,#0f172a);border-radius:10px;width:68px;height:68px;overflow:hidden}.order-list-image{object-fit:cover;width:100%;height:100%;display:block}.order-list-no-image{width:100%;height:100%;color:var(--text-muted,#94a3b8);place-items:center;font-size:9px;font-weight:600;display:grid}.order-list-content{min-width:0}.order-list-title{color:var(--text-primary,#f8fafc);text-overflow:ellipsis;white-space:nowrap;font-size:14px;font-weight:700;line-height:1.35;display:block;overflow:hidden}.order-list-party{color:var(--text-secondary,#cbd5e1);text-overflow:ellipsis;white-space:nowrap;margin-top:4px;font-size:11px;font-weight:500;line-height:1.4;overflow:hidden}.order-list-meta{color:var(--text-muted,#94a3b8);flex-wrap:wrap;gap:5px;margin-top:7px;font-size:10px;font-weight:400;line-height:1.4;display:flex}.order-list-meta span{align-items:center;display:inline-flex}.order-list-meta span+span:before{content:"·";color:var(--text-muted);opacity:.55;margin-right:9px}.order-list-action{justify-items:end;gap:8px;display:grid}.order-list-view{color:var(--text-muted);font-size:16px;font-weight:500;line-height:1}.order-status-badge{white-space:nowrap;border:1px solid #0000;border-radius:999px;align-items:center;min-height:25px;padding:4px 8px;font-size:9px;font-weight:800;line-height:1;display:inline-flex}.order-status-badge.default{color:#cbd5e1;background:#1e293b;border-color:#475569}.order-status-badge.created{color:#fde68a;background:#422006;border-color:#854d0e}.order-status-badge.deposits-complete{color:#bfdbfe;background:#172554;border-color:#1e40af}.order-status-badge.finalization{color:#ddd6fe;background:#2e1065;border-color:#6d28d9}.order-status-badge.completed{color:#86efac;background:#052e16;border-color:#166534}.order-status-badge.action-required{color:#ddd6fe;background:#2e1065;border-color:#6d28d9}.order-status-badge.cancellation-pending{color:#fde68a;background:#422006;border-color:#854d0e}.order-status-badge.cancelled{color:#cbd5e1;background:#1e293b;border-color:#475569}.orders-state,.orders-empty{border:1px solid var(--border,#243044);background:var(--surface,#111827);color:var(--text-muted,#94a3b8);text-align:center;border-radius:13px;place-items:center;display:grid}.orders-state{min-height:180px;padding:24px}.orders-empty{min-height:110px;margin-top:14px;padding:20px}.orders-state p,.orders-empty p{margin:0;font-size:12px;line-height:1.55}.orders-controls{justify-content:flex-end;align-items:flex-end;gap:8px;width:100%;margin-top:12px;display:flex}.orders-control{gap:4px;display:grid}.orders-control label{color:var(--text-muted,#94a3b8);font-size:9px;font-weight:700;line-height:1}.orders-control select{border:1px solid var(--border-strong,#334155);background:var(--surface,#111827);min-width:130px;height:34px;color:var(--text-secondary,#e5e7eb);cursor:pointer;border-radius:9px;outline:none;padding:0 30px 0 10px;font-size:10px;font-weight:600;transition:border-color .15s,background .15s}.orders-control select:hover{border-color:var(--border-hover,#475569);background:var(--surface-hover,#1e293b)}.orders-control select:focus{border-color:var(--accent,#7c3aed);box-shadow:0 0 0 3px #7c3aed1f}.orders-filter-empty{border:1px solid var(--border,#243044);background:var(--surface,#111827);text-align:center;border-radius:13px;align-content:center;place-items:center;gap:5px;width:100%;min-height:120px;margin-top:14px;padding:20px;display:grid}.orders-filter-empty strong{color:var(--text-primary,#f8fafc);font-size:12px;font-weight:700}.orders-filter-empty p{color:var(--text-muted,#94a3b8);margin:0;font-size:10px}.orders-filter-empty button{border:1px solid var(--border-strong,#334155);background:var(--surface-secondary,#0f172a);height:30px;color:var(--text-secondary,#e5e7eb);cursor:pointer;border-radius:8px;margin-top:7px;padding:0 11px;font-size:9px;font-weight:700}.orders-filter-empty button:hover{border-color:var(--accent,#7c3aed);background:var(--surface-hover,#1e293b)}@media (width<=700px){.orders-page{max-width:none;padding-bottom:24px}.orders-header{align-items:center;margin-bottom:14px;padding:4px 14px 0}.orders-header h1{font-size:25px}.orders-header p{font-size:11px}.orders-refresh-button{height:32px;padding:0 10px;font-size:9px}.orders-error{margin-left:14px;margin-right:14px}.orders-section{margin-top:22px}.orders-section+.orders-section{margin-top:30px}.orders-section h2{padding:0 14px;font-size:16px}.orders-list{gap:8px}.order-list-card{box-shadow:none;border-left:0;border-right:0;border-radius:0;grid-template-columns:58px minmax(0,1fr);gap:11px;padding:12px 14px}.order-list-image-wrap{width:58px;height:58px}.order-list-action{border-top:1px solid var(--border,#243044);grid-column:1/-1;justify-content:space-between;align-items:center;padding-top:9px;display:flex}.orders-state,.orders-empty{border-left:0;border-right:0;border-radius:0}.orders-controls{padding:0 14px}.orders-control{flex:1}.orders-control select{width:100%;min-width:0}.orders-filter-empty{border-left:0;border-right:0;border-radius:0}}@media (width<=420px){.orders-header{flex-direction:column;align-items:flex-start;gap:10px}.orders-refresh-button{width:100%}.order-list-title{font-size:13px}.order-list-meta{gap:4px;font-size:9px}.orders-controls{flex-direction:column;align-items:stretch}.orders-control{width:100%}}.order-chat{border-top:1px solid var(--border);text-align:left;margin-top:24px;padding-top:20px}.order-chat-header{justify-content:space-between;align-items:center;gap:12px;display:flex}.order-chat-header h4{color:var(--text-primary);margin:0;font-size:15px;font-weight:700}.order-chat-header button,.order-chat-form button{border:1px solid var(--border-strong);background:var(--surface-secondary);min-height:34px;color:var(--text-secondary);cursor:pointer;border-radius:8px;padding:0 12px;font-size:10px;font-weight:700}.order-chat-header button:hover:not(:disabled),.order-chat-form button:hover:not(:disabled){border-color:var(--accent);background:var(--surface-hover)}.order-chat-header button:disabled,.order-chat-form button:disabled{opacity:.5;cursor:not-allowed}.order-chat-error{color:#f87171;margin:10px 0 0;font-size:11px}.order-chat-messages{border:1px solid var(--border);background:var(--surface-secondary);border-radius:12px;min-height:140px;max-height:360px;margin-top:14px;padding:12px;overflow-y:auto}.order-chat-empty{color:var(--text-muted);margin:0;font-size:11px}.order-chat-row{justify-content:flex-start;margin-bottom:10px;display:flex}.order-chat-row.mine{justify-content:flex-end}.order-chat-message{border:1px solid var(--border);background:var(--surface);max-width:75%;color:var(--text-secondary);border-radius:11px;padding:9px 11px}.order-chat-message.mine{background:#7c3aed1f;border-color:#7c3aed59}.order-chat-sender{color:var(--text-primary);margin-bottom:4px;font-size:10px;font-weight:700}.order-chat-text{color:var(--text-secondary);white-space:pre-wrap;overflow-wrap:anywhere;font-size:11px;line-height:1.55}.order-chat-date{color:var(--text-muted);margin-top:5px;font-size:9px}.order-chat-form{align-items:flex-end;gap:8px;margin-top:10px;display:flex}.order-chat-form textarea{border:1px solid var(--border-strong);background:var(--surface-secondary);min-width:0;min-height:66px;color:var(--text-primary);resize:vertical;border-radius:9px;outline:none;flex:1;padding:9px 10px;font-size:11px;line-height:1.5}.order-chat-form textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #7c3aed1f}.order-chat-form button{min-width:74px;min-height:38px}.order-chat-disabled,.order-chat-note{color:var(--text-muted);font-size:10px;line-height:1.5}.order-chat-disabled{margin:10px 0 0}.order-chat-note{margin-top:8px;display:block}@media (width<=600px){.order-chat{margin-top:18px;padding-top:16px}.order-chat-messages{border-left:0;border-right:0;border-radius:0;max-height:300px;padding:10px}.order-chat-message{max-width:88%}.order-chat-form{flex-direction:column;align-items:stretch}.order-chat-form button{width:100%}}.order-details-page{width:100%;min-width:0;color:var(--text-primary);text-align:left;padding:0 0 40px}.order-details-header{margin:24px 0 20px}.order-details-header h1{margin:0 0 4px}.order-details-header p{color:var(--text-muted);margin:0;font-size:13px}@media (width<=650px){.order-details-page{padding-bottom:24px}.order-details-header{padding:0 14px}.order-details-page>a{margin-left:14px}}.order-detail-card{border:1px solid var(--border);background:var(--surface);width:100%;box-shadow:var(--shadow-card);text-align:left;border-radius:14px;margin-top:16px;padding:18px}.order-next-action{border:1px solid var(--border);background:var(--surface-secondary);border-radius:11px;align-items:flex-start;gap:12px;width:100%;margin:14px 0 18px;padding:13px 14px;display:flex}.order-next-action-icon{background:var(--surface);width:32px;height:32px;color:var(--text-primary);border-radius:50%;flex:0 0 32px;place-items:center;font-size:15px;font-weight:800;display:grid}.order-next-action-content{flex:1;min-width:0}.order-next-action-eyebrow{color:var(--text-muted);letter-spacing:.04em;text-transform:uppercase;margin-bottom:3px;font-size:10px;font-weight:800;display:block}.order-next-action h4{color:var(--text-primary);margin:0;font-size:14px;line-height:1.35}.order-next-action p{color:var(--text-secondary);margin:4px 0 0;font-size:12px;line-height:1.5}.order-next-action.attention{background:#7c3aed1a;border-color:#7c3aed8c}.order-next-action.attention .order-next-action-icon{color:#c4b5fd;background:#7c3aed2e}.order-next-action.waiting{background:#1e40af14;border-color:#1e40af73}.order-next-action.waiting .order-next-action-icon{color:#93c5fd;background:#1e40af29}.order-next-action.warning{background:#854d0e1a;border-color:#854d0e8c}.order-next-action.warning .order-next-action-icon{color:#fde68a;background:#854d0e33}.order-next-action.success{background:#1665341a;border-color:#1665348c}.order-next-action.success .order-next-action-icon{color:#86efac;background:#16653433}@media (width<=650px){.order-next-action{margin-bottom:14px;padding:13px}.order-next-action p{font-size:12px}}@media (width<=380px){.order-next-action{gap:9px}.order-next-action-icon{flex-basis:28px;width:28px;height:28px;font-size:13px}}.order-detail-main{grid-template-columns:170px minmax(0,1fr);align-items:start;gap:20px;display:grid}.order-detail-media{min-width:0}.order-detail-image,.order-detail-no-image{aspect-ratio:1;border:1px solid var(--border);background:var(--surface-secondary);border-radius:12px;width:100%}.order-detail-image{object-fit:cover;display:block}.order-detail-no-image{color:var(--text-muted);place-items:center;font-size:13px;display:grid}.order-detail-content{min-width:0}.order-detail-title-row{justify-content:space-between;align-items:flex-start;gap:14px;display:flex}.order-detail-title-row h3{color:var(--text-primary);margin:0;font-size:20px;line-height:1.3}.order-section-heading{border-bottom:1px solid var(--border);margin:20px 0 8px;padding-bottom:7px}.order-section-heading h4{color:var(--text-primary);letter-spacing:.04em;text-transform:uppercase;margin:0;font-size:12px;font-weight:800}.order-detail-number{color:var(--text-muted);align-items:center;gap:7px;margin-top:6px;font-size:12px;display:flex}.order-detail-number button{border:1px solid var(--border-strong);background:var(--surface-secondary);min-height:27px;color:var(--text-secondary);cursor:pointer;border-radius:6px;padding:0 8px;font-size:10px;font-weight:700}.order-detail-number button:hover{border-color:var(--accent);background:var(--surface-hover)}.order-detail-stats{grid-template-columns:repeat(3,minmax(0,1fr));gap:8px;margin-top:16px;display:grid}.order-detail-stat{border:1px solid var(--border);background:var(--surface-secondary);border-radius:9px;min-width:0;padding:11px}.order-detail-stat span,.order-detail-party>span{color:var(--text-muted);margin-bottom:4px;font-size:12px;font-weight:600;display:block}.order-detail-stat strong,.order-detail-party strong{color:var(--text-primary);font-size:14px}.order-detail-parties{grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:8px;display:grid}.order-detail-party{border:1px solid var(--border);background:var(--surface-secondary);border-radius:9px;min-width:0;padding:11px}.order-detail-party code{overflow-wrap:anywhere;color:var(--text-muted);background:0 0;margin-top:6px;padding:0;font-size:11px;line-height:1.5;display:block}.order-escrow-actions{margin-top:4px}.order-post-completion{margin-top:20px}.order-action-form button,.order-close-button{border:1px solid var(--border-strong);background:var(--surface-secondary);width:100%;min-height:38px;color:var(--text-secondary);cursor:pointer;border-radius:9px;padding:0 14px;font-size:11px;font-weight:700;transition:border-color .15s,background .15s,transform .15s}.order-action-form button:hover:not(:disabled),.order-close-button:hover:not(:disabled){border-color:var(--accent);background:var(--surface-hover)}.order-action-form button:active:not(:disabled),.order-close-button:active:not(:disabled){transform:translateY(1px)}.order-action-form button:disabled,.order-close-button:disabled{opacity:.5;cursor:not-allowed}.transaction-section{border:1px solid var(--border);background:var(--surface-secondary);border-radius:10px;margin-top:14px;padding:14px}.transaction-section h3{color:var(--text-primary);margin:0 0 8px;font-size:15px}.transaction-section p{color:var(--text-secondary);margin:0;font-size:13px;line-height:1.6}.transaction-signature{overflow-wrap:anywhere}.transaction-section a{color:var(--accent);margin-top:8px;font-size:12px;font-weight:700;text-decoration:none;display:inline-block}.transaction-section a:hover{text-decoration:underline}.order-actions{gap:12px;margin-top:18px;display:grid}.order-actions button{border:1px solid var(--border-strong);background:var(--surface-secondary);min-height:38px;color:var(--text-secondary);cursor:pointer;border-radius:9px;padding:0 13px;font-size:12px;font-weight:700;transition:border-color .15s,background .15s}.order-actions button:hover:not(:disabled){border-color:var(--accent);background:var(--surface-hover)}.order-actions button:disabled{opacity:.5;cursor:not-allowed}.order-actions .order-primary-button{border-color:var(--accent);background:var(--accent);color:#fff}.order-actions .order-primary-button:hover:not(:disabled){border-color:var(--accent-hover);background:var(--accent-hover)}.order-action-panel{border:1px solid var(--border);background:var(--surface-secondary);border-radius:10px;width:100%;max-width:560px;padding:14px}.order-action-panel.warning{background:#854d0e1f;border-color:#854d0e}.order-action-panel.info{background:#1e40af1f;border-color:#1e40af}.order-action-panel.success{color:var(--text-secondary);background:#1665341f;border-color:#166534}.order-action-panel.cancellation{background:#6d28d91f;border-color:#6d28d9}.order-action-panel.danger{background:#991b1b1f;border-color:#991b1b}.order-action-panel>strong,.order-action-panel h4{color:var(--text-primary);margin:0;font-size:14px;font-weight:700;display:block}.order-action-panel p{color:var(--text-secondary);margin:8px 0 0;font-size:13px;line-height:1.6}.order-action-panel small{color:var(--text-muted);margin-top:6px;font-size:11px;line-height:1.5;display:block}.order-action-panel input[type=range]{width:100%;accent-color:var(--accent);margin-top:12px}.order-action-form{gap:8px;margin-top:12px;display:grid}.order-action-form label{color:var(--text-secondary);font-size:12px;font-weight:700}.order-action-form select,.order-action-form textarea{border:1px solid var(--border-strong);background:var(--surface);width:100%;color:var(--text-primary);border-radius:9px;outline:none;font-size:13px}.order-action-form select{height:40px;padding:0 10px}.order-action-form textarea{resize:vertical;min-height:88px;padding:10px;line-height:1.5}.order-action-form select:focus,.order-action-form textarea:focus{border-color:var(--accent);box-shadow:0 0 0 3px #7c3aed1f}.order-action-buttons{flex-wrap:wrap;gap:8px;margin-top:12px;display:flex}.order-action-group{gap:10px;width:100%;max-width:560px;display:grid}.order-action-note{color:var(--text-muted);margin:0;font-size:12px;line-height:1.6}.order-timeline{border-top:1px solid var(--border);width:100%;margin-top:24px;padding-top:20px}.order-timeline h4{color:var(--text-primary);margin:0 0 14px;font-size:16px;font-weight:700}.order-timeline-list{gap:12px;width:100%;display:grid}.order-timeline-item{align-items:flex-start;gap:10px;width:100%;display:flex}.order-timeline-marker{border:1px solid var(--border-strong);background:var(--surface-secondary);color:#0000;border-radius:50%;flex:0 0 22px;place-items:center;width:22px;height:22px;font-size:11px;font-weight:800;display:grid}.order-timeline-item.completed .order-timeline-marker{color:#86efac;background:#1665342e;border-color:#166534}.order-timeline-item>div{flex:1;min-width:0}.order-timeline-item strong{width:max-content;max-width:100%;color:var(--text-secondary);white-space:nowrap;font-size:13px;line-height:1.4;display:block}.order-timeline-date{color:var(--text-muted);white-space:nowrap;margin-top:3px;font-size:11px;line-height:1.4;display:block}.order-detail-thumbnails{gap:6px;margin-top:8px;padding-bottom:2px;display:flex;overflow-x:auto}.order-detail-thumbnail{object-fit:cover;border:1px solid var(--border);background:var(--surface-secondary);border-radius:7px;flex:none;width:48px;height:48px;display:block}@media (width<=850px){.order-detail-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (width<=650px){.order-detail-card{box-shadow:none;border-left:0;border-right:0;border-radius:0;padding:14px}.order-detail-main{grid-template-columns:110px minmax(0,1fr);gap:12px}.order-detail-title-row{flex-direction:column;gap:7px}.order-detail-parties{grid-template-columns:1fr}.order-detail-stats{grid-template-columns:1fr 1fr}.order-action-panel,.order-action-group{max-width:none}}@media (width<=480px){.order-detail-main{grid-template-columns:1fr}.order-detail-media{max-width:100%}.order-detail-image,.order-detail-no-image{aspect-ratio:4/3;max-height:280px}.order-detail-stats{grid-template-columns:1fr}.order-action-buttons{flex-direction:column;align-items:stretch}.order-action-buttons button,.order-action-group>button,.order-actions>button{width:100%}.order-action-panel{padding:12px}}@media (width<=380px){.order-detail-title-row h3{font-size:18px}.order-detail-stat span,.order-detail-party>span{font-size:11px}.order-detail-stat strong,.order-detail-party strong{font-size:13px}.order-actions button{font-size:11px}}.instructions-page{width:100%;min-height:100%;padding-bottom:40px}.instructions-header,.instructions-section,.instructions-warning{border:1px solid var(--border,#e4e4e7);background:var(--surface,#fff);border-radius:14px;padding:20px}.instructions-header{margin-bottom:14px}.instructions-header h1{color:var(--text-primary,#18181b);margin:0;font-size:30px;line-height:1.2}.instructions-header p{color:var(--text-secondary,#52525b);margin:8px 0 0;font-size:13px;line-height:1.6}.instructions-warning{color:#713f12;background:#fefce8;border-color:#a16207;margin-bottom:14px}.instructions-warning p{margin:0;font-size:12px;line-height:1.65}.instructions-warning p+p{margin-top:10px}.instructions-section{margin-top:14px}.instructions-section h2{color:var(--text-primary,#18181b);margin:0 0 12px;font-size:19px}.instructions-section h3{color:var(--text-primary,#18181b);margin:18px 0 10px;font-size:15px}.instructions-section p,.instructions-section li{color:var(--text-secondary,#52525b);font-size:12px;line-height:1.75}.instructions-section p{margin:0}.instructions-section p+p{margin-top:12px}.instructions-section ol{margin:12px 0 0;padding-left:22px}.instructions-section li+li{margin-top:16px}.instructions-section li strong{color:var(--text-primary,#18181b)}.instructions-section li p{margin-top:5px}.instructions-danger{background:#fef2f2;border:1px solid #dc2626;border-radius:10px;margin-top:18px;padding:14px}.instructions-danger strong{color:#991b1b;font-size:12px}.instructions-danger p{color:#7f1d1d}.instructions-link{color:var(--accent);word-break:break-word;text-decoration:none;transition:color .15s}.instructions-link:hover{color:var(--accent-hover);text-decoration:underline}:root[data-theme=dark] .instructions-warning{color:#fcd34d;background:#271a08;border-color:#713f12}:root[data-theme=dark] .instructions-danger{background:#2b1014;border-color:#7f1d1d}:root[data-theme=dark] .instructions-danger strong,:root[data-theme=dark] .instructions-danger p{color:#fca5a5}@media (width<=700px){.instructions-page{max-width:none}.instructions-header,.instructions-section,.instructions-warning{border-left:0;border-right:0;border-radius:0}}.footer{border-top:1px solid var(--border);background:var(--surface);margin-top:56px}.footer-inner{grid-template-columns:2fr 2fr 2fr;gap:28px;width:min(100%,1440px);margin:0 auto;padding:28px 24px;display:grid}.footer-brand h3,.footer-section h4{margin:0 0 10px;font-size:15px;font-weight:700}.footer-brand p{color:var(--text-muted);margin:0;font-size:13px;line-height:1.6}.footer-section a{color:var(--accent);word-break:break-word;text-decoration:none}.footer-section a:hover{text-decoration:underline}.footer-address{flex-wrap:wrap;align-items:center;gap:10px;display:flex}.footer-address code{background:var(--surface-secondary);word-break:break-all;border-radius:8px;padding:8px 10px;font-size:12px}.footer-address button{border:1px solid var(--border);background:var(--surface-hover);cursor:pointer;border-radius:8px;padding:8px 12px}.footer-bottom{border-top:1px solid var(--border);text-align:center;color:var(--text-muted);padding:16px;font-size:12px}@media (width<=900px){.footer-inner{grid-template-columns:1fr}}:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#f4f4f5;font-synthesis:none;text-rendering:optimizelegibility;background:#09090b;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html,body,#root{width:100%;min-width:320px;min-height:100%;margin:0}html,body{background:var(--page-bg,#09090b)}body{min-height:100vh;overflow-x:hidden}button,input,textarea,select{font:inherit}button,a{color:inherit}.app{background:var(--page-bg,#09090b);width:100%;min-height:100vh;color:var(--text-primary,#f4f4f5)}.app-header{z-index:100;border-bottom:1px solid var(--border,#27272a);background:var(--header-bg,#09090bf0);-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);width:100%;position:sticky;top:0}.tablet-header,.mobile-header{display:none}.desktop-header{display:block}.desktop-header-inner{align-items:center;gap:18px;width:min(100%,1440px);min-height:58px;margin:0 auto;padding:0 24px;display:flex}.app-brand{flex-direction:column;flex:none;align-items:flex-start;gap:4px;min-width:0;display:flex}.program-short{display:none}@media (width<=768px){.program-full{display:none}.program-short{display:inline}}.app-brand-main{align-items:center;gap:8px;display:flex}.app-program-row{align-items:center;gap:5px;min-width:0;display:flex}.app-program-value{min-width:0;max-width:420px;color:var(--text-muted,#94a3b8);text-overflow:ellipsis;white-space:nowrap;background:0 0;padding:0;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,monospace;font-size:8px;line-height:1.2;overflow:hidden}.app-program-short{display:none}.app-program-copy{width:20px;height:20px;color:var(--text-muted,#94a3b8);cursor:pointer;background:0 0;border:0;border-radius:5px;flex:none;place-items:center;padding:0;font-size:12px;line-height:1;display:grid}.app-program-copy:hover:not(:disabled){background:var(--surface-hover,#27272a);color:var(--text-primary,#f4f4f5)}.app-program-copy:disabled{opacity:.4;cursor:not-allowed}@media (width<=1100px){.app-program-full{display:none}.app-program-short{display:inline}.app-program-value{max-width:150px;font-size:8px}}@media (width<=760px){.app-brand{gap:3px}.app-brand-main{gap:6px}.app-program-value{max-width:120px;font-size:7px}.app-program-copy{width:18px;height:18px;font-size:11px}}.app-logo{color:var(--text-primary,#f4f4f5);letter-spacing:-.04em;white-space:nowrap;font-size:18px;font-weight:800;text-decoration:none}.app-network-badge{border:1px solid var(--border-strong,#3f3f46);white-space:nowrap;border-radius:999px;flex:none;padding:4px 7px;font-size:9px;font-weight:800;line-height:1}.app-network-badge.mainnet{color:#86efac;background:#052e16;border-color:#166534}.app-network-badge.devnet{color:#fde68a;background:#422006;border-color:#854d0e}.desktop-nav{align-self:stretch;align-items:stretch;gap:2px;min-width:0;display:flex}.desktop-nav-link{color:var(--text-muted,#a1a1aa);white-space:nowrap;align-items:center;padding:0 9px;font-size:12px;font-weight:600;text-decoration:none;display:flex;position:relative}.desktop-nav-link:hover,.desktop-nav-link.active{color:var(--text-primary,#f4f4f5)}.desktop-nav-link.active:after{content:"";background:var(--accent,#7c3aed);border-radius:2px;height:2px;position:absolute;bottom:-1px;left:9px;right:9px}.orders-link{gap:5px}.desktop-actions{align-items:center;gap:7px;min-width:0;margin-left:auto;display:flex}.header-action-button,.header-seller-link{border:1px solid var(--border-strong,#3f3f46);background:var(--surface,#18181b);height:33px;color:var(--text-secondary,#e4e4e7);white-space:nowrap;cursor:pointer;border-radius:8px;flex:none;justify-content:center;align-items:center;padding:0 11px;font-size:11px;font-weight:700;line-height:1;text-decoration:none;display:inline-flex}.header-action-button:hover,.header-seller-link:hover{border-color:var(--accent,#7c3aed);background:var(--surface-hover,#27272a)}.wallet-adapter-dropdown{min-width:0}.wallet-adapter-button{text-overflow:ellipsis;white-space:nowrap;max-width:180px;overflow:hidden;background:var(--accent,#7c3aed)!important;border-radius:8px!important;min-width:0!important;height:33px!important;padding:0 11px!important;font-size:11px!important;font-weight:700!important;line-height:1!important}.wallet-adapter-button:hover{background:var(--accent-hover,#8b5cf6)!important}.wallet-adapter-button-trigger{background:var(--accent,#7c3aed)!important;min-width:0!important}.wallet-adapter-modal-wrapper{border:1px solid var(--border,#27272a)!important;background:var(--surface,#18181b)!important;color:var(--text-primary,#f4f4f5)!important}.wallet-adapter-modal-title{color:var(--text-primary,#f4f4f5)!important}.wallet-adapter-modal-list li{background:var(--surface-secondary,#27272a)!important}.wallet-adapter-modal-list li:hover{background:var(--surface-hover,#3f3f46)!important}.header-menu-button{border:1px solid var(--border-strong,#3f3f46);background:var(--surface,#18181b);cursor:pointer;border-radius:8px;flex-direction:column;flex:none;justify-content:center;align-items:stretch;gap:4px;width:36px;height:34px;padding:7px;display:flex}.header-menu-button span{background:var(--text-primary,#f4f4f5);border-radius:999px;width:100%;height:2px;transition:transform .15s,opacity .15s;display:block}.header-menu-button.open span:first-child{transform:translateY(6px)rotate(45deg)}.header-menu-button.open span:nth-child(2){opacity:0}.header-menu-button.open span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.header-dropdown{border-top:1px solid var(--border,#27272a);background:var(--header-bg,#09090b);gap:8px;width:100%;padding:10px 14px 14px;display:grid}.header-dropdown>button,.header-dropdown>a{border:1px solid var(--border-strong,#3f3f46);background:var(--surface,#18181b);width:100%;min-height:40px;color:var(--text-secondary,#e4e4e7);text-align:left;cursor:pointer;border-radius:8px;justify-content:flex-start;align-items:center;padding:9px 11px;font-size:11px;font-weight:700;text-decoration:none;display:flex}.header-dropdown>button:hover,.header-dropdown>a:hover{border-color:var(--accent,#7c3aed);background:var(--surface-hover,#27272a)}.header-dropdown-wallet{width:100%;min-width:0}.header-dropdown-wallet .wallet-adapter-dropdown{width:100%}.header-dropdown-wallet .wallet-adapter-button,.header-dropdown-wallet .wallet-adapter-button-trigger{justify-content:center!important;width:100%!important;min-width:0!important;max-width:none!important;height:40px!important;font-size:11px!important}.app-shell{width:min(100%,1440px);min-height:calc(100vh - 58px);margin:0 auto;padding:20px 24px 40px}@media (width<=1100px){.desktop-header,.mobile-header{display:none}.tablet-header{width:100%;display:block}.tablet-header-top{justify-content:space-between;align-items:center;gap:14px;width:min(100%,1440px);min-height:56px;margin:0 auto;padding:0 18px;display:flex}.tablet-nav{border-top:1px solid var(--border,#27272a);grid-template-columns:repeat(4,minmax(0,1fr));width:100%;height:44px;display:grid}.tablet-nav-link{min-width:0;color:var(--text-muted,#a1a1aa);text-align:center;white-space:nowrap;justify-content:center;align-items:center;gap:5px;padding:0 10px;font-size:11px;font-weight:600;text-decoration:none;display:flex;position:relative}.tablet-nav-link:hover,.tablet-nav-link.active{color:var(--text-primary,#f4f4f5)}.tablet-nav-link.active:after{content:"";background:var(--accent,#7c3aed);border-radius:2px;height:2px;position:absolute;bottom:-1px;left:25%;right:25%}.app-shell{padding-top:18px}}@media (width<=760px){.desktop-header,.tablet-header{display:none}.mobile-header{width:100%;display:block}.mobile-header-top{justify-content:space-between;align-items:center;gap:10px;width:100%;min-height:54px;padding:0 12px;display:flex}.mobile-header-top .app-brand{flex:auto;gap:6px;min-width:0}.mobile-header-top .app-logo{font-size:16px}.mobile-header-top .app-network-badge{padding:3px 6px;font-size:7px}.mobile-nav{z-index:120;border-top:1px solid var(--border,#27272a);background:var(--header-bg,#09090bf5);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px);grid-template-columns:repeat(4,minmax(0,1fr));width:100%;height:56px;display:grid;bottom:0;left:0;right:0}.mobile-nav-link{min-width:0;color:var(--text-muted,#a1a1aa);text-align:center;text-overflow:ellipsis;white-space:nowrap;justify-content:center;align-items:center;gap:3px;padding:0 3px;font-size:9px;font-weight:600;text-decoration:none;display:flex;position:relative;overflow:hidden}.mobile-nav-link.active{color:var(--text-primary,#f4f4f5)}.mobile-nav-link.active:after{content:"";background:var(--accent,#7c3aed);border-radius:2px;height:2px;position:absolute;top:0;left:24%;right:24%}.app-shell{width:100%;max-width:none;min-height:calc(100vh - 54px);padding:12px 0 72px}}@media (width<=380px){.mobile-header-top{padding:0 9px}.mobile-header-top .app-logo{font-size:15px}.mobile-header-top .app-network-badge{padding:3px 5px;font-size:6px}.mobile-nav-link{font-size:8px}}.disclaimer-overlay{z-index:9999;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#000000b8;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.disclaimer-modal{border:1px solid var(--border,#27272a);background:var(--surface,#111827);width:min(100%,680px);color:var(--text-primary,#f4f4f5);text-align:left;border-radius:16px;padding:20px;box-shadow:0 28px 80px #00000073}.disclaimer-heading{align-items:flex-start;gap:12px;display:flex}.disclaimer-warning{color:#fde68a;background:#422006;border-radius:12px;flex:none;place-items:center;width:44px;height:44px;font-size:20px;font-weight:800;display:grid}.disclaimer-heading h2{color:var(--text-primary,#f8fafc);letter-spacing:-.02em;margin:0;font-size:20px;font-weight:800;line-height:1.25}.disclaimer-heading p{color:var(--text-secondary,#cbd5e1);margin:8px 0 0;font-size:12px;line-height:1.65}.disclaimer-agreement{border:1px solid var(--border,#273449);background:var(--surface-secondary,#0f172a);border-radius:12px;margin-top:18px;padding:15px}.disclaimer-agreement strong{color:var(--text-primary,#f8fafc);font-size:12px}.disclaimer-agreement ul{color:var(--text-secondary,#cbd5e1);margin:12px 0 0;padding-left:18px}.disclaimer-agreement li{padding-left:3px;font-size:11px;line-height:1.6}.disclaimer-agreement li+li{margin-top:8px}.disclaimer-actions{justify-content:flex-end;margin-top:18px;display:flex}.disclaimer-actions button{border:1px solid var(--accent,#7c3aed);background:var(--accent,#7c3aed);color:#fff;cursor:pointer;border-radius:9px;min-height:38px;padding:0 18px;font-size:11px;font-weight:700}.disclaimer-actions button:hover{border-color:var(--accent-hover,#8b5cf6);background:var(--accent-hover,#8b5cf6)}@media (width<=560px){.disclaimer-overlay{padding:12px}.disclaimer-modal{padding:16px}.disclaimer-heading{gap:10px}.disclaimer-warning{width:38px;height:38px;font-size:17px}.disclaimer-heading h2{font-size:17px}.disclaimer-actions button{width:100%}}
