:root{line-height:1.5;font-weight:400}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}#header{background-image:url(/headerImg.png);height:90vh;background-size:100% 100%;background-repeat:no-repeat;background-position:center;display:flex;align-items:end;padding:80px 0}.header-box{display:flex;flex-direction:column;gap:16px;max-width:50%}.header-box h1{font-size:64px;color:#fff;font-weight:600;line-height:68px}.header-box p{font-size:16px;color:#fff;font-weight:400;line-height:22px}#header .btn-group{display:flex;gap:18px}@media(max-width:768px){#header{height:100vh;padding:80px 0}.header-box{gap:16px;max-width:100%}.header-box h1{font-size:36px;line-height:38px}#header .btn-group{align-items:start;flex-direction:column;gap:8px}}.loader-container{display:flex;justify-content:center;align-items:center;padding:2rem}.loader-fullscreen{position:fixed;inset:0;background:#fffffff2;z-index:9999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.loader-content{display:flex;flex-direction:column;align-items:center;gap:1rem}.spinner{position:relative;width:60px;height:60px}.loader-small .spinner{width:30px;height:30px}.loader-medium .spinner{width:60px;height:60px}.loader-large .spinner{width:80px;height:80px}.spinner-circle{position:absolute;width:100%;height:100%;border:3px solid transparent;border-top-color:#b8860b;border-radius:50%;animation:spin 1.2s cubic-bezier(.5,0,.5,1) infinite}.spinner-circle-2{border-top-color:#daa520;animation-delay:-.4s}.spinner-circle-3{border-top-color:gold;animation-delay:-.8s}.loader-text{color:#333;font-size:.95rem;font-weight:500;margin:0;animation:pulse 1.5s ease-in-out infinite}.loader-small .loader-text{font-size:.8rem}.loader-large .loader-text{font-size:1.1rem}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px}.projects-skeleton{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;padding:2rem 0}.project-skeleton-item{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000001a}.overlay-loader{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:10000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.overlay-loader-content{background:#fff;padding:2rem 3rem;border-radius:12px;box-shadow:0 10px 40px #0003;display:flex;flex-direction:column;align-items:center;gap:1rem}.overlay-loader-content .spinner{width:50px;height:50px}.overlay-loader-content .loader-text{font-size:1rem;color:#333;font-weight:600}#projects{padding:80px 0}.projects-box{display:flex;flex-wrap:wrap;align-items:center;gap:42px 20px}.project-item{transition:all .3s ease;height:250px;display:flex;flex-direction:column}.project-item.small{width:calc((100% - 60px)/4)}.project-item.large{width:calc((100% - 40px) / 3)}.project-item .img{width:100%;height:100%;overflow:hidden;flex:1}.project-item .img img{width:100%;height:100%;object-fit:cover;transition:all .3s ease}.project-item:hover .img img{transform:scale(1.2)}.project-item .have-blur{filter:blur(1.6px)}.project-item:hover .have-blur{filter:blur(0)}.project-item h3{font-size:20px;font-weight:600;line-height:25px;margin-top:14px}.projects-skeleton{display:flex;flex-wrap:wrap;gap:42px 20px;width:100%}.project-skeleton-item{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000000d;transition:all .3s ease}.project-skeleton-item:nth-child(1),.project-skeleton-item:nth-child(2),.project-skeleton-item:nth-child(3),.project-skeleton-item:nth-child(4){width:calc((100% - 60px)/4)}.project-skeleton-item:nth-child(5),.project-skeleton-item:nth-child(6),.project-skeleton-item:nth-child(7){width:calc((100% - 40px) / 3)}.project-skeleton-image{width:100%;height:200px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite}.project-skeleton-content{padding:1rem}.project-skeleton-title{height:20px;width:60%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px;margin-bottom:.5rem}.project-skeleton-text{height:16px;width:40%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px}.no-projects-message{text-align:center;padding:3rem 0;color:#666;font-size:1.1rem}@media(max-width:768px){#projects{padding:20px 0}.projects-box{gap:24px}.project-item{height:unset}.project-item.small{aspect-ratio:4/5;width:calc((100% - 24px)/2)}.project-item.large{aspect-ratio:3/2;width:100%}.project-item .img{width:100%;height:100%;overflow:hidden;flex:1}.projects-skeleton{gap:24px}.project-skeleton-item{background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #0000000d;transition:all .3s ease}.project-skeleton-item:nth-child(1),.project-skeleton-item:nth-child(2),.project-skeleton-item:nth-child(3),.project-skeleton-item:nth-child(4){width:calc((100% - 24px)/2)}.project-skeleton-item:nth-child(5),.project-skeleton-item:nth-child(6),.project-skeleton-item:nth-child(7){display:none}.project-skeleton-image{height:150px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.no-projects-message{text-align:center;padding:3rem 0;color:#666;font-size:1.1rem}}#services{padding:80px 0 70px;margin-top:80px;background-image:url(/servicesBgImg.png);background-size:100% 100%;background-repeat:no-repeat;background-position:center}.services-box{display:flex;flex-direction:column;align-items:center}.service-items{display:flex;margin-bottom:60px;gap:46px}.service-item{padding:24px;background-color:#6e6e6e;border:2px solid #6E6E6E;width:calc((100% - 138px)/4);transition:all .3s ease;color:#fff}.service-item:hover{border:2px solid #E3010F;background-color:#fff;color:#6e6e6e}.service-item h3{font-size:20px;font-weight:600;line-height:25px;margin-bottom:14px}.service-item p{line-height:19px;width:100%;min-height:95px}.service-item div{display:flex;justify-content:end;align-items:center}.service-item a{text-decoration:none;color:#fff;font-weight:600;font-size:20px;line-height:19px;transition:all .3s ease}.service-item:hover a{color:#e3010f}.service-item svg{color:#fff;transition:all .3s ease}.service-item:hover svg{color:#6e6e6e}.btn-red{background-color:#e3010f;color:#f9f9fd;border-color:#e3010f;width:calc((100% - 138px)/4);text-align:center}@media(max-width:768px){#services{margin-top:40px;padding:0;background-image:url(/servicesBgImgMedia.png);background-size:unset}.services-box{display:flex;flex-direction:column;align-items:center}.service-items{flex-wrap:wrap;gap:36px}.service-item{padding:12px;width:calc((100% - 36px)/2);transition:all .3s ease;color:#fff}.service-item h3{font-size:10px;line-height:100%;margin-bottom:7px}.service-item p{line-height:100%;font-size:8px;min-height:40px}.service-item svg{width:30px;height:32px}.btn-red{font-size:14px;width:unset}}.home{padding:2rem 0}.home .container{max-width:1200px;margin:0 auto;padding:0 1rem}.home h1{font-size:2.5rem;margin-bottom:1rem}.home p{font-size:1.2rem;color:#666}.login{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem}.login-container{background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a;padding:2rem;width:100%;max-width:400px}.login h1{text-align:center;margin-bottom:2rem;font-size:2rem}.login-form{display:flex;flex-direction:column;gap:1.5rem}.form-group label{font-weight:500;color:#333}.form-group input{padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .2s}.form-group input:focus{outline:none;border-color:#646cff}.login-button{padding:.75rem;background:#646cff;color:#fff;border:none;border-radius:8px;font-size:1rem;font-weight:500;cursor:pointer;transition:background .2s}.login-button:hover{background:#535bf2}.login-error{background:#ffebee;color:#c62828;padding:.75rem;border-radius:6px;text-align:center;font-size:.9rem}.login-hint{margin-top:1rem;padding-top:1rem;border-top:1px solid #e0e0e0;font-size:.85rem;color:#666}.login-hint p{margin:.25rem 0}.overlay-loader{position:fixed;inset:0;background:#00000080;display:flex;justify-content:center;align-items:center;z-index:10000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:fadeIn .2s ease-in}.login-button:disabled{background:#9ca3af;cursor:not-allowed;opacity:.7}.button-loading{display:flex;align-items:center;justify-content:center;gap:.75rem}.button-spinner{width:16px;height:16px;border:2px solid transparent;border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.admin-layout{display:flex;min-height:100vh;background:#f8f9fa}.admin-sidebar{width:260px;background:#1e293b;color:#fff;display:flex;flex-direction:column;position:fixed;height:100vh;left:0;top:0;z-index:1000;border-right:1px solid #334155}.sidebar-header{padding:1.5rem;border-bottom:1px solid #334155}.sidebar-header h2{font-size:1.25rem;font-weight:600;margin:0;color:#f1f5f9}.sidebar-nav{flex:1;padding:1rem 0;overflow-y:auto}.sidebar-link{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;color:#cbd5e1;text-decoration:none;border-left:3px solid transparent}.sidebar-link:hover{background:#334155;color:#f1f5f9}.sidebar-link.active{background:#334155;color:#fff;border-left-color:#e3010f;font-weight:500}.sidebar-icon{font-size:1.1rem;width:20px;text-align:center;font-weight:600}.sidebar-divider{height:1px;background:#334155;margin:.5rem 1rem}.sidebar-footer{padding:1rem;border-top:1px solid #334155}.sidebar-logout{display:flex;align-items:center;gap:.75rem;width:100%;padding:.875rem 1.5rem;background:#334155;color:#f87171;border:none;cursor:pointer;font-size:1rem}.sidebar-logout:hover{background:#475569;color:#ef4444}.admin-main{flex:1;margin-left:260px;display:flex;flex-direction:column;min-height:100vh}.admin-topbar{background:#fff;border-bottom:1px solid #e2e8f0;padding:1.25rem 2rem;position:sticky;top:0;z-index:100}.topbar-content{display:flex;justify-content:space-between;align-items:center}.page-title{font-size:1.75rem;font-weight:600;color:#0f172a;margin:0}.user-info{display:flex;align-items:center;gap:1rem}.user-badge{background:#e3010f;color:#fff;padding:.5rem 1rem;border-radius:4px;font-size:.875rem}.admin-content{flex:1;padding:2rem}@media(max-width:1024px){.admin-sidebar{width:220px}.admin-main{margin-left:220px}}@media(max-width:768px){.admin-sidebar{transform:translate(-100%);transition:transform .3s ease}.admin-sidebar.open{transform:translate(0)}.admin-main{margin-left:0}.admin-content{padding:1rem}.page-title{font-size:1.5rem}}.admin-form-section{background:#fff;border:1px solid #e2e8f0;padding:2rem}.admin-form-card{background:transparent;border-radius:0;padding:0}.admin-projects-list-section{background:#fff;border:1px solid #e2e8f0;padding:2rem}.admin-projects-list-section h2{font-size:1.5rem;margin:0 0 .25rem;color:#0f172a;font-weight:600}.list-subtitle{font-size:.875rem;color:#64748b;margin:0}.list-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:1px solid #e2e8f0}.admin-form-card h3{font-size:1.5rem;margin-bottom:1.5rem;color:#333}.admin-form{display:flex;flex-direction:column;gap:1rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:500;color:#333;font-size:.9rem}.form-group input[type=text],.form-group select{padding:.75rem;border:1px solid #cbd5e1;font-size:1rem;font-family:inherit;background:#fff}.form-group input[type=text]:focus,.form-group select:focus{outline:none;border-color:#e3010f}.file-input{padding:.5rem;border:1px dashed #cbd5e1;font-size:1rem;font-family:inherit;cursor:pointer;width:100%}.file-input:hover{border-color:#e3010f}.file-input:focus{outline:none;border-color:#e3010f}.file-hint{font-size:.85rem;color:#666;margin-top:.5rem;font-style:italic}.image-preview-container{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.image-preview{max-width:100%;max-height:300px;border:1px solid #e2e8f0;object-fit:contain}.btn-remove-image{padding:.5rem 1rem;background:#f44;color:#fff;border:none;font-size:.9rem;cursor:pointer;align-self:flex-start}.btn-remove-image:hover{background:#c00}.form-actions{display:flex;gap:1rem;align-items:center}.btn-add{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;background:#e3010f;color:#fff;border:none;font-size:1rem;font-weight:500;cursor:pointer}.btn-add:hover{background:#c0000d}.btn-add span{font-size:1.2rem;font-weight:300}.btn-cancel{padding:.75rem 1.5rem;background:#6b7280;color:#fff;border:none;font-size:1rem;cursor:pointer}.btn-cancel:hover{background:#555}.no-projects{text-align:center;padding:2rem;color:#666;font-style:italic}.projects-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.project-item-admin{background:#fff;border:1px solid #e2e8f0;padding:1.5rem;display:flex;flex-direction:column;gap:1rem}.project-item-admin:hover{border-color:#e3010f}.project-item-content{display:flex;flex-direction:column;gap:.5rem}.project-image-preview{width:100%;height:200px;overflow:hidden;background:#f8fafc;display:flex;align-items:center;justify-content:center;border:1px solid #e2e8f0}.project-image-preview img{width:100%;height:100%;object-fit:cover}.project-item-content h4{font-size:1.25rem;margin:.75rem 0 .25rem;color:#0f172a;font-weight:600}.project-item-content p{color:#64748b;font-size:.875rem;margin:0}.project-item-actions{display:flex;gap:.5rem}.btn-edit{padding:.625rem 1rem;background:#3b82f6;color:#fff;border:none;font-size:.875rem;font-weight:500;cursor:pointer;flex:1}.btn-edit:hover{background:#2563eb}.btn-delete{padding:.625rem 1rem;background:#ef4444;color:#fff;border:none;font-size:.875rem;font-weight:500;cursor:pointer;flex:1}.btn-delete:hover{background:#dc2626}@media(max-width:768px){.projects-grid{grid-template-columns:1fr}.form-actions{flex-direction:column}.btn-add,.btn-cancel{width:100%}.list-header{flex-direction:column;gap:1rem;align-items:stretch}.list-header .btn-add{width:100%}}.admin-projects-skeleton{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.5rem;margin-top:2rem}.admin-project-skeleton-item{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 12px #00000014}.admin-project-skeleton-image{width:100%;height:180px;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:8px;margin-bottom:1rem}.admin-project-skeleton-title{height:24px;width:70%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px;margin-bottom:.75rem}.admin-project-skeleton-text{height:18px;width:50%;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:4px;margin-bottom:1rem}.admin-project-skeleton-buttons{display:flex;gap:.75rem;margin-top:1rem}.admin-project-skeleton-button{height:36px;flex:1;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:6px}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.btn-add:disabled,.btn-cancel:disabled,.btn-edit:disabled,.btn-delete:disabled{opacity:.6;cursor:not-allowed}.button-loading{display:flex;align-items:center;justify-content:center;gap:.5rem}.button-spinner{width:14px;height:14px;border:2px solid transparent;border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.overlay-loader{position:fixed;inset:0;background:#0009;display:flex;justify-content:center;align-items:center;z-index:10000;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px);animation:fadeIn .2s ease-in}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.overlay-loader-content{background:#fff;padding:2.5rem 3.5rem;border-radius:16px;box-shadow:0 10px 40px #0000004d;display:flex;flex-direction:column;align-items:center;gap:1.5rem;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.overlay-loader-content .loader-text{font-size:1.1rem;color:#333;font-weight:600;margin:0}*{margin:0;padding:0;box-sizing:border-box;font-family:Montserrat,sans-serif}.container{padding-left:80px!important;padding-right:80px!important}.btn{border:1px solid transparent;border-radius:20px;padding:10px 14px;text-decoration:none;display:inline-block}.btn-big{padding:10px 50px}.btn-primary{background-color:#6e6e6e;color:#fff;border-color:#6e6e6e}.btn-secondary{background-color:#6e6e6e54;color:#fff;border-color:#6e6e6e80}.btn-white{background-color:#fff;color:#6e6e6e;border-color:#fff}.title{width:33%;border-bottom:3px solid #E3010F;padding:16px 0;margin-bottom:42px}.title h2{font-size:36px;font-weight:600;line-height:100%;color:#6e6e6e}@media(max-width:768px){.container{padding-left:32px!important;padding-right:32px!important}.title{width:50%;padding:10px 0;margin-bottom:24px}.title h2{font-size:16px}}.navigation{background:transparent;position:fixed;width:100%;top:0;z-index:100;padding:12px unset}.navigation.scrolled{background:#fff}.nav-container{padding:8px 0;display:grid;width:100%;grid-template-columns:auto 1fr auto;align-items:center}.nav-logo{text-decoration:none}.nav-links{display:flex;justify-content:center;gap:1.5rem;align-items:center}.nav-link{color:#6e6e6e;text-decoration:none;font-weight:500}.nav-button{background:none;border:none;cursor:pointer;font-size:inherit;font-family:inherit}.nav-button:hover{background:#f5f5f5;color:#646cff}.hamburger{display:none;flex-direction:column;justify-content:center;gap:5px;background:none;border:none;cursor:pointer;padding:4px;z-index:200;align-items:end}.hamburger span{display:block;width:24px;height:2px;background:#6e6e6e;transition:transform .3s,opacity .3s}.mobile-menu--open .hamburger span{background:#fff}.hamburger.open span:nth-child(1){transform:translateY(7px) rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-7px) rotate(-45deg)}.mobile-menu{display:none;flex-direction:column;width:100%;height:0;gap:8px;overflow:hidden;transition:height 3s}.mobile-menu--open{background:#6e6e6ec9!important}.mobile-menu--open .mobile-menu{height:auto;padding-bottom:20px}.mobile-link{color:#fff;text-decoration:none;font-size:16px;font-weight:500;transition:color .2s}.mobile-link:hover{color:#c8a96e}@media(max-width:768px){.nav-links,.nav-desktop-contact{display:none}.hamburger,.mobile-menu{display:flex}.nav-container{grid-template-columns:auto 1fr auto}}footer{margin-top:80px;background-image:url(/footerBgImg.png);background-size:100% 100%;background-repeat:no-repeat;background-position:center;color:#6e6e6e;padding:7px 0 0;display:flex;align-items:center}.footer-side-img{width:52%;aspect-ratio:4/3}.footer-menu{width:48%;padding-left:80px}.footer-menu img{width:30%}.footer-menu h3{font-size:32px;font-weight:700;line-height:39px;margin:24px 0}.footer-menu ul{list-style:none;display:flex;flex-direction:column;gap:16px}.footer-menu ul li a{text-decoration:none;color:#6e6e6e;font-weight:600}@media(max-width:768px){footer{margin-top:20px;background-image:unset;flex-wrap:wrap;justify-content:end}.footer-side-img{width:120%;aspect-ratio:3/4}.footer-menu{position:relative;top:-50px;z-index:1;width:100%;padding-left:30px}.footer-menu img{width:25%}.footer-menu h3{font-size:28px;margin:16px 0}.footer-menu ul{gap:16px}.footer-menu ul li a{text-decoration:none;color:#6e6e6e;font-weight:600}}.products{padding-top:80px}.team-page{min-height:100vh;padding:80px 0 60px;background:linear-gradient(to bottom,#f8f9fa,#fff)}.team-header{text-align:center;margin-bottom:60px}.team-header h1{font-size:3rem;font-weight:700;color:#1a1a1a;margin-bottom:1rem}.team-header p{font-size:1.25rem;color:#666;max-width:600px;margin:0 auto}.team-grid{display:flex;flex-wrap:wrap;gap:30px;margin-bottom:40px}.team-card{width:calc((100% - 90px)/4);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.team-card__image{width:100%;aspect-ratio:1/ 1;border-radius:100%;overflow:hidden;background:linear-gradient(135deg,#667eea,#764ba2);position:relative}.team-card__image img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.team-card:hover .team-card__image img{transform:scale(1.05)}.team-card__placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2)}.team-card__placeholder span{font-size:4rem;font-weight:700;color:#fff;text-transform:uppercase}.team-card__info{padding:24px;text-align:center}.team-card__name{font-size:1.5rem;font-weight:600;color:#1a1a1a;margin-bottom:8px}.team-card__position{font-size:1rem;color:#e3010f;font-weight:500;text-transform:uppercase;letter-spacing:.5px}.team-empty{text-align:center;padding:60px 20px;color:#666;font-size:1.25rem}.team-error{text-align:center;padding:60px 20px;color:#dc3545;font-size:1.25rem}.team-card-skeleton{width:calc((100% - 90px)/4);background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 4px 12px #0000001a}.team-card-skeleton__image{width:100%;height:350px;background:linear-gradient(90deg,#f0f0f0,#e0e0e0,#f0f0f0);background-size:200% 100%;animation:shimmer 1.5s infinite}.team-card-skeleton__info{padding:24px}.skeleton-name{height:28px;background:linear-gradient(90deg,#f0f0f0,#e0e0e0,#f0f0f0);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;margin-bottom:12px;width:70%;margin-left:auto;margin-right:auto}.skeleton-position{height:20px;background:linear-gradient(90deg,#f0f0f0,#e0e0e0,#f0f0f0);background-size:200% 100%;animation:shimmer 1.5s infinite;border-radius:4px;width:50%;margin-left:auto;margin-right:auto}@keyframes shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}@media(max-width:768px){.team-page{min-height:100vh;padding:80px 0 0;background:linear-gradient(to bottom,#f8f9fa,#fff)}.team-header{margin-bottom:30px}.team-header h1{font-size:1.5rem;margin-bottom:0}.team-header p{font-size:.75rem}.team-grid{display:flex;flex-wrap:wrap;row-gap:30px;margin-bottom:40px}.team-card{width:calc((100% - 30px)/2)}.team-card__placeholder span{font-size:2rem}.team-card__info{padding:14px}.team-card__name{font-size:1rem;margin-bottom:4px}.team-card__position{font-size:.75rem;letter-spacing:unset}.team-empty{text-align:center;padding:60px 20px;color:#666;font-size:1.25rem}.team-card-skeleton{width:calc((100% - 30px)/2)}.team-card-skeleton__image{height:150px}}
