@import url(https://fonts.googleapis.com/css2?family=Arimo:wght@400;700&family=Open+Sans&display=swap);: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:#ffffffb3;--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-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-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--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-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}}.Toastify__toast{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;touch-action:none;z-index:0}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;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:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease;z-index:1}.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{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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--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: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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.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{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.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-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--bs-blue:#0d6efd;--bs-indigo:#6610f2;--bs-purple:#6f42c1;--bs-pink:#d63384;--bs-red:#dc3545;--bs-orange:#fd7e14;--bs-yellow:#ffc107;--bs-green:#198754;--bs-teal:#20c997;--bs-cyan:#0dcaf0;--bs-white:#fff;--bs-gray:#6c757d;--bs-gray-dark:#343a40;--bs-primary:#696cff;--bs-secondary:#8592a3;--bs-success:#71dd37;--bs-info:#03c3ec;--bs-warning:#ffab00;--bs-danger:#ff3e1d;--bs-light:#fcfdfd;--bs-dark:#233446;--bs-primary-dark:#5a5de8;--bs-warning-dark:#e0a800;--bs-success-dark:#5cb85c;--bs-danger-dark:#c82333;--color-reminder:#fbbf24;--color-reminder-border:#8b7f24;--bg-reminder:linear-gradient(135deg,#3d3a1a,#4a4620);--color-mood-purple:#c4b5fd;--color-mood-pink:#f9a8d4;--color-purple-light:#a78bfa;--color-blue-accent:#4e73df;--color-gradient-purple-start:#667eea;--color-gradient-purple-end:#764ba2;--gray-50:#f9fafb;--gray-100:#f8f9fa;--gray-200:#e9ecef;--gray-300:#e4e4e7;--gray-400:#a1a1aa;--gray-500:#6b7280;--gray-600:#6c757d;--gray-700:#374151;--gray-800:#1e293b;--gray-900:#162447;--color-success-light:#4ade80;--color-success-dark:#059669;--color-success-emerald:#10b981;--color-warning-light:#fbbf24;--color-warning-dark:#92400e;--color-info-light:#0dcaf0;--color-blue-600:#1976d2;--color-danger-red:#dc2626;--color-indigo:#6366f1;--color-pink-primary:#ec4899;--color-pink-hover:#db2777;--color-pink-light:#f472b6;--color-pink-lighter:#fbcfe8;--color-pink-lightest:#fce7f3;--color-pink-soft:#f9a8d4;--color-pink-dark:#be185d;--color-pink-darker:#9f1239;--color-pink-alpha-05:#ec48990d;--color-pink-alpha-10:#ec48991a;--color-pink-alpha-15:#ec489926;--color-pink-alpha-20:#ec489933;--color-pink-alpha-25:#ec489940;--color-pink-alpha-30:#ec48994d;--color-pink-alpha-40:#ec489966;--color-pink-alpha-50:#ec489980;--gradient-pink-primary:linear-gradient(135deg,#ec4899,#db2777);--gradient-pink-soft:linear-gradient(135deg,#fbcfe8,#f9a8d4);--gradient-pink-intense:linear-gradient(135deg,#ec4899,#be185d);--gradient-pink-light:linear-gradient(135deg,#fce7f3,#fbcfe8);--slate-200:#e2e8f0;--slate-300:#e5e7eb;--slate-500:#64748b;--gradient-primary:linear-gradient(135deg,#696cff,#5a5de8);--gradient-primary-hover:linear-gradient(135deg,#5a5de8,#4844c7);--gradient-purple:linear-gradient(135deg,#667eea,#764ba2);--gradient-purple-soft:linear-gradient(135deg,#6366f1,#8b5cf6);--gradient-success:linear-gradient(135deg,#71dd37,#5cb85c);--gradient-warning:linear-gradient(135deg,#ffab00,#ff8c00);--gradient-danger:linear-gradient(135deg,#ff3e1d,#c82333);--gradient-info:linear-gradient(135deg,#03c3ec,#0891b2);--gradient-surface-light:linear-gradient(135deg,#f8f9fa,#fff);--gradient-surface-card:linear-gradient(135deg,#f6f8fa,#fff);--gradient-surface-elevated:linear-gradient(135deg,#f0f4ff,#fff);--gradient-sparkle:linear-gradient(135deg,#a5a7ff,#c9b6ff,#a5a7ff);--gradient-gold:linear-gradient(135deg,#f6d365,#fda085);--gradient-shimmer:linear-gradient(90deg,#0000,#fff6 50%,#0000);--bg-body:#f5f5f9;--bg-surface:#fff;--bg-card:#fff;--bg-navbar:#fff;--bg-sidebar:#fff;--bg-hover:#696cff14;--bg-active:#696cff26;--bg-light:#f8f9fa;--bg-gray-50:#f8fafc;--bg-gray-100:#f1f5f9;--text-primary:#566a7f;--text-secondary:#697a8d;--text-muted:#a1acb8;--text-white:#fff;--text-dark:#162447;--text-heading:#5a5f7d;--border-color:#00000014;--border-light:#0000000d;--border-medium:#0000001f;--border-dark:#00000026;--shadow-xs:0 1px 2px #0000000a;--shadow-sm:0 2px 6px #0000000a;--shadow:0 2px 20px #00000014;--shadow-md:0 4px 12px #0000001a;--shadow-lg:0 8px 30px #0000001f;--shadow-xl:0 20px 40px #00000026;--spacing-2xs:0.125rem;--spacing-xs:0.25rem;--spacing-sm:0.5rem;--spacing-base:0.75rem;--spacing-md:1rem;--spacing-lg:1.5rem;--spacing-xl:3rem;--spacing-2xl:4rem;--spacing-xxl:5rem;--radius-xs:0.125rem;--radius-sm:0.25rem;--radius-6:0.375rem;--radius-md:0.375rem;--radius-lg:0.5rem;--radius-10:0.625rem;--radius-12:0.75rem;--radius-14:0.875rem;--radius-xl:1rem;--radius-20:1.25rem;--radius-2xl:1.5rem;--radius-pill:50rem;--radius-circle:50%;--icon-xs:16px;--icon-sm:20px;--icon-md:24px;--icon-lg:32px;--icon-xl:48px;--icon-2xl:64px;--width-sidebar:260px;--width-sidebar-collapsed:80px;--width-modal-sm:400px;--width-modal-md:600px;--width-modal-lg:900px;--width-modal-xl:1100px;--width-container-content:1400px;--width-container-ad:728px;--width-container-chart:800px;--transition-fast:all 0.15s ease;--transition-base:all 0.2s ease;--transition-smooth:all 0.3s ease;--transition-slow:all 0.4s ease;--transition-slower:all 0.5s ease;--transition-transform:transform 0.3s ease;--transition-opacity:opacity 0.2s ease;--transition-colors:background-color 0.2s ease,color 0.2s ease,border-color 0.2s ease;--easing-cubic:cubic-bezier(0.34,1.56,0.64,1);--easing-ease-in-out:cubic-bezier(0.4,0,0.2,1);--easing-ease-out:cubic-bezier(0,0,0.2,1);--font-family-base:"Public Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-family-heading:"Public Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-family-mono:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace;--font-size-xs:0.75rem;--font-size-sm:0.875rem;--font-size-base:1rem;--font-size-lg:1.125rem;--font-size-xl:1.25rem;--font-size-2xl:1.5rem;--font-size-3xl:2rem;--font-size-4xl:2.5rem;--font-size-5xl:3rem;--font-weight-light:300;--font-weight-normal:400;--font-weight-medium:500;--font-weight-semibold:600;--font-weight-bold:700;--font-weight-extrabold:800;--line-height-none:1;--line-height-tight:1.25;--line-height-snug:1.375;--line-height-normal:1.5;--line-height-relaxed:1.625;--line-height-loose:2;--letter-spacing-tighter:-0.05em;--letter-spacing-tight:-0.025em;--letter-spacing-normal:0;--letter-spacing-wide:0.025em;--letter-spacing-wider:0.05em;--letter-spacing-widest:0.1em;--transition-fast:0.15s ease;--transition-base:0.3s ease;--transition-slow:0.5s ease;--z-dropdown:1000;--z-sidebar:1010;--z-sticky:1020;--z-fixed:1030;--z-modal-backdrop:1040;--z-overlay:1045;--z-modal:1050;--z-popover:1060;--z-tooltip:1070;--z-notification:1080;--z-celebration:1085;--z-timer:1089;--z-max:9999;--container-xs:20rem;--container-sm:24rem;--container-md:28rem;--container-lg:32rem;--container-xl:36rem;--container-2xl:42rem;--container-3xl:48rem;--container-4xl:56rem;--container-5xl:64rem;--container-6xl:72rem;--container-7xl:80rem;--container-full:100%;--aspect-square:1/1;--aspect-video:16/9;--aspect-portrait:3/4;--aspect-wide:21/9;--opacity-0:0;--opacity-5:0.05;--opacity-10:0.1;--opacity-20:0.2;--opacity-25:0.25;--opacity-30:0.3;--opacity-40:0.4;--opacity-50:0.5;--opacity-60:0.6;--opacity-70:0.7;--opacity-75:0.75;--opacity-80:0.8;--opacity-90:0.9;--opacity-95:0.95;--opacity-100:1;--animation-spin:spin 1s linear infinite;--animation-ping:ping 1s cubic-bezier(0,0,0.2,1) infinite;--animation-pulse:pulse 2s cubic-bezier(0.4,0,0.6,1) infinite;--animation-bounce:bounce 1s infinite;--animation-fade-in:fadeIn 0.3s ease-in-out;--animation-slide-up:slideUp 0.3s ease-out;--animation-slide-down:slideDown 0.3s ease-out;--animation-scale-in:scaleIn 0.2s ease-out;--focus-outline-width:2px;--focus-outline-offset:2px;--focus-ring-size:4px;--focus-ring-opacity:0.2;--focus-color:var(--bs-primary);--focus-ring-color:#696cff33;--gradient-auth:linear-gradient(135deg,#667de9,#6c69cd 50%,#7258b5);--gradient-auth-start:#667de9;--gradient-auth-mid:#6c69cd;--gradient-auth-end:#7258b5;--white-alpha-10:#ffffff1a;--white-alpha-20:#fff3;--white-alpha-50:#ffffff80;--white-alpha-70:#ffffffb3;--white-alpha-80:#fffc;--white-alpha-90:#ffffffe6;--black-alpha-05:#0000000d;--black-alpha-10:#0000001a;--black-alpha-20:#0003;--bs-primary-alpha-10:#696cff1a;--bs-primary-alpha-25:#696cff40;--text-medium-gray:#6b7280;--spacing-1:0.25rem;--spacing-2:0.5rem;--spacing-3:0.75rem;--spacing-4:1rem;--spacing-5:1.25rem;--spacing-6:1.5rem;--spacing-8:2rem;--spacing-10:2.5rem;--spacing-12:3rem;--spacing-16:4rem;--spacing-24:6rem;--spacing-32:8rem}[data-theme=dark]{--bg-body:#1a1a1a;--bg-surface:#2d2d2d;--bg-card:#2d2d2d;--bg-navbar:#2d2d2d;--bg-sidebar:#1e1e2d;--bg-hover:#696cff26;--bg-active:#696cff40;--bg-light:#1e1e1e;--bg-gray-50:#252525;--bg-gray-100:#2a2a2a;--text-primary:#e0e0e0;--text-secondary:#b0b0b0;--text-muted:grey;--text-white:#fff;--text-dark:#e0e0e0;--text-heading:#e4e4e7;--border-color:#ffffff1f;--border-light:#ffffff14;--border-medium:#ffffff26;--border-dark:#fff3;--shadow-xs:0 1px 2px #0000004d;--shadow-sm:0 2px 6px #0000004d;--shadow:0 2px 20px #00000080;--shadow-md:0 4px 12px #0009;--shadow-lg:0 8px 30px #000000b3;--shadow-xl:0 20px 40px #000c;--bs-primary:#696cff;--bs-secondary:#8592a3;--bs-success:#71dd37;--bs-info:#03c3ec;--bs-warning:#ffab00;--bs-danger:#ff3e1d;--gray-50:#2a2a2a;--gray-100:#3a3a4a;--gray-200:#3d3d5c;--gray-300:#a0a0b0;--gray-400:#a1a1aa;--gray-500:#6b7280;--gray-600:#64748b;--gray-700:#e2e8f0;--gray-800:#e5e7eb;--gray-900:#f8f9fa;--gradient-surface-light:linear-gradient(135deg,#2a2a3e,#1e1e2d);--gradient-surface-card:linear-gradient(135deg,#2d2d42,#252538);--gradient-surface-elevated:linear-gradient(135deg,#32324a,#2a2a3e);--color-blue-light:#60a5fa;--color-blue-lighter:#93c5fd;--color-sky:#38bdf8;--color-green-light:#4ade80;--color-green-lighter:#86efac;--color-emerald:#34d399;--color-purple-light:#c4b5fd;--color-purple-lighter:#ddd6fe;--color-violet:#a78bfa;--color-lilac:#a5a7ff;--color-lilac-light:#c7c9ff;--color-yellow-light:#fbbf24;--color-yellow-lighter:#fcd34d;--color-amber:#f59e0b;--color-orange-light:#fb923c;--color-cyan-light:#67e8f9;--color-teal-light:#2dd4bf;--color-pink-light:#f9a8d4;--color-rose:#fb7185;--color-slate-light:#94a3b8;--color-slate-lighter:#cbd5e1}body{background-color:#f5f5f9;color:#566a7f;transition:background-color .3s ease,color .3s ease}*{transition-duration:.3s ease;transition-duration:var(--transition-base);transition-property:background-color,border-color,color,fill,stroke;transition-timing-function:ease}a,button,input,select,textarea{transition-property:background-color,border-color,color,transform,box-shadow}@keyframes ping{75%,to{opacity:0;transform:scale(2)}}@keyframes slideUp{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes shake{0%,to{transform:translateX(0)}10%,30%,50%,70%,90%{transform:translateX(-5px)}20%,40%,60%,80%{transform:translateX(5px)}}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.gap-1{gap:var(--spacing-xs)}.gap-2{gap:var(--spacing-sm)}.gap-3{gap:var(--spacing-md)}.gap-4{gap:var(--spacing-lg)}.gap-5{gap:var(--spacing-xl)}.font-bold{font-weight:var(--font-weight-bold)}.font-semibold{font-weight:600;font-weight:var(--font-weight-semibold)}.font-medium{font-weight:500;font-weight:var(--font-weight-medium)}.font-normal{font-weight:400;font-weight:var(--font-weight-normal)}.hidden{display:none}.cursor-not-allowed{cursor:not-allowed}.cursor-default{cursor:default}.overflow-scroll{overflow:scroll}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:-webkit-sticky;position:sticky}.w-full{width:100%}.h-full{height:100%}.min-h-screen{min-height:100vh}.rounded-sm{border-radius:.25rem;border-radius:var(--radius-sm)}.rounded{border-radius:.375rem}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:1rem;border-radius:var(--radius-xl)}.rounded-full{border-radius:50%;border-radius:var(--radius-circle)}.shadow-sm{box-shadow:0 2px 6px #0000000a}.shadow{box-shadow:0 2px 20px #00000014}.shadow-md{box-shadow:0 4px 12px #0000001a;box-shadow:var(--shadow-md)}.shadow-lg{box-shadow:0 8px 30px #0000001f}.transition{transition:all .3s ease;transition:all var(--transition-base)}.transition-fast{transition:all .15s ease;transition:all var(--transition-fast)}.transition-slow{transition:all .5s ease;transition:all var(--transition-slow)}@keyframes fadeInScale{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-20px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInRight{0%{opacity:0;transform:translateX(20px)}to{opacity:1;transform:translateX(0)}}@keyframes slideInFromBottom{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleOut{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(.8)}}@keyframes bounceIn{0%{opacity:0;transform:scale(.3)}50%{transform:scale(1.05)}70%{transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes popIn{0%{opacity:0;transform:scale(.5)}70%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@keyframes pulseGlow{0%,to{box-shadow:0 0 5px #696cff66}50%{box-shadow:0 0 20px #696cffcc}}@keyframes pulseIcon{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.1)}}@keyframes pulseWarning{0%,to{box-shadow:0 0 0 0 #ffab0066;opacity:1}50%{box-shadow:0 0 0 10px #ffab0000;opacity:.9}}@keyframes breathe{0%,to{transform:scale(1)}50%{transform:scale(1.02)}}@keyframes breathePulse{0%,to{opacity:.8;transform:scale(1)}50%{opacity:1;transform:scale(1.05)}}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes spinnerBorder{to{transform:rotate(1turn)}}@keyframes shrink{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@keyframes progress{0%{width:0}to{width:100%}}@keyframes progressBar{0%{width:0}to{width:100%}}@keyframes floatSoft{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes floatParticles{0%,to{opacity:.5;transform:translateY(0) scale(1)}50%{opacity:1;transform:translateY(-20px) scale(1.1)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}@keyframes iconBounce{0%,to{transform:scale(1)}50%{transform:scale(1.15)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes shineSweep{0%{transform:translateX(-100%)}to{transform:translateX(100%)}}@keyframes shineSweepSlow{0%{transform:translateX(-100%)}30%{transform:translateX(100%)}to{transform:translateX(100%)}}@keyframes shineEffect{0%{left:-100%}50%,to{left:100%}}@keyframes glow{0%,to{box-shadow:0 0 5px #696cff80}50%{box-shadow:0 0 20px #696cffcc,0 0 30px #696cff99}}@keyframes achievementGlow{0%,to{box-shadow:0 0 10px #696cff4d}50%{box-shadow:0 0 25px #696cff99,0 0 50px #696cff4d}}@keyframes sparkle{0%,to{opacity:0;transform:scale(0)}50%{opacity:1;transform:scale(1)}}@keyframes rotateBorder{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes morphingGradient{0%,to{background-position:0 50%}50%{background-position:100% 50%}}@keyframes liquidMorph{0%,to{border-radius:60% 40% 30% 70%/60% 30% 70% 40%}50%{border-radius:30% 60% 70% 40%/50% 60% 30% 60%}}@keyframes spotlight{0%,to{opacity:.3}50%{opacity:.6}}@keyframes modalBackdropIn{0%{opacity:0}to{opacity:1}}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-30px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes slideInToast{0%{opacity:0;transform:translateX(100%)}to{opacity:1;transform:translateX(0)}}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes conquistaAppear{0%{opacity:0;transform:scale(.5) rotate(-10deg)}50%{transform:scale(1.1) rotate(5deg)}to{opacity:1;transform:scale(1) rotate(0deg)}}@keyframes cardReflection{0%{transform:translateY(100%) rotate(45deg)}25%,to{transform:translateY(-120%) rotate(45deg)}}@keyframes cardReflectionSlow{0%{transform:translateY(100%) rotate(45deg)}25%,to{transform:translateY(-120%) rotate(45deg)}}@keyframes confetti{0%{opacity:1;transform:translateY(0) rotate(0deg)}to{opacity:0;transform:translateY(100vh) rotate(2turn)}}@keyframes fall{to{transform:translateY(100vh) rotate(2turn)}}@keyframes timerPulse{0%,to{box-shadow:0 0 0 0 #696cff66;transform:scale(1)}50%{box-shadow:0 0 0 10px #696cff00;transform:scale(1.02)}}@keyframes heartbeat{0%,to{transform:scale(1)}25%{transform:scale(1.1)}50%{transform:scale(1)}75%{transform:scale(1.1)}}@keyframes heartPulse{0%,to{transform:scale(1)}50%{transform:scale(1.2)}}@keyframes wave{0%,to{transform:translateX(0)}50%{transform:translateX(-25%)}}@keyframes breathWave{0%,to{opacity:.6;transform:scale(1)}50%{opacity:0;transform:scale(1.5)}}@keyframes orbit{0%{transform:rotate(0deg) translateX(50px) rotate(0deg)}to{transform:rotate(1turn) translateX(50px) rotate(-1turn)}}.animate-fadeIn{animation:fadeIn var(--transition-base) ease-out}.animate-fadeInScale{animation:fadeInScale var(--transition-base) ease-out}.animate-slideInUp{animation:slideInUp var(--transition-base) ease-out}.animate-slideInDown{animation:slideInDown var(--transition-base) ease-out}.animate-slideInLeft{animation:slideInLeft var(--transition-base) ease-out}.animate-slideInRight{animation:slideInRight var(--transition-base) ease-out}.animate-scaleIn{animation:scaleIn var(--transition-base) ease-out}.animate-bounceIn{animation:bounceIn .5s ease-out}.animate-pulse{animation:pulse 2s ease-in-out infinite}.animate-breathe{animation:breathe 3s ease-in-out infinite}.animate-spin{animation:spin 1s linear infinite}.animate-float{animation:float 3s ease-in-out infinite}.animate-shimmer{animation:shimmer 2s linear infinite;background:linear-gradient(90deg,#0000,#fff6 50%,#0000);background-size:200% 100%}.animate-glow{animation:glow 2s ease-in-out infinite}.animation-delay-100{animation-delay:.1s}.animation-delay-200{animation-delay:.2s}.animation-delay-300{animation-delay:.3s}.animation-delay-400{animation-delay:.4s}.animation-delay-500{animation-delay:.5s}.animation-fast{animation-duration:.15s}.animation-normal{animation-duration:.3s}.animation-slow{animation-duration:.5s}.animation-slower{animation-duration:1s}@media (max-width:767px){.d-mobile-none,.hide-mobile{display:none!important}}@media (min-width:768px) and (max-width:1023px){.d-tablet-none,.hide-tablet{display:none!important}}@media (min-width:1024px){.d-desktop-none,.hide-desktop{display:none!important}}@media (min-width:768px){.d-mobile-only,.show-mobile-only{display:none!important}}@media (max-width:1023px){.d-desktop-only,.show-desktop-only{display:none!important}}.container-responsive{margin-left:auto;margin-right:auto;padding-left:var(--spacing-md);padding-right:var(--spacing-md);width:100%}@media (min-width:320px){.container-responsive{max-width:100%}}@media (min-width:480px){.container-responsive{max-width:460px}}@media (min-width:768px){.container-responsive{max-width:720px;padding-left:var(--spacing-lg);padding-right:var(--spacing-lg)}}@media (min-width:1024px){.container-responsive{max-width:960px}}@media (min-width:1440px){.container-responsive{max-width:1320px}}.grid-responsive{grid-gap:var(--spacing-md);display:grid;gap:var(--spacing-md);grid-template-columns:1fr}@media (min-width:768px){.grid-responsive,.grid-responsive-3{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.grid-responsive-3{grid-template-columns:repeat(3,1fr)}.grid-responsive-4{grid-template-columns:repeat(4,1fr)}}.flex-responsive{display:flex;flex-direction:column;gap:var(--spacing-md)}@media (min-width:768px){.flex-responsive{flex-direction:row}}.flex-responsive-reverse{display:flex;flex-direction:row;gap:var(--spacing-md)}@media (min-width:768px){.flex-responsive-reverse{flex-direction:column}}.p-responsive{padding:var(--spacing-sm)}@media (min-width:768px){.p-responsive{padding:var(--spacing-md)}}@media (min-width:1024px){.p-responsive{padding:var(--spacing-lg)}}.m-responsive{margin:var(--spacing-sm)}@media (min-width:768px){.m-responsive{margin:var(--spacing-md)}}@media (min-width:1024px){.m-responsive{margin:var(--spacing-lg)}}.gap-responsive{gap:var(--spacing-sm)}@media (min-width:768px){.gap-responsive{gap:var(--spacing-md)}}@media (min-width:1024px){.gap-responsive{gap:var(--spacing-lg)}}.text-hero{font-size:1.75rem;line-height:1.2}@media (min-width:768px){.text-hero{font-size:2.5rem}}@media (min-width:1024px){.text-hero{font-size:3rem}}.text-section{font-size:1.25rem;line-height:1.3}@media (min-width:768px){.text-section{font-size:1.5rem}}.text-body-responsive{font-size:.875rem;line-height:1.5}@media (min-width:768px){.text-body-responsive{font-size:1rem}}.card-responsive{border-radius:var(--radius-lg);padding:var(--spacing-md)}@media (min-width:768px){.card-responsive{border-radius:var(--radius-xl);padding:var(--spacing-lg)}}.modal-responsive{margin:16px;max-height:calc(100vh - 32px);max-width:100%;width:calc(100% - 32px)}@media (min-width:480px){.modal-responsive{margin:auto;max-width:450px;width:90%}}@media (min-width:768px){.modal-responsive{max-width:768px}}@media (min-width:1024px){.modal-responsive{max-width:800px}}.modal-responsive-lg{max-width:100%;width:calc(100% - 32px)}@media (min-width:768px){.modal-responsive-lg{max-width:900px}}@media (min-width:1024px){.modal-responsive-lg{max-width:1100px}}.sidebar-responsive{height:100vh;left:0;position:fixed;top:0;transform:translateX(-100%);transition:transform var(--transition-base);width:260px;z-index:var(--z-fixed)}.sidebar-responsive.open{transform:translateX(0)}@media (min-width:1024px){.sidebar-responsive{position:relative;transform:translateX(0)}}.table-responsive-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto;width:100%}@media (max-width:767px){.table-to-cards thead{display:none}.table-to-cards tbody tr{background:var(--bg-card);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm);display:block;margin-bottom:var(--spacing-md);padding:var(--spacing-md)}.table-to-cards tbody td{border:none;display:flex;justify-content:space-between;padding:var(--spacing-xs) 0}.table-to-cards tbody td:before{color:var(--text-secondary);content:attr(data-label);font-weight:600}}.m-0{margin:0!important}.p-0{padding:0!important}.text-left{text-align:left}.text-right{text-align:right}.d-grid{display:grid!important}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{margin-left:auto;margin-right:auto;padding-left:var(--spacing-md);padding-right:var(--spacing-md);width:100%}@media (min-width:480px){.container,.container-sm{max-width:540px}}@media (min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media (min-width:1024px){.container,.container-lg,.container-md,.container-sm{max-width:960px}.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}@media (min-width:1400px){.container,.container-lg,.container-md,.container-sm,.container-xl,.container-xxl{max-width:1320px}}.row{display:flex;flex-wrap:wrap;margin-left:calc(var(--spacing-md)*-.5);margin-right:calc(var(--spacing-md)*-.5)}.row>*{flex-shrink:0;max-width:100%;padding-left:calc(var(--spacing-md)*.5);padding-right:calc(var(--spacing-md)*.5);width:100%}.col{flex:1 0}.col-1{flex:0 0 auto;width:8.33333333%}.col-2{flex:0 0 auto;width:16.66666667%}.col-3{flex:0 0 auto;width:25%}.col-4{flex:0 0 auto;width:33.33333333%}.col-5{flex:0 0 auto;width:41.66666667%}.col-6{flex:0 0 auto;width:50%}.col-7{flex:0 0 auto;width:58.33333333%}.col-8{flex:0 0 auto;width:66.66666667%}.col-9{flex:0 0 auto;width:75%}.col-10{flex:0 0 auto;width:83.33333333%}.col-11{flex:0 0 auto;width:91.66666667%}.col-12{flex:0 0 auto;width:100%}@media (min-width:480px){.col-sm{flex:1 0}.col-sm-auto{flex:0 0 auto;width:auto}.col-sm-1{flex:0 0 auto;width:8.33333333%}.col-sm-2{flex:0 0 auto;width:16.66666667%}.col-sm-3{flex:0 0 auto;width:25%}.col-sm-4{flex:0 0 auto;width:33.33333333%}.col-sm-5{flex:0 0 auto;width:41.66666667%}.col-sm-6{flex:0 0 auto;width:50%}.col-sm-7{flex:0 0 auto;width:58.33333333%}.col-sm-8{flex:0 0 auto;width:66.66666667%}.col-sm-9{flex:0 0 auto;width:75%}.col-sm-10{flex:0 0 auto;width:83.33333333%}.col-sm-11{flex:0 0 auto;width:91.66666667%}.col-sm-12{flex:0 0 auto;width:100%}}@media (min-width:768px){.col-md{flex:1 0}.col-md-auto{flex:0 0 auto;width:auto}.col-md-1{flex:0 0 auto;width:8.33333333%}.col-md-2{flex:0 0 auto;width:16.66666667%}.col-md-3{flex:0 0 auto;width:25%}.col-md-4{flex:0 0 auto;width:33.33333333%}.col-md-5{flex:0 0 auto;width:41.66666667%}.col-md-6{flex:0 0 auto;width:50%}.col-md-7{flex:0 0 auto;width:58.33333333%}.col-md-8{flex:0 0 auto;width:66.66666667%}.col-md-9{flex:0 0 auto;width:75%}.col-md-10{flex:0 0 auto;width:83.33333333%}.col-md-11{flex:0 0 auto;width:91.66666667%}.col-md-12{flex:0 0 auto;width:100%}}@media (min-width:1024px){.col-lg{flex:1 0}.col-lg-auto{flex:0 0 auto;width:auto}.col-lg-1{flex:0 0 auto;width:8.33333333%}.col-lg-2{flex:0 0 auto;width:16.66666667%}.col-lg-3{flex:0 0 auto;width:25%}.col-lg-4{flex:0 0 auto;width:33.33333333%}.col-lg-5{flex:0 0 auto;width:41.66666667%}.col-lg-6{flex:0 0 auto;width:50%}.col-lg-7{flex:0 0 auto;width:58.33333333%}.col-lg-8{flex:0 0 auto;width:66.66666667%}.col-lg-9{flex:0 0 auto;width:75%}.col-lg-10{flex:0 0 auto;width:83.33333333%}.col-lg-11{flex:0 0 auto;width:91.66666667%}.col-lg-12{flex:0 0 auto;width:100%}.col-xl{flex:1 0}.col-xl-auto{flex:0 0 auto;width:auto}.col-xl-1{flex:0 0 auto;width:8.33333333%}.col-xl-2{flex:0 0 auto;width:16.66666667%}.col-xl-3{flex:0 0 auto;width:25%}.col-xl-4{flex:0 0 auto;width:33.33333333%}.col-xl-5{flex:0 0 auto;width:41.66666667%}.col-xl-6{flex:0 0 auto;width:50%}.col-xl-7{flex:0 0 auto;width:58.33333333%}.col-xl-8{flex:0 0 auto;width:66.66666667%}.col-xl-9{flex:0 0 auto;width:75%}.col-xl-10{flex:0 0 auto;width:83.33333333%}.col-xl-11{flex:0 0 auto;width:91.66666667%}.col-xl-12{flex:0 0 auto;width:100%}}.g-0,.gx-0{--bs-gutter-x:0}.g-0,.gy-0{--bs-gutter-y:0}.g-1,.gx-1{--bs-gutter-x:0.25rem}.g-1,.gy-1{--bs-gutter-y:0.25rem}.g-2,.gx-2{--bs-gutter-x:0.5rem}.g-2,.gy-2{--bs-gutter-y:0.5rem}.g-3,.gx-3{--bs-gutter-x:1rem}.g-3,.gy-3{--bs-gutter-y:1rem}.g-4,.gx-4{--bs-gutter-x:1.5rem}.g-4,.gy-4{--bs-gutter-y:1.5rem}.g-5,.gx-5{--bs-gutter-x:3rem}.g-5,.gy-5{--bs-gutter-y:3rem}.form-label{color:var(--text-primary);display:inline-block;font-weight:500;margin-bottom:.5rem}.form-control{background-clip:padding-box;border:1px solid var(--border-color);border-radius:var(--radius-md);display:block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.form-control,.form-control:focus{background-color:var(--bg-surface);color:var(--text-primary)}.form-control:focus{border-color:var(--bs-primary);box-shadow:0 0 0 .25rem #696cff40;outline:0}.form-control:disabled{background-color:var(--bg-light);opacity:1}.form-control-sm{border-radius:var(--radius-sm);font-size:.875rem;min-height:calc(1.5em + .5rem + 2px);padding:.25rem .5rem}.form-select{-webkit-appearance:none;appearance:none;background-color:var(--bg-surface);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;border:1px solid var(--border-color);border-radius:var(--radius-md);color:var(--text-primary);display:block;font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem 2.25rem .375rem .75rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}.form-select:focus{border-color:var(--bs-primary);box-shadow:0 0 0 .25rem #696cff40;outline:0}.form-check{display:block;margin-bottom:.125rem;min-height:1.5rem;padding-left:1.5em}.form-check-input{-webkit-appearance:none;appearance:none;background-color:var(--bg-surface);background-position:50%;background-repeat:no-repeat;background-size:contain;border:1px solid var(--border-color);float:left;height:1em;margin-left:-1.5em;margin-top:.25em;vertical-align:top;width:1em}.form-check-input[type=checkbox]{border-radius:var(--radius-sm)}.form-check-input[type=radio]{border-radius:var(--radius-circle)}.form-check-input:checked{background-color:var(--bs-primary);border-color:var(--bs-primary)}.form-check-input:checked[type=checkbox]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3E%3C/svg%3E")}.form-check-input:checked[type=radio]{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='2' fill='%23fff'/%3E%3C/svg%3E")}.form-check-label{color:var(--text-primary);cursor:pointer}.form-floating{position:relative}.form-floating>.form-control,.form-floating>.form-select{height:calc(3.5rem + 2px);line-height:1.25}.form-floating>label{border:1px solid #0000;height:100%;left:0;padding:1rem .75rem;pointer-events:none;position:absolute;top:0;transform-origin:0 0;transition:opacity .1s ease-in-out,transform .1s ease-in-out}.input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.input-group>.form-control,.input-group>.form-select{flex:1 1 auto;min-width:0;position:relative;width:1%}.input-group-text{align-items:center;background-color:var(--bg-light);border:1px solid var(--border-color);border-radius:var(--radius-md);display:flex;white-space:nowrap}.btn,.input-group-text{color:var(--text-primary);font-size:1rem;font-weight:400;line-height:1.5;padding:.375rem .75rem;text-align:center}.btn{background-color:initial;border:1px solid #0000;border-radius:var(--radius-md);cursor:pointer;display:inline-block;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;-webkit-user-select:none;user-select:none;vertical-align:middle}.btn:hover{color:var(--text-primary)}.btn:focus{box-shadow:0 0 0 .25rem #696cff40;outline:0}.btn.disabled,.btn:disabled{opacity:.65;pointer-events:none}.btn-primary{background-color:var(--bs-primary);border-color:var(--bs-primary);color:#fff}.btn-primary:focus,.btn-primary:hover{background-color:#5854d6;border-color:#5854d6;color:#fff}.btn-primary:focus{box-shadow:0 0 0 .25rem #8285ff80}.btn-danger{background-color:var(--bs-danger);border-color:var(--bs-danger);color:#fff}.btn-danger:hover{background-color:#d63519;border-color:#d63519;color:#fff}.btn-light{background-color:var(--bs-light);border-color:var(--bs-light);color:var(--text-primary)}.btn-light:hover{background-color:#e0e0e0;border-color:#e0e0e0;color:var(--text-primary)}.btn-outline-primary{border-color:var(--bs-primary);color:var(--bs-primary)}.btn-outline-primary:hover{background-color:var(--bs-primary);border-color:var(--bs-primary);color:#fff}.btn-outline-danger{border-color:var(--bs-danger);color:var(--bs-danger)}.btn-outline-danger:hover{background-color:var(--bs-danger);border-color:var(--bs-danger);color:#fff}.btn-outline-secondary{border-color:var(--bs-secondary);color:var(--bs-secondary)}.btn-outline-secondary:hover{background-color:var(--bs-secondary);border-color:var(--bs-secondary);color:#fff}.btn-sm{border-radius:var(--radius-sm);font-size:.875rem;padding:.25rem .5rem}.btn-close{background:#0000 url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3E%3C/svg%3E") 50%/1em auto no-repeat;border:0;border-radius:var(--radius-sm);box-sizing:initial;color:var(--text-primary);height:1em;opacity:.5;padding:.25em;width:1em}.btn-close:hover{color:var(--text-primary);opacity:.75;text-decoration:none}.btn-close:focus{box-shadow:0 0 0 .25rem #696cff40;opacity:1;outline:0}.btn-close-white{filter:invert(1) grayscale(100%) brightness(200%)}.modal{display:none;height:100%;left:0;outline:0;overflow-x:hidden;overflow-y:auto;position:fixed;top:0;width:100%;z-index:var(--z-modal)}.modal.show{display:block}.modal-dialog{margin:.5rem;pointer-events:none;position:relative;width:auto}.modal-dialog-centered{align-items:center;display:flex;min-height:calc(100% - 1rem)}.modal-content{background-clip:padding-box;background-color:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-lg);display:flex;flex-direction:column;outline:0;pointer-events:auto;position:relative;width:100%}.modal-backdrop{background-color:#000;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:var(--z-modal-backdrop)}.modal-backdrop.show{opacity:.5}.modal-header{align-items:center;border-bottom:1px solid var(--border-color);border-top-left-radius:var(--radius-lg);border-top-right-radius:var(--radius-lg);display:flex;flex-shrink:0;justify-content:space-between;padding:1rem}.modal-title{color:var(--text-primary);font-weight:600;line-height:1.5;margin-bottom:0}.modal-body{flex:1 1 auto;padding:1rem;position:relative}.modal-footer{align-items:center;border-bottom-left-radius:var(--radius-lg);border-bottom-right-radius:var(--radius-lg);border-top:1px solid var(--border-color);display:flex;flex-shrink:0;flex-wrap:wrap;justify-content:flex-end;padding:.75rem}.modal-footer>*{margin:.25rem}@media (min-width:480px){.modal-dialog{margin:1.75rem auto;max-width:500px}.modal-dialog-centered{min-height:calc(100% - 3.5rem)}}.card{word-wrap:break-word;background-clip:initial;background-color:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);display:flex;flex-direction:column;min-width:0;position:relative}.card-body{flex:1 1 auto;padding:1.5rem}.card-title{font-weight:600;margin-bottom:.5rem}.card-header{background-color:var(--bg-light);border-bottom:1px solid var(--border-color);margin-bottom:0;padding:.75rem 1.5rem}.card-header:first-child{border-radius:var(--radius-lg) var(--radius-lg) 0 0}.alert{border:1px solid #0000;border-radius:var(--radius-md);margin-bottom:1rem;padding:1rem;position:relative}.alert-heading{color:inherit}.alert-light{background-color:var(--bg-light);border-color:var(--border-light);color:var(--text-primary)}.alert-warning{background-color:#fef3c7;border-color:var(--bs-warning);color:#92400e}.progress{background-color:var(--bg-light);border-radius:var(--radius-md);display:flex;font-size:.75rem;height:1rem;overflow:hidden}.progress-bar{background-color:var(--bs-primary);display:flex;flex-direction:column;justify-content:center;overflow:hidden;transition:width .6s ease}.badge,.progress-bar{color:#fff;text-align:center;white-space:nowrap}.badge{border-radius:var(--radius-sm);display:inline-block;font-size:.75em;font-weight:600;line-height:1;padding:.35em .65em;vertical-align:initial}.rounded-pill{border-radius:var(--radius-pill)}.spinner-border{animation:spinner-border .75s linear infinite;border:.25em solid;border-radius:var(--radius-circle);border-right:.25em solid #0000;display:inline-block;height:2rem;vertical-align:text-bottom;width:2rem}.spinner-border-sm{border-width:.2em;height:1rem;width:1rem}@keyframes spinner-border{to{transform:rotate(1turn)}}.visually-hidden{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.navbar{align-items:center;display:flex;flex-wrap:wrap;justify-content:space-between;padding-bottom:.5rem;padding-top:.5rem;position:relative}.navbar-nav{flex-direction:column;list-style:none;margin-bottom:0;padding-left:0}.navbar-nav .nav-item{display:list-item}.navbar-expand-xl{flex-wrap:nowrap;justify-content:flex-start}@media (min-width:1024px){.navbar-expand-xl .navbar-nav{flex-direction:row}}.navbar-detached{border-radius:var(--radius-lg);box-shadow:var(--shadow)}.dropdown-user{position:relative}
/* !important é necessário para que classes responsivas sobrescrevam as base */.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media (min-width:480px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media (min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media (min-width:1024px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}.flex-row{flex-direction:row}.flex-column{flex-direction:column}.flex-grow-0{flex-grow:0}.flex-grow-1{flex-grow:1}.flex-shrink-0{flex-shrink:0}.flex-shrink-1{flex-shrink:1}.flex-wrap{flex-wrap:wrap}.flex-nowrap{flex-wrap:nowrap}.justify-content-start{justify-content:flex-start}.justify-content-end{justify-content:flex-end}.justify-content-center{justify-content:center}.justify-content-between{justify-content:space-between}.justify-content-around{justify-content:space-around}.align-items-start{align-items:flex-start}.align-items-end{align-items:flex-end}.align-items-center{align-items:center}.align-items-baseline{align-items:baseline}.align-items-stretch{align-items:stretch}.m-0{margin:0}.m-1{margin:.25rem}.m-2{margin:.5rem}.m-3{margin:1rem}.m-4{margin:1.5rem}.m-5{margin:3rem}.m-auto{margin:auto}.mx-auto{margin-left:auto;margin-right:auto}.my-auto{margin-bottom:auto;margin-top:auto}.mt-0{margin-top:0}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-3{margin-top:1rem}.mt-4{margin-top:1.5rem}.mt-5{margin-top:3rem}.mt-auto{margin-top:auto}.mb-0{margin-bottom:0}.mb-1{margin-bottom:.25rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:1rem}.mb-4{margin-bottom:1.5rem}.mb-5{margin-bottom:3rem}.mb-30{margin-bottom:30px}.mb-auto{margin-bottom:auto}.me-0{margin-right:0}.me-1{margin-right:.25rem}.me-2{margin-right:.5rem}.me-3{margin-right:1rem}.me-4{margin-right:1.5rem}.me-5{margin-right:3rem}.ms-0{margin-left:0}.ms-1{margin-left:.25rem}.ms-2{margin-left:.5rem}.ms-3{margin-left:1rem}.ms-4{margin-left:1.5rem}.ms-5{margin-left:3rem}.p-0{padding:0}.p-1{padding:.25rem}.p-2{padding:.5rem}.p-3{padding:1rem}.p-4{padding:1.5rem}.p-5{padding:3rem}.px-0{padding-left:0;padding-right:0}.px-1{padding-left:.25rem;padding-right:.25rem}.px-2{padding-left:.5rem;padding-right:.5rem}.px-3{padding-left:1rem;padding-right:1rem}.px-4{padding-left:1.5rem;padding-right:1.5rem}.px-5{padding-left:3rem;padding-right:3rem}.py-0{padding-bottom:0;padding-top:0}.py-1{padding-bottom:.25rem;padding-top:.25rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.py-3{padding-bottom:1rem;padding-top:1rem}.py-4{padding-bottom:1.5rem;padding-top:1.5rem}.py-5{padding-bottom:3rem;padding-top:3rem}.pt-3{padding-top:1rem}.pb-3{padding-bottom:1rem}.gap-2{gap:.5rem}.gap-3{gap:1rem}.text-start{text-align:left}.text-end{text-align:right}.text-center{text-align:center}.text-primary{color:var(--bs-primary)}.text-secondary{color:var(--text-secondary)}.text-muted{color:var(--text-muted)}.text-white{color:var(--text-white)}.text-danger{color:var(--bs-danger)}.fw-light{font-weight:300}.fw-normal{font-weight:400}.fw-medium{font-weight:500}.fw-semibold{font-weight:600}.fw-bold{font-weight:700}.small{font-size:.875em}.bg-light{background-color:var(--bs-light)}.bg-primary{background-color:var(--bs-primary)}.bg-success{background-color:var(--bs-success)}.bg-warning{background-color:var(--bs-warning)}.bg-navbar-theme{background-color:var(--bg-navbar)}.border-0{border:0}.border-top{border-top:1px solid var(--border-color)}.rounded{border-radius:var(--radius-md)}.rounded-circle{border-radius:var(--radius-circle)}.rounded-lg{border-radius:var(--radius-lg)}.rounded-4{border-radius:var(--radius-xl)}.shadow-none{box-shadow:none}.shadow-sm{box-shadow:var(--shadow-sm)}.shadow{box-shadow:var(--shadow)}.shadow-lg{box-shadow:var(--shadow-lg)}.position-static{position:static}.position-relative{position:relative}.position-absolute{position:absolute}.position-fixed{position:fixed}.position-sticky{position:-webkit-sticky;position:sticky}.w-25{width:25%}.w-50{width:50%}.w-75{width:75%}.w-100{width:100%}.w-auto{width:auto}.w-px-40{width:40px}.h-25{height:25%}.h-50{height:50%}.h-75{height:75%}.h-100{height:100%}.h-auto{height:auto}.overflow-hidden{overflow:hidden}.overflow-visible{overflow:visible}.overflow-auto{overflow:auto}.btn-success{background-color:var(--bs-success);border-color:var(--bs-success);color:#fff}.btn-success:hover{background-color:#5fb82e;border-color:#5fb82e;color:#fff}.btn-info{background-color:var(--bs-info);border-color:var(--bs-info);color:#fff}.btn-info:hover{background-color:#02a5c9;border-color:#02a5c9;color:#fff}.btn-warning{background-color:var(--bs-warning);border-color:var(--bs-warning);color:#000}.btn-warning:hover{background-color:#e69900;border-color:#e69900;color:#000}.btn-secondary{background-color:var(--bs-secondary);border-color:var(--bs-secondary);color:#fff}.btn-secondary:hover{background-color:#6e7d8a;border-color:#6e7d8a;color:#fff}.btn-link{background-color:initial;border-color:#0000;color:var(--bs-primary);font-weight:400;text-decoration:underline}.btn-link:hover{color:#5854d6}.btn-lg{border-radius:var(--radius-lg);font-size:1.25rem;padding:.5rem 1rem}.btn-group{display:inline-flex;position:relative;vertical-align:middle}.btn-group>.btn{flex:1 1 auto;position:relative}.btn-group>.btn:not(:first-child){margin-left:-1px}.btn-group>.btn:not(:last-child){border-bottom-right-radius:0;border-top-right-radius:0}.btn-group>.btn:not(:first-child){border-bottom-left-radius:0;border-top-left-radius:0}.alert-info{background-color:#cff4fc;border-color:var(--bs-info);color:#055160}.alert-success{background-color:#d1e7dd;border-color:var(--bs-success);color:#0f5132}.alert-danger{background-color:#f8d7da;border-color:var(--bs-danger);color:#842029}.text-success{color:var(--bs-success)}.text-info{color:var(--bs-info)}.text-warning{color:var(--bs-warning)}.text-dark{color:var(--bs-dark)}.text-white-50{color:#ffffff80}.text-decoration-underline{text-decoration:underline}.text-decoration-none{text-decoration:none}.fs-1{font-size:calc(1.375rem + 1.5vw)}.fs-2{font-size:calc(1.325rem + .9vw)}.fs-3{font-size:calc(1.3rem + .6vw)}.fs-4{font-size:calc(1.275rem + .3vw)}.fs-5{font-size:1.25rem}.fs-6{font-size:1rem}.bg-danger{background-color:var(--bs-danger)}.bg-info{background-color:var(--bs-info)}.bg-dark{background-color:var(--bs-dark)}.bg-white{background-color:#fff}.bg-transparent{background-color:initial}.table{border-color:var(--border-color);color:var(--text-primary);margin-bottom:1rem;vertical-align:top;width:100%}.table>:not(caption)>*>*{background-color:initial;border-bottom-width:1px;box-shadow:inset 0 0 0 9999px #0000;padding:.5rem}.table>tbody{vertical-align:inherit}.table>thead{vertical-align:bottom}.table-striped>tbody>tr:nth-of-type(odd)>*{background-color:#00000005}.table-responsive{-webkit-overflow-scrolling:touch;overflow-x:auto}.toast{background-clip:padding-box;background-color:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow-lg);font-size:.875rem;max-width:100%;pointer-events:auto;width:350px}.toast.show{display:block}.toast-header{align-items:center;background-clip:padding-box;background-color:var(--bg-surface);border-bottom:1px solid var(--border-color);border-top-left-radius:calc(var(--radius-md) - 1px);border-top-right-radius:calc(var(--radius-md) - 1px);color:var(--text-primary);display:flex;padding:.5rem .75rem}.toast-body{word-wrap:break-word;padding:.75rem}.pagination{display:flex;list-style:none;padding-left:0}.page-link{background-color:var(--bg-surface);border:1px solid var(--border-color);color:var(--bs-primary);display:block;padding:.375rem .75rem;position:relative;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out}.page-link:hover{background-color:var(--bg-light);border-color:var(--border-color);color:#5854d6}.page-item.active .page-link{background-color:var(--bs-primary);border-color:var(--bs-primary);color:#fff}.page-item.disabled .page-link{background-color:var(--bg-surface);border-color:var(--border-color);color:var(--text-muted);pointer-events:none}.modal-lg{max-width:800px}.modal-xl{max-width:1140px}.modal-dialog-scrollable{height:calc(100% - 1rem)}.modal-dialog-scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog-scrollable .modal-body{overflow-y:auto}@media (min-width:480px){.modal-dialog-scrollable{height:calc(100% - 3.5rem)}}.border{border:1px solid var(--border-color)}.border-bottom{border-bottom:1px solid var(--border-color)}.border-start{border-left:1px solid var(--border-color)}.border-end{border-right:1px solid var(--border-color)}.border-5{border-width:5px}.border-white{border-color:#fff}.border-primary{border-color:var(--bs-primary)}.pt-0{padding-top:0}.pt-1{padding-top:.25rem}.pt-2{padding-top:.5rem}.pt-4{padding-top:1.5rem}.pt-5{padding-top:3rem}.pb-0{padding-bottom:0}.pb-1{padding-bottom:.25rem}.pb-2{padding-bottom:.5rem}.pb-4{padding-bottom:1.5rem}.pb-5{padding-bottom:3rem}.pe-0{padding-right:0}.pe-1{padding-right:.25rem}.pe-2{padding-right:.5rem}.pe-3{padding-right:1rem}.pe-4{padding-right:1.5rem}.ps-0{padding-left:0}.ps-1{padding-left:.25rem}.ps-2{padding-left:.5rem}.ps-3{padding-left:1rem}.ps-4{padding-left:1.5rem}.mx-1{margin-left:.25rem;margin-right:.25rem}.mx-2{margin-left:.5rem;margin-right:.5rem}.mx-3{margin-left:1rem;margin-right:1rem}.mx-4{margin-left:1.5rem;margin-right:1.5rem}.my-0{margin-bottom:0;margin-top:0}.my-1{margin-bottom:.25rem;margin-top:.25rem}.my-2{margin-bottom:.5rem;margin-top:.5rem}.my-3{margin-bottom:1rem;margin-top:1rem}.my-4{margin-bottom:1.5rem;margin-top:1.5rem}.my-5{margin-bottom:3rem;margin-top:3rem}.ms-auto{margin-left:auto}.me-auto{margin-right:auto}.gap-0{gap:0}.gap-1{gap:.25rem}.gap-4{gap:1.5rem}.gap-5{gap:3rem}.top-0{top:0}.bottom-0{bottom:0}.start-0{left:0}.end-0{right:0}.form-switch{padding-left:2.5em}.form-switch .form-check-input{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='rgba(0, 0, 0, 0.25)'/%3E%3C/svg%3E");background-position:0;border-radius:2em;margin-left:-2.5em;transition:background-position .15s ease-in-out;width:2em}.form-switch .form-check-input:checked{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='%23fff'/%3E%3C/svg%3E");background-position:100%}.nav{display:flex;flex-wrap:wrap;list-style:none;margin-bottom:0;padding-left:0}.nav-link{color:var(--bs-primary);display:block;padding:.5rem 1rem;text-decoration:none;transition:color .15s ease-in-out,background-color .15s ease-in-out}.nav-link:hover{color:#5854d6}.nav-pills .nav-link{background:none;border:0}.nav-pills .nav-link.active{color:#fff}.nav-item{margin-bottom:0}.nav-tabs{border-bottom:1px solid var(--border-color)}.nav-tabs .nav-link{background:none;border:1px solid #0000;border-top-left-radius:var(--radius-md);border-top-right-radius:var(--radius-md);margin-bottom:-1px}.nav-tabs .nav-link.active{background-color:var(--bg-surface);border-color:var(--border-color) var(--border-color) var(--bg-surface);color:var(--text-primary)}.badge-secondary,.bg-secondary{background-color:var(--bs-secondary)}.badge-info{background-color:var(--bs-info)}.h-px-40{height:40px}.mw-100{max-width:100%}.min-vh-100{min-height:100vh}.d-grid{display:grid}.d-table{display:table}@media (min-width:1024px){.d-xl-none{display:none}.d-xl-block{display:block}.d-xl-flex{display:flex}}.visible{visibility:visible}.invisible{visibility:hidden}.list-group{border-radius:var(--radius-md);display:flex;flex-direction:column;margin-bottom:0;padding-left:0}.list-group-item{background-color:var(--bg-surface);border:1px solid var(--border-color);color:var(--text-primary);display:block;padding:.5rem 1rem;position:relative;text-decoration:none}.list-group-item:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.list-group-item:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.list-group-item+.list-group-item{border-top-width:0}.dropdown{position:relative}.dropdown-toggle:after{border-bottom:0;border-left:.3em solid #0000;border-right:.3em solid #0000;border-top:.3em solid;content:"";display:inline-block;margin-left:.255em;vertical-align:.255em}.dropdown-menu{background-clip:padding-box;background-color:var(--bg-surface);border:1px solid var(--border-color);border-radius:var(--radius-md);box-shadow:var(--shadow);color:var(--text-primary);display:none;font-size:1rem;list-style:none;margin:0;min-width:10rem;padding:.5rem 0;position:absolute;text-align:left;z-index:1000}.dropdown-item{background-color:initial;border:0;clear:both;color:var(--text-primary);display:block;font-weight:400;padding:.25rem 1rem;text-align:inherit;text-decoration:none;white-space:nowrap;width:100%}.dropdown-item:hover{background-color:var(--bg-hover)}.dropdown-divider{border-top:1px solid var(--border-color);height:0;margin:.5rem 0;overflow:hidden}@media (min-width:768px){.flex-md-row{flex-direction:row}.flex-md-column{flex-direction:column}.justify-content-md-start{justify-content:flex-start}.justify-content-md-end{justify-content:flex-end}.justify-content-md-center{justify-content:center}.align-items-md-start{align-items:flex-start}.align-items-md-center{align-items:center}.text-md-start{text-align:left}.text-md-center{text-align:center}.text-md-end{text-align:right}}hr{background-color:currentColor;border:0;color:inherit;margin:1rem 0;opacity:.25}hr:not([size]){height:1px}.lead{font-size:1.25rem;font-weight:300}.font-bold{font-weight:700}.cursor-pointer{cursor:pointer}.user-select-none{-webkit-user-select:none;user-select:none}.pe-none{pointer-events:none}.pe-auto{pointer-events:auto}.layout-container{min-height:100vh}.layout-container,.layout-wrapper{align-items:stretch;display:flex;flex:1 1 auto;width:100%}.content-wrapper,.content-wrapper>*,.layout-menu,.layout-page{min-height:1px}.layout-page{padding:0}.content-wrapper,.layout-page{align-items:stretch;display:flex;flex:1 1 auto}.content-wrapper{flex-direction:column;justify-content:space-between}.layout-content-navbar .layout-page{flex-basis:100%;flex-direction:column;max-width:100%;min-width:0;width:0}.layout-content-navbar .content-wrapper{width:100%}html:not(.layout-footer-fixed) .content-wrapper{padding-bottom:0}.layout-content-navbar .layout-navbar.container-xxl,.layout-navbar.container-xxl,.navbar{background:none;box-shadow:none;display:flex;height:64px;justify-content:flex-end;padding:0 1rem;width:100%}.navbar-nav,.navbar-nav-right{align-items:center;display:flex}.navbar-nav-right{justify-content:flex-end;margin-left:auto}.dropdown-user{margin-left:auto}.dropdown-user .dropdown-toggle{background:#0000;border:none;padding:0}.dropdown-user .dropdown-toggle:after,.nav-item.dropdown-user .dropdown-toggle:after{display:none}.dropdown-menu{box-shadow:0 .25rem 1rem #a1acb873;margin-top:.5rem;min-width:14rem}.dropdown-menu.show{display:block;z-index:var(--z-popover)}.btn-toggle-sidebar,.layout-menu-toggle{background:#0000;border:none;cursor:pointer;padding:.5rem;transition:all var(--transition-fast)}.btn-toggle-sidebar{background:#4359711a;border-radius:var(--radius-md);color:var(--text-primary);left:1rem;position:absolute}.btn-toggle-sidebar:hover{background:#43597133;color:var(--bs-dark);transform:scale(1.05)}.layout-menu-toggle .bx-chevron-left,.layout-menu-toggle i{transition:transform var(--transition-fast)}.layout-menu-expanded .layout-menu-toggle .bx-chevron-left,.layout-menu-expanded .layout-menu-toggle i{transform:rotate(180deg)}.alert-message{position:fixed;right:1rem;top:1rem;z-index:var(--z-modal)}#layout-menu .bx,#layout-menu .menu-icon,#layout-menu .menu-icon.tf-icons,#layout-menu i.bx,#layout-menu i.menu-icon{display:inline-block}#layout-menu .bx:before,#layout-menu i.bx:before{display:inline-block;font-family:boxicons}.custom-blocks>*{display:block}.custom-inline-spacing>*{margin:1rem .375rem 0 0}.custom-vertical-spacing>*{margin-bottom:0;margin-top:1rem}.custom-vertical-spacing.custom-only-element>:first-child{margin-top:0}.custom-vertical-spacing-lg>*{margin-bottom:0;margin-top:1.875rem}.custom-vertical-spacing-lg.custom-only-element>:first-child{margin-top:0}.custom-vertical-spacing-xl>*{margin-bottom:0;margin-top:5rem}.custom-vertical-spacing-xl.custom-only-element>:first-child{margin-top:0}.rtl-only{direction:ltr!important;display:none!important;text-align:left!important}[dir=rtl] .rtl-only{display:block!important}.layout-custom-wrapper{align-items:center;display:flex;flex-direction:column;margin-top:1rem}.layout-custom-placeholder img{width:900px}.layout-custom-info{margin-top:1rem;text-align:center}.app-brand.custom{height:64px;margin-top:12px}.app-brand-logo.custom svg{height:38px;width:22px}.app-brand-text.custom{font-size:1.75rem;letter-spacing:-.5px;text-transform:lowercase}.layout-navbar-fixed .layout-wrapper:not(.layout-horizontal):not(.layout-without-menu) .layout-page{padding-top:76px}.layout-navbar-fixed .layout-wrapper:not(.layout-without-menu) .layout-page{padding-top:64px}.content-wrapper .navbar{z-index:auto}.card-body:not(.hero-header .card-body){background:var(--bg-card);color:var(--text-primary)}.hero-header .card-body{background:#0000!important;color:#fff!important}.card-title{color:var(--text-heading)}.card-text{color:var(--text-secondary)}.charts-card{background:var(--bg-card);border:1px solid var(--border-color);border-radius:var(--radius-lg);box-shadow:var(--shadow-sm)}.charts-card .bg-light{background-color:var(--bg-card)!important}.nav-pills .nav-link{align-items:center;border-radius:var(--radius-md);color:var(--text-primary);display:flex;padding:.5rem 1rem;transition:all var(--transition-fast);white-space:nowrap}.nav-pills .nav-link.active{background-color:var(--bs-primary);color:var(--text-white)}.nav-pills .nav-link:not(.active):hover{background-color:var(--bg-hover)}.btn-icon{align-items:center;border-radius:var(--radius-md);color:var(--bs-primary);display:flex;height:36px;justify-content:center;padding:0;width:36px}.btn-icon:hover{background-color:var(--bg-hover)}.btn-icon:disabled{cursor:not-allowed;opacity:.5}.chart-container{height:350px;margin-top:1rem}.chart-wrapper{height:100%;position:relative;width:100%}.sem-dados-container{align-items:center;background:var(--bg-surface);display:flex;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:var(--z-dropdown)}.sem-dados-conteudo{max-width:300px;text-align:center}.sem-dados-conteudo h6{color:var(--text-primary);font-weight:600;margin-top:1rem}.sem-dados-conteudo .text-muted{color:var(--text-muted);font-size:.9rem}.period-controls-container{align-items:center;display:flex;position:relative;width:100%}.period-buttons-container{display:flex;flex:1 1;flex-direction:column;gap:.5rem;padding:0 .5rem;width:100%}.period-arrow{z-index:1}.performance-badge{align-items:center;border-radius:var(--radius-pill);display:inline-flex;font-size:1rem;font-weight:600;padding:.5rem 1rem}.modal.show{background-color:#00000080}.modal-backdrop.show{opacity:0}.timer-container{position:fixed;touch-action:none;-webkit-user-select:none;user-select:none;z-index:var(--z-timer)}#timerContainer{z-index:var(--z-modal)}#timerContainer,.timer-display{align-items:center;display:flex;justify-content:center}.timer-display{background:#fff9;border-radius:var(--radius-circle);box-shadow:0 6px 1px #0000004d,0 0 0 3px var(--bs-primary),0 0 0 5px var(--bs-white),0 0 0 9px var(--bs-primary);cursor:grab;height:15vw;isolation:isolate;max-height:180px;max-width:180px;position:relative;transition:background var(--transition-base);width:15vw}.timer-display:active{cursor:grabbing}.timer-display:after{animation:pulse 3s infinite;border:2px solid #007bff80;border-radius:var(--radius-circle);box-shadow:0 0 12px #007bffb3;content:"";inset:-15px;position:absolute;z-index:-1}.timer-display:hover{background:#fffc}.clock-face{align-items:center;background-color:var(--bg-surface);border-radius:var(--radius-circle);display:flex;height:100%;justify-content:center;position:relative;width:100%}.clock-face h4{color:var(--text-dark);font-size:2.8rem;font-weight:700;line-height:1;margin:0}#controlButtons a{border:none;border-radius:var(--radius-md);font-size:.875rem;font-weight:500;transition:background-color var(--transition-base),color var(--transition-base)}#controlButtons a.btn-pause{background-color:var(--bs-warning);color:var(--text-white)}#controlButtons a.btn-pause:hover{background-color:var(--bs-warning-dark);color:var(--text-white)}#controlButtons a.btn-pause.paused{background-color:var(--bs-warning);color:var(--text-white)}#controlButtons a.btn-pause.continuing{background-color:var(--bs-success);color:var(--text-white)}#controlButtons a.btn-stop{background-color:var(--bs-primary);color:var(--text-white)}#controlButtons a.btn-stop:hover{background-color:var(--bs-primary-dark);color:var(--text-white)}.toast-container{position:fixed;right:20px;top:20px;z-index:var(--z-max)}.custom-toast{background-color:var(--bg-surface);box-shadow:0 4px 12px #00000026;min-width:300px;opacity:1}.estudos-pendentes-indicador{animation:pulse-warning 2s infinite}@keyframes pulse-warning{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.3;transform:scale(1.05)}}.pending-modal .modal-content{border:0;box-shadow:0 .5rem 1rem #00000026}.pending-modal .modal-header{background-color:var(--bs-primary);border-bottom:0;color:#fff;padding:1.5rem}.pending-modal .modal-header .btn-close-white{color:#fff;opacity:1}.pending-modal .modal-body{background-color:var(--bg-surface);padding:1.5rem}.pending-modal .table-container{background-color:var(--bg-light);border-radius:var(--radius-lg);padding:1rem}.pending-modal .table{margin-bottom:0}.pending-modal .table thead th{border-bottom:2px solid var(--border-color);border-top:0;font-weight:600}.pending-modal .badge-timer{background-color:var(--bs-primary);color:#fff;font-weight:500;padding:.5em .8em}.pending-modal .modal-footer{background-color:var(--bg-light);border-top:1px solid var(--border-color);padding:1rem 1.5rem}.pending-modal .connection-status{align-items:center;display:flex;gap:.5rem}.pending-modal .status-indicator{border-radius:var(--radius-circle);height:8px;width:8px}.pending-modal .online{background-color:var(--bs-success)}.pending-modal .offline{background-color:var(--bs-warning)}.timer-options-modal .modal-body{-webkit-overflow-scrolling:touch;max-height:70vh;overflow-y:auto;touch-action:pan-y}.timer-options-modal .modal-content{display:flex;flex-direction:column;max-height:90vh}.timer-form-wrapper{-webkit-overflow-scrolling:touch;touch-action:pan-y}.timer-action-buttons{display:flex;gap:6px;position:absolute;right:-14px;top:-14px;z-index:var(--z-timer)}.timer-cancel-btn{align-items:center;background-color:var(--bs-danger);border:2px solid var(--bg-surface);border-radius:var(--radius-circle);box-shadow:var(--shadow-sm);color:var(--text-white);cursor:pointer;display:flex;font-size:14px;height:28px;justify-content:center;line-height:1;padding:0;transition:all var(--transition-fast);width:28px}.timer-cancel-btn:hover{background-color:var(--bs-danger);transform:scale(1.1)}.timer-cancel-btn:active{transform:scale(.95)}.timer-minimize-btn{align-items:center;background-color:var(--bs-gray);border:2px solid var(--bg-surface);border-radius:var(--radius-circle);box-shadow:var(--shadow-sm);color:var(--text-white);cursor:pointer;display:flex;font-size:18px;height:28px;justify-content:center;line-height:1;padding:0;transition:all var(--transition-fast);width:28px}.timer-minimize-btn:hover{background-color:var(--bs-secondary);transform:scale(1.1)}.timer-minimized{align-items:center;background:var(--gradient-success);border:2px solid #ffffff4d;border-radius:var(--radius-pill);box-shadow:0 4px 12px #71dd3766;color:var(--text-white);cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:8px;padding:8px 16px;transition:all var(--transition-base)}.timer-minimized:hover{box-shadow:0 6px 16px #71dd3780;transform:scale(1.05)}.timer-minimized:active{transform:scale(.98)}.btn-study-now,.btn-study-now:after,.btn-study-now:before{box-shadow:0 5px 20px #28a74580!important}.btn-study-now,.btn-study-now:after,.btn-study-now:before,.timer-study-now .timer-start-btn{bottom:2rem!important;position:fixed!important;right:1rem!important;z-index:var(--z-max)!important}.timer-study-now .timer-start-btn{background-color:#28a745;border:none;border-radius:var(--radius-pill);box-shadow:0 5px 20px #71dd3780;color:var(--text-white);cursor:pointer;font-size:18px;font-weight:700;padding:12px 28px;transition:background-color var(--transition-base),transform var(--transition-fast)}.timer-study-now .timer-start-btn:after{animation:timer-pulse 2s infinite;background:#71dd3766;border-radius:var(--radius-pill);content:"";inset:-8px;position:absolute;z-index:-1}@keyframes timer-pulse{0%{opacity:.5;transform:scale(1)}50%{opacity:.3;transform:scale(1.05)}to{opacity:.5;transform:scale(1)}}.conquista-overlay{align-items:center;background-color:#000000b3;bottom:0;display:flex;height:100%;justify-content:center;left:0;opacity:0;position:fixed;right:0;top:0;transition:opacity .5s ease,visibility .5s ease;visibility:hidden;width:100%;z-index:var(--z-max)}.conquista-overlay.show{opacity:1;visibility:visible}.conquista-modal{max-width:500px;perspective:1000px;width:90%}.conquista-content{animation:conquista-appear .5s .2s forwards;background:linear-gradient(135deg,var(--bg-body) 0,var(--bs-dark) 100%);border-radius:var(--radius-2xl);box-shadow:0 0 30px #00000080,0 0 60px #696cff4d;opacity:0;overflow:hidden;padding:30px;position:relative;text-align:center;transform:translateY(30px) scale(.9)}@keyframes conquista-appear{0%{opacity:0;transform:translateY(30px) scale(.9)}to{opacity:1;transform:translateY(0) scale(1)}}.conquista-rays{animation:rotate 20s linear infinite;background:radial-gradient(ellipse at center,#0000 0,#696cff1a 20%,#0000 60%);height:200%;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:200%;z-index:0}@keyframes rotate{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.conquista-trophy-container{margin:0 auto 24px;position:relative}.conquista-trophy-icon{align-items:center;animation:pulse 2s infinite;border-radius:var(--radius-circle);display:flex;height:100px;justify-content:center;margin:0 auto;position:relative;width:100px;z-index:1}.conquista-trophy-icon i{filter:drop-shadow(0 0 10px currentColor);font-size:50px}.conquista-titulo{color:#fff;margin-bottom:24px;position:relative;z-index:1}.conquista-titulo h3{color:#696cffcc;font-size:18px;font-weight:500;margin-bottom:8px;opacity:.8}.conquista-titulo h2{-webkit-text-fill-color:#0000;background:linear-gradient(to right,#e2e2f5,var(--bs-white));-webkit-background-clip:text;background-clip:text;font-size:28px;font-weight:700;margin:0;text-shadow:0 0 30px #ffffff4d}.conquista-descricao{color:var(--text-muted);font-size:16px;line-height:1.5;margin-bottom:30px;position:relative;z-index:1}.conquista-actions{margin-bottom:20px;position:relative;z-index:1}.conquista-button{background:var(--gradient-primary);border:none;border-radius:var(--radius-pill);box-shadow:0 4px 15px #696cff66;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px 30px;transition:all var(--transition-base)}.conquista-button:hover{box-shadow:0 8px 20px #696cff99;transform:translateY(-2px)}.conquista-button:active{transform:translateY(1px)}.conquista-timer-bar{background-color:#ffffff1a;border-radius:2px;height:4px;margin-top:10px;overflow:hidden;position:relative;width:100%;z-index:1}.conquista-timer-progress{animation:timer 7s linear forwards;background-color:var(--bs-primary);height:100%;width:100%}@keyframes timer{0%{width:100%}to{width:0}}.conquista-close-button{align-items:center;background:#ffffff1a;border:none;border-radius:var(--radius-circle);color:#fff;cursor:pointer;display:flex;height:30px;justify-content:center;position:absolute;right:15px;top:15px;transition:all var(--transition-fast);width:30px;z-index:1}.conquista-close-button:hover{background:#fff3;transform:rotate(90deg)}@media (max-width:1199.98px){.layout-navbar{padding-left:0!important}.btn-toggle-sidebar{display:block}}@media (min-width:1024px){.btn-toggle-sidebar{display:none}}@media (max-width:768px){.timer-display{height:25vw;width:25vw}.clock-face h4{font-size:1.8rem}#timerContainer .d-flex .btn{font-size:.75rem;padding:.35rem .6rem}}@media (min-width:769px) and (max-width:1024px){.timer-display{height:20vw;width:20vw}.clock-face h4{font-size:2.2rem}#timerContainer .d-flex .btn{font-size:.85rem;padding:.4rem .75rem}}@media (max-width:480px){.timer-display{height:28vw;width:28vw}.clock-face h4{font-size:1.4rem}#timerContainer .d-flex .btn{font-size:.65rem;padding:.25rem .5rem}.timer-action-buttons{gap:4px;right:-10px;top:-10px}.timer-cancel-btn,.timer-minimize-btn{font-size:12px;height:22px;width:22px}}@media (min-width:1024px){.timer-display{height:180px;width:180px}.clock-face h4{font-size:2.4rem}}@media (min-width:320px) and (max-width:480px){.period-controls-container{justify-content:space-between;position:relative;width:100%}.period-arrow{height:24px;margin:0;min-width:24px;padding:0;position:absolute;top:50%;transform:translateY(-50%);width:24px}.period-arrow:first-child{left:-30px}.period-arrow:last-child{right:-30px}.period-buttons-container{flex-direction:row;gap:4px;margin:0 auto;padding:0;width:100%}.period-buttons-container button{flex:1 1;font-size:.8rem;height:36px;min-width:0;overflow:hidden;padding:.4rem .25rem;text-overflow:ellipsis;white-space:nowrap}}@media (max-width:480px){.row.align-items-start{display:flex;flex-direction:column}.row.align-items-start>div{flex:0 0 100%;margin-bottom:12px;max-width:100%;padding-left:12px;padding-right:12px;width:100%}.chart-container{height:300px;margin-top:.5rem}.card-title{font-size:1.1rem;margin-top:.5rem}}@media (max-width:374px){.btn-outline-primary{font-size:.7rem}.period-buttons-container button{font-size:.65rem;height:32px;padding:.25rem .15rem}.period-arrow{height:22px;width:22px}.chart-container{height:280px}}@media (max-width:768px){.timer-options-modal .modal-body{-webkit-overflow-scrolling:touch;max-height:60vh;overflow-y:auto;overscroll-behavior:contain;touch-action:pan-y}.timer-options-modal .modal-dialog{margin:.5rem;max-height:95vh}.timer-options-modal .modal-content{max-height:90vh}.timer-options-modal .modal-dialog .form-row,.timer-options-modal .modal-dialog .row{display:flex;flex-direction:column}.timer-options-modal .modal-dialog .col,.timer-options-modal .modal-dialog .form-group,.timer-options-modal .modal-dialog [class*=col-]{flex:0 0 90%;margin-bottom:1rem;margin-left:1rem;max-width:90%;padding-left:0;padding-right:0;width:90%}.timer-options-modal .modal-dialog input[type=date],.timer-options-modal .modal-dialog input[type=time]{display:block;margin-left:.2rem;width:90%}.timer-options-modal .modal-dialog .modal-body{overflow-x:hidden;padding:.5rem}.timer-options-modal .modal-dialog{margin:.5rem auto;max-width:calc(100% - 1rem);position:relative;width:calc(100% - 1rem)}.timer-options-modal .modal-dialog .input-group{flex-wrap:nowrap;margin-left:-.8rem;width:100%}.timer-options-modal .modal-dialog select,.timer-options-modal .modal-dialog textarea{margin-left:1rem;width:90%}.timer-options-modal .modal-dialog .form-check{clear:both;display:block;float:none;margin-bottom:.75rem;margin-left:1rem;width:90%}.timer-options-modal .modal-dialog .btn-close{background-color:#fff;border-radius:var(--radius-circle);box-shadow:var(--shadow-sm);height:30px;opacity:1;padding:.25rem;position:absolute;right:-15px;top:-15px;width:30px;z-index:var(--z-popover)}.timer-options-modal .modal-dialog .modal-content{margin-top:15px;overflow-x:hidden}}@media (min-width:601px){.timer-options-modal .modal-dialog .form-check{display:inline-block;margin-right:1rem;width:auto}}@media (max-width:479px){.timer-options-modal .modal-dialog .modal-body{padding:.75rem}.timer-options-modal .modal-dialog button{padding-left:.5rem;padding-right:.5rem}}@media (max-width:320px){.timer-options-modal .modal-dialog .form-label,.timer-options-modal .modal-dialog label{font-size:.9rem;white-space:normal}.timer-options-modal .modal-dialog .modal-body{padding:.5rem}}.hero-header{background:var(--gradient-purple)!important}.hero-header,.hero-header .opacity-90,.hero-header .text-white,.hero-header h1,.hero-header h2,.hero-header h3,.hero-header h4,.hero-header h5,.hero-header h6,.hero-header p,.hero-header small,.hero-header span{color:#fff!important}.hero-header .floating-icon{background:linear-gradient(135deg,#ffffffe6,#ffffffb3)!important}.profile-header{background:linear-gradient(135deg,#696cff,#4844c7)}.date-group-header,.hero-header .floating-icon .text-primary,.hero-header .floating-icon svg{color:var(--bs-primary)!important}.ca-header,.ca-header *,.ca-header-subtitle,.ca-header-title,.ec-header,.ec-header *,.ec-header-subtitle,.ec-header-title,.ma-header,.ma-header *,.ma-header-subtitle,.ma-header-title{color:#fff!important}.preloader{background:var(--bg-surface);display:table;height:100%;left:0;position:fixed;top:0;width:100%;z-index:var(--z-max)}.preloader .loader{display:table-cell;text-align:center;vertical-align:middle}.preloader .spinner{height:64px;margin:0 auto;position:relative;width:64px}.preloader .spinner-container{height:100%;position:absolute;width:100%}.navbar-area{left:0;padding:8px 0;position:absolute;top:0;transition:var(--transition-smooth)-out 0s;width:100%;z-index:99}.navbar-area.sticky{-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#fffffff2;border-color:var(--bs-primary);box-shadow:0 0 15px #0000001a;color:var(--bs-primary);position:fixed}.navbar-area.sticky .nav-buttons .btn-outline-light:hover{background:#696cff1a;color:var(--bs-primary)}.navbar-area.sticky .navbar-nav .nav-item a{color:var(--text-dark)}.navbar-area.sticky .navbar-toggler .toggler-icon{background-color:var(--text-dark)}.navbar-toggler{border:none;padding:0}.navbar-toggler:focus{box-shadow:none;outline:none}.navbar-toggler .toggler-icon{background-color:var(--text-white);display:block;height:2px;margin:5px 0;position:relative;transition:var(--transition-smooth)-out 0s;width:30px}.navbar-toggler.active .toggler-icon:first-of-type{top:7px;transform:rotate(45deg)}.navbar-toggler.active .toggler-icon:nth-of-type(2){opacity:0}.navbar-toggler.active .toggler-icon:nth-of-type(3){top:-7px;transform:rotate(-45deg)}.navbar-brand img{max-height:120px!important}.navbar-nav .nav-item{margin-left:25px;position:relative}.navbar-nav .nav-item a{color:var(--text-white);font-size:16px;font-weight:400;padding:5px 0;position:relative;text-decoration:none;transition:var(--transition-smooth)-out 0s}.navbar-nav .nav-item a:before{background:#fdd446;border-radius:16px;bottom:5px;content:"";height:5px;left:0;position:absolute;transition:var(--transition-smooth)-out 0s;width:0;z-index:-1}.navbar-nav .nav-item a.active:before,.navbar-nav .nav-item a:hover:before{width:100%}.nav-buttons .btn{font-size:14px;padding:6px 15px}.navbar .container{align-items:center;display:flex;height:60px}.hero-section{background:var(--gradient-purple);color:var(--text-white);overflow:hidden;padding:90px 0 0;position:relative}.hero-section:before{background:var(--gradient-purple);content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:-1}.hero-section .hero-content{margin-bottom:40px;padding-top:20px}.hero-section .hero-content h1{color:var(--text-white);font-size:60px;font-weight:700;line-height:1.2;margin-bottom:35px}.hero-section .hero-content p{color:#ffffffe6;font-size:18px;line-height:28px;margin-bottom:40px}.hero-section .hero-img{animation:none}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-wave{bottom:-2px;left:0;line-height:0;overflow:hidden;position:absolute;width:100%}.hero-wave .wave-svg{display:block;height:40px;position:relative;width:calc(100% + 1.3px)}.feature-section{background:var(--bg-surface);padding:120px 0}.feature-section .section-title{margin-bottom:60px}.feature-section .single-feature{background:var(--bg-surface);border-radius:20px;box-shadow:0 0 30px #0000000d;margin-bottom:30px;padding:40px 30px;transition:var(--transition-smooth)}.feature-section .single-feature:hover{box-shadow:0 10px 30px #0000001a;transform:translateY(-10px)}.feature-section .single-feature .icon{align-items:center;background:#696cff1a;border-radius:var(--radius-circle);color:var(--bs-primary);display:flex;height:90px;justify-content:center;margin:0 auto 30px;transition:var(--transition-smooth);width:90px}.feature-section .single-feature:hover .icon{background:var(--gradient-primary);color:var(--text-white);transform:rotateY(180deg)}.feature-section .single-feature h3{color:var(--text-dark);font-size:24px;font-weight:700;margin-bottom:20px}.feature-section .single-feature p{color:#666;font-size:16px;line-height:26px}.about-section{background:var(--gradient-purple);color:var(--text-white);position:relative}.about-section .about-img img{border-radius:20px;box-shadow:0 20px 40px #0003}.about-section .about-content .lead,.about-section .about-content h2{color:var(--text-white)}.about-section .about-content ul li{color:#ffffffe6}.about-section .about-content a.btn-primary{background:var(--text-white);color:var(--bs-primary)}.about-section .about-content a.btn-primary:hover{background:#ffffffe6}.about-section .about-content ul li i,.about-section .about-content ul li svg{color:var(--text-white)}.subscribe-section{padding-top:120px}.subscribe-wrapper{background:var(--gradient-purple);border-radius:30px;box-shadow:0 20px 40px #696cff40;padding:65px 50px 50px}.subscribe-wrapper h2{font-size:36px;font-weight:700}.footer{background-position:100% 0;background-size:cover;background:var(--gradient-purple);color:var(--text-white);margin-top:0;padding-top:0}.footer .logo img{max-width:250px}.footer .widget-wrapper{padding:10px 0}.footer .logo.mb-30{margin-bottom:15px!important;padding-bottom:10px!important}.footer .footer-widget{margin-bottom:20px}.footer .footer-widget h3{color:var(--text-white);font-size:18px;font-weight:600;margin-bottom:15px}.footer .footer-widget .links li{font-size:14px;margin-bottom:8px}.footer .footer-widget .links li a{color:#fffc;text-decoration:none;transition:var(--transition-smooth)}.footer .footer-widget .links li a:hover{color:var(--text-white);padding-left:8px}.footer .desc.mb-30{margin-bottom:15px!important}.footer .socials{display:flex;gap:15px}.footer .socials li a{align-items:center;background:var(--text-white);border-radius:var(--radius-circle);color:var(--bs-primary);display:flex;font-size:20px;height:40px;justify-content:center;transition:var(--transition-smooth);width:40px}.footer .socials li a:hover{background:var(--text-white);color:var(--bs-secondary);transform:translateY(-3px)}.wave-top{line-height:0;margin-top:150px;overflow:hidden;width:100%}.wave-top,.wave-top svg{height:70px;position:relative}.wave-top svg{display:block;width:calc(100% + 1.3px)}.scroll-top{align-items:center;background:var(--bs-primary);border:none;border-radius:5px;bottom:30px;color:var(--text-white);cursor:pointer;display:none;font-size:18px;height:45px;justify-content:center;position:fixed;right:30px;transition:var(--transition-smooth);width:45px;z-index:9}.scroll-top:hover{background:var(--bs-secondary);transform:translateY(-3px)}@media (max-width:1023px){.navbar-collapse{background:var(--bg-surface);border-radius:8px;box-shadow:0 10px 30px #0000001a;left:0;padding:20px;position:absolute;top:100%;width:100%}.navbar-nav .nav-item{margin-bottom:10px;margin-left:0}.navbar-nav .nav-item a{color:var(--text-dark)}.nav-buttons{justify-content:center;margin-top:15px;width:100%}.hero-section .hero-content{margin-bottom:50px;text-align:center}.hero-section .hero-content h1{font-size:36px}.subscribe-wrapper{padding:40px 20px;text-align:center}.footer{padding-top:10px}}@media (max-width:768px){.navbar-area{padding:5px 0}.navbar-brand img{max-height:80px!important}.hero-section{padding:80px 0 0}.hero-section .hero-content{padding-bottom:40px}.hero-section .hero-content h1{font-size:28px}.hero-wave .wave-svg{height:80px}.feature-section .single-feature{padding:30px 20px}}@media (max-width:480px){.navbar-brand img{margin-top:15px!important;max-height:70px!important}.hero-content h1{font-size:24px!important}.hero-content p{font-size:14px!important}.cta-buttons{flex-direction:column;gap:12px}.cta-buttons .btn{font-size:14px;padding:12px 20px;width:100%}}@media (max-width:479px){.navbar-brand img{margin-top:10px!important;max-height:60px!important}.hero-content h1{font-size:20px!important;line-height:1.3}.hero-content p{font-size:13px!important}.feature-card{padding:20px 15px}.feature-card h3{font-size:16px}}[data-theme=dark] .compactSidebar{background:linear-gradient(180deg,var(--bg-surface) 0,var(--bg-body) 100%)}[data-theme=dark] .content-wrapper{background:var(--bg-body)}[data-theme=dark] .content-wrapper:before{background:radial-gradient(circle at 20% 30%,#696cff14 0,#0000 50%),radial-gradient(circle at 80% 70%,#696cff0d 0,#0000 50%),radial-gradient(circle at 50% 50%,#696cff08 0,#0000 70%)}[data-theme=dark] .history-card,[data-theme=dark] .neo-card{background:var(--bg-card);border-color:var(--border-color);box-shadow:var(--shadow)}[data-theme=dark] .calendar-wrapper{background:var(--bg-card);border-color:var(--border-color)}[data-theme=dark] .search-sphere{background:var(--bg-surface);border-color:var(--border-color);color:var(--text-primary)}[data-theme=dark] .search-sphere::placeholder{color:var(--text-muted)}[data-theme=dark] .detail-section{background:var(--bg-surface);border-color:var(--border-color)}[data-theme=dark] .notes-content{background:var(--bg-surface)}[data-theme=dark] .datetime-value,[data-theme=dark] .notes-text,[data-theme=dark] .section-title{color:var(--text-primary)}[data-theme=dark] .datetime-label{color:var(--text-muted)}[data-theme=dark] .sparkle-text{-webkit-text-fill-color:#0000;background:var(--gradient-sparkle);-webkit-background-clip:text;background-clip:text;background-size:200% 200%}[data-theme=dark] .date-group-header{background:linear-gradient(135deg,#696cff33,#764ba233);border-color:#696cff4d}[data-theme=dark] .text-muted{color:var(--text-muted)}[data-theme=dark] .fw-bold,[data-theme=dark] .text-dark,[data-theme=dark] h5.mb-0,[data-theme=dark] h6.mb-0{color:var(--text-heading)}[data-theme=dark] .fc-toolbar-title{-webkit-text-fill-color:#0000!important;background:var(--gradient-sparkle)!important;-webkit-background-clip:text!important;background-clip:text!important;color:var(--text-heading)!important}[data-theme=dark] .fc-col-header-cell{background:linear-gradient(135deg,#28a74526,#28a7451a)!important}[data-theme=dark] .fc-daygrid-day{border-color:var(--border-color)!important}[data-theme=dark] .fc-daygrid-day:hover{background:#28a74514!important}[data-theme=dark] .fc-daygrid-day-number{color:var(--text-secondary)!important}[data-theme=dark] .fc-day-today{background:#ffc1071f!important}[data-theme=dark] .compact-list-content,[data-theme=dark] .compact-modal-content,[data-theme=dark] .modal-content{background:var(--bg-card);border-color:var(--border-color)}[data-theme=dark] .compact-list-header,[data-theme=dark] .compact-modal-header{border-color:var(--border-color)}[data-theme=dark] .modal-body,[data-theme=dark] .modal-footer,[data-theme=dark] .modal-header{background:var(--bg-card);border-color:var(--border-color);color:var(--text-primary)}[data-theme=dark] .registro-card-compact{background:var(--bg-surface);border-color:var(--border-color)}[data-theme=dark] .registro-card-compact:hover{border-color:#696cff66}[data-theme=dark] .detail-text-compact,[data-theme=dark] .registro-title,[data-theme=dark] .stat-value-compact{color:var(--text-primary)}[data-theme=dark] .concurso-text,[data-theme=dark] .registro-subtitle,[data-theme=dark] .stat-label-compact{color:var(--text-secondary)}[data-theme=dark] .detail-compact,[data-theme=dark] .notes-area-compact,[data-theme=dark] .stats-row{background:var(--bg-surface);border-color:var(--border-color)}[data-theme=dark] .card,[data-theme=dark] .notes-text-compact{color:var(--text-primary)}[data-theme=dark] .card-header{background-color:var(--bg-surface);color:var(--text-primary)}[data-theme=dark] .card-body:not(.hero-header .card-body){background-color:var(--bg-card);color:var(--text-primary)}[data-theme=dark] .hero-header{background:linear-gradient(135deg,#1e1e2e,#2d2d44)!important;border:1px solid #696cff4d!important}[data-theme=dark] .hero-header .card-body{background:#0000;color:#fff}[data-theme=dark] .hero-header .floating-icon{background:linear-gradient(135deg,#696cff4d,#764ba24d)!important;border:1px solid #696cff66!important}[data-theme=dark] .hero-header .floating-icon svg{color:#a5a7ff}[data-theme=dark] .calendario-wrapper .hero-header,[data-theme=dark] .historico-analise-wrapper .hero-header,[data-theme=dark] .historico-wrapper .hero-header,[data-theme=dark] .ma-header,[data-theme=dark] .meus-estudos-wrapper .hero-header,[data-theme=dark] .suporte-wrapper .hero-header,[data-theme=dark] .usuario-page .hero-header,[data-theme=dark] .usuario-page .usuario-header{background:linear-gradient(135deg,#1e1e2e,#2d2d44)!important;border:1px solid #696cff4d!important}[data-theme=dark] .ma-header{box-shadow:0 10px 25px -5px #0000004d!important}[data-theme=dark] .ma-header-pattern{opacity:.1}[data-theme=dark] .ca-header{background:linear-gradient(135deg,#1e1e2e,#2d2d44)!important;border:1px solid #696cff4d!important;box-shadow:0 10px 25px -5px #0000004d!important}[data-theme=dark] .ca-header-pattern{opacity:.1}[data-theme=dark] .ca-container{background-color:var(--bg-body)}[data-theme=dark] .ca-stat-card{background:var(--bg-card);border-color:var(--border-color);box-shadow:0 4px 12px #0000004d}[data-theme=dark] .ca-stat-card:hover{box-shadow:0 8px 24px #0006}[data-theme=dark] .ca-stat-primary,[data-theme=dark] .ca-stat-title{color:var(--text-heading)}[data-theme=dark] .ca-stat-label{color:var(--text-secondary)}[data-theme=dark] .ca-stat-value{color:var(--text-primary)}[data-theme=dark] .ca-status-message{color:inherit}[data-theme=dark] .ca-tabs-container{background-color:var(--bg-card);border-color:var(--border-color)}[data-theme=dark] .ca-tabs-header{background-color:var(--bg-surface);border-bottom-color:var(--border-color)}[data-theme=dark] .ca-tab-button{color:var(--text-secondary)}[data-theme=dark] .ca-tab-button:hover{background-color:#696cff1a;color:var(--bs-primary)}[data-theme=dark] .ca-tab-button.active{color:var(--bs-primary)}[data-theme=dark] .ca-tabs-content{background-color:var(--bg-card)}[data-theme=dark] .widget-header-modern{background:linear-gradient(135deg,#1e1e2e,#2d2d44);border-bottom:1px solid #696cff4d}[data-theme=dark] .widget-header-modern:before{background:radial-gradient(circle,#696cff26 0,#0000 70%)}[data-theme=dark] .mood-widget-header{background:linear-gradient(135deg,#1e1e2e,#2d2d44);border-bottom:1px solid #8b5cf64d}[data-theme=dark] .mood-widget-header:before{background:radial-gradient(circle,#8b5cf626 0,#0000 70%)}[data-theme=dark] .profile-header{background:linear-gradient(135deg,#1e1e2e,#2d2d44);border-bottom:1px solid #696cff4d}[data-theme=dark] .card-title{color:var(--text-heading)}[data-theme=dark] .card-text{color:var(--text-secondary)}[data-theme=dark] .user-dropdown-menu{background-color:var(--bg-card);border:1px solid var(--border-color);box-shadow:0 5px 25px #0006}[data-theme=dark] .dropdown-header{border-bottom-color:var(--border-color)}[data-theme=dark] .greeting{color:var(--text-secondary)}[data-theme=dark] .user-display-name{color:var(--text-heading)}[data-theme=dark] .dropdown-item{color:var(--text-secondary)}[data-theme=dark] .dropdown-item:hover{background-color:var(--bg-hover);color:var(--bs-primary)}[data-theme=dark] .dropdown-footer{border-top-color:var(--border-color)}[data-theme=dark] .logout-button{background-color:#ff3e1d26}[data-theme=dark] .logout-button:hover{background-color:#ff3e1d40}[data-theme=dark] .user-name{color:var(--text-secondary)}[data-theme=dark] .dropdown-arrow{color:var(--text-muted)}[data-theme=dark] .table{color:var(--text-primary)}[data-theme=dark] .table thead th{background-color:var(--bg-surface);border-color:var(--border-color);color:var(--text-heading)}[data-theme=dark] .table tbody td{background-color:var(--bg-card);border-color:var(--border-color);color:var(--text-primary)}[data-theme=dark] .table-hover tbody tr:hover td{background-color:var(--bg-hover)}[data-theme=dark] .widget-wrapper{background:var(--bg-card);box-shadow:0 4px 20px #0000004d}[data-theme=dark] .desktop-layout,[data-theme=dark] .mobile-layout,[data-theme=dark] .widget-container .widget-wrapper{background:var(--bg-card)}[data-theme=dark] .section-label,[data-theme=dark] .section-label-mobile{color:var(--text-muted)}[data-theme=dark] .reminders-section,[data-theme=dark] .reminders-section-mobile{background:var(--bg-reminder);border-color:var(--color-reminder-border)}[data-theme=dark] .reminders-icon,[data-theme=dark] .reminders-title{color:var(--color-reminder)}[data-theme=dark] .reminder-input .MuiOutlinedInput-root{background:var(--bg-surface)!important;color:var(--text-primary)!important}[data-theme=dark] .reminder-input .MuiOutlinedInput-notchedOutline{border-color:var(--color-reminder-border)!important}[data-theme=dark] .reminder-input .MuiInputBase-input::placeholder{color:var(--text-muted)!important}[data-theme=dark] .reminder-item{background:var(--bg-surface);border-color:var(--color-reminder-border)}[data-theme=dark] .reminder-item:hover{background:var(--bg-hover);border-color:var(--color-reminder)}[data-theme=dark] .reminder-text{color:var(--color-reminder)}[data-theme=dark] .no-reminders{color:var(--text-muted)}[data-theme=dark] .mood-widget-content,[data-theme=dark] .mood-widget-wrapper{background:var(--bg-card)}[data-theme=dark] .mood-quote-card{background:var(--bg-surface);border-color:#8b5cf64d}[data-theme=dark] .mood-quote-text{color:var(--color-mood-purple)}[data-theme=dark] .mood-quote-icon{color:#8b5cf699}[data-theme=dark] .mood-health-card{background:var(--bg-surface);border-color:#ec48994d}[data-theme=dark] .mood-card-title{color:var(--color-mood-pink)}[data-theme=dark] .mood-health-chip{background:#0000;border-color:#ec489966;color:var(--color-mood-pink)}[data-theme=dark] .mood-health-chip:hover{background:#ec489926}[data-theme=dark] .mood-posture-card{background:var(--bg-surface);border-color:#8b5cf64d}[data-theme=dark] .mood-posture-text,[data-theme=dark] .mood-posture-title{color:var(--color-mood-purple)}[data-theme=dark] .conquistas-container{background:var(--bg-body)}[data-theme=dark] .conquistas-card{background-color:var(--bg-card);border-color:var(--border-color)}[data-theme=dark] .conquistas-hero-card{background:linear-gradient(135deg,#696cff26,#764ba226);border:1px solid #696cff4d}[data-theme=dark] .custom-tabs{background-color:var(--bg-card)}[data-theme=dark] .custom-tabs .MuiTab-root{color:var(--text-secondary)!important}[data-theme=dark] .custom-tabs .MuiTab-root:hover{background-color:var(--bg-hover)!important}[data-theme=dark] .custom-tabs .Mui-selected,[data-theme=dark] .custom-tabs .active-tab{background-color:#696cff26!important;color:var(--bs-primary)!important}[data-theme=dark] .auth-container{background:linear-gradient(135deg,var(--bg-body) 0,var(--bs-dark) 100%)}[data-theme=dark] .auth-card{background:var(--bg-card);box-shadow:0 24px 48px #0006}[data-theme=dark] .auth-title{background:var(--gradient-sparkle);-webkit-background-clip:text!important;background-clip:text!important}[data-theme=dark] .auth-subtitle{color:var(--text-secondary)}[data-theme=dark] .form-control-enhanced{background:var(--bg-surface);border-color:var(--border-color);color:var(--text-primary)}[data-theme=dark] .form-control-enhanced:focus{border-color:var(--bs-primary);box-shadow:0 0 0 4px #696cff33}[data-theme=dark] .celebracao-overlay{background:linear-gradient(135deg,#000000e6,#000000f2)}[data-theme=dark] .celebracao-conteudo{background:linear-gradient(135deg,#696cff40,#764ba24d);border:2px solid #696cff66;box-shadow:0 25px 60px #0009,0 0 50px #696cff33}[data-theme=dark] .celebracao-icon{background:linear-gradient(135deg,#ffffff26,#ffffff1a);border-radius:var(--radius-circle);overflow:hidden}[data-theme=dark] .celebracao-icon>div{border-radius:var(--radius-circle)}[data-theme=dark] .celebracao-titulo{color:var(--text-white);text-shadow:0 4px 8px #00000080}[data-theme=dark] .celebracao-descricao{color:#ffffffe6}[data-theme=dark] .importar-estudos-container div[style*="background-color: #eff6ff"],[data-theme=dark] .importar-estudos-container div[style*="backgroundColor: '#eff6ff'"],[data-theme=dark] div[style*="background-color: white"],[data-theme=dark] div[style*="backgroundColor: '#ecfdf5'"],[data-theme=dark] div[style*="backgroundColor: '#eff6ff'"],[data-theme=dark] div[style*="backgroundColor: '#f0f9ff'"],[data-theme=dark] div[style*="backgroundColor: '#f0fdf4'"],[data-theme=dark] div[style*="backgroundColor: '#fce7f3'"],[data-theme=dark] div[style*="backgroundColor: '#fef3c7'"],[data-theme=dark] div[style*="backgroundColor: 'white'"]{background-color:var(--bg-surface)!important}[data-theme=dark] div[style*="color: '#0369a1'"],[data-theme=dark] div[style*="color: '#059669'"],[data-theme=dark] div[style*="color: '#15803d'"],[data-theme=dark] div[style*="color: '#166534'"],[data-theme=dark] div[style*="color: '#1e293b'"],[data-theme=dark] div[style*="color: '#1e40af'"],[data-theme=dark] div[style*="color: '#1f2937'"],[data-theme=dark] div[style*="color: '#374151'"],[data-theme=dark] div[style*="color: '#92400e'"],[data-theme=dark] div[style*="color: '#be185d'"]{color:var(--text-primary)!important}[data-theme=dark] .importar-estudos-container{--text-primary:#e4e4e7!important;--bg-white:#1e1e2d!important;--bg-gray-50:#252536!important;--border:#3f3f5a!important}[data-theme=dark] .importar-estudos-container div[style*="background: 'white'"],[data-theme=dark] .importar-estudos-container div[style*="backgroundColor: 'white'"],[data-theme=dark] .importar-estudos-modal div[style*="background: 'white'"],[data-theme=dark] .importar-estudos-modal div[style*="backgroundColor: 'white'"]{background-color:var(--bg-card)!important}[data-theme=dark] .importar-estudos-container input,[data-theme=dark] .importar-estudos-container select,[data-theme=dark] .importar-estudos-container textarea,[data-theme=dark] .importar-estudos-modal input,[data-theme=dark] .importar-estudos-modal select,[data-theme=dark] .importar-estudos-modal textarea,[data-theme=dark] input[style*="border: '1px solid #d1d5db'"],[data-theme=dark] input[style*="border: 1px solid #d1d5db"],[data-theme=dark] select[style*="border: 1px solid"]{background-color:var(--bg-surface)!important;border-color:var(--border-color)!important;color:var(--text-primary)!important}[data-theme=dark] div[style*="background-color: white"][style*="border: 1px solid #e5e7eb"],[data-theme=dark] div[style*="backgroundColor: 'white'"][style*="border: '1px solid #e5e7eb'"]{background-color:var(--bg-card)!important;border-color:var(--border-color)!important}[data-theme=dark] div[style*="background-color: #f9fafb"],[data-theme=dark] div[style*="backgroundColor: '#f9fafb'"]{background-color:var(--bg-surface)!important}[data-theme=dark] div[style*="border-bottom: 1px solid #f3f4f6"],[data-theme=dark] div[style*="border: '1px solid #e5e7eb'"],[data-theme=dark] div[style*="border: 1px solid #e5e7eb"],[data-theme=dark] div[style*="borderBottom: '1px solid #f3f4f6'"]{border-color:var(--border-color)!important}[data-theme=dark] div[style*="color: '#64748b'"],[data-theme=dark] div[style*="color: '#6b7280'"],[data-theme=dark] span[style*="color: '#6b7280'"]{color:var(--text-secondary)!important}[data-theme=dark] .custom-card{background-color:var(--bg-card);box-shadow:0 6px 16px #0000004d}[data-theme=dark] .custom-card-header{background-color:var(--color-blue-accent);border-bottom-color:var(--border-color)}[data-theme=dark] .custom-card-body{background-color:var(--bg-card)}[data-theme=dark] .custom-table th{background-color:var(--bg-surface);border-bottom-color:var(--border-color);color:var(--text-secondary)}[data-theme=dark] .custom-table td{background-color:var(--bg-card);border-bottom-color:var(--border-color);color:var(--text-primary)}[data-theme=dark] .custom-table .table-row:hover td{background-color:var(--bg-hover)}[data-theme=dark] .custom-table .top-position td{background-color:#4e73df1a}[data-theme=dark] .custom-table .percentage{color:var(--text-primary)}[data-theme=dark] .custom-table .progress{background-color:var(--bg-surface)}[data-theme=dark] .dashboard-container{background-color:var(--bg-card);color:var(--text-primary)}[data-theme=dark] .chart-card-content,[data-theme=dark] .empty-dashboard,[data-theme=dark] .empty-tab-content,[data-theme=dark] .table-card-content{background-color:var(--bg-card)}[data-theme=dark] .empty-title{color:var(--bs-primary)}[data-theme=dark] .feature-icon{background-color:#696cff33}[data-theme=dark] .indicador-card{background-color:var(--bg-card)}[data-theme=dark] .indicador-icon{background-color:#696cff26}[data-theme=dark] .indicador-title{color:var(--text-heading)}[data-theme=dark] .indicador-description{color:var(--text-secondary)}[data-theme=dark] .time-cell{color:var(--color-purple-light)}[data-theme=dark] .progress-bar-container{background-color:var(--bg-surface)}[data-theme=dark] .floating-badge{background-color:var(--bg-card)}[data-theme=dark] .mobile-chart-message{background-color:var(--bg-surface);color:var(--text-secondary)}[data-theme=dark] .MuiBox-root[style*="grey.50"],[data-theme=dark] [class*=MuiBox][style*=background]{background-color:var(--bg-surface)!important}[data-theme=dark] .conquistas-block .MuiBox-root{background-color:initial!important}[data-theme=dark] .conquistas-block>.MuiBox-root>.MuiBox-root:nth-child(3){background-color:var(--bg-surface)!important;border-radius:8px}[data-theme=dark] [style*="background-color: rgb(249, 250, 251)"], [data-theme=dark] [style*="backgroundColor: rgb(249, 250, 251)"], [data-theme=dark] [style*="bgcolor: 'grey.50'"]{background-color:var(--bg-surface)!important}[data-theme=dark] .period-controls-container,[data-theme=dark] .period-controls-container .card,[data-theme=dark] .period-controls-container .card-body{background:#0000;border:none;box-shadow:none}[data-theme=dark] .performance-legend{background-color:var(--bg-card);box-shadow:0 0 20px #0000004d}[data-theme=dark] .legend-title{color:var(--text-heading)}[data-theme=dark] .legend-text{color:var(--text-secondary)}[data-theme=dark] .dt-custom-legend{background-color:var(--bg-card);box-shadow:0 2px 4px #0000004d}[data-theme=dark] .dt-legend-text{color:var(--text-primary)}[data-theme=dark] .dt-empty-state p{color:var(--text-secondary)}[data-theme=dark] .dt-illustration-circle{background-color:#696cff26}[data-theme=dark] .dt-illustration-clock{background-color:var(--bg-card)}[data-theme=dark] .bd-materia-header{background-color:#ff98001a}[data-theme=dark] .bd-materia-header:hover{background-color:#ff980026}[data-theme=dark] .bd-materia-icon,[data-theme=dark] .bd-materia-title{color:#ffb74d}[data-theme=dark] .bd-trophy-circle{background-color:#ffc10726}[data-theme=dark] .bd-tips-container{background-color:#ffc10714}[data-theme=dark] .bd-concurso-item{background-color:var(--bg-surface)}[data-theme=dark] .dashboard-header{background:linear-gradient(90deg,#4f46e5,#7c3aed)}[data-theme=dark] .tabs{background-color:var(--bg-card);border-bottom-color:var(--border-color)}[data-theme=dark] .tab{color:var(--text-secondary)}[data-theme=dark] .tab:hover{background-color:#696cff1a;color:var(--bs-primary)}[data-theme=dark] .tab.active{color:var(--bs-primary)}[data-theme=dark] .chart-card,[data-theme=dark] .table-card{background-color:var(--bg-card);box-shadow:0 4px 12px #0000004d}[data-theme=dark] .chart-card-header,[data-theme=dark] .table-card-header{background-color:var(--bg-surface);border-bottom-color:var(--border-color)}[data-theme=dark] .chart-card-title,[data-theme=dark] .table-card-title{color:var(--text-heading)}[data-theme=dark] .data-table th{background-color:var(--bg-surface);border-bottom-color:var(--border-color);color:var(--bs-primary)}[data-theme=dark] .data-table td{background-color:var(--bg-card);border-bottom-color:var(--border-color);color:var(--text-primary)}[data-theme=dark] .data-table tr:hover td{background-color:var(--bg-hover)}[data-theme=dark] .empty-dashboard{background-color:var(--bg-card)}[data-theme=dark] .feature-card{background-color:var(--bg-surface);border-color:var(--border-color)}[data-theme=dark] .feature-card:hover{border-color:var(--bs-primary)}[data-theme=dark] .feature-title{color:var(--text-heading)}[data-theme=dark] .feature-description{color:var(--text-secondary)}[data-theme=dark] .empty-icon-container{background-color:var(--bg-surface)}[data-theme=dark] .empty-suggestion{background-color:var(--bg-surface);color:var(--text-primary)}[data-theme=dark] .ma-accordion-header{background-color:var(--bg-surface)}[data-theme=dark] .ma-accordion-header:hover{background-color:var(--bg-hover)}[data-theme=dark] .ma-accordion-title{color:var(--text-heading)}[data-theme=dark] .ma-assunto-row{background-color:var(--bg-card);border-color:var(--border-color)}[data-theme=dark] .ma-assunto-row:hover{background-color:var(--bg-hover)}[data-theme=dark] .ma-assunto-name{color:var(--text-primary)}[data-theme=dark] .bd-card{box-shadow:0 4px 24px #0000004d}[data-theme=dark] .bd-card,[data-theme=dark] .bd-content{background-color:var(--bg-card)}[data-theme=dark] .bd-icon-container{background-color:var(--bg-surface)}[data-theme=dark] .bd-materias-list{background-color:var(--bg-card)}[data-theme=dark] .bd-materia-card{background-color:var(--bg-surface);border-color:var(--border-color)}[data-theme=dark] .bd-materia-header{background-color:#ff980026}[data-theme=dark] .bd-materia-header:hover{background-color:#ff980033}[data-theme=dark] .bd-materia-icon,[data-theme=dark] .bd-materia-title{color:#ffb74d}[data-theme=dark] .bd-materia-count{background-color:#ff980033;color:#ffb74d}[data-theme=dark] .bd-chevron-container{background-color:#ff980033}[data-theme=dark] .bd-chevron-icon{color:#ffb74d}[data-theme=dark] .bd-materia-content{background-color:var(--bg-card)}[data-theme=dark] .bd-assunto-card{background-color:var(--bg-surface);border-color:var(--border-color)}[data-theme=dark] .bd-assunto-card:hover{box-shadow:0 3px 10px #0000004d}[data-theme=dark] .bd-assunto-title{color:var(--text-heading)}[data-theme=dark] .bd-meta-item{color:var(--text-secondary)}[data-theme=dark] .bd-meta-icon{color:#ffb74d}[data-theme=dark] .bd-progress-container{background-color:#ffffff1a}[data-theme=dark] .bd-concursos-relacionados{border-top-color:var(--border-color)}[data-theme=dark] .bd-concursos-header{color:var(--text-secondary)}[data-theme=dark] .bd-concursos-icon{color:#ffb74d}[data-theme=dark] .bd-concurso-item{background-color:#ffffff0d}[data-theme=dark] .bd-concurso-name{color:var(--text-primary)}[data-theme=dark] .bd-concurso-stats{color:var(--text-secondary)}[data-theme=dark] .bd-empty-state{background-color:var(--bg-card)}[data-theme=dark] .bd-trophy-circle{background-color:#ffc10733}[data-theme=dark] .bd-performance-badge{background-color:var(--bg-surface);border-color:#ffc10766}[data-theme=dark] .bd-empty-title{color:#ffc107}[data-theme=dark] .bd-empty-description{color:var(--text-secondary)}[data-theme=dark] .bd-tip-title{color:var(--text-heading)}[data-theme=dark] .bd-tips-container{background-color:#ffc1071a}[data-theme=dark] .bd-tip-item span{color:var(--text-secondary)}[data-theme=dark] .bd-status-indicator{background-color:#28a74526}[data-theme=dark] .materia-accordion{background-color:var(--bg-card);box-shadow:0 0 20px #0000004d}[data-theme=dark] .materia-accordion:hover{box-shadow:0 0 25px #0006}[data-theme=dark] .materia-header{background-color:var(--bg-surface)}[data-theme=dark] .materia-header.expanded{background-color:#696cff26}[data-theme=dark] .materia-header:hover{background-color:#696cff1a}[data-theme=dark] .materia-title{color:var(--text-heading)}[data-theme=dark] .materia-stat{color:var(--text-secondary)}[data-theme=dark] .materia-stat svg{color:var(--bs-primary)}[data-theme=dark] .materia-progress-container{background-color:var(--bg-surface)}[data-theme=dark] .materia-header.expanded+.materia-progress-container{background-color:#696cff26}[data-theme=dark] .materia-progress{background-color:#ffffff1a}[data-theme=dark] .materia-progress-text{color:var(--text-secondary)}[data-theme=dark] .topicos-table th{background-color:var(--bg-surface);color:var(--text-heading)}[data-theme=dark] .topicos-table tbody tr,[data-theme=dark] .topicos-table th{border-bottom-color:var(--border-color)}[data-theme=dark] .topicos-table tbody tr:hover{background-color:#696cff1a}[data-theme=dark] .topicos-table td{background-color:initial}[data-theme=dark] .topico-estudado .topico-nome{color:var(--text-primary)}[data-theme=dark] .topico-nao-estudado .topico-nome{color:var(--text-muted)}[data-theme=dark] .topico-estudado .topico-horas-cell,[data-theme=dark] .topico-estudado .topico-questoes-cell{color:var(--text-primary)}[data-theme=dark] .topico-nao-estudado .topico-horas-cell,[data-theme=dark] .topico-nao-estudado .topico-questoes-cell{color:var(--text-muted)}[data-theme=dark] .topic-icon,[data-theme=dark] .topico-info-icon{color:var(--bs-primary)}[data-theme=dark] .materia-info-icon{background-color:#ff9f4326;color:#ff9f43}[data-theme=dark] .materia-info-icon:hover{background-color:#ff9f4340}[data-theme=dark] .topico-badge.badge-success{background-color:#28a74533;color:#71dd37}[data-theme=dark] .topico-badge.badge-warning{background-color:#ffc10733;color:#ffc107}[data-theme=dark] .topico-badge.badge-danger{background-color:#dc354533;color:#ff6b6b}[data-theme=dark] .topico-badge.badge-secondary{background-color:#6c757d33;color:var(--text-muted)}[data-theme=dark] .topico-badge.badge-info{background-color:#0dcaf033;color:#0dcaf0}[data-theme=dark] .topico-badge.badge-primary{background-color:#696cff33;color:var(--bs-primary)}[data-theme=dark] .an-revisao-card{background-color:var(--bg-card);box-shadow:0 0 20px #0000004d}[data-theme=dark] .an-card-header{background-color:#0dcaf026;border-bottom-color:#0dcaf033}[data-theme=dark] .an-title{color:#0dcaf0}[data-theme=dark] .an-subtitle{color:var(--text-secondary)}[data-theme=dark] .an-filter-bar{background-color:var(--bg-surface);border-bottom-color:var(--border-color)}[data-theme=dark] .an-filter-label{color:var(--text-secondary)}[data-theme=dark] .an-filter-btn{background-color:initial;border-color:var(--border-color);color:var(--text-secondary)}[data-theme=dark] .an-filter-btn:hover{background-color:var(--bg-hover)}[data-theme=dark] .an-filter-btn.active{background-color:#0dcaf026;border-color:#0dcaf0;color:#0dcaf0}[data-theme=dark] .an-filter-btn.critical{border-color:#dc3545;color:#ff6b6b}[data-theme=dark] .an-filter-btn.critical.active{background-color:#dc354526}[data-theme=dark] .an-filter-btn.urgent{border-color:#fd7e14;color:#ffb74d}[data-theme=dark] .an-filter-btn.urgent.active{background-color:#fd7e1426}[data-theme=dark] .an-card-body{background-color:var(--bg-card)}[data-theme=dark] .an-accordion-item{background-color:var(--bg-surface);border-color:var(--border-color)}[data-theme=dark] .an-accordion-item.expanded{box-shadow:0 4px 15px #0000004d}[data-theme=dark] .an-accordion-header{background-color:var(--bg-surface)}[data-theme=dark] .an-accordion-header:hover{background-color:#0dcaf01a}[data-theme=dark] .an-accordion-title{color:var(--text-heading)}[data-theme=dark] .an-accordion-icon{color:#0dcaf0}[data-theme=dark] .an-chevron,[data-theme=dark] .an-total-count{color:var(--text-secondary)}[data-theme=dark] .an-accordion-content{background-color:var(--bg-card)}[data-theme=dark] .an-assunto-card{background-color:var(--bg-surface);border-color:var(--border-color)}[data-theme=dark] .an-assunto-card:hover{box-shadow:0 3px 10px #0000004d}[data-theme=dark] .an-assunto-main:hover{background-color:var(--bg-hover)}[data-theme=dark] .an-assunto-title{color:var(--text-heading)}[data-theme=dark] .an-metric{color:var(--text-secondary)}[data-theme=dark] .an-metric svg,[data-theme=dark] .an-topic-icon{color:#0dcaf0}[data-theme=dark] .an-date-badge{background-color:#0dcaf026;color:#0dcaf0}[data-theme=dark] .an-details-panel{background-color:var(--bg-surface);border-top-color:var(--border-color)}[data-theme=dark] .an-details-header{color:var(--text-heading)}[data-theme=dark] .an-related-item{border-bottom-color:var(--border-color)}[data-theme=dark] .an-related-name{color:var(--text-primary)}[data-theme=dark] .an-related-stats{color:var(--text-secondary)}[data-theme=dark] .an-no-results-icon{background-color:var(--bg-surface);color:var(--text-muted)}[data-theme=dark] .an-no-results-text{color:var(--text-secondary)}[data-theme=dark] .an-reset-filter-btn{background-color:var(--bg-surface);border-color:var(--border-color);color:#0dcaf0}[data-theme=dark] .an-reset-filter-btn:hover{background-color:#0dcaf026;border-color:#0dcaf0}[data-theme=dark] .an-empty-state{background-color:var(--bg-card)}[data-theme=dark] .an-empty-icon-container{background-color:#0dcaf026;color:#0dcaf0}[data-theme=dark] .an-empty-title{color:#0dcaf0}[data-theme=dark] .an-empty-description{color:var(--text-secondary)}[data-theme=dark] .an-tip-card{background-color:#0dcaf014;border-left-color:#0dcaf0}[data-theme=dark] .an-tip-icon{background-color:var(--bg-surface);color:#0dcaf0}[data-theme=dark] .an-tip-title{color:#0dcaf0}[data-theme=dark] .an-tip-text{color:var(--text-secondary)}[data-theme=dark] .ma-container{background-color:var(--bg-body)}[data-theme=dark] .ma-stat-card{background:var(--bg-card);box-shadow:0 4px 12px #0000004d}[data-theme=dark] .ma-stat-card:hover{box-shadow:0 8px 24px #0006}[data-theme=dark] .ma-big-number,[data-theme=dark] .ma-stat-title{color:var(--text-heading)}[data-theme=dark] .ma-stat-label{color:var(--text-secondary)}[data-theme=dark] .ma-stat-value{color:var(--text-primary)}[data-theme=dark] .ma-status-message{color:inherit}[data-theme=dark] .ma-blue-card{background:linear-gradient(135deg,#0dcaf026,#0dcaf01a);border-color:#0dcaf04d}[data-theme=dark] .ma-time-message{background-color:#0dcaf01a;border-left-color:#0dcaf0;color:#5bc0de}[data-theme=dark] .ma-progress-bar,[data-theme=dark] .ma-questions-bar{background-color:#ffffff1a}[data-theme=dark] .ma-progress-marker,[data-theme=dark] .ma-questions-marker{background:var(--bg-surface);box-shadow:0 1px 3px #0006}[data-theme=dark] .ma-progress-labels,[data-theme=dark] .ma-questions-label,[data-theme=dark] .ma-questions-progress-labels{color:var(--text-secondary)}[data-theme=dark] .ma-circle-bg{stroke:#ffffff1a}[data-theme=dark] .ma-accuracy-detail{color:var(--text-secondary)}[data-theme=dark] .ma-options-panel{background:var(--bg-card);border:1px solid var(--border-color);box-shadow:0 4px 12px #0000004d}[data-theme=dark] .ma-option-description{color:var(--text-primary)}[data-theme=dark] .ma-switch-label{background-color:#ffffff26;border:1px solid #fff3}[data-theme=dark] .ma-switch-label:before{background-color:#fff9}[data-theme=dark] .ma-switch-input:checked+.ma-switch-label{background-color:var(--bs-primary);border-color:var(--bs-primary)}[data-theme=dark] .ma-switch-input:checked+.ma-switch-label:before{background-color:#fff}[data-theme=dark] .ma-tabs-container{background:var(--bg-card);box-shadow:0 4px 12px #0000004d}[data-theme=dark] .ma-tabs-header{background-color:var(--bg-surface);border-bottom-color:var(--border-color)}[data-theme=dark] .ma-tab-button{color:var(--text-secondary)}[data-theme=dark] .ma-tab-button:hover{background-color:var(--bg-hover);color:var(--text-primary)}[data-theme=dark] .ma-tab-button.active{color:var(--bs-primary)}[data-theme=dark] .ma-tabs-content{background-color:var(--bg-card)}[data-theme=dark] .ma-loading-container{background-color:var(--bg-body)}[data-theme=dark] .ma-loading-text{color:var(--text-primary)}[data-theme=dark] .ma-error-message{background-color:var(--bg-card);box-shadow:0 4px 12px #0000004d}[data-theme=dark] .ma-error-title{color:var(--text-heading)}[data-theme=dark] .ma-error-description{color:var(--text-secondary)}[data-theme=dark] .ma-error-details{background-color:var(--bg-surface)}[data-theme=dark] .ma-empty-state-content{background:linear-gradient(135deg,var(--bg-card) 0,var(--bg-surface) 100%);border-color:var(--border-color);box-shadow:0 10px 40px #0006}[data-theme=dark] .ma-empty-state-title{color:var(--text-heading)}[data-theme=dark] .ma-empty-state-description{color:var(--text-secondary)}[data-theme=dark] .ma-empty-tip{background:#667eea1a}[data-theme=dark] .ma-empty-tip-content{color:var(--text-secondary)}[data-theme=dark] .ma-empty-tip-content strong{color:#818cf8}[data-theme=dark] .sessoes-gerais-materia-card{background-color:var(--bg-card);box-shadow:0 0 20px #0000004d}[data-theme=dark] .sessoes-gerais-materia-lista{background-color:var(--bg-card)}[data-theme=dark] .sessao-materia-item{background-color:var(--bg-surface);border-color:var(--border-color)}[data-theme=dark] .sessao-materia-item:hover{box-shadow:0 2px 8px #0000004d}[data-theme=dark] .sessao-materia-header{background-color:var(--bg-surface)}[data-theme=dark] .sessao-materia-header.sessao-expandivel:hover{background-color:var(--bg-hover)}[data-theme=dark] .sessao-materia-data{color:var(--text-secondary)}[data-theme=dark] .sessao-materia-stat{color:var(--text-primary)}[data-theme=dark] .sessao-materia-expand{color:var(--text-secondary)}[data-theme=dark] .sessao-materia-assuntos{background-color:var(--bg-card);border-top-color:var(--border-color)}[data-theme=dark] .assunto-nome{color:var(--text-secondary)}[data-theme=dark] .assunto-linha,[data-theme=dark] .assunto-linha:before{background-color:var(--border-color)}[data-theme=dark] .assunto-stat{color:var(--text-secondary)}[data-theme=dark] .sessoes-gerais-materia-paginacao{border-top-color:var(--border-color)}[data-theme=dark] .paginacao-btn{background-color:var(--bg-surface);border-color:var(--border-color);color:var(--text-primary)}[data-theme=dark] .paginacao-btn:hover:not(:disabled){background-color:var(--bs-primary);color:#fff}[data-theme=dark] .paginacao-info{color:var(--text-secondary)}[data-theme=dark] .adt-custom-legend{background-color:var(--bg-surface);box-shadow:0 2px 4px #0000004d}[data-theme=dark] .adt-legend-text{color:var(--text-primary)}[data-theme=dark] .adt-empty-state-tips{background-color:#696cff1a}[data-theme=dark] .adt-tip-item span{color:var(--text-secondary)}[data-theme=dark] .adt-illustration-circle,[data-theme=dark] .adt-tip-icon{background-color:#696cff33}[data-theme=dark] .adt-illustration-clock{background-color:var(--bg-surface);box-shadow:0 4px 8px #0000004d}[data-theme=dark] .conquistas-body{background-color:var(--bg-card)}[data-theme=dark] .conquista-card{box-shadow:0 4px 12px #0000004d}[data-theme=dark] .empty-state{background-color:var(--bg-card)}[data-theme=dark] .empty-icon{background-color:#696cff26}[data-theme=dark] .suggestion-card{border-color:var(--border-color)}[data-theme=dark] .suggestion-icon{background-color:#696cff26}[data-theme=dark] .ec-container{background-color:var(--bg-card);border-color:var(--border-color);box-shadow:0 4px 20px #0000004d}[data-theme=dark] .ec-header{background:linear-gradient(135deg,#1e1e2e,#2d2d44)!important;border-bottom:1px solid #696cff4d}[data-theme=dark] .ec-header-pattern{opacity:.15}[data-theme=dark] .ec-header-icon,[data-theme=dark] .ec-help-tooltip{background-color:#696cff4d}[data-theme=dark] .ec-help-tooltip:hover{background-color:#696cff66}[data-theme=dark] .ec-body{background-color:var(--bg-card)}[data-theme=dark] .ec-conquista-card{background-color:var(--bg-surface);border-color:var(--border-color);box-shadow:0 4px 12px #0000004d}[data-theme=dark] .ec-conquista-card:hover{box-shadow:0 10px 25px #0006}[data-theme=dark] .ec-conquista-gradient-1{background:linear-gradient(135deg,#4e54c8b3,#8f94fb80)!important}[data-theme=dark] .ec-conquista-gradient-2{background:linear-gradient(135deg,#11998eb3,#38ef7d80)!important}[data-theme=dark] .ec-conquista-gradient-3{background:linear-gradient(135deg,#f857a6b3,#ff585880)!important}[data-theme=dark] .ec-conquista-gradient-4{background:linear-gradient(135deg,#fc4a1ab3,#f7b73380)!important}[data-theme=dark] .ec-conquista-gradient-5{background:linear-gradient(135deg,#7f7fd5b3,#91eae480)!important}[data-theme=dark] .ec-conquista-gradient-6{background:linear-gradient(135deg,#654ea3b3,#eaafc880)!important}[data-theme=dark] .ec-conquista-gradient-7{background:linear-gradient(135deg,#00b4dbb3,#0083b080)!important}[data-theme=dark] .ec-conquista-gradient-8{background:linear-gradient(135deg,#ed213ab3,#93291e80)!important}[data-theme=dark] .ec-conquista-header{border-bottom:1px solid #ffffff1a}[data-theme=dark] .ec-icon-container{background-color:#ffffff26;border:1px solid #ffffff1a}[data-theme=dark] .ec-conquista-valor{color:#fff;text-shadow:0 2px 8px #0000004d}[data-theme=dark] .ec-conquista-body{background-color:var(--bg-surface);border-top:1px solid var(--border-color)}[data-theme=dark] .ec-conquista-titulo{color:var(--text-heading)}[data-theme=dark] .ec-conquista-descricao{color:var(--text-secondary)}[data-theme=dark] .ec-empty-state{background-color:#696cff14}[data-theme=dark] .ec-empty-icon{background-color:#696cff33;color:#a5a7ff}[data-theme=dark] .ec-empty-star{color:#fbbf24}[data-theme=dark] .ec-empty-title{color:var(--text-heading)}[data-theme=dark] .ec-empty-description{color:var(--text-secondary)}[data-theme=dark] .ec-empty-note{background-color:#696cff26;color:#a5a7ff}[data-theme=dark] .conquistas-container{background-color:var(--bg-card);box-shadow:var(--shadow)}[data-theme=dark] .conquistas-header{background:var(--gradient-primary)!important;border-bottom:1px solid #ffffff1a}[data-theme=dark] .header-icon-container{background-color:#ffffff26;box-shadow:0 4px 10px #0000004d}[data-theme=dark] .conquista-card{background-color:var(--bg-surface);box-shadow:var(--shadow)}[data-theme=dark] .conquista-gradient-1{background:linear-gradient(135deg,#4e54c8b3,#8f94fb80)!important}[data-theme=dark] .conquista-gradient-2{background:linear-gradient(135deg,#11998eb3,#38ef7d80)!important}[data-theme=dark] .conquista-gradient-3{background:linear-gradient(135deg,#f857a6b3,#ff585880)!important}[data-theme=dark] .conquista-gradient-4{background:linear-gradient(135deg,#fc4a1ab3,#f7b73380)!important}[data-theme=dark] .conquista-header{border-bottom:1px solid #ffffff1a}[data-theme=dark] .icon-container{background-color:#ffffff26;border:1px solid #ffffff1a}[data-theme=dark] .conquista-valor{color:#fff;text-shadow:0 2px 8px #0000004d}[data-theme=dark] .conquista-body{background-color:var(--bg-surface);border-top:1px solid var(--border-color)}[data-theme=dark] .conquista-titulo{color:var(--text-heading)}[data-theme=dark] .conquista-descricao{color:var(--text-secondary)}[data-theme=dark] .empty-state{background-color:#696cff14}[data-theme=dark] .empty-icon{background-color:#696cff33;color:#a5a7ff}[data-theme=dark] .empty-title{color:var(--text-heading)}[data-theme=dark] .empty-description{color:var(--text-secondary)}[data-theme=dark] .suggestion-card{background-color:var(--bg-surface);box-shadow:var(--shadow)}[data-theme=dark] .suggestion-icon{background-color:var(--bg-card)}[data-theme=dark] .suggestion-title{color:var(--text-heading)}[data-theme=dark] .suggestion-text{color:var(--text-secondary)}[data-theme=dark] .custom-card-header{background:var(--gradient-primary)!important;border-bottom:1px solid #ffffff1a}[data-theme=dark] .custom-card-header .icon-circle{background-color:#ffffff26}[data-theme=dark] .dashboard-header{background:var(--gradient-primary)!important;border-bottom:1px solid #ffffff1a}[data-theme=dark] .dashboard-header .icon-circle{background-color:#ffffff26}[data-theme=dark] .empty-state-icon{background-color:#696cff26}[data-theme=dark] .empty-state-title{color:var(--text-heading)}[data-theme=dark] .empty-state-description{color:var(--text-secondary)}[data-theme=dark] .step-container div[style*="backgroundColor: '#fffbeb'"],[data-theme=dark] .wizard-question div[style*="background-color: #fffbeb"],[data-theme=dark] .wizard-question div[style*="backgroundColor: '#fffbeb'"]{background-color:#f59e0b26!important;border-color:#f59e0b4d!important}[data-theme=dark] .step-container div[style*="color: '#92400e'"],[data-theme=dark] .wizard-question div[style*="color: '#92400e'"]{color:#fbbf24!important}[data-theme=dark] .step-container div[style*="backgroundColor: '#f0fdf4'"],[data-theme=dark] .wizard-question div[style*="background-color: #f0fdf4"],[data-theme=dark] .wizard-question div[style*="backgroundColor: '#f0fdf4'"]{background-color:#22c55e26!important;border-color:#22c55e4d!important}[data-theme=dark] .step-container div[style*="color: '#059669'"],[data-theme=dark] .wizard-question div[style*="color: '#059669'"]{color:#4ade80!important}[data-theme=dark] .wizard-question input[style*="border: '2px solid #e2e8f0'"],[data-theme=dark] .wizard-question input[style*="border: 2px solid #e2e8f0"]{background-color:var(--bg-surface)!important;border-color:var(--border-color)!important;color:var(--text-primary)!important}[data-theme=dark] .wizard-question div[style*="background: 'white'"],[data-theme=dark] .wizard-question div[style*="background: white"],[data-theme=dark] .wizard-question div[style*="backgroundColor: 'white'"]{background-color:var(--bg-card)!important;border-color:var(--border-color)!important}[data-theme=dark] .wizard-question div[style*="borderBottom: '1px solid #f1f5f9'"]{border-color:var(--border-color)!important}[data-theme=dark] .step-container div[style*="color: '#1e293b'"],[data-theme=dark] .wizard-question div[style*="color: '#1e293b'"],[data-theme=dark] .wizard-question span[style*="color: '#1e293b'"]{color:var(--text-heading)!important}[data-theme=dark] .step-container div[style*="color: '#64748b'"],[data-theme=dark] .step-container div[style*="color: '#6b7280'"],[data-theme=dark] .wizard-question div[style*="color: '#64748b'"],[data-theme=dark] .wizard-question div[style*="color: '#6b7280'"],[data-theme=dark] .wizard-question span[style*="color: '#64748b'"],[data-theme=dark] .wizard-question span[style*="color: '#6b7280'"]{color:var(--text-secondary)!important}[data-theme=dark] .step-container div[style*="color: '#374151'"],[data-theme=dark] .wizard-question div[style*="color: '#374151'"],[data-theme=dark] .wizard-question h3[style*="color: '#374151'"],[data-theme=dark] .wizard-question h4[style*="color: '#374151'"],[data-theme=dark] .wizard-question span[style*="color: '#374151'"]{color:var(--text-heading)!important}[data-theme=dark] .wizard-question div[style*="border: '2px solid #10b981'"],[data-theme=dark] .wizard-question div[style*="border: 2px solid #10b981"]{background-color:#10b98126!important}[data-theme=dark] .wizard-question div[style*="backgroundColor: 'white'"][style*="border: '1px solid #bbf7d0'"]{background-color:var(--bg-surface)!important;border-color:#22c55e4d!important}[data-theme=dark] .wizard-question span[style*="background-color: #e0f2fe"],[data-theme=dark] .wizard-question span[style*="backgroundColor: '#e0f2fe'"]{background-color:#0ea5e933!important;color:#7dd3fc!important}[data-theme=dark] .wizard-options .option-card[style*="background: white"],[data-theme=dark] .wizard-question .option-card[style*="background: white"],[data-theme=dark] .wizard-question div[style*="background: '#f1f5f9'"],[data-theme=dark] .wizard-question span[style*="background: '#f1f5f9'"]{background-color:var(--bg-surface)!important}[data-theme=dark] .wizard-question h2[style*="color: '#1e293b'"],[data-theme=dark] .wizard-question h3[style*="color: '#1e293b'"],[data-theme=dark] .wizard-question h4[style*="color: '#1e293b'"]{color:var(--text-heading)!important}[data-theme=dark] .wizard-question p[style*="color: '#64748b'"],[data-theme=dark] .wizard-question span[style*="color: '#64748b'"]{color:var(--text-secondary)!important}[data-theme=dark] div[style*="padding: '1.5rem'"][style*="maxWidth: '1200px'"]{background-color:var(--bg-card)!important}[data-theme=dark] div[style*="color: '#1f2937'"],[data-theme=dark] h2[style*="color: '#1f2937'"]{color:var(--text-heading)!important}[data-theme=dark] p[style*="color: '#6b7280'"]{color:var(--text-secondary)!important}[data-theme=dark] div[style*="background-color: #f0f9ff"],[data-theme=dark] div[style*="backgroundColor: '#f0f9ff'"]{background-color:#0ea5e926!important;border-color:#0ea5e94d!important}[data-theme=dark] h3[style*="color: '#0c4a6e'"]{color:#7dd3fc!important}[data-theme=dark] div[style*="backgroundColor: 'white'"][style*="border: '1px solid #e5e7eb'"]{background-color:var(--bg-card)!important;border-color:var(--border-color)!important}[data-theme=dark] div[style*="background-color: #f9fafb"],[data-theme=dark] div[style*="backgroundColor: '#f9fafb'"][style*="borderBottom: '1px solid #e5e7eb'"]{background-color:var(--bg-surface)!important;border-color:var(--border-color)!important}[data-theme=dark] th[style*="background-color: #f9fafb"],[data-theme=dark] th[style*="backgroundColor: '#f9fafb'"],[data-theme=dark] tr[style*="backgroundColor: '#f9fafb'"]{background-color:var(--bg-surface)!important}[data-theme=dark] th[style*="color: '#374151'"]{color:var(--text-heading)!important}[data-theme=dark] td[style*="color: '#374151'"]{color:var(--text-primary)!important}[data-theme=dark] th[style*="borderBottom: '1px solid #e5e7eb'"],[data-theme=dark] tr[style*="borderBottom: '1px solid #f3f4f6'"]{border-color:var(--border-color)!important}[data-theme=dark] select[style*="background-color: white"],[data-theme=dark] select[style*="backgroundColor: 'white'"]{background-color:var(--bg-surface)!important;border-color:var(--border-color)!important;color:var(--text-primary)!important}[data-theme=dark] label[style*="color: '#374151'"]{color:var(--text-heading)!important}[data-theme=dark] span[style*="color: '#6b7280'"]{color:var(--text-secondary)!important}[data-theme=dark] button[style*="background-color: white"],[data-theme=dark] button[style*="backgroundColor: 'white'"]{background-color:var(--bg-surface)!important;border-color:var(--border-color)!important;color:var(--text-primary)!important}[data-theme=dark] button[style*="background-color: #f9fafb"],[data-theme=dark] button[style*="backgroundColor: '#f9fafb'"]{background-color:var(--bg-card)!important;border-color:var(--border-color)!important}[data-theme=dark] button[style*="color: '#374151'"]{color:var(--text-primary)!important}[data-theme=dark] button[style*="color: '#9ca3af'"]{color:var(--text-muted)!important}[data-theme=dark] div[style*="backgroundColor: 'rgba(0, 0, 0, 0.75)'"]{background-color:#000000d9!important}[data-theme=dark] div[style*="backgroundColor: 'white'"][style*="borderRadius: '12px'"]{background-color:var(--bg-card)!important}[data-theme=dark] h3[style*="color: '#dc2626'"]{color:#f87171!important}[data-theme=dark] #loading-overlay div[style*="background: white"]{background-color:var(--bg-card)!important}[data-theme=dark] #loading-overlay h3[style*="color: '#1e293b'"]{color:var(--text-heading)!important}[data-theme=dark] #loading-overlay p[style*="color: '#64748b'"]{color:var(--text-secondary)!important}[data-theme=dark] .step-container{background-color:var(--bg-card)}[data-theme=dark] div[style*="backgroundColor: '#fffbeb'"][style*="borderRadius: '12px'"]{background-color:#f59e0b26!important;border-color:#f59e0b4d!important}[data-theme=dark] h4[style*="color: '#92400e'"]{color:#fbbf24!important}[data-theme=dark] ul[style*="color: '#92400e'"]{color:#fcd34d!important}[data-theme=dark] button[style*="background-color: #6b7280"],[data-theme=dark] button[style*="backgroundColor: '#6b7280'"]{background-color:var(--bg-surface)!important;border:1px solid var(--border-color)!important}[data-theme=dark] .confirm-modal-overlay .confirm-header h3{color:var(--text-heading)}[data-theme=dark] .confirm-modal-overlay .confirm-btn.cancel,[data-theme=dark] .confirm-modal-overlay .confirm-content p{color:var(--text-secondary)}[data-theme=dark] .holographic-toast-offline{background:#2d2d2dfa!important;border-color:var(--border-color)!important}[data-theme=dark] .wizard-question .option-card.upload-area{background-color:var(--bg-surface);border-color:var(--border-color)}[data-theme=dark] .wizard-question .option-card.upload-area p[style*="color: '#6b7280'"]{color:var(--text-secondary)!important}[data-theme=dark] .wizard-question div[style*="background-color: #f8f9ff"],[data-theme=dark] .wizard-question div[style*="backgroundColor: '#f8f9ff'"]{background-color:#696cff26!important}[data-theme=dark] .step-container,[data-theme=dark] .step-container *,[data-theme=dark] .wizard-question,[data-theme=dark] .wizard-question *{--ie-text-dark:var(--text-heading);--ie-text-secondary:var(--text-secondary);--ie-bg-white:var(--bg-card);--ie-bg-gray:var(--bg-surface)}[data-theme=dark] .step-container h2,[data-theme=dark] .step-container h3,[data-theme=dark] .step-container h4,[data-theme=dark] .step-container h5,[data-theme=dark] .wizard-question h2,[data-theme=dark] .wizard-question h3,[data-theme=dark] .wizard-question h4,[data-theme=dark] .wizard-question h5{color:var(--text-heading)}[data-theme=dark] .step-container label,[data-theme=dark] .step-container p,[data-theme=dark] .step-container span,[data-theme=dark] .wizard-question div,[data-theme=dark] .wizard-question label,[data-theme=dark] .wizard-question p,[data-theme=dark] .wizard-question span{color:var(--text-primary)}[data-theme=dark] .step-body>div[style]{background-color:initial!important}[data-theme=dark] .step-body h2{color:var(--text-heading)}[data-theme=dark] .step-body p{color:var(--text-secondary)}[data-theme=dark] .step-body table{background-color:var(--bg-card)}[data-theme=dark] .step-body table thead tr{background-color:var(--bg-surface)}[data-theme=dark] .step-body table th{background-color:var(--bg-surface);border-color:var(--border-color);color:var(--text-heading)}[data-theme=dark] .step-body table td{border-color:var(--border-color);color:var(--text-primary)}[data-theme=dark] .step-body table tr{border-color:var(--border-color)}[data-theme=dark] .step-body input,[data-theme=dark] .step-body select,[data-theme=dark] .step-body textarea,[data-theme=dark] .wizard-question input,[data-theme=dark] .wizard-question select,[data-theme=dark] .wizard-question textarea{background-color:var(--bg-surface);border-color:var(--border-color);color:var(--text-primary)}[data-theme=dark] .step-body input::placeholder,[data-theme=dark] .wizard-question input::placeholder{color:var(--text-muted)}[data-theme=dark] .step-body button:not(.btn-primary):not(.btn-secondary):not([style*=background]),[data-theme=dark] .wizard-question button:not(.btn-primary):not(.btn-secondary){color:var(--text-primary)!important}[data-theme=dark] .step-body>div>div{background-color:var(--bg-card)}[data-theme=dark] .step-body>div>div>div{border-color:var(--border-color)}[data-theme=dark] .importar-modal .step-body div,[data-theme=dark] .importar-modal .step-body p,[data-theme=dark] .importar-modal .step-body small,[data-theme=dark] .importar-modal .step-body span{color:var(--text-primary)}[data-theme=dark] .importar-modal .step-body strong{color:var(--text-heading)}[data-theme=dark] .step-body li,[data-theme=dark] .step-body ol,[data-theme=dark] .step-body ul{color:var(--text-primary)}[data-theme=dark] #modal-erro-imperativo .modal-imperativo-content{background-color:var(--bg-card)!important}[data-theme=dark] #modal-erro-imperativo .modal-imperativo-message{color:var(--text-primary)!important}[data-theme=dark] #loading-overlay>div,[data-theme=dark] #modal-sucesso-planilha .modal-imperativo-content{background-color:var(--bg-card)!important}[data-theme=dark] #loading-overlay h3{color:var(--text-heading)!important}[data-theme=dark] #loading-overlay p{color:var(--text-secondary)!important}[data-theme=dark] .confirm-modal-overlay .confirm-modal{background-color:var(--bg-card);color:var(--text-primary)}[data-theme=dark] .confirm-modal-overlay .confirm-modal h3{color:var(--text-heading)}[data-theme=dark] .confirm-modal-overlay .confirm-modal p{color:var(--text-secondary)}[data-theme=dark] .confirm-modal-overlay .confirm-btn.cancel{background-color:var(--bg-surface);color:var(--text-primary)}[data-theme=dark] .timer-form-wrapper,[data-theme=dark] .timer-options-modal .modal-content{background-color:var(--bg-card);color:var(--text-primary)}[data-theme=dark] .timer-form-wrapper .section-header-title{color:var(--text-heading)}[data-theme=dark] .timer-form-wrapper .section-header{border-bottom-color:#696cff4d}[data-theme=dark] .timer-form-wrapper .duration-selector select,[data-theme=dark] .timer-form-wrapper .form-control-custom,[data-theme=dark] .timer-form-wrapper .form-select-custom,[data-theme=dark] .timer-form-wrapper .questoes-input,[data-theme=dark] .timer-form-wrapper .textarea-custom{background-color:var(--bg-surface);border-color:var(--border-color);color:var(--text-primary)}[data-theme=dark] .timer-form-wrapper .duration-selector select:focus,[data-theme=dark] .timer-form-wrapper .form-control-custom:focus,[data-theme=dark] .timer-form-wrapper .form-select-custom:focus,[data-theme=dark] .timer-form-wrapper .questoes-input:focus,[data-theme=dark] .timer-form-wrapper .textarea-custom:focus{border-color:var(--bs-primary);box-shadow:0 0 0 4px #696cff33}[data-theme=dark] .timer-form-wrapper .form-control-custom::placeholder,[data-theme=dark] .timer-form-wrapper .textarea-custom::placeholder{color:var(--text-muted)}[data-theme=dark] .timer-form-wrapper .form-control-custom:disabled,[data-theme=dark] .timer-form-wrapper .form-select-custom:disabled{background-color:var(--bg-body)}[data-theme=dark] .timer-form-wrapper .input-label-custom,[data-theme=dark] .timer-form-wrapper .questoes-input-label{color:var(--text-secondary)}[data-theme=dark] .timer-form-wrapper .input-label-custom svg{color:var(--bs-primary)}[data-theme=dark] .timer-form-wrapper .manual-entry-card{background:linear-gradient(135deg,#696cff1a,#667eea14);border-color:#696cff66}[data-theme=dark] .timer-form-wrapper .checkbox-item-custom{background-color:var(--bg-surface);border-color:var(--border-color)}[data-theme=dark] .timer-form-wrapper .checkbox-item-custom:hover{background-color:#696cff1a;border-color:var(--bs-primary)}[data-theme=dark] .timer-form-wrapper .checkbox-item-custom label{color:var(--text-primary)}[data-theme=dark] .timer-form-wrapper .questoes-input:read-only{background:linear-gradient(135deg,#696cff26,#667eea1f);color:var(--bs-primary)}[data-theme=dark] .diversos-modal,[data-theme=dark] .mixed-session-detail-form,[data-theme=dark] .mixed-session-form,[data-theme=dark] .timer-form-wrapper select option{background-color:var(--bg-card);color:var(--text-primary)}[data-theme=dark] .diversos-modal .card,[data-theme=dark] .mixed-session-detail-form .card,[data-theme=dark] .mixed-session-form .card{background-color:var(--bg-surface);border-color:var(--border-color)}[data-theme=dark] [class*=assunto-item],[data-theme=dark] [class*=materia-item]{background-color:var(--bg-surface)!important;border-color:var(--border-color)!important;color:var(--text-primary)!important}[data-theme=dark] [class*=assunto-item]:hover,[data-theme=dark] [class*=materia-item]:hover{background-color:var(--bg-hover)!important}[data-theme=dark] .timer-options-modal .modal-header>div>div:last-child{background:linear-gradient(135deg,#696cff26,#667eea1f);border-color:#696cff4d}[data-theme=dark] .timer-options-modal .modal-header>div>div:last-child span{color:var(--text-secondary)}[data-theme=dark] .calculator-overlay .calculator-dialog{background-color:var(--bg-card)}[data-theme=dark] .calculator-overlay .calculator-display{background-color:var(--bg-surface);border-color:#696cff4d;color:var(--text-primary)}[data-theme=dark] .calculator-overlay .calc-btn-function,[data-theme=dark] .calculator-overlay .calc-btn-number{background-color:var(--bg-surface);border-color:var(--border-color);color:var(--text-primary)}[data-theme=dark] .calculator-overlay .calc-btn-scientific{background-color:var(--bg-surface);border-color:#696cff66;color:var(--bs-primary)}[data-theme=dark] .calculator-overlay .calc-scientific-panel,[data-theme=dark] .calculator-overlay .calculator-history{background-color:#696cff14;border-color:#696cff33}[data-theme=dark] .calculator-overlay .history-chip{background-color:var(--bg-card);border-color:#696cff4d;color:var(--text-primary)}[data-theme=dark] .calculator-overlay .calc-tip{background-color:var(--bg-surface);color:var(--text-secondary)}[data-theme=dark] .dictionary-header,[data-theme=dark] .math-calculator-header{background:var(--bg-card);border-bottom-color:var(--border-color)}[data-theme=dark] .dictionary-header .MuiTypography-root,[data-theme=dark] .math-calculator-header .MuiTypography-root{color:var(--text-primary)!important}[data-theme=dark] .dictionary-header .MuiTypography-body2,[data-theme=dark] .math-calculator-header .MuiTypography-body2{color:var(--text-muted)!important}[data-theme=dark] .dictionary-header .MuiIconButton-root,[data-theme=dark] .math-calculator-header .MuiIconButton-root{color:var(--text-secondary)!important}[data-theme=dark] .dictionary-header .MuiIconButton-root:hover,[data-theme=dark] .math-calculator-header .MuiIconButton-root:hover{background-color:var(--bg-hover)!important}[data-theme=dark] .MuiDialog-paper .MuiDialogContent-root{background-color:var(--bg-card)!important}[data-theme=dark] .MuiDialog-paper .MuiTextField-root .MuiOutlinedInput-root{background-color:var(--bg-surface)!important}[data-theme=dark] .MuiDialog-paper .MuiTextField-root .MuiInputBase-input{color:var(--text-primary)!important}[data-theme=dark] .MuiDialog-paper .MuiTextField-root .MuiInputBase-input::placeholder{color:var(--text-muted)!important}[data-theme=dark] .MuiDialog-paper .MuiInputLabel-root{color:var(--text-secondary)!important}[data-theme=dark] .MuiDialog-paper .MuiOutlinedInput-notchedOutline{border-color:var(--border-color)!important}[data-theme=dark] .MuiDialog-paper .MuiPaper-outlined,[data-theme=dark] .MuiDialog-paper .MuiPaper-root{background-color:var(--bg-surface)!important;border-color:var(--border-color)!important}[data-theme=dark] .MuiDialog-paper .MuiCard-root{background-color:var(--bg-card)!important;border-color:var(--border-color)!important}[data-theme=dark] .MuiDialog-paper .MuiCardContent-root{background-color:var(--bg-card)!important}[data-theme=dark] .dictionary-search-input .MuiOutlinedInput-root{background-color:var(--bg-surface)!important}[data-theme=dark] .dictionary-search-input .MuiOutlinedInput-root input{color:var(--text-primary)!important}[data-theme=dark] .dictionary-search-input .MuiOutlinedInput-root input::placeholder{color:var(--text-muted)!important;opacity:1!important}[data-theme=dark] .dictionary-search-input .MuiOutlinedInput-root fieldset{border-color:var(--border-color)!important}[data-theme=dark] .MuiAutocomplete-popper .MuiPaper-root{background-color:var(--bg-card)!important;border:1px solid var(--border-color)!important}[data-theme=dark] .MuiAutocomplete-popper .MuiAutocomplete-option{color:var(--text-primary)!important}[data-theme=dark] .MuiAutocomplete-popper .MuiAutocomplete-option:hover,[data-theme=dark] .MuiAutocomplete-popper .MuiAutocomplete-option[aria-selected=true]{background-color:#696cff26!important}[data-theme=dark] .dictionary-result-header{background:var(--bg-surface);border-bottom-color:var(--border-color)}[data-theme=dark] .MuiDialog-paper .dictionary-type-badge,[data-theme=dark] .MuiDialog-paper .dictionary-type-badge .MuiChip-label,[data-theme=dark] .dictionary-type-badge,[data-theme=dark] .dictionary-type-badge .MuiChip-label{color:#fff!important}[data-theme=dark] .dictionary-result-header .MuiTypography-h5{color:var(--bs-primary)!important}[data-theme=dark] .MuiDialog-paper .MuiDialogContent-root .MuiTypography-root{color:var(--text-primary)!important}[data-theme=dark] .MuiDialog-paper .MuiTypography-colorTextSecondary{color:var(--text-secondary)!important}[data-theme=dark] .MuiDialog-paper .MuiDialogContent-root .MuiSvgIcon-root{color:var(--bs-primary)!important}[data-theme=dark] .MuiDialog-paper .MuiChip-root:not(.dictionary-type-badge){background-color:#696cff26!important;color:var(--bs-primary)!important}[data-theme=dark] .MuiDialog-paper .MuiChip-root[style*="background: linear-gradient"],[data-theme=dark] .MuiDialog-paper .MuiChip-root[style*=gradient]{color:#fff!important}[data-theme=dark] .MuiDialog-paper div[style*="background: #f8f9fa"],[data-theme=dark] .MuiDialog-paper div[style*="backgroundColor: #f8f9fa"]{background-color:var(--bg-surface)!important}[data-theme=dark] .MuiDialog-paper .MuiButton-outlined{border-color:#696cff80!important;color:var(--bs-primary)!important}[data-theme=dark] .MuiDialog-paper .MuiButton-outlined:hover{background-color:#696cff26!important}[data-theme=dark] .MuiDialog-paper .MuiDivider-root{border-color:var(--border-color)!important}[data-theme=dark] .MuiDialog-paper .MuiSelect-select{color:var(--text-primary)!important}[data-theme=dark] .MuiDialog-paper .MuiSelect-icon{color:var(--text-secondary)!important}[data-theme=dark] .form-control{background-color:var(--bg-surface);border-color:var(--border-color);color:var(--text-primary)}[data-theme=dark] .form-control:focus{background-color:var(--bg-surface);border-color:var(--bs-primary);box-shadow:0 0 0 .25rem #696cff40;color:var(--text-primary)}[data-theme=dark] .form-control::placeholder{color:var(--text-muted)}[data-theme=dark] .form-control:disabled,[data-theme=dark] .form-control[readonly]{background-color:var(--bg-body);color:var(--text-muted)}[data-theme=dark] .form-select{background-color:var(--bg-surface);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Cpath fill='none' stroke='%23b0b0b0' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3E%3C/svg%3E");border-color:var(--border-color);color:var(--text-primary)}[data-theme=dark] .form-select:focus{background-color:var(--bg-surface);border-color:var(--bs-primary);box-shadow:0 0 0 .25rem #696cff40;color:var(--text-primary)}[data-theme=dark] .form-select:disabled{background-color:var(--bg-body);color:var(--text-muted)}[data-theme=dark] .form-select option{background-color:var(--bg-surface);color:var(--text-primary)}[data-theme=dark] .form-floating>.form-control,[data-theme=dark] .form-floating>.form-select{background-color:var(--bg-surface);border-color:var(--border-color);color:var(--text-primary)}[data-theme=dark] .form-floating>.form-control:focus,[data-theme=dark] .form-floating>.form-select:focus{background-color:var(--bg-surface);border-color:var(--bs-primary);color:var(--text-primary)}[data-theme=dark] .form-floating>label{color:var(--text-muted)}[data-theme=dark] .form-floating>.form-control:focus~label,[data-theme=dark] .form-floating>.form-control:not(:placeholder-shown)~label,[data-theme=dark] .form-floating>.form-select~label{background-color:var(--bg-surface);color:var(--text-secondary);padding:0 .25rem}[data-theme=dark] .input-group-text{background-color:var(--bg-body);border-color:var(--border-color);color:var(--text-secondary)}[data-theme=dark] .form-check-input{background-color:var(--bg-surface);border-color:var(--border-color)}[data-theme=dark] .form-check-input:checked{background-color:var(--bs-primary);border-color:var(--bs-primary)}[data-theme=dark] .form-check-label{color:var(--text-primary)}[data-theme=dark] .alert-light{background-color:var(--bg-surface);border-color:var(--border-color);color:var(--text-primary)}[data-theme=dark] .card{background-color:var(--bg-card);border-color:var(--border-color)}[data-theme=dark] .card-body{background-color:var(--bg-card);color:var(--text-primary)}[data-theme=dark] .card-header{background-color:var(--bg-card);border-color:var(--border-color)}[data-theme=pink]{--bs-primary:var(--color-pink-primary);--bs-primary-dark:var(--color-pink-hover);--bs-primary-rgb:236,72,153;--gradient-primary:var(--gradient-pink-primary);--gradient-primary-hover:var(--gradient-pink-intense);--gradient-purple:linear-gradient(135deg,var(--color-pink-light) 0%,var(--color-pink-primary) 100%);--gradient-purple-soft:var(--gradient-pink-soft);--color-gradient-purple-start:var(--color-pink-light);--color-gradient-purple-end:var(--color-pink-primary);--color-purple-light:var(--color-pink-soft);--color-blue-accent:var(--color-pink-primary);--color-indigo:var(--color-pink-primary);--color-mood-purple:var(--color-pink-lighter);--color-mood-pink:var(--color-pink-soft);--bs-link-color:var(--color-pink-primary);--bs-link-hover-color:var(--color-pink-hover);--sidebar-primary:var(--color-pink-primary);--sidebar-primary-rgb:236,72,153;--sidebar-primary-hover:var(--color-pink-alpha-10);--sidebar-primary-active:var(--color-pink-alpha-15);--sidebar-compact-bg:var(--color-pink-primary);--sidebar-compact-bg-end:var(--color-pink-hover)}html[data-theme=pink]{--sidebar-compact-bg:var(--color-pink-primary)!important;--sidebar-compact-bg-end:var(--color-pink-hover)!important;--sidebar-primary:var(--color-pink-primary)!important;--sidebar-primary-rgb:236,72,153!important;--sidebar-primary-hover:var(--color-pink-alpha-10)!important;--sidebar-primary-active:var(--color-pink-alpha-15)!important}[data-theme=pink].dark-mode,[data-theme=pink][data-mode=dark],[data-theme=pink][data-theme=dark]{--bs-primary:var(--color-pink-light);--bs-primary-dark:var(--color-pink-primary);--gradient-primary:linear-gradient(135deg,var(--color-pink-light) 0%,var(--color-pink-primary) 100%);--gradient-primary-hover:var(--gradient-pink-primary);--bg-primary:#1a1a2e;--bg-secondary:#16213e;--bg-card:#1e1e2d;--bg-surface:#252536;--text-primary:#e4e6eb;--text-secondary:#b0b3b8;--text-muted:#8a8d91;--sidebar-compact-bg:var(--color-pink-dark)!important;--sidebar-compact-bg-end:var(--color-pink-darker)!important;--sidebar-primary:var(--color-pink-light)!important;--sidebar-primary-hover:#f472b626!important;--sidebar-primary-active:#f472b640!important}[data-theme=pink] .layout-menu{--menu-bg:var(--gradient-pink-light)}[data-theme=pink][data-mode=dark] .layout-menu{--menu-bg:linear-gradient(180deg,#1a1a2e,#16213e)}[data-theme=pink] .btn-primary{background:var(--gradient-primary)!important;border-color:var(--color-pink-primary)!important}[data-theme=pink] .btn-primary:hover{background:var(--gradient-primary-hover)!important;border-color:var(--color-pink-hover)!important}[data-theme=pink] .btn-outline-primary{border-color:var(--color-pink-primary)!important;color:var(--color-pink-primary)!important}[data-theme=pink] .btn-outline-primary.active,[data-theme=pink] .btn-outline-primary:hover{background-color:var(--color-pink-primary)!important;color:#fff!important}[data-theme=pink] a:not(.btn):not(.nav-link){color:var(--color-pink-primary)}[data-theme=pink] a:not(.btn):not(.nav-link):hover{color:var(--color-pink-hover)}[data-theme=pink] .badge.bg-primary,[data-theme=pink] .bg-primary,[data-theme=pink] .progress-bar{background-color:var(--color-pink-primary)!important}[data-theme=pink] .form-control:focus,[data-theme=pink] .form-select:focus{border-color:var(--color-pink-soft)!important;box-shadow:0 0 0 .25rem var(--color-pink-alpha-25)!important}[data-theme=pink] .form-check-input:checked{background-color:var(--color-pink-primary)!important;border-color:var(--color-pink-primary)!important}[data-theme=pink] .bg-gradient-primary,[data-theme=pink] .card-header.bg-primary{background:var(--gradient-primary)!important}[data-theme=pink] .timer-container .btn-success{background:var(--gradient-pink-primary)!important;border-color:var(--color-pink-primary)!important}[data-theme=pink] .nav-tabs .nav-link.active{border-bottom-color:var(--color-pink-primary)!important;color:var(--color-pink-primary)!important}[data-theme=pink] .nav-pills .nav-link.active{color:#fff!important}[data-theme=pink] .MuiButton-containedPrimary,[data-theme=pink] .nav-pills .nav-link.active{background-color:var(--color-pink-primary)!important}[data-theme=pink] .MuiButton-containedPrimary:hover{background-color:var(--color-pink-hover)!important}[data-theme=pink] .MuiCheckbox-colorPrimary.Mui-checked,[data-theme=pink] .MuiRadio-colorPrimary.Mui-checked,[data-theme=pink] .MuiSwitch-colorPrimary.Mui-checked{color:var(--color-pink-primary)!important}[data-theme=pink] .MuiSwitch-colorPrimary.Mui-checked+.MuiSwitch-track{background-color:var(--color-pink-soft)!important}[data-theme=pink] ::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--color-pink-light) 0,var(--color-pink-primary) 100%)}[data-theme=pink] ::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,var(--color-pink-primary) 0,var(--color-pink-hover) 100%)}[data-theme=pink] ::selection{background-color:var(--color-pink-alpha-30)}[data-theme=pink] .spinner-border.text-primary{color:var(--color-pink-primary)!important}[data-theme=pink] .alert-primary{background-color:var(--color-pink-lightest)!important;border-color:var(--color-pink-lighter)!important;color:var(--color-pink-dark)!important}[data-theme=pink] .tooltip-inner{background-color:var(--color-pink-primary)}[data-theme=pink] .tooltip .tooltip-arrow:before{border-top-color:var(--color-pink-primary)}[data-theme=pink] .usuario-page .usuario-header{background:var(--gradient-pink-primary)}[data-theme=pink] .usuario-page .usuario-avatar-btn{background:var(--gradient-pink-primary);box-shadow:0 4px 12px var(--color-pink-alpha-40)}[data-theme=pink] .usuario-page .usuario-progress-fill{background:linear-gradient(90deg,var(--color-pink-primary) 0,var(--color-pink-hover) 100%)}[data-theme=pink] .usuario-page .usuario-alert{background:var(--color-pink-alpha-10);border-color:var(--color-pink-alpha-15)}[data-theme=pink] .usuario-page .usuario-input input:focus,[data-theme=pink] .usuario-page .usuario-select select:focus{border-color:var(--bs-primary);box-shadow:0 0 0 3px var(--color-pink-alpha-15)}[data-theme=pink] .usuario-page .usuario-btn-save{background:var(--gradient-pink-primary);box-shadow:0 4px 14px var(--color-pink-alpha-30)}[data-theme=pink] .usuario-page .usuario-btn-save:hover:not(:disabled){box-shadow:0 6px 20px var(--color-pink-alpha-40)}[data-theme=pink][data-mode=dark] .usuario-page .usuario-input input:focus,[data-theme=pink][data-mode=dark] .usuario-page .usuario-select select:focus{box-shadow:0 0 0 3px var(--color-pink-alpha-25)}[data-theme=pink][data-mode=dark] .usuario-page .usuario-alert{background:var(--color-pink-alpha-10);border-color:var(--color-pink-alpha-20)}[data-theme=pink]{--bg-body:var(--color-pink-lightest);--bg-light:var(--color-pink-lightest);--bg-card:#fff;--bg-surface:#fff}[data-theme=pink] .content-wrapper{background:var(--bg-body)!important}[data-theme=pink] .content-wrapper:before{background:radial-gradient(circle at 20% 30%,var(--color-pink-alpha-10) 0,#0000 50%),radial-gradient(circle at 80% 70%,var(--color-pink-alpha-05) 0,#0000 50%),radial-gradient(circle at 50% 50%,var(--color-pink-alpha-05) 0,#0000 70%)}[data-theme=pink] body{background-color:var(--bg-body)!important}[data-theme=pink] .container-p-y,[data-theme=pink] .container-xxl{background-color:initial}[data-theme=pink] [class*=sectionTitle]{color:var(--color-pink-dark)!important}[data-theme=pink] .ca-header,[data-theme=pink] .ma-header{background:var(--gradient-primary);box-shadow:0 10px 25px -5px var(--color-pink-alpha-30)}[data-theme=pink] .ma-stat-card{border:1px solid var(--color-pink-alpha-10)}[data-theme=pink] .ma-stat-card:hover{box-shadow:0 8px 24px var(--color-pink-alpha-15)}[data-theme=pink] .ma-progress-icon{background-color:var(--color-pink-alpha-10);color:var(--color-pink-primary)}[data-theme=pink] .ma-progress-fill{background:var(--gradient-primary)}[data-theme=pink] .ma-progress-current-position,[data-theme=pink] .ma-progress-marker{background:var(--color-pink-primary);color:var(--color-pink-primary)}[data-theme=pink] .ma-info-icon,[data-theme=pink] .ma-tab-button.active{color:var(--color-pink-primary)}[data-theme=pink] .ma-tab-button.active:after{background-color:var(--color-pink-primary)}[data-theme=pink] .ma-tab-button:hover{background-color:var(--color-pink-alpha-10)}[data-theme=pink] .ma-switch-input:checked+.ma-switch-label{background-color:var(--color-pink-primary)}[data-theme=pink] .ma-spinner-inner{border-top-color:var(--color-pink-primary)}[data-theme=pink] .ma-spinner:before{border-top-color:#ec489980}[data-theme=pink] .ma-spinner:after{border-top-color:var(--color-pink-alpha-25)}[data-theme=pink] .ca-stat-card{border:1px solid var(--color-pink-alpha-10)}[data-theme=pink] .ca-stat-card:hover{box-shadow:0 8px 24px var(--color-pink-alpha-15)}[data-theme=pink] .ca-progress-icon{background-color:var(--color-pink-alpha-10);color:var(--color-pink-primary)}[data-theme=pink] .ca-progress-fill{background:var(--gradient-primary)}[data-theme=pink] .ca-progress-current-position,[data-theme=pink] .ca-progress-marker{background:var(--color-pink-primary);color:var(--color-pink-primary)}[data-theme=pink] .ca-info-icon,[data-theme=pink] .ca-tab-button.active{color:var(--color-pink-primary)}[data-theme=pink] .ca-tab-button.active:after{background-color:var(--color-pink-primary)}[data-theme=pink] .ca-tab-button:hover{background-color:var(--color-pink-alpha-10)}[data-theme=pink] .ca-switch-input:checked+.ca-switch-label{background-color:var(--color-pink-primary)}[data-theme=pink] .ca-spinner-inner{border-top-color:var(--color-pink-primary)}[data-theme=pink] .ca-spinner:before{border-top-color:#ec489980}[data-theme=pink] .ca-spinner:after{border-top-color:var(--color-pink-alpha-25)}[data-theme=pink] .ca-empty-state-icon,[data-theme=pink] .ma-empty-state-icon{background:linear-gradient(135deg,var(--color-pink-light) 0,var(--color-pink-primary) 100%);box-shadow:0 8px 24px var(--color-pink-alpha-30)}[data-theme=pink] .ca-empty-tip,[data-theme=pink] .ma-empty-tip{background:var(--color-pink-alpha-05);border-left-color:var(--color-pink-primary)}[data-theme=pink] .ca-empty-tip-content strong,[data-theme=pink] .ca-empty-tip-icon,[data-theme=pink] .ma-empty-tip-content strong,[data-theme=pink] .ma-empty-tip-icon{color:var(--color-pink-primary)}[data-theme=pink] [class*=SelfImprovement]{color:var(--color-pink-primary)!important}[data-theme=pink] .MuiButton-containedPrimary[class*=breathing],[data-theme=pink] .MuiDialogContent-root .MuiButton-contained:not(.MuiButton-containedError){background-color:var(--color-pink-primary)!important;box-shadow:0 6px 16px var(--color-pink-alpha-20)!important}[data-theme=pink] .MuiDialogContent-root .MuiButton-contained:not(.MuiButton-containedError):hover{background-color:var(--color-pink-hover)!important;box-shadow:0 8px 20px var(--color-pink-alpha-30)!important}[data-theme=pink] [class*=Timer]{color:var(--color-pink-primary)!important}[data-theme=pink] .stat-primary:before{background:linear-gradient(90deg,var(--color-pink-primary),var(--color-pink-light))}[data-theme=pink] .stat-primary .stat-icon-container{background-color:var(--color-pink-alpha-10)}[data-theme=pink] .stat-primary .stat-icon,[data-theme=pink] .stat-primary .stat-trend,[data-theme=pink] .stat-primary .trend-icon{color:var(--color-pink-primary)}[data-theme=pink] .stat-card{border-color:var(--color-pink-alpha-10)}[data-theme=pink] .stat-card:hover{box-shadow:0 8px 24px var(--color-pink-alpha-10)}[data-theme=pink] .MuiCardHeader-root{background-color:var(--color-pink-primary)!important}[data-theme=pink] .achievement-card-header,[data-theme=pink] .achievement-progress-fill,[data-theme=pink] .conquista-card-header,[data-theme=pink] .conquista-progress-fill{background:var(--gradient-primary)!important}[data-theme=pink] .achievement-badge,[data-theme=pink] .conquista-badge{background-color:var(--color-pink-alpha-10)!important;color:var(--color-pink-primary)!important}[data-theme=pink] .MuiTabs-indicator{background-color:var(--color-pink-primary)!important}[data-theme=pink] .MuiTab-root.Mui-selected{color:var(--color-pink-primary)!important}[data-theme=pink] .achievement-icon,[data-theme=pink] .conquista-icon{color:var(--color-pink-primary)}[data-theme=pink] .welcome-icon-wrapper{background-color:var(--color-pink-alpha-10)}[data-theme=pink] .welcome-icon-wrapper svg{color:var(--color-pink-primary)}[data-theme=pink] .achievement-badge .badge-inner{background-color:var(--color-pink-alpha-10);box-shadow:0 2px 8px var(--color-pink-alpha-10);color:var(--color-pink-primary)}[data-theme=pink] .achievement-badge .badge-inner:hover{background-color:var(--color-pink-alpha-15)}[data-theme=pink] .slider-dot.active{background-color:var(--color-pink-primary)}[data-theme=pink] .materia-card:hover,[data-theme=pink] .subject-card:hover{border-color:var(--color-pink-alpha-30);box-shadow:0 4px 12px var(--color-pink-alpha-10)}[data-theme=pink] .materia-progress-bar,[data-theme=pink] .subject-progress-bar{background:var(--gradient-primary)}[data-theme=pink][data-mode=dark]{--bg-body:#1a0a12;--bg-light:#2d1520;--bg-card:#1e1e2d;--bg-surface:#252030}[data-theme=pink][data-mode=dark] .stat-card{border-color:#f472b626}[data-theme=pink][data-mode=dark] .stat-primary .stat-icon-container{background-color:#f472b626}[data-theme=pink][data-mode=dark] .ca-header{box-shadow:0 10px 25px -5px var(--color-pink-alpha-20)}[data-theme=pink][data-mode=dark] .ca-stat-card{border-color:#f472b61a}[data-theme=pink][data-mode=dark] .ca-tab-button:hover{background-color:#f472b61a}[data-theme=pink][data-mode=dark] .ca-tab-button.active{color:var(--color-pink-light)}[data-theme=pink][data-mode=dark] .ca-tab-button.active:after{background-color:var(--color-pink-light)}[data-theme=pink][data-mode=dark] .ma-header{box-shadow:0 10px 25px -5px var(--color-pink-alpha-20)}[data-theme=pink][data-mode=dark] .ma-stat-card{border-color:#f472b61a}[data-theme=pink][data-mode=dark] .ma-tab-button:hover{background-color:#f472b61a}[data-theme=pink][data-mode=dark] .ma-tab-button.active{color:var(--color-pink-light)}[data-theme=pink][data-mode=dark] .ma-tab-button.active:after{background-color:var(--color-pink-light)}[data-theme=pink][data-mode=dark] .ca-empty-tip,[data-theme=pink][data-mode=dark] .ma-empty-tip{background:#f472b61a;border-left-color:var(--color-pink-light)}[data-theme=pink][data-mode=dark] .ca-empty-tip-content strong,[data-theme=pink][data-mode=dark] .ma-empty-tip-content strong{color:var(--color-pink-light)}[data-theme=pink][data-mode=dark] .welcome-icon-wrapper{background-color:#f472b626}[data-theme=pink][data-mode=dark] .achievement-badge .badge-inner{background-color:#f472b626;color:var(--color-pink-light)}[data-theme=pink] [class*=expandableBtn]{color:var(--color-pink-dark)!important}[data-theme=pink] [class*=expandableBtn]:hover{background:var(--color-pink-alpha-10)!important;color:var(--color-pink-primary)!important}[data-theme=pink] [class*=expandableBtn] [class*=menuIcon]{color:var(--color-pink-primary)!important}[data-theme=pink] [class*=expandableBtn] [class*=menuArrow]{color:var(--color-pink-dark)!important}[data-theme=pink] .stat-card{background:var(--bg-card)!important}[data-theme=pink] .stat-card:before,[data-theme=pink] .stat-info:before,[data-theme=pink] .stat-primary:before,[data-theme=pink] .stat-success:before,[data-theme=pink] .stat-warning:before{background:linear-gradient(90deg,var(--color-pink-primary),var(--color-pink-light))!important}[data-theme=pink] .stat-card .stat-icon-container{background-color:var(--color-pink-alpha-10)!important}[data-theme=pink] .stat-card .stat-icon{color:var(--color-pink-primary)!important}[data-theme=pink] .stat-card .stat-label{color:var(--text-secondary)!important}[data-theme=pink] .stat-card .stat-value{color:var(--text-primary)!important}[data-theme=pink] .stat-card .stat-footer,[data-theme=pink] .stat-card .stat-trend,[data-theme=pink] .stat-card .trend-icon{color:#10b981!important}[data-theme=pink] .stat-card .stat-footer.empty-state{color:#f59e0b!important}[data-theme=pink] .stat-card:hover{box-shadow:0 8px 24px var(--color-pink-alpha-15)!important}[data-theme=pink] .levitating-card{background:#fff5f8!important;border-color:var(--color-pink-alpha-15)!important}[data-theme=pink] .levitating-card:hover{border-color:var(--color-pink-alpha-30)!important;box-shadow:0 32px 64px var(--color-pink-alpha-10),0 16px 32px var(--color-pink-alpha-10)!important}[data-theme=pink] .levitating-card:before{background:linear-gradient(90deg,#ec489999,#db277799,var(--color-pink-alpha-30))!important}[data-theme=pink] .meus-estudos-wrapper{background:var(--bg-body)!important}[data-theme=pink] .meus-estudos-wrapper:before{background:radial-gradient(circle at 20% 30%,var(--color-pink-alpha-10) 0,#0000 50%),radial-gradient(circle at 80% 70%,var(--color-pink-alpha-05) 0,#0000 50%),radial-gradient(circle at 50% 50%,var(--color-pink-alpha-05) 0,#0000 70%)!important}[data-theme=pink] .meus-estudos-wrapper .neo-card{background:#fff8fa!important;border-color:var(--color-pink-alpha-10)!important}[data-theme=pink] .meus-estudos-wrapper .neo-card:after{background:linear-gradient(90deg,#0000,var(--color-pink-alpha-30),#0000)!important}[data-theme=pink] .meus-estudos-wrapper .neo-card:hover{border-color:var(--color-pink-alpha-30)!important;box-shadow:0 40px 80px var(--color-pink-alpha-10),0 16px 32px #ec48990f!important}[data-theme=pink] .analise-historico,[data-theme=pink] [class*=analise-historico]{background:var(--bg-body)!important}[data-theme=pink] .analise-historico .card,[data-theme=pink] [class*=analise-historico] .card{background:#fff8fa!important;border-color:var(--color-pink-alpha-10)!important}[data-theme=pink] .calendario-wrapper,[data-theme=pink] .calendario-wrapper .calendario-container,[data-theme=pink] .historico-wrapper{background:var(--bg-body)!important}[data-theme=pink] .calendario-wrapper .calendar-wrapper,[data-theme=pink] .historico-wrapper .card{background:#fff!important;border-color:var(--color-pink-alpha-10)!important}[data-theme=pink] .recharts-bar-rectangle,[data-theme=pink] .recharts-rectangle{fill:var(--color-pink-primary)!important}[data-theme=pink] .recharts-layer.recharts-bar-rectangles:nth-of-type(2) .recharts-bar-rectangle{fill:var(--color-pink-light)!important}[data-theme=pink] .recharts-area-curve,[data-theme=pink] .recharts-line .recharts-curve,[data-theme=pink] .recharts-line-curve{stroke:var(--color-pink-primary)!important}[data-theme=pink] .recharts-area-area{fill:var(--color-pink-alpha-30)!important}[data-theme=pink] .recharts-pie-sector{stroke:#fff!important}[data-theme=pink] .recharts-dot,[data-theme=pink] .recharts-sector{fill:var(--color-pink-primary)!important}[data-theme=pink] .recharts-dot{stroke:#fff!important}[data-theme=pink] .recharts-active-dot circle{fill:var(--color-pink-hover)!important;stroke:#fff!important}[data-theme=pink] .recharts-tooltip-wrapper .recharts-default-tooltip{background:#fff8fa!important;border-color:var(--color-pink-primary)!important}[data-theme=pink] .recharts-cartesian-grid line{stroke:var(--color-pink-alpha-10)!important}[data-theme=pink] .recharts-xAxis .recharts-cartesian-axis-tick-value,[data-theme=pink] .recharts-yAxis .recharts-cartesian-axis-tick-value{fill:var(--color-pink-dark)!important}[data-theme=pink] .recharts-legend-item-text{color:var(--text-primary)!important}[data-theme=pink] .celebracao-conteudo{background:var(--gradient-pink-primary)!important;border-color:var(--color-pink-alpha-40)!important;box-shadow:0 25px 60px #0006,0 0 50px var(--color-pink-alpha-30)!important}[data-theme=pink] .celebracao-icon-wrapper{background:linear-gradient(135deg,#ffffffe6,#fffc)!important}[data-theme=pink] .celebracao-icon{box-shadow:0 0 30px #ec489980,inset 0 0 20px #ffffff1a!important}[data-theme=pink] .celebracao-overlay [class*=MuiBox-root]:not(.celebracao-conteudo){background:linear-gradient(45deg,var(--color-pink-primary),gold)!important}[data-theme=pink] .share-dialog-content{background:#fff8fa!important;background:var(--bg-card,#fff8fa)!important}[data-theme=pink] .share-dialog-content button:first-of-type,[data-theme=pink] .share-dialog-content button[class*=primary]{background:var(--gradient-pink-primary)!important}[data-theme=pink] .mood-breathing-card{background:linear-gradient(135deg,var(--color-pink-primary) 0,var(--color-pink-light) 100%)!important}[data-theme=pink] .mood-widget-header{background:var(--gradient-pink-primary)!important}[data-theme=pink] .mood-widget-wrapper{box-shadow:0 4px 20px var(--color-pink-alpha-10)!important}[data-theme=pink] .mood-quote-card{border-color:var(--color-pink-lighter)!important}[data-theme=pink] .mood-quote-card:hover{border-color:var(--color-pink-soft)!important;box-shadow:0 8px 20px var(--color-pink-alpha-10)!important}[data-theme=pink]{--breathing-inhale-gradient:var(--gradient-pink-primary);--breathing-inhale-shadow:#ec489980;--breathing-inhale-wave:var(--color-pink-alpha-30);--breathing-inhale-main:var(--color-pink-primary);--breathing-hold-gradient:linear-gradient(135deg,var(--color-pink-light) 0%,var(--color-pink-primary) 100%);--breathing-hold-shadow:#f472b680;--breathing-hold-wave:#f472b64d;--breathing-hold-main:var(--color-pink-light);--breathing-exhale-gradient:linear-gradient(135deg,var(--color-pink-soft) 0%,var(--color-pink-light) 100%);--breathing-exhale-shadow:#f9a8d480;--breathing-exhale-wave:#f9a8d44d;--breathing-exhale-main:var(--color-pink-soft);--breathing-default-gradient:linear-gradient(135deg,var(--color-pink-lightest) 0%,var(--color-pink-lighter) 100%);--breathing-default-shadow:#fce7f34d;--breathing-default-wave:#fce7f34d;--breathing-default-main:var(--color-pink-soft)}[data-theme=pink] .MuiDialog-paper{background:linear-gradient(135deg,var(--color-pink-lightest) 0,var(--color-pink-lightest) 100%)!important}[data-theme=pink] .MuiDialogContent-root .MuiSvgIcon-root,[data-theme=pink] .MuiSvgIcon-root[data-testid=SelfImprovementIcon],[data-theme=pink] [class*=SelfImprovement]{color:var(--color-pink-primary)!important}[data-theme=pink] .MuiDialogContent-root .MuiTypography-h5{color:#831843!important}[data-theme=pink] .MuiDialogContent-root .MuiTypography-body2{color:var(--color-pink-dark)!important}[data-theme=pink] .MuiDialogContent-root .MuiButton-contained{background-color:var(--color-pink-primary)!important;box-shadow:0 6px 16px var(--color-pink-alpha-20)!important}[data-theme=pink] .MuiDialogContent-root .MuiButton-contained:hover{background-color:var(--color-pink-hover)!important;box-shadow:0 8px 20px var(--color-pink-alpha-30)!important}[data-theme=pink] .MuiDialogContent-root .MuiSvgIcon-root[data-testid=TimerIcon],[data-theme=pink] .MuiDialogContent-root [class*=Timer]{color:var(--color-pink-primary)!important}[data-theme=pink] .MuiDialogContent-root>.MuiBox-root:last-child>.MuiBox-root:last-child{background-color:var(--color-pink-alpha-10)!important;border-color:var(--color-pink-alpha-20)!important}[data-theme=pink] .MuiDialogContent-root>.MuiBox-root:last-child .MuiTypography-body2{color:var(--color-pink-primary)!important}[data-theme=pink] .MuiDialog-paper .MuiIconButton-root{color:var(--color-pink-dark)!important}[data-theme=pink] .MuiDialog-paper .MuiIconButton-root:hover{background-color:var(--color-pink-alpha-10)!important;color:var(--color-pink-dark)!important}[data-theme=pink] .MuiDialogContent-root .MuiTypography-caption{color:var(--color-pink-dark)!important}[data-theme=pink] .meus-estudos-wrapper .hero-header{background:var(--gradient-primary)!important}[data-theme=pink] .meus-estudos-wrapper .magnetic-btn{background:var(--gradient-primary)!important;box-shadow:0 16px 32px var(--color-pink-alpha-30),0 8px 16px var(--color-pink-alpha-20)!important}[data-theme=pink] .meus-estudos-wrapper .magnetic-btn:hover{box-shadow:0 24px 48px var(--color-pink-alpha-40),0 12px 24px var(--color-pink-alpha-30)!important}[data-theme=pink] .meus-estudos-wrapper .liquid-pagination .page-item.active .page-link,[data-theme=pink] .meus-estudos-wrapper .liquid-pagination .page-link:hover{background:var(--gradient-primary)!important;box-shadow:0 12px 24px var(--color-pink-alpha-30),0 6px 12px var(--color-pink-alpha-20)!important}[data-theme=pink] .meus-estudos-wrapper .search-sphere:focus{border-color:var(--color-pink-primary)!important;box-shadow:0 20px 40px var(--color-pink-alpha-20),0 0 0 4px var(--color-pink-alpha-10)!important}[data-theme=pink] .meus-estudos-wrapper .sparkle-text{background:linear-gradient(135deg,var(--color-pink-primary),var(--color-pink-hover),var(--color-pink-primary))!important;-webkit-background-clip:text!important;background-clip:text!important}[data-theme=pink] .concurso-nivel-badge{background:var(--gradient-primary)!important}[data-theme=pink] .concurso-plus-icon-bg{background:linear-gradient(135deg,var(--color-pink-alpha-10),#db27771a)!important}[data-theme=pink] .card-header-gradient-purple,[data-theme=pink] .modal-header-gradient{background:var(--gradient-primary)!important}[data-theme=pink] .export-card-bg{background:var(--color-pink-alpha-10)!important;border-color:var(--color-pink-alpha-15)!important}[data-theme=pink] .export-btn,[data-theme=pink] .export-icon-circle{background:var(--gradient-primary)!important}[data-theme=pink] .empty-state-container-gradient,[data-theme=pink] .hint-box-gradient{background:linear-gradient(135deg,var(--color-pink-alpha-10),#db27771a)!important}[data-theme=pink] .btn-analise-gradient,[data-theme=pink] .concurso-icon-container,[data-theme=pink] .concurso-icon-gradient{background:var(--gradient-primary)!important}[data-theme=pink] .card-header.bg-transparent{background-color:#fff8fa!important;border-bottom:1px solid var(--color-pink-alpha-10)!important}[data-theme=pink] .historico-wrapper .card-header.bg-transparent,[data-theme=pink] .meus-estudos-wrapper .card-header.bg-transparent{background-color:#fff5f8!important}[data-theme=pink] .container-fluid{background-color:initial!important}[data-theme=pink] .calendario-wrapper .container-fluid,[data-theme=pink] .historico-wrapper .container-fluid,[data-theme=pink] .meus-estudos-wrapper .container-fluid{background:var(--bg-body)!important}[data-theme=pink] .container-xxl{background-color:initial!important}[data-theme=pink] .content-wrapper,[data-theme=pink] .layout-page{background:var(--bg-body)!important}[data-theme=pink] .historico-analise-wrapper{background:var(--bg-body)}[data-theme=pink] .historico-analise-wrapper:before{background:radial-gradient(circle at 20% 30%,var(--color-pink-alpha-10) 0,#0000 50%),radial-gradient(circle at 80% 70%,#f472b608 0,#0000 50%),radial-gradient(circle at 50% 50%,#f472b605 0,#0000 70%)}[data-theme=pink] .historico-analise-wrapper .hero-header{background:var(--gradient-primary);border:1px solid #f472b633;box-shadow:0 32px 64px #f472b626,inset 0 1px 0 #ffffff4d}[data-theme=pink] .historico-analise-loading .loading-sphere{background:var(--gradient-primary)}[data-theme=pink] .historico-analise-wrapper .floating-icon{box-shadow:0 16px 32px #f472b633,inset 0 1px 0 #fffc}[data-theme=pink] .historico-analise-wrapper .neo-card{background:var(--bg-card);border:1px solid var(--color-pink-alpha-10)}[data-theme=pink] .historico-analise-wrapper .neo-card:after{background:linear-gradient(90deg,#0000,var(--color-pink-alpha-30),#0000)}[data-theme=pink] .historico-analise-wrapper .neo-card:hover{border-color:var(--color-pink-alpha-30);box-shadow:0 32px 64px #f472b626,0 16px 32px #f472b61a,inset 0 1px 0 #ffffffe6}[data-theme=pink] .historico-analise-wrapper .metric-card{background:var(--bg-card);border:1px solid var(--color-pink-alpha-10)}[data-theme=pink] .historico-analise-wrapper .metric-card:hover{box-shadow:0 24px 48px #f472b626,0 8px 16px #f472b61a}[data-theme=pink] .historico-analise-wrapper .metric-card.tempo{--metric-gradient:var(--gradient-primary)}[data-theme=pink] .historico-analise-wrapper .metric-badge{background:linear-gradient(135deg,var(--color-pink-alpha-10),var(--color-pink-alpha-15));border:1px solid var(--color-pink-alpha-20);color:var(--color-pink-primary)}[data-theme=pink] .historico-analise-wrapper .table-header{background:linear-gradient(135deg,var(--color-pink-alpha-10),#f472b61a)}[data-theme=pink] .historico-analise-wrapper .table-header th{color:var(--color-pink-primary)}[data-theme=pink] .historico-analise-wrapper .table-row:hover{background:var(--color-pink-alpha-05)}[data-theme=pink] .historico-analise-wrapper .table-footer{background:var(--gradient-primary)}[data-theme=pink] .historico-analise-wrapper .performance-badge{background:linear-gradient(135deg,var(--color-pink-alpha-10),#f472b61a);border:1px solid var(--color-pink-alpha-20);color:var(--color-pink-primary)}[data-theme=pink] .historico-analise-wrapper .modern-tabs{background:var(--bg-card);border:1px solid var(--color-pink-alpha-10)}[data-theme=pink] .historico-analise-wrapper .modern-tabs .nav-link{color:var(--color-pink-primary)}[data-theme=pink] .historico-analise-wrapper .modern-tabs .nav-link.active{background:var(--gradient-primary);box-shadow:0 8px 16px #f472b64d;color:#fff}[data-theme=pink] .historico-analise-wrapper .modern-tabs .nav-link:hover:not(.active){background:var(--color-pink-alpha-10)}[data-theme=pink] .historico-analise-wrapper .sparkle-text{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,var(--color-pink-primary),var(--color-pink-dark),var(--color-pink-primary));-webkit-background-clip:text;background-clip:text;background-size:200% 200%}[data-theme=pink][data-mode=dark] .historico-analise-wrapper{background:var(--bg-body)}[data-theme=pink][data-mode=dark] .historico-analise-wrapper .metric-card,[data-theme=pink][data-mode=dark] .historico-analise-wrapper .modern-tabs,[data-theme=pink][data-mode=dark] .historico-analise-wrapper .neo-card{background:var(--bg-card);border:1px solid #f472b626}[data-theme=pink][data-mode=dark] .historico-analise-wrapper .metric-badge,[data-theme=pink][data-mode=dark] .historico-analise-wrapper .modern-tabs .nav-link,[data-theme=pink][data-mode=dark] .historico-analise-wrapper .performance-badge,[data-theme=pink][data-mode=dark] .historico-analise-wrapper .table-header th{color:var(--color-pink-light)}[data-theme=pink] .ec-header{background:var(--gradient-primary)!important}[data-theme=pink] .ec-header-icon,[data-theme=pink] .ec-help-tooltip{background-color:#fff3}[data-theme=pink] .ec-help-tooltip:hover{background-color:#ffffff4d}[data-theme=pink] .ec-conquista-gradient-1{background:linear-gradient(135deg,#ec4899,#f472b6)!important}[data-theme=pink] .ec-conquista-gradient-2{background:linear-gradient(135deg,#db2777,#f9a8d4)!important}[data-theme=pink] .ec-conquista-gradient-3{background:linear-gradient(135deg,#be185d,#ec4899)!important}[data-theme=pink] .ec-conquista-gradient-4{background:linear-gradient(135deg,#f472b6,#fda4af)!important}[data-theme=pink] .ec-conquista-gradient-5{background:linear-gradient(135deg,#c026d3,#f472b6)!important}[data-theme=pink] .ec-conquista-gradient-6{background:linear-gradient(135deg,#a855f7,#ec4899)!important}[data-theme=pink] .ec-conquista-gradient-7{background:linear-gradient(135deg,#e879f9,#f9a8d4)!important}[data-theme=pink] .ec-conquista-gradient-8{background:linear-gradient(135deg,#d946ef,#fb7185)!important}[data-theme=pink] .ec-conquista-card:hover{box-shadow:0 10px 25px var(--color-pink-alpha-20)}[data-theme=pink] .ec-empty-icon,[data-theme=pink] .ec-empty-note{background-color:var(--color-pink-alpha-10);color:var(--color-pink-primary)}[data-theme=pink][data-mode=dark] .ec-container{background-color:var(--bg-card);border-color:#f472b626}[data-theme=pink][data-mode=dark] .ec-body{background-color:var(--bg-card)}[data-theme=pink][data-mode=dark] .ec-conquista-card{background-color:var(--bg-surface);border-color:#f472b626}[data-theme=pink][data-mode=dark] .ec-conquista-gradient-1{background:linear-gradient(135deg,#ec489999,#f472b666)!important}[data-theme=pink][data-mode=dark] .ec-conquista-gradient-2{background:linear-gradient(135deg,#db277799,#f9a8d466)!important}[data-theme=pink][data-mode=dark] .ec-conquista-gradient-3{background:linear-gradient(135deg,#be185d99,#ec489966)!important}[data-theme=pink][data-mode=dark] .ec-conquista-gradient-4{background:linear-gradient(135deg,#f472b699,#fda4af66)!important}[data-theme=pink][data-mode=dark] .ec-conquista-gradient-5{background:linear-gradient(135deg,#c026d399,#f472b666)!important}[data-theme=pink][data-mode=dark] .ec-conquista-gradient-6{background:linear-gradient(135deg,#a855f799,#ec489966)!important}[data-theme=pink][data-mode=dark] .ec-conquista-gradient-7{background:linear-gradient(135deg,#e879f999,#f9a8d466)!important}[data-theme=pink][data-mode=dark] .ec-conquista-gradient-8{background:linear-gradient(135deg,#d946ef99,#fb718566)!important}[data-theme=pink][data-mode=dark] .ec-conquista-header{border-bottom:1px solid #f472b633}[data-theme=pink][data-mode=dark] .ec-icon-container{background-color:#ffffff26;border:1px solid #f472b633}[data-theme=pink][data-mode=dark] .ec-conquista-valor{color:#fff;text-shadow:0 2px 8px #0000004d}[data-theme=pink][data-mode=dark] .ec-conquista-body{background-color:var(--bg-surface);border-top:1px solid #f472b61a}[data-theme=pink][data-mode=dark] .ec-conquista-titulo{color:var(--text-heading)}[data-theme=pink][data-mode=dark] .ec-conquista-descricao{color:var(--text-secondary)}[data-theme=pink][data-mode=dark] .ec-empty-state{background-color:#f472b614}[data-theme=pink][data-mode=dark] .ec-empty-icon{background-color:#f472b633;color:var(--color-pink-light)}[data-theme=pink][data-mode=dark] .ec-empty-star{color:#fbbf24}[data-theme=pink][data-mode=dark] .ec-empty-title{color:var(--text-heading)}[data-theme=pink][data-mode=dark] .ec-empty-description{color:var(--text-secondary)}[data-theme=pink][data-mode=dark] .ec-empty-note{background-color:#f472b626;color:var(--color-pink-light)}[data-theme=pink] .conquistas-container{background-color:var(--bg-card)}[data-theme=pink] .conquistas-header{background:var(--gradient-primary)!important}[data-theme=pink] .header-icon-container{background-color:#fff3}[data-theme=pink] .conquista-gradient-1{background:linear-gradient(135deg,#ec4899,#f472b6)!important}[data-theme=pink] .conquista-gradient-2{background:linear-gradient(135deg,#06b6d4,#22d3ee)!important}[data-theme=pink] .conquista-gradient-3{background:linear-gradient(135deg,#a855f7,#c084fc)!important}[data-theme=pink] .conquista-gradient-4{background:linear-gradient(135deg,#f97316,#fb923c)!important}[data-theme=pink][data-mode=dark] .conquistas-container{background-color:var(--bg-card);box-shadow:var(--shadow)}[data-theme=pink][data-mode=dark] .conquistas-header{background:var(--gradient-primary)!important;border-bottom:1px solid #f472b633}[data-theme=pink][data-mode=dark] .header-icon-container{background-color:#ffffff26;box-shadow:0 4px 10px #0000004d}[data-theme=pink][data-mode=dark] .conquista-card{background-color:var(--bg-surface);box-shadow:var(--shadow)}[data-theme=pink][data-mode=dark] .conquista-gradient-1{background:linear-gradient(135deg,#ec489999,#f472b666)!important}[data-theme=pink][data-mode=dark] .conquista-gradient-2{background:linear-gradient(135deg,#06b6d499,#22d3ee66)!important}[data-theme=pink][data-mode=dark] .conquista-gradient-3{background:linear-gradient(135deg,#a855f799,#c084fc66)!important}[data-theme=pink][data-mode=dark] .conquista-gradient-4{background:linear-gradient(135deg,#f9731699,#fb923c66)!important}[data-theme=pink][data-mode=dark] .conquista-header{border-bottom:1px solid #f472b633}[data-theme=pink][data-mode=dark] .icon-container{background-color:#ffffff26;border:1px solid #f472b633}[data-theme=pink][data-mode=dark] .conquista-valor{color:#fff;text-shadow:0 2px 8px #0000004d}[data-theme=pink][data-mode=dark] .conquista-body{background-color:var(--bg-surface);border-top:1px solid #f472b61a}[data-theme=pink][data-mode=dark] .conquista-titulo{color:var(--text-heading)}[data-theme=pink][data-mode=dark] .conquista-descricao{color:var(--text-secondary)}[data-theme=pink][data-mode=dark] .empty-state{background-color:#f472b614}[data-theme=pink][data-mode=dark] .empty-icon{background-color:#f472b633;color:var(--color-pink-light)}[data-theme=pink][data-mode=dark] .empty-title{color:var(--text-heading)}[data-theme=pink][data-mode=dark] .empty-description{color:var(--text-secondary)}[data-theme=pink][data-mode=dark] .suggestion-card{background-color:var(--bg-surface);box-shadow:var(--shadow)}[data-theme=pink][data-mode=dark] .suggestion-icon{background-color:var(--bg-card)}[data-theme=pink][data-mode=dark] .suggestion-title{color:var(--text-heading)}[data-theme=pink][data-mode=dark] .suggestion-text{color:var(--text-secondary)}[data-theme=pink] .custom-card-header{background:var(--gradient-primary)!important}[data-theme=pink][data-mode=dark] .custom-card-header{background:var(--gradient-primary)!important;border-bottom:1px solid #f472b633}[data-theme=pink][data-mode=dark] .custom-card-header .icon-circle{background-color:#ffffff26}[data-theme=pink] .dashboard-header{background:var(--gradient-primary)!important}[data-theme=pink][data-mode=dark] .dashboard-header{background:var(--gradient-primary)!important;border-bottom:1px solid #f472b633}[data-theme=pink][data-mode=dark] .dashboard-header .icon-circle{background-color:#ffffff26}[data-theme=pink] .bd-header{background:var(--gradient-primary)!important}[data-theme=pink] .bd-icon-container{background-color:var(--bg-card)}[data-theme=pink] .bd-header-icon{color:var(--color-pink-primary)}[data-theme=pink] .bd-materia-header{background-color:var(--color-pink-alpha-10)}[data-theme=pink] .bd-materia-header:hover{background-color:var(--color-pink-alpha-15)}[data-theme=pink] .bd-materia-icon,[data-theme=pink] .bd-materia-title{color:var(--color-pink-primary)}[data-theme=pink] .bd-materia-count{color:var(--color-pink-primary)}[data-theme=pink] .bd-chevron-container,[data-theme=pink] .bd-materia-count{background-color:var(--color-pink-alpha-10)}[data-theme=pink] .bd-chevron-icon,[data-theme=pink] .bd-concursos-icon,[data-theme=pink] .bd-meta-icon{color:var(--color-pink-primary)}[data-theme=pink][data-mode=dark] .bd-card{background-color:var(--bg-card);border-color:#f472b626}[data-theme=pink][data-mode=dark] .bd-icon-container{background-color:var(--bg-surface)}[data-theme=pink][data-mode=dark] .bd-materia-header{background-color:#f472b61a}[data-theme=pink][data-mode=dark] .bd-materia-header:hover{background-color:#f472b626}[data-theme=pink][data-mode=dark] .bd-materia-icon,[data-theme=pink][data-mode=dark] .bd-materia-title{color:var(--color-pink-light)}[data-theme=pink][data-mode=dark] .bd-assunto-card{background-color:var(--bg-surface);border-color:#f472b61a}[data-theme=pink][data-mode=dark] .bd-assunto-title{color:var(--text-heading)}[data-theme=pink][data-mode=dark] .bd-trophy-circle{background-color:#f472b626}[data-theme=pink][data-mode=dark] .bd-empty-title,[data-theme=pink][data-mode=dark] .bd-trophy-icon{color:var(--color-pink-light)}[data-theme=pink][data-mode=dark] .bd-tips-container{background-color:#f472b614}[data-theme=pink][data-mode=dark] .bd-concurso-item{background-color:var(--bg-surface)}[data-theme=pink] .an-card-header{background-color:var(--color-pink-alpha-10);border-bottom-color:var(--color-pink-alpha-15)}[data-theme=pink] .an-icon-circle{background-color:var(--color-pink-primary)}[data-theme=pink] .an-accordion-icon,[data-theme=pink] .an-title{color:var(--color-pink-primary)}[data-theme=pink] .an-filter-btn.active{border-color:var(--color-pink-primary);color:var(--color-pink-primary)}[data-theme=pink] .an-metric svg,[data-theme=pink] .an-topic-icon{color:var(--color-pink-primary)}[data-theme=pink] .an-date-badge,[data-theme=pink] .an-empty-icon-container{background-color:var(--color-pink-alpha-10);color:var(--color-pink-primary)}[data-theme=pink] .an-empty-title{color:var(--color-pink-primary)}[data-theme=pink] .an-tip-card{background-color:var(--color-pink-alpha-05);border-left-color:var(--color-pink-primary)}[data-theme=pink] .an-reset-filter-btn,[data-theme=pink] .an-tip-icon,[data-theme=pink] .an-tip-title{color:var(--color-pink-primary)}[data-theme=pink] .an-reset-filter-btn:hover{background-color:var(--color-pink-alpha-10);border-color:var(--color-pink-primary)}[data-theme=pink][data-mode=dark] .an-revisao-card{background-color:var(--bg-card);border-color:#f472b626}[data-theme=pink][data-mode=dark] .an-card-header{background-color:#f472b61a;border-bottom-color:#f472b626}[data-theme=pink][data-mode=dark] .an-title{color:var(--color-pink-light)}[data-theme=pink][data-mode=dark] .an-filter-bar{background-color:var(--bg-surface)}[data-theme=pink][data-mode=dark] .an-filter-btn{border-color:#f472b633;color:var(--text-secondary)}[data-theme=pink][data-mode=dark] .an-filter-btn.active{background-color:#f472b61a;border-color:var(--color-pink-light);color:var(--color-pink-light)}[data-theme=pink][data-mode=dark] .an-accordion-header{background-color:var(--bg-surface)}[data-theme=pink][data-mode=dark] .an-accordion-header:hover{background-color:#f472b614}[data-theme=pink][data-mode=dark] .an-accordion-icon{color:var(--color-pink-light)}[data-theme=pink][data-mode=dark] .an-accordion-content{background-color:var(--bg-card)}[data-theme=pink][data-mode=dark] .an-assunto-card{background-color:var(--bg-surface);border-color:#f472b61a}[data-theme=pink][data-mode=dark] .an-assunto-main:hover{background-color:#f472b60d}[data-theme=pink][data-mode=dark] .an-metric svg,[data-theme=pink][data-mode=dark] .an-topic-icon{color:var(--color-pink-light)}[data-theme=pink][data-mode=dark] .an-date-badge{background-color:#f472b61a;color:var(--color-pink-light)}[data-theme=pink][data-mode=dark] .an-details-panel{background-color:var(--bg-surface)}[data-theme=pink][data-mode=dark] .an-empty-icon-container{background-color:#f472b626;color:var(--color-pink-light)}[data-theme=pink][data-mode=dark] .an-empty-title{color:var(--color-pink-light)}[data-theme=pink][data-mode=dark] .an-tip-card{background-color:#f472b614;border-left-color:var(--color-pink-light)}[data-theme=pink][data-mode=dark] .an-tip-icon{background-color:var(--bg-card);color:var(--color-pink-light)}[data-theme=pink][data-mode=dark] .an-tip-title{color:var(--color-pink-light)}[data-theme=pink] .ca-stat-card,[data-theme=pink] .ma-stat-card{border-color:var(--color-pink-alpha-10)}[data-theme=pink] .ca-stat-card:hover,[data-theme=pink] .ma-stat-card:hover{box-shadow:0 8px 24px var(--color-pink-alpha-15)}[data-theme=pink][data-mode=dark] .ca-stat-card,[data-theme=pink][data-mode=dark] .ma-stat-card{background-color:var(--bg-card);border-color:#f472b626}[data-theme=pink][data-mode=dark] .ca-stat-card:hover,[data-theme=pink][data-mode=dark] .ma-stat-card:hover{box-shadow:0 8px 24px #f472b61a}*{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--bg-body);color:var(--text-primary);font-family:var(--font-family-base);font-size:var(--font-size-base);font-weight:400;line-height:1.5;margin:0;transition:background-color var(--transition-base),color var(--transition-base)}h1,h2,h3,h4,h5,h6{color:var(--text-heading);font-weight:600;line-height:1.2;margin-bottom:.5rem;margin-top:0}h1{font-size:var(--font-size-3xl)}h2{font-size:var(--font-size-2xl)}h3{font-size:var(--font-size-xl)}h4{font-size:var(--font-size-lg)}h5{font-size:var(--font-size-base)}h6{font-size:var(--font-size-sm)}p{margin-bottom:1rem;margin-top:0}a{color:var(--bs-primary);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:#5854d6}code{word-wrap:break-word;color:var(--bs-pink);font-family:var(--font-family-mono)}code,pre{font-size:.875em}pre{display:block;margin-bottom:1rem;margin-top:0;overflow:auto}pre code{color:inherit;font-size:inherit;word-break:normal}ol,ul{margin-bottom:1rem;margin-top:0;padding-left:2rem}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}table{border-collapse:collapse;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}tbody,td,tfoot,th,thead,tr{border:0 solid;border-color:inherit}label{display:inline-block}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}select:disabled{opacity:1}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{float:left;font-size:calc(1.275rem + .3vw);line-height:inherit;margin-bottom:.5rem;padding:0;width:100%}@media (min-width:1024px){legend{font-size:1.5rem}}legend+*{clear:left}img,svg{vertical-align:middle}img{height:auto;max-width:100%}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:var(--bg-light)}::-webkit-scrollbar-thumb{background:var(--bs-secondary);border-radius:var(--radius-md)}::-webkit-scrollbar-thumb:hover{background:var(--bs-primary)}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.clearfix:after{clear:both;content:"";display:block}.user-select-none{-webkit-user-select:none!important;user-select:none!important}.cursor-pointer{cursor:pointer!important}.sr-only,.visually-hidden{clip:rect(0,0,0,0)!important;border:0!important;height:1px!important;margin:-1px!important;overflow:hidden!important;padding:0!important;position:absolute!important;white-space:nowrap!important;width:1px!important}.sr-only-focusable:active,.sr-only-focusable:focus{clip:auto;height:auto;overflow:visible;position:static;white-space:normal;width:auto}:focus{outline:none}:focus-visible{outline:var(--focus-outline-width) solid var(--focus-color);outline-offset:var(--focus-outline-offset)}[role=button]:focus-visible,[role=link]:focus-visible,[tabindex]:focus-visible,a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{box-shadow:0 0 0 var(--focus-ring-size) var(--focus-ring-color);outline:var(--focus-outline-width) solid var(--focus-color);outline-offset:var(--focus-outline-offset)}.btn:focus-visible,.card:focus-visible,[role=option]:focus-visible,[role=tab]:focus-visible{box-shadow:0 0 0 var(--focus-ring-size) var(--focus-ring-color);outline:var(--focus-outline-width) solid var(--focus-color);outline-offset:var(--focus-outline-offset)}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@media print{*,:after,:before{box-shadow:none!important;text-shadow:none!important}a:not(.btn){text-decoration:underline}img{page-break-inside:avoid}h2,h3,p{orphans:3;widows:3}h2,h3{page-break-after:avoid}@page{size:a4;margin:2cm}.container,body{min-width:1024px!important}.navbar{display:none}.badge{border:1px solid #000}.table{border-collapse:collapse!important}.table td,.table th{background-color:#fff!important}.table-bordered td,.table-bordered th{border:1px solid #dee2e6!important}}@media (prefers-contrast:high){:root{--border-color:#0003;--shadow:0 2px 8px #0003}[data-theme=dark]{--border-color:#ffffff4d}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
/*# sourceMappingURL=main.aa06d9dc.css.map*/