:root{--red-50: #fef2f2;--red-100: #fee2e2;--red-200: #fecaca;--red-300: #fca5a5;--red-400: #f87171;--red-500: #ef4444;--red-600: #dc2626;--red-700: #b91c1c;--red-800: #991b1b;--red-900: #7f1d1d;--gray-50: #f9fafb;--gray-100: #f3f4f6;--gray-200: #e5e7eb;--gray-300: #d1d5db;--gray-400: #9ca3af;--gray-500: #6b7280;--gray-600: #4b5563;--gray-700: #374151;--gray-800: #1f2937;--gray-900: #111827;--gold: #d4a853;--gold-light: #f5e6c8;--space-xs: clamp(.5rem, 1vw, .75rem);--space-sm: clamp(.75rem, 1.5vw, 1rem);--space-md: clamp(1rem, 2vw, 1.5rem);--space-lg: clamp(1.5rem, 3vw, 2rem);--space-xl: clamp(2rem, 4vw, 3rem);--text-xs: clamp(.7rem, 1.2vw, .75rem);--text-sm: clamp(.8rem, 1.4vw, .875rem);--text-base: clamp(.875rem, 1.6vw, 1rem);--text-lg: clamp(1rem, 1.8vw, 1.125rem);--text-xl: clamp(1.125rem, 2vw, 1.25rem);--text-2xl: clamp(1.25rem, 2.5vw, 1.5rem);--text-3xl: clamp(1.5rem, 3vw, 1.875rem);--container-max: 1400px;--container-padding: clamp(1rem, 4vw, 2rem)}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Manrope,-apple-system,sans-serif;background:var(--gray-50);color:var(--gray-800);line-height:1.5;font-size:var(--text-base);-webkit-font-smoothing:antialiased}a{color:inherit;text-decoration:none}.container{max-width:var(--container-max);margin:0 auto;padding-left:var(--container-padding);padding-right:var(--container-padding)}.skeleton-wrapper{position:fixed;inset:0;background:var(--gray-50);z-index:9999;transition:opacity .3s ease,visibility .3s ease}.skeleton-wrapper.loaded{opacity:0;visibility:hidden;pointer-events:none}.skeleton{background:linear-gradient(90deg,var(--gray-200) 25%,var(--gray-100) 50%,var(--gray-200) 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite;border-radius:8px}@keyframes skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-header{background:#fff;padding:12px 0;box-shadow:0 1px 3px #00000014}.skeleton-header-inner{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding);display:flex;align-items:center;justify-content:space-between;gap:16px}.skeleton-logo{display:flex;align-items:center;gap:12px}.skeleton-logo-icon{width:50px;height:50px;border-radius:12px}.skeleton-logo-text{display:flex;flex-direction:column;gap:6px}.skeleton-logo-title{width:200px;height:16px}.skeleton-logo-sub{width:140px;height:12px}.skeleton-search{flex:1;max-width:360px;height:42px;border-radius:10px}.skeleton-btns{display:flex;gap:8px}.skeleton-btn{width:120px;height:38px;border-radius:10px}.skeleton-nav{background:#fff;border-bottom:1px solid var(--gray-200);padding:12px 0}.skeleton-nav-inner{max-width:var(--container-max);margin:0 auto;padding:0 var(--container-padding);display:flex;gap:24px}.skeleton-nav-item{width:80px;height:20px;border-radius:6px}.skeleton-content{max-width:var(--container-max);margin:0 auto;padding:var(--space-lg) var(--container-padding);display:grid;grid-template-columns:240px 1fr 280px;gap:var(--space-lg)}.skeleton-sidebar{display:flex;flex-direction:column;gap:16px}.skeleton-card{background:#fff;border-radius:16px;padding:16px;box-shadow:0 1px 3px #0000000a}.skeleton-card-title{width:60%;height:18px;margin-bottom:16px}.skeleton-menu-item{height:36px;margin-bottom:8px;border-radius:8px}.skeleton-main{display:flex;flex-direction:column;gap:24px}.skeleton-hero{height:160px;border-radius:20px;background:linear-gradient(90deg,var(--red-200) 25%,var(--red-100) 50%,var(--red-200) 75%);background-size:200% 100%;animation:skeleton-loading 1.5s infinite}.skeleton-programs{background:#fff;border-radius:16px;padding:20px}.skeleton-programs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;margin-top:16px}.skeleton-program{height:60px;border-radius:12px}@media(max-width:1200px){.skeleton-content{grid-template-columns:220px 1fr}.skeleton-sidebar:last-child{display:none}}@media(max-width:900px){.skeleton-content{grid-template-columns:1fr}.skeleton-sidebar:first-child,.skeleton-search,.skeleton-btns{display:none}.skeleton-logo-title{width:120px}.skeleton-logo-sub{display:none}}@media(max-width:600px){.skeleton-programs-grid{grid-template-columns:1fr}.skeleton-nav-inner{gap:16px}.skeleton-nav-item{width:40px}}.top-bar{background:var(--red-800);color:#fff;font-size:13px;padding:8px 0}.top-bar-content{display:flex;justify-content:space-between;align-items:center;gap:16px}.top-bar-left{display:flex;align-items:center}.top-bar-right{display:flex;align-items:center;gap:16px}.top-bar-address,.top-bar-phone,.top-bar-email{display:flex;align-items:center;gap:6px;color:var(--red-200);transition:color .15s}.top-bar-address:hover,.top-bar-phone:hover,.top-bar-email:hover{color:#fff}.top-bar-address i,.top-bar-phone i,.top-bar-email i{width:14px;height:14px;flex-shrink:0}.top-bar-social{display:flex;align-items:center;gap:8px}.top-bar-social a{display:flex;align-items:center;justify-content:center;color:var(--red-200);transition:color .15s}.top-bar-social a:hover{color:#fff}.top-bar-social svg{width:18px;height:18px}.top-bar-vision{display:flex;align-items:center;gap:6px;padding:5px 12px;background:#ffffff1a;border:1px solid rgba(255,255,255,.3);border-radius:6px;color:#fff;font-size:12px;font-family:inherit;cursor:pointer;transition:all .2s}.top-bar-vision:hover{background:#fff3;border-color:#ffffff80}.top-bar-vision i{width:14px;height:14px}@media(max-width:1000px){.top-bar-right{gap:12px}}@media(max-width:800px){.top-bar-email span,.top-bar-vision span{display:none}.top-bar-vision{padding:6px}}@media(max-width:600px){.top-bar-address,.top-bar-left{display:none}.top-bar-content{justify-content:space-between}.top-bar-right{width:100%;justify-content:space-between}}@media(max-width:400px){.top-bar-phone span{font-size:12px}.top-bar-right{gap:8px}}body.vision-mode{font-size:18px!important}body.vision-mode *{font-family:Arial,sans-serif!important}body.vision-mode .top-bar{background:#000!important}body.vision-mode .top-bar-address,body.vision-mode .top-bar-phone,body.vision-mode .top-bar-email,body.vision-mode .top-bar-social a{color:#fff!important}body.vision-mode .header,body.vision-mode .nav-bar,body.vision-mode .card,body.vision-mode .footer,body.vision-mode .main-content{background:#fff!important;color:#000!important}body.vision-mode a{color:#00008b!important}body.vision-mode img{filter:grayscale(100%)}body.vision-mode .top-bar-vision{background:#fff;color:#000;border-color:#fff}.header{background:#fff;box-shadow:0 1px 3px #00000014;position:sticky;top:0;z-index:100}.header-main{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);padding:var(--space-sm) 0;min-height:70px}.logo{display:flex;align-items:center;gap:var(--space-sm);min-width:0}.logo-icon{width:clamp(40px,8vw,56px);height:clamp(40px,8vw,56px);background:linear-gradient(135deg,var(--red-700) 0%,var(--red-600) 100%);border-radius:clamp(8px,1.5vw,12px);display:grid;place-items:center;color:#fff;font-weight:800;font-size:clamp(12px,2vw,16px);letter-spacing:-.5px;box-shadow:0 4px 12px #b91c1c4d;position:relative;flex-shrink:0}.logo-icon:after{content:"";position:absolute;inset:2px;border:1px solid rgba(255,255,255,.2);border-radius:inherit}.logo-text{line-height:1.25;min-width:0}.logo-title-desktop{font-weight:800;font-size:var(--text-base);color:var(--gray-900);letter-spacing:-.02em}.logo-title-mobile{display:none;flex-direction:column;line-height:1.2}.logo-title-mobile span{font-weight:700;font-size:11px;color:var(--gray-900)}.logo-subtitle{font-size:var(--text-xs);color:var(--gray-500);font-weight:500}.header-search{flex:1;max-width:360px;min-width:0}.search-box{display:flex;align-items:center;background:var(--gray-100);border:1px solid var(--gray-200);border-radius:10px;padding:0 var(--space-sm);transition:all .2s}.search-box:focus-within{background:#fff;border-color:var(--red-500);box-shadow:0 0 0 3px var(--red-100)}.search-box i{width:18px;height:18px;color:var(--gray-400);flex-shrink:0}.search-box input{flex:1;border:none;background:none;padding:var(--space-sm);font-size:var(--text-sm);font-family:inherit;outline:none;color:var(--gray-800);min-width:0}.search-box input::-moz-placeholder{color:var(--gray-400)}.search-box input::placeholder{color:var(--gray-400)}.header-actions{display:flex;align-items:center;gap:var(--space-xs);flex-shrink:0}.header-btn{display:flex;align-items:center;gap:6px;padding:var(--space-xs) var(--space-sm);border-radius:10px;font-size:var(--text-sm);font-weight:600;transition:all .2s;border:none;cursor:pointer;font-family:inherit;white-space:nowrap}.header-btn i{width:18px;height:18px;flex-shrink:0}.header-btn-outline{background:transparent;color:var(--gray-600);border:1px solid var(--gray-300)}.header-btn-outline:hover{background:var(--gray-100);color:var(--gray-800)}.header-btn-primary{background:var(--red-600);color:#fff;box-shadow:0 2px 8px #dc26264d}.header-btn-primary:hover{background:var(--red-700)}.mobile-menu-btn{display:none;width:40px;height:40px;background:var(--gray-100);border:none;border-radius:10px;cursor:pointer;align-items:center;justify-content:center;flex-shrink:0}.mobile-menu-btn i{width:22px;height:22px;color:var(--gray-600)}@media(max-width:900px){.header-search,.header-actions{display:none}.mobile-menu-btn{display:flex}.logo-title-desktop{display:none}.logo-title-mobile{display:flex}.logo-subtitle{display:none}.logo-icon{width:42px;height:42px;font-size:13px}.logo-icon-img{width:42px;height:42px}.logo{flex:1}.header-main{gap:var(--space-sm);min-height:56px}}@media(max-width:400px){.logo-title-mobile span{font-size:10px}.logo-icon{width:36px;height:36px;font-size:12px}.logo-icon-img{width:36px;height:36px}.header-main{min-height:48px;padding:6px 0}}.logo-icon-img{width:50px;height:50px;-o-object-fit:contain;object-fit:contain;flex-shrink:0;border-radius:10px}.main-wrapper{display:grid;grid-template-columns:minmax(220px,260px) 1fr minmax(260px,300px);gap:var(--space-lg);padding:var(--space-lg) 0}.sidebar-left,.sidebar-right{display:flex;flex-direction:column;gap:var(--space-md)}.main-content{display:flex;flex-direction:column;gap:var(--space-lg);min-width:0}.menu-list{padding:var(--space-xs)}.menu-item{display:inline-flex;align-items:center;gap:var(--space-xs);padding:var(--space-xs) var(--space-sm);border-radius:10px;font-size:var(--text-sm);font-weight:500;color:var(--gray-600);transition:all .15s;width:100%}.menu-item:hover{background:var(--gray-100);color:var(--gray-800)}.menu-item.active{background:var(--red-50);color:var(--red-700)}.menu-item i{width:18px;height:18px;flex-shrink:0}.menu-item span{flex-shrink:0}.menu-badge{background:var(--red-600);color:#fff;font-size:10px;font-weight:700;padding:2px 6px;border-radius:10px;flex-shrink:0;margin-left:4px}.quick-actions{padding:var(--space-sm);display:flex;flex-direction:column;gap:var(--space-xs)}.quick-action{display:flex;align-items:center;gap:var(--space-xs);padding:var(--space-sm);background:var(--gray-50);border:1px solid var(--gray-200);border-radius:12px;font-size:var(--text-sm);font-weight:600;color:var(--gray-700);transition:all .2s}.quick-action:hover{border-color:var(--red-300);background:var(--red-50);color:var(--red-700)}.quick-action i{width:20px;height:20px;color:var(--red-500);flex-shrink:0}.accred-block{display:flex;align-items:center;gap:14px;padding:4px 0;transition:opacity .15s}.accred-block:hover{opacity:.85}.accred-fan-mini{position:relative;width:52px;height:56px;flex-shrink:0}.accred-fan-card{position:absolute;width:32px;height:42px;border-radius:4px;overflow:hidden;box-shadow:0 1px 4px #00000026;left:50%;top:50%;transform:translate(-50%,-50%) rotate(calc((var(--fan-i) - 1.5) * 10deg)) translate(calc((var(--fan-i) - 1.5) * 6px));z-index:calc(var(--fan-i));transition:transform .3s ease}.accred-fan-card img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.accred-block:hover .accred-fan-card{transform:translate(-50%,-50%) rotate(calc((var(--fan-i) - 1.5) * 14deg)) translate(calc((var(--fan-i) - 1.5) * 8px)) translateY(-2px)}.accred-title{font-size:13px;font-weight:700;color:var(--gray-800)}.accred-text{font-size:11px;color:var(--gray-400);margin-top:1px}.accred-link{font-size:11px;font-weight:600;color:var(--red-600);margin-top:4px;display:flex;align-items:center;gap:3px}.accred-link i{width:12px;height:12px}.license-modal-overlay{position:fixed;inset:0;background:#00000080;z-index:1100;display:flex;align-items:center;justify-content:center;padding:20px}.license-modal{background:#fff;border-radius:20px;width:100%;max-width:780px;max-height:90vh;overflow:hidden;box-shadow:0 24px 48px #0003;animation:licenseModalIn .25s ease}.license-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px 24px;border-bottom:1px solid var(--gray-100)}.license-modal-header h3{font-size:17px;font-weight:800;color:var(--gray-900)}.license-modal-header button{width:36px;height:36px;border:none;background:var(--gray-100);border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--gray-500);transition:background .15s}.license-modal-header button:hover{background:var(--gray-200)}.license-modal-body{padding:24px;overflow-y:auto;max-height:calc(85vh - 80px)}.license-modal-section{margin-bottom:8px}.license-modal-badge{width:40px;height:40px;border-radius:12px;display:grid;place-items:center;margin-bottom:10px}.license-modal-badge i{width:20px;height:20px;color:#fff}.license-modal-badge.green{background:linear-gradient(135deg,#22c55e,#16a34a)}.license-modal-badge.blue{background:linear-gradient(135deg,#3b82f6,#2563eb)}.license-modal-section h4{font-size:15px;font-weight:700;color:var(--gray-800);margin-bottom:2px}.license-modal-num{font-size:12px;color:var(--gray-400);margin-bottom:14px}.license-modal-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.license-modal-thumb{position:relative;border-radius:10px;overflow:hidden;aspect-ratio:.7;box-shadow:0 2px 8px #00000014;border:1px solid var(--gray-100);transition:transform .2s,box-shadow .2s;cursor:zoom-in}.license-modal-thumb:hover{transform:translateY(-3px);box-shadow:0 6px 20px #00000026}.license-modal-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.license-modal-zoom{position:absolute;inset:0;background:#0000;display:grid;place-items:center;transition:background .2s}.license-modal-zoom i{width:24px;height:24px;color:#fff;opacity:0;transition:opacity .2s}.license-modal-thumb:hover .license-modal-zoom{background:#00000040}.license-modal-thumb:hover .license-modal-zoom i{opacity:1}.license-modal-divider{height:1px;background:var(--gray-100);margin:20px 0}@keyframes licenseModalIn{0%{opacity:0;transform:scale(.95) translateY(10px)}to{opacity:1;transform:scale(1) translateY(0)}}@media(max-width:480px){.license-modal{border-radius:16px}.license-modal-grid{grid-template-columns:repeat(2,1fr);gap:10px}.license-modal-body{padding:16px}}.fancybox__container{z-index:1200!important}.sidebar-credit-banner{display:flex;align-items:center;gap:12px;padding:14px 16px;background:linear-gradient(135deg,#ecfdf5,#d1fae5);border:1px solid #a7f3d0;border-radius:14px;transition:all .2s}.sidebar-credit-banner:hover{border-color:#6ee7b7;box-shadow:0 4px 12px #10b9811f}.sidebar-credit-icon{width:38px;height:38px;background:#065f46;border-radius:10px;display:grid;place-items:center;flex-shrink:0}.sidebar-credit-icon i,.sidebar-credit-icon svg{width:18px;height:18px;color:#fff!important;stroke:#fff}.sidebar-credit-text{flex:1;min-width:0}.sidebar-credit-text strong{display:block;font-size:13px;font-weight:700;color:#065f46}.sidebar-credit-text span{font-size:11px;color:#047857}.sidebar-credit-arrow{width:16px;height:16px;color:#6ee7b7;flex-shrink:0;transition:transform .2s}.sidebar-credit-banner:hover .sidebar-credit-arrow{transform:translate(2px);color:#065f46}.contacts-list{display:flex;flex-direction:column;gap:12px}.contact-item{display:flex;align-items:center;gap:12px}.contact-icon{width:36px;height:36px;background:var(--gray-100);border-radius:10px;display:grid;place-items:center;flex-shrink:0}.contact-icon i{width:16px;height:16px;color:var(--gray-500)}.contact-info{display:flex;flex-direction:column;gap:1px}.contact-label{font-size:11px;color:var(--gray-400);font-weight:500}.contact-value{font-size:14px;font-weight:600;color:var(--gray-800)}.contact-value a{color:var(--gray-800)}.contact-value a:hover{color:var(--red-600)}.schedule-list{display:flex;flex-direction:column;gap:0}.schedule-row{display:flex;justify-content:space-between;align-items:center;padding:8px 0;border-bottom:1px dashed var(--gray-200)}.schedule-row:last-child{border-bottom:none}.schedule-day{font-size:13px;color:var(--gray-600);font-weight:500}.schedule-time{font-size:13px;font-weight:700;color:var(--gray-800)}.schedule-time.closed{color:var(--red-600)}@media(min-width:901px){.sidebar-right{position:sticky;align-self:start;will-change:top;z-index:10}}.card{background:#fff;border-radius:clamp(12px,2vw,16px);box-shadow:0 1px 3px #0000000a,0 4px 12px #00000008;overflow:hidden}.card-header{padding:var(--space-md);border-bottom:1px solid var(--gray-100);display:flex;align-items:center;justify-content:space-between;gap:var(--space-sm);flex-wrap:wrap}.card-title{font-weight:700;font-size:var(--text-sm);display:flex;align-items:center;gap:var(--space-xs);color:var(--gray-800)}.card-title i{width:20px;height:20px;color:var(--red-600);flex-shrink:0}.card-link{font-size:var(--text-xs);color:var(--red-600);font-weight:600;display:flex;align-items:center;gap:4px;transition:gap .2s}.card-link:hover{gap:8px}.card-link i{width:14px;height:14px;flex-shrink:0}.card-body{padding:var(--space-md)}.hero-banner{background:linear-gradient(135deg,var(--red-700) 0%,var(--red-600) 50%,var(--red-500) 100%);border-radius:clamp(12px,2vw,20px);padding:var(--space-lg);color:#fff;position:relative;overflow:hidden}.hero-banner:before{content:"";position:absolute;top:-50%;right:-20%;width:60%;height:200%;background:radial-gradient(ellipse,rgba(255,255,255,.1) 0%,transparent 70%);pointer-events:none}.hero-banner:after{content:"";position:absolute;top:50%;left:3%;width:220px;height:220px;transform:translateY(-50%);background:url(/logo-iga.png) no-repeat center / contain;opacity:.15;pointer-events:none;filter:brightness(0) invert(1)}.hero-content{position:relative;z-index:1;display:flex;align-items:center;justify-content:space-between;gap:var(--space-lg);flex-wrap:wrap}.hero-text{flex:1;min-width:200px}.hero-text h2{font-size:var(--text-2xl);font-weight:800;margin-bottom:var(--space-xs);letter-spacing:-.02em}.hero-text p{font-size:var(--text-sm);opacity:.9;max-width:400px}.hero-btn{background:#fff;color:var(--red-700);padding:var(--space-sm) var(--space-md);border-radius:12px;font-weight:700;font-size:var(--text-sm);display:flex;align-items:center;gap:var(--space-xs);transition:all .2s;box-shadow:0 4px 16px #00000026;white-space:nowrap;flex-shrink:0}.hero-btn:hover{transform:translateY(-2px);box-shadow:0 6px 24px #0003}.hero-btn i{width:18px;height:18px;flex-shrink:0}@media(max-width:600px){.hero-banner:after{width:150px;height:150px;left:-10px;opacity:.1}}.programs-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:var(--space-sm)}.program-item{display:flex;align-items:center;gap:var(--space-sm);padding:var(--space-sm);background:var(--gray-50);border:1px solid var(--gray-200);border-radius:12px;transition:all .2s}.program-item:hover{border-color:var(--red-300);background:#fff;box-shadow:0 4px 12px #b91c1c14}.program-icon{width:clamp(36px,6vw,44px);height:clamp(36px,6vw,44px);background:#fff;border:1px solid var(--gray-200);border-radius:10px;display:grid;place-items:center;flex-shrink:0;transition:all .2s}.program-item:hover .program-icon{background:var(--red-600);border-color:var(--red-600)}.program-icon i{width:clamp(18px,3vw,22px);height:clamp(18px,3vw,22px);color:var(--red-600);transition:color .2s}.program-icon svg{width:clamp(18px,3vw,22px);height:clamp(18px,3vw,22px);color:var(--red-600);transition:color .2s}.program-item:hover .program-icon i{color:#fff}.program-item:hover .program-icon svg{color:#fff}.program-info{flex:1;min-width:0}.program-name{font-weight:600;font-size:var(--text-sm);color:var(--gray-800);margin-bottom:2px}.program-meta{font-size:var(--text-xs);color:var(--gray-500)}.programs-tabs{display:flex;gap:6px;margin-bottom:16px}.programs-tab{display:flex;align-items:center;gap:6px;padding:8px 16px;border-radius:10px;border:1px solid var(--gray-200);background:var(--gray-50);font-size:13px;font-weight:600;color:var(--gray-500);cursor:pointer;font-family:inherit;transition:all .2s}.programs-tab i{width:16px;height:16px}.programs-tab:hover{background:var(--gray-100);color:var(--gray-700)}.programs-tab.active{background:var(--red-600);color:#fff;border-color:var(--red-600)}.programs-tab-count{background:#fff3;padding:1px 7px;border-radius:6px;font-size:11px;font-weight:700}.programs-tab:not(.active) .programs-tab-count{background:var(--gray-200);color:var(--gray-500)}@media(max-width:480px){.programs-tabs{width:100%}.programs-tab{flex:1;justify-content:center;padding:8px 10px;font-size:12px}}.program-item{position:relative}.program-code{position:absolute;top:8px;right:10px;font-size:10px;font-weight:600;color:var(--gray-400);background:var(--gray-50);padding:2px 6px;border-radius:5px;line-height:1;white-space:nowrap}.program-item:hover .program-code{color:var(--red-400);background:var(--red-50)}.prog-page-tabs{display:flex;gap:6px;margin-bottom:20px}.prog-page-tab{display:flex;align-items:center;gap:6px;padding:8px 16px;border-radius:10px;border:1px solid var(--gray-200);background:var(--gray-50);font-size:13px;font-weight:600;color:var(--gray-500);cursor:pointer;font-family:inherit;transition:all .2s;min-width:0}.prog-page-tab i{width:16px;height:16px}.prog-page-tab:hover{background:var(--gray-100);color:var(--gray-700)}.prog-page-tab.active{background:var(--red-600);color:#fff;border-color:var(--red-600)}.prog-page-tab-count{background:#fff3;padding:1px 7px;border-radius:6px;font-size:11px;font-weight:700}.prog-page-tab:not(.active) .prog-page-tab-count{background:var(--gray-200);color:var(--gray-500)}.prog-page-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:16px}.prog-card{display:flex;flex-direction:column;padding:18px;border-radius:14px;border:1px solid var(--gray-100);transition:all .2s;background:#fff}.prog-card:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-2px);border-color:var(--red-100)}.prog-card-top{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.prog-card-icon{width:40px;height:40px;background:linear-gradient(135deg,var(--red-50),var(--red-100));border-radius:12px;display:grid;place-items:center}.prog-card-icon i{width:20px;height:20px;color:var(--red-600)}.prog-card-code{font-size:11px;font-weight:600;color:var(--gray-400);background:var(--gray-50);padding:3px 8px;border-radius:6px}.prog-card:hover .prog-card-code{color:var(--red-500);background:var(--red-50)}.prog-card-name{font-size:15px;font-weight:700;color:var(--gray-800);margin-bottom:6px;line-height:1.35}.prog-card:hover .prog-card-name{color:var(--red-700)}.prog-card-desc{font-size:12px;color:var(--gray-400);line-height:1.5;flex:1;margin-bottom:14px;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.prog-card-footer{display:flex;align-items:center;justify-content:space-between;padding-top:12px;border-top:1px solid var(--gray-100)}.prog-card-price{font-size:13px;font-weight:700;color:var(--red-600)}.prog-card-arrow{width:28px;height:28px;background:var(--gray-50);border-radius:8px;display:grid;place-items:center;transition:all .2s}.prog-card-arrow i{width:14px;height:14px;color:var(--gray-400)}.prog-card:hover .prog-card-arrow{background:var(--red-600)}.prog-card:hover .prog-card-arrow i{color:#fff}.prog-show-wrapper{grid-template-columns:1fr 320px!important}.prog-hero{position:relative;background:linear-gradient(135deg,var(--red-700),var(--red-600),var(--red-500));border-radius:16px;padding:28px 24px;color:#fff;overflow:hidden;margin-bottom:0}.prog-hero-bg{position:absolute;inset:0;background:url(/logo-iga.png) no-repeat;background-size:180px;background-position:right 20px center;opacity:.08;filter:brightness(0) invert(1);pointer-events:none}.prog-hero-content{position:relative;z-index:1}.prog-hero-top{display:flex;align-items:center;gap:12px;margin-bottom:14px}.prog-hero-back{display:inline-flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:#fffc;margin-bottom:0;transition:gap .2s}.prog-hero-back:hover{gap:10px;color:#fff}.prog-hero-back i{width:16px;height:16px}.prog-hero-badge{display:inline-block;background:#fff3;padding:4px 12px;border-radius:8px;font-size:12px;font-weight:700;margin-bottom:0;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.prog-hero-title{font-size:clamp(22px,4vw,30px);font-weight:800;line-height:1.2;margin-bottom:4px}.prog-hero-code{font-size:14px;opacity:.7;margin-bottom:12px}.prog-hero-desc{font-size:14px;line-height:1.6;opacity:.9;max-width:600px;margin-bottom:20px}.prog-hero-stats{display:flex;gap:20px;flex-wrap:wrap}.prog-hero-stat{display:flex;align-items:center;gap:10px;background:#ffffff1f;padding:10px 14px;border-radius:12px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.prog-hero-stat i{width:20px;height:20px;flex-shrink:0}.prog-hero-stat-val{font-size:14px;font-weight:700}.prog-hero-stat-label{font-size:11px;opacity:.7}.prog-skills{display:grid;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));gap:10px}.prog-skill{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:var(--gray-700);line-height:1.45;padding:10px 14px;background:var(--gray-50);border-radius:10px}.prog-skill i{width:16px;height:16px;color:#16a34a;flex-shrink:0;margin-top:1px}.prog-careers{display:flex;flex-wrap:wrap;gap:8px}.prog-career-tag{padding:8px 16px;background:var(--red-50);color:var(--red-700);border-radius:10px;font-size:13px;font-weight:600}.prog-pricing{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:14px}.prog-price-card{border:1px solid var(--gray-100);border-radius:14px;padding:18px;transition:border-color .2s}.prog-price-card:hover{border-color:var(--red-200)}.prog-price-form{font-size:13px;font-weight:700;color:var(--gray-800);margin-bottom:6px}.prog-price-main{font-size:22px;font-weight:800;color:var(--red-600);margin-bottom:8px}.prog-price-note{font-size:12px;color:var(--gray-400);font-weight:500}.prog-price-variants{border-top:1px dashed var(--gray-200);padding-top:8px}.prog-price-variant{display:flex;justify-content:space-between;align-items:center;padding:5px 0;font-size:12px;color:var(--gray-500)}.prog-price-variant-val{font-weight:700;color:var(--gray-700)}.prog-durations{display:flex;flex-direction:column}.prog-duration-item{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px dashed var(--gray-200);font-size:14px}.prog-duration-item:last-child{border-bottom:none}.prog-duration-form{color:var(--gray-600)}.prog-duration-val{font-weight:700;color:var(--gray-800)}.prog-advantages{display:flex;flex-direction:column;gap:10px}.prog-advantage{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--gray-700);line-height:1.5;padding:12px 16px;background:linear-gradient(135deg,#fffbeb,#fef3c7);border-radius:12px}.prog-advantage i{width:18px;height:18px;color:#d97706;flex-shrink:0;margin-top:1px}.prog-cta{background:linear-gradient(135deg,var(--gray-900),var(--gray-800));border-radius:16px;padding:28px 24px;display:flex;align-items:center;justify-content:space-between;gap:20px;flex-wrap:wrap;color:#fff}.prog-cta h3{font-size:18px;font-weight:800;margin-bottom:4px}.prog-cta p{font-size:13px;opacity:.7}.prog-cta-actions{display:flex;gap:10px;flex-wrap:wrap}.prog-cta-btn{padding:12px 20px;border-radius:12px;font-size:14px;font-weight:700;display:flex;align-items:center;gap:8px;transition:all .2s;white-space:nowrap}.prog-cta-btn i{width:18px;height:18px}.prog-cta-btn-outline{border:2px solid rgba(255,255,255,.3);color:#fff}.prog-cta-btn-outline:hover{border-color:#fff;background:#ffffff1a}.prog-related-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}@media(max-width:900px){.prog-show-wrapper{grid-template-columns:1fr!important}.prog-hero-stats{gap:10px}.prog-hero-stat{padding:8px 12px}}@media(max-width:480px){.prog-page-grid,.prog-pricing,.prog-skills{grid-template-columns:1fr}.prog-page-tabs{width:100%;overflow:hidden}.prog-page-tab{flex:1;justify-content:center;padding:8px 10px;font-size:12px;white-space:nowrap}.prog-cta{flex-direction:column;text-align:center;align-items:center}.prog-cta-actions{justify-content:center;width:100%}.prog-cta-actions .prog-cta-btn{flex:1;justify-content:center}}.apply-wrapper{grid-template-columns:1fr 320px!important}.apply-hero{position:relative;background:linear-gradient(135deg,var(--red-700),var(--red-600),#e85d04);border-radius:16px;padding:36px 28px;color:#fff;overflow:hidden}.apply-hero-bg{position:absolute;inset:0;background:url(/logo-iga.png) no-repeat;background-size:220px;background-position:right 20px bottom -20px;opacity:.06;filter:brightness(0) invert(1);pointer-events:none}.apply-hero-content{position:relative;z-index:1}.apply-hero-badge{display:inline-flex;align-items:center;gap:6px;background:#fff3;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:700;margin-bottom:16px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.apply-hero-badge i{width:16px;height:16px}.apply-hero-title{font-size:clamp(24px,4.5vw,34px);font-weight:800;line-height:1.15;margin-bottom:10px}.apply-hero-desc{font-size:15px;line-height:1.6;opacity:.9;max-width:520px;margin-bottom:20px}.apply-hero-features{display:flex;gap:16px;flex-wrap:wrap}.apply-hero-feat{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;opacity:.9}.apply-hero-feat i{width:18px;height:18px;color:#4ade80}.apply-advantages{display:grid;grid-template-columns:repeat(4,1fr);gap:12px}.apply-adv-item{display:flex;align-items:center;gap:12px;padding:16px;background:#fff;border-radius:14px;border:1px solid var(--gray-100)}.apply-adv-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;flex-shrink:0;background:var(--red-50)}.apply-adv-icon i{width:22px;height:22px;color:var(--red-600)}.apply-adv-text{display:flex;flex-direction:column;gap:2px}.apply-adv-text strong{font-size:14px;font-weight:700;color:var(--gray-800)}.apply-adv-text span{font-size:12px;color:var(--gray-500)}.apply-form-card{border:2px solid var(--red-100)}.apply-form-note{font-size:12px;color:var(--gray-400);font-weight:500}.qf-select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%239ca3af' stroke-width='2'%3E%3Cpath d='m6 9 6 6 6-6'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding-right:32px;cursor:pointer}.apply-submit{font-size:16px;padding:14px}.apply-submit-hint{text-align:center;font-size:12px;color:var(--gray-400);margin-top:10px}.apply-success-link{display:inline-flex;align-items:center;gap:6px;margin-top:10px;color:var(--red-600);font-weight:600;font-size:14px}.apply-success-link i{width:16px;height:16px}.apply-steps{display:flex;flex-direction:column;gap:0}.apply-step{display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px dashed var(--gray-200)}.apply-step:last-child{border-bottom:none}.apply-step-num{width:36px;height:36px;background:var(--red-600);color:#fff;border-radius:50%;display:grid;place-items:center;font-size:15px;font-weight:800;flex-shrink:0}.apply-step-content{display:flex;flex-direction:column;gap:2px}.apply-step-content strong{font-size:15px;font-weight:700;color:var(--gray-800)}.apply-step-content span{font-size:13px;color:var(--gray-500);line-height:1.5}@media(max-width:1100px){.apply-advantages{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.apply-wrapper{grid-template-columns:1fr!important}}@media(max-width:600px){.apply-advantages{grid-template-columns:1fr}.apply-hero{padding:24px 18px}.apply-hero-features{flex-direction:column;gap:8px}}.prog-hero-cta{display:flex;gap:10px;margin-top:20px;flex-wrap:wrap}.prog-hero-apply-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;background:#fff;color:var(--red-700);border-radius:12px;font-size:14px;font-weight:700;transition:all .2s;box-shadow:0 4px 16px #00000026}.prog-hero-apply-btn:hover{transform:translateY(-1px);box-shadow:0 6px 20px #0003}.prog-hero-apply-btn i{width:18px;height:18px}.prog-hero-phone-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border:2px solid rgba(255,255,255,.3);color:#fff;border-radius:12px;font-size:14px;font-weight:600;transition:all .2s}.prog-hero-phone-btn:hover{border-color:#fff;background:#ffffff1a}.prog-hero-phone-btn i{width:18px;height:18px}.prog-inline-cta{display:flex;align-items:center;gap:16px;padding:20px 24px;background:linear-gradient(135deg,#fef2f2,#fff1f2);border:2px solid var(--red-100);border-radius:16px}.prog-inline-cta-icon{width:44px;height:44px;background:var(--red-600);border-radius:12px;display:grid;place-items:center;flex-shrink:0}.prog-inline-cta-icon i,.prog-inline-cta-icon svg{width:22px;height:22px;color:#fff!important;stroke:#fff}.prog-inline-cta-text{flex:1;min-width:0}.prog-inline-cta-text strong{display:block;font-size:15px;font-weight:700;color:var(--gray-800);margin-bottom:2px}.prog-inline-cta-text span{font-size:13px;color:var(--gray-500);line-height:1.4}.prog-inline-cta-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 20px;background:var(--red-600);color:#fff;border-radius:12px;font-size:14px;font-weight:700;white-space:nowrap;transition:all .2s;flex-shrink:0;box-shadow:0 4px 12px #dc262640}.prog-inline-cta-btn:hover{background:var(--red-700);transform:translateY(-1px);box-shadow:0 6px 16px #dc26264d}.prog-inline-cta-btn i{width:18px;height:18px}.prog-cta-btn-primary{background:#fff;color:var(--red-700);box-shadow:0 4px 16px #00000026;border:2px solid transparent}.prog-cta-btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px #0003}@media(max-width:768px){.prog-inline-cta{flex-direction:column;align-items:flex-start;gap:12px;padding:16px 18px}.prog-inline-cta-btn{width:100%;justify-content:center}.prog-hero-cta{flex-direction:column}.prog-hero-apply-btn,.prog-hero-phone-btn{width:100%;justify-content:center}}.credit-wrapper{grid-template-columns:1fr 320px!important}.credit-hero{position:relative;background:linear-gradient(135deg,#1e3a5f,#0f766e,#065f46);border-radius:16px;padding:36px 28px;color:#fff;overflow:hidden}.credit-hero-bg{position:absolute;inset:0;background:url(/logo-iga.png) no-repeat;background-size:200px;background-position:right 20px bottom -20px;opacity:.05;filter:brightness(0) invert(1);pointer-events:none}.credit-hero-content{position:relative;z-index:1}.credit-hero-badge{display:inline-flex;align-items:center;gap:6px;background:#ffffff26;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:700;margin-bottom:16px;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.credit-hero-badge i{width:16px;height:16px}.credit-hero-title{font-size:clamp(24px,4.5vw,34px);font-weight:800;line-height:1.15;margin-bottom:12px}.credit-hero-desc{font-size:15px;line-height:1.6;opacity:.9;max-width:560px;margin-bottom:24px}.credit-hero-stats{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:24px}.credit-hero-stat{background:#ffffff1f;padding:14px 20px;border-radius:12px;text-align:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);min-width:100px}.credit-hero-stat-val{font-size:22px;font-weight:800}.credit-hero-stat-label{font-size:12px;opacity:.7;margin-top:2px}.credit-hero-actions{display:flex;gap:10px;flex-wrap:wrap}.credit-hero-btn-primary{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;background:#fff;color:#065f46;border-radius:12px;font-size:14px;font-weight:700;transition:all .2s;box-shadow:0 4px 16px #00000026}.credit-hero-btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 20px #0003}.credit-hero-btn-primary i{width:18px;height:18px}.credit-hero-btn-outline{display:inline-flex;align-items:center;gap:8px;padding:12px 22px;border:2px solid rgba(255,255,255,.3);color:#fff;border-radius:12px;font-size:14px;font-weight:600;transition:all .2s}.credit-hero-btn-outline:hover{border-color:#fff;background:#ffffff1a}.credit-hero-btn-outline i{width:18px;height:18px}.credit-advantages{display:grid;grid-template-columns:repeat(3,1fr);gap:14px}.credit-adv-card{display:flex;flex-direction:column;gap:10px;padding:20px;background:#fff;border-radius:14px;border:1px solid var(--gray-100)}.credit-adv-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center}.credit-adv-icon i{width:22px;height:22px}.credit-adv-green{background:#dcfce7;color:#16a34a}.credit-adv-green i{color:#16a34a}.credit-adv-blue{background:#dbeafe;color:#2563eb}.credit-adv-blue i{color:#2563eb}.credit-adv-purple{background:#f3e8ff;color:#9333ea}.credit-adv-purple i{color:#9333ea}.credit-adv-card strong{font-size:15px;font-weight:700;color:var(--gray-800)}.credit-adv-card span{font-size:13px;color:var(--gray-500);line-height:1.5}.credit-conditions{display:grid;grid-template-columns:repeat(2,1fr);gap:12px}.credit-cond-item{display:flex;align-items:flex-start;gap:12px;padding:16px;background:var(--gray-50);border-radius:12px}.credit-cond-icon{width:40px;height:40px;background:#fff;border:1px solid var(--gray-200);border-radius:10px;display:grid;place-items:center;flex-shrink:0}.credit-cond-icon i{width:20px;height:20px;color:#0f766e}.credit-cond-text{display:flex;flex-direction:column;gap:2px}.credit-cond-text strong{font-size:14px;font-weight:700;color:var(--gray-800)}.credit-cond-text span{font-size:13px;color:var(--gray-500);line-height:1.4}.credit-hint{font-size:12px;color:var(--gray-400);font-weight:500}.credit-timeline-note{font-size:13px;color:var(--gray-500);margin-bottom:16px;padding:12px 16px;background:#f0fdf4;border-radius:10px;border-left:3px solid #16a34a}.credit-timeline{display:flex;flex-direction:column;gap:0}.credit-timeline-item{display:flex;align-items:flex-start;gap:16px;padding:16px 0;border-bottom:1px dashed var(--gray-200)}.credit-timeline-item:last-child{border-bottom:none}.credit-timeline-step{width:36px;height:36px;background:#0f766e;color:#fff;border-radius:50%;display:grid;place-items:center;font-size:15px;font-weight:800;flex-shrink:0}.credit-timeline-final .credit-timeline-step{background:var(--red-600)}.credit-timeline-info{display:flex;flex-direction:column;gap:2px;flex:1}.credit-timeline-info strong{font-size:15px;font-weight:700;color:var(--gray-800)}.credit-timeline-info span{font-size:13px;color:var(--gray-500)}.credit-timeline-price{font-size:16px;font-weight:800;color:#0f766e;margin-top:4px}.credit-timeline-final .credit-timeline-price{color:var(--red-600)}.credit-docs-grid{display:grid;grid-template-columns:1fr 1fr;gap:24px}.credit-docs-title{font-size:14px;font-weight:700;color:var(--gray-700);margin-bottom:12px;padding-bottom:8px;border-bottom:2px solid var(--gray-100)}.credit-docs-list{display:flex;flex-direction:column;gap:10px}.credit-doc-item{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:var(--gray-600);line-height:1.45}.credit-doc-item i{width:18px;height:18px;color:#16a34a;flex-shrink:0;margin-top:1px}.credit-cta{background:linear-gradient(135deg,var(--gray-900),var(--gray-800));border-radius:16px;padding:28px 24px;color:#fff}.credit-cta-content{margin-bottom:18px}.credit-cta h3{font-size:18px;font-weight:800;margin-bottom:6px}.credit-cta p{font-size:13px;opacity:.7;max-width:520px;line-height:1.5}.credit-cta-actions{display:flex;gap:10px;flex-wrap:wrap}@media(max-width:900px){.credit-wrapper{grid-template-columns:1fr!important}.credit-advantages,.credit-conditions,.credit-docs-grid{grid-template-columns:1fr}}@media(max-width:600px){.credit-hero{padding:24px 18px}.credit-hero-actions{flex-direction:column}.credit-hero-btn-primary,.credit-hero-btn-outline{width:100%;justify-content:center}.credit-cta-actions{flex-direction:column}.credit-cta-actions .prog-cta-btn{width:100%;justify-content:center}}.news-list{display:flex;flex-direction:column}.news-item{display:flex;gap:var(--space-md);padding:var(--space-md) 0;border-bottom:1px solid var(--gray-100)}.news-item:last-child{border-bottom:none;padding-bottom:0}.news-item:first-child{padding-top:0}.news-thumb{width:clamp(100px,20vw,130px);height:clamp(70px,14vw,90px);background:linear-gradient(135deg,var(--red-100) 0%,var(--red-200) 100%);border-radius:10px;flex-shrink:0;display:grid;place-items:center}.news-thumb i{width:clamp(24px,5vw,32px);height:clamp(24px,5vw,32px);color:var(--red-400)}.news-content{flex:1;min-width:0}.news-meta{display:flex;align-items:center;gap:var(--space-xs);margin-bottom:var(--space-xs);flex-wrap:wrap}.news-date{font-size:var(--text-xs);color:var(--gray-500);display:flex;align-items:center;gap:4px}.news-date i{width:14px;height:14px;flex-shrink:0}.news-badge{background:var(--red-600);color:#fff;font-size:10px;font-weight:700;padding:2px 6px;border-radius:6px;text-transform:uppercase}.news-title{font-weight:700;font-size:var(--text-sm);color:var(--gray-800);margin-bottom:var(--space-xs);line-height:1.45;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-item:hover .news-title{color:var(--red-700)}.news-excerpt{font-size:var(--text-xs);color:var(--gray-500);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-thumb{overflow:hidden}.news-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.news-empty{display:flex;flex-direction:column;align-items:center;gap:8px;padding:32px 16px;color:var(--gray-400)}.news-empty i{width:32px;height:32px}.news-empty p{font-size:var(--text-sm)}.news-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:20px}.news-card{display:flex;flex-direction:column;border-radius:12px;border:1px solid var(--gray-100);overflow:hidden;transition:box-shadow .2s,transform .2s}.news-card:hover{box-shadow:0 8px 24px #00000014;transform:translateY(-2px)}.news-card-img{height:180px;background:linear-gradient(135deg,var(--red-50),var(--red-100));overflow:hidden}.news-card-img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.news-card:hover .news-card-img img{transform:scale(1.05)}.news-card-img-placeholder{width:100%;height:100%;display:grid;place-items:center}.news-card-img-placeholder i{width:40px;height:40px;color:var(--red-300)}.news-card-body{padding:16px;flex:1;display:flex;flex-direction:column;gap:8px}.news-card-title{font-weight:700;font-size:15px;color:var(--gray-800);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-card:hover .news-card-title{color:var(--red-700)}.news-card-excerpt{font-size:13px;color:var(--gray-500);line-height:1.5;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.news-pagination{margin-top:24px;display:flex;justify-content:center}.news-pagination nav{display:flex;gap:4px}.news-pagination .page-link{padding:8px 14px;border-radius:8px;font-size:13px;font-weight:500;color:var(--gray-600);background:var(--gray-50);border:1px solid var(--gray-200);transition:all .15s}.news-pagination .page-link:hover{background:var(--red-50);color:var(--red-600);border-color:var(--red-200)}.news-pagination .page-item.active .page-link{background:var(--red-600);color:#fff;border-color:var(--red-600)}.news-show-wrapper{grid-template-columns:1fr 320px!important}.news-show-meta{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:16px;flex-wrap:wrap}.news-back{display:flex;align-items:center;gap:6px;font-size:13px;font-weight:600;color:var(--red-600);transition:gap .2s}.news-back:hover{gap:10px}.news-back i{width:16px;height:16px}.news-show-title{font-size:clamp(20px,4vw,28px);font-weight:800;color:var(--gray-900);line-height:1.3;margin-bottom:12px}.news-show-excerpt{font-size:15px;color:var(--gray-500);line-height:1.6;margin-bottom:20px}.news-show-cover{margin-bottom:24px;border-radius:12px;overflow:hidden}.news-show-cover img{width:100%;max-height:420px;-o-object-fit:cover;object-fit:cover;display:block}.news-show-body{font-size:15px;color:var(--gray-700);line-height:1.75;margin-bottom:24px}.news-show-body p{margin-bottom:12px}.news-show-gallery{margin-bottom:24px}.news-show-gallery-title{font-size:15px;font-weight:700;color:var(--gray-800);display:flex;align-items:center;gap:8px;margin-bottom:14px}.news-show-gallery-title i{width:20px;height:20px;color:var(--red-600)}.news-show-gallery-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}.news-show-gallery-item{border-radius:10px;overflow:hidden;aspect-ratio:1}.news-show-gallery-item img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .3s}.news-show-gallery-item:hover img{transform:scale(1.08)}.news-show-share{display:flex;align-items:center;gap:12px;padding-top:20px;border-top:1px solid var(--gray-100)}.news-show-share-label{font-size:13px;font-weight:600;color:var(--gray-500)}.news-show-share-links{display:flex;gap:8px}.news-share-btn{width:36px;height:36px;border-radius:10px;display:grid;place-items:center;color:#fff;transition:transform .15s}.news-share-btn:hover{transform:scale(1.1)}.news-share-btn.tg{background:#2aabee}.news-share-btn.vk{background:#4680c2}@media(max-width:900px){.news-show-wrapper{grid-template-columns:1fr!important}.news-grid{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}@media(max-width:480px){.news-grid{grid-template-columns:1fr}.news-show-gallery-grid{grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}.news-card-img{height:150px}}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:var(--space-sm)}.stat-item{background:var(--gray-50);border-radius:12px;padding:var(--space-md);text-align:center;border:1px solid var(--gray-100)}.stat-value{font-size:var(--text-2xl);font-weight:800;color:var(--red-600);margin-bottom:2px;letter-spacing:-.02em}.stat-label{font-size:10px;color:var(--gray-500);font-weight:600;text-transform:uppercase;letter-spacing:.03em}.accred-block{background:linear-gradient(135deg,var(--gold-light) 0%,#fef3c7 100%);border:1px solid var(--gold);border-radius:14px;padding:var(--space-md);display:flex;align-items:center;gap:var(--space-sm)}.accred-icon{width:clamp(40px,8vw,48px);height:clamp(40px,8vw,48px);background:linear-gradient(135deg,var(--gold) 0%,#b8860b 100%);border-radius:12px;display:grid;place-items:center;color:#fff;flex-shrink:0;box-shadow:0 4px 12px #d4a85366}.accred-icon i{width:clamp(20px,4vw,24px);height:clamp(20px,4vw,24px)}.accred-info{flex:1;min-width:0}.accred-title{font-weight:700;font-size:var(--text-sm);color:#92400e;margin-bottom:2px}.accred-text{font-size:var(--text-xs);color:#a16207}.contacts-wrapper{grid-template-columns:1fr 320px!important}.contacts-hero{position:relative;border-radius:16px;overflow:hidden;height:220px}.contacts-hero-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.contacts-hero-overlay{position:absolute;inset:0;background:linear-gradient(to top,#000000b3,#0000001a);display:flex;flex-direction:column;justify-content:flex-end;padding:24px 28px}.contacts-hero-title{font-size:clamp(24px,4vw,32px);font-weight:800;color:#fff;margin-bottom:4px}.contacts-hero-desc{font-size:14px;color:#fffc}.contacts-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:14px}.contacts-info-item{display:flex;align-items:flex-start;gap:14px;padding:18px;background:var(--gray-50);border-radius:14px;transition:all .2s}.contacts-info-clickable{cursor:pointer}.contacts-info-clickable:hover{background:var(--gray-100)}.contacts-info-icon{width:44px;height:44px;border-radius:12px;display:grid;place-items:center;flex-shrink:0}.contacts-info-icon i{width:22px;height:22px}.ci-red{background:#fee2e2}.ci-red i{color:var(--red-600)}.ci-blue{background:#dbeafe}.ci-blue i{color:#2563eb}.ci-green{background:#dcfce7}.ci-green i{color:#16a34a}.ci-purple{background:#f3e8ff}.ci-purple i{color:#9333ea}.contacts-info-data{flex:1;min-width:0}.contacts-info-label{font-size:12px;font-weight:600;color:var(--gray-400);text-transform:uppercase;letter-spacing:.5px;margin-bottom:4px}.contacts-info-value{font-size:14px;font-weight:600;color:var(--gray-800);line-height:1.5}.contacts-info-value a{color:var(--gray-800)}.contacts-info-value a:hover{color:var(--red-600)}.contacts-info-hint{font-size:12px;color:var(--red-600);margin-top:6px;display:flex;align-items:center;gap:4px;font-weight:500}.contacts-info-hint i{width:12px;height:12px}.contacts-routes{display:flex;flex-direction:column;gap:0}.contacts-route{display:flex;align-items:center;gap:14px;padding:14px 0;border-bottom:1px dashed var(--gray-200)}.contacts-route:last-child{border-bottom:none}.contacts-route-metro{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:700;color:var(--gray-800);min-width:180px;flex-shrink:0}.contacts-metro-icon{width:20px;height:20px;flex-shrink:0}.contacts-route-desc{font-size:13px;color:var(--gray-600);flex:1;line-height:1.4}.contacts-route-tag{font-size:11px;font-weight:700;padding:3px 10px;border-radius:20px;flex-shrink:0}.contacts-route-tag.fast{background:#dcfce7;color:#16a34a}.contacts-map-links{display:flex;gap:12px}.contacts-map-link{display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:600;color:var(--red-600)}.contacts-map-link i{width:12px;height:12px}.contacts-map-link:hover{color:var(--red-700)}.contacts-branches{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:14px}.contacts-branch{border:1px solid var(--gray-100);border-radius:14px;padding:18px;transition:border-color .2s}.contacts-branch:hover{border-color:var(--gray-300)}.contacts-branch-header{display:flex;align-items:center;gap:10px;margin-bottom:12px}.contacts-branch-header strong{font-size:15px;color:var(--gray-800)}.contacts-branch-badge{font-size:11px;font-weight:700;padding:3px 10px;border-radius:20px;flex-shrink:0}.branch-filial{background:#dbeafe;color:#2563eb}.branch-pred{background:#f3e8ff;color:#9333ea}.contacts-branch-details{display:flex;flex-direction:column;gap:8px}.contacts-branch-row{display:flex;align-items:flex-start;gap:8px;font-size:13px;color:var(--gray-600);line-height:1.4}.contacts-branch-row i{width:16px;height:16px;color:var(--gray-400);flex-shrink:0;margin-top:1px}.contacts-branch-row a{color:var(--gray-700)}.contacts-branch-row a:hover,a.contacts-branch-row:hover,a.contacts-branch-row:hover i{color:var(--red-600)}@media(max-width:900px){.contacts-wrapper{grid-template-columns:1fr!important}.contacts-info-grid{grid-template-columns:1fr}}@media(max-width:600px){.contacts-hero{height:160px}.contacts-route{flex-wrap:wrap;gap:6px}.contacts-route-metro{min-width:auto}.contacts-branches{grid-template-columns:1fr}}.awards-wrapper{grid-template-columns:1fr 320px!important}.awards-hero{position:relative;background:linear-gradient(135deg,#1e293b,#334155,#475569);border-radius:16px;padding:36px 28px;color:#fff;overflow:hidden}.awards-hero-bg{position:absolute;inset:0;background:url(/logo-iga.png) no-repeat;background-size:200px;background-position:right 20px bottom -20px;opacity:.05;filter:brightness(0) invert(1);pointer-events:none}.awards-hero-content{position:relative;z-index:1}.awards-hero-badge{display:inline-flex;align-items:center;gap:6px;background:#facc1533;padding:6px 14px;border-radius:20px;font-size:13px;font-weight:700;margin-bottom:16px;color:#fde047}.awards-hero-badge i{width:16px;height:16px}.awards-hero-title{font-size:clamp(24px,4.5vw,34px);font-weight:800;line-height:1.15;margin-bottom:12px}.awards-hero-desc{font-size:15px;line-height:1.6;opacity:.85;max-width:560px;margin-bottom:24px}.awards-hero-stats{display:flex;gap:16px;flex-wrap:wrap}.awards-hero-stat{background:#ffffff1a;padding:14px 20px;border-radius:12px;text-align:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);min-width:90px}.awards-hero-stat-val{font-size:22px;font-weight:800;color:#fde047}.awards-hero-stat-label{font-size:12px;opacity:.7;margin-top:2px}.awards-intro p{font-size:14px;color:var(--gray-600);line-height:1.7;margin-bottom:8px}.awards-intro p:last-child{margin-bottom:0}.awards-intro strong{color:var(--gray-800)}.awards-gallery-hint{font-size:12px;color:var(--gray-400);font-weight:500}.awards-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:10px}.awards-thumb{position:relative;border-radius:10px;overflow:hidden;aspect-ratio:3/4;display:block;border:1px solid var(--gray-100);transition:all .2s}.awards-thumb:hover{border-color:var(--gray-300);transform:translateY(-2px);box-shadow:0 8px 20px #0000001a}.awards-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.awards-thumb-zoom{position:absolute;inset:0;background:#0006;display:grid;place-items:center;opacity:0;transition:opacity .2s}.awards-thumb:hover .awards-thumb-zoom{opacity:1}.awards-thumb-zoom i{width:28px;height:28px;color:#fff}.awards-timeline{display:flex;flex-direction:column;gap:0}.awards-tl-item{display:flex;align-items:flex-start;gap:16px;padding:14px 0;border-bottom:1px dashed var(--gray-200)}.awards-tl-item:last-child{border-bottom:none}.awards-tl-year{min-width:80px;font-size:14px;font-weight:800;color:var(--gray-400);padding-top:1px;flex-shrink:0}.awards-tl-text{font-size:14px;color:var(--gray-700);line-height:1.5}.awards-tl-text strong{color:var(--gray-800)}.awards-tl-highlight{background:linear-gradient(90deg,#fffbeb,transparent);margin:0 -16px;padding-left:16px;padding-right:16px;border-radius:8px}.awards-tl-highlight .awards-tl-year{color:#d97706}.awards-rating-badge{display:flex;align-items:center;gap:16px;padding:20px;background:linear-gradient(135deg,#fffbeb,#fef3c7);border-radius:14px;margin-bottom:20px;border:1px solid #fde68a}.awards-rating-icon{width:50px;height:50px;background:#d97706;border-radius:14px;display:grid;place-items:center;flex-shrink:0}.awards-rating-icon i,.awards-rating-icon svg{width:26px;height:26px;color:#fff!important;stroke:#fff}.awards-rating-info{display:flex;flex-direction:column;gap:2px}.awards-rating-info strong{font-size:17px;font-weight:800;color:var(--gray-800)}.awards-rating-info span{font-size:13px;color:var(--gray-500)}.awards-rating-info a{color:var(--red-600);font-weight:600}.awards-rating-features{display:flex;flex-direction:column;gap:10px}.awards-rating-feat{display:flex;align-items:flex-start;gap:10px;font-size:14px;color:var(--gray-700);line-height:1.5;padding:10px 14px;background:var(--gray-50);border-radius:10px}.awards-rating-feat i{width:18px;height:18px;color:#16a34a;flex-shrink:0;margin-top:1px}@media(max-width:900px){.awards-wrapper{grid-template-columns:1fr!important}.awards-gallery{grid-template-columns:repeat(auto-fill,minmax(110px,1fr))}}@media(max-width:600px){.awards-hero{padding:24px 18px}.awards-gallery{grid-template-columns:repeat(3,1fr)}.awards-tl-item{flex-direction:column;gap:4px}.awards-tl-year{min-width:auto}}.footer{background:var(--gray-900);color:#fff;margin-top:var(--space-xl)}.footer-top{background:var(--red-700);padding:var(--space-md) 0}.footer-top-inner{display:flex;align-items:center;justify-content:space-between;gap:var(--space-md);flex-wrap:wrap}.footer-top-text{font-size:var(--text-sm);font-weight:600}.footer-top-btn{background:#fff;color:var(--red-700);padding:var(--space-xs) var(--space-md);border-radius:10px;font-weight:700;font-size:var(--text-sm);display:flex;align-items:center;gap:var(--space-xs);transition:all .2s;white-space:nowrap}.footer-top-btn:hover{transform:scale(1.02)}.footer-top-btn i{width:18px;height:18px;flex-shrink:0}.footer-main{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--space-lg);padding:var(--space-xl) 0}.footer-logo{display:flex;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-md)}.footer-logo-icon{width:48px;height:48px;background:var(--red-700);border-radius:10px;display:grid;place-items:center;font-weight:800;font-size:14px;flex-shrink:0}.footer-logo-text{font-weight:700;font-size:var(--text-sm);line-height:1.3}.footer-desc{font-size:var(--text-sm);color:var(--gray-400);line-height:1.7}.footer-section h4{font-size:var(--text-xs);font-weight:700;margin-bottom:var(--space-md);color:var(--gray-300);text-transform:uppercase;letter-spacing:.05em}.footer-links{display:flex;flex-direction:column;gap:var(--space-xs)}.footer-links a{font-size:var(--text-sm);color:var(--gray-400);transition:color .15s}.footer-links a:hover{color:#fff}.footer-bottom{border-top:1px solid var(--gray-800);padding:var(--space-md) 0;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:var(--space-sm);font-size:var(--text-xs);color:var(--gray-500)}.footer-logo-icon-img{width:44px;height:44px;-o-object-fit:contain;object-fit:contain;flex-shrink:0;border-radius:10px}.mobile-sidebar{position:fixed;inset:0;z-index:1000;visibility:hidden;pointer-events:none}.mobile-sidebar.active{visibility:visible;pointer-events:auto}.mobile-sidebar-overlay{position:absolute;inset:0;background:#0000;transition:background .3s ease}.mobile-sidebar.active .mobile-sidebar-overlay{background:#00000080}.mobile-sidebar-content{position:absolute;inset:0 0 0 auto;width:min(300px,85vw);background:#fff;overflow-y:auto;padding:var(--space-md);transform:translate(100%);transition:transform .3s cubic-bezier(.4,0,.2,1);box-shadow:-4px 0 20px #00000026}.mobile-sidebar.active .mobile-sidebar-content{transform:translate(0)}.mobile-sidebar-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:var(--space-md);padding-bottom:var(--space-md);border-bottom:1px solid var(--gray-200)}.mobile-sidebar-close{width:36px;height:36px;background:var(--gray-100);border:none;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center}.mobile-sidebar-close i{width:20px;height:20px;color:var(--gray-600)}.mobile-info-section{display:none}.mobile-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--space-md)}.mob-accordion-toggle{width:100%;justify-content:flex-start;position:relative;background:none;border:none;cursor:pointer;font-family:inherit}.mob-accordion-chevron{width:16px!important;height:16px!important;margin-left:auto;transition:transform .25s ease;color:var(--gray-400)}.mob-accordion-body{padding-left:12px;border-left:2px solid var(--red-100);margin-left:18px;margin-bottom:4px}.mob-subitem{display:block;padding:10px 14px;font-size:13px;font-weight:500;color:var(--gray-600);border-radius:8px;transition:all .15s}.mob-subitem:hover,.mob-subitem:active{background:var(--gray-50);color:var(--gray-900)}.mob-subitem.active{background:var(--red-50);color:var(--red-700);font-weight:600}.form-group{margin-bottom:var(--space-md)}.form-label{display:block;font-size:var(--text-sm);font-weight:600;color:var(--gray-700);margin-bottom:6px}.form-input{width:100%;padding:var(--space-sm);background:var(--gray-100);border:1px solid var(--gray-200);border-radius:10px;font-size:var(--text-sm);font-family:inherit;color:var(--gray-800);transition:all .2s}.form-input:focus{outline:none;background:#fff;border-color:var(--red-500);box-shadow:0 0 0 3px var(--red-100)}.form-input::-moz-placeholder{color:var(--gray-400)}.form-input::placeholder{color:var(--gray-400)}.form-input.error{border-color:var(--red-500)}.form-error{font-size:var(--text-xs);color:var(--red-600);margin-top:4px}.form-checkbox{display:flex;align-items:center;gap:var(--space-xs)}.form-checkbox input{width:16px;height:16px;border-radius:4px;accent-color:var(--red-600)}.btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:var(--space-sm) var(--space-md);border-radius:10px;font-size:var(--text-sm);font-weight:600;font-family:inherit;cursor:pointer;transition:all .2s;border:none;white-space:nowrap}.btn i{width:18px;height:18px;flex-shrink:0}.btn-primary{background:var(--red-600);color:#fff;box-shadow:0 2px 8px #dc26264d}.btn-primary:hover{background:var(--red-700);box-shadow:0 4px 12px #dc262666}.btn-secondary{background:var(--gray-100);color:var(--gray-700);border:1px solid var(--gray-200)}.btn-secondary:hover{background:var(--gray-200)}.btn-outline{background:transparent;color:var(--gray-600);border:1px solid var(--gray-300)}.btn-outline:hover{background:var(--gray-100);color:var(--gray-800)}.btn-block{width:100%}.scroll-top-btn{position:fixed;bottom:20px;right:85px;width:50px;height:50px;border-radius:50%;border:none;background:#fff;color:var(--gray-600);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 15px #00000026;transition:all .3s ease;opacity:0;visibility:hidden;transform:translate(20px);z-index:998}.scroll-top-btn.visible{opacity:1;visibility:visible;transform:translate(0)}.scroll-top-btn:hover{background:var(--gray-100);color:var(--gray-800)}.scroll-top-btn i{width:24px;height:24px}.floating-contact{position:fixed;bottom:20px;right:20px;z-index:999}.floating-main-btn{width:56px;height:56px;border-radius:50%;border:none;background:var(--red-600);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #dc262666;transition:all .3s ease}.floating-main-btn:hover{background:var(--red-700);transform:scale(1.05)}.floating-main-btn i{width:26px;height:26px}.floating-main-btn .icon-active{display:none}.floating-contact.active .floating-main-btn{background:var(--gray-700);box-shadow:0 4px 20px #0000004d}.floating-contact.active .floating-main-btn .icon-default{display:none}.floating-contact.active .floating-main-btn .icon-active{display:block}.floating-contact-items{position:absolute;bottom:70px;right:3px;display:flex;flex-direction:column;gap:12px;opacity:0;visibility:hidden;transform:scale(.8) translateY(20px);transform-origin:bottom right;transition:all .3s cubic-bezier(.4,0,.2,1)}.floating-contact.active .floating-contact-items{opacity:1;visibility:visible;transform:scale(1) translateY(0)}.floating-item{width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;box-shadow:0 4px 15px #0003;transition:all .2s ease}.floating-item:hover{transform:scale(1.15)}.floating-item svg,.floating-item i{width:24px;height:24px}.floating-vk{background:#4c75a3}.floating-tg{background:#08c}.floating-wa{background:#25d366}.floating-phone{background:var(--red-600)}.floating-vk:hover{background:#5d8ab8}.floating-tg:hover{background:#0099e6}.floating-wa:hover{background:#2be06f}.floating-phone:hover{background:var(--red-500)}@media(max-width:600px){.scroll-top-btn{right:75px;width:46px;height:46px}.scroll-top-btn i{width:22px;height:22px}.floating-contact{bottom:15px;right:15px}.floating-main-btn{width:52px;height:52px}.floating-main-btn i{width:24px;height:24px}.floating-item{width:46px;height:46px}.floating-item svg,.floating-item i{width:22px;height:22px}.floating-contact-items{bottom:65px;gap:10px}}.auth-page{min-height:100vh;display:flex;background:var(--gray-100)}.auth-left{flex:1;background:linear-gradient(135deg,var(--red-700) 0%,var(--red-800) 100%);display:flex;flex-direction:column;justify-content:center;padding:var(--space-xl);position:relative;overflow:hidden}.auth-left:before{content:"";position:absolute;top:-30%;right:-20%;width:70%;height:160%;background:radial-gradient(ellipse,rgba(255,255,255,.08) 0%,transparent 60%)}.auth-left-content{position:relative;z-index:1;color:#fff;max-width:480px}.auth-left-logo{display:flex;align-items:center;gap:var(--space-sm);margin-bottom:var(--space-xl)}.auth-left-logo-icon{width:56px;height:56px;background:#ffffff26;border-radius:14px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:18px;border:1px solid rgba(255,255,255,.2)}.auth-left-logo-text{font-size:var(--text-sm);line-height:1.3;opacity:.9}.auth-left h1{font-size:clamp(28px,4vw,40px);font-weight:800;line-height:1.2;margin-bottom:var(--space-md)}.auth-left p{font-size:var(--text-base);opacity:.85;line-height:1.6;margin-bottom:var(--space-lg)}.auth-features{display:flex;flex-direction:column;gap:var(--space-sm)}.auth-feature{display:flex;align-items:center;gap:12px;font-size:var(--text-sm);opacity:.9}.auth-feature i{width:20px;height:20px;color:var(--gold)}.auth-right{width:100%;max-width:500px;display:flex;align-items:center;justify-content:center;padding:var(--space-lg);background:#fff}.auth-form-container{width:100%;max-width:380px}.auth-form-header{margin-bottom:var(--space-lg)}.auth-form-header h2{font-size:var(--text-2xl);font-weight:800;color:var(--gray-900);margin-bottom:6px}.auth-form-header p{font-size:var(--text-sm);color:var(--gray-500)}.auth-form{display:flex;flex-direction:column;gap:var(--space-md)}.auth-field label{display:block;font-size:var(--text-sm);font-weight:600;color:var(--gray-700);margin-bottom:8px}.auth-input{width:100%;padding:14px 16px;background:var(--gray-50);border:2px solid transparent;border-radius:12px;font-size:var(--text-base);font-family:inherit;color:var(--gray-800);transition:all .2s}.auth-input:focus{outline:none;background:#fff;border-color:var(--red-500)}.auth-input::-moz-placeholder{color:var(--gray-400)}.auth-input::placeholder{color:var(--gray-400)}.auth-input.error{border-color:var(--red-500);background:var(--red-50)}.auth-error{font-size:var(--text-xs);color:var(--red-600);margin-top:6px}.auth-row{display:flex;align-items:center;justify-content:space-between}.auth-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer;font-size:var(--text-sm);color:var(--gray-600)}.auth-checkbox input{width:18px;height:18px;accent-color:var(--red-600)}.auth-link{font-size:var(--text-sm);color:var(--red-600);font-weight:600}.auth-link:hover{color:var(--red-700)}.auth-btn{width:100%;padding:16px;background:var(--red-600);color:#fff;border:none;border-radius:12px;font-size:var(--text-base);font-weight:700;font-family:inherit;cursor:pointer;transition:all .2s}.auth-btn:hover{background:var(--red-700)}.auth-footer{text-align:center;margin-top:var(--space-lg);padding-top:var(--space-lg);border-top:1px solid var(--gray-200)}.auth-footer p{font-size:var(--text-sm);color:var(--gray-500)}.auth-footer a{color:var(--red-600);font-weight:600}.auth-status{padding:12px 16px;border-radius:10px;font-size:var(--text-sm);margin-bottom:var(--space-md);background:#ecfdf5;color:#047857;border:1px solid #a7f3d0}@media(max-width:900px){.auth-page{flex-direction:column}.auth-left{padding:var(--space-lg);min-height:auto}.auth-left h1{font-size:24px}.auth-left p,.auth-features{display:none}.auth-right{max-width:100%;flex:1}}@media(max-width:500px){.auth-left{padding:var(--space-md)}.auth-left-logo-icon{width:44px;height:44px;font-size:14px}.auth-right{padding:var(--space-md)}.auth-row{flex-direction:column;align-items:flex-start;gap:12px}}.admin-layout{display:flex;min-height:100vh;background:#f8fafc}.admin-sidebar{width:280px;background:#fff;border-right:1px solid #e2e8f0;display:flex;flex-direction:column;position:fixed;top:0;left:0;bottom:0;z-index:100;transition:transform .3s ease}.admin-sidebar-header{padding:20px;border-bottom:1px solid #e2e8f0}.admin-sidebar-logo{display:flex;align-items:center;gap:12px}.admin-sidebar-logo-icon{width:44px;height:44px;background:linear-gradient(135deg,#dc2626,#b91c1c);border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:14px;color:#fff;box-shadow:0 4px 12px #dc262640}.admin-sidebar-logo-text{font-weight:700;font-size:15px;color:#1e293b;line-height:1.3}.admin-sidebar-logo-text span{display:block;font-size:12px;font-weight:500;color:#64748b}.admin-sidebar-nav{flex:1;padding:16px 12px;overflow-y:auto}.admin-nav-section{margin-bottom:24px}.admin-nav-title{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#94a3b8;padding:0 12px;margin-bottom:8px}.admin-nav-item{display:flex;align-items:center;gap:10px;padding:10px 12px;border-radius:8px;color:#64748b;font-size:13px;font-weight:500;transition:all .15s;margin-bottom:2px}.admin-nav-item:hover{background:#f1f5f9;color:#334155}.admin-nav-item.active{background:linear-gradient(135deg,#fef2f2,#fee2e2);color:#dc2626;font-weight:600}.admin-nav-item i{width:18px;height:18px;flex-shrink:0}.admin-nav-item span{flex:1}.admin-nav-badge{background:#dc2626;color:#fff;font-size:10px;font-weight:700;padding:2px 6px;border-radius:10px}.admin-sidebar-footer{padding:16px;border-top:1px solid #e2e8f0;background:#f8fafc}.admin-user{display:flex;align-items:center;gap:12px}.admin-user-avatar{width:40px;height:40px;background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border-radius:10px;display:flex;align-items:center;justify-content:center}.admin-user-avatar i{width:20px;height:20px;color:#6366f1}.admin-user-info{flex:1;min-width:0}.admin-user-name{font-size:14px;font-weight:600;color:#1e293b}.admin-user-role{font-size:12px;color:#64748b}.admin-logout{padding:8px;background:none;border:none;color:#94a3b8;cursor:pointer;border-radius:8px;transition:all .15s}.admin-logout:hover{background:#fef2f2;color:#dc2626}.admin-logout i{width:18px;height:18px}.admin-main{flex:1;margin-left:280px;display:flex;flex-direction:column;min-height:100vh}.admin-header{background:#fff;padding:16px 24px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #e2e8f0;position:sticky;top:0;z-index:50}.admin-header-left{display:flex;align-items:center;gap:16px}.admin-menu-btn{display:none;width:40px;height:40px;background:#f1f5f9;border:none;border-radius:10px;cursor:pointer;align-items:center;justify-content:center}.admin-menu-btn i{width:22px;height:22px;color:#475569}.admin-page-info h1{font-size:20px;font-weight:700;color:#1e293b}.admin-header-right{display:flex;align-items:center;gap:10px}.admin-content{padding:24px;flex:1}.admin-grid{display:flex;flex-direction:column;gap:24px}.admin-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:20px;margin-bottom:24px}.admin-stat-card{background:#fff;border-radius:16px;padding:20px;border:1px solid #e2e8f0}.admin-stat-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.admin-stat-icon{width:44px;height:44px;border-radius:12px;display:flex;align-items:center;justify-content:center}.admin-stat-icon i{width:22px;height:22px}.admin-stat-icon.blue{background:#dbeafe;color:#2563eb}.admin-stat-icon.green{background:#dcfce7;color:#16a34a}.admin-stat-icon.amber{background:#fef3c7;color:#d97706}.admin-stat-icon.purple{background:#f3e8ff;color:#9333ea}.admin-stat-trend{font-size:12px;font-weight:600;padding:4px 8px;border-radius:6px;background:#dcfce7;color:#16a34a}.admin-stat-value{font-size:28px;font-weight:800;color:#0f172a;line-height:1;margin-bottom:4px}.admin-stat-label{font-size:13px;color:#64748b}.admin-card{background:#fff;border-radius:16px;border:1px solid #e2e8f0;overflow:hidden}.admin-card-header{padding:20px 24px;border-bottom:1px solid #e2e8f0;display:flex;align-items:center;justify-content:space-between;gap:16px;background:#fafbfc}.admin-card-title{font-size:16px;font-weight:700;color:#1e293b}.admin-card-body{padding:24px}.admin-btn{display:inline-flex;align-items:center;gap:8px;padding:10px 18px;border-radius:10px;font-size:14px;font-weight:600;cursor:pointer;transition:all .15s;border:none;font-family:inherit;text-decoration:none}.admin-btn i{width:18px;height:18px}.admin-btn-primary{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;box-shadow:0 4px 12px #dc262640}.admin-btn-primary:hover{transform:translateY(-1px);box-shadow:0 6px 16px #dc26264d}.admin-btn-secondary{background:#f1f5f9;color:#475569}.admin-btn-secondary:hover{background:#e2e8f0}.admin-btn-outline{background:#fff;color:#475569;border:2px solid #e2e8f0}.admin-btn-outline:hover{border-color:#cbd5e1;background:#f8fafc}.admin-form{padding:24px}.admin-form-group{margin-bottom:20px}.admin-form-row{display:grid;grid-template-columns:repeat(2,1fr);gap:20px;margin-bottom:20px}.admin-label{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:14px;font-weight:600;color:#374151;margin-bottom:8px}.admin-itemprop{font-size:11px;font-weight:500;color:#7c3aed;background:#ede9fe;padding:4px 10px;border-radius:6px;font-family:Monaco,Consolas,monospace}.admin-input,.admin-textarea,.admin-select{width:100%;padding:12px 16px;background:#f8fafc;border:2px solid #e2e8f0;border-radius:10px;font-size:14px;color:#1e293b;transition:all .2s;font-family:inherit}.admin-input:focus,.admin-textarea:focus,.admin-select:focus{outline:none;border-color:#dc2626;background:#fff;box-shadow:0 0 0 3px #dc26261a}.admin-input::-moz-placeholder,.admin-textarea::-moz-placeholder{color:#9ca3af}.admin-input::placeholder,.admin-textarea::placeholder{color:#9ca3af}.admin-textarea{resize:vertical;min-height:100px;line-height:1.5}.admin-form-actions{display:flex;gap:12px;padding-top:24px;border-top:1px solid #e2e8f0;margin-top:8px}.admin-alert{display:flex;align-items:center;gap:12px;padding:14px 18px;border-radius:12px;font-size:14px;font-weight:500;margin-bottom:24px}.admin-alert.success{background:#dcfce7;color:#166534;border:1px solid #bbf7d0}.admin-alert i{width:20px;height:20px;flex-shrink:0}.admin-item-card{display:flex;align-items:flex-start;gap:12px;padding:16px;background:#f8fafc;border-radius:12px;margin-bottom:12px;border:1px solid #e2e8f0}.admin-item-form{flex:1;display:flex;align-items:flex-start;gap:12px}.admin-item-grid{flex:1;display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px}.admin-item-grid .admin-input{padding:10px 14px;font-size:13px}.admin-item-actions{display:flex;gap:8px;flex-shrink:0}.admin-btn-icon{width:38px;height:38px;border:none;background:#fff;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s;border:1px solid #e2e8f0}.admin-btn-icon:hover{background:#f1f5f9;border-color:#cbd5e1}.admin-btn-icon.delete:hover{background:#fee2e2;border-color:#fecaca}.admin-btn-icon.delete:hover i{color:#dc2626}.admin-btn-icon i{width:18px;height:18px;color:#64748b}.admin-empty-text{font-size:14px;color:#94a3b8;text-align:center;padding:24px;background:#f8fafc;border-radius:12px;border:2px dashed #e2e8f0}.admin-add-form{display:flex;flex-direction:column;gap:16px;padding-top:20px;border-top:1px solid #e2e8f0;margin-top:8px}.admin-place-section{margin-bottom:24px;padding-bottom:24px;border-bottom:1px solid #e2e8f0}.admin-place-section:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.admin-place-header{display:flex;align-items:center;justify-content:space-between;gap:12px;font-size:14px;font-weight:600;color:#374151;margin-bottom:12px}.admin-place-item{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:12px 16px;background:#f8fafc;border-radius:10px;font-size:14px;color:#374151;margin-bottom:8px;border:1px solid #e2e8f0}.admin-place-add{display:flex;gap:12px;margin-top:12px}.admin-place-add .admin-input{flex:1;padding:10px 14px;font-size:13px}.admin-empty{padding:48px 24px;text-align:center}.admin-empty-icon{width:64px;height:64px;background:#f1f5f9;border-radius:16px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.admin-empty-icon i{width:28px;height:28px;color:#94a3b8}.admin-empty h3{font-size:16px;font-weight:600;color:#334155;margin-bottom:4px}.admin-empty p{font-size:14px;color:#64748b}.admin-quick-actions{display:flex;flex-direction:column;gap:12px}.admin-quick-action{display:flex;align-items:center;gap:16px;padding:16px;background:#f8fafc;border-radius:12px;transition:all .2s;border:1px solid transparent}.admin-quick-action:hover{background:#fff;border-color:#e2e8f0;box-shadow:0 4px 12px #0000000a}.admin-quick-action-icon{width:48px;height:48px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.admin-quick-action-icon i{width:24px;height:24px}.admin-quick-action-icon.blue{background:#dbeafe;color:#2563eb}.admin-quick-action-icon.green{background:#dcfce7;color:#16a34a}.admin-quick-action-icon.purple{background:#f3e8ff;color:#9333ea}.admin-quick-action-info{flex:1}.admin-quick-action-info h4{font-size:15px;font-weight:600;color:#1e293b;margin-bottom:2px}.admin-quick-action-info p{font-size:13px;color:#64748b}.admin-quick-action>i:last-child{width:20px;height:20px;color:#cbd5e1}.admin-sidebar-overlay{display:none;position:fixed;inset:0;background:#0f172a66;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:99}.admin-sidebar-overlay.active{display:block}@media(max-width:1280px){.admin-stats{grid-template-columns:repeat(2,1fr)}}@media(max-width:1024px){.admin-sidebar{transform:translate(-100%)}.admin-sidebar.active{transform:translate(0)}.admin-main{margin-left:0}.admin-menu-btn{display:flex}}@media(max-width:768px){.admin-stats{grid-template-columns:1fr}.admin-content{padding:16px}.admin-form{padding:20px}.admin-card-header{padding:16px 20px}.admin-card-body{padding:20px}.admin-form-row{grid-template-columns:1fr;gap:16px}.admin-item-grid{grid-template-columns:1fr}.admin-label{flex-direction:column;align-items:flex-start;gap:6px}.admin-item-card{flex-direction:column}.admin-item-form{width:100%;flex-direction:column}.admin-place-add{flex-direction:column}.admin-place-add .admin-btn-icon{width:100%}}@media(max-width:600px){.admin-header{padding:12px 16px}.admin-header .admin-btn span{display:none}.admin-header .admin-btn{padding:10px}.admin-page-info h1{font-size:18px}}.admin-place-info{flex:1;display:flex;flex-direction:column;gap:2px}.admin-place-info strong{font-size:14px;font-weight:600;color:#1e293b}.admin-place-info span{font-size:13px;color:#64748b}.admin-place-add{display:grid;grid-template-columns:1fr 1fr auto;gap:12px;margin-top:12px}@media(max-width:768px){.admin-place-add{grid-template-columns:1fr}}.admin-toast{position:fixed;bottom:24px;right:24px;padding:14px 24px;background:#1e293b;color:#fff;border-radius:12px;font-size:14px;font-weight:500;box-shadow:0 10px 40px #0003;transform:translateY(100px);opacity:0;transition:all .3s ease;z-index:9999}.admin-toast.show{transform:translateY(0);opacity:1}.admin-toast.success{background:#16a34a}.admin-toast.error{background:#dc2626}.admin-faculty-card{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px;margin-bottom:16px}.admin-faculty-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.admin-faculty-header strong{font-size:15px;color:#1e293b}.admin-directions-list{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:12px}.admin-direction-item{display:flex;align-items:center;gap:6px;padding:6px 10px;background:#fff;border:1px solid #e2e8f0;border-radius:8px;font-size:13px;color:#475569}.admin-direction-add{display:flex;gap:8px}.admin-direction-add .admin-input{flex:1;padding:8px 12px;font-size:13px}.admin-place-tag{display:inline-block;padding:2px 8px;background:#dbeafe;color:#2563eb;border-radius:6px;font-size:11px;font-weight:600;margin-right:4px}.admin-place-tag.secondary{background:#f3e8ff;color:#7c3aed}.admin-place-info{flex:1;display:flex;flex-direction:column;gap:4px}.admin-place-info strong{font-size:14px;color:#1e293b}.admin-place-info>span:last-child{font-size:13px;color:#64748b}.admin-place-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr)) auto;gap:10px;margin-top:12px}.admin-place-form .admin-input,.admin-place-form .admin-select{padding:10px 12px;font-size:13px}@media(max-width:900px){.admin-place-form{grid-template-columns:1fr 1fr}}@media(max-width:600px){.admin-place-form{grid-template-columns:1fr}}.struct-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px;margin-bottom:12px}.struct-item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.struct-item-name{font-size:15px;color:#1e293b}.struct-item-actions{display:flex;gap:6px}.struct-item-info{display:flex;flex-wrap:wrap;gap:16px;font-size:13px;color:#64748b;margin-bottom:12px}.struct-item-info span{display:flex;align-items:center;gap:6px}.struct-item-info i{width:14px;height:14px}.struct-item-files{display:flex;flex-wrap:wrap;gap:12px;padding-top:12px;border-top:1px solid #e2e8f0}.file-slot{display:flex;align-items:center;gap:8px;font-size:13px}.file-label{color:#64748b}.file-link{display:flex;align-items:center;gap:4px;color:#2563eb}.file-link:hover{text-decoration:underline}.file-link i{width:16px;height:16px}.file-versions-btn{padding:2px 8px;background:#e0e7ff;color:#4f46e5;border:none;border-radius:4px;font-size:11px;cursor:pointer}.file-versions-btn:hover{background:#c7d2fe}.file-upload-btn{display:flex;align-items:center;justify-content:center;width:32px;height:32px;background:#f1f5f9;border:1px dashed #cbd5e1;border-radius:8px;cursor:pointer;transition:all .15s}.file-upload-btn:hover{background:#e2e8f0;border-color:#94a3b8}.file-upload-btn i{width:16px;height:16px;color:#64748b}.file-upload-btn input{display:none}.struct-form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:12px;margin-bottom:12px}.struct-form-actions{display:flex;gap:8px}.struct-add-form{padding-top:16px;border-top:1px solid #e2e8f0;margin-top:16px}.struct-edit-form{padding-top:12px}.modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal-content{background:#fff;border-radius:16px;width:90%;max-width:600px;max-height:80vh;overflow:hidden;display:flex;flex-direction:column}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:16px 20px;border-bottom:1px solid #e2e8f0}.modal-header h3{font-size:16px;font-weight:600}.modal-close{width:32px;height:32px;background:none;border:none;font-size:24px;cursor:pointer;color:#64748b}.modal-body{padding:20px;overflow-y:auto}.versions-list{display:flex;flex-direction:column;gap:10px}.version-item{display:flex;justify-content:space-between;align-items:center;padding:12px;background:#f8fafc;border-radius:8px;border:1px solid #e2e8f0}.version-item.current{background:#f0fdf4;border-color:#bbf7d0}.version-info{display:flex;flex-direction:column;gap:4px}.version-num{font-size:11px;font-weight:600;color:#6366f1}.version-info a{color:#1e293b;font-size:14px}.version-meta{font-size:12px;color:#94a3b8}.version-actions{display:flex;gap:8px}.version-actions button{padding:6px 12px;border:none;border-radius:6px;font-size:12px;cursor:pointer}.restore-version{background:#dbeafe;color:#2563eb}.delete-version{background:#fee2e2;color:#dc2626}.current-badge{padding:4px 10px;background:#dcfce7;color:#16a34a;border-radius:6px;font-size:12px;font-weight:500}@media(max-width:768px){.struct-form-grid{grid-template-columns:1fr}.struct-item-files{flex-direction:column}.version-item{flex-direction:column;gap:10px;align-items:flex-start}}.file-drop-zone{display:flex;align-items:center;gap:8px;flex:1;min-width:200px}.file-drop-area{flex:1;display:flex;align-items:center;gap:8px;padding:10px 14px;background:#f8fafc;border:2px dashed #e2e8f0;border-radius:10px;cursor:pointer;transition:all .2s;min-height:44px}.file-drop-area:hover{background:#f1f5f9;border-color:#cbd5e1}.file-drop-area.drag-over{background:#eff6ff;border-color:#3b82f6;border-style:solid}.file-drop-area .file-input{display:none}.file-placeholder{display:flex;align-items:center;gap:8px;color:#94a3b8;font-size:13px}.file-placeholder i{width:20px;height:20px}.file-drop-area .file-link{display:flex;align-items:center;gap:6px;color:#2563eb;font-size:13px;text-decoration:none}.file-drop-area .file-link:hover{text-decoration:underline}.file-drop-area .file-link i{width:16px;height:16px;flex-shrink:0}.file-drop-area .file-versions-btn{padding:3px 8px;background:#e0e7ff;color:#4f46e5;border:none;border-radius:4px;font-size:11px;font-weight:600;cursor:pointer;margin-left:auto}.file-drop-area .file-versions-btn:hover{background:#c7d2fe}.struct-item-files{display:flex;flex-wrap:wrap;gap:16px;padding-top:12px;border-top:1px solid #e2e8f0}.file-label{font-size:13px;color:#64748b;white-space:nowrap}.admin-toast.info{background:#3b82f6}@media(max-width:768px){.file-drop-zone{flex-direction:column;align-items:flex-start}.file-drop-area{width:100%}}.doc-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:16px;margin-bottom:16px}.doc-item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.doc-item-info{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.doc-item-info strong{font-size:15px;color:#1e293b}.doc-item-actions{display:flex;gap:6px}.doc-files{display:flex;flex-direction:column;gap:8px}.doc-file{display:flex;align-items:center;gap:10px;padding:10px 14px;background:#fff;border:1px solid #e2e8f0;border-radius:8px}.doc-file-link{display:flex;align-items:center;gap:8px;color:#2563eb;flex:1;min-width:0}.doc-file-link i{width:18px;height:18px;flex-shrink:0}.doc-file-link span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.doc-file-link:hover{text-decoration:underline}.doc-file-size{font-size:12px;color:#94a3b8;white-space:nowrap}.doc-drop-zone{margin-top:8px}.doc-drop-area{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:20px;background:#fafbfc;border:2px dashed #e2e8f0;border-radius:10px;cursor:pointer;transition:all .2s;color:#94a3b8;font-size:13px}.doc-drop-area:hover{background:#f1f5f9;border-color:#cbd5e1}.doc-drop-area.drag-over{background:#eff6ff;border-color:#3b82f6;color:#3b82f6}.doc-drop-area i{width:32px;height:32px}.doc-drop-area input{display:none}.doc-form-grid{display:grid;grid-template-columns:2fr 1fr;gap:12px;margin-bottom:12px}.doc-form-actions{display:flex;gap:8px}.doc-add-form{padding-top:20px;border-top:1px solid #e2e8f0;margin-top:8px}@media(max-width:768px){.doc-form-grid{grid-template-columns:1fr}}.edu-level-section{margin-bottom:24px}.edu-level-title{font-size:16px;font-weight:700;color:var(--red-700);padding:10px 16px;background:var(--red-50);border-radius:8px;margin-bottom:12px}.edu-programs-list{display:flex;flex-direction:column;gap:8px}.edu-program-item{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;padding:12px 16px}.edu-program-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px}.edu-program-info{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:14px}.edu-code{padding:2px 8px;background:#dbeafe;color:#2563eb;border-radius:4px;font-size:12px;font-weight:600}.edu-profile{color:#64748b}.edu-form{padding:2px 8px;background:#f0fdf4;color:#16a34a;border-radius:4px;font-size:12px}.edu-term{color:#94a3b8;font-size:12px}.edu-program-actions{display:flex;gap:4px;flex-shrink:0}.edu-program-files{display:flex;flex-wrap:wrap;align-items:center;gap:8px;margin-top:10px;padding-top:10px;border-top:1px solid #e2e8f0}.edu-file-tag{display:flex;align-items:center;gap:4px;padding:4px 8px;background:#fef2f2;border-radius:6px;font-size:12px}.edu-file-tag a{color:#dc2626}.edu-file-tag button{background:none;border:none;color:#94a3b8;cursor:pointer;font-size:14px;line-height:1}.edu-file-tag button:hover{color:#dc2626}.edu-file-upload{display:flex;align-items:center;gap:6px}.edu-file-type{padding:4px 8px;border:1px solid #e2e8f0;border-radius:6px;font-size:12px;background:#fff}.edu-file-btn{display:flex;align-items:center;justify-content:center;width:28px;height:28px;background:#f1f5f9;border:1px dashed #cbd5e1;border-radius:6px;cursor:pointer}.edu-file-btn:hover{background:#e2e8f0}.edu-file-btn i{width:14px;height:14px;color:#64748b}.edu-file-btn input{display:none}.edu-form{display:flex;flex-direction:column;gap:12px}.edu-form-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}@media(max-width:600px){.edu-form-row{grid-template-columns:1fr}.edu-program-header{flex-direction:column}}.doc-add-section{background:#f8fafc;border-radius:12px;padding:16px;margin-bottom:20px}.doc-add-section h4{font-size:14px;font-weight:600;color:#374151;margin-bottom:12px}.doc-add-form{display:flex;flex-direction:column;gap:10px}.doc-add-row{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.doc-add-row .admin-input{flex:1;min-width:120px}.doc-file-label{display:flex;align-items:center;gap:6px;padding:10px 16px;background:#fff;border:2px dashed #e2e8f0;border-radius:8px;cursor:pointer;font-size:13px;color:#64748b;white-space:nowrap;transition:all .15s}.doc-file-label:hover{border-color:#cbd5e1;background:#f8fafc}.doc-file-label i{width:18px;height:18px}.doc-file-name{font-size:12px;color:#64748b;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rpd-file-count{font-size:12px;color:#16a34a;font-weight:500}.docs-year-section{margin-bottom:20px}.docs-year-title{font-size:15px;font-weight:700;color:var(--red-700);padding:8px 12px;background:var(--red-50);border-radius:8px;margin-bottom:10px}.docs-year-content{display:flex;flex-direction:column;gap:8px}.doc-item{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;background:#fff;border:1px solid #e2e8f0;border-radius:8px}.doc-item-info{display:flex;align-items:center;gap:10px;flex:1;min-width:0}.doc-type-badge{padding:3px 8px;background:#e0e7ff;color:#4f46e5;border-radius:4px;font-size:11px;font-weight:600;white-space:nowrap}.doc-type-badge.rpd{background:#dcfce7;color:#16a34a}.doc-item-info a{color:#1e293b;font-size:13px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.doc-item-info a:hover{color:var(--red-600)}.rpd-view-btn{display:flex;align-items:center;gap:6px;padding:4px 10px;background:#f1f5f9;border:none;border-radius:6px;font-size:12px;color:#475569;cursor:pointer}.rpd-view-btn:hover{background:#e2e8f0}.rpd-view-btn i{width:14px;height:14px}.rpd-files-list{list-style:none;padding:0;margin:0}.rpd-file-item{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-bottom:1px solid #f1f5f9}.rpd-file-item:last-child{border-bottom:none}.rpd-file-item a{display:flex;align-items:center;gap:8px;color:#1e293b;font-size:13px;flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rpd-file-item a i{width:18px;height:18px;color:var(--red-600);flex-shrink:0}.rpd-file-item a:hover{color:var(--red-600)}.admin-btn-icon.small{width:28px;height:28px}.admin-btn-icon.small i{width:14px;height:14px}.admin-form-fields{display:flex;flex-direction:column;gap:12px}.edu-form-badge{padding:2px 8px;background:#f0fdf4;color:#16a34a;border-radius:4px;font-size:12px}.admin-sidebar-logo-icon-img{width:44px;height:44px;-o-object-fit:contain;object-fit:contain;flex-shrink:0;border-radius:12px}.sveden-section{margin-bottom:32px}.sveden-section:last-child{margin-bottom:0}.sveden-subtitle{font-size:18px;font-weight:700;color:var(--gray-800);margin-bottom:16px;padding-bottom:12px;border-bottom:2px solid var(--red-100)}.sveden-place-title{font-size:14px;font-weight:600;color:var(--gray-600);margin:16px 0 8px}.sveden-table{width:100%;border-collapse:collapse;font-size:14px}.sveden-table th,.sveden-table td{padding:12px 16px;text-align:left;border:1px solid var(--gray-200);vertical-align:top}.sveden-table th{background:var(--gray-50);font-weight:600;color:var(--gray-700)}.sveden-table td{color:var(--gray-700)}.sveden-label{width:30%;min-width:200px;background:var(--gray-50);font-weight:600;color:var(--gray-600)}.sveden-table a{color:var(--red-600);text-decoration:underline}.sveden-table a:hover{color:var(--red-700)}.sveden-table-small td{padding:10px 14px}.sveden-empty{font-size:14px;color:var(--gray-500);font-style:italic;margin:8px 0}@media(max-width:768px){.sveden-table{display:block;overflow-x:auto;-webkit-overflow-scrolling:touch}.sveden-label{width:auto;min-width:120px}.sveden-table th,.sveden-table td{padding:10px 12px;font-size:13px}}.sveden-faculty-title{font-size:16px;font-weight:700;color:var(--red-700);margin:24px 0 12px;padding:12px 16px;background:var(--red-50);border-radius:8px;border-left:4px solid var(--red-600)}.sveden-direction-title{font-size:14px;font-weight:600;color:var(--gray-700);margin:16px 0 10px;padding-left:16px}.sveden-table-places{margin-bottom:20px}.sveden-table-places th:first-child,.sveden-table-places td:first-child{text-align:center}.vision-btn-inline{display:flex;align-items:center;gap:8px;padding:8px 16px;background:var(--gray-100);border:2px solid var(--gray-300);border-radius:8px;color:var(--gray-700);font-size:13px;font-weight:600;cursor:pointer;transition:all .2s}.vision-btn-inline:hover{background:var(--gray-200)}.vision-btn-inline i{width:18px;height:18px}body.vision-mode .vision-btn-inline{background:#000;color:#fff;border-color:#000}.card-header{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;gap:12px}@media(max-width:600px){.vision-btn-inline{font-size:12px;padding:6px 12px}}.documents-list{list-style:decimal;padding-left:24px;display:flex;flex-direction:column;gap:12px}.document-item{padding:8px 0;line-height:1.5}.document-link{color:var(--red-700);font-weight:500}.document-link:hover{text-decoration:underline}.document-name{font-weight:500;color:var(--gray-800)}.document-badge{display:inline-block;padding:2px 8px;border-radius:4px;font-size:11px;font-weight:600;margin-left:8px;text-transform:uppercase}.document-badge.pdf{background:#fee2e2;color:#dc2626}.document-badge.doc,.document-badge.docx{background:#dbeafe;color:#2563eb}.document-empty{font-size:13px;color:var(--gray-400);font-style:italic;margin-left:8px}.document-files-list{margin-top:8px;padding-left:16px;display:flex;flex-direction:column;gap:6px}.document-file-item{display:inline-flex;align-items:center;gap:6px;color:var(--red-700);font-size:14px}.document-file-item:hover{text-decoration:underline}.document-file-item i{width:16px;height:16px;flex-shrink:0}.edu-table-wrapper{overflow-x:auto;margin:0 -16px;padding:0 16px}.edu-table{width:100%;min-width:1200px;border-collapse:collapse;font-size:13px}.edu-table th,.edu-table td{padding:10px 8px;border:1px solid var(--gray-200);vertical-align:top}.edu-table th{background:var(--gray-50);font-weight:600;text-align:left;font-size:12px;color:var(--gray-700)}.edu-table tbody tr:hover{background:var(--gray-50)}.edu-file-link{display:inline-block;padding:2px 6px;background:var(--red-50);color:var(--red-700);border-radius:4px;font-size:11px;margin:1px 0}.edu-file-link:hover{background:var(--red-100)}.edu-table-docs{min-width:1400px}.edu-table-docs td{font-size:12px;line-height:1.4}.edu-doc-link{display:inline-block;color:var(--red-700);margin-bottom:4px;font-size:12px}.edu-doc-link:hover{text-decoration:underline}.edu-rpd-btn{display:inline-block;padding:3px 8px;background:var(--red-50);color:var(--red-700);border:1px solid var(--red-200);border-radius:4px;font-size:11px;cursor:pointer;margin-bottom:4px;transition:all .15s}.edu-rpd-btn:hover{background:var(--red-100)}.rpd-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:8px}.rpd-list li a{display:flex;align-items:center;gap:8px;padding:10px 14px;background:#f8fafc;border-radius:8px;color:#1e293b;font-size:13px;transition:background .15s}.rpd-list li a:hover{background:#f1f5f9}.rpd-list li a i{width:18px;height:18px;color:var(--red-600);flex-shrink:0}.text-muted{color:#94a3b8}.edu-modal-btn{display:inline-block;padding:4px 10px;background:var(--red-50);color:var(--red-700);border:1px solid var(--red-200);border-radius:6px;font-size:12px;cursor:pointer;margin-bottom:4px;text-align:left;transition:all .15s}.edu-modal-btn:hover{background:var(--red-100);border-color:var(--red-300)}.files-modal-list{list-style:none;padding:0;margin:0}.files-modal-list li{border-bottom:1px solid #f1f5f9}.files-modal-list li:last-child{border-bottom:none}.files-modal-list a{display:flex;align-items:center;gap:10px;padding:12px 16px;color:#1e293b;font-size:14px;transition:background .15s}.files-modal-list a:hover{background:#f8fafc}.files-modal-list a i{width:20px;height:20px;color:var(--red-600);flex-shrink:0}.students-doc-link{margin-top:16px}.students-doc-link a{display:inline-flex;align-items:center;gap:8px;color:var(--red-700);font-weight:500;font-size:14px;padding:10px 16px;background:var(--red-50);border-radius:8px;transition:all .2s}.students-doc-link a:hover{background:var(--red-100);text-decoration:none}.students-doc-link a i{width:18px;height:18px;flex-shrink:0}.privacy-content h3{font-size:16px;font-weight:700;color:var(--gray-800);margin:24px 0 10px;padding-bottom:8px;border-bottom:2px solid var(--red-100)}.privacy-content h3:first-of-type{margin-top:16px}.privacy-content p{font-size:14px;color:var(--gray-700);line-height:1.7;margin-bottom:10px}.privacy-intro{font-size:15px;color:var(--gray-600);line-height:1.7;padding:16px;background:var(--gray-50);border-radius:12px;margin-bottom:16px}.privacy-list{display:flex;flex-direction:column;gap:8px;margin:12px 0 16px}.privacy-list-item{display:flex;align-items:flex-start;gap:8px;font-size:14px;color:var(--gray-700);line-height:1.5;padding:8px 12px;background:var(--gray-50);border-radius:8px}.privacy-list-item i{width:16px;height:16px;color:#16a34a;flex-shrink:0;margin-top:2px}.privacy-footer{margin-top:28px;padding-top:20px;border-top:2px solid var(--gray-200);font-size:14px;color:var(--gray-500)}.privacy-footer a{color:var(--red-600)}.privacy-wrapper{grid-template-columns:1fr 320px!important}@media(max-width:900px){.privacy-wrapper{grid-template-columns:1fr!important}}.qf-group{margin-bottom:14px}.qf-row{display:grid;grid-template-columns:1fr 1fr;gap:12px}.qf-label{display:block;font-size:12px;font-weight:600;color:var(--gray-600);margin-bottom:5px}.qf-req{color:var(--red-600)}.qf-input{width:100%;padding:10px 14px;border:1px solid var(--gray-200);border-radius:10px;font-size:13px;font-family:inherit;background:#fff;transition:border-color .15s,box-shadow .15s}.qf-input:focus{outline:none;border-color:var(--red-400);box-shadow:0 0 0 3px #dc262614}.qf-input-error{border-color:var(--red-400)!important;box-shadow:0 0 0 3px #dc262614!important}.qf-textarea{resize:vertical;min-height:80px}.qf-hint{font-size:11px;color:var(--gray-400);margin:-6px 0 14px}.qf-char-count{font-size:11px;color:var(--gray-400);text-align:right;margin-top:4px}.qf-field-error{display:none;font-size:11px;color:var(--red-600);margin-top:4px;font-weight:500}.qf-agree{display:flex;align-items:flex-start;gap:8px;margin-bottom:14px;font-size:12px;color:var(--gray-500);cursor:pointer;line-height:1.4}.qf-agree input{margin-top:2px;accent-color:var(--red-600);flex-shrink:0;width:16px;height:16px}.qf-agree a{color:var(--red-600);text-decoration:underline}.qf-agree a:hover{color:var(--red-700)}.qf-submit{width:100%;padding:12px;background:var(--red-600);color:#fff;border:none;border-radius:10px;font-size:14px;font-weight:600;font-family:inherit;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:8px;transition:background .15s}.qf-submit:hover{background:var(--red-700)}.qf-submit:disabled{opacity:.6;cursor:not-allowed}.qf-submit i{width:18px;height:18px}.qf-error{background:#fee2e2;color:#dc2626;padding:10px 14px;border-radius:8px;font-size:12px;margin-bottom:12px}.question-success{display:flex;flex-direction:column;align-items:center;gap:10px;padding:24px 16px;text-align:center}.question-success-icon{width:48px;height:48px;background:#dcfce7;border-radius:50%;display:grid;place-items:center}.question-success-icon i{width:24px;height:24px;color:#16a34a}.question-success p{font-size:14px;color:var(--gray-700);font-weight:500}@media(max-width:480px){.qf-row{grid-template-columns:1fr}}@media(max-width:1200px){.main-wrapper{grid-template-columns:minmax(200px,240px) 1fr}.sidebar-right{display:none}}@media(max-width:900px){.main-wrapper{grid-template-columns:1fr}.sidebar-left{display:none}.mobile-info-section{display:block;margin-top:var(--space-lg)}}@media(max-width:600px){.top-bar-left{display:none}.top-bar-right{width:100%;justify-content:center}.nav-item{padding:var(--space-sm)}.nav-item span{display:none}.hero-content{flex-direction:column;text-align:center}.hero-text{text-align:center}.hero-text p{margin:0 auto}.news-item{flex-direction:column}.news-thumb{width:100%;height:140px}.programs-grid{grid-template-columns:1fr}.footer-top-inner,.footer-bottom{flex-direction:column;text-align:center}.mobile-info-grid{display:flex;flex-direction:column;gap:var(--space-md)}}@media(max-width:400px){:root{--container-padding: .75rem}.stats-grid{grid-template-columns:1fr 1fr;gap:var(--space-xs)}.stat-item{padding:var(--space-sm)}}
