.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 .logo{font-size:26px;font-weight:800;background:linear-gradient(135deg,#3b82f6,#2563eb);-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:#3b82f614;color:#1d4ed8;transform:translate(2px)}.sidebar .menu:hover svg{color:#1d4ed8}.sidebar .menu.active{background:linear-gradient(135deg,#3b82f6,#2563eb);color:#fff;font-weight:600;box-shadow:0 2px 8px #3b82f640}.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,#3b82f6,#2563eb);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}.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 .enquiry-btn{background:linear-gradient(135deg,#3b82f6,#2563eb);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 #3b82f640;letter-spacing:-.01em}.header .enquiry-btn:hover{background:linear-gradient(135deg,#2563eb,#1d4ed8);box-shadow:0 4px 12px #3b82f659;transform:translateY(-1px)}.header .enquiry-btn:active{transform:translateY(0);box-shadow:0 2px 6px #3b82f640}.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:#3b82f614;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:#3b82f60d}.header .header-right .user-info .avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#3b82f6,#60a5fa);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:15px;box-shadow:0 2px 8px #3b82f640;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 16px;height:60px}.header .enquiry-btn{padding:8px 14px;font-size:13px}.header .header-right{gap:16px}.header .header-right .user-info{padding:4px 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}}.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}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:15px}.modal-header .title{font-weight:600;font-size:20px;margin-bottom:20px}.modal-header .close-btn{background:transparent;border:none;font-size:22px;cursor:pointer;color:#333}.modal-header .close-btn:hover{color:#000}.grid{display:grid;grid-template-columns:repeat(2,1fr);gap:18px}.grid textarea{grid-column:span 2}@media(max-width:768px){.grid{grid-template-columns:1fr}}.actions{margin-top:25px;display:flex;justify-content:flex-end;gap:15px}.actions button{padding:10px 20px;border-radius:8px;font-weight:600}@media(max-width:768px){.actions{flex-direction:column}.actions button{width:100%}}.app-layout{display:flex;height:100vh;width:100vw;overflow:hidden}.app-layout .main-content{flex:1;display:flex;flex-direction:column;overflow-y:auto;background-color:#f3f4f6}@media(max-width:768px){.app-layout{flex-direction:column}}.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}}
