:root{color-scheme:light;--ink:#17211b;--muted:#607067;--line:#dbe4de;--surface:#f6f9f7;--accent:#176b45;--accent-strong:#0e5234;font-family:Inter,ui-sans-serif,system-ui,sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--surface)}:focus-visible{outline:3px solid #176b45;outline-offset:3px}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}.admin-market-stack,.market-form{display:grid;grid-gap:1rem;gap:1rem}.admin-market-row,.admin-market-toolbar,.outcome-input{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem;flex-wrap:wrap}.admin-market-toolbar .field{flex:1 1;min-width:180px}.market-form textarea{min-height:110px;resize:vertical}.form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.market-form fieldset{display:grid;grid-gap:.75rem;gap:.75rem;border:1px solid var(--line);border-radius:12px;padding:1rem}.tag-choice-grid{display:flex;flex-wrap:wrap;gap:.75rem}.tag-choice,.tag-pill{align-items:center;border:1px solid var(--border);border-radius:999px;display:inline-flex;gap:.5rem;padding:.5rem .8rem}.admin-tag-create,.admin-tag-list{display:grid;grid-gap:1rem;gap:1rem}.admin-tag-create{align-items:end;grid-template-columns:minmax(0,1fr) auto}.proposal-heading,.threshold-panel,.vote-actions{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.proposal-heading{justify-content:space-between}.settlement-panel,.threshold-panel{margin:1rem 0;padding:1rem;border:1px solid var(--border);border-radius:.75rem;background:var(--surface-subtle)}.threshold-panel progress{flex:1 1 12rem}.vote-actions .field{flex:1 1 18rem}.vote-list{padding-left:1.25rem}.resolution-proposal-card,.resolution-proposal-card li,.resolution-proposal-card>*,.threshold-panel,.vote-actions{min-width:0;max-width:100%}.resolution-proposal-card{overflow:hidden}.resolution-evidence{margin:0;overflow-wrap:anywhere;white-space:pre-wrap;word-break:break-word}.resolution-links{display:grid;grid-gap:.5rem;gap:.5rem;margin:0;-webkit-padding-start:1.25rem;padding-inline-start:1.25rem}.resolution-links .text-link{display:inline-flex;max-width:100%}.vote-actions{width:100%}.outcome-input .field{flex:1 1}.pool-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.75rem;gap:.75rem}.pool-grid div{padding:.75rem;background:var(--surface);border-radius:8px}.pool-grid dt{color:var(--muted);font-size:.85rem}.pool-grid dd{margin:.4rem 0 0;overflow-wrap:anywhere}@media (max-width:720px){.form-grid,.pool-grid{grid-template-columns:1fr}}.comment-list,.comment-replies,.comments-section{display:grid;grid-gap:1rem;gap:1rem}.comment,.comment-form{padding:1.25rem;background:#fff;border:1px solid var(--line);border-radius:14px}.comment-form{display:grid;grid-gap:.75rem;gap:.75rem}.comment-textarea{min-height:110px;resize:vertical}.comment footer,.comment header,.comment-form-footer,.dialog-actions,.replying-to{display:flex;align-items:center;justify-content:space-between;gap:.75rem;flex-wrap:wrap}.comment header time{color:var(--muted);font-size:.85rem}.comment-text{white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.6}.comment footer{justify-content:flex-start}.comment-replies{margin:1rem 0 0 clamp(1rem,5vw,3rem)}.comment--deleted{background:#f0f3f1;border-style:dashed}.text-link{color:var(--accent);font-weight:700;text-decoration:underline}.dialog-actions{justify-content:flex-end}.shell{min-height:100vh;display:grid;grid-template-rows:auto 1fr auto}.header{background:#fff;border-bottom:1px solid var(--line)}.footer-inner,.header-inner,.main{width:min(1120px,calc(100% - 2rem));margin:0 auto}.header-inner{min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:1.5rem}.brand{font-weight:800;letter-spacing:-.03em}.nav{display:flex;align-items:center;gap:1rem;color:var(--muted)}.nav a:focus-visible,.nav a:hover{color:var(--accent)}.main{padding:clamp(2rem,5vw,4rem) 0}.wallet-stack{display:grid;grid-gap:2rem;gap:2rem}.wallet-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.wallet-form,.wallet-grid{display:grid;grid-gap:1rem;gap:1rem}.wallet-form{margin-top:1rem}.security-warning{margin:1rem 0;padding:.9rem;border-left:4px solid #d18b18;border-radius:6px;background:#fff5d8;line-height:1.5}.address-code{display:block;margin:1rem 0;padding:.8rem;overflow-wrap:anywhere;border:1px solid var(--line);border-radius:8px;background:var(--surface)}.wallet-message{padding:.9rem;border:1px solid #54a476;border-radius:8px;background:#edf8f1}.qr-code{width:220px;height:220px;display:block;margin:1rem auto;border:1px solid var(--line);border-radius:8px}@media (max-width:720px){.wallet-grid{grid-template-columns:1fr}}.hero{padding:clamp(2rem,7vw,5rem);border-radius:24px;background:linear-gradient(135deg,#fff,#e7f4ec)}.eyebrow{font-weight:700;text-transform:uppercase;letter-spacing:.08em;font-size:.78rem}h1{max-width:760px;margin:.5rem 0 1rem;font-size:clamp(2.25rem,7vw,4.75rem);line-height:.98;letter-spacing:-.055em}.lede{max-width:650px;color:var(--muted);font-size:clamp(1rem,2vw,1.2rem);line-height:1.7}.actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:2rem}.button{border-radius:10px;border:1px solid var(--accent);background:var(--accent);color:#fff}.button,.ui-button{display:inline-flex;min-height:44px;align-items:center;padding:0 1rem;font-weight:700}.ui-button{justify-content:center;gap:.5rem;border:1px solid transparent;border-radius:10px;cursor:pointer}.ui-button:disabled{cursor:not-allowed;opacity:.6}.ui-button--primary{color:#fff;background:var(--accent);border-color:var(--accent)}.ui-button--primary:hover{background:var(--accent-strong)}.ui-button--secondary{color:var(--accent);background:#fff;border-color:var(--accent)}.ui-button--danger{color:#fff;background:#a32d2d}.ui-button--ghost{color:var(--ink);background:transparent}.field{display:grid;grid-gap:.4rem;gap:.4rem}.field label{font-weight:700}.field-control{width:100%;min-height:44px;padding:.65rem .75rem;color:var(--ink);background:#fff;border:1px solid #aab9b0;border-radius:8px}.field-control:focus-visible{outline:3px solid #9ed6b9;outline-offset:1px}.field-control[aria-invalid=true]{border-color:#a32d2d}.field-error,.field-hint{margin:0;font-size:.875rem}.field-hint{color:var(--muted)}.field-error{color:#8d2020}.dialog{width:min(520px,calc(100% - 2rem));padding:1.5rem;border:0;border-radius:16px;box-shadow:0 20px 70px #17211b40}.dialog::-webkit-backdrop{background:#17211b99}.dialog::backdrop{background:#17211b99}.dialog-header{display:flex;align-items:center;justify-content:space-between;gap:1rem}.dialog-header h2{margin:0}.toast{position:fixed;right:1rem;bottom:1rem;z-index:10;max-width:420px;padding:1rem;border:1px solid var(--line);border-radius:10px;background:#fff;box-shadow:0 10px 35px #17211b2b}.toast--success{border-color:#54a476}.toast--error{border-color:#c66363}.table-scroll{max-width:100%;overflow-x:auto}table{width:100%;border-collapse:collapse;background:#fff}td,th{padding:.8rem;border-bottom:1px solid var(--line);text-align:left}th{font-size:.8rem;text-transform:uppercase;letter-spacing:.04em}.table-empty{padding:2rem;text-align:center;color:var(--muted)}.table-actions{display:flex;flex-wrap:wrap;justify-content:flex-end;gap:.5rem}.badge{display:inline-flex;align-items:center;width:-moz-fit-content;width:fit-content;padding:.25rem .55rem;border-radius:999px;font-size:.75rem;font-weight:800}.badge--neutral{color:#48544d;background:#e9eeeb}.badge--info{color:#155678;background:#dceef7}.badge--success{color:#155d38;background:#dcefe4}.badge--warning{color:#73520b;background:#f8ebc5}.badge--danger{color:#862626;background:#f8dddd}.tabs{display:flex;gap:.25rem;overflow-x:auto;border-bottom:1px solid var(--line)}.tabs a{padding:.75rem 1rem;white-space:nowrap;color:var(--muted);border-bottom:3px solid transparent}.tabs a[aria-current=page]{color:var(--accent);border-bottom-color:var(--accent)}.card{display:grid;grid-gap:1rem;gap:1rem;padding:1.5rem;border-radius:14px}.empty-state{max-width:620px;padding:3rem 1.5rem;text-align:center;margin:0 auto}.empty-state h2{margin-top:0}.skeleton{display:block;max-width:100%;border-radius:6px;background:linear-gradient(90deg,#e7ece9 25%,#f4f7f5 50%,#e7ece9 75%);background-size:200% 100%;animation:shimmer 1.4s infinite}@keyframes shimmer{to{background-position:-200% 0}}@media (prefers-reduced-motion:reduce){.skeleton{animation:none}}:root{--ink:#142019;--muted:#647269;--line:#dfe6e1;--surface:#f4f7f5;--surface-subtle:#f4f7f5;--border:#dfe6e1;--accent:#136c46;--accent-strong:#0a4f32;--danger:#bd3e48;--brand-soft:#eaf6f0;--red-soft:#fff1f2;--amber-soft:#fff7e7;--shadow:0 18px 45px rgb(18 53 34/8%);font-family:Vazirmatn,IRANSansX,Segoe UI,Tahoma,Arial,sans-serif}body{color:var(--ink);background:#fbfcfb;line-height:1.65}.category-nav-inner,.footer-inner,.header-inner,.main{width:min(1180px,calc(100% - 40px))}.header-primary{min-height:74px;gap:24px}.brand{display:inline-flex;align-items:center;gap:9px;color:var(--ink);font-size:21px;font-weight:950}.brand-mark{width:46px;height:46px;object-fit:contain;filter:drop-shadow(0 6px 10px rgb(0 190 120/14%))}.nav{gap:25px;color:#526057;font-size:14px;font-weight:500}.nav a:hover,.nav-active{color:var(--accent);font-weight:900}.global-search{max-width:310px;height:42px;padding:0 13px;background:var(--surface);border:1px solid transparent;border-radius:12px}.global-search:focus-within{background:#fff;border-color:var(--accent)}.auth-login,.auth-register{min-height:42px;border-color:#cbd7cf;border-radius:11px;font-size:13px;font-weight:850}.category-nav a{padding:11px 0 10px;color:var(--muted);font-size:13px;border-bottom:2px solid transparent}.category-nav a.is-active{color:var(--accent);border-color:var(--accent);font-weight:900}.main{padding:42px 0 68px}.page-template{gap:25px}.page-header h1{font-size:clamp(31px,4vw,38px);letter-spacing:-.055em}.lede,.page-header .lede{max-width:720px;color:var(--muted);font-size:14px}.eyebrow{color:var(--accent);font-size:11px;font-weight:850}.card,.market-filters,.notification-item,.order-preview,.panel,.table-scroll,.trade-ticket{background:#fff;border-color:var(--line);border-radius:17px;box-shadow:0 6px 20px rgb(18 53 34/4%)}.button,.ui-button{min-height:42px;border-radius:11px;font-size:13px;font-weight:850}.button:not(.secondary),.ui-button--primary{color:#fff;background:var(--accent);border-color:var(--accent)}.button:not(.secondary):hover,.ui-button--primary:hover{background:var(--accent-strong)}.field-control{min-height:43px;background:var(--surface);border-color:var(--line)}.field-control:focus-visible{background:#fff;border-color:var(--accent)}.market-grid{gap:13px;background:transparent}.market-card{grid-template-columns:72px minmax(0,1fr);grid-template-rows:auto auto auto 1fr auto;grid-gap:8px 14px;gap:8px 14px;padding:17px;border-radius:17px;box-shadow:0 5px 18px rgb(18 53 34/3%)}.market-card:last-child{border-bottom:1px solid var(--line)}.market-card:hover{background:#fff;border-color:#b9c9bf}.market-card-cover{grid-column:1;grid-row:1/span 3;width:72px;height:72px;border-radius:14px}.market-card-content{display:contents}.market-card h2,.market-card p,.market-card-link,.market-card-meta,.market-card-outcomes{grid-column:2}.market-card h2{margin:0}.market-card p{display:-webkit-box;overflow:hidden;font-size:11px;-webkit-box-orient:vertical;-webkit-line-clamp:2}.market-card-outcomes{justify-content:stretch}.market-card-outcomes span{flex:1 1;min-width:0;padding:7px 9px;color:var(--accent);background:var(--brand-soft);border-color:transparent;border-radius:9px;font-size:10px}.market-card-link{font-size:11px;font-weight:850}.hero{min-height:460px;align-content:center;padding:clamp(46px,8vw,90px);overflow:hidden;background:linear-gradient(135deg,#eff8f3,#fff 62%);border:1px solid var(--line);border-radius:28px;box-shadow:var(--shadow)}.hero h1{max-width:720px;margin:10px 0;font-size:clamp(38px,6vw,68px);line-height:1.25;letter-spacing:-.06em}.home-markets{margin-top:52px}.account-layout{grid-template-columns:190px minmax(0,1fr);gap:18px}.account-nav,.portfolio-links{gap:4px;padding:10px;background:#fff;border:1px solid var(--line);border-radius:16px}.account-nav a,.portfolio-links a{padding:10px 12px;border-radius:9px}.account-nav a:hover,.portfolio-links a:hover{color:var(--accent);background:var(--brand-soft)}.notification-item--unread{-webkit-border-start:4px solid var(--accent);border-inline-start:4px solid var(--accent);background:#f9fdfb}table{min-width:760px}th{color:var(--muted);background:var(--surface);font-size:11px}td{padding:14px;font-size:12px}.footer-row{color:var(--muted);font-size:12px}.footer-brand .brand-mark{width:39px;height:39px}.footer-links{display:flex;gap:20px}.risk-copy{margin:17px 0 0;color:var(--muted)}@media (max-width:900px){.account-layout,.market-grid,.position-grid{grid-template-columns:1fr}.account-nav,.portfolio-links{display:flex;overflow-x:auto;white-space:nowrap}}@media (max-width:650px){.category-nav-inner,.footer-inner,.header-inner,.main{width:calc(100% - 28px);max-width:none}.header-primary{min-height:62px;gap:9px}.brand span{display:none}.brand-mark{width:40px;height:40px}.global-search{height:39px}.market-card{grid-template-columns:58px minmax(0,1fr);padding:14px}.market-card-cover{width:58px;height:58px}.hero{min-height:410px;padding:34px 24px;border-radius:21px}.footer-row{flex-direction:column}.footer-brand span{display:inline}}.container{width:min(1180px,calc(100% - 40px));margin-inline:auto}.site-main{min-width:0}.demo-note{padding:7px 16px;color:#dbe9e0;background:#10251a;text-align:center;font-size:11px}.site-header{position:-webkit-sticky;position:sticky;top:0;z-index:30;background:rgb(255 255 255/95%);-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);border-bottom:1px solid var(--line)}.header-main{min-height:74px;gap:24px}.header-main,.logo{display:flex;align-items:center}.logo{gap:9px;font-size:21px;font-weight:950;letter-spacing:-.04em;white-space:nowrap}.logo img{width:46px;height:46px;object-fit:contain;filter:drop-shadow(0 6px 10px rgb(0 190 120/14%))}.main-nav{display:flex;gap:25px;-webkit-margin-start:22px;margin-inline-start:22px;color:#526057;font-size:14px}.main-nav a.active{color:var(--accent-strong);font-weight:900}.header-search{height:42px;max-width:310px;min-width:170px;flex:1 1;-webkit-margin-start:auto;margin-inline-start:auto;display:flex;align-items:center;gap:9px;padding:0 13px;color:var(--muted);background:var(--surface);border:1px solid transparent;border-radius:12px}.header-search:focus-within{background:#fff;border-color:var(--accent)}.header-search input{width:100%;border:0;outline:0;background:transparent}.header-actions{display:flex;align-items:center;gap:8px}.btn,.header-actions .auth-login,.header-actions .auth-register,.header-actions .nav-button{min-height:42px;display:inline-flex;align-items:center;justify-content:center;padding:0 17px;border:1px solid #cbd7cf;border-radius:11px;background:#fff;color:var(--ink);font-weight:850;font-size:13px}.btn.primary,.header-actions .auth-register{color:#10251a;background:var(--accent);border-color:var(--accent)}.btn:hover,.header-actions .auth-login:hover{color:var(--accent);border-color:var(--accent)}.btn.primary:hover,.header-actions .auth-register:hover{color:#fff;background:var(--accent-strong)}.header-actions .menu{display:none;width:42px;padding:0}.subnav{border-top:1px solid #f0f3f1}.subnav-inner{display:flex;gap:27px;overflow-x:auto;scrollbar-width:none}.subnav a{padding:11px 0 10px;color:var(--muted);border-bottom:2px solid transparent;font-size:13px;white-space:nowrap}.subnav a.active{color:var(--accent-strong);border-color:var(--accent-strong);font-weight:900}.page-template{grid-gap:0;gap:0;padding:44px 0 68px}.page-head{display:flex;align-items:flex-end;justify-content:space-between;gap:25px;margin-bottom:25px}.page-head h1{margin:0;font-size:38px;letter-spacing:-.055em}.page-head p{margin:6px 0 0;color:var(--muted);font-size:14px}.page-content{grid-gap:17px;gap:17px}.card{padding:21px;background:#fff;border:1px solid var(--line);border-radius:21px;box-shadow:0 5px 18px rgb(21 55 37/3.5%)}.landing-hero{padding:48px 0 34px;background:radial-gradient(circle at 12% 10%,#e7f5ed 0,transparent 28%),linear-gradient(180deg,#fbfdfc,#fff)}.landing-hero-grid{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(360px,.9fr);grid-gap:42px;gap:42px;align-items:center}.landing-hero h1{max-width:760px;margin:0 0 16px;font-size:clamp(31px,4.4vw,54px);line-height:1.28;letter-spacing:-.05em}.landing-hero h1 em{color:var(--accent);font-style:normal}.landing-hero p{max-width:680px;margin:0;color:var(--muted);font-size:17px}.hero-cta{display:flex;gap:12px;margin-top:26px}.hero-cta .btn{min-height:48px;padding:0 22px}.pulse-card{padding:24px;background:#fff;border:1px solid var(--line);border-radius:24px;box-shadow:var(--shadow)}.pulse-head{display:flex;justify-content:space-between;color:var(--muted);font-size:11px}.pulse-head .live{color:var(--accent);font-weight:900}.pulse-card h2{margin:20px 0;font-size:20px;line-height:1.75}.selected-options{display:grid;grid-template-columns:1fr 1fr;grid-gap:9px;gap:9px}.selected-option{display:flex;justify-content:space-between;padding:13px;border-radius:12px;font-size:13px;font-weight:850}.yes-option{color:var(--accent);background:var(--brand-soft);border:1px solid #cde5d7}.no-option{color:var(--danger);background:var(--red-soft);border:1px solid #f0d1d4}.selected-option b{font:900 18px Arial,sans-serif}.pulse-foot{display:flex;justify-content:space-between;gap:15px;margin-top:18px;padding-top:15px;color:var(--muted);border-top:1px solid var(--line);font-size:10px}.pulse-foot b{display:block;margin-top:2px;color:var(--ink)}.landing-section{padding-top:55px}.section-head{display:flex;align-items:flex-end;justify-content:space-between;gap:20px;margin-bottom:18px}.section-head h2{margin:0;font-size:26px}.section-head p{margin:4px 0 0;color:var(--muted);font-size:13px}.chips{display:flex;gap:8px;margin-bottom:15px;overflow-x:auto}.chip{padding:7px 13px;color:#526057;background:#fff;border:1px solid var(--line);border-radius:999px;font-size:11px;white-space:nowrap}.chip.active{color:#fff;background:var(--ink);border-color:var(--ink)}.landing-market-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:16px;gap:16px}.discovery-card{min-width:0;display:flex;flex-direction:column;padding:20px;color:inherit;background:linear-gradient(160deg,#fff 65%,#f8fbf9);border:1px solid var(--line);border-radius:21px;box-shadow:0 5px 18px rgb(21 55 37/3.5%);transition:.22s}.discovery-card:hover{transform:translateY(-4px);border-color:#adc5b6;box-shadow:var(--shadow)}.discovery-card-head{min-height:105px;display:flex;gap:14px;align-items:flex-start}.discovery-card-cover{width:50px;height:50px;flex:0 0 50px;display:grid;place-items:center;object-fit:cover;background:var(--brand-soft);border-radius:15px;font-size:23px}.discovery-card-heading{min-width:0;flex:1 1}.discovery-card h2{margin:7px 0 15px;font-size:16px;line-height:1.7}.discovery-card-choices{display:grid;grid-gap:7px;gap:7px}.discovery-card-choice{min-height:48px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:8px 10px;color:var(--accent-strong);background:#eef8f3;border:1px solid #cde5d7;border-radius:11px;font-size:13px;font-weight:800}.discovery-card-choice:nth-child(2){color:#c51d1d;background:#fff3f4;border-color:#f0d1d4}.discovery-card-choice-label{min-width:0;display:flex;align-items:center;gap:9px}.discovery-card-choice-label>span:last-child{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.discovery-card-choice-label img{width:32px;height:32px;flex:0 0 32px;display:grid;place-items:center;object-fit:cover;background:rgb(255 255 255/75%);border-radius:9px;font-size:15px}.discovery-card-choice b{flex:0 0 auto;font:900 16px Arial,sans-serif}.discovery-card-footer{display:flex;align-items:center;justify-content:space-between;margin-top:11px;padding-top:11px;color:var(--accent-strong);border-top:1px solid #e7eeea;font-size:11px;font-weight:900}.discovery-card-footer strong{font-size:18px;line-height:1}.landing-market{min-width:0;padding:20px;background:linear-gradient(160deg,#fff 65%,#f8fbf9);border:1px solid var(--line);border-radius:21px;box-shadow:0 5px 18px rgb(21 55 37/3.5%);transition:.22s}.landing-market:hover{transform:translateY(-4px);border-color:#adc5b6;box-shadow:var(--shadow)}.landing-market-top{display:flex;gap:14px;align-items:flex-start}.landing-market-icon{width:50px;height:50px;flex:0 0 50px;display:grid;place-items:center;background:var(--brand-soft);border-radius:15px;font-size:23px}.market-tag{display:inline-flex;padding:3px 10px;color:var(--accent-strong);background:var(--brand-soft);border-radius:99px;font-size:10px;font-weight:900}.landing-market h3{min-height:54px;margin:7px 0 15px;font-size:16px;line-height:1.7}.landing-choice{display:flex;align-items:center;justify-content:space-between;margin-top:7px;padding:10px 12px;color:var(--accent);background:#eef8f3;border:1px solid #cde5d7;border-radius:11px;font-size:13px;font-weight:800}.landing-choice:nth-of-type(3){color:var(--danger);background:#fff3f4;border-color:#f0d1d4}.landing-choice b{font:900 16px Arial,sans-serif}.landing-market-dates{display:flex;gap:14px;flex-wrap:wrap;margin-top:14px;color:var(--muted);font-size:10px}.landing-market-dates span{-webkit-padding-start:9px;padding-inline-start:9px;-webkit-border-start:2px solid #d8e4dc;border-inline-start:2px solid #d8e4dc}.landing-market-foot{display:flex;justify-content:space-between;margin-top:11px;padding-top:11px;color:var(--accent);border-top:1px solid #e7eeea;font-size:11px;font-weight:900}.news-grid,.steps{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px}.news-card,.steps article{padding:19px;background:#fff;border:1px solid var(--line);border-radius:18px}.news-icon{width:42px;height:42px;display:grid;place-items:center;margin-bottom:14px;background:var(--surface);border-radius:12px;font-size:20px}.news-card time{color:var(--muted);font-size:10px}.news-card h3{margin:5px 0 9px;font-size:15px;line-height:1.75}.news-card p,.steps p{color:var(--muted);font-size:12px}.news-card a{color:var(--accent);font-size:11px;font-weight:900}.how-section{margin-top:58px;padding:48px 0 58px;background:var(--surface)}.steps b{width:36px;height:36px;display:grid;place-items:center;color:#fff;background:var(--accent);border-radius:11px}.steps h3{margin-bottom:5px}.market-filters{grid-template-columns:1.7fr 1fr 1fr auto auto;grid-gap:10px;gap:10px;margin-bottom:23px;padding:17px;border-radius:19px;box-shadow:0 8px 28px rgb(19 55 36/4%)}.market-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:15px;gap:15px;border:0;overflow:visible}.market-card{position:relative;min-width:0;display:block;padding:20px;background:linear-gradient(155deg,#fff 68%,#f8fbf9);border-radius:21px;box-shadow:0 5px 18px rgb(21 55 37/3.5%);transition:.22s}.market-card:hover{transform:translateY(-4px);border-color:#aec6b6;box-shadow:var(--shadow)}.market-card-head{display:flex;align-items:flex-start;gap:13px}.market-card-icon{width:50px;height:50px;flex:0 0 50px;display:grid;place-items:center;object-fit:cover;background:var(--brand-soft);border-radius:15px;font-size:23px}.market-card-title{min-width:0;flex:1 1}.market-card-tags{display:flex;justify-content:space-between;gap:10px}.market-card-tags>span{padding:3px 9px;color:var(--accent);background:var(--brand-soft);border-radius:999px;font-size:10px;font-weight:900}.market-card-tags small{display:flex;align-items:center;gap:5px;color:var(--muted);font-size:9px}.market-card-tags i{width:6px;height:6px;background:#2daf70;border-radius:50%}.market-card h2{min-height:54px;margin:7px 0 15px;font-size:16px;line-height:1.7}.market-card-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:8px;gap:8px}.market-card-option{display:flex;justify-content:space-between;padding:10px 12px;color:var(--accent);background:#eff8f3;border:1px solid #cce4d6;border-radius:11px;font-size:12px;font-weight:850}.market-card-option:nth-child(2n){color:var(--danger);background:#fff3f4;border-color:#efd0d3}.market-card-option.neutral{color:#4f5d54;background:var(--surface);border-color:#dce4df}.market-card-option b{font:900 16px Arial,sans-serif}.market-card-meta-row{display:grid;grid-template-columns:1fr 1fr 1.2fr;grid-gap:8px;gap:8px;margin-top:14px;padding-top:13px;border-top:1px solid #e8eeea}.market-card-meta-row small{display:block;color:#8a968e;font-size:9px}.market-card-meta-row strong{display:block;margin-top:2px;font-size:11px;white-space:nowrap}.bookmark{position:absolute;left:16px;bottom:15px;width:29px;height:29px;display:grid;place-items:center;color:#819087;background:#fff;border:1px solid var(--line);border-radius:9px}.activity-filters{position:relative;grid-template-columns:1.7fr 1fr 1fr 1fr;grid-gap:10px;gap:10px;margin-bottom:6px;padding:15px 16px;border-radius:17px;box-shadow:0 7px 24px rgb(18 53 34/3.5%)}.activity-filter-toggle{margin-bottom:10px}.activity-filters-close{position:absolute;top:12px;left:14px;z-index:1;border:0;background:transparent;color:var(--muted);font-size:24px;line-height:1;cursor:pointer}.activity-pagination{display:flex;align-items:center;justify-content:center;gap:16px;margin-top:18px;direction:rtl}.activity-pagination button{min-width:76px;padding:8px 13px;border:1px solid var(--line);border-radius:9px;background:#fff;color:var(--ink);cursor:pointer}.activity-pagination button:disabled{opacity:.45;cursor:not-allowed}.design-position-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:15px}.position-card{background:linear-gradient(155deg,#fff 68%,#f8fbf9)}.position-top{display:flex;align-items:flex-start;gap:13px}.market-icon{width:49px;height:49px;flex:0 0 49px;display:grid;place-items:center;background:var(--brand-soft);border-radius:15px;font-size:22px}.position-title{min-width:0;flex:1 1}.outcome-pill{display:inline-flex;padding:4px 10px;color:var(--accent);background:var(--brand-soft);border-radius:999px;font-size:10px;font-weight:900}.position-card h2{min-height:54px;margin:7px 0 16px;font-size:16px;line-height:1.7}.position-data{display:grid;grid-template-columns:1fr 1fr;grid-gap:9px;gap:9px}.position-data .data{padding:11px 12px;background:var(--surface);border:1px solid #e5ebe7;border-radius:12px}.position-data small{display:block;color:var(--muted);font-size:9px}.position-data strong{display:block;margin-top:3px;font-size:15px}.market-link,.quantity{color:var(--accent)}.position-foot{display:flex;align-items:center;justify-content:space-between;gap:15px;margin-top:15px;padding-top:13px;border-top:1px solid #e8eeea}.updated{color:var(--muted);font-size:10px}.market-link{font-size:11px;font-weight:900}.notification-list{grid-gap:10px;gap:10px}.notification{position:relative;display:grid;grid-template-columns:auto 1fr auto;align-items:center;grid-gap:15px;gap:15px;padding:18px 19px;background:#fff;border:1px solid var(--line);border-radius:17px;box-shadow:0 4px 16px rgb(18 53 34/2.5%)}.notification.unread{background:linear-gradient(100deg,#f2faf6,#fff 42%);border-color:#c9e1d3}.notification.unread:before{content:"";position:absolute;inset-inline-start:-1px;top:17px;bottom:17px;width:3px;background:var(--accent);border-radius:4px}.notice-icon{width:44px;height:44px;display:grid;place-items:center;color:var(--accent);background:var(--brand-soft);border-radius:13px;font-size:20px}.notice-heading{display:flex;align-items:center;gap:8px}.notice-heading h3{margin:0;font-size:14px}.notice-body>p{margin:5px 0;color:#4e5c53;font-size:12px}.notice-meta{color:var(--muted)!important;font-size:9px!important}.mark-read{white-space:nowrap}.account-grid{grid-template-columns:.75fr 1.25fr;grid-gap:16px;gap:16px}.card-head{display:flex;justify-content:space-between;gap:15px;margin-bottom:19px}.card-head h2{margin:0;font-size:19px}.card-head p{margin:3px 0 0;color:var(--muted);font-size:10px}.icon{width:42px;height:42px;display:grid;place-items:center;color:var(--accent);background:var(--brand-soft);border-radius:12px;font-size:19px}.avatar{width:74px;height:74px;display:grid;place-items:center;margin-bottom:18px;color:var(--accent);background:linear-gradient(145deg,#e7f5ed,#cfe8db);border-radius:22px;font-size:27px;font-weight:950}.profile-row{padding:13px 0;border-top:1px solid #edf1ee}.profile-row small{display:block;color:var(--muted);font-size:9px}.profile-row strong{display:block;margin-top:3px;font-size:13px}.profile-row.email{gap:12px}.profile-row.email,.security-status{display:flex;align-items:center;justify-content:space-between}.security-status{padding:13px 14px;margin-bottom:16px;background:var(--surface);border:1px solid var(--line);border-radius:13px}.security-status span{color:var(--muted);font-size:11px}.security-status strong{display:flex;align-items:center;gap:7px;font-size:11px}.security-status i{width:7px;height:7px;background:#98a49c;border-radius:50%}.security-status.enabled i{background:#2caf70}.security-copy{color:#4f5e55;font-size:12px}.setup-start{display:flex;align-items:center;justify-content:space-between;gap:20px;padding:16px;border:1px dashed #c8d8ce;border-radius:14px}.setup-start p{margin:0;color:var(--muted);font-size:10px}.account-layout:has(.report-tabs){display:block}.account-layout:has(.report-tabs)>aside{position:static;margin-bottom:20px}.report-tabs{display:flex;gap:5px;padding-bottom:12px;border-bottom:1px solid var(--line);overflow-x:auto}.report-tabs a{padding:9px 16px;color:var(--muted);border-radius:10px;white-space:nowrap}.report-tabs a:hover{color:var(--accent);background:var(--brand-soft)}.wallet-stack{gap:24px}.balance-card{display:flex;align-items:center;justify-content:space-between;gap:25px;padding:24px 27px;color:#fff;background:linear-gradient(125deg,#0f5b3b,#16794f);border-radius:21px;box-shadow:0 16px 36px rgb(14 82 52/17%)}.balance-label{color:#cce6d7;font-size:11px}.balance-value{margin-top:3px;font:900 31px Arial,sans-serif;direction:ltr}.hold{padding:12px 16px;background:rgb(255 255 255/10%);border:1px solid rgb(255 255 255/14%);border-radius:13px}.hold small{display:block;color:#cce6d7;font-size:9px}.hold strong{font:800 14px Arial,sans-serif}.wallet-grid{gap:16px}.card-heading{display:flex;justify-content:space-between;gap:15px;margin-bottom:17px}.card-kicker{color:var(--accent);font-size:10px;font-weight:900}.card-heading h2{margin:3px 0 0;font-size:18px}.network-badge{align-self:flex-start;padding:5px 10px;color:var(--accent);background:var(--brand-soft);border-radius:999px;font-size:9px;font-weight:900}.warning{display:flex;gap:10px;padding:11px 12px;margin-bottom:16px;color:#6d5621;background:var(--amber-soft);border:1px solid #ebd9a9;border-radius:12px;font-size:10px}.warning-icon{width:21px;height:21px;flex:0 0 21px;display:grid;place-items:center;color:#fff;background:#b88624;border-radius:50%;font-weight:900}.qr-code{width:170px;height:170px}.address-box{display:grid;grid-gap:7px;gap:7px}.address-label{color:var(--muted);font-size:9px}.address-code{margin:0;font-size:10px}.copy-btn{justify-self:start}.history{margin-top:8px}.history h2{font-size:18px}footer{padding:29px 0 23px;color:var(--muted);background:#fff;border-top:1px solid var(--line);font-size:12px}.footer-row{display:flex;align-items:center;justify-content:space-between;gap:30px}.footer-row .logo img{width:39px;height:39px}.risk-copy{margin-top:17px;padding-top:17px;text-align:center;border-top:1px solid #edf1ee;font-size:10px}@media (max-width:900px){.header-actions>.nav-button,.header-actions>a,.main-nav{display:none}.header-actions .menu{display:inline-flex}.landing-hero-grid{grid-template-columns:1fr}.pulse-card{max-width:560px}.news-grid{grid-template-columns:1fr}.activity-filters,.market-filters{grid-template-columns:1fr 1fr}.activity-filters .field:first-child,.market-filters .field:first-child{grid-column:1/-1}.account-grid{grid-template-columns:1fr}}@media (max-width:650px){.container{width:calc(100% - 28px)}.demo-note{display:none}.header-main{min-height:62px;gap:9px}.logo span{display:none}.logo img{width:40px;height:40px}.header-search{height:39px;min-width:0}.header-search input::placeholder{color:transparent}.subnav-inner{gap:21px}.page-template{padding-top:30px}.page-head{align-items:flex-start;flex-direction:column}.page-head h1{font-size:31px}.landing-hero{padding-top:30px}.landing-hero h1{font-size:33px}.landing-hero p{font-size:15px}.hero-cta .btn{flex:1 1;padding:0 10px}.design-position-grid,.landing-market-grid,.market-grid,.steps{grid-template-columns:1fr}.landing-market h3,.market-card h2,.position-card h2{min-height:auto}.activity-filters,.market-filters{grid-template-columns:1fr;padding:13px}.activity-filters .field:first-child,.market-filters .field:first-child{grid-column:auto}.notification{grid-template-columns:auto 1fr;align-items:start;padding:16px}.notification>.mark-read{grid-column:1/-1;width:100%}.balance-card{align-items:flex-start;flex-direction:column}.wallet-grid{grid-template-columns:1fr}.footer-row{flex-direction:column}.footer-row .logo span{display:inline}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.error-display{margin-bottom:1rem;padding:1rem;color:#702020;background:#fff2f2;border:1px solid #ecc3c3;border-radius:10px}.error-display p{margin:.35rem 0}.page-template{display:grid;grid-gap:1.5rem;gap:1.5rem}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:2rem}.page-header h1{font-size:clamp(2rem,5vw,3.5rem)}.page-header .lede{margin-bottom:0}.page-actions{display:flex;flex-wrap:wrap;gap:.5rem}.page-content{min-width:0;display:grid;grid-gap:1rem;gap:1rem}.account-layout{display:grid;grid-template-columns:minmax(180px,240px) minmax(0,1fr);grid-gap:1.5rem;gap:1.5rem}.account-layout--full{grid-template-columns:minmax(0,1fr)}.account-layout aside{padding:1rem;background:#fff;border:1px solid var(--line);border-radius:12px}.account-nav,.portfolio-links{display:grid;grid-gap:.35rem;gap:.35rem}.account-nav a,.portfolio-links a{padding:.65rem .75rem;color:var(--accent);border-radius:8px;font-weight:700}.account-nav a:hover,.portfolio-links a:hover{background:var(--surface)}.activity-filters{display:grid;grid-template-columns:repeat(2,minmax(150px,1fr)) repeat(2,minmax(140px,.7fr));grid-gap:.75rem;gap:.75rem;padding:1rem;background:#fff;border:1px solid var(--line);border-radius:14px}.position-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.activity-heading{display:flex;align-items:center;justify-content:space-between;gap:1rem}.activity-heading h2{margin:0;font-size:1.1rem}.activity-reason{display:block;margin-top:.35rem;color:var(--muted)}.immutable-notice{display:grid;grid-gap:.25rem;gap:.25rem;padding:1rem;color:#684b09;background:#fff3cf;border:1px solid #e5c76e;border-radius:12px}.amount-positive{color:#155d38;font-weight:800}.amount-negative{color:#862626;font-weight:800}.notification-list{display:grid;grid-gap:.75rem;gap:.75rem}.notification-item{display:flex;align-items:center;justify-content:space-between;gap:1.5rem;padding:1.25rem;background:#fff;border:1px solid var(--line);border-radius:14px}.notification-item--unread{border-left:5px solid var(--accent)}.page-template--admin{width:min(100%,1280px)}.admin-filter-actions,.admin-pagination,.admin-shell-heading{display:flex;align-items:center;justify-content:space-between;gap:.75rem}.admin-shell-heading{margin-bottom:.75rem}.admin-navigation{display:flex;gap:.25rem;margin-bottom:1.5rem;overflow-x:auto;border-bottom:1px solid var(--line)}.admin-navigation a{padding:.8rem .9rem;white-space:nowrap;color:var(--muted);border-bottom:3px solid transparent}.admin-navigation a[aria-current=page]{color:var(--accent);border-bottom-color:var(--accent);font-weight:800}.admin-dashboard-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:1rem;gap:1rem}.admin-dashboard-grid h2,.admin-dashboard-grid p{margin:0}.admin-filters{display:grid;grid-gap:1rem;gap:1rem;padding:1rem;background:#fff;border:1px solid var(--line);border-radius:14px}.admin-filter-fields{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));grid-gap:.75rem;gap:.75rem}.admin-filter-actions,.admin-pagination{justify-content:flex-end}.admin-pagination{padding-top:.75rem}.admin-operations-stack,.review-controls{display:grid;grid-gap:1rem;gap:1rem}.admin-operations-stack small,td small{display:block;color:var(--muted)}.inline-controls,.transaction-heading{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.inline-controls select{min-width:9rem}.immutable-warning{border-color:#d59b25;background:#fff9e8}.immutable-warning p{margin-bottom:0}.risk-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.75rem;gap:.75rem;margin-top:1rem}.metric{padding:1rem;border:1px solid var(--line);border-radius:12px}.metric strong{display:block;margin-top:.25rem}.status-text--active{color:#176c45;font-weight:800}.status-text--inactive{color:#862626;font-weight:800}@media (max-width:760px){.admin-dashboard-grid{grid-template-columns:1fr}.admin-filter-actions,.admin-pagination{flex-wrap:wrap}.risk-grid{grid-template-columns:1fr}.inline-controls{align-items:stretch;flex-direction:column}}.button.secondary{background:#fff;color:var(--accent)}.panel{max-width:680px;padding:2rem;background:#fff;border:1px solid var(--line);border-radius:16px}.muted,.nav-button{color:var(--muted)}.nav-button{border:0;padding:0;background:none;cursor:pointer}.auth-card{width:min(100%,520px);margin:0 auto;padding:clamp(1.5rem,5vw,2.5rem);background:#fff;border:1px solid var(--line);border-radius:20px;box-shadow:0 16px 45px #17211b0d}.auth-card h1{font-size:clamp(2rem,6vw,3rem)}.form-stack{display:grid;grid-gap:1rem;gap:1rem;margin-top:1.5rem}.auth-switch a,.verification-banner a{color:var(--accent);font-weight:700;text-decoration:underline}.verification-banner{display:grid;grid-template-columns:auto 1fr auto;grid-gap:.5rem 1rem;gap:.5rem 1rem;align-items:center;margin-bottom:1.5rem;padding:1rem;color:#684b09;background:#fff3cf;border:1px solid #e5c76e;border-radius:12px}.result-error,.result-success{padding:1rem;border-radius:10px}.result-success{color:#155d38;background:#e4f5eb}.result-error{color:#862626;background:#fff0f0}.account-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.account-grid>.card,.wallet-grid>.card{min-width:0;height:100%}.identity-row,.inline-form{display:flex;align-items:flex-end;justify-content:space-between;gap:1rem}.inline-form .field{flex:1 1}.danger-zone{padding-top:1rem;border-top:1px solid var(--line)}.qr-placeholder{width:180px;aspect-ratio:1;display:grid;place-items:center;border:12px solid #fff;outline:1px solid var(--line);color:#fff;background:repeating-conic-gradient(#17211b 0 25%,#fff 0 50%) 0/24px 24px}.qr-placeholder span{padding:.35rem;background:#17211b;font-weight:900}.two-factor-qr{display:block;width:220px;height:220px;padding:8px;background:#fff;border:1px solid var(--line)}.secret-code{display:block;width:-moz-fit-content;width:fit-content;padding:.75rem;word-break:break-all;background:var(--surface);border-radius:8px}.backup-panel{padding:1.5rem;color:#fff;background:#173126;border-radius:16px}.backup-codes{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.5rem;gap:.5rem;padding:0;list-style:none}.backup-codes code{display:block;padding:.7rem;color:#17211b;background:#fff;border-radius:7px;text-align:center}.footer-inner{padding:1.5rem 0;border-top:1px solid var(--line);color:var(--muted);font-size:.875rem}.market-filters{display:grid;grid-template-columns:minmax(220px,2fr) repeat(2,minmax(150px,1fr)) auto auto;grid-gap:.75rem;gap:.75rem;align-items:end;padding:1rem;background:#fff;border:1px solid var(--line);border-radius:14px}.market-filter-toggle{display:grid;width:46px;height:46px;padding:0;place-items:center;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:12px;cursor:pointer;transition:color .16s ease,border-color .16s ease,background .16s ease}.market-filter-toggle:hover,.market-filter-toggle[aria-expanded=true]{color:var(--accent);background:var(--accent-soft);border-color:var(--accent)}.market-filter-toggle:focus-visible{outline:3px solid rgb(0 190 120/22%);outline-offset:2px}.market-filter-toggle svg{width:25px;height:25px;fill:#fff;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.8}.filter-reset{align-self:center;color:var(--accent);font-weight:700;text-decoration:underline}.market-grid,.outcome-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.market-card{grid-gap:.85rem;gap:.85rem;padding:1.4rem;background:#fff;border:1px solid var(--line);border-radius:16px;transition:transform .16s ease,border-color .16s ease}.market-card:hover{transform:translateY(-2px);border-color:#8ebba2}.market-card:focus-visible{outline:3px solid #9ed6b9;outline-offset:2px}.market-card h2,.section-heading h2{margin:0;font-size:1.25rem}.market-card p{margin:0;color:var(--muted);line-height:1.55}.detail-meta,.market-card-meta,.section-heading{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.market-card-meta>span:first-child{color:var(--accent);font-size:.85rem;font-weight:800}.market-card-outcomes{display:flex;flex-wrap:wrap;gap:.45rem}.market-card-outcomes span{padding:.4rem .6rem;background:var(--surface);border-radius:8px;font-size:.85rem}.market-card-link{color:var(--accent);font-weight:800}.detail-meta{justify-content:flex-start;color:var(--muted)}.section-heading .eyebrow{margin:0 0 .25rem}.lifecycle{display:grid;grid-template-columns:repeat(5,1fr);padding:0;margin:.5rem 0 0;list-style:none}.lifecycle li{position:relative;padding-top:1.8rem;color:var(--muted);text-align:center;font-size:.8rem}.lifecycle li:before{top:.35rem;left:calc(50% - .45rem);z-index:1;width:.9rem;height:.9rem;border:3px solid #fff;border-radius:50%;box-shadow:0 0 0 1px #bdc9c1}.lifecycle li:after,.lifecycle li:before{content:"";position:absolute;background:#bdc9c1}.lifecycle li:after{top:.75rem;right:50%;width:100%;height:2px}.lifecycle li:first-child:after{display:none}.lifecycle .is-complete{color:var(--accent);font-weight:800}.lifecycle .is-complete:after,.lifecycle .is-complete:before{background:var(--accent)}.restriction-note,.status-notice{padding:.8rem 1rem;border-radius:10px;background:#fff3cf;color:#684b09}.outcome-card{display:grid;grid-gap:.4rem;gap:.4rem;padding:1.25rem;text-align:left;color:var(--ink);background:#fff;border:1px solid var(--line);border-radius:14px;cursor:pointer}.outcome-card strong{font-size:1.7rem;color:var(--accent)}.market-card{display:grid;grid-template-columns:minmax(150px,220px) minmax(0,1fr);padding:0;overflow:hidden}.market-card-cover{width:100%;height:100%;min-height:210px;object-fit:cover}.market-card-content{display:grid;grid-gap:.75rem;gap:.75rem;padding:1.35rem}.market-card-outcomes{grid-column:auto;grid-row:auto}.market-card-outcome{display:inline-flex;align-items:center;gap:.4rem}.market-card-outcome img{width:28px;height:28px;border-radius:50%;object-fit:cover}.market-detail-cover{width:100%;max-height:430px;margin-bottom:1.5rem;border-radius:20px;object-fit:cover}.outcome-card-image{width:52px;height:52px;border-radius:12px;object-fit:cover}.home-markets{display:grid;grid-gap:1rem;gap:1rem;margin-top:3rem}.image-upload-field{display:grid;grid-gap:.65rem;gap:.65rem}.image-upload-preview{display:flex;align-items:center;gap:.75rem}.image-upload-preview img{width:112px;height:76px;border:1px solid var(--line);border-radius:12px;object-fit:cover}@media (max-width:640px){.market-card{grid-template-columns:1fr}.market-card-cover{min-height:180px;max-height:220px}}.outcome-card small{color:var(--muted)}.outcome-card[aria-pressed=true]{border-color:var(--accent);box-shadow:0 0 0 2px #9ed6b9}.outcome-card:disabled{cursor:not-allowed;opacity:.65}.chart-wrap{min-width:0}.chart-legend{display:flex;flex-wrap:wrap;gap:.5rem 1rem;margin-bottom:.5rem}.chart-legend span{display:inline-flex;align-items:center;gap:.35rem;font-size:.85rem}.chart-legend i{width:.75rem;height:.75rem;border-radius:50%}.price-chart{display:block;width:100%;height:auto;overflow:visible}.price-chart line{stroke:#dbe4de;stroke-width:1}.price-chart text{fill:var(--muted);font-size:10px}.price-chart path{fill:none;stroke-width:3;stroke-linecap:round;stroke-linejoin:round}.chart-dates{display:flex;justify-content:space-between;padding-left:28px;color:var(--muted);font-size:.75rem}.chart-empty{padding:3rem 1rem;color:var(--muted);text-align:center;background:var(--surface);border-radius:10px}.activity-grid,.detail-loading,.order-preview,.trade-ticket,.trading-section{display:grid;grid-gap:1rem;gap:1rem}.activity-grid,.trading-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.trade-actions{display:flex;flex-wrap:wrap;gap:.75rem}.metric-list{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));grid-gap:.75rem;gap:.75rem;margin:0}.metric-list div,.price-preview li{padding:.75rem;border:1px solid var(--line);border-radius:10px}.metric-list dt{color:var(--muted);font-size:.8rem}.metric-list dd{margin:.35rem 0 0;font-weight:700}.price-preview{display:grid;grid-gap:.5rem;gap:.5rem;padding:0;list-style:none}.price-preview li{display:flex;justify-content:space-between}.order-result{margin-top:1rem}.order-result--executed{border-color:#54a476}.order-result--failed,.order-result--rejected{border-color:#c66363}@media (max-width:640px){.header-inner{align-items:flex-start;padding:1rem 0;flex-direction:column}.nav{width:100%;overflow-x:auto;padding-bottom:.25rem}.page-header{align-items:stretch;flex-direction:column;gap:1rem}.page-actions>*{flex:1 1}.dialog{width:calc(100% - 1.5rem);max-height:calc(100dvh - 1.5rem);margin:auto}.dialog-header .ui-button{width:52px;min-width:52px;min-height:52px;padding:0;font-size:28px;line-height:1}.dialog-actions .ui-button,.trade-actions .ui-button,.wallet-form .ui-button{width:100%}.account-grid,.account-layout,.verification-banner{grid-template-columns:1fr}.inline-form{align-items:stretch;flex-direction:column}.account-layout aside{overflow-x:auto}.card,.panel{padding:1.25rem}.toast{left:1rem;max-width:none}.activity-filters,.activity-grid,.market-filters,.market-grid,.metric-list,.outcome-grid,.position-grid,.trading-grid{grid-template-columns:1fr}.notification-item{align-items:flex-start;flex-direction:column}.market-filters .ui-button{width:100%}.lifecycle{overflow-x:auto;grid-template-columns:repeat(5,minmax(90px,1fr))}.price-chart{min-width:520px}.chart-wrap{overflow-x:auto}}.alert-stack{display:grid;grid-gap:1rem;gap:1rem}.admin-alert{border-left:5px solid}.admin-alert--danger{border-left-color:#b42318;background:#fff1f0}.admin-alert--warning{border-left-color:#d18b18;background:#fff8e7}.admin-alert p{margin-bottom:0}.metadata-code{display:block;max-width:28rem;overflow-wrap:anywhere;white-space:normal;font-size:.8rem}:root{--ink:#171717;--muted:#707070;--line:#e8e8e8;--surface:#f7f7f7;--surface-subtle:#f4f4f4;--border:#e8e8e8;--accent:#12c48b;--accent-strong:#087c56;--danger:#ed2424;font-family:Vazirmatn,IRANSansX,Tahoma,Arial,sans-serif}html{scroll-behavior:smooth}body{background:#fff;font-feature-settings:"ss01";overflow-x:hidden}.chart-dates,.market-card-outcomes,.metric-list dd,.price-chart,[dir=ltr],code,input[inputmode=decimal],input[inputmode=numeric]{direction:ltr;unicode-bidi:-webkit-isolate;unicode-bidi:isolate}:focus-visible{outline:3px solid color-mix(in srgb,var(--accent),white 55%);outline-offset:2px}.header{position:-webkit-sticky;position:sticky;top:0;z-index:30;background:rgb(255 255 255/96%);-webkit-backdrop-filter:blur(14px);backdrop-filter:blur(14px)}.category-nav-inner,.footer-inner,.header-inner,.main{width:min(1440px,calc(100% - 3rem))}.header-primary{min-height:76px;justify-content:flex-start;gap:clamp(1rem,2.2vw,2.25rem)}.brand{color:var(--accent);font-size:1.65rem;font-weight:900;letter-spacing:-.05em}.brand,.nav{white-space:nowrap}.nav{gap:1.35rem;font-weight:800;color:var(--ink)}.nav a{padding:.5rem 0}.nav-active{color:var(--ink)}.global-search{min-width:220px;height:48px;display:flex;flex:1 1;align-items:center;gap:.65rem;-webkit-margin-start:auto;margin-inline-start:auto;padding:0 1rem;color:#9b9b9b;background:#f1f1f1;border-radius:999px}.global-search input{min-width:0;width:100%;border:0;outline:0;color:var(--ink);background:transparent}.nav--auth{gap:.6rem}.auth-login,.auth-register{display:inline-flex;min-height:44px;align-items:center;justify-content:center;padding:0 1.1rem!important;border:1px solid var(--line);border-radius:999px}.auth-register{color:#10251a;background:var(--accent);border-color:var(--accent)}.category-nav{border-top:1px solid #f4f4f4}.category-nav-inner{display:flex;gap:1.65rem;margin:0 auto;overflow-x:auto;scrollbar-width:none}.category-nav a{padding:.9rem 0;color:#8a8a8a;font-weight:700;white-space:nowrap}.category-nav a.is-active{color:var(--ink)}.main{padding:clamp(1.5rem,3vw,3rem) 0 4rem}.page-template{gap:1.75rem}.page-header{align-items:center}.page-header h1{margin:.25rem 0;font-size:clamp(2rem,4vw,3.25rem);line-height:1.2;letter-spacing:-.045em}.eyebrow{margin:0;color:var(--muted);font-size:.75rem;letter-spacing:.04em}.lede{margin-top:.5rem;line-height:1.9}.card{border-radius:18px;box-shadow:none}.ui-button{min-height:46px;border-radius:999px}.ui-button--secondary{color:var(--ink);border-color:var(--line)}.field-control{min-height:48px;border-color:#dedede;border-radius:10px}.field label{font-size:.85rem}td,th{text-align:right}.market-filters{grid-template-columns:minmax(240px,2fr) repeat(2,minmax(150px,1fr)) auto auto;padding:1.15rem;border-radius:16px}.market-grid{grid-template-columns:1fr;gap:0;border:1px solid var(--line);border-radius:18px;overflow:hidden}.market-card{grid-template-columns:minmax(0,1fr) minmax(260px,auto);padding:1.45rem 1.6rem;border:0;border-bottom:1px solid var(--line);border-radius:0}.market-card:last-child{border-bottom:0}.market-card:hover{transform:none;background:#fbfffd;border-color:var(--line)}.market-card h2,.market-card p,.market-card-link,.market-card-meta{grid-column:1}.market-card-outcomes{grid-column:2;grid-row:1/span 4;align-content:center;justify-content:flex-start}.market-card-outcomes span{min-width:108px;padding:.55rem .8rem;text-align:center;background:#fff;border:1px solid var(--line);border-radius:999px}.market-card-outcomes span:first-child{color:var(--accent-strong)}.market-card h2{font-size:1.35rem}.market-card-link{justify-self:start}.market-detail-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(330px,390px);grid-gap:clamp(1.5rem,3vw,3rem);gap:clamp(1.5rem,3vw,3rem);align-items:start}.market-detail-main{min-width:0;display:grid;grid-gap:1.5rem;gap:1.5rem}.market-description{margin:-.5rem 0 0;color:var(--muted);line-height:1.9}.market-chart-card{padding:1.25rem 0 0;border:0;border-top:1px solid var(--line);border-radius:0}.market-chart-card .chart-legend,.market-chart-card .section-heading{padding-inline:.25rem}.price-chart path{stroke-width:2.5}.price-chart line{stroke:#dfdfdf;stroke-dasharray:2 5}.outcomes-section{display:grid;grid-gap:1rem;gap:1rem;padding-block:1.5rem;border-block:1px solid var(--line)}.outcome-grid{grid-template-columns:1fr;gap:0}.outcome-card{grid-template-columns:minmax(0,1fr) auto auto;align-items:center;padding:1rem 0;text-align:right;border:0;border-bottom:1px solid var(--line);border-radius:0}.outcome-card strong{min-width:82px;color:var(--ink);font-size:1.45rem;direction:ltr}.outcome-card small{min-width:120px;padding:.5rem .85rem;color:var(--accent-strong);text-align:center;border:1px solid var(--line);border-radius:999px}.market-lifecycle,.market-rules{border:0;border-bottom:1px solid var(--line);border-radius:0;padding-inline:0;line-height:1.9}.market-trade-column{position:-webkit-sticky;position:sticky;top:142px;min-width:0}.trading-section{gap:.75rem}.trade-heading{padding:0 .5rem}.activity-grid,.trading-grid{grid-template-columns:1fr}.trade-ticket{border-radius:20px}.trade-ticket .ui-button--primary{width:100%}.trade-actions{display:grid;grid-template-columns:1fr}.activity-grid,.order-preview,.order-result{margin-top:.5rem}.metric-list{grid-template-columns:1fr}.metric-list div{display:flex;align-items:center;justify-content:space-between}.metric-list dd{margin:0}.restriction-note,.status-notice{color:#6b5310;background:#fff9e8}.footer-inner{text-align:center}@media (max-width:1050px){.nav--primary{display:none}.market-detail-layout{grid-template-columns:minmax(0,1fr) 340px;gap:1.25rem}}@media (max-width:820px){.category-nav-inner,.footer-inner,.header-inner,.main{width:calc(100% - 1.5rem)}.header-primary{flex-wrap:wrap;padding:.75rem 0}.global-search{order:3;min-width:0;flex-basis:100%}.market-detail-layout{grid-template-columns:1fr}.market-trade-column{position:static}.market-filters{grid-template-columns:1fr 1fr}.market-filters .field:first-child{grid-column:1/-1}}@media (max-width:640px){.header{width:100vw;overflow:hidden}.header-inner{width:auto;max-width:calc(100vw - 1.5rem);align-items:center;flex-direction:row}.category-nav-inner,.footer-inner,.main{width:auto;max-width:calc(100vw - 1.5rem);margin-inline:auto}.chart-wrap,.market-chart-card,.market-detail-layout,.market-detail-main,.page-content,.page-template{width:100%;max-width:100%;min-width:0}.market-chart-card{overflow:hidden}.nav--auth{width:auto;-webkit-margin-start:auto;margin-inline-start:auto;overflow:visible}.auth-login,.nav--auth .muted{display:none}.category-nav-inner{gap:1.15rem}.page-header h1{font-size:1.9rem}.page-actions{display:none}.page-head:has(.market-filter-toggle){align-items:center;flex-direction:row}.page-head .page-actions:has(.market-filter-toggle){display:flex}.page-actions .market-filter-toggle{flex:none}.market-card,.market-filters{grid-template-columns:1fr}.market-card h2,.market-card p,.market-card-link,.market-card-meta,.market-card-outcomes,.market-filters .field:first-child{grid-column:1}.market-card-outcomes{grid-row:auto;justify-content:flex-end}.market-card p{display:-webkit-box;overflow:hidden;-webkit-box-orient:vertical;-webkit-line-clamp:2}.outcome-card{grid-template-columns:minmax(0,1fr) auto}.outcome-card small{grid-column:1/-1;width:100%}.price-chart{min-width:560px}}@media (prefers-reduced-motion:reduce){html{scroll-behavior:auto}*,:after,:before{transition-duration:.01ms!important}}.topic-card{display:flex;flex-direction:column;gap:1rem}.topic-card-main-link{color:inherit;text-decoration:none}.topic-card-markets{display:grid;grid-gap:.15rem;gap:.15rem;border-block:1px solid var(--border,#e5e7eb);padding-block:.5rem}.topic-card-markets a{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.7rem .25rem;color:inherit;text-decoration:none;border-radius:.65rem}.topic-card-markets a:hover{background:color-mix(in srgb,var(--primary,#0f9f72) 8%,transparent)}.topic-card-markets strong,.topic-outcome-prices strong{color:var(--primary,#0f9f72);white-space:nowrap}.topic-card-footer{align-items:center}.topic-hero{align-items:flex-start}.topic-hero-image{width:5rem;height:5rem;object-fit:cover;border-radius:1rem;border:1px solid var(--border,#e5e7eb)}.topic-hero p{max-width:52rem;color:var(--muted,#667085);line-height:1.8}.topic-market-selector{display:grid;grid-gap:.65rem;gap:.65rem;margin-top:1.25rem;padding-top:1.25rem;border-top:1px solid var(--border,#e5e7eb)}.topic-market-selector>p{margin:0;color:var(--muted,#667085)}.topic-market-list{display:grid;grid-gap:.5rem;gap:.5rem}.topic-market-list>a{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1rem;border:1px solid var(--border,#e5e7eb);border-radius:.85rem;color:inherit;text-decoration:none;transition:border-color .15s ease,background .15s ease}.topic-market-list>a>span{display:flex;align-items:center;flex-wrap:wrap;gap:.75rem}.topic-market-list>a.active,.topic-market-list>a:hover{border-color:var(--primary,#0f9f72);background:color-mix(in srgb,var(--primary,#0f9f72) 7%,white)}.topic-market-list>a>b{min-width:4.5rem;text-align:center;padding:.45rem .75rem;border:1px solid var(--primary,#0f9f72);border-radius:999px}.topic-outcome-prices{display:grid;grid-gap:.5rem;gap:.5rem}.topic-outcome-prices>div{display:flex;justify-content:space-between;gap:1rem;padding:.8rem 0;border-bottom:1px solid var(--border,#e5e7eb)}.resolution-description-card{position:relative}.resolution-description-body{position:relative;max-height:7.5rem;overflow:hidden;line-height:2;white-space:pre-line}.resolution-description-body.expanded{max-height:none;overflow:visible}.resolution-description-body p{margin:0}.resolution-description-body:not(.expanded):after{position:absolute;inset:auto 0 0;height:2.5rem;content:"";pointer-events:none;background:linear-gradient(180deg,transparent,#fff)}.resolution-description-toggle{margin-top:.75rem;padding-inline:0;color:var(--primary,#0f9f72)}.selected-market-context,.topic-inheritance-note{padding:1rem;margin-bottom:.75rem;border-radius:.85rem;background:color-mix(in srgb,var(--primary,#0f9f72) 8%,white);border:1px solid color-mix(in srgb,var(--primary,#0f9f72) 25%,white)}.market-activity-slot{display:none}.selected-market-context{display:grid;grid-gap:.25rem;gap:.25rem}.topic-inheritance-note p{margin-block:.5rem}.category-checklist{border:1px solid var(--border,#d0d5dd);border-radius:.75rem;padding:1rem}.category-checklist-options{display:flex;flex-wrap:wrap;gap:.65rem}.category-checklist-options label{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .75rem;border:1px solid var(--border,#d0d5dd);border-radius:999px;cursor:pointer}@media (max-width:820px){.market-detail-page .detail-layout{display:grid;grid-template-columns:minmax(0,1fr);grid-gap:1rem;gap:1rem}.market-detail-page .detail-main-column{display:contents}.market-detail-page .chart-card{order:1}.market-detail-page .outcomes-card{order:2}.market-detail-page .resolution-description-card{order:3}.market-detail-page .market-activity-slot{display:block;order:4}.market-detail-page .trade-column{order:5}.market-detail-page .comments-section{order:6}.market-detail-page .trade-column,.market-detail-page .trading-section{width:100%}.market-detail-page .activity-grid{grid-template-columns:1fr}.dialog .trade-ticket{padding:0;border:0;box-shadow:none}.dialog .trade-ticket .ticket-head{display:none}.topic-hero{flex-direction:column}.topic-market-list>a{align-items:flex-start}.topic-market-list>a>span{align-items:flex-start;flex-direction:column}}.auth-page{min-height:clamp(620px,calc(100vh - 180px),820px);display:grid;place-items:center;padding:clamp(2rem,6vw,5.5rem) 20px;background:radial-gradient(circle at 12% 18%,rgb(18 196 139/8%),transparent 26rem),linear-gradient(180deg,#fff,#fbfdfc)}.auth-shell{width:min(100%,980px);display:grid;grid-template-columns:minmax(0,.88fr) minmax(420px,1fr);overflow:hidden;background:#fff;border:1px solid var(--line);border-radius:28px;box-shadow:0 24px 80px rgb(23 23 23/7%)}.auth-intro{position:relative;min-height:620px;display:flex;flex-direction:column;padding:clamp(2rem,4vw,3.25rem);overflow:hidden;color:#fff;background:radial-gradient(circle at 12% 90%,rgb(18 196 139/36%),transparent 17rem),#11271e}.auth-intro:after{content:"";position:absolute;inset:auto auto -125px -105px;width:315px;height:315px;border:1px solid rgb(255 255 255/10%);border-radius:50%;box-shadow:0 0 0 42px rgb(255 255 255/2.5%),0 0 0 84px rgb(255 255 255/2%)}.auth-brand{position:relative;z-index:1;display:inline-flex;align-items:center;align-self:flex-start;gap:.75rem;font-size:1.35rem;font-weight:950}.auth-brand-mark{width:48px;height:48px;display:grid;place-items:center;background:#fff;border-radius:15px;box-shadow:0 8px 28px rgb(0 0 0/14%)}.auth-brand img{width:39px;height:39px;object-fit:contain}.auth-intro-copy{position:relative;z-index:1;margin-block:auto}.auth-intro-kicker{display:inline-flex;align-items:center;min-height:30px;padding:0 .8rem;color:#73e5bd;background:rgb(115 229 189/10%);border:1px solid rgb(115 229 189/18%);border-radius:999px;font-size:.75rem;font-weight:800}.auth-intro-copy h2{max-width:350px;margin:1.2rem 0 .85rem;font-size:clamp(1.75rem,3.2vw,2.45rem);line-height:1.55;letter-spacing:-.045em}.auth-intro-copy p{max-width:350px;margin:0;color:#b8c9c1;font-size:.9rem;line-height:2}.auth-trust-note{position:relative;z-index:1;display:flex;align-items:center;gap:.7rem;color:#c9d7d1;font-size:.76rem}.auth-trust-note span{width:25px;height:25px;flex:0 0 auto;display:grid;place-items:center;color:#11271e;background:#73e5bd;border-radius:50%;font-weight:900}.auth-trust-note p{margin:0}.auth-form-panel{display:flex;flex-direction:column;justify-content:center;padding:clamp(2rem,5vw,4.25rem)}.auth-heading{margin-bottom:1.7rem}.auth-overline{margin:0 0 .45rem;color:var(--accent-strong);font-size:.78rem;font-weight:900}.auth-heading h1{margin:0;font-size:clamp(1.75rem,3vw,2.2rem);line-height:1.4;letter-spacing:-.045em}.auth-heading>p:last-child{margin:.55rem 0 0;color:var(--muted);font-size:.86rem}.auth-form.form-stack{gap:1rem;margin-top:0}.auth-form .field{gap:.45rem}.auth-form .field label{color:#343434;font-size:.82rem;font-weight:850}.auth-form .field-control{min-height:50px;padding-inline:.95rem;background:#fafafa;border-color:#e5e5e5;border-radius:12px;transition:border-color .16s ease,background-color .16s ease,box-shadow .16s ease}.auth-form .field-control::placeholder{color:#707070}.auth-form .field-control:focus{background:#fff;border-color:var(--accent);box-shadow:0 0 0 4px rgb(18 196 139/10%);outline:0}.auth-form .field-control[dir=ltr]{text-align:left}.auth-form .field-control[dir=ltr]::placeholder{text-align:right}.auth-form .field-hint{color:#707070;font-size:.75rem}.auth-submit.ui-button{color:#10251a;width:100%;min-height:50px;gap:.65rem;margin-top:.25rem;border-radius:12px;box-shadow:0 9px 24px rgb(18 196 139/18%)}.auth-submit-arrow{font-size:1.1rem;transition:transform .16s ease}.auth-submit:hover .auth-submit-arrow{transform:translateX(-3px)}.auth-switch{margin:1.4rem 0 0;color:var(--muted);text-align:center;font-size:.82rem}.auth-switch a{color:var(--accent-strong);text-decoration:none;font-weight:900}.auth-switch a:hover{text-decoration:underline}.auth-legal{margin:1.1rem 0 0;padding-top:1rem;color:#707070;border-top:1px solid #f0f0f0;text-align:center;font-size:.7rem;line-height:1.8}.auth-form-panel .error-display{margin:-.55rem 0 1.25rem;padding:.85rem 1rem;border-radius:12px}.auth-loading{min-height:60vh;display:grid;place-items:center;color:var(--muted)}@media (max-width:820px){.auth-shell{width:min(100%,540px);grid-template-columns:1fr;border-radius:22px}.auth-intro{min-height:auto;padding:1.5rem 1.75rem}.auth-intro-copy,.auth-trust-note{display:none}.auth-form-panel{padding:clamp(1.75rem,7vw,3rem)}}@media (max-width:520px){.auth-page{min-height:auto;padding:1rem 12px 2.5rem;background:#fff}.auth-shell{border:0;border-radius:18px;box-shadow:none}.auth-intro{padding:1rem 1.25rem;border-radius:18px 18px 0 0}.auth-brand-mark{width:42px;height:42px;border-radius:13px}.auth-brand img{width:34px;height:34px}.auth-form-panel{padding:1.75rem 1.25rem 1.25rem}.auth-heading{margin-bottom:1.4rem}}