.prompt-window{position:relative;width:100%;height:100%;min-height:0;background:#2d2d2d;border-radius:8px;box-shadow:0 8px 32px #0006;display:flex;flex-direction:column;overflow:hidden}.prompt-window__camera{position:absolute;top:.5rem;right:1.25rem;z-index:2;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;border:none;border-radius:6px;color:#9ca3af;cursor:pointer;transition:background .15s,color .15s}.prompt-window__camera svg{display:block;width:22px;height:22px}.prompt-window__camera:hover:not(:disabled){background:#37415180;color:#d1d5db}.prompt-window__camera--has{color:#22c55e}.prompt-window__camera--has:hover:not(:disabled){color:#4ade80}.prompt-window__camera:disabled{cursor:default}.prompt-window__camera-hourglass{width:22px;height:22px;object-fit:contain;animation:prompt-hourglass-spin 1.5s linear infinite}@keyframes prompt-hourglass-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.prompt-window__screenshot-overlay{position:absolute;top:0;right:0;bottom:0;left:0;z-index:10;display:flex;align-items:stretch;justify-content:stretch;background:#000000d9;padding:0;box-sizing:border-box}.prompt-window__screenshot-overlay-img{width:100%;height:100%;object-fit:contain;display:block}.prompt-window__screenshot-close-x{position:absolute;top:.75rem;right:.75rem;z-index:11;display:flex;align-items:center;justify-content:center;width:40px;height:40px;padding:0;background:#374151e6;border:none;border-radius:8px;color:#e0e0e0;cursor:pointer;transition:background .15s,color .15s}.prompt-window__screenshot-close-x:hover{background:#4b5563;color:#fff}.prompt-window__screenshot-close-x svg{display:block;width:24px;height:24px}.prompt-window__output{flex:1;min-height:0;padding:1rem 1.25rem;overflow-y:auto;font-family:ui-monospace,Cascadia Code,Source Code Pro,Menlo,monospace;font-size:.9375rem;line-height:1.5;color:#e0e0e0;scrollbar-width:thin;scrollbar-color:#4b4b4b #252525}.prompt-window__output::-webkit-scrollbar{width:12px}.prompt-window__output::-webkit-scrollbar-track{background:#252525}.prompt-window__output::-webkit-scrollbar-thumb{background:#4b4b4b;border-radius:6px;border:3px solid #252525}.prompt-window__output::-webkit-scrollbar-thumb:hover{background:#5a5a5a}.prompt-window__line{word-break:break-word}.prompt-window__line--input{color:#7dd3fc;margin-bottom:.25rem}.prompt-window__line--output{color:#d1d5db;margin-bottom:.5rem}.prompt-window__line--error{color:#f87171}.prompt-window__form{flex-shrink:0;display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:#252525;border-top:1px solid #404040}.prompt-window__prompt{color:#7dd3fc;font-family:ui-monospace,Menlo,monospace;font-size:.9375rem;-webkit-user-select:none;user-select:none}.prompt-window__input{flex:1;background:transparent;border:none;color:#e0e0e0;font-family:inherit;font-size:.9375rem;outline:none}.prompt-window__input::placeholder{color:#6b7280}.app{width:100%;max-width:100%;min-height:100%;display:flex;flex-direction:column;align-items:center;padding:1rem;box-sizing:border-box}.app__header{width:100%;text-align:center;margin:0 0 .5rem;padding-bottom:.75rem}.app__header-logo{width:25%;height:auto;display:block;margin:0 auto}.app__info{width:50vw;min-width:280px;display:flex;flex-direction:row;margin-bottom:0;padding:.5rem 0;background:#2d2d2d;font-size:.9375rem;color:#7dd3fc;box-sizing:border-box}.app__info-col{width:50%;min-width:0;padding:0 1rem;box-sizing:border-box}.app__info-col--left{text-align:left}.app__info-col--right{text-align:right}.app__stage{width:50vw;height:50vh;min-width:280px;min-height:240px;display:flex;flex-direction:row;align-items:stretch;gap:0;flex-shrink:0}.app__prompt{width:70%;min-width:0;display:flex;flex-direction:column;align-items:stretch;justify-content:stretch;border-right:3px solid #000}.app__prompt .prompt-window{width:100%;height:100%;min-height:0}.app__prompt .app__loading,.app__prompt .app__error{margin:0;padding:1rem;color:#d1d5db;font-size:.9375rem}.app__prompt .app__error{color:#f87171}.app__character{width:30%;min-width:0;display:flex;flex-direction:column;padding:0;background:#2d2d2d;overflow:hidden}.app__character-row{flex-shrink:0;min-height:0}.app__character-row--doll{flex:1;display:flex;align-items:center;justify-content:center;overflow:hidden}.app__character-row--inventory{flex:0 0 auto;padding:4px;overflow:auto;scrollbar-width:thin;scrollbar-color:#4b4b4b #252525}.app__character-row--inventory::-webkit-scrollbar{width:10px;height:10px}.app__character-row--inventory::-webkit-scrollbar-track{background:#252525}.app__character-row--inventory::-webkit-scrollbar-thumb{background:#4b4b4b;border-radius:5px}.app__character-row--inventory::-webkit-scrollbar-thumb:hover{background:#5a5a5a}.inventory-label{width:100%;text-align:center;font-size:.875rem;color:#9ca3af;padding:4px 0 6px;box-sizing:border-box;background:#202020;border-top:2px solid #000}.character-doll{width:100%;height:100%;max-width:100%;border-radius:0;overflow:hidden;background:transparent;border:none;display:flex;align-items:center;justify-content:center}.character-doll img{max-height:100%;width:auto;max-width:100%;object-fit:contain}.character-doll__placeholder{display:none;width:100%;height:100%;align-items:center;justify-content:center;color:#6b7280;font-size:.75rem}.character-doll__placeholder.visible{display:flex}.inventory-grid{width:100%}.inventory-grid__table{display:flex;flex-direction:column;box-sizing:border-box}.inventory-grid__row{display:flex}.inventory-grid__slot{position:relative;flex:1;aspect-ratio:1;min-width:0;min-height:0;background:linear-gradient(to bottom,#3b3b3b,#202020);border-right:2px solid #000;border-bottom:2px solid #000;border-top:none;border-left:none;display:flex;align-items:center;justify-content:center;padding:2px;box-sizing:border-box}.inventory-grid__row .inventory-grid__slot:first-child{border-left:2px solid #000}.inventory-grid__row:first-child .inventory-grid__slot{border-top:2px solid #000}.inventory-grid__slot--has-item{cursor:grab}.inventory-grid__slot--pending{cursor:wait;pointer-events:auto;background:linear-gradient(to bottom,#4a4540,#2a2520)}.inventory-grid__slot--pending.inventory-grid__slot--has-item{cursor:wait}.inventory-grid__hourglass{max-width:calc(100% - 4px);max-height:calc(100% - 4px);width:auto;height:auto;object-fit:contain;margin:2px;display:block;pointer-events:none;animation:inventory-hourglass-rotate 1.5s linear infinite}@keyframes inventory-hourglass-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.inventory-grid__slot--dragging{opacity:.5;cursor:grabbing}.inventory-grid__slot--drag-over{background:linear-gradient(to bottom,#4a6a8a,#2a4a6a);outline:2px solid #7ab}.inventory-grid__icon{max-width:calc(100% - 4px);max-height:calc(100% - 4px);width:auto;height:auto;object-fit:contain;margin:2px;display:block;pointer-events:none;-webkit-user-drag:none;user-drag:none}.inventory-grid__stack{position:absolute;right:2px;bottom:2px;z-index:1;font-size:.7rem;font-weight:700;color:#fff;text-shadow:0 0 1px #000,0 1px 2px rgba(0,0,0,.8);pointer-events:none}.inventory-tooltip{min-width:200px;z-index:99999;pointer-events:none}.inventory-tooltip--portal{visibility:visible;opacity:1;animation:inventory-tooltip-fade .15s ease-out}@keyframes inventory-tooltip-fade{0%{opacity:0}to{opacity:1}}.inventory-tooltip__wrapper{display:flex;flex-direction:row;gap:12px;padding:10px 12px;background:#1a1a1a;border:1px solid #404040;border-radius:8px;box-shadow:0 4px 12px #00000080;box-sizing:border-box}.inventory-tooltip__left{flex:1;min-width:0;display:flex;flex-direction:column;gap:4px}.inventory-tooltip__name{font-size:.875rem;font-weight:600;color:#f3f4f6}.inventory-tooltip__type{font-size:.75rem;color:#9ca3af;text-transform:capitalize}.inventory-tooltip__description{font-size:.75rem;color:#d1d5db;line-height:1.35;margin-top:2px}.inventory-tooltip__stack-size{font-size:.75rem;color:#9ca3af;margin-top:6px;text-align:right}.inventory-tooltip__right{flex-shrink:0;display:flex;align-items:flex-start;justify-content:center}.inventory-tooltip__image{width:56px;height:56px;object-fit:contain;display:block}.inventory-grid__label{font-size:.6rem;line-height:1.1;color:#9ca3af;text-align:center;word-break:break-word;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}*{box-sizing:border-box}html,body,#root{margin:0;height:100%}body{font-family:ui-sans-serif,system-ui,sans-serif;-webkit-font-smoothing:antialiased;background:linear-gradient(to bottom,#4a4a4a,#000);color:#e0e0e0}
