:root{--cc-primary:#6366f1;--cc-primary-light:#818cf8;--cc-primary-dark:#4f46e5;--cc-primary-bg:#6366f114;--cc-bg:#fff;--cc-bg-secondary:#f8fafc;--cc-bg-tertiary:#f1f5f9;--cc-bg-input:#fff;--cc-header-bg:#f8fafc;--cc-text:#0f172a;--cc-text-secondary:#475569;--cc-text-muted:#64748b;--cc-text-placeholder:#94a3b8;--cc-border:#e2e8f0;--cc-border-light:#f1f5f9;--cc-shadow-sm:0 1px 2px #0000000a;--cc-shadow:0 1px 3px #0000000f,0 1px 2px #0000000a;--cc-shadow-md:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a;--cc-shadow-lg:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000a;--cc-shadow-focus:0 0 0 3px #6366f126;--cc-success:#10b981;--cc-success-bg:#10b9811a;--cc-radius:1rem;--cc-radius-md:.75rem;--cc-radius-sm:.5rem;--cc-radius-xs:.375rem;--cc-accent-upper:#ef4444;--cc-accent-lower:#3b82f6;--cc-accent-title:#8b5cf6;--cc-accent-sentence:#f59e0b;--cc-accent-alternating:#ec4899;--cc-accent-inverse:#14b8a6;--cc-accent-dev:#6366f1}._cc-container{flex-direction:column;gap:1.5rem;width:100%;max-width:920px;margin:0 auto;display:flex}._cc-cards-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}._cc-card._cc-card-fullwidth{grid-column:span 2}@media (max-width:768px){._cc-container{gap:1.25rem;padding-left:1rem;padding-right:1rem}._cc-cards-grid{gap:.75rem}}@media (max-width:540px){._cc-cards-grid{grid-template-columns:1fr}._cc-card._cc-card-fullwidth{grid-column:span 1}}._cc-input-section{background:var(--cc-bg);border-radius:var(--cc-radius);border-style:solid;border-width:1px;border-color:var(--cc-border);box-shadow:var(--cc-shadow-md);flex-direction:column;transition:box-shadow .2s,border-color .2s;display:flex;overflow:hidden}._cc-input-section:focus-within{border-color:var(--cc-primary);box-shadow:var(--cc-shadow-md),var(--cc-shadow-focus)}._cc-input-wrapper{position:relative}._cc-textarea{resize:none;width:100%;height:180px;color:var(--cc-text);background:var(--cc-bg-input);border:none;padding:1.25rem;font-family:inherit;font-size:1rem;line-height:1.7;overflow-y:auto}._cc-textarea:focus{outline:none}._cc-textarea::placeholder{color:var(--cc-text-placeholder)}._cc-stats-bar{background:var(--cc-bg-secondary);border-top-style:solid;border-top-width:1px;border-top-color:var(--cc-border-light);justify-content:space-between;align-items:center;padding:.75rem 1.25rem;display:flex}._cc-stats{align-items:center;gap:.75rem;display:flex}._cc-stat{color:var(--cc-text-muted);align-items:center;gap:.375rem;font-size:.8125rem;font-weight:500;display:flex}._cc-stat svg{width:14px;height:14px;color:var(--cc-primary);opacity:.7}._cc-stat-divider{color:var(--cc-border);font-size:.625rem}._cc-actions{align-items:center;gap:.5rem;display:flex}._cc-action-btn{background:var(--cc-bg);height:2.125rem;color:var(--cc-text-secondary);border-radius:var(--cc-radius-sm);cursor:pointer;border:1px solid;border-color:var(--cc-border);justify-content:center;align-items:center;gap:.375rem;padding:0 .75rem;font-size:.8125rem;font-weight:500;transition:all .15s;display:flex}._cc-action-btn:hover{color:var(--cc-primary);border-color:var(--cc-primary);background:var(--cc-primary-bg)}._cc-action-btn svg{flex-shrink:0;width:14px;height:14px}._cc-action-btn span{white-space:nowrap}#_cc-clear-btn:hover{color:#ef4444;background:#ef44440f;border-color:#fca5a5}@media (max-width:600px){._cc-action-btn span{display:none}._cc-action-btn{width:2.125rem;padding:0}}@media (max-width:480px){._cc-textarea{height:140px;padding:1rem;font-size:.9375rem}._cc-stats-bar{padding:.625rem 1rem}._cc-stat{font-size:.75rem}._cc-actions{gap:.375rem}}._cc-toggle-section{background:var(--cc-bg);border-radius:var(--cc-radius);border-style:solid;border-width:1px;border-color:var(--cc-border);box-shadow:var(--cc-shadow);flex-direction:column;gap:.875rem;padding:1rem 1.25rem;display:flex}._cc-toggle-header{color:var(--cc-text-muted);text-transform:uppercase;letter-spacing:.05em;align-items:center;gap:.5rem;font-size:.75rem;font-weight:600;display:flex}._cc-toggle-header svg{width:14px;height:14px;color:var(--cc-primary)}._cc-toggle-header span{flex:1}._cc-select-all-btn{background:var(--cc-bg-tertiary);color:var(--cc-text-muted);cursor:pointer;text-transform:none;letter-spacing:0;border:1px solid #0000;border-radius:1rem;align-items:center;gap:.25rem;padding:.25rem .625rem;font-size:.6875rem;font-weight:600;transition:all .15s;display:flex}._cc-select-all-btn:hover{background:var(--cc-primary-bg);border-color:var(--cc-primary-light);color:var(--cc-primary)}._cc-select-all-btn.is-all-selected{background:var(--cc-primary-bg);border-color:var(--cc-primary);color:var(--cc-primary)}._cc-select-all-btn svg{width:12px;height:12px}._cc-toggle-list{flex-wrap:wrap;gap:.5rem;display:flex}._cc-toggle-item{background:var(--cc-bg-tertiary);cursor:pointer;-webkit-user-select:none;user-select:none;border:1px solid #0000;border-radius:2rem;align-items:center;gap:.5rem;padding:.5rem .875rem;transition:all .15s;display:flex}._cc-toggle-item:hover{background:var(--cc-bg-secondary);border-color:var(--cc-border)}._cc-toggle-item:has(._cc-toggle-checkbox:checked){background:var(--cc-primary-bg);border-color:var(--cc-primary-light)}._cc-toggle-item:has(._cc-toggle-checkbox:checked) ._cc-toggle-label{color:var(--cc-primary-dark)}._cc-toggle-item-dev{border-style:dashed;border-color:var(--cc-border)}._cc-toggle-item-dev:has(._cc-toggle-checkbox:checked){border-style:solid}._cc-toggle-checkbox{-webkit-appearance:none;appearance:none;border-style:solid;border-width:2px;border-color:var(--cc-border);background:var(--cc-bg);cursor:pointer;border-radius:4px;flex-shrink:0;width:16px;height:16px;margin:0;transition:all .15s;position:relative}._cc-toggle-checkbox:checked{background:var(--cc-primary);border-color:var(--cc-primary)}._cc-toggle-checkbox:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:5px;height:9px;position:absolute;top:1px;left:4px;transform:rotate(45deg)}._cc-toggle-label{color:var(--cc-text-secondary);white-space:nowrap;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:.8125rem;font-weight:500;transition:color .15s}@media (max-width:768px){._cc-toggle-section{padding:.875rem 1rem}._cc-toggle-item{padding:.4375rem .75rem}._cc-toggle-label{font-size:.75rem}._cc-toggle-checkbox{width:14px;height:14px}._cc-toggle-checkbox:checked:after{width:4px;height:8px;top:0;left:3px}}._cc-card{background:var(--cc-bg);border-radius:var(--cc-radius);box-shadow:var(--cc-shadow);border-style:solid;border-width:1px;border-color:var(--cc-border);flex-direction:column;transition:all .2s;display:flex;position:relative;overflow:hidden}._cc-card:hover{box-shadow:var(--cc-shadow-lg);border-color:var(--cc-primary-light)}._cc-card.copied{border-color:var(--cc-success);box-shadow:0 0 0 3px var(--cc-success-bg),var(--cc-shadow-md)}._cc-card-header{background:var(--cc-header-bg);border-bottom-style:solid;border-bottom-width:1px;border-bottom-color:var(--cc-border-light);align-items:center;gap:.5rem;padding:.5rem .75rem;display:flex}._cc-card-badge{background:var(--badge-color,var(--cc-primary));color:#fff;border-radius:.375rem;flex-shrink:0;justify-content:center;align-items:center;width:1.5rem;height:1.5rem;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:.625rem;font-weight:700;display:flex}._cc-card-badge svg{width:10px;height:10px}._cc-card-title{color:var(--cc-text-secondary);letter-spacing:-.01em;flex:1;font-family:SF Mono,Monaco,Inconsolata,Fira Code,monospace;font-size:.8125rem;font-weight:600}._cc-card-option{background:var(--cc-bg-secondary);cursor:pointer;color:var(--cc-text-muted);border:1px solid #0000;border-radius:1rem;align-items:center;gap:.25rem;padding:.125rem .5rem;font-size:.6875rem;font-weight:500;transition:all .15s;display:flex}._cc-card-option:hover{background:var(--cc-primary-bg);color:var(--cc-primary)}._cc-card-option:has(input:checked){background:var(--cc-primary-bg);border-color:var(--cc-primary-light);color:var(--cc-primary)}._cc-card-option input[type=checkbox]{width:.75rem;height:.75rem;accent-color:var(--cc-primary);cursor:pointer;margin:0}._cc-card-option span{white-space:nowrap}._cc-copy-btn{width:1.75rem;height:1.75rem;color:var(--cc-text-muted);border-radius:var(--cc-radius-xs);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:0;transition:all .15s;display:flex}._cc-copy-btn:hover{color:var(--cc-primary);background:var(--cc-primary-bg)}._cc-copy-btn.copied{color:var(--cc-success);background:var(--cc-success-bg)}._cc-copy-btn svg{width:14px;height:14px}._cc-card-textarea{resize:vertical;width:100%;min-height:100px;max-height:240px;color:var(--cc-text);background:var(--cc-bg);border:none;padding:1rem;font-family:inherit;font-size:.9375rem;line-height:1.65;overflow-y:auto}._cc-card-textarea:focus{background:var(--cc-bg-secondary);outline:none}._cc-card-textarea::placeholder{color:var(--cc-text-placeholder);font-size:.875rem;font-style:italic}._cc-card-dev{border-style:dashed}@media (max-width:768px){._cc-card-header{padding:.4375rem .625rem}._cc-card-badge{width:1.375rem;height:1.375rem;font-size:.5625rem}._cc-card-title{font-size:.75rem}._cc-card-textarea{min-height:80px;padding:.875rem;font-size:.875rem}._cc-copy-btn{width:1.5rem;height:1.5rem}._cc-copy-btn svg{width:12px;height:12px}._cc-card-option{gap:.1875rem;padding:.0625rem .375rem;font-size:.625rem}._cc-card-option input[type=checkbox]{width:.625rem;height:.625rem}}
