.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;min-width:44px;min-height:44px;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%;min-height:44px;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;min-height:44px;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;flex:1;gap:1.5rem;min-height:0;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;min-height:0;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;max-height:0;transition:max-height .3s ease-in-out,opacity .3s ease-in-out;overflow:hidden}.AdminSidebar-module__xv3nga__menuContentOpen{max-height:min(70vh,620px)}@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}}
.CategoryManager-module__tynKMa__manager{color:#fff;flex-direction:column;gap:1rem;min-height:0;padding:1rem;display:flex}.CategoryManager-module__tynKMa__addCategoryForm{background:#00000040;border:1px solid #ffffff1a;border-radius:14px;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:.75rem;padding:1rem;display:grid}.CategoryManager-module__tynKMa__inputGroup{flex-direction:column;gap:.5rem;min-width:0;display:flex}.CategoryManager-module__tynKMa__inputGroup label{color:#b8b8bd;font-size:.85rem;font-weight:600}.CategoryManager-module__tynKMa__inputGroup input,.CategoryManager-module__tynKMa__editInput{color:#fff;min-width:0;height:44px;font:inherit;background:#ffffff0d;border:1px solid #ffffff24;border-radius:9px;outline:none;transition:border-color .2s,box-shadow .2s}.CategoryManager-module__tynKMa__inputGroup input{width:100%;padding:0 .75rem}.CategoryManager-module__tynKMa__inputGroup input::placeholder{color:#777b83}.CategoryManager-module__tynKMa__inputGroup input:focus,.CategoryManager-module__tynKMa__editInput:focus{border-color:#4f8df7;box-shadow:0 0 0 3px #4f8df72e}.CategoryManager-module__tynKMa__addButton{color:#fff;cursor:pointer;white-space:nowrap;background:#3b82f6;border:0;border-radius:9px;justify-content:center;align-items:center;gap:.4rem;height:44px;padding:0 1rem;font-weight:700;transition:background .2s,transform .2s;display:inline-flex;box-shadow:0 6px 18px #3b82f64d}.CategoryManager-module__tynKMa__addButton:hover:not(:disabled){background:#4f8df7;transform:translateY(-1px)}.CategoryManager-module__tynKMa__addButton:disabled,.CategoryManager-module__tynKMa__actionButton:disabled{cursor:not-allowed;opacity:.5}.CategoryManager-module__tynKMa__listPanel{overscroll-behavior:contain;scrollbar-color:#52525b transparent;scrollbar-width:thin;min-height:0;max-height:min(42vh,360px);padding-right:.25rem;overflow-y:auto}.CategoryManager-module__tynKMa__listPanel::-webkit-scrollbar{width:7px}.CategoryManager-module__tynKMa__listPanel::-webkit-scrollbar-thumb{background:#52525b;border-radius:999px}.CategoryManager-module__tynKMa__categoryList{flex-direction:column;gap:.65rem;margin:0;padding:0;list-style:none;display:flex}.CategoryManager-module__tynKMa__categoryItem{background:#ffffff09;border:1px solid #ffffff17;border-radius:11px;justify-content:space-between;align-items:center;gap:.75rem;min-width:0;min-height:58px;padding:.65rem .75rem .65rem 1rem;transition:background .2s,border-color .2s;display:flex}.CategoryManager-module__tynKMa__categoryItem:hover{background:#ffffff0f;border-color:#ffffff29}.CategoryManager-module__tynKMa__categoryName{color:#f4f4f5;text-overflow:ellipsis;white-space:nowrap;font-weight:650;overflow:hidden}.CategoryManager-module__tynKMa__editInput{width:100%;height:38px;padding:0 .65rem}.CategoryManager-module__tynKMa__actions{flex:none;align-items:center;gap:.2rem;display:flex}.CategoryManager-module__tynKMa__actionButton{color:#a1a1aa;cursor:pointer;background:0 0;border:0;border-radius:8px;justify-content:center;align-items:center;width:34px;height:34px;padding:0;transition:background .2s,color .2s;display:inline-flex}.CategoryManager-module__tynKMa__actionButton:hover:not(:disabled){color:#60a5fa;background:#3b82f624}.CategoryManager-module__tynKMa__saveButton:hover:not(:disabled){color:#4ade80;background:#22c55e24}.CategoryManager-module__tynKMa__deleteButton:hover:not(:disabled){color:#f87171;background:#ef444424}.CategoryManager-module__tynKMa__empty{color:#8f9299;text-align:center;border:1px dashed #ffffff1f;border-radius:11px;padding:1.5rem 1rem}@media (max-width:380px){.CategoryManager-module__tynKMa__addCategoryForm{grid-template-columns:1fr}.CategoryManager-module__tynKMa__addButton{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}
