:root{--color-main-white:#fff;--color-main-black:#000;--color-main-dark-blue:#1a1a1a;--color-main-pink:#db0a40;--color-text-primary:#1a1a1a;--color-text-secondary:#475569;--color-text-placeholder:#aaa;--color-text-gray:#6b7280;--color-border:hsla(216,8%,88%,.3);--color-danger:#e74c3c;--color-success:#27ae60;--color-bg:var(--color-main-white);--color-bg-disabled:#f5f5f5;--color-dark-transparent:rgba(0,0,0,.7);--transition-default:300ms;--transition-smooth:600ms;--font-main:"Inter",sans-serif;--opacity-default:0.8;--shadow-default:0 4px 12px rgba(0,0,0,.08);--shadow-hover-default:0 8px 20px rgba(0,0,0,.1);--height-header:70px;--padding-container:60px}@media(max-width:900px){:root{--padding-container:40px}}@media(max-width:768px){:root{--height-header:65px;--padding-container:16px}}@media(max-width:432px){:root{--height-header:60px;--padding-container:12px}}@media(max-width:375px){:root{--padding-container:10px}}@media(max-width:320px){:root{--padding-container:8px}}:root{--gym-background:#edf4f5;--gym-surface:rgba(245,251,252,.84);--gym-surface-strong:#fff;--gym-text:#102027;--gym-text-muted:#49616a;--gym-line:rgba(16,32,39,.1);--gym-accent:#0d6f6b;--gym-accent-strong:#094944;--gym-accent-soft:rgba(13,111,107,.12);--gym-highlight:#f59e0b;--gym-shadow:0 24px 60px rgba(12,45,53,.12);--gym-radius-xl:32px;--gym-radius-lg:24px;--gym-radius-md:18px}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:rgba(0,0,0,0)}body,html{overflow-x:hidden}body{min-height:100vh;font-family:var(--font-main);line-height:1.5;color:var(--gym-text);background:radial-gradient(circle at top left,rgba(13,111,107,.18),transparent 26%),radial-gradient(circle at top right,rgba(245,158,11,.18),transparent 24%),linear-gradient(180deg,#f8fcfd 0,var(--gym-background) 44%,#dcecee 100%)}a{color:inherit;text-decoration:none}button,input,select,textarea{font:inherit}img{display:block;max-width:100%}