@import url('https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;450;500;550;600;650;700&family=Space+Grotesk:wght@400;500;600;700&display=swap');
:root{--bg:#f6f6f1;--paper:#fff;--ink:#292d25;--muted:#7e8376;--line:#e4e6dc;--accent:#d8eb98;--green:#506135;--font:'DM Sans',sans-serif;--display:'Space Grotesk',sans-serif}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--ink);font-family:var(--font);font-size:16px}button,a,input,textarea,select{-webkit-tap-highlight-color:transparent}button,input,textarea,select{font:inherit}button,a{touch-action:manipulation}button{cursor:pointer}a{color:inherit;text-decoration:none}button{color:inherit}button:focus-visible,a:focus-visible,input:focus-visible,textarea:focus-visible,select:focus-visible{outline:3px solid #9eb857;outline-offset:4px}button:disabled{opacity:.5;cursor:not-allowed}.icon{width:20px;height:20px;vertical-align:middle;flex:none;stroke:currentColor;stroke-width:1.7;fill:none;stroke-linecap:round;stroke-linejoin:round}.shell{min-height:100vh}.sidebar{width:228px;position:fixed;inset:0 auto 0 0;border-right:1px solid var(--line);padding:33px 21px 20px;background:var(--bg);z-index:30;display:flex;flex-direction:column}.brand{display:flex;align-items:center;gap:10px;padding:0 10px;font:700 24px var(--display);letter-spacing:-1.4px}.brand-mark{width:34px;height:36px;stroke-width:2.7}.circle-switch{margin:38px 0 26px;display:flex;align-items:center;gap:11px;background:#eceee4;border:1px solid #e1e4d7;border-radius:10px;padding:12px;text-align:left;font-size:14px}.circle-symbol{background:#d4dec0;width:33px;height:33px;border-radius:9px;display:grid;place-items:center;font-size:21px}.circle-switch small{display:block;color:var(--muted);font-size:12px;margin-top:3px}.circle-switch .icon{margin-left:auto;width:15px}.nav{display:flex;flex-direction:column;gap:6px}.nav a{padding:12px 14px;display:flex;align-items:center;gap:13px;font-size:14px;color:#727969;border-radius:8px;font-weight:500}.nav a.active{background:var(--accent);color:#2b3620}.nav .count{margin-left:auto;background:#e4e7dc;padding:2px 6px;border-radius:4px;font-size:12px}.nav a.active .count{background:#c6dc84}.side-label{font-size:11px;letter-spacing:1.5px;color:#93998a;margin:32px 14px 15px}.online-person{display:flex;align-items:center;gap:10px;padding:9px 14px;font-size:13px}.status-dot{height:6px;width:6px;border-radius:50%;background:#819d51;display:inline-block}.online-person>.status-dot{margin-left:auto}.avatar{width:32px;height:32px;display:inline-grid;place-items:center;flex:none;border-radius:50%;font:600 12px var(--display);background:#e2e5d7;border:2px solid var(--bg);color:#526142}.avatar.purple{background:#e7dff2;color:#74608d}.avatar.orange{background:#efdbc5;color:#9c6334}.avatar.blue{background:#dce6eb;color:#647d89}.avatar.lime{background:#d7e992}.avatar.large{width:48px;height:48px;font-size:18px}.avatar-stack{display:flex;padding-left:5px}.avatar-stack .avatar{margin-left:-5px;width:27px;height:27px;font-size:10px}.side-bottom{margin-top:auto;padding-top:28px}.agent-mini{border:1px solid var(--line);border-radius:10px;padding:13px;background:#f0f2e9}.agent-mini .row{gap:8px}.agent-mini p{font-size:12px;line-height:1.6;color:var(--muted);margin:9px 0}.agent-mini a{font-size:12px;font-weight:600}.user-mini{border-top:1px solid var(--line);padding:18px 5px 0;margin-top:20px;display:flex;gap:9px;align-items:center;font-size:13px}.user-mini small{color:var(--muted);font-size:11px}.app-main{margin-left:228px}.topbar{height:78px;border-bottom:1px solid var(--line);padding:0 36px;display:flex;align-items:center;justify-content:space-between;gap:20px;background:rgba(246,246,241,.95)}.crumb{font-size:13px;color:var(--muted);display:flex;gap:12px;align-items:center}.crumb b{font-weight:500;color:var(--ink)}.top-actions{display:flex;align-items:center;gap:18px}.concept{font-size:11px;letter-spacing:1.2px;border:1px solid #d8ddcd;border-radius:5px;padding:5px 8px;color:#858c79}.icon-button{padding:8px;border:0;background:transparent;display:inline-flex;align-items:center;justify-content:center;border-radius:7px}.icon-button:hover{background:#e8ecdd}.content{max-width:1460px;margin:auto;padding:33px 36px 55px}.page-heading{display:flex;justify-content:space-between;gap:20px;align-items:flex-start;margin-bottom:27px}.eyebrow{font-size:11px;letter-spacing:1.5px;text-transform:uppercase;color:var(--muted);font-weight:600}.page-heading h1{font:500 32px/1.15 var(--display);letter-spacing:-1.25px;margin:9px 0 10px}.page-heading p{margin:0;color:var(--muted);font-size:14px;line-height:1.6}.btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 17px;border-radius:7px;border:1px solid var(--line);background:#fff;font-size:13px;font-weight:600;white-space:nowrap;min-height:40px;transition:background .15s,transform .15s}.btn:hover{background:#eef1e5;transform:translateY(-1px)}.btn.primary{background:var(--ink);border-color:var(--ink);color:white}.btn.primary:hover{background:#454d39}.btn.lime{background:var(--accent);border-color:var(--accent);color:#303b24}.btn.small{padding:7px 12px;min-height:34px;font-size:12px}.btn .icon{width:15px;height:15px}.page-heading>.btn{margin-top:16px}.two-col{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:26px}.feed-tabs{display:flex;align-items:center;border-bottom:1px solid var(--line);margin-bottom:21px;gap:24px}.feed-tabs button{border:0;background:none;font-size:13px;color:var(--muted);padding:0 0 15px;position:relative}.feed-tabs button.selected{color:var(--ink);font-weight:600}.feed-tabs button.selected:after{content:'';position:absolute;bottom:-1px;left:0;right:0;height:2px;background:var(--ink)}.feed-tabs .tab-end{margin-left:auto;font-size:11px;color:var(--muted);display:flex;align-items:center;gap:6px;padding-bottom:14px}.card{background:white;border:1px solid var(--line);border-radius:12px;overflow:hidden}.post{margin-bottom:22px}.post-head{padding:17px 20px;display:flex;gap:10px;align-items:center}.post-head .author{font-size:13px;font-weight:600}.post-head .author span{font-size:12px;font-weight:400;color:var(--muted);margin-left:5px}.post-head small{font-size:11px;color:var(--muted);display:block;margin-top:3px}.post-head>.tag{margin-left:auto}.tag{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;font-size:10px;letter-spacing:.6px;border-radius:4px;background:#f0f2e9;color:#718057;font-weight:600;white-space:nowrap}.tag .icon{width:12px;height:12px}.tag.orange{background:#f9efe4;color:#aa6e37}.tag.outline{background:transparent;border:1px solid #dde1d3}.post-copy{font-size:14px;line-height:1.7;margin:0 20px 17px;color:#656b5b}.game-cover{position:relative;height:286px;overflow:hidden;background:radial-gradient(ellipse at 70% 70%,#8a3e22 0,#402d22 43%,#231e1a 100%);color:#fff}.game-cover .game-art{position:absolute;width:100%;height:100%;object-fit:cover;object-position:50% 57%;opacity:.9}.game-cover:after{content:'';position:absolute;inset:0;background:linear-gradient(90deg,rgba(25,24,18,.83),transparent 85%);pointer-events:none}.game-title{position:relative;z-index:2;padding:27px 26px;max-width:65%}.game-title .eyebrow{color:#efc5a6;font-size:10px}.game-title h2{font:500 30px/1.06 var(--display);letter-spacing:-1px;margin:14px 0 12px;max-width:230px}.game-title p{font-size:12px;color:#d6c5b8;line-height:1.6;max-width:210px;margin-bottom:20px}.game-cover>.game-stamp{position:absolute;bottom:16px;right:16px;z-index:2;color:#f0d9be;font-size:10px;display:flex;gap:6px;align-items:center}.game-stamp .icon{width:12px}.game-caption{padding:17px 20px;display:flex;align-items:center;justify-content:space-between;gap:12px;border-bottom:1px solid var(--line)}.game-caption h3{font-size:14px;margin:0 0 5px}.game-caption p{font-size:11px;color:var(--muted);margin:0}.game-caption .score{font-family:var(--display);font-size:20px}.score small{font:11px var(--font);color:var(--muted);display:block}.post-footer{display:flex;gap:19px;padding:12px 20px;align-items:center;font-size:12px}.text-action{display:inline-flex;align-items:center;gap:6px;border:0;background:none;font-size:12px;color:#818773;padding:3px 0}.text-action .icon{width:15px;height:15px}.text-action.active{color:#799536}.post-footer .fork{margin-left:auto;color:#404833}.aside-card{padding:20px;margin-bottom:20px}.section-row{display:flex;align-items:center;justify-content:space-between;gap:10px}.section-row h2,.section-row h3{font-size:14px;font-weight:600;margin:0}.section-row .icon{width:16px}.challenge-icon{width:38px;height:38px;border:1px solid #dfe5ce;border-radius:10px;display:grid;place-items:center;background:#eef3df;margin:21px 0 13px}.aside-card h4{font:500 21px/1.2 var(--display);letter-spacing:-.6px;margin:0 0 9px}.aside-card p{font-size:12px;line-height:1.7;color:var(--muted);margin:0 0 15px}.mini-rule{display:flex;align-items:center;gap:7px;font-size:11px;color:#6e785f;margin-bottom:9px}.mini-rule .icon{width:13px;height:13px}.aside-card .btn.full{display:flex;width:100%;margin:17px 0 14px}.participants{display:flex;align-items:center;justify-content:space-between;font-size:10px;color:var(--muted)}.activity-item{display:flex;gap:10px;margin-top:18px;font-size:12px;line-height:1.6}.activity-item p{margin:0;font-size:12px;color:#667057}.activity-item small{font-size:10px;color:#9aa18e}.activity-item .avatar{width:27px;height:27px;font-size:10px}.quiet-note{font-size:11px!important;color:#89927c!important;margin-top:17px!important;border-top:1px solid var(--line);padding-top:14px}.agent-strip{display:flex;gap:13px;padding:17px;background:#eef1e5;border:1px solid #dde3d0;border-radius:10px;margin:0 0 22px;font-size:13px;line-height:1.65}.agent-strip p{margin:0}.agent-strip .avatar{border-color:#eef1e5}.agent-strip small{font-size:11px;color:#899275}.agent-strip button{margin-top:9px}.ambient-game{background:#e7eace;padding:22px;display:flex;align-items:center;justify-content:space-between;gap:15px;min-height:150px}.ambient-game h3{font:500 25px var(--display);letter-spacing:-.8px;margin:7px 0}.ambient-game p{font-size:12px;color:#798166;margin:0}.orbit-widget{width:125px;height:105px;display:block}.footer-note{color:#979d8e;font-size:11px;display:flex;justify-content:space-between;margin-top:20px}.mobile-nav{display:none}#toast{position:fixed;bottom:24px;left:50%;transform:translate(-50%,20px);background:#2d3427;color:#f0f5e7;padding:13px 21px;border-radius:9px;box-shadow:0 8px 35px #0002;z-index:100;font-size:13px;opacity:0;pointer-events:none;transition:.2s}#toast.visible{opacity:1;transform:translate(-50%,0)}.row{display:flex;align-items:center;gap:12px}.spacer{flex:1}.muted{color:var(--muted)}
.game-cover{background:#241c16}.game-cover .game-art{width:75%;height:100%;right:-5%;object-fit:contain;object-position:center;opacity:1}.game-cover:after{background:linear-gradient(90deg,#241c16 0%,#241c16bb 33%,#241c1600 60%)}.game-title .btn{font-size:12px}.author .icon{width:12px;height:12px}.crumb>.icon{width:12px;height:12px}.agent-mini>a .icon{width:13px;height:13px}.game-title h2{max-width:260px}.arena-banner{background:#e3edc5;border:1px solid #d5dfb8;border-radius:12px;position:relative;overflow:hidden;min-height:306px;display:flex}.banner-copy{padding:34px;position:relative;z-index:2;width:62%}.banner-copy h2{font:500 34px/1.17 var(--display);letter-spacing:-1.5px;margin:15px 0}.banner-copy p{font-size:14px;line-height:1.7;color:#747e5c;margin:0 0 21px}.arena-banner>img{width:46%;position:absolute;right:0;top:0;height:100%;object-fit:cover;mix-blend-mode:multiply}.rule-ribbon{display:flex;justify-content:space-between;gap:14px;flex-wrap:wrap;border-bottom:1px solid var(--line);padding:22px 5px;margin-bottom:32px;color:#6b7558;font-size:12px}.rule-ribbon span{display:flex;align-items:center;gap:8px}.rule-ribbon .icon{width:16px;height:16px}.section-heading{margin-bottom:18px}.section-heading h2{font:500 19px var(--display);letter-spacing:-.4px}.section-heading .muted{font-size:13px;font-family:var(--font);font-weight:400}.contender{display:flex;align-items:center;gap:16px;padding:22px;border-bottom:1px solid var(--line)}.contender:last-child{border:0}.contender .rank{font:14px var(--display);color:#9ba28e}.contender h3{font-size:14px;margin:0 0 5px}.contender p{font-size:12px;color:var(--muted);margin:0}.contender-info{flex:1}.votes{text-align:center;padding-right:12px}.votes>b{font:500 21px var(--display)}.votes small{display:block;font-size:10px;color:var(--muted);margin-top:4px}.callout{display:flex;gap:12px;padding:20px;border:1px dashed #d3dbc5;border-radius:9px;margin-top:24px;background:#f0f3e8}.callout>span{padding-top:2px;color:#6b7b51}.callout b{font-size:13px}.callout p{font-size:12px;line-height:1.7;color:#818a71;margin:6px 0 0}.referee-row{display:flex;align-items:center;justify-content:space-between;padding:13px 0;border-bottom:1px solid var(--line);font-size:12px;gap:10px}.referee-row .icon{width:14px;color:#809853}.workspace-bar{border:1px solid var(--line);border-radius:10px;background:#ecefe3;padding:15px 18px;display:flex;justify-content:space-between;gap:15px;font-size:13px;margin-bottom:20px}.workspace-bar>.muted{font-size:12px}.workspace-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:22px}.editor-panel{display:flex;flex-direction:column}.editor-tabs{display:flex;gap:22px;padding:18px 21px 0;border-bottom:1px solid var(--line)}.editor-tabs button{background:none;border:0;border-bottom:2px solid transparent;padding:0 0 15px;font-size:13px;color:var(--muted)}.editor-tabs button.selected{border-color:#536a33;color:#43552d}.editor-body{padding:24px;flex:1;min-height:347px}.field-label{font-size:10px;letter-spacing:1px;color:#849170;font-weight:600}textarea{resize:vertical;width:100%;border:1px solid #e0e5d7;border-radius:8px;background:#f8faf3;padding:18px;line-height:1.85;font-size:15px;color:#53603f;min-height:166px}textarea:focus{outline:2px solid #b1c77f;outline-offset:1px}.editor-hint{font-size:11px;color:#8b947c;display:flex;gap:7px;align-items:center;margin:13px 0 26px}.editor-hint .icon{width:15px;height:15px}.field-row{display:flex;justify-content:space-between;align-items:center;gap:12px;font-size:12px;margin:18px 0}.field-row select{border:1px solid var(--line);border-radius:6px;padding:8px;background:#fff;font-size:12px;max-width:65%;color:#586349}input[type=range]{accent-color:#899f54;max-width:50%}.small-muted{font-size:12px;line-height:1.7;color:var(--muted)}.editor-footer{border-top:1px solid var(--line);display:flex;align-items:center;justify-content:space-between;padding:18px 20px;gap:10px;font-size:12px}.editor-footer>span{color:#869275;font-size:11px}.editor-footer .icon{width:14px;height:14px}.editor-footer small{display:block;margin-top:4px;font-size:10px;margin-left:20px}.preview-heading{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;font-size:13px}.preview-heading>span:first-child{display:flex;gap:8px;align-items:center}.preview-panel .game-cover{height:276px}.preview-panel .game-title{padding:27px 23px}.preview-panel .game-title h2{font-size:27px}.preview-detail{padding:24px}.preview-detail h3{font:500 23px var(--display);margin:0 0 9px;letter-spacing:-.7px}.preview-detail>p{font-size:13px;line-height:1.7;color:var(--muted)}.agent-feedback{display:flex;gap:9px;padding:15px 0;margin:5px 0 10px}.agent-feedback p{margin:0;color:#667352;font-size:12px;line-height:1.7}.agent-feedback small{font-size:10px;color:#9ba28e;display:block;margin-top:8px}.workshop-bottom{display:flex;gap:20px;justify-content:space-between;flex-wrap:wrap;margin-top:20px;font-size:11px;color:#8d967d;line-height:1.8}.workshop-bottom .icon{width:13px;height:13px}.file-label{font-size:12px;display:flex;gap:6px;align-items:center;color:#708059}.file-label .icon{width:15px}.file-label span{font-size:8px;letter-spacing:.7px;margin-left:auto}.source-code{font-size:12px;line-height:2;color:#647d47;white-space:pre-wrap;overflow-wrap:anywhere;margin:23px 0;tab-size:2}.trace p{font-size:12px;line-height:1.8;display:flex;flex-wrap:wrap;align-items:center;gap:7px;padding:8px 0;border-bottom:1px solid #f0f2ec}.trace p>span{font-family:monospace;font-size:10px;color:#9ba68b}.trace .icon{width:13px;height:13px;color:#7f9860}.trace+.tag{margin-top:12px}.circle-intro{display:flex;align-items:center;gap:24px;padding:30px 0 35px;border-bottom:1px solid var(--line);margin-bottom:28px}.circle-emblem{width:95px;height:95px;border-radius:24px;border:1px solid #cad8a9;background:#e1eccb;display:grid;place-items:center;font-size:58px;color:#70894c;transform:rotate(-6deg);flex:none}.circle-intro h2{font:500 28px var(--display);letter-spacing:-1px;margin:8px 0}.circle-intro p{font-size:13px;color:var(--muted);margin:0}.circle-stats{margin-left:auto;display:flex;gap:30px}.circle-stats b{font:500 30px var(--display);text-align:center}.circle-stats small{font:11px var(--font);display:block;color:var(--muted);margin-top:8px}.members-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.member{padding:19px}.member h3{font-size:14px;margin:0 0 5px}.member h3 small{font-weight:400;font-size:11px;color:var(--muted)}.member .row>div>span{font-size:12px;color:var(--muted)}.member .row .icon{width:12px;height:12px;margin-right:4px}.member .role{margin-left:auto;font-size:9px;color:#889579;background:#eef2e7;border-radius:3px;padding:3px 5px}.member>p{font-size:12px;color:var(--muted);line-height:1.7;margin:18px 0;min-height:40px}.member-foot{font-size:10px;color:#8c987b;display:flex;align-items:center;gap:5px;padding-top:13px;border-top:1px solid var(--line)}.member-foot .icon{width:12px;height:12px}.member-foot .tag{margin-left:auto;font-size:8px;padding:3px}.house-rule{display:flex;gap:11px;margin-bottom:19px}.house-rule>small{font:11px var(--display);color:#a0a995;margin-top:2px}.house-rule b{font-size:12px}.house-rule p{font-size:11px;margin:3px 0 0}.inline-link{border-bottom:1px solid #8c9b76}.agent-grid{display:grid;grid-template-columns:minmax(0,1fr) 310px;gap:24px}.conversation{display:flex;flex-direction:column;align-self:start;min-height:640px}.conversation-header{display:flex;align-items:center;gap:13px;padding:23px;border-bottom:1px solid var(--line)}.echo-symbol{width:49px;height:49px;border-radius:14px;background:#deebbb;display:grid;place-items:center;color:#738b4d}.echo-symbol .icon{width:27px;height:27px}.conversation-header h2{font:500 22px var(--display);letter-spacing:-.8px;margin:0 0 5px}.conversation-header>div>span{font-size:11px;color:#8b967a}.conversation-header>.tag{margin-left:auto}.chat-log{padding:24px;min-height:360px;max-height:490px;overflow:auto;flex:1}.chat-message{max-width:92%;padding:17px 20px;border:1px solid #e3e8d8;border-radius:0 12px 12px 12px;background:#f3f6eb;margin-bottom:18px}.chat-name{font-size:10px;color:#7e8e66;font-weight:600;letter-spacing:.8px}.chat-name small{font-size:8px;color:#a5ad99;margin-left:8px}.chat-message p{font-size:14px;line-height:1.8;color:#5e6a4d;margin:12px 0}.human-message{margin-left:auto;background:#f0f0ed;border-color:#e7e7e1;border-radius:12px 0 12px 12px}.human-message p{margin-bottom:0}.suggestions{display:flex;gap:7px;flex-wrap:wrap;padding:0 23px 20px}.suggestions button{display:flex;gap:6px;align-items:center;font-size:11px;border:1px solid #e0e5d6;background:#fff;border-radius:6px;padding:8px 10px;color:#7b8968}.suggestions .icon{width:13px;height:13px}.chat-input{margin:0 23px 10px;border:1px solid #dbe2ce;border-radius:8px;display:flex;padding:6px;background:#fafbf7}.chat-input input{flex:1;min-width:0;padding:9px 10px;background:none;border:0;font-size:13px}.chat-input button{background:var(--accent);color:#617444}.chat-note{font-size:10px;text-align:center;color:#a3ab97;margin:1px 15px 18px}.passport-id{display:flex;align-items:center;gap:11px;margin:23px 0}.passport-id h4{font-size:22px;margin-bottom:4px}.passport-id h4>span{font-size:14px;color:#8c9c71}.passport-id p{font-size:12px;margin:0}.passport-field{display:flex;justify-content:space-between;gap:14px;margin:16px 0;font-size:12px}.passport-field>span{color:var(--muted)}.passport-field b{font-weight:500}.passport-field code{font-size:11px;color:#718256}.signature{border-radius:7px;background:#f1f5e8;padding:11px;margin-top:20px;color:#829463;font-size:11px;line-height:1.8}.signature .icon{width:12px;height:12px}.signature code{font-size:10px;padding-left:17px}.permission{display:flex;align-items:center;gap:14px;justify-content:space-between;border-bottom:1px solid var(--line);padding:18px 0}.permission b{font-size:12px}.permission p{font-size:11px;margin:4px 0 0;line-height:1.6}.switch{width:34px;height:20px;flex:none;background:#dde2d6;border:0;border-radius:20px;padding:3px}.switch>span{width:14px;height:14px;background:white;border-radius:50%;display:block;box-shadow:0 1px 2px #0001;transition:transform .2s}.switch.on{background:#a4bd70}.switch.on>span{transform:translateX(14px)}.large-game .game-cover{height:410px}.large-game .game-title{padding:44px 33px}.large-game .game-title h2{font-size:40px;max-width:330px}.large-game .game-title p{font-size:14px}.large-game .game-art{width:80%;right:-8%}.game-under{display:flex;justify-content:space-between;align-items:center;margin:25px 0 30px}.game-under b{font-size:13px}.comments-card{padding:23px}.comment{display:flex;gap:11px;margin:23px 0}.comment p{margin:0;font-size:13px;line-height:1.7}.comment b{display:block;font-size:12px;margin-bottom:4px}.comment b small{font-size:10px;color:#97a087;font-weight:400;margin-left:4px}.comment p>span{color:#818b70;font-size:12px}.comment-form{display:flex;gap:6px;border:1px solid #e0e6d6;border-radius:7px;padding:5px;margin-top:25px}.comment-form input{border:0;flex:1;width:0;min-width:0;padding:9px 10px;font-size:12px;background:transparent}.comment-form button{background:#edf2e1;color:#7d915c}.leader-row{display:flex;align-items:center;gap:13px;padding:20px 0;border-bottom:1px solid var(--line);font-size:12px}.leader-row>span{color:#9aa38a}.leader-row small{display:block;font-size:10px;margin-top:5px;color:var(--muted)}.leader-row strong{margin-left:auto;font:500 18px var(--display)}.live-game{position:relative;z-index:3;height:100%;padding:20px;display:flex;flex-direction:column;background:#1c191640}.live-game-top{display:flex;align-items:center;justify-content:space-between}.live-game-top .tag{background:#33392be8;color:#d1e59d}.live-game .icon-button{color:#e1eacb;background:#33382ba8}.climb-score{font:500 55px var(--display);margin-top:17px}.climb-score small{font:12px var(--font);margin-left:8px;color:#d5dac8}.game-controls{margin-top:auto;max-width:320px;z-index:3}.game-controls p{font-size:12px;color:#e5eadb;min-height:18px;text-shadow:0 1px 3px #000;line-height:1.6;margin:7px 0}.timing-track{height:14px;background:#e2e2d542;border:1px solid #bac39958;border-radius:5px;position:relative;margin:13px 0;overflow:hidden}.timing-zone{position:absolute;left:35%;width:33%;height:100%;background:#c4df83}#timing-cursor{position:absolute;width:3px;top:0;height:100%;background:#fff;box-shadow:0 0 5px #fff6}.game-controls .btn{width:100%;padding:9px;font-size:12px}.game-controls .btn>small{font-size:9px;border:1px solid #b2c47d;padding:3px 6px;border-radius:4px;margin-left:auto}.game-controls .btn .icon{transform:rotate(-90deg)}.live-game .game-art{z-index:0}.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}dialog{border:1px solid var(--line);border-radius:16px;width:570px;max-width:calc(100vw - 32px);padding:0;max-height:90vh;color:var(--ink);box-shadow:0 20px 100px #18221133}dialog::backdrop{background:#252a2059;backdrop-filter:blur(4px)}.modal-heading{display:flex;justify-content:space-between;align-items:center;padding:20px 24px;border-bottom:1px solid var(--line);gap:10px}.modal-heading h2{font:500 23px var(--display);letter-spacing:-.7px;margin:0}.modal-body{padding:24px}.modal-body>p{font-size:14px;line-height:1.8;color:#7a846b;margin-top:0;margin-bottom:18px}.modal-body>p.small-muted{font-size:12px}.modal-body>.btn{margin-top:10px}.receipt-grid{display:grid;grid-template-columns:1fr 1.8fr;font-size:12px;gap:20px 15px;margin-top:26px}.receipt-grid>span{color:var(--muted)}.receipt-grid>b{font-weight:500}.modal-body .callout{padding:15px}.modal-body .callout p{font-size:11px}.notification-item{padding:6px 0 24px;margin-bottom:18px;border-bottom:1px solid var(--line)}.notification-item:last-child{border:0;margin-bottom:0;padding-bottom:0}.notification-item b{font-size:14px}.notification-item p{font-size:13px;line-height:1.7;color:var(--muted)}.share-summary{background:#f2f5ea;border-radius:8px;padding:18px;margin:20px 0;display:flex;gap:15px;flex-direction:column;color:#768661;font-size:12px}.share-summary .icon{width:15px;height:15px;margin-right:7px}.full-input{display:block;border:1px solid #dce3cf;border-radius:7px;padding:13px;font-size:14px;width:100%;margin:13px 0 22px}.agreement-list{padding-left:20px;font-size:14px;line-height:1.8;color:#758264}.agreement-list li{padding:6px 0 6px 5px}blockquote{padding:20px;border-left:3px solid #b2c780;background:#f1f5e8;margin:20px 0;line-height:1.8;color:#71825a;font-size:14px}
@media(min-width:1500px){.content{padding-top:40px}.two-col{grid-template-columns:minmax(0,1fr) 310px;gap:30px}.game-cover{height:340px}.game-title{padding:35px}.game-title h2{font-size:37px;max-width:300px}.game-cover .game-art{width:72%;right:0}}
@media(max-width:1150px){.sidebar{width:200px;padding-left:14px;padding-right:14px}.brand{font-size:22px}.app-main{margin-left:200px}.content{padding:28px 24px}.topbar{padding:0 24px}.two-col{grid-template-columns:minmax(0,1fr) 245px;gap:18px}.game-title{max-width:80%;padding:23px}.page-heading h1{font-size:29px}.aside-card{padding:17px}.agent-grid{grid-template-columns:minmax(0,1fr) 275px;gap:18px}.workspace-grid{gap:17px}.editor-body{padding:18px}.editor-footer{flex-wrap:wrap}.banner-copy h2{font-size:31px}.member{padding:15px}.member .role{display:none}.circle-stats{gap:20px}.field-label{font-size:9px}.chat-log{padding:18px}.suggestions{padding-left:18px;padding-right:18px}}
@media(max-width:980px){.right-rail{display:none}.two-col{grid-template-columns:minmax(0,1fr)}.game-cover{height:320px}.two-col>aside{display:grid;grid-template-columns:1fr 1fr;gap:17px}.two-col>.right-rail{display:none}.workspace-grid{grid-template-columns:1fr}.agent-grid{grid-template-columns:1fr}.agent-grid>aside{display:grid;grid-template-columns:1fr 1fr;gap:18px}.agent-grid>aside>.aside-card{margin:0}.conversation{min-height:560px}.chat-log{min-height:300px}.circle-stats{display:none}.large-game .game-cover{height:370px}.rule-ribbon{justify-content:flex-start;gap:18px 25px}.banner-copy{width:75%}.banner-copy h2{font-size:29px}.arena-banner>img{width:40%;opacity:.6}.workspace-bar{flex-wrap:wrap}.workspace-bar>.muted{display:none}.workspace-bar .tag{font-size:9px}.workshop-bottom{gap:8px}.preview-panel .game-cover{height:300px}}
@media(max-width:700px){.sidebar{display:none}.app-main{margin-left:0}.topbar{height:62px;padding:0 18px}.top-actions{gap:8px}.crumb{font-size:12px}.concept{font-size:9px}.top-actions>.avatar{display:none}.content{padding:25px 16px 95px}.page-heading h1{font-size:28px}.page-heading p{font-size:13px}.page-heading>.btn{padding:9px 11px;font-size:11px}.page-heading>.btn .icon{width:13px}.page-heading{gap:10px}.game-cover{height:290px}.game-title{max-width:85%;padding:23px}.game-title h2{font-size:30px}.post-head{padding:15px}.post-head>.tag{font-size:9px}.post-copy{margin-left:15px;margin-right:15px}.game-caption{padding:15px}.post-footer{padding:12px 15px;gap:17px}.mobile-nav{position:fixed;bottom:0;left:0;right:0;display:flex;justify-content:space-around;background:#f7f8f0f5;border-top:1px solid var(--line);z-index:50;padding:10px 6px max(10px,env(safe-area-inset-bottom));backdrop-filter:blur(12px)}.mobile-nav a{display:flex;flex-direction:column;align-items:center;gap:5px;font-size:10px;padding:3px 10px;color:var(--muted)}.mobile-nav a.active{color:#52632f}.mobile-nav a.active .icon{stroke-width:2.5}.footer-note{display:block;line-height:1.8}#toast{bottom:85px;width:max-content;max-width:90vw;text-align:center}.feed-tabs{gap:22px}.agent-strip{padding:14px}.game-caption .btn{font-size:11px}.page-heading{flex-wrap:wrap}.page-heading>.btn{margin:0}.page-heading>.tag{margin-top:0}.arena-banner{min-height:300px}.banner-copy{padding:25px;width:100%}.banner-copy h2{font-size:28px}.banner-copy p{font-size:12px}.arena-banner>img{width:65%;opacity:.15}.two-col>aside{grid-template-columns:1fr}.contender{gap:10px;padding:17px 14px}.contender>.avatar{width:35px;height:35px;font-size:14px}.contender h3{font-size:12px}.contender p{font-size:11px}.votes{padding-right:0}.contender .rank{font-size:11px}.members-grid{gap:12px}.member{padding:14px}.member .avatar{width:34px;height:34px;font-size:13px}.member .row{gap:8px}.member .member-foot .tag{display:none}.member .member-foot{font-size:9px;gap:4px}.member>p{font-size:11px;min-height:36px}.circle-intro{gap:18px;padding:16px 0 25px}.circle-emblem{width:64px;height:64px;font-size:41px;border-radius:15px}.circle-intro h2{font-size:24px}.circle-intro p{font-size:12px;line-height:1.6}.circle-intro .eyebrow{font-size:9px}.section-heading .muted{font-size:10px}.agent-grid>aside{grid-template-columns:1fr}.chat-message{max-width:96%;padding:16px}.conversation-header{padding:18px}.conversation{min-height:550px}.chat-input{margin-left:18px;margin-right:18px}.chat-note{font-size:9px;line-height:1.6}.chat-message p{font-size:14px}.large-game .game-cover{height:350px}.large-game .game-title{padding:30px 23px}.large-game .game-title h2{font-size:35px}.game-caption{flex-wrap:wrap}.game-under .row{flex-wrap:wrap;gap:6px}.game-under .tag{font-size:9px}.game-under>.btn{padding:10px;font-size:11px}.game-under{gap:10px}.comments-card{padding:18px}.source-code{font-size:11px}.editor-tabs{gap:24px}.preview-detail{padding:20px}.modal-body{padding:20px}.modal-heading{padding:18px 20px}.modal-heading h2{font-size:21px}.receipt-grid{gap:16px 12px;font-size:11px}.game-cover .game-art{right:-13%;width:87%}.large-game .game-art{width:87%;right:-13%}.rule-ribbon{font-size:11px;gap:14px 19px}.ambient-game{padding:20px 16px}.ambient-game h3{font-size:22px}.orbit-widget{width:100px;height:95px}.post-footer .fork{font-size:10px}}
.brand{white-space:nowrap;font-size:23px;gap:7px;padding:0 6px}.brand-mark{width:30px;height:34px}.brand>span{display:none}.circle-switch{gap:8px;padding:11px 9px}.circle-switch b{font-size:13px;white-space:nowrap}.circle-switch small{font-size:11px;line-height:1.5}.circle-symbol{width:30px;height:30px;flex:none}.circle-switch .icon{width:12px}.feed-tabs .tab-end .icon{width:12px;height:12px}.agent-mini p{font-size:12px;line-height:1.7}.inline-link:hover{color:#465f26}
.echo-link{display:flex;gap:7px;align-items:center;font-size:12px;color:#667d45}.echo-link .icon{width:17px;height:17px}@media(max-width:700px){.echo-link span{display:none}.echo-link{padding:5px}.concept{display:none}.brand{font-size:22px}}
[hidden]{display:none!important}@media(max-width:700px){.feed-tabs{gap:16px}.feed-tabs button{white-space:nowrap;font-size:12px}.feed-tabs .tab-end{white-space:nowrap;font-size:10px;gap:4px}.game-cover:after{background:linear-gradient(90deg,#241c16 0%,#241c16a8 45%,#241c1600 85%)}.live-game{background:#1c19165c}}
@media(prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition:none!important}}
