.sidebar{width:240px;background:linear-gradient(to bottom,#fff,#fafbfc);height:100vh;border-right:1px solid rgba(0,0,0,.06);padding:0 20px 20px;display:flex;flex-direction:column;box-shadow:1px 0 3px #0000000a}.sidebar .mobile-close-btn{display:none}.sidebar .logo{font-size:26px;font-weight:800;background:linear-gradient(135deg,#10b981,#059669);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:28px;margin-top:0;margin-left:10px;letter-spacing:-.03em}.sidebar nav{flex:1;display:flex;flex-direction:column;gap:6px}.sidebar .menu{padding:12px 14px;border-radius:10px;font-size:15px;font-weight:500;display:flex;align-items:center;gap:12px;color:#374151;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);letter-spacing:-.01em}.sidebar .menu:hover{background:#10b98114;color:#047857;transform:translate(2px)}.sidebar .menu:hover svg{color:#047857}.sidebar .menu.active{background:linear-gradient(135deg,#10b981,#059669);color:#fff;font-weight:600;box-shadow:0 2px 8px #10b98140}.sidebar .menu.active svg{color:#fff}.sidebar .menu svg{font-size:22px;color:#6b7280;transition:color .2s cubic-bezier(.4,0,.2,1)}.sidebar .bottom-menu{margin-top:auto;display:flex;flex-direction:column;gap:6px}.sidebar .dashboard-logo-placeholder{width:80px;height:80px;border-radius:12px;background:linear-gradient(135deg,#10b981,#059669);margin:0 0 0 8px;display:contents;font-weight:600;color:#fff}.sidebar .dashboard-login-logo{width:70px;height:30px;border-radius:12px;margin-left:10px;object-fit:contain}@media(max-width:768px){.sidebar{position:fixed;top:0;left:0;bottom:0;width:280px;max-width:85%;z-index:999;transform:translate(-100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:2px 0 16px #0003;padding-top:20px}.sidebar.open{transform:translate(0)}.sidebar .mobile-close-btn{display:flex;position:absolute;top:12px;right:12px;color:#64748b;transition:all .2s;z-index:10}.sidebar .mobile-close-btn:hover{color:#dc2626;background:#dc26261a;transform:rotate(90deg)}.sidebar .logo{font-size:22px;padding-right:40px}.sidebar .dashboard-login-logo{margin-top:10px}}.header{height:64px;background:linear-gradient(to bottom,#fff,#fafbfc);border-bottom:1px solid rgba(0,0,0,.06);padding:0 24px;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 3px #0000000a;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.header .hamburger-menu{display:none}.header .enquiry-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:10px 20px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .25s cubic-bezier(.4,0,.2,1);box-shadow:0 2px 8px #10b98140;letter-spacing:-.01em}.header .enquiry-btn:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 4px 12px #10b98159;transform:translateY(-1px)}.header .enquiry-btn:active{transform:translateY(0);box-shadow:0 2px 6px #10b98140}.header .header-right{display:flex;align-items:center;gap:24px}.header .header-right .bell-icon{font-size:24px;color:#4b5563;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);padding:8px;border-radius:8px}.header .header-right .bell-icon:hover{color:#1f2937;background:#10b98114;transform:scale(1.05)}.header .header-right .user-info{display:flex;align-items:center;gap:12px;padding:6px 12px;border-radius:10px;transition:all .2s cubic-bezier(.4,0,.2,1);cursor:pointer}.header .header-right .user-info:hover{background:#10b9810d}.header .header-right .user-info .avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#10b981,#34d399);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;box-shadow:0 2px 8px #10b98140;letter-spacing:-.02em}.header .header-right .user-info .user-name{font-size:14px;font-weight:600;color:#1f2937;letter-spacing:-.01em;margin:0}.header .header-right .user-info .role{font-size:12px;color:#6b7280;margin-top:-2px;font-weight:500;letter-spacing:-.005em}@media(max-width:768px){.header{padding:0 12px;height:60px}.header .hamburger-menu{display:flex;color:#374151;margin-right:8px;transition:all .2s}.header .hamburger-menu:hover{color:#10b981;background:#10b9811a}.header .enquiry-btn{padding:8px 14px;font-size:13px}.header .header-right{gap:12px}.header .header-right .bell-icon{font-size:22px;padding:6px}.header .header-right .user-info{padding:4px 6px;gap:8px}.header .header-right .user-info .avatar{width:36px;height:36px;font-size:14px}.header .header-right .user-info .user-name,.header .header-right .user-info .role{display:none}}@media(max-width:480px){.header .enquiry-btn{padding:7px 12px;font-size:12px}.header .header-right{gap:8px}.header .header-right .bell-icon{display:none}}.enquiry-modal{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:750px;max-height:90vh;background:#fff;padding:20px;border-radius:12px;outline:none;overflow-y:auto;box-shadow:0 10px 40px #0003}@media(max-width:768px){.enquiry-modal{width:90%;padding:15px}}.enquiry-modal .modal-alert{margin-bottom:15px;font-size:.95rem;border-radius:8px}.enquiry-modal .modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;position:relative;width:100%}.enquiry-modal .modal-header .title{font-weight:700;font-size:24px;color:#059669;margin:0 auto;text-align:center;width:100%}.enquiry-modal .modal-header .close-btn{position:absolute;right:0;top:50%;transform:translateY(-50%);background:#10b9810d;border:none;border-radius:50%;padding:8px;cursor:pointer;color:#10b981;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.enquiry-modal .modal-header .close-btn:hover{background-color:#10b98133;color:#059669;transform:translateY(-50%) rotate(90deg)}.enquiry-modal .grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.enquiry-modal .grid textarea{grid-column:span 2}.enquiry-modal .grid .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#10b981!important;border-width:2px}.enquiry-modal .grid .MuiOutlinedInput-root:hover fieldset{border-color:#10b981}.enquiry-modal .grid .MuiInputLabel-root.Mui-focused{color:#10b981!important}@media(max-width:768px){.enquiry-modal .grid{grid-template-columns:1fr}}.enquiry-modal .actions{margin-top:25px;display:flex;justify-content:flex-end;gap:15px}.enquiry-modal .actions button{padding:10px 20px;border-radius:8px;font-weight:600}.enquiry-modal .actions .clear-btn{border-color:#10b981;color:#10b981}.enquiry-modal .actions .clear-btn:hover{background-color:#10b9810d;border-color:#059669;color:#059669}.enquiry-modal .actions .submit-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 6px #10b9814d}.enquiry-modal .actions .submit-btn:hover{background:linear-gradient(135deg,#059669,#047857);box-shadow:0 6px 8px #10b98166}@media(max-width:768px){.enquiry-modal .actions{flex-direction:column}.enquiry-modal .actions button{width:100%}}.app-layout{display:flex;height:100vh;width:100vw;overflow:hidden;position:relative}.app-layout .main-content{flex:1;display:flex;flex-direction:column;overflow-y:auto;background-color:#f3f4f6;width:100%}.app-layout .drawer-backdrop{display:none}@media(max-width:768px){.app-layout .main-content{margin-left:0;width:100%}.app-layout .drawer-backdrop{display:block;position:fixed;inset:0;background:#00000080;z-index:998;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}}.session-modal .MuiDialog-paper{border-radius:12px;padding:16px;box-shadow:0 8px 24px #0003}.session-modal .MuiDialogTitle-root{font-weight:600;font-size:1.3rem;text-align:center}.session-modal .MuiDialogContent-root{font-size:1rem;text-align:center;margin-top:8px}.session-modal .MuiDialogContent-root .progress-wrapper{margin-top:16px}.session-modal .MuiDialogContent-root .progress-wrapper .MuiLinearProgress-root{height:12px;border-radius:6px;background-color:#f0f0f0}.session-modal .MuiDialogContent-root .progress-wrapper .MuiLinearProgress-root .MuiLinearProgress-bar{background-color:#1976d2;transition:width 1s linear}.session-modal .MuiDialogActions-root.actions{justify-content:center;gap:16px;margin-top:16px}.session-modal .MuiDialogActions-root.actions button{min-width:100px;border-radius:8px;font-weight:600}@media(max-width:480px){.session-modal .MuiDialog-paper{margin:8px}.session-modal .MuiDialogActions-root.actions{flex-direction:column;gap:12px}}
