.header-module__edqLnG__header{z-index:1000;border-bottom:1px solid var(--frosted-border);padding:1rem 0;transition:all .3s;position:fixed;top:0;left:0;right:0}.header-module__edqLnG__nav{justify-content:space-between;align-items:center;display:flex}.header-module__edqLnG__logo{color:var(--text-primary);background:linear-gradient(to right,var(--gradient-from),var(--gradient-to));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;font-size:1.5rem;font-weight:700;text-decoration:none}.header-module__edqLnG__navLinks{align-items:center;gap:2rem;margin:0;padding:0;list-style:none;display:flex}.header-module__edqLnG__navLinks a{color:var(--text-secondary);font-weight:500;text-decoration:none;transition:color .3s}.header-module__edqLnG__navLinks a:hover{color:var(--text-primary)}.header-module__edqLnG__hamburger{color:var(--text-primary);cursor:pointer;z-index:1001;background:0 0;border:none;padding:.5rem;display:none}@media (max-width:768px){.header-module__edqLnG__navLinks{display:none}.header-module__edqLnG__hamburger{display:block}}.header-module__edqLnG__mobileMenuWrapper{align-items:center;display:none}@media (max-width:768px){.header-module__edqLnG__navLinks{display:none}.header-module__edqLnG__hamburger{display:block}.header-module__edqLnG__mobileMenuWrapper{display:flex}}.header-module__edqLnG__mobileOverlay{-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:1000;will-change:opacity;background:#0009;justify-content:flex-end;height:100dvh;animation:.3s forwards header-module__edqLnG__fadeIn;display:flex;position:fixed;inset:0;transform:translateZ(0)}@keyframes header-module__edqLnG__fadeIn{0%{opacity:0}to{opacity:1}}.header-module__edqLnG__mobileNav{background:var(--bg-secondary);border-left:1px solid var(--frosted-border);-webkit-overflow-scrolling:touch;will-change:transform;width:280px;height:100dvh;padding:5rem 2rem;animation:.3s forwards header-module__edqLnG__slideIn;overflow-y:auto;transform:translateZ(0);box-shadow:-10px 0 30px #0003}@keyframes header-module__edqLnG__slideIn{0%{transform:translate(100%)}to{transform:translate(0)}}.header-module__edqLnG__mobileNavLinks{flex-direction:column;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.header-module__edqLnG__mobileNavLinks li a{width:100%;color:var(--text-primary);text-align:center;border:1px solid var(--frosted-border);background:#ffffff08;border-radius:12px;padding:1rem;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:block}.header-module__edqLnG__mobileNavLinks li a:hover{border-color:var(--accent-primary);background:#ffffff14;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.header-module__edqLnG__mobileThemeToggle{border-top:1px solid var(--frosted-border);border-bottom:1px solid var(--frosted-border);color:var(--text-secondary);justify-content:space-between;align-items:center;margin:1rem 0;padding:.5rem 0;font-size:.9rem;display:flex}.header-module__edqLnG__mobileUserName{color:var(--accent-primary);margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.header-module__edqLnG__mobileLogoutBtn{color:#ef4444;cursor:pointer;text-align:center;background:#ef44441a;border:1px solid #ef444433;border-radius:8px;width:100%;padding:.75rem;font-weight:600}.header-module__edqLnG__userName{color:var(--accent-primary);background:var(--input-bg);border:1px solid var(--frosted-border);border-radius:20px;padding:4px 10px;font-size:.9rem;font-weight:600}.header-module__edqLnG__logoutBtn{border:1px solid var(--frosted-border);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:6px;padding:6px 12px;font-size:.9rem;transition:all .3s}.header-module__edqLnG__themeToggle{border:1px solid var(--frosted-border);cursor:pointer;color:var(--text-secondary);background:0 0;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .3s;display:flex}.header-module__edqLnG__themeToggle:hover{color:var(--text-primary);background:#ffffff1a}.header-module__edqLnG__mobileAdminBtn{width:100%;color:var(--accent-primary);cursor:pointer;text-align:center;background:linear-gradient(135deg,#06b6d41a 0%,#3b82f61a 100%);border:1px solid #3b82f64d;border-radius:8px;margin-top:.5rem;padding:.75rem;font-size:1rem;font-weight:600;transition:all .3s}.header-module__edqLnG__mobileAdminBtn:hover{background:linear-gradient(135deg,#06b6d433 0%,#3b82f633 100%);transform:translateY(-2px);box-shadow:0 4px 12px #3b82f626}
.AdminSidebar-module__xv3nga__overlay{z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);cursor:pointer;background:#0009;width:100vw;height:100vh;transition:opacity .3s;position:fixed;top:0;left:0}.AdminSidebar-module__xv3nga__sidebar{z-index:1001;color:#fff;background:#141414f2;border-left:1px solid #ffffff1a;flex-direction:column;width:90%;max-width:400px;height:100vh;transition:transform .3s cubic-bezier(.16,1,.3,1);display:flex;position:fixed;top:0;right:0;transform:translate(100%);box-shadow:-10px 0 30px #00000080}.AdminSidebar-module__xv3nga__sidebar.AdminSidebar-module__xv3nga__open{transform:translate(0)}.AdminSidebar-module__xv3nga__header{border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:1.5rem 2rem;display:flex}.AdminSidebar-module__xv3nga__header h2{color:var(--accent-primary,#60a5fa);margin:0;font-size:1.5rem;font-weight:600}.AdminSidebar-module__xv3nga__closeBtn{color:#888;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;font-size:1.5rem;line-height:1;transition:color .2s;display:flex}.AdminSidebar-module__xv3nga__closeBtn:hover{color:#fff;background:#ffffff1a}.AdminSidebar-module__xv3nga__menuItems{flex-direction:column;gap:1.5rem;padding:2rem;display:flex;overflow-y:auto}.AdminSidebar-module__xv3nga__menuLink{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:12px;align-items:center;gap:1rem;padding:1rem 1.5rem;font-size:1.1rem;font-weight:500;text-decoration:none;transition:all .2s;display:flex}.AdminSidebar-module__xv3nga__menuLink:hover{border-color:var(--accent-primary,#60a5fa);background:#ffffff1a;transform:translateY(-2px)}.AdminSidebar-module__xv3nga__menuSection{background:#0003;border:1px solid #ffffff0d;border-radius:12px;overflow:hidden}.AdminSidebar-module__xv3nga__menuToggle{color:#ccc;cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;width:100%;padding:1rem 1.5rem;font-size:1.1rem;transition:all .2s;display:flex}.AdminSidebar-module__xv3nga__menuToggle:hover,.AdminSidebar-module__xv3nga__menuToggle.AdminSidebar-module__xv3nga__active{color:#fff;background:#ffffff0d}.AdminSidebar-module__xv3nga__iconWrapper{width:32px;height:32px;color:var(--accent-primary,#60a5fa);background:#ffffff1a;border-radius:8px;justify-content:center;align-items:center;display:flex}.AdminSidebar-module__xv3nga__menuContent{background:#0000004d;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;overflow:hidden}@media (max-width:768px){.AdminSidebar-module__xv3nga__sidebar{width:100%;max-width:none}.AdminSidebar-module__xv3nga__header{padding:1rem 1.5rem}.AdminSidebar-module__xv3nga__menuItems{padding:1.5rem}}
.admin-module__aXBbkG__wrapper{max-width:800px;margin:0 auto;padding:6rem 0}.admin-module__aXBbkG__createSection{border-radius:16px;margin-bottom:4rem;padding:2rem}.admin-module__aXBbkG__createSection h2{margin-bottom:1.5rem;font-size:1.5rem}.admin-module__aXBbkG__form{flex-direction:column;gap:1.5rem;display:flex}.admin-module__aXBbkG__inputGroup{flex-direction:column;gap:.5rem;display:flex}.admin-module__aXBbkG__rowGroup{gap:1rem;display:flex}@media (max-width:768px){.admin-module__aXBbkG__rowGroup{flex-direction:column;align-items:stretch!important}.admin-module__aXBbkG__rowGroup>div{width:100%!important}}.admin-module__aXBbkG__inputGroup label{color:#a0a0a0;font-size:.9rem;font-weight:500}.admin-module__aXBbkG__inputGroup input,.admin-module__aXBbkG__inputGroup textarea,.admin-module__aXBbkG__select{color:#fff;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:8px;width:100%;padding:12px;font-family:inherit;font-size:1rem;transition:all .2s}.admin-module__aXBbkG__inputGroup input:focus,.admin-module__aXBbkG__inputGroup textarea:focus,.admin-module__aXBbkG__select:focus{border-color:var(--accent-primary);outline:none;box-shadow:0 0 0 2px #60a5fa33}.admin-module__aXBbkG__select{appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-position:right 1rem center;background-repeat:no-repeat;background-size:1em}.admin-module__aXBbkG__select option{color:#fff;background:#1a1a2e}.admin-module__aXBbkG__toolbar{flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem;display:flex}.admin-module__aXBbkG__toolBtn{color:#a0a0a0;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff1a;border-radius:6px;justify-content:center;align-items:center;padding:8px 12px;font-size:.9rem;transition:all .2s;display:flex}.admin-module__aXBbkG__toolBtn:hover,.admin-module__aXBbkG__toolBtn.admin-module__aXBbkG__active{color:#fff;background:#ffffff1a;border-color:#ffffff4d}.admin-module__aXBbkG__categoryList{flex-direction:column;gap:.75rem;margin-top:2rem;padding:0;list-style:none;display:flex}.admin-module__aXBbkG__categoryItem{background:#ffffff08;border:1px solid #ffffff0d;border-radius:12px;justify-content:space-between;align-items:center;padding:1rem 1.25rem;transition:all .2s;display:flex}.admin-module__aXBbkG__categoryItem:hover{background:#ffffff0d;border-color:#ffffff1a;transform:translate(4px)}.admin-module__aXBbkG__categoryName{color:#fff;font-weight:500}.admin-module__aXBbkG__deleteBtn{color:#9ca3af;cursor:pointer;background:0 0;border:none;border-radius:8px;justify-content:center;align-items:center;padding:8px;transition:all .2s;display:flex}.admin-module__aXBbkG__deleteBtn:hover{color:#ef4444;background:#ef44441a}.admin-module__aXBbkG__error{color:#ef4444;margin-top:.5rem;font-size:.9rem}.admin-module__aXBbkG__addCategoryForm{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff05;border:1px solid #ffffff0d;border-radius:16px;align-items:flex-end;gap:1rem;margin-bottom:2rem;padding:1.5rem;display:flex}@media (max-width:768px){.admin-module__aXBbkG__addCategoryForm{flex-direction:column;align-items:stretch;padding:1.25rem}.admin-module__aXBbkG__addCategoryForm button{justify-content:center;width:100%}}
.footer-module__0YPuSq__footer{text-align:center;color:var(--text-secondary);border-top:1px solid var(--border-color);margin-top:4rem;padding:2rem 0}
.tiptap-module__eUZXAq__editorWrapper{border:1px solid var(--frosted-border);background:#ffffff0d;border-radius:8px;flex-direction:column;display:flex;overflow:hidden}.tiptap-module__eUZXAq__toolbar{border-bottom:1px solid var(--frosted-border);background:#0003;flex-wrap:wrap;gap:.5rem;padding:.5rem;display:flex}.tiptap-module__eUZXAq__toolbar button{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px 8px;font-size:.9rem;transition:all .2s;display:flex}.tiptap-module__eUZXAq__toolbar button:hover{color:var(--text-primary);background:#ffffff1a}.tiptap-module__eUZXAq__toolbar button.tiptap-module__eUZXAq__isActive{color:var(--accent-primary);background:#fff3}.tiptap-module__eUZXAq__editorContent{min-height:400px;color:var(--text-primary);white-space:pre-wrap;outline:none;padding:1rem}.tiptap-module__eUZXAq__editorContent .ProseMirror{white-space:pre-wrap;outline:none;min-height:400px}.tiptap-module__eUZXAq__editorContent .ProseMirror p.is-editor-empty:first-child:before{color:#adb5bd;content:attr(data-placeholder);float:left;pointer-events:none;height:0}.tiptap-module__eUZXAq__editorContent h1{margin-top:1.5rem;margin-bottom:.5rem;font-size:1.8rem;font-weight:700}.tiptap-module__eUZXAq__editorContent h2{margin-top:1.2rem;margin-bottom:.5rem;font-size:1.4rem;font-weight:600}.tiptap-module__eUZXAq__editorContent h3{margin-top:1rem;margin-bottom:.5rem;font-size:1.2rem;font-weight:600}.tiptap-module__eUZXAq__editorContent p{margin-bottom:.5rem}.tiptap-module__eUZXAq__editorContent img{vertical-align:top;border-radius:8px;max-width:100%;margin-bottom:.5rem;margin-right:.75rem}.tiptap-module__eUZXAq__editorContent code{background-color:#ffffff1a;border-radius:4px;padding:.2rem .4rem;font-family:monospace}.tiptap-module__eUZXAq__editorContent pre{color:#fff;background:#0d0d0d;border-radius:.5rem;margin:1rem 0;padding:.75rem 1rem;font-family:JetBrainsMono,monospace}.tiptap-module__eUZXAq__editorContent pre code{color:inherit;white-space:pre;background:0 0;padding:0;font-family:JetBrainsMono,monospace;font-size:.9rem;display:block}.tiptap-module__eUZXAq__editorContent table{border-collapse:collapse;table-layout:auto;width:100%;margin:1rem 0}:is(.tiptap-module__eUZXAq__editorContent th,.tiptap-module__eUZXAq__editorContent td){border:1px solid var(--frosted-border,#fff3);vertical-align:top;text-align:left;min-width:80px;padding:.6rem 1rem}.tiptap-module__eUZXAq__editorContent th{background:#ffffff0f;font-weight:400}.tiptap-module__eUZXAq__editorContent .selectedCell{background:#3b82f626}:is([data-theme=light] .tiptap-module__eUZXAq__editorContent th,[data-theme=light] .tiptap-module__eUZXAq__editorContent td){border-color:#d1d5db}[data-theme=light] .tiptap-module__eUZXAq__editorContent th{background:#0000000a}[data-theme=light] .tiptap-module__eUZXAq__editorContent .selectedCell{background:#3b82f61a}.tiptap-module__eUZXAq__editorContent div[data-youtube-video]{aspect-ratio:16/9;border-radius:8px;max-width:100%;margin:1rem 0;position:relative;overflow:hidden}.tiptap-module__eUZXAq__editorContent div[data-youtube-video] iframe{border:0;border-radius:8px;width:100%;height:100%}.tiptap-module__eUZXAq__editorContent blockquote{border-left:3px solid var(--accent-primary);color:var(--text-secondary);margin-left:0;padding-left:1rem;font-style:italic}[data-theme=light] .tiptap-module__eUZXAq__editorWrapper{background:#f3f4f6;border-color:#d1d5db}[data-theme=light] .tiptap-module__eUZXAq__toolbar{background:#e5e7eb;border-bottom-color:#d1d5db}[data-theme=light] .tiptap-module__eUZXAq__toolbar button:hover{color:#111827;background:#00000014}[data-theme=light] .tiptap-module__eUZXAq__toolbar button.tiptap-module__eUZXAq__isActive{background:#0000001a}[data-theme=light] .tiptap-module__eUZXAq__editorContent{color:#111827}[data-theme=light] .tiptap-module__eUZXAq__editorContent code{color:#111827;background-color:#0000000f}[data-theme=light] .tiptap-module__eUZXAq__editorContent pre{color:#e2e8f0;background:#1e293b}[data-theme=light] .tiptap-module__eUZXAq__editorContent pre code{color:#e2e8f0;background:0 0}
.editor-module__nCgwza__commandList{background:#1a1a1a;border:1px solid #333;border-radius:8px;flex-direction:column;gap:.25rem;min-width:200px;padding:.5rem;display:flex;box-shadow:0 4px 12px #00000080}.editor-module__nCgwza__item{color:#fff;text-align:left;cursor:pointer;background:0 0;border:none;border-radius:4px;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;font-size:.9rem;display:flex}.editor-module__nCgwza__item:hover,.editor-module__nCgwza__isSelected{color:var(--accent-primary,#3b82f6);background:#ffffff1a}.editor-module__nCgwza__imageNode{vertical-align:top;display:inline-block;position:relative}.editor-module__nCgwza__imageNode img{border-radius:8px;max-width:100%;display:block}.editor-module__nCgwza__deleteBtn{color:#fff;cursor:pointer;opacity:0;background:#ef4444cc;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;transition:opacity .2s;display:flex;position:absolute;top:8px;right:8px}.editor-module__nCgwza__imageNode:hover .editor-module__nCgwza__deleteBtn{opacity:1}.editor-module__nCgwza__imageSelected{outline:2px solid var(--accent-primary,#3b82f6);border-radius:8px}.editor-module__nCgwza__resizeHandle{background:var(--accent-primary,#3b82f6);cursor:nwse-resize;opacity:0;border-radius:2px;width:16px;height:16px;transition:opacity .2s;position:absolute;bottom:4px;right:4px}.editor-module__nCgwza__resizeHandle:after{content:"";border-bottom:2px solid #fff;border-right:2px solid #fff;width:8px;height:8px;position:absolute;bottom:3px;right:3px}.editor-module__nCgwza__imageNode:hover .editor-module__nCgwza__resizeHandle,.editor-module__nCgwza__imageSelected .editor-module__nCgwza__resizeHandle{opacity:1}.editor-module__nCgwza__youtubeNode{max-width:100%;margin:1rem 0;display:block;position:relative}.editor-module__nCgwza__youtubeWrapper{border-radius:8px;position:relative;overflow:hidden}.editor-module__nCgwza__youtubeDeleteBtn{color:#fff;cursor:pointer;opacity:0;z-index:10;background:#ef4444d9;border:none;border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;transition:opacity .2s;display:flex;position:absolute;top:8px;right:8px}.editor-module__nCgwza__youtubeWrapper:hover .editor-module__nCgwza__youtubeDeleteBtn{opacity:1}.editor-module__nCgwza__youtubeDeleteBtn:hover{background:#ef4444}.editor-module__nCgwza__youtubeSelected .editor-module__nCgwza__youtubeWrapper{outline:2px solid var(--accent-primary,#3b82f6);border-radius:8px}.editor-module__nCgwza__youtubeWrapper:hover .editor-module__nCgwza__resizeHandle,.editor-module__nCgwza__youtubeSelected .editor-module__nCgwza__youtubeWrapper .editor-module__nCgwza__resizeHandle{opacity:1}.editor-module__nCgwza__codeBlockNode{margin:1rem 0;position:relative}.editor-module__nCgwza__codeBlockSelect{color:#fff;z-index:10;background:#00000080;border:1px solid #fff3;border-radius:4px;padding:2px 6px;font-size:.8rem;position:absolute;top:8px;right:8px}.editor-module__nCgwza__codeBlockSelect:focus{border-color:var(--accent-primary,#3b82f6);outline:none}.editor-module__nCgwza__editorContent pre{color:#fff;background:#0d0d0d;border-radius:.5rem;margin:1rem 0;padding:.75rem 1rem;font-family:JetBrainsMono,monospace}.editor-module__nCgwza__tableSizePicker{background:#1a1a1a;border:1px solid #333;border-radius:8px;padding:.75rem;box-shadow:0 4px 12px #00000080}.editor-module__nCgwza__tableSizeLabel{text-align:center;color:#aaa;margin-bottom:.5rem;font-size:.8rem}.editor-module__nCgwza__tableSizeGrid{grid-template-columns:repeat(8,1fr);gap:3px;display:grid}.editor-module__nCgwza__tableSizeCell{cursor:pointer;background:0 0;border:1px solid #444;border-radius:2px;width:22px;height:22px;transition:all .1s}.editor-module__nCgwza__tableSizeCell:hover{border-color:#666}.editor-module__nCgwza__tableSizeCellActive{background:var(--accent-primary,#3b82f6);border-color:var(--accent-primary,#3b82f6)}.editor-module__nCgwza__tableNode{margin:1rem 0;display:block;position:relative;overflow:visible}.editor-module__nCgwza__tableNode table,.editor-module__nCgwza__tableContent{border-collapse:collapse;width:100%}:is(.editor-module__nCgwza__tableNode th,.editor-module__nCgwza__tableNode td){vertical-align:top;border:1px solid #444;min-width:80px;padding:.5rem .75rem;position:relative}.editor-module__nCgwza__tableNode th{text-align:left;background:#ffffff14;font-weight:600}.editor-module__nCgwza__tableNode td{background:0 0}.editor-module__nCgwza__tableNode .selectedCell{background:#3b82f626}.editor-module__nCgwza__tableSelected{outline:2px solid var(--accent-primary,#3b82f6);border-radius:4px}.editor-module__nCgwza__tableResizeHandle{background:var(--accent-primary,#3b82f6);cursor:nwse-resize;opacity:0;z-index:10;border-radius:2px;width:16px;height:16px;transition:opacity .2s;position:absolute;bottom:-4px;right:-4px}.editor-module__nCgwza__tableResizeHandle:after{content:"";border-bottom:2px solid #fff;border-right:2px solid #fff;width:8px;height:8px;position:absolute;bottom:3px;right:3px}.editor-module__nCgwza__tableNode:hover .editor-module__nCgwza__tableResizeHandle,.editor-module__nCgwza__tableSelected .editor-module__nCgwza__tableResizeHandle{opacity:1}.editor-module__nCgwza__toolbarTablePopup{z-index:100;margin-top:4px;position:absolute;top:100%;left:0}[data-theme=light] .editor-module__nCgwza__tableSizePicker{background:#fff;border-color:#d1d5db;box-shadow:0 4px 12px #00000026}[data-theme=light] .editor-module__nCgwza__tableSizeLabel{color:#6b7280}[data-theme=light] .editor-module__nCgwza__tableSizeCell{border-color:#d1d5db}:is([data-theme=light] .editor-module__nCgwza__tableNode th,[data-theme=light] .editor-module__nCgwza__tableNode td){border-color:#d1d5db}[data-theme=light] .editor-module__nCgwza__tableNode th{background:#0000000a}
