:root{--bg-primary: #0a0a0f;--bg-secondary: #12121a;--bg-tertiary: #1a1a25;--text-primary: #e0e0e0;--text-secondary: #a0a0a0;--accent: #00d4ff;--border-color: #2a2a3a}[data-astro-cid-wfsfnjul]{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,system-ui,sans-serif;background:var(--bg-primary);color:var(--text-primary);min-height:100vh;line-height:1.6}header[data-astro-cid-wfsfnjul]{background:var(--bg-secondary);border-bottom:1px solid var(--border-color);padding:1rem 2rem;position:sticky;top:0;z-index:100}.header-content[data-astro-cid-wfsfnjul]{max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo[data-astro-cid-wfsfnjul]{font-size:1.5rem;font-weight:700;color:var(--accent);text-decoration:none}nav[data-astro-cid-wfsfnjul] a[data-astro-cid-wfsfnjul]{color:var(--text-secondary);text-decoration:none;margin-left:2rem;transition:color .2s}nav[data-astro-cid-wfsfnjul] a[data-astro-cid-wfsfnjul]:hover{color:var(--accent)}main[data-astro-cid-wfsfnjul]{max-width:1400px;margin:0 auto;padding:2rem}.tool-header[data-astro-cid-wfsfnjul]{text-align:center;margin-bottom:2rem}.tool-header[data-astro-cid-wfsfnjul] h1[data-astro-cid-wfsfnjul]{font-size:2.5rem;margin-bottom:.5rem;background:linear-gradient(135deg,var(--accent),#a855f7);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.tool-header[data-astro-cid-wfsfnjul] p[data-astro-cid-wfsfnjul]{color:var(--text-secondary);font-size:1.1rem}.board-controls[data-astro-cid-wfsfnjul]{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.color-picker[data-astro-cid-wfsfnjul]{display:flex;gap:.5rem;align-items:center}.color-picker[data-astro-cid-wfsfnjul] label[data-astro-cid-wfsfnjul]{color:var(--text-secondary);font-size:.9rem}.color-btn[data-astro-cid-wfsfnjul]{width:32px;height:32px;border-radius:6px;border:2px solid transparent;cursor:pointer;transition:all .2s}.color-btn[data-astro-cid-wfsfnjul]:hover{transform:scale(1.1)}.color-btn[data-astro-cid-wfsfnjul].active{border-color:var(--text-primary);box-shadow:0 0 0 2px var(--bg-primary)}.color-btn[data-astro-cid-wfsfnjul].yellow{background:#fef3c7}.color-btn[data-astro-cid-wfsfnjul].pink{background:#fce7f3}.color-btn[data-astro-cid-wfsfnjul].green{background:#d1fae5}.color-btn[data-astro-cid-wfsfnjul].blue{background:#dbeafe}.color-btn[data-astro-cid-wfsfnjul].purple{background:#ede9fe}.color-btn[data-astro-cid-wfsfnjul].orange{background:#ffedd5}.board-actions[data-astro-cid-wfsfnjul]{display:flex;gap:.75rem}.action-btn[data-astro-cid-wfsfnjul]{padding:.5rem 1rem;background:var(--bg-tertiary);border:1px solid var(--border-color);border-radius:6px;color:var(--text-secondary);cursor:pointer;font-size:.9rem;transition:all .2s;display:flex;align-items:center;gap:.5rem}.action-btn[data-astro-cid-wfsfnjul]:hover{border-color:var(--accent);color:var(--text-primary)}.action-btn[data-astro-cid-wfsfnjul].primary{background:var(--accent);color:#000;border-color:var(--accent);font-weight:600}.action-btn[data-astro-cid-wfsfnjul].primary:hover{background:#00b8e0}.action-btn[data-astro-cid-wfsfnjul].danger:hover{border-color:#ef4444;color:#ef4444}.notes-board[data-astro-cid-wfsfnjul]{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:12px;min-height:600px;padding:1.5rem;position:relative;overflow:hidden}.sticky-note[data-astro-cid-wfsfnjul]{position:absolute;width:220px;min-height:180px;border-radius:4px;box-shadow:0 4px 12px #0000004d;cursor:move;display:flex;flex-direction:column;transition:box-shadow .2s,transform .1s}.sticky-note[data-astro-cid-wfsfnjul]:hover{box-shadow:0 8px 24px #0006;z-index:10}.sticky-note[data-astro-cid-wfsfnjul].dragging{opacity:.9;transform:rotate(2deg) scale(1.02);z-index:100}.sticky-note[data-astro-cid-wfsfnjul].yellow{background:#fef3c7}.sticky-note[data-astro-cid-wfsfnjul].pink{background:#fce7f3}.sticky-note[data-astro-cid-wfsfnjul].green{background:#d1fae5}.sticky-note[data-astro-cid-wfsfnjul].blue{background:#dbeafe}.sticky-note[data-astro-cid-wfsfnjul].purple{background:#ede9fe}.sticky-note[data-astro-cid-wfsfnjul].orange{background:#ffedd5}.note-header[data-astro-cid-wfsfnjul]{display:flex;justify-content:space-between;align-items:center;padding:.5rem .75rem;border-bottom:1px solid rgba(0,0,0,.1);cursor:move}.note-date[data-astro-cid-wfsfnjul]{font-size:.7rem;color:#0006}.note-actions[data-astro-cid-wfsfnjul]{display:flex;gap:.25rem}.note-action-btn[data-astro-cid-wfsfnjul]{background:transparent;border:none;cursor:pointer;padding:.25rem;font-size:.85rem;color:#0006;border-radius:4px;transition:all .2s}.note-action-btn[data-astro-cid-wfsfnjul]:hover{background:#0000001a;color:#000000b3}.note-action-btn[data-astro-cid-wfsfnjul].delete:hover{color:#ef4444}.note-content[data-astro-cid-wfsfnjul]{flex:1;padding:.75rem}.note-content[data-astro-cid-wfsfnjul] textarea[data-astro-cid-wfsfnjul]{width:100%;height:100%;min-height:120px;background:transparent;border:none;resize:none;font-family:Comic Sans MS,Segoe UI,cursive,sans-serif;font-size:.95rem;color:#1a1a1a;line-height:1.5}.note-content[data-astro-cid-wfsfnjul] textarea[data-astro-cid-wfsfnjul]:focus{outline:none}.note-content[data-astro-cid-wfsfnjul] textarea[data-astro-cid-wfsfnjul]::-moz-placeholder{color:#0000004d}.note-content[data-astro-cid-wfsfnjul] textarea[data-astro-cid-wfsfnjul]::placeholder{color:#0000004d}.resize-handle[data-astro-cid-wfsfnjul]{position:absolute;bottom:0;right:0;width:20px;height:20px;cursor:se-resize;opacity:.3}.resize-handle[data-astro-cid-wfsfnjul]:after{content:"";position:absolute;bottom:4px;right:4px;width:10px;height:10px;border-right:2px solid rgba(0,0,0,.3);border-bottom:2px solid rgba(0,0,0,.3)}.empty-state[data-astro-cid-wfsfnjul]{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;color:var(--text-secondary)}.empty-state[data-astro-cid-wfsfnjul] p[data-astro-cid-wfsfnjul]{font-size:1.1rem;margin-bottom:1rem}.note-count[data-astro-cid-wfsfnjul]{color:var(--text-secondary);font-size:.9rem}.seo-content[data-astro-cid-wfsfnjul]{margin-top:3rem;padding:2rem;background:var(--bg-secondary);border-radius:12px;border:1px solid var(--border-color)}.seo-content[data-astro-cid-wfsfnjul] h2[data-astro-cid-wfsfnjul]{color:var(--accent);margin-bottom:1rem}.seo-content[data-astro-cid-wfsfnjul] h3[data-astro-cid-wfsfnjul]{color:var(--text-primary);margin:1.5rem 0 .75rem}.seo-content[data-astro-cid-wfsfnjul] p[data-astro-cid-wfsfnjul],.seo-content[data-astro-cid-wfsfnjul] li[data-astro-cid-wfsfnjul]{color:var(--text-secondary);margin-bottom:.75rem}.seo-content[data-astro-cid-wfsfnjul] ul[data-astro-cid-wfsfnjul]{margin-left:1.5rem}.privacy-notice[data-astro-cid-wfsfnjul]{margin-top:1.5rem;padding:1.5rem;background:var(--bg-secondary);border-radius:12px;border:1px solid var(--border-color)}.privacy-notice[data-astro-cid-wfsfnjul] h2[data-astro-cid-wfsfnjul]{font-size:1.1rem;margin-bottom:.75rem}.privacy-notice[data-astro-cid-wfsfnjul] p[data-astro-cid-wfsfnjul]{color:var(--text-secondary);font-size:.9rem}footer[data-astro-cid-wfsfnjul]{background:var(--bg-secondary);border-top:1px solid var(--border-color);padding:2rem;margin-top:4rem;text-align:center;color:var(--text-secondary)}footer[data-astro-cid-wfsfnjul] a[data-astro-cid-wfsfnjul]{color:var(--accent);text-decoration:none}footer[data-astro-cid-wfsfnjul] a[data-astro-cid-wfsfnjul]:hover{text-decoration:underline}@media (max-width: 768px){.board-controls[data-astro-cid-wfsfnjul]{flex-direction:column;align-items:stretch}.color-picker[data-astro-cid-wfsfnjul],.board-actions[data-astro-cid-wfsfnjul]{justify-content:center}.sticky-note[data-astro-cid-wfsfnjul]{width:180px;min-height:150px}}
