: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-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{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:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;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;z-index:0}.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{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;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}.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{bottom:0;height:5px;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{left:auto;right:0;transform-origin:right}.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,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{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:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(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-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}*{box-sizing:border-box}.maandvo-home{background:#fdf3e4;font-family:Georgia,Times New Roman,serif;min-height:100vh;padding-top:24px}.maandvo-card{border-radius:26px;box-shadow:0 22px 60px #5d0a1140;margin:0 auto 40px;max-width:2400px;overflow:hidden;position:relative;width:96%}.maandvo-shell{background:#fdf3e4}.maandvo-hero,.maandvo-shell{position:relative}.maandvo-hero-banner{display:block;height:auto;width:100%}.maandvo-search-card{background:#fffaf2;margin-top:-14px;padding:36px 28px 30px;position:relative;width:100%;z-index:10}.maandvo-search-row{grid-gap:14px;align-items:stretch;display:grid;gap:14px;grid-template-columns:repeat(5,1fr) auto}.maandvo-field{align-items:center;background:#fffaf2;border:1.5px solid #e8d4b0;border-radius:12px;display:flex;gap:10px;min-height:54px;min-width:0;padding:9px 16px;transition:border-color .2s ease,box-shadow .2s ease}.maandvo-field:focus-within,.maandvo-field:hover{border-color:#c89428;box-shadow:0 2px 10px #c894282e}.maandvo-field-icon{align-items:center;background:#fdf3e4;border:1px solid #eeddc4;border-radius:50%;color:#7b0011;display:flex;flex-shrink:0;font-size:16px;height:30px;justify-content:center;width:30px}.maandvo-field-content{display:flex;flex:1 1;flex-direction:column;min-width:0}.maandvo-field-label{color:#8a7a6d;font-family:Arial,sans-serif;font-size:.72rem;line-height:1.2}.maandvo-field .MuiInput-root,.maandvo-field .MuiInputBase-root{color:#2b2220;font-family:Georgia,serif;font-size:.92rem}.maandvo-field .MuiInput-root:after,.maandvo-field .MuiInput-root:before{display:none}.maandvo-search-button{background:#7b0011!important;border-radius:12px!important;box-shadow:0 6px 18px #7b001159!important;color:#fff!important;font-weight:700!important;letter-spacing:.04em!important;padding:0 28px!important;text-transform:uppercase!important;white-space:nowrap}.maandvo-search-button:hover{background:#5d000d!important}.maandvo-range-row{grid-gap:30px;align-items:flex-end;border-top:1px solid #f0e2cd;display:grid;gap:30px;grid-template-columns:1fr 1fr auto;margin-top:18px;padding-top:14px}@media (max-width:1100px){.maandvo-search-row{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.maandvo-search-row{grid-template-columns:repeat(2,1fr)}.maandvo-range-row{gap:16px;grid-template-columns:1fr}.maandvo-search-card{margin-top:-18px;padding:18px 20px 22px}}@media (max-width:480px){.maandvo-search-row{grid-template-columns:1fr}.maandvo-search-button{padding:12px!important;width:100%}}.maandvo-trust{background:#fdf3e4;padding:55px 40px 60px}.maandvo-trust-grid{align-items:center;display:flex;flex-wrap:wrap;gap:0;justify-content:center;margin:0 auto;max-width:1300px}.maandvo-trust-item{align-items:center;border-right:1px solid #e6d2b8;display:flex;gap:14px;padding:0 32px;text-align:left}.maandvo-trust-item:last-child{border-right:none}.maandvo-trust-icon{align-items:center;background:#fffaf2;border:2px solid #c89428;border-radius:50%;color:#7b0011;display:flex;flex-shrink:0;font-size:22px;height:52px;justify-content:center;width:52px}.maandvo-trust-label{color:#7b0011!important;font-family:Georgia,Times New Roman,serif!important;font-size:.95rem!important;font-weight:700!important;line-height:1.3!important}@media (max-width:900px){.maandvo-trust-item{border-right:none;padding:10px 20px}}@media (max-width:600px){.maandvo-trust{padding:35px 20px 40px}.maandvo-trust-grid{align-items:flex-start;flex-direction:column;gap:16px}}.maandvo-features{background-color:#5d0a11;clip-path:polygon(0 9%,16% 2%,50% 10%,84% 2%,100% 9%,100% 100%,0 100%);color:#fff9f2;margin-top:0;padding:60px;position:relative;text-align:center;z-index:3}.maandvo-wave{display:none}@media (max-width:600px){.maandvo-wave{margin:-50px -20px 18px;width:calc(100% + 40px)}}.maandvo-floral-left,.maandvo-floral-right{bottom:0;height:auto;pointer-events:none;position:absolute;width:210px;z-index:1}.maandvo-floral-left{left:0}.maandvo-floral-right{right:0}.maandvo-features-content{margin:0 auto;max-width:1300px;position:relative;z-index:2}.maandvo-features-title{color:#fff9f2!important;font-family:Georgia,Times New Roman,serif!important;font-size:2rem!important;font-style:italic!important;font-weight:400!important;letter-spacing:.3px;margin-bottom:12px}.maandvo-features-divider{background:linear-gradient(90deg,#0000,#c89428,#0000);height:1px;margin:0 auto 45px;position:relative;width:140px}.maandvo-features-divider:after{background:#650a0e;color:#c89428;content:"♥";font-size:.8rem;left:50%;padding:0 10px;position:absolute;top:50%;transform:translate(-50%,-50%)}.maandvo-features-grid{display:flex;flex-wrap:wrap;gap:0;justify-content:center}.maandvo-feature-item{border-right:1px solid #c894284d;flex:1 1;min-width:180px;padding:0 40px;text-align:center}.maandvo-feature-item:last-child{border-right:none}.maandvo-feature-icon{align-items:center;border:2px solid #c89428;border-radius:50%;color:#c89428;display:flex;font-size:24px;height:58px;justify-content:center;margin:0 auto 14px;width:58px}.maandvo-feature-item h3{font-size:1.05rem!important;font-style:italic!important;font-weight:700!important;margin:0 0 6px}.maandvo-feature-item h3,.maandvo-feature-item p{color:#fff9f2!important;font-family:Georgia,Times New Roman,serif!important}.maandvo-feature-item p{font-size:.88rem!important;font-weight:400!important;line-height:1.5;margin:0;opacity:.85}@media (max-width:1024px){.maandvo-features-grid{flex-wrap:wrap}.maandvo-feature-item{border-right:none;flex:1 1 45%;margin-bottom:25px}.maandvo-floral-left,.maandvo-floral-right{width:130px}}@media (max-width:600px){.maandvo-features{padding:52px 20px 40px}.maandvo-features-title{font-size:1.5rem}.maandvo-feature-item{flex:1 1 100%}.maandvo-floral-left,.maandvo-floral-right{opacity:.7;width:90px}}.maandvo-footer{background:#fdf3e4;border-top:1px solid #eeddc7;color:#7b0011;font-size:.92rem;font-weight:500;padding:30px 40px;text-align:center}@media (max-width:600px){.maandvo-footer{font-size:.82rem;padding:22px 20px}}.maandvo-dashboard{background:linear-gradient(180deg,#fff7eb,#fffdf8);min-height:100vh}.maandvo-dashboard-layout{display:grid;grid-template-columns:280px 1fr;min-height:100vh}.maandvo-dashboard-sidebar{background:linear-gradient(180deg,#6d000f,#810014);border-right:1px solid #ffffff14;color:#fffaf3;display:flex;flex-direction:column}.maandvo-dashboard-brand{border-bottom:1px solid #ffffff1a;padding:18px 18px 14px}.maandvo-dashboard-brand img{display:block;height:auto;max-width:170px;width:100%}.maandvo-dashboard-nav{grid-gap:6px;display:grid;gap:6px;padding:14px 10px}.maandvo-dashboard-nav-item{align-items:center;border-radius:12px;color:#fff6ea;cursor:pointer;display:flex;gap:12px;padding:12px 14px;transition:background-color .2s ease,transform .2s ease}.maandvo-dashboard-nav-item.active,.maandvo-dashboard-nav-item:hover{background:#ffffff1a;transform:translateX(2px)}.maandvo-dashboard-premium{background:linear-gradient(180deg,#ffc85c1f,#ffb02e0f);border:1px solid #e0b14c73;border-radius:18px;margin:auto 14px 18px;padding:16px}.maandvo-dashboard-main{padding:20px 24px 28px}.maandvo-dashboard-header{align-items:center;display:flex;gap:16px;justify-content:space-between;margin-bottom:16px}.maandvo-dashboard-header h1{color:#6d000f;font-size:2rem;line-height:1.1;margin:0}.maandvo-dashboard-header p{color:#786961;margin:6px 0 0}.maandvo-dashboard-banner{align-items:center;background:linear-gradient(120deg,#fff8ed,#ffeace 50%,#fff6e8);border:1px solid #efd8bb;border-radius:18px;color:#7b0011;display:flex;font-weight:700;justify-content:center;min-height:84px;padding:16px;text-align:center}.maandvo-dashboard-stats{grid-gap:14px;display:grid;gap:14px;grid-template-columns:repeat(5,minmax(0,1fr));margin-bottom:18px}.maandvo-dashboard-stat{background:#fff;border:1px solid #efddc4;border-radius:16px;box-shadow:0 8px 18px #4514080d;padding:16px;text-align:center}.maandvo-dashboard-stat-value{color:#7b0011;font-size:1.8rem;font-weight:800;margin:4px 0}.maandvo-dashboard-grid{grid-gap:18px;display:grid;gap:18px;grid-template-columns:minmax(0,1fr) 280px}.maandvo-dashboard-panel{background:#fff;border:1px solid #efddc4;border-radius:18px;box-shadow:0 10px 20px #4514080d}.maandvo-dashboard-panel-head{align-items:center;display:flex;justify-content:space-between;padding:16px 18px 8px}.maandvo-dashboard-panel-head h2{color:#6d000f;font-size:1.35rem;margin:0}.maandvo-dashboard-matches{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr));padding:0 14px 14px}.maandvo-dashboard-profile-card{background:#fffdfa;border:1px solid #efdfc9;border-radius:14px;overflow:hidden}.maandvo-dashboard-profile-media{background:#eed8bc;height:150px;position:relative}.maandvo-dashboard-profile-media img{height:100%;object-fit:cover;width:100%}.maandvo-dashboard-verified{background:#edf9ea;border-radius:18px;color:#2f7d32;font-size:.72rem;font-weight:700;padding:3px 8px;position:absolute;right:8px;top:8px}.maandvo-dashboard-profile-body{padding:10px}.maandvo-dashboard-profile-name{color:#7b0011;font-size:1rem;font-weight:800;margin:0}.maandvo-dashboard-profile-line{color:#6f6762;font-size:.8rem;line-height:1.35;margin-top:3px}.maandvo-dashboard-profile-actions{grid-gap:8px;display:grid;gap:8px;grid-template-columns:1fr 1fr;margin-top:10px}.maandvo-dashboard-side-stack{grid-gap:14px;display:grid;gap:14px}.maandvo-dashboard-completion{padding:18px;text-align:center}.maandvo-dashboard-membership,.maandvo-dashboard-quick-actions,.maandvo-dashboard-trust{padding:16px 18px}.maandvo-dashboard-action-item{align-items:center;border-bottom:1px solid #f4eadc;color:#6d000f;cursor:pointer;display:flex;justify-content:space-between;padding:10px 0}.maandvo-dashboard-action-item:last-child{border-bottom:none}.maandvo-dashboard-trust-row{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr))}.maandvo-dashboard-trust-item{text-align:center}.maandvo-dashboard-mobile-top{display:none}@media (max-width:1100px){.maandvo-dashboard-grid{grid-template-columns:1fr}.maandvo-dashboard-matches{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.maandvo-dashboard-layout{grid-template-columns:1fr}.maandvo-dashboard-sidebar.desktop-only{display:none}.maandvo-dashboard-mobile-top{align-items:center;background:linear-gradient(180deg,#6d000f,#810014);color:#fff8ef;display:flex;justify-content:space-between;padding:14px 16px;position:sticky;top:0;z-index:20}.maandvo-dashboard-main{padding:16px}.maandvo-dashboard-header{align-items:flex-start;flex-direction:column}.maandvo-dashboard-matches,.maandvo-dashboard-stats,.maandvo-dashboard-trust-row{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.maandvo-dashboard-matches,.maandvo-dashboard-stats,.maandvo-dashboard-trust-row{grid-template-columns:1fr}}
/*# sourceMappingURL=main.92824eea.css.map*/