@import"https://fonts.googleapis.com/css2?family=Assistant:wght@400;500;600;700;800&family=IBM+Plex+Mono:wght@400;500&display=swap";:root{font-family:Assistant,system-ui,sans-serif;color:#182033;background:#f5f7fb;font-synthesis:none;--ink:#182033;--muted:#6c7589;--line:#e3e7ef;--violet:#6955d9;--violet-dark:#5743c8;--green:#13a779}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;direction:rtl}button,input,textarea{font:inherit}button,a{transition:.18s ease}a{text-decoration:none;color:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}h1,h2,h3,p{margin-top:0}.center{min-height:100vh;display:grid;place-items:center}.spinner{width:38px;height:38px;border:3px solid #ddd;border-top-color:var(--violet);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.primary,.secondary{border:0;border-radius:11px;padding:11px 18px;font-weight:700;display:inline-flex;align-items:center;justify-content:center;gap:8px}.primary{background:var(--violet);color:#fff;box-shadow:0 6px 18px #6955d933}.primary:hover{background:var(--violet-dark);transform:translateY(-1px)}.secondary{background:#fff;border:1px solid var(--line);color:var(--ink)}.wide{width:100%;padding:13px}.primary svg,.secondary svg{width:18px}.auth-page{min-height:100vh;display:grid;grid-template-columns:1fr 1fr;background:#fff}.auth-brand{background:radial-gradient(circle at 15% 15%,#7666df 0,transparent 28%),linear-gradient(145deg,#201851,#332776 55%,#171333);color:#fff;padding:8vh 10%;display:flex;flex-direction:column;justify-content:space-between;position:relative;overflow:hidden}.auth-brand:after{content:"";position:absolute;width:420px;height:420px;border:1px solid #ffffff1f;border-radius:50%;left:-140px;bottom:-130px;box-shadow:0 0 0 70px #ffffff08,0 0 0 140px #ffffff06}.brand-mark{width:48px;height:48px;border-radius:14px;background:#ffffff18;display:grid;place-items:center}.auth-brand h1{font-size:clamp(2.4rem,4vw,4.7rem);line-height:1.02;margin:15px 0 24px;letter-spacing:-2px}.auth-brand p{font-size:1.2rem;color:#d6d0f5;max-width:530px;line-height:1.6}.eyebrow{font-size:.76rem;letter-spacing:1.8px;font-weight:800;color:var(--violet)}.auth-brand .eyebrow{color:#bfb5ff}.auth-proof{display:flex;gap:18px;z-index:1}.auth-proof>div{display:flex;align-items:center;gap:12px;background:#ffffff0c;border:1px solid #ffffff18;padding:14px 18px;border-radius:14px}.auth-proof svg{color:#a99df4}.auth-proof span{display:flex;flex-direction:column}.auth-proof small{color:#aaa5c2}.auth-panel{display:grid;place-items:center;padding:40px}.auth-card{width:min(420px,100%)}.auth-card h2{font-size:2.1rem;margin-bottom:5px}.auth-card>p{color:var(--muted);margin-bottom:28px}.auth-card label,.form-card>label,.form-row label,.sandbox label{display:flex;flex-direction:column;gap:7px;font-weight:700;font-size:.92rem;margin:15px 0}.auth-card input,.form-card input,.form-card textarea,.sandbox textarea{border:1px solid var(--line);background:#fafbfc;color:var(--ink);padding:12px 13px;border-radius:10px;outline:none;width:100%}.auth-card input:focus,.form-card input:focus,.form-card textarea:focus,.sandbox textarea:focus{border-color:#8b79e8;box-shadow:0 0 0 3px #6955d91a;background:#fff}.auth-card fieldset{border:0;padding:0;margin:18px 0}.auth-card legend{font-weight:700;font-size:.92rem;margin-bottom:8px}.role-options{display:grid;grid-template-columns:1fr 1fr;gap:10px}.role-options label{margin:0;border:1px solid var(--line);border-radius:12px;padding:12px;display:grid;grid-template-columns:auto auto 1fr;align-items:center;cursor:pointer}.role-options label:has(input:checked){border-color:var(--violet);background:#f5f2ff}.role-options input{width:auto}.role-options svg{width:21px;color:var(--violet)}.role-options span{display:flex;flex-direction:column}.role-options small{color:var(--muted);font-weight:400}.auth-switch{text-align:center;color:var(--muted);margin-top:20px}.auth-switch a{color:var(--violet);font-weight:700}.mobile-logo{display:none}.notice{display:flex;align-items:center;gap:9px;padding:11px 13px;border-radius:10px;margin:12px 0;font-size:.9rem}.notice.error{background:#fff0f1;color:#ae2936}.notice.success{background:#eafaf4;color:#087b59}.app-shell{min-height:100vh}.app-shell aside{position:fixed;right:0;top:0;bottom:0;width:254px;background:#fff;border-left:1px solid var(--line);padding:28px 18px;display:flex;flex-direction:column;z-index:20}.logo{display:flex;gap:11px;align-items:center;font-size:1.12rem;font-weight:800;padding:0 8px}.logo>span{width:37px;height:37px;display:grid;place-items:center;border-radius:11px;background:linear-gradient(135deg,#6955d9,#927cec);color:#fff}.logo svg{width:20px}.logo div{display:flex;flex-direction:column}.logo small{font:500 .56rem IBM Plex Mono;letter-spacing:2px;color:#9aa0af}.app-shell nav{margin-top:55px;display:flex;flex-direction:column;gap:5px}.nav-label{font-size:.68rem;color:#a2a8b5;font-weight:700;padding:0 12px 10px}.app-shell nav a{display:flex;gap:11px;align-items:center;padding:11px 13px;border-radius:9px;color:#727a8d;font-weight:600}.app-shell nav a svg{width:19px}.app-shell nav a:hover,.app-shell nav a.active{color:var(--violet);background:#f2efff}.sidebar-user{margin-top:auto;border-top:1px solid var(--line);padding:20px 4px 0;display:grid;grid-template-columns:auto 1fr auto;gap:10px;align-items:center}.avatar{width:38px;height:38px;border-radius:12px;background:#e9e5ff;color:var(--violet);font-weight:800;display:grid;place-items:center}.sidebar-user>div:nth-child(2){display:flex;flex-direction:column;overflow:hidden}.sidebar-user strong{font-size:.88rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar-user small{color:var(--muted);font-size:.74rem}.sidebar-user button,.sidebar-close,.mobile-menu{border:0;background:transparent;color:#8b92a1;padding:5px}.sidebar-user svg{width:18px}.content{margin-right:254px;padding:48px clamp(24px,5vw,76px);max-width:1500px;min-height:100vh}.mobile-menu,.sidebar-close,.sidebar-scrim{display:none}.page-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:32px}.page-header h1{font-size:2rem;margin:5px 0 0;letter-spacing:-.5px}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:38px}.stat-card{background:#fff;border:1px solid var(--line);border-radius:15px;padding:20px;display:flex;align-items:center;gap:15px;box-shadow:0 5px 20px #26314b08}.stat-icon{width:46px;height:46px;border-radius:13px;display:grid;place-items:center;background:#f0edff;color:var(--violet)}.stat-icon.green{background:#e8f8f3;color:var(--green)}.stat-icon.blue{background:#eaf4ff;color:#3581c8}.stat-card>div{display:flex;flex-direction:column}.stat-card small{color:var(--muted)}.stat-card strong{font-size:1.55rem}.section-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:15px}.section-head h2{font-size:1.15rem;margin-bottom:2px}.section-head p{color:var(--muted);font-size:.88rem;margin:0}.bounty-list{display:flex;flex-direction:column;gap:12px}.bounty-card{background:#fff;border:1px solid var(--line);border-radius:15px;overflow:hidden;box-shadow:0 5px 20px #26314b07}.bounty-card:hover{border-color:#cfc7f5;box-shadow:0 9px 28px #26314b0c}.bounty-top{display:flex;gap:15px;padding:20px}.bounty-symbol{width:45px;height:45px;border-radius:12px;background:#f1eeff;color:var(--violet);display:grid;place-items:center;flex:none}.bounty-symbol svg{width:21px}.bounty-main{flex:1;min-width:0}.card-title{display:flex;justify-content:space-between;align-items:start;gap:10px}.card-title h3{font-size:1.08rem;margin-bottom:7px}.bounty-main>p{color:var(--muted);margin:0 0 14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.meta{display:flex;gap:20px;flex-wrap:wrap;color:#727b8e;font-size:.8rem}.meta span{display:flex;gap:5px;align-items:center}.meta svg{width:15px}.status{display:inline-flex;align-items:center;gap:6px;font-size:.76rem;font-weight:700;padding:5px 9px;border-radius:20px;background:#eaf8f3;color:#098260;white-space:nowrap}.status i{width:6px;height:6px;border-radius:50%;background:currentColor}.status.closed,.status.cancelled{background:#f0f1f4;color:#747b8a}.status.winner{background:#fff6dc;color:#a56d00}.prize{color:var(--green);font-weight:800;font-size:1.07rem;white-space:nowrap}.card-action{border-top:1px solid var(--line);background:#fbfcfd;padding:10px 20px;display:flex;align-items:center;justify-content:flex-end;color:var(--violet);font-size:.85rem;font-weight:700}.card-action svg{width:17px}.market-hero{background:linear-gradient(120deg,#29205d,#42348d);border-radius:18px;color:#fff;padding:28px 30px;margin-bottom:32px;display:flex;justify-content:space-between;align-items:center;gap:25px}.market-hero>div:first-child>svg{color:#ad9fff}.market-hero h2{margin:4px 0;font-size:1.35rem}.market-hero p{margin:0;color:#c9c4e5}.search{background:#fff;border-radius:11px;width:min(390px,42%);display:flex;align-items:center;padding:0 12px;color:#868d9b}.search input{border:0;outline:0;width:100%;padding:13px;background:transparent}.search svg{width:18px}.form-card,.panel{background:#fff;border:1px solid var(--line);border-radius:16px;padding:28px;box-shadow:0 5px 22px #26314b08}.form-card{max-width:820px;margin:auto}.form-section{display:flex;gap:13px;margin:5px 0 22px;padding-top:20px;border-top:1px solid var(--line)}.form-card>.form-section:first-of-type{border-top:0;padding-top:0}.form-section>span{width:31px;height:31px;display:grid;place-items:center;background:#eeeaff;color:var(--violet);font-weight:800;border-radius:9px}.form-section h2{font-size:1.1rem;margin-bottom:2px}.form-section p{color:var(--muted);font-size:.85rem;margin:0}.form-card>label{margin-bottom:20px}.form-card textarea{resize:vertical}.code-input{font-family:IBM Plex Mono,monospace!important;text-align:left;font-size:.83rem;line-height:1.6}.upload{border:2px dashed #cbc5e8!important;border-radius:13px!important;align-items:center;padding:23px!important;background:#faf9ff;cursor:pointer}.upload svg{color:var(--violet)}.upload small{color:var(--muted);font-weight:400}.upload input{padding:7px;background:#fff;max-width:380px}.form-row{display:grid;grid-template-columns:1fr 1fr;gap:15px}.form-actions{display:flex;justify-content:flex-end;gap:10px;border-top:1px solid var(--line);padding-top:20px;margin-top:25px}.back{font-size:.85rem;color:var(--violet);font-weight:700}.detail-hero{display:flex;justify-content:space-between;gap:30px;align-items:center;margin:22px 0 28px;background:linear-gradient(120deg,#fff,#f7f5ff);border:1px solid var(--line);border-radius:18px;padding:28px}.detail-label{color:var(--muted);font-size:.84rem;margin-bottom:7px}.detail-hero h1{font-size:2rem;margin-bottom:8px}.detail-hero p{color:var(--muted);max-width:750px;margin:0;line-height:1.55}.detail-prize{display:flex;flex-direction:column;text-align:center;background:#fff;border:1px solid #ded9f4;padding:16px 25px;border-radius:14px;min-width:145px}.detail-prize small{color:var(--muted)}.detail-prize strong{font-size:1.55rem;color:var(--green)}.detail-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1.2fr);gap:18px}.panel h2{font-size:1.1rem;display:flex;gap:8px;align-items:center}.panel h2 svg{width:20px;color:var(--violet)}.panel h3{font-size:.85rem;margin-top:25px}.panel pre{direction:ltr;text-align:left;background:#171b29;color:#d8dded;padding:17px;border-radius:11px;overflow:auto;font:400 .78rem/1.6 IBM Plex Mono}.detail-stats{display:grid;grid-template-columns:repeat(3,1fr);background:#f8f9fb;border-radius:11px;padding:14px}.detail-stats span{display:flex;flex-direction:column;align-items:center;color:var(--muted);font-size:.75rem;border-left:1px solid var(--line)}.detail-stats span:last-child{border:0}.detail-stats strong{font-size:1.15rem;color:var(--ink)}.panel-head{display:flex;justify-content:space-between}.danger-link{border:0;background:transparent;color:#bd3542}.muted{color:var(--muted)}.empty-small{text-align:center;padding:45px 0}.submission-list{display:flex;flex-direction:column}.submission{display:grid;grid-template-columns:auto 1fr auto auto;gap:12px;align-items:center;padding:13px 0;border-bottom:1px solid var(--line)}.rank{width:27px;height:27px;border-radius:8px;background:#f1eeff;display:grid;place-items:center;color:var(--violet);font-weight:800}.submission>div{display:flex;flex-direction:column}.submission small{color:var(--muted)}.submission>b{color:var(--green)}.small-button{border:0;background:#eeeaff;color:var(--violet);font-weight:700;border-radius:8px;padding:7px 9px}.sandbox label{margin-top:20px}.sandbox-actions{display:flex;justify-content:flex-end;gap:9px}.runs{margin-top:25px;border-top:1px solid var(--line)}.runs>div{display:grid;grid-template-columns:auto 1fr auto;gap:12px;padding:10px 0;border-bottom:1px solid var(--line);font-size:.82rem}.runs strong{color:var(--green)}.runs small{color:var(--muted)}.empty{text-align:center;padding:55px 20px}.empty>span{width:50px;height:50px;border-radius:15px;background:#eeeaff;color:var(--violet);display:grid;place-items:center;margin:0 auto 14px}.empty h3{margin-bottom:5px}.empty p{color:var(--muted);margin-bottom:20px}.skeleton{background:#fff;border:1px solid var(--line);border-radius:15px;padding:24px;display:flex;flex-direction:column;gap:10px}.skeleton i{height:13px;border-radius:8px;background:linear-gradient(90deg,#eef0f4,#f8f9fa,#eef0f4);background-size:200%;animation:shimmer 1.5s infinite}.skeleton i:nth-child(1){width:35%}.skeleton i:nth-child(3){width:70%}@keyframes shimmer{to{background-position:-200%}}@media (max-width:900px){.auth-page{grid-template-columns:1fr}.auth-brand{display:none}.mobile-logo{display:flex;align-items:center;gap:8px;color:var(--violet);font-weight:800;margin-bottom:35px}.app-shell aside{transform:translate(110%);transition:.2s}.app-shell aside.open{transform:none}.sidebar-scrim{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#10142699;z-index:19}.sidebar-close{display:block;position:absolute;left:12px;top:12px}.mobile-menu{display:block;position:fixed;right:13px;top:13px;z-index:15;background:#fff;border:1px solid var(--line);border-radius:10px}.content{margin-right:0;padding:70px 20px 30px}.detail-grid{grid-template-columns:1fr}.market-hero{align-items:stretch;flex-direction:column}.search{width:100%}}@media (max-width:600px){.auth-panel{padding:30px 22px}.page-header{align-items:flex-start}.page-header h1{font-size:1.6rem}.page-header .primary{font-size:0;width:42px;padding:10px}.page-header .primary svg{margin:0}.stats-grid{grid-template-columns:1fr}.stat-card{padding:15px}.bounty-top{padding:16px}.bounty-symbol{display:none}.card-title{align-items:start}.meta{gap:9px 15px}.bounty-main>p{white-space:normal;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.market-hero{padding:22px}.form-card,.panel{padding:19px}.form-row{grid-template-columns:1fr}.detail-hero{align-items:stretch;flex-direction:column;padding:20px}.detail-hero h1{font-size:1.55rem}.detail-prize{align-items:center}.detail-stats{padding:10px}.submission{grid-template-columns:auto 1fr auto}.submission .small-button,.submission .status{grid-column:2/4}.sandbox-actions{flex-direction:column}.sandbox-actions>*{width:100%}.auth-proof{flex-direction:column}}
