:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:rgba(255,255,255,0.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-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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(90deg,#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__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{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--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{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{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:5px;z-index:var(--toastify-z-index);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:auto;transform-origin:right}.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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-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--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-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--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--color-brand-50:#E5F1FF;--color-brand-100:#CCE3FF;--color-brand-200:#99C7FF;--color-brand-300:#66ABFF;--color-brand-400:#338FFF;--color-brand-500:#0C73FE;--color-brand-600:#0A5CD9;--color-brand-700:#0849B3;--color-brand-800:#06368C;--color-brand-900:#042366;--color-gray-50:#F8FAFC;--color-gray-100:#F1F5F9;--color-gray-200:#E2E8F0;--color-gray-300:#CBD5E1;--color-gray-400:#94A3B8;--color-gray-500:#64748B;--color-gray-600:#475569;--color-gray-700:#334155;--color-gray-800:#1E293B;--color-gray-900:#0F172A;--color-success-50:#F0FDF4;--color-success-100:#DCFCE7;--color-success-200:#BBF7D0;--color-success-300:#86EFAC;--color-success-400:#4ADE80;--color-success-500:#22C55E;--color-success-600:#16A34A;--color-success-700:#15803D;--color-success-800:#166534;--color-success-900:#14532D;--color-warning-50:#FFFBEB;--color-warning-100:#FEF3C7;--color-warning-200:#FDE68A;--color-warning-300:#FCD34D;--color-warning-400:#FBBF24;--color-warning-500:#F59E0B;--color-warning-600:#D97706;--color-warning-700:#B45309;--color-warning-800:#92400E;--color-warning-900:#78350F;--color-error-50:#FEF2F2;--color-error-100:#FEE2E2;--color-error-200:#FECACA;--color-error-300:#FCA5A5;--color-error-400:#F87171;--color-error-500:#EF4444;--color-error-600:#DC2626;--color-error-700:#B91C1C;--color-error-800:#991B1B;--color-error-900:#7F1D1D;--color-info-50:#EFF6FF;--color-info-100:#DBEAFE;--color-info-200:#BFDBFE;--color-info-300:#93C5FD;--color-info-400:#60A5FA;--color-info-500:#3B82F6;--color-info-600:#2563EB;--color-info-700:#1D4ED8;--color-info-800:#1E40AF;--color-info-900:#1E3A8A;--color-text-primary:var(--color-gray-900);--color-text-secondary:var(--color-gray-600);--color-text-muted:var(--color-gray-500);--color-text-disabled:var(--color-gray-400);--color-text-inverse:#FFFFFF;--color-bg-primary:#FFFFFF;--color-bg-secondary:var(--color-gray-50);--color-bg-tertiary:var(--color-gray-100);--color-bg-accent:var(--color-brand-50);--color-bg-overlay:rgba(0,0,0,0.5);--color-surface-elevated:#FFFFFF;--color-surface-subtle:var(--color-gray-50);--color-surface-hover:var(--color-gray-100);--color-surface-active:var(--color-gray-200);--color-border-light:var(--color-gray-200);--color-border-medium:var(--color-gray-300);--color-border-strong:var(--color-gray-400);--color-border-focus:var(--color-brand-500);--color-border-error:var(--color-error-500);--color-border-success:var(--color-success-500);--color-state-hover:rgba(12,115,254,0.04);--color-state-active:rgba(12,115,254,0.08);--color-state-focus:rgba(12,115,254,0.12);--color-state-selected:rgba(12,115,254,0.16);--color-state-disabled:rgba(0,0,0,0.12);--color-transport-truck:var(--color-brand-500);--color-transport-rail:var(--color-success-500);--color-transport-air:var(--color-warning-500);--color-transport-sea:#8B5CF6;--color-status-online:var(--color-success-500);--color-status-busy:var(--color-warning-500);--color-status-offline:var(--color-gray-400);--color-status-error:var(--color-error-500);--color-rating-excellent:var(--color-success-500);--color-rating-good:#84CC16;--color-rating-average:var(--color-warning-500);--color-rating-poor:#F97316;--color-rating-bad:var(--color-error-500);--color-shadow-sm:rgba(12,115,254,0.05);--color-shadow-md:rgba(12,115,254,0.08);--color-shadow-lg:rgba(12,115,254,0.12);--color-shadow-xl:rgba(12,115,254,0.16);--color-shadow-2xl:rgba(12,115,254,0.25);--color-dark-bg-primary:#0F172A;--color-dark-bg-secondary:#1E293B;--color-dark-bg-tertiary:#334155;--color-dark-bg-accent:rgba(12,115,254,0.1);--color-dark-text-primary:#F8FAFC;--color-dark-text-secondary:#CBD5E1;--color-dark-text-muted:#64748B;--color-dark-border-light:#334155;--color-dark-border-medium:#475569;--color-dark-border-strong:#64748B}[data-theme=dark]{--color-text-primary:var(--color-dark-text-primary);--color-text-secondary:var(--color-dark-text-secondary);--color-text-muted:var(--color-dark-text-muted);--color-bg-primary:var(--color-dark-bg-primary);--color-bg-secondary:var(--color-dark-bg-secondary);--color-bg-tertiary:var(--color-dark-bg-tertiary);--color-border-light:var(--color-dark-border-light);--color-border-medium:var(--color-dark-border-medium);--color-border-strong:var(--color-dark-border-strong);--color-surface-elevated:var(--color-dark-bg-secondary);--color-surface-subtle:var(--color-dark-bg-tertiary);--color-surface-hover:rgba(255,255,255,0.05);--color-surface-active:rgba(255,255,255,0.08)}.text-brand{color:var(--color-brand-500)}.text-brand-light{color:var(--color-brand-400)}.text-brand-dark{color:var(--color-brand-600)}.text-success{color:var(--color-success-500)}.text-warning{color:var(--color-warning-500)}.text-error{color:var(--color-error-500)}.text-info{color:var(--color-info-500)}.text-primary{color:var(--color-text-primary)}.text-secondary{color:var(--color-text-secondary)}.text-muted{color:var(--color-text-muted)}.text-disabled{color:var(--color-text-disabled)}.text-inverse{color:var(--color-text-inverse)}.bg-brand{background-color:var(--color-brand-500)}.bg-brand-light{background-color:var(--color-brand-50)}.bg-brand-dark{background-color:var(--color-brand-600)}.bg-success{background-color:var(--color-success-500)}.bg-success-light{background-color:var(--color-success-50)}.bg-warning{background-color:var(--color-warning-500)}.bg-warning-light{background-color:var(--color-warning-50)}.bg-error{background-color:var(--color-error-500)}.bg-error-light{background-color:var(--color-error-50)}.bg-info{background-color:var(--color-info-500)}.bg-info-light{background-color:var(--color-info-50)}.bg-primary{background-color:var(--color-bg-primary)}.bg-secondary{background-color:var(--color-bg-secondary)}.bg-tertiary{background-color:var(--color-bg-tertiary)}.bg-accent{background-color:var(--color-bg-accent)}.border-brand{border-color:var(--color-brand-500)}.border-success{border-color:var(--color-success-500)}.border-warning{border-color:var(--color-warning-500)}.border-error{border-color:var(--color-error-500)}.border-info{border-color:var(--color-info-500)}.border-light{border-color:var(--color-border-light)}.border-medium{border-color:var(--color-border-medium)}.border-strong{border-color:var(--color-border-strong)}.focus-brand:focus{outline:2px solid var(--color-brand-500);outline-offset:2px}.focus-error:focus{outline:2px solid var(--color-error-500);outline-offset:2px}.focus-success:focus{outline:2px solid var(--color-success-500);outline-offset:2px}.hover-brand:hover{background-color:var(--color-state-hover)}.hover-surface:hover{background-color:var(--color-surface-hover)}.transport-truck{color:var(--color-transport-truck)}.transport-rail{color:var(--color-transport-rail)}.transport-air{color:var(--color-transport-air)}.transport-sea{color:var(--color-transport-sea)}.bg-transport-truck{background-color:var(--color-transport-truck)}.bg-transport-rail{background-color:var(--color-transport-rail)}.bg-transport-air{background-color:var(--color-transport-air)}.bg-transport-sea{background-color:var(--color-transport-sea)}.status-online{color:var(--color-status-online)}.status-busy{color:var(--color-status-busy)}.status-offline{color:var(--color-status-offline)}.status-error{color:var(--color-status-error)}.bg-status-online{background-color:var(--color-status-online)}.bg-status-busy{background-color:var(--color-status-busy)}.bg-status-offline{background-color:var(--color-status-offline)}.bg-status-error{background-color:var(--color-status-error)}.rating-excellent{color:var(--color-rating-excellent)}.rating-good{color:var(--color-rating-good)}.rating-average{color:var(--color-rating-average)}.rating-poor{color:var(--color-rating-poor)}.rating-bad{color:var(--color-rating-bad)}@media (max-width:768px){:root{--color-shadow-sm:rgba(12,115,254,0.03);--color-shadow-md:rgba(12,115,254,0.06)}}@media (prefers-contrast:high){:root{--color-border-light:var(--color-gray-400);--color-border-medium:var(--color-gray-600);--color-border-strong:var(--color-gray-700)}}@media (prefers-reduced-motion:reduce){*{transition:none!important}}@tailwind base;@tailwind components;@tailwind utilities;:root{--color-brand-50:229 241 255;--color-brand-100:204 227 255;--color-brand-200:153 199 255;--color-brand-300:102 171 255;--color-brand-400:51 143 255;--color-brand-500:12 115 254;--color-brand-600:10 92 217;--color-brand-700:8 73 179;--color-brand-800:6 54 140;--color-brand-900:4 35 102;--color-text-primary:26 26 26;--color-text-secondary:71 85 105;--color-text-muted:100 116 139;--color-bg-page:255 255 255;--color-bg-card:255 255 255;--color-bg-hover:248 250 252;--color-bg-elevated:255 255 255;--color-border-default:229 241 255;--color-border-subtle:241 245 249;--color-border-muted:226 232 240;--color-surface-100:248 250 252;--color-surface-200:241 245 249;--color-surface-300:226 232 240}body,html{margin:0;padding:0}*{box-sizing:border-box}@layer base{body{@apply bg-background-page text-text-primary;font-feature-settings:"rlig" 1,"calt" 1}}@layer components{.card{@apply bg-background-card 
           border border-border
           shadow-card
           hover:shadow-card-hover
           transition-all duration-200}.card-gradient{@apply bg-gradient-card}.btn{@apply px-4 py-2 rounded-lg font-medium
           transition-all duration-200
           focus:outline-none focus:ring-2 focus:ring-offset-2
           disabled:opacity-50 disabled:cursor-not-allowed}.btn-primary{@apply bg-brand-500 hover:bg-brand-600 
           text-white
           shadow-button hover:shadow-button-hover}.btn-secondary{@apply bg-background-hover hover:bg-background-hover
           text-text-primary
           border border-border}.btn-outline{@apply border border-brand-500
           text-brand-500
           hover:bg-brand-50}.input{@apply bg-background-page
           border border-border
           text-text-primary
           rounded-lg px-3 py-2
           placeholder:text-text-secondary
           focus:border-brand-500
           focus:ring-1 focus:ring-brand-500}.nav-link{@apply text-text-secondary
           hover:text-text-primary
           transition-colors duration-200}.nav-link-active{@apply text-brand-500}}.skeleton{@apply animate-pulse bg-background-hover rounded}.sr-only{@apply absolute w-px h-px p-0 -m-px overflow-hidden whitespace-nowrap border-0}.focus-ring{@apply focus:outline-none focus-visible:ring-2 focus-visible:ring-brand-500 focus-visible:ring-offset-2}.mobile-container{@apply px-4 sm:px-6 lg:px-8 mx-auto max-w-7xl}@media (max-width:640px){.mobile-container{@apply px-3}body{overflow-x:hidden}img{max-width:100%;height:auto}table{font-size:.875rem}}@media (max-width:480px){.mobile-container{@apply px-2}}@keyframes slideIn{0%{opacity:0;transform:translateY(-10px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slideOut{0%{opacity:1;transform:translateY(0) scale(1)}to{opacity:0;transform:translateY(-10px) scale(.95)}}.mobile-menu-enter{animation:slideIn .3s ease-out}.mobile-menu-exit{animation:slideOut .2s ease-in}.fade-in{@apply transition-opacity duration-300 ease-in-out}.slide-in{@apply transition-transform duration-300 ease-in-out}