@charset "UTF-8";*{margin:0;padding:0;box-sizing:border-box;font-family:Roboto,system-ui;text-decoration:none;outline:none;-webkit-user-select:none;user-select:none}::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#0003;border-radius:6px;border:3px solid transparent;background-clip:content-box;transition:background-color .2s ease}::-webkit-scrollbar-thumb:hover{background-color:#00000059}::-webkit-scrollbar-thumb:active{background-color:#00000080}::-webkit-scrollbar-corner{background:transparent}[data-theme=dark] ::-webkit-scrollbar-thumb,.dark ::-webkit-scrollbar-thumb,.dark-mode ::-webkit-scrollbar-thumb,[class*=dark] ::-webkit-scrollbar-thumb,[style*="background: #"] ::-webkit-scrollbar-thumb,[style*="background:#"] ::-webkit-scrollbar-thumb,[style*="background-color: #"] ::-webkit-scrollbar-thumb{background-color:#fff3}[data-theme=dark] ::-webkit-scrollbar-thumb:hover,.dark ::-webkit-scrollbar-thumb:hover,.dark-mode ::-webkit-scrollbar-thumb:hover,[class*=dark] ::-webkit-scrollbar-thumb:hover,[style*="background: #"] ::-webkit-scrollbar-thumb:hover,[style*="background:#"] ::-webkit-scrollbar-thumb:hover,[style*="background-color: #"] ::-webkit-scrollbar-thumb:hover{background-color:#ffffff59}[data-theme=dark] ::-webkit-scrollbar-thumb:active,.dark ::-webkit-scrollbar-thumb:active,.dark-mode ::-webkit-scrollbar-thumb:active,[class*=dark] ::-webkit-scrollbar-thumb:active,[style*="background: #"] ::-webkit-scrollbar-thumb:active,[style*="background:#"] ::-webkit-scrollbar-thumb:active,[style*="background-color: #"] ::-webkit-scrollbar-thumb:active{background-color:#ffffff80}.sidebar::-webkit-scrollbar-thumb,.modal--dark::-webkit-scrollbar-thumb,.panel--dark::-webkit-scrollbar-thumb,nav[class*=dark]::-webkit-scrollbar-thumb,aside[class*=dark]::-webkit-scrollbar-thumb{background-color:#ffffff26}.sidebar::-webkit-scrollbar-thumb:hover,.modal--dark::-webkit-scrollbar-thumb:hover,.panel--dark::-webkit-scrollbar-thumb:hover,nav[class*=dark]::-webkit-scrollbar-thumb:hover,aside[class*=dark]::-webkit-scrollbar-thumb:hover{background-color:#ffffff4d}.sidebar::-webkit-scrollbar-thumb:active,.modal--dark::-webkit-scrollbar-thumb:active,.panel--dark::-webkit-scrollbar-thumb:active,nav[class*=dark]::-webkit-scrollbar-thumb:active,aside[class*=dark]::-webkit-scrollbar-thumb:active{background-color:#ffffff73}.bg-primary::-webkit-scrollbar-thumb,.bg-secondary::-webkit-scrollbar-thumb,.bg-success::-webkit-scrollbar-thumb,.bg-danger::-webkit-scrollbar-thumb,.bg-warning::-webkit-scrollbar-thumb,.bg-info::-webkit-scrollbar-thumb,[class*=bg-]::-webkit-scrollbar-thumb{background-color:#ffffff40}.bg-primary::-webkit-scrollbar-thumb:hover,.bg-secondary::-webkit-scrollbar-thumb:hover,.bg-success::-webkit-scrollbar-thumb:hover,.bg-danger::-webkit-scrollbar-thumb:hover,.bg-warning::-webkit-scrollbar-thumb:hover,.bg-info::-webkit-scrollbar-thumb:hover,[class*=bg-]::-webkit-scrollbar-thumb:hover{background-color:#fff6}.bg-primary::-webkit-scrollbar-thumb:active,.bg-secondary::-webkit-scrollbar-thumb:active,.bg-success::-webkit-scrollbar-thumb:active,.bg-danger::-webkit-scrollbar-thumb:active,.bg-warning::-webkit-scrollbar-thumb:active,.bg-info::-webkit-scrollbar-thumb:active,[class*=bg-]::-webkit-scrollbar-thumb:active{background-color:#ffffff8c}pre::-webkit-scrollbar,code::-webkit-scrollbar,.code-block::-webkit-scrollbar,.terminal::-webkit-scrollbar{width:10px;height:10px}pre::-webkit-scrollbar-thumb,code::-webkit-scrollbar-thumb,.code-block::-webkit-scrollbar-thumb,.terminal::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:5px;border:2px solid transparent}pre::-webkit-scrollbar-thumb:hover,code::-webkit-scrollbar-thumb:hover,.code-block::-webkit-scrollbar-thumb:hover,.terminal::-webkit-scrollbar-thumb:hover{background-color:#ffffff59}@media(max-width:768px){::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{border:2px solid transparent;border-radius:4px}}:root{--scrollbar-thumb-light: rgba(0, 0, 0, .2);--scrollbar-thumb-light-hover: rgba(0, 0, 0, .35);--scrollbar-thumb-dark: rgba(255, 255, 255, .2);--scrollbar-thumb-dark-hover: rgba(255, 255, 255, .35)}.scrollbar-dark::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb-dark)}.scrollbar-dark::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-dark-hover)}.scrollbar-light::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb-light)}.scrollbar-light::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-light-hover)}*{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.2) transparent}[data-theme=dark],.dark,.dark-mode{scrollbar-color:rgba(255,255,255,.2) transparent}.scrollbar-none::-webkit-scrollbar{display:none}.scrollbar-none{scrollbar-width:none;-ms-overflow-style:none}.scrollbar-primary::-webkit-scrollbar-thumb{background-color:#6366f14d}.scrollbar-primary::-webkit-scrollbar-thumb:hover{background-color:#6366f180}.scrollbar-success::-webkit-scrollbar-thumb{background-color:#22c55e4d}.scrollbar-success::-webkit-scrollbar-thumb:hover{background-color:#22c55e80}.scrollbar-danger::-webkit-scrollbar-thumb{background-color:#ef44444d}.scrollbar-danger::-webkit-scrollbar-thumb:hover{background-color:#ef444480}select{appearance:none;-webkit-appearance:none;-moz-appearance:none;padding-right:30px;background-color:#fff}select:after{content:"▼";position:absolute;right:10px;pointer-events:none}select::-ms-expand{display:none}select:focus{outline:none;border-color:#4caf50}.toast-container{position:fixed;top:1rem;right:1rem;z-index:9999;display:flex;flex-direction:column;gap:.75rem;max-width:400px}.toast{display:flex;align-items:center;gap:.75rem;background:#fff;border-radius:.75rem;padding:1rem;box-shadow:0 10px 15px -3px #0000001a;border-left:4px solid;animation:toastSlideIn .3s ease;min-width:320px}.toast__icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.toast__icon svg{width:100%;height:100%}.toast__content{flex:1;min-width:0}.toast__message{margin:0;font-size:.875rem;font-weight:500;color:#1f2937;line-height:1.5}.toast__close{flex-shrink:0;width:24px;height:24px;border:none;background:transparent;color:#f9fafb;font-size:1.5rem;line-height:1;cursor:pointer;display:flex;align-items:center;justify-content:center;border-radius:.25rem;transition:all .3s ease}.toast__close:hover{background:#f9fafb;color:#1f2937}.toast--success{border-left-color:#10b981}.toast--success .toast__icon{color:#10b981}.toast--error{border-left-color:#ef4444}.toast--error .toast__icon{color:#ef4444}.toast--warning{border-left-color:#f59e0b}.toast--warning .toast__icon{color:#f59e0b}.toast--info{border-left-color:#3b82f6}.toast--info .toast__icon{color:#3b82f6}@keyframes toastSlideIn{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.auth-container .auth-card .auth-form .error-message{display:flex;align-items:center;gap:.75rem;background:color-mix(in srgb,#ef4444 10%,white);color:#ef4444;padding:.875rem 1rem;border-radius:.5rem;margin-bottom:1.5rem;font-size:.875rem;border:1px solid color-mix(in srgb,#ef4444 20%,white)}.auth-container .auth-card .auth-form .error-message svg{width:20px;height:20px;flex-shrink:0}.auth-container .auth-card .auth-form .error-message span{flex:1}@media(max-width:480px){.auth-container{padding:1rem}.auth-container .auth-card{padding:2rem 1.5rem}.auth-container .auth-card .auth-header h1{font-size:1.5rem}.auth-container .auth-card .auth-form .form-group{margin-bottom:1.25rem}.auth-container .auth-card .auth-form .form-group .input-wrapper input{padding:.75rem 1rem .75rem 2.75rem;font-size:.875rem}.auth-container .auth-card .auth-form .submit-button{padding:.75rem 1.25rem;font-size:.938rem}}@media(max-width:360px){.auth-container .auth-card .auth-header .logo-container .logo-icon{width:50px;height:50px}.auth-container .auth-card .auth-header .logo-container .logo-icon svg{width:26px;height:26px}}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);padding:1.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.auth-container .auth-card{background:#fff;border-radius:1rem;box-shadow:0 10px 15px -3px #0000001a;width:100%;max-width:420px;padding:2.5rem}.auth-container .auth-card .auth-header{text-align:center;margin-bottom:2rem}.auth-container .auth-card .auth-header .logo-container{display:flex;align-items:center;justify-content:center;margin-bottom:1.5rem}.auth-container .auth-card .auth-header .logo-container .logo-icon{width:60px;height:60px;background:linear-gradient(135deg,#6366f1,#4f46e5);border-radius:1rem;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px -1px #0000001a}.auth-container .auth-card .auth-header .logo-container .logo-icon svg{width:32px;height:32px;color:#fff}.auth-container .auth-card .auth-header h1{font-size:1.875rem;font-weight:700;color:#1f2937;margin-bottom:.5rem}.auth-container .auth-card .auth-header p{font-size:.938rem;color:#6b7280}.auth-container .auth-card .success-message{display:flex;align-items:flex-start;gap:.75rem;background:color-mix(in srgb,#10b981 10%,white);color:#10b981;padding:.875rem 1rem;border-radius:.5rem;margin-bottom:1.5rem;font-size:.875rem;border:1px solid color-mix(in srgb,#10b981 20%,white)}.auth-container .auth-card .success-message svg{width:20px;height:20px;flex-shrink:0;margin-top:.125rem}.auth-container .auth-card .success-message div{flex:1;display:flex;flex-direction:column;gap:.25rem}.auth-container .auth-card .success-message div strong{font-weight:600;color:#059669}.auth-container .auth-card .success-message div span{font-size:.813rem;color:#10b981}.auth-container .auth-card .error-message{display:flex;align-items:center;gap:.75rem;background:color-mix(in srgb,#ef4444 10%,white);color:#ef4444;padding:.875rem 1rem;border-radius:.5rem;margin-bottom:1.5rem;font-size:.875rem;border:1px solid color-mix(in srgb,#ef4444 20%,white)}.auth-container .auth-card .error-message svg{width:20px;height:20px;flex-shrink:0}.auth-container .auth-card .error-message span{flex:1}.auth-container .auth-card .auth-form .form-group{margin-bottom:1.5rem}.auth-container .auth-card .auth-form .form-group label{display:block;font-size:.875rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.auth-container .auth-card .auth-form .form-group .input-wrapper{position:relative;display:flex;align-items:center}.auth-container .auth-card .auth-form .form-group .input-wrapper .input-icon{position:absolute;left:1rem;width:20px;height:20px;color:#6b7280;pointer-events:none}.auth-container .auth-card .auth-form .form-group .input-wrapper input{width:100%;padding:.875rem 1rem .875rem 3rem;font-size:.938rem;border:1.5px solid #e5e7eb;border-radius:.5rem;background:#fff;color:#1f2937;transition:all .3s ease}.auth-container .auth-card .auth-form .form-group .input-wrapper input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.auth-container .auth-card .auth-form .form-group .input-wrapper input::placeholder{color:color-mix(in srgb,#6b7280 70%,white)}.auth-container .auth-card .auth-form .form-group .input-wrapper input:disabled{background-color:#f9fafb;cursor:not-allowed}.auth-container .auth-card .auth-form .form-group .input-wrapper .toggle-password{position:absolute;right:1rem;background:none;border:none;cursor:pointer;padding:.25rem;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:color .3s ease}.auth-container .auth-card .auth-form .form-group .input-wrapper .toggle-password:hover{color:#1f2937}.auth-container .auth-card .auth-form .form-group .input-wrapper .toggle-password svg{width:20px;height:20px}.auth-container .auth-card .auth-form .form-group .password-strength{margin-top:.5rem;font-size:.813rem;font-weight:500}.auth-container .auth-card .auth-form .form-group .password-strength--weak{color:#ef4444}.auth-container .auth-card .auth-form .form-group .password-strength--medium{color:#f59e0b}.auth-container .auth-card .auth-form .form-group .password-strength--strong{color:#10b981}.auth-container .auth-card .auth-form .form-group .validation-error{margin-top:.5rem;font-size:.813rem;color:#ef4444;font-weight:500}.auth-container .auth-card .auth-form .submit-button{width:100%;padding:.875rem 1.5rem;background:linear-gradient(135deg,#6366f1,#4f46e5);color:#fff;border:none;border-radius:.5rem;font-size:1rem;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:.5rem;box-shadow:0 4px 6px -1px #0000001a;transition:all .3s ease}.auth-container .auth-card .auth-form .submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a}.auth-container .auth-card .auth-form .submit-button:active:not(:disabled){transform:translateY(0)}.auth-container .auth-card .auth-form .submit-button:disabled{opacity:.7;cursor:not-allowed}.auth-container .auth-card .auth-form .submit-button svg{width:20px;height:20px}.auth-container .auth-card .auth-form .submit-button .spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.auth-container .auth-card .auth-footer{margin-top:1.5rem;text-align:center}.auth-container .auth-card .auth-footer .forgot-password{color:#6366f1;text-decoration:none;font-size:.875rem;font-weight:500;cursor:pointer;transition:color .3s ease}.auth-container .auth-card .auth-footer .forgot-password:hover{color:#4f46e5;text-decoration:underline}.auth-container .auth-card .auth-info{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb;text-align:center}.auth-container .auth-card .auth-info p{font-size:.813rem;color:#6b7280;margin:0}.no-access-info{background:linear-gradient(135deg,#ef44440d,#ef444414);border:1.5px solid rgba(239,68,68,.2);border-radius:.75rem;padding:1.5rem;margin-bottom:1.5rem;display:flex;gap:1rem;align-items:flex-start}.no-access-info__icon{flex-shrink:0;width:40px;height:40px;background:linear-gradient(135deg,#ef4444,#dc2626);border-radius:.5rem;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px -1px #ef44444d}.no-access-info__icon svg{width:22px;height:22px;color:#fff}.no-access-info__content{flex:1}.no-access-info__title{font-size:.938rem;font-weight:600;color:#1f2937;margin-bottom:.5rem}.no-access-info__text{font-size:.875rem;color:#6b7280;line-height:1.5;margin-bottom:.75rem}.no-access-info__email{font-size:.813rem;color:#6b7280;background:#fff;padding:.625rem .875rem;border-radius:.375rem;border:1px solid #e5e7eb;margin:0}.no-access-info__email strong{color:#1f2937}.no-access-actions{margin-bottom:1.5rem}.no-access-actions .submit-button{background:linear-gradient(135deg,#ef4444,#dc2626)}.no-access-actions .submit-button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 15px -3px #ef444466}.no-access-help{font-size:.875rem;color:#6b7280;margin:0}@media(max-width:480px){.auth-container{padding:1rem}.auth-container .auth-card{padding:2rem 1.5rem}.auth-container .auth-card .auth-header h1{font-size:1.5rem}.auth-container .auth-card .auth-header p{font-size:.875rem}.auth-container .auth-card .auth-form .form-group{margin-bottom:1.25rem}.auth-container .auth-card .auth-form .form-group .input-wrapper input{padding:.75rem 1rem .75rem 2.75rem;font-size:.875rem}.auth-container .auth-card .auth-form .submit-button{padding:.75rem 1.25rem;font-size:.938rem}.no-access-info{flex-direction:column;padding:1.25rem}.no-access-info__icon{width:36px;height:36px}.no-access-info__icon svg{width:20px;height:20px}}@media(max-width:360px){.auth-container .auth-card .auth-header .logo-container .logo-icon{width:50px;height:50px}.auth-container .auth-card .auth-header .logo-container .logo-icon svg{width:26px;height:26px}.auth-container .auth-card .auth-header h1{font-size:1.375rem}}.sidebar{width:280px;background:#1f2937;color:#fff;display:flex;flex-direction:column;position:fixed;height:100vh;left:0;top:0;z-index:1000;overflow-y:auto;transition:transform .3s ease}.sidebar::-webkit-scrollbar{width:6px}.sidebar::-webkit-scrollbar-track{background:#ffffff0d}.sidebar::-webkit-scrollbar-thumb{background:#fff3;border-radius:3px}.sidebar::-webkit-scrollbar-thumb:hover{background:#ffffff4d}.sidebar__logo{padding:1.5rem 1.25rem;display:flex;align-items:center;gap:.75rem;border-bottom:1px solid rgba(255,255,255,.1)}.sidebar__logo-icon{width:40px;height:40px;background:linear-gradient(135deg,#6366f1,#4f46e5);border-radius:.5rem;display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar__logo-icon svg{width:24px;height:24px;color:#fff}.sidebar__logo-text{font-size:1.25rem;font-weight:700;color:#fff}.sidebar__nav{flex:1;padding:1.25rem 0;overflow-y:auto}.sidebar__nav::-webkit-scrollbar{width:4px}.sidebar__nav::-webkit-scrollbar-track{background:transparent}.sidebar__nav::-webkit-scrollbar-thumb{background:#ffffff1a;border-radius:2px}.sidebar__nav-divider{height:1px;background:#ffffff1a;margin:.75rem 1.25rem}.sidebar__nav-item-wrapper{margin-bottom:.25rem}.sidebar__nav-item{width:100%;display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:transparent;border:none;color:#ffffffb3;font-size:.938rem;cursor:pointer;transition:all .3s ease;text-align:left;position:relative}.sidebar__nav-item:hover{background:#ffffff0d;color:#fff}.sidebar__nav-item--active{background:#6366f126;color:#fff}.sidebar__nav-item--active:before{content:"";position:absolute;left:0;top:0;bottom:0;width:3px;background:#6366f1}.sidebar__nav-icon{width:20px;height:20px;flex-shrink:0}.sidebar__nav-icon svg{width:100%;height:100%}.sidebar__nav-label{flex:1;font-weight:500}.sidebar__nav-badge{background:#ef4444;color:#fff;font-size:.75rem;font-weight:600;padding:.125rem .5rem;border-radius:9999px;min-width:20px;text-align:center}.sidebar__nav-arrow{width:16px;height:16px;flex-shrink:0;transition:transform .3s ease;display:flex;align-items:center;justify-content:center;margin-left:auto}.sidebar__nav-arrow svg{width:100%;height:100%}.sidebar__nav-arrow--expanded{transform:rotate(90deg)}.sidebar__submenu{max-height:0;overflow:hidden;transition:max-height .3s ease;padding-left:3rem}.sidebar__submenu--expanded{max-height:500px;margin-top:.25rem}.sidebar__submenu-item{width:100%;display:flex;align-items:center;justify-content:space-between;padding:.5rem 1.25rem;background:transparent;border:none;color:#fff9;font-size:.875rem;cursor:pointer;transition:all .3s ease;text-align:left}.sidebar__submenu-item:hover{color:#fff;background:#ffffff0d}.sidebar__submenu-badge{background:#6366f14d;color:#fff;font-size:.75rem;padding:.125rem .375rem;border-radius:.25rem;font-weight:600}.sidebar__user{padding:1.25rem;border-top:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:.75rem}.sidebar__user-info{flex:1;display:flex;align-items:center;gap:.75rem;min-width:0}.sidebar__user-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#4f46e5);display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1rem;color:#fff;flex-shrink:0}.sidebar__user-details{flex:1;min-width:0}.sidebar__user-name{font-size:.875rem;font-weight:600;color:#fff;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar__user-email{font-size:.75rem;color:#fff9;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sidebar__logout{width:36px;height:36px;border-radius:.5rem;background:#ffffff0d;border:none;display:flex;align-items:center;justify-content:center;color:#ffffffb3;cursor:pointer;flex-shrink:0;transition:all .3s ease}.sidebar__logout:hover{background:#ef444433;color:#ef4444}.sidebar__logout svg{width:18px;height:18px}.sidebar__overlay{position:fixed;inset:0;background:#00000080;z-index:999;transition:opacity .3s ease}@media(max-width:1024px){.sidebar{transform:translate(-100%)}.sidebar--open{transform:translate(0)}}@media(max-width:480px){.sidebar{width:100%}.sidebar__logo{padding:1.25rem 1rem}.sidebar__logo-icon{width:36px;height:36px}.sidebar__logo-icon svg{width:20px;height:20px}.sidebar__logo-text{font-size:1.125rem}.sidebar__nav-item{padding:.625rem 1rem;font-size:.875rem}.sidebar__nav-icon{width:18px;height:18px}.sidebar__nav-arrow{width:14px;height:14px}.sidebar__submenu{padding-left:2.5rem}.sidebar__submenu-item{padding:.5rem 1rem}.sidebar__user{padding:1rem}.sidebar__user-avatar{width:36px;height:36px;font-size:.875rem}.sidebar__logout{width:32px;height:32px}.sidebar__logout svg{width:16px;height:16px}}@media(min-width:1025px){.dashboard__menu-toggle,.user-management__menu-toggle,.permissions-management__menu-toggle{display:none;pointer-events:none;cursor:default}}@media(min-width:1025px){.dashboard__sidebar{transform:none!important;position:relative;box-shadow:none}}.dashboard{display:flex;min-height:100vh;background:#f9fafb;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.dashboard__main{flex:1;margin-left:280px;display:flex;flex-direction:column;min-height:100vh}.dashboard__header{background:#fff;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;gap:1rem;position:sticky;top:0;z-index:100}.dashboard__menu-toggle{display:none;width:40px;height:40px;border-radius:.5rem;background:transparent;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;color:#1f2937;cursor:pointer;transition:all .3s ease}.dashboard__menu-toggle:hover{background:#f9fafb}.dashboard__menu-toggle svg{width:20px;height:20px}.dashboard__title{flex:1;font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}.dashboard__header-actions{display:flex;align-items:center;gap:.75rem}.dashboard__notification,.dashboard__search{width:40px;height:40px;border-radius:.5rem;background:#f9fafb;border:none;display:flex;align-items:center;justify-content:center;color:#6b7280;cursor:pointer;position:relative;transition:all .3s ease}.dashboard__notification:hover,.dashboard__search:hover{background:#e5e7eb}.dashboard__notification svg,.dashboard__search svg{width:20px;height:20px}.dashboard__notification-badge{position:absolute;top:-4px;right:-4px;width:18px;height:18px;border-radius:50%;background:#ef4444;color:#fff;font-size:.688rem;font-weight:700;display:flex;align-items:center;justify-content:center}.dashboard__stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem;padding:1.5rem}.dashboard__stat-card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb;display:flex;gap:1rem;transition:all .3s ease}.dashboard__stat-card:hover{box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-2px)}.dashboard__stat-icon{width:48px;height:48px;border-radius:.75rem;background:linear-gradient(135deg,#6366f1,#4f46e5);display:flex;align-items:center;justify-content:center;color:#fff;flex-shrink:0}.dashboard__stat-icon svg{width:24px;height:24px}.dashboard__stat-content{flex:1}.dashboard__stat-label{font-size:.875rem;color:#6b7280;margin:0 0 .5rem;font-weight:500}.dashboard__stat-value{font-size:1.875rem;font-weight:700;color:#1f2937;margin:0 0 .25rem}.dashboard__stat-change{font-size:.813rem;font-weight:600;margin:0}.dashboard__stat-change--positive{color:#10b981}.dashboard__stat-change--negative{color:#ef4444}.dashboard__content{flex:1;padding:1.5rem}.dashboard__card{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb;margin-bottom:1.5rem}.dashboard__card-title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 .75rem}.dashboard__card-subtitle{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 1rem}.dashboard__card-text{font-size:.938rem;color:#6b7280;margin:0;line-height:1.6}.dashboard__grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.dashboard__activity{display:flex;flex-direction:column;gap:1rem}.dashboard__activity-item{display:flex;gap:.75rem;align-items:flex-start}.dashboard__activity-icon{width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:.875rem;flex-shrink:0}.dashboard__activity-icon--success{background:#10b9811a;color:#10b981}.dashboard__activity-icon--warning{background:#f59e0b1a;color:#f59e0b}.dashboard__activity-icon--info{background:#3b82f61a;color:#3b82f6}.dashboard__activity-content{flex:1}.dashboard__activity-title{font-size:.875rem;color:#1f2937;margin:0 0 .25rem;font-weight:500}.dashboard__activity-time{font-size:.75rem;color:#9ca3af;margin:0}.dashboard__quick-actions{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem}.dashboard__quick-action{padding:1rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer;transition:all .3s ease;font-size:.875rem;font-weight:500;color:#1f2937}.dashboard__quick-action:hover{background:#6366f1;color:#fff;border-color:#6366f1;transform:translateY(-2px);box-shadow:0 4px 6px -1px #0000001a}.dashboard__quick-action svg{width:24px;height:24px}@media(max-width:1024px){.dashboard__main{margin-left:0}.dashboard__menu-toggle{display:flex}}@media(max-width:768px){.dashboard__header{padding:1rem}.dashboard__title{font-size:1.25rem}.dashboard__stats{grid-template-columns:1fr;padding:1rem;gap:1rem}.dashboard__content{padding:1rem}.dashboard__grid,.dashboard__quick-actions{grid-template-columns:1fr}}@media(max-width:480px){.dashboard__stat-card{padding:1rem}.dashboard__stat-icon{width:40px;height:40px}.dashboard__stat-icon svg{width:20px;height:20px}.dashboard__stat-value{font-size:1.5rem}.dashboard__card{padding:1rem}.dashboard__header-actions{gap:.5rem}.dashboard__notification,.dashboard__search{width:36px;height:36px}.dashboard__notification svg,.dashboard__search svg{width:18px;height:18px}}.user-management{display:flex;min-height:100vh;background:#f9fafb;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.user-management__main{flex:1;margin-left:280px;display:flex;flex-direction:column;min-height:100vh}.user-management__header{background:#fff;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;gap:1rem;position:sticky;top:0;z-index:100}.user-management__header>div{flex:1}.user-management__menu-toggle{display:none;width:40px;height:40px;border-radius:.5rem;background:transparent;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;color:#1f2937;cursor:pointer;transition:all .2s ease}.user-management__menu-toggle:hover{background:#f9fafb}.user-management__menu-toggle svg{width:20px;height:20px}.user-management__title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 .25rem}.user-management__subtitle{font-size:.875rem;color:#6b7280;margin:0;font-weight:400;line-height:1.4}.user-management__content{flex:1;padding:1.5rem}.user-management__info-box{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#dbeafe,#eff6ff);border:1px solid #93c5fd;border-radius:.75rem;margin-bottom:1.5rem;box-shadow:0 1px 2px #0000000d}.user-management__info-icon{flex-shrink:0;width:24px;height:24px;color:#2563eb}.user-management__info-icon svg{width:100%;height:100%}.user-management__info-content{flex:1;font-size:.875rem;line-height:1.6;color:#1e3a8a}.user-management__info-content strong{font-weight:600;color:#1e40af}.user-management__info-content span{color:#1e3a8a}.user-management__filters{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:1rem}.user-management__filter-group{display:flex;gap:1rem;flex-wrap:wrap}.user-management__search{flex:1;min-width:300px;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.938rem;color:#1f2937;transition:all .2s ease}.user-management__search:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.user-management__search::placeholder{color:#9ca3af}.user-management__select{padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.938rem;color:#1f2937;background:#fff;cursor:pointer;transition:all .2s ease;text-align:center}.user-management__select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.user-management__table-wrapper{background:#fff;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb;overflow-x:auto;margin-bottom:1.5rem}.user-management__table{width:100%;border-collapse:collapse}.user-management__table thead{background:#f9fafb}.user-management__table thead th{padding:1rem;text-align:left;font-weight:600;font-size:.813rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e5e7eb}.user-management__table tbody tr{border-bottom:1px solid #e5e7eb;transition:background .2s ease}.user-management__table tbody tr:hover{background:#f9fafb}.user-management__table tbody tr:last-child{border-bottom:none}.user-management__table tbody td{padding:1rem;font-size:.875rem;color:#1f2937;vertical-align:middle;position:relative}.user-management__row--restricted{background-color:#f9fafb;opacity:.75}.user-management__row--restricted:hover{background-color:#f3f4f6!important}.user-management__user-info{display:flex;align-items:center;gap:.75rem}.user-management__avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#6366f1,#4f46e5);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:1rem;flex-shrink:0;overflow:hidden}.user-management__avatar img{width:100%;height:100%;object-fit:cover}.user-management__user-name{font-weight:600;color:#1f2937;margin-bottom:.125rem;display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.user-management__user-nickname{font-size:.75rem;color:#6b7280}.user-management__platforms{display:flex;gap:.5rem;flex-wrap:wrap}.user-management__status{padding:.375rem .75rem;border-radius:9999px;font-size:.813rem;font-weight:600;border:none;cursor:pointer;transition:all .2s ease;display:inline-flex;align-items:center;gap:.375rem}.user-management__status--active{background:#10b9811a;color:#10b981}.user-management__status--active:hover:not(.user-management__status--active--disabled){background:#10b98133}.user-management__status--suspended{background:#ef44441a;color:#ef4444}.user-management__status--suspended:hover:not(.user-management__status--suspended--disabled){background:#ef444433}.user-management__status--disabled{cursor:not-allowed;opacity:.6}.user-management__status--disabled:hover{transform:none}.user-management__btn{padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;border:1px solid #e5e7eb;cursor:pointer;transition:all .2s ease;background:#fff;color:#1f2937}.user-management__btn:hover:not(:disabled){opacity:.8}.user-management__btn:disabled{opacity:.5;cursor:not-allowed}.user-management__btn--edit{background:#6366f1;color:#fff;border-color:#6366f1}.user-management__btn--edit:hover{background:#4f46e5;border-color:#4f46e5}.user-management__btn--disabled{background-color:#e5e7eb;color:#9ca3af;cursor:not-allowed;display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border-radius:.5rem;border:1px solid #d1d5db;font-size:.875rem;font-weight:500}.user-management__btn--disabled:hover{background-color:#e5e7eb;transform:none}.user-management__btn--create{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#6366f1;color:#fff;border:none;border-radius:.5rem;font-size:.938rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .2s ease}.user-management__btn--create:hover{background:#4f46e5;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.user-management__btn--create svg{flex-shrink:0}.user-management__lock-icon{width:1rem;height:1rem;flex-shrink:0}.user-management__loading{padding:3rem;text-align:center;color:#6b7280;font-size:1rem}.user-management__pagination{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem;background:#fff;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb}.user-management__page-info{font-size:.875rem;color:#6b7280;font-weight:500}.badge--admin{background:#6366f11a;color:#6366f1}.badge--store{background:#10b9811a;color:#10b981}.badge--pos{background:#3b82f61a;color:#3b82f6}.badge--level{font-size:.75rem;padding:.25rem .5rem;border-radius:.375rem;font-weight:600;text-transform:uppercase;letter-spacing:.025em;border:1px solid}.badge--level-0{background-color:#fef3c7;color:#f59e0b;border-color:#fbbf24}.badge--level-1{background-color:#fee2e2;color:#dc2626;border-color:#f87171}.badge--level-2{background-color:#dbeafe;color:#2563eb;border-color:#60a5fa}.badge--level-3{background-color:#d1fae5;color:#16a34a;border-color:#34d399}.badge--level-4{background-color:#f3f4f6;color:#6b7280;border-color:#d1d5db}.badge--level-999{background-color:#f9fafb;color:#9ca3af;border-color:#e5e7eb}.badge--self{margin-left:.5rem;font-size:.75rem;padding:.125rem .5rem;border-radius:.375rem;background-color:#dbeafe;color:#1e40af;font-weight:600;border:1px solid #93c5fd}.badge--critical{background:#ef44441a;color:#ef4444;font-size:.688rem;padding:.125rem .375rem;border-radius:.25rem;font-weight:600;text-transform:uppercase}.badge--type{font-size:.688rem;padding:.125rem .375rem;border-radius:.25rem;font-weight:500}.badge--type-page{background:#3b82f61a;color:#3b82f6}.badge--type-action{background:#f59e0b1a;color:#f59e0b}.badge--type-system{background:#6366f11a;color:#6366f1}.modal__header h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0;display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.modal__close{width:36px;height:36px;border-radius:.5rem;background:#f9fafb;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.modal__restriction-notice{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background-color:#fef3c7;border:1px solid #fbbf24;border-radius:.5rem;margin:1.5rem 1.5rem 0;color:#92400e;font-size:.875rem;line-height:1.5}.modal__restriction-notice svg{width:1.25rem;height:1.25rem;flex-shrink:0;margin-top:.125rem;color:#f59e0b}.modal__restriction-notice span{flex:1;font-weight:500}.modal__section-description{font-size:.875rem;color:#6b7280;margin-bottom:1rem;line-height:1.5}.modal__btn{padding:.75rem 1.5rem;border-radius:.5rem;font-size:.938rem;font-weight:600;border:none;cursor:pointer;transition:all .2s ease}.resources-section-header{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;margin-bottom:1rem}.resources-section-header h3{margin-bottom:.25rem!important;border-bottom:none!important;padding-bottom:0!important}.resources-section-header .modal__section-description{margin-bottom:0}.resources-stats{display:flex;align-items:center;gap:.5rem;flex-shrink:0}.resources-stats__chip{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border-radius:9999px;font-size:.813rem;font-weight:600;background:#f9fafb;color:#6b7280;border:1px solid #e5e7eb}.resources-stats__chip--selected{background:#6366f114;color:#6366f1;border-color:#6366f140}.resources-stats__chip--selected svg{width:14px;height:14px}.resources-toolbar{display:flex;gap:.75rem;align-items:center;margin-bottom:1rem;flex-wrap:wrap}.resources-search{flex:1;min-width:200px;position:relative;display:flex;align-items:center}.resources-search__icon{position:absolute;left:.75rem;width:16px;height:16px;color:#9ca3af;pointer-events:none;flex-shrink:0}.resources-search__input{width:100%;padding:.625rem 2.5rem .625rem 2.25rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.875rem;color:#1f2937;background:#f9fafb;transition:all .2s ease}.resources-search__input:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f114;background:#fff}.resources-search__input::placeholder{color:#9ca3af}.resources-search__clear{position:absolute;right:.625rem;width:22px;height:22px;border-radius:50%;background:#e5e7eb;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#6b7280;transition:all .2s ease}.resources-search__clear svg{width:12px;height:12px}.resources-search__clear:hover{background:#cbcfd7;color:#1f2937}.resources-filter-tabs{display:flex;gap:.25rem;background:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:.25rem}.filter-tab{padding:.375rem .875rem;border-radius:.375rem;border:none;font-size:.813rem;font-weight:500;color:#6b7280;background:transparent;cursor:pointer;transition:all .2s ease}.filter-tab:hover:not(.filter-tab--active){color:#1f2937;background:#0000000a}.filter-tab--active{background:#fff;color:#6366f1;font-weight:600;box-shadow:0 1px 2px #0000000d}.resources-loading{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:1rem;padding:3rem;color:#6b7280}.resources-loading .spinner{width:40px;height:40px;border:3px solid #e5e7eb;border-top-color:#6366f1;border-radius:50%;animation:spin .8s linear infinite}.resources-loading p{margin:0;font-size:.875rem;font-weight:500}.resources-empty{display:flex;align-items:center;justify-content:center;flex-direction:column;gap:.5rem;padding:3rem 1.5rem;color:#6b7280}.resources-empty svg{width:40px;height:40px;color:#9ca3af;margin-bottom:.5rem}.resources-empty p{margin:0;font-size:.938rem;font-weight:600;color:#1f2937}.resources-empty span{font-size:.813rem;color:#6b7280}.resources-accordion{display:flex;flex-direction:column;gap:.625rem;max-height:540px;overflow-y:auto;padding-right:.375rem}.resources-accordion::-webkit-scrollbar{width:6px}.resources-accordion::-webkit-scrollbar-track{background:#f9fafb;border-radius:3px}.resources-accordion::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:3px;transition:background .2s ease}.resources-accordion::-webkit-scrollbar-thumb:hover{background:#9ca3af}.resource-category{border:1px solid #e5e7eb;border-radius:.625rem;background:#fff;transition:border-color .2s ease}.resource-category:hover,.resource-category--expanded{border-color:#8285f4}.category-header{width:100%;display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;background:#f9fafb;border:none;cursor:pointer;transition:background .2s ease;text-align:left}.category-header:hover{background:#f3f5f7}.category-header.expanded .category-icon,.resource-category--expanded .category-header .category-icon{transform:rotate(90deg)}.category-icon{width:18px;height:18px;color:#6b7280;transition:transform .2s ease;flex-shrink:0}.category-title{flex:1;font-weight:600;font-size:.938rem;color:#1f2937}.category-progress{width:64px;height:5px;background:#e5e7eb;border-radius:9999px;overflow:hidden;flex-shrink:0}.category-progress__bar{height:100%;background:#6366f1;border-radius:9999px;transition:width .2s ease}.category-count{font-size:.8rem;color:#6b7280;font-weight:600;background:#fff;padding:.2rem .5rem;border-radius:.375rem;border:1px solid #e5e7eb;min-width:3rem;text-align:center}.category-content{padding:.625rem;background:#fff;display:flex;flex-direction:column;gap:.375rem;animation:slideDown .18s ease}.resource-subgroup{border:1px solid #e5e7eb;border-radius:.5rem;background:#fff}.subgroup-header{display:flex;align-items:center;justify-content:space-between;padding:.5rem .625rem .5rem .75rem;background:#f9fafb;border-bottom:1px solid transparent}.resource-subgroup:has(.subgroup-items) .subgroup-header{border-bottom-color:#e5e7eb}.subgroup-toggle{display:flex;align-items:center;gap:.5rem;background:none;border:none;cursor:pointer;flex:1;text-align:left;padding:0;min-width:0}.subgroup-icon{width:14px;height:14px;color:#9ca3af;transition:transform .2s ease;flex-shrink:0}.subgroup-icon--expanded{transform:rotate(90deg)}.subgroup-key{font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-size:.75rem;font-weight:600;color:#6366f1;background:#6366f112;padding:.125rem .5rem;border-radius:.25rem;letter-spacing:.02em}.subgroup-count{font-size:.75rem;color:#9ca3af;font-weight:500}.subgroup-check-all{display:inline-flex;align-items:center;gap:.375rem;cursor:pointer;font-size:.75rem;color:#6b7280;font-weight:500;padding:.25rem .5rem;border-radius:.375rem;transition:all .2s ease;flex-shrink:0}.subgroup-check-all:hover{background:#6366f10f;color:#6366f1}.subgroup-check-all input[type=checkbox]{width:14px;height:14px;cursor:pointer;accent-color:#6366f1}.subgroup-items{padding:.375rem;display:flex;flex-direction:column;gap:.25rem;animation:slideDown .15s ease}.resource-item{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem .875rem;border-radius:.375rem;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.resource-item:hover{background:#f9fafb;border-color:#e5e7eb}.resource-item input[type=checkbox]{margin-top:.1rem;width:16px;height:16px;cursor:pointer;accent-color:#6366f1;flex-shrink:0}.resource-info{flex:1;display:flex;flex-direction:column;gap:.3rem;min-width:0}.resource-header{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.resource-name{font-weight:600;font-size:.875rem;color:#1f2937}.resource-description{font-size:.8rem;color:#6b7280;line-height:1.4}.resource-key{font-family:SF Mono,Fira Code,Fira Mono,Roboto Mono,monospace;font-size:.7rem;color:#9ca3af;background:#f9fafb;padding:.125rem .375rem;border-radius:.25rem;display:inline-block;letter-spacing:.01em}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.938rem;color:#1f2937;transition:all .2s ease}.form-select{width:100%;padding:.75rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.938rem;color:#1f2937;background:#fff;cursor:pointer;transition:all .2s ease}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.75rem;border-radius:.5rem;transition:all .2s ease}[title]{position:relative}[title]:hover:after{content:attr(title);position:absolute;bottom:calc(100% + .5rem);left:50%;transform:translate(-50%);padding:.5rem .75rem;background-color:#1f2937;color:#fff;font-size:.75rem;border-radius:.375rem;white-space:nowrap;z-index:1000;pointer-events:none;box-shadow:0 4px 6px -1px #0000001a;animation:tooltipFadeIn .2s ease}[title]:hover:before{content:"";position:absolute;bottom:100%;left:50%;transform:translate(-50%);border:.375rem solid transparent;border-top-color:#1f2937;z-index:1000;pointer-events:none;animation:tooltipFadeIn .2s ease}@keyframes spin{to{transform:rotate(360deg)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}@keyframes tooltipFadeIn{0%{opacity:0;transform:translate(-50%) translateY(-5px)}to{opacity:1;transform:translate(-50%) translateY(0)}}@media(max-width:1024px){.user-management__main{margin-left:0}.user-management__menu-toggle{display:flex}}@media(max-width:768px){.user-management__header{padding:1rem}.user-management__title{font-size:1.25rem}.user-management__subtitle{font-size:.75rem}.user-management__content{padding:1rem}.user-management__info-box{padding:.875rem 1rem;gap:.75rem}.user-management__info-icon{width:20px;height:20px}.user-management__info-content{font-size:.813rem}.user-management__filters{padding:1rem}.user-management__filter-group{flex-direction:column}.user-management__search{min-width:auto}.user-management__table-wrapper{overflow-x:scroll}.user-management__table{min-width:800px}.user-management__lock-icon{width:.875rem;height:.875rem}.resources-section-header{flex-direction:column;gap:.75rem}.resources-toolbar{flex-direction:column;align-items:stretch}.resources-filter-tabs{justify-content:stretch}.resources-filter-tabs .filter-tab{flex:1;text-align:center}.resources-accordion{max-height:400px}.badge--level{font-size:.625rem;padding:.125rem .375rem}.badge--self{font-size:.625rem;padding:.125rem .375rem;margin-left:.25rem}.modal{margin:0;border-radius:0;max-height:100vh}.modal__header h2{font-size:1.25rem}.modal__restriction-notice{padding:.75rem;font-size:.75rem;margin:1rem}.modal__restriction-notice svg{width:1rem;height:1rem}.category-progress{display:none}[title]:hover:after,[title]:hover:before{display:none}}@media(max-width:480px){.user-management__pagination{flex-direction:column;gap:.75rem}.modal__actions{flex-direction:column}.modal__btn{width:100%}.form-row{grid-template-columns:1fr}}.permissions-management{display:flex;min-height:100vh;background:#f9fafb;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,sans-serif}.permissions-management__main{flex:1;margin-left:280px;display:flex;flex-direction:column;min-height:100vh}.permissions-management__header{background:#fff;padding:1.25rem 1.5rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;gap:1rem;position:sticky;top:0;z-index:100}.permissions-management__header>div{flex:1}.permissions-management__menu-toggle{display:none;width:40px;height:40px;border-radius:.5rem;background:transparent;border:1px solid #e5e7eb;display:flex;align-items:center;justify-content:center;color:#1f2937;cursor:pointer;transition:all .3s ease}.permissions-management__menu-toggle:hover{background:#f9fafb}.permissions-management__menu-toggle svg{width:20px;height:20px}.permissions-management__title{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0 0 .25rem}.permissions-management__subtitle{font-size:.875rem;color:#6b7280;margin:0;font-weight:400;line-height:1.4}.permissions-management__content{flex:1;padding:1.5rem}.permissions-management__info-box{display:flex;align-items:flex-start;gap:1rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#dbeafe,#eff6ff);border:1px solid #93c5fd;border-radius:.75rem;margin-bottom:1.5rem;box-shadow:0 1px 2px #0000000d}.permissions-management__info-icon{flex-shrink:0;width:24px;height:24px;color:#2563eb}.permissions-management__info-icon svg{width:100%;height:100%}.permissions-management__info-content{flex:1;font-size:.875rem;line-height:1.6;color:#1e3a8a}.permissions-management__info-content strong{font-weight:600;color:#1e40af}.permissions-management__info-content span{color:#1e3a8a}.permissions-management__filters{background:#fff;border-radius:.75rem;padding:1.5rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb;margin-bottom:1.5rem;display:flex;flex-direction:column;gap:1rem}.permissions-management__filter-group{display:flex;gap:1rem;flex-wrap:wrap}.permissions-management__search{flex:1;min-width:300px;padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.938rem;color:#1f2937;transition:all .3s ease}.permissions-management__search:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.permissions-management__search::placeholder{color:#9ca3af}.permissions-management__select{padding:.75rem 1rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.938rem;color:#1f2937;background:#fff;cursor:pointer;transition:all .3s ease;min-width:180px}.permissions-management__select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.permissions-management__table-wrapper{background:#fff;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb;overflow-x:auto;margin-bottom:1.5rem}.permissions-management__table{width:100%;border-collapse:collapse}.permissions-management__table thead{background:#f9fafb}.permissions-management__table thead th{padding:1rem;text-align:left;font-weight:600;font-size:.813rem;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e5e7eb;white-space:nowrap}.permissions-management__table tbody tr{border-bottom:1px solid #e5e7eb;transition:background .3s ease}.permissions-management__table tbody tr:hover{background:#f9fafb}.permissions-management__table tbody tr:last-child{border-bottom:none}.permissions-management__table tbody td{padding:1rem;font-size:.875rem;color:#1f2937;vertical-align:middle}.permissions-management__table tbody td:nth-child(1) code{-webkit-user-select:all;user-select:all;cursor:pointer}.permissions-management__status{padding:.375rem .75rem;border-radius:9999px;font-size:.813rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease;display:inline-flex;align-items:center;gap:.375rem}.permissions-management__status--active{background:#10b9811a;color:#10b981}.permissions-management__status--active:hover{background:#10b98133}.permissions-management__status--suspended{background:#ef44441a;color:#ef4444}.permissions-management__status--suspended:hover{background:#ef444433}.permissions-management__btn{padding:.5rem 1rem;border-radius:.5rem;font-size:.875rem;font-weight:500;border:1px solid #e5e7eb;cursor:pointer;transition:all .3s ease;background:#fff;color:#1f2937}.permissions-management__btn:hover:not(:disabled){opacity:.8}.permissions-management__btn:disabled{opacity:.5;cursor:not-allowed}.permissions-management__btn--edit{background:#6366f1;color:#fff;border-color:#6366f1}.permissions-management__btn--edit:hover{background:#4f46e5;border-color:#4f46e5}.permissions-management__btn--create{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#6366f1;color:#fff;border:none;border-radius:.5rem;font-size:.938rem;font-weight:600;cursor:pointer;white-space:nowrap;transition:all .3s ease}.permissions-management__btn--create:hover{background:#4f46e5;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a}.permissions-management__btn--create svg{flex-shrink:0}.permissions-management__loading{padding:3rem;text-align:center;color:#6b7280;font-size:1rem}.permissions-management__pagination{display:flex;align-items:center;justify-content:center;gap:1rem;padding:1rem;background:#fff;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;border:1px solid #e5e7eb}.permissions-management__page-info{font-size:.875rem;color:#6b7280;font-weight:500}.badge{padding:.25rem .5rem;border-radius:.25rem;font-size:.75rem;font-weight:600;text-transform:uppercase;display:inline-flex;align-items:center;gap:.25rem}.badge--dashboard{background:#6366f11a;color:#6366f1}.badge--users{background:#10b9811a;color:#10b981}.badge--store{background:#3b82f61a;color:#3b82f6}.badge--pos{background:#f59e0b1a;color:#f59e0b}.badge--analytics{background:#8b5cf61a;color:#8b5cf6}.badge--system{background:#ec48991a;color:#ec4899}.badge--security{background:#ef44441a;color:#ef4444}.badge--other{background:#6b72801a;color:#6b7280}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;overflow-y:auto}.modal{background:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a;max-width:800px;width:100%;max-height:90vh;overflow-y:auto;animation:modalSlideIn .3s ease}.modal__header{padding:1.5rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;background:#fff;z-index:10}.modal__header h2{font-size:1.5rem;font-weight:700;color:#1f2937;margin:0}.modal__close{width:36px;height:36px;border-radius:.5rem;background:#f9fafb;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.modal__close:hover{background:#e5e7eb;color:#1f2937}.modal__form{padding:1.5rem}.modal__section{margin-bottom:2rem}.modal__section h3{font-size:1.125rem;font-weight:600;color:#1f2937;margin:0 0 1rem;padding-bottom:.5rem;border-bottom:2px solid #e5e7eb}.modal__actions{display:flex;gap:1rem;justify-content:flex-end;padding-top:1rem;border-top:1px solid #e5e7eb}.modal__btn{padding:.75rem 1.5rem;border-radius:.5rem;font-size:.938rem;font-weight:600;border:none;cursor:pointer;transition:all .3s ease}.modal__btn--cancel{background:#f9fafb;color:#1f2937;border:1px solid #e5e7eb}.modal__btn--cancel:hover{background:#e5e7eb}.modal__btn--save{background:#6366f1;color:#fff}.modal__btn--save:hover{background:#4f46e5}.form-group{margin-bottom:1rem}.form-group label{display:block;font-size:.875rem;font-weight:500;color:#1f2937;margin-bottom:.5rem}.form-group input,.form-group textarea{width:100%;padding:.75rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.938rem;color:#1f2937;transition:all .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.form-group input::placeholder,.form-group textarea::placeholder{color:#9ca3af}.form-group textarea{resize:vertical}.form-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem}.form-select{width:100%;padding:.75rem;border:1px solid #e5e7eb;border-radius:.5rem;font-size:.938rem;color:#1f2937;background:#fff;cursor:pointer;transition:all .3s ease}.form-select:focus{outline:none;border-color:#6366f1;box-shadow:0 0 0 3px #6366f11a}.checkbox-group{display:flex;flex-direction:column;gap:.75rem}.checkbox-label{display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:.75rem;border-radius:.5rem;transition:all .3s ease}.checkbox-label:hover{background:#f9fafb}.checkbox-label input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#6366f1}.checkbox-label span{font-size:.875rem;color:#1f2937;font-weight:500}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@media(max-width:1024px){.permissions-management__main{margin-left:0}.permissions-management__menu-toggle{display:flex}}@media(max-width:768px){.permissions-management__header{padding:1rem;flex-wrap:wrap}.permissions-management__title{font-size:1.25rem}.permissions-management__subtitle{font-size:.75rem}.permissions-management__content{padding:1rem}.permissions-management__filter-group{flex-direction:column}.permissions-management__search,.permissions-management__select{min-width:auto}.permissions-management__table-wrapper{overflow-x:scroll}.permissions-management__table{min-width:800px}.permissions-management__btn--create{width:100%;justify-content:center}.modal{margin:0;border-radius:0;max-height:100vh}.modal__header h2{font-size:1.25rem}.form-row{grid-template-columns:1fr}}@media(max-width:480px){.permissions-management__pagination{flex-direction:column;gap:.75rem}.modal__actions{flex-direction:column}.modal__btn{width:100%}}
