@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;line-height:1.57143;font-weight:400;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;--color-primary-main: #1A5EA0;--color-primary-dark: #134a7d;--color-primary-light: #4a8bc7;--color-primary-lighter: #c4d8ee;--color-secondary-main: #EF2D2F;--color-secondary-dark: #c22426;--color-secondary-light: #f36a6c;--color-secondary-lighter: #fad2d3;--color-primary-rgb: 26, 94, 160;--color-secondary-rgb: 239, 45, 47;--color-info-main: #4a8bc7;--color-info-dark: #134a7d;--color-info-light: #d4e3f6;--color-success-main: #1A5EA0;--color-success-dark: #134a7d;--color-success-light: #a9c8ea;--color-warning-main: #EF2D2F;--color-warning-dark: #c22426;--color-warning-light: #f36a6c;--color-error-main: #EF2D2F;--color-error-dark: #c22426;--color-error-light: #f79d96;--color-success-green: #22c55e;--color-success-emerald: #10b981;--color-success-teal: #059669;--color-success-light-green: #34d399;--color-error-red: #ef4444;--color-error-dark-red: #dc2626;--color-error-light-red: #f87171;--color-warning-orange: #f97316;--color-warning-amber: #d97706;--color-warning-yellow: #fbbf24;--color-info-blue: #3b82f6;--color-info-sky: #4a8bc7;--color-info-slate: #64748b;--color-info-light-slate: #94a3b8;--color-grey-900: #161C24;--color-grey-800: #212B36;--color-grey-700: #454F5B;--color-grey-600: #637381;--color-grey-500: #919EAB;--color-grey-400: #C4CDD5;--color-grey-300: #DFE3E8;--color-grey-200: #F4F6F8;--color-grey-100: #F9FAFB;--color-white: #ffffff;--color-black: #000000;--text-primary: var(--color-grey-800);--text-secondary: var(--color-grey-600);--text-disabled: var(--color-grey-500);--bg-default: #F7F9FC;--bg-paper: #FFFFFF;--bg-neutral: #E9EFF6;--border-color: rgba(145, 158, 171, .24);--divider-color: rgba(145, 158, 171, .2);--shadow-card: 0 0 2px 0 rgba(var(--color-primary-rgb), .12), 0 12px 24px -4px rgba(var(--color-primary-rgb), .18);--shadow-dialog: -40px 40px 80px -8px rgba(15, 23, 42, .25);--shadow-dropdown: 0 0 2px 0 rgba(15, 23, 42, .12), -20px 20px 40px -4px rgba(15, 23, 42, .18);--shadow-primary: 0 8px 16px 0 rgba(var(--color-primary-rgb), .26);--radius-xs: .25rem;--radius-sm: .5rem;--radius-md: .75rem;--radius-lg: 1rem;--radius-xl: 1.25rem}[data-theme=dark]{--color-grey-900: #F9FAFB;--color-grey-800: #F4F6F8;--color-grey-700: #DFE3E8;--color-grey-600: #C4CDD5;--color-grey-500: #919EAB;--color-grey-400: #637381;--color-grey-300: #454F5B;--color-grey-200: #212B36;--color-grey-100: #111827;--text-primary: #FFFFFF;--text-secondary: #C9D3E0;--text-disabled: rgba(201, 211, 224, .7);--bg-default: #0F172A;--bg-paper: #152238;--bg-neutral: #1E2A40;--border-color: rgba(100, 116, 139, .35);--divider-color: rgba(100, 116, 139, .3);--shadow-card: 0 0 2px 0 rgba(2, 6, 23, .4), 0 12px 24px -4px rgba(2, 6, 23, .32);--shadow-dialog: -40px 40px 80px -8px rgba(2, 6, 23, .45);--shadow-dropdown: 0 0 2px 0 rgba(2, 6, 23, .35), -20px 20px 40px -4px rgba(2, 6, 23, .4)}body{margin:0;color:var(--text-primary);background-color:var(--bg-default);min-height:100vh;font-size:.875rem;transition:background-color .3s cubic-bezier(.4,0,.2,1),color .3s cubic-bezier(.4,0,.2,1)}html{scroll-behavior:smooth}#root{min-height:100vh}h1,h2,h3,h4,h5,h6{margin:0;font-weight:700;line-height:1.5;color:var(--text-primary)}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.5rem}h4{font-size:1.25rem}h5{font-size:1.125rem}h6{font-size:1rem}p{margin:0;line-height:1.57143}a{color:inherit;text-decoration:none}*:focus-visible{outline:2px solid var(--color-primary-main);outline-offset:2px;border-radius:var(--radius-xs)}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skeleton{background:linear-gradient(90deg,var(--bg-neutral) 0%,var(--color-grey-300) 50%,var(--bg-neutral) 100%);background-size:200% 100%;animation:skeleton-loading 1.5s ease-in-out infinite;border-radius:var(--radius-sm)}.pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-grey-400);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-grey-500)}.mt-0{margin-top:0}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mt-4{margin-top:2rem}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.mb-3{margin-bottom:1.5rem}.mb-4{margin-bottom:2rem}.ml-0{margin-left:0}.ml-1{margin-left:.5rem}.ml-2{margin-left:1rem}.ml-3{margin-left:1.5rem}.ml-4{margin-left:2rem}.mr-0{margin-right:0}.mr-1{margin-right:.5rem}.mr-2{margin-right:1rem}.mr-3{margin-right:1.5rem}.mr-4{margin-right:2rem}.pt-0{padding-top:0}.pt-1{padding-top:.5rem}.pt-2{padding-top:1rem}.pt-3{padding-top:1.5rem}.pt-4{padding-top:2rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.5rem}.pb-2{padding-bottom:1rem}.pb-3{padding-bottom:1.5rem}.pb-4{padding-bottom:2rem}.pl-0{padding-left:0}.pl-1{padding-left:.5rem}.pl-2{padding-left:1rem}.pl-3{padding-left:1.5rem}.pl-4{padding-left:2rem}.pr-0{padding-right:0}.pr-1{padding-right:.5rem}.pr-2{padding-right:1rem}.pr-3{padding-right:1.5rem}.pr-4{padding-right:2rem}.d-none{display:none}.d-block{display:block}.d-inline{display:inline}.d-inline-block{display:inline-block}.d-flex{display:flex}.d-inline-flex{display:inline-flex}.d-grid{display:grid}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.align-start{align-items:flex-start}.align-end{align-items:flex-end}.align-center{align-items:center}.align-stretch{align-items:stretch}.gap-1{gap:.5rem}.gap-2{gap:1rem}.gap-3{gap:1.5rem}.gap-4{gap:2rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-italic{font-style:italic}.text-bold{font-weight:700}.text-normal{font-weight:400}.text-xs{font-size:.75rem}.text-sm{font-size:.875rem}.text-base{font-size:1rem}.text-lg{font-size:1.125rem}.text-xl{font-size:1.25rem}.text-2xl{font-size:1.5rem}.w-full{width:100%}.w-auto{width:auto}.w-fit{width:fit-content}.h-full{height:100%}.h-auto{height:auto}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-80{opacity:.8}.opacity-100{opacity:1}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.input-group{position:relative;margin-bottom:1rem;animation:fadeInUpInput .5s ease-out backwards;transition:margin-bottom .3s ease}.input-group:nth-child(1){animation-delay:.1s}.input-group:nth-child(2){animation-delay:.2s}.input-group:nth-child(3){animation-delay:.3s}.input-group:nth-child(4){animation-delay:.4s}.input-group:nth-child(5){animation-delay:.5s}@keyframes fadeInUpInput{0%{opacity:0;transform:translateY(.9375rem)}to{opacity:1;transform:translateY(0)}}.input-wrapper{position:relative;display:block}.input-wrapper.has-icon{--input-icon-offset: 3.25rem}.input-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:var(--text-disabled);font-size:1.15rem;pointer-events:none;display:inline-flex;align-items:center;justify-content:center;transition:color .2s ease,transform .2s ease}.input-field{width:100%;padding:.875rem 1rem;font-size:.9rem;font-weight:500;color:var(--text-primary);background-color:transparent;border:.125rem solid var(--border-color);border-radius:var(--radius-md);transition:all .2s cubic-bezier(.4,0,.2,1);outline:none;font-family:inherit;line-height:1.57143;box-shadow:0 0 rgba(var(--color-primary-rgb),.12)}.input-wrapper.has-icon .input-field{padding-left:var(--input-icon-offset)}.input-field.input-with-toggle{padding-right:3rem}.password-toggle{position:absolute;right:.875rem;top:50%;transform:translateY(-50%);background:none;border:none;padding:.375rem;cursor:pointer;color:var(--text-disabled);display:inline-flex;align-items:center;justify-content:center;border-radius:var(--radius-sm);transition:all .2s ease;z-index:2}.password-toggle:hover{color:var(--color-primary-main);background-color:rgba(var(--color-primary-rgb),.08);transform:translateY(-50%) scale(1.05)}.password-toggle:focus{outline:none;color:var(--color-primary-main);background-color:rgba(var(--color-primary-rgb),.12);box-shadow:0 0 0 .125rem rgba(var(--color-primary-rgb),.2)}.password-toggle:active{transform:translateY(-50%) scale(.95)}.password-toggle svg{width:1.25rem;height:1.25rem;display:block}.input-label{position:absolute;left:1rem;top:50%;transform:translateY(-50%);font-size:.875rem;font-weight:500;color:var(--text-disabled);transition:all .2s cubic-bezier(.4,0,.2,1);pointer-events:none;background-color:transparent;padding:0;line-height:1;z-index:1}.input-wrapper.has-icon .input-label{left:var(--input-icon-offset)}.input-field:hover{border-color:rgba(var(--color-primary-rgb),.45)}.input-field:focus{border-color:var(--color-primary-main);box-shadow:0 0 0 .25rem rgba(var(--color-primary-rgb),.12),inset 0 .0625rem .125rem rgba(var(--color-primary-rgb),.1)}.input-field:focus+.input-label,.input-field:not(:placeholder-shown)+.input-label{top:-.6rem;transform:translateY(0);font-size:.75rem;font-weight:700;color:var(--color-primary-main);background-color:var(--bg-paper);padding:0 .35rem;border-radius:999px;box-shadow:none}.input-wrapper.has-icon .input-field:focus+.input-label,.input-wrapper.has-icon .input-field:not(:placeholder-shown)+.input-label{left:calc(var(--input-icon-offset) - .25rem)}.input-field:not(:focus):not(:placeholder-shown)+.input-label{color:var(--text-secondary);box-shadow:none}.input-field::placeholder{color:transparent}.input-field:focus::placeholder{color:var(--text-disabled)}.input-wrapper:focus-within .input-icon{color:var(--color-primary-main);transform:translateY(-50%) scale(1.06)}.input-hint{margin-top:.5rem;margin-bottom:.5rem;font-size:.75rem;color:var(--text-secondary);line-height:1.5;transition:all .3s ease}.input-error,.input-error:hover{border-color:var(--color-error-main)}.input-error:focus{border-color:var(--color-error-main);box-shadow:0 0 0 .1875rem rgba(var(--color-secondary-rgb),.15)}.error-message{display:flex;align-items:center;gap:.25rem;margin-top:.5rem;margin-bottom:.5rem;font-size:.75rem;font-weight:600;color:var(--color-error-main);line-height:1.6;animation:slideInErrorSmooth .3s cubic-bezier(.4,0,.2,1);opacity:0;max-height:0;overflow:hidden;animation-fill-mode:forwards}.error-message:before{content:"⚠";font-size:.875rem}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-.375rem)}20%,40%,60%,80%{transform:translate(.375rem)}}@keyframes slideInError{0%{opacity:0;transform:translateY(-.25rem)}to{opacity:1;transform:translateY(0)}}@keyframes slideInErrorSmooth{0%{opacity:0;max-height:0;margin-top:0;margin-bottom:0;transform:translateY(-.25rem)}50%{opacity:0;max-height:1.875rem;margin-top:.5rem;margin-bottom:.5rem}to{opacity:1;max-height:1.875rem;margin-top:.5rem;margin-bottom:.5rem;transform:translateY(0)}}.error-message+.input-hint{display:none}@media(prefers-reduced-motion:reduce){.input-field,.input-label,.input-icon{transition:none}.error-message{animation:none}}.input-group.input-full-width,.input-full-width .input-field{width:100%}.spinner{display:inline-block;position:relative;vertical-align:middle}.spinner-circle{display:block;border-radius:50%;border:.125rem solid rgba(255,255,255,.3);border-top-color:currentColor;animation:spinner-rotate .6s linear infinite}.spinner-sm .spinner-circle{width:1rem;height:1rem;border-width:.125rem}.spinner-md .spinner-circle{width:1.5rem;height:1.5rem;border-width:.156rem}.spinner-lg .spinner-circle{width:2rem;height:2rem;border-width:.1875rem}@keyframes spinner-rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;font-weight:700;border-radius:var(--radius-sm);border:none;cursor:pointer;transition:all .2s cubic-bezier(.4,0,.2,1);font-family:inherit;text-transform:capitalize;letter-spacing:0;line-height:1.71429;position:relative;overflow:hidden}.btn:disabled{opacity:.48;cursor:not-allowed;pointer-events:none}.btn:active:not(:disabled){transform:scale(.96)}.btn:focus-visible{outline:.125rem solid var(--color-primary-main);outline-offset:.125rem}.btn-sm{padding:.375rem .75rem;font-size:.8125rem;min-height:1.875rem}.btn-md{padding:.5rem 1rem;font-size:.875rem;min-height:2.25rem}.btn-lg{padding:.6875rem 1.375rem;font-size:.9375rem;min-height:3rem}.btn-primary{background:var(--color-primary-main);color:#fff;box-shadow:0 .5rem 1rem rgba(var(--color-primary-rgb),.24);position:relative;overflow:hidden}.btn-primary:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#ffffff1a;opacity:0;transition:opacity .2s cubic-bezier(.4,0,.2,1)}.btn-primary:hover:not(:disabled){background:var(--color-primary-dark);box-shadow:0 .75rem 1.25rem rgba(var(--color-primary-rgb),.32);transform:translateY(-.125rem)}.btn-primary:hover:not(:disabled):before{opacity:1}.btn-secondary{background-color:var(--bg-neutral);color:var(--text-primary);position:relative;overflow:hidden}.btn-secondary:hover:not(:disabled){background-color:rgba(var(--color-primary-rgb),.08);color:var(--color-primary-main);transform:translateY(-.0625rem)}.btn-outline{background-color:transparent;border:.09375rem solid var(--divider-color);color:var(--text-primary);position:relative;overflow:hidden}.btn-outline:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(var(--color-primary-rgb),.05);opacity:0;transition:opacity .2s cubic-bezier(.4,0,.2,1)}.btn-outline:hover:not(:disabled){border-color:var(--color-primary-main);color:var(--color-primary-main)}.btn-outline:hover:not(:disabled):before{opacity:1}.btn-danger{background:var(--color-error-main);color:var(--color-white);box-shadow:0 .25rem .75rem #dc26264d;position:relative;overflow:hidden}.btn-danger:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:#0000001a;opacity:0;transition:opacity .2s cubic-bezier(.4,0,.2,1)}.btn-danger:hover:not(:disabled){background:var(--color-error-dark);box-shadow:0 .375rem 1rem #dc262666;transform:translateY(-.125rem)}.btn-danger:hover:not(:disabled):before{opacity:1}[data-theme=dark] .btn-danger{background:var(--color-error-red);box-shadow:0 .25rem .75rem #ef444459}[data-theme=dark] .btn-danger:hover:not(:disabled){background:var(--color-error-main);box-shadow:0 .375rem 1rem #ef444473}.btn-loading{position:relative;pointer-events:none}.btn-content-placeholder{visibility:hidden;display:flex;align-items:center;gap:.5rem}.btn-loading-content{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;gap:.5rem}.btn-primary .btn-loading-content,.btn-danger .btn-loading-content{color:#fff}.btn-secondary .btn-loading-content,.btn-outline .btn-loading-content{color:var(--text-primary)}.btn-success{background:var(--color-success-main)!important;animation:successPulse .6s ease-out}@keyframes successPulse{0%{transform:scale(1)}50%{transform:scale(1.05);box-shadow:0 0 1.25rem #1a5ea080}to{transform:scale(1)}}.btn-ripple{position:absolute;border-radius:50%;background-color:#fff9;width:1.25rem;height:1.25rem;margin-top:-.625rem;margin-left:-.625rem;animation:ripple .6s cubic-bezier(0,0,.2,1);pointer-events:none}@keyframes ripple{0%{transform:scale(0);opacity:1}to{transform:scale(20);opacity:0}}.btn-full-width{width:100%}.card{background:var(--bg-paper);border-radius:var(--radius-lg);padding:1.75rem;box-shadow:var(--shadow-card);border:.0625rem solid var(--divider-color);position:relative;overflow:hidden;transition:box-shadow .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1),transform .25s cubic-bezier(.4,0,.2,1)}.card:before{content:"";position:absolute;top:0;left:0;right:0;height:.125rem;background:linear-gradient(90deg,var(--color-primary-main) 10%,var(--color-secondary-main) 100%);opacity:0;transition:opacity .2s ease}.card:hover{box-shadow:0 .25rem 1rem #00000014;border-color:rgba(var(--color-primary-rgb),.2);transform:translateY(-.125rem)}[data-theme=dark] .card:hover{box-shadow:0 .25rem 1rem #0000004d}.card:hover:before{opacity:.8}.avatar{position:relative;display:inline-flex;align-items:center;justify-content:center;border-radius:62.4375rem;background:linear-gradient(135deg,var(--color-primary-main) 30%,var(--color-secondary-main) 70%);color:#fff;font-weight:700;letter-spacing:.08em;text-transform:uppercase;overflow:hidden;isolation:isolate}.avatar img{width:100%;height:100%;object-fit:cover}.avatar:after{content:"";position:absolute;bottom:.25rem;right:.25rem;width:.625rem;height:.625rem;border-radius:62.4375rem;border:.125rem solid var(--bg-paper);background-color:var(--color-grey-400);transform:scale(1);transition:transform .2s cubic-bezier(.4,0,.2,1)}.avatar[data-status=online]:after{background-color:var(--color-primary-main);box-shadow:0 0 0 .25rem rgba(var(--color-primary-rgb),.15)}.avatar[data-status=away]:after{background-color:var(--color-secondary-main)}.avatar[data-status=offline]:after{background-color:var(--color-grey-400)}.avatar-sm{width:2.5rem;height:2.5rem;font-size:.875rem}.avatar-md{width:3rem;height:3rem;font-size:1rem}.avatar-lg{width:4rem;height:4rem;font-size:1.25rem}.avatar-initials{z-index:1}.avatar-glow{position:absolute;inset:0;border-radius:inherit;background:radial-gradient(circle at 30% 30%,rgba(255,255,255,.3),transparent 60%);opacity:0;transition:opacity .3s cubic-bezier(.4,0,.2,1);z-index:0}.avatar:hover .avatar-glow{opacity:1}.global-search-portal{position:fixed;inset:0;z-index:1400;display:flex;align-items:flex-start;justify-content:center;padding:6rem 1.5rem 2rem;pointer-events:none}.global-search-backdrop{position:absolute;inset:0;background:#0d192ba3;backdrop-filter:blur(.75rem);border:none;pointer-events:auto;cursor:pointer}.global-search-dialog{position:relative;width:min(42.5rem,100%);background:var(--bg-paper);border-radius:1.5rem;box-shadow:0 2rem 4rem #0f172a33;border:1px solid var(--divider-color);padding:1.75rem;display:flex;flex-direction:column;gap:1.25rem;pointer-events:auto;animation:search-slide-in .24s cubic-bezier(.4,0,.2,1)}@keyframes search-slide-in{0%{opacity:0;transform:translateY(-.75rem)}to{opacity:1;transform:translateY(0)}}.global-search-input{display:grid;grid-template-columns:auto 1fr auto;gap:.85rem;align-items:center;padding:.85rem 1rem;border-radius:1rem;border:1.5px solid var(--divider-color);background:var(--bg-default);box-shadow:inset 0 .0625rem #ffffff0a;transition:all .2s ease}.global-search-input:focus-within{border-color:var(--color-primary-main);box-shadow:0 0 0 .1875rem rgba(var(--color-primary-rgb),.1)}.global-search-input svg{width:1.375rem;height:1.375rem;color:var(--color-primary-main);opacity:.7}.global-search-input input{width:100%;border:none;background:transparent;outline:none;font-size:.95rem;color:var(--text-primary);font-weight:500}.global-search-input input::placeholder{color:var(--text-disabled)}.global-search-input input:focus{color:var(--text-primary)}.global-search-shortcuts{display:inline-flex;align-items:center;gap:.35rem;font-size:.75rem;color:var(--text-disabled)}.global-search-shortcuts kbd{border:.0625rem solid rgba(var(--color-primary-rgb),.2);background:rgba(var(--color-primary-rgb),.05);border-radius:.375rem;padding:.15rem .4rem;font-family:var(--font-mono, "SFMono-Regular", Consolas, "Liberation Mono", Menlo, monospace);font-size:.7rem;line-height:1.4;color:var(--text-secondary)}.global-search-results{max-height:20rem;overflow-y:auto;display:flex;flex-direction:column;gap:1.1rem;padding-right:.25rem}.global-search-results::-webkit-scrollbar{width:.375rem}.global-search-results::-webkit-scrollbar-thumb{border-radius:999px;background:#919eab59}.global-search-group{display:flex;flex-direction:column;gap:.65rem}.global-search-group-title{font-size:.72rem;font-weight:700;text-transform:uppercase;letter-spacing:.18em;color:var(--text-disabled);padding-left:.5rem}.global-search-group ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.global-search-item{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:.9rem 1rem;border-radius:1rem;cursor:pointer;transition:all .18s cubic-bezier(.4,0,.2,1);border:.0625rem solid transparent;background:transparent}.global-search-item:hover{background:rgba(var(--color-primary-rgb),.08);border-color:var(--color-primary-main)}.global-search-item.active{background:rgba(var(--color-primary-rgb),.12);border-color:var(--color-primary-main);box-shadow:0 0 0 .1875rem rgba(var(--color-primary-rgb),.1)}.global-search-item mark{background:rgba(var(--color-primary-rgb),.15);color:var(--color-primary-dark);border-radius:.25rem;padding:0 .2rem;font-weight:600}.item-icon{width:2.5rem;height:2.5rem;border-radius:.75rem;background:linear-gradient(135deg,rgba(var(--color-primary-rgb),.1),rgba(var(--color-secondary-rgb),.08));border:.0625rem solid rgba(var(--color-primary-rgb),.15);display:inline-flex;align-items:center;justify-content:center;font-size:1.15rem;color:var(--color-primary-main);transition:all .18s cubic-bezier(.4,0,.2,1)}.global-search-item.active .item-icon{transform:scale(1.08);background:linear-gradient(135deg,var(--color-primary-main) 0%,var(--color-secondary-main) 100%);border-color:var(--color-primary-main);color:#fff;box-shadow:0 .25rem .75rem rgba(var(--color-primary-rgb),.3)}.item-body{display:flex;flex-direction:column;gap:.3rem}.item-label{font-size:.95rem;font-weight:600;color:var(--text-primary);display:inline-flex;gap:.25rem;align-items:center}.item-label span{display:inline}.item-description{font-size:.78rem;color:var(--text-secondary);line-height:1.55}.item-meta{font-size:.72rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:var(--color-primary-main);opacity:.6}.global-search-empty{padding:2rem 1rem;text-align:center;border-radius:.875rem;border:.0625rem dashed var(--divider-color);color:var(--text-secondary);font-size:.9rem}@media(prefers-reduced-motion:reduce){.global-search-dialog,.global-search-item,.item-icon{animation:none;transition:none}}@media(max-width:480px){.global-search-portal{padding:4rem 1rem 1.5rem}.global-search-dialog{border-radius:1.25rem;padding:1.25rem}.global-search-input{grid-template-columns:auto 1fr}.global-search-shortcuts{display:none}}.modal-portal{position:fixed;inset:0;z-index:9999;display:flex;align-items:center;justify-content:center;padding:1rem;touch-action:none;overscroll-behavior:contain}.modal-backdrop{position:absolute;inset:0;background-color:#000000bf;backdrop-filter:blur(.25rem);animation:modalFadeIn .2s ease-out;border:none;cursor:pointer}.modal-dialog{position:relative;z-index:10000;width:100%;max-width:30rem;max-height:90vh;animation:modalSlideIn .3s cubic-bezier(.4,0,.2,1)}.modal-dialog-custom{max-width:32.5rem;max-height:85vh;display:flex;flex-direction:column}.modal-dialog-large{max-width:50rem}.modal-card{background:var(--bg-paper);border:1px solid var(--border-color);border-radius:1rem;box-shadow:0 1.5rem 3rem #00000026,0 .75rem 1.5rem #0000001a;overflow:hidden}.modal-header{padding:2rem 2rem 0;border-bottom:none;text-align:center}.modal-icon{width:4rem;height:4rem;border-radius:50%;background:linear-gradient(135deg,rgba(var(--color-primary-rgb),.1),rgba(var(--color-secondary-rgb),.1));border:.125rem solid rgba(var(--color-primary-rgb),.2);display:inline-flex;align-items:center;justify-content:center;font-size:2rem;margin-bottom:1rem;animation:modalIconPulse 2s ease-in-out infinite}@keyframes modalIconPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.modal-title{font-size:1.375rem;font-weight:700;color:var(--text-primary);margin:0;line-height:1.4}.modal-body{padding:1rem 2rem 1.5rem;max-height:calc(90vh - 12.5rem)}.modal-message{font-size:.9375rem;color:var(--text-secondary);line-height:1.7;margin:0;text-align:center}.modal-footer{padding:0 2rem 2rem;display:flex;gap:.75rem;justify-content:center;border-top:none}.modal-footer button{flex:1;max-width:10rem}.modal-header-simple{padding:1.5rem 1.5rem 0;text-align:center}.modal-body-custom{padding:1rem 1.5rem 1.5rem;max-height:calc(85vh - 5rem);overflow-y:auto;overflow-x:hidden}.modal-body-custom>*:last-child{margin-bottom:0}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-1.25rem) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@media(max-width:40rem){.modal-dialog{max-width:100%;max-height:92vh}.modal-dialog-custom{max-height:92vh}.modal-header{padding:1.25rem 1.25rem 0}.modal-icon{width:3rem;height:3rem;font-size:1.5rem}.modal-title{font-size:1.25rem}.modal-body{padding:1rem 1.25rem 1.25rem}.modal-body-custom{padding:.875rem 1.25rem 1.25rem;max-height:calc(92vh - 4rem)}.modal-footer{padding:.75rem 1.25rem 1.25rem;flex-direction:column-reverse}.modal-footer .btn{width:100%}}.loading-spinner{display:inline-block;animation:spin 1s cubic-bezier(.68,-.55,.265,1.55) infinite}.loading-spinner-logo{display:block;width:100%;height:100%;object-fit:contain}.loading-spinner-sm{width:1.125rem;height:1.125rem}.loading-spinner-md{width:2rem;height:2rem}.loading-spinner-lg{width:3rem;height:3rem}.loading-spinner-xl{width:4rem;height:4rem}@keyframes spin{0%{transform:rotate(0) scale(1)}50%{transform:rotate(180deg) scale(1.1)}to{transform:rotate(360deg) scale(1)}}.btn .loading-spinner{position:absolute}.skeleton-table{width:100%}.skeleton-table-header{display:grid;grid-template-columns:repeat(8,1fr);gap:1rem;padding:1rem 1.5rem;background:var(--bg-neutral);border-bottom:1px solid var(--border-color)}.skeleton-table-body{display:flex;flex-direction:column}.skeleton-table-row{display:grid;grid-template-columns:repeat(8,1fr);gap:1rem;padding:1rem 1.5rem;border-bottom:1px solid var(--border-color)}.skeleton-cell{display:flex;align-items:center}.skeleton-header-cell .skeleton-pulse{height:.75rem;border-radius:4px}.skeleton-pulse{height:1rem;background:linear-gradient(90deg,var(--color-grey-300) 0%,var(--color-grey-200) 50%,var(--color-grey-300) 100%);background-size:200% 100%;border-radius:4px;animation:skeleton-loading 1.5s ease-in-out infinite}[data-theme=dark] .skeleton-pulse{background:linear-gradient(90deg,var(--color-grey-700) 0%,var(--color-grey-600) 50%,var(--color-grey-700) 100%);background-size:200% 100%}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.page-transition{opacity:0;transform:translateY(10px);transition:opacity .4s ease-out,transform .4s ease-out}.page-transition.visible{opacity:1;transform:translateY(0)}.password-strength{display:flex;align-items:center;gap:.75rem;margin-top:.5rem;margin-bottom:.5rem;animation:slideInSmooth .3s ease-out forwards;opacity:0;max-height:0;overflow:hidden}.strength-bars{display:flex;gap:.375rem;flex:1}.strength-bar{height:.25rem;flex:1;background-color:var(--border-color);border-radius:.125rem;transition:all .4s cubic-bezier(.4,0,.2,1)}.strength-bar.active{transform:scaleY(1.2)}.strength-label{font-size:.75rem;font-weight:600;min-width:2.813rem;text-align:right;transition:color .3s ease}@keyframes slideIn{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}@keyframes slideInSmooth{0%{opacity:0;max-height:0;margin-top:0;margin-bottom:0;transform:translateY(-.5rem)}50%{opacity:0;max-height:1.875rem;margin-top:.5rem;margin-bottom:.5rem}to{opacity:1;max-height:1.875rem;margin-top:.5rem;margin-bottom:.5rem;transform:translateY(0)}}@keyframes rotate{to{transform:rotate(360deg)}}[data-sonner-toast]{gap:12px;min-height:52px;border-radius:12px;width:auto;min-width:280px;max-width:500px;display:flex;align-items:center;padding:8px 16px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;background-color:var(--bg-paper);color:var(--text-primary)}[data-theme=dark] [data-sonner-toast]{background-color:var(--bg-paper);color:var(--text-primary);box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -1px #0003}[data-icon]{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px}[data-icon] svg{width:24px;height:24px}[data-content]{gap:4px;display:flex;flex:1 1 auto;flex-direction:column;padding-right:18px}[data-title]{line-height:1.5;font-size:14px;font-weight:500}[data-description]{opacity:.8;line-height:1.4;font-size:13px}[data-sonner-toast][data-type=success]{--icon-bg: rgba(34, 197, 94, .1);--icon-color: var(--color-success-green)}[data-sonner-toast][data-type=success] [data-icon]{background-color:var(--icon-bg);color:var(--icon-color)}[data-sonner-toast][data-type=error]{--icon-bg: rgba(239, 68, 68, .1);--icon-color: var(--color-error-red)}[data-sonner-toast][data-type=error] [data-icon]{background-color:var(--icon-bg);color:var(--icon-color)}[data-sonner-toast][data-type=warning]{--icon-bg: rgba(249, 115, 22, .1);--icon-color: var(--color-warning-orange)}[data-sonner-toast][data-type=warning] [data-icon]{background-color:var(--icon-bg);color:var(--icon-color)}[data-sonner-toast][data-type=info]{--icon-bg: rgba(59, 130, 246, .1);--icon-color: var(--color-info-blue)}[data-sonner-toast][data-type=info] [data-icon]{background-color:var(--icon-bg);color:var(--icon-color)}[data-sonner-toast] .snackbar__loading_icon{z-index:9;width:24px;height:24px;border-radius:50%;animation:rotate 1s infinite linear;background:conic-gradient(transparent,#0006)}[data-close-button]{position:absolute;top:8px;right:8px;width:20px;height:20px;padding:0;border-radius:50%;background:transparent;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;opacity:.6;transition:opacity .2s}[data-close-button]:hover{opacity:1}[data-close-button] svg{width:14px;height:14px}[data-button]{color:inherit;cursor:pointer;align-items:center;display:inline-flex;justify-content:center;background-color:transparent;border:1px solid rgba(0,0,0,.16);border-radius:6px;padding:4px 12px;font-size:13px;font-weight:600;transition:all .2s}[data-button]:hover{border-color:#0000003d;background-color:#0000000d}:root[data-theme=dark] [data-button]{border-color:#ffffff29}:root[data-theme=dark] [data-button]:hover{border-color:#ffffff3d;background-color:#ffffff0d}.error-boundary-container{display:flex;align-items:center;justify-content:center;min-height:100vh;padding:2rem;background:var(--bg-default)}.error-boundary-content{max-width:600px;text-align:center;animation:fadeInUp .4s cubic-bezier(.4,0,.2,1)}.error-icon-large{font-size:5rem;margin-bottom:1.5rem;opacity:.8}.error-title{font-size:2rem;font-weight:700;color:var(--text-primary);margin-bottom:1rem}.error-boundary-message{font-size:1rem;color:var(--text-secondary);margin-bottom:2rem;line-height:1.6}.error-details{margin:2rem 0;text-align:left;background:var(--bg-paper);border:1px solid var(--border-color);border-radius:var(--radius-md);padding:1rem}.error-details summary{cursor:pointer;font-weight:600;color:var(--text-primary);padding:.5rem;user-select:none}.error-details summary:hover{color:var(--color-primary-main)}.error-stack{margin-top:1rem;padding:1rem;background:var(--bg-default);border-radius:var(--radius-sm);overflow-x:auto}.error-stack p{margin:0 0 .5rem;font-size:.875rem;color:var(--text-primary)}.error-stack pre{margin:0;font-size:.75rem;color:var(--text-secondary);font-family:Monaco,Courier New,monospace;white-space:pre-wrap;word-wrap:break-word}.error-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media(max-width:30rem){.error-icon-large{font-size:4rem}.error-title{font-size:1.5rem}.error-boundary-message{font-size:.875rem}.error-actions{flex-direction:column;width:100%}.error-actions button{width:100%}}
