@import "https://fonts.googleapis.com/css2?family=Outfit:wght@300;400;500;600;700;800&family=Inter:wght@400;500;600&display=swap";
:root{--font-heading:"Outfit", sans-serif;--font-main:"Inter", -apple-system, BlinkMacSystemFont, sans-serif;--bg-base:#f8fafc;--bg-surface:#fff;--bg-hover:#f1f5f9;--border-color:#e2e8f0;--border-hover:#cbd5e1;--accent:#f05;--accent-hover:#e6004c;--accent-gradient:linear-gradient(135deg, #f05 0%, #f37 100%);--accent-light:#ff005514;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--max-width:1400px;--sidebar-width:240px;--header-height:64px;--transition-fast:all .2s cubic-bezier(.4, 0, .2, 1);--transition-smooth:all .3s cubic-bezier(.4, 0, .2, 1);--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 4px 6px -1px #0000000d, 0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #0000000d, 0 4px 6px -4px #0000000d;--shadow-card-hover:0 20px 25px -5px #ff00551a, 0 8px 10px -6px #ff00550d;--shadow-header:0 4px 20px #ff005526}*{box-sizing:border-box;margin:0;padding:0}html,body{background-color:var(--bg-base);max-width:100vw;color:var(--text-primary);font-family:var(--font-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}a{color:inherit;text-decoration:none}button,input,textarea,select{color:inherit;background:0 0;border:none;outline:none;font-family:inherit}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);letter-spacing:-.02em;font-weight:700}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.btn-primary{background:var(--accent-gradient);color:#fff;font-family:var(--font-heading);cursor:pointer;transition:var(--transition-smooth);border-radius:12px;justify-content:center;align-items:center;gap:8px;padding:12px 24px;font-size:15px;font-weight:600;display:inline-flex;box-shadow:0 4px 12px #f053}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 16px #ff00554d}.btn-primary:active{transform:translateY(0)}.btn-primary:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.input-field{border:1px solid var(--border-color);background:var(--bg-surface);width:100%;color:var(--text-primary);transition:var(--transition-fast);border-radius:10px;padding:12px 16px;font-size:15px}.input-field:focus{border-color:var(--accent);box-shadow:0 0 0 3px var(--accent-light)}.input-field::placeholder{color:var(--text-muted)}
.layout-module__L5FxyW__wrapper{flex-direction:column;min-height:100vh;display:flex}.layout-module__L5FxyW__header{height:var(--header-height);background:var(--accent-gradient);box-shadow:var(--shadow-header);z-index:1000;justify-content:space-between;align-items:center;gap:20px;padding:0 24px;display:flex;position:fixed;top:0;left:0;right:0}.layout-module__L5FxyW__logoContainer{cursor:pointer;flex-shrink:0;align-items:center;gap:4px;display:flex}.layout-module__L5FxyW__logoIcon{color:var(--accent);justify-content:center;align-items:center;display:flex}.layout-module__L5FxyW__logoText{font-family:var(--font-heading);letter-spacing:-.5px;color:#fff;font-size:24px;font-weight:800}.layout-module__L5FxyW__logoAccent{color:#fff}.layout-module__L5FxyW__searchContainer{height:44px;transition:var(--transition-smooth);background:#f1f5f9;border:1.5px solid #cbd5e1;border-radius:40px;flex:0 560px;align-items:center;padding:0 16px;display:flex}.layout-module__L5FxyW__searchContainer:focus-within{border-color:var(--accent);background:#fff;box-shadow:0 4px 12px #ff00551a}.layout-module__L5FxyW__searchInput{width:100%;height:100%;color:var(--text-primary);background:0 0;border:none;outline:none;font-size:15px}.layout-module__L5FxyW__searchInput::placeholder{color:var(--text-muted)}.layout-module__L5FxyW__searchIcon{color:var(--text-muted);flex-shrink:0;margin-right:10px}.layout-module__L5FxyW__accountArea{flex-shrink:0;align-items:center;gap:8px;display:flex;position:relative}.layout-module__L5FxyW__accountBtn{width:40px;height:40px;color:var(--text-primary);cursor:pointer;transition:var(--transition-smooth);background:#f1f5f9;border:1.5px solid #cbd5e1;border-radius:50%;justify-content:center;align-items:center;font-size:15px;font-weight:700;display:flex}.layout-module__L5FxyW__accountBtn:hover{background:#e2e8f0;transform:translateY(-1px)}.layout-module__L5FxyW__accountBtnGuest{color:var(--text-primary);background:#f1f5f9;border:1.5px solid #cbd5e1}.layout-module__L5FxyW__accountBtnGuest:hover{background:#e2e8f0}.layout-module__L5FxyW__dropdown{background:var(--bg-base);border:1px solid var(--border-color);width:240px;box-shadow:var(--shadow-lg);z-index:200;border-radius:12px;padding:8px 0;animation:.15s layout-module__L5FxyW__dropdownFadeIn;position:absolute;top:calc(100% + 8px);right:0}@keyframes layout-module__L5FxyW__dropdownFadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.layout-module__L5FxyW__dropdownHeader{border-bottom:1px solid var(--border-color);margin-bottom:4px;padding:12px 16px}.layout-module__L5FxyW__dropdownName{color:var(--text-primary);font-size:14px;font-weight:600}.layout-module__L5FxyW__dropdownEmail{color:var(--text-muted);margin-top:2px;font-size:12px}.layout-module__L5FxyW__dropdownItem{color:var(--text-primary);cursor:pointer;transition:var(--transition-fast);text-align:left;align-items:center;gap:10px;width:100%;padding:10px 16px;font-size:14px;display:flex}.layout-module__L5FxyW__dropdownItem:hover{background:var(--bg-surface)}.layout-module__L5FxyW__dropdownDivider{background:var(--border-color);height:1px;margin:4px 0}.layout-module__L5FxyW__dropdownItemDanger{color:var(--accent)}.layout-module__L5FxyW__mainLayout{padding-top:var(--header-height);flex:1;display:flex}.layout-module__L5FxyW__sidebar{width:var(--sidebar-width);border-right:1px solid var(--border-color);background:var(--bg-base);top:var(--header-height);z-index:90;flex-direction:column;gap:4px;padding:16px 12px;display:flex;position:fixed;bottom:0;left:0;overflow-y:auto}.layout-module__L5FxyW__sidebarTitle{font-family:var(--font-heading);text-transform:uppercase;letter-spacing:.5px;color:var(--text-muted);padding:12px 16px 8px;font-size:13px;font-weight:700}.layout-module__L5FxyW__categoryLink{color:var(--text-secondary);cursor:pointer;transition:var(--transition-fast);text-align:left;background:0 0;border:none;border-radius:12px;align-items:center;gap:12px;width:100%;padding:10px 16px;font-size:15px;font-weight:500;display:flex}.layout-module__L5FxyW__categoryLink:hover{background:var(--bg-hover);color:var(--text-primary)}.layout-module__L5FxyW__categoryLinkActive{background:var(--accent-light);color:var(--accent);font-weight:600}.layout-module__L5FxyW__sidebarDivider{background:var(--border-color);height:1px;margin:8px 0}.layout-module__L5FxyW__navLink{color:var(--text-secondary);cursor:pointer;transition:var(--transition-fast);border-radius:12px;align-items:center;gap:12px;padding:10px 16px;font-size:15px;font-weight:500;display:flex}.layout-module__L5FxyW__navLink:hover{background:var(--bg-hover);color:var(--text-primary)}.layout-module__L5FxyW__navLinkActive{background:var(--accent-light);color:var(--accent);font-weight:600}.layout-module__L5FxyW__content{margin-left:var(--sidebar-width);min-height:calc(100vh - var(--header-height));width:calc(100% - var(--sidebar-width));flex:1;padding:20px 24px}.layout-module__L5FxyW__contentFullWidth{width:100%!important;margin-left:0!important;padding:0!important}.layout-module__L5FxyW__contentCentered{justify-content:center;align-items:center;display:flex;width:100%!important;margin-left:0!important}@media (max-width:1024px){.layout-module__L5FxyW__sidebar{width:72px;padding:12px 4px}.layout-module__L5FxyW__sidebarTitle,.layout-module__L5FxyW__categoryLink span,.layout-module__L5FxyW__navLink span{display:none}.layout-module__L5FxyW__categoryLink,.layout-module__L5FxyW__navLink{justify-content:center;padding:10px}.layout-module__L5FxyW__content{width:calc(100% - 72px);margin-left:72px}}@media (max-width:768px){.layout-module__L5FxyW__sidebar{display:none}.layout-module__L5FxyW__content{width:100%;margin-left:0;padding:16px}.layout-module__L5FxyW__searchContainer{display:none}}
