.header{position:fixed;left:0;right:0;top:0;z-index:1020;width:100%;max-width:100%;transition:padding .3s ease;padding:1rem 1rem 0;height:auto}@media(min-width:768px){.header{top:1.5rem;padding:0;width:640px;max-width:640px;left:50%;transform:translate(-50%);transition:width .5s cubic-bezier(.34,1.56,.64,1)}}@media(min-width:1024px){.header{width:1024px;max-width:1024px}}.header--search-active{max-width:100%;left:0;top:.5rem;right:0;padding:1rem}@media(min-width:768px){.header--search-active{left:50%;right:auto;transform:translate(-50%);width:700px;max-width:700px}}@media(min-width:1024px){.header--search-active{width:1100px;max-width:1100px}}.header--search-active .header__container{border-radius:.75rem;max-width:100%;margin:0 auto;width:100%}@media(min-width:768px){.header--search-active .header__container{width:700px}}@media(min-width:1024px){.header--search-active .header__container{width:1100px}}[data-theme=dark] .header{--header-bg: rgba(17, 24, 39, .8)}.header__container{width:100%;border:1px solid rgba(229,231,235,.6);background:linear-gradient(135deg,#ffffffd9,#fffffff2);backdrop-filter:blur(16px) saturate(180%);-webkit-backdrop-filter:blur(16px) saturate(180%);box-shadow:0 1px 3px #0000000d,0 4px 12px #00000014;border-radius:1.5rem;padding:.75rem 1rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem;transition:box-shadow .3s cubic-bezier(.4,0,.2,1),border-radius .4s cubic-bezier(.34,1.56,.64,1),width .5s cubic-bezier(.34,1.56,.64,1)}@media(min-width:768px){.header__container{gap:2rem;width:640px;padding:1rem 1.5rem}}@media(min-width:1024px){.header__container{width:1024px}}[data-theme=dark] .header__container{background:linear-gradient(135deg,#1f2937d9,#111827f2);border-color:#6b728066;box-shadow:0 1px 3px #0003,0 4px 12px #0000004d}.header__container:hover{box-shadow:0 1px 3px #00000014,0 8px 16px #0000001f}[data-theme=dark] .header__container:hover{box-shadow:0 1px 3px #0000004d,0 8px 16px #0006}.header__logo-wrapper{flex-shrink:0;display:flex;align-items:center;animation:fadeInElement .3s cubic-bezier(.4,0,.2,1) forwards}.header__logo{text-decoration:none;color:#111827;font-weight:700;font-size:1rem;letter-spacing:-.02em;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;align-items:center}@media(min-width:768px){.header__logo{font-size:1.125rem}}[data-theme=dark] .header__logo{color:#fff}.header__logo:hover{opacity:.8;transform:scale(1.02)}.header__logo-text{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;background:linear-gradient(135deg,#2563eb,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}[data-theme=dark] .header__logo-text{background:linear-gradient(135deg,#60a5fa,#93c5fd);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.header__nav{display:none;gap:1.25rem;flex:1;justify-content:center;align-items:center;animation:fadeInElement .3s cubic-bezier(.4,0,.2,1) forwards}@media(min-width:768px){.header__nav{display:flex}}.header__nav-link{padding:.5rem .875rem;text-decoration:none;color:#374151;font-weight:500;font-size:.9375rem;border-radius:.625rem;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative}[data-theme=dark] .header__nav-link{color:#e5e7eb}.header__nav-link:before{content:"";position:absolute;inset:0;background:#2563eb14;border-radius:.625rem;opacity:0;transition:opacity .2s cubic-bezier(.4,0,.2,1)}.header__nav-link:hover{color:#2563eb;transform:translateY(-1px)}.header__nav-link:hover:before{opacity:1}[data-theme=dark] .header__nav-link:hover{color:#60a5fa}.header__nav-link.active{color:#2563eb;font-weight:600}.header__nav-link.active:before{opacity:1}[data-theme=dark] .header__nav-link.active{color:#60a5fa}.header__search-form{display:flex;align-items:center;justify-content:center;flex:1;width:100%;gap:.75rem;animation:expandSearch .5s cubic-bezier(.34,1.56,.64,1) forwards;padding:0 .5rem;opacity:0}.header__search-input{flex:1;background:none;border:none;outline:none;font-size:.9375rem;color:#111827;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;width:100%;padding:.625rem 0;animation:slideInInput .6s cubic-bezier(.34,1.56,.64,1) .1s forwards;opacity:0}[data-theme=dark] .header__search-input{color:#f3f4f6}.header__search-input::placeholder{color:#11182773}[data-theme=dark] .header__search-input::placeholder{color:#f3f4f673}.header__search-icon{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#111827;transition:all .2s ease}[data-theme=dark] .header__search-icon{color:#f3f4f6}.header__search-icon:hover{color:#2563eb}.header__search-button{display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);flex-shrink:0}.header__search-button--mobile{width:2.5rem;height:2.5rem;background:#0000000a;color:#374151}[data-theme=dark] .header__search-button--mobile{background:#ffffff0d;color:#e5e7eb}.header__search-button--mobile:hover{background:#00000014;color:#2563eb}[data-theme=dark] .header__search-button--mobile:hover{background:#ffffff1a}.header__search-button--mobile:active{transform:scale(.95)}@media(min-width:768px){.header__search-button--mobile{display:none}}.header__search-button--desktop{display:none}@media(min-width:768px){.header__search-button--desktop{display:flex;position:absolute;right:1rem;top:50%;width:4.2rem;height:4.2rem;background:linear-gradient(135deg,#fffffff2,#fffffffa);border:1px solid rgba(229,231,235,.6);box-shadow:0 1px 3px #0000000d,0 4px 12px #00000014;transform:translate(calc(100% + 1.3rem),-50%);color:#374151;-webkit-transform:translate(calc(100% + 1.3rem),-50%);-moz-transform:translate(calc(100% + 1.3rem),-50%);-ms-transform:translate(calc(100% + 1.3rem),-50%);-o-transform:translate(calc(100% + 1.3rem),-50%)}}@media(min-width:768px){[data-theme=dark] .header__search-button--desktop{background:linear-gradient(135deg,#1f2937f2,#111827fa);border-color:#6b728066;box-shadow:0 1px 3px #0003,0 4px 12px #0000004d;color:#e5e7eb}}@media(min-width:768px){.header__search-button--desktop:hover{background:linear-gradient(135deg,#fff,#fff);border-color:#2563eb;transform:translate(calc(100% + 1.3rem),-50%) scale(1.05);box-shadow:0 4px 12px #2563eb26,0 8px 24px #2563eb1a;color:#2563eb;-webkit-transform:translate(calc(100% + 1.3rem),-50%) scale(1.05);-moz-transform:translate(calc(100% + 1.3rem),-50%) scale(1.05);-ms-transform:translate(calc(100% + 1.3rem),-50%) scale(1.05);-o-transform:translate(calc(100% + 1.3rem),-50%) scale(1.05)}}@media(min-width:768px){[data-theme=dark] .header__search-button--desktop:hover{background:linear-gradient(135deg,#1f2937,#111827);border-color:#3b82f6;box-shadow:0 4px 12px #3b82f633,0 8px 24px #3b82f626}}@media(min-width:768px){.header__search-button--desktop:active{transform:translate(calc(100% + 1rem),-50%) scale(.98)}}.header__search-btn{flex:1;background:none;border:none;outline:none;font-size:.875rem;color:#111827;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;width:100%;padding:.5rem 0}[data-theme=dark] .header__search-btn{color:#f3f4f6}.header__search-btn::placeholder{color:#11182780}[data-theme=dark] .header__search-btn::placeholder{color:#f3f4f680}.header__search-close{background:none;border:none;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:color .2s ease}[data-theme=dark] .header__search-close{color:#9ca3af}.header__search-close:hover{color:#2563eb}.header__actions{display:flex;align-items:center;gap:.5rem;animation:fadeInElement .3s cubic-bezier(.4,0,.2,1) forwards}@media(min-width:768px){.header__actions{gap:.75rem}}.header__settings{position:relative}.header__settings-toggle{display:flex;align-items:center;justify-content:center;background:none;border:none;cursor:pointer;color:#111827;padding:.5rem;border-radius:.5rem;transition:all .2s ease}[data-theme=dark] .header__settings-toggle{color:#f3f4f6}.header__settings-toggle:hover{background:#0000000d}[data-theme=dark] .header__settings-toggle:hover{background:#ffffff0d}.header__settings-dropdown{position:absolute;top:calc(100% + .5rem);right:0;min-width:200px;background:linear-gradient(135deg,#fffffff2,#fffffffa);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid #e5e7eb;border-radius:.75rem;box-shadow:0 4px 12px #0000001a;padding:.5rem;z-index:1022;animation:dropdownSlide .2s ease-out}[data-theme=dark] .header__settings-dropdown{background:linear-gradient(135deg,#1f2937f2,#111827fa);border-color:#6b72804d;box-shadow:0 4px 12px #0000004d}.header__settings-item{display:flex;align-items:center;gap:.75rem;width:100%;padding:.625rem .75rem;background:none;border:none;border-radius:.5rem;cursor:pointer;font-size:.875rem;font-weight:500;color:#111827;transition:all .15s ease;text-align:left}[data-theme=dark] .header__settings-item{color:#f3f4f6}.header__settings-item:hover{background:#0000000d}[data-theme=dark] .header__settings-item:hover{background:#ffffff0d}.header__settings-item svg{flex-shrink:0}.header__settings-divider{height:1px;background:#e5e7eb;margin:.25rem 0}[data-theme=dark] .header__settings-divider{background:#6b72804d}.header__auth{display:flex;align-items:center;gap:.75rem}.header__auth-link{display:none;align-items:center;justify-content:center;padding:.5rem .75rem;text-decoration:none;color:#111827;font-size:.875rem;font-weight:600;border-radius:.75rem;background:#fff;border:1px solid #d1d5db;box-shadow:0 1px 2px #0000000d;transition:all .15s ease;white-space:nowrap}@media(min-width:640px){.header__auth-link{display:inline-flex}}[data-theme=dark] .header__auth-link{background:#1f293780;color:#f3f4f6;border-color:#6b72804d}.header__auth-link:hover{background:#f9fafb}[data-theme=dark] .header__auth-link:hover{background:#37415180}.header__auth-btn{display:inline-flex;align-items:center;justify-content:center;padding:.5rem .75rem;text-decoration:none;background-color:#2563eb;color:#fff;font-size:.875rem;font-weight:600;border-radius:.75rem;box-shadow:0 1px 2px #0000000d;transition:all .15s ease;white-space:nowrap}.header__auth-btn:hover{background-color:#1d4ed8;box-shadow:0 2px 4px #0000001a}.header__auth-btn:focus-visible{outline:2px solid #2563eb;outline-offset:2px}@media(min-width:768px){.header__mobile-toggle{display:none}}.header__mobile-toggle{background:none;border:none;cursor:pointer;color:#111827;transition:color .2s ease}[data-theme=dark] .header__mobile-toggle{color:#f3f4f6}.header__mobile-toggle:hover{color:#2563eb}.header__mobile-menu{position:fixed;top:70px;left:1rem;right:1rem;background:#fff;border:1px solid #e5e7eb;border-radius:1rem;padding:1rem;display:flex;flex-direction:column;gap:.5rem;animation:slideDown .2s ease-out;box-shadow:0 4px 6px #0000001a;z-index:40}[data-theme=dark] .header__mobile-menu{background:#1f2937f2;border-color:#6b72804d}@media(min-width:768px){.header__mobile-menu{display:none}}.header__mobile-link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;text-decoration:none;color:#111827;background:none;border:none;width:100%;text-align:left;border-radius:.5rem;cursor:pointer;transition:all .2s;font-size:.875rem;font-weight:500;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}[data-theme=dark] .header__mobile-link{color:#f3f4f6}.header__mobile-link:hover{background-color:#f3f4f6}[data-theme=dark] .header__mobile-link:hover{background-color:#6b72804d}.header__mobile-link--primary{background-color:#2563eb;color:#fff;font-weight:600}.header__mobile-link--primary:hover{background-color:#1d4ed8}@keyframes slideDown{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}@keyframes expandSearch{0%{opacity:0;transform:scale(.9) translate(-10px)}60%{opacity:.8;transform:scale(1.02) translate(0)}to{opacity:1;transform:scale(1) translate(0)}}@keyframes slideInInput{0%{opacity:0;transform:translate(-20px)}60%{opacity:.6;transform:translate(3px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInElement{0%{opacity:0}to{opacity:1}}@keyframes dropdownSlide{0%{opacity:0;transform:translateY(-.5rem)}to{opacity:1;transform:translateY(0)}}.footer{background-color:#0f172a;color:#cbd5e1;padding:3rem 0 1.5rem;margin-top:auto}.footer__container{max-width:1280px;margin:0 auto;padding:0 1rem}.footer__grid{display:grid;grid-template-columns:1fr;gap:2rem;margin-bottom:2rem}@media(min-width:640px){.footer__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.footer__grid{grid-template-columns:2fr repeat(3,1fr)}}.footer__section{display:flex;flex-direction:column;gap:1rem}.footer__brand{display:flex;align-items:center;justify-content:center;gap:.5rem;color:#3b82f6;font-weight:700;font-size:1.25rem}.footer__brand-icon{width:1.75rem;height:1.75rem}.footer__description{color:#94a3b8;font-size:.875rem;line-height:1.6}.footer__social{display:flex;gap:.75rem;margin-top:.5rem}.footer__social-link{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;background-color:#1e293b;color:#94a3b8;border-radius:.75rem;transition:all .2s}.footer__social-link:hover{background-color:#2563eb;color:#fff;transform:translateY(-2px)}.footer__title{color:#fff;font-size:1rem;font-weight:600;margin:0}.footer__links{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.footer__link{color:#94a3b8;text-decoration:none;font-size:.875rem;transition:color .2s}.footer__link:hover{color:#3b82f6}.footer__contact{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}.footer__contact-item{display:flex;align-items:flex-start;gap:.75rem;color:#94a3b8;font-size:.875rem}.footer__contact-item svg{flex-shrink:0;margin-top:.125rem}.footer__contact-text{line-height:1.5}.footer__bottom{padding-top:2rem;border-top:1px solid #1e293b;text-align:center}.footer__copyright{color:#64748b;font-size:.875rem;margin:0}[data-theme=dark] .footer{background-color:#020617}.btn{display:flex;align-items:center;justify-content:center;gap:.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-weight:500;border:none;border-radius:.75rem;cursor:pointer;transition:all .2s;white-space:nowrap;position:relative;overflow:hidden}.btn:disabled{cursor:not-allowed;opacity:.6}.btn:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.btn--sm{padding:.5rem 1rem;font-size:.875rem;height:2rem}.btn--md{padding:.75rem 1.5rem;font-size:1rem;height:2.5rem}.btn--lg{padding:1rem 2rem;font-size:1.125rem;height:3rem}.btn--icon-only{padding:0;aspect-ratio:1}.btn--icon-only.btn--sm{width:2rem}.btn--icon-only.btn--md{width:2.5rem}.btn--icon-only.btn--lg{width:3rem}.btn--primary{background-color:#2563eb;color:#fff}.btn--primary:hover:not(:disabled){background-color:#1e40af;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.btn--primary:active:not(:disabled){transform:translateY(0)}.btn--secondary{background-color:#334155;color:#fff}.btn--secondary:hover:not(:disabled){background-color:#1e293b;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.btn--secondary:active:not(:disabled){transform:translateY(0)}.btn--outline{background-color:transparent;color:#2563eb;border:1px solid #2563eb}.btn--outline:hover:not(:disabled){background-color:#2563eb1a;border-color:#1e40af;color:#1e40af}.btn--ghost{background-color:transparent;color:#334155}.btn--ghost:hover:not(:disabled){background-color:#f1f5f9}.btn--danger{background-color:#ef4444;color:#fff}.btn--danger:hover:not(:disabled){background-color:#eb1515;transform:translateY(-1px);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.btn--danger:active:not(:disabled){transform:translateY(0)}.btn--full-width{width:100%}.btn--loading{color:transparent!important}.btn__spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:flex;align-items:center;justify-content:center}.btn__spinner-svg{width:1.25rem;height:1.25rem;animation:spin .8s linear infinite}.btn__spinner-circle{fill:none;stroke:currentColor;stroke-width:3;stroke-linecap:round;stroke-dasharray:50;stroke-dashoffset:0;animation:dash 1.5s ease-in-out infinite}.btn__icon{display:flex;align-items:center;justify-content:center}.btn__icon svg{width:1.25rem;height:1.25rem}.btn__text{display:flex;align-items:center}[data-theme=dark] .btn--secondary{background-color:#475569}[data-theme=dark] .btn--secondary:hover:not(:disabled){background-color:#64748b}[data-theme=dark] .btn--ghost{color:#e2e8f0}[data-theme=dark] .btn--ghost:hover:not(:disabled){background-color:#1e293b}[data-theme=dark] .btn--outline{border-color:#3b82f6;color:#3b82f6}[data-theme=dark] .btn--outline:hover:not(:disabled){background-color:#3b82f61a}@keyframes dash{0%{stroke-dashoffset:50}50%{stroke-dashoffset:12.5}to{stroke-dashoffset:50}}.input-wrapper{display:flex;flex-direction:column;gap:.375rem}.input-wrapper--full-width{width:100%}.input-wrapper--disabled{opacity:.6;cursor:not-allowed}.input-label{font-size:.875rem;font-weight:500;color:#334155;display:block}.input-label__required{color:#ef4444;margin-left:.25rem}[data-theme=dark] .input-label{color:#e2e8f0}.input-container{position:relative;display:flex;align-items:center}.input{width:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;color:#0f172a;background-color:#fff;border:1px solid #cbd5e1;border-radius:.75rem;transition:all .2s}.input:hover:not(:disabled){border-color:#94a3b8}.input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.input:disabled{background-color:#f1f5f9;cursor:not-allowed}.input::placeholder{color:#94a3b8}.input--sm{padding:.5rem .75rem;height:2rem;font-size:.875rem}.input--md{padding:.75rem 1rem;height:2.5rem}.input--lg{padding:1rem 1.25rem;height:3rem;font-size:1.125rem}.input--with-icon-left.input--sm{padding-left:2.25rem}.input--with-icon-left.input--md{padding-left:2.75rem}.input--with-icon-left.input--lg{padding-left:3.25rem}.input--with-icon-right.input--sm{padding-right:2.25rem}.input--with-icon-right.input--md{padding-right:2.75rem}.input--with-icon-right.input--lg{padding-right:3.25rem}.input--error{border-color:#ef4444}.input--error:focus{border-color:#ef4444;box-shadow:0 0 0 3px #ef44441a}[data-theme=dark] .input{background-color:#1e293b;border-color:#475569;color:#f1f5f9}[data-theme=dark] .input:hover:not(:disabled){border-color:#64748b}[data-theme=dark] .input:disabled{background-color:#0f172a}[data-theme=dark] .input::placeholder{color:#64748b}.input-icon{position:absolute;display:flex;align-items:center;justify-content:center;color:#94a3b8;pointer-events:none}.input-icon svg{width:1.25rem;height:1.25rem}.input-icon--left{left:.75rem}.input-icon--right{right:.75rem}[data-theme=dark] .input-icon{color:#64748b}.input-error{font-size:.875rem;color:#ef4444;display:block}.input-helper{font-size:.875rem;color:#64748b;display:block}[data-theme=dark] .input-helper{color:#94a3b8}.card{background-color:#fff;border-radius:1rem;transition:all .2s;display:flex;flex-direction:column}.card--default{border:1px solid #e2e8f0}.card--bordered{border:2px solid #e2e8f0}.card--elevated{border:none;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.card--padding-none{padding:0}.card--padding-sm{padding:.75rem}.card--padding-md{padding:1.25rem}.card--padding-lg{padding:1.75rem}.card--hoverable:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.card--clickable{cursor:pointer}.card--clickable:active{transform:scale(.98)}[data-theme=dark] .card{background-color:#1e293b}[data-theme=dark] .card--default,[data-theme=dark] .card--bordered{border-color:#334155}[data-theme=dark] .card--elevated{box-shadow:0 4px 6px -1px #0000004d,0 2px 4px -1px #0003}.card-header{padding-bottom:1rem;border-bottom:1px solid #e2e8f0;margin-bottom:1rem}.card-header:last-child{padding-bottom:0;border-bottom:none;margin-bottom:0}[data-theme=dark] .card-header{border-bottom-color:#334155}.card-body{flex:1}.card-footer{padding-top:1rem;border-top:1px solid #e2e8f0;margin-top:1rem}.card-footer:last-child{padding-top:0;border-top:none;margin-top:0}[data-theme=dark] .card-footer{border-top-color:#334155}.modal-backdrop{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1050;padding:1rem;animation:fadeIn .2s ease-out;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@media(min-width:640px){.modal-backdrop{padding:1.5rem}}.modal{background-color:#fff;border-radius:1rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:90vh;display:flex;flex-direction:column;width:100%;animation:slideUp .3s ease-out;position:relative}.modal--sm{max-width:400px}.modal--md{max-width:600px}.modal--lg{max-width:800px}.modal--xl{max-width:1200px}.modal--full{max-width:100%;max-height:100vh;height:100%;border-radius:0}@media(min-width:768px){.modal--full{max-height:95vh;height:auto;border-radius:1rem}}[data-theme=dark] .modal{background-color:#1e293b}.modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;border-bottom:1px solid #e2e8f0;gap:1rem}@media(min-width:640px){.modal-header{padding:1.5rem}}[data-theme=dark] .modal-header{border-bottom-color:#334155}.modal-title{font-size:1.25rem;font-weight:600;color:#0f172a;margin:0;flex:1}@media(min-width:640px){.modal-title{font-size:1.5rem}}[data-theme=dark] .modal-title{color:#f1f5f9}.modal-close{flex-shrink:0}.modal-body{padding:1.25rem;overflow-y:auto;flex:1}@media(min-width:640px){.modal-body{padding:1.5rem}}.modal-footer{display:flex;align-items:center;justify-content:flex-end;gap:.75rem;padding:1.25rem;border-top:1px solid #e2e8f0}@media(min-width:640px){.modal-footer{padding:1.5rem}}[data-theme=dark] .modal-footer{border-top-color:#334155}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.spinner{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1rem}.spinner--full-screen{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1060}.spinner__circle{display:flex;align-items:center;justify-content:center}.spinner__svg{animation:rotate 2s linear infinite}.spinner__path{stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}.spinner--sm .spinner__svg{width:1.25rem;height:1.25rem}.spinner--md .spinner__svg{width:2rem;height:2rem}.spinner--lg .spinner__svg{width:3rem;height:3rem}.spinner--xl .spinner__svg{width:4rem;height:4rem}.spinner--primary .spinner__path{stroke:#2563eb}.spinner--white .spinner__path{stroke:#fff}.spinner--current .spinner__path{stroke:currentColor}.spinner__text{font-size:1rem;color:#475569;margin:0}[data-theme=dark] .spinner__text{color:#cbd5e1}.spinner-backdrop{position:fixed;inset:0;background-color:#ffffffe6;display:flex;align-items:center;justify-content:center;z-index:1060;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}[data-theme=dark] .spinner-backdrop{background-color:#0f172ae6}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.skeleton{background:linear-gradient(90deg,#e2e8f0,#f1f5f9,#e2e8f0);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:.75rem}.skeleton--text{height:1rem;border-radius:.25rem}.skeleton--rect{border-radius:.75rem}.skeleton--circle{border-radius:50%}[data-theme=dark] .skeleton{background:linear-gradient(90deg,#334155,#475569,#334155);background-size:200% 100%}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.badge{display:inline-flex;align-items:center;gap:.375rem;font-weight:500;border-radius:.75rem;white-space:nowrap;line-height:1;transition:all .2s}.badge--sm{padding:.25rem .5rem;font-size:.75rem}.badge--md{padding:.375rem .75rem;font-size:.875rem}.badge--lg{padding:.5rem 1rem;font-size:1rem}.badge--default{background-color:#f1f5f9;color:#334155}.badge--primary{background-color:#2563eb1a;color:#1e40af}.badge--success{background-color:#10b9811a;color:#0a7350}.badge--warning{background-color:#f59e0b1a;color:#ac6f07}.badge--error{background-color:#ef44441a;color:#eb1515}.badge--info{background-color:#3b82f61a;color:#0a59da}.badge--rounded{border-radius:9999px}.badge__dot{width:.5rem;height:.5rem;border-radius:50%;background-color:currentColor;flex-shrink:0}[data-theme=dark] .badge--default{background-color:#334155;color:#e2e8f0}[data-theme=dark] .badge--primary{background-color:#3b82f626;color:#3b82f6}[data-theme=dark] .badge--success{background-color:#10b98126;color:#14e8a2}[data-theme=dark] .badge--warning{background-color:#f59e0b26;color:#f6a823}[data-theme=dark] .badge--error{background-color:#ef444426;color:#f15b5b}[data-theme=dark] .badge--info{background-color:#3b82f626;color:#6ca1f8}.user-layout{min-height:100vh;display:flex;flex-direction:column}.user-layout__main{flex:1;padding-top:5rem}@media(min-width:768px){.user-layout__main{padding-top:7rem}}@media(min-width:1024px){.user-layout__main{padding-top:7rem}}.admin-header{position:fixed;top:0;left:0;right:0;background-color:#fff;border-bottom:1px solid #e2e8f0;z-index:1020;height:64px}@media(min-width:768px){.admin-header{height:72px}}.admin-header__container{height:100%;padding:0 1rem;display:flex;align-items:center;justify-content:space-between}.admin-header__left{display:flex;align-items:center;gap:1rem}.admin-header__links{display:flex;align-items:center;gap:.5rem}.admin-header__link{text-decoration:none}.admin-header__title{font-size:1.125rem;font-weight:600;color:#0f172a;margin:0;display:none}@media(min-width:768px){.admin-header__title{display:block;font-size:1.25rem}}.admin-header__right{display:flex;align-items:center;gap:.5rem}.admin-header__lang{font-size:.875rem;font-weight:600}.admin-header__notifications{position:relative}.admin-header__notifications-badge{position:absolute;top:-.25rem;right:-.25rem;min-width:1.25rem;height:1.25rem;padding:.125rem .25rem}.admin-header__user{display:none;align-items:center;gap:.75rem;padding:.5rem 1rem;background-color:#f8fafc;border-radius:1rem}@media(min-width:768px){.admin-header__user{display:flex}}.admin-header__user-avatar{width:2.5rem;height:2.5rem;border-radius:9999px;background:linear-gradient(135deg,#2563eb,#1e40af);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem}.admin-header__user-info{display:flex;flex-direction:column;gap:.125rem}.admin-header__user-name{font-size:.875rem;font-weight:600;color:#0f172a}.admin-header__user-role{font-size:.75rem;color:#64748b;text-transform:capitalize}[data-theme=dark] .admin-header{background-color:#1e293b;border-bottom-color:#334155}[data-theme=dark] .admin-header__title{color:#f1f5f9}[data-theme=dark] .admin-header__user{background-color:#334155}[data-theme=dark] .admin-header__user-name{color:#f1f5f9}[data-theme=dark] .admin-header__user-role{color:#94a3b8}.sidebar-overlay{position:fixed;inset:0;background-color:#00000080;z-index:1040;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}@media(min-width:1024px){.sidebar-overlay{display:none}}.sidebar{position:fixed;top:64px;left:0;bottom:0;width:280px;background-color:#fff;border-right:1px solid #e2e8f0;z-index:1050;transform:translate(-100%);transition:transform .2s;display:flex;flex-direction:column;overflow-y:auto}@media(min-width:768px){.sidebar{top:72px}}@media(min-width:1024px){.sidebar{transform:translate(0);z-index:1019}}.sidebar--open{transform:translate(0)}[dir=rtl] .sidebar{left:auto;right:0;border-right:none;border-left:1px solid #e2e8f0;transform:translate(100%)}@media(min-width:1024px){[dir=rtl] .sidebar{transform:translate(0)}}[dir=rtl] .sidebar--open{transform:translate(0)}.sidebar__header{display:flex;align-items:center;justify-content:space-between;padding:1.25rem;border-bottom:1px solid #e2e8f0}@media(min-width:1024px){.sidebar__header{padding:1.5rem}}.sidebar__logo{display:flex;align-items:center;justify-content:center;gap:.75rem;color:#2563eb;font-weight:700;font-size:1.125rem}.sidebar__logo svg{flex-shrink:0}@media(min-width:1024px){.sidebar__close{display:none}}.sidebar__nav{padding:1rem;display:flex;flex-direction:column;gap:.5rem}.sidebar__link{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;text-decoration:none;color:#334155;border-radius:.75rem;transition:all .2s;font-weight:500}.sidebar__link:hover{background-color:#f1f5f9;color:#2563eb}.sidebar__link--active{background-color:#2563eb1a;color:#2563eb;font-weight:600}.sidebar__link-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.sidebar__link-text{white-space:nowrap}[data-theme=dark] .sidebar{background-color:#1e293b;border-right-color:#334155}[data-theme=dark] .sidebar__header{border-bottom-color:#334155}[data-theme=dark] .sidebar__link{color:#e2e8f0}[data-theme=dark] .sidebar__link:hover{background-color:#334155;color:#3b82f6}[data-theme=dark] .sidebar__link--active{background-color:#3b82f626;color:#3b82f6}.admin-layout{min-height:100vh;display:flex;flex-direction:column;background-color:#f8fafc}.admin-layout__container{flex:1;display:flex;padding-top:64px}@media(min-width:768px){.admin-layout__container{padding-top:72px}}.admin-layout__main{flex:1;padding:1.5rem;transition:margin-left .2s;overflow-x:hidden}@media(min-width:1024px){.admin-layout__main{padding:2rem}}@media(min-width:1024px){.admin-layout__main--with-sidebar{margin-left:280px}}@media(min-width:1024px){[dir=rtl] .admin-layout .admin-layout__main--with-sidebar{margin-left:0;margin-right:280px}}[data-theme=dark] .admin-layout{background-color:#0f172a}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:1rem;font-weight:400;line-height:1.5;color:#0f172a;background-color:#f8fafc;min-height:100vh;transition:background-color .2s cubic-bezier(.4,0,.2,1),color .2s cubic-bezier(.4,0,.2,1)}body[dir=rtl]{font-family:Cairo,Tajawal,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}body[data-theme=dark]{color:#f1f5f9;background-color:#020617}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.25;color:#0f172a;margin-bottom:1rem}[data-theme=dark] h1,[data-theme=dark] h2,[data-theme=dark] h3,[data-theme=dark] h4,[data-theme=dark] h5,[data-theme=dark] h6{color:#f1f5f9}h1{font-size:2.25rem;font-weight:700;line-height:1.25}@media(min-width:640px){h1{font-size:3rem}}h2{font-size:1.875rem;font-weight:700;line-height:1.25}@media(min-width:640px){h2{font-size:2.25rem}}h3{font-size:1.5rem;font-weight:600;line-height:1.25}@media(min-width:640px){h3{font-size:1.875rem}}h4{font-size:1.25rem;font-weight:600;line-height:1.5}p{margin-bottom:1rem;color:#475569}[data-theme=dark] p{color:#94a3b8}p:last-child{margin-bottom:0}a{color:#2563eb;text-decoration:none;transition:color .2s cubic-bezier(.4,0,.2,1)}a:hover{color:#1e40af}[data-theme=dark] a:hover{color:#3b82f6}strong,b{font-weight:700}ul,ol{list-style:none}img{max-width:100%;height:auto;display:block}button{font-family:inherit;cursor:pointer}button:disabled{cursor:not-allowed;opacity:.6}input,textarea,select{font-family:inherit;font-size:inherit}input:focus,textarea:focus,select:focus{outline:none}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 1rem}@media(min-width:768px){.container{padding:0 1.5rem}}@media(min-width:1024px){.container{padding:0 2rem}}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-primary{color:#0f172a!important}[data-theme=dark] .text-primary{color:#f1f5f9!important}.text-secondary{color:#475569!important}[data-theme=dark] .text-secondary{color:#94a3b8!important}.text-muted,[data-theme=dark] .text-muted{color:#64748b!important}.flex{display:flex}.flex-center{display:flex;align-items:center;justify-content:center}.flex-between{display:flex;align-items:center;justify-content:space-between}.flex-column{display:flex;flex-direction:column}.flex-wrap{flex-wrap:wrap}.flex-1{flex:1}.mt-0{margin-top:0!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-4{margin-top:1rem!important}.mt-6{margin-top:1.5rem!important}.mt-8{margin-top:2rem!important}.mb-0{margin-bottom:0!important}.mb-2{margin-bottom:.5rem!important}.mb-4{margin-bottom:1rem!important}.mb-6{margin-bottom:1.5rem!important}.mb-8{margin-bottom:2rem!important}.p-4{padding:1rem!important}.p-6{padding:1.5rem!important}.d-none{display:none!important}.d-block{display:block!important}.d-flex{display:flex!important}@media(min-width:768px){.mobile-only{display:none!important}}.desktop-only{display:none!important}@media(min-width:768px){.desktop-only{display:block!important}}.fade-in{animation:fadeIn .2s cubic-bezier(0,0,.2,1)}.slide-up{animation:slideUp .2s cubic-bezier(0,0,.2,1)}.spinner{border:3px solid #e2e8f0;border-top-color:#2563eb;border-radius:9999px;width:40px;height:40px;animation:spin .8s linear infinite}[data-theme=dark] .spinner{border-color:#1e293b;border-top-color:#2563eb}@keyframes spin{to{transform:rotate(360deg)}}body::-webkit-scrollbar{width:8px;height:8px}body::-webkit-scrollbar-track{background:#f1f5f9;border-radius:9999px}body::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:9999px}body::-webkit-scrollbar-thumb:hover{background:#7589a4}[data-theme=dark] body::-webkit-scrollbar{width:8px;height:8px}[data-theme=dark] body::-webkit-scrollbar-track{background:#1e293b;border-radius:9999px}[data-theme=dark] body::-webkit-scrollbar-thumb{background:#475569;border-radius:9999px}[data-theme=dark] body::-webkit-scrollbar-thumb:hover{background:#323c4b}
