@import"https://fonts.googleapis.com/css2?family=Space+Mono:ital,wght@0,400;0,700;1,400;1,700&display=swap";@font-face{font-family:ConnectionSerif-d20X;src:url(/assets/ConnectionSerif-d20X-73b4a245.otf)}*{box-sizing:border-box;margin:0;padding:0;font-family:ConnectionSerif-d20X,monospace}html,body{height:100vh;overflow:hidden}#main{width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center}#crosshair{width:8px;height:8px;border:1px solid #fff;opacity:.5;position:fixed;left:50%;top:50%;transform:translate(-50%,-50%)}#loading{position:absolute;height:100vh;width:100vw;z-index:12312386712873123;background:#181d31;display:flex;align-items:center;justify-content:center}#loading-inner{width:200px;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:24px}#loading-bar{width:100%;height:10px;border-radius:4px;background:#181d31;border:1px solid #678983;overflow:hidden}#loading-bar-inner{transition:all .1s ease;background:#e6ddc4;width:0%;height:100%}#biomes{position:absolute;z-index:1000000;bottom:0;right:0;list-style:none;background:#181d31}#biomes li{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:8px}#biomes li p{color:#eee}#biomes li div{width:24px;height:12px;border-radius:2px}.item-name{position:absolute;left:100%;margin-left:8px;width:200px;color:#eee;opacity:0;transition:all .1s ease}#chat{position:absolute;left:50%;bottom:72px;transform:translate(-50%);width:min(72vw,860px);z-index:1000003}#chat-history{width:100%;max-height:240px;overflow-y:auto;background:rgba(24,29,49,.78);border-radius:4px;display:flex;flex-direction:column;gap:4px;padding:8px 10px;margin:0 0 8px;transition:opacity .16s ease}#chat-history p{color:#eee;font-size:12px;line-height:1.35}#chat-input{width:100%;border:1px solid rgba(103,137,131,.7);border-radius:4px;background:rgba(24,29,49,.9);color:#f6f7fb;padding:8px 10px;outline:none;font-size:12px}#emoji-picker{margin-top:8px;border:1px solid rgba(103,137,131,.72);border-radius:6px;background:rgba(24,29,49,.93);padding:8px}#emoji-picker-title{margin:0 0 8px;color:#d4ddff;font-size:11px;letter-spacing:.02em;opacity:.88}#emoji-picker-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(36px,1fr));gap:6px}.emoji-picker-item{border:1px solid rgba(103,137,131,.45);border-radius:4px;background:rgba(15,18,31,.94);color:#fff;font-size:18px;line-height:1;padding:8px 0;cursor:pointer;transition:transform .08s ease,border-color .08s ease}.emoji-picker-item:hover,.emoji-picker-item:focus-visible{border-color:#95d6c7f2;transform:translateY(-1px)}#inventory-backdrop{position:fixed;inset:0;z-index:1000004;background:rgba(0,0,0,.56)}#inventory-panel{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1000005;width:min(78vw,880px);max-height:min(72vh,720px);border:2px solid rgba(103,137,131,.95);border-radius:8px;background:rgba(24,29,49,.96);color:#f4f7ff;padding:12px;display:flex;flex-direction:column;gap:8px}#inventory-title{font-size:18px;letter-spacing:.02em}#inventory-hint{font-size:12px;opacity:.82}#inventory-content{overflow:auto;max-height:56vh}#generated-asset-inventory{border-top:1px solid rgba(103,137,131,.45);margin-top:8px;padding-top:8px;display:flex;flex-direction:column;gap:6px}#generated-asset-inventory-title{font-size:14px;opacity:.92}#generated-asset-inventory-list{list-style:none;max-height:180px;overflow-y:auto;display:flex;flex-direction:column;gap:6px}.generated-asset-inventory-item-button{width:100%;border:1px solid rgba(103,137,131,.5);border-radius:4px;background:rgba(17,22,38,.94);color:#f4f7ff;font-size:12px;text-align:left;padding:6px 8px;cursor:pointer}#auth-overlay{position:fixed;inset:0;z-index:1000008;display:none;align-items:center;justify-content:center;background:radial-gradient(circle at 20% 10%,rgba(90,136,123,.34),transparent 45%),radial-gradient(circle at 80% 0%,rgba(54,98,142,.28),transparent 42%),rgba(8,10,16,.84);backdrop-filter:blur(6px)}.auth-card{width:min(92vw,460px);border:1px solid rgba(130,179,163,.62);border-radius:10px;background:rgba(21,25,38,.95);box-shadow:0 24px 90px #00000073;padding:24px;display:flex;flex-direction:column;gap:10px}.auth-card h2{color:#f3f7ff;font-size:24px;letter-spacing:.02em}.auth-card p{color:#c4cede;font-size:14px;line-height:1.35;margin-bottom:8px}.auth-provider-button,.auth-signup-form button{border:1px solid rgba(117,178,159,.6);border-radius:8px;background:linear-gradient(180deg,rgba(44,87,76,.88),rgba(30,61,53,.93));color:#f2fff8;font-size:14px;padding:11px 12px;cursor:pointer}.auth-provider-button:hover,.auth-provider-button:focus-visible,.auth-signup-form button:hover,.auth-signup-form button:focus-visible{border-color:#a9e8d3e6}.auth-signup-form{display:flex;flex-direction:column;gap:10px}.auth-signup-form input{border:1px solid rgba(139,183,168,.55);border-radius:8px;background:rgba(11,14,24,.92);color:#f6fbff;padding:11px 12px;font-size:15px;outline:none}.auth-signup-form input:focus{border-color:#bceeddf2}.generated-asset-inventory-item.selected .generated-asset-inventory-item-button{border-color:#7ec8e3;box-shadow:0 0 0 1px #7ec8e359}.generated-asset-inventory-empty{font-size:12px;opacity:.7}#asset-job-feed{position:absolute;top:10px;right:10px;z-index:1000001;width:min(420px,calc(100vw - 20px));pointer-events:none}#asset-job-feed-list{list-style:none;display:flex;flex-direction:column;gap:8px}.asset-job-item{border-left:3px solid #678983;background:rgba(24,29,49,.85);color:#eee;padding:8px 10px;border-radius:4px;display:flex;flex-direction:column;gap:3px;box-shadow:0 2px 10px #00000040}.asset-job-title{font-size:13px}.asset-job-body{font-size:12px;opacity:.9}.asset-job-link{pointer-events:auto;color:#7ec8e3;text-decoration:underline;font-size:12px;width:fit-content}.asset-job-queued{border-left-color:#d4aa00}.asset-job-started{border-left-color:#2b90d9}.asset-job-completed{border-left-color:#4caf50}.asset-job-failed{border-left-color:#d64545}:root{--item-slots-slot-color: #2a2a2a;--item-slots-slot-color-hover: #3a3a3a;--item-slots-slot-color-focus: #4a4a4a}.item-slots{position:absolute;bottom:0;left:0;margin:12px;display:flex;align-items:center;justify-content:center;z-index:100000;user-select:none}.item-slots-slot{display:flex;align-items:center;justify-content:center;z-index:0;background:#141414;border-style:solid;border-top-color:#353535;border-left-color:#353535;border-bottom-color:#0e0e0e;border-right-color:#0e0e0e;transition:.1s ease-in-out;box-shadow:inset 1px 1px #ffffff0a,inset -1px -1px #0000004d}.item-slots-slot-hover{background:#1e1e1e;border-top-color:#454545;border-left-color:#454545;border-bottom-color:#151515;border-right-color:#151515;box-shadow:inset 1px 1px #ffffff0f,inset -1px -1px #00000040;transform:scale(1.06)}.item-slots-slot-focus{background:#252525;border-top-color:#555;border-left-color:#555;border-bottom-color:#1a1a1a;border-right-color:#1a1a1a;box-shadow:inset 1px 1px #ffffff14,inset -1px -1px #0003;transform:scale(1.1)}.debug-data{position:fixed;top:10px;left:10px;color:#f0f0f0;background:rgba(0,0,0,.75);backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);padding:6px 8px;border:1px solid rgba(255,255,255,.1);border-radius:6px;z-index:100000;display:flex;flex-direction:column;overflow:hidden;gap:6px;min-width:240px;font-family:Share Tech Mono,monospace;text-shadow:0 1px 2px rgba(0,0,0,.8);user-select:text}.debug-entries{display:flex;flex-direction:column-reverse;align-items:flex-start;justify-content:flex-start;gap:2px}.debug-line{font-size:12px;line-height:1.3;margin:0;letter-spacing:.02em;transition:opacity .15s ease}.debug-label{color:#aaa;opacity:.8}.debug-value{color:#f0f0f0;font-weight:500}
