*{box-sizing:border-box}html,body{margin:0;width:100%;height:100%;font-family:Inter,Segoe UI,Yu Gothic UI,Meiryo,sans-serif;color:#30394d;background:#f4f6fa;font-size:16px}button,input{font:inherit}button{cursor:pointer;color:inherit;border:1px solid #dae0e9;background:#fff;border-radius:9px;padding:9px 13px;font-size:14px;transition:background .15s,border-color .15s}button:hover{background:#edf1f8;border-color:#a9b5ca}button:focus-visible,input:focus-visible{outline:3px solid #829dcd;outline-offset:4px}button[aria-pressed=true],button.active{background:#303a51;color:#fff;border-color:#303a51}header{height:84px;display:flex;align-items:center;gap:24px;padding:0 32px;border-bottom:1px solid #e1e6ee;background:#fff}.brand{display:flex;gap:12px;align-items:center}.mark{display:grid;place-items:center;width:40px;height:40px;background:#303a51;color:#ffc0d3;border-radius:13px;font-size:24px;font-weight:700}.brand strong{display:block;font-size:20px;letter-spacing:-.5px}.subtitle{display:block;font-size:10px;letter-spacing:2px;margin-top:1px}.header-note{margin-left:auto;font-size:14px;color:#778197}main{display:grid;grid-template-columns:minmax(0,1fr) 340px;height:calc(100dvh - 84px);min-height:520px}#stage{position:relative;min-width:0;overflow:hidden;background:radial-gradient(ellipse at 50% 40%,#fff,#eef1f7 68%,#e6ebf3)}canvas{display:block;width:100%;height:100%;touch-action:none}.stage-label{position:absolute;left:32px;top:28px;pointer-events:none}.eyebrow{font-size:11px;letter-spacing:2px;color:#7a869c}h1{font-size:18px;font-weight:500;margin:9px 0;color:#566179}aside{background:#fff;border-left:1px solid #e1e6ee;overflow-y:auto;padding:6px 24px 18px}fieldset{border:0;margin:0;padding:0;min-width:0}.panel{padding:22px 0;border-bottom:1px solid #edf0f5}.section-heading{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}h2{font-size:15px;margin:0;font-weight:650}.section-heading>span{font-size:12px;color:#a6afbf}.modes{display:grid;grid-template-columns:1fr 1fr;gap:7px}.modes button{padding:10px 5px;font-size:13px}.modes button:first-child{grid-column:1/-1}.range-label,.toggle{display:flex;align-items:center;justify-content:space-between;font-size:14px;margin-bottom:11px}.range-label output{font-variant-numeric:tabular-nums;font-size:13px;color:#7a859b}input[type=range]{width:100%;height:5px;accent-color:#667dba;cursor:pointer;margin:4px 0 20px}input[type=checkbox]{width:32px;height:18px;accent-color:#667dba;cursor:pointer}.toggle{margin:4px 0 0}.hint{font-size:12px;color:#7a859b;line-height:1.6;margin:5px 0 23px}.shape-row{margin-top:9px}.shape-row small{font-size:11px;color:#7d889c;display:block;margin-top:4px}.text-button{border:0;padding:0;background:none;font-size:12px;color:#687da9}footer{font-size:12px;color:#8b94a6;padding-top:20px}.stage-bottom{position:absolute;bottom:22px;left:26px;right:26px;display:flex;justify-content:space-between;gap:16px;pointer-events:none;color:#788398;font-size:12px}.camera-tools{position:absolute;left:50%;bottom:64px;transform:translate(-50%);display:flex;gap:5px;padding:5px;background:#ffffffc9;border:1px solid #e0e5ed;border-radius:14px;box-shadow:0 5px 20px #293b5910}.camera-tools button{border:0;min-width:70px}#loading{position:absolute;inset:0;z-index:5;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:18px;background:#f2f5f9ed}#loading[hidden]{display:none}#load-detail{font-size:14px;color:#7a859b}progress{width:220px;height:5px;accent-color:#667dba}.spinner{width:30px;height:30px;border:2px solid #d4ddea;border-top-color:#667dba;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media(max-width:900px){main{grid-template-columns:minmax(0,1fr) 290px}aside{padding:6px 18px}.stage-bottom{flex-direction:column;gap:3px;font-size:11px}.stage-label{left:22px}header{padding:0 20px}.header-note{display:none}header>button{margin-left:auto}}@media(max-width:620px){main{display:block;height:auto}#stage{height:65dvh;min-height:380px}aside{overflow:visible}header{height:70px}.stage-label h1{font-size:15px}}@media(prefers-reduced-motion:reduce){.spinner{animation:none}}.view-navigation{position:absolute;right:20px;top:18px;display:flex;align-items:center;flex-direction:column;gap:4px}.axis-gizmo{position:relative;width:120px;height:120px;touch-action:none;-webkit-user-select:none;user-select:none;cursor:grab}.axis-gizmo:active{cursor:grabbing}.axis-gizmo svg{position:absolute;inset:0;width:120px;height:120px;pointer-events:none}.axis-button{position:absolute;width:23px;height:23px;padding:0;border-radius:50%;transform:translate(-50%,-50%);border:1.5px solid var(--axis-color);background:var(--axis-color);color:#fff;font-size:11px;font-weight:700;line-height:20px;transition:none}.axis-button.negative{background:#f4f6fa;color:var(--axis-color)}.axis-button:hover{background:var(--axis-color);color:#fff;filter:brightness(1.15);border-color:var(--axis-color)}#projection-toggle{font-size:12px;padding:7px 12px;min-width:94px;background:#fffc}#projection-toggle[aria-pressed=true]{background:#303a51;color:#fff}@media(max-width:620px){.view-navigation{right:8px;top:65px}}
