:root{color-scheme:dark}*{box-sizing:border-box}body,html{margin:0;padding:0;width:100%;height:100%;font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background:#0b1220;color:#e2e8f0}main{width:100%;height:100vh}.app-shell{display:grid;grid-template-columns:300px 1fr;height:100%}.sidebar{border-right:1px solid #1f2a44;background:#121a2b;padding:1rem;display:flex;flex-direction:column;gap:1rem;overflow-y:auto}.sidebar h1{margin:0;font-size:1.15rem}.panel-section{border:1px solid #263554;border-radius:10px;padding:.75rem;display:grid;grid-gap:.55rem;gap:.55rem}.panel-title{margin:0;font-size:.92rem;color:#dbe5fb}.panel-text{margin:0;color:#9aa8c4;font-size:.86rem;line-height:1.35}.palette{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:.5rem;gap:.5rem}.swatch{width:100%;aspect-ratio:1;border-radius:10px;border:2px solid transparent;cursor:pointer}.swatch.active{border-color:#f8fafc}.stats{gap:.45rem;color:#c8d2e8;font-size:.92rem}.dsl-panel{gap:.5rem}.ui-input{width:100%;background:#0f1729;padding:.5rem .6rem}.ui-button,.ui-input{border:1px solid #304269;border-radius:8px;color:#e2e8f0;font-size:.9rem}.ui-button{background:#1a2742;padding:.45rem .6rem;cursor:pointer}.ui-button:disabled{opacity:.55;cursor:not-allowed}.history-actions{display:grid;grid-template-columns:1fr 1fr;grid-gap:.5rem;gap:.5rem}.popup-notification{position:fixed;right:14px;top:14px;z-index:60;min-width:240px;max-width:420px;display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.55rem .7rem;border-radius:10px;border:1px solid #3b4f79;background:rgba(15,23,41,.96);color:#dbeafe;box-shadow:0 14px 28px rgba(2,6,23,.5)}.popup-notification button{border:1px solid #3b4f79;border-radius:6px;background:#1b2742;color:#dbeafe;cursor:pointer;width:24px;height:24px;line-height:1;padding:0}.canvas-wrap{position:relative}.tip{position:absolute;left:12px;bottom:12px;margin:0;padding:.45rem .65rem;font-size:.82rem;color:#d2dcf4;border:1px solid #304269;border-radius:8px;background:rgba(11,18,32,.7);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.context-menu{position:fixed;z-index:30;display:grid;grid-gap:.35rem;gap:.35rem;min-width:220px;padding:.45rem;border:1px solid #304269;border-radius:10px;background:rgba(11,18,32,.95);box-shadow:0 12px 28px rgba(2,6,23,.45)}.context-menu button{width:100%;text-align:left;border:1px solid #304269;border-radius:8px;background:#182338;color:#e2e8f0;padding:.45rem .55rem;font-size:.86rem;cursor:pointer}.context-menu button:hover:not(:disabled){border-color:#4b669d;background:#213152}.context-menu button:disabled{opacity:.5;cursor:not-allowed}@media (max-width:880px){.app-shell{grid-template-columns:1fr;grid-template-rows:auto 1fr}.sidebar{border-right:none;border-bottom:1px solid #1f2a44}}