/* RazorKit\rk-utilities.scss */
*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{min-height:100vh;line-height:1.5;font-family:var(--project-font-family, "Inter", sans-serif);color:var(--project-color-text, #111827);background:#f8fafc}a{color:var(--project-color-link, #1e3a6e);text-decoration:none}a:hover{text-decoration:underline}.rk-flex{display:flex}.rk-inline-flex{display:inline-flex}.rk-grid{display:flex}.rk-block{display:block}.rk-inline{display:inline}.rk-hidden{display:none}.rk-row{flex-direction:row}.rk-col{flex-direction:column}.rk-wrap{flex-wrap:wrap}.rk-nowrap{flex-wrap:nowrap}.rk-justify-start{justify-content:flex-start}.rk-justify-center{justify-content:center}.rk-justify-end{justify-content:flex-end}.rk-justify-between{justify-content:space-between}.rk-justify-around{justify-content:space-around}.rk-justify-evenly{justify-content:space-evenly}.rk-items-start{align-items:flex-start}.rk-items-center{align-items:center}.rk-items-end{align-items:flex-end}.rk-items-stretch{align-items:stretch}.rk-items-baseline{align-items:baseline}.rk-self-start{align-self:flex-start}.rk-self-center{align-self:center}.rk-self-end{align-self:flex-end}.rk-grow{flex-grow:1}.rk-grow-0{flex-grow:0}.rk-shrink{flex-shrink:1}.rk-shrink-0{flex-shrink:0}.rk-gap-0{gap:0}.rk-gap-1{gap:.25rem}.rk-gap-2{gap:.5rem}.rk-gap-3{gap:.75rem}.rk-gap-4{gap:1rem}.rk-gap-5{gap:1.25rem}.rk-gap-6{gap:1.5rem}.rk-gap-8{gap:2rem}.rk-gap-10{gap:2.5rem}.rk-gap-12{gap:3rem}.rk-w-full{width:100%}.rk-w-auto{width:auto}.rk-max-w-xs{max-width:20rem}.rk-max-w-sm{max-width:24rem}.rk-max-w-md{max-width:28rem}.rk-max-w-lg{max-width:32rem}.rk-max-w-xl{max-width:36rem}.rk-max-w-2xl{max-width:42rem}.rk-h-full{height:100%}.rk-h-screen{height:100vh}.rk-min-h-screen{min-height:100vh}.rk-m-0{margin:0}.rk-m-auto{margin:auto}.rk-mx-auto{margin-left:auto;margin-right:auto}.rk-mt-1{margin-top:.25rem}.rk-mt-2{margin-top:.5rem}.rk-mt-3{margin-top:.75rem}.rk-mt-4{margin-top:1rem}.rk-mt-5{margin-top:1.25rem}.rk-mt-6{margin-top:1.5rem}.rk-mt-8{margin-top:2rem}.rk-mb-1{margin-bottom:.25rem}.rk-mb-2{margin-bottom:.5rem}.rk-mb-3{margin-bottom:.75rem}.rk-mb-4{margin-bottom:1rem}.rk-mb-5{margin-bottom:1.25rem}.rk-mb-6{margin-bottom:1.5rem}.rk-mb-8{margin-bottom:2rem}.rk-ml-auto{margin-left:auto}.rk-mr-auto{margin-right:auto}.rk-p-0{padding:0}.rk-p-1{padding:.25rem}.rk-p-2{padding:.5rem}.rk-p-3{padding:.75rem}.rk-p-4{padding:1rem}.rk-p-5{padding:1.25rem}.rk-p-6{padding:1.5rem}.rk-p-8{padding:2rem}.rk-px-2{padding-left:.5rem;padding-right:.5rem}.rk-px-3{padding-left:.75rem;padding-right:.75rem}.rk-px-4{padding-left:1rem;padding-right:1rem}.rk-px-5{padding-left:1.25rem;padding-right:1.25rem}.rk-px-6{padding-left:1.5rem;padding-right:1.5rem}.rk-px-8{padding-left:2rem;padding-right:2rem}.rk-py-2{padding-top:.5rem;padding-bottom:.5rem}.rk-py-3{padding-top:.75rem;padding-bottom:.75rem}.rk-py-4{padding-top:1rem;padding-bottom:1rem}.rk-py-6{padding-top:1.5rem;padding-bottom:1.5rem}.rk-py-8{padding-top:2rem;padding-bottom:2rem}.rk-text-xs{font-size:.75rem}.rk-text-sm{font-size:.8rem}.rk-text-base{font-size:1rem}.rk-text-lg{font-size:1.125rem}.rk-text-xl{font-size:1.25rem}.rk-text-2xl{font-size:1.5rem}.rk-text-3xl{font-size:1.875rem}.rk-font-normal{font-weight:400}.rk-font-medium{font-weight:500}.rk-font-semibold{font-weight:600}.rk-font-bold{font-weight:700}.rk-font-extrabold{font-weight:800}.rk-text-left{text-align:left}.rk-text-center{text-align:center}.rk-text-right{text-align:right}.rk-uppercase{text-transform:uppercase}.rk-capitalize{text-transform:capitalize}.rk-tracking-wide{letter-spacing:.05em}.rk-text-primary{color:var(--project-color-primary, #1e3a6e)}.rk-text-muted{color:var(--project-color-subtitle, #6b7280)}.rk-text-body{color:var(--project-color-text, #111827)}.rk-text-danger{color:#dc2626}.rk-text-success{color:#16a34a}.rk-text-white{color:#fff}.rk-rounded{border-radius:.5rem}.rk-rounded-lg{border-radius:.75rem}.rk-rounded-xl{border-radius:1rem}.rk-rounded-2xl{border-radius:1.25rem}.rk-rounded-full{border-radius:9999px}.rk-border{border:1px solid var(--project-color-border, #e5e7eb)}.rk-overflow-auto{overflow:auto}.rk-overflow-hidden{overflow:hidden}.rk-overflow-y-auto{overflow-y:auto}.rk-relative{position:relative}.rk-absolute{position:absolute}.rk-fixed{position:fixed}.rk-sticky{position:sticky}.rk-inset-0{inset:0}.rk-pointer{cursor:pointer}.rk-shadow-sm{box-shadow:0 1px 2px rgba(0,0,0,.05)}.rk-shadow{box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06)}.rk-shadow-md{box-shadow:0 4px 6px rgba(0,0,0,.07),0 2px 4px rgba(0,0,0,.06)}.rk-shadow-lg{box-shadow:0 10px 15px rgba(0,0,0,.1),0 4px 6px rgba(0,0,0,.05)}.rk-transition{transition:all .2s cubic-bezier(0.4, 0, 0.2, 1)}.rk-transition-fast{transition:all .15s ease}.rk-table{width:100%;border-collapse:collapse;font-size:.925rem}.rk-table th,.rk-table td{padding:.625rem .75rem;border-bottom:1px solid var(--project-color-border, #e5e7eb);text-align:left}.rk-table thead th{font-weight:600;color:var(--project-color-subtitle, #6b7280);font-size:.8rem;text-transform:uppercase;letter-spacing:.04em}.rk-table tbody tr:hover{background:rgba(0,0,0,.02)}.rk-alert{padding:.75rem 1rem;border-radius:.5rem;font-size:.9rem;margin-bottom:1rem}.rk-alert-info{background:#eff6ff;color:#1e40af;border:1px solid #bfdbfe}.rk-alert-success{background:#f0fdf4;color:#166534;border:1px solid #bbf7d0}.rk-alert-warning{background:#fffbeb;color:#92400e;border:1px solid #fde68a}.rk-alert-danger{background:#fef2f2;color:#991b1b;border:1px solid #fecaca}.rk-form-control{display:block;width:100%;padding:.5rem .75rem;font-size:.95rem;line-height:1.5;color:var(--project-color-text, #111827);background:#fff;border:1px solid var(--project-color-border, #e5e7eb);border-radius:.5rem;transition:border-color .15s ease,box-shadow .15s ease}.rk-form-control:focus{outline:none;border-color:var(--project-color-primary, #1e3a6e);box-shadow:0 0 0 3px rgba(var(--project-color-primary-rgb, 30, 58, 110), 0.15)}.rk-form-control-lg{padding:.625rem 1rem;font-size:1rem}.rk-form-label{display:block;font-size:.875rem;font-weight:500;margin-bottom:.375rem;color:var(--project-color-text, #111827)}.rk-form-floating{position:relative}.rk-form-floating .rk-form-control{padding-top:1.625rem;padding-bottom:.375rem}.rk-form-floating label{position:absolute;top:0;left:.75rem;padding:.625rem 0;font-size:.95rem;color:var(--project-color-subtitle, #6b7280);pointer-events:none;transition:transform .15s ease,font-size .15s ease;transform-origin:left top}.rk-form-floating .rk-form-control:focus~label,.rk-form-floating .rk-form-control:not(:placeholder-shown)~label{transform:translateY(-0.5rem);font-size:.75rem}.rk-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1.25rem;font-size:.925rem;font-weight:600;border-radius:.5rem;border:1px solid rgba(0,0,0,0);cursor:pointer;transition:background .15s ease,box-shadow .15s ease;text-decoration:none;line-height:1.5}.rk-btn-primary{background:var(--project-color-primary, #1e3a6e);color:#fff}.rk-btn-primary:hover{background:var(--project-color-primary-hover, #0d2244)}.rk-btn-danger{background:#dc2626;color:#fff}.rk-btn-danger:hover{background:#b91c1c}.rk-btn-outline{background:rgba(0,0,0,0);color:var(--project-color-primary, #1e3a6e);border-color:var(--project-color-primary, #1e3a6e)}.rk-btn-outline:hover{background:rgba(var(--project-color-primary-rgb, 30, 58, 110), 0.06)}.rk-btn-lg{padding:.625rem 1.5rem;font-size:1rem}.rk-btn-block{width:100%}.rk-form-check{display:flex;align-items:center;gap:.5rem}.rk-form-switch{display:flex;align-items:center;gap:.5rem}@media(max-width: 767.98px){.rk-hide-mobile{display:none !important}}@media(min-width: 768px){.rk-hide-desktop{display:none !important}}

/* RazorKit.Client\Components\v1\FormKit\RkButton.razor.scss */
.rk-btn{position:relative;display:inline-flex;align-items:center;justify-content:center;gap:.5rem;border:none;border-radius:14px;font-family:inherit;font-weight:700;letter-spacing:.03em;cursor:pointer;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;transition:transform .25s cubic-bezier(0.34, 1.56, 0.64, 1),box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1),filter .25s ease}.rk-btn--sm{min-height:38px;padding:0 1.25rem;font-size:.85rem;border-radius:10px}.rk-btn--md{min-height:44px;padding:0 1.5rem;font-size:.95rem;border-radius:12px}.rk-btn--lg{min-height:52px;padding:0 1.75rem;font-size:1.05rem;border-radius:14px}.rk-btn--block{width:100%}.rk-btn--primary{color:#fff;background:linear-gradient(135deg, var(--project-color-primary, #1e3a6e) 0%, var(--project-color-primary-dark, #0d2244) 100%);box-shadow:0 4px 18px rgba(var(--project-color-primary-rgb, 30, 58, 110), 0.35),0 1px 4px rgba(0,0,0,.08)}.rk-btn--primary:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 10px 36px rgba(var(--project-color-primary-rgb, 30, 58, 110), 0.5),0 3px 8px rgba(0,0,0,.1);filter:brightness(1.08)}.rk-btn--primary:active:not(:disabled){transform:translateY(0) scale(0.97);box-shadow:0 2px 8px rgba(var(--project-color-primary-rgb, 30, 58, 110), 0.3);filter:brightness(0.95);transition-duration:.08s}.rk-btn--glass{color:var(--project-color-primary, #1e3a6e);background:hsla(0,0%,100%,.55);backdrop-filter:blur(16px) saturate(200%);-webkit-backdrop-filter:blur(16px) saturate(200%);border:1.5px solid rgba(var(--project-color-primary-rgb, 30, 58, 110), 0.18);box-shadow:0 2px 12px rgba(0,0,0,.06),inset 0 1px 0 hsla(0,0%,100%,.85),inset 0 -1px 0 rgba(0,0,0,.04)}.rk-btn--glass:hover:not(:disabled){transform:translateY(-2px);background:hsla(0,0%,100%,.75);border-color:rgba(var(--project-color-primary-rgb, 30, 58, 110), 0.32);box-shadow:0 8px 28px rgba(var(--project-color-primary-rgb, 30, 58, 110), 0.18),inset 0 1px 0 hsla(0,0%,100%,.95)}.rk-btn--glass:active:not(:disabled){transform:translateY(0) scale(0.97);background:hsla(0,0%,100%,.5);transition-duration:.08s}.rk-btn--outline{color:var(--project-color-primary, #1e3a6e);background:rgba(0,0,0,0);border:1.5px solid var(--project-color-primary, #1e3a6e);box-shadow:none}.rk-btn--outline:hover:not(:disabled){background:rgba(var(--project-color-primary-rgb, 30, 58, 110), 0.06);transform:translateY(-2px);box-shadow:0 4px 16px rgba(var(--project-color-primary-rgb, 30, 58, 110), 0.18)}.rk-btn--outline:active:not(:disabled){transform:translateY(0) scale(0.97);background:rgba(var(--project-color-primary-rgb, 30, 58, 110), 0.12);transition-duration:.08s}.rk-btn__shimmer{position:absolute;inset:0;background:linear-gradient(105deg, transparent 20%, rgba(255, 255, 255, 0.18) 38%, rgba(255, 255, 255, 0.35) 50%, rgba(255, 255, 255, 0.18) 62%, transparent 80%);transform:translateX(-130%);pointer-events:none}.rk-btn:hover:not(:disabled) .rk-btn__shimmer{animation:rk-shimmer .8s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards}@keyframes rk-shimmer{to{transform:translateX(130%)}}.rk-btn__content{display:flex;align-items:center;justify-content:center;gap:.5rem;transition:opacity .2s ease}.rk-btn__content--hidden{opacity:0}.rk-btn__spinner{position:absolute}.rk-btn--glass .rk-btn__spinner,.rk-btn--outline .rk-btn__spinner{--rk-sp-color: var(--project-color-primary, #1e3a6e)}.rk-btn:disabled{opacity:.55;cursor:not-allowed;transform:none !important;filter:none !important}.rk-btn:focus-visible{outline:2px solid var(--project-color-primary, #1e3a6e);outline-offset:3px}

/* RazorKit.Client\Components\v1\FormKit\RkFieldBox.razor.scss */
.rk-field__box{display:flex;align-items:center;border:1.5px solid var(--project-color-border, #e2e8f0);border-radius:12px;background:#f8fafc;min-height:48px;padding:0 14px;gap:10px;transition:border-color .25s cubic-bezier(0.4, 0, 0.2, 1),background .25s cubic-bezier(0.4, 0, 0.2, 1),box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1)}.rk-field__box:hover{border-color:#cbd5e1}.rk-field__box:focus-within{border-color:var(--project-color-primary, #1e3a6e);background:#fff;box-shadow:0 0 0 4px rgba(var(--project-color-primary-rgb, 30, 58, 110), 0.12),0 1px 3px rgba(0,0,0,.04)}.rk-field__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:20px;color:var(--project-color-placeholder, #9ca3af);transition:color .25s ease}.rk-field__box:focus-within .rk-field__icon{color:var(--project-color-primary, #1e3a6e)}.rk-field__inner{position:relative;flex:1;min-width:0;height:48px}.rk-field__content{position:absolute;left:0;right:0;bottom:0;top:0;display:flex;align-items:center;transition:top .2s cubic-bezier(0.4, 0, 0.2, 1),opacity .2s cubic-bezier(0.4, 0, 0.2, 1)}.rk-field--has-value .rk-field__content,.rk-field__box:focus-within .rk-field__content{top:16px;opacity:1}.rk-field:not(.rk-field--has-value) .rk-field__box:not(:focus-within) .rk-field__content{opacity:0}.rk-field__content .e-input-group,.rk-field__content .e-control-wrapper{border:none !important;box-shadow:none !important;background:rgba(0,0,0,0) !important;min-height:unset !important;width:100% !important}.rk-field__content .e-input-group input.e-input,.rk-field__content .e-control-wrapper input.e-input,.rk-field__content .e-input-group input.e-input:focus,.rk-field__content .e-control-wrapper input.e-input:focus{border:none !important;box-shadow:none !important;outline:none !important;background:rgba(0,0,0,0) !important;height:26px;font-size:.9rem;color:var(--project-color-text, #111827);font-family:inherit;padding:0 !important;transition:color .2s ease}.rk-field__content .e-input-group .e-input::placeholder,.rk-field__content .e-control-wrapper .e-input::placeholder{color:rgba(0,0,0,0)}.rk-field__label{position:absolute;left:0;top:50%;transform:translateY(-50%);font-size:.9rem;color:var(--project-color-placeholder, #9ca3af);pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;line-height:1;transition:top .2s cubic-bezier(0.4, 0, 0.2, 1),transform .2s cubic-bezier(0.4, 0, 0.2, 1),font-size .2s cubic-bezier(0.4, 0, 0.2, 1),color .2s cubic-bezier(0.4, 0, 0.2, 1),font-weight .2s cubic-bezier(0.4, 0, 0.2, 1)}.rk-field--has-value .rk-field__label{top:6px;transform:translateY(0);font-size:.68rem;font-weight:600;color:var(--project-color-label, #374151)}.rk-field__box:focus-within .rk-field__label{top:6px;transform:translateY(0);font-size:.68rem;font-weight:600;color:var(--project-color-primary, #1e3a6e)}.rk-field--has-value .rk-field__content .e-input-group .e-input::placeholder,.rk-field--has-value .rk-field__content .e-control-wrapper .e-input::placeholder,.rk-field__box:focus-within .rk-field__content .e-input-group .e-input::placeholder,.rk-field__box:focus-within .rk-field__content .e-control-wrapper .e-input::placeholder{color:var(--project-color-placeholder, #9ca3af)}.rk-field__validation{margin-top:2px;font-size:.82rem}

/* RazorKit.Client\Components\v1\FormKit\RkInput.razor.scss */
.rk-input__box{display:flex;align-items:center;border:1.5px solid var(--project-color-border, #e2e8f0);border-radius:12px;background:#f8fafc;min-height:48px;padding:0 14px;gap:10px;transition:border-color .25s cubic-bezier(0.4, 0, 0.2, 1),background .25s cubic-bezier(0.4, 0, 0.2, 1),box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1)}.rk-input__box:hover{border-color:#cbd5e1}.rk-input__box:focus-within{border-color:var(--project-color-primary, #1e3a6e);background:#fff;box-shadow:0 0 0 4px rgba(var(--project-color-primary-rgb, 30, 58, 110), 0.12),0 1px 3px rgba(0,0,0,.04)}span.rk-input__icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;font-size:20px;color:var(--project-color-placeholder, #9ca3af);transition:color .25s ease}.rk-input__box:focus-within .rk-input__icon{color:var(--project-color-primary, #1e3a6e)}.rk-input__inner{position:relative;flex:1;min-width:0;height:48px}.rk-input__field{position:absolute;inset:0;width:100%;height:100%;border:none;background:rgba(0,0,0,0);outline:none;padding:14px 0 0 0;font-size:.9rem;color:var(--project-color-text, #111827);font-family:inherit}.rk-input__label{position:absolute;left:0;top:50%;transform:translateY(-50%);font-size:.9rem;color:var(--project-color-placeholder, #9ca3af);pointer-events:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;line-height:1;transition:top .2s cubic-bezier(0.4, 0, 0.2, 1),transform .2s cubic-bezier(0.4, 0, 0.2, 1),font-size .2s cubic-bezier(0.4, 0, 0.2, 1),color .2s cubic-bezier(0.4, 0, 0.2, 1),font-weight .2s cubic-bezier(0.4, 0, 0.2, 1)}.rk-input__field:not(:placeholder-shown)~.rk-input__label{top:6px;transform:translateY(0);font-size:.68rem;font-weight:600;color:var(--project-color-label, #374151)}.rk-input__box:focus-within .rk-input__label{top:6px;transform:translateY(0);font-size:.68rem;font-weight:600;color:var(--project-color-primary, #1e3a6e)}.rk-input__toggle{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:34px;height:34px;border:none;background:rgba(0,0,0,0);border-radius:50%;cursor:pointer;padding:0;transition:background .15s ease}.rk-input__toggle:hover{background:rgba(0,0,0,.06)}.rk-input__toggle .material-symbols-outlined{font-size:15px;color:var(--project-color-subtitle, #9ca3af)}.rk-input__validation{margin-top:2px;font-size:.82rem}.rk-input--disabled .rk-input__box{opacity:.55;cursor:not-allowed;pointer-events:none}.rk-input__masked{position:absolute;left:0;right:0;bottom:0;top:0;display:flex;align-items:center;transition:top .2s cubic-bezier(0.4, 0, 0.2, 1),opacity .2s cubic-bezier(0.4, 0, 0.2, 1)}.rk-input--has-value .rk-input__masked,.rk-input__box:focus-within .rk-input__masked{top:16px;opacity:1}.rk-input:not(.rk-input--has-value) .rk-input__box:not(:focus-within) .rk-input__masked{opacity:0}.rk-input--has-value .rk-input__label{top:6px;transform:translateY(0);font-size:.68rem;font-weight:600;color:var(--project-color-label, #374151)}.rk-input__masked .e-input-group,.rk-input__masked .e-control-wrapper{border:none !important;box-shadow:none !important;background:rgba(0,0,0,0) !important;min-height:unset !important;width:100% !important}.rk-input__masked .e-input-group input.e-input,.rk-input__masked .e-control-wrapper input.e-input,.rk-input__masked .e-input-group input.e-input:focus,.rk-input__masked .e-control-wrapper input.e-input:focus{border:none !important;box-shadow:none !important;outline:none !important;background:rgba(0,0,0,0) !important;height:26px;font-size:.9rem;color:var(--project-color-text, #111827);font-family:inherit;padding:0 !important;transition:color .2s ease}.rk-input__masked .e-input-group .e-input::placeholder,.rk-input__masked .e-control-wrapper .e-input::placeholder{color:rgba(0,0,0,0)}

/* RazorKit.Client\Components\v1\Shell\RkConfirmHost.razor.scss */
.rk-confirm-backdrop{position:fixed;inset:0;background:rgba(0,0,0,.35);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:9999;animation:rk-confirm-fade-in .2s ease both}@keyframes rk-confirm-fade-in{from{opacity:0}to{opacity:1}}.rk-confirm-backdrop--closing{pointer-events:none;animation:rk-confirm-fade-out .18s ease both}@keyframes rk-confirm-fade-out{from{opacity:1}to{opacity:0}}.rk-confirm-modal{background:var(--project-color-surface, #fff);border-radius:1.25rem;padding:2rem 2rem 1.5rem;max-width:400px;width:90%;box-shadow:0 0 0 1px rgba(0,0,0,.04),0 24px 48px rgba(0,0,0,.12),0 8px 16px rgba(0,0,0,.08);text-align:center;animation:rk-confirm-slide-in .25s cubic-bezier(0.34, 1.56, 0.64, 1) both}@keyframes rk-confirm-slide-in{from{transform:scale(0.92) translateY(-8px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}.rk-confirm-modal--closing{animation:rk-confirm-slide-out .18s ease both}@keyframes rk-confirm-slide-out{from{transform:scale(1) translateY(0);opacity:1}to{transform:scale(0.96) translateY(-4px);opacity:0}}.rk-confirm-modal__icon{display:inline-flex;align-items:center;justify-content:center;width:3.25rem;height:3.25rem;border-radius:50%;margin-bottom:1rem}.rk-confirm-modal__icon .material-symbols-outlined{font-size:1.6rem}.rk-confirm-modal__icon--danger{background:#fef2f2;color:#dc2626}.rk-confirm-modal__icon--warning{background:#fffbeb;color:#d97706}.rk-confirm-modal__title{font-size:1.05rem;font-weight:700;color:var(--project-color-text, #111827);margin-bottom:.35rem}.rk-confirm-modal__message{font-size:.9rem;color:var(--project-color-text-muted, #6b7280);line-height:1.5;margin:0 0 1.75rem}.rk-confirm-modal__actions{display:flex;gap:.625rem;justify-content:stretch}.rk-confirm-modal__actions .rk-footer-btn{flex:1;min-height:42px;padding:.6rem 1rem;font-size:.875rem;border-radius:.625rem;box-shadow:none}.rk-confirm-modal__actions .rk-footer-btn:hover{transform:none;box-shadow:none}.rk-confirm-modal__actions .rk-footer-btn .material-symbols-outlined{font-size:1.05rem}@media(prefers-reduced-motion: reduce){.rk-confirm-backdrop,.rk-confirm-backdrop--closing,.rk-confirm-modal,.rk-confirm-modal--closing{animation-duration:.01ms}}

/* RazorKit.Client\Components\v1\Shell\RkCrudFooter.razor.scss */
.rk-crud-footer{background:linear-gradient(180deg, rgba(248, 250, 252, 0.82) 0%, var(--rk-surface, #ffffff) 34%);padding:.75rem 1rem;border-top:1px solid var(--project-color-border, #e2e8f0);flex-shrink:0}.rk-crud-footer__actions{display:flex;gap:.75rem;justify-content:flex-end;align-items:center;width:100%}.rk-footer-btn{display:inline-flex;align-items:center;gap:.5rem;justify-content:center;min-height:52px;padding:.85rem 1.35rem;border:1px solid rgba(0,0,0,0);border-radius:14px;font-size:1rem;font-weight:600;letter-spacing:.01em;cursor:pointer;transition:transform .16s ease,box-shadow .16s ease,background-color .16s ease,border-color .16s ease,color .16s ease;white-space:nowrap}.rk-footer-btn--fab{width:3.35rem;min-width:3.35rem;min-height:3.35rem;height:3.35rem;padding:0;border-radius:999px;gap:0;flex-shrink:0}.rk-footer-btn:hover{transform:translateY(-1px);box-shadow:0 10px 22px rgba(0,23,57,.12)}.rk-footer-btn:active{transform:translateY(0)}.rk-footer-btn:disabled{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none}.rk-footer-btn--primary{background:var(--rk-primary, #3b82f6);color:#fff;box-shadow:0 12px 24px rgba(30,58,110,.22)}.rk-footer-btn--primary:hover:not(:disabled){background:var(--rk-primary-hover, #2563eb)}.rk-footer-btn--danger{background:var(--rk-danger, #ef4444);color:#fff;box-shadow:0 12px 24px rgba(239,68,68,.18)}.rk-footer-btn--danger:hover:not(:disabled){background:var(--rk-danger-hover, #dc2626)}.rk-footer-btn--secondary{background:var(--rk-surface-alt, #f3f4f6);color:var(--rk-text, #1f2937);border:1px solid var(--rk-border, #e5e7eb)}.rk-footer-btn--secondary:hover:not(:disabled){background:var(--rk-surface-hover, #e5e7eb);border-color:rgba(0,23,57,.16)}.rk-footer-btn--success{background:var(--rk-success, #10b981);color:#fff}.rk-footer-btn--success:hover:not(:disabled){background:var(--rk-success-hover, #059669)}.rk-footer-btn .bi,.rk-footer-btn .material-symbols-outlined{font-size:1.125rem}.rk-footer-btn--fab .material-symbols-outlined{font-size:1.3rem}@media(max-width: 640px){.rk-crud-footer{padding:.75rem}.rk-crud-footer__actions{flex-wrap:wrap}.rk-footer-btn{flex:1 1 auto;min-width:120px;justify-content:center}.rk-footer-btn--fab{flex:0 0 auto;min-width:3.1rem;width:3.1rem;height:3.1rem}}

/* RazorKit.Client\Components\v1\Shell\RkCrudForm.razor.scss */
.rk-crud-form{display:flex;flex-direction:column;height:100%;min-height:0;width:100%;overflow:hidden;background:var(--rk-background, #f9fafb)}.rk-crud-form-header{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:var(--rk-surface, #ffffff);border-bottom:1px solid var(--rk-border, #e5e7eb);flex-shrink:0;min-height:3.5rem;position:sticky;top:0;z-index:10}.rk-crud-form-back{display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;border:1px solid var(--rk-border, #e5e7eb);border-radius:.375rem;background:rgba(0,0,0,0);color:var(--rk-text, #1f2937);cursor:pointer;transition:all .15s;flex-shrink:0}.rk-crud-form-back:hover{background:var(--rk-surface-alt, #f3f4f6);color:var(--rk-primary, #3b82f6)}.rk-crud-form-back .bi{font-size:1.125rem}.rk-crud-form-title{margin:0;font-size:1.25rem;font-weight:600;color:var(--rk-text, #1f2937);white-space:nowrap}.rk-crud-form-subtitle{font-size:.875rem;color:var(--rk-text-muted, #6b7280)}.rk-crud-form-body{flex:1;min-height:0;overflow-y:auto;padding:.5rem;display:flex;flex-direction:column}.rk-crud-form-body:has(>.rk-tabs-root){overflow:hidden;padding:0}.rk-crud-form-loading{display:flex;align-items:center;justify-content:center;height:100%;min-height:200px}.rk-crud-form--navigating{opacity:.6;pointer-events:none}.rk-form-section{background:var(--rk-surface, #ffffff);border:1px solid var(--rk-border, #e5e7eb);border-radius:.5rem;padding:.75rem;margin-bottom:.75rem}.rk-form-section-title{font-size:1rem;font-weight:600;color:var(--rk-text, #1f2937);margin:0 0 1rem 0;padding-bottom:.75rem;border-bottom:1px solid var(--rk-border, #e5e7eb)}.rk-form-grid{display:flex;flex-wrap:wrap;gap:1rem}.rk-form-grid>*{flex:1 1 280px;min-width:0}.rk-form-grid--2col>*{flex-basis:calc((100% - 1rem)/2);max-width:calc((100% - 1rem)/2)}.rk-form-grid--3col>*{flex-basis:calc((100% - 2rem)/3);max-width:calc((100% - 2rem)/3)}.rk-form-grid--full>*{flex-basis:100%;max-width:100%}@media(max-width: 768px){.rk-crud-form-header{padding:.75rem 1rem}.rk-crud-form-body{padding:.4rem}.rk-form-grid--2col>*,.rk-form-grid--3col>*{flex-basis:100%;max-width:100%}}@media(max-width: 480px){.rk-crud-form-title{font-size:1.1rem}.rk-crud-form-subtitle{display:none}}

/* RazorKit.Client\Components\v1\Shell\RkCrudList.razor.scss */
.rk-crud-list{display:flex;flex-direction:column;height:100%;width:100%;overflow:hidden;position:relative}.rk-crud-list--loading>.e-grid{opacity:0;pointer-events:none}.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-primary{background:var(--rk-primary, #3b82f6);color:#fff;border-radius:.375rem;font-weight:500}.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn.e-primary:hover{background:var(--rk-primary-hover, #2563eb)}.e-grid .e-headercell{font-weight:600;color:var(--rk-text, #1f2937);background:var(--rk-surface-alt, #f9fafb)}.e-grid .e-altrow{background:var(--rk-surface-alt, #f9fafb)}.e-grid .e-row:hover .e-rowcell{background:var(--rk-primary-light, #eff6ff);cursor:pointer}.e-grid .e-row.e-selectionbackground .e-rowcell{background:var(--rk-primary-light, #dbeafe)}.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-excelexport::before,.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-csvexport::before,.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-pdfexport::before{font-size:1rem}.e-contextmenu-wrapper .e-menu-item{font-size:.875rem}@media(max-width: 768px){.e-toolbar .e-toolbar-items .e-toolbar-item .e-btn-text{display:none}.e-toolbar .e-toolbar-items .e-toolbar-item .e-tbar-btn .e-icons{margin:0}}

/* RazorKit.Client\Components\v1\Shell\RkFab.razor.scss */
.rk-fab{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;border-radius:50%;border:none;background:var(--rk-fab-bg, var(--project-color-primary, #f97316));color:#fff;font-size:1.15rem;cursor:pointer;box-shadow:0 4px 12px rgba(0,0,0,.2);transition:transform .15s,box-shadow .15s,opacity .15s}.rk-fab:hover{transform:scale(1.1);box-shadow:0 6px 16px rgba(0,0,0,.25)}.rk-fab:active{transform:scale(0.95)}.rk-fab:disabled{opacity:.5;cursor:not-allowed;transform:none}

/* RazorKit.Client\Components\v1\Shell\RkFloatingActions.razor.scss */
.rk-fab-bar{position:fixed;bottom:1.5rem;right:1.5rem;display:flex;gap:.75rem;z-index:200;animation:rk-fab-in .3s ease-out both}@keyframes rk-fab-in{from{opacity:0;transform:translateY(16px) scale(0.9)}to{opacity:1;transform:translateY(0) scale(1)}}

/* RazorKit.Client\Components\v1\Shell\RkPageHeader.razor.scss */
.rk-page-header{margin-bottom:1.5rem;padding:1rem 1.5rem;background:var(--rk-surface, #ffffff);border:1px solid var(--rk-border, #e5e7eb);border-radius:.75rem;box-shadow:0 1px 2px rgba(15,23,42,.04)}.rk-page-header__content{display:flex;align-items:center;justify-content:space-between;gap:1rem}.rk-page-header__text{min-width:0}.rk-page-header__title{margin:0;font-size:2rem;font-weight:700;line-height:1.1;color:var(--rk-text, #111827)}.rk-page-header__subtitle{margin-top:.35rem;font-size:.95rem;color:var(--rk-text-muted, #6b7280)}.rk-page-header__actions{display:flex;align-items:center;gap:.75rem;flex-shrink:0}@media(max-width: 768px){.rk-page-header{padding:.9rem 1rem}.rk-page-header__content{align-items:flex-start;flex-direction:column}.rk-page-header__title{font-size:1.55rem}}

/* RazorKit.Client\Components\v1\Shell\RkReconnectModal.razor.scss */
.rk-reconnect__state--show,.rk-reconnect__state--retrying,.rk-reconnect__state--failed,.rk-reconnect__state--paused,.rk-reconnect__state--resume-failed{display:none}#components-reconnect-modal.components-reconnect-show .rk-reconnect__state--show{display:block}#components-reconnect-modal.components-reconnect-retrying .rk-reconnect__state--retrying{display:block}#components-reconnect-modal.components-reconnect-failed .rk-reconnect__state--failed{display:block}#components-reconnect-modal.components-reconnect-paused .rk-reconnect__state--paused{display:block}#components-reconnect-modal.components-reconnect-resume-failed .rk-reconnect__state--resume-failed{display:block}#components-reconnect-modal{width:min(380px,92vw);margin:22vh auto;padding:2.5rem 2rem 2rem;border:0;border-radius:20px;background:hsla(0,0%,100%,.92);backdrop-filter:blur(24px) saturate(1.6);-webkit-backdrop-filter:blur(24px) saturate(1.6);box-shadow:0 8px 32px rgba(0,0,0,.12),0 1px 3px rgba(0,0,0,.06),inset 0 1px 0 hsla(0,0%,100%,.6);opacity:0;transition:display .5s allow-discrete,overlay .5s allow-discrete;animation:rk-reconnect-fadeOut .35s both;overflow:visible}#components-reconnect-modal[open]{animation:rk-reconnect-slideUp .7s cubic-bezier(0.16, 1, 0.3, 1) .15s,rk-reconnect-fadeIn .4s ease .15s;animation-fill-mode:both}#components-reconnect-modal::backdrop{background:linear-gradient(135deg, rgba(15, 23, 42, 0.55) 0%, rgba(30, 41, 59, 0.65) 100%);backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px);animation:rk-reconnect-fadeIn .4s ease;opacity:1}.rk-reconnect{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.25rem}.rk-reconnect__spinner{position:relative;width:72px;height:72px;margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.rk-reconnect__ring{position:absolute;inset:0;border:3px solid rgba(0,0,0,0);border-top-color:var(--project-color-primary, #1e3a6e);border-right-color:var(--project-color-primary, #1e3a6e);border-radius:50%;animation:rk-reconnect-spin 1.2s cubic-bezier(0.5, 0, 0.5, 1) infinite;opacity:.85}.rk-reconnect__ring--delay{border-top-color:rgba(0,0,0,0);border-right-color:rgba(0,0,0,0);border-bottom-color:var(--project-color-primary, #1e3a6e);border-left-color:var(--project-color-primary, #1e3a6e);opacity:.35;animation-delay:-0.4s;animation-direction:reverse}.rk-reconnect__icon{font-size:1.5rem;color:var(--project-color-primary, #1e3a6e);position:absolute;z-index:1}.rk-reconnect__spinner .rk-reconnect__icon{display:none}#components-reconnect-modal.components-reconnect-failed .rk-reconnect__spinner .rk-reconnect__state--failed{display:flex;color:#ef4444}#components-reconnect-modal.components-reconnect-show .rk-reconnect__spinner .rk-reconnect__state--show,#components-reconnect-modal.components-reconnect-retrying .rk-reconnect__spinner .rk-reconnect__state--retrying{display:flex;animation:rk-reconnect-spin 1.5s linear infinite}#components-reconnect-modal.components-reconnect-failed .rk-reconnect__ring{animation:none;border-color:rgba(239,68,68,.15);border-top-color:rgba(239,68,68,.4)}.rk-reconnect__title{font-family:var(--project-font-family, "Inter", sans-serif);font-size:1.1rem;font-weight:700;color:var(--project-color-text, #111827);margin:0 0 .15rem;letter-spacing:-0.01em}.rk-reconnect__text{font-family:var(--project-font-family, "Inter", sans-serif);font-size:.88rem;color:#6b7280;margin:0 0 .25rem;line-height:1.5;max-width:280px}.rk-reconnect__text strong{color:var(--project-color-text, #111827);font-weight:700;font-variant-numeric:tabular-nums}.rk-reconnect__btn{margin-top:.75rem;border:none;background:linear-gradient(135deg, var(--project-color-primary, #1e3a6e), var(--project-color-primary-dark, #0d2244));color:#fff;font-family:var(--project-font-family, "Inter", sans-serif);font-size:.88rem;font-weight:600;padding:.65rem 1.6rem;border-radius:12px;cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:transform .15s ease,box-shadow .15s ease,filter .15s ease;box-shadow:0 2px 8px rgba(var(--project-color-primary-rgb, 30, 58, 110), 0.25),0 1px 2px rgba(0,0,0,.06)}.rk-reconnect__btn:hover{transform:translateY(-1px);box-shadow:0 4px 16px rgba(var(--project-color-primary-rgb, 30, 58, 110), 0.35),0 2px 4px rgba(0,0,0,.08);filter:brightness(1.05)}.rk-reconnect__btn:active{transform:translateY(0);filter:brightness(0.95)}.rk-reconnect__btn .bi{font-size:1rem}@keyframes rk-reconnect-spin{to{transform:rotate(360deg)}}@keyframes rk-reconnect-slideUp{from{transform:translateY(24px) scale(0.96)}to{transform:translateY(0) scale(1)}}@keyframes rk-reconnect-fadeIn{from{opacity:0}to{opacity:1}}@keyframes rk-reconnect-fadeOut{from{opacity:1}to{opacity:0}}

/* RazorKit.Client\Components\v1\Shell\RkToastHost.razor.scss */
.rk-toast-host{position:fixed;top:1rem;right:1rem;z-index:99999;display:flex;flex-direction:column;gap:.5rem;max-width:380px;width:calc(100vw - 2rem);pointer-events:none}.rk-toast{display:flex;align-items:flex-start;gap:.75rem;padding:.875rem 1rem;border-radius:.75rem;box-shadow:0 4px 24px rgba(0,0,0,.14);pointer-events:all;font-size:.875rem;line-height:1.45;animation:rk-toast-slide-in .22s cubic-bezier(0.25, 0.8, 0.25, 1)}@keyframes rk-toast-slide-in{from{transform:translateX(110%);opacity:0}to{transform:translateX(0);opacity:1}}.rk-toast--success{background:#dcfce7;border:1px solid #86efac;color:#166534}.rk-toast--error{background:#fef2f2;border:1px solid #fca5a5;color:#991b1b}.rk-toast--info{background:#eff6ff;border:1px solid #93c5fd;color:#1e40af}.rk-toast--warning{background:#fffbeb;border:1px solid #fcd34d;color:#92400e}.rk-toast__icon{font-size:1rem;flex-shrink:0;margin-top:.1rem}.rk-toast__message{flex:1}.rk-toast__close{background:none;border:none;cursor:pointer;padding:0;line-height:1;opacity:.55;color:inherit;flex-shrink:0;font-size:1rem;display:flex;align-items:center}.rk-toast__close:hover{opacity:1}

/* RazorKit.Client\Components\v1\Spinner\RkSpinner.razor.scss */
.rk-spinner{--rk-sp-size: 40px;--rk-sp-color: var(--project-color-primary, #1e3a6e);--rk-sp-speed: .9s;--rk-sp-stroke: 5px;--rk-sp-mask: calc(var(--rk-sp-size) / 2 - var(--rk-sp-stroke));display:inline-block;width:var(--rk-sp-size);height:var(--rk-sp-size);border-radius:50%;background-image:conic-gradient(transparent 25%, var(--rk-sp-color));-webkit-mask:radial-gradient(circle var(--rk-sp-mask), transparent 99%, #000 100%);mask:radial-gradient(circle var(--rk-sp-mask), transparent 99%, #000 100%);animation:rk-spinner-spin var(--rk-sp-speed) linear infinite}@keyframes rk-spinner-spin{to{transform:rotate(360deg)}}

/* RazorKit.Client\Components\v1\Tabs\RkTabs.razor.scss */
.rk-tabs-root{display:flex;flex-direction:column;flex:1;min-height:0;overflow:hidden}.rk-tabs{display:flex;flex-shrink:0;gap:0;border-bottom:2px solid var(--project-color-border, #e2e8f0);margin:0 -0.25rem;padding:0 .25rem}.rk-tabs-content{flex:1;min-height:0;overflow-y:auto;padding:.5rem 0}.rk-tabs-item{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem .85rem;font-size:.9rem;font-weight:500;color:var(--project-color-text-muted, #6b7280);background:none;border:none;border-bottom:2px solid rgba(0,0,0,0);margin-bottom:-2px;cursor:pointer;white-space:nowrap;transition:color .15s,border-color .15s,background .15s}.rk-tabs-item:hover{color:var(--project-color-primary, #1e3a6e);background:rgba(30,58,110,.04)}.rk-tabs-item--active,.rk-tabs-item--active:hover{color:var(--project-color-primary, #1e3a6e);border-bottom-color:var(--project-color-primary, #1e3a6e);font-weight:600}.rk-tabs-item .material-symbols-outlined{font-size:1.1rem}@media(max-width: 768px){.rk-tabs{overflow-x:auto;scrollbar-width:thin}}

/* RazorKit.Client\Features\AccountTemplate\v1\AccountShell.razor.scss */
.rk-auth-shell{min-height:100vh;display:flex;flex-direction:column;background:#fff;overflow-x:clip;overflow-y:visible;position:relative}@media(min-width: 768px){.rk-auth-shell{height:100vh;flex-direction:row;overflow:hidden}}.rk-auth-image-panel{display:none;position:relative;overflow:hidden}@media(min-width: 768px){.rk-auth-image-panel{display:flex;width:50%;height:100vh;position:sticky;top:0;flex-shrink:0}}.rk-auth-image-bg{width:100%;height:100%;object-fit:cover}.rk-auth-image-overlay{position:absolute;inset:0;background:var(--project-image-overlay, rgba(30, 58, 110, 0.91));z-index:1;pointer-events:none}.rk-auth-image-placeholder{width:100%;height:100%;background:linear-gradient(135deg, #000e22 0%, var(--project-color-primary, #1e3a6e) 50%, #001739 100%);background-size:200% 200%;animation:rk-bg-shift 8s ease-in-out infinite}@keyframes rk-bg-shift{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}}.rk-auth-logo-overlay{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:min(55%,280px);height:auto;z-index:3;filter:drop-shadow(0 8px 32px rgba(0, 0, 0, 0.35));animation:rk-logo-float 5s ease-in-out infinite,rk-logo-pulse 4s ease-in-out infinite .5s,rk-logo-glow 6s ease-in-out infinite}@keyframes rk-logo-float{0%,100%{transform:translate(-50%, -50%) translateY(0)}50%{transform:translate(-50%, -50%) translateY(-14px)}}@keyframes rk-logo-pulse{0%,100%{scale:1}50%{scale:1.04}}@keyframes rk-logo-glow{0%,100%{filter:drop-shadow(0 8px 32px rgba(0, 0, 0, 0.35)) drop-shadow(0 0 20px rgba(30, 58, 110, 0))}50%{filter:drop-shadow(0 12px 40px rgba(0, 0, 0, 0.45)) drop-shadow(0 0 40px rgba(30, 58, 110, 0.35))}}@media(min-width: 768px){.rk-order-end{order:2}.rk-order-start{order:1}}.rk-auth-mobile-hero{padding-bottom:132px;position:relative;height:300px;background:linear-gradient(135deg, #000e22 0%, #001739 60%, #000e22 100%);display:flex;align-items:center;justify-content:center;overflow:hidden;flex-shrink:0}@media(min-width: 768px){.rk-auth-mobile-hero{display:none}}.rk-auth-mobile-pattern{position:absolute;inset:0;background-image:linear-gradient(30deg, #001f50 12%, transparent 12.5%, transparent 87%, #001f50 87.5%),linear-gradient(150deg, #001f50 12%, transparent 12.5%, transparent 87%, #001f50 87.5%),linear-gradient(30deg, #001f50 12%, transparent 12.5%, transparent 87%, #001f50 87.5%),linear-gradient(150deg, #001f50 12%, transparent 12.5%, transparent 87%, #001f50 87.5%),linear-gradient(60deg, #001430 25%, transparent 25.5%, transparent 75%, #001430 75%),linear-gradient(60deg, #001430 25%, transparent 25.5%, transparent 75%, #001430 75%);background-size:80px 140px;background-position:0 0,0 0,40px 70px,40px 70px,0 0,40px 70px;opacity:.55;animation:rk-pattern-drift 12s linear infinite}@keyframes rk-pattern-drift{to{background-position:80px 140px,80px 140px,120px 210px,120px 210px,80px 140px,120px 210px}}.rk-auth-mobile-logo{position:relative;z-index:2;width:min(50%,180px);height:auto;filter:drop-shadow(0 4px 16px rgba(0, 0, 0, 0.45));animation:rk-logo-float-mobile 5s ease-in-out infinite,rk-logo-pulse 4s ease-in-out infinite .5s}@keyframes rk-logo-float-mobile{0%,100%{transform:translateY(0)}50%{transform:translateY(-10px)}}.rk-auth-form-panel{flex:1;display:flex;flex-direction:column;align-items:center;background:#fff;padding:2rem 2.5rem 2.5rem}@media(max-width: 767.98px){.rk-auth-form-panel{border-radius:40px 0 0 0;margin-top:-132px;position:relative;z-index:5;box-shadow:0 -8px 40px rgba(0,0,0,.08)}}@media(min-width: 768px){.rk-auth-form-panel{width:50%;height:100vh;overflow-y:auto;padding:3rem 2.5rem;flex-shrink:0}}@media(min-width: 992px){.rk-auth-form-panel{padding:2rem}}.rk-auth-form-inner{width:100%;max-width:360px;margin-top:auto;margin-bottom:auto}.rk-auth-shell--animated.rk-auth-shell--same-side-forward .rk-auth-form-panel,.rk-auth-shell--animated.rk-auth-shell--same-side-forward .rk-auth-form-inner,.rk-auth-shell--animated.rk-auth-shell--same-side-forward .rk-auth-title,.rk-auth-shell--animated.rk-auth-shell--same-side-forward .rk-auth-subtitle{animation:rk-auth-enter-from-right .46s cubic-bezier(0.2, 0.85, 0.2, 1) both}.rk-auth-shell--animated.rk-auth-shell--same-side-backward .rk-auth-form-panel,.rk-auth-shell--animated.rk-auth-shell--same-side-backward .rk-auth-form-inner,.rk-auth-shell--animated.rk-auth-shell--same-side-backward .rk-auth-title,.rk-auth-shell--animated.rk-auth-shell--same-side-backward .rk-auth-subtitle{animation:rk-auth-enter-from-left .46s cubic-bezier(0.2, 0.85, 0.2, 1) both}.rk-auth-shell--animated.rk-auth-shell--cross-side-left .rk-auth-image-panel,.rk-auth-shell--animated.rk-auth-shell--cross-side-left .rk-auth-mobile-hero,.rk-auth-shell--animated.rk-auth-shell--cross-side-left .rk-auth-form-panel{animation:none}.rk-auth-shell--animated.rk-auth-shell--cross-side-right .rk-auth-image-panel,.rk-auth-shell--animated.rk-auth-shell--cross-side-right .rk-auth-mobile-hero,.rk-auth-shell--animated.rk-auth-shell--cross-side-right .rk-auth-form-panel{animation:none}.rk-auth-shell--animated.rk-auth-shell--cross-side-left{animation:rk-auth-shell-cross-left .62s cubic-bezier(0.2, 0.85, 0.2, 1) both}.rk-auth-shell--animated.rk-auth-shell--cross-side-right{animation:rk-auth-shell-cross-right .62s cubic-bezier(0.2, 0.85, 0.2, 1) both}.rk-auth-shell--animated.rk-auth-shell--cross-side-left .rk-auth-form-inner,.rk-auth-shell--animated.rk-auth-shell--cross-side-left .rk-auth-title,.rk-auth-shell--animated.rk-auth-shell--cross-side-left .rk-auth-subtitle{animation:rk-auth-enter-from-left .54s cubic-bezier(0.2, 0.85, 0.2, 1) both}.rk-auth-shell--animated.rk-auth-shell--cross-side-right .rk-auth-form-inner,.rk-auth-shell--animated.rk-auth-shell--cross-side-right .rk-auth-title,.rk-auth-shell--animated.rk-auth-shell--cross-side-right .rk-auth-subtitle{animation:rk-auth-enter-from-right .54s cubic-bezier(0.2, 0.85, 0.2, 1) both}@keyframes rk-auth-enter-from-right{from{transform:translateX(42px)}to{transform:translateX(0)}}@keyframes rk-auth-enter-from-left{from{transform:translateX(-42px)}to{transform:translateX(0)}}@keyframes rk-auth-enter-wide-left{from{transform:translateX(-72px)}to{transform:translateX(0)}}@keyframes rk-auth-enter-wide-right{from{transform:translateX(72px)}to{transform:translateX(0)}}@keyframes rk-auth-shell-cross-left{from{transform:translateX(-100vw)}to{transform:translateX(0)}}@keyframes rk-auth-shell-cross-right{from{transform:translateX(100vw)}to{transform:translateX(0)}}.rk-auth-title{color:var(--project-color-text, #111827);font-size:clamp(1.65rem,2.4vw,2.15rem);font-weight:800;line-height:1.2;text-align:center;letter-spacing:-0.025em;margin-bottom:.5rem}.rk-auth-subtitle{color:var(--project-color-subtitle, #6b7280);font-size:.92rem;text-align:center;line-height:1.65;margin-bottom:1.75rem}.rk-auth-footer{margin-top:1.5rem;text-align:center;font-size:.95rem;color:var(--project-color-subtitle, #6b7280)}.rk-auth-form-panel :global(.auth-label){color:var(--project-color-label, #374151);font-weight:600;font-size:.88rem;letter-spacing:.01em;text-transform:none}.rk-auth-form-panel :global(.input-icon-wrap){position:relative}.rk-auth-form-panel :global(.input-left-icon){position:absolute;left:16px;top:50%;transform:translateY(-50%);z-index:3;color:var(--project-color-placeholder, #9ca3af);font-size:15px;pointer-events:none;transition:color .25s ease}.rk-auth-form-panel :global(.input-icon-wrap:focus-within .input-left-icon){color:var(--project-color-primary, #1e3a6e)}.rk-auth-form-panel :global(.auth-input){border:1.5px solid var(--project-color-border, #e2e8f0) !important;border-radius:12px !important;background:#f8fafc !important;min-height:50px;font-size:.95rem;color:var(--project-color-text, #111827);transition:border-color .25s cubic-bezier(0.4, 0, 0.2, 1),background-color .25s cubic-bezier(0.4, 0, 0.2, 1),box-shadow .25s cubic-bezier(0.4, 0, 0.2, 1)}.rk-auth-form-panel :global(.auth-input:hover){border-color:#cbd5e1 !important}.rk-auth-form-panel :global(.auth-input:focus),.rk-auth-form-panel :global(.auth-input.e-input:focus){border-color:var(--project-color-primary, #1e3a6e) !important;background:#fff !important;box-shadow:0 0 0 4px rgba(var(--project-color-primary-rgb, 30, 58, 110), 0.12),0 1px 3px rgba(0,0,0,.04) !important;outline:none}.rk-auth-form-panel :global(.auth-input-with-left-icon){padding-left:44px !important}.rk-auth-form-panel :global(.auth-input-with-both-icons){padding-left:44px !important;padding-right:48px !important}.rk-auth-form-panel :global(.auth-password-wrap){position:relative}.rk-auth-form-panel :global(.auth-password-wrap .password-toggle){position:absolute;right:8px;top:50%;transform:translateY(-50%);z-index:4;min-width:36px;width:36px;height:36px;border:none !important;background:rgba(0,0,0,0) !important;box-shadow:none !important;border-radius:50%;cursor:pointer;transition:background .15s ease}.rk-auth-form-panel :global(.auth-password-wrap .password-toggle:hover){background:rgba(0,0,0,.05) !important}.rk-auth-form-panel :global(.auth-password-wrap .password-toggle .e-icons){color:var(--project-color-subtitle, #9ca3af);font-size:15px}.rk-auth-form-panel :global(.auth-options-row){margin-top:.25rem}.rk-auth-form-panel :global(.auth-remember-label){color:var(--project-color-muted, #6b7280);cursor:pointer;flex:1;min-width:0}.rk-auth-form-panel :global(.auth-remember-check .e-frame){border-radius:6px !important}.rk-auth-form-panel :global(.auth-submit-btn){display:flex;align-items:center;justify-content:center;min-height:52px;border-radius:14px !important;font-size:1.05rem;font-weight:700;letter-spacing:.025em;color:#fff !important;background:linear-gradient(135deg, var(--project-color-primary, #1e3a6e), var(--project-color-primary-dark, #0d2244)) !important;border:none !important;box-shadow:0 4px 16px rgba(var(--project-color-primary-rgb, 30, 58, 110), 0.35),0 1px 3px rgba(0,0,0,.06) !important;transition:transform .2s cubic-bezier(0.4, 0, 0.2, 1),box-shadow .2s cubic-bezier(0.4, 0, 0.2, 1),filter .2s ease;text-decoration:none;animation:rk-btn-glow 3s ease-in-out infinite}@keyframes rk-btn-glow{0%,100%{box-shadow:0 4px 16px rgba(var(--project-color-primary-rgb, 30, 58, 110), 0.35),0 1px 3px rgba(0,0,0,.06)}50%{box-shadow:0 6px 28px rgba(var(--project-color-primary-rgb, 30, 58, 110), 0.55),0 2px 6px rgba(0,0,0,.08),0 0 20px rgba(var(--project-color-primary-rgb, 30, 58, 110), 0.15)}}.rk-auth-form-panel :global(.auth-submit-btn:hover),.rk-auth-form-panel :global(.auth-submit-btn:focus-visible){transform:translateY(-2px);box-shadow:0 8px 28px rgba(var(--project-color-primary-rgb, 30, 58, 110), 0.45),0 2px 6px rgba(0,0,0,.08) !important;filter:brightness(1.06);color:#fff !important;text-decoration:none}.rk-auth-form-panel :global(.auth-submit-btn:active){transform:translateY(0);box-shadow:0 2px 8px rgba(var(--project-color-primary-rgb, 30, 58, 110), 0.3) !important;filter:brightness(0.97)}.rk-auth-form-panel :global(.auth-submit-btn[disabled]),.rk-auth-form-panel :global(.auth-submit-btn.e-disabled){opacity:.6;cursor:not-allowed;transform:none !important;filter:none !important}.rk-auth-form-panel :global(.e-btn.auth-submit-btn),.rk-auth-form-panel :global(.e-btn.auth-submit-btn.e-primary),.rk-auth-form-panel :global(button.e-btn.auth-submit-btn){background:linear-gradient(135deg, var(--project-color-primary, #1e3a6e), var(--project-color-primary-dark, #0d2244)) !important;border:none !important;color:#fff !important}.rk-auth-form-panel :global(.e-btn.auth-submit-btn:hover),.rk-auth-form-panel :global(.e-btn.auth-submit-btn.e-primary:hover){background:linear-gradient(135deg, var(--project-color-primary, #1e3a6e), var(--project-color-primary-dark, #0d2244)) !important}.rk-auth-form-panel :global(.auth-link){color:var(--project-color-primary, #1e3a6e);text-decoration:none;font-weight:600;transition:color .15s ease;white-space:nowrap;flex-shrink:0}.rk-auth-form-panel :global(.auth-link:hover){color:var(--project-color-primary-dark, #0d2244);text-decoration:underline}.rk-auth-form-panel :global(.auth-register-text),.rk-auth-form-panel :global(.auth-footer-text){color:var(--project-color-muted, #6b7280);font-size:.95rem}.rk-auth-form-panel :global(.auth-register-text a),.rk-auth-form-panel :global(.auth-footer-text a){color:var(--project-color-primary, #1e3a6e);text-decoration:none;font-weight:600;margin-left:.25rem}.rk-auth-form-panel :global(.auth-register-text a:hover),.rk-auth-form-panel :global(.auth-footer-text a:hover){text-decoration:underline}.rk-auth-form-panel :global(.e-input-group),.rk-auth-form-panel :global(.e-control-wrapper){width:100% !important;display:block}.rk-auth-form-panel :global(.e-input-group .e-input),.rk-auth-form-panel :global(.e-control-wrapper .e-input){width:100% !important;box-sizing:border-box}.rk-auth-form-panel :global(.e-input-group input.e-input),.rk-auth-form-panel :global(.e-input-group input.e-input:focus),.rk-auth-form-panel :global(.e-input-group.e-control-wrapper input.e-input){border:none !important;box-shadow:none !important;outline:none !important}.rk-auth-form-panel :global(.e-input-group:focus-within),.rk-auth-form-panel :global(.e-control-wrapper:focus-within),.rk-auth-form-panel :global(.e-input-group.auth-input:focus-within){border-color:var(--project-color-primary, #1e3a6e) !important;box-shadow:0 0 0 4px rgba(var(--project-color-primary-rgb, 30, 58, 110), 0.12),0 1px 3px rgba(0,0,0,.04) !important}.rk-auth-form-panel :global(.text-danger.small),.rk-auth-form-panel :global(.validation-message){font-size:.82rem;margin-top:.35rem}

/* RazorKit.Client\Features\AccountTemplate\v1\ManageShell.razor.scss */
.rk-manage{display:flex;flex-direction:column;height:100vh;max-width:780px;margin:0 auto}.rk-manage-header{flex-shrink:0;padding:1rem 1rem 0;background:var(--rk-surface, #ffffff);border-bottom:1px solid var(--project-color-border, #e2e8f0);z-index:10}.rk-manage-heading{font-size:1.75rem;font-weight:700;margin:0 0 1rem;color:var(--project-color-text, #111827)}.rk-manage-tabs{display:flex;gap:0;border-bottom:2px solid var(--project-color-border, #e2e8f0);margin:0 -1rem;padding:0 1rem}.rk-manage-tabs-item{display:inline-flex;align-items:center;gap:.4rem;padding:.625rem 1.25rem;font-size:.9rem;font-weight:500;color:var(--project-color-text-muted, #6b7280);background:none;border:none;border-bottom:2px solid rgba(0,0,0,0);margin-bottom:-2px;cursor:pointer;white-space:nowrap;transition:color .15s,border-color .15s,background .15s}.rk-manage-tabs-item:hover{color:var(--project-color-primary, #1e3a6e);background:rgba(30,58,110,.04)}.rk-manage-tabs-item--active,.rk-manage-tabs-item--active:hover{color:var(--project-color-primary, #1e3a6e);border-bottom-color:var(--project-color-primary, #1e3a6e);font-weight:600}.rk-manage-tabs-item .bi{font-size:1rem}.rk-manage-body{flex:1;overflow-y:auto;padding:1.75rem 1rem;animation:rk-manage-fade .2s ease-out}.rk-manage-body--with-footer{padding-bottom:1rem}@keyframes rk-manage-fade{from{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}.rk-profile-avatar{display:flex;align-items:center;gap:1.25rem;margin-bottom:1.75rem;padding:1.25rem 1.5rem;background:#f8fafc;border:1px solid var(--project-color-border, #e2e8f0);border-radius:1rem}.rk-profile-avatar-wrap{position:relative;display:flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;background:var(--project-color-primary, #1e3a6e);color:#fff;cursor:pointer;overflow:hidden;flex-shrink:0;transition:box-shadow .2s}.rk-profile-avatar-wrap:hover{box-shadow:0 0 0 3px rgba(30,58,110,.2)}.rk-profile-avatar-wrap:hover .rk-profile-avatar-overlay{opacity:1}.rk-profile-avatar-img{width:100%;height:100%;object-fit:cover}.rk-profile-avatar-icon{font-size:2.25rem}.rk-profile-avatar-overlay{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.2rem;background:rgba(0,0,0,.45);color:#fff;font-size:.6rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase;opacity:0;transition:opacity .2s}.rk-profile-avatar-overlay .material-symbols-outlined{font-size:1.1rem}.rk-profile-avatar-name{font-size:1rem;font-weight:600;color:var(--project-color-text, #111827)}.rk-permissions{display:flex;flex-direction:column;gap:1.5rem}.rk-permissions-category{background:#f8fafc;border:1px solid var(--project-color-border, #e2e8f0);border-radius:.75rem;overflow:hidden}.rk-permissions-category-header{padding:.75rem 1rem;font-weight:600;font-size:.9rem;color:var(--project-color-text, #111827);background:var(--project-color-border, #e2e8f0)}.rk-permissions-list{list-style:none;margin:0;padding:0}.rk-permissions-item{display:flex;align-items:center;gap:.75rem;padding:.625rem 1rem;border-bottom:1px solid var(--project-color-border, #e2e8f0);font-size:.85rem}.rk-permissions-item:last-child{border-bottom:none}.rk-permissions-check{width:1rem;height:1rem;accent-color:var(--project-color-primary, #1e3a6e);cursor:pointer}.rk-permissions-label{flex:1;color:var(--project-color-text, #111827)}.rk-permissions-descr{font-size:.78rem;color:var(--project-color-text-muted, #6b7280)}.rk-permissions-empty{padding:2rem;text-align:center;color:var(--project-color-text-muted, #6b7280);font-size:.9rem}

/* RazorKit.Client\Features\AccountTemplate\v1\Shared\Layout\AuthLayout.razor.scss */
.auth-layout{min-height:100vh;width:100%;max-width:100vw;overflow-x:clip;overflow-y:auto;position:relative}
