.brutalist-template{--theme-accent-color: #000000;--theme-accent-hover: #1a1a1a;--theme-panel-bg: #f5f5f0;--theme-panel-border: #000000;--theme-text-primary: #000000;--theme-text-secondary: rgba(0, 0, 0, .55);--theme-text-on-accent: #f5f5f0;--theme-font-family: "JetBrains Mono", monospace;--theme-radius-sm: 0;--theme-radius-md: 0;--theme-radius-lg: 0;--theme-shadow: 6px 6px 0 #000;--selector-image-size: 8rem;--selector-image-size-small: 4rem;--selector-button-min-width: 8rem;--selector-button-padding: .5rem;--selector-label-size: .75rem;font-family:var(--theme-font-family);color:var(--theme-text-primary);background:var(--theme-panel-bg);min-height:100vh;width:100%}.brutalist-template .br-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;border-bottom:2px solid var(--theme-panel-border);font-size:.75rem;text-transform:uppercase}@media(min-width:1024px){.brutalist-template .br-header{padding:.875rem 2rem}}.brutalist-template .br-header-left{display:flex;align-items:center;gap:1rem}.brutalist-template .br-brand{display:inline-flex;align-items:center}.brutalist-template .br-brand-text{font-family:Archivo,sans-serif;font-weight:800;font-size:1.5rem;letter-spacing:-.02em}.brutalist-template .br-version,.brutalist-template .br-status,.brutalist-template .br-clock{color:var(--theme-text-secondary);font-size:.7rem}.brutalist-template .br-header-right{display:flex;align-items:center;gap:1rem}.brutalist-template .br-clock{display:none}@media(min-width:640px){.brutalist-template .br-clock{display:inline}}.brutalist-template .br-grid{display:grid;grid-template-columns:1fr}@media(min-width:1024px){.brutalist-template .br-grid{grid-template-columns:220px 1fr 320px;min-height:calc(100vh - 50px)}}.brutalist-template .br-tabs{display:flex;flex-direction:row;overflow-x:auto;border-bottom:2px solid var(--theme-panel-border);order:2}@media(min-width:1024px){.brutalist-template .br-tabs{flex-direction:column;overflow-x:visible;border-right:2px solid var(--theme-panel-border);border-bottom:none;order:0}}.brutalist-template .br-tab{display:flex;align-items:center;gap:.625rem;padding:1rem 1.25rem;min-height:44px;min-width:max-content;background:transparent;border:none;border-right:2px solid var(--theme-panel-border);text-align:left;cursor:pointer;color:var(--theme-text-primary);flex-direction:row;transition:background .1s}@media(min-width:1024px){.brutalist-template .br-tab{border-right:none;border-bottom:2px solid var(--theme-panel-border);padding:1.5rem 1.25rem}}.brutalist-template .br-tab:hover{background:#0000000d}.brutalist-template .br-tab-active{background:var(--theme-text-primary)!important;color:var(--theme-text-on-accent)}.brutalist-template .br-tab-active .br-tab-num{color:#f5f5f099}.brutalist-template .br-tab-num{font-size:.65rem;color:var(--theme-text-secondary);min-width:1.75rem}.brutalist-template .br-tab-label{font-family:Archivo,sans-serif;font-weight:800;font-size:1.1rem;text-transform:uppercase;letter-spacing:-.02em;flex:1}.brutalist-template .br-tab-icon{opacity:.5}.brutalist-template .br-stage{position:sticky;top:0;z-index:30;background:var(--theme-panel-bg);display:flex;flex-direction:column;order:1;background-image:linear-gradient(var(--theme-panel-border) 1px,transparent 1px),linear-gradient(90deg,var(--theme-panel-border) 1px,transparent 1px);background-position:0 50%,50% 0;background-size:100% 100%,100% 100%;background-repeat:no-repeat;border-bottom:2px solid var(--theme-panel-border)}@media(min-width:1024px){.brutalist-template .br-stage{position:relative;border-bottom:none;border-right:2px solid var(--theme-panel-border);order:0}}.brutalist-template .br-canvas-wrap{flex:1;height:45vh;overflow:hidden}@media(min-width:1024px){.brutalist-template .br-canvas-wrap{height:auto;min-height:500px}}.brutalist-template .br-stage-corner{position:absolute;font-size:.65rem;font-family:JetBrains Mono,monospace;color:var(--theme-text-secondary);padding:.5rem .625rem;z-index:10;pointer-events:none;text-transform:uppercase}.brutalist-template .br-tl{top:0;left:0}.brutalist-template .br-tr{top:0;right:0}.brutalist-template .br-bl{bottom:3rem;left:0}.brutalist-template .br-br{bottom:3rem;right:0}.brutalist-template .br-stage-controls{display:flex;justify-content:center;padding:.5rem;border-top:2px solid var(--theme-panel-border);background:var(--theme-panel-bg);z-index:5}.brutalist-template .br-mini-btn{font-family:JetBrains Mono,monospace;font-size:.7rem;padding:.625rem 1rem;min-height:44px;background:transparent;border:2px solid var(--theme-panel-border);color:var(--theme-text-primary);text-transform:uppercase;cursor:pointer}.brutalist-template .br-mini-btn:hover{background:var(--theme-text-primary);color:var(--theme-text-on-accent)}.brutalist-template .br-loading{display:flex;gap:.5rem;font-size:.875rem;color:var(--theme-text-primary)}.brutalist-template .br-cursor{animation:svelte-1lon0by-br-blink 1s step-start infinite}@keyframes svelte-1lon0by-br-blink{50%{opacity:0}}.brutalist-template .br-side{display:flex;flex-direction:column;padding:1rem;gap:1rem;order:3}@media(min-width:1024px){.brutalist-template .br-side{padding:1.5rem;order:0;max-height:calc(100vh - 50px);overflow-y:auto}}.brutalist-template .br-side-label{font-size:.65rem;text-transform:uppercase;color:var(--theme-text-secondary);margin-bottom:.5rem}.brutalist-template .br-side-section{flex:1;min-height:200px}.brutalist-template .br-empty{padding:1rem;font-size:.75rem;color:var(--theme-text-secondary);border:2px dashed var(--theme-panel-border)}.brutalist-template .br-log-body{font-size:.7rem;line-height:1.6;padding:.75rem;border:2px solid var(--theme-panel-border);background:#00000008}.brutalist-template .br-log-cursor{margin-top:.5rem;opacity:.5}.brutalist-template .br-cta{font-family:Archivo,sans-serif;font-weight:800;font-size:1.25rem;letter-spacing:-.02em;text-transform:uppercase;padding:1rem;min-height:44px;background:var(--theme-text-primary);color:var(--theme-text-on-accent);border:2px solid var(--theme-panel-border);box-shadow:6px 6px 0 var(--theme-panel-border);cursor:pointer;transition:transform .1s,box-shadow .1s}.brutalist-template .br-cta:hover{transform:translate(2px,2px);box-shadow:4px 4px 0 var(--theme-panel-border)}.brutalist-template .br-cta:active{transform:translate(6px,6px);box-shadow:0 0 0 var(--theme-panel-border)}.brutalist-template .br-fine{font-size:.6rem;color:var(--theme-text-secondary);text-transform:uppercase;margin:0;text-align:center}.brutalist-template .text-button.with-image-above,.brutalist-template .text-button.image-only,.brutalist-template .shape-button.with-image-above,.brutalist-template .shape-button.image-only,.brutalist-template .size-button.with-image-above,.brutalist-template .size-button.image-only{border:2px solid var(--theme-panel-border)!important;background:transparent;border-radius:0!important;padding:.5rem!important;margin-right:.5rem}.brutalist-template .text-button.selected,.brutalist-template .shape-button.selected,.brutalist-template .size-button.selected{background:var(--theme-text-primary)!important;color:var(--theme-text-on-accent)!important}
