:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-container-width: fit-content;--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-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--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(to right, #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: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{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{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.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{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform: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{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{margin:0;padding:0;box-sizing:border-box}:focus-visible{outline:2px solid #dc2626;outline-offset:2px}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#18181b;line-height:1.6;overflow-x:hidden;background:#fafafa}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:#f4f4f5;border-radius:8px}::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:8px}::-webkit-scrollbar-thumb:hover{background:#a1a1aa}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%{opacity:1}50%{opacity:.5}to{opacity:1}}@keyframes mqIndeterminate{0%{transform:translate(-100%)}to{transform:translate(400%)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}@keyframes loadingDot{0%,80%,to{transform:scale(0);opacity:0}40%{transform:scale(1);opacity:1}}@keyframes floatingPiece{0%,to{transform:translateY(0) rotate(0);opacity:.3}50%{transform:translateY(-30px) rotate(180deg);opacity:.6}}@keyframes sparkle{0%,to{opacity:.4;transform:scale(.8)}50%{opacity:1;transform:scale(1.2)}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}@keyframes moveConnector{0%{background-position:0 0}to{background-position:20px 0}}@keyframes celebrationCardRise{0%{opacity:0;transform:translateY(26px) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes celebrationCrestPop{0%{opacity:0;transform:scale(.4) rotate(-18deg)}to{opacity:1;transform:scale(1) rotate(0)}}@keyframes celebrationRing{0%{opacity:.9;transform:scale(1)}to{opacity:0;transform:scale(2.1)}}@keyframes celebrationSheen{0%{transform:translate(-100%)}to{transform:translate(100%)}}@keyframes celebrationTimerDrain{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@keyframes route-status-spin{to{transform:rotate(360deg)}}.route-status{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;gap:1rem;min-height:60vh;padding:2rem;text-align:center}.route-status.is-fullscreen{min-height:100vh}.route-status .route-status-spinner{width:44px;height:44px;border:3px solid rgba(0,0,0,.08);border-top-color:#dc2626;border-radius:50%;animation:route-status-spin .8s linear infinite}@media (prefers-reduced-motion: reduce){.route-status .route-status-spinner{animation-duration:3s}}.route-status .route-status-title{margin:0;font-size:1.125rem;font-weight:600;color:#18181b}.route-status .route-status-message{margin:0;max-width:30rem;font-size:.9375rem;color:#52525b}.route-status .route-status-action{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border:none;border-radius:10px;background:#dc2626;color:#fff;font-size:.9375rem;font-weight:600;cursor:pointer}.top-bar.is-skeleton .skeleton-block{background:linear-gradient(90deg,#0000000f,#0000001f,#0000000f);background-size:200% 100%;border-radius:8px;animation:shimmer 2.2s ease-in-out infinite}@media (prefers-reduced-motion: reduce){.top-bar.is-skeleton .skeleton-block{animation:none}}.top-bar.is-skeleton .skeleton-title{width:min(220px,40vw);height:22px}.top-bar.is-skeleton .skeleton-pill{width:150px;height:38px;border-radius:999px}.top-bar.is-skeleton .skeleton-avatar{width:38px;height:38px;border-radius:50%}.glass-card{background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(0,0,0,.05);box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000d}.btn{display:inline-flex;align-items:center;gap:12px;padding:16px 32px;border:none;border-radius:12px;font-family:Inter,sans-serif;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;text-decoration:none;position:relative;overflow:hidden;letter-spacing:-.01em}.btn:hover{transform:translateY(-2px);box-shadow:0 12px 24px #dc262626}.btn:active{transform:translateY(0)}.btn-primary{background:#dc2626;color:#fff}.btn-primary:hover{background:#b91c1c}.btn-secondary{background:#fff;color:#dc2626;box-shadow:inset 0 0 0 2px #dc2626}.btn-secondary:hover{background:#f4f4f5;box-shadow:inset 0 0 0 2px #b91c1c;color:#b91c1c}.btn-gradient{background:linear-gradient(135deg,#dc2626,#f97316);color:#fff;font-size:1.125rem}.btn-gradient:hover{transform:translateY(-2px) scale(1.02);box-shadow:0 20px 40px #dc262640}.btn-full{width:100%;justify-content:center}.btn .btn-icon{font-size:1.25rem}.btn .btn-arrow{font-size:.875rem;transition:transform .3s ease}.btn:hover .btn-arrow{transform:translate(4px)}.ui-skeleton{display:inline-block;background:linear-gradient(90deg,#0000000f,#0000001f,#0000000f);background-size:200% 100%;animation:shimmer 2.2s ease-in-out infinite}@media (prefers-reduced-motion: reduce){.ui-skeleton{animation:none}}.preloader{position:fixed;inset:0;z-index:3000;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#18181b,#050505);font-family:Inter,-apple-system,sans-serif;color:#fff;animation:preloaderFadeIn .4s ease-out}.preloader-overlay{position:absolute;inset:0;background:radial-gradient(ellipse 1000px 800px at 0% 0%,rgba(220,38,38,.15) 0%,transparent 60%),radial-gradient(ellipse 800px 600px at 100% 100%,rgba(234,179,8,.05) 0%,transparent 50%);pointer-events:none}.preloader-content{position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;text-align:center;padding:2rem;animation:preloaderScaleIn .6s cubic-bezier(.16,1,.3,1)}.preloader-content h2{font-size:1.5rem;font-weight:800;letter-spacing:-.02em;margin-top:1.25rem;color:#fff}.preloader-content p{font-size:.875rem;color:#fff9;font-weight:600;margin-top:.375rem;margin-bottom:1.25rem}.lottie-wrapper{width:280px;height:280px}.loading-dots{display:flex;gap:.5rem}.loading-dots span{width:8px;height:8px;border-radius:50%;background:#dc2626;display:inline-block;animation:loadingDot 1.4s infinite ease-in-out both}.loading-dots span:nth-child(1){animation-delay:-.32s}.loading-dots span:nth-child(2){animation-delay:-.16s}.loading-dots span:nth-child(3){animation-delay:0s}@keyframes preloaderFadeIn{0%{opacity:0}to{opacity:1}}@keyframes preloaderScaleIn{0%{opacity:0;transform:translateY(20px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.ph{height:100svh;overflow-y:auto;overflow-x:hidden;background:radial-gradient(ellipse 1000px 800px at 0% 0%,rgba(220,38,38,.15) 0%,transparent 60%),radial-gradient(ellipse 800px 600px at 100% 100%,rgba(234,179,8,.05) 0%,transparent 50%),linear-gradient(135deg,#18181b,#050505);display:flex;flex-direction:column;font-family:Inter,-apple-system,sans-serif;color:#fff;position:relative}.ph::-webkit-scrollbar{width:8px}.ph::-webkit-scrollbar-track{background:#050505}.ph::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:8px}.ph::-webkit-scrollbar-thumb:hover{background:#ffffff40}.ph__board{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;opacity:.03;background-image:repeating-conic-gradient(#ffffff 0% 25%,transparent 0% 50%);background-size:80px 80px;mask-image:radial-gradient(ellipse 80% 80% at 30% 50%,black 0%,transparent 60%);-webkit-mask-image:radial-gradient(ellipse 80% 80% at 30% 50%,black 0%,transparent 60%)}.ph__header{height:72px;display:flex;align-items:center;justify-content:space-between;padding:0 clamp(1.5rem,5vw,4rem);background:transparent;position:relative;z-index:10}.ph__brand{display:flex;align-items:center;gap:12px}.ph__logo{width:44px;height:44px;border-radius:12px;box-shadow:0 4px 20px #0000004d}.ph__brandInfo{display:flex;flex-direction:column}.ph__brandName{font-weight:800;font-size:1.25rem;color:#fff;letter-spacing:-.02em}.ph__brandSub{font-size:.75rem;color:#fff9;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.ph__headerActions{display:flex;gap:.75rem}.ph__btn{display:inline-flex;align-items:center;justify-content:center;padding:.625rem 1.25rem;border-radius:10px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1);border:1px solid transparent}.ph__btn--primary{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;box-shadow:0 4px 15px #dc26264d}.ph__btn--primary:hover{transform:translateY(-2px);box-shadow:0 8px 25px #dc262666}.ph__btn--outline{background:#ffffff0d;color:#fff;border-color:#ffffff26;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.ph__btn--outline:hover{background:#ffffff1a;border-color:#ffffff4d;transform:translateY(-2px)}.ph__btn--lg{padding:.875rem 2rem;font-size:1rem;border-radius:12px}.ph__body{flex:1;max-width:1700px;margin:0 auto;width:100%;padding:clamp(1.5rem,3vh,3rem) clamp(2rem,6vw,6rem);display:grid;grid-template-columns:1.05fr .95fr;gap:clamp(3rem,6vw,6rem);align-items:stretch;position:relative;z-index:5;min-height:0}@media (max-width: 1024px){.ph__body{grid-template-columns:1fr;align-items:start;gap:3rem}}.ph__left{display:flex;flex-direction:column;justify-content:center;gap:clamp(2.5rem,5vh,4.5rem);min-height:0}.ph__hero{position:relative}.ph__title{font-size:clamp(2.5rem,5vw,4.5rem);font-weight:800;color:#fff;line-height:1.15;letter-spacing:-.03em;margin-bottom:clamp(1.25rem,2.5vh,1.75rem)}.ph__titleAccent{background:linear-gradient(135deg,#ff6b6b,#dc2626);-webkit-background-clip:text;-webkit-text-fill-color:transparent;display:inline-block;padding-bottom:4px}.ph__desc{font-size:clamp(1.125rem,1.5vw,1.25rem);color:#ffffffbf;line-height:1.7;max-width:580px;margin-bottom:clamp(2rem,4vh,3rem)}.ph__ctas{display:flex;gap:1rem;flex-wrap:wrap}.ph__products{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1.5rem}.ph__card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1rem 1.25rem;display:flex;flex-direction:row;align-items:center;gap:1rem;text-decoration:none;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.ph__card:hover{transform:translateY(-4px);background:#ffffff0f;border-color:#dc262666;box-shadow:0 10px 30px #0003,inset 0 1px #ffffff1a}.ph__card:hover .ph__cardArrow{color:#dc2626;transform:translate(4px)}.ph__card:hover .ph__cardIcon{background:#dc2626;color:#fff;box-shadow:0 4px 15px #dc262666}.ph__cardIcon{width:38px;height:38px;background:#ffffff14;color:#fff;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:all .3s ease}.ph__cardBody{flex:1}.ph__cardTitle{font-size:1.0625rem;font-weight:700;color:#fff;margin-bottom:.125rem}.ph__cardDesc{font-size:.8125rem;color:#ffffff80;line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.ph__cardArrow{color:#ffffff4d;transition:all .3s ease;flex-shrink:0}.ph__right{display:flex;flex-direction:column;min-height:0;height:100%}.ph__schedule{background:#14141966;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);border:1px solid rgba(255,255,255,.08);border-radius:24px;box-shadow:0 30px 60px #0006,inset 0 1px #ffffff1a;display:flex;flex-direction:column;height:100%;max-height:800px;overflow:hidden;color:#fff;position:relative}.ph__schedHd{padding:1.25rem 1.5rem 1rem;border-bottom:1px solid rgba(255,255,255,.06);background:transparent;flex-shrink:0}.ph__schedTitle{font-size:1.5rem;font-weight:800;color:#fff;display:flex;align-items:center;gap:.75rem;margin-bottom:1.25rem;letter-spacing:-.02em;text-shadow:0 2px 12px rgba(255,255,255,.15)}.ph__schedTitle svg{color:#dc2626;width:22px;height:22px;filter:drop-shadow(0 2px 8px rgba(220,38,38,.5))}.ph__schedTabs{display:flex;background:#0006;padding:6px;border-radius:12px;border:1px solid rgba(255,255,255,.08)}.ph__schedTab{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:8px;font-size:.9375rem;font-weight:700;color:#fff9;border:none;background:transparent;cursor:pointer;transition:all .3s ease}.ph__schedTab svg{transition:transform .2s ease}.ph__schedTab:hover{color:#fff}.ph__schedTab--on{background:#dc2626;color:#fff;box-shadow:0 4px 15px #dc262666}.ph__schedTab--on svg{color:#fff;transform:scale(1.1)}.ph__branches{padding:.75rem 1.5rem;display:flex;gap:.5rem;overflow-x:auto;border-bottom:1px solid rgba(255,255,255,.06);background:transparent;flex-shrink:0}.ph__branches::-webkit-scrollbar{display:none}.ph__branch{padding:.375rem 1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);border-radius:999px;font-size:.75rem;font-weight:700;color:#fff9;cursor:pointer;white-space:nowrap;transition:all .3s ease;display:flex;align-items:center;gap:.375rem}.ph__branch:hover{border-color:#fff3;color:#fff;background:#ffffff14}.ph__branch--on{background:#dc2626;color:#fff;border-color:#dc2626;box-shadow:0 4px 15px #dc262666}.ph__branch--on:hover{background:#c52222;border-color:#c52222}.ph__schedBody{flex:1;overflow-y:auto;padding:1rem 1.5rem 1.25rem;display:flex;flex-direction:column;background:transparent}.ph__schedBody::-webkit-scrollbar{width:6px}.ph__schedBody::-webkit-scrollbar-track{background:transparent}.ph__schedBody::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:6px}.ph__schedBody::-webkit-scrollbar-thumb:hover{background:#ffffff40}.ph__ticketGrid{display:grid;grid-template-columns:1fr;gap:.75rem;width:100%}.ph__ticket{width:100%;background:linear-gradient(145deg,#ffffff0d,#ffffff03);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:1rem;display:flex;flex-direction:column;gap:.75rem;transition:all .3s cubic-bezier(.16,1,.3,1);position:relative;overflow:hidden}.ph__ticket:hover{border-color:#dc262666;box-shadow:0 10px 30px #0000004d,inset 0 0 20px #dc26260d;transform:translateY(-2px)}.ph__ticket:before{content:"";position:absolute;left:0;top:0;bottom:0;width:4px;background:#ffffff1a;transition:background .3s ease}.ph__ticket:hover:before{background:#dc2626}.ph__ticketTop{display:flex;justify-content:space-between;align-items:center}.ph__ticketLevel{display:inline-flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:800;text-transform:uppercase;padding:.25rem .625rem;border-radius:999px;min-width:80px;letter-spacing:.05em}.ph__ticketLevel--beginners{background:#16a34a26;color:#4ade80;border:1px solid rgba(22,163,74,.3)}.ph__ticketLevel--intermediate{background:#2563eb26;color:#60a5fa;border:1px solid rgba(37,99,235,.3)}.ph__ticketLevel--advanced{background:#dc262626;color:#f87171;border:1px solid rgba(220,38,38,.3)}.ph__ticketDay{font-size:.875rem;font-weight:700;color:#fffc;display:flex;align-items:center;gap:.375rem}.ph__ticketDay svg{color:#dc2626}.ph__ticketMid{display:flex;align-items:center;gap:.625rem;padding:.5rem 0}.ph__ticketClock{color:#fff6}.ph__ticketTime{font-size:1.5rem;font-weight:800;color:#fff;letter-spacing:-.02em}.ph__ticketBot{display:flex;justify-content:space-between;align-items:flex-end;padding-top:.5rem;border-top:1px dashed rgba(255,255,255,.1)}.ph__ticketCoach{display:flex;align-items:center;gap:.375rem;font-size:.8125rem;color:#fff9;font-weight:600}.ph__ticketCoach svg{color:#fff6}.ph__ticketFee{font-size:1rem;font-weight:800;color:#b08605}.ph__ticket--online{padding:0}.ph__ticket--online .ph__ticketTop{padding:.75rem 1rem;background:#0003;border-bottom:1px solid rgba(255,255,255,.05)}.ph__ticketGroup{font-size:1rem;font-weight:800;color:#fff;display:flex;align-items:center;gap:.5rem}.ph__ticketGroup svg{color:#dc2626}.ph__ticketNotes{display:flex;gap:.375rem}.ph__ticketNote{display:inline-flex;align-items:center;gap:.25rem;font-size:.6rem;padding:.2rem .5rem;background:#eab30826;color:#b08605;border:1px solid rgba(234,179,8,.3);border-radius:999px;font-weight:700;text-transform:uppercase}.ph__ticketSessions{display:flex;flex-direction:column;padding:.25rem 1rem .75rem}.ph__ticketSession{display:flex;justify-content:space-between;align-items:center;padding:.625rem 0}.ph__ticketSession:not(:last-child){border-bottom:1px dashed rgba(255,255,255,.1)}.ph__sessionLeft{display:flex;flex-direction:column;gap:.25rem}.ph__sessionDay{font-size:.9375rem;font-weight:700;color:#fff;display:flex;align-items:center;gap:.375rem}.ph__sessionDay svg{color:#dc2626}.ph__sessionTime{font-size:.8125rem;color:#fff9;font-weight:600}.ph__footer{padding:1rem clamp(1.5rem,5vw,4rem);display:flex;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.1);color:#ffffff80;font-size:.8125rem;font-weight:500;position:relative;z-index:10;flex-shrink:0}.ph__footerLinks{display:flex;gap:1.5rem}.ph__footerLinks a{color:#fff9;text-decoration:none;transition:color .2s ease}.ph__footerLinks a:hover{color:#fff}.ph__footerRight{display:flex;align-items:center;gap:.625rem}.ph__footerSep{width:3px;height:3px;border-radius:50%;background:#ffffff4d}@media (max-width: 767px){.ph{height:auto;min-height:100svh;overflow-y:visible}.lottie-wrapper{width:200px;height:200px}.preloader-content h2{font-size:1.25rem}.ph__header{height:auto;padding:1rem 1.25rem;flex-wrap:wrap;gap:.75rem}.ph__logo{width:36px;height:36px;border-radius:10px}.ph__brandName{font-size:1rem}.ph__brandSub{font-size:.625rem}.ph__headerActions{gap:.5rem}.ph__btn{padding:.5rem .875rem;font-size:.75rem;border-radius:8px}.ph__body{grid-template-columns:1fr;gap:2.5rem;padding:1.5rem 1.25rem;align-items:start;min-height:0}.ph__hero{text-align:center}.ph__title{font-size:clamp(2rem,8vw,2.75rem)}.ph__desc{font-size:1rem;margin-bottom:2rem}.ph__ctas{justify-content:center}.ph__btn--lg{padding:.75rem 1.5rem;font-size:.875rem}.ph__products{grid-template-columns:1fr;gap:1rem}.ph__right{height:auto}.ph__schedule{max-height:none;height:auto;overflow:visible;border-radius:16px}.ph__schedHd{padding:1rem 1.25rem .875rem}.ph__schedTitle{font-size:1.25rem;margin-bottom:1rem}.ph__schedTab{padding:.5rem .75rem;font-size:.8125rem}.ph__branches{padding:.625rem 1.25rem}.ph__branch{padding:.3125rem .75rem;font-size:.6875rem}.ph__schedBody{overflow-y:visible;padding:.75rem 1.25rem 1rem}.ph__ticketTime{font-size:1.25rem}.ph__footer{flex-direction:column;gap:1.25rem;text-align:center;padding:1.5rem 1.25rem}.ph__footerLinks{flex-direction:column;gap:.75rem}.ph__footerRight{flex-direction:column;gap:.5rem}.ph__footerSep{display:none}}@media (max-width: 479px){.lottie-wrapper{width:160px;height:160px}.preloader-content{padding:1.5rem}.preloader-content h2{font-size:1.125rem}.preloader-content p{font-size:.75rem}.ph__header{padding:.875rem 1rem}.ph__brandSub{display:none}.ph__btn{padding:.4375rem .75rem;font-size:.6875rem}.ph__body{padding:1.25rem 1rem;gap:2rem}.ph__title{font-size:clamp(1.75rem,9vw,2.25rem)}.ph__schedTitle{font-size:1.125rem}.ph__schedTabs{padding:4px}.ph__schedTab{padding:.4375rem .5rem;font-size:.75rem}}.not-found-page{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:clamp(1rem,3vw,2rem);background:#fafafa}.not-found-page .nf-container{text-align:center;background:#fff;border:1px solid #e4e4e7;border-radius:16px;padding:clamp(1.25rem,4vw,2rem);width:min(720px,100%);box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a}.not-found-page .nf-icon{width:72px;height:72px;margin:0 auto 1rem;display:grid;place-items:center;border-radius:50%;background:linear-gradient(135deg,#dc26261a,#ef44440d);color:#dc2626}.not-found-page .nf-icon svg{font-size:1.75rem}.not-found-page .nf-code{font-size:clamp(3rem,8vw,5rem);font-weight:800;letter-spacing:-.03em;line-height:1;background:linear-gradient(135deg,#dc2626,#ef4444);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.not-found-page .nf-title{margin-top:.5rem;font-size:clamp(1.25rem,3vw,1.75rem);color:#18181b;font-weight:700}.not-found-page .nf-description{margin-top:.5rem;color:#52525b;max-width:60ch;margin-left:auto;margin-right:auto}.not-found-page .nf-actions{margin-top:1.25rem;display:flex;gap:.75rem;justify-content:center;flex-wrap:wrap}.not-found-page .nf-actions .btn{padding:.75rem 1.25rem}.not-found-page .nf-actions .btn-secondary{background:#fff;color:#dc2626;box-shadow:inset 0 0 0 2px #dc2626}.not-found-page .nf-actions .btn-secondary:hover{background:#f4f4f5;box-shadow:inset 0 0 0 2px #b91c1c;color:#b91c1c}@media (max-width: 767px){.not-found-page .nf-container{border-radius:12px;padding:1rem}.not-found-page .nf-actions{gap:.5rem}.not-found-page .nf-actions .btn{width:100%;justify-content:center}}.policy-page{min-height:100vh;background-color:#0a0a0a;padding:80px 20px;display:flex;justify-content:center;position:relative;z-index:1}.policy-page .policy-container{max-width:800px;width:100%}.policy-page .policy-container .back-btn{display:inline-flex;align-items:center;gap:8px;margin-bottom:30px;color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease;background:none;border:none;cursor:pointer;font-size:1rem;padding:0}.policy-page .policy-container .back-btn:hover{color:#dc2626}.policy-page .policy-container .policy-content{padding:40px;border-radius:16px;background:#18181b66;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.05)}.policy-page .policy-container .policy-content h1{font-size:2.5rem;margin-bottom:10px;color:#fff;font-weight:700}.policy-page .policy-container .policy-content .last-updated{color:#a1a1aa;margin-bottom:40px;font-size:.9rem}.policy-page .policy-container .policy-content h2{font-size:1.5rem;margin-top:40px;margin-bottom:15px;color:#fff;border-bottom:1px solid #27272a;padding-bottom:10px;font-weight:600}.policy-page .policy-container .policy-content h3{font-size:1.2rem;margin-top:25px;margin-bottom:10px;color:#e4e4e7;font-weight:500}.policy-page .policy-container .policy-content p,.policy-page .policy-container .policy-content ul,.policy-page .policy-container .policy-content ol{color:#d4d4d8;line-height:1.7;margin-bottom:15px;font-size:1rem}.policy-page .policy-container .policy-content ul,.policy-page .policy-container .policy-content ol{padding-left:20px}.policy-page .policy-container .policy-content ul li,.policy-page .policy-container .policy-content ol li{margin-bottom:8px}.policy-page .policy-container .policy-content a{color:#dc2626;text-decoration:none}.policy-page .policy-container .policy-content a:hover{text-decoration:underline}@media (max-width: 767px){.policy-page{padding:40px 15px}.policy-page .policy-container .policy-content{padding:25px}.policy-page .policy-container .policy-content h1{font-size:2rem}}.parent-empty-state{min-height:100vh;background:#fafafa;position:relative;overflow:hidden}.parent-empty-state .animated-background{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0}.parent-empty-state .animated-background .floating-piece{position:absolute;font-size:3rem;color:#e4e4e7;animation:floatingPiece 6s ease-in-out infinite}@media (max-width: 767px){.parent-empty-state .animated-background .floating-piece{font-size:2rem}}.parent-empty-state .empty-state-header{background:#fff;box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a;position:relative;z-index:10}.parent-empty-state .empty-state-header .header-content{max-width:1400px;margin:0 auto;padding:1.25rem 2rem;display:flex;justify-content:space-between;align-items:center}@media (max-width: 768px){.parent-empty-state .empty-state-header .header-content{padding:1rem}}.parent-empty-state .empty-state-header .header-content .logo-section{display:flex;align-items:center;gap:1rem}.parent-empty-state .empty-state-header .header-content .logo-section .logo-icon-wrapper{width:42px;height:42px;background:#fecaca;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a}.parent-empty-state .empty-state-header .header-content .logo-section .logo-icon-wrapper img{width:100%}.parent-empty-state .empty-state-header .header-content .logo-section .logo-text{font-family:Poppins,sans-serif;font-weight:700;font-size:clamp(1.125rem,2.5vw,1.25rem);color:#18181b}@media (max-width: 479px){.parent-empty-state .empty-state-header .header-content .logo-section .logo-text{display:none}}.parent-empty-state .empty-state-header .header-content .parent-profile{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem .5rem .5rem;background:#fafafa;border-radius:12px;border:1px solid #e4e4e7}.parent-empty-state .empty-state-header .header-content .parent-profile img{width:36px;height:36px;border-radius:50%}@media (max-width: 479px){.parent-empty-state .empty-state-header .header-content .parent-profile .profile-info{display:none}}.parent-empty-state .empty-state-header .header-content .parent-profile .profile-info .parent-name{display:block;font-weight:600;color:#18181b;font-size:.875rem}.parent-empty-state .empty-state-header .header-content .parent-profile .profile-info .parent-role{display:block;font-size:.75rem;color:#71717a}.parent-empty-state .empty-state-content{position:relative;z-index:5;padding:clamp(2rem,4vw,3rem) 1rem;min-height:calc(100vh - 80px);display:flex;align-items:center;justify-content:center}@media (min-width: 768px) and (max-width: 1023px){.parent-empty-state .empty-state-content{padding:2.5rem 1rem}}@media (max-width: 767px){.parent-empty-state .empty-state-content{padding:2rem 1rem}}.parent-empty-state .empty-state-content .content-wrapper{max-width:1200px;width:100%;margin:0 auto}.parent-empty-state .empty-state-content .chess-board-pattern{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px;opacity:.03;z-index:-1}@media (max-width: 768px){.parent-empty-state .empty-state-content .chess-board-pattern{width:400px;height:400px}}.parent-empty-state .empty-state-content .chess-board-pattern .board-grid{display:grid;grid-template-columns:repeat(8,1fr);grid-template-rows:repeat(8,1fr);width:100%;height:100%;transform:rotate(45deg)}.parent-empty-state .empty-state-content .chess-board-pattern .board-grid .board-square.light{background:#d4d4d8}.parent-empty-state .empty-state-content .chess-board-pattern .board-grid .board-square.dark{background:#52525b}.parent-empty-state .empty-state-content .welcome-card{background:#fff;border-radius:24px;padding:clamp(2rem,5vw,4rem);box-shadow:0 25px 50px -12px #00000026;text-align:center;position:relative;overflow:hidden;animation:scaleIn .5s ease-out;margin-bottom:3rem}@media (min-width: 768px) and (max-width: 1023px){.parent-empty-state .empty-state-content .welcome-card{padding:3rem 2rem}}@media (max-width: 767px){.parent-empty-state .empty-state-content .welcome-card{padding:2rem 1.5rem}}.parent-empty-state .empty-state-content .welcome-card .card-decoration .sparkle{position:absolute;color:#eab308;animation:sparkle 2s ease-in-out infinite}.parent-empty-state .empty-state-content .welcome-card .card-decoration .sparkle.sparkle-1{top:2rem;right:3rem;font-size:1.5rem;animation-delay:0s}.parent-empty-state .empty-state-content .welcome-card .card-decoration .sparkle.sparkle-2{top:4rem;left:2rem;font-size:1.2rem;animation-delay:.5s}.parent-empty-state .empty-state-content .welcome-card .card-decoration .sparkle.sparkle-3{bottom:3rem;right:2rem;font-size:1rem;animation-delay:1s}.parent-empty-state .empty-state-content .welcome-card .welcome-icon{margin-bottom:2rem;animation:fadeInUp .6s ease-out}.parent-empty-state .empty-state-content .welcome-card .welcome-icon .icon-circle{width:120px;height:120px;margin:0 auto;background:linear-gradient(135deg,#dc26261a,#ef44440d);border-radius:50%;display:flex;align-items:center;justify-content:center;position:relative}.parent-empty-state .empty-state-content .welcome-card .welcome-icon .icon-circle:before{content:"";position:absolute;inset:-2px;background:linear-gradient(135deg,#dc2626,#ef4444);border-radius:50%;z-index:-1;opacity:.3;animation:pulse 2s ease-in-out infinite}.parent-empty-state .empty-state-content .welcome-card .welcome-icon .icon-circle svg{font-size:3.5rem;color:#dc2626}.parent-empty-state .empty-state-content .welcome-card .welcome-title{font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:700;color:#18181b;margin-bottom:.75rem;animation:fadeInUp .7s ease-out}@media (max-width: 768px){.parent-empty-state .empty-state-content .welcome-card .welcome-title{font-size:2rem}}.parent-empty-state .empty-state-content .welcome-card .welcome-subtitle{font-size:1.25rem;color:#52525b;margin-bottom:2rem;animation:fadeInUp .8s ease-out}@media (max-width: 768px){.parent-empty-state .empty-state-content .welcome-card .welcome-subtitle{font-size:1.125rem}}.parent-empty-state .empty-state-content .welcome-card .info-section{background:#fafafa;border-radius:16px;padding:1.5rem;margin-bottom:3rem;border:1px solid #e4e4e7;animation:fadeInUp .9s ease-out}.parent-empty-state .empty-state-content .welcome-card .info-section .info-text{color:#3f3f46;font-size:1rem;line-height:1.6}.parent-empty-state .empty-state-content .welcome-card .features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem;animation:fadeInUp 1s ease-out}@media (max-width: 768px){.parent-empty-state .empty-state-content .welcome-card .features-grid{gap:1.5rem}}.parent-empty-state .empty-state-content .welcome-card .features-grid .feature-item{padding:1.5rem;border-radius:16px;background:#fafafa;border:1px solid #e4e4e7;transition:all .3s ease}.parent-empty-state .empty-state-content .welcome-card .features-grid .feature-item:hover{transform:translateY(-4px);box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000d;border-color:#dc2626}.parent-empty-state .empty-state-content .welcome-card .features-grid .feature-item:hover .feature-icon{background:linear-gradient(135deg,#dc2626,#ef4444)}.parent-empty-state .empty-state-content .welcome-card .features-grid .feature-item:hover .feature-icon svg{color:#fff}.parent-empty-state .empty-state-content .welcome-card .features-grid .feature-item .feature-icon{width:60px;height:60px;margin:0 auto 1rem;background:#fff;border-radius:16px;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a}.parent-empty-state .empty-state-content .welcome-card .features-grid .feature-item .feature-icon svg{font-size:1.75rem;color:#dc2626;transition:all .3s ease}.parent-empty-state .empty-state-content .welcome-card .features-grid .feature-item h3{font-size:1.125rem;color:#18181b;margin-bottom:.5rem;font-weight:600}.parent-empty-state .empty-state-content .welcome-card .features-grid .feature-item p{font-size:.875rem;color:#52525b;line-height:1.5}.parent-empty-state .empty-state-content .welcome-card .add-child-btn{position:relative;background:none;border:none;padding:0;cursor:pointer;margin-bottom:2rem;animation:fadeInUp 1.1s ease-out}.parent-empty-state .empty-state-content .welcome-card .add-child-btn .btn-content{position:relative;display:flex;align-items:center;gap:.75rem;padding:1.25rem 2.5rem;background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;border-radius:16px;font-size:1.125rem;font-weight:600;transition:all .3s ease;box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000d;z-index:1}@media (max-width: 480px){.parent-empty-state .empty-state-content .welcome-card .add-child-btn .btn-content{padding:1rem 2rem;font-size:1rem}}.parent-empty-state .empty-state-content .welcome-card .add-child-btn .btn-content .btn-icon{font-size:1.25rem}.parent-empty-state .empty-state-content .welcome-card .add-child-btn .btn-content .arrow-icon{font-size:1rem;transition:transform .3s ease}.parent-empty-state .empty-state-content .welcome-card .add-child-btn .btn-content .arrow-icon.moved{transform:translate(5px)}.parent-empty-state .empty-state-content .welcome-card .add-child-btn .btn-background{position:absolute;inset:-2px;background:linear-gradient(135deg,#dc2626,#ef4444,#dc2626);background-size:200% 200%;border-radius:18px;opacity:0;transition:opacity .3s ease;animation:gradientShift 3s ease infinite}.parent-empty-state .empty-state-content .welcome-card .add-child-btn:hover .btn-content{transform:translateY(-2px);box-shadow:0 20px 25px -5px #00000014,0 10px 10px -5px #0000000a}.parent-empty-state .empty-state-content .welcome-card .add-child-btn:hover .btn-background{opacity:.3}.parent-empty-state .empty-state-content .welcome-card .add-child-btn:active .btn-content{transform:translateY(0)}.parent-empty-state .empty-state-content .welcome-card .help-text{animation:fadeInUp 1.2s ease-out}.parent-empty-state .empty-state-content .welcome-card .help-text p{color:#52525b;font-size:.9375rem;margin-bottom:.5rem}.parent-empty-state .empty-state-content .welcome-card .help-text p strong{color:#dc2626;font-weight:600}.parent-empty-state .empty-state-content .welcome-card .help-text p.note{font-size:.875rem;color:#71717a;font-style:italic}.parent-empty-state .empty-state-content .steps-section{text-align:center;animation:fadeInUp 1.3s ease-out}.parent-empty-state .empty-state-content .steps-section h2{font-family:Poppins,sans-serif;font-size:2rem;color:#18181b;margin-bottom:3rem}@media (max-width: 768px){.parent-empty-state .empty-state-content .steps-section h2{font-size:1.5rem;margin-bottom:2rem}}.parent-empty-state .empty-state-content .steps-section .steps-container{display:flex;align-items:center;justify-content:center;max-width:1000px;margin:0 auto}@media (max-width: 1024px){.parent-empty-state .empty-state-content .steps-section .steps-container{flex-direction:column;gap:2rem}}.parent-empty-state .empty-state-content .steps-section .steps-container .step-item{flex:1;position:relative;animation:scaleIn .5s ease-out;animation-fill-mode:both}.parent-empty-state .empty-state-content .steps-section .steps-container .step-item:nth-child(1){animation-delay:.1s}.parent-empty-state .empty-state-content .steps-section .steps-container .step-item:nth-child(3){animation-delay:.2s}.parent-empty-state .empty-state-content .steps-section .steps-container .step-item:nth-child(5){animation-delay:.3s}.parent-empty-state .empty-state-content .steps-section .steps-container .step-item:nth-child(7){animation-delay:.4s}.parent-empty-state .empty-state-content .steps-section .steps-container .step-item .step-number{width:60px;height:60px;margin:0 auto 1rem;background:#fff;border:3px solid #dc2626;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;color:#dc2626;box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a;position:relative;z-index:2}.parent-empty-state .empty-state-content .steps-section .steps-container .step-item .step-content h3{font-size:1.125rem;color:#18181b;margin-bottom:.5rem;font-weight:600}.parent-empty-state .empty-state-content .steps-section .steps-container .step-item .step-content p{font-size:.875rem;color:#52525b;max-width:200px;margin:0 auto}.parent-empty-state .empty-state-content .steps-section .steps-container .step-connector{flex:0 0 60px;height:3px;background:linear-gradient(90deg,#dc2626 0% 50%,#d4d4d8 50% 100%);background-size:20px 3px;background-position:0 0;animation:moveConnector 1s linear infinite;margin:0 -10px 60px}@media (max-width: 1024px){.parent-empty-state .empty-state-content .steps-section .steps-container .step-connector{display:none}}.sidebar{width:280px;background:#fff;display:flex;flex-direction:column;transition:all .3s ease;position:fixed;height:100vh;left:0;top:0;z-index:1000;box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000d;border-right:1px solid #f4f4f5}@media (max-width: 767px){.sidebar{transform:translate(-100%);z-index:1001;height:100%}.sidebar.mobile-open{transform:translate(0);height:100%}}.sidebar .sidebar-header{padding:2rem 1.5rem;display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid #f4f4f5}.sidebar .sidebar-header .logo{display:flex;align-items:center;gap:1rem}.sidebar .sidebar-header .logo .logo-icon-wrapper{width:42px;height:42px;background:#fecaca;border-radius:12px;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a}.sidebar .sidebar-header .logo .logo-icon-wrapper .logo-icon{color:#fff;font-size:1.4rem}.sidebar .sidebar-header .logo .logo-icon-wrapper img{width:100%}.sidebar .sidebar-header .logo span{font-weight:700;font-size:1.2rem;color:#18181b}.sidebar .sidebar-nav{flex:1;padding:1rem 0;overflow-y:auto}.sidebar .sidebar-nav::-webkit-scrollbar{width:4px}.sidebar .sidebar-nav::-webkit-scrollbar-track{background:#f4f4f5}.sidebar .sidebar-nav::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:4px}.sidebar .sidebar-nav .nav-item{width:calc(100% - 2rem);margin:.25rem 1rem;display:flex;align-items:center;gap:1rem;padding:.875rem 1rem;background:transparent;border:none;border-radius:10px;color:#52525b;font-size:.9375rem;font-weight:500;cursor:pointer;transition:all .2s ease;position:relative}.sidebar .sidebar-nav .nav-item .nav-icon-wrapper{width:24px;height:24px;display:flex;align-items:center;justify-content:center}.sidebar .sidebar-nav .nav-item .nav-icon-wrapper .nav-icon{font-size:1.2rem}.sidebar .sidebar-nav .nav-item span{font-weight:500}.sidebar .sidebar-nav .nav-item .active-indicator{position:absolute;left:0;top:50%;transform:translateY(-50%);width:3px;height:20px;background:linear-gradient(135deg,#dc2626,#ef4444);border-radius:0 3px 3px 0}.sidebar .sidebar-nav .nav-item:hover{color:#dc2626;background:#dc26260d}.sidebar .sidebar-nav .nav-item.active{color:#dc2626;background:#dc262614;font-weight:600}.sidebar .sidebar-footer{padding:1rem}.sidebar .sidebar-footer .nav-item{margin:.25rem 0}.sidebar .sidebar-footer .nav-item.nav-logout{color:#52525b;background:#ef4444;color:#fff;width:100px;padding:10px;border-radius:10px;border:none}.sidebar .sidebar-footer .nav-item.nav-logout:hover{background:#dc26260d;color:#dc2626}.mobile-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#00000080;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:fadeIn .3s ease-out}@media (min-width: 768px){.mobile-overlay{display:none}}.top-bar{background:#fff;position:sticky;top:0;z-index:100;box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a;border-bottom:1px solid #f4f4f5}.top-bar .top-bar-content{padding:1.25rem 2rem;display:flex;justify-content:space-between;align-items:center}@media (max-width: 767px){.top-bar .top-bar-content{padding:1rem}}@media (min-width: 768px) and (max-width: 1023px){.top-bar .top-bar-content{padding:1.125rem 1.5rem}}.top-bar .top-bar-content .mobile-menu-toggle{display:none;background:none;border:none;font-size:1.5rem;color:#3f3f46;cursor:pointer;padding:.5rem;border-radius:8px;transition:all .2s ease}.top-bar .top-bar-content .mobile-menu-toggle:hover{background:#f4f4f5;color:#dc2626}@media (max-width: 767px){.top-bar .top-bar-content .mobile-menu-toggle{display:flex;align-items:center;justify-content:center}}.top-bar .top-bar-content .top-bar-title{display:flex;flex-direction:column;gap:.25rem;min-width:0}.top-bar .top-bar-content .animated-title{font-family:Poppins,sans-serif;font-size:1.875rem;font-weight:700;color:#18181b}@media (min-width: 768px) and (max-width: 1023px){.top-bar .top-bar-content .animated-title{font-size:1.625rem}}@media (max-width: 767px){.top-bar .top-bar-content .animated-title{font-size:1.375rem}}@media (max-width: 479px){.top-bar .top-bar-content .animated-title{font-size:1.25rem}}.top-bar .top-bar-content .top-bar-subtitle{font-size:.875rem;font-weight:500;color:#71717a}@media (max-width: 767px){.top-bar .top-bar-content .top-bar-subtitle{display:none}}@media (max-width: 935px){.top-bar .top-bar-content .top-bar-title{display:none}}.top-bar .top-bar-content .top-bar-right{display:flex;align-items:center;gap:1.5rem}@media (max-width: 767px){.top-bar .top-bar-content .top-bar-right{gap:.5rem}}.top-bar .top-bar-content .top-bar-right .child-selector{position:relative}.top-bar .top-bar-content .top-bar-right .child-selector .selector-button{display:flex;align-items:center;gap:.75rem;padding:.625rem 1rem;background:linear-gradient(135deg,#dc2626,#ef4444);border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a}.top-bar .top-bar-content .top-bar-right .child-selector .selector-button:hover{transform:translateY(-1px);box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000d}.top-bar .top-bar-content .top-bar-right .child-selector .selector-button img{width:32px;height:32px;border-radius:50%;border:2px solid rgba(255,255,255,.9)}.top-bar .top-bar-content .top-bar-right .child-selector .selector-button span{font-weight:600;color:#fff;font-size:.9375rem}@media (max-width: 767px){.top-bar .top-bar-content .top-bar-right .child-selector .selector-button{gap:.5rem;padding:.375rem .625rem}.top-bar .top-bar-content .top-bar-right .child-selector .selector-button span{display:none}}.top-bar .top-bar-content .top-bar-right .child-selector .selector-button .dropdown-icon{color:#fff;font-size:.875rem;transition:transform .2s ease}.top-bar .top-bar-content .top-bar-right .child-selector .selector-button .dropdown-icon.open{transform:rotate(180deg)}.top-bar .top-bar-content .top-bar-right .child-selector .dropdown-menu{position:absolute;top:calc(100% + .75rem);right:0;background:#fff;border-radius:12px;box-shadow:0 25px 50px -12px #00000026;min-width:240px;overflow:hidden;z-index:200;border:1px solid #f4f4f5}.top-bar .top-bar-content .top-bar-right .child-selector .dropdown-menu.animated-dropdown{animation:scaleIn .2s ease}.top-bar .top-bar-content .top-bar-right .child-selector .dropdown-menu .dropdown-current{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;background:#dc26260d;box-shadow:inset 3px 0 #dc2626}.top-bar .top-bar-content .top-bar-right .child-selector .dropdown-menu .dropdown-current img{width:36px;height:36px;border-radius:50%;object-fit:cover;flex:0 0 auto}.top-bar .top-bar-content .top-bar-right .child-selector .dropdown-menu .dropdown-current .child-info{text-align:left;min-width:0}.top-bar .top-bar-content .top-bar-right .child-selector .dropdown-menu .dropdown-current .child-name{display:block;font-weight:600;color:#18181b;font-size:.9375rem}.top-bar .top-bar-content .top-bar-right .child-selector .dropdown-menu .dropdown-current .child-branch{display:block;font-size:.75rem;color:#71717a;margin-top:.125rem}.top-bar .top-bar-content .top-bar-right .child-selector .dropdown-menu .dropdown-label,.top-bar .top-bar-content .top-bar-right .child-selector .dropdown-menu .dropdown-empty{margin:0;padding:.75rem 1.25rem .25rem;border-top:1px solid #f4f4f5;font-size:.75rem;color:#71717a}.top-bar .top-bar-content .top-bar-right .child-selector .dropdown-menu .dropdown-label{font-weight:600;text-transform:uppercase;letter-spacing:.06em}.top-bar .top-bar-content .top-bar-right .child-selector .dropdown-menu .dropdown-empty{padding-bottom:.75rem}.top-bar .top-bar-content .top-bar-right .child-selector .dropdown-menu .dropdown-empty+.dropdown-item.add-child{border-top:none}.top-bar .top-bar-content .top-bar-right .child-selector .dropdown-menu .dropdown-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.25rem;background:none;border:none;width:100%;cursor:pointer;transition:all .2s ease}.top-bar .top-bar-content .top-bar-right .child-selector .dropdown-menu .dropdown-item:hover{background:#fafafa}.top-bar .top-bar-content .top-bar-right .child-selector .dropdown-menu .dropdown-item img{width:36px;height:36px;border-radius:50%}.top-bar .top-bar-content .top-bar-right .child-selector .dropdown-menu .dropdown-item .child-info{text-align:left}.top-bar .top-bar-content .top-bar-right .child-selector .dropdown-menu .dropdown-item .child-info .child-name{display:block;font-weight:600;color:#18181b;font-size:.9375rem}.top-bar .top-bar-content .top-bar-right .child-selector .dropdown-menu .dropdown-item .child-info .child-branch{display:block;font-size:.75rem;color:#71717a;margin-top:.125rem}.top-bar .top-bar-content .top-bar-right .child-selector .dropdown-menu .dropdown-item.add-child{border-top:1px solid #f4f4f5;color:#dc2626;font-weight:600}.top-bar .top-bar-content .top-bar-right .child-selector .dropdown-menu .dropdown-item.add-child .add-icon{width:36px;height:36px;background:#dc26261a;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.125rem}.top-bar .top-bar-content .top-bar-right .child-selector .dropdown-menu .dropdown-item.add-child:hover .add-icon{background:#dc262626}.top-bar .top-bar-content .top-bar-right .notification-wrapper{position:relative}.top-bar .top-bar-content .top-bar-right .notification-wrapper .notification-btn{position:relative;display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fafafa;border:1px solid #e4e4e7;border-radius:50%;color:#3f3f46;font-size:1.125rem;cursor:pointer;transition:all .2s ease}.top-bar .top-bar-content .top-bar-right .notification-wrapper .notification-btn:hover{background:#dc262614;color:#dc2626;border-color:#dc262633}.top-bar .top-bar-content .top-bar-right .notification-wrapper .notification-badge{position:absolute;top:-2px;right:-2px;min-width:18px;height:18px;padding:0 .25rem;background:#dc2626;color:#fff;border-radius:9px;border:2px solid #ffffff;font-size:.625rem;font-weight:700;line-height:1;display:flex;align-items:center;justify-content:center}.top-bar .top-bar-content .top-bar-right .notification-wrapper .notifications-dropdown{position:absolute;top:calc(100% + .75rem);right:0;background:#fff;border-radius:12px;box-shadow:0 25px 50px -12px #00000026;border:1px solid #f4f4f5;width:360px;max-width:calc(100vw - 2rem);overflow:hidden;z-index:200}.top-bar .top-bar-content .top-bar-right .notification-wrapper .notifications-dropdown.animated-dropdown{animation:scaleIn .2s ease}.top-bar .top-bar-content .top-bar-right .notification-wrapper .dropdown-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:.875rem 1.25rem;border-bottom:1px solid #f4f4f5}.top-bar .top-bar-content .top-bar-right .notification-wrapper .dropdown-header h3{font-size:.9375rem;font-weight:600;color:#18181b}.top-bar .top-bar-content .top-bar-right .notification-wrapper .dropdown-header .mark-all-read{background:none;border:none;padding:0;font:inherit;font-size:.75rem;font-weight:500;color:#dc2626;cursor:pointer}.top-bar .top-bar-content .top-bar-right .notification-wrapper .dropdown-header .mark-all-read:hover{text-decoration:underline}.top-bar .top-bar-content .top-bar-right .notification-wrapper .dropdown-header .mark-all-read:disabled{opacity:.6;cursor:default;text-decoration:none}.top-bar .top-bar-content .top-bar-right .notification-wrapper .notifications-list{max-height:420px;overflow-y:auto}.top-bar .top-bar-content .top-bar-right .notification-wrapper .notifications-list::-webkit-scrollbar{width:6px}.top-bar .top-bar-content .top-bar-right .notification-wrapper .notifications-list::-webkit-scrollbar-track{background:transparent}.top-bar .top-bar-content .top-bar-right .notification-wrapper .notifications-list::-webkit-scrollbar-thumb{background:#e4e4e7;border-radius:8px}.top-bar .top-bar-content .top-bar-right .notification-wrapper .notifications-list::-webkit-scrollbar-thumb:hover{background:#d4d4d8}.top-bar .top-bar-content .top-bar-right .notification-wrapper .notification-item{display:flex;align-items:flex-start;gap:.75rem;width:100%;padding:.875rem 1.25rem;background:none;border:none;border-bottom:1px solid #f4f4f5;font:inherit;text-align:left;cursor:pointer;transition:background .2s ease}.top-bar .top-bar-content .top-bar-right .notification-wrapper .notification-item:last-child{border-bottom:none}.top-bar .top-bar-content .top-bar-right .notification-wrapper .notification-item:hover{background:#fafafa}.top-bar .top-bar-content .top-bar-right .notification-wrapper .notification-item.unread{background:#dc26260d}.top-bar .top-bar-content .top-bar-right .notification-wrapper .notification-item.has-link{box-shadow:inset 3px 0 #dc2626}.top-bar .top-bar-content .top-bar-right .notification-wrapper .notification-item .notification-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;background:#dc26261a;border-radius:50%;color:#dc2626;font-size:.8125rem}.top-bar .top-bar-content .top-bar-right .notification-wrapper .notification-item .notification-content{min-width:0;flex:1}.top-bar .top-bar-content .top-bar-right .notification-wrapper .notification-item .notification-title{display:block;font-size:.8125rem;font-weight:600;color:#18181b}.top-bar .top-bar-content .top-bar-right .notification-wrapper .notification-item .notification-body{display:block;margin-top:.25rem;font-size:.8125rem;color:#3f3f46;white-space:pre-wrap;overflow-wrap:anywhere}.top-bar .top-bar-content .top-bar-right .notification-wrapper .notification-item .notification-time{display:block;margin-top:.25rem;font-size:.75rem;color:#71717a}.top-bar .top-bar-content .top-bar-right .notification-wrapper .no-notifications{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;padding:2rem 1.25rem;color:#71717a;font-size:.875rem}.top-bar .top-bar-content .top-bar-right .notification-wrapper .no-notifications svg{font-size:1.5rem;color:#a1a1aa}.top-bar .top-bar-content .top-bar-right .payment-due-pill{display:flex;align-items:center;gap:.375rem;height:40px;padding:0 .75rem;background:#f973161f;border:1px solid rgba(249,115,22,.35);border-radius:999px;color:#f97316;font:inherit;font-size:1rem;cursor:pointer;transition:all .2s ease}@media (max-width: 767px){.top-bar .top-bar-content .top-bar-right .payment-due-pill{padding:0 .5rem}}.top-bar .top-bar-content .top-bar-right .payment-due-pill:hover{background:#f9731633;border-color:#f973168c}.top-bar .top-bar-content .top-bar-right .payment-due-pill .payment-due-pill-count{font-size:.875rem;font-weight:800;line-height:1}.top-bar .top-bar-content .top-bar-right .parent-profile{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem .5rem .5rem;background:#fafafa;border-radius:12px;border:1px solid #e4e4e7;font:inherit;text-align:left;cursor:pointer;transition:background .2s ease,border-color .2s ease}.top-bar .top-bar-content .top-bar-right .parent-profile:hover{background:#dc26260f;border-color:#dc262640}.top-bar .top-bar-content .top-bar-right .parent-profile img,.top-bar .top-bar-content .top-bar-right .parent-profile .avatar-fallback{width:36px;height:36px;border-radius:50%;flex:0 0 auto;object-fit:cover}.top-bar .top-bar-content .top-bar-right .parent-profile .avatar-fallback{display:flex;align-items:center;justify-content:center;background:#fee2e2;color:#dc2626;font-size:.8125rem;font-weight:700}@media (max-width: 767px){.top-bar .top-bar-content .top-bar-right .parent-profile{padding:.25rem;gap:0}.top-bar .top-bar-content .top-bar-right .parent-profile .profile-info{display:none}}.top-bar .top-bar-content .top-bar-right .parent-profile .profile-info .parent-name{display:block;font-weight:600;color:#18181b;font-size:.875rem}.top-bar .top-bar-content .top-bar-right .parent-profile .profile-info .parent-role{display:block;font-size:.75rem;color:#71717a}@media (prefers-reduced-motion: reduce){.top-bar .top-bar-content .top-bar-right .parent-profile{transition:none}}.payment-due-banner{display:flex;align-items:center;gap:1rem;margin:1.5rem 2rem 0;padding:1rem 1.25rem;border:2px solid rgba(249,115,22,.35);border-radius:14px;background:#f9731614;animation:fadeInUp .4s ease}@media (prefers-reduced-motion: reduce){.payment-due-banner{animation:none}}@media (max-width: 768px){.payment-due-banner{flex-wrap:wrap;margin:1rem 1rem 0;padding:1rem}}.payment-due-banner-icon{display:flex;align-items:center;flex-shrink:0;color:#f97316;font-size:1.25rem}.payment-due-banner-text{flex:1;min-width:0}.payment-due-banner-headline{margin:0;font-size:.9375rem;font-weight:600;color:#18181b;overflow-wrap:anywhere}.payment-due-banner-headline strong{font-family:Poppins,sans-serif;font-weight:800;color:#f97316;white-space:nowrap}.payment-due-banner-note{margin:.125rem 0 0;font-size:.8125rem;color:#52525b}.payment-due-banner-pay{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;flex-shrink:0;padding:.625rem 1.5rem;border:none;border-radius:999px;background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;font-family:inherit;font-size:.875rem;font-weight:700;white-space:nowrap;cursor:pointer;box-shadow:0 1px 2px #0000000d;transition:all .25s ease}.payment-due-banner-pay:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000d}.payment-due-banner-pay:disabled{background:#e4e4e7;color:#71717a;cursor:not-allowed;box-shadow:none}@media (max-width: 768px){.payment-due-banner-pay{flex:1}}.payment-due-banner-pay svg{font-size:.75rem}.payment-due-banner-dismiss{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:32px;height:32px;border:none;border-radius:50%;background:transparent;color:#71717a;font-size:.875rem;cursor:pointer;transition:all .2s ease}.payment-due-banner-dismiss:hover{background:#f9731626;color:#27272a}.parent-dashboard{display:flex;min-height:100vh;position:relative;background:#fafafa}.parent-dashboard .main-content{flex:1;margin-left:280px;transition:all .3s ease;min-height:100vh;position:relative}@media (max-width: 768px){.parent-dashboard .main-content{margin-left:0}}.parent-dashboard .lichess-connect-banner{position:sticky;top:0;z-index:5;background:linear-gradient(90deg,#fee2e2,#fff);border:1px solid #fecaca;box-shadow:0 6px 16px #0000000f;border-radius:12px;padding:12px 14px;margin:8px 16px 16px;display:flex;align-items:center;justify-content:space-between;gap:12px;flex-direction:row}@media (max-width: 640px){.parent-dashboard .lichess-connect-banner{padding:10px 12px;margin:8px 12px 12px;gap:8px;flex-direction:column}}.parent-dashboard .lichess-connect-banner .banner-message{display:flex;align-items:center;gap:10px;width:auto}@media (max-width: 640px){.parent-dashboard .lichess-connect-banner .banner-message{width:100%}}.parent-dashboard .lichess-connect-banner .banner-text{flex:1}.parent-dashboard .lichess-connect-banner .banner-title{font-weight:600;color:#111827}.parent-dashboard .lichess-connect-banner .banner-detail{font-size:13px;color:#374151}.parent-dashboard .lichess-connect-banner .banner-actions{display:flex;gap:8px;width:auto;flex-direction:row}@media (max-width: 640px){.parent-dashboard .lichess-connect-banner .banner-actions{width:100%;flex-direction:column}}.parent-dashboard .lichess-connect-banner .banner-actions .btn{display:inline-flex;align-items:center;gap:6px;width:auto;justify-content:center}@media (max-width: 640px){.parent-dashboard .lichess-connect-banner .banner-actions .btn{width:100%}}.parent-dashboard .dashboard-loading-chip{position:fixed;top:16px;right:16px;z-index:1000;background:#fffffff2;border:1px solid #e5e7eb;box-shadow:0 8px 24px #0000001f;border-radius:12px;padding:10px 14px;display:flex;align-items:center;gap:10px;color:#111827}.parent-dashboard .dashboard-content{padding:clamp(1rem,3vw,2rem);max-width:1600px;margin:0 auto}.parent-dashboard .dashboard-content.is-locked{filter:blur(3px);pointer-events:none;-webkit-user-select:none;user-select:none}@media (min-width: 768px) and (max-width: 1023px){.parent-dashboard .dashboard-content{padding:1.5rem}}@media (max-width: 767px){.parent-dashboard .dashboard-content{padding:1rem}}.parent-dashboard .dashboard-content .month-overview-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a}@media (max-width: 768px){.parent-dashboard .dashboard-content .month-overview-header{flex-direction:column;gap:1rem;align-items:flex-start}}.parent-dashboard .dashboard-content .month-overview-header .month-info h2{font-size:clamp(1.25rem,3vw,1.5rem);color:#18181b;margin-bottom:.25rem}.parent-dashboard .dashboard-content .month-overview-header .month-info p{color:#52525b;font-size:.9375rem}.parent-dashboard .dashboard-content .month-overview-header .month-selector{position:relative}.parent-dashboard .dashboard-content .month-overview-header .month-selector .month-button{display:flex;align-items:center;gap:.75rem;padding:.75rem 1.25rem;background:#fff;border:2px solid #e4e4e7;border-radius:12px;cursor:pointer;font-weight:600;color:#3f3f46;transition:all .2s ease}.parent-dashboard .dashboard-content .month-overview-header .month-selector .month-button:hover{border-color:#dc2626;color:#dc2626}.parent-dashboard .dashboard-content .month-overview-header .month-selector .month-button svg{color:#dc2626;font-size:1.125rem}.parent-dashboard .dashboard-content .month-overview-header .month-selector .month-button .rotated{transform:rotate(180deg)}.parent-dashboard .dashboard-content .child-overview-card{position:relative;border-radius:16px;margin-bottom:2rem;overflow:hidden;animation:fadeInUp .6s ease}.parent-dashboard .dashboard-content .child-overview-card.gradient-border{background:linear-gradient(135deg,#dc2626,#ef4444);padding:2px}.parent-dashboard .dashboard-content .child-overview-card .card-background{position:absolute;inset:0;background:linear-gradient(135deg,#dc262608,#ef444403);z-index:0}.parent-dashboard .dashboard-content .child-overview-card .card-content{position:relative;background:#fff;border-radius:14px;padding:clamp(1.5rem,4vw,2rem);display:grid;grid-template-columns:auto 1fr auto;gap:clamp(1.5rem,4vw,2.5rem);align-items:center;z-index:1}@media (max-width: 1024px){.parent-dashboard .dashboard-content .child-overview-card .card-content{grid-template-columns:1fr;text-align:center;gap:2rem}}.parent-dashboard .dashboard-content .child-overview-card .card-content .child-profile-section{display:flex;align-items:center;gap:1.5rem}@media (max-width: 1024px){.parent-dashboard .dashboard-content .child-overview-card .card-content .child-profile-section{flex-direction:column}}.parent-dashboard .dashboard-content .child-overview-card .card-content .child-profile-section .profile-image-wrapper{position:relative}.parent-dashboard .dashboard-content .child-overview-card .card-content .child-profile-section .profile-image-wrapper img{width:100px;height:100px;border-radius:50%;border:3px solid #ffffff;box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000d}.parent-dashboard .dashboard-content .child-overview-card .card-content .child-profile-section .profile-image-wrapper .badge-indicator{position:absolute;bottom:5px;right:5px;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid #ffffff}.parent-dashboard .dashboard-content .child-overview-card .card-content .child-profile-section .profile-image-wrapper .badge-indicator svg{color:#fff;font-size:.875rem}.parent-dashboard .dashboard-content .child-overview-card .card-content .child-profile-section .child-details h2{font-size:1.75rem;font-weight:700;color:#18181b;margin-bottom:.5rem}.parent-dashboard .dashboard-content .child-overview-card .card-content .child-profile-section .child-details p{display:flex;align-items:center;gap:.5rem;color:#52525b;margin-bottom:.25rem;font-size:.9375rem}@media (max-width: 1024px){.parent-dashboard .dashboard-content .child-overview-card .card-content .child-profile-section .child-details p{justify-content:center}}.parent-dashboard .dashboard-content .child-overview-card .card-content .child-profile-section .child-details p svg{color:#dc2626;font-size:.875rem}.parent-dashboard .dashboard-content .child-overview-card .card-content .child-profile-section .child-details p.branch{font-weight:600;color:#3f3f46}.parent-dashboard .dashboard-content .child-overview-card .card-content .child-profile-section .child-details p.coach{color:#3f3f46}.parent-dashboard .dashboard-content .child-overview-card .card-content .child-profile-section .child-details p.member-since{font-size:.875rem;font-style:italic;color:#71717a}.parent-dashboard .dashboard-content .child-overview-card .card-content .ratings-showcase h3{font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;color:#52525b;margin-bottom:.75rem}.parent-dashboard .dashboard-content .child-overview-card .card-content .ratings-showcase .rating-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.625rem}@media (max-width: 480px){.parent-dashboard .dashboard-content .child-overview-card .card-content .ratings-showcase .rating-cards{grid-template-columns:repeat(2,1fr)}}.parent-dashboard .dashboard-content .child-overview-card .card-content .ratings-showcase .rating-cards .rating-card{background:#fafafa;border:1px solid #e4e4e7;border-radius:10px;padding:.625rem;text-align:center;transition:all .2s ease;cursor:pointer}.parent-dashboard .dashboard-content .child-overview-card .card-content .ratings-showcase .rating-cards .rating-card.is-loading{display:flex;flex-direction:column;align-items:center;gap:.25rem;cursor:default}.parent-dashboard .dashboard-content .child-overview-card .card-content .ratings-showcase .rating-cards .rating-card.is-loading:hover{transform:none;box-shadow:none;border-color:#e4e4e7}.parent-dashboard .dashboard-content .child-overview-card .card-content .ratings-showcase .rating-cards .rating-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a;border-color:#dc2626}.parent-dashboard .dashboard-content .child-overview-card .card-content .ratings-showcase .rating-cards .rating-card:hover .rating-value{color:#dc2626}.parent-dashboard .dashboard-content .child-overview-card .card-content .ratings-showcase .rating-cards .rating-card .rating-type{font-size:.625rem;text-transform:uppercase;color:#71717a;margin-bottom:.25rem;font-weight:600}.parent-dashboard .dashboard-content .child-overview-card .card-content .ratings-showcase .rating-cards .rating-card .rating-value{font-size:1.375rem;font-weight:800;color:#18181b;transition:color .2s ease}.parent-dashboard .dashboard-content .child-overview-card .card-content .ratings-showcase .rating-cards .rating-card .rating-trend{font-size:.625rem;color:#16a34a;display:flex;align-items:center;justify-content:center;gap:.25rem;margin-top:.25rem;font-weight:600}.parent-dashboard .dashboard-content .child-overview-card .card-content .ratings-showcase .rating-cards .rating-card .rating-trend.is-negative{color:#dc2626}.parent-dashboard .dashboard-content .child-overview-card .card-content .quick-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (max-width: 480px){.parent-dashboard .dashboard-content .child-overview-card .card-content .quick-stats{grid-template-columns:1fr}}.parent-dashboard .dashboard-content .child-overview-card .card-content .quick-stats .stat-item{text-align:center;padding:1.25rem;background:#fafafa;border:1px solid #e4e4e7;border-radius:12px;transition:all .2s ease;cursor:pointer}.parent-dashboard .dashboard-content .child-overview-card .card-content .quick-stats .stat-item:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a;border-color:#dc2626}.parent-dashboard .dashboard-content .child-overview-card .card-content .quick-stats .stat-item:hover .stat-icon{transform:scale(1.1)}.parent-dashboard .dashboard-content .child-overview-card .card-content .quick-stats .stat-item .stat-icon{font-size:1.75rem;margin-bottom:.5rem;transition:all .2s ease}.parent-dashboard .dashboard-content .child-overview-card .card-content .quick-stats .stat-item .stat-icon.fire{color:#dc2626}.parent-dashboard .dashboard-content .child-overview-card .card-content .quick-stats .stat-item .stat-icon.bulb{color:#eab308}.parent-dashboard .dashboard-content .child-overview-card .card-content .quick-stats .stat-item .stat-icon.game{color:#2563eb}.parent-dashboard .dashboard-content .child-overview-card .card-content .quick-stats .stat-item .stat-icon.clock{color:#7c3aed}.parent-dashboard .dashboard-content .child-overview-card .card-content .quick-stats .stat-item .stat-value{display:block;font-size:1.75rem;font-weight:800;color:#18181b;margin-bottom:.25rem}.parent-dashboard .dashboard-content .child-overview-card .card-content .quick-stats .stat-item .stat-label{font-size:.75rem;color:#52525b;text-transform:uppercase;letter-spacing:.05em;font-weight:600}.parent-dashboard .dashboard-content .homework-tracking-section{background:#fff;border-radius:16px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a}.parent-dashboard .dashboard-content .homework-tracking-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}@media (min-width: 768px) and (max-width: 1023px){.parent-dashboard .dashboard-content .homework-tracking-section .section-header{gap:1.25rem}}@media (max-width: 767px){.parent-dashboard .dashboard-content .homework-tracking-section .section-header{flex-direction:column;gap:1rem;align-items:flex-start}}.parent-dashboard .dashboard-content .homework-tracking-section .section-header h3{display:flex;align-items:center;gap:.75rem;font-size:1.375rem;color:#18181b;margin:0}.parent-dashboard .dashboard-content .homework-tracking-section .section-header h3 svg{color:#dc2626}.parent-dashboard .dashboard-content .homework-tracking-section .section-header .branch-selector{display:inline-flex;align-items:center;gap:.5rem}.parent-dashboard .dashboard-content .homework-tracking-section .section-header .branch-selector .branch-label{display:inline-flex;align-items:center;gap:.375rem;font-weight:600;color:#3f3f46}.parent-dashboard .dashboard-content .homework-tracking-section .section-header .branch-selector .branch-label svg{color:#dc2626;font-size:.9rem}.parent-dashboard .dashboard-content .homework-tracking-section .section-header .branch-selector .branch-select{padding:.5rem .75rem;background:#fff;border:2px solid #e4e4e7;border-radius:10px;color:#27272a;font-weight:600;cursor:pointer;transition:all .2s ease}.parent-dashboard .dashboard-content .homework-tracking-section .section-header .branch-selector .branch-select:hover:not(:disabled){border-color:#dc262680;box-shadow:0 0 0 3px #dc26261f}.parent-dashboard .dashboard-content .homework-tracking-section .section-header .branch-selector .branch-select:disabled{opacity:.6;cursor:not-allowed}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category{margin-bottom:2.5rem}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category:last-child{margin-bottom:0}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category h4{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;color:#27272a;margin-bottom:1rem}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category h4 svg{color:#dc2626}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .completion-summary{display:flex;gap:1.5rem;margin-bottom:1rem}@media (min-width: 768px) and (max-width: 1023px){.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .completion-summary{gap:1.25rem;font-size:.9375rem}}@media (max-width: 639px){.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .completion-summary{gap:1rem;font-size:.875rem}}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .completion-summary span{display:flex;align-items:center;gap:.375rem;font-size:.9375rem;font-weight:500}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .completion-summary span svg{font-size:1rem}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .completion-summary span.completed{color:#16a34a}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .completion-summary span.incomplete{color:#dc2626}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .completion-summary span.pending{color:#71717a}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(70px,1fr));gap:.5rem}@media (max-width: 768px){.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid{grid-template-columns:repeat(auto-fill,minmax(50px,1fr));gap:.375rem}}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid .daily-card{background:#fff;border:2px solid #e4e4e7;border-radius:10px;padding:.625rem;text-align:center;transition:all .2s ease;position:relative;cursor:pointer}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid .daily-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid .daily-card .day-number{font-size:.75rem;font-weight:600;color:#52525b;margin-bottom:.25rem}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid .daily-card .card-content{display:flex;flex-direction:column;align-items:center;gap:.25rem;min-height:48px;justify-content:center}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid .daily-card .card-content .pending-text{color:#a1a1aa;font-size:1rem}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid .daily-card .card-content .game-type{font-size:.625rem;text-transform:uppercase;color:#52525b;font-weight:600}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid .daily-card .card-content .game-count,.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid .daily-card .card-content .puzzle-count{font-size:.875rem;font-weight:700;color:#18181b}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid .daily-card .card-content .assigned-count{font-size:.625rem;color:#71717a}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid .daily-card .card-content .win-rate{font-size:.75rem;font-weight:600}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid .daily-card .card-content .win-rate.good{color:#16a34a}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid .daily-card .card-content .win-rate.low{color:#dc2626}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid .daily-card .card-content .streak-score,.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid .daily-card .card-content .rank{font-size:1rem;font-weight:700;color:#18181b}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid .daily-card .card-content .target-score,.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid .daily-card .card-content .total-participants{font-size:.75rem;color:#52525b}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid .daily-card .card-content .not-played,.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid .daily-card .card-content .not-participated,.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid .daily-card .card-content .not-attempted{font-size:.875rem;color:#71717a;font-weight:500}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid .daily-card .card-content .status-icon{font-size:1rem;margin-top:.125rem}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid .daily-card .card-content .status-icon.warning{color:#eab308}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid .daily-card.completed{border-color:#16a34a;background:#16a34a0d}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid .daily-card.completed .day-number,.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid .daily-card.completed .status-icon{color:#16a34a}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid .daily-card.completed-low-winrate{border-color:#eab308;background:#eab3080d}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid .daily-card.completed-low-winrate .day-number,.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid .daily-card.completed-low-winrate .status-icon{color:#eab308}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid .daily-card.completed-low-rank{border-color:#eab308;background:#eab3080d}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid .daily-card.completed-low-rank .day-number,.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid .daily-card.completed-low-rank .status-icon{color:#eab308}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid .daily-card.attempted-failed{border-color:#eab308;background:#eab3080d}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid .daily-card.attempted-failed .day-number,.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid .daily-card.attempted-failed .status-icon{color:#eab308}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid .daily-card.incomplete{border-color:#dc2626;background:#dc26260d}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid .daily-card.incomplete .day-number,.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid .daily-card.incomplete .status-icon{color:#dc2626}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid .daily-card.pending{border-color:#e4e4e7;background:#fafafa}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category .daily-cards-grid .daily-card.pending .day-number{color:#a1a1aa}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category.weekly .weekly-cards-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,300px));justify-content:center;gap:1.25rem}@media (min-width: 768px) and (max-width: 1023px){.parent-dashboard .dashboard-content .homework-tracking-section .homework-category.weekly .weekly-cards-grid{grid-template-columns:repeat(auto-fill,minmax(260px,260px))}}@media (max-width: 767px){.parent-dashboard .dashboard-content .homework-tracking-section .homework-category.weekly .weekly-cards-grid{grid-template-columns:1fr}}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category.weekly .weekly-cards-grid .no-data{grid-column:1/-1;padding:1rem 1.25rem;background:#fafafa;border:1px dashed #d4d4d8;border-radius:12px;color:#52525b;text-align:center;font-weight:600}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category.weekly .weekly-cards-grid .weekly-card{background:#fff;border:1px solid #e4e4e7;border-radius:14px;padding:1rem;transition:all .2s ease;min-height:110px;position:relative;box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a;border-left:4px solid transparent}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category.weekly .weekly-cards-grid .weekly-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category.weekly .weekly-cards-grid .weekly-card .week-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem;gap:.5rem;flex-wrap:wrap}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category.weekly .weekly-cards-grid .weekly-card .week-header h5{font-size:1rem;font-weight:700;color:#18181b;margin:0}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category.weekly .weekly-cards-grid .weekly-card .week-header .pdf-status{display:inline-flex;align-items:center;gap:.375rem;font-size:.75rem;font-weight:700;padding:.35rem .6rem;border-radius:999px;border:1px solid transparent}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category.weekly .weekly-cards-grid .weekly-card .week-header .pdf-status.uploaded{color:#16a34a;background:#16a34a14;border-color:#16a34a40}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category.weekly .weekly-cards-grid .weekly-card .week-header .pdf-status.not-uploaded{color:#dc2626;background:#dc262614;border-color:#dc262640}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category.weekly .weekly-cards-grid .weekly-card .week-header .pdf-status.upcoming{color:#52525b;background:#fafafa;border-color:#e4e4e7}@media (max-width: 767px){.parent-dashboard .dashboard-content .homework-tracking-section .homework-category.weekly .weekly-cards-grid .weekly-card .week-header .pdf-status{font-size:.7rem;padding:.3rem .5rem}}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category.weekly .weekly-cards-grid .weekly-card .week-content{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;flex-wrap:wrap}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category.weekly .weekly-cards-grid .weekly-card .week-content .details{display:none}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category.weekly .weekly-cards-grid .weekly-card .week-content .actions{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category.weekly .weekly-cards-grid .weekly-card .week-content .actions a{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.65rem .85rem;background:#f4f4f5;color:#27272a;border-radius:10px;font-weight:600;border:1px solid #e4e4e7;box-shadow:none;transition:all .2s ease;text-decoration:none}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category.weekly .weekly-cards-grid .weekly-card .week-content .actions a:hover{background:#e4e4e7;transform:none;box-shadow:none}@media (max-width: 767px){.parent-dashboard .dashboard-content .homework-tracking-section .homework-category.weekly .weekly-cards-grid .weekly-card .week-content .actions a{width:100%}}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category.weekly .weekly-cards-grid .weekly-card .pending-status{display:none}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category.weekly .weekly-cards-grid .weekly-card.completed{border-color:#e4e4e7;border-left-color:#16a34a;background:linear-gradient(0deg,#16a34a08,#16a34a08),#fff}.parent-dashboard .dashboard-content .homework-tracking-section .homework-category.weekly .weekly-cards-grid .weekly-card.pending{background:linear-gradient(0deg,#eab3080a,#eab3080a),#fff;border-color:#e4e4e7;border-left-color:#eab308}.parent-dashboard .dashboard-content .charts-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:1.5rem;margin-bottom:2rem}@media (max-width: 768px){.parent-dashboard .dashboard-content .charts-grid{grid-template-columns:1fr;gap:1rem}}.parent-dashboard .dashboard-content .charts-grid .chart-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a;transition:all .3s ease;border:1px solid #f4f4f5}.parent-dashboard .dashboard-content .charts-grid .chart-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000d}.parent-dashboard .dashboard-content .charts-grid .chart-card .chart-header{margin-bottom:1.25rem}.parent-dashboard .dashboard-content .charts-grid .chart-card .chart-header h3{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;color:#18181b;margin:0 0 .5rem}.parent-dashboard .dashboard-content .charts-grid .chart-card .chart-header h3 svg{color:#dc2626}.parent-dashboard .dashboard-content .charts-grid .chart-card .chart-header .chart-subtitle{font-size:.875rem;color:#71717a}.parent-dashboard .dashboard-content .charts-grid .chart-card .chart-header .rating-type-selector{display:flex;gap:.375rem;margin-top:.75rem;flex-wrap:wrap}.parent-dashboard .dashboard-content .charts-grid .chart-card .chart-header .rating-type-selector .rating-type-btn{padding:.375rem .75rem;background:#fafafa;border:1px solid #e4e4e7;border-radius:6px;font-size:.75rem;font-weight:600;color:#52525b;cursor:pointer;transition:all .2s ease}.parent-dashboard .dashboard-content .charts-grid .chart-card .chart-header .rating-type-selector .rating-type-btn:hover{background:#dc26260d;border-color:#dc26264d;color:#dc2626}.parent-dashboard .dashboard-content .charts-grid .chart-card .chart-header .rating-type-selector .rating-type-btn.active{background:linear-gradient(135deg,#dc2626,#ef4444);border-color:transparent;color:#fff}.parent-dashboard .dashboard-content .charts-grid .chart-card .chart-header .rating-type-selector .rating-type-btn:focus{outline:2px solid #dc2626;outline-offset:2px}.parent-dashboard .dashboard-content .charts-grid .chart-card .chart-header .chart-legend{display:flex;gap:1.25rem;margin-top:.5rem}.parent-dashboard .dashboard-content .charts-grid .chart-card .chart-header .chart-legend .legend-item{display:flex;align-items:center;gap:.375rem;font-size:.875rem;font-weight:500;color:#3f3f46}.parent-dashboard .dashboard-content .charts-grid .chart-card .chart-header .chart-legend .legend-item .legend-color{width:14px;height:14px;border-radius:3px;display:inline-block}.parent-dashboard .dashboard-content .charts-grid .chart-card .chart-header .chart-legend .legend-item.hours .legend-color{background:#fca5a5}.parent-dashboard .dashboard-content .charts-grid .chart-card .chart-header .chart-legend .legend-item.puzzles .legend-color{background:#4ade80}.parent-dashboard .dashboard-content .charts-grid .chart-card.rating-progress{grid-column:span 2}@media (max-width: 1024px){.parent-dashboard .dashboard-content .charts-grid .chart-card.rating-progress{grid-column:span 1}}.parent-dashboard .dashboard-content .piece-movement-section{background:#fff;border-radius:12px;padding:2rem;margin-bottom:1.5rem;box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a;border:1px solid #f4f4f5}.parent-dashboard .dashboard-content .piece-movement-section .section-header{margin-bottom:1.5rem}.parent-dashboard .dashboard-content .piece-movement-section .section-header h3{display:flex;align-items:center;gap:.5rem;font-size:1.375rem;color:#18181b;margin:0 0 .375rem}.parent-dashboard .dashboard-content .piece-movement-section .section-header h3 svg{color:#dc2626}.parent-dashboard .dashboard-content .piece-movement-section .section-header p{color:#52525b;font-size:.9375rem}.parent-dashboard .dashboard-content .piece-movement-section .piece-stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:1rem}.parent-dashboard .dashboard-content .piece-movement-section .piece-stats-grid .piece-stat{display:flex;align-items:center;gap:.75rem;padding:1rem;background:#fafafa;border-radius:10px;border:1px solid #e4e4e7;transition:all .2s ease}.parent-dashboard .dashboard-content .piece-movement-section .piece-stats-grid .piece-stat:hover{transform:none;box-shadow:none;border-color:#e4e4e7}.parent-dashboard .dashboard-content .piece-movement-section .piece-stats-grid .piece-stat:hover .piece-icon{background:#fff;transform:none}.parent-dashboard .dashboard-content .piece-movement-section .piece-stats-grid .piece-stat .piece-icon{width:44px;height:44px;background:#fff;border:2px solid #e4e4e7;border-radius:10px;display:flex;align-items:center;justify-content:center;color:#dc2626;font-size:1.25rem;transition:all .2s ease}.parent-dashboard .dashboard-content .piece-movement-section .piece-stats-grid .piece-stat .piece-info{flex:1}.parent-dashboard .dashboard-content .piece-movement-section .piece-stats-grid .piece-stat .piece-info .piece-name{display:block;font-weight:600;color:#18181b;margin-bottom:.375rem;font-size:.9375rem}.parent-dashboard .dashboard-content .piece-movement-section .piece-stats-grid .piece-stat .piece-info .moves-bar{height:6px;background:#e4e4e7;border-radius:3px;overflow:hidden;margin-bottom:.25rem}.parent-dashboard .dashboard-content .piece-movement-section .piece-stats-grid .piece-stat .piece-info .moves-bar .moves-fill{height:100%;background:linear-gradient(135deg,#dc2626,#ef4444);transition:none;position:relative;overflow:hidden}.parent-dashboard .dashboard-content .piece-movement-section .piece-stats-grid .piece-stat .piece-info .moves-bar .moves-fill:after{content:none}.parent-dashboard .dashboard-content .piece-movement-section .piece-stats-grid .piece-stat .piece-info .moves-count{font-size:.75rem;color:#52525b;font-weight:500}.modal-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0a0a0a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .2s ease-out;padding:1rem}.modal-overlay .modal{background:#fff;border-radius:12px;max-width:420px;width:100%;box-shadow:0 25px 50px -12px #00000026;animation:scaleIn .3s ease-out}.modal-overlay .modal.tutorial-modal{max-width:680px}.modal-overlay .modal.tutorial-modal .video-embed{position:relative;padding-bottom:56.25%;height:0;overflow:hidden;border-radius:8px}.modal-overlay .modal.tutorial-modal .video-embed iframe{position:absolute;top:0;left:0;width:100%;height:100%;border:0}.modal-overlay .modal .modal-header{padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #f4f4f5;position:relative}.modal-overlay .modal .modal-header h3{font-size:1.25rem;color:#18181b;margin:0}.modal-overlay .modal .modal-header .close-btn{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.25rem;color:#a1a1aa;cursor:pointer;padding:.25rem;transition:color .2s ease}.modal-overlay .modal .modal-header .close-btn:hover{color:#52525b}.modal-overlay .modal .modal-body{padding:1.5rem}.modal-overlay .modal .modal-body p{color:#3f3f46;font-size:.9375rem;line-height:1.5;margin:0}.modal-overlay .modal .modal-footer{padding:1rem 1.5rem 1.5rem;display:flex;gap:.75rem;justify-content:flex-end}.modal-overlay .modal .modal-footer .btn{padding:.625rem 1.25rem;border-radius:8px;font-size:.9375rem;font-weight:600;border:none;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.modal-overlay .modal .modal-footer .btn.btn-secondary{background:#f4f4f5;color:#3f3f46}.modal-overlay .modal .modal-footer .btn.btn-secondary:hover{background:#e4e4e7}.modal-overlay .modal .modal-footer .btn.btn-primary{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff}.modal-overlay .modal .modal-footer .btn.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a}.modal-overlay .modal .form-group{margin-bottom:1rem}.modal-overlay .modal .form-group label{display:block;color:#3f3f46;font-weight:600;margin-bottom:.5rem;font-size:.875rem}.modal-overlay .modal .form-group input{width:100%;padding:.75rem 1rem;border:2px solid #e4e4e7;border-radius:8px;font-size:1rem;transition:all .2s ease;font-family:Inter,sans-serif}.modal-overlay .modal .form-group input:focus{outline:none;border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.modal-overlay .modal .form-group input::placeholder{color:#a1a1aa}.modal-overlay .modal.logout-modal .modal-header,.modal-overlay .modal.api-key-modal .modal-header{padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #f4f4f5;position:relative}.modal-overlay .modal.logout-modal .modal-header h3,.modal-overlay .modal.api-key-modal .modal-header h3{font-size:1.25rem;color:#18181b;margin:0}.modal-overlay .modal.logout-modal .modal-header .close-btn,.modal-overlay .modal.api-key-modal .modal-header .close-btn{position:absolute;top:1rem;right:1rem;background:none;border:none;font-size:1.25rem;color:#a1a1aa;cursor:pointer;padding:.25rem;transition:color .2s ease}.modal-overlay .modal.logout-modal .modal-header .close-btn:hover,.modal-overlay .modal.api-key-modal .modal-header .close-btn:hover{color:#52525b}.modal-overlay .modal.logout-modal .modal-body,.modal-overlay .modal.api-key-modal .modal-body{padding:1.5rem}.modal-overlay .modal.logout-modal .modal-body p,.modal-overlay .modal.api-key-modal .modal-body p{color:#3f3f46;font-size:.9375rem;line-height:1.5;margin:0}.modal-overlay .modal.logout-modal .modal-footer,.modal-overlay .modal.api-key-modal .modal-footer{padding:1rem 1.5rem 1.5rem;display:flex;gap:.75rem;justify-content:flex-end}.modal-overlay .modal.logout-modal .modal-footer .btn,.modal-overlay .modal.api-key-modal .modal-footer .btn{padding:.625rem 1.25rem;border-radius:8px;font-size:.9375rem;font-weight:600;border:none;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;gap:.5rem}.modal-overlay .modal.logout-modal .modal-footer .btn.btn-secondary,.modal-overlay .modal.api-key-modal .modal-footer .btn.btn-secondary{background:#f4f4f5;color:#3f3f46}.modal-overlay .modal.logout-modal .modal-footer .btn.btn-secondary:hover,.modal-overlay .modal.api-key-modal .modal-footer .btn.btn-secondary:hover{background:#e4e4e7}.modal-overlay .modal.logout-modal .modal-footer .btn.btn-primary,.modal-overlay .modal.api-key-modal .modal-footer .btn.btn-primary{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff}.modal-overlay .modal.logout-modal .modal-footer .btn.btn-primary:hover,.modal-overlay .modal.api-key-modal .modal-footer .btn.btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a}.modal-overlay .modal.api-key-modal .modal-body>p{margin-bottom:12px}.modal-overlay .modal.api-key-modal .modal-body .saving-indicator{display:flex;align-items:center;gap:8px;color:#374151}.game-analysis{display:flex;min-height:100vh;position:relative;background:#fafafa}.game-analysis .main-content{flex:1;min-width:0;margin-left:280px;transition:all .3s ease;min-height:100vh;position:relative}@media (max-width: 767px){.game-analysis .main-content{margin-left:0}}.game-analysis .content-wrapper{padding:2rem;max-width:1600px;margin:0 auto}.game-analysis .content-wrapper .no-child-selected{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1rem;color:#71717a}.game-analysis .content-wrapper .no-child-selected svg{font-size:4rem;color:#a1a1aa}.game-analysis .content-wrapper .no-child-selected p{font-size:1.125rem}.game-analysis .analysis-content{padding:2rem;max-width:1600px;margin:0 auto}@media (min-width: 768px) and (max-width: 1023px){.game-analysis .analysis-content{padding:1.5rem 1rem}}@media (max-width: 767px){.game-analysis .analysis-content{padding:1rem}}@media (min-width: 1024px){.game-analysis .main-content:has(.analysis-content.is-studying){height:100vh;overflow:hidden;display:flex;flex-direction:column}.game-analysis .main-content:has(.analysis-content.is-studying)>.analysis-content.is-studying{flex:1;min-height:0}}.game-analysis .analysis-content.is-studying{padding:1.25rem 1.5rem;max-width:1560px}@media (min-width: 1024px){.game-analysis .analysis-content.is-studying{display:flex;flex-direction:column;overflow:hidden;padding:1rem .75rem;width:100%}}@media (min-width: 768px) and (max-width: 1023px){.game-analysis .analysis-content.is-studying{padding:1rem}}@media (max-width: 767px){.game-analysis .analysis-content.is-studying{padding:.75rem .5rem}}.game-analysis .analysis-intro{margin-bottom:1.25rem}.game-analysis .analysis-intro h2{font-size:1.5rem;font-weight:700;color:#18181b;margin:0 0 .25rem}.game-analysis .analysis-intro p{margin:0;color:#52525b;font-size:.9375rem;max-width:64ch}@media (max-width: 767px){.game-analysis .analysis-intro h2{font-size:1.25rem}}.game-analysis .analysis-content>.empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;padding:2.5rem 2rem;background:#fff;border:1px solid #e4e4e7;border-radius:12px}.game-analysis .analysis-content>.empty-state>svg{font-size:2.5rem;color:#a1a1aa}.game-analysis .analysis-content>.empty-state h3{font-size:1.25rem;font-weight:700;color:#18181b;margin:0}.game-analysis .analysis-content>.empty-state p{color:#52525b;max-width:46ch;margin:0}.game-analysis .analysis-content>.empty-state .btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;font-weight:600;text-decoration:none;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.game-analysis .analysis-content>.empty-state .btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a}.game-analysis .game-analysis-section{background:#fff;border-radius:12px;padding:2rem;margin-bottom:1.5rem;box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a;border:1px solid #f4f4f5}.game-analysis .game-analysis-section .section-header{margin-bottom:1.5rem}.game-analysis .game-analysis-section .section-header h3{display:flex;align-items:center;gap:.5rem;font-size:1.375rem;color:#18181b;margin:0 0 .375rem}.game-analysis .game-analysis-section .section-header h3 svg{color:#dc2626}.game-analysis .game-analysis-section .section-header p{color:#52525b;font-size:.9375rem}.game-analysis .game-analysis-section .mistake-types-chart{padding:1rem 0}.game-analysis .move-quality-section .mq-settings{background:#fafafa;border:1px solid #e4e4e7;border-radius:10px;padding:1rem 1.25rem;margin-bottom:1rem}.game-analysis .move-quality-section .mq-presets{display:flex;flex-wrap:wrap;gap:.5rem}.game-analysis .move-quality-section .mq-preset{padding:.375rem 1rem;background:#fff;border:1px solid #e4e4e7;border-radius:999px;font-size:.8125rem;font-weight:600;color:#3f3f46;cursor:pointer;transition:all .2s ease}.game-analysis .move-quality-section .mq-preset:not(.selected):hover:not(:disabled){border-color:#dc2626;color:#dc2626}.game-analysis .move-quality-section .mq-preset:disabled{opacity:.55;cursor:not-allowed}.game-analysis .move-quality-section .mq-preset.selected{background:linear-gradient(135deg,#dc2626,#ef4444);border-color:transparent;color:#fff}.game-analysis .move-quality-section .mq-preset.selected:hover:not(:disabled){color:#fff;transform:translateY(-1px);box-shadow:0 4px 12px #dc262659}.game-analysis .move-quality-section .mq-preset.custom-flag{background:#fee2e2;border-style:dashed;border-color:#dc262666;color:#dc2626;cursor:default}.game-analysis .move-quality-section .mq-preset-blurb{margin:.625rem 0 0;font-size:.8125rem;color:#52525b}.game-analysis .move-quality-section .mq-sliders{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem 1.5rem;margin-top:1rem}@media (max-width: 768px){.game-analysis .move-quality-section .mq-sliders{grid-template-columns:1fr}}.game-analysis .move-quality-section .mq-slider{display:block}.game-analysis .move-quality-section .mq-slider-head{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem;margin-bottom:.375rem}.game-analysis .move-quality-section .mq-slider-label{display:inline-flex;align-items:center;gap:.375rem;font-size:.8125rem;font-weight:600;color:#27272a}.game-analysis .move-quality-section .mq-slider-label svg{color:#dc2626}.game-analysis .move-quality-section .mq-slider-value{font-size:.8125rem;font-weight:700;color:#dc2626;font-variant-numeric:tabular-nums}.game-analysis .move-quality-section .mq-slider input[type=range]{-webkit-appearance:none;appearance:none;display:block;width:100%;height:20px;margin:0;padding:0;background:transparent;cursor:pointer;outline:none}.game-analysis .move-quality-section .mq-slider input[type=range]::-webkit-slider-runnable-track{height:6px;border-radius:999px;border:none;background:linear-gradient(#dc2626,#dc2626) left center/var(--mq-fill, 0%) 100% no-repeat,#e4e4e7}.game-analysis .move-quality-section .mq-slider input[type=range]::-moz-range-track{height:6px;border-radius:999px;border:none;background:#e4e4e7}.game-analysis .move-quality-section .mq-slider input[type=range]::-moz-range-progress{height:6px;border-radius:999px;background:#dc2626}.game-analysis .move-quality-section .mq-slider input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;margin-top:-5px;border:none;border-radius:50%;background:#dc2626;box-shadow:0 1px 4px #dc262666;transition:transform .15s ease,box-shadow .15s ease}.game-analysis .move-quality-section .mq-slider input[type=range]::-moz-range-thumb{width:16px;height:16px;border:none;border-radius:50%;background:#dc2626;box-shadow:0 1px 4px #dc262666;transition:transform .15s ease,box-shadow .15s ease}.game-analysis .move-quality-section .mq-slider input[type=range]:hover:not(:disabled)::-webkit-slider-thumb,.game-analysis .move-quality-section .mq-slider input[type=range]:active:not(:disabled)::-webkit-slider-thumb{transform:scale(1.15);box-shadow:0 2px 8px #dc262673}.game-analysis .move-quality-section .mq-slider input[type=range]:hover:not(:disabled)::-moz-range-thumb,.game-analysis .move-quality-section .mq-slider input[type=range]:active:not(:disabled)::-moz-range-thumb{transform:scale(1.15);box-shadow:0 2px 8px #dc262673}.game-analysis .move-quality-section .mq-slider input[type=range]:focus-visible::-webkit-slider-thumb{box-shadow:0 0 0 5px #dc262638}.game-analysis .move-quality-section .mq-slider input[type=range]:focus-visible::-moz-range-thumb{box-shadow:0 0 0 5px #dc262638}.game-analysis .move-quality-section .mq-slider input[type=range]:disabled{cursor:not-allowed;opacity:.55}@media (prefers-reduced-motion: reduce){.game-analysis .move-quality-section .mq-slider input[type=range]::-webkit-slider-thumb{transition:none}.game-analysis .move-quality-section .mq-slider input[type=range]::-moz-range-thumb{transition:none}}.game-analysis .move-quality-section .mq-slider-hint{display:block;margin-top:.25rem;font-size:.6875rem;color:#71717a;line-height:1.4}.game-analysis .move-quality-section .mq-estimate{margin:1rem 0 0;padding-top:.75rem;border-top:1px dashed #e4e4e7;font-size:.875rem;color:#3f3f46}.game-analysis .move-quality-section .mq-estimate strong{color:#18181b;font-variant-numeric:tabular-nums}.game-analysis .move-quality-section .mq-button{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.game-analysis .move-quality-section .mq-button.primary{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a}.game-analysis .move-quality-section .mq-button.primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a}.game-analysis .move-quality-section .mq-button:disabled{opacity:.5;cursor:not-allowed;transform:none}.game-analysis .move-quality-section .mq-button.ghost{background:#fff;border-color:#d4d4d8;color:#3f3f46}.game-analysis .move-quality-section .mq-button.ghost:hover{border-color:#dc2626;color:#dc2626}.game-analysis .move-quality-section .mq-progress{background:#fafafa;border:1px solid #e4e4e7;border-radius:10px;padding:1.25rem;margin-bottom:1rem}.game-analysis .move-quality-section .mq-progress-bar{height:10px;background:#e4e4e7;border-radius:999px;overflow:hidden}.game-analysis .move-quality-section .mq-progress-fill{height:100%;background:linear-gradient(135deg,#dc2626,#ef4444);border-radius:999px;transition:width .3s ease}.game-analysis .move-quality-section .mq-progress-sliver{width:25%;height:100%;border-radius:999px;background:linear-gradient(135deg,#dc2626,#ef4444);animation:mqIndeterminate 1.4s ease-in-out infinite}@media (prefers-reduced-motion: reduce){.game-analysis .move-quality-section .mq-progress-sliver{width:100%;opacity:.35;animation:none}}.game-analysis .move-quality-section .mq-progress-row{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem;flex-wrap:wrap;margin-top:.75rem;font-size:.8125rem}.game-analysis .move-quality-section .mq-progress-count{font-weight:600;color:#27272a;font-variant-numeric:tabular-nums}.game-analysis .move-quality-section .mq-progress-time{color:#71717a;font-variant-numeric:tabular-nums}.game-analysis .move-quality-section .mq-progress .mq-button{margin-top:1rem}.game-analysis .move-quality-section .mq-summary{margin-top:.5rem;padding-top:1.25rem;border-top:1px solid #f4f4f5}.game-analysis .move-quality-section .mq-headline{display:flex;flex-wrap:wrap;gap:2rem}@media (max-width: 640px){.game-analysis .move-quality-section .mq-headline{gap:1.25rem}}.game-analysis .move-quality-section .mq-figure{display:flex;flex-direction:column;gap:.125rem}.game-analysis .move-quality-section .mq-figure strong{font-size:1.75rem;font-weight:800;color:#18181b;line-height:1;font-variant-numeric:tabular-nums}.game-analysis .move-quality-section .mq-figure small{font-size:.75rem;color:#71717a}.game-analysis .move-quality-section .mq-footnote{display:flex;align-items:flex-start;gap:.5rem;margin:1rem 0 0;font-size:.8125rem;color:#52525b;line-height:1.6}.game-analysis .move-quality-section .mq-footnote svg{flex-shrink:0;margin-top:2px;color:#16a34a}.game-analysis .move-quality-section .mq-error,.game-analysis .move-quality-section .mq-stale{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:8px;font-size:.8125rem;margin:0 0 1rem}.game-analysis .move-quality-section .mq-error{background:#fee2e2;border:1px solid rgba(220,38,38,.25);color:#dc2626}.game-analysis .move-quality-section .mq-stale{background:#f973161a;border:1px solid rgba(249,115,22,.3);color:#27272a}.game-analysis .move-quality-section .mq-credit{margin:1.25rem 0 0;font-size:.6875rem;color:#a1a1aa}.game-analysis .move-quality-section .mq-credit a{color:#71717a;text-decoration:underline}.game-analysis .move-quality-section .mq-credit a:hover{color:#dc2626}.game-analysis .mistake-browser{background:#fff;border:1px solid #f4f4f5;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a}@media (max-width: 767px){.game-analysis .mistake-browser{padding:1rem}}.game-analysis .mistake-tabs{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-bottom:1.5rem}@media (max-width: 767px){.game-analysis .mistake-tabs{gap:.5rem}}.game-analysis .mistake-tab{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:1rem .75rem;background:#fafafa;border:1px solid #e4e4e7;border-radius:10px;cursor:pointer;transition:all .2s ease}@media (max-width: 767px){.game-analysis .mistake-tab{padding:.75rem .5rem}}.game-analysis .mistake-tab:hover:not(:disabled){border-color:#d4d4d8;transform:translateY(-1px)}.game-analysis .mistake-tab:disabled{opacity:.55;cursor:default}.game-analysis .mistake-tab-count{font-size:1.75rem;font-weight:700;line-height:1;color:#18181b}@media (max-width: 767px){.game-analysis .mistake-tab-count{font-size:1.5rem}}.game-analysis .mistake-tab-label{font-size:.8125rem;font-weight:600;color:#52525b;text-align:center}.game-analysis .mistake-tab.blunders.active{background:#dc262614;border-color:#dc2626}.game-analysis .mistake-tab.blunders.active .mistake-tab-count{color:#dc2626}.game-analysis .mistake-tab.mistakes.active{background:#f973161a;border-color:#f97316}.game-analysis .mistake-tab.mistakes.active .mistake-tab-count{color:#f97316}.game-analysis .mistake-tab.inaccuracies.active{background:#eab3081f;border-color:#eab308}.game-analysis .mistake-tab.inaccuracies.active .mistake-tab-count{color:#27272a}.game-analysis .mistake-game-list{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:.75rem}.game-analysis .mistake-game{height:100%;width:100%;display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;padding:1rem;background:#fff;border:1px solid #e4e4e7;border-radius:12px;cursor:pointer;text-align:left;transition:all .2s ease;border-top-width:3px}.game-analysis .mistake-game:hover{border-color:#d4d4d8;transform:translateY(-2px);box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a}.game-analysis .mistake-game:hover .mistake-game-cta{color:#dc2626}.game-analysis .mistake-game:hover .mistake-game-cta svg{transform:translate(3px)}.game-analysis .mistake-game.win{border-top-color:#16a34a}.game-analysis .mistake-game.loss{border-top-color:#dc2626}.game-analysis .mistake-game.draw{border-top-color:#a1a1aa}.game-analysis .mistake-game-head{display:flex;align-items:center;gap:.75rem;width:100%;min-width:0}.game-analysis .mistake-game-count{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;min-width:34px;height:34px;border-radius:50%;font-size:.9375rem;font-weight:700;color:#fff;background:#71717a}.game-analysis .mistake-game-count.blunders{background:#dc2626}.game-analysis .mistake-game-count.mistakes{background:#f97316}.game-analysis .mistake-game-count.inaccuracies{background:#eab308;color:#18181b}.game-analysis .mistake-game-title{flex:1;min-width:0;font-size:.9375rem;font-weight:600;color:#18181b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.game-analysis .mistake-game-meta{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;font-size:.75rem;color:#71717a}.game-analysis .mistake-game-result{padding:1px .5rem;border-radius:999px;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.04em}.game-analysis .mistake-game-result.win{background:#16a34a1f;color:#16a34a}.game-analysis .mistake-game-result.loss{background:#dc26261a;color:#dc2626}.game-analysis .mistake-game-result.draw{background:#f4f4f5;color:#52525b}.game-analysis .mistake-game-opening{width:100%;font-size:.75rem;color:#52525b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.game-analysis .mistake-game-cta{margin-top:auto;padding-top:.5rem;display:inline-flex;align-items:center;gap:.25rem;font-size:.75rem;font-weight:600;color:#71717a;transition:color .2s ease}.game-analysis .mistake-game-cta svg{font-size:.625rem;transition:transform .2s ease}@media (prefers-reduced-motion: reduce){.game-analysis .mistake-game-cta svg{transition:none}}.game-analysis .study-session{display:flex;flex-direction:column;gap:.75rem}@media (min-width: 1024px){.game-analysis .study-session{height:100%;min-height:0}}.game-analysis .study-bar{display:flex;align-items:center;gap:1rem;flex-shrink:0;padding:.75rem 1rem;background:#fff;border:1px solid #e4e4e7;border-radius:12px;box-shadow:0 1px 2px #0000000d}@media (max-width: 768px){.game-analysis .study-bar{flex-wrap:wrap;gap:.5rem;padding:.75rem}}.game-analysis .study-back{flex-shrink:0;display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;background:#fff;border:1px solid #e4e4e7;border-radius:999px;font-size:.8125rem;font-weight:600;color:#3f3f46;cursor:pointer;transition:all .2s ease}.game-analysis .study-back:hover{border-color:#dc2626;color:#dc2626;transform:translate(-2px)}.game-analysis .study-back svg{font-size:.75rem}.game-analysis .study-bar-game{flex:1;min-width:0}.game-analysis .study-bar-game h3{margin:0;display:flex;align-items:baseline;gap:.5rem;font-size:1.375rem;font-weight:800;color:#18181b;letter-spacing:-.01em;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 768px){.game-analysis .study-bar-game h3{font-size:1.125rem}}.game-analysis .study-bar-vs{font-size:.875rem;font-weight:500;color:#a1a1aa}.game-analysis .study-bar-rating{font-size:.875rem;font-weight:600;color:#71717a;font-variant-numeric:tabular-nums}.game-analysis .study-facts{margin:.5rem 0 0;display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.game-analysis .study-fact{padding:3px .5rem;border-radius:6px;background:#f4f4f5;font-size:.75rem;font-weight:600;color:#52525b;white-space:nowrap}.game-analysis .study-fact.is-opening{max-width:22ch;overflow:hidden;text-overflow:ellipsis}@media (max-width: 639px){.game-analysis .study-fact.is-opening{display:none}}.game-analysis .study-fact.is-result{text-transform:uppercase;letter-spacing:.04em}.game-analysis .study-fact.win{background:#16a34a1f;color:#16a34a}.game-analysis .study-fact.loss{background:#dc26261a;color:#dc2626}.game-analysis .study-fact.draw{background:#e4e4e7;color:#3f3f46}.game-analysis .study-focus{flex-shrink:0;display:flex;align-items:center;gap:.75rem}.game-analysis .study-focus-badge{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:2px solid;border-radius:10px;background:#fff;white-space:nowrap}@media (max-width: 639px){.game-analysis .study-focus-badge{display:none}}.game-analysis .study-focus-label{font-size:.6875rem;font-weight:800;text-transform:uppercase;letter-spacing:.06em}.game-analysis .study-focus-san{padding-left:.5rem;border-left:1px solid #e4e4e7;font-size:.875rem;font-weight:700;color:#18181b;font-variant-numeric:tabular-nums}.game-analysis .study-focus-cost{font-size:.8125rem;font-weight:700;font-variant-numeric:tabular-nums}.game-analysis .study-stepper{flex-shrink:0;display:flex;align-items:center;gap:.25rem;padding:2px;background:#fff;border:1px solid #e4e4e7;border-radius:999px}.game-analysis .study-stepper button{display:inline-flex;align-items:center;justify-content:center;width:26px;height:26px;border:none;border-radius:50%;background:transparent;color:#52525b;font-size:.625rem;cursor:pointer;transition:all .2s ease}.game-analysis .study-stepper button:hover:not(:disabled){background:#fee2e2;color:#dc2626}.game-analysis .study-stepper button:disabled{opacity:.35;cursor:not-allowed}.game-analysis .study-stepper span{padding:0 .25rem;font-size:.75rem;font-weight:600;color:#3f3f46;font-variant-numeric:tabular-nums;white-space:nowrap}.game-analysis .study-mistakes{display:flex;flex-direction:column;min-width:0;min-height:0;background:#fff;border:1px solid #e4e4e7;border-radius:10px;overflow:hidden}.game-analysis .study-mistakes-head{display:flex;align-items:center;gap:.5rem;padding:.75rem;border-bottom:1px solid #f4f4f5}.game-analysis .study-mistakes-head h4{flex:1;margin:0;font-size:.8125rem;font-weight:800;color:#18181b;text-transform:uppercase;letter-spacing:.05em}.game-analysis .study-mistakes-count{display:inline-flex;align-items:center;justify-content:center;min-width:22px;padding:0 6px;height:22px;border-radius:999px;background:#f4f4f5;font-size:.75rem;font-weight:700;color:#52525b;font-variant-numeric:tabular-nums}.game-analysis .study-mistakes-list{list-style:none;margin:0;padding:.5rem;display:flex;flex-direction:row;gap:.5rem;overflow-x:auto}.game-analysis .study-mistakes-list::-webkit-scrollbar{height:6px}.game-analysis .study-mistakes-list::-webkit-scrollbar-track{background:transparent}.game-analysis .study-mistakes-list::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:999px}.game-analysis .study-mistakes-list li{flex:0 0 auto}@media (min-width: 1024px){.game-analysis .study-mistakes-list{flex-direction:column;overflow-x:visible;overflow-y:auto;min-height:0}.game-analysis .study-mistakes-list::-webkit-scrollbar{width:6px}.game-analysis .study-mistakes-list::-webkit-scrollbar-track{background:transparent}.game-analysis .study-mistakes-list::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:999px}.game-analysis .study-mistakes-list li{flex:0 0 auto}}.game-analysis .mistake-row{width:100%;display:flex;align-items:center;gap:.5rem;padding:.5rem;background:#fff;border:1px solid #e4e4e7;border-radius:8px;text-align:left;cursor:pointer;transition:all .15s ease}.game-analysis .mistake-row:hover{border-color:#d4d4d8;background:#fafafa}.game-analysis .mistake-row-bar{flex-shrink:0;width:4px;align-self:stretch;min-height:26px;border-radius:999px}.game-analysis .mistake-row-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:1px}.game-analysis .mistake-row-san{font-size:.9375rem;font-weight:700;color:#18181b;font-variant-numeric:tabular-nums;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.game-analysis .mistake-row-label{font-size:.6875rem;font-weight:800;text-transform:uppercase;letter-spacing:.05em;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.game-analysis .mistake-row-cost{flex-shrink:0;font-size:.9375rem;font-weight:800;color:#dc2626;font-variant-numeric:tabular-nums}.game-analysis .study-layout{display:flex;flex-direction:column;align-items:stretch;min-width:0;gap:.75rem}@media (min-width: 1024px){.game-analysis .study-layout{display:grid;grid-template-columns:minmax(0,1fr) minmax(260px,300px);grid-template-rows:auto minmax(0,1fr);grid-template-areas:"rail rail" "board side";flex:1;min-height:0;gap:.5rem}}@media (min-width: 1280px){.game-analysis .study-layout{container-type:size;grid-template-columns:minmax(170px,300px) auto minmax(280px,560px);grid-template-rows:minmax(0,1fr);grid-template-areas:"rail board side";justify-content:center}}@media (min-width: 1024px){.game-analysis .study-mistakes{grid-area:rail;max-height:150px}}@media (min-width: 1280px){.game-analysis .study-mistakes{max-height:none}}.game-analysis .study-board-column{width:100%;max-width:100%;min-width:0;display:flex;flex-direction:column;gap:.5rem}@media (min-width: 768px) and (max-width: 1023px){.game-analysis .study-board-column{width:min(100%,560px);margin:0 auto}}@media (min-width: 1024px){.game-analysis .study-board-column{grid-area:board;width:100%;margin:0;min-height:0}}@media (min-width: 1280px){.game-analysis .study-board-column{width:calc(100cqh - 56px);max-width:100%}}.game-analysis .study-controls{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.5rem;flex-shrink:0}.game-analysis .study-nav,.game-analysis .study-engine-controls{display:flex;align-items:center;gap:.5rem}.game-analysis .study-nav{padding:3px;background:#fff;border:1px solid #e4e4e7;border-radius:999px;gap:2px}.game-analysis .study-nav-button{display:inline-flex;align-items:center;justify-content:center;width:42px;height:34px;border:none;border-radius:999px;background:transparent;color:#52525b;font-size:.875rem;cursor:pointer;transition:all .15s ease}.game-analysis .study-nav-button:hover:not(:disabled){background:#fee2e2;color:#dc2626}.game-analysis .study-nav-button:disabled{opacity:.3;cursor:not-allowed}.game-analysis .study-button{display:inline-flex;align-items:center;gap:.5rem;height:40px;padding:0 1rem;background:#fff;border:1px solid #e4e4e7;border-radius:999px;font-size:.8125rem;font-weight:600;color:#3f3f46;cursor:pointer;transition:all .2s ease}.game-analysis .study-button:hover{border-color:#dc2626;color:#dc2626}.game-analysis .study-button svg{font-size:.75rem}.game-analysis .study-button.is-live{border-color:#16a34a66;color:#16a34a}.game-analysis .study-button.is-live:hover{border-color:#16a34a;color:#16a34a}.game-analysis .study-lines-switch{display:inline-flex;padding:3px;background:#f4f4f5;border-radius:999px}.game-analysis .study-lines-option{width:32px;height:34px;border:none;border-radius:999px;background:transparent;font-size:.8125rem;font-weight:700;color:#52525b;cursor:pointer;transition:all .2s ease}.game-analysis .study-lines-option:hover{color:#18181b}.game-analysis .study-lines-option.active{background:#fff;color:#dc2626;box-shadow:0 1px 2px #0000000d}.game-analysis .study-underboard{flex-shrink:0;display:flex;align-items:center;min-height:34px}.game-analysis .study-legend{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem 1.25rem;font-size:.75rem;color:#52525b}.game-analysis .study-legend-item{display:inline-flex;align-items:center;gap:.5rem}.game-analysis .study-legend-swatch{flex-shrink:0;width:20px;height:4px;border-radius:999px}.game-analysis .study-legend-ranks{flex-shrink:0;display:inline-flex;gap:3px}.game-analysis .study-legend-ranks .study-badge{width:16px;height:16px;min-width:0;min-height:0;font-size:.625rem}.game-analysis .study-board-row{display:flex;align-items:stretch;justify-content:center;gap:.5rem}@media (min-width: 1024px){.game-analysis .study-board-row{flex:1;min-height:0;align-items:flex-end;container-type:size}}.game-analysis .study-board{position:relative;flex:1;min-width:0;border-radius:8px;overflow:hidden;box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000d;isolation:isolate;container-type:inline-size}@media (min-width: 1024px){.game-analysis .study-board{flex:0 0 auto;width:min(100cqh,100cqw - 26px - .5rem);height:min(100cqh,100cqw - 26px - .5rem);max-width:none}}.game-analysis .study-board>div:first-child{width:100%}@media (min-width: 1024px){.game-analysis .study-board>div:first-child{height:100%;grid-auto-rows:1fr}}.game-analysis .study-board>div:first-child>svg{z-index:-1!important}.game-analysis .study-board-checkerboard{position:absolute;inset:0;z-index:-2;pointer-events:none}.game-analysis .study-board-checkerboard-cell{position:absolute}.game-analysis .study-board-checkerboard-cell--light{background-color:#f0d9b5}.game-analysis .study-board-checkerboard-cell--dark{background-color:#b58863}.game-analysis .study-board-badges{position:absolute;top:0;left:0;width:100%;aspect-ratio:1;pointer-events:none;z-index:21}.game-analysis .study-badge-cell{position:absolute;display:flex;align-items:center;justify-content:center;gap:.5cqw}.game-analysis .study-badge{display:inline-flex;align-items:center;justify-content:center;width:4.6cqw;height:4.6cqw;min-width:15px;min-height:15px;border-radius:50%;background:#fff;font-size:2.8cqw;font-weight:800;line-height:1;font-variant-numeric:tabular-nums}.game-analysis .eval-bar{flex-shrink:0;width:26px;display:flex;flex-direction:column;align-items:center;gap:.25rem}@media (min-width: 1024px){.game-analysis .eval-bar{height:min(100cqh,100cqw - 26px - .5rem)}}@media (max-width: 767px){.game-analysis .eval-bar{width:18px}}.game-analysis .eval-bar-track{flex:1;width:100%;border-radius:6px;overflow:hidden;position:relative;display:flex;flex-direction:column;justify-content:flex-end}.game-analysis .eval-bar-fill{width:100%;transition:height .25s ease}@media (prefers-reduced-motion: reduce){.game-analysis .eval-bar-fill{transition:none}}.game-analysis .eval-bar.bottom-white .eval-bar-track{background:#27272a}.game-analysis .eval-bar.bottom-white .eval-bar-fill{background:#fafafa}.game-analysis .eval-bar.bottom-black .eval-bar-track{background:#fafafa;border:1px solid #d4d4d8}.game-analysis .eval-bar.bottom-black .eval-bar-fill{background:#27272a}.game-analysis .eval-bar-score{font-size:.75rem;font-weight:800;color:#3f3f46;font-variant-numeric:tabular-nums}.game-analysis .study-side{width:100%;min-width:0;display:flex;flex-direction:column;gap:.75rem}@media (min-width: 1024px){.game-analysis .study-side{grid-area:side;min-height:0;height:100%}}.game-analysis .study-note,.game-analysis .study-error{margin:0;padding:.5rem .75rem;border-radius:8px;font-size:.8125rem;line-height:1.45}.game-analysis .study-underboard .study-note{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.game-analysis .study-note{background:#2563eb12;border:1px solid rgba(37,99,235,.2);color:#27272a}.game-analysis .study-note.is-exploring{background:#eab3081a;border-color:#eab30859}.game-analysis .study-error{background:#dc262612;border:1px solid rgba(220,38,38,.25);color:#dc2626}.game-analysis .engine-readout{background:#fff;border:1px solid #e4e4e7;border-radius:10px;padding:.75rem;min-width:0;flex:0 0 auto}.game-analysis .engine-head{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.game-analysis .engine-head h4{flex:1;margin:0;font-size:.8125rem;font-weight:800;color:#18181b;text-transform:uppercase;letter-spacing:.05em}.game-analysis .engine-depth{font-size:.75rem;font-weight:600;color:#71717a;font-variant-numeric:tabular-nums}.game-analysis .engine-pulse{width:8px;height:8px;border-radius:50%;background:#d4d4d8;flex-shrink:0}.game-analysis .engine-pulse.thinking{background:#16a34a;animation:pulse 1.6s ease-in-out infinite}@media (prefers-reduced-motion: reduce){.game-analysis .engine-pulse.thinking{animation:none}}.game-analysis .engine-pulse.booting{background:#eab308}.game-analysis .engine-pulse.error{background:#dc2626}.game-analysis .engine-lines-empty{margin:0;font-size:.8125rem;color:#71717a}.game-analysis .engine-lines{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:2px}.game-analysis .engine-line{width:100%;min-width:0;display:flex;align-items:center;gap:.5rem;padding:.5rem;background:transparent;border:1px solid transparent;border-radius:6px;text-align:left;cursor:pointer;transition:all .15s ease}.game-analysis .engine-line:hover{background:#fafafa;border-color:#e4e4e7}.game-analysis .engine-line-rank{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border-radius:50%;background:#fff;font-size:.6875rem;font-weight:800}.game-analysis .engine-line-score{flex-shrink:0;min-width:48px;font-size:.875rem;font-weight:800;color:#18181b;font-variant-numeric:tabular-nums}.game-analysis .engine-line-moves{flex:1;min-width:0;font-size:.8125rem;font-weight:500;color:#52525b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.game-analysis .engine-stats{display:flex;flex-wrap:wrap;gap:.75rem;padding-top:.5rem;margin-top:.5rem;border-top:1px solid #f4f4f5;font-size:.75rem;color:#71717a;font-variant-numeric:tabular-nums}.game-analysis .engine-stats span{display:inline-flex;align-items:center;gap:4px}.game-analysis .engine-stats svg{color:#a1a1aa}.game-analysis .move-tree{display:flex;flex-direction:column;min-width:0;background:#fff;border:1px solid #e4e4e7;border-radius:10px;overflow:hidden}@media (min-width: 1024px){.game-analysis .move-tree{flex:1 1 auto;min-height:0}}.game-analysis .move-tree-head{display:flex;align-items:baseline;gap:.5rem;padding:.5rem .75rem;border-bottom:1px solid #f4f4f5}.game-analysis .move-tree-head h4{margin:0;font-size:.8125rem;font-weight:800;color:#18181b;text-transform:uppercase;letter-spacing:.05em}.game-analysis .move-tree-head span{font-size:.75rem;color:#71717a}.game-analysis .move-tree-body{display:block;padding:.25rem 0 .5rem;overflow-y:auto;max-height:300px}.game-analysis .move-tree-body::-webkit-scrollbar{width:6px}.game-analysis .move-tree-body::-webkit-scrollbar-track{background:transparent}.game-analysis .move-tree-body::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:999px}@media (min-width: 1024px){.game-analysis .move-tree-body{flex:1;min-height:140px;max-height:none}}.game-analysis .move-tree-start{display:block;width:calc(100% - 1rem);margin:0 .5rem .25rem;padding:.25rem .5rem;border:1px dashed #d4d4d8;border-radius:6px;background:transparent;text-align:left;font-size:.75rem;font-weight:600;color:#71717a;cursor:pointer;transition:all .12s ease}.game-analysis .move-tree-start:hover{border-color:#a1a1aa;color:#3f3f46}.game-analysis .move-tree-start.active{border-style:solid;border-color:#dc2626;background:#fee2e2;color:#dc2626}.game-analysis .move-tree-empty{margin:0 .75rem;font-size:.8125rem;color:#71717a}.game-analysis .move-row{display:grid;grid-template-columns:46px minmax(0,1fr) minmax(0,1fr);align-items:stretch}.game-analysis .move-row.is-striped{background:#fafafa}.game-analysis .move-row-number{display:flex;align-items:center;justify-content:flex-end;padding:0 .5rem;font-size:.8125rem;font-weight:600;color:#a1a1aa;font-variant-numeric:tabular-nums;-webkit-user-select:none;user-select:none}.game-analysis .move-row-cell{padding:5px .5rem;border:none;border-radius:4px;background:transparent;text-align:left;font-size:.9375rem;font-weight:600;color:#27272a;font-variant-numeric:tabular-nums;cursor:pointer;transition:background .12s ease}.game-analysis .move-row-cell:hover{background:#f4f4f5}.game-analysis .move-row-cell.active{background:#dc2626;color:#fff}.game-analysis .move-row-cell.is-empty{color:#d4d4d8;cursor:default}.game-analysis .move-row-cell.is-empty:hover{background:transparent}.game-analysis .move-variation{display:flex;flex-wrap:wrap;align-items:center;gap:1px;margin:1px 0 1px 46px;padding:2px .5rem;border-left:2px solid #e4e4e7}.game-analysis .move-variation-move{padding:1px .25rem;border:none;border-radius:4px;background:transparent;font-size:.8125rem;font-style:italic;font-weight:500;color:#52525b;font-variant-numeric:tabular-nums;white-space:nowrap;cursor:pointer;transition:background .12s ease}.game-analysis .move-variation-move:hover{background:#f4f4f5}.game-analysis .move-variation-move.active{background:#dc2626;color:#fff}.game-analysis .move-variation-move.active .move-variation-number{color:#ffffffbf}.game-analysis .move-variation-number{margin-right:2px;font-style:normal;color:#a1a1aa}.game-analysis .move-variation-bracket{color:#a1a1aa;font-size:.8125rem}.learning-homework{display:flex;min-height:100vh;position:relative;background:#fafafa}.learning-homework .main-content{flex:1;margin-left:280px;transition:all .3s ease;min-height:100vh;position:relative}@media (max-width: 767px){.learning-homework .main-content{margin-left:0}}.learning-homework .learning-content{padding:2rem;max-width:1600px;margin:0 auto}@media (min-width: 768px) and (max-width: 1023px){.learning-homework .learning-content{padding:1.5rem}}@media (max-width: 767px){.learning-homework .learning-content{padding:1rem}}.learning-homework .learning-content .loading-state{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:4rem 2rem;background:#fff;border-radius:16px;color:#52525b;box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a}.learning-homework .learning-content .loading-state .spinner{font-size:2rem;color:#dc2626;animation:spin 1s linear infinite}@media (prefers-reduced-motion: reduce){.learning-homework .learning-content .loading-state .spinner{animation:none}}.learning-homework .learning-content .empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;padding:4rem 2rem;background:#fff;border-radius:16px;color:#52525b;box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a}.learning-homework .learning-content .empty-state .empty-icon{font-size:3rem;color:#a1a1aa}.learning-homework .learning-content .empty-state h3{font-size:1.25rem;font-weight:600;color:#18181b;margin:0}.learning-homework .learning-content .empty-state p{color:#71717a;max-width:46ch;margin:0}.learning-homework .content-wrapper{padding:2rem;max-width:1600px;margin:0 auto}@media (min-width: 768px) and (max-width: 1023px){.learning-homework .content-wrapper{padding:1.5rem}}@media (max-width: 767px){.learning-homework .content-wrapper{padding:1rem}}.learning-homework .content-wrapper .no-child-selected{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1rem;color:#71717a}.learning-homework .content-wrapper .no-child-selected svg{font-size:4rem;color:#a1a1aa}.learning-homework .content-wrapper .no-child-selected p{font-size:1.125rem}.learning-homework .hw-summary{background:#fff;border-radius:16px;padding:1.5rem 2rem;margin-bottom:1.5rem;box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a}@media (max-width: 767px){.learning-homework .hw-summary{padding:1.25rem}}.learning-homework .hw-summary-head{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem;flex-wrap:wrap;padding-bottom:1.25rem;border-bottom:1px solid #f4f4f5}.learning-homework .hw-summary-head h2{font-size:1.375rem;font-weight:700;color:#18181b}.learning-homework .hw-summary-sub{font-size:.875rem;color:#71717a;margin-top:.25rem}.learning-homework .hw-summary-next{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;text-align:right}.learning-homework .hw-summary-next-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#71717a}.learning-homework .hw-summary-next-date{font-size:1rem;font-weight:600;color:#18181b}.learning-homework .hw-summary-next-relative{font-size:.8125rem;font-weight:600;color:#52525b}.learning-homework .hw-summary-next-relative.is-soon{color:#f97316}.learning-homework .hw-summary-next-relative.is-past{color:#dc2626}.learning-homework .hw-tiles{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:1rem;padding-top:1.25rem}.learning-homework .hw-tile{display:flex;align-items:flex-start;gap:.75rem;padding:1rem;background:#fafafa;border-radius:12px}.learning-homework .hw-tile-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:2.25rem;height:2.25rem;border-radius:10px;background:#fff;color:#71717a;font-size:1rem}.learning-homework .hw-tile--positive .hw-tile-icon{color:#16a34a}.learning-homework .hw-tile--negative{background:#dc26260f}.learning-homework .hw-tile--negative .hw-tile-icon{color:#dc2626}.learning-homework .hw-tile-body{display:flex;flex-direction:column;gap:.125rem;min-width:0}.learning-homework .hw-tile-value{font-size:1.375rem;font-weight:700;color:#18181b;line-height:1.15}.learning-homework .hw-tile-label{font-size:.8125rem;font-weight:600;color:#3f3f46}.learning-homework .hw-tile-detail{font-size:.75rem;color:#71717a;line-height:1.4}.learning-homework .tab-navigation{display:flex;gap:.5rem;margin-bottom:1.25rem;overflow-x:auto}.learning-homework .tab-navigation::-webkit-scrollbar{display:none}.learning-homework .tab-navigation .tab-button{display:flex;align-items:center;gap:.5rem;flex-shrink:0;padding:.625rem 1.25rem;border:1px solid #e4e4e7;border-radius:999px;background:#fff;color:#3f3f46;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease}.learning-homework .tab-navigation .tab-button:hover{border-color:#d4d4d8;color:#18181b}.learning-homework .tab-navigation .tab-button.active{background:#dc2626;border-color:#dc2626;color:#fff}.learning-homework .tab-navigation .tab-button .tab-count{min-width:1.5rem;padding:0 .375rem;border-radius:999px;background:#f4f4f5;color:#3f3f46;font-size:.75rem;font-weight:700;text-align:center}.learning-homework .tab-navigation .tab-button.active .tab-count{background:#ffffff38;color:#fff}.hw-badge{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .75rem;border-radius:999px;font-size:.75rem;font-weight:700;letter-spacing:.01em;white-space:nowrap}.hw-badge--upcoming{background:#f4f4f5;color:#3f3f46}.hw-badge--in-progress{background:#2563eb1f;color:#2563eb}.hw-badge--completed,.hw-badge--solved{background:#16a34a1f;color:#16a34a}.hw-badge--overdue{background:#dc26261f;color:#dc2626}.hw-badge--skipped{background:#f9731624;color:#f97316}.hw-badge--pending{background:#f4f4f5;color:#71717a}.hw-badge--locked{background:#27272a;color:#fff}.hw-progress-bar{position:relative;width:100%;height:.5rem;border-radius:999px;background:#f4f4f5;overflow:hidden}.hw-progress-fill{position:absolute;top:0;left:0;bottom:0;border-radius:999px;transition:width .35s ease}@media (prefers-reduced-motion: reduce){.hw-progress-fill{transition:none}}.hw-progress-fill--attempted{background:#f9731673}.hw-progress-fill--solved{background:#16a34a}.learning-homework .hw-list{display:flex;flex-direction:column;gap:1rem}.learning-homework .hw-card{background:#fff;border:1px solid #e4e4e7;border-left:4px solid #d4d4d8;border-radius:14px;overflow:hidden;transition:box-shadow .2s ease}.learning-homework .hw-card:hover{box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a}.learning-homework .hw-card--in-progress{border-left-color:#2563eb}.learning-homework .hw-card--completed{border-left-color:#16a34a}.learning-homework .hw-card--overdue{border-left-color:#dc2626}.learning-homework .hw-card-head{display:flex;align-items:center;gap:1rem;width:100%;padding:1.25rem 1.5rem;border:none;background:none;text-align:left;cursor:pointer}@media (max-width: 767px){.learning-homework .hw-card-head{padding:1rem;flex-wrap:wrap}}.learning-homework .hw-card-head:hover{background:#fafafa}.learning-homework .hw-card-title{flex:1;min-width:0;display:flex;flex-direction:column;gap:.5rem}.learning-homework .hw-card-title h3{font-size:1.0625rem;font-weight:700;color:#18181b;line-height:1.4}.learning-homework .hw-card-tags{display:flex;flex-wrap:wrap;gap:.5rem}.learning-homework .hw-card-deadline{display:flex;flex-direction:column;align-items:flex-end;gap:.125rem;flex-shrink:0;text-align:right}.learning-homework .hw-card-deadline-date{font-size:.875rem;font-weight:600;color:#27272a}.learning-homework .hw-card-deadline-relative{font-size:.75rem;font-weight:600;color:#71717a}.learning-homework .hw-card-deadline-relative.is-soon{color:#f97316}.learning-homework .hw-card-deadline-relative.is-past{color:#dc2626}.learning-homework .hw-card-head .expand-icon{flex-shrink:0;color:#a1a1aa;transition:transform .25s ease}.learning-homework .hw-card-head .expand-icon.expanded{transform:rotate(90deg)}@media (prefers-reduced-motion: reduce){.learning-homework .hw-card-head .expand-icon{transition:none}}.learning-homework .hw-card-progress{display:flex;flex-direction:column;gap:.5rem;padding:0 1.5rem 1.25rem}@media (max-width: 767px){.learning-homework .hw-card-progress{padding:0 1rem 1rem}}.learning-homework .hw-card-figures{display:flex;flex-wrap:wrap;gap:1rem;font-size:.8125rem;color:#52525b}.learning-homework .hw-card-figures strong{color:#18181b;font-weight:700}.learning-homework .hw-card-figures .is-skipped{color:#f97316;font-weight:600}.learning-homework .hw-detail{padding:1.25rem 1.5rem 1.5rem;border-top:1px solid #f4f4f5;background:#fafafa}@media (max-width: 767px){.learning-homework .hw-detail{padding:1rem}}.learning-homework .hw-detail.loading-state{background:#fafafa;border-radius:0;box-shadow:none;padding:2rem}.learning-homework .hw-detail-description{margin-bottom:1rem;font-size:.875rem;color:#52525b;line-height:1.6}.learning-homework .hw-puzzle-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1rem;list-style:none;padding:0;margin:0}.learning-homework .hw-puzzle{display:flex;gap:1rem;padding:1rem;background:#fff;border:1px solid #e4e4e7;border-radius:12px}@media (max-width: 767px){.learning-homework .hw-puzzle{flex-direction:column}}.learning-homework .hw-puzzle--solved{border-color:#16a34a59}.learning-homework .hw-puzzle--skipped{border-color:#f9731659}.learning-homework .hw-puzzle-body{display:flex;flex-direction:column;gap:.5rem;min-width:0;flex:1}.learning-homework .hw-puzzle-head{display:flex;align-items:flex-start;justify-content:space-between;gap:.5rem}.learning-homework .hw-puzzle-title{font-size:.9375rem;font-weight:600;color:#18181b;line-height:1.4}.learning-homework .hw-puzzle-order{color:#a1a1aa;font-weight:700}.learning-homework .hw-puzzle-source{font-size:.75rem;color:#71717a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.learning-homework .hw-puzzle-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem .75rem;margin:0}.learning-homework .hw-puzzle-stat dt{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em;color:#71717a}.learning-homework .hw-puzzle-stat dd{margin:0;font-size:.875rem;font-weight:600;color:#18181b}.learning-homework .hw-puzzle-stat dd.is-positive{color:#16a34a}.learning-homework .hw-puzzle-stat dd.is-negative{color:#dc2626}.learning-homework .hw-mini-board{width:116px;aspect-ratio:1;align-self:flex-start;flex-shrink:0;border-radius:8px;overflow:hidden;box-shadow:0 1px 2px #0000000d}@media (max-width: 767px){.learning-homework .hw-mini-board{width:148px;align-self:center}}.learning-homework .hw-mini-board [data-column],.learning-homework .hw-mini-board [data-square]{cursor:default}.parent-performance{display:flex;min-height:100vh;position:relative;background:#fafafa}.parent-performance .main-content{flex:1;margin-left:280px;transition:all .3s ease;min-height:100vh;position:relative}@media (max-width: 767px){.parent-performance .main-content{margin-left:0}}.parent-performance .perf-content{display:flex;flex-direction:column;gap:1.5rem;padding:2rem;max-width:1200px;margin:0 auto}@media (min-width: 768px) and (max-width: 1023px){.parent-performance .perf-content{padding:1.5rem}}@media (max-width: 767px){.parent-performance .perf-content{padding:1rem;gap:1rem}}.parent-performance .perf-content .loading-state{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:4rem 2rem;background:#fff;border-radius:16px;color:#52525b;box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a}.parent-performance .perf-content .loading-state .spinner{font-size:2rem;color:#dc2626;animation:spin 1s linear infinite}@media (prefers-reduced-motion: reduce){.parent-performance .perf-content .loading-state .spinner{animation:none}}.parent-performance .perf-content .empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;padding:4rem 2rem;background:#fff;border-radius:16px;color:#52525b;box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a}.parent-performance .perf-content .empty-state .empty-icon{font-size:3rem;color:#a1a1aa}.parent-performance .perf-content .empty-state h3{font-size:1.25rem;font-weight:600;color:#18181b;margin:0}.parent-performance .perf-content .empty-state p{color:#71717a;max-width:46ch;margin:0}.parent-performance .content-wrapper{padding:2rem;max-width:1200px;margin:0 auto}@media (min-width: 768px) and (max-width: 1023px){.parent-performance .content-wrapper{padding:1.5rem}}@media (max-width: 767px){.parent-performance .content-wrapper{padding:1rem}}.parent-performance .content-wrapper .no-child-selected{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1rem;color:#71717a}.parent-performance .content-wrapper .no-child-selected svg{font-size:4rem;color:#a1a1aa}.parent-performance .content-wrapper .no-child-selected p{font-size:1.125rem}.parent-performance .perf-headline{display:grid;grid-template-columns:1fr auto;gap:1rem 1.5rem;padding:2rem;background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a}@media (max-width: 767px){.parent-performance .perf-headline{padding:1.25rem;grid-template-columns:1fr}}.parent-performance .perf-headline-main{display:flex;flex-direction:column;gap:.25rem;min-width:0}.parent-performance .perf-headline-label{font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#71717a}.parent-performance .perf-headline-value{display:flex;align-items:center;gap:.75rem;font-size:3rem;font-weight:700;line-height:1.15;color:#18181b;font-variant-numeric:tabular-nums}@media (max-width: 767px){.parent-performance .perf-headline-value{font-size:2.25rem}}.parent-performance .perf-headline-icon{color:#eab308;font-size:.75em;flex-shrink:0}.parent-performance .perf-headline-period{font-size:.875rem;color:#71717a}.parent-performance .perf-headline-score{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.125rem;padding:1rem 1.5rem;background:#fafafa;border-radius:14px;align-self:start}@media (max-width: 767px){.parent-performance .perf-headline-score{flex-direction:row;align-items:baseline;gap:.5rem;justify-self:start;padding:.75rem 1rem}}.parent-performance .perf-headline-score-value{font-size:2rem;font-weight:700;color:#27272a;line-height:1.15;font-variant-numeric:tabular-nums}.parent-performance .perf-headline-score-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:#71717a}.parent-performance .perf-headline-note{grid-column:1/-1;display:flex;align-items:flex-start;gap:.75rem;padding-top:1.25rem;border-top:1px solid #f4f4f5;font-size:.875rem;line-height:1.6;color:#52525b;max-width:70ch}.parent-performance .perf-headline-note svg{flex-shrink:0;margin-top:.15em;color:#dc2626}.parent-performance .perf-card{padding:2rem;background:#fff;border-radius:16px;box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a}@media (max-width: 767px){.parent-performance .perf-card{padding:1.25rem}}.parent-performance .perf-card h2{font-size:1.25rem;font-weight:700;color:#18181b;margin:0}.parent-performance .perf-card-sub{margin:.5rem 0 1.25rem;font-size:.875rem;color:#71717a;max-width:70ch}.parent-performance .perf-card-empty{margin:.75rem 0 0;font-size:.875rem;color:#71717a;max-width:60ch}.parent-performance .perf-card-foot{margin:1rem 0 0;padding-top:1rem;border-top:1px solid #f4f4f5;font-size:.8125rem;color:#71717a;max-width:70ch}.parent-performance .perf-legend{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:.75rem;margin:1.25rem 0 0;padding:0;list-style:none}.parent-performance .perf-legend-row{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;background:#fafafa;border-radius:12px}.parent-performance .perf-legend-swatch{flex-shrink:0;width:.85rem;height:.85rem;margin-top:.2em;border-radius:6px}.parent-performance .perf-legend-body{display:flex;flex-direction:column;gap:.125rem;min-width:0;flex:1}.parent-performance .perf-legend-label{font-size:.875rem;font-weight:600;color:#27272a}.parent-performance .perf-legend-detail{font-size:.75rem;color:#71717a;line-height:1.4}.parent-performance .perf-legend-value{flex-shrink:0;font-size:1rem;font-weight:700;color:#3f3f46;font-variant-numeric:tabular-nums}.parent-performance .perf-board-tabs{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem}.parent-performance .perf-board-tab{padding:.5rem 1rem;border:1px solid #e4e4e7;border-radius:999px;background:#fff;color:#52525b;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.parent-performance .perf-board-tab:hover{border-color:#dc2626;color:#dc2626}.parent-performance .perf-board-tab.is-active{background:#dc2626;border-color:#dc2626;color:#fff}.parent-performance .perf-board-standing{margin-bottom:1rem;padding:.75rem 1rem;border-left:3px solid #dc2626;background:#fafafa;border-radius:8px;color:#3f3f46;font-size:.9375rem}.parent-performance .perf-board-rows{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.parent-performance .perf-board-row{display:flex;align-items:center;gap:.75rem;padding:.5rem .75rem;border-radius:8px}.parent-performance .perf-board-row.is-child{background:#dc262614;outline:1px solid rgba(220,38,38,.25)}.parent-performance .perf-board-rank{flex:0 0 2rem;text-align:right;font-variant-numeric:tabular-nums;font-weight:600;color:#71717a}.parent-performance .perf-board-avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;flex-shrink:0}.parent-performance .perf-board-name{flex:1;min-width:0;display:flex;align-items:center;gap:.5rem;color:#27272a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.parent-performance .perf-board-you{padding:2px .5rem;border-radius:999px;background:#dc2626;color:#fff;font-size:.6875rem;font-weight:600;flex-shrink:0}.parent-performance .perf-board-points{font-variant-numeric:tabular-nums;font-weight:600;color:#18181b}.parent-performance .perf-board-pager{display:flex;align-items:center;justify-content:center;gap:1rem;margin-top:1rem;color:#52525b;font-size:.875rem}.parent-performance .perf-board-pager button{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:1px solid #e4e4e7;border-radius:8px;background:#fff;color:#52525b;cursor:pointer}.parent-performance .perf-board-pager button:disabled{opacity:.4;cursor:not-allowed}.parent-performance .perf-board-pager button:not(:disabled):hover{border-color:#dc2626;color:#dc2626}.games-competition{display:flex;min-height:100vh;position:relative;background:#fafafa}.games-competition .main-content{flex:1;margin-left:280px;transition:all .3s ease;min-height:100vh;position:relative}@media (max-width: 767px){.games-competition .main-content{margin-left:0}}.games-competition .content-wrapper{padding:2rem;max-width:1600px;margin:0 auto}.games-competition .content-wrapper .no-child-selected{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:60vh;gap:1rem;color:#71717a}.games-competition .content-wrapper .no-child-selected svg{font-size:4rem;color:#a1a1aa}.games-competition .content-wrapper .no-child-selected p{font-size:1.125rem}.games-competition .games-content{padding:2rem;max-width:1600px;margin:0 auto}@media (min-width: 768px) and (max-width: 1023px){.games-competition .games-content{padding:1.5rem 1rem}}@media (max-width: 767px){.games-competition .games-content{padding:1rem}}.games-competition .page-header{margin-bottom:2rem}.games-competition .page-header .header-content{display:flex;align-items:flex-start;justify-content:flex-start;flex-wrap:wrap;gap:.75rem;margin-bottom:1.5rem}.games-competition .page-header .month-badge{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0;padding:.5rem 1rem;background:#fff;border:1px solid #e4e4e7;border-radius:999px;font-size:.875rem;font-weight:600;color:#27272a;white-space:nowrap}.games-competition .page-header .month-badge svg{color:#dc2626;font-size:.875rem}.games-competition .page-header .quick-stats{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-bottom:2rem}@media (min-width: 768px){.games-competition .page-header .quick-stats{gap:.875rem}}@media (min-width: 1024px){.games-competition .page-header .quick-stats{grid-template-columns:repeat(4,minmax(0,1fr));gap:1rem}}@media (max-width: 479px){.games-competition .page-header .quick-stats{grid-template-columns:1fr}}.games-competition .page-header .quick-stats .stat-card{background:#fff;border-radius:12px;padding:1.25rem;display:flex;align-items:center;gap:1rem;transition:all .3s ease;border:1px solid #e4e4e7}.games-competition .page-header .quick-stats .stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a}@media (max-width: 767px){.games-competition .page-header .quick-stats .stat-card{padding:1rem;gap:.75rem}}.games-competition .page-header .quick-stats .stat-card svg{font-size:2rem;color:#a1a1aa;flex-shrink:0}@media (max-width: 767px){.games-competition .page-header .quick-stats .stat-card svg{font-size:1.5rem}}.games-competition .page-header .quick-stats .stat-card.total-games svg{color:#2563eb}.games-competition .page-header .quick-stats .stat-card.win-rate svg{color:#16a34a}.games-competition .page-header .quick-stats .stat-card.play-time svg{color:#eab308}.games-competition .page-header .quick-stats .stat-card.streak svg{color:#f97316}.games-competition .page-header .quick-stats .stat-card div{display:flex;flex-direction:column;min-width:0}.games-competition .page-header .quick-stats .stat-card div .stat-value{font-size:1.5rem;font-weight:700;color:#18181b}@media (max-width: 767px){.games-competition .page-header .quick-stats .stat-card div .stat-value{font-size:1.25rem}}.games-competition .page-header .quick-stats .stat-card div .stat-label{font-size:.875rem;color:#52525b;font-weight:500}.games-competition .games-content .empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.75rem;padding:2.5rem 2rem;background:#fff;border:1px solid #e4e4e7;border-radius:12px}.games-competition .games-content .empty-state>svg{font-size:2.5rem;color:#a1a1aa}.games-competition .games-content .empty-state h3{font-size:1.25rem;font-weight:700;color:#18181b;margin:0}.games-competition .games-content .empty-state p{color:#52525b;max-width:46ch;margin:0}.games-competition .games-content .empty-state .btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;font-weight:600;text-decoration:none;border:none;border-radius:8px;cursor:pointer;transition:all .2s ease}.games-competition .games-content .empty-state .btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a}.games-competition .games-error{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;margin-bottom:1.5rem;background:#f9731614;border:1px solid rgba(249,115,22,.3);border-radius:8px;color:#27272a;font-size:.875rem}.games-competition .games-error svg{color:#f97316;flex-shrink:0}.games-competition .tab-navigation{display:flex;gap:.5rem;margin-bottom:2rem;background:#fff;padding:.5rem;border-radius:12px;border:1px solid #e4e4e7}@media (max-width: 1024px){.games-competition .tab-navigation{gap:.25rem;padding:.25rem}}@media (max-width: 479px){.games-competition .tab-navigation{overflow-x:auto;scrollbar-width:none;margin-bottom:1.5rem}.games-competition .tab-navigation::-webkit-scrollbar{display:none}}.games-competition .tab-navigation .tab-button{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1.5rem;background:none;border:none;border-radius:8px;font-weight:600;color:#52525b;cursor:pointer;transition:all .2s ease;white-space:nowrap}@media (max-width: 1024px){.games-competition .tab-navigation .tab-button{padding:.625rem .75rem;font-size:.875rem}.games-competition .tab-navigation .tab-button svg{display:none}}@media (max-width: 479px){.games-competition .tab-navigation .tab-button{flex:0 0 auto}}.games-competition .tab-navigation .tab-button:hover{background:#fafafa;color:#18181b}.games-competition .tab-navigation .tab-button.active{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff}.games-competition .tab-navigation .tab-button.active svg{color:#fff}.games-competition .tab-navigation .tab-button svg{font-size:1.125rem}.games-competition .tab-content{animation:fadeInUp .3s ease}.games-competition .games-section .result-filter{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1.25rem}.games-competition .games-section .result-filter .filter-chip{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1.5px solid #e4e4e7;border-radius:999px;background:#fff;color:#52525b;font:inherit;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;white-space:nowrap}.games-competition .games-section .result-filter .filter-chip:hover{border-color:#d4d4d8;background:#fafafa;color:#18181b}.games-competition .games-section .result-filter .filter-chip:focus-visible{outline:2px solid #dc2626;outline-offset:2px}.games-competition .games-section .result-filter .filter-chip .filter-count{display:inline-flex;align-items:center;justify-content:center;min-width:1.5rem;padding:0 .25rem;border-radius:999px;background:#f4f4f5;color:#3f3f46;font-size:.75rem;font-weight:600;font-variant-numeric:tabular-nums}.games-competition .games-section .result-filter .filter-chip.active{color:#fff;font-weight:600}.games-competition .games-section .result-filter .filter-chip.active .filter-count{background:#ffffff40;color:#fff}.games-competition .games-section .result-filter .filter-chip.all.active{background:#dc2626;border-color:#dc2626}.games-competition .games-section .result-filter .filter-chip.win.active{background:#16a34a;border-color:#16a34a}.games-competition .games-section .result-filter .filter-chip.draw.active{background:#eab308;border-color:#eab308;color:#18181b}.games-competition .games-section .result-filter .filter-chip.draw.active .filter-count{background:#18181b26;color:#18181b}.games-competition .games-section .result-filter .filter-chip.loss.active{background:#dc2626;border-color:#dc2626}@media (max-width: 767px){.games-competition .games-section .result-filter{gap:.5rem;margin-bottom:1rem}.games-competition .games-section .result-filter .filter-chip{padding:.5rem .75rem;font-size:.8125rem}}.games-competition .games-section .games-list{display:grid;grid-template-columns:1fr;gap:1rem;margin-bottom:2rem}@media (min-width: 1280px){.games-competition .games-section .games-list{grid-template-columns:repeat(2,minmax(0,1fr));gap:1.25rem}}.games-competition .games-section .game-card{display:flex;flex-direction:column;gap:1rem;background:#fff;border-radius:12px;padding:1.25rem;transition:all .3s ease;border:2px solid transparent;position:relative;overflow:hidden;width:100%;font:inherit;text-align:left;cursor:pointer}@media (max-width: 767px){.games-competition .games-section .game-card{gap:.75rem;padding:1rem}}.games-competition .games-section .game-card:focus-visible{outline:2px solid #dc2626;outline-offset:2px}.games-competition .games-section .game-card:before{content:"";position:absolute;top:0;left:0;width:4px;height:100%;background:#d4d4d8}.games-competition .games-section .game-card.win:before{background:#16a34a}.games-competition .games-section .game-card.win:hover{border-color:#16a34a}.games-competition .games-section .game-card.loss:before{background:#dc2626}.games-competition .games-section .game-card.loss:hover{border-color:#dc2626}.games-competition .games-section .game-card.draw:before{background:#eab308}.games-competition .games-section .game-card.draw:hover{border-color:#eab308}.games-competition .games-section .game-card:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000d}.games-competition .games-section .game-card .game-card-top{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem .75rem}.games-competition .games-section .game-card .result-chip{display:inline-flex;align-items:center;gap:.375rem;padding:.25rem .75rem;border-radius:999px;background:#f4f4f5;color:#52525b;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em}.games-competition .games-section .game-card.win .result-chip{background:#16a34a1f;color:#16a34a}.games-competition .games-section .game-card.loss .result-chip{background:#dc26261f;color:#dc2626}.games-competition .games-section .game-card.draw .result-chip{background:#eab3082e;color:#27272a}.games-competition .games-section .game-card .result-chip svg{font-size:.875rem}.games-competition .games-section .game-card .game-type{display:inline-flex;align-items:center;gap:.5rem;font-weight:600;color:#18181b;text-transform:capitalize}.games-competition .games-section .game-card .game-type svg{font-size:1.125rem}.games-competition .games-section .game-card .game-type .rapid-icon{color:#2563eb}.games-competition .games-section .game-card .game-type .blitz-icon{color:#f97316}.games-competition .games-section .game-card .game-type .bullet-icon{color:#dc2626}.games-competition .games-section .game-card .game-type .classical-icon{color:#16a34a}.games-competition .games-section .game-card .game-date{margin-left:auto;font-size:.8125rem;color:#71717a}.games-competition .games-section .game-card .players-info{display:flex;align-items:center;gap:.75rem;padding:.75rem;background:#fafafa;border-radius:8px}.games-competition .games-section .game-card .players-info .player,.games-competition .games-section .game-card .players-info .opponent{display:flex;align-items:center;gap:.5rem;flex:1 1 0;min-width:0}.games-competition .games-section .game-card .players-info .opponent{justify-content:flex-end}.games-competition .games-section .game-card .players-info .player-name,.games-competition .games-section .game-card .players-info .opponent-name{font-weight:600;color:#18181b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.games-competition .games-section .game-card .players-info .opponent-name{color:#3f3f46}.games-competition .games-section .game-card .players-info .player-rating,.games-competition .games-section .game-card .players-info .opponent-rating{flex-shrink:0;color:#52525b;font-size:.875rem}.games-competition .games-section .game-card .players-info .player>svg{flex-shrink:0;font-size:1.25rem}.games-competition .games-section .game-card .players-info .player .white-piece{color:#3f3f46}.games-competition .games-section .game-card .players-info .player .black-piece{color:#18181b}.games-competition .games-section .game-card .players-info .rating-change{display:inline-flex;align-items:center;gap:.125rem;flex-shrink:0;font-weight:700;font-size:.875rem}.games-competition .games-section .game-card .players-info .rating-change svg{font-size:.75rem}.games-competition .games-section .game-card .players-info .rating-change.positive{color:#16a34a}.games-competition .games-section .game-card .players-info .rating-change.negative{color:#dc2626}.games-competition .games-section .game-card .players-info .vs{flex-shrink:0;font-weight:700;color:#a1a1aa;font-size:.875rem}@media (max-width: 479px){.games-competition .games-section .game-card .players-info{flex-direction:column;align-items:stretch;gap:.5rem}.games-competition .games-section .game-card .players-info .opponent{justify-content:flex-start}.games-competition .games-section .game-card .players-info .vs{text-align:center}}.games-competition .games-section .game-card .game-card-bottom{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.5rem 1rem}.games-competition .games-section .game-card .game-info{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem 1rem;min-width:0;font-size:.875rem;color:#52525b}.games-competition .games-section .game-card .game-info .info-item{display:inline-flex;align-items:center;gap:.375rem;min-width:0}.games-competition .games-section .game-card .game-info .info-item svg{flex-shrink:0;color:#a1a1aa;font-size:.875rem}.games-competition .games-section .game-card .game-info .info-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.games-competition .games-section .game-card .watch-hint{display:inline-flex;align-items:center;gap:.5rem;flex-shrink:0;margin-left:auto;color:#dc2626;font-weight:600;font-size:.875rem;transition:all .2s ease}.games-competition .games-section .game-card:hover .watch-hint{color:#b91c1c;gap:.75rem}.games-competition .games-section .game-card .watch-hint svg{font-size:.75rem}.games-competition .games-section .pagination{display:flex;align-items:center;justify-content:center;gap:1rem}.games-competition .games-section .pagination .page-button{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background:#fff;border:2px solid #e4e4e7;border-radius:8px;cursor:pointer;transition:all .2s ease}.games-competition .games-section .pagination .page-button:hover:not(:disabled){border-color:#dc2626;color:#dc2626}.games-competition .games-section .pagination .page-button:disabled{opacity:.5;cursor:not-allowed}.games-competition .games-section .pagination .page-button svg{font-size:1rem}.games-competition .games-section .pagination .page-info{font-weight:600;color:#3f3f46}.games-competition .tournaments-section .tournaments-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.25rem}@media (max-width: 768px){.games-competition .tournaments-section .tournaments-grid{grid-template-columns:1fr;gap:1rem}}.games-competition .tournaments-section .tournament-card{background:#fff;border-radius:12px;padding:1.5rem;border:1px solid #e4e4e7;transition:all .3s ease;position:relative;overflow:hidden;min-width:0}@media (max-width: 767px){.games-competition .tournaments-section .tournament-card{padding:1rem}}.games-competition .tournaments-section .tournament-card:hover{transform:translateY(-4px);box-shadow:0 20px 25px -5px #00000014,0 10px 10px -5px #0000000a;border-color:#dc2626}.games-competition .tournaments-section .tournament-card .tournament-header{display:flex;justify-content:space-between;align-items:start;margin-bottom:1rem}.games-competition .tournaments-section .tournament-card .tournament-header h3{font-size:1.125rem;color:#18181b;margin:0;flex:1}.games-competition .tournaments-section .tournament-card .tournament-info{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.games-competition .tournaments-section .tournament-card .tournament-info .info-row{display:flex;justify-content:space-between;align-items:center;font-size:.875rem}.games-competition .tournaments-section .tournament-card .tournament-info .info-row .label{color:#52525b;font-weight:500}.games-competition .tournaments-section .tournament-card .tournament-info .info-row .value{color:#18181b;font-weight:600;display:flex;align-items:center;gap:.375rem}.games-competition .tournaments-section .tournament-card .tournament-info .info-row .value svg{font-size:1rem}.games-competition .tournaments-section .tournament-card .tournament-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.5rem;padding:1rem;background:#fafafa;border-radius:8px;margin-bottom:1rem}.games-competition .tournaments-section .tournament-card .tournament-stats .stat{text-align:center}.games-competition .tournaments-section .tournament-card .tournament-stats .stat .stat-value{display:block;font-size:1.25rem;font-weight:700;margin-bottom:.25rem}.games-competition .tournaments-section .tournament-card .tournament-stats .stat .stat-value.win{color:#16a34a}.games-competition .tournaments-section .tournament-card .tournament-stats .stat .stat-value.draw{color:#eab308}.games-competition .tournaments-section .tournament-card .tournament-stats .stat .stat-value.loss{color:#dc2626}.games-competition .tournaments-section .tournament-card .tournament-stats .stat .stat-label{font-size:.75rem;color:#52525b;text-transform:uppercase;letter-spacing:.05em}.games-competition .tournaments-section .tournament-card .tournament-games{display:flex;flex-direction:column;gap:.375rem;list-style:none;margin:0 0 1rem;padding:0;max-height:180px;overflow-y:auto}.games-competition .tournaments-section .tournament-card .tournament-games .tournament-game{display:flex;align-items:center;gap:.5rem;width:100%;padding:.5rem .75rem;background:#fafafa;border:1px solid transparent;border-left:3px solid #d4d4d8;border-radius:6px;font:inherit;font-size:.875rem;text-align:left;color:#3f3f46;cursor:pointer;transition:all .2s ease}.games-competition .tournaments-section .tournament-card .tournament-games .tournament-game:hover{background:#fff;border-color:#dc2626}.games-competition .tournaments-section .tournament-card .tournament-games .tournament-game.win{border-left-color:#16a34a}.games-competition .tournaments-section .tournament-card .tournament-games .tournament-game.draw{border-left-color:#eab308}.games-competition .tournaments-section .tournament-card .tournament-games .tournament-game.loss{border-left-color:#dc2626}.games-competition .tournaments-section .tournament-card .tournament-games .tournament-game svg{font-size:.75rem;color:#dc2626;flex-shrink:0}.games-competition .tournaments-section .tournament-card .tournament-games .tournament-game .round{font-weight:600;color:#18181b}.games-competition .tournaments-section .tournament-card .tournament-games .tournament-game .against{color:#52525b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.games-competition .tournaments-section .tournament-card .tournament-link{display:flex;align-items:center;justify-content:center;gap:.5rem;width:100%;padding:.75rem;background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;font-weight:600;text-decoration:none;border-radius:8px;transition:all .2s ease}.games-competition .tournaments-section .tournament-card .tournament-link:hover{transform:translateY(-1px);box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a}.games-competition .tournaments-section .tournament-card .tournament-link svg{font-size:.875rem}.games-competition .statistics-section .stats-grid{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:1.5rem;align-items:start}@media (max-width: 767px){.games-competition .statistics-section .stats-grid{gap:1rem}}.games-competition .statistics-section .stats-grid>*{grid-column:span 12}@media (min-width: 1280px){.games-competition .statistics-section .stats-grid>.openings-card,.games-competition .statistics-section .stats-grid>.time-control-card{grid-column:span 7}.games-competition .statistics-section .stats-grid>.performance-card,.games-competition .statistics-section .stats-grid>.streaks-card{grid-column:span 5}}.games-competition .statistics-section .stat-card{background:#fff;border-radius:12px;padding:1.5rem;border:1px solid #e4e4e7;min-width:0}@media (max-width: 767px){.games-competition .statistics-section .stat-card{padding:1rem}}.games-competition .statistics-section .stat-card h3{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem;font-size:1.125rem;color:#18181b;margin-bottom:1.25rem}.games-competition .statistics-section .stat-card h3 svg{color:#dc2626;flex-shrink:0}.games-competition .statistics-section .stat-card h3 .card-scope{margin-left:auto;font-size:.75rem;font-weight:500;color:#71717a;text-transform:uppercase;letter-spacing:.05em}.games-competition .statistics-section .stat-card .card-empty{font-size:.875rem;color:#71717a}.games-competition .statistics-section .stat-card.openings-card .card-note{margin:.5rem 0 0;font-size:.75rem;color:#71717a}.games-competition .statistics-section .stat-card.openings-card .recharts-text{font-size:.75rem}.games-competition .statistics-section .stat-card.openings-card .recharts-legend-item-text{font-size:.75rem;color:#52525b}.games-competition .statistics-section .stat-card.time-control-card .time-controls{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:.75rem}.games-competition .statistics-section .stat-card.time-control-card .time-controls .time-control-item{padding:1rem;background:#fafafa;border-radius:8px;transition:all .2s ease}.games-competition .statistics-section .stat-card.time-control-card .time-controls .time-control-item:hover{background:#f4f4f5}.games-competition .statistics-section .stat-card.time-control-card .time-controls .time-control-item .tc-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.75rem}.games-competition .statistics-section .stat-card.time-control-card .time-controls .time-control-item .tc-header svg{font-size:1.25rem}.games-competition .statistics-section .stat-card.time-control-card .time-controls .time-control-item .tc-header .tc-type{font-weight:700;text-transform:capitalize;color:#18181b}.games-competition .statistics-section .stat-card.time-control-card .time-controls .time-control-item .tc-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.5rem}.games-competition .statistics-section .stat-card.time-control-card .time-controls .time-control-item .tc-stats .tc-stat{text-align:center;min-width:0}.games-competition .statistics-section .stat-card.time-control-card .time-controls .time-control-item .tc-stats .tc-stat .value{display:block;font-size:1.125rem;font-weight:700;color:#18181b;margin-bottom:.125rem}.games-competition .statistics-section .stat-card.time-control-card .time-controls .time-control-item .tc-stats .tc-stat .label{font-size:.75rem;color:#52525b}.games-competition .statistics-section .stat-card.performance-card .performance-stats{display:flex;flex-direction:column;gap:.75rem}.games-competition .statistics-section .stat-card.performance-card .performance-stats .perf-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fafafa;border-radius:8px;transition:all .2s ease}.games-competition .statistics-section .stat-card.performance-card .performance-stats .perf-item:hover{transform:translate(4px)}.games-competition .statistics-section .stat-card.performance-card .performance-stats .perf-item .perf-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0;width:48px;height:48px;border-radius:12px;font-size:1.5rem}.games-competition .statistics-section .stat-card.performance-card .performance-stats .perf-item .perf-icon.win{background:#16a34a1a;color:#16a34a}.games-competition .statistics-section .stat-card.performance-card .performance-stats .perf-item .perf-icon.draw{background:#eab3081a;color:#eab308}.games-competition .statistics-section .stat-card.performance-card .performance-stats .perf-item .perf-icon.loss{background:#dc26261a;color:#dc2626}.games-competition .statistics-section .stat-card.performance-card .performance-stats .perf-item .perf-info{display:flex;flex-direction:column;min-width:0}.games-competition .statistics-section .stat-card.performance-card .performance-stats .perf-item .perf-info .perf-value{font-size:1.5rem;font-weight:700;color:#18181b}.games-competition .statistics-section .stat-card.performance-card .performance-stats .perf-item .perf-info .perf-label{font-size:.875rem;color:#52525b}.games-competition .statistics-section .stat-card.streaks-card .streaks-content{display:flex;flex-direction:column;gap:.75rem}.games-competition .statistics-section .stat-card.streaks-card .streaks-content .streak-item{display:flex;align-items:center;gap:1rem;padding:1rem;background:#fafafa;border-radius:8px;transition:all .2s ease}.games-competition .statistics-section .stat-card.streaks-card .streaks-content .streak-item:hover{background:#f4f4f5}.games-competition .statistics-section .stat-card.streaks-card .streaks-content .streak-item .streak-icon{font-size:1.5rem;width:48px;flex-shrink:0;text-align:center}.games-competition .statistics-section .stat-card.streaks-card .streaks-content .streak-item.current .streak-icon{color:#f97316}.games-competition .statistics-section .stat-card.streaks-card .streaks-content .streak-item.record .streak-icon{color:#eab308}.games-competition .statistics-section .stat-card.streaks-card .streaks-content .streak-item.time .streak-icon{color:#2563eb}.games-competition .statistics-section .stat-card.streaks-card .streaks-content .streak-item div{display:flex;flex-direction:column;min-width:0}.games-competition .statistics-section .stat-card.streaks-card .streaks-content .streak-item div .streak-value{font-size:1.25rem;font-weight:700;color:#18181b}.games-competition .statistics-section .stat-card.streaks-card .streaks-content .streak-item div .streak-label{font-size:.875rem;color:#52525b}.game-result-celebration{position:fixed;inset:0;z-index:3000;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;overflow:hidden;cursor:pointer;animation:fadeIn .3s ease-out;-webkit-backdrop-filter:blur(3px) saturate(1.05);backdrop-filter:blur(3px) saturate(1.05)}.game-result-celebration.win{background:radial-gradient(circle at 50% 42%,#052e166b,#022c22b8 45%,#010f09ed)}.game-result-celebration.loss{background:radial-gradient(circle at 50% 42%,#0f172a70,#0b1220bd 45%,#04070ded)}.game-result-celebration .celebration-canvas{position:absolute;inset:0;z-index:2;width:100%;height:100%;pointer-events:none}.game-result-celebration .celebration-card{position:relative;z-index:1;width:min(440px,100vw - 2rem);padding:2.5rem 2rem 1.75rem;border-radius:24px;text-align:center;overflow:hidden;-webkit-backdrop-filter:blur(18px) saturate(1.4);backdrop-filter:blur(18px) saturate(1.4)}.game-result-celebration.win .celebration-card{background:linear-gradient(165deg,#064e3be0,#022c22f0);border:1px solid rgba(234,179,8,.42);box-shadow:0 32px 80px #0000008c,0 0 0 1px #ffffff0f inset,0 0 90px #eab30824}.game-result-celebration.loss .celebration-card{background:linear-gradient(165deg,#1e293be6,#0b1220f2);border:1px solid rgba(255,255,255,.12);box-shadow:0 32px 80px #0000008c,0 0 0 1px #ffffff0d inset}.game-result-celebration:not(.reduced-motion) .celebration-card{animation:celebrationCardRise .62s cubic-bezier(.16,1,.3,1) both}.game-result-celebration.win:not(.reduced-motion) .celebration-card:after{content:"";position:absolute;inset:0;background:linear-gradient(115deg,transparent 35%,rgba(255,255,255,.16) 50%,transparent 65%);transform:translate(-100%);animation:celebrationSheen 1.5s ease-out .45s both;pointer-events:none}.game-result-celebration .celebration-crest{position:relative;display:grid;place-items:center;width:76px;height:76px;margin:0 auto 1rem;border-radius:50%;font-size:2rem}.game-result-celebration.win .celebration-crest{color:#78350f;background:linear-gradient(150deg,#fde68a,#eab308 55%,#d97706);box-shadow:0 10px 30px #eab30861,0 0 0 8px #eab3081a}.game-result-celebration.loss .celebration-crest{color:#d4d4d8;background:#ffffff12;box-shadow:0 0 0 8px #ffffff08}.game-result-celebration.win:not(.reduced-motion) .celebration-crest{animation:celebrationCrestPop .7s cubic-bezier(.34,1.56,.64,1) .12s both}.game-result-celebration.win:not(.reduced-motion) .celebration-crest:before{content:"";position:absolute;inset:0;border-radius:50%;border:2px solid rgba(234,179,8,.75);animation:celebrationRing 1.1s ease-out .3s both}.game-result-celebration .celebration-eyebrow{margin:0 0 .25rem;color:#ffffff9e;font-size:.8125rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase}.game-result-celebration .celebration-headline{margin:0;font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:800;line-height:1;letter-spacing:-.02em}.game-result-celebration.win .celebration-headline{background:linear-gradient(180deg,#fffbeb,#fcd34d 55%,#f59e0b);-webkit-background-clip:text;background-clip:text;color:transparent;filter:drop-shadow(0 4px 18px rgba(234,179,8,.35))}.game-result-celebration.loss .celebration-headline{color:#fff}.game-result-celebration:not(.reduced-motion) .celebration-headline{animation:celebrationCardRise .55s cubic-bezier(.16,1,.3,1) .16s both}.game-result-celebration .celebration-subline{margin:.75rem 0 0;color:#ffffffd1;font-size:.9375rem;line-height:1.4}.game-result-celebration .celebration-stats{display:flex;flex-wrap:wrap;justify-content:center;gap:.5rem;margin:1.25rem 0 0;padding:0;list-style:none}.game-result-celebration .stat-chip{display:flex;flex-direction:column;align-items:center;gap:2px;min-width:84px;padding:.5rem .75rem;border-radius:12px;background:#ffffff12;border:1px solid rgba(255,255,255,.1)}.game-result-celebration .stat-chip .stat-value{display:inline-flex;align-items:center;gap:6px;color:#fff;font-size:1.125rem;font-weight:700;font-variant-numeric:tabular-nums}.game-result-celebration .stat-chip .stat-value svg{font-size:.8125rem;opacity:.65}.game-result-celebration .stat-chip .stat-label{color:#ffffff8c;font-size:.6875rem;letter-spacing:.06em;text-transform:uppercase}.game-result-celebration .stat-chip.rating.up{background:#4ade8024;border-color:#4ade8059}.game-result-celebration .stat-chip.rating.up .stat-value{color:#86efac}.game-result-celebration .stat-chip.rating.down{background:#f973161f;border-color:#f973164d}.game-result-celebration .stat-chip.rating.down .stat-value{color:#fdba74}.game-result-celebration .celebration-flourish{margin:1.25rem 0 0;color:#fff9;font-size:.8125rem;line-height:1.4;font-style:italic}.game-result-celebration .celebration-timer{position:absolute;left:0;bottom:0;height:2px;width:100%;transform-origin:left center;animation-name:celebrationTimerDrain;animation-timing-function:linear;animation-fill-mode:forwards}.game-result-celebration.win .celebration-timer{background:linear-gradient(90deg,#eab30826,#eab308)}.game-result-celebration.loss .celebration-timer{background:linear-gradient(90deg,#ffffff1a,#ffffff73)}.game-result-celebration .celebration-hint{position:relative;z-index:1;margin:0;color:#fff6;font-size:.75rem;letter-spacing:.04em}@media (max-width: 767px){.game-result-celebration .celebration-card{padding:2rem 1.25rem 1.5rem}.game-result-celebration .celebration-headline{font-size:2rem}.game-result-celebration .celebration-crest{width:64px;height:64px;font-size:1.625rem}}.modal-overlay .modal.game-replay-modal{max-width:960px;max-height:90vh;display:flex;flex-direction:column}.modal-overlay .modal.game-replay-modal .modal-body{overflow-y:auto}@media (max-width: 767px){.modal-overlay .modal.game-replay-modal{max-height:95vh}.modal-overlay .modal.game-replay-modal .modal-header{padding:1rem 1rem .75rem}.modal-overlay .modal.game-replay-modal .modal-body{padding:1rem}}.modal-overlay .modal.game-replay-modal .replay-unavailable{color:#52525b;font-size:.875rem;text-align:center}.modal-overlay .modal.game-replay-modal .replay-unavailable a{color:#dc2626;font-weight:600}.modal-overlay .modal.game-replay-modal .replay-body{display:grid;grid-template-columns:minmax(0,1fr) 260px;gap:1.5rem;align-items:start}@media (max-width: 768px){.modal-overlay .modal.game-replay-modal .replay-body{grid-template-columns:1fr;gap:1rem}}.modal-overlay .modal.game-replay-modal .replay-board-area{display:flex;flex-direction:column;gap:.75rem;min-width:0}.modal-overlay .modal.game-replay-modal .replay-board{width:100%;max-width:480px;margin:0 auto}.modal-overlay .modal.game-replay-modal .replay-player{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border-radius:8px;background:#fafafa;font-size:.875rem}.modal-overlay .modal.game-replay-modal .replay-player.is-child{background:#dc26260f;border:1px solid rgba(220,38,38,.25)}.modal-overlay .modal.game-replay-modal .replay-player .color-dot{width:12px;height:12px;border-radius:50%;border:1px solid #a1a1aa;flex-shrink:0}.modal-overlay .modal.game-replay-modal .replay-player .color-dot.white{background:#fff}.modal-overlay .modal.game-replay-modal .replay-player .color-dot.black{background:#18181b}.modal-overlay .modal.game-replay-modal .replay-player .player-title{font-weight:700;color:#f97316;font-size:.75rem}.modal-overlay .modal.game-replay-modal .replay-player .player-name{font-weight:600;color:#18181b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal-overlay .modal.game-replay-modal .replay-player .player-rating{color:#52525b}.modal-overlay .modal.game-replay-modal .replay-player .you-badge{margin-left:auto;padding:2px .5rem;border-radius:6px;background:#dc2626;color:#fff;font-size:.75rem;font-weight:700;letter-spacing:.08em}.modal-overlay .modal.game-replay-modal .replay-controls{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:.75rem}.modal-overlay .modal.game-replay-modal .replay-controls .transport,.modal-overlay .modal.game-replay-modal .replay-controls .replay-options{display:flex;align-items:center;gap:.5rem}.modal-overlay .modal.game-replay-modal .replay-controls .replay-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;background:#fff;border:1px solid #e4e4e7;border-radius:8px;color:#3f3f46;cursor:pointer;transition:all .2s ease}.modal-overlay .modal.game-replay-modal .replay-controls .replay-btn:hover:not(:disabled){border-color:#dc2626;color:#dc2626}.modal-overlay .modal.game-replay-modal .replay-controls .replay-btn:disabled{opacity:.4;cursor:not-allowed}.modal-overlay .modal.game-replay-modal .replay-controls .replay-btn.play{width:44px;height:44px;background:linear-gradient(135deg,#dc2626,#ef4444);border-color:transparent;color:#fff}.modal-overlay .modal.game-replay-modal .replay-controls .replay-btn.play:hover:not(:disabled){color:#fff;box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a}.modal-overlay .modal.game-replay-modal .replay-controls .speed-picker{display:flex;gap:.25rem;padding:.25rem;background:#f4f4f5;border-radius:8px}.modal-overlay .modal.game-replay-modal .replay-controls .speed-picker .speed{padding:.25rem .625rem;background:none;border:none;border-radius:6px;font:inherit;font-size:.75rem;font-weight:600;color:#52525b;cursor:pointer;transition:all .2s ease}.modal-overlay .modal.game-replay-modal .replay-controls .speed-picker .speed.active{background:#fff;color:#18181b;box-shadow:0 1px 2px #0000000d}.modal-overlay .modal.game-replay-modal .replay-side{display:flex;flex-direction:column;gap:1rem;min-width:0}.modal-overlay .modal.game-replay-modal .replay-moves{display:flex;flex-direction:column;gap:2px;list-style:none;margin:0;padding:.5rem;max-height:380px;overflow-y:auto;background:#fafafa;border-radius:8px}@media (max-width: 768px){.modal-overlay .modal.game-replay-modal .replay-moves{max-height:200px}}.modal-overlay .modal.game-replay-modal .replay-moves .move-pair{display:grid;grid-template-columns:2.5rem 1fr 1fr;align-items:center;gap:.25rem}.modal-overlay .modal.game-replay-modal .replay-moves .move-number{font-size:.75rem;color:#71717a;text-align:right;padding-right:.25rem}.modal-overlay .modal.game-replay-modal .replay-moves .move{padding:.25rem .5rem;background:none;border:none;border-radius:6px;font:inherit;font-size:.875rem;text-align:left;color:#27272a;cursor:pointer;transition:background .15s ease}.modal-overlay .modal.game-replay-modal .replay-moves .move:hover{background:#e4e4e7}.modal-overlay .modal.game-replay-modal .replay-moves .move.current{background:#dc2626;color:#fff;font-weight:600}.modal-overlay .modal.game-replay-modal .replay-moves .move-blank{display:block}.modal-overlay .modal.game-replay-modal .replay-meta{display:flex;flex-direction:column;gap:.5rem;font-size:.875rem;color:#52525b}.modal-overlay .modal.game-replay-modal .replay-meta .meta-item{display:flex;align-items:center;gap:.5rem}.modal-overlay .modal.game-replay-modal .replay-meta .meta-item svg{color:#a1a1aa;font-size:.875rem}.modal-overlay .modal.game-replay-modal .replay-meta .view-game-link{display:inline-flex;align-items:center;gap:.5rem;color:#dc2626;font-weight:600;text-decoration:none}.modal-overlay .modal.game-replay-modal .replay-meta .view-game-link:hover{color:#b91c1c}.modal-overlay .modal.game-replay-modal .replay-meta .view-game-link svg{font-size:.75rem}.parent-layout{display:flex;min-height:100vh;background:#fafafa}.parent-layout .main-content{flex:1;margin-left:280px;transition:margin-left .3s ease}@media (max-width: 767px){.parent-layout .main-content{margin-left:0}}.sidebar.collapsed~.main-content{margin-left:90px}@media (max-width: 767px){.sidebar.collapsed~.main-content{margin-left:0}}.child-management-page{padding:clamp(1rem,4vw,2rem);max-width:1400px;margin:0 auto;min-height:calc(100vh - 80px)}@media (min-width: 768px) and (max-width: 1023px){.child-management-page{padding:1.5rem}}@media (max-width: 767px){.child-management-page{padding:1rem}}.child-management-page .page-header{display:flex;justify-content:flex-end;align-items:center;margin-bottom:clamp(1.5rem,4vw,2rem);padding-bottom:clamp(1rem,3vw,1.5rem);border-bottom:2px solid #f4f4f5}@media (max-width: 767px){.child-management-page .page-header{flex-direction:column;gap:1rem;text-align:center}}.child-management-page .page-header .add-child-button{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a}.child-management-page .page-header .add-child-button:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000d}.child-management-page .page-header .add-child-button:active{transform:translateY(0)}.child-management-page .page-header .add-child-button svg{font-size:1.125rem}.child-management-page .children-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:clamp(1rem,2vw,1.5rem)}@media (min-width: 768px) and (max-width: 1023px){.child-management-page .children-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}}@media (max-width: 767px){.child-management-page .children-grid{grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:1rem}}@media (max-width: 479px){.child-management-page .children-grid{grid-template-columns:1fr}}.child-management-page .children-grid .child-card{background:#fff;border-radius:16px;padding:clamp(1rem,3vw,1.5rem);box-shadow:0 1px 2px #0000000d;border:2px solid #f4f4f5;transition:all .3s ease;animation:fadeInUp .5s ease}@media (min-width: 768px) and (max-width: 1023px){.child-management-page .children-grid .child-card{padding:1.25rem}}@media (max-width: 767px){.child-management-page .children-grid .child-card{padding:1rem}}.child-management-page .children-grid .child-card:hover{transform:translateY(-4px);box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a;border-color:#fca5a5}.child-management-page .children-grid .child-card .child-header{display:flex;gap:clamp(.75rem,2vw,1rem);margin-bottom:clamp(.75rem,2vw,1rem)}.child-management-page .children-grid .child-card .child-header .child-photo{position:relative;flex-shrink:0}.child-management-page .children-grid .child-card .child-header .child-photo img{width:80px;height:80px;border-radius:50%;object-fit:cover;border:3px solid #e4e4e7;background:#f4f4f5}.child-management-page .children-grid .child-card .child-header .child-photo .status-badge{position:absolute;bottom:-5px;right:-5px;width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;border:3px solid #ffffff}.child-management-page .children-grid .child-card .child-header .child-photo .status-badge.approved{background:#16a34a}.child-management-page .children-grid .child-card .child-header .child-photo .status-badge.rejected{background:#dc2626}.child-management-page .children-grid .child-card .child-header .child-photo .status-badge.pending{background:#eab308}.child-management-page .children-grid .child-card .child-header .child-photo .status-badge .status-icon{color:#fff;font-size:.75rem}.child-management-page .children-grid .child-card .child-header .child-info{flex:1;min-width:0}.child-management-page .children-grid .child-card .child-header .child-info h3{font-size:clamp(1.125rem,2.5vw,1.25rem);font-weight:700;color:#18181b;margin-bottom:.5rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.child-management-page .children-grid .child-card .child-header .child-info p{display:flex;align-items:center;gap:.5rem;color:#52525b;font-size:.875rem;margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.child-management-page .children-grid .child-card .child-header .child-info p svg{color:#dc2626;font-size:.875rem;flex-shrink:0}.child-management-page .children-grid .child-card .child-header .child-info .branch-list{display:flex;align-items:flex-start;gap:10px;margin-bottom:.25rem}.child-management-page .children-grid .child-card .child-header .child-info .branch-list .branch-icon{color:#dc2626;font-size:.875rem;margin-top:4px;flex-shrink:0}.child-management-page .children-grid .child-card .child-header .child-info .branch-list .badges-container{display:flex;flex-wrap:wrap;gap:6px}.child-management-page .children-grid .child-card .child-header .child-info .branch-list .badges-container .branch-badge{font-size:.75rem;padding:2px 8px;border-radius:12px;font-weight:500;letter-spacing:.3px;white-space:nowrap}.child-management-page .children-grid .child-card .child-header .child-info .branch-list .badges-container .branch-badge.badge-pending{background:#eab30826;color:#b98d06;border:1px solid rgba(234,179,8,.3)}.child-management-page .children-grid .child-card .child-header .child-info .branch-list .badges-container .branch-badge.badge-approved{background:#16a34a26;color:#16a34a;border:1px solid rgba(22,163,74,.3)}.child-management-page .children-grid .child-card .child-header .child-info .branch-list .badges-container .branch-badge.badge-rejected{background:#dc262626;color:#dc2626;border:1px solid rgba(220,38,38,.3)}.child-management-page .children-grid .child-card .child-header .child-info .branch-list .no-branch{color:#52525b;font-style:italic;font-size:.875rem}.child-management-page .children-grid .child-card .child-header .child-info .lichess-username{font-weight:600;color:#3f3f46}.child-management-page .children-grid .child-card .child-header .child-actions{display:flex;gap:.5rem;margin-left:auto}.child-management-page .children-grid .child-card .child-header .child-actions .action-btn{width:36px;height:36px;display:flex;align-items:center;justify-content:center;border-radius:10px;border:2px solid #e4e4e7;background:#fff;color:#52525b;cursor:pointer;transition:all .2s ease}.child-management-page .children-grid .child-card .child-header .child-actions .action-btn:hover{color:#dc2626;border-color:#fca5a5;transform:translateY(-2px);box-shadow:0 1px 2px #0000000d}.child-management-page .children-grid .child-card .child-header .child-actions .action-btn.edit:hover{color:#2563eb;border-color:#2563eb4d}.child-management-page .children-grid .child-card .child-header .child-actions .action-btn.delete:hover{color:#dc2626;border-color:#dc26264d}.child-management-page .children-grid .child-card .child-status .status-message{display:flex;align-items:center;gap:.5rem;padding:.75rem 1rem;border-radius:10px;font-weight:600}.child-management-page .children-grid .child-card .child-status .status-message.approved{background:#16a34a14;color:#16a34a;border:1px solid rgba(22,163,74,.2)}.child-management-page .children-grid .child-card .child-status .status-message.rejected{background:#dc262614;color:#dc2626;border:1px solid rgba(220,38,38,.2)}.child-management-page .children-grid .child-card .child-status .status-message.pending{background:#eab3081a;color:#eab308;border:1px solid rgba(234,179,8,.2)}.child-management-page .children-grid .child-card .child-status .status-message .reason{color:#52525b;font-weight:500}.child-management-page .children-grid .empty-state{grid-column:1/-1;background:#fff;border-radius:16px;padding:2rem;text-align:center;box-shadow:0 1px 2px #0000000d;border:2px solid #f4f4f5}.child-management-page .children-grid .empty-state .empty-icon{font-size:2.5rem;color:#dc2626;margin-bottom:1rem}.child-management-page .children-grid .empty-state h3{font-size:1.25rem;font-weight:700;color:#18181b;margin-bottom:.5rem}.child-management-page .children-grid .empty-state p{color:#52525b}.child-management-page .children-grid .max-children-notice{grid-column:1/-1;display:flex;align-items:center;gap:.75rem;background:#f9731614;color:#f97316;border:1px solid rgba(249,115,22,.2);border-radius:12px;padding:1rem;font-weight:600}.child-management-page .child-form-container{background:#fff;border-radius:16px;border:2px solid #f4f4f5;box-shadow:0 1px 2px #0000000d;padding:clamp(1rem,3vw,1.5rem);animation:fadeInUp .5s ease}.child-management-page .child-form-container .child-form .form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.5rem}@media (min-width: 768px) and (max-width: 1023px){.child-management-page .child-form-container .child-form .form-grid{grid-template-columns:1fr}}.child-management-page .child-form-container .child-form .form-grid .form-group label{display:block;font-weight:600;color:#27272a;margin-bottom:.5rem}.child-management-page .child-form-container .child-form .form-grid .form-group label svg{color:#dc2626;margin-right:.5rem}.child-management-page .child-form-container .child-form .form-grid .form-group input,.child-management-page .child-form-container .child-form .form-grid .form-group select{width:100%;padding:.75rem 1rem;border:2px solid #e4e4e7;border-radius:10px;background:#fff;color:#27272a;transition:all .2s ease}.child-management-page .child-form-container .child-form .form-grid .form-group input::placeholder,.child-management-page .child-form-container .child-form .form-grid .form-group select::placeholder{color:#a1a1aa}.child-management-page .child-form-container .child-form .form-grid .form-group input:focus,.child-management-page .child-form-container .child-form .form-grid .form-group select:focus{outline:none;border-color:#fca5a5;box-shadow:0 1px 2px #0000000d}.child-management-page .child-form-container .child-form .form-grid .form-group input.error,.child-management-page .child-form-container .child-form .form-grid .form-group select.error{border-color:#dc262680;background:#dc262608}.child-management-page .child-form-container .child-form .form-grid .form-group .error-message{display:block;margin-top:.5rem;color:#dc2626;font-size:.875rem;font-weight:600}.child-management-page .child-form-container .child-form .form-grid .form-group.birth-date .date-inputs{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.75rem}@media (max-width: 767px){.child-management-page .child-form-container .child-form .form-grid .form-group.birth-date .date-inputs{grid-template-columns:1fr 1fr}}.child-management-page .child-form-container .child-form .form-grid .form-group .radio-group{display:flex;align-items:center;gap:1rem}.child-management-page .child-form-container .child-form .form-grid .form-group .radio-group .radio-label{display:flex;align-items:center;gap:.5rem}.child-management-page .child-form-container .child-form .form-grid .form-group .radio-group .radio-label input[type=radio]{width:16px;height:16px;accent-color:#dc2626}.child-management-page .child-form-container .child-form .form-grid .form-group.photo-upload .photo-upload-area{display:flex;flex-direction:column;align-items:center;justify-content:center;height:100%;min-height:160px}.child-management-page .child-form-container .child-form .form-grid .form-group.photo-upload .photo-upload-area .photo-wrapper{position:relative;width:160px;height:160px}.child-management-page .child-form-container .child-form .form-grid .form-group.photo-upload .photo-upload-area .photo-wrapper .photo-preview{width:100%;height:100%;border-radius:50%;border:2px dashed #e4e4e7;background:#fafafa;overflow:hidden;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.child-management-page .child-form-container .child-form .form-grid .form-group.photo-upload .photo-upload-area .photo-wrapper .photo-preview:hover{border-color:#fca5a5}.child-management-page .child-form-container .child-form .form-grid .form-group.photo-upload .photo-upload-area .photo-wrapper .photo-preview.error{border-color:#dc262680;background:#dc262608}.child-management-page .child-form-container .child-form .form-grid .form-group.photo-upload .photo-upload-area .photo-wrapper .photo-preview img{width:100%;height:100%;object-fit:cover}.child-management-page .child-form-container .child-form .form-grid .form-group.photo-upload .photo-upload-area .photo-wrapper .photo-preview .upload-placeholder svg{font-size:4rem;color:#d4d4d8}.child-management-page .child-form-container .child-form .form-grid .form-group.photo-upload .photo-upload-area .photo-wrapper .photo-edit-btn{position:absolute;bottom:0;right:0;width:40px;height:40px;border-radius:50%;background:#dc2626;color:#fff;border:3px solid #ffffff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 1px 2px #0000000d}.child-management-page .child-form-container .child-form .form-grid .form-group.photo-upload .photo-upload-area .photo-wrapper .photo-edit-btn:hover{background:#b91c1c;transform:scale(1.05)}.child-management-page .child-form-container .child-form .form-grid .form-group.photo-upload .photo-upload-area .photo-wrapper .photo-edit-btn svg{font-size:1rem}.child-management-page .child-form-container .child-form .form-actions{display:flex;justify-content:flex-end;gap:1rem;margin-top:1rem}.child-management-page .child-form-container .child-form .form-actions .btn-secondary,.child-management-page .child-form-container .child-form .form-actions .btn-primary{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-radius:10px;border:2px solid transparent;font-weight:700;cursor:pointer;transition:all .2s ease}.child-management-page .child-form-container .child-form .form-actions .btn-secondary{background:#fff;color:#3f3f46;border-color:#e4e4e7}.child-management-page .child-form-container .child-form .form-actions .btn-secondary:hover{border-color:#d4d4d8;transform:translateY(-1px)}.child-management-page .child-form-container .child-form .form-actions .btn-primary{background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;box-shadow:0 1px 2px #0000000d}.child-management-page .child-form-container .child-form .form-actions .btn-primary:hover{transform:translateY(-1px);box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a}.child-management-page .child-form-container .child-form .form-actions .btn-primary .spinner{animation:spin 1s linear infinite}.modal-overlay .modal.photo-crop-modal{max-width:460px}.modal-overlay .modal.photo-crop-modal .crop-hint{margin:0 0 1rem;color:#71717a;font-size:.875rem;text-align:center}.modal-overlay .modal.photo-crop-modal .crop-viewport{position:relative;width:280px;height:280px;margin:0 auto;overflow:hidden;border-radius:10px;background:#18181b;cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.modal-overlay .modal.photo-crop-modal .crop-viewport:active{cursor:grabbing}.modal-overlay .modal.photo-crop-modal .crop-viewport img{position:absolute;top:50%;left:50%;max-width:none;pointer-events:none}.modal-overlay .modal.photo-crop-modal .crop-circle-guide{position:absolute;inset:0;border-radius:50%;box-shadow:0 0 0 9999px #1111118c;border:2px solid rgba(255,255,255,.9);pointer-events:none}.modal-overlay .modal.photo-crop-modal .crop-controls{display:flex;flex-direction:column;gap:1rem;margin-top:1.25rem}.modal-overlay .modal.photo-crop-modal .crop-control{display:flex;align-items:center;gap:.75rem;color:#71717a}.modal-overlay .modal.photo-crop-modal .crop-control input[type=range]{flex:1;-webkit-appearance:none;appearance:none;height:4px;background:linear-gradient(to right,#dc2626 var(--range-progress, 0%),#e4e4e7 var(--range-progress, 0%));border-radius:2px;outline:none;cursor:pointer}.modal-overlay .modal.photo-crop-modal .crop-control input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:16px;height:16px;border-radius:50%;background:#dc2626;border:none;box-shadow:none}.modal-overlay .modal.photo-crop-modal .crop-control input[type=range]::-webkit-slider-thumb:hover,.modal-overlay .modal.photo-crop-modal .crop-control input[type=range]::-webkit-slider-thumb:active{background:#dc2626}.modal-overlay .modal.photo-crop-modal .crop-control input[type=range]::-moz-range-track{background:#dc2626;height:4px;border-radius:2px;border:none}.modal-overlay .modal.photo-crop-modal .crop-control input[type=range]::-moz-range-thumb{width:16px;height:16px;border-radius:50%;background:#dc2626;border:none;box-shadow:none}.modal-overlay .modal.photo-crop-modal .crop-control input[type=range]::-moz-range-thumb:hover,.modal-overlay .modal.photo-crop-modal .crop-control input[type=range]::-moz-range-thumb:active{background:#dc2626}.modal-overlay .modal.photo-crop-modal .crop-control input[type=range]:focus,.modal-overlay .modal.photo-crop-modal .crop-control input[type=range]:focus-visible{outline:none}.modal-overlay .modal.photo-crop-modal .crop-rotate-btn{flex-shrink:0;width:32px;height:32px;border-radius:50%;border:none;background:#f4f4f5;color:#52525b;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease}.modal-overlay .modal.photo-crop-modal .crop-rotate-btn:hover{background:#dc26261a;color:#dc2626}.child-management-page .child-form .form-grid .form-group.enrollment-section{grid-column:1/-1}.child-management-page .enrollment-section .enrollment-paths{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin-bottom:1rem}@media (max-width: 767px){.child-management-page .enrollment-section .enrollment-paths{grid-template-columns:1fr}}.child-management-page .enrollment-section .enrollment-path{display:flex;align-items:center;gap:.75rem;text-align:left;padding:.75rem 1rem;border:2px solid #e4e4e7;border-radius:10px;background:#fff;color:#27272a;cursor:pointer;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.child-management-page .enrollment-section .enrollment-path:hover:not(.selected){border-color:#d4d4d8;background:#fafafa}.child-management-page .enrollment-section .enrollment-path.selected{border-color:#dc2626;background:#dc26260a;box-shadow:0 0 0 3px #dc26261a}.child-management-page .enrollment-section .enrollment-path-icon{display:inline-flex;color:#dc2626;font-size:1.125rem}.child-management-page .enrollment-section .enrollment-path-text{display:flex;flex-direction:column}.child-management-page .enrollment-section .enrollment-path-text strong{font-weight:600;color:#18181b}.child-management-page .enrollment-section .enrollment-path-text small{color:#71717a;font-size:.75rem}.child-management-page .enrollment-section .enrollment-path-panel{border:1px solid #e4e4e7;border-radius:10px;padding:1rem;margin-bottom:.75rem;background:#fafafa}.child-management-page .enrollment-section .enrollment-panel-label{display:block;font-weight:600;color:#3f3f46;font-size:.875rem;margin-bottom:.5rem}.child-management-page .enrollment-section .enrollment-search{width:100%;padding:.75rem 1rem;border:2px solid #e4e4e7;border-radius:10px;background:#fff;color:#27272a}.child-management-page .enrollment-section .enrollment-search:focus{outline:none;border-color:#fca5a5;box-shadow:0 1px 2px #0000000d}.child-management-page .enrollment-section .enrollment-levels{margin-top:1rem}.child-management-page .enrollment-section .enrollment-levels-label{display:block;font-weight:600;color:#3f3f46;font-size:.875rem;margin-bottom:.5rem}.child-management-page .enrollment-section .enrollment-summary{margin-top:.5rem}.child-management-page .enrollment-section .child-tag{border:1px solid #e4e4e7;background:#fafafa;color:#27272a;border-radius:999px;padding:.5rem .75rem;cursor:pointer;transition:background .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease;display:inline-flex;align-items:center;gap:.375rem}.child-management-page .enrollment-section .child-tag:hover:not(:disabled):not(.selected){background:#f4f4f5;border-color:#d4d4d8}.child-management-page .enrollment-section .child-tag.selected{background:#dc2626;border-color:#dc2626;color:#fff;box-shadow:0 0 0 3px #dc26261f}.child-management-page .enrollment-section .child-tag.selected:hover{background:#d32222}.child-management-page .enrollment-section .child-tag.focused:not(.selected){border-color:#dc2626;box-shadow:0 0 0 3px #dc26261f}.child-management-page .enrollment-section .child-tag:disabled{opacity:.65;cursor:not-allowed}.child-management-page .enrollment-section .branch-section>div,.child-management-page .enrollment-section .level-chips,.child-management-page .enrollment-section .enrollment-chips{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.child-management-page .enrollment-section .branch-section+.branch-section{margin-top:1rem}.child-management-page .enrollment-section .branch-groups{margin-top:.75rem}.child-management-page .enrollment-section .enrollment-chip-level{opacity:.85}.child-management-page .enrollment-section .helper-text{color:#71717a;margin-top:.75rem;font-size:.75rem}.child-management-page .search-select{position:relative}.child-management-page .search-select-control{position:relative;display:flex;align-items:center}.child-management-page .search-select-input{width:100%;padding:.75rem 2rem .75rem 1rem;border:2px solid #e4e4e7;border-radius:10px;background:#fff;color:#27272a}.child-management-page .search-select-input:focus{outline:none;border-color:#fca5a5;box-shadow:0 1px 2px #0000000d}.child-management-page .search-select-input:disabled{background:#f4f4f5;cursor:not-allowed}.child-management-page .search-select-caret,.child-management-page .search-select-clear{position:absolute;right:.75rem;color:#a1a1aa;background:none;border:none;display:inline-flex;align-items:center}.child-management-page .search-select-clear{cursor:pointer}.child-management-page .search-select-clear:hover{color:#dc2626}.child-management-page .search-select-list{position:absolute;z-index:20;top:calc(100% + .25rem);left:0;right:0;max-height:260px;overflow-y:auto;margin:0;padding:.25rem;list-style:none;background:#fff;border:1px solid #e4e4e7;border-radius:10px;box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a}.child-management-page .search-select-option{display:flex;flex-direction:column;padding:.5rem .75rem;border-radius:8px;cursor:pointer}.child-management-page .search-select-option.highlighted{background:#dc262614}.child-management-page .search-select-option[aria-selected=true] .search-select-label{font-weight:600;color:#dc2626}.child-management-page .search-select-hint{color:#71717a;font-size:.75rem}.child-management-page .search-select-empty{padding:.75rem;color:#71717a;font-size:.875rem}.child-management-page .child-form-container.is-wizard{padding:0;overflow:hidden}.child-management-page .wizard-header{position:relative;display:flex;align-items:center;gap:1rem;padding:1.25rem clamp(1rem,3vw,1.5rem);background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;overflow:hidden}.child-management-page .wizard-header:after{content:"";position:absolute;top:-70%;right:-8%;width:320px;height:320px;border-radius:50%;background:#ffffff1a;pointer-events:none}.child-management-page .wizard-header-avatar{position:relative;flex-shrink:0;width:56px;height:56px;border-radius:50%;border:2px solid rgba(255,255,255,.55);background:#ffffff26;overflow:hidden;display:flex;align-items:center;justify-content:center}.child-management-page .wizard-header-avatar img{width:100%;height:100%;object-fit:cover}.child-management-page .wizard-header-avatar svg{font-size:2rem;color:#ffffffbf}.child-management-page .wizard-header-text{position:relative;flex:1;min-width:0}.child-management-page .wizard-eyebrow{display:block;font-size:.6875rem;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:#ffffffbf}.child-management-page .wizard-header-text h2{font-size:clamp(1.25rem,2.5vw,1.625rem);font-weight:700;color:#fff;line-height:1.15}.child-management-page .wizard-subtitle{margin:.25rem 0 0;font-size:.875rem;color:#ffffffd9;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.child-management-page .wizard-close{position:relative;flex-shrink:0;width:40px;height:40px;border-radius:10px;border:2px solid rgba(255,255,255,.35);background:#ffffff1f;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease,border-color .2s ease}.child-management-page .wizard-close:hover{background:#ffffff40;border-color:#fff9}.child-management-page .wizard-rail{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));list-style:none;margin:0;padding:1.25rem clamp(1rem,3vw,1.5rem) .5rem;border-bottom:2px solid #f4f4f5}.child-management-page .wizard-rail-step{position:relative}.child-management-page .wizard-rail-button{display:flex;flex-direction:column;align-items:center;gap:.5rem;width:100%;padding:0;border:none;background:none;cursor:pointer;text-align:center}.child-management-page .wizard-rail-marker{position:relative;z-index:1;flex-shrink:0;width:36px;height:36px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;border:2px solid #e4e4e7;background:#fff;color:#a1a1aa;transition:background .2s ease,border-color .2s ease,color .2s ease,box-shadow .2s ease}.child-management-page .wizard-rail-text strong{display:block;font-size:.875rem;font-weight:600;color:#71717a}.child-management-page .wizard-rail-text small{display:block;font-size:.75rem;color:#a1a1aa}.child-management-page .wizard-rail-track{position:absolute;top:18px;left:calc(50% + 24px);width:calc(100% - 48px);height:2px;border-radius:999px;background:#e4e4e7;transition:background .3s ease}.child-management-page .wizard-rail-track.is-filled{background:#dc2626}.child-management-page .wizard-rail-step.is-current .wizard-rail-marker{border-color:#dc2626;background:#dc2626;color:#fff;box-shadow:0 0 0 4px #dc262624}.child-management-page .wizard-rail-step.is-current .wizard-rail-text strong{color:#18181b}.child-management-page .wizard-rail-step.is-done .wizard-rail-marker{border-color:#dc2626;background:#fff;color:#dc2626}.child-management-page .wizard-rail-step.is-done .wizard-rail-text strong{color:#3f3f46}.child-management-page .wizard-rail-step.is-failing .wizard-rail-marker{border-color:#dc2626;background:#dc262614;color:#dc2626}.child-management-page .wizard-rail-step.is-failing .wizard-rail-text strong{color:#dc2626}.child-management-page .wizard-rail-button:hover .wizard-rail-marker{border-color:#fca5a5}@media (max-width: 767px){.child-management-page .wizard-rail-text small{display:none}}.child-management-page .wizard-panel{padding:clamp(1rem,3vw,1.5rem);animation:slideInUp .3s ease}@media (prefers-reduced-motion: reduce){.child-management-page .wizard-panel{animation:none}}.child-management-page .child-form-container.is-wizard .child-form .form-grid.wizard-grid-player{grid-template-columns:220px minmax(0,1fr) minmax(0,1fr);gap:1rem 1.5rem;align-items:start}.child-management-page .child-form-container.is-wizard .child-form .form-grid.wizard-grid-player>.form-group.photo-upload{grid-column:1;grid-row:1/span 3}.child-management-page .child-form-container.is-wizard .child-form .form-grid.wizard-grid-player>.form-group.photo-upload+.form-group,.child-management-page .child-form-container.is-wizard .child-form .form-grid.wizard-grid-player>.form-group:last-child{grid-column:2/-1}.child-management-page .child-form-container.is-wizard .child-form .form-grid.wizard-grid-profile{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem 1.5rem;align-items:start}.child-management-page .child-form-container.is-wizard .child-form .form-grid.wizard-grid-training{grid-template-columns:minmax(0,1fr)}@media (max-width: 1023px){.child-management-page .child-form-container.is-wizard .child-form .form-grid.wizard-grid-player,.child-management-page .child-form-container.is-wizard .child-form .form-grid.wizard-grid-profile{grid-template-columns:minmax(0,1fr)}.child-management-page .child-form-container.is-wizard .child-form .form-grid.wizard-grid-player>.form-group.photo-upload{grid-column:1;grid-row:auto}.child-management-page .child-form-container.is-wizard .child-form .form-grid.wizard-grid-player>.form-group.photo-upload+.form-group,.child-management-page .child-form-container.is-wizard .child-form .form-grid.wizard-grid-player>.form-group:last-child{grid-column:1}}.child-management-page .child-form-container.is-wizard .child-form .form-group .radio-group{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem}.child-management-page .child-form-container.is-wizard .child-form .form-group .radio-group .radio-label{display:block;position:relative;cursor:pointer}.child-management-page .child-form-container.is-wizard .child-form .form-group .radio-group .radio-label input[type=radio]{position:absolute;width:1px;height:1px;opacity:0;margin:0;pointer-events:none}.child-management-page .child-form-container.is-wizard .child-form .form-group .radio-group .radio-label span{display:flex;align-items:center;justify-content:center;padding:.75rem 1rem;border:2px solid #e4e4e7;border-radius:12px;background:#fff;color:#52525b;font-weight:600;transition:border-color .2s ease,background .2s ease,color .2s ease}.child-management-page .child-form-container.is-wizard .child-form .form-group .radio-group .radio-label:hover span{border-color:#fca5a5;color:#27272a}.child-management-page .child-form-container.is-wizard .child-form .form-group .radio-group .radio-label input[type=radio]:checked+span{border-color:#dc2626;background:#dc2626;color:#fff}.child-management-page .child-form-container.is-wizard .child-form .form-group .radio-group .radio-label input[type=radio]:focus-visible+span{box-shadow:0 0 0 3px #dc262640}.child-management-page .child-form-container.is-wizard .child-form .form-grid .form-group input:focus,.child-management-page .child-form-container.is-wizard .child-form .form-grid .form-group select:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261f}.child-management-page .child-form-container.is-wizard .child-form .form-actions.wizard-actions{display:flex;align-items:center;justify-content:space-between;gap:1rem;margin-top:0;padding:1rem clamp(1rem,3vw,1.5rem);border-top:2px solid #f4f4f5;background:#fafafa}.child-management-page .wizard-step-count{font-size:.8125rem;font-weight:600;color:#71717a}.child-management-page .wizard-action-buttons{display:flex;align-items:center;gap:.75rem}@media (max-width: 767px){.child-management-page .child-form-container.is-wizard .child-form .form-actions.wizard-actions{flex-direction:column-reverse;align-items:stretch}.child-management-page .wizard-action-buttons{justify-content:space-between}.child-management-page .wizard-step-count{text-align:center}}.payments-records-page{display:flex;min-height:100vh;background:#fafafa}.payments-records-page .main-content{flex:1;margin-left:260px;transition:margin-left .3s ease}@media (max-width: 767px){.payments-records-page .main-content{margin-left:0}}.payments-records-page .dues-panel{margin:2rem 3rem 0;padding:1.5rem;border:2px solid rgba(249,115,22,.35);border-radius:16px;background:#f973160f;animation:fadeInUp .4s ease}@media (max-width: 768px){.payments-records-page .dues-panel{margin:1.5rem 1.5rem 0;padding:1.25rem}}.payments-records-page .dues-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap;margin-bottom:1.25rem}.payments-records-page .dues-header h2{display:flex;align-items:center;gap:.625rem;font-size:1.25rem;font-weight:700;color:#18181b;margin:0}.payments-records-page .dues-header h2 svg{color:#f97316;font-size:1.25rem;flex-shrink:0}.payments-records-page .dues-total{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:800;color:#f97316;white-space:nowrap}.payments-records-page .dues-list{list-style:none;margin:0 0 1.25rem;padding:0;display:flex;flex-direction:column;gap:.5rem}.payments-records-page .dues-row{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;border-radius:14px;background:#fff}@media (max-width: 640px){.payments-records-page .dues-row{flex-wrap:wrap}}.payments-records-page .dues-row-main{display:flex;flex-direction:column;gap:.125rem;min-width:0;flex:1}.payments-records-page .dues-child{font-size:.9375rem;font-weight:600;color:#18181b;overflow-wrap:anywhere}.payments-records-page .dues-class{font-size:.8125rem;color:#71717a;overflow-wrap:anywhere}.payments-records-page .dues-amount{font-size:1rem;font-weight:700;color:#18181b;white-space:nowrap}.payments-records-page .dues-row-pay{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border:2px solid #f97316;border-radius:999px;background:#fff;color:#f97316;font-family:inherit;font-size:.875rem;font-weight:600;white-space:nowrap;cursor:pointer;transition:all .25s ease}.payments-records-page .dues-row-pay:hover:not(:disabled){background:#f97316;color:#fff}.payments-records-page .dues-row-pay:disabled{opacity:.5;cursor:not-allowed}@media (max-width: 640px){.payments-records-page .dues-row-pay{width:100%;justify-content:center}}.payments-records-page .dues-row-pay svg{font-size:.75rem}.payments-records-page .dues-actions{display:flex;justify-content:flex-end}@media (max-width: 640px){.payments-records-page .dues-actions{justify-content:stretch}}.payments-records-page .pay-now-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 2rem;border:none;border-radius:14px;background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;font-family:inherit;font-size:1rem;font-weight:700;cursor:pointer;box-shadow:0 1px 2px #0000000d;transition:all .3s ease}.payments-records-page .pay-now-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000d}.payments-records-page .pay-now-btn:disabled{background:#e4e4e7;color:#71717a;cursor:not-allowed;box-shadow:none}@media (max-width: 640px){.payments-records-page .pay-now-btn{width:100%}}.payments-records-page .payment-history{padding:2rem 3rem 3rem}@media (max-width: 768px){.payments-records-page .payment-history{padding:1.5rem 1.5rem 2rem}}.payments-records-page .payment-history h2{font-size:1.5rem;font-weight:700;color:#18181b;margin-bottom:1.5rem}.payments-records-page .payment-history .loading-state,.payments-records-page .payment-history .empty-state{background:#fff;border-radius:16px;padding:4rem 2rem;text-align:center;box-shadow:0 1px 2px #0000000d}.payments-records-page .payment-history .loading-state .spinner,.payments-records-page .payment-history .loading-state .empty-icon,.payments-records-page .payment-history .empty-state .spinner,.payments-records-page .payment-history .empty-state .empty-icon{font-size:3rem;color:#a1a1aa;margin-bottom:1rem}.payments-records-page .payment-history .loading-state .spinner,.payments-records-page .payment-history .empty-state .spinner{animation:spin 1s linear infinite}.payments-records-page .payment-history .loading-state h3,.payments-records-page .payment-history .empty-state h3{font-size:1.25rem;font-weight:600;color:#3f3f46;margin-bottom:.5rem}.payments-records-page .payment-history .loading-state p,.payments-records-page .payment-history .empty-state p{color:#71717a}.payments-records-page .payment-history .payments-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(380px,1fr));gap:1.5rem}@media (max-width: 768px){.payments-records-page .payment-history .payments-grid{grid-template-columns:1fr}}.payments-records-page .payment-history .payments-grid .payment-card{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 1px 2px #0000000d;transition:all .3s ease;border:2px solid transparent}.payments-records-page .payment-history .payments-grid .payment-card:hover{transform:translateY(-4px);box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a}.payments-records-page .payment-history .payments-grid .payment-card.approved{border-color:#16a34a33}.payments-records-page .payment-history .payments-grid .payment-card.pending{border-color:#f9731633}.payments-records-page .payment-history .payments-grid .payment-card.rejected{border-color:#dc262633}.payments-records-page .payment-history .payments-grid .payment-card.cancelled{border-color:#a1a1aa59}.payments-records-page .payment-history .payments-grid .payment-card.refunded{border-color:#7c3aed40}.payments-records-page .payment-history .payments-grid .payment-card .payment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.payments-records-page .payment-history .payments-grid .payment-card .payment-header .payment-date{display:flex;align-items:center;gap:.5rem;font-weight:600;color:#18181b}.payments-records-page .payment-history .payments-grid .payment-card .payment-header .payment-date svg{color:#dc2626}.payments-records-page .payment-history .payments-grid .payment-card .payment-header .status-badge{display:flex;align-items:center;gap:.375rem;padding:.375rem .875rem;border-radius:20px;font-size:.875rem;font-weight:600;text-transform:capitalize}.payments-records-page .payment-history .payments-grid .payment-card .payment-header .status-badge.approved{background:#16a34a1a;color:#16a34a}.payments-records-page .payment-history .payments-grid .payment-card .payment-header .status-badge.pending{background:#f973161a;color:#f97316}.payments-records-page .payment-history .payments-grid .payment-card .payment-header .status-badge.rejected{background:#dc26261a;color:#dc2626}.payments-records-page .payment-history .payments-grid .payment-card .payment-header .status-badge.cancelled{background:#71717a1f;color:#52525b}.payments-records-page .payment-history .payments-grid .payment-card .payment-header .status-badge.refunded{background:#7c3aed1f;color:#7c3aed}.payments-records-page .payment-history .payments-grid .payment-card .payment-header .status-badge .status-icon{font-size:.875rem}.payments-records-page .payment-history .payments-grid .payment-card .payment-details{margin-bottom:1.5rem}.payments-records-page .payment-history .payments-grid .payment-card .payment-details .detail-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;border-bottom:1px solid #f4f4f5}.payments-records-page .payment-history .payments-grid .payment-card .payment-details .detail-row:last-child{border-bottom:none}.payments-records-page .payment-history .payments-grid .payment-card .payment-details .detail-row .label{font-size:.875rem;color:#52525b}.payments-records-page .payment-history .payments-grid .payment-card .payment-details .detail-row .value{font-weight:600;color:#18181b}.payments-records-page .payment-history .payments-grid .payment-card .children-covered{margin-bottom:1.5rem}.payments-records-page .payment-history .payments-grid .payment-card .children-covered .label{display:block;font-size:.875rem;color:#52525b;margin-bottom:.5rem}.payments-records-page .payment-history .payments-grid .payment-card .children-covered .children-list{display:flex;flex-direction:column;gap:.5rem}.payments-records-page .payment-history .payments-grid .payment-card .children-covered .children-list .child-block{display:flex;flex-direction:column;gap:.4rem}.payments-records-page .payment-history .payments-grid .payment-card .children-covered .children-list .child-tag{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;background:#f4f4f5;border-radius:20px;font-size:.875rem;color:#3f3f46;width:fit-content}.payments-records-page .payment-history .payments-grid .payment-card .children-covered .children-list .child-tag svg{font-size:.75rem;color:#dc2626}.payments-records-page .payment-history .payments-grid .payment-card .children-covered .children-list .branches-list{display:flex;flex-wrap:wrap;gap:.4rem;margin-left:1.5rem}.payments-records-page .payment-history .payments-grid .payment-card .children-covered .children-list .branch-chip{display:inline-flex;align-items:center;gap:.35rem;padding:.3rem .6rem;border-radius:16px;border:1.5px solid #dc2626;background:#dc26260d;color:#dc2626;font-size:.8rem;font-weight:600}.payments-records-page .payment-history .payments-grid .payment-card .children-covered .children-list .branch-chip svg{font-size:.7rem;color:inherit}.payments-records-page .payment-history .payments-grid .payment-card .payment-status-note{margin:0 0 1.5rem;padding:.75rem .875rem;border-radius:10px;background:#fafafa;color:#52525b;font-size:.875rem;line-height:1.5}.payments-records-page .payment-history .payments-grid .payment-card .rejection-reason{display:flex;align-items:start;gap:.5rem;padding:.875rem;background:#dc26260d;border-radius:10px;margin-bottom:1.5rem}.payments-records-page .payment-history .payments-grid .payment-card .rejection-reason svg{color:#dc2626;font-size:1rem;flex-shrink:0;margin-top:.125rem}.payments-records-page .payment-history .payments-grid .payment-card .rejection-reason p{color:#b21d1d;font-size:.875rem;margin:0}.payments-records-page .payment-history .payments-grid .payment-card .payment-actions{display:flex;gap:.75rem}.payments-records-page .payment-history .payments-grid .payment-card .payment-actions .action-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1rem;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease}.payments-records-page .payment-history .payments-grid .payment-card .payment-actions .action-btn.view{background:#2563eb1a;color:#2563eb}.payments-records-page .payment-history .payments-grid .payment-card .payment-actions .action-btn.view:hover{background:#2563eb33}.payments-records-page .payment-history .payments-grid .payment-card .payment-actions .action-btn.download{background:#16a34a1a;color:#16a34a}.payments-records-page .payment-history .payments-grid .payment-card .payment-actions .action-btn.download:hover{background:#16a34a33}.payments-records-page .payment-history .payments-grid .payment-card .payment-resume{margin-bottom:1rem;padding:.875rem;border-radius:10px;background:#eab3081a;border:1px solid rgba(234,179,8,.35)}.payments-records-page .payment-history .payments-grid .payment-card .payment-resume .payment-resume-note{margin:0 0 .75rem;color:#6f5504;font-size:.875rem;line-height:1.5}.payments-records-page .payment-history .payments-grid .payment-card .payment-resume .action-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1rem;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease;background:#eab308;color:#fff}.payments-records-page .payment-history .payments-grid .payment-card .payment-resume .action-btn:hover{background:#c39507}.payments-records-page .payment-history .payments-grid .payment-card .payment-actions .action-btn.cancel{background:transparent;border:1px solid #e4e4e7;color:#71717a}.payments-records-page .payment-history .payments-grid .payment-card .payment-actions .action-btn.cancel:hover{border-color:#dc262666;color:#dc2626;background:#dc26260a}.payments-records-page .payment-history .payments-grid .payment-card .payment-cancel-confirm{margin-top:1rem;padding:.875rem;border-radius:10px;background:#dc26260d;animation:fadeIn .3s ease}.payments-records-page .payment-history .payments-grid .payment-card .payment-cancel-confirm p{margin:0 0 .75rem;color:#b21d1d;font-size:.875rem;line-height:1.5}.payments-records-page .payment-history .payments-grid .payment-card .payment-cancel-confirm .payment-cancel-actions{display:flex;gap:.75rem}.payments-records-page .payment-history .payments-grid .payment-card .payment-cancel-confirm .payment-cancel-actions .action-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem 1rem;border:none;border-radius:8px;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .3s ease}.payments-records-page .payment-history .payments-grid .payment-card .payment-cancel-confirm .payment-cancel-actions .action-btn:disabled{opacity:.6;cursor:not-allowed}.payments-records-page .payment-history .payments-grid .payment-card .payment-cancel-confirm .action-btn.cancel-confirm{background:#dc2626;color:#fff}.payments-records-page .payment-history .payments-grid .payment-card .payment-cancel-confirm .action-btn.cancel-confirm:hover:not(:disabled){background:#bb1e1e}.payments-records-page .payment-history .payments-grid .payment-card .payment-cancel-confirm .action-btn.cancel-keep{background:#fff;border:1px solid #e4e4e7;color:#52525b}.payments-records-page .payment-history .payments-grid .payment-card .payment-cancel-confirm .action-btn.cancel-keep:hover:not(:disabled){background:#fafafa}.payments-records-page .payment-history .payments-grid .payment-card .slip-viewer{margin-top:1rem;padding-top:1rem;border-top:1px solid #f4f4f5;animation:fadeIn .3s ease}.payments-records-page .payment-history .payments-grid .payment-card .slip-viewer .slip-viewer-note{margin:0;padding:.75rem 0;text-align:center;color:#71717a;font-size:.875rem}.payments-records-page .payment-history .payments-grid .payment-card .slip-viewer .slip-viewer-note.error{color:#dc2626}.payments-records-page .payment-history .payments-grid .payment-card .slip-viewer .slip-viewer-image{display:block;width:100%;max-height:420px;object-fit:contain;border-radius:10px;border:1px solid #e4e4e7;background:#fafafa}.payments-records-page .payment-history .payments-grid .payment-card .slip-viewer .slip-viewer-pdf{display:block;width:100%;height:420px;border-radius:10px;border:1px solid #e4e4e7;background:#fafafa}.parent-checkout-page{display:flex;min-height:100vh;position:relative;background:#fafafa}.parent-checkout-page .main-content{flex:1;min-width:0;margin-left:280px;transition:all .3s ease;min-height:100vh;position:relative}@media (max-width: 767px){.parent-checkout-page .main-content{margin-left:0}}.parent-checkout-page .checkout-step{padding:2rem 3rem 3rem;animation:fadeInUp .4s ease}@media (max-width: 768px){.parent-checkout-page .checkout-step{padding:1.5rem 1.5rem 2rem}}.parent-checkout-page h2{font-size:1.5rem;font-weight:700;color:#18181b}.parent-checkout-page .checkout-primary{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;border:none;border-radius:14px;background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;font-family:inherit;font-size:1.125rem;font-weight:700;cursor:pointer;box-shadow:0 1px 2px #0000000d;transition:all .3s ease}.parent-checkout-page .checkout-primary:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000d}.parent-checkout-page .checkout-primary:disabled{background:#e4e4e7;color:#71717a;cursor:not-allowed;box-shadow:none}.parent-checkout-page .checkout-primary svg{font-size:1.125rem}.parent-checkout-page .checkout-back{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 0;border:none;background:none;color:#52525b;font-family:inherit;font-size:.9375rem;font-weight:600;cursor:pointer;transition:color .2s ease}.parent-checkout-page .checkout-back:hover{color:#dc2626}.parent-checkout-page .checkout-loading{padding:4rem 3rem;text-align:center;color:#71717a;font-size:1.125rem}.parent-checkout-page>.main-content>.empty-state{margin:3rem;background:#fff;border-radius:16px;padding:4rem 2rem;text-align:center;box-shadow:0 1px 2px #0000000d}.parent-checkout-page .spinning{animation:spin 1s linear infinite}.parent-checkout-page .checkout-done{max-width:620px;margin:4rem auto;padding:3rem 2rem;background:#fff;border-radius:16px;box-shadow:0 1px 2px #0000000d;text-align:center;animation:scaleIn .4s ease}@media (max-width: 768px){.parent-checkout-page .checkout-done{margin:2rem 1.5rem;padding:2rem 1.5rem}}.parent-checkout-page .checkout-done .done-icon{font-size:4rem;color:#16a34a;margin-bottom:1.5rem}.parent-checkout-page .checkout-done h2{margin-bottom:.75rem}.parent-checkout-page .checkout-done p{color:#52525b;font-size:1rem;line-height:1.6}.parent-checkout-page .checkout-done strong{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.05em;color:#18181b}.parent-checkout-page .checkout-done .done-note{margin-top:1rem;font-size:.9375rem;color:#71717a}.parent-checkout-page .checkout-done .done-btn{margin-top:2rem;padding:.875rem 2rem;border:2px solid #dc2626;border-radius:14px;background:#fff;color:#dc2626;font-family:inherit;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.parent-checkout-page .checkout-done .done-btn:hover{background:#dc2626;color:#fff}.parent-checkout-page .checkout-cart{display:grid;grid-template-columns:minmax(0,1fr) 380px;gap:2rem;align-items:start}@media (max-width: 1024px){.parent-checkout-page .checkout-cart{grid-template-columns:minmax(0,1fr)}}.parent-checkout-page .checkout-cart .cart-panel{position:sticky;top:2rem}@media (max-width: 1024px){.parent-checkout-page .checkout-cart .cart-panel{position:static}}.parent-checkout-page .class-picker h2{margin-bottom:1.5rem}.parent-checkout-page .class-picker .picker-child{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 1px 2px #0000000d;margin-bottom:1.5rem}.parent-checkout-page .class-picker .picker-child:last-child{margin-bottom:0}.parent-checkout-page .class-picker .picker-child-header{display:flex;align-items:center;gap:.625rem;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid #f4f4f5}.parent-checkout-page .class-picker .picker-child-header svg{color:#dc2626;font-size:1.125rem}.parent-checkout-page .class-picker .picker-child-header h3{font-size:1.25rem;font-weight:700;color:#18181b;margin:0}.parent-checkout-page .class-picker .picker-child-id{margin-left:auto;padding:.25rem .625rem;border-radius:999px;background:#f4f4f5;color:#52525b;font-size:.75rem;font-weight:600;letter-spacing:.03em}.parent-checkout-page .class-picker .picker-empty{color:#71717a;font-size:.9375rem;margin:0}.parent-checkout-page .class-picker .class-options{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.parent-checkout-page .class-option{display:flex;align-items:center;gap:1rem;padding:.875rem 1rem;border:2px solid #e4e4e7;border-radius:14px;background:#fff;transition:all .25s ease}.parent-checkout-page .class-option:hover{border-color:#d4d4d8}.parent-checkout-page .class-option .class-option-name{display:flex;flex-direction:column;gap:.125rem;min-width:0;flex:1}.parent-checkout-page .class-option .class-option-name .owner{font-size:.9375rem;font-weight:600;color:#18181b;overflow-wrap:anywhere}.parent-checkout-page .class-option .class-option-name .level{font-size:.8125rem;color:#71717a}.parent-checkout-page .class-option .class-option-price{font-size:1rem;font-weight:700;color:#18181b;white-space:nowrap}.parent-checkout-page .class-option .state-note{font-size:.8125rem;font-weight:500;color:#71717a;white-space:normal;text-align:right}.parent-checkout-page .class-option .class-option-btn{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem 1rem;border:2px solid #dc2626;border-radius:999px;background:#fff;color:#dc2626;font-family:inherit;font-size:.875rem;font-weight:600;white-space:nowrap;cursor:pointer;transition:all .25s ease}.parent-checkout-page .class-option .class-option-btn:hover{background:#dc2626;color:#fff}.parent-checkout-page .class-option .class-option-btn.added{border-color:#16a34a;background:#16a34a1a;color:#16a34a}.parent-checkout-page .class-option .class-option-btn.added:hover{background:#16a34a;color:#fff}.parent-checkout-page .class-option.in-cart{border-color:#16a34a73;background:#16a34a0a}.parent-checkout-page .class-option.paid,.parent-checkout-page .class-option.waived,.parent-checkout-page .class-option.not-billable{background:#fafafa;border-color:#e4e4e7;border-style:dashed}.parent-checkout-page .class-option.paid .class-option-name .owner,.parent-checkout-page .class-option.waived .class-option-name .owner,.parent-checkout-page .class-option.not-billable .class-option-name .owner{color:#52525b}.parent-checkout-page .class-option.grace{border-color:#f9731666;background:#f973160a}.parent-checkout-page .cart-panel{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 1px 2px #0000000d}.parent-checkout-page .cart-panel.empty{padding:.5rem;box-shadow:none;background:transparent}.parent-checkout-page .cart-panel.empty .empty-state{background:#fff;border-radius:16px;padding:2.5rem 1.5rem;text-align:center;box-shadow:0 1px 2px #0000000d}.parent-checkout-page .cart-panel.empty .empty-state .empty-icon{font-size:2.5rem;color:#d4d4d8;margin-bottom:1rem}.parent-checkout-page .cart-panel.empty .empty-state h3{font-size:1.125rem;font-weight:600;color:#3f3f46;margin-bottom:.5rem}.parent-checkout-page .cart-panel.empty .empty-state p{color:#71717a;font-size:.875rem}.parent-checkout-page .cart-panel .cart-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1.25rem}.parent-checkout-page .cart-panel .cart-header h2{display:flex;align-items:center;gap:.625rem;font-size:1.25rem;margin:0}.parent-checkout-page .cart-panel .cart-header h2 svg{color:#dc2626}.parent-checkout-page .cart-panel .cart-clear{border:none;background:none;padding:.25rem 0;color:#71717a;font-family:inherit;font-size:.875rem;font-weight:600;cursor:pointer;transition:color .2s ease}.parent-checkout-page .cart-panel .cart-clear:hover{color:#dc2626}.parent-checkout-page .cart-panel .cart-lines{list-style:none;margin:0 0 1.25rem;padding:0;display:flex;flex-direction:column;gap:.5rem}.parent-checkout-page .cart-line{display:flex;align-items:center;gap:.75rem;padding:.75rem 0;border-bottom:1px solid #f4f4f5}.parent-checkout-page .cart-line:last-child{border-bottom:none}.parent-checkout-page .cart-line.blocked{opacity:.6}.parent-checkout-page .cart-line .cart-line-main{display:flex;flex-direction:column;gap:.125rem;min-width:0;flex:1}.parent-checkout-page .cart-line .cart-line-child{font-size:.9375rem;font-weight:600;color:#18181b;overflow-wrap:anywhere}.parent-checkout-page .cart-line .cart-line-class{font-size:.8125rem;color:#71717a;overflow-wrap:anywhere}.parent-checkout-page .cart-line .cart-line-note{font-size:.75rem;font-weight:600;color:#f97316}.parent-checkout-page .cart-line .cart-line-amount{font-size:.9375rem;font-weight:700;color:#18181b;white-space:nowrap}.parent-checkout-page .cart-line .cart-line-remove{display:inline-flex;align-items:center;justify-content:center;width:28px;height:28px;flex-shrink:0;border:none;border-radius:50%;background:#f4f4f5;color:#71717a;cursor:pointer;transition:all .2s ease}.parent-checkout-page .cart-line .cart-line-remove:hover{background:#dc26261a;color:#dc2626}.parent-checkout-page .cart-line .cart-line-remove svg{font-size:.75rem}.parent-checkout-page .cart-total{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:1rem 0 1.25rem;border-top:2px solid #f4f4f5;margin-bottom:1.25rem}.parent-checkout-page .cart-total-label{display:flex;flex-direction:column;gap:.125rem;font-size:1rem;font-weight:600;color:#3f3f46}.parent-checkout-page .cart-total-label small{font-size:.75rem;font-weight:400;color:#71717a}.parent-checkout-page .cart-total-amount{font-family:Poppins,sans-serif;font-size:1.75rem;font-weight:800;color:#dc2626;white-space:nowrap}.parent-checkout-page .checkout-method{max-width:620px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.parent-checkout-page .checkout-method .checkout-back{align-self:flex-start;margin-bottom:-.5rem}.parent-checkout-page .method-selector h2{margin-bottom:1.25rem}.parent-checkout-page .method-selector .method-options{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}@media (max-width: 640px){.parent-checkout-page .method-selector .method-options{grid-template-columns:minmax(0,1fr)}}.parent-checkout-page .method-selector .method-options:has(.method-option:only-child){grid-template-columns:minmax(0,1fr)}.parent-checkout-page .method-option{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;padding:1.25rem;border:2px solid #e4e4e7;border-radius:14px;background:#fff;text-align:left;font-family:inherit;cursor:pointer;transition:all .25s ease}.parent-checkout-page .method-option:hover{border-color:#d4d4d8;box-shadow:0 1px 2px #0000000d}.parent-checkout-page .method-option>svg{font-size:1.75rem;color:#a1a1aa;transition:color .25s ease}.parent-checkout-page .method-option.selected{border-color:#dc2626;background:#dc26260a;box-shadow:0 1px 2px #0000000d}.parent-checkout-page .method-option.selected>svg{color:#dc2626}.parent-checkout-page .method-option .method-name{font-size:1.0625rem;font-weight:700;color:#18181b}.parent-checkout-page .method-option .method-hint{font-size:.8125rem;line-height:1.5;color:#52525b}.parent-checkout-page .method-note{margin:1rem 0 0;font-size:.875rem;color:#71717a}.parent-checkout-page .checkout-bank{max-width:640px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.parent-checkout-page .bank-panel{display:flex;flex-direction:column;gap:1.5rem}.parent-checkout-page .bank-amount{display:flex;flex-direction:column;align-items:center;gap:.25rem;padding:2rem 1.5rem;border-radius:16px;background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a}.parent-checkout-page .bank-amount .label{font-size:.875rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#ffffffd9}.parent-checkout-page .bank-amount .value{font-family:Poppins,sans-serif;font-size:2.5rem;font-weight:800;line-height:1.1}.parent-checkout-page .bank-details{background:#fff;border-radius:16px;padding:1.5rem;box-shadow:0 1px 2px #0000000d}.parent-checkout-page .bank-details h3{display:flex;align-items:center;gap:.625rem;font-size:1.125rem;font-weight:700;color:#18181b;margin-bottom:1rem}.parent-checkout-page .bank-details h3 svg{color:#dc2626}.parent-checkout-page .bank-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 0;border-bottom:1px solid #f4f4f5}.parent-checkout-page .bank-row:last-child{border-bottom:none}.parent-checkout-page .bank-row .label{font-size:.875rem;color:#52525b;flex-shrink:0}.parent-checkout-page .bank-row .value{font-size:.9375rem;font-weight:600;color:#18181b;text-align:right;overflow-wrap:anywhere}.parent-checkout-page .account-number{display:inline-flex;align-items:center;gap:.5rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;letter-spacing:.06em}.parent-checkout-page .bank-copy{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;flex-shrink:0;border:none;border-radius:8px;background:#f4f4f5;color:#52525b;cursor:pointer;transition:all .2s ease}.parent-checkout-page .bank-copy:hover{background:#dc26261a;color:#dc2626}.parent-checkout-page .bank-copy svg{font-size:.875rem}.parent-checkout-page .reference-card{padding:1.5rem;border:2px dashed #dc2626;border-radius:16px;background:#dc26260a;text-align:center}.parent-checkout-page .reference-label{display:block;font-size:.8125rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#dc2626;margin-bottom:.75rem}.parent-checkout-page .reference-value-row{display:flex;align-items:center;justify-content:center;flex-wrap:wrap;gap:.75rem}.parent-checkout-page .reference-value{font-family:ui-monospace,SFMono-Regular,Menlo,monospace;font-size:2rem;font-weight:700;letter-spacing:.08em;color:#18181b;-webkit-user-select:all;user-select:all;overflow-wrap:anywhere}@media (max-width: 640px){.parent-checkout-page .reference-value{font-size:1.5rem}}.parent-checkout-page .reference-copy{display:inline-flex;align-items:center;gap:.375rem;padding:.5rem .875rem;border:2px solid #dc2626;border-radius:999px;background:#fff;color:#dc2626;font-family:inherit;font-size:.8125rem;font-weight:600;cursor:pointer;transition:all .25s ease}.parent-checkout-page .reference-copy:hover{background:#dc2626;color:#fff}.parent-checkout-page .reference-instruction{margin:1rem 0 0;font-size:1rem;font-weight:600;line-height:1.55;color:#27272a}.parent-checkout-page .reference-steps{margin:1rem 0 0;padding-left:1.5rem;text-align:left;color:#52525b;font-size:.875rem;line-height:1.6}.parent-checkout-page .reference-steps li+li{margin-top:.375rem}.parent-checkout-page .slip-upload-step{display:flex;flex-direction:column;gap:1.25rem}.parent-checkout-page .slip-submit-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.625rem;padding:1rem 1.5rem;border:none;border-radius:14px;background:linear-gradient(135deg,#16a34a,#4ade80);color:#fff;font-family:inherit;font-size:1.0625rem;font-weight:700;cursor:pointer;box-shadow:0 1px 2px #0000000d;transition:all .3s ease}.parent-checkout-page .slip-submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000d}.parent-checkout-page .slip-submit-btn:disabled{background:#e4e4e7;color:#71717a;cursor:not-allowed;box-shadow:none;transform:none}.parent-checkout-page .checkout-cancel-order{align-self:center;border:none;background:none;padding:.5rem 1rem;color:#71717a;font-family:inherit;font-size:.875rem;cursor:pointer;text-decoration:underline;transition:color .2s ease}.parent-checkout-page .checkout-cancel-order:hover:not(:disabled){color:#dc2626}.parent-checkout-page .checkout-cancel-order:disabled{cursor:not-allowed;opacity:.6}.parent-checkout-page .upload-section h2{display:none}.parent-checkout-page .upload-section .upload-zone{background:#fff;border:3px dashed #d4d4d8;border-radius:20px;padding:3rem 2rem;text-align:center;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.parent-checkout-page .upload-section .upload-zone:hover,.parent-checkout-page .upload-section .upload-zone.dragging{border-color:#dc2626;background:#dc262605;transform:scale(1.01)}.parent-checkout-page .upload-section .upload-zone:hover .upload-icon,.parent-checkout-page .upload-section .upload-zone.dragging .upload-icon{color:#dc2626;transform:translateY(-4px)}.parent-checkout-page .upload-section .upload-zone .upload-icon{font-size:3rem;color:#a1a1aa;margin-bottom:1rem;transition:all .3s ease}.parent-checkout-page .upload-section .upload-zone h3{font-size:1.25rem;font-weight:700;color:#18181b;margin-bottom:.5rem}.parent-checkout-page .upload-section .upload-zone p{color:#52525b;font-size:1rem;margin-bottom:1rem}.parent-checkout-page .upload-section .upload-zone .file-info{display:inline-block;background:#f4f4f5;color:#52525b;padding:.5rem 1rem;border-radius:20px;font-size:.875rem}.parent-checkout-page .preview-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 1px 2px #0000000d;display:flex;flex-direction:column;align-items:center}.parent-checkout-page .preview-section h3{font-size:1.125rem;font-weight:600;color:#3f3f46;margin-bottom:1.5rem}.parent-checkout-page .preview-section .slip-preview{width:100%;max-width:280px;height:350px;background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 2px #0000000d;margin-bottom:1.5rem;border:1px solid #e4e4e7}.parent-checkout-page .preview-section .slip-preview img{width:100%;height:100%;object-fit:contain;background:linear-gradient(180deg,#fafafa,#fff)}.parent-checkout-page .preview-section .slip-preview .pdf-preview,.parent-checkout-page .preview-section .slip-preview .doc-preview{height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;color:#3f3f46;background:linear-gradient(180deg,#fafafa,#fff);position:relative}.parent-checkout-page .preview-section .slip-preview .pdf-preview:before,.parent-checkout-page .preview-section .slip-preview .doc-preview:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(45deg,rgba(228,228,231,.35) 0,rgba(228,228,231,.35) 6px,transparent 6px,transparent 12px);opacity:.3;pointer-events:none}.parent-checkout-page .preview-section .slip-preview .pdf-preview svg,.parent-checkout-page .preview-section .slip-preview .doc-preview svg{font-size:2.25rem;color:#dc2626;filter:drop-shadow(0 4px 10px rgba(220,38,38,.25))}.parent-checkout-page .preview-section .slip-preview .pdf-preview span,.parent-checkout-page .preview-section .slip-preview .doc-preview span{max-width:90%;text-align:center;font-size:.875rem;color:#3f3f46;word-break:break-word}.parent-checkout-page .preview-section .slip-preview .pdf-preview .file-meta,.parent-checkout-page .preview-section .slip-preview .doc-preview .file-meta{margin-top:.25rem;font-size:.75rem;color:#71717a}.parent-checkout-page .preview-section .change-btn{background:#fff;color:#dc2626;border:2px solid #dc2626;padding:.75rem 1.5rem;border-radius:10px;font-family:inherit;font-weight:600;cursor:pointer;transition:all .3s ease}.parent-checkout-page .preview-section .change-btn:hover{background:#dc2626;color:#fff}.parent-checkout-page .checkout-card{max-width:560px;margin:0 auto;display:flex;flex-direction:column;gap:1.5rem}.parent-checkout-page .card-panel{display:flex;flex-direction:column;gap:1.25rem;background:#fff;border-radius:16px;padding:2rem 1.5rem;box-shadow:0 1px 2px #0000000d}.parent-checkout-page .card-panel h3{display:flex;align-items:center;gap:.5rem;font-size:1.25rem;font-weight:700;color:#18181b}.parent-checkout-page .card-panel h3 svg{color:#dc2626}.parent-checkout-page .card-amount{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:1rem 1.25rem;border-radius:14px;background:#fafafa}.parent-checkout-page .card-amount .label{font-size:.8125rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#71717a}.parent-checkout-page .card-amount strong{font-family:Poppins,sans-serif;font-size:2rem;font-weight:800;line-height:1.1;color:#18181b}.parent-checkout-page .card-note{display:flex;align-items:flex-start;gap:.5rem;font-size:.875rem;line-height:1.6;color:#52525b}.parent-checkout-page .card-note svg{flex-shrink:0;margin-top:.15em;color:#16a34a}.parent-checkout-page .card-warning{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem 1rem;border-radius:12px;background:#f973161a;color:#f97316;font-size:.8125rem;line-height:1.5}.parent-checkout-page .card-warning svg{flex-shrink:0;margin-top:.15em}.parent-checkout-page .card-status{display:flex;align-items:flex-start;gap:.5rem;padding:.75rem 1rem;border-radius:12px;background:#dc26260f;color:#3f3f46;font-size:.875rem;line-height:1.6}.parent-checkout-page .card-status svg{flex-shrink:0;margin-top:.15em}.parent-checkout-page .card-status.card-status-neutral{background:#fafafa;color:#52525b}.parent-checkout-page .card-status.card-status-error{background:#dc262614;color:#b91c1c}.parent-checkout-page .card-status.card-status-error svg{color:#dc2626}.parent-checkout-page .card-pay{width:100%;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:1rem 1.5rem;border:none;border-radius:14px;background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;font-family:inherit;font-size:1.125rem;font-weight:700;cursor:pointer;box-shadow:0 1px 2px #0000000d;transition:all .3s ease}.parent-checkout-page .card-pay:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000d}.parent-checkout-page .card-pay:disabled{background:#e4e4e7;color:#71717a;cursor:not-allowed;box-shadow:none;transform:none}.parent-checkout-page .card-pay svg{font-size:1.125rem}.parent-checkout-page .checkout-processing{max-width:520px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:1rem;background:#fff;border-radius:16px;padding:4rem 2rem;text-align:center;box-shadow:0 1px 2px #0000000d}.parent-checkout-page .checkout-processing h2{font-size:1.5rem;font-weight:700;color:#18181b}.parent-checkout-page .checkout-processing p{font-size:.9375rem;line-height:1.7;color:#52525b;max-width:42ch}.parent-checkout-page .checkout-processing strong{color:#18181b;font-weight:700}.parent-checkout-page .processing-icon{display:flex;align-items:center;justify-content:center;width:76px;height:76px;border-radius:50%}.parent-checkout-page .processing-icon svg{font-size:2rem}.parent-checkout-page .processing-waiting .processing-icon{background:#dc262614;color:#dc2626}.parent-checkout-page .processing-good .processing-icon{background:#16a34a1a;color:#16a34a}.parent-checkout-page .processing-bad .processing-icon{background:#dc26261a;color:#dc2626}.parent-checkout-page .processing-unknown .processing-icon{background:#f973161f;color:#f97316}.parent-checkout-page .processing-summary{font-family:Poppins,sans-serif;font-size:1.25rem;font-weight:700;color:#18181b}.parent-checkout-page .processing-note{font-size:.8125rem;color:#71717a}.parent-checkout-page .processing-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center;width:100%}.parent-checkout-page .processing-btn{padding:.75rem 2rem;border:none;border-radius:14px;background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;font-family:inherit;font-size:.9375rem;font-weight:700;cursor:pointer;box-shadow:0 1px 2px #0000000d;transition:all .3s ease}.parent-checkout-page .processing-btn:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000d}.parent-checkout-page .processing-btn.processing-btn-quiet{background:none;color:#52525b;box-shadow:none;border:1px solid #e4e4e7}.parent-checkout-page .processing-btn.processing-btn-quiet:hover{color:#dc2626;border-color:#fca5a5;box-shadow:none}.settings-container{padding:clamp(1rem,3vw,2rem);max-width:1200px;margin:0 auto}.settings-container .settings-layout{display:grid;grid-template-columns:280px 1fr;gap:2rem;align-items:start}@media (max-width: 768px){.settings-container .settings-layout{grid-template-columns:1fr;gap:1rem}}.settings-container .settings-nav{background:#fff;border-radius:12px;padding:1rem;box-shadow:0 2px 8px #0000001a;border:1px solid #e4e4e7;height:fit-content;position:sticky;top:2rem}@media (max-width: 768px){.settings-container .settings-nav{position:static;display:flex;overflow-x:auto;padding:.75rem;gap:.5rem;-ms-overflow-style:none;scrollbar-width:none}.settings-container .settings-nav::-webkit-scrollbar{display:none}}.settings-container .settings-nav .nav-item{display:flex;align-items:center;gap:.75rem;padding:.875rem 1rem;border:none;background:transparent;color:#3f3f46;font-size:.875rem;font-weight:500;border-radius:8px;cursor:pointer;transition:all .2s ease;width:100%;text-align:left}@media (max-width: 768px){.settings-container .settings-nav .nav-item{white-space:nowrap;min-width:fit-content;width:auto;padding:.75rem 1rem}}.settings-container .settings-nav .nav-item .nav-icon{font-size:1rem;color:#71717a;transition:color .2s ease}.settings-container .settings-nav .nav-item:hover{background:#fafafa;color:#18181b}.settings-container .settings-nav .nav-item:hover .nav-icon{color:#dc2626}.settings-container .settings-nav .nav-item.active{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;box-shadow:0 2px 8px #dc26264d}.settings-container .settings-nav .nav-item.active .nav-icon{color:#fff}.settings-container .settings-content{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;border:1px solid #e4e4e7;overflow:hidden}.settings-container .settings-section .section-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem;border-bottom:1px solid #e4e4e7;background:#fafafa}@media (max-width: 768px){.settings-container .settings-section .section-header{padding:1rem 1.5rem;flex-direction:column;align-items:flex-start;gap:1rem}}.settings-container .settings-section .section-header h2{display:flex;align-items:center;gap:.75rem;font-size:clamp(1.125rem,2.5vw,1.25rem);font-weight:600;color:#18181b;margin:0}.settings-container .settings-section .section-header h2 svg{color:#dc2626;font-size:1.125rem}.settings-container .settings-section .section-header .btn-secondary{background:#fff;color:#dc2626;border:none;box-shadow:none}.settings-container .settings-section .section-header .btn-secondary:hover{background:#f4f4f5;color:#b91c1c}@media (max-width: 767px){.settings-container .settings-section .section-header .btn-secondary{width:100%}}.settings-container .profile-form{padding:clamp(1.5rem,3vw,2rem)}@media (max-width: 768px){.settings-container .profile-form{padding:1.5rem}}.settings-container .profile-form .photo-section{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #e4e4e7}@media (max-width: 768px){.settings-container .profile-form .photo-section{flex-direction:column;text-align:center;gap:1rem}}.settings-container .profile-form .photo-section .photo-container .photo-wrapper{position:relative;width:120px;height:120px}@media (max-width: 768px){.settings-container .profile-form .photo-section .photo-container .photo-wrapper{width:100px;height:100px}}.settings-container .profile-form .photo-section .photo-container .photo-wrapper .profile-photo{width:100%;height:100%;border-radius:50%;object-fit:cover;border:4px solid #ffffff;box-shadow:0 4px 12px #00000026}.settings-container .profile-form .photo-section .photo-container .photo-wrapper .photo-placeholder{width:100%;height:100%;border-radius:50%;background:#f4f4f5;display:flex;align-items:center;justify-content:center;border:4px solid #ffffff;box-shadow:0 4px 12px #00000026}.settings-container .profile-form .photo-section .photo-container .photo-wrapper .photo-placeholder svg{font-size:3rem;color:#a1a1aa}@media (max-width: 768px){.settings-container .profile-form .photo-section .photo-container .photo-wrapper .photo-placeholder svg{font-size:2.5rem}}.settings-container .profile-form .photo-section .photo-container .photo-wrapper .photo-edit-btn{position:absolute;bottom:0;right:0;width:36px;height:36px;border-radius:50%;background:#dc2626;color:#fff;border:3px solid #ffffff;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 8px #00000026}@media (max-width: 768px){.settings-container .profile-form .photo-section .photo-container .photo-wrapper .photo-edit-btn{width:32px;height:32px}}.settings-container .profile-form .photo-section .photo-container .photo-wrapper .photo-edit-btn:hover{background:#b91c1c;transform:scale(1.05)}.settings-container .profile-form .photo-section .photo-container .photo-wrapper .photo-edit-btn svg{font-size:.875rem}.settings-container .profile-form .photo-section .photo-info h3{font-size:1.5rem;font-weight:600;color:#18181b;margin-bottom:.25rem}@media (max-width: 768px){.settings-container .profile-form .photo-section .photo-info h3{font-size:1.25rem}}.settings-container .profile-form .photo-section .photo-info p{color:#52525b;font-size:.875rem;margin-bottom:.5rem}.settings-container .profile-form .photo-section .photo-info small{color:#71717a;font-size:.75rem}.settings-container .profile-form .form-fields{display:grid;gap:1.5rem}.settings-container .profile-form .form-fields .form-group label{display:flex;align-items:center;gap:.5rem;font-weight:500;color:#3f3f46;margin-bottom:.5rem;font-size:.875rem}.settings-container .profile-form .form-fields .form-group label svg{color:#dc2626;font-size:1rem}.settings-container .profile-form .form-fields .form-group input{width:100%;padding:.875rem 1rem;border:2px solid #e4e4e7;border-radius:8px;font-size:.875rem;transition:all .2s ease;background:#fff}.settings-container .profile-form .form-fields .form-group input:focus{outline:none;border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.settings-container .profile-form .form-fields .form-group input:disabled{background:#fafafa;color:#52525b;cursor:not-allowed}.settings-container .profile-form .form-fields .form-group input.error{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.settings-container .profile-form .form-fields .form-group select{width:100%;padding:.875rem 1rem;border:2px solid #e4e4e7;border-radius:8px;font-size:.875rem;transition:all .2s ease;background:#fff;color:#18181b;appearance:none;background-image:linear-gradient(45deg,transparent 50%,#71717a 50%),linear-gradient(135deg,#71717a 50%,transparent 50%);background-position:calc(100% - 18px) calc(1em + 2px),calc(100% - 12px) calc(1em + 2px);background-size:6px 6px,6px 6px;background-repeat:no-repeat}.settings-container .profile-form .form-fields .form-group select:focus{outline:none;border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.settings-container .profile-form .form-fields .form-group select:disabled{background:#fafafa;color:#52525b;cursor:not-allowed}.settings-container .profile-form .form-fields .form-group select.error{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.settings-container .profile-form .form-fields .form-group .error-message{display:block;color:#dc2626;font-size:.75rem;margin-top:.25rem}.settings-container .profile-form .form-actions{display:flex;gap:1rem;margin-top:2rem;padding-top:2rem;border-top:1px solid #e4e4e7}@media (max-width: 768px){.settings-container .profile-form .form-actions{flex-direction:column}}@media (max-width: 768px){.settings-container .profile-form .form-actions .btn-secondary,.settings-container .profile-form .form-actions .btn-primary{width:100%}}.settings-container .notification-settings,.settings-container .privacy-settings{padding:2rem}@media (max-width: 768px){.settings-container .notification-settings,.settings-container .privacy-settings{padding:1.5rem}}.settings-container .notification-settings .setting-item,.settings-container .privacy-settings .setting-item{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 0;border-bottom:1px solid #e4e4e7}@media (max-width: 768px){.settings-container .notification-settings .setting-item,.settings-container .privacy-settings .setting-item{flex-direction:column;align-items:flex-start;gap:1rem;padding:1rem 0}}.settings-container .notification-settings .setting-item:last-child,.settings-container .privacy-settings .setting-item:last-child{border-bottom:none}.settings-container .notification-settings .setting-item .setting-info,.settings-container .privacy-settings .setting-item .setting-info{flex:1}.settings-container .notification-settings .setting-item .setting-info h4,.settings-container .privacy-settings .setting-item .setting-info h4{font-size:1rem;font-weight:500;color:#18181b;margin-bottom:.25rem}.settings-container .notification-settings .setting-item .setting-info p,.settings-container .privacy-settings .setting-item .setting-info p{color:#52525b;font-size:.875rem;margin:0}.settings-container .notification-settings .setting-item .setting-select,.settings-container .privacy-settings .setting-item .setting-select{padding:.5rem .75rem;border:2px solid #e4e4e7;border-radius:6px;font-size:.875rem;background:#fff;color:#3f3f46;cursor:pointer;transition:border-color .2s ease}@media (max-width: 768px){.settings-container .notification-settings .setting-item .setting-select,.settings-container .privacy-settings .setting-item .setting-select{width:100%}}.settings-container .notification-settings .setting-item .setting-select:focus,.settings-container .privacy-settings .setting-item .setting-select:focus{outline:none;border-color:#dc2626}.settings-container .toggle-switch{position:relative;display:inline-block;width:48px;height:24px}.settings-container .toggle-switch input{opacity:0;width:0;height:0}.settings-container .toggle-switch .slider{position:absolute;cursor:pointer;inset:0;background-color:#d4d4d8;transition:.3s;border-radius:24px}.settings-container .toggle-switch .slider:before{position:absolute;content:"";height:18px;width:18px;left:3px;bottom:3px;background-color:#fff;transition:.3s;border-radius:50%;box-shadow:0 2px 4px #0003}.settings-container .toggle-switch input:checked+.slider{background:linear-gradient(135deg,#dc2626,#b91c1c)}.settings-container .toggle-switch input:checked+.slider:before{transform:translate(24px)}.settings-container .btn-primary{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border:none;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.settings-container .btn-primary:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #dc26264d}.settings-container .btn-primary:disabled{opacity:.6;cursor:not-allowed}.settings-container .btn-primary .spinner{animation:spin 1s linear infinite}.settings-container .btn-secondary{display:flex;align-items:center;gap:.5rem;padding:.875rem 1.5rem;background:#fff;color:#3f3f46;border:2px solid #e4e4e7;border-radius:8px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease}.settings-container .btn-secondary:hover:not(:disabled){border-color:#d4d4d8;background:#fafafa}.settings-container .btn-secondary:disabled{opacity:.6;cursor:not-allowed}.parent-messages{display:flex;min-height:100vh;position:relative;background:#fafafa}.parent-messages .main-content{flex:1;margin-left:280px;position:relative;transition:all .3s ease;height:100vh;display:flex;flex-direction:column;overflow:hidden}@media (max-width: 767px){.parent-messages .main-content{margin-left:0}}.messages-page{flex:1;min-height:0;display:flex;flex-direction:column}.messages-page__connection{flex-shrink:0;margin:.75rem clamp(1rem,3vw,2rem) 0 1rem;padding:.5rem .75rem;border:1px solid #f97316;border-radius:10px;background:#ffffffb3;color:#f97316;font-size:.75rem;font-weight:600;text-align:center}@media (max-width: 767px){.messages-page__connection{margin:.5rem .5rem 0}}.messages-page__layout{flex:1;min-height:0;display:grid;grid-template-columns:21.25rem 1fr;gap:1rem;padding:1rem clamp(1rem,3vw,2rem) 1rem 1rem}@media (min-width: 768px) and (max-width: 1023px){.messages-page__layout{grid-template-columns:17.5rem 1fr;padding:.75rem}}.messages-page__inbox{min-height:0;display:flex;flex-direction:column;gap:.75rem;background:#fff;border:1px solid #e4e4e7;border-radius:14px;box-shadow:0 1px 2px #0000000d;padding:1rem;overflow:hidden}.messages-page__thread{min-height:0;display:flex;flex-direction:column;background:#fff;border:1px solid #e4e4e7;border-radius:14px;box-shadow:0 1px 2px #0000000d;overflow:hidden}.messages-page__placeholder{margin:auto;text-align:center;padding:2rem}.messages-page__placeholder svg{font-size:3rem;color:#d4d4d8}@media (max-width: 767px){.messages-page__layout{grid-template-columns:1fr;padding:.5rem}.messages-page__inbox,.messages-page__thread{border-radius:12px}.messages-page:not(.has-thread) .messages-page__thread,.messages-page.has-thread .messages-page__inbox{display:none}}.msg-btn{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border:none;border-radius:999px;background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.msg-btn:hover:not(:disabled){box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a;transform:translateY(-1px)}.msg-btn:disabled{opacity:.5;cursor:not-allowed}@media (prefers-reduced-motion: reduce){.msg-btn{transition:none}.msg-btn:hover:not(:disabled){transform:none}}.msg-btn--ghost{background:#f4f4f5;color:#3f3f46}.msg-btn--ghost:hover:not(:disabled){background:#e4e4e7}.msg-btn--danger{background:#dc2626;color:#fff}.contact-avatar{position:relative;flex-shrink:0;width:2.75rem;height:2.75rem}.contact-avatar .contact-avatar__image,.contact-avatar .contact-avatar__initials{width:100%;height:100%;border-radius:50%;object-fit:cover}.contact-avatar .contact-avatar__initials{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;font-size:.875rem;font-weight:700;letter-spacing:.02em}.contact-avatar--sm{width:2.125rem;height:2.125rem}.contact-avatar--sm .contact-avatar__initials{font-size:.75rem}.contact-avatar--lg{width:3.5rem;height:3.5rem}.contact-avatar--lg .contact-avatar__initials{font-size:1.125rem}.contact-avatar__presence{position:absolute;right:0;bottom:0;width:.6875rem;height:.6875rem;border-radius:50%;background:#d4d4d8;border:2px solid #ffffff}.contact-avatar__presence.is-online{background:#16a34a}.my-message-id{background:linear-gradient(135deg,#dc262608,#ef444403);border:1px solid #e4e4e7;border-radius:12px;padding:.75rem 1rem;flex-shrink:0}.my-message-id__label{font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.08em;color:#71717a}.my-message-id__value{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:700;letter-spacing:.06em;color:#18181b;-webkit-user-select:all;user-select:all}.my-message-id__value.is-loading{color:#d4d4d8}.my-message-id__value.is-error{font-size:1rem;color:#dc2626}.my-message-id__hint{margin:.25rem 0 .75rem;font-size:.75rem;line-height:1.4;color:#71717a}.my-message-id__actions{display:flex;gap:.5rem}.my-message-id__action{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border:1px solid #e4e4e7;border-radius:999px;background:#fff;color:#3f3f46;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.75rem;font-weight:600;cursor:pointer;transition:all .2s ease}.my-message-id__action:hover:not(:disabled){border-color:#dc2626;color:#dc2626}.my-message-id__action:disabled{opacity:.5;cursor:not-allowed}.my-message-id__action.is-secondary{color:#71717a}@media (prefers-reduced-motion: reduce){.my-message-id__action{transition:none}}.conversation-list{flex:1;min-height:0;display:flex;flex-direction:column;gap:.5rem}.conversation-list__search{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1px solid #e4e4e7;border-radius:999px;background:#fafafa;flex-shrink:0}.conversation-list__search svg{color:#a1a1aa;font-size:.8125rem;flex-shrink:0}.conversation-list__search input{flex:1;min-width:0;border:none;background:transparent;outline:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;color:#27272a}.conversation-list__search input::placeholder{color:#a1a1aa}.conversation-list__tabs{display:flex;gap:.25rem;flex-shrink:0}.conversation-list__tab{flex:1;padding:.375rem .5rem;border:none;border-radius:999px;background:transparent;color:#71717a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.8125rem;font-weight:600;cursor:pointer}.conversation-list__tab.is-active{background:#fee2e2;color:#dc2626}.conversation-list__scroll{flex:1;min-height:0;overflow-y:auto;margin-right:-.5rem;padding-right:.5rem}.conversation-list__scroll::-webkit-scrollbar{width:.375rem}.conversation-list__scroll::-webkit-scrollbar-track{background:transparent}.conversation-list__scroll::-webkit-scrollbar-thumb{background:#e4e4e7;border-radius:999px}.conversation-list__scroll::-webkit-scrollbar-thumb:hover{background:#d4d4d8}.conversation-list__skeletons{display:flex;flex-direction:column;gap:.5rem}.conversation-list__empty{padding:2rem 1rem;text-align:center;color:#71717a;font-size:.875rem}.conversation-list__rows{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.25rem}.conversation-row__button{width:100%;display:flex;align-items:center;gap:.75rem;padding:.625rem;border:none;border-radius:10px;background:transparent;text-align:left;cursor:pointer;transition:background .15s ease}.conversation-row__button:hover{background:#fafafa}@media (prefers-reduced-motion: reduce){.conversation-row__button{transition:none}}.conversation-row.is-active .conversation-row__button{background:#fee2e2}.conversation-row__body{flex:1;min-width:0;display:flex;flex-direction:column;gap:.125rem}.conversation-row__top{display:flex;align-items:baseline;justify-content:space-between;gap:.5rem}.conversation-row__name{font-size:.875rem;font-weight:600;color:#18181b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-row__time{flex-shrink:0;font-size:.6875rem;color:#a1a1aa}.conversation-row__bottom{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.conversation-row__preview{min-width:0;font-size:.8125rem;color:#71717a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.conversation-row__preview.is-typing{color:#16a34a;font-style:italic}.conversation-row__marks{display:flex;align-items:center;gap:.375rem;flex-shrink:0}.conversation-row__marks svg{font-size:.6875rem;color:#a1a1aa}.conversation-row__unread{display:inline-flex;align-items:center;justify-content:center;min-width:1.25rem;height:1.25rem;padding:0 .375rem;border-radius:999px;background:#dc2626;color:#fff;font-size:.625rem;font-weight:700}.conversation-row__role{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#a1a1aa}.messages-page__new-chat{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.625rem;border:1px dashed #d4d4d8;border-radius:10px;background:transparent;color:#dc2626;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;font-weight:600;cursor:pointer;flex-shrink:0;transition:all .2s ease}.messages-page__new-chat:hover{border-color:#dc2626;background:#fee2e2}@media (prefers-reduced-motion: reduce){.messages-page__new-chat{transition:none}}.message-thread{flex:1;min-height:0;display:flex;flex-direction:column}.thread-header{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border-bottom:1px solid #e4e4e7;background:#fff;flex-shrink:0}.thread-header__back{display:none;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;border-radius:50%;background:#fafafa;color:#52525b;cursor:pointer;flex-shrink:0}@media (max-width: 767px){.thread-header__back{display:inline-flex}}.thread-header__identity{flex:1;min-width:0;display:flex;flex-direction:column}.thread-header__name{font-size:.9375rem;font-weight:600;color:#18181b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.thread-header__status{font-size:.75rem;color:#71717a}.thread-header__actions{display:flex;align-items:center;gap:.25rem;flex-shrink:0}.thread-header__action{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;border:none;border-radius:50%;background:transparent;color:#71717a;font-size:.8125rem;cursor:pointer;transition:all .15s ease}.thread-header__action:hover:not(:disabled){background:#f4f4f5;color:#3f3f46}.thread-header__action.is-on{background:#fee2e2;color:#dc2626}.thread-header__action:disabled{opacity:.5;cursor:not-allowed}@media (prefers-reduced-motion: reduce){.thread-header__action{transition:none}}.thread-header__search{display:flex;align-items:center;gap:.5rem;padding:.375rem .75rem;border:1px solid #e4e4e7;border-radius:999px;background:#fafafa}.thread-header__search svg{color:#a1a1aa;font-size:.75rem}.thread-header__search input{width:8.75rem;border:none;background:transparent;outline:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.8125rem;color:#27272a}.thread-header__search button{border:none;background:transparent;color:#a1a1aa;cursor:pointer;display:inline-flex}@media (max-width: 767px){.thread-header__search input{width:5.625rem}}.message-thread__scroll{flex:1;min-height:0;overflow-y:auto;padding:1rem;background:#fafafa}.message-thread__scroll::-webkit-scrollbar{width:.375rem}.message-thread__scroll::-webkit-scrollbar-track{background:transparent}.message-thread__scroll::-webkit-scrollbar-thumb{background:#e4e4e7;border-radius:999px}.message-thread__scroll::-webkit-scrollbar-thumb:hover{background:#d4d4d8}.message-thread__skeletons{display:flex;flex-direction:column;gap:.75rem}.message-thread__older,.message-thread__typing{text-align:center;font-size:.75rem;color:#71717a;padding:.5rem}.message-thread__typing{flex-shrink:0;text-align:left;padding:0 1rem .25rem;font-style:italic;color:#16a34a;background:#fafafa}.message-thread__empty{margin:auto;padding:2rem;text-align:center;color:#71717a}.message-thread__day{display:flex;flex-direction:column;gap:.125rem}.message-thread__separator{display:flex;justify-content:center;margin:1rem 0 .75rem}.message-thread__separator span{padding:.1875rem .75rem;border-radius:999px;background:#fff;border:1px solid #e4e4e7;font-size:.6875rem;font-weight:600;color:#71717a}.message-bubble{display:flex;align-items:flex-start;gap:.25rem;max-width:min(76%,35rem)}.message-bubble .message-menu{opacity:0;transition:opacity .15s ease}.message-bubble:hover .message-menu,.message-bubble .message-menu:focus-within{opacity:1}@media (prefers-reduced-motion: reduce){.message-bubble .message-menu{transition:none}}.message-bubble--theirs{margin-right:auto}.message-bubble--mine{margin-left:auto;flex-direction:row-reverse}.message-bubble.starts-run{margin-top:.75rem}.message-bubble__body{min-width:0;padding:.5rem .75rem;border-radius:12px;background:#fff;border:1px solid #e4e4e7;box-shadow:0 1px 2px #0000000d}.message-bubble--mine .message-bubble__body{background:#fee2e2;border-color:#fca5a5}.message-bubble.is-highlighted .message-bubble__body{outline:2px solid #f97316;outline-offset:1px}.message-bubble.is-pending .message-bubble__body{opacity:.7}.message-bubble.is-failed .message-bubble__body{border-color:#dc2626}.message-bubble.is-deleted .message-bubble__text{font-style:italic;color:#a1a1aa}.message-bubble__text{margin:0;font-size:.875rem;line-height:1.4;color:#27272a;white-space:pre-wrap;overflow-wrap:anywhere}.message-bubble__quote{display:block;width:100%;margin-bottom:.375rem;padding:.375rem .5rem;border:none;border-left:3px solid #dc2626;border-radius:6px;background:#0000000a;text-align:left;cursor:pointer}.message-bubble__quote-preview{display:block;font-size:.75rem;color:#52525b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-bubble__forwarded{display:inline-flex;align-items:center;gap:.25rem;margin-bottom:.125rem;font-size:.6875rem;font-style:italic;color:#a1a1aa}.message-bubble__meta{display:flex;align-items:center;justify-content:flex-end;gap:.25rem;margin-top:.125rem;font-size:.625rem;color:#a1a1aa}.message-bubble__starred{color:#eab308}.message-bubble__edited{font-style:italic}.message-bubble__tick{font-size:.6875rem;color:#a1a1aa}.message-bubble__tick.is-pending{color:#d4d4d8}.message-bubble__tick.is-read{color:#2563eb}.message-bubble__tick.is-failed{color:#dc2626}.message-bubble__retry{display:flex;align-items:center;gap:.5rem;font-size:.6875rem;color:#dc2626}.message-bubble__retry button{border:none;background:transparent;color:#dc2626;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.6875rem;font-weight:600;cursor:pointer;text-decoration:underline}.message-menu{position:relative;flex-shrink:0}.message-menu__trigger{display:inline-flex;align-items:center;justify-content:center;width:1.375rem;height:1.375rem;border:none;border-radius:50%;background:transparent;color:#a1a1aa;font-size:.625rem;cursor:pointer}.message-menu__trigger:hover{background:#f4f4f5;color:#52525b}.message-menu__panel{position:absolute;top:100%;right:0;z-index:20;min-width:11.875rem;padding:.25rem;border:1px solid #e4e4e7;border-radius:10px;background:#fff;box-shadow:0 10px 15px -3px #00000014,0 4px 6px -2px #0000000d;display:flex;flex-direction:column}.message-menu__item{display:flex;align-items:center;gap:.5rem;padding:.5rem .625rem;border:none;border-radius:6px;background:transparent;color:#3f3f46;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.8125rem;text-align:left;cursor:pointer}.message-menu__item svg{font-size:.75rem;color:#a1a1aa}.message-menu__item:hover{background:#fafafa}.message-menu__item.is-danger{color:#dc2626}.message-menu__item.is-danger svg{color:#dc2626}.message-composer{flex-shrink:0;padding:.75rem 1rem;border-top:1px solid #e4e4e7;background:#fff}.message-composer--blocked{text-align:center;font-size:.8125rem;color:#71717a;font-style:italic}.message-composer__banner{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem;padding:.5rem .75rem;border-left:3px solid #dc2626;border-radius:6px;background:#fafafa}.message-composer__banner button{border:none;background:transparent;color:#a1a1aa;cursor:pointer;display:inline-flex;flex-shrink:0}.message-composer__banner-body{flex:1;min-width:0;display:flex;flex-direction:column}.message-composer__banner-label{font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#dc2626}.message-composer__banner-text{font-size:.75rem;color:#52525b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-composer__row{display:flex;align-items:flex-end;gap:.5rem}.message-composer__input{flex:1;min-width:0;resize:none;padding:.625rem .75rem;border:1px solid #e4e4e7;border-radius:12px;background:#fafafa;outline:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;line-height:1.4;color:#27272a;-ms-overflow-style:none;scrollbar-width:none}.message-composer__input:focus{border-color:#fca5a5;background:#fff}.message-composer__input::placeholder{color:#a1a1aa}.message-composer__input::-webkit-scrollbar{display:none}.message-composer__send{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;flex-shrink:0;border:none;border-radius:50%;background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;font-size:.875rem;cursor:pointer;transition:all .2s ease}.message-composer__send:hover:not(:disabled){box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a}.message-composer__send:disabled{opacity:.4;cursor:not-allowed}@media (prefers-reduced-motion: reduce){.message-composer__send{transition:none}}.message-composer__counter{margin-top:.25rem;text-align:right;font-size:.6875rem;color:#a1a1aa}.message-composer__counter.is-over{color:#dc2626;font-weight:600}.modal.new-chat-modal,.modal.forward-modal{max-width:32.5rem;width:100%}.modal.rotate-handle-modal{max-width:27.5rem}.modal.rotate-handle-modal p{margin:0 0 .75rem;font-size:.875rem;line-height:1.6;color:#52525b}.modal.rotate-handle-modal p:last-child{margin-bottom:0}.new-chat{display:flex;flex-direction:column;gap:.75rem}.new-chat__field{display:flex;flex-direction:column;gap:.375rem}.new-chat__label{font-size:.75rem;font-weight:600;color:#52525b}.new-chat__row{display:flex;gap:.5rem}.new-chat__input{flex:1;min-width:0;padding:.625rem .75rem;border:1px solid #e4e4e7;border-radius:10px;background:#fafafa;outline:none;font-family:Poppins,sans-serif;font-size:1.125rem;font-weight:600;letter-spacing:.08em;color:#18181b}.new-chat__input:focus{border-color:#fca5a5;background:#fff}.new-chat__input::placeholder{color:#d4d4d8;font-weight:400}.new-chat__error{margin:0;font-size:.8125rem;color:#dc2626}.new-chat__card{display:flex;align-items:center;gap:.75rem;padding:.75rem;border:1px solid #fca5a5;border-radius:12px;background:#fee2e2}.new-chat__card-identity{flex:1;min-width:0;display:flex;flex-direction:column}.new-chat__card-name{font-size:1rem;font-weight:600;color:#18181b}.new-chat__card-role{font-size:.75rem;color:#71717a}.new-chat__divider{display:flex;align-items:center;gap:.75rem;color:#a1a1aa;font-size:.75rem}.new-chat__divider:before,.new-chat__divider:after{content:"";flex:1;height:1px;background:#e4e4e7}.directory-panel{display:flex;flex-direction:column;gap:.5rem;max-height:20rem;overflow-y:auto}.directory-panel::-webkit-scrollbar{width:.375rem}.directory-panel::-webkit-scrollbar-track{background:transparent}.directory-panel::-webkit-scrollbar-thumb{background:#e4e4e7;border-radius:999px}.directory-panel::-webkit-scrollbar-thumb:hover{background:#d4d4d8}.directory-panel__search{display:flex;align-items:center;gap:.5rem;padding:.5rem .75rem;border:1px solid #e4e4e7;border-radius:999px;background:#fafafa;position:sticky;top:0;z-index:1}.directory-panel__search svg{color:#a1a1aa;font-size:.8125rem;flex-shrink:0}.directory-panel__search input{flex:1;min-width:0;border:none;background:transparent;outline:none;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:.875rem;color:#27272a}.directory-panel__skeletons{display:flex;flex-direction:column;gap:.5rem}.directory-panel__note{margin:0;padding:1rem 0;text-align:center;font-size:.8125rem;color:#71717a}.directory-panel__heading{margin:.5rem 0 .25rem;font-size:.6875rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#a1a1aa}.directory-panel__rows{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.125rem}.directory-panel__row{width:100%;display:flex;align-items:center;gap:.75rem;padding:.5rem;border:none;border-radius:10px;background:transparent;text-align:left;cursor:pointer}.directory-panel__row:hover:not(:disabled){background:#fafafa}.directory-panel__row:disabled{opacity:.5;cursor:not-allowed}.directory-panel__identity{display:flex;flex-direction:column;min-width:0}.directory-panel__name{font-size:.875rem;font-weight:500;color:#18181b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.directory-panel__role{font-size:.6875rem;color:#a1a1aa}.forward-modal{display:flex;flex-direction:column;gap:.75rem}.forward-modal__preview{margin:0;padding:.5rem .75rem;border-left:3px solid #dc2626;border-radius:6px;background:#fafafa;font-size:.8125rem;line-height:1.4;color:#52525b;white-space:pre-wrap;overflow-wrap:anywhere}.forward-modal__field{display:flex;flex-direction:column;gap:.375rem}.forward-modal__field span{font-size:.75rem;font-weight:600;color:#52525b}.forward-modal__field input{padding:.5rem .75rem;border:1px solid #e4e4e7;border-radius:10px;background:#fafafa;outline:none;font-family:Poppins,sans-serif;font-size:.9375rem;letter-spacing:.06em;color:#18181b}.forward-modal__field input:focus{border-color:#fca5a5;background:#fff}.forward-modal__rows{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.125rem;max-height:17.5rem;overflow-y:auto}.forward-modal__rows::-webkit-scrollbar{width:.375rem}.forward-modal__rows::-webkit-scrollbar-track{background:transparent}.forward-modal__rows::-webkit-scrollbar-thumb{background:#e4e4e7;border-radius:999px}.forward-modal__rows::-webkit-scrollbar-thumb:hover{background:#d4d4d8}.forward-modal__row{display:flex;align-items:center;gap:.75rem;padding:.5rem;border-radius:10px;cursor:pointer}.forward-modal__row:hover{background:#fafafa}.forward-modal__row input[type=checkbox]{width:1rem;height:1rem;accent-color:#dc2626;cursor:pointer;flex-shrink:0}.forward-modal__name{font-size:.875rem;color:#27272a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.no-approved-page{padding:clamp(1rem,3vw,2rem)}@media (max-width: 767px){.no-approved-page{padding:1rem}}.no-approved-page .overlay-card{position:relative;border-radius:14px;padding:clamp(1rem,3vw,1.5rem);background:#fff;border:1px solid #e4e4e7;box-shadow:0 4px 6px -1px #00000012,0 2px 4px -1px #0000000a}@media (max-width: 767px){.no-approved-page .overlay-card{padding:1rem}}.no-approved-page .overlay-card .card-content .card-title{display:flex;align-items:center;gap:.5rem}.no-approved-page .overlay-card .card-content .card-title h3{margin:0;font-size:1.125rem;color:#27272a}.no-approved-page .overlay-card .card-content .card-title svg{color:#dc2626;font-size:1.125rem}.no-approved-page .overlay-card .card-content p{margin-top:.5rem;color:#3f3f46}.no-approved-page .overlay-card .card-content .note-row{margin-top:.75rem;display:flex;align-items:center;gap:.5rem;color:#71717a}.no-approved-page .overlay-card .card-content .note-row svg{color:#71717a}.no-approved-page .overlay-card .card-content .actions{margin-top:1rem}.no-approved-page .overlay-card .card-content .actions .btn.btn-primary{display:inline-flex;align-items:center;gap:.5rem}@media (max-width: 767px){.no-approved-page .overlay-card .card-content .actions .btn.btn-primary{width:100%;justify-content:center}}.parent-achievements{display:flex;min-height:100vh;position:relative;background:#fafafa}.parent-achievements .main-content{flex:1;min-width:0;margin-left:280px;transition:all .3s ease;min-height:100vh;position:relative}@media (max-width: 767px){.parent-achievements .main-content{margin-left:0}}.parent-achievements .ach-page{display:grid;grid-template-columns:minmax(0,720px) 300px;gap:1.5rem;justify-content:center;align-items:start;padding:2rem 2rem 2.5rem}@media (max-width: 1199px){.parent-achievements .ach-page{grid-template-columns:minmax(0,720px);padding:1.5rem 1rem 2rem}}@media (max-width: 767px){.parent-achievements .ach-page{padding:1rem 1rem 2rem;gap:1rem}}.parent-achievements .ach-page__main{min-width:0}.parent-achievements .ach-wall__bar{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1.25rem;flex-wrap:wrap}.parent-achievements .ach-wall__sorts{display:flex;gap:.5rem;overflow-x:auto;scroll-snap-type:x proximity}.parent-achievements .ach-wall__sorts::-webkit-scrollbar{display:none}.parent-achievements .ach-wall__sort{flex:0 0 auto;scroll-snap-align:start;padding:.5rem 1rem;border:1px solid #e4e4e7;border-radius:999px;background:#fff;color:#52525b;font-size:.8125rem;font-weight:600;white-space:nowrap;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease}.parent-achievements .ach-wall__sort:hover{border-color:#fecaca;color:#dc2626}.parent-achievements .ach-wall__sort--active{background:#dc2626;border-color:#dc2626;color:#fff}.parent-achievements .ach-wall__sort--active:hover{color:#fff}.parent-achievements .ach-wall__count{font-size:.8125rem;color:#71717a}.parent-achievements .ach-wall__list{display:flex;flex-direction:column;gap:1.25rem}.parent-achievements .ach-card{background:#fff;border:1px solid #f4f4f5;border-radius:12px;padding:1.25rem;box-shadow:0 1px 2px #0000000d}.parent-achievements .ach-card--skeleton{display:flex;flex-direction:column;gap:.75rem}.parent-achievements .ach-card__head{display:flex;align-items:center;gap:.75rem;margin-bottom:.75rem}.parent-achievements .ach-card__avatar{width:44px;height:44px;border-radius:50%;object-fit:cover;flex:0 0 auto}.parent-achievements .ach-card__avatar--initials{display:flex;align-items:center;justify-content:center;background:#fee2e2;color:#dc2626;font-size:.875rem;font-weight:700;letter-spacing:.02em}.parent-achievements .ach-card__who{display:flex;flex-direction:column;gap:.125rem;min-width:0}.parent-achievements .ach-card__name{font-size:.9375rem;font-weight:600;color:#18181b;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.parent-achievements .ach-card__when{font-size:.75rem;color:#71717a}.parent-achievements .ach-card__caption{margin:0 0 .75rem;font-size:.9375rem;line-height:1.6;color:#27272a;overflow-wrap:anywhere;white-space:pre-wrap}.parent-achievements .ach-grid{display:grid;gap:4px;border-radius:10px;overflow:hidden}.parent-achievements .ach-grid__tile{padding:0;border:0;background:#f4f4f5;cursor:zoom-in;overflow:hidden;display:block;aspect-ratio:1/1}.parent-achievements .ach-grid__tile img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .25s ease}.parent-achievements .ach-grid__tile:hover img{transform:scale(1.03)}.parent-achievements .ach-grid__tile:focus-visible{outline:3px solid #dc2626;outline-offset:-3px}.parent-achievements .ach-grid--one .ach-grid__tile{aspect-ratio:auto;max-height:520px}.parent-achievements .ach-grid--one .ach-grid__tile img{object-fit:contain;max-height:520px;background:#fafafa}.parent-achievements .ach-grid--two{grid-template-columns:1fr 1fr}.parent-achievements .ach-grid--three{grid-template-columns:2fr 1fr;grid-template-rows:1fr 1fr;height:340px}.parent-achievements .ach-grid--three .ach-grid__tile{aspect-ratio:auto;min-height:0}.parent-achievements .ach-grid--three .ach-grid__tile:first-child{grid-row:span 2}.parent-achievements .ach-grid--four{grid-template-columns:1fr 1fr}.parent-achievements .ach-card__tally{display:flex;align-items:center;gap:1rem;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #f4f4f5;font-size:.8125rem;color:#52525b}.parent-achievements .ach-card__quiet{color:#a1a1aa}.parent-achievements .ach-wall__more{display:flex;justify-content:center;margin-top:1.25rem}.parent-achievements .ach-wall__more-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:1px solid #e4e4e7;border-radius:999px;background:#fff;color:#3f3f46;font-size:.875rem;font-weight:600;cursor:pointer;transition:border-color .18s ease,color .18s ease}.parent-achievements .ach-wall__more-btn:hover:not(:disabled){border-color:#dc2626;color:#dc2626}.parent-achievements .ach-wall__more-btn:disabled{cursor:progress;color:#a1a1aa}.parent-achievements .ach-wall__more-btn .spinner{animation:spin 1s linear infinite}.parent-achievements .empty-state{display:flex;flex-direction:column;align-items:center;text-align:center;gap:.5rem;padding:3rem 1.5rem;background:#fff;border:1px solid #f4f4f5;border-radius:12px}.parent-achievements .empty-state .empty-icon{font-size:2rem;color:#d4d4d8;margin-bottom:.5rem}.parent-achievements .empty-state h3{margin:0;font-size:1.125rem;color:#27272a}.parent-achievements .empty-state p{margin:0;max-width:42ch;font-size:.875rem;line-height:1.6;color:#71717a}@media (max-width: 767px){.parent-achievements .ach-card{padding:1rem;border-radius:10px}.parent-achievements .ach-card__avatar{width:38px;height:38px}.parent-achievements .ach-grid--three{height:260px}}@media (max-width: 639px){.parent-achievements .ach-grid--three{grid-template-columns:1fr 1fr;grid-template-rows:auto auto;height:auto}.parent-achievements .ach-grid--three .ach-grid__tile{aspect-ratio:1/1}.parent-achievements .ach-grid--three .ach-grid__tile:first-child{grid-row:auto;grid-column:span 2;aspect-ratio:16/10}}@media (max-width: 479px){.parent-achievements .ach-wall__bar{margin-bottom:1rem}.parent-achievements .ach-wall__sort{padding:.5rem .75rem;font-size:.75rem}.parent-achievements .ach-card__tally{gap:.75rem;font-size:.75rem}}@media (prefers-reduced-motion: reduce){.parent-achievements .ach-grid__tile img,.parent-achievements .ach-wall__sort,.parent-achievements .ach-wall__more-btn{transition:none}.parent-achievements .ach-grid__tile:hover img{transform:none}}.parent-achievements .ach-tabs{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:1.25rem}@media (max-width: 767px){.parent-achievements .ach-tabs{flex-wrap:wrap}}.parent-achievements .ach-tabs__row{display:flex;gap:.25rem;padding:.25rem;background:#f4f4f5;border-radius:999px}.parent-achievements .ach-tabs__tab{padding:.5rem 1rem;border:none;border-radius:999px;background:transparent;color:#52525b;font-size:.8125rem;font-weight:600;white-space:nowrap;cursor:pointer;transition:background .18s ease,color .18s ease}.parent-achievements .ach-tabs__tab:hover{color:#dc2626}.parent-achievements .ach-tabs__tab--active{background:#fff;color:#18181b;box-shadow:0 1px 2px #0000000d}.parent-achievements .ach-tabs__tab--active:hover{color:#18181b}.parent-achievements .ach-tabs__hint{margin:0 0 1.25rem;padding:.75rem 1rem;background:#fee2e2;border-radius:10px;color:#3f3f46;font-size:.8125rem;line-height:1.5}.parent-achievements .ach-rail{position:sticky;top:1.5rem;display:flex;flex-direction:column;gap:1rem}@media (max-width: 1199px){.parent-achievements .ach-rail{position:static;order:-1;flex-direction:row;flex-wrap:wrap;align-items:flex-start}.parent-achievements .ach-rail>*{flex:1 1 260px}}.parent-achievements .ach-rail__share{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;padding:.75rem 1rem;border:none;border-radius:999px;background:#dc2626;color:#fff;font-size:.875rem;font-weight:600;white-space:nowrap;cursor:pointer;transition:background .18s ease,opacity .18s ease}.parent-achievements .ach-rail__share:hover:not(:disabled){background:#b91c1c}.parent-achievements .ach-rail__share:disabled{opacity:.5;cursor:not-allowed}.parent-achievements .ach-rail__card{background:#fff;border:1px solid #f4f4f5;border-radius:12px;padding:1rem;box-shadow:0 1px 2px #0000000d}.parent-achievements .ach-rail__title{margin:0 0 .75rem;font-size:.875rem;font-weight:600;color:#18181b;overflow-wrap:anywhere}.parent-achievements .ach-rail__counts{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.5rem}.parent-achievements .ach-rail__count{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#52525b}.parent-achievements .ach-rail__count strong{font-size:1rem;font-weight:700;color:#18181b;min-width:1.4em;text-align:right}.parent-achievements .ach-rail__count svg{flex:0 0 auto;font-size:.8125rem}.parent-achievements .ach-rail__count--approved svg{color:#16a34a}.parent-achievements .ach-rail__count--pending svg{color:#a1a1aa}.parent-achievements .ach-rail__count--declined svg{color:#dc2626}.parent-achievements .ach-rail__link{margin-top:.75rem;padding:0;border:none;background:none;color:#dc2626;font-size:.8125rem;font-weight:600;text-align:left;cursor:pointer}.parent-achievements .ach-rail__link:hover{text-decoration:underline}.parent-achievements .ach-rail__hint{margin:0;padding:.75rem 1rem;background:#fee2e2;border-radius:10px;color:#3f3f46;font-size:.8125rem;line-height:1.5}.parent-achievements .ach-rail__card .ach-rail__hint{padding:0;background:none;color:#71717a}.parent-achievements .ach-rail__note{margin:0;font-size:.75rem;line-height:1.6;color:#71717a}@media (max-width: 1199px){.parent-achievements .ach-rail__note{display:none}}.parent-achievements .ach-react{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.75rem}.parent-achievements .ach-react__btn{display:inline-flex;align-items:center;gap:.375rem;padding:.375rem .75rem;border:1px solid #e4e4e7;border-radius:999px;background:#fff;cursor:pointer;line-height:1;transition:border-color .18s ease,background .18s ease,transform .12s ease}.parent-achievements .ach-react__btn:hover{border-color:#fecaca;transform:translateY(-1px)}.parent-achievements .ach-react__btn:focus-visible{outline:2px solid #dc2626;outline-offset:2px}.parent-achievements .ach-react__btn[aria-disabled=true]{cursor:progress}.parent-achievements .ach-react__btn--on{background:#fee2e2;border-color:#dc2626}.parent-achievements .ach-react__emoji{font-size:1rem}.parent-achievements .ach-react__count{font-size:.75rem;font-weight:600;color:#52525b}.parent-achievements .ach-react__btn--on .ach-react__count{color:#dc2626}.parent-achievements .ach-card__comment-toggle{display:inline-flex;align-items:center;gap:.375rem;margin-left:auto;padding:.25rem .5rem;border:none;border-radius:6px;background:none;color:#52525b;font-size:.8125rem;font-weight:600;cursor:pointer;transition:color .18s ease}.parent-achievements .ach-card__comment-toggle svg{color:#a1a1aa}.parent-achievements .ach-card__comment-toggle:hover{color:#dc2626}.parent-achievements .ach-card__comment-toggle:hover svg{color:#dc2626}.parent-achievements .ach-thread{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #f4f4f5;display:flex;flex-direction:column;gap:.75rem}.parent-achievements .ach-thread__list,.parent-achievements .ach-thread__replies{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.parent-achievements .ach-thread__replies{margin-top:.75rem;padding-left:calc(32px + .5rem);border-left:2px solid #f4f4f5}@media (max-width: 639px){.parent-achievements .ach-thread__replies{padding-left:.75rem}}.parent-achievements .ach-thread__quiet{margin:0;display:flex;align-items:center;gap:.5rem;font-size:.8125rem;color:#71717a}.parent-achievements .ach-thread__quiet .spinner{animation:spin 1s linear infinite}.parent-achievements .ach-thread__quiet--error{color:#dc2626}.parent-achievements .ach-comment{display:flex;gap:.5rem}.parent-achievements .ach-comment--going{opacity:.5}.parent-achievements .ach-comment__avatar{width:32px;height:32px;border-radius:50%;object-fit:cover;flex:0 0 auto}.parent-achievements .ach-comment__avatar--initials{display:flex;align-items:center;justify-content:center;background:#fee2e2;color:#dc2626;font-size:.75rem;font-weight:700}.parent-achievements .ach-comment__body{min-width:0;flex:1 1 auto}.parent-achievements .ach-comment__head{display:flex;align-items:center;flex-wrap:wrap;gap:.5rem}.parent-achievements .ach-comment__name{font-size:.8125rem;font-weight:600;color:#18181b}.parent-achievements .ach-comment__tag{padding:1px .5rem;border-radius:999px;background:#fee2e2;color:#dc2626;font-size:.625rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.parent-achievements .ach-comment__when{font-size:.75rem;color:#a1a1aa}.parent-achievements .ach-comment__quote{margin:.25rem 0 0;padding:.375rem .5rem;border-left:2px solid #e4e4e7;background:#fafafa;border-radius:6px;font-size:.75rem;color:#71717a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.parent-achievements .ach-comment__text{margin:.25rem 0 0;font-size:.875rem;line-height:1.6;color:#27272a;overflow-wrap:anywhere;white-space:pre-wrap}.parent-achievements .ach-comment__actions{display:flex;gap:.75rem;margin-top:.25rem}.parent-achievements .ach-comment__action{display:inline-flex;align-items:center;gap:.25rem;padding:0;border:none;background:none;color:#71717a;font-size:.75rem;font-weight:600;cursor:pointer}.parent-achievements .ach-comment__action:hover:not(:disabled){color:#dc2626}.parent-achievements .ach-comment__action:disabled{cursor:progress;opacity:.6}.parent-achievements .ach-comment__action svg{font-size:.625rem}.parent-achievements .ach-comment__action--danger:hover:not(:disabled){color:#dc2626}.parent-achievements .ach-thread__compose{display:flex;flex-direction:column;gap:.5rem}.parent-achievements .ach-thread__replying{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.375rem .75rem;background:#fafafa;border-radius:8px;font-size:.75rem;color:#52525b}.parent-achievements .ach-thread__cancel{border:none;background:none;padding:0;color:#dc2626;font-size:.75rem;font-weight:600;cursor:pointer}.parent-achievements .ach-thread__row{display:flex;align-items:flex-end;gap:.5rem}.parent-achievements .ach-thread__input{flex:1 1 auto;min-width:0;resize:vertical;min-height:40px;padding:.625rem .75rem;border:1px solid #e4e4e7;border-radius:10px;background:#fff;color:#27272a;font-family:inherit;font-size:.875rem;line-height:1.4}.parent-achievements .ach-thread__input::placeholder{color:#a1a1aa}.parent-achievements .ach-thread__input:focus{outline:none;border-color:#dc2626}.parent-achievements .ach-thread__send{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border:none;border-radius:50%;background:#dc2626;color:#fff;cursor:pointer;transition:background .18s ease,opacity .18s ease}.parent-achievements .ach-thread__send:hover:not(:disabled){background:#b91c1c}.parent-achievements .ach-thread__send:disabled{opacity:.4;cursor:not-allowed}.parent-achievements .ach-thread__send .spinner{animation:spin 1s linear infinite}.parent-achievements .ach-thread__error{margin:0;font-size:.75rem;color:#dc2626}@media (prefers-reduced-motion: reduce){.parent-achievements .ach-react__btn,.parent-achievements .ach-card__comment-toggle,.parent-achievements .ach-thread__send{transition:none}.parent-achievements .ach-react__btn:hover{transform:none}}.parent-achievements .ach-sub{background:#fff;border:1px solid #f4f4f5;border-radius:12px;padding:1.25rem;box-shadow:0 1px 2px #0000000d}.parent-achievements .ach-sub__head{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem;flex-wrap:wrap}.parent-achievements .ach-sub__badge{padding:.25rem .75rem;border-radius:999px;font-size:.75rem;font-weight:600;white-space:nowrap}.parent-achievements .ach-sub__badge--pending{background:#f4f4f5;color:#52525b}.parent-achievements .ach-sub__badge--approved{background:#16a34a1f;color:#16a34a}.parent-achievements .ach-sub__badge--declined{background:#fee2e2;color:#b91c1c}.parent-achievements .ach-sub__when{font-size:.75rem;color:#71717a}.parent-achievements .ach-sub__caption{margin:0 0 .75rem;font-size:.9375rem;line-height:1.6;color:#27272a;overflow-wrap:anywhere;white-space:pre-wrap}.parent-achievements .ach-sub__note{margin-top:1rem;padding:.75rem 1rem;background:#fee2e2;border-left:3px solid #dc2626;border-radius:8px}.parent-achievements .ach-sub__note-label{display:block;margin-bottom:.25rem;font-size:.75rem;font-weight:600;color:#b91c1c}.parent-achievements .ach-sub__note-body{margin:0;font-size:.875rem;line-height:1.6;color:#27272a;overflow-wrap:anywhere}.parent-achievements .ach-sub__actions{display:flex;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #f4f4f5}.parent-achievements .ach-sub__action{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border:1px solid #e4e4e7;border-radius:999px;background:#fff;color:#3f3f46;font-size:.8125rem;font-weight:600;cursor:pointer;transition:background .18s ease,color .18s ease,border-color .18s ease}.parent-achievements .ach-sub__action:hover:not(:disabled){border-color:#d4d4d8;background:#fafafa}.parent-achievements .ach-sub__action:disabled{opacity:.5;cursor:not-allowed}.parent-achievements .ach-sub__action--danger{color:#dc2626}.parent-achievements .ach-sub__action--danger:hover:not(:disabled){border-color:#fecaca;background:#fee2e2}.modal.ach-compose{max-width:min(560px,94vw)}.ach-compose{display:flex;flex-direction:column;gap:.75rem}.ach-compose__label{font-size:.875rem;font-weight:600;color:#27272a}.ach-compose__caption{width:100%;padding:.75rem;border:1px solid #e4e4e7;border-radius:8px;font-family:inherit;font-size:.9375rem;line-height:1.6;color:#18181b;resize:vertical}.ach-compose__caption:focus{outline:none;border-color:#dc2626}.ach-compose__caption:disabled{background:#fafafa;color:#71717a}.ach-compose__meter{margin:0;align-self:flex-end;font-size:.75rem;color:#71717a}.ach-compose__strip{display:flex;flex-wrap:wrap;gap:.5rem}.ach-compose__slot{position:relative;width:84px;height:84px;border-radius:8px;overflow:hidden;background:#f4f4f5}.ach-compose__slot img{width:100%;height:100%;object-fit:cover;display:block}.ach-compose__drop{position:absolute;top:.25rem;right:.25rem;width:22px;height:22px;display:flex;align-items:center;justify-content:center;border:none;border-radius:50%;background:#18181bbf;color:#fff;font-size:.625rem;cursor:pointer}.ach-compose__drop:disabled{opacity:.4;cursor:not-allowed}.ach-compose__add{width:84px;height:84px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.25rem;padding:.25rem;border:1px dashed #d4d4d8;border-radius:8px;background:#fafafa;color:#52525b;font-size:.6875rem;font-weight:500;text-align:center;line-height:1.2;cursor:pointer;transition:border-color .18s ease,color .18s ease}.ach-compose__add:hover:not(:disabled){border-color:#dc2626;color:#dc2626}.ach-compose__add:disabled{opacity:.5;cursor:not-allowed}.ach-compose__file{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.ach-compose__rejects{margin:0;padding-left:1.25rem;font-size:.75rem;line-height:1.5;color:#52525b}.ach-compose__problem{margin:0;padding:.5rem .75rem;background:#fee2e2;border-radius:6px;font-size:.8125rem;color:#b91c1c}.ach-compose__phase{display:flex;flex-direction:column;gap:.5rem;margin:0;font-size:.8125rem;color:#52525b}.ach-compose__bar{display:block;height:4px;border-radius:999px;background:#e4e4e7;overflow:hidden;position:relative}.ach-compose__bar:after{content:"";position:absolute;inset:0 auto 0 0;width:var(--fill, 0%);background:#dc2626;transition:width .2s ease}.ach-compose__actions{display:flex;justify-content:flex-end;gap:.5rem;margin-top:.5rem}.ach-compose__cancel,.ach-compose__send{padding:.625rem 1.25rem;border-radius:999px;font-size:.875rem;font-weight:600;cursor:pointer;transition:background .18s ease,color .18s ease}.ach-compose__cancel:disabled,.ach-compose__send:disabled{opacity:.6;cursor:not-allowed}.ach-compose__cancel{border:1px solid #e4e4e7;background:#fff;color:#52525b}.ach-compose__cancel:hover:not(:disabled){background:#fafafa}.ach-compose__send{border:none;background:#dc2626;color:#fff}.ach-compose__send:hover:not(:disabled){background:#b91c1c}.ach-compose__fineprint{margin:0;font-size:.75rem;line-height:1.5;color:#71717a;text-align:center}.modal.ach-lightbox{max-width:min(980px,94vw);background:#18181b;color:#fafafa}.modal.ach-lightbox .modal-header{border-bottom:1px solid rgba(255,255,255,.1);padding:1rem 1.25rem .75rem}.modal.ach-lightbox .modal-header h3{font-size:.9375rem;font-weight:500;color:#fffc;padding-right:2rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal.ach-lightbox .modal-header .close-btn{color:#ffffffa6}.modal.ach-lightbox .modal-header .close-btn:hover{color:#fff}.modal.ach-lightbox .modal-body{padding:1rem}.ach-lightbox__stage{position:relative;display:flex;align-items:center;justify-content:center}.ach-lightbox__image{display:block;max-width:100%;max-height:72vh;object-fit:contain;border-radius:8px}.ach-lightbox__step{position:absolute;top:50%;transform:translateY(-50%);width:44px;height:44px;display:flex;align-items:center;justify-content:center;border:0;border-radius:50%;background:#0000008c;color:#fff;font-size:1rem;cursor:pointer;transition:background .18s ease}.ach-lightbox__step:hover:not(:disabled){background:#000000bf}.ach-lightbox__step:disabled{opacity:.3;cursor:default}.ach-lightbox__step--prev{left:.5rem}.ach-lightbox__step--next{right:.5rem}.ach-lightbox__caption{margin:1rem 0 0;font-size:.875rem;line-height:1.6;color:#ffffffc7;text-align:center;overflow-wrap:anywhere;white-space:pre-wrap}.ach-lightbox__dots{display:flex;justify-content:center;gap:.5rem;margin-top:1rem}.ach-lightbox__dot{width:9px;height:9px;padding:0;border:0;border-radius:50%;background:#ffffff4d;cursor:pointer;transition:background .18s ease,transform .18s ease}.ach-lightbox__dot:hover{background:#ffffff8c}.ach-lightbox__dot--active{background:#dc2626;transform:scale(1.25)}@media (max-width: 767px){.modal.ach-lightbox{max-width:100%}.modal.ach-lightbox .modal-body{padding:.75rem}.ach-lightbox__image{max-height:62vh}.ach-lightbox__step{width:38px;height:38px}}@media (prefers-reduced-motion: reduce){.ach-lightbox__step,.ach-lightbox__dot{transition:none}.ach-lightbox__dot--active{transform:none}}.modal.parent-profile-modal .modal-body{display:flex;flex-direction:column;gap:1.25rem}.modal.parent-profile-modal .profile-modal__identity{display:flex;align-items:center;gap:1rem}.modal.parent-profile-modal .profile-modal__avatar{width:56px;height:56px;border-radius:50%;object-fit:cover;flex:0 0 auto}.modal.parent-profile-modal .profile-modal__avatar--initials{display:flex;align-items:center;justify-content:center;background:#fee2e2;color:#dc2626;font-size:1.125rem;font-weight:700;letter-spacing:.02em}.modal.parent-profile-modal .profile-modal__who{display:flex;flex-direction:column;gap:.125rem;min-width:0}.modal.parent-profile-modal .profile-modal__name{font-size:1.125rem;font-weight:700;color:#18181b;overflow-wrap:anywhere}.modal.parent-profile-modal .profile-modal__role{font-size:.8125rem;color:#71717a}.modal.parent-profile-modal .profile-modal__status{display:flex;flex-direction:column;gap:.5rem;padding:1rem;border-radius:10px;background:#fafafa;border:1px solid #f4f4f5}.modal.parent-profile-modal .profile-modal__status-pill{display:inline-flex;align-items:center;align-self:flex-start;gap:.5rem;padding:.375rem .75rem;border-radius:999px;font-size:.8125rem;font-weight:600}.modal.parent-profile-modal .profile-modal__status-note{margin:0;font-size:.8125rem;line-height:1.6;color:#52525b}.modal.parent-profile-modal .profile-modal__status--active .profile-modal__status-pill{background:#16a34a26;color:#16a34a}.modal.parent-profile-modal .profile-modal__status--pending .profile-modal__status-pill,.modal.parent-profile-modal .profile-modal__status--empty .profile-modal__status-pill{background:#eab30826;color:#b98d06}.modal.parent-profile-modal .profile-modal__rows{margin:0;display:flex;flex-direction:column;gap:.25rem}.modal.parent-profile-modal .profile-modal__row{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;padding:.625rem 0;border-bottom:1px solid #f4f4f5}.modal.parent-profile-modal .profile-modal__row:last-child{border-bottom:none}.modal.parent-profile-modal .profile-modal__row dt{display:inline-flex;align-items:center;gap:.5rem;flex:0 0 auto;font-size:.8125rem;color:#71717a}.modal.parent-profile-modal .profile-modal__row dt svg{color:#a1a1aa;font-size:.75rem}.modal.parent-profile-modal .profile-modal__row dd{margin:0;min-width:0;text-align:right;font-size:.875rem;font-weight:500;color:#18181b}.modal.parent-profile-modal .profile-modal__row-wrap{overflow-wrap:anywhere}.modal.parent-profile-modal .profile-modal__settings{display:inline-flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border:1px solid #e4e4e7;border-radius:10px;background:#fff;color:#3f3f46;font-size:.875rem;font-weight:600;cursor:pointer;transition:border-color .18s ease,color .18s ease}.modal.parent-profile-modal .profile-modal__settings:hover{border-color:#dc2626;color:#dc2626}@media (prefers-reduced-motion: reduce){.modal.parent-profile-modal .profile-modal__settings{transition:none}}
