/* @license GPL-2.0-or-later https://www.drupal.org/licensing/faq */
.progress{position:relative;}.progress__track{min-width:100px;max-width:100%;height:16px;margin-top:5px;border:1px solid;background-color:#fff;}.progress__bar{width:3%;min-width:3%;max-width:100%;height:16px;background-color:#000;}.progress__description,.progress__percentage{overflow:hidden;margin-top:0.2em;color:#555;font-size:0.875em;}.progress__description{float:left;}[dir="rtl"] .progress__description{float:right;}.progress__percentage{float:right;}[dir="rtl"] .progress__percentage{float:left;}.progress--small .progress__track{height:7px;}.progress--small .progress__bar{height:7px;background-size:20px 20px;}
.ajax-progress{display:inline-block;padding:1px 5px 2px 5px;}[dir="rtl"] .ajax-progress{float:right;}.ajax-progress-throbber .throbber{display:inline;padding:1px 6px 2px;background:transparent url(/core/misc/throbber-active.svg) no-repeat 0 center;}.ajax-progress-throbber .message{display:inline;padding:1px 5px 2px;}tr .ajax-progress-throbber .throbber{margin:0 2px;}.ajax-progress-bar{width:16em;}.ajax-progress-fullscreen{position:fixed;z-index:1261;top:48.5%;left:49%;width:24px;height:24px;padding:4px;opacity:0.9;border-radius:7px;background-color:#232323;background-image:url(/core/misc/loading-small.svg);background-repeat:no-repeat;background-position:center center;}[dir="rtl"] .ajax-progress-fullscreen{right:49%;left:auto;}
.text-align-left{text-align:left;}.text-align-right{text-align:right;}.text-align-center{text-align:center;}.text-align-justify{text-align:justify;}.align-left{float:left;}.align-right{float:right;}.align-center{display:block;margin-right:auto;margin-left:auto;}
.container-inline div,.container-inline label{display:inline-block;}.container-inline .details-wrapper{display:block;}.container-inline .hidden{display:none;}
.clearfix::after{display:table;clear:both;content:"";}
.hidden{display:none;}.visually-hidden{position:absolute !important;overflow:hidden;clip:rect(1px,1px,1px,1px);width:1px;height:1px;word-wrap:normal;}.visually-hidden.focusable:active,.visually-hidden.focusable:focus-within{position:static !important;overflow:visible;clip:auto;width:auto;height:auto;}.invisible{visibility:hidden;}
.js .js-hide{display:none;}.js-show{display:none;}.js .js-show{display:block;}@media (scripting:enabled){.js-hide.js-hide{display:none;}.js-show{display:block;}}
.mm-user-auth-container{display:flex;justify-content:center;align-items:center;min-height:70vh;padding:2rem 1rem;background-color:var(--muted);}.mm-user-auth-card{background:var(--background);border-radius:var(--radius);box-shadow:var(--shadow-md);padding:2.5rem;width:100%;max-width:var(--auth-card-max-width);border:1px solid var(--border);color:var(--foreground);}.mm-user-auth-header{text-align:center;margin-bottom:2rem;}.mm-user-auth-header h2{margin:0 0 0.5rem 0;}.mm-user-auth-header p{margin:0;color:var(--foreground);}.mm-user-auth-card .form-item{margin-bottom:1.25rem;}.mm-user-auth-card .mm-user-form-actions{margin-bottom:1.5rem;}.mm-user-auth-card .mm-user-form-submit.button--primary{display:inline-flex;align-items:center;justify-content:center;width:100%;box-sizing:border-box;min-height:2.75rem;padding:0.65rem 1.25rem;}.mm-user-form-divider{text-align:center;margin:1.5rem 0;position:relative;}.mm-user-form-divider::before{content:'';position:absolute;top:50%;left:0;right:0;height:1px;background-color:var(--border);}.mm-user-form-divider span{background-color:var(--background);color:var(--foreground);padding:0 1rem;font-size:0.875rem;position:relative;z-index:1;}.mm-user-social-login{margin-bottom:1.5rem;}.mm-user-btn-google{width:100%;padding:0.75rem 1rem;background-color:var(--background);color:var(--foreground);border:1px solid var(--border);border-radius:var(--radius);font-size:1rem;font-weight:500;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:0.75rem;transition:border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out,background-color 0.15s ease-in-out;}.mm-user-btn-google:hover{background-color:var(--muted);box-shadow:var(--shadow-xs);}.mm-user-btn-google:focus-visible{outline:2px solid var(--accent);outline-offset:2px;}.mm-user-google-icon{width:20px;height:20px;flex-shrink:0;}.mm-user-form-links{text-align:center;margin-top:1rem;}.mm-user-link,.mm-user-link-primary{color:var(--primary);text-decoration:none;font-size:0.9rem;}.mm-user-link-primary{font-weight:500;}.mm-user-link:hover,.mm-user-link-primary:hover,.mm-user-link:focus-visible,.mm-user-link-primary:focus-visible{text-decoration:underline;}.mm-user-auth-footer{text-align:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid var(--border);}.mm-user-auth-footer p{margin:0;font-size:0.9rem;}.mm-user-required-legend{margin:0 0 1rem 0;font-size:0.85rem;color:var(--foreground);}.mm-user-required-legend::before{content:'*';color:var(--destructive);margin-right:0.25rem;}.mm-user-loading{text-align:center;padding:1rem;}.mm-user-spinner{border:3px solid var(--muted);border-top:3px solid var(--primary);border-radius:50%;width:30px;height:30px;animation:mm-user-spin 1s linear infinite;margin:0 auto;}@keyframes mm-user-spin{0%{transform:rotate(0deg);}100%{transform:rotate(360deg);}}.mm-user-messages{margin-bottom:1rem;}.mm-user-messages .messages{border-radius:var(--radius);padding:0.75rem 1rem;font-size:0.9rem;margin-bottom:0.75rem;}.mm-user-messages .messages--error{background-color:oklch(from var(--destructive) 0.96 0.04 h);border:1px solid oklch(from var(--destructive) 0.85 0.08 h);color:oklch(from var(--destructive) 0.4 0.18 h);}.mm-user-messages .messages--status{background-color:oklch(0.96 0.04 145);border:1px solid oklch(0.85 0.08 145);color:oklch(0.35 0.13 145);}@media (max-width:576px){.mm-user-auth-container{padding:1rem;}.mm-user-auth-card{padding:1.5rem;}}
