@charset "UTF-8";: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-surface-hover: #f1f1f1;--color-surface-active: #efefef;--color-surface-subtle: #f0f0f0;--color-border: #e5e5e5;--color-border-soft: rgba(0, 0, 0, .08);--color-border-strong: rgba(0, 0, 0, .12);--color-border-softer: rgba(0, 0, 0, .04);--color-text: #1e1e1e;--color-text-muted: #7a7a7a;--color-link: #1868db;--color-link-hover: #4a4a4a;--color-accent: #111111;--color-accent-hover: #000000;--color-accent-contrast: #ffffff;--color-accent-soft: #ededed;--color-icon-muted: #9a9a9a;--color-icon-hover: #626262;--color-button-hover: #e2e2e2;--color-overlay: rgba(0, 0, 0, .4);--color-scrollbar: rgba(0, 0, 0, .18);--color-inverse-bg: #000000;--color-inverse-text: #ffffff;--color-success: #2bb24c;--color-success-text: #0b7a38;--color-error: #c7362c;--color-error-text: #b42318;--color-warning-bg: #f6f1e8;--color-warning-text: #7a4b00;--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);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .15);--shadow-md: 0 4px 16px rgba(0, 0, 0, .12);--shadow-lg: 0 16px 32px rgba(0, 0, 0, .16);--shadow-xl: 0 18px 36px rgba(0, 0, 0, .18);--shadow-2xl: 0 18px 40px rgba(0, 0, 0, .18);--shadow-picker: 0 16px 32px rgba(0, 0, 0, .2);--shadow-thumb: 0 4px 10px rgba(0, 0, 0, .3);--shadow-thumb-handle: 0 4px 10px rgba(0, 0, 0, .35)}[data-theme=dark]{--color-bg: #1c1c1c;--color-surface: #252525;--color-surface-muted: #202020;--color-surface-hover: #2e2e2e;--color-surface-active: #2b2b2b;--color-surface-subtle: #2c2c2c;--color-border: #303030;--color-border-soft: rgba(255, 255, 255, .07);--color-border-strong: rgba(255, 255, 255, .1);--color-border-softer: rgba(255, 255, 255, .04);--color-text: #e6e6e6;--color-text-muted: #7a7a7a;--color-link: #5b9cf6;--color-link-hover: #b5b5b5;--color-accent: #e6e6e6;--color-accent-hover: #f5f5f5;--color-accent-contrast: #1c1c1c;--color-accent-soft: #2c2c2c;--color-icon-muted: #5e5e5e;--color-icon-hover: #8c8c8c;--color-button-hover: #323232;--color-overlay: rgba(0, 0, 0, .55);--color-scrollbar: rgba(255, 255, 255, .12);--color-inverse-bg: #f0f0f0;--color-inverse-text: #111111;--color-success: #2bb24c;--color-success-text: #52c274;--color-error: #e05a52;--color-error-text: #d96058;--color-warning-bg: #231906;--color-warning-text: #d4920c;--shadow-soft: 0 1px 2px rgba(0, 0, 0, .2);--shadow-sm: 0 1px 2px rgba(0, 0, 0, .4);--shadow-md: 0 4px 16px rgba(0, 0, 0, .35);--shadow-lg: 0 16px 32px rgba(0, 0, 0, .4);--shadow-xl: 0 18px 36px rgba(0, 0, 0, .45);--shadow-2xl: 0 18px 40px rgba(0, 0, 0, .5);--shadow-picker: 0 16px 32px rgba(0, 0, 0, .5)}*{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:var(--color-bg);position:relative}.color-card__header{display:flex;align-items:center;justify-content:space-between;font-size:13px;font-weight:var(--weight-regular);color:var(--color-icon-muted);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:var(--space-2)}.dropdown{position:relative}.dropdown__menu{min-width:160px;padding:6px;border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-lg);border:1px solid var(--color-border-soft)}.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:var(--color-surface-hover)}.dropdown-list__item--danger{color:var(--color-error-text)}.color-card__popover{width:240px;padding:var(--space-3);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-xl);border:1px solid var(--color-border-soft);display:grid;gap:10px}.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:var(--space-2)}.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{width:260px;padding:var(--space-3);border-radius:var(--radius-lg);background:var(--color-surface);box-shadow:var(--shadow-picker);border:1px solid var(--color-border-soft);display:grid;gap:var(--space-3)}.color-picker__sv{position:relative;width:100%;aspect-ratio:1/1;border-radius:var(--radius-md);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:var(--shadow-thumb-handle);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:var(--shadow-thumb)}.color-picker__hue::-moz-range-thumb{width:16px;height:16px;border-radius:999px;border:2px solid #ffffff;background:#fff;box-shadow:var(--shadow-thumb)}.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:var(--space-2)}.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:var(--color-icon-muted);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:var(--color-inverse-bg);color:var(--color-inverse-text);font-size:var(--text-xs);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:var(--color-icon-hover)}.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:hover{color:var(--color-link-hover)}.top-nav__links a.is-active{color:var(--color-text)}.top-nav__actions{display:flex;align-items:center;gap:var(--space-3)}.user-menu{position:relative}.user-menu__avatar{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:50%;background:var(--color-accent);color:var(--color-accent-contrast);font-weight:var(--weight-semibold);font-size:var(--text-sm);border:none;cursor:pointer;flex-shrink:0;transition:opacity .15s ease}.user-menu__avatar:hover{opacity:.85}.user-menu__dropdown{position:absolute;top:calc(100% + var(--space-2));right:0;min-width:200px;padding:6px;background:var(--color-surface);border:1px solid var(--color-border-soft);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);z-index:100}.user-menu__email{padding:var(--space-2) var(--space-3);font-size:11px;color:var(--color-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-menu__divider{height:1px;background:var(--color-border);margin:0}.user-menu__list{list-style:none;padding:0;margin:0;display:grid;gap:2px}.user-menu__item{display:block;width:100%;padding:8px 10px;background:none;border:none;text-align:left;font-size:var(--text-sm);color:var(--color-text);cursor:pointer;border-radius:8px;transition:background .1s ease}.user-menu__item:hover:not(:disabled){background:var(--color-surface-hover)}.user-menu__item:disabled{opacity:.4;cursor:default}.user-menu__item--danger{color:var(--color-error-text)}@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)}}[data-theme=dark] .brand-logo{filter:invert(1)}.theme-toggle{width:40px;height:40px;border-radius:50%;border:none;background:var(--color-accent-soft);color:var(--color-text);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s ease;flex-shrink:0}.theme-toggle:hover{background:var(--color-button-hover)}@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;overflow-y:auto}.sidebar{width:100%;flex:0 0 auto;min-height:auto}}@keyframes generator-skeleton-shimmer{0%{background-position:-600px 0}to{background-position:600px 0}}.generator-skeleton{display:flex;flex:1;min-height:0;gap:1px;background:var(--color-bg)}.generator-skeleton__bone{background:linear-gradient(90deg,var(--color-surface-muted) 25%,var(--color-surface-hover) 50%,var(--color-surface-muted) 75%);background-size:1200px 100%;animation:generator-skeleton-shimmer 1.6s ease-in-out infinite;border-radius:var(--radius-sm)}.generator-skeleton__sidebar{display:flex;flex-direction:column;width:320px;min-height:0;gap:1px}.generator-skeleton__panel{display:flex;flex-direction:column;gap:var(--space-3);padding:var(--space-4);background:var(--color-surface);flex:1}.generator-skeleton__panel--config{flex:0 0 auto;gap:var(--space-2)}.generator-skeleton__card{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-3);border-radius:var(--radius-md)}.generator-skeleton__card-swatch{width:32px;height:32px;border-radius:var(--radius-sm);flex-shrink:0}.generator-skeleton__card-lines{display:flex;flex-direction:column;gap:6px;flex:1}.generator-skeleton__line{border-radius:var(--radius-sm);height:10px}.generator-skeleton__button-row{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-2);margin-top:var(--space-2)}.generator-skeleton__button{height:32px;border-radius:var(--radius-md)}.generator-skeleton__palette{display:flex;flex-direction:column;flex:1;min-width:0;padding:var(--space-4);background:var(--color-surface);gap:var(--space-5);overflow:hidden}.generator-skeleton__palette-block{display:flex;flex-direction:column;gap:var(--space-2)}.generator-skeleton__palette-header{height:12px;width:120px;border-radius:var(--radius-sm)}.generator-skeleton__palette-body{padding:var(--space-4);border-radius:var(--radius-lg);background:var(--color-surface-muted);display:flex;flex-direction:column;gap:var(--space-3)}.generator-skeleton__swatches{display:grid;grid-template-columns:repeat(11,minmax(0,1fr));gap:var(--space-2)}.generator-skeleton__swatch{height:60px;border-radius:var(--radius-md)}@media(max-width:1024px){.generator-skeleton{flex-direction:column;overflow-y:auto}.generator-skeleton__sidebar{width:100%;flex:0 0 auto}.generator-skeleton__palette{flex:0 0 auto;min-height:400px}}.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__header{display:flex;align-items:center;justify-content:space-between}.controls-panel__header-actions{display:inline-flex;align-items:center;gap:var(--space-2)}.controls-panel__icon{width:16px;height:16px;display:block;background-color:#9a9a9a;transition:background-color .15s ease;flex-shrink:0}.controls-panel__icon--collapse{mask: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='M2%203.33337H7.33333M2%208.00004H7.33333M2%2012.6667H7.33333M10%203.33337L12%205.33337L14%203.33337M10%2012.6667L12%2010.6667L14%2012.6667'%20stroke='%239A9A9A'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center/contain no-repeat;-webkit-mask: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='M2%203.33337H7.33333M2%208.00004H7.33333M2%2012.6667H7.33333M10%203.33337L12%205.33337L14%203.33337M10%2012.6667L12%2010.6667L14%2012.6667'%20stroke='%239A9A9A'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center/contain no-repeat}.controls-panel__icon--expand{mask: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='M2%203.33337H7.33333M2%208.00004H7.33333M2%2012.6667H7.33333M10%205.33337L12%203.33337L14%205.33337M10%2010.6667L12%2012.6667L14%2010.6667'%20stroke='%239A9A9A'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center/contain no-repeat;-webkit-mask: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='M2%203.33337H7.33333M2%208.00004H7.33333M2%2012.6667H7.33333M10%205.33337L12%203.33337L14%205.33337M10%2010.6667L12%2012.6667L14%2010.6667'%20stroke='%239A9A9A'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center/contain no-repeat}.controls-panel__icon--trash{mask: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.6667%204.00004V13.3334C12.6667%2013.687%2012.5262%2014.0261%2012.2761%2014.2762C12.0261%2014.5262%2011.687%2014.6667%2011.3333%2014.6667H4.66667C4.31304%2014.6667%203.97391%2014.5262%203.72386%2014.2762C3.47381%2014.0261%203.33333%2013.687%203.33333%2013.3334V4.00004M2%204.00004H14M5.33333%204.00004V2.66671C5.33333%202.31309%205.47381%201.97395%205.72386%201.7239C5.97391%201.47385%206.31304%201.33337%206.66667%201.33337H9.33333C9.68696%201.33337%2010.0261%201.47385%2010.2761%201.7239C10.5262%201.97395%2010.6667%202.31309%2010.6667%202.66671V4.00004'%20stroke='%239A9A9A'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center/contain no-repeat;-webkit-mask: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.6667%204.00004V13.3334C12.6667%2013.687%2012.5262%2014.0261%2012.2761%2014.2762C12.0261%2014.5262%2011.687%2014.6667%2011.3333%2014.6667H4.66667C4.31304%2014.6667%203.97391%2014.5262%203.72386%2014.2762C3.47381%2014.0261%203.33333%2013.687%203.33333%2013.3334V4.00004M2%204.00004H14M5.33333%204.00004V2.66671C5.33333%202.31309%205.47381%201.97395%205.72386%201.7239C5.97391%201.47385%206.31304%201.33337%206.66667%201.33337H9.33333C9.68696%201.33337%2010.0261%201.47385%2010.2761%201.7239C10.5262%201.97395%2010.6667%202.31309%2010.6667%202.66671V4.00004'%20stroke='%239A9A9A'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") center/contain no-repeat}.controls-panel__icon-trigger{cursor:pointer}.controls-panel__icon-trigger:hover .controls-panel__icon{background-color:#626262}.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}@media(max-width:1024px){.controls-panel,.controls-panel__content{flex:0 0 auto;min-height:auto}.controls-panel__scroll{flex:none;min-height:auto;max-height:280px}}.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:var(--color-scrollbar)}.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)}@media(max-width:1024px){.palette-panel{flex:0 0 auto;min-height:auto;min-width:0}.palette-panel__content{flex:0 0 auto;min-height:auto}.palette-panel__scroll{flex:none;min-height:auto;height:auto}.palette-panel__scrollarea{height:auto;overflow-y:visible}}.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:var(--color-icon-muted);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:var(--color-icon-hover)}.palette-preview__settings-icon{width:16px;height:16px;display:block}.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:var(--weight-regular);color:var(--color-icon-muted)}.palette-grid{margin-top:var(--space-4);display:grid;grid-template-columns:repeat(auto-fit,minmax(94px,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:var(--radius-md);background:var(--color-surface);cursor:pointer}.palette-swatch__label-row{display:flex;align-items:center;justify-content:space-between;gap:var(--space-2)}.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{padding:var(--space-3);border-radius:var(--radius-md);background:var(--color-surface);box-shadow:var(--shadow-xl);border:1px solid var(--color-border-soft);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:var(--color-icon-muted)}.palette-preview__popover-input{width:100%}.palette-preview__popover-actions{display:flex;justify-content:flex-end;gap:var(--space-2)}.palette-swatch__color{height:80px;border-radius:var(--radius-sm);border:1px solid var(--color-border-softer)}.palette-swatch__color--checker{position:relative;background-image:linear-gradient(45deg,#c8c8c8 25%,transparent 25%),linear-gradient(-45deg,#c8c8c8 25%,transparent 25%),linear-gradient(45deg,transparent 75%,#c8c8c8 75%),linear-gradient(-45deg,transparent 75%,#c8c8c8 75%);background-size:8px 8px;background-position:0 0,0 4px,4px -4px,-4px 0px;background-color:#fff;overflow:hidden}.palette-swatch__color-overlay{position:absolute;inset:0}.palette-swatch__label,.palette-swatch__value{font-size:var(--text-sm)}.palette-swatch__label{color:var(--color-text)}.palette-swatch__value{color:var(--color-icon-muted)}.palette-swatch__text{display:flex;flex-direction:column;gap:2px}.snackbar{position:fixed;left:50%;bottom:var(--space-7);transform:translate(-50%);background:var(--color-inverse-bg);color:var(--color-inverse-text);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:var(--color-button-hover)}.button--primary{background:var(--color-accent);color:var(--color-accent-contrast)}.button--primary:hover{background:var(--color-accent-hover)}.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:var(--space-2);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:var(--shadow-sm)}.range-input::-moz-range-thumb{width:14px;height:14px;border-radius:999px;background:var(--color-surface);border:2px solid var(--color-text);box-shadow:var(--shadow-sm)}.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:var(--color-success)}.toggle-switch__input:checked~.toggle-switch__thumb{transform:translate(20px)}.import-modal__overlay{position:fixed;inset:0;background:var(--color-overlay);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:var(--shadow-2xl);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:var(--color-surface-subtle)}.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:var(--color-success-text);font-weight:var(--weight-medium)}.import-status__state--error{color:var(--color-error);font-weight:var(--weight-medium)}.import-status__message{margin:0;font-size:var(--text-xs);color:var(--color-error)}.import-warning{padding:var(--space-3);border-radius:var(--radius-md);background:var(--color-warning-bg);color:var(--color-warning-text);font-size:var(--text-xs)}.import-modal__actions{display:flex;justify-content:flex-end;gap:var(--space-2)}.modal-overlay{position:fixed;inset:0;background:var(--color-overlay);display:flex;align-items:center;justify-content:center;z-index:10000}.modal{width:480px;max-width:calc(100vw - var(--space-8));max-height:calc(100vh - var(--space-8));background:var(--color-surface);border-radius:var(--radius-lg);box-shadow:var(--shadow-2xl);display:flex;flex-direction:column;overflow:hidden}.modal__header{display:flex;align-items:center;justify-content:space-between;padding:var(--space-4) var(--space-5);border-bottom:1px solid var(--color-border-soft)}.modal__title{font-size:var(--text-md);font-weight:var(--weight-semibold);color:var(--color-text)}.modal__close{width:28px;height:28px;padding:0;border:none;border-radius:var(--radius-sm);background:transparent;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:var(--color-icon-muted);transition:color .15s ease}.modal__close:hover{color:var(--color-text)}.modal__body{flex:1;overflow-y:auto;padding:var(--space-2)}.modal__footer{display:flex;align-items:center;justify-content:flex-end;gap:var(--space-3);padding:var(--space-4) var(--space-5);border-top:1px solid var(--color-border-soft)}.modal__footer-error{margin-right:auto;font-size:var(--text-sm);color:var(--color-error-text)}.export-palette-list{display:flex;flex-direction:column;gap:var(--space-2)}.export-palette-item{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);cursor:pointer;transition:background .15s ease}.export-palette-item:hover{background:var(--color-surface-hover)}.export-palette-item__checkbox{appearance:none;-webkit-appearance:none;flex-shrink:0;width:18px;height:18px;border:1.5px solid var(--color-icon-muted);border-radius:6px;background:transparent;cursor:pointer;position:relative;transition:background .15s ease,border-color .15s ease}.export-palette-item__checkbox:checked{background:var(--color-accent);border-color:var(--color-accent)}.export-palette-item__checkbox:checked:after{content:"";position:absolute;top:50%;left:50%;width:10px;height:10px;transform:translate(-50%,-50%);background-color:var(--color-accent-contrast);mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/contain no-repeat;-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6 9 17l-5-5'/%3E%3C/svg%3E") center/contain no-repeat}.export-palette-item__swatch{flex-shrink:0;width:20px;height:20px;border-radius:4px;border:1px solid var(--color-border-softer)}.export-palette-item__title{font-size:var(--text-sm);color:var(--color-text)}.export-format-list{display:flex;flex-direction:column;gap:var(--space-2)}.export-format-item{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-2) var(--space-3);border-radius:var(--radius-md);cursor:pointer;transition:background .15s ease}.export-format-item:hover{background:var(--color-surface-hover)}.export-format-item__radio{appearance:none;-webkit-appearance:none;flex-shrink:0;width:18px;height:18px;border:1.5px solid var(--color-icon-muted);border-radius:50%;background:transparent;cursor:pointer;position:relative;transition:border-color .15s ease}.export-format-item__radio:checked{border-color:var(--color-accent)}.export-format-item__radio:checked:after{content:"";position:absolute;top:50%;left:50%;width:10px;height:10px;transform:translate(-50%,-50%);border-radius:50%;background:var(--color-accent)}.export-format-item__label{font-size:var(--text-sm);color:var(--color-text)}.export-success{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:var(--space-2);padding:var(--space-8) var(--space-5)}.export-success__title{font-size:var(--text-md);font-weight:var(--weight-semibold);color:var(--color-text)}.export-success__description{font-size:var(--text-sm);color:var(--color-text-muted)}.modal--success .modal__header{display:none}.modal--success .modal__footer{border-top:none}.ready-palettes-modal__overlay{position:fixed;inset:0;background:var(--color-overlay);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:var(--shadow-2xl);padding:var(--space-6);display:flex;flex-direction:column;gap:var(--space-6);position:relative}.ready-palettes-modal__close{position:absolute;top:var(--space-5);right:var(--space-6);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:var(--text-lg);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 var(--space-3);border:none;border-radius:999px;background:var(--color-surface-active);font-size:13px;font-weight:var(--weight-medium);color:var(--color-text);cursor:pointer;transition:background .2s ease}.ready-palettes-panel__export:hover{background:var(--color-button-hover)}.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-systems-panel__scroll{position:relative;flex:1;min-height:0}.design-systems-panel__scrollarea{height:100%;overflow-y:auto;display:flex;flex-direction:column;scrollbar-width:none}.design-systems-panel__scrollarea::-webkit-scrollbar{width:0;height:0}.design-systems-panel__scrollbar{position:absolute;top:0;right:calc(4px - var(--space-4));bottom:0;width:4px;pointer-events:none}.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:var(--color-surface);cursor:pointer;text-align:left;transition:background .2s ease}.design-system-card:hover,.design-system-card--active{background:var(--color-surface-hover)}.design-system-card__logo{width:40px;height:40px;border-radius:999px;border:1px solid var(--color-border-strong);display:flex;align-items:center;justify-content:center;font-size:var(--text-xs);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:var(--space-1)}.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:1024px){.design-systems-panel{width:100%;flex:0 0 auto;height:auto;min-height:auto;max-height:280px}.ready-palettes-panel{flex:0 0 auto;height:auto;min-height:auto}.ready-palettes-panel__content{flex:0 0 auto;min-height:auto}.ready-palettes-panel__scroll{flex:none;min-height:auto;height:auto}.ready-palettes-panel__scrollarea{height:auto;overflow-y:visible}}@media(max-width:900px){.ready-palettes-panel__header{flex-direction:column;align-items:flex-start}}@keyframes skeleton-shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.skeleton{background:linear-gradient(90deg,var(--color-surface-muted) 25%,var(--color-surface-hover) 50%,var(--color-surface-muted) 75%);background-size:800px 100%;animation:skeleton-shimmer 1.4s ease-in-out infinite;border-radius:var(--radius-sm)}.skeleton-card{display:flex;align-items:center;gap:var(--space-3);padding:var(--space-2)}.skeleton-card__logo{flex-shrink:0;width:40px;height:40px;border-radius:999px}.skeleton-card__meta{display:flex;flex-direction:column;gap:var(--space-1);flex:1}.skeleton-card__line{height:12px;border-radius:var(--radius-sm)}.skeleton-palette-block{display:flex;flex-direction:column;gap:var(--space-2)}.skeleton-palette-block__header{height:14px;width:140px;border-radius:var(--radius-sm)}.skeleton-palette-block__body{padding:var(--space-4);border-radius:var(--radius-lg);background:var(--color-surface-muted);display:flex;flex-direction:column;gap:var(--space-4)}.skeleton-palette-block__row-label{height:12px;width:80px;border-radius:var(--radius-sm)}.skeleton-palette-block__grid{display:grid;grid-template-columns:repeat(11,minmax(0,1fr));gap:var(--space-2)}.skeleton-palette-block__swatch{height:80px;border-radius:var(--radius-md)}.about-project-panel{align-items:center}.about-project-panel a{font-size:var(--text-md);line-height:1.5;color:var(--color-link);text-decoration:none}.about-project-panel a:hover{text-decoration:none}.about-project-panel__content{flex:1;display:flex;flex-direction:column;justify-content:center;max-width:480px}.about-project-panel__text{margin:0 0 var(--space-3);font-size:var(--text-md);line-height:1.5;color:var(--color-text)}.about-project-panel__text:last-child{margin-bottom:0}[data-theme=dark] .login-card__logo{filter:invert(1)}.login-page{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100%;background:var(--color-bg);padding:var(--space-6)}.login-page__back{position:absolute;top:var(--space-6);left:50%;transform:translate(-50%)}.login-wrap{width:400px;min-height:520px;display:flex;flex-direction:column;justify-content:flex-start;gap:var(--space-2)}.login-wrap--centered{width:480px;min-height:auto;justify-content:center}.login-card{width:100%;background:var(--color-surface);border-radius:var(--radius-lg);padding:var(--space-6);display:flex;flex-direction:column;gap:var(--space-5)}.login-card__header{display:flex;align-items:center;justify-content:space-between}.login-card__title{font-size:var(--text-xl);font-weight:var(--weight-semibold);color:var(--color-text);margin:0}.login-tabs{display:flex;width:100%;background:var(--color-surface-active);border-radius:var(--radius-md);padding:var(--space-1);gap:2px}.login-tabs__btn{flex:1;padding:var(--space-2) var(--space-4);border:none;border-radius:calc(var(--radius-md) - 4px);background:transparent;color:var(--color-text-muted);font-size:var(--text-sm);font-weight:var(--weight-medium);cursor:pointer;transition:background .15s ease,color .15s ease}.login-tabs__btn--active{background:var(--color-surface);color:var(--color-text)}.login-card__confirm-text{font-size:var(--text-sm);color:var(--color-text-muted);line-height:1.6;margin:0}.login-form{display:flex;flex-direction:column;gap:var(--space-3)}.login-form__fields{display:flex;flex-direction:column;gap:var(--space-2)}.login-form__input{height:48px;border:none;border-radius:var(--radius-md);padding:var(--space-3) var(--space-4);background:var(--color-bg);font-size:var(--text-sm)}.login-form__error{font-size:var(--text-sm);color:var(--color-error);margin:0}.login-divider{display:flex;align-items:center;gap:var(--space-3);color:var(--color-text-muted);font-size:var(--text-sm)}.login-divider:before,.login-divider:after{content:"";flex:1;height:1px;background:var(--color-border)}.login-oauth{display:flex;flex-direction:column;gap:var(--space-2)}.login-oauth__btn{display:flex;align-items:center;justify-content:space-between;font-size:var(--text-sm);font-weight:var(--weight-regular);color:var(--color-text-muted)}.login-card__footer{display:flex;align-items:center;justify-content:space-between;padding-top:var(--space-2)}.login-link{font-size:var(--text-sm);color:var(--color-text-muted);text-decoration:none}.login-link:hover{color:var(--color-text)}.login-link--center{align-self:center}.login-link--back{display:inline-flex;align-items:center;gap:var(--space-1)}
