#palette-studio-wrapper{--bg-app:#6f3de7;--text-dark:#181920;--text-light:#fff;--primary:#6731e7;font-family:'Inter',-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;background:var(--bg-app);color:var(--text-dark);line-height:1.5;position:relative;width:100%;height:85vh;min-height:600px;overflow:hidden;border-radius:12px;box-sizing:border-box;box-shadow:0 20px 40px rgba(0,0,0,.1);padding-left:70px;margin-bottom:30px}#palette-studio-wrapper *,#palette-studio-wrapper *:before,#palette-studio-wrapper *:after{box-sizing:border-box}#palette-studio-wrapper button,#palette-studio-wrapper input,#palette-studio-wrapper select{margin:0;padding:0;border:none;background:0 0;font-family:inherit;font-size:100%;line-height:normal;box-shadow:none;border-radius:0;letter-spacing:normal;appearance:none;-webkit-appearance:none}#palette-studio-wrapper button:focus,#palette-studio-wrapper input:focus{outline:none;box-shadow:none}#palette-studio-wrapper .hidden{display:none !important}#palette-studio-wrapper .palette-container{display:flex;width:100%;height:100%;transition:filter .3s}#palette-studio-wrapper .sidebar{position:absolute;top:0;left:0;bottom:0;width:70px;background:#fff;border-right:1px solid #e4e4e7;z-index:50;display:flex;flex-direction:column;align-items:center;padding:15px 0;overflow-y:auto;overflow-x:hidden}#palette-studio-wrapper .tool-btn{width:44px;height:44px;min-height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:#71717a;cursor:pointer;transition:all .2s ease;margin-bottom:10px;font-size:18px;position:relative;background:0 0}#palette-studio-wrapper .tool-btn:hover{background:#f4f4f5;color:#000;transform:translateX(2px)}#palette-studio-wrapper .tool-btn.primary{background:var(--primary);color:#fff;box-shadow:0 4px 12px rgba(103,49,231,.3)}#palette-studio-wrapper .tool-btn.primary:hover{background:#5b2ad3;transform:scale(1.05)}#palette-studio-wrapper .separator{width:30px;min-height:1px;background:#eee;margin:10px 0;flex-shrink:0}#palette-studio-wrapper .color-block{flex:1;min-width:0;height:100%;display:flex;flex-direction:column;justify-content:center;align-items:center;position:relative;padding:20px;transition:background-color .2s ease,transform .2s;cursor:grab;border-top:4px solid transparent}#palette-studio-wrapper .color-block:active{cursor:grabbing}#palette-studio-wrapper .color-block.dragging{opacity:.5;transform:scale(.95)}#palette-studio-wrapper .color-block.drag-over{border:2px dashed rgba(255,255,255,.8);z-index:10}#palette-studio-wrapper .color-block.locked-state{border-top:4px solid #f59e0b}#palette-studio-wrapper .content{display:flex;flex-direction:column;align-items:center;gap:14px;z-index:2;width:100%;pointer-events:none}#palette-studio-wrapper .content>*{pointer-events:auto}#palette-studio-wrapper .shortcut-hint{position:absolute;top:15px;left:15px;font-size:10px;opacity:.3;font-weight:700;border:1px solid currentColor;padding:2px 6px;border-radius:4px;pointer-events:none}#palette-studio-wrapper .label{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:2px;opacity:.8;cursor:text;padding:4px;border-radius:4px}#palette-studio-wrapper .label:hover{background:rgba(0,0,0,.05)}#palette-studio-wrapper .label-input{font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:2px;border:none;background:0 0;text-align:center;padding:2px;outline:1px dashed rgba(255,255,255,.5) !important;color:inherit;width:100%;max-width:140px}#palette-studio-wrapper .hex-wrapper{display:flex;align-items:center;background:rgba(255,255,255,.2);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.3);border-radius:12px;padding:8px 12px;gap:10px;transition:.2s;box-shadow:0 4px 6px rgba(0,0,0,.05)}#palette-studio-wrapper .text-dark .hex-wrapper{background:rgba(255,255,255,.9);border-color:transparent;color:#000}#palette-studio-wrapper .text-light .hex-wrapper{color:#fff}#palette-studio-wrapper .hex-input{font-family:'Courier New',monospace;font-size:15px;font-weight:700;text-transform:uppercase;background:0 0;border:none;color:inherit;width:75px;text-align:center}#palette-studio-wrapper .hex-input.invalid{text-decoration:wavy underline #ef4444}#palette-studio-wrapper .picker-trigger{position:relative;width:24px;height:24px;border-radius:6px;background:rgba(0,0,0,.1);display:flex;align-items:center;justify-content:center;cursor:pointer}#palette-studio-wrapper .color-input-hidden{position:absolute;top:0;left:0;width:100%;height:100%;opacity:0;cursor:pointer}#palette-studio-wrapper .actions-row{display:flex;gap:8px;justify-content:center}#palette-studio-wrapper .icon-btn{background:rgba(255,255,255,.15);border:none;color:inherit;width:36px;height:36px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:.2s}#palette-studio-wrapper .text-dark .icon-btn{background:rgba(0,0,0,.06)}#palette-studio-wrapper .icon-btn:hover{transform:scale(1.1);background:#fff;color:#000;box-shadow:0 4px 8px rgba(0,0,0,.1)}#palette-studio-wrapper .move-row{display:flex;gap:6px;margin-top:4px;opacity:0;transition:opacity .2s}#palette-studio-wrapper .color-block:hover .move-row{opacity:1}#palette-studio-wrapper .move-btn{background:rgba(255,255,255,.1);color:inherit;width:26px;height:26px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:11px}#palette-studio-wrapper .move-btn:hover{background:#fff;color:#000}#palette-studio-wrapper .tech-info{display:flex;align-items:center;gap:8px;font-family:monospace;font-size:10px;opacity:.6;font-weight:600}#palette-studio-wrapper .wcag-badge{border:1px solid currentColor;padding:1px 4px;border-radius:3px}#palette-studio-wrapper .shades-strip{position:absolute;bottom:0;left:0;width:100%;height:14px;display:flex;cursor:pointer;z-index:10}#palette-studio-wrapper .shade{flex:1;height:100%;transition:transform .2s}#palette-studio-wrapper .shade:hover{transform:scaleY(1.8);transform-origin:bottom;box-shadow:0 -2px 4px rgba(0,0,0,.1)}#palette-studio-wrapper .filter-protanopia{filter:url('#protanopia')}#palette-studio-wrapper .filter-deuteranopia{filter:url('#deuteranopia')}#palette-studio-wrapper .filter-tritanopia{filter:url('#tritanopia')}#palette-studio-wrapper .filter-achromatopsia{filter:grayscale(100%)}#palette-studio-wrapper .hide-for-capture{display:none !important}#palette-studio-wrapper .text-dark{color:var(--text-dark)}#palette-studio-wrapper .text-light{color:var(--text-light)}#palette-studio-wrapper #toast-container{position:absolute;bottom:30px;left:50%;transform:translateX(-50%);z-index:999;pointer-events:none;width:max-content}#palette-studio-wrapper .toast{background:#181920;color:#fff;padding:8px 20px;border-radius:50px;font-size:13px;font-weight:600;margin-top:10px;opacity:0;transform:translateY(10px);animation:ps-toastUp .3s forwards;box-shadow:0 10px 20px rgba(0,0,0,.2)}@keyframes ps-toastUp{to{opacity:1;transform:translateY(0)}}#palette-studio-wrapper .shortcuts-overlay{position:absolute;left:85px;bottom:15px;background:rgba(15,23,42,.9);color:#f9fafb;border-radius:8px;padding:6px 12px;font-size:11px;z-index:40;display:flex;align-items:center;gap:10px;pointer-events:none;backdrop-filter:blur(4px)}#palette-studio-wrapper .shortcuts-overlay kbd{background:rgba(255,255,255,.1);border-radius:4px;padding:2px 6px;font-size:10px;border:1px solid rgba(255,255,255,.2);font-family:monospace}@media (max-width:768px){#palette-studio-wrapper{padding-left:0;padding-bottom:70px;height:auto;min-height:80vh;border-radius:0}#palette-studio-wrapper .palette-container{flex-direction:column;height:auto}#palette-studio-wrapper .color-block{height:auto;min-height:250px;padding:30px 15px}#palette-studio-wrapper .sidebar{width:100%;height:70px;top:auto;bottom:0;flex-direction:row;border-right:none;border-top:1px solid #e4e4e7;justify-content:space-between;padding:0 15px;overflow-x:auto;overflow-y:hidden}#palette-studio-wrapper .tool-btn{margin:0 5px;min-width:44px;margin-bottom:0}#palette-studio-wrapper .separator{width:1px;height:30px;margin:0 8px}#palette-studio-wrapper .shades-strip,#palette-studio-wrapper .shortcuts-overlay{display:none}#palette-studio-wrapper #toast-container{bottom:80px}}