.header{background:linear-gradient(135deg,#c49a9a,#b8898a);color:#0f2338;padding:0;box-shadow:0 8px 25px #0f233826;position:sticky;top:0;z-index:1000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;backdrop-filter:blur(10px);border-bottom:1px solid rgba(196,154,154,.1)}.header-container{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:1.25rem 2rem;gap:2rem;position:relative}.header-left{display:flex;align-items:center;flex:0 1 250px}.logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#0f2338}.logo-icon{width:44px;height:44px;background:linear-gradient(135deg,#fff,#f8f9fa);color:#0f2338;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;letter-spacing:-.5px;box-shadow:0 4px 12px #00000026,0 2px 4px #0000001a;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.logo-text{display:flex;flex-direction:column;line-height:1.1}.logo-primary{font-size:22px;font-weight:700;color:#0f2338;letter-spacing:-.5px;text-shadow:0 1px 2px rgba(196,154,154,.1)}.logo-secondary{font-size:14px;font-weight:500;color:#0f2338;margin-top:-2px;letter-spacing:.25px;opacity:.8}.header-nav{display:flex;align-items:center;gap:2rem;flex:0 1 auto;justify-content:center;position:absolute;left:50%;transform:translate(-50%)}.nav-dropdown{position:relative}.nav-link{color:#0f2338e6;text-decoration:none;font-weight:500;font-size:15px;padding:.75rem 1.25rem;border-radius:8px;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;background:none;border:none;cursor:pointer;display:flex;align-items:center;gap:.5rem;letter-spacing:.025em}.nav-link:hover{color:#0f2338;background:#0f23381f;transform:translateY(-1px);text-shadow:0 1px 2px rgba(196,154,154,.1)}.nav-link.active{color:#0f2338;background:#0f233833;font-weight:600;box-shadow:0 2px 8px #0f23381a}.nav-link.active:after{content:"";position:absolute;bottom:-.75rem;left:50%;transform:translate(-50%);width:6px;height:6px;background:#0f2338;border-radius:50%;box-shadow:0 2px 4px #0f233866}.dropdown-arrow{transition:transform .3s ease}.dropdown-toggle.active .dropdown-arrow{transform:rotate(180deg)}.dropdown-overlay{position:fixed;inset:0;z-index:999;background:transparent}.dropdown-menu{position:absolute;top:100%;left:0;background:#fff;border-radius:8px;box-shadow:0 8px 24px #0000001f;min-width:180px;padding:.5rem 0;margin-top:.5rem;z-index:1000;border:1px solid rgba(0,0,0,.08)}.dropdown-item{display:block;width:100%;padding:.75rem 1rem;color:#374151;text-decoration:none;font-size:14px;font-weight:500;transition:all .2s ease;border:none;background:none;text-align:left;cursor:pointer}.dropdown-item:hover{background:#f9fafb;color:#1f2937}.dropdown-item.active{background:#f0f9ff;color:#0369a1;font-weight:600}.header-right{display:flex;align-items:center;gap:1rem;flex:0 1 250px;justify-content:flex-end}.user-avatar{width:40px;height:40px;background:linear-gradient(135deg,#fff,#f8f9fa);color:#0f2338;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;box-shadow:0 4px 12px #00000026,0 2px 4px #0000001a;border:2px solid rgba(196,154,154,.3);transition:all .3s ease}@media (max-width: 768px){.header-container{padding:1rem;gap:1rem}.header-nav,.nav-dropdown,.logo-text{display:none}.header-left,.header-right{flex:0 1 auto}.logout-btn span{display:none}}@media (max-width: 992px){.header-nav{gap:1rem;position:static;transform:none}.header-left,.header-right{flex:0 1 200px}.nav-link{font-size:14px;padding:.4rem .8rem}}.header-notification{margin-right:16px}.header-notification .notification-button{color:#0f2338cc;padding:10px}.header-notification .notification-button:hover{background-color:#0f23381a;color:#0f2338}.header-notification .notification-button.has-notifications{color:#0f2338}.header-notification .notification-button.has-notifications:hover{background-color:#0f233826}.user-dropdown{position:relative}.user-dropdown-toggle{display:flex;align-items:center;gap:.75rem;background:transparent;border:none;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .2s ease;color:#0f2338}.user-dropdown-toggle.avatar-only{padding:4px;border-radius:50%}.user-dropdown-toggle:hover{background:#0f23381a;transform:translateY(-1px)}.user-dropdown-toggle:hover .user-avatar{box-shadow:0 6px 16px #0003,0 3px 6px #0000001a;border-color:#c49a9a80}.user-dropdown-toggle .dropdown-arrow{margin-left:4px}.user-dropdown-menu{position:absolute;top:calc(100% + 8px);right:0;background:#fff;border-radius:10px;box-shadow:0 20px 40px #0f233826,0 8px 20px #0000001a;min-width:240px;z-index:1001;overflow:hidden;border:1px solid rgba(196,154,154,.1)}.dropdown-user-info{padding:1.25rem;display:flex;align-items:center;gap:.75rem;background:linear-gradient(135deg,#f9fafb,#fff);border-bottom:1px solid rgba(196,154,154,.1)}.dropdown-user-avatar{width:40px;height:40px;background:#fff;color:#0f2338;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;border:2px solid #e5e7eb}.dropdown-user-details{display:flex;flex-direction:column;gap:2px;min-width:0}.dropdown-user-name{font-size:14px;font-weight:600;color:#172b4d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown-user-email{font-size:12px;color:#6b778c;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.dropdown-divider{height:1px;background:#e5e7eb;margin:0}.user-dropdown-menu .dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;background:none;border:none;cursor:pointer;width:100%;text-align:left;color:#374151;font-size:14px;transition:all .2s ease}.user-dropdown-menu .dropdown-item:hover{background:#f9fafb;color:#1f2937}.user-dropdown-menu .logout-item{color:#dc2626}.user-dropdown-menu .logout-item:hover{background:#fef2f2;color:#b91c1c}.user-dropdown-menu .logout-item svg{width:16px;height:16px}.landing{height:100vh;display:flex;flex-direction:column;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow:visible}.landing-main{flex:1;display:flex;flex-direction:column;overflow:hidden}.landing-container{max-width:1200px;margin:0 auto;padding:0rem;width:100%;height:100%;display:flex;flex-direction:column;overflow:hidden}.module-container{background:#fff;border-radius:12px;box-shadow:0 2px 10px #0f233814;padding:2rem;margin-bottom:2rem;border:1px solid rgba(15,35,56,.1)}.module-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid #e9ecef}.module-title{font-size:24px;font-weight:700;color:#0f2338;margin:0;display:flex;align-items:center;gap:.75rem}.module-title-icon{width:32px;height:32px;background:#c49a9a;color:#0f2338;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:16px}.module-actions{display:flex;align-items:center;gap:.75rem}.module-btn{padding:.5rem 1rem;border:1px solid #0f2338;background:transparent;color:#0f2338;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem}.module-btn:hover{background:#c49a9a;color:#0f2338;transform:translateY(-1px)}.module-btn.primary{background:#c49a9a;color:#0f2338}.module-btn.primary:hover{background:#0f2338e6}.module-content{position:relative}.module-loading{display:flex;align-items:center;justify-content:center;padding:3rem;color:#6c757d;font-style:italic}.module-error{display:flex;align-items:center;justify-content:center;flex-direction:column;padding:3rem;color:#dc3545;text-align:center}.module-error-icon{width:48px;height:48px;margin-bottom:1rem;opacity:.5}.welcome-section{background:#c49a9a;color:#0f2338;border-radius:12px;padding:2rem;margin-bottom:2rem;text-align:center}.welcome-title{font-size:28px;font-weight:700;margin:0 0 .5rem}.welcome-subtitle{font-size:16px;opacity:.9;margin:0}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-bottom:2rem}.stat-card{background:#c49a9a;border-radius:8px;padding:1.5rem;text-align:center;border:1px solid rgba(196,154,154,.3);box-shadow:0 2px 8px #c49a9a33}.stat-value{font-size:32px;font-weight:700;color:#0f2338;margin:0 0 .5rem}.stat-label{font-size:14px;color:#ffffffe6;margin:0}.recent-tasks-list{display:flex;flex-direction:column;gap:1rem}.task-item{display:flex;align-items:center;justify-content:space-between;padding:1rem;border:1px solid rgba(15,35,56,.1);border-radius:8px;background:#fff;transition:all .3s ease}.task-item:hover{box-shadow:0 2px 8px #0f23381a;transform:translateY(-1px)}.task-info{flex:1}.task-title{font-size:16px;font-weight:600;color:#0f2338;margin:0 0 .25rem}.task-description{font-size:14px;color:#6c757d;margin:0 0 .5rem}.task-time{font-size:12px;color:#999}.task-status{padding:.25rem .75rem;border-radius:4px;font-size:12px;font-weight:500;text-transform:uppercase}.task-status.completed{background:#c49a9a33;color:#0f2338}.task-status.in-progress{background:#0f23381a;color:#0f2338}.task-status.pending{background:#6c757d1a;color:#6c757d}.task-assigned-user{font-size:12px;font-weight:500;color:#6c757d;font-style:italic;margin-top:4px}@media (max-width: 768px){.landing-container{padding:.75rem}.module-container{padding:1.5rem;margin-bottom:1.5rem}.module-header{flex-direction:column;align-items:flex-start;gap:1rem}.module-title{font-size:20px}.welcome-section{padding:1.5rem}.welcome-title{font-size:24px}.stats-grid{grid-template-columns:1fr}}@media (max-width: 480px){.module-actions{flex-direction:column;width:100%}.module-btn{width:100%;justify-content:center}}.footer{background:linear-gradient(135deg,#c49a9a,#b8898a);color:#0f2338;flex-shrink:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;position:sticky;bottom:0;z-index:100;border-top:1px solid rgba(196,154,154,.1);backdrop-filter:blur(10px);box-shadow:0 -8px 25px #0f233826}.footer-container{max-width:1200px;margin:0 auto;padding:1.75rem 2rem}.footer-content{display:flex;justify-content:space-between;align-items:center;gap:1rem}.footer-simple{text-align:left}.footer-simple p{color:#0f2338cc;font-size:14px;margin:0;font-weight:500;letter-spacing:.025em;text-shadow:0 1px 2px rgba(196,154,154,.1)}.mobile-notice{text-align:right;max-width:320px;padding:1rem;background:#0f23381a;border-radius:8px;border:1px solid rgba(15,35,56,.2);backdrop-filter:blur(5px)}.mobile-notice p{color:#0f2338e6;font-size:12px;margin:0;line-height:1.4;text-shadow:0 1px 2px rgba(196,154,154,.1)}.mobile-notice strong{font-weight:600;color:#0f2338;text-shadow:none}@media (max-width: 768px){.footer-container{padding:1.25rem}.footer-content{flex-direction:column;align-items:flex-start;gap:1rem}.footer-simple p{font-size:12px}.mobile-notice{align-self:flex-end;max-width:280px;padding:.75rem}.mobile-notice p{font-size:11px}}.header-mobile{background:linear-gradient(135deg,#c49a9a,#b8898a);color:#0f2338;padding:1.25rem 0;position:sticky;top:0;z-index:1000;box-shadow:0 8px 25px #0f233826;backdrop-filter:blur(10px);border-bottom:1px solid rgba(196,154,154,.1)}.header-mobile-container{width:100%;padding:0 1rem;display:flex;align-items:center;justify-content:space-between}.header-mobile-logo{display:flex;align-items:center;gap:.75rem;text-decoration:none;color:#0f2338;flex-shrink:0}.header-mobile-logo-icon{width:44px;height:44px;background:linear-gradient(135deg,#fff,#f8f9fa);color:#0f2338;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;letter-spacing:-.5px;box-shadow:0 4px 12px #00000026,0 2px 4px #0000001a;border:1px solid rgba(255,255,255,.2);transition:all .3s ease}.header-mobile-logo-text{display:flex;flex-direction:column;line-height:1.1}.header-mobile-logo-primary{font-size:22px;font-weight:700;color:#0f2338;margin:0;letter-spacing:-.5px;text-shadow:0 1px 2px rgba(196,154,154,.1)}.header-mobile-logo-secondary{font-size:14px;font-weight:500;color:#0f2338;margin-top:-2px;letter-spacing:.25px;opacity:.8}.header-mobile-logout{background:transparent;border:1px solid rgba(15,35,56,.4);color:#0f2338e6;padding:.75rem;border-radius:10px;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 2px 8px #c49a9a1a}.header-mobile-logout:hover{background:#0f233826;border-color:#0f233899;color:#0f2338;transform:translateY(-1px);box-shadow:0 4px 12px #0f233826}.header-mobile-logout:active{background:#0f233833;transform:translateY(0)}@media (max-width: 320px){.header-mobile-logo-text{font-size:.9em}.header-mobile-logo-primary{font-size:18px}.header-mobile-logo-secondary{font-size:13px}.header-mobile-container{padding:0 .75rem}}.landing-mobile{min-height:100vh;display:flex;flex-direction:column;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif}.landing-mobile-main{flex:1;display:flex;flex-direction:column;background-color:#fff}.landing-mobile-container{width:100%;height:100%;display:flex;flex-direction:column}
