:root{color-scheme:light;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f4f3ef;color:#232629;letter-spacing:0}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}button,input,textarea{font:inherit}button{border:0;cursor:pointer}.app-shell{height:100vh;display:grid;grid-template-rows:auto minmax(0,1fr);overflow:hidden}.app-shell.has-error{grid-template-rows:auto auto minmax(0,1fr)}.topbar{position:sticky;top:0;z-index:20;min-height:68px;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:10px 18px;border-bottom:1px solid #d8d2c8;background:#fffdf8}.brand{min-width:0;display:flex;align-items:center;gap:12px}.brand svg{flex:0 0 auto;width:28px;height:28px;color:#d9573a}.brand h1{margin:0;color:#1f2428;font-size:18px;font-weight:800;line-height:1.2}.brand span,.eyebrow{display:block;margin:3px 0 0;color:#6f6a60;font-size:12px}.eyebrow{color:#9a4935;font-size:11px;font-weight:900;text-transform:uppercase}.top-actions{display:flex;align-items:center;gap:10px}.camera-chip{display:inline-flex;align-items:center;gap:7px;padding:7px 11px;border:1px solid #d8d2c8;border-radius:999px;background:#f2eee6;color:#4b473f;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px;white-space:nowrap}.camera-chip svg{width:14px;height:14px;color:#11615b}.version-chip{background:#fff7ed;color:#9a4935;cursor:help}.icon-button{width:38px;height:38px;display:inline-grid;place-items:center;border-radius:7px;background:#ece7dc;color:#25282c}.icon-button:hover{background:#ded7ca}.top-actions svg,.agent-form svg{width:18px;height:18px}.error-strip{padding:9px 18px;border-bottom:1px solid #f0b5aa;background:#fff0ec;color:#8d2d1d;font-size:13px}.workspace-grid{min-height:0;display:grid;grid-template-columns:minmax(540px,1fr) var(--agent-width, 480px);grid-template-rows:minmax(0,1fr);overflow:hidden}.map-pane{position:relative;min-width:0;min-height:0;overflow:hidden;background:#e8e4da}.map-attribution{position:absolute;right:8px;bottom:8px;z-index:500;padding:3px 8px;border-radius:6px;background:#fffdf8d1;color:#6f6a60;font-size:10.5px;pointer-events:none}.zoom-dock{position:absolute;right:12px;bottom:34px;z-index:500;display:flex;flex-direction:column;gap:6px}.zoom-dock button{width:34px;height:34px;display:inline-grid;place-items:center;border:1px solid #d8d2c8;border-radius:7px;background:#fffdf8;color:#25282c}.zoom-dock button:hover{background:#ece7dc}.zoom-dock button:disabled{cursor:not-allowed;color:#b9b2a6}.zoom-dock svg{width:16px;height:16px}.world-menu-wrap{position:relative}.world-menu{position:absolute;right:0;top:calc(100% + 8px);z-index:700;min-width:220px;padding:8px;border:1px solid #d8d2c8;border-radius:9px;background:#fffdf8;box-shadow:0 8px 24px #25282c1f}.world-menu-title{padding:4px 8px;font-size:11px;text-transform:uppercase;letter-spacing:.08em;color:#9a9183}.world-row{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:7px 8px;border-radius:6px;color:#25282c;text-decoration:none;font-size:14px}.world-row:hover{background:#ece7dc}.world-row.current{background:#11615b14;font-weight:600}.world-row.new-world{margin-top:4px;border-top:1px solid #eee8dd;border-radius:0 0 6px 6px;color:#11615b}.world-row.new-world svg{width:14px;height:14px}.world-badges{font-size:12px;color:#9a9183}.world-empty{padding:6px 8px;font-size:13px;color:#9a9183}.day-dock{position:absolute;left:50%;bottom:14px;transform:translate(-50%);z-index:500;display:flex;align-items:center;gap:8px;padding:6px 12px;border:1px solid #d8d2c8;border-radius:9px;background:#fffdf8e6;color:#6b6357;font-size:13px}.day-dock input[type=range]{width:180px;accent-color:#11615b}.zoom-dock button.dof-on{background:#11615b;border-color:#11615b;color:#fffdf8}.zoom-dock button.dof-on:hover{background:#0d4f4a}.place-card{position:absolute;left:14px;bottom:14px;z-index:600;width:min(340px,calc(100% - 28px));border:1px solid #d8d2c8;border-radius:10px;background:#fffdf8;box-shadow:0 14px 34px #20232729;animation:card-in .2s ease}@keyframes card-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.place-card header{display:flex;align-items:center;gap:8px;padding:10px 12px;border-bottom:1px solid #e3ddd3;border-radius:10px 10px 0 0;background:#fffaf0}.place-card h3{flex:1;margin:0;color:#202326;font-size:14.5px;line-height:1.25;overflow-wrap:anywhere}.place-source{padding:3px 7px;border-radius:999px;background:#d9ece9;color:#0f4f4a;font-size:10.5px;font-weight:900;text-transform:uppercase}.place-source.codex{background:#f6ddd4;color:#8d2d1d}.place-source.atlas{background:#fff0c7;color:#6f4d07}.card-icon{width:26px;height:26px;display:inline-grid;place-items:center;border-radius:6px;background:transparent;color:#6f6a60}.card-icon:hover{background:#ece7dc}.card-icon svg{width:15px;height:15px}.place-coords{margin:10px 12px 0;color:#6f6a60;font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:12px}.place-note{margin:8px 12px 0;color:#25282c;font-size:13.5px;line-height:1.45}.place-card footer{display:flex;gap:8px;padding:10px 12px 12px}.place-card footer button{min-height:32px;display:inline-flex;align-items:center;gap:6px;padding:0 11px;border-radius:7px;background:#11615b;color:#fff;font-size:13px;font-weight:800}.place-card footer button.danger{background:#ece7dc;color:#7b291c}.place-card footer button.danger:hover{background:#f4c9c1}.place-card footer svg{width:14px;height:14px}.agent-pane{position:relative;min-height:0;height:100%;border-left:1px solid #d8d2c8;background:#fbfaf6}.agent-stack{height:100%;min-height:0;display:grid;grid-template-rows:auto minmax(0,1fr) auto;background:#fbfaf6}.agent-resize-handle{position:absolute;top:0;bottom:0;left:-5px;z-index:30;width:10px;cursor:col-resize}.agent-resize-handle:after{content:"";position:absolute;top:0;bottom:0;left:4px;width:2px;background:transparent}.agent-resize-handle:hover:after,body.resizing-agent .agent-resize-handle:after{background:#11615b}body.resizing-agent{cursor:col-resize;-webkit-user-select:none;user-select:none}.side-panel-header{min-height:60px;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 14px;border-bottom:1px solid #d8d2c8;background:#fffdf8}.side-panel-header h2{margin:0;color:#202326;font-size:16px;line-height:1.2}.status-pill{min-width:74px;padding:5px 9px;border-radius:999px;background:#e6e0d4;color:#4b473f;font-size:12px;font-weight:900;text-align:center}.status-pill.working,.status-pill.queued{background:#f7d9a6;color:#573a0d}.status-pill.done{background:#d4eadf;color:#174f3c}.status-pill.failed{background:#f4c9c1;color:#7b291c}.messages{overflow-y:auto;display:flex;flex-direction:column;gap:10px;padding:14px 12px;background:#fbfaf6;scroll-behavior:smooth}.message{padding:10px;border-left:3px solid #c5b8a6;background:#fffdf8}.message.user{border-color:#11615b}.message.agent{border-color:#d9573a}.message span{display:block;margin-bottom:5px;color:#716a61;font-size:11px;font-weight:900;text-transform:uppercase}.message p{margin:0;white-space:pre-wrap;overflow-wrap:anywhere;line-height:1.45}.message-markdown{overflow-wrap:anywhere;line-height:1.5}.message-markdown>:first-child{margin-top:0}.message-markdown>:last-child{margin-bottom:0}.message-markdown p{margin:0 0 8px}.message-markdown pre{overflow-x:auto;padding:10px;border-radius:6px;background:#f1ece2;font-size:12.5px}.message-markdown code{font-size:12.5px}.message.thinking p{color:#8a8378;font-style:italic}@keyframes thinking-pulse{0%,to{opacity:.55}50%{opacity:1}}.message.thinking{animation:thinking-pulse 1.3s ease-in-out infinite}.agent-form{display:grid;grid-template-columns:minmax(0,1fr) 122px;gap:10px;padding:12px;border-top:1px solid #d8d2c8;background:#fffdf8}.agent-form textarea{height:102px;min-width:0;resize:none;border:1px solid #cfc7bc;border-radius:7px;outline:0;padding:10px;background:#fbfaf6}.agent-form textarea:focus{border-color:#11615b}.agent-form button{height:102px;display:inline-flex;align-items:center;justify-content:center;gap:8px;border-radius:7px;background:#11615b;color:#fff;font-weight:900}.agent-form button:disabled{cursor:not-allowed;background:#a9b9b5}@media(max-width:1180px){.workspace-grid{grid-template-columns:minmax(0,1fr);grid-template-rows:minmax(520px,1fr) 560px}.agent-pane{border-top:1px solid #d8d2c8;border-left:0}.agent-resize-handle{display:none}}@media(max-width:720px){.topbar{align-items:flex-start;flex-direction:column}.top-actions{width:100%;flex-wrap:wrap}.workspace-grid{grid-template-columns:1fr;grid-template-rows:minmax(440px,1fr) 560px}.agent-form{grid-template-columns:1fr}.agent-form button{height:44px}}.map-webgpu-canvas{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;display:block}.map-lqip{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;pointer-events:none;z-index:600;filter:blur(12px);transform:scale(1.06);opacity:1;transition:opacity .6s ease-out}.map-lqip.is-hidden{opacity:0}.pin-tooltip{position:absolute;z-index:650;transform:translate(-50%,-100%);padding:4px 8px;border:1px solid #d8d2c8;border-radius:6px;background:#fffdf8;color:#202326;font-size:12.5px;font-weight:700;white-space:nowrap;pointer-events:none}.webgpu-missing{height:100%;display:grid;place-content:center;gap:6px;text-align:center;color:#746d63}.webgpu-missing h3{margin:0;color:#202326}
