 :root {--bg: #1a0d2b;--panel: #0e1627;--panel-2: #20272e;--panel-3: #0c1014;--text: #e6eef6;--muted: #b8a4d2;--line: rgba(255, 255, 255, 0.1);--accent: #c026d3;--accent-2: #d8a0ff;--danger: #e85f5c;--radius: 8px;--shadow: 0 18px 40px rgba(0, 0, 0, .32);--font-family: 'Inter', ui-sans-serif, system-ui, Segoe UI, Roboto, Helvetica, Arial;--repeat-gradient: repeating-linear-gradient(0deg, rgba(255, 255, 255, 0.05) 0 1px, transparent 1px 48px);--transition: 0.14s ease;}*, *::before, *::after {box-sizing: border-box;}html, body {min-height: 100%;margin: 0;}body {background: var(--bg);color: var(--text);font-family: var(--font-family);-webkit-font-smoothing: antialiased;}h1, h2, h3, h4 {margin: 0;}p {margin: 0;}* {scrollbar-width: thin;scrollbar-color: var(--panel-2) transparent;}::-webkit-scrollbar {width: 5px;height: 5px;}::-webkit-scrollbar-track {background: transparent;}::-webkit-scrollbar-thumb {background: var(--panel-2);border-radius: 99px;}::-webkit-scrollbar-thumb:hover {background: var(--muted);}.center {width: 100%;margin: 5px auto 10px auto;padding: clamp(20px, 5vw, 40px) clamp(12px, 2vw, 20px);}.about-hero {text-align: center;padding: clamp(5px, 2vw, 10px) clamp(12px, 2vw, 20px);background: var(--repeat-gradient);}.about-hero h1 {font-size: clamp(1.5rem, 4vw, 2rem);margin-bottom: clamp(12px, 2vw, 20px);width: 100%;}.about-hero p {font-size: clamp(0.9rem, 2.5vw, 1.1rem);max-width: 600px;margin: 0 auto clamp(16px, 3vw, 30px);color: var(--muted);}.cta-buttons {display: flex;gap: clamp(12px, 2vw, 16px);justify-content: center;flex-wrap: wrap;}.cta-button {padding: clamp(10px, 1.5vw, 12px) clamp(16px, 2.5vw, 24px);font-size: clamp(1rem, 2vw, 1.1rem);font-weight: 600;color: var(--text);background: var(--accent);border: none;border-radius: 6px;cursor: pointer;transition: background 0.3s ease, transform 0.2s ease;}.cta-button:hover, .cta-button:focus {transform: translateY(-5px);box-shadow: 0 5px 15px var(--glass);}.cta-button.secondary {background: var(--card);border: 1px solid var(--glass);color: var(--text);}button, input, select, textarea {font: inherit;}button {border: 1px solid rgba(88, 196, 107, .4);border-radius: var(--radius);min-height: 38px;padding: 8px 14px;background: var(--accent);color: #07100a;font-weight: 800;cursor: pointer;transition: filter var(--transition), transform var(--transition);white-space: nowrap;}button:hover {filter: brightness(1.08);}button:active {transform: translateY(1px);}.ghost-btn, .icon-btn {background: var(--panel-2);color: var(--text);border-color: var(--line);margin: 0 2px;}.ghost-btn:hover, .icon-btn:hover {filter: brightness(1.12);}.icon-btn {width: 40px;padding: 8px 0;text-align: center;}.full {width: 100%;}input, select, textarea {width: 100%;border: 1px solid var(--line);border-radius: var(--radius);background: var(--panel-2);color: var(--text);padding: 8px 10px;transition: border-color var(--transition), box-shadow var(--transition);}input:focus, select:focus, textarea:focus {outline: none;border-color: var(--accent);box-shadow: 0 0 0 3px rgba(88, 196, 107, .18);}input[type="checkbox"] {width: 16px;height: 16px;accent-color: var(--accent);cursor: pointer;flex-shrink: 0;}input[type="color"] {height: 40px;padding: 3px 4px;cursor: pointer;}input[type="range"] {accent-color: var(--accent);cursor: pointer;padding: 0;height: 4px;}select {cursor: pointer;appearance: none;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath d='M2 4l4 4 4-4' stroke='%239eaca5' stroke-width='1.5' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");background-repeat: no-repeat;background-position: right 10px center;padding-right: 28px;}textarea {min-height: 200px;resize: vertical;font-family: var(--font-mono);font-size: 11.5px;line-height: 1.5;}label {color: var(--muted);display: grid;gap: 5px;font-size: 12.5px;}.shape-app {min-height: calc(100vh - 1px);display: grid;grid-template-columns: minmax(286px, 330px) minmax(420px, 1fr) minmax(280px, 320px);gap: 10px;padding: 10px;}.sidebar {border: 1px solid var(--line);border-radius: var(--radius);background: var(--panel);box-shadow: var(--shadow);overflow-y: auto;padding: 12px;max-height: calc(100vh - 20px);position: sticky;top: 10px;}.brand-panel {display: flex;align-items: center;justify-content: space-between;gap: 10px;margin-bottom: 14px;}.eyebrow {margin: 0 0 3px;text-transform: uppercase;letter-spacing: .08em;color: var(--accent-2);font-size: 10px;font-weight: 900;}h1 {font-size: 20px;letter-spacing: -.01em;}.stat-pill {min-width: 80px;border: 1px solid var(--line);border-radius: var(--radius);background: var(--panel-2);padding: 8px 10px;text-align: center;flex-shrink: 0;}.stat-pill strong {display: block;color: var(--accent-2);font-size: 17px;line-height: 1.2;}.stat-pill span {display: block;color: var(--muted);font-size: 10.5px;}.panel {border: 1px solid var(--line);border-radius: var(--radius);background: rgba(255, 255, 255, .022);margin-bottom: 10px;overflow: clip;}.panel:last-child {margin-bottom: 0;}.panel>summary {cursor: pointer;padding: 10px 12px;font-weight: 800;font-size: 13px;background: rgba(255, 255, 255, .03);user-select: none;list-style: none;display: flex;align-items: center;justify-content: space-between;}.panel>summary::-webkit-details-marker {display: none;}.panel>summary::after {content: "›";font-size: 16px;color: var(--muted);transform: rotate(90deg);display: inline-block;transition: transform var(--transition);}.panel[open]>summary::after {transform: rotate(-90deg);}.panel>summary:hover {background: rgba(255, 255, 255, .045);}.panel> :not(summary) {margin: 10px 12px;}.shape-grid {display: grid;grid-template-columns: repeat(3, minmax(0, 1fr));gap: 6px;}.shape-choice {min-height: 52px;padding: 6px 4px 5px;display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 4px;background: var(--panel-2);border: 1px solid var(--line);border-radius: 6px;color: var(--muted);font-size: 10px;font-weight: 600;cursor: pointer;line-height: 1.15;text-align: center;letter-spacing: .01em;transition: all var(--transition);}.shape-choice svg {width: 19px;height: 19px;flex-shrink: 0;opacity: .65;transition: opacity var(--transition);}.shape-choice:hover {border-color: rgba(88, 196, 107, .4);color: var(--text);background: rgba(88, 196, 107, .07);}.shape-choice:hover svg {opacity: 1;}.shape-choice.active {background: rgba(88, 196, 107, .16);border-color: var(--accent);color: var(--accent-2);box-shadow: 0 0 0 1px rgba(88, 196, 107, .2) inset;}.shape-choice.active svg {opacity: 1;}.field-grid {display: grid;grid-template-columns: repeat(2, minmax(0, 1fr));gap: 9px;}.field-grid.three {grid-template-columns: repeat(3, minmax(0, 1fr));}.field-grid .wide {grid-column: 1 / -1;}.preset-row {display: flex;align-items: center;gap: 5px;flex-wrap: wrap;margin-top: 10px;}.preset-row button {flex: 1 1 44px;min-height: 32px;padding: 5px 4px;font-size: 12px;}.check-row {display: flex;align-items: center;gap: 7px;color: var(--text);font-size: 12.5px;margin-top: 10px;cursor: pointer;}.check-row.inline {margin-top: 0;color: var(--muted);white-space: nowrap;}.swatch-row {display: flex;align-items: center;gap: 9px;margin-top: 4px;}.block-swatch {width: 28px;height: 28px;border-radius: 5px;border: 1px solid var(--line);background: #888;flex-shrink: 0;box-shadow: inset -6px -6px 0 rgba(0, 0, 0, .2), inset 5px 5px 0 rgba(255, 255, 255, .1);}#materialText {font-size: 12.5px;color: var(--muted);}.microcopy {font-size: 11.5px;color: var(--muted);line-height: 1.6;}.workbench {border: 1px solid var(--line);border-radius: var(--radius);background: var(--panel);box-shadow: var(--shadow);display: grid;grid-template-rows: auto minmax(0, 1fr) auto;gap: 8px;padding: 10px;max-height: calc(100vh - 20px);position: sticky;top: 10px;min-width: 0;}.toolbar {display: flex;align-items: center;justify-content: space-between;gap: 8px;flex-wrap: wrap;min-height: 42px;}.toolbar strong {display: block;font-size: 15px;letter-spacing: -.01em;}#shapeHint {color: var(--muted);font-size: 11.5px;}.toolbar-actions {display: flex;align-items: center;gap: 6px;flex-wrap: wrap;margin-left: auto;}.segmented {display: flex;border: 1px solid var(--line);border-radius: var(--radius);overflow: hidden;}.segmented button {border: none;border-radius: 0;background: transparent;color: var(--muted);min-height: 34px;padding: 6px 13px;font-size: 12px;font-weight: 700;}.segmented button+button {border-left: 1px solid var(--line);}.segmented button.active {background: var(--accent);color: #07100a;}.segmented button:hover:not(.active) {background: rgba(255, 255, 255, .06);color: var(--text);filter: none;}.kbd {min-width: 52px;min-height: 38px;border: 1px solid var(--line);border-radius: var(--radius);background: var(--panel-2);padding: 6px 8px;text-align: center;font-weight: 800;font-size: 11.5px;color: var(--text);display: flex;justify-content: center;align-items: center;}.viewer {position: relative;min-height: 0;overflow: hidden;border: 1px solid var(--line);border-radius: var(--radius);background: var(--panel-3);touch-action: none;cursor: grab;}.viewer:active {cursor: grabbing;}#shapeCanvas {display: block;width: 100%;height: 100%;touch-action: none;}.viewer-badge {position: absolute;top: 10px;right: 10px;max-width: calc(100% - 20px);border: 1px solid var(--line);border-radius: var(--radius);background: var(--panel-2);backdrop-filter: blur(6px);padding: 7px 11px;color: var(--text);font-size: 12px;font-weight: 800;line-height: 1.5;pointer-events: none;}.slicer {display: flex;flex-direction: column;align-items: center;gap: 7px;flex-wrap: wrap;min-height: 38px;color: var(--muted);font-size: 12px;}.slicer>span:first-child {font-weight: 700;color: var(--text);white-space: nowrap;}.slicer input[type="range"] {flex: 1 1 120px;}.slicer strong {color: var(--text);font-size: 12px;white-space: nowrap;min-width: 56px;}.layerSlider {display: flex;width: 100%;align-items: center;justify-content: center;}.previewExtra {display: flex;}.download-grid {display: grid;grid-template-columns: repeat(2, minmax(0, 1fr));gap: 7px;}.download-grid button {font-size: 12px;min-height: 36px;padding: 7px 8px;}.summary-list {display: grid;gap: 7px;}.summary-list>div {display: flex;justify-content: space-between;align-items: center;gap: 8px;border-bottom: 1px solid var(--line);padding-bottom: 7px;font-size: 12.5px;}.summary-list>div:last-child {border-bottom: none;padding-bottom: 0;}.summary-list span {color: var(--muted);}.summary-list strong {text-align: right;font-size: 12.5px;}.mobile-tabs {display: none;}.fullscreen {position: fixed !important;inset: 0 !important;z-index: 500 !important;max-height: none !important;border-radius: 0 !important;padding: 8px !important;}.seo-module {width: min(1080px, calc(100vw - 20px));margin: 18px auto 48px;background: var(--panel);border: 1px solid var(--line);border-radius: 12px;overflow: hidden;font-family: var(--font-family);}.seo-hero {padding: 48px 44px 40px;text-align: center;background: linear-gradient(135deg, rgba(88, 196, 107, .08) 0%, transparent 55%);border-bottom: 1px solid var(--line);}.seo-hero h2 {font-size: clamp(1.5rem, 3vw, 2.1rem);font-weight: 800;letter-spacing: -.02em;color: var(--text);margin-bottom: 13px;}.seo-lead {color: var(--muted);font-size: .97rem;max-width: 660px;margin: 0 auto 24px;line-height: 1.75;}.seo-badges {display: flex;gap: 7px;justify-content: center;flex-wrap: wrap;}.seo-badge {display: inline-flex;align-items: center;gap: 5px;background: var(--panel-2);border: 1px solid var(--line);border-radius: 999px;padding: 4px 13px;font-size: 11.5px;color: var(--muted);font-weight: 600;}.seo-badge--accent {color: var(--accent-2);border-color: rgba(88, 196, 107, .35);background: rgba(88, 196, 107, .08);}.seo-section {padding: 36px 44px;border-bottom: 1px solid var(--line);}.seo-section:last-child {border-bottom: none;}.seo-section-title {font-size: .75rem;font-weight: 900;text-transform: uppercase;letter-spacing: .1em;color: var(--accent-2);margin: 0 0 20px;}.seo-shapes {display: grid;grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));gap: 9px;}.seo-shape {display: flex;gap: 10px;align-items: flex-start;padding: 12px;background: rgba(255, 255, 255, .022);border: 1px solid var(--line);border-radius: 8px;transition: border-color var(--transition), background var(--transition);}.seo-shape:hover {border-color: rgba(88, 196, 107, .3);background: rgba(88, 196, 107, .04);}.seo-shape-icon {width: 32px;height: 32px;flex-shrink: 0;border-radius: 7px;background: rgba(88, 196, 107, .1);display: flex;align-items: center;justify-content: center;}.seo-shape-icon svg {width: 16px;height: 16px;color: var(--accent-2);}.seo-shape h4 {font-size: 12.5px;font-weight: 700;color: var(--text);margin-bottom: 3px;}.seo-shape p {font-size: 11.5px;color: var(--muted);line-height: 1.5;}.seo-features {display: grid;grid-template-columns: repeat(auto-fill, minmax(270px, 1fr));gap: 12px;}.seo-feature {display: flex;gap: 13px;align-items: flex-start;padding: 15px;background: rgba(255, 255, 255, .022);border: 1px solid var(--line);border-radius: 8px;transition: border-color var(--transition), background var(--transition);}.seo-feature:hover {border-color: rgba(88, 196, 107, .3);background: rgba(88, 196, 107, .04);}.seo-feature-icon {width: 38px;height: 38px;flex-shrink: 0;border-radius: 8px;background: rgba(88, 196, 107, .1);display: flex;align-items: center;justify-content: center;}.seo-feature-icon svg {width: 18px;height: 18px;color: var(--accent-2);}.seo-feature h4 {font-size: 13px;font-weight: 700;color: var(--text);margin-bottom: 4px;}.seo-feature p {font-size: 12.5px;color: var(--muted);line-height: 1.55;}.seo-steps {display: grid;grid-template-columns: repeat(auto-fill, minmax(175px, 1fr));gap: 10px;}.seo-step {position: relative;overflow: hidden;padding: 15px;background: rgba(255, 255, 255, .022);border: 1px solid var(--line);border-radius: 8px;}.seo-step-num {position: absolute;top: 5px;right: 11px;font-size: 2.8rem;font-weight: 900;line-height: 1;color: rgba(88, 196, 107, .1);pointer-events: none;}.seo-step h4 {font-size: 12.5px;font-weight: 700;color: var(--accent-2);margin-bottom: 5px;}.seo-step p {font-size: 12px;color: var(--muted);line-height: 1.55;}.seo-faq {display: grid;grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));gap: 7px;}.seo-faq-item {background: rgba(255, 255, 255, .022);border: 1px solid var(--line);border-radius: 8px;overflow: hidden;}.seo-faq-item summary {padding: 12px 14px;cursor: pointer;font-size: 13px;font-weight: 700;color: var(--text);list-style: none;display: flex;justify-content: space-between;align-items: center;gap: 10px;user-select: none;transition: background var(--transition);}.seo-faq-item summary::-webkit-details-marker {display: none;}.seo-faq-item summary:hover {background: rgba(255, 255, 255, .04);}.seo-faq-item summary::after {content: "+";font-size: 17px;color: var(--accent-2);flex-shrink: 0;}.seo-faq-item[open] summary::after {content: "−";}.seo-faq-body {padding: 0 14px 13px;font-size: 12.5px;color: var(--muted);line-height: 1.7;}.seo-faq-body code {background: var(--panel-2);border: 1px solid var(--line);border-radius: 4px;padding: 1px 5px;font-family: var(--font-mono);font-size: 11.5px;}@media (max-width: 1160px) {.shape-app {grid-template-columns: minmax(270px, 310px) minmax(360px, 1fr);grid-template-areas: "left main" "right right";align-items: start;}.sidebar-left {grid-area: left;}.workbench {grid-area: main;}.sidebar-right {grid-area: right;max-height: none;position: static;display: grid;grid-template-columns: repeat(3, minmax(0, 1fr));gap: 10px;padding: 10px;}.sidebar-right .panel {margin-bottom: 0;}}@media (max-width: 760px) {.shape-app {display: flex;flex-direction: column;padding: 0 0 54px;min-height: 100dvh;}.workbench {order: 1;width: 100%;}.sidebar {order: 2;}.sidebar {display: none;max-height: none;position: static;border-radius: 0;border-left: 0;border-right: 0;width: 100%;box-shadow: none;}.shape-app[data-mobile-tab="controls"] .sidebar-left {display: block;}.shape-app[data-mobile-tab="extras"] .sidebar-right {display: block;}.sidebar-right {grid-template-columns: 1fr !important;}.workbench {display: grid !important;max-height: none;position: static;min-height: 70vh;height: 50vh;border-radius: 0;border-left: 0;border-right: 0;border-top: 0;box-shadow: none;padding: 8px;flex-shrink: 0;}.mobile-tabs {position: fixed;left: 0;right: 0;bottom: 0;z-index: 550;display: flex;background: var(--panel);border-top: 1px solid var(--line);box-shadow: 0 -4px 16px rgba(0, 0, 0, .3);}.mobile-tabs button {flex: 1;border-radius: 0;border: none;background: transparent;color: var(--muted);font-size: 12px;font-weight: 700;min-height: 50px;padding: 8px 4px;}.mobile-tabs button+button {border-left: 1px solid var(--line);}.mobile-tabs button.active {background: var(--accent);color: #07100a;}.mobile-tabs button:hover:not(.active) {filter: brightness(1.1);}.field-grid, .field-grid.three {grid-template-columns: 1fr 1fr;}.shape-grid {grid-template-columns: repeat(3, minmax(0, 1fr));}.toolbar {flex-wrap: wrap;flex-direction: column;align-items: center;justify-content: center;}.toolbar-actions {flex-wrap: wrap;gap: 5px;align-items: center;justify-content: center;}.preview-tools {width: 100%;}.slicer {gap: 5px;}.fullscreen {height: 100dvh !important;width: 100vw !important;z-index: 9999 !important;}.seo-module {width: 100%;border-radius: 0;border-left: none;border-right: none;margin: 14px 0 0;}.seo-hero {padding: 28px 16px 22px;}.seo-section {padding: 22px 16px;}.seo-shapes, .seo-features {grid-template-columns: 1fr;}.seo-steps {grid-template-columns: 1fr 1fr;}.seo-faq {grid-template-columns: 1fr;}}@media (max-width: 480px) {.field-grid, .field-grid.three {grid-template-columns: 1fr;}.shape-grid {grid-template-columns: repeat(2, minmax(0, 1fr));}.seo-steps {grid-template-columns: 1fr;}.download-grid {grid-template-columns: 1fr;}}.preview-tools {display: flex;align-items: center;justify-content: space-around;}.site-header.hidden-when-maximized {display: none !important;}.site-header {transition: all 0.25s ease-in-out;}.shape-maximized .workbench {height: 100vh !important;max-height: 100vh !important;}