:root{--font-sans: "Inter", system-ui, sans-serif;--text-xs: 12px;--text-sm: 14px;--text-md: 16px;--text-lg: 18px;--text-xl: 20px;--weight-regular: 400;--weight-medium: 500;--weight-semibold: 600;--color-bg: #f4f4f4;--color-surface: #ffffff;--color-surface-muted: #f7f7f7;--color-border: #e5e5e5;--color-text: #1e1e1e;--color-text-muted: #7a7a7a;--color-accent: #111111;--color-accent-contrast: #ffffff;--color-accent-soft: #ededed;--radius-lg: 16px;--radius-md: 12px;--radius-sm: 10px;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-7: 32px;--space-8: 40px;--shadow-soft: 0 1px 2px rgba(0, 0, 0, .04)}*{box-sizing:border-box;outline:none}html{scrollbar-gutter:stable}body{margin:0;min-height:100vh;font-family:var(--font-sans);background:var(--color-bg);color:var(--color-text);overflow-y:scroll}a{color:inherit;text-decoration:none}button,input{font-family:inherit}img{display:block;max-width:100%}.color-card{border-radius:var(--radius-md);padding:var(--space-4);background:#f4f4f4;position:relative}.color-card__header{display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:var(--weight-regular);color:#9a9a9a;position:relative}.color-card__meta{font-size:var(--text-xs);color:var(--color-text-muted)}.color-card__title{font-size:inherit;font-weight:inherit}.color-card__actions{display:inline-flex;align-items:center;gap:var(--space-2)}.color-card__menu{position:relative;display:inline-flex;align-items:center}.color-card--collapsed .color-card__section{display:none}.icon-button{border:none;background:transparent;padding:0;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.color-card__icon{width:16px;height:16px;display:block}.color-card__section{margin-top:var(--space-3);display:flex;flex-direction:column;gap:var(--space-2)}.color-card__section--settings{gap:8px}.dropdown{position:relative}.dropdown__menu{position:absolute;top:calc(100% + 8px);min-width:160px;padding:6px;border-radius:12px;background:#fff;box-shadow:0 16px 32px #00000029;border:1px solid rgba(0,0,0,.08);z-index:20}.dropdown__menu--right{right:0}.dropdown__menu--left{left:0}.dropdown-list{display:grid;gap:2px}.dropdown-list__item{border:none;background:transparent;font-size:var(--text-sm);padding:8px 10px;text-align:left;border-radius:8px;color:var(--color-text);cursor:pointer}.dropdown-list__item:hover{background:#f1f1f1}.dropdown-list__item--danger{color:#b42318}.color-card__popover{position:absolute;top:calc(100% + 8px);right:0;width:240px;padding:12px;border-radius:12px;background:#fff;box-shadow:0 18px 36px #0000002e;border:1px solid rgba(0,0,0,.08);display:grid;gap:10px;z-index:25}.color-card__popover-title{font-size:var(--text-sm);color:var(--color-text)}.color-card__popover-input{width:100%}.color-card__popover .text-input{border:1px solid var(--color-border)}.color-card__popover-actions{display:flex;justify-content:flex-end;gap:8px}.popover-action{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;padding:0;cursor:pointer}.popover-action--confirm{border:none;background:var(--color-accent);color:var(--color-accent-contrast)}.popover-action--cancel{border:1px solid var(--color-border);background:transparent;color:var(--color-text)}.color-card__row{display:flex;align-items:center;gap:var(--space-2);height:32px}.color-chip{flex:0 0 32px;width:32px;height:32px;border-radius:var(--radius-sm);background:var(--color-accent-soft);border:1px solid var(--color-border)}.color-chip-popover{position:relative;display:inline-flex;align-items:center}.color-chip--interactive{display:inline-flex;align-items:center;justify-content:center;padding:0;cursor:pointer;border:1px solid var(--color-border);appearance:none;outline:none}.color-picker{position:absolute;left:0;top:calc(100% + 10px);width:260px;padding:12px;border-radius:16px;background:#fff;box-shadow:0 16px 32px #0003;border:1px solid rgba(0,0,0,.08);display:grid;gap:12px;z-index:20}.color-picker__sv{position:relative;width:100%;aspect-ratio:1/1;border-radius:12px;cursor:crosshair;overflow:hidden;background:linear-gradient(to top,#000,#0000),linear-gradient(to right,#fff,#fff0),var(--picker-hue, #ff0000)}.color-picker__sv-handle{position:absolute;width:14px;height:14px;border-radius:999px;border:2px solid #ffffff;box-shadow:0 4px 10px #00000059;transform:translate(-50%,-50%);pointer-events:none}.color-picker__sliders{display:grid;gap:10px}.color-picker__hue{height:10px}.color-picker__hue::-webkit-slider-thumb{width:16px;height:16px;border-radius:999px;border:2px solid #ffffff;background:#fff;box-shadow:0 4px 10px #0000004d}.color-picker__hue::-moz-range-thumb{width:16px;height:16px;border-radius:999px;border:2px solid #ffffff;background:#fff;box-shadow:0 4px 10px #0000004d}.color-values{display:grid;grid-template-columns:80px repeat(3,minmax(0,1fr));gap:2px}.color-sliders{display:grid;gap:var(--space-2)}.color-slider{display:flex;align-items:center;gap:var(--space-2)}.color-slider__label{width:16px;text-align:center;font-size:var(--text-xs);color:var(--color-text-muted)}.settings-row{display:flex;align-items:center;justify-content:space-between;font-size:var(--text-sm);height:28px}.settings-label{display:inline-flex;align-items:center;gap:6px}.settings-row+.settings-row{margin-top:0}.settings-input{width:64px;min-width:64px;max-width:64px;flex:0 0 64px;height:28px;text-align:left;padding-left:8px}.select-input.settings-input{height:28px;padding:4px 28px 4px 8px}.tooltip{position:relative;display:inline-flex;align-items:center}.tooltip__trigger{display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;background:transparent;cursor:help}.tooltip__icon{width:16px;height:16px;background-color:#9a9a9a;mask:url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_151_1810)'%3e%3cpath%20d='M6%2011C8.76142%2011%2011%208.76142%2011%206C11%203.23858%208.76142%201%206%201C3.23858%201%201%203.23858%201%206C1%208.76142%203.23858%2011%206%2011Z'%20stroke='%239A9A9A'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6%208V6'%20stroke='%239A9A9A'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6%204H6.005'%20stroke='%239A9A9A'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_151_1810'%3e%3crect%20width='12'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_151_1810)'%3e%3cpath%20d='M6%2011C8.76142%2011%2011%208.76142%2011%206C11%203.23858%208.76142%201%206%201C3.23858%201%201%203.23858%201%206C1%208.76142%203.23858%2011%206%2011Z'%20stroke='%239A9A9A'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6%208V6'%20stroke='%239A9A9A'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M6%204H6.005'%20stroke='%239A9A9A'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_151_1810'%3e%3crect%20width='12'%20height='12'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e") center/contain no-repeat;transition:background-color .15s ease}.tooltip__content{position:fixed;padding:6px 8px;border-radius:6px;background:#000;color:#fff;font-size:12px;line-height:1.2;text-align:center;white-space:nowrap;width:max-content;max-width:none;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .15s ease,visibility .15s ease;z-index:50}.tooltip__content--visible,.tooltip:hover .tooltip__content{opacity:1;visibility:visible}.tooltip:hover .tooltip__icon{background-color:#626262}.app-shell{height:100vh;width:100%;background:var(--color-bg)}.app-frame{display:flex;flex-direction:column;height:100%;gap:1px;background:var(--color-bg)}.top-nav{display:flex;align-items:center;justify-content:space-between;padding:var(--space-4) var(--space-4);background:var(--color-surface);border-radius:var(--radius-lg)}.top-nav__brand{display:flex;align-items:center;gap:var(--space-8)}.brand-mark{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:var(--radius-md);background:var(--color-accent);color:var(--color-accent-contrast);font-weight:var(--weight-semibold);font-size:var(--text-sm)}.brand-name{font-size:var(--text-lg);font-weight:var(--weight-semibold);letter-spacing:-.02em}.top-nav__links{display:flex;align-items:center;gap:var(--space-6);font-size:var(--text-sm);color:var(--color-text-muted)}.top-nav__links a.is-active{color:var(--color-text)}.top-nav__actions{display:flex;align-items:center;gap:var(--space-3)}@media(max-width:1024px){.top-nav{flex-direction:column;align-items:flex-start;gap:var(--space-3)}.top-nav__links{flex-wrap:wrap;gap:var(--space-4)}}@media(max-width:640px){.top-nav{padding:var(--space-3) var(--space-4)}}.workspace{display:flex;flex:1;min-height:0;gap:1px;background:var(--color-bg)}.sidebar{display:flex;flex-direction:column;width:320px;min-height:0;gap:1px}@media(max-width:1024px){.workspace{flex-direction:column}.sidebar{width:100%}}.panel{background:var(--color-surface);border-radius:var(--radius-lg);padding:var(--space-4)}.controls-panel{display:flex;flex-direction:column;width:100%;min-height:0;flex:1}.controls-panel__content{margin-top:var(--space-4);display:flex;flex-direction:column;gap:var(--space-1);flex:1;min-height:0}.controls-panel__scroll{position:relative;flex:1;min-height:0}.controls-panel__scrollarea{height:100%;overflow-y:auto;display:flex;flex-direction:column;gap:var(--space-1);scrollbar-width:none}.controls-panel__scrollarea::-webkit-scrollbar{width:0;height:0}.controls-panel__empty{padding:var(--space-4);border-radius:var(--radius-md);background:var(--color-surface);border:1px dashed var(--color-border);display:grid;gap:6px}.controls-panel__empty-title{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-text)}.controls-panel__empty-text{margin:0;font-size:var(--text-xs);color:var(--color-text-muted)}.controls-panel__footer{margin-top:auto;padding-top:var(--space-4);position:sticky;bottom:0;background:var(--color-surface)}.controls-panel__scrollbar{position:absolute;top:0;right:calc(4px - var(--space-4));bottom:0;width:4px;pointer-events:none}.controls-panel__title,.palette-panel__title,.config-panel__title{font-size:var(--text-sm);color:var(--color-text-muted)}.config-panel{display:flex;flex-direction:column;gap:var(--space-4)}.config-panel__actions{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-2)}.export-dropdown .dropdown__menu{top:auto;bottom:calc(100% + 8px)}.scrollbar__thumb{position:absolute;right:0;width:100%;border-radius:999px;background:#0000002e}.palette-panel{display:flex;flex-direction:column;flex:1;min-width:0;min-height:0}.palette-panel__content{margin-top:var(--space-4);flex:1;min-height:0;display:flex;flex-direction:column}.palette-panel__scroll{position:relative;flex:1;min-height:0}.palette-panel__scrollarea{height:100%;overflow-y:auto;display:flex;flex-direction:column;gap:var(--space-4);scrollbar-width:none}.palette-panel__scrollarea::-webkit-scrollbar{width:0;height:0}.palette-panel__scrollbar{position:absolute;top:0;right:calc(4px - var(--space-4));bottom:0;width:4px;pointer-events:none}.palette-empty{margin:var(--space-4) 0 0;font-size:var(--text-sm);color:var(--color-text-muted)}.palette-preview-block{display:flex;flex-direction:column;gap:var(--space-2);position:relative}.palette-preview{margin-top:0;padding:var(--space-4);border-radius:var(--radius-lg);background:var(--color-surface-muted)}.palette-preview__header{display:flex;align-items:center;gap:var(--space-3)}.palette-preview__actions{margin-left:auto;display:flex;align-items:center}.palette-preview__icon-button{width:32px;height:32px;padding:0;border:none;background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer}.palette-preview__icon{width:16px;height:16px;background-color:#9a9a9a;mask:center/contain no-repeat;-webkit-mask:center/contain no-repeat}.palette-preview__icon--copy{mask-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_147_1802)'%3e%3cpath%20d='M13.3333%206H7.33333C6.59695%206%206%206.59695%206%207.33333V13.3333C6%2014.0697%206.59695%2014.6667%207.33333%2014.6667H13.3333C14.0697%2014.6667%2014.6667%2014.0697%2014.6667%2013.3333V7.33333C14.6667%206.59695%2014.0697%206%2013.3333%206Z'%20stroke='%239A9A9A'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M3.3335%2010H2.66683C2.31321%2010%201.97407%209.85956%201.72402%209.60952C1.47397%209.35947%201.3335%209.02033%201.3335%208.66671V2.66671C1.3335%202.31309%201.47397%201.97395%201.72402%201.7239C1.97407%201.47385%202.31321%201.33337%202.66683%201.33337H8.66683C9.02045%201.33337%209.35959%201.47385%209.60964%201.7239C9.85969%201.97395%2010.0002%202.31309%2010.0002%202.66671V3.33337'%20stroke='%239A9A9A'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_147_1802'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_147_1802)'%3e%3cpath%20d='M13.3333%206H7.33333C6.59695%206%206%206.59695%206%207.33333V13.3333C6%2014.0697%206.59695%2014.6667%207.33333%2014.6667H13.3333C14.0697%2014.6667%2014.6667%2014.0697%2014.6667%2013.3333V7.33333C14.6667%206.59695%2014.0697%206%2013.3333%206Z'%20stroke='%239A9A9A'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M3.3335%2010H2.66683C2.31321%2010%201.97407%209.85956%201.72402%209.60952C1.47397%209.35947%201.3335%209.02033%201.3335%208.66671V2.66671C1.3335%202.31309%201.47397%201.97395%201.72402%201.7239C1.97407%201.47385%202.31321%201.33337%202.66683%201.33337H8.66683C9.02045%201.33337%209.35959%201.47385%209.60964%201.7239C9.85969%201.97395%2010.0002%202.31309%2010.0002%202.66671V3.33337'%20stroke='%239A9A9A'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_147_1802'%3e%3crect%20width='16'%20height='16'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}.palette-preview__icon--download{mask-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14%2010V12.6667C14%2013.0203%2013.8595%2013.3594%2013.6095%2013.6095C13.3594%2013.8595%2013.0203%2014%2012.6667%2014H3.33333C2.97971%2014%202.64057%2013.8595%202.39052%2013.6095C2.14048%2013.3594%202%2013.0203%202%2012.6667V10'%20stroke='%239A9A9A'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M4.6665%206.66663L7.99984%209.99996L11.3332%206.66663'%20stroke='%239A9A9A'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M8%2010V2'%20stroke='%239A9A9A'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M14%2010V12.6667C14%2013.0203%2013.8595%2013.3594%2013.6095%2013.6095C13.3594%2013.8595%2013.0203%2014%2012.6667%2014H3.33333C2.97971%2014%202.64057%2013.8595%202.39052%2013.6095C2.14048%2013.3594%202%2013.0203%202%2012.6667V10'%20stroke='%239A9A9A'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M4.6665%206.66663L7.99984%209.99996L11.3332%206.66663'%20stroke='%239A9A9A'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M8%2010V2'%20stroke='%239A9A9A'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.palette-preview__icon--add{mask-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8%203.33337V12.6667'%20stroke='%239A9A9A'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M3.3335%208H12.6668'%20stroke='%239A9A9A'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8%203.33337V12.6667'%20stroke='%239A9A9A'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M3.3335%208H12.6668'%20stroke='%239A9A9A'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.palette-preview__icon--check{mask-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.3332%204L5.99984%2011.3333L2.6665%208'%20stroke='%239A9A9A'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13.3332%204L5.99984%2011.3333L2.6665%208'%20stroke='%239A9A9A'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.palette-preview__icon-button:hover .palette-preview__icon{background-color:#626262}.palette-preview__icon--cancel{mask-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%204L4%2012'%20stroke='%239A9A9A'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M4%204L12%2012'%20stroke='%239A9A9A'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");-webkit-mask-image:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%204L4%2012'%20stroke='%239A9A9A'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3cpath%20d='M4%204L12%2012'%20stroke='%239A9A9A'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}.palette-preview-list{margin-top:0;display:grid;gap:var(--space-2)}.palette-title{font-size:var(--text-sm);font-weight:var(--weight-medium)}.palette-title--muted{font-size:13px;font-weight:400;color:#9a9a9a}.palette-grid{margin-top:var(--space-4);display:grid;grid-template-columns:repeat(11,minmax(0,1fr));gap:var(--space-2)}.palette-preview__subsection{margin-top:var(--space-3)}.palette-grid--transparent{margin-top:var(--space-2)}.palette-swatch{display:flex;flex-direction:column;gap:var(--space-2);padding:var(--space-2);border-radius:12px;background:#fff;cursor:pointer}.palette-swatch__label-row{display:flex;align-items:center;justify-content:space-between;gap:8px}.palette-swatch__edit{width:24px;height:24px;border:none;border-radius:4px;background:transparent;display:grid;place-items:center;cursor:pointer;opacity:0;pointer-events:none;transition:opacity .15s ease}.palette-swatch--transparent:hover .palette-swatch__edit{opacity:1;pointer-events:auto}.palette-swatch__edit img{width:16px;height:16px;display:block}.palette-preview__popover{position:absolute;padding:12px;border-radius:12px;background:#fff;box-shadow:0 18px 36px #0000002e;border:1px solid rgba(0,0,0,.08);display:grid;gap:10px;z-index:25}.palette-preview__input{position:relative}.palette-preview__popover-input{padding-right:28px}.palette-preview__popover .text-input{border:1px solid var(--color-border)}.palette-preview__percent{position:absolute;right:10px;top:50%;transform:translateY(-50%);font-size:var(--text-sm);color:#9a9a9a}.palette-preview__popover-input{width:100%}.palette-preview__popover-actions{display:flex;justify-content:flex-end;gap:8px}.palette-swatch__color{height:80px;border-radius:10px;border:1px solid rgba(0,0,0,.04)}.palette-swatch__label,.palette-swatch__value{font-size:var(--text-sm)}.palette-swatch__label{color:#000}.palette-swatch__value{color:#9a9a9a}.palette-swatch__text{display:flex;flex-direction:column;gap:2px}@media(max-width:1300px){.palette-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}}@media(max-width:1024px){.palette-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}}@media(max-width:640px){.palette-grid{grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}}.snackbar{position:fixed;left:50%;bottom:32px;transform:translate(-50%);background:#000;color:#fff;padding:10px 16px;border-radius:999px;font-size:var(--text-sm);z-index:50}.button{border:none;cursor:pointer;border-radius:999px;padding:10px 20px;font-size:var(--text-sm);font-weight:var(--weight-medium);background:var(--color-accent-soft);color:var(--color-text);transition:background .2s ease;outline:none}.button:hover{background:#e2e2e2}.button--primary{background:var(--color-accent);color:var(--color-accent-contrast)}.button--primary:hover{background:#000}.button--full{width:100%}.button--compact{padding:6px 16px;font-size:var(--text-xs)}.text-input{flex:1;min-width:0;width:100%;height:32px;padding:8px;border-radius:var(--radius-sm);border:0px;font-size:var(--text-sm);color:var(--color-text);background:var(--color-surface);outline:none}.text-input[type=number]{appearance:textfield}.text-input[type=number]::-webkit-outer-spin-button,.text-input[type=number]::-webkit-inner-spin-button{appearance:none;margin:0}.text-input::placeholder{color:var(--color-text-muted)}.select-input{width:100%;height:32px;padding:6px 32px 6px 10px;border-radius:var(--radius-sm);border:0px;font-size:var(--text-sm);color:var(--color-text);background:var(--color-surface);appearance:none;background-image:url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3%204.5L6%207.5L9%204.5'%20stroke='%239A9A9A'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");background-position:calc(100% - 10px) 50%;background-size:16px 16px;background-repeat:no-repeat;outline:none}.range-input{width:100%;height:6px;appearance:none;border-radius:999px;background:var(--range-bg, var(--color-accent-soft));outline:none}.range-input::-webkit-slider-thumb{appearance:none;width:14px;height:14px;border-radius:999px;background:var(--color-surface);border:2px solid var(--color-text);box-shadow:0 1px 2px #00000026}.range-input::-moz-range-thumb{width:14px;height:14px;border-radius:999px;background:var(--color-surface);border:2px solid var(--color-text);box-shadow:0 1px 2px #00000026}.range-input::-moz-range-track{height:6px;border-radius:999px;background:var(--range-bg, var(--color-accent-soft))}.toggle-switch{position:relative;display:inline-flex;align-items:center;width:44px;height:24px}.toggle-switch__input{position:absolute;opacity:0;width:0;height:0;outline:none}.toggle-switch__track{width:100%;height:100%;border-radius:999px;background:var(--color-accent-soft);transition:background .2s ease}.toggle-switch__thumb{position:absolute;top:2px;left:2px;width:20px;height:20px;border-radius:999px;background:var(--color-surface);transition:transform .2s ease}.toggle-switch__input:checked+.toggle-switch__track{background:#2bb24c}.toggle-switch__input:checked~.toggle-switch__thumb{transform:translate(20px)}.import-modal__overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;padding:var(--space-6);z-index:20}.import-modal{width:min(560px,100%);background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:0 18px 40px #0000002e;padding:var(--space-6);display:flex;flex-direction:column;gap:var(--space-4)}.import-modal__header{display:flex;flex-direction:column;gap:var(--space-2)}.import-modal__title{margin:0;font-size:var(--text-lg);font-weight:var(--weight-semibold);color:var(--color-text)}.import-modal__subtitle{margin:0;font-size:var(--text-sm);color:var(--color-text-muted)}.import-dropzone{border-radius:var(--radius-md);border:1px dashed var(--color-border);padding:var(--space-5);text-align:center;cursor:pointer;background:var(--color-surface-muted);transition:border-color .2s ease,background .2s ease}.import-dropzone--active{border-color:var(--color-accent);background:#f0f0f0}.import-dropzone__content{display:flex;flex-direction:column;gap:var(--space-2);align-items:center}.import-dropzone__title{font-size:var(--text-sm);font-weight:var(--weight-medium);color:var(--color-text)}.import-dropzone__text{margin:0;font-size:var(--text-xs);color:var(--color-text-muted)}.import-modal__upload{display:flex;align-items:center;justify-content:flex-start;gap:var(--space-3)}.import-modal__input{display:none}.import-status{border-radius:var(--radius-md);border:1px solid var(--color-border);padding:var(--space-3);display:flex;align-items:center;justify-content:space-between;gap:var(--space-3);background:var(--color-surface-muted)}.import-status__meta{display:flex;flex-direction:column;gap:2px}.import-status__label{font-size:var(--text-xs);color:var(--color-text-muted)}.import-status__name{font-size:var(--text-sm);color:var(--color-text)}.import-status__state{display:flex;align-items:center;gap:6px;font-size:var(--text-xs);color:var(--color-text-muted)}.import-status__state--success{color:#0b7a38;font-weight:var(--weight-medium)}.import-status__state--error{color:#c7362c;font-weight:var(--weight-medium)}.import-status__message{margin:0;font-size:var(--text-xs);color:#c7362c}.import-warning{padding:var(--space-3);border-radius:var(--radius-md);background:#f6f1e8;color:#7a4b00;font-size:var(--text-xs)}.import-modal__actions{display:flex;justify-content:flex-end;gap:var(--space-2)}.ready-palettes-modal__overlay{position:fixed;inset:0;background:#0006;display:flex;align-items:center;justify-content:center;padding:var(--space-6);z-index:25}.ready-palettes-modal{width:min(420px,100%);background:var(--color-surface);border-radius:28px;box-shadow:0 18px 40px #0000002e;padding:24px;display:flex;flex-direction:column;gap:var(--space-6);position:relative}.ready-palettes-modal__close{position:absolute;top:20px;right:24px;border:none;background:transparent;font-size:28px;line-height:1;cursor:pointer;color:var(--color-text)}.ready-palettes-modal__content{display:flex;flex-direction:column;gap:var(--space-3);max-width:560px}.ready-palettes-modal__title{margin:0;font-size:28px;font-weight:var(--weight-semibold);color:var(--color-text)}.ready-palettes-modal__description{margin:0;font-size:18px;line-height:1.5;color:var(--color-text)}.ready-palettes-panel{flex:1;min-width:0;width:100%;display:flex;flex-direction:column;gap:var(--space-4);height:100%;min-height:0}.ready-palettes-panel__content{flex:1;min-height:0;display:flex;flex-direction:column}.ready-palettes-panel__scroll{position:relative;flex:1;min-height:0}.ready-palettes-panel__scrollarea{height:100%;overflow-y:auto;display:flex;flex-direction:column;gap:var(--space-2);scrollbar-width:none}.ready-palettes-panel__scrollarea::-webkit-scrollbar{width:0;height:0}.ready-palettes-panel__scrollbar{position:absolute;top:0;right:calc(4px - var(--space-4));bottom:0;width:4px;pointer-events:none}.ready-palettes-panel__header{display:flex;align-items:start;justify-content:space-between;gap:var(--space-3)}.ready-palettes-panel__title{font-size:var(--text-sm);color:var(--color-text-muted);font-weight:var(--weight-regular)}.ready-palettes-panel__meta{display:flex;align-items:center}.ready-palettes-panel__export{height:32px;padding:0 12px;border:none;border-radius:999px;background:#efefef;font-size:13px;font-weight:500;color:var(--color-text);cursor:pointer;transition:background .2s ease}.ready-palettes-panel__export:hover{background:#e2e2e2}.design-systems-panel{width:320px;display:flex;flex-direction:column;gap:var(--space-4);height:100%;min-height:0}.design-systems-panel__title{font-size:var(--text-sm);color:var(--color-text-muted);font-weight:var(--weight-regular)}.design-system-list{display:flex;flex-direction:column;gap:var(--space-1)}.design-system-card{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-2);border-radius:var(--radius-md);border:none;background:#fff;cursor:pointer;text-align:left;transition:background .2s ease}.design-system-card:hover,.design-system-card--active{background:#f1f1f1}.design-system-card__logo{width:40px;height:40px;border-radius:999px;border:1px solid rgba(0,0,0,.12);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:var(--weight-semibold);letter-spacing:.05em;text-transform:uppercase}.design-system-card__logo img{width:40px;height:40px}.design-system-card__meta{display:flex;flex-direction:column;gap:4px}.design-system-card__company{font-size:var(--text-sm);color:var(--color-text);font-weight:var(--weight-medium)}.design-system-card__system{font-size:var(--text-xs);color:var(--color-text-muted)}.ready-palettes-modal .button{height:40px;padding:0 20px}@media(max-width:900px){.ready-palettes-panel__header{flex-direction:column;align-items:flex-start}.design-systems-panel{width:100%}}
