:root{--color-primary: #1f7a6e;--color-primary-dark: #18242c;--color-accent: #d4a373;--color-text: #222222;--color-text-muted: #5c5c5c;--color-bg: #f6f7f9;--color-surface: #ffffff;--color-border: #dddddd;--color-sidebar: #18242c;--color-sidebar-hover: #263640;--font-sans: Arial, sans-serif;--font-signature: cursive;--container-max: 1400px;--radius: 8px;--radius-pill: 999px;--shadow: 0 2px 12px rgba(0, 0, 0, .08);--nav-children: #c27858;--nav-teachers: #d4ad3a;--nav-shop: #3d6b7a;--nav-contact: #8dc63f;--brand-navy: #3d6b7a;--brand-coral: #c27858;--brand-green: #1f7a6e;--brand-green-light: #8dc63f;--brand-amber: #d4ad3a;--home-content-max: 900px;--icon-muted: #8a9399;--icon-surface: #eef1f4;--icon-ink: #55616f;--icon-line: #6f7b88}*,*:before,*:after{box-sizing:border-box}body{margin:0;font-family:var(--font-sans);font-size:1rem;line-height:1.6;color:var(--color-text);background:var(--color-bg)}img{max-width:100%;height:auto;display:block}a{color:var(--color-primary);text-decoration:none}a:hover{color:var(--color-primary-dark)}a:focus-visible,button:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.screen-reader-text{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.skip-link:focus{position:fixed;top:0;left:0;z-index:9999;padding:.75rem 1rem;background:var(--color-primary);color:#fff;clip:auto;width:auto;height:auto}.icon{display:block;flex-shrink:0;color:inherit}.icon--social,.icon--contact,.icon--platform{color:var(--icon-line)}.icon--brand [fill]:not([fill=none]){fill:currentColor}body.auth-screen-body,body.layout-auth{background:#f6f8f7}body.layout-auth .auth-page{min-height:100vh;padding:clamp(2rem,5vw,3.5rem) 1.25rem}.auth-page{display:flex;align-items:center;justify-content:center;min-height:clamp(28rem,calc(100vh - 12rem),44rem);padding:clamp(2rem,5vw,3.5rem) 1.25rem clamp(2.5rem,6vw,4rem)}.auth-page__shell{width:min(100%,460px);margin:0 auto}.auth-panel{width:100%;padding:clamp(1.65rem,3.5vw,2.35rem);border:1.5px solid #d5e8de;border-radius:24px;background:#fff;box-shadow:0 18px 40px #18242c12}.auth-panel__head{margin-bottom:1.65rem;text-align:center}.auth-panel__title{margin:0 0 .55rem;color:#1a2b24;font-size:clamp(1.55rem,3.8vw,1.95rem);font-weight:700;line-height:1.2;letter-spacing:-.02em}.auth-panel__lead{margin:0 auto;max-width:34ch;color:#5c6670;font-size:.9375rem;line-height:1.65}.auth-panel__form{margin:0}.auth-panel__field{margin:0 0 1.15rem}.auth-panel__field label{display:block;margin-bottom:.45rem;color:#1a2b24;font-size:.875rem;font-weight:600;line-height:1.3}.auth-panel__field .required{color:#c0392b}.auth-panel__input{display:block;width:100%;min-height:3rem;padding:.8rem 1rem;border:1.5px solid #d5dde3;border-radius:12px;background:#fafbfc;color:#1a2b24;font:inherit;font-size:1rem;line-height:1.4;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.auth-panel__input:hover{border-color:#b8c9d4;background:#fff}.auth-panel__input:focus{border-color:var(--color-primary);outline:none;background:#fff;box-shadow:0 0 0 3px #1f7a6e24}.auth-panel__password{position:relative}.auth-panel__password .auth-panel__input{padding-right:3.1rem}.auth-panel__password-toggle{position:absolute;top:50%;right:.55rem;display:inline-flex;align-items:center;justify-content:center;width:2.25rem;height:2.25rem;padding:0;border:0;border-radius:8px;background:transparent;color:#6b7785;cursor:pointer;transform:translateY(-50%);transition:color .15s ease,background .15s ease}.auth-panel__password-toggle:hover,.auth-panel__password-toggle:focus-visible{color:var(--color-primary);background:#1f7a6e14;outline:none}.auth-panel__password-toggle-icon{display:inline-flex;align-items:center;justify-content:center}.auth-panel__password-toggle-icon[hidden]{display:none!important}.auth-panel__hint{margin:-.2rem 0 1.15rem;padding:.75rem .9rem;border-radius:10px;background:#f4faf8;color:#3f5f56;font-size:.8125rem;line-height:1.55}.auth-panel__notices:empty{display:none}.auth-panel__notices{margin:0 0 1.25rem}.auth-panel__notices .woocommerce-error,.auth-panel__notices .woocommerce-info,.auth-panel__notices .woocommerce-message{margin-bottom:0}.auth-panel__notice--error{border:1px solid #f0b4b4;background:#fff5f5;color:#9b2c2c}.auth-panel__notice[hidden],.auth-panel__field-error[hidden]{display:none!important}.auth-panel__field-error{display:block;margin:.35rem 0 0;font-size:.8125rem;line-height:1.45;color:#9b2c2c}.auth-panel__input.is-invalid{border-color:#e05353;box-shadow:0 0 0 1px #e0535326}.auth-panel__requirements-wrap{margin:0 0 1.15rem}.auth-panel__requirements-title{margin:0 0 .45rem;font-size:.8125rem;font-weight:600;color:#3d4650}.auth-panel__requirements{margin:0;padding:0;list-style:none}.auth-panel__requirements-item{position:relative;margin:.2rem 0;padding-left:1.15rem;font-size:.8125rem;line-height:1.45;color:#5c6670}.auth-panel__requirements-item:before{content:"\25cb";position:absolute;left:0;top:0;color:#8a939c}.auth-panel__requirements-item.is-valid{color:#1a5c3a}.auth-panel__requirements-item.is-valid:before{content:"\2713";color:#1a5c3a}.auth-panel__requirements-item.is-invalid{color:#9b2c2c}.auth-panel__requirements-item.is-invalid:before{content:"\2715";color:#9b2c2c}.auth-panel__row{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:1.4rem;flex-wrap:wrap}.auth-panel__remember{display:inline-flex;align-items:center;gap:.5rem;margin:0;color:#3f4d56;font-size:.875rem;font-weight:500;cursor:pointer}.auth-panel__remember input{width:1rem;height:1rem;margin:0;accent-color:var(--color-primary)}.auth-panel__link{color:var(--color-primary);font-size:.875rem;font-weight:600;text-decoration:underline;text-underline-offset:.18em}.auth-panel__link:hover{color:#196b61}.auth-panel__submit,.auth-page .woocommerce-form .button,.auth-page .woocommerce-form button.button{display:flex;align-items:center;justify-content:center;width:100%;min-height:3.15rem;margin:0;padding:.9rem 1.25rem;border:0;border-radius:999px;background:var(--color-primary);color:#fff!important;font:inherit;font-size:.9375rem;font-weight:700;letter-spacing:.02em;text-transform:none;cursor:pointer;transition:background .15s ease,transform .15s ease}.auth-panel__submit:hover,.auth-page .woocommerce-form .button:hover,.auth-page .woocommerce-form button.button:hover{background:#196b61;color:#fff!important;transform:translateY(-1px)}.auth-panel__legal{margin:1.1rem 0 0;color:#6b7680;font-size:.8125rem;line-height:1.6;text-align:center}.auth-panel__legal a{color:#1a2b24;font-weight:600;text-decoration:underline;text-underline-offset:.15em}.auth-panel__legal--center{text-align:center}.auth-panel__switch{margin-top:1.5rem;padding-top:1.35rem;border-top:1px solid #e8f0ec}.auth-panel__switch-note{margin:0 0 .75rem;color:#5c6670;font-size:.875rem;text-align:center}.auth-panel__switch-btn{display:flex;align-items:center;justify-content:center;width:100%;min-height:3.15rem;padding:.9rem 1.25rem;border:1.5px solid #1a2b24;border-radius:999px;background:transparent;color:#1a2b24;font-size:.9375rem;font-weight:700;text-align:center;text-decoration:none;transition:background .15s ease,color .15s ease,border-color .15s ease}.auth-panel__switch-btn:hover{border-color:var(--color-primary);background:#1f7a6e0f;color:var(--color-primary)}.auth-panel__back{margin:1.15rem 0 0;color:#5c6670;font-size:.875rem;text-align:center}.auth-page .woocommerce-error,.auth-page .woocommerce-info,.auth-page .woocommerce-message,.auth-page ul.woocommerce-error,.auth-page ul.woocommerce-info,.auth-page ul.woocommerce-message{margin:0 0 1.25rem;padding:.85rem 1rem;border-radius:12px;font-size:.875rem;line-height:1.5;list-style:none;position:static;width:auto;word-wrap:break-word}.auth-page .woocommerce-error:before,.auth-page .woocommerce-info:before,.auth-page .woocommerce-message:before{display:none!important;content:none!important}.auth-page .woocommerce-error li,.auth-page .woocommerce-info li,.auth-page .woocommerce-message li{margin:0;padding:0;list-style:none}.auth-panel>.woocommerce-error,.auth-panel>.woocommerce-info,.auth-panel>.woocommerce-message,.auth-panel>ul.woocommerce-error,.auth-panel>ul.woocommerce-info,.auth-panel>ul.woocommerce-message{margin:0 0 1.25rem}.auth-page .woocommerce-info{border:1px solid #c8e3f5;background:#f0f8ff;color:#1a4f7a}.auth-page .woocommerce-error{border:1px solid #f0b4b4;background:#fff5f5;color:#9b2c2c}.auth-page .woocommerce-error a,.auth-page .woocommerce-info a,.auth-panel__notice-link{color:inherit;font-weight:700;text-decoration:underline;text-underline-offset:.12em}.auth-page .woocommerce-error a:hover,.auth-page .woocommerce-info a:hover,.auth-panel__notice-link:hover{text-decoration-thickness:2px}.auth-page .woocommerce-message{border:1px solid #b8e6cf;background:#edfbf3;color:#1a5c3a}.auth-panel__success{margin:0;padding:.25rem 0 0;text-align:center}.auth-panel__success-title{margin:0 0 .75rem;font-size:1.35rem;font-weight:700;line-height:1.25;color:var(--color-text, #222)}.auth-panel__success-lead{margin:0 0 .65rem;font-size:.95rem;line-height:1.55;color:var(--color-text, #222)}.auth-panel__success-detail{margin:0 0 1.35rem;font-size:.875rem;line-height:1.55;color:var(--color-text-muted, #5c5c5c)}.auth-panel__submit--secondary{display:inline-flex;align-items:center;justify-content:center;width:100%;text-decoration:none;background:var(--color-primary, #1f7a6e);color:#fff}.auth-panel__submit--secondary:hover{background:var(--color-primary-dark, #18242c);color:#fff}.auth-page .woocommerce-form .form-row:before,.auth-page .woocommerce-form .form-row:after{content:none;display:none}@media(max-width:480px){.auth-panel{padding:1.35rem 1.15rem;border-radius:18px}.auth-panel__row{flex-direction:column;align-items:flex-start}}