*{box-sizing:border-box;margin:0;padding:0}:root,body:not([data-theme]),body[data-theme=light]{--background:#f5f7fb;--surface:#fff;--surface-muted:#eef2ff;--text-primary:#0f172a;--text-secondary:#475569;--accent:#2563eb;--accent-strong:#1d4ed8;--border:#e2e8f0;--shadow:0 34px 60px #0f172a14;--shadow-soft:0 18px 38px #0f172a0f;--chip-bg:#2563eb1a;--chip-text:#1d4ed8}body[data-theme=dark]{--background:#0f172a;--surface:#111827;--surface-muted:#1f2937;--text-primary:#f8fafc;--text-secondary:#cbd5f5;--accent:#60a5fa;--accent-strong:#3b82f6;--border:#1f2937;--shadow:0 30px 70px #020617b8;--shadow-soft:0 18px 45px #02061780;--chip-bg:#60a5fa2e;--chip-text:#bfdbfe}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f7fb;background:var(--background);color:#0f172a;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.7;transition:background .3s ease,color .3s ease}a{color:inherit;text-decoration:none}ul{list-style:none;padding:0}button,input,select,textarea{font:inherit}h1,h2,h3,h4{font-weight:700}.btn,h1,h2,h3,h4{color:#0f172a;color:var(--text-primary)}.btn{align-items:center;background:#eef2ff;background:var(--surface-muted);border:1px solid #0000;border-radius:12px;cursor:pointer;display:inline-flex;font-weight:600;gap:.35rem;justify-content:center;padding:.7rem 1.35rem;transition:background .2s ease,color .2s ease,box-shadow .2s ease}.btn:hover{box-shadow:0 18px 38px #0f172a0f;box-shadow:var(--shadow-soft)}.btn-primary{background:#2563eb;background:var(--accent);color:#fff}.btn-primary:hover{background:#1d4ed8;background:var(--accent-strong)}.form-container{background:#fff;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:20px;box-shadow:0 34px 60px #0f172a14;box-shadow:var(--shadow);margin:4rem auto;max-width:420px;padding:2.5rem}.form-container h2{margin-bottom:1.5rem;text-align:center}.form-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1.25rem}.form-group label{color:#475569;color:var(--text-secondary);font-size:.9rem;font-weight:600}.form-group input,.form-group textarea{background:#eef2ff;background:var(--surface-muted);border:1px solid #e2e8f0;border:1px solid var(--border);border-radius:12px;color:#0f172a;color:var(--text-primary);padding:.75rem .85rem;transition:border .2s ease,box-shadow .2s ease;width:100%}.form-group input:focus,.form-group textarea:focus{border-color:#2563eb;border-color:var(--accent);box-shadow:0 0 0 4px #2563eb1f;outline:none}.form-error{background:#ef44441f;border-radius:10px;color:#ef4444;margin-bottom:1rem;padding:.65rem .85rem;text-align:center}.section-heading{display:flex;flex-direction:column;gap:.35rem}.section-heading h2{font-size:1.5rem}.empty-state,.section-heading p{color:#475569;color:var(--text-secondary)}.empty-state{background:#eef2ff;background:var(--surface-muted);border:1px dashed #e2e8f0;border:1px dashed var(--border);border-radius:14px;padding:1.5rem;text-align:center}.snippets-container{color:#333;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:2rem auto;max-width:900px;width:90%}.top-bar{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;justify-content:space-between;margin-bottom:1.5rem}.search-input{border:1px solid #ddd;border-radius:8px;flex-grow:1;font-size:1rem;min-width:250px;padding:.75rem 1rem}.search-input:focus{border-color:#000;box-shadow:0 0 0 2px #0000001a;outline:none}.add-btn,.custom-action button,.save-btn{background-color:#000;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:600;padding:.75rem 1.25rem;transition:background-color .2s ease}.add-btn:hover,.custom-action button:hover,.save-btn:hover{background-color:#333}.snippet-form{background:#f9f9f9;border:1px solid #eee;border-radius:8px;display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem;padding:1.5rem}.snippet-code-input,.snippet-title-input{border:1px solid #ccc;border-radius:6px;box-sizing:border-box;font-size:1rem;padding:.75rem;width:100%}.snippet-code-input{font-family:Courier New,Courier,monospace;min-height:150px;resize:vertical}.save-btn{align-self:flex-start;font-size:1rem}.save-btn:disabled{animation:pulse 1.5s infinite;background-color:#aaa;cursor:not-allowed}@keyframes pulse{0%{opacity:1}50%{opacity:.7}to{opacity:1}}.snippets-list{display:flex;flex-direction:column;gap:1rem}.empty-msg{color:#777;font-size:1.1rem;padding:2rem;text-align:center}.snippet-card{border:1px solid #e0e0e0;border-radius:8px;box-shadow:0 2px 4px #0000000d;transition:box-shadow .2s ease}.snippet-card:hover{box-shadow:0 4px 8px #00000014}.snippet-header{align-items:center;border-radius:8px 8px 0 0;cursor:pointer;display:flex;gap:1rem;justify-content:space-between;padding:1rem 1.5rem}.snippet-header:hover{background-color:#fcfcfc}.snippet-header-clickable{align-items:center;display:flex;flex-grow:1;gap:1rem;overflow:hidden}.lang-tag{background-color:#e7f3ff;border-radius:12px;color:#0056b3;flex-shrink:0;font-size:.8rem;font-weight:600;padding:.25rem .6rem;text-transform:uppercase}.snippet-title{font-size:1.1rem;font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.expand-icon{font-size:1rem;margin-left:auto;padding:0 .5rem;-webkit-user-select:none;user-select:none}.delete-btn{background:none;border:none;border-radius:6px;cursor:pointer;flex-shrink:0;font-size:1.2rem;line-height:1;padding:.5rem;transition:all .2s ease}.delete-btn:hover{background-color:#fdd;color:#c00}.delete-btn.confirm{background-color:#c00;color:#fff;font-size:.8rem;font-weight:600;padding:.5rem .75rem}.delete-btn.confirm:hover{background-color:#a00}.snippet-expanded{border-top:1px solid #eee;display:flex;flex-direction:column;gap:1.25rem;padding:0 1.5rem 1.5rem}.code-header{align-items:center;display:flex;justify-content:space-between;margin-top:1rem}.code-header strong{font-size:1.1rem}.action-buttons button,.copy-btn{background:#fff;border:1px solid #ccc;border-radius:6px;color:#000;cursor:pointer;font-size:.9rem;font-weight:600;padding:.5rem 1rem;transition:all .2s ease}.action-buttons button:hover,.copy-btn:hover{background:#f7f7f7;border-color:#000}.code-block{background:#1e1e1e;border:1px solid #333;border-radius:6px;color:#f8f8f8;margin:0;max-height:400px;overflow-y:auto;padding:1rem}.code-block code{word-wrap:break-word;color:#f8f8f8;font-family:Courier New,Courier,monospace;font-size:.95rem;white-space:pre-wrap}.ai-summary{background:#f9f9f9;border:1px solid #eee;border-radius:6px;padding:1rem}.ai-summary strong{color:#0056b3;display:block;font-size:1.1rem;margin-bottom:.5rem}.ai-summary p{color:#444;font-style:italic;margin:0}.ai-actions{display:flex;flex-direction:column;gap:.75rem}.ai-actions strong{font-size:1.1rem}.action-buttons,.custom-action{display:flex;flex-wrap:wrap;gap:.75rem}.custom-action input{border:1px solid #ccc;border-radius:6px;flex-grow:1;min-width:200px;padding:.75rem}.custom-action button{font-size:.9rem;padding:.75rem 1.25rem}.ai-result{background:#fcfcfc;border:1px solid #ccc;border-radius:6px;margin-top:.5rem;padding:1rem}.ai-result strong{display:block;font-size:1rem;margin-bottom:.75rem}.ai-result.loading{align-items:center;color:#555;display:flex;font-style:italic;gap:.75rem}.spinner{animation:spin 1s linear infinite;border:2px solid #f3f3f3;border-radius:50%;border-top-color:#000;height:16px;width:16px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.markdown-content{font-size:1rem;line-height:1.6}.markdown-content h4{border-bottom:1px solid #eee;font-size:1.1rem;font-weight:600;margin-bottom:.5rem;margin-top:1rem;padding-bottom:.25rem}.markdown-content ul{margin:0;padding-left:20px}.markdown-content li{margin-bottom:.5rem}.markdown-content pre{background:#f4f4f4;border:1px solid #ddd;border-radius:4px;overflow-x:auto;padding:1rem}.markdown-content code,.markdown-content pre{font-family:Courier New,Courier,monospace}
/*# sourceMappingURL=main.af6102df.css.map*/