html,body{color:#191c1e;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f7f9fb;height:100%;margin:0;padding:0;font-family:Geist,Space Grotesk,sans-serif}*{box-sizing:border-box}@keyframes vspin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}input[type=range]{-webkit-appearance:none;appearance:none;cursor:pointer;background:0 0}input[type=range]::-webkit-slider-runnable-track{background:#d8dadc;border-radius:2px;height:3px}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#416354;border:3px solid #fff;border-radius:50%;width:14px;height:14px;margin-top:-5.5px;box-shadow:0 0 0 1px #c1c8c3}input[type=range]:hover::-webkit-slider-thumb{background:#4f7a67;box-shadow:0 0 0 3px #4163542e}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:#d8dadc;border:2px solid #f7f9fb;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#c1c8c3}::-webkit-scrollbar-track{background:0 0}.skip-link{z-index:999;color:#fff;background:#416354;border-radius:0 0 8px 8px;padding:8px 16px;font-size:13px;font-weight:600;text-decoration:none;transition:top .2s;position:absolute;top:-100px;left:16px}.skip-link:focus{top:0}:focus-visible{outline-offset:2px;outline:2px solid #416354}:focus:not(:focus-visible){outline:none}.app-layout{flex-direction:row;height:100vh;display:flex;overflow:hidden}.panel-left{z-index:51;background:#fff;border-right:1px solid #e0e3e5;flex-direction:column;flex:0 0 296px;width:296px;min-height:0;transition:transform .25s;display:flex}.panel-right{z-index:51;background:#fff;border-left:1px solid #e0e3e5;flex-direction:column;flex:0 0 224px;width:224px;min-height:0;transition:transform .25s;display:flex}.panel-main{flex-direction:column;flex:1;min-width:0;min-height:0;display:flex}.mobile-header,.panel-backdrop{display:none}@media (max-width:1024px){.panel-right{position:fixed;top:0;bottom:0;right:0;transform:translate(100%);box-shadow:-4px 0 20px #00000014}.panel-right.open{transform:translate(0)}.panel-backdrop.visible{z-index:49;background:#0000004d;animation:.2s fadeIn;display:block;position:fixed;top:0;bottom:0;left:0;right:0}}@media (max-width:768px){.app-layout{flex-direction:column}.mobile-header{z-index:60;background:#fff;border-bottom:1px solid #e0e3e5;flex:none;align-items:center;gap:8px;padding:10px 14px;display:flex}.panel-left{flex:none;width:min(296px,85vw);position:fixed;top:0;bottom:0;left:0;transform:translate(-100%);box-shadow:4px 0 20px #00000014}.panel-left.open{transform:translate(0)}.panel-right{width:min(224px,80vw)}.panel-backdrop.visible{z-index:49;background:#0000004d;animation:.2s fadeIn;display:block;position:fixed;top:0;bottom:0;left:0;right:0}.status-bar{flex-wrap:wrap;gap:8px!important}.status-bar .stat-group{display:none}.preview-toolbar{flex-wrap:wrap;gap:6px!important;padding:8px 10px!important}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
