:root{--background:#f8fafc;--foreground:#0f172a;--apple-blue:#3b82f6;--apple-orange:#f59e0b;--apple-red:#ef4444;--apple-grey:#64748b;--apple-card:#fff}html,body{-webkit-text-size-adjust:100%;background-color:var(--background);width:100%;color:var(--foreground);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,SF Pro Display,SF Pro Text,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol}body{flex-direction:column;min-height:100vh;margin:0;display:flex}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}.main-content{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:2rem;overflow-x:hidden}input[type=text],input[type=number],input[type=search],select,textarea{font-family:inherit;font-size:16px}input[type=search]::-webkit-search-cancel-button{-webkit-appearance:none;display:none}input[type=search]::-webkit-search-decoration{-webkit-appearance:none;display:none}input[type=search]::-webkit-search-results-button{-webkit-appearance:none;display:none}input[type=search]::-webkit-search-results-decoration{-webkit-appearance:none;display:none}button{touch-action:manipulation;justify-content:center;align-items:center;min-height:44px;font-family:inherit;display:flex}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}
.Navigation-module__VVOzFG__header{padding:.75rem 2rem;padding-top:calc(.75rem + env(safe-area-inset-top));-webkit-backdrop-filter:blur(20px);z-index:1000;background-color:#ffffffd9;border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;display:flex;position:sticky;top:0}.Navigation-module__VVOzFG__logo{color:#1c1c1e;letter-spacing:-.02em;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;display:flex}.Navigation-module__VVOzFG__logoImage{object-fit:contain;width:auto;height:32px}.Navigation-module__VVOzFG__nav{background:#f2f2f7;border-radius:.75rem;gap:.5rem;padding:.25rem;display:flex}.Navigation-module__VVOzFG__navItem{color:#8e8e93;border-radius:.5rem;align-items:center;min-height:38px;padding:.6rem 1.25rem;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s cubic-bezier(.25,1,.5,1);display:flex}.Navigation-module__VVOzFG__navItem:hover{color:#1c1c1e}.Navigation-module__VVOzFG__active{color:#1c1c1e;background-color:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.Navigation-module__VVOzFG__logoutButton{color:#ff3b30;cursor:pointer;background-color:#f2f2f7;border:none;border-radius:9999px;align-items:center;padding:.5rem 1rem;font-size:.9rem;font-weight:600;transition:all .2s;display:flex}.Navigation-module__VVOzFG__logoutButton:hover{color:#fff;background-color:#ff3b30}@media (max-width:1024px){.Navigation-module__VVOzFG__header{padding:.75rem 1rem;padding-top:calc(.75rem + env(safe-area-inset-top))}.Navigation-module__VVOzFG__logo{gap:.25rem;font-size:1.25rem}.Navigation-module__VVOzFG__nav{gap:.5rem}.Navigation-module__VVOzFG__navItem{min-height:40px;padding:.5rem;font-size:.9rem}.Navigation-module__VVOzFG__logoutButton{padding:.4rem .5rem;font-size:.8rem}}@media (max-width:768px){.Navigation-module__VVOzFG__header{flex-direction:column;align-items:flex-start;gap:1rem}.Navigation-module__VVOzFG__nav{flex-wrap:nowrap;width:100%;padding-bottom:.5rem;overflow-x:auto}.Navigation-module__VVOzFG__navItem,.Navigation-module__VVOzFG__logoutButton{white-space:nowrap}}.Navigation-module__VVOzFG__navWrapper{align-items:center;gap:.75rem;display:flex}.Navigation-module__VVOzFG__bellButton{color:#8e8e93;cursor:pointer;background-color:#f2f2f7;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s cubic-bezier(.25,1,.5,1);display:flex;position:relative}.Navigation-module__VVOzFG__bellButton:hover{color:#1c1c1e;background-color:#e5e5ea;transform:scale(1.05)}.Navigation-module__VVOzFG__badge{background-color:#ff3b30;border:2px solid #fff;border-radius:50%;width:9px;height:9px;position:absolute;top:6px;right:6px}.Navigation-module__VVOzFG__notificationDropdown{-webkit-backdrop-filter:blur(20px);z-index:1100;background:#fffffff2;border:1px solid #00000014;border-radius:12px;flex-direction:column;gap:.75rem;width:320px;padding:1rem;animation:.2s cubic-bezier(.34,1.56,.64,1) Navigation-module__VVOzFG__fadeInScale;display:flex;position:absolute;top:calc(100% + 12px);right:0;box-shadow:0 10px 25px -5px #0000001a,0 8px 10px -6px #0000001a}.Navigation-module__VVOzFG__dropdownHeader{border-bottom:1px solid #0000000d;justify-content:space-between;align-items:center;padding-bottom:.5rem;display:flex}.Navigation-module__VVOzFG__dropdownTitle{color:#1c1c1e;font-size:.95rem;font-weight:700}.Navigation-module__VVOzFG__notificationList{flex-direction:column;gap:.75rem;max-height:240px;display:flex;overflow-y:auto}.Navigation-module__VVOzFG__notificationItem{text-align:left;border-radius:6px;flex-direction:column;gap:.25rem;padding:.5rem;transition:background .15s;display:flex}.Navigation-module__VVOzFG__notificationItem:hover{background-color:#00000005}.Navigation-module__VVOzFG__notifMeta{justify-content:space-between;align-items:center;font-size:.75rem;display:flex}.Navigation-module__VVOzFG__notifCategory{color:#2563eb;background:#eff6ff;border-radius:4px;padding:.1rem .4rem;font-weight:700}.Navigation-module__VVOzFG__notifDate{color:#8e8e93}.Navigation-module__VVOzFG__notifTitle{color:#2c2c2e;font-size:.85rem;font-weight:550;line-height:1.45}
.ScrollToTop-module__IhJlHW__scrollToTopButton{z-index:50;color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:3.5rem;height:3.5rem;transition:all .3s;animation:.3s ScrollToTop-module__IhJlHW__fadeIn;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.ScrollToTop-module__IhJlHW__scrollToTopButton:hover{background:#2563eb;transform:translateY(-3px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.ScrollToTop-module__IhJlHW__icon{width:1.5rem;height:1.5rem}@keyframes ScrollToTop-module__IhJlHW__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.ScrollToTop-module__IhJlHW__scrollToTopButton{width:3rem;height:3rem;bottom:1.5rem;right:1.5rem}.ScrollToTop-module__IhJlHW__icon{width:1.25rem;height:1.25rem}}
