body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:20vh}.App-logo{height:40vmin;pointer-events:none}.App-link{color:#61dafb}.error-message-field{animation:slide-in-error .3s ease-out;color:#ef4444;font-size:.75rem;margin-top:.25rem;text-align:left}@keyframes slide-in-error{0%{opacity:0;transform:translateY(-5px)}to{opacity:1;transform:translateY(0)}}.forgot-password-link{color:var(--primary-blue);transition:color .2s ease-in-out}.forgot-password-link:hover{color:var(--primary-blue-hover);text-decoration:underline}.auth-page-container{display:flex;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;min-height:100vh;overflow-x:hidden}.auth-left-section{align-items:center;background-color:#3f5fee;color:#fff;display:none;flex:1 1;justify-content:center;padding:3rem 4rem;width:50%}@media (min-width:1024px){.auth-left-section{display:flex}}.auth-left-content{align-items:flex-start;display:flex;flex-direction:column;max-width:40rem;width:100%}.logo-container{align-items:center;display:flex;gap:.75rem}.logo-icon-wrapper{align-items:center;background-color:hsla(0,0%,96%,.268);border-radius:.5rem;display:flex;justify-content:center;padding:.6rem}.logo-icon{color:#fff;height:2rem;width:2rem}.logo-text{font-size:1.875rem;font-weight:700}.left-heading{font-size:2.5rem;font-weight:700;line-height:1.25;margin:1.5rem 0}.left-description{color:#e0e7ff;font-size:1.125rem;line-height:1.6;max-width:36rem;text-align:left}.feature-boxes-container{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:1fr;margin-top:2rem;width:100%}@media (min-width:768px){.feature-boxes-container{grid-template-columns:repeat(2,1fr)}}.feature-box{background-color:#ffffff20;border-radius:.75rem;padding:1.5rem}.feature-box-header{align-items:center;display:flex;gap:.75rem;margin-bottom:.75rem}.feature-icon{color:#fff;height:1.75rem;width:1.75rem}.feature-title{font-size:1.25rem;font-weight:600}.feature-description{color:#e0e7ff;font-size:.9rem;line-height:1.5}.auth-right-section{align-items:center;background-color:#f9fafb;display:flex;flex:1 1;justify-content:center;padding:1.5rem;width:100%}@media (min-width:1024px){.auth-right-section{width:50%}}.auth-form-container{align-items:stretch;animation:slide-in-form .3s ease-out;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 4px 12px #00000014;display:flex;flex-direction:column;max-width:28rem;padding:2rem 2.5rem;width:100%}@keyframes slide-in-form{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}.mobile-logo-container{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-bottom:1.5rem}@media (min-width:1024px){.mobile-logo-container{display:none}}.mobile-logo-icon-wrapper{background-color:#4f46e5;border-radius:.5rem;padding:.6rem}.mobile-logo-icon{color:#fff;height:1.75rem;width:1.75rem}.mobile-logo-text{color:#111827;font-size:1.5rem;font-weight:700}.card-header{width:100%}.form-heading{font-size:1.75rem;font-weight:600}.form-subheading{font-size:.95rem;line-height:1.5}.tabs-container{display:flex;justify-content:center;margin-bottom:1.75rem;width:100%}.tabs-list{border-bottom:1px solid #e5e7eb;display:flex;gap:2rem;padding-bottom:.5rem}.tab-trigger{background:none;border:none;border-bottom:2px solid #0000;color:#6b7280;cursor:pointer;font-size:1rem;font-weight:500;margin-bottom:-1px;padding:.25rem 0;transition:all .2s ease}.tab-trigger.active-tab{border-bottom-color:#3b82f6;color:#3b82f6;font-weight:600}.tab-trigger:disabled{cursor:not-allowed;opacity:.5}.form-content{animation:fade-in .3s ease-out;width:100%}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.form-item{gap:.5rem;width:100%}.input-label{color:#374151;font-size:.9rem;text-align:left}.form-input{border:1px solid #d1d5db;border-radius:.375rem;color:#1f2937;font-size:.95rem;padding:.8rem 1rem;transition:all .2s ease}.form-input::placeholder{color:#9ca3af}.form-input:focus{box-shadow:0 0 0 3px #3b82f64d}.form-input:disabled{background-color:#f3f4f6;cursor:not-allowed;opacity:.7}.form-input.input-error{animation:shake .3s ease;border-color:#ef4444!important;box-shadow:0 0 0 2px #ef444433!important}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-4px)}75%{transform:translateX(4px)}}.submit-button{background-color:#3f5fee;border-radius:.375rem;font-weight:500;margin-top:.5rem;padding:.8rem;transition:all .2s ease;width:100%}.submit-button:hover:not(:disabled){background-color:#3741c8;box-shadow:0 2px 8px #00000026;transform:translateY(-2px)}.submit-button:disabled{opacity:.6}.tab-switch-prompt{color:#6b7280;font-size:.9rem;margin-top:1.75rem}.tab-switch-link{color:#3f5fee;font:inherit;font-weight:500;transition:color .2s ease}.tab-switch-link:hover:not(:disabled){color:#2563eb;text-decoration:underline}.message-box{animation:slide-in-notification .3s ease-out;border-radius:.375rem;border-style:solid;border-width:1px;font-size:.875rem;margin-bottom:1rem;padding:.75rem 1rem}.message-box-icon-wrapper{padding-top:2px}.message-box-text{line-height:1.5}@keyframes slide-in-notification{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.password-wrapper{position:relative}.label-row{align-items:center;display:flex;justify-content:space-between;width:100%}.forgot-password-link{color:#3f5fee;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s ease-in-out}.forgot-password-link:hover:not(.disabled){color:#2563eb;text-decoration:underline}.forgot-password-link.disabled{color:#9ca3af;cursor:not-allowed;pointer-events:none}.password-input-container{align-items:center;display:flex}.password-input-container .form-input{padding-right:40px}.password-toggle-btn{padding:0;right:10px}.password-toggle-icon{height:20px;width:20px}.password-toggle-btn:hover .password-toggle-icon{color:#3b82f6}.otp-container{align-items:center;animation:fade-in .4s ease-out;display:flex;flex-direction:column;width:100%}.otp-heading-icon{color:#3f5fee;height:2.5rem;margin:0 auto .75rem;width:2.5rem}.otp-container .form-subheading{line-height:1.6}.user-email-emphasis{color:#1f2937;font-weight:600}.otp-input-group{margin-bottom:1.25rem}.otp-input{-moz-appearance:textfield;border:1px solid #d1d5db;border-radius:.375rem;color:#1f2937;font-weight:600;transition:all .2s ease}.otp-input::-webkit-inner-spin-button,.otp-input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.otp-input:focus{box-shadow:0 0 0 3px #3b82f64d;transform:scale(1.05)}.otp-container .submit-button{margin-top:.5rem}.password-strength-guide{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.375rem;margin-top:1rem;padding:.75rem}.password-guide-title{color:#374151;font-size:.875rem;font-weight:500}.password-guide-list{gap:.5rem;list-style-type:none}.criteria-item{font-size:.875rem;transition:color .2s ease-in-out}.criteria-icon{flex-shrink:0}.criteria-item.criteria-unmet{color:#6b7280}.criteria-item.criteria-met{color:#16a34a}.otp-timer{color:#6b7280;font-size:.875rem;font-weight:500;margin-top:.5rem}.resend-otp-button{background-color:initial;border:1px solid #3f5fee;border-radius:.375rem;color:#3f5fee;font-size:.95rem;font-weight:500;margin-top:1rem;padding:.8rem;transition:all .2s ease}.resend-otp-button:hover:not(:disabled){background-color:#3f5fee;color:#fff;transform:translateY(-1px)}.resend-otp-button:disabled{border-color:#9ca3af;color:#9ca3af;opacity:.5}:root{--font-family-sans:"Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--primary-blue:#3b82f6;--primary-blue-hover:#2563eb;--text-dark:#1f2937;--text-medium:#4b5563;--text-light:#6b7280;--border-color:#e5e7eb;--background-page:#f9fafb;--background-card:#fff;--color-success:#16a34a;--color-error:#dc2626;--radius-md:6px;--radius-lg:12px;--shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.reset-password-page-container{align-items:center;background-color:#f9fafb;background-color:var(--background-page);box-sizing:border-box;display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-family:var(--font-family-sans);justify-content:center;min-height:100vh;padding:1.5rem;width:100%}.reset-password-form-container{background-color:#fff;background-color:var(--background-card);border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:12px;border-radius:var(--radius-lg);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a;box-shadow:var(--shadow);max-width:30rem;padding:2rem 2.5rem;width:100%}.reset-password-logo-container{align-items:center;display:flex;gap:.75rem;justify-content:center;margin-bottom:2rem}.reset-password-logo-icon-wrapper{background-color:#3b82f6;background-color:var(--primary-blue);border-radius:6px;border-radius:var(--radius-md);padding:.5rem}.reset-password-logo-icon{color:#fff;height:1.5rem;width:1.5rem}.reset-password-logo-text{color:#1f2937;color:var(--text-dark);font-size:1.875rem;font-weight:800}.message-box{align-items:flex-start;border:1px solid;border-radius:6px;border-radius:var(--radius-md);display:flex;margin-bottom:1.5rem;padding:1rem}.message-box-icon-wrapper{flex-shrink:0;margin-right:.75rem}.message-box-icon{height:1.25rem;width:1.25rem}.message-box-content{flex-grow:1}.message-box-text{font-size:.875rem;font-weight:500;margin:0}.bg-green-100{background-color:#f0fdf4}.border-green-400{border-color:#4ade80}.text-green-700{color:#166534}.text-green-500{color:#22c55e}.bg-red-100{background-color:#fef2f2}.border-red-400{border-color:#f87171}.text-red-700{color:#991b1b}.text-red-500{color:#ef4444}.card-header{margin-bottom:1.5rem;text-align:center}.form-heading{color:#1f2937;color:var(--text-dark);font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.form-subheading{color:#6b7280;color:var(--text-light);font-size:.875rem}.form-content{gap:1.25rem}.form-content,.form-item{display:flex;flex-direction:column}.input-label{color:#4b5563;color:var(--text-medium);font-size:.875rem;font-weight:500;margin-bottom:.5rem}.form-input{background-color:#fff;border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:6px;border-radius:var(--radius-md);box-sizing:border-box;font-size:1rem;padding:.625rem .75rem;transition:border-color .2s,box-shadow .2s;width:100%}.form-input:focus{border-color:#3b82f6;border-color:var(--primary-blue);box-shadow:0 0 0 3px #3b82f633;outline:none}.password-input-container{position:relative}.password-input-container .form-input{padding-right:2.5rem}.password-toggle-btn{align-items:center;background:none;border:none;bottom:0;cursor:pointer;display:flex;padding:0 .75rem;position:absolute;right:0;top:0}.password-toggle-icon{color:#6b7280;color:var(--text-light);height:1.25rem;width:1.25rem}.password-strength-guide{margin-top:.75rem}.password-guide-title{color:#4b5563;color:var(--text-medium);font-size:.75rem;font-weight:600;margin:0 0 .5rem}.password-guide-list{display:flex;flex-direction:column;gap:.25rem;list-style:none;margin:0;padding:0}.criteria-item{align-items:center;display:flex;font-size:.8rem;font-weight:500}.criteria-icon{height:1rem;margin-right:.5rem;width:1rem}.criteria-unmet{color:#6b7280;color:var(--text-light)}.criteria-unmet .criteria-icon{color:#dc2626;color:var(--color-error)}.criteria-met,.criteria-met .criteria-icon{color:#16a34a;color:var(--color-success)}.submit-button{align-items:center;background-color:#3b82f6;background-color:var(--primary-blue);border:none;border-radius:6px;border-radius:var(--radius-md);color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;justify-content:center;padding:.75rem;transition:all .2s}.submit-button:hover{background-color:#2563eb;background-color:var(--primary-blue-hover)}.submit-button:disabled{background-color:#9ca3af;cursor:not-allowed}.otp-input-group{display:flex;gap:.75rem;justify-content:center}.otp-input{border:1px solid #e5e7eb;border:1px solid var(--border-color);border-radius:6px;border-radius:var(--radius-md);font-size:1.5rem;height:3.5rem;text-align:center;transition:all .2s;width:3rem}.otp-input:focus{border-color:#3b82f6;border-color:var(--primary-blue);box-shadow:0 0 0 3px #3b82f633;outline:none}.tab-switch-prompt{color:#4b5563;color:var(--text-medium);font-size:.875rem;margin-top:1.5rem;text-align:center}.tab-switch-link{background:none;border:none;color:#3b82f6;color:var(--primary-blue);cursor:pointer;font-weight:600;padding:0;text-decoration:none}.tab-switch-link:hover{text-decoration:underline}.resend-otp-button{background-color:#4a90e2;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:16px;margin-top:10px;padding:10px;width:100%}.resend-otp-button:disabled{background-color:#ccc;cursor:not-allowed}.otp-timer{color:#666;margin:10px 0;text-align:center}:root{--primary-color-start:#3f5fee;--primary-color-end:#4f46e5;--primary-gradient:linear-gradient(90deg,var(--primary-color-start),var(--primary-color-end));--text-primary:#1f2a44;--text-secondary:#374151;--text-muted:#6b7280;--bg-light:#f9fafb;--bg-lighter:#f3f4f6;--card-bg:#fff;--border-color:#e5e7ebb3;--shadow-sm:0 2px 4px #0000000a;--shadow-md:0 6px 12px #00000012;--shadow-lg:0 10px 20px #0000001a;--border-radius-md:0.75rem;--border-radius-lg:1.25rem;--warning-bg:#fffbeb;--warning-border:#fde68a;--warning-text:#b45309}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f9fafb;background-color:var(--bg-light);color:#1f2a44;color:var(--text-primary);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;margin:0}.dashboard-page-container{display:flex;flex-direction:column;min-height:100vh}.dashboard-navbar{align-items:center;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffe6;border-bottom:1px solid #e5e7ebb3;border-bottom:1px solid var(--border-color);box-shadow:0 2px 4px #0000000a;box-shadow:var(--shadow-sm);display:flex;justify-content:space-between;padding:1.25rem 2.5rem;position:-webkit-sticky;position:sticky;top:0;z-index:1000}.navbar-logo{-webkit-text-fill-color:#0000;background:linear-gradient(90deg,#3f5fee,#4f46e5);background:var(--primary-gradient);-webkit-background-clip:text;font-size:1.875rem;font-weight:800;letter-spacing:-.025em;text-decoration:none;transition:opacity .2s ease}.navbar-logo:hover{opacity:.85}.navbar-user-section{align-items:center;display:flex;gap:1.25rem}.admin-action-link{align-items:center;background-color:initial;border:1px solid #0000;border-radius:6px;color:#374151;color:var(--text-secondary);display:inline-flex;font-size:.875rem;font-weight:500;gap:.4rem;padding:.5rem .875rem;text-decoration:none;transition:background-color .2s ease,color .2s ease,border-color .2s ease}.admin-action-link:hover{background-color:#f3f4f6;background-color:var(--bg-lighter);border-color:#e5e7ebb3;border-color:var(--border-color);color:#1f2a44;color:var(--text-primary)}.admin-action-link:focus{box-shadow:0 0 0 3px #4f46e540;outline:none}.admin-action-link svg{height:1.125rem;width:1.125rem}.user-greeting{color:#374151;color:var(--text-secondary);font-size:.95rem;font-weight:500;gap:.75rem}.user-avatar,.user-greeting{align-items:center;display:flex}.user-avatar{background:linear-gradient(90deg,#3f5fee,#4f46e5);background:var(--primary-gradient);border-radius:50%;box-shadow:0 1px 2px #0000001a;color:#fff;font-size:.875rem;font-weight:600;height:32px;justify-content:center;text-transform:uppercase;width:32px}.user-info-text strong{color:#1f2a44;color:var(--text-primary);font-weight:600}.user-role-display{color:#6b7280;color:var(--text-muted);display:block;font-size:.75rem}.logout-action-button{background:#0000;border:2px solid #4f46e5;border:2px solid var(--primary-color-end);border-radius:.75rem;border-radius:var(--border-radius-md);color:#4f46e5;color:var(--primary-color-end);cursor:pointer;font-size:.9rem;font-weight:600;padding:.6rem 1.25rem;transition:all .2s ease-in-out}.logout-action-button:hover{background:#4f46e5;background:var(--primary-color-end);box-shadow:0 2px 4px #0000000a;box-shadow:var(--shadow-sm);color:#fff;transform:translateY(-1px)}.logout-action-button:focus{box-shadow:0 0 0 3px #4f46e540;outline:none}.session-expired-message{background-color:#fffbeb;background-color:var(--warning-bg);border:1px solid #fde68a;border:1px solid var(--warning-border);border-radius:.75rem;border-radius:var(--border-radius-md);color:#b45309;color:var(--warning-text);font-weight:500;margin:1rem 2rem 0;padding:1rem 1.5rem;text-align:center}.dashboard-main-area{box-sizing:border-box;flex-grow:1;margin:0 auto;max-width:1300px;padding:3rem 2rem;width:100%}.page-header{margin-bottom:2.5rem;text-align:center}.page-title{color:#1f2a44;color:var(--text-primary);font-size:2.25rem;font-weight:800;letter-spacing:-.025em;margin:0}.page-subtitle{color:#6b7280;color:var(--text-muted);font-size:1.05rem;font-weight:400;margin-left:auto;margin-right:auto;margin-top:.6rem;max-width:650px}.applications-grid{grid-gap:1.75rem;display:grid;gap:1.75rem;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.app-card{background:#fff;background:var(--card-bg);border:1px solid #e5e7ebb3;border:1px solid var(--border-color);border-radius:1.25rem;border-radius:var(--border-radius-lg);box-shadow:0 6px 12px #00000012;box-shadow:var(--shadow-md);cursor:pointer;display:flex;flex-direction:column;overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.app-card:hover{box-shadow:0 10px 20px #0000001a;box-shadow:var(--shadow-lg);transform:translateY(-6px)}.app-card:focus-within{box-shadow:0 0 0 3px #4f46e540,0 10px 20px #0000001a;box-shadow:0 0 0 3px #4f46e540,var(--shadow-lg);transform:translateY(-6px)}.app-card-icon-wrapper{align-items:center;background:linear-gradient(90deg,#3f5fee,#4f46e5);background:var(--primary-gradient);display:flex;justify-content:center;padding:1.75rem}.app-card-icon-wrapper svg{color:#fff;height:36px;width:36px}.app-card-content{display:flex;flex-direction:column;flex-grow:1;padding:1.75rem}.app-card-title{color:#1f2a44;color:var(--text-primary);font-size:1.5rem;font-weight:700;margin:0 0 .5rem}.app-card-description{color:#6b7280;color:var(--text-muted);flex-grow:1;font-size:.95rem;line-height:1.65;margin-bottom:1.5rem}.app-card-footer{margin-top:auto;padding:0 1.75rem 1.75rem}.app-access-text{color:#4f46e5;color:var(--primary-color-end);display:inline-block;font-size:.95rem;font-weight:600;transition:color .2s ease,transform .2s ease}.app-card:hover .app-access-text{color:#3f5fee;color:var(--primary-color-start)}.no-apps-container{align-items:center;background-color:#fff;background-color:var(--card-bg);border:1px solid #e5e7ebb3;border:1px solid var(--border-color);border-radius:1.25rem;border-radius:var(--border-radius-lg);box-shadow:0 2px 4px #0000000a;box-shadow:var(--shadow-sm);display:flex;flex-direction:column;justify-content:center;margin-top:2rem;padding:3rem 2rem;text-align:center}.no-apps-icon{color:#4f46e5;color:var(--primary-color-end);height:2.5rem;margin-bottom:1.5rem;width:2.5rem}.no-apps-title{color:#1f2a44;color:var(--text-primary);font-size:1.75rem;font-weight:700;margin-bottom:.75rem}.no-apps-message{color:#6b7280;color:var(--text-muted);font-size:1rem;line-height:1.7;margin-bottom:2rem;max-width:500px}.skeleton-block,.skeleton-line{background-color:#e2e8f0;border-radius:4px;overflow:hidden;position:relative}.skeleton-block:after,.skeleton-line:after{animation:shimmer 1.5s infinite;background-image:linear-gradient(90deg,#fff0,#fff6 50%,#fff0);bottom:0;content:"";left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@keyframes shimmer{to{transform:translateX(100%)}}.skeleton-header{align-items:center;display:flex;flex-direction:column;gap:1rem}.title-skeleton{height:2.25rem;max-width:450px;width:60%}.subtitle-skeleton{height:1.05rem;max-width:600px;width:80%}.skeleton-card{cursor:default;pointer-events:none}.skeleton-card:hover{box-shadow:0 6px 12px #00000012;box-shadow:var(--shadow-md);transform:none}.icon-skeleton{border-radius:0;height:90px}.heading-skeleton{height:1.5rem;margin-bottom:.75rem;width:70%}.skeleton-card .skeleton-line{height:.95rem;margin-bottom:.5rem}.short-skeleton{width:50%}.link-skeleton{height:.95rem;width:40%}.dashboard-page-footer{background:#0000;border-top:1px solid #e5e7ebb3;border-top:1px solid var(--border-color);color:#6b7280;color:var(--text-muted);font-size:.9rem;font-weight:400;margin-top:auto;padding:1.75rem 2rem;text-align:center}@media (max-width:767px){.dashboard-navbar{flex-direction:column;gap:1rem;padding:1rem 1.5rem}.navbar-logo{font-size:1.75rem}.dashboard-main-area{padding:2rem 1rem}.page-title{font-size:2rem}.page-subtitle{font-size:1rem}.applications-grid{gap:1.5rem;grid-template-columns:1fr}.app-card-content,.app-card-footer,.app-card-icon-wrapper{padding:1.5rem}.session-expired-message{margin:1rem 1.5rem 0}}.assign-apps-page-container{background-color:#f9fafb;margin:2rem auto;max-width:1100px;padding:2rem}.assign-apps-page-loading-container,.assign-apps-page.error-container{align-items:center;background-color:#fff;border-radius:8px;display:flex;flex-direction:column;justify-content:center;min-height:calc(100vh - 150px);padding:2rem;text-align:center}.loading-spinner-icon{animation:spin 1s linear infinite;color:#007bff;height:3rem;margin-bottom:1rem;width:3rem}.error-icon-large{color:#dc3545;height:3.5rem;margin-bottom:1rem;width:3.5rem}.error-container h2{color:#374151;font-size:1.5rem;margin-bottom:.5rem}.error-container p{color:#6b7280;font-size:1rem;margin-bottom:1.5rem}.button-primary-alt{background-color:#007bff;border-radius:6px;color:#fff;display:inline-block;font-weight:500;padding:.625rem 1.5rem;text-decoration:none;transition:background-color .15s ease}.button-primary-alt:hover{background-color:#0056b3}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.assign-apps-header{align-items:flex-start;display:flex;flex-direction:column;margin-bottom:2.5rem}.back-to-dashboard-link{align-items:center;color:#007bff;display:inline-flex;font-size:.9rem;font-weight:500;gap:.5rem;margin-bottom:1rem;padding:.25rem 0;text-decoration:none;transition:color .15s ease}.back-to-dashboard-link:hover{color:#0056b3}.back-to-dashboard-link .icon{height:1.125rem;width:1.125rem}.header-title-group h1{color:#111827;font-size:2rem;font-weight:700;line-height:1.2;margin:0 0 .5rem}.header-title-group p{color:#6b7280;font-size:1rem;line-height:1.6;max-width:600px}.assign-apps-form-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 8px 16px -4px #00000014,0 4px 6px -2px #0000000d;padding:2rem 2.5rem}.form-section{margin-bottom:2.5rem}.form-section:last-of-type,.section-header{margin-bottom:1.5rem}.section-header{align-items:center;border-bottom:1px solid #f3f4f6;display:flex;gap:.75rem;padding-bottom:.75rem}.section-header .section-icon{color:#007bff;height:1.75rem;width:1.75rem}.section-header h2{color:#1f2937;font-size:1.375rem;font-weight:600;line-height:1.3;margin:0}.form-group{margin-bottom:1rem}.form-select{-webkit-appearance:none;appearance:none;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;color:#1f2937;cursor:pointer;font-size:1rem;line-height:1.5;padding:.875rem 1rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.form-select:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f633;outline:none}.form-select:disabled{background-color:#f3f4f6;border-color:#e5e7eb;color:#9ca3af;cursor:not-allowed}.searchable-dropdown-wrapper{position:relative;width:100%}.searchable-trigger{align-items:center;display:flex;justify-content:space-between;text-align:left}.searchable-trigger .truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.arrow-indicator{border:solid #6b7280;border-width:0 2px 2px 0;display:inline-block;flex-shrink:0;margin-left:.75rem;padding:3px;transform:rotate(45deg);transition:transform .2s ease}.arrow-indicator.open{transform:rotate(-135deg)}.searchable-dropdown-panel{background-color:#fff;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;display:flex;flex-direction:column;left:0;position:absolute;top:calc(100% + 8px);width:100%;z-index:100}.search-input-wrapper{border-bottom:1px solid #e5e7eb;padding:.75rem;position:relative}.search-input-wrapper .search-icon{color:#9ca3af;height:1.25rem;left:1.25rem;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%);width:1.25rem}.search-input-wrapper input{border:1px solid #d1d5db;border-radius:6px;box-sizing:border-box;font-size:.9rem;padding:.6rem .75rem .6rem 2.5rem;width:100%}.search-input-wrapper input:focus{border-color:#3b82f6;box-shadow:0 0 0 2px #3b82f633;outline:none}.options-list{list-style:none;margin:0;max-height:240px;overflow-y:auto;padding:.5rem}.option-item{border-radius:6px;cursor:pointer;font-size:.95rem;font-weight:500;padding:.75rem 1rem;text-align:left;transition:background-color .15s ease}.option-item:hover{background-color:#f3f4f6}.option-item.selected{background-color:#e0eefa;color:#0056b3;font-weight:600}.option-item-message{color:#6b7280;font-style:italic;padding:1rem;text-align:center}.info-text-alt{background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:6px;color:#6b7280;font-size:.9rem;margin-top:.5rem;padding:.75rem 1rem;text-align:center}.apps-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.app-tile{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:10px;box-shadow:0 1px 2px 0 #00000008;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:140px;padding:1.5rem;position:relative;text-align:center;transition:all .2s cubic-bezier(.4,0,.2,1)}.app-tile:hover{border-color:#93c5fd;box-shadow:0 6px 12px -3px #00000014,0 4px 6px -3px #0000000d;transform:translateY(-4px)}.app-tile.selected{background-color:#f0f7ff;border-color:#007bff;box-shadow:inset 0 0 0 2px #007bff,0 4px 8px -2px #007bff26,0 2px 4px -2px #007bff1a}.app-tile-icon{margin-bottom:1rem}.app-tile-icon .generic-app-icon{color:#3b82f6;height:3rem;opacity:.9;width:3rem}.app-tile-name{color:#1f2937;font-size:1rem;font-weight:500;line-height:1.4;word-break:break-word}.selected-checkmark{background-color:#fff;border-radius:50%;box-shadow:0 1px 3px #0000001a;color:#007bff;height:1.5rem;opacity:0;padding:3px;position:absolute;right:.75rem;top:.75rem;transform:scale(.8);transition:opacity .15s ease,transform .15s ease;width:1.5rem}.app-tile.selected .selected-checkmark{opacity:1;transform:scale(1)}.sr-only{clip:rect(0,0,0,0);border-width:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.form-footer{align-items:stretch;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;margin-top:2.5rem;padding-top:1.5rem}.form-message-inline{align-items:center;border-radius:8px;box-shadow:0 1px 2px #0000000d;display:flex;font-size:.9rem;gap:.625rem;margin-bottom:1.25rem;padding:.875rem 1.25rem;text-align:left;width:100%}.form-message-inline.success{background-color:#d1fae5;border:1px solid #a7f3d0;color:#065f46}.form-message-inline.error{background-color:#fee2e2;border:1px solid #fca5a5;color:#991b1b}.form-message-inline .message-icon{flex-shrink:0;height:1.25rem;width:1.25rem}.submit-assign-button{align-items:center;align-self:flex-end;background-color:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;gap:.625rem;justify-content:center;min-width:220px;padding:.875rem 2rem;transition:background-color .2s ease,box-shadow .2s ease,transform .1s ease}.submit-assign-button:hover:not(:disabled){background-color:#0069d9;box-shadow:0 4px 12px #007bff33}.submit-assign-button:active:not(:disabled){transform:translateY(1px)}.submit-assign-button:disabled{background-color:#ced4da;color:#6c757d;cursor:not-allowed}.button-spinner-icon{animation:spin .8s linear infinite;height:1.25rem;width:1.25rem}
/*# sourceMappingURL=main.472a1dbf.css.map*/