@import url("https://fonts.googleapis.com/css2?family=Nunito:wght@400;700&display=swap");@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css");*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth;scroll-padding-top:100px}[id^=pixel-ecosystem-game]{scroll-margin-top:100px}body{font-family:Nunito,sans-serif;margin:0;line-height:1.6;background-color:#f8f9fa;color:#343a40;overflow-x:hidden}img{max-width:100%;height:auto}.container{max-width:1200px;padding:2rem}.logo{font-size:1.5rem;margin:0;color:#fff;text-decoration:none;font-weight:700}nav{display:flex;gap:1rem}nav a{color:#fff;text-decoration:none;transition:color .3s ease;position:relative;padding:.5rem 0;font-size:.9rem}nav a:hover{color:#adb5bd}nav a:after{content:"";position:absolute;width:100%;height:2px;bottom:0;left:0;background:linear-gradient(90deg,#007bff,#66a3ff);transform:scaleX(0);transform-origin:bottom right;transition:transform .3s ease}nav a:hover:after{transform:scaleX(1);transform-origin:bottom left}.hero{background-color:#e9ecef;padding:5rem 0}.hero-container{display:flex;align-items:center;gap:2rem}.hero-text{flex:1}.hero h1{font-size:3rem;margin-bottom:1rem}.hero-sub{font-size:1.2rem;color:#6c757d;margin-bottom:1.75rem;line-height:1.6}.hero-actions{display:flex;gap:1rem;flex-wrap:wrap}.profile-image{width:200px;height:200px;border-radius:50%;-o-object-fit:cover;object-fit:cover;box-shadow:0 4px 8px rgba(0,0,0,.1)}.btn-primary{box-shadow:0 4px 8px rgba(0,123,255,.2)}.btn-primary:hover{box-shadow:0 6px 12px rgba(0,123,255,.3)}.btn-secondary:hover{box-shadow:0 4px 8px rgba(0,123,255,.15)}.text-white{color:#ffffff!important}.latest-project-wrapper .section-title{position:relative;z-index:2;text-shadow:0 2px 4px rgba(0,0,0,.3)}.latest-project-wrapper .section-title:after{background:linear-gradient(90deg,#00f5ff,#ff007a);width:100px}.latest-project-card .btn-primary{background:linear-gradient(135deg,#00f5ff,#0072ff);color:white;box-shadow:0 4px 8px rgba(0,245,255,.3)}.latest-project-card .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,245,255,.4)}.latest-project-card .btn-secondary{background:transparent;color:#00f5ff;border:2px solid #00f5ff}.latest-project-card .btn-secondary:hover{background:rgba(0,245,255,.1);transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,245,255,.2)}.skills{background:#f8f9fa;padding:4rem 0}.skills h2{font-size:2rem;margin-bottom:2rem;text-align:center}.skills-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem}.skill-card{background:#fff;padding:2rem;border-radius:10px;text-align:center;box-shadow:0 2px 5px rgba(0,0,0,.1);transition:transform .2s ease,box-shadow .2s ease;position:relative;cursor:default}.skill-card:hover{transform:translateY(-5px);box-shadow:0 4px 10px rgba(0,0,0,.15)}.skill-card:after{content:attr(data-tooltip);position:absolute;top:-2.5rem;left:50%;transform:translateX(-50%) scale(.9);padding:.5rem .75rem;background:#000c;color:#fff;font-size:.8rem;border-radius:6px;white-space:nowrap;opacity:0;pointer-events:none;transition:.2s}.skill-card:hover:after{opacity:1;transform:translateX(-50%) scale(1)}.skill-icon svg{width:40px;height:40px}.skill-progress{margin-top:1rem;height:10px;background:#e9ecef;border-radius:5px;overflow:hidden}.skill-progress-bar{height:100%;background:linear-gradient(90deg,#007bff,#66a3ff);border-radius:5px;transition:width 1s ease}.section-title{margin-bottom:2.5rem;text-shadow:0 2px 5px rgba(0,0,0,.4)}.projects{background:#e9ecef;padding:4rem 0}.projects h2{font-size:2rem;margin-bottom:2rem;text-align:center}.latest-project{display:grid;grid-template-columns:160px 1fr;gap:2.5rem;align-items:flex-start;margin-top:2rem}.project-demo{width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.08)}.project-body{display:flex;flex-direction:column;gap:.75rem}.project-metric{list-style:none;padding:0;margin:1rem 0;display:flex;gap:1.5rem;flex-wrap:wrap}.project-metric li{display:flex;align-items:center;gap:.4rem;font-size:.9rem;color:#007bff}.project-actions{margin-top:1.25rem;display:flex;gap:1rem;flex-wrap:wrap}.case-description{overflow-y:auto;max-height:500px}.case-nav-button{font-size:1rem}.case-nav-button:hover{background:rgba(255,255,255,.3);transform:scale(1.1)}.case-description .btn-primary{background:linear-gradient(135deg,#007bff,#0056b3);color:white;box-shadow:0 4px 8px rgba(0,123,255,.2);margin-top:1rem;display:inline-flex;align-items:center;justify-content:center;text-align:center}.case-description .btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,123,255,.3)}.case-pagination-dot:hover{background:rgba(255,255,255,.5)}.cases h2{font-weight:700}.cases h2:after{left:50%;transform:translateX(-50%);width:80px}footer{text-align:center}@media (max-width:768px){.about-content,.hero-container{flex-direction:column;text-align:center}.case-card,.latest-project{grid-template-columns:1fr}.case-demo,.case-image{order:-1;min-height:300px}nav{flex-direction:column;width:100%}.menu-toggle{display:block}nav a{margin:0;padding:.75rem 0;border-bottom:1px solid rgba(255,255,255,.1)}}@media (max-width:480px){h1{font-size:1.8rem!important}h2{font-size:1.5rem!important}.hero p{font-size:1rem!important}.logo{font-size:1.5rem!important}}.case-card{animation:fadeIn .6s ease-out forwards}.case-card:nth-child(2){animation-delay:.2s}.case-card:nth-child(3){animation-delay:.4s}.cv-modal{position:fixed;inset:0;display:flex;align-items:center;justify-content:center;background:rgba(0,0,0,.45);z-index:1000}.cv-modal.hidden{display:none}.cv-modal__box{position:relative;max-width:380px;padding:2rem;background:#fff;border-radius:12px;box-shadow:0 12px 30px rgba(0,0,0,.25);text-align:center}.cv-modal__text{margin-bottom:1rem;font-size:1.1rem;color:#333}.cv-modal__close{position:absolute;top:.75rem;right:.75rem;background:none;border:none;font-size:1.5rem;cursor:pointer;color:#555}.skyt-logo-new{--size:160px;width:var(--size);height:var(--size);position:relative;margin:0 auto;cursor:pointer;transform-style:preserve-3d;transition:transform .8s cubic-bezier(.17,.67,.12,.99)}.skyt-logo-new:hover{transform:rotateY(25deg) rotateX(10deg) scale(1.05)}.layer{position:absolute;inset:0;border-radius:50%}.layer-outer{background:conic-gradient(from 0deg at 50% 50%,#00f5ff 0deg 90deg,#ff007a 90deg 180deg,#00f5ff 180deg 270deg,#ff007a 270deg 1turn);animation:spin 8s linear infinite;box-shadow:0 0 20px #00f5ff,inset 0 0 20px rgba(0,0,0,.4)}.layer-glass{inset:10%;background:rgba(255,255,255,.06);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);animation:spin 6s linear infinite reverse}.layer-typo{display:grid;place-items:center;position:absolute;inset:0}.s-letter{font-size:3.5rem;font-weight:900;color:#fff;text-shadow:0 0 10px #00f5ff;animation:pulse 2s infinite alternate}.kyt{font-size:.9rem;letter-spacing:.2em;color:#ff007a}.icon-ring{position:absolute;inset:-30%;animation:orbit 18s linear infinite}.icon-ring i{position:absolute;color:#fff;font-size:.9rem}.latest-project-card.text-white h3,.latest-project-card.text-white li,.latest-project-card.text-white p{color:#ffffff!important}.latest-project-wrapper{padding:5rem 0;background:radial-gradient(circle at top left,#0f172a 0,#1e293b 100%);position:relative;overflow:hidden}.latest-project-wrapper:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#00f5ff,#ff007a);z-index:2}.latest-project-card{display:grid;grid-template-columns:200px 1fr;gap:3rem;align-items:center;background:rgba(255,255,255,.03);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.08);border-radius:24px;padding:3rem;max-width:900px;margin:0 auto;box-shadow:0 0 0 1px rgba(0,245,255,.15),0 25px 50px -12px rgba(0,0,0,.4);transition:transform .3s ease,box-shadow .3s ease}.latest-project-card:hover{transform:translateY(-6px);box-shadow:0 0 0 1px rgba(0,245,255,.3),0 32px 60px -12px rgba(0,0,0,.6)}@media (max-width:768px){.latest-project-card{grid-template-columns:1fr;text-align:center;padding:2rem 1.5rem}.project-logo{margin:0 auto}}.icon-ring i:first-child{top:0;left:50%;transform:translateX(-50%)}.icon-ring i:nth-child(2){top:50%;right:0;transform:translateY(-50%)}.icon-ring i:nth-child(3){bottom:0;left:50%;transform:translateX(-50%)}.icon-ring i:nth-child(4){top:50%;left:0;transform:translateY(-50%)}@keyframes spin{to{transform:rotate(1turn)}}@keyframes orbit{to{transform:rotate(1turn)}}@keyframes slideIn{0%{transform:translateX(100%) scale(.9)}to{transform:translateX(0) scale(1)}}.stubborn-button{position:fixed;background-color:#ff4757;border-radius:5px}.stop-button{background-color:#2f3542}.spoiler-modal{background-color:rgba(0,0,0,.7)}.spoiler-content{background-color:white;padding:30px;border-radius:10px;box-shadow:0 10px 25px rgba(0,0,0,.3)}.spoiler-content h3{color:#333}.spoiler-content p{margin-bottom:20px;color:#555}.spoiler-content pre{background-color:#f1f2f6;padding:15px;border-radius:5px;margin-bottom:20px;font-family:monospace;color:#333}.spoiler-content button{background-color:#4CAF50;padding:10px 20px;border-radius:5px;font-size:16px;transition:background-color .3s}.spoiler-content button:hover{background-color:#45a049}.game-container{padding:4rem 0;background-color:#343a40}.game-container:before{height:10px;background:linear-gradient(90deg,#007bff,#00b4ff)}.game-wrapper{max-width:800px;padding:0 1rem}.game-container h2{text-align:center;margin-bottom:1rem;font-size:2rem;color:white}.game-container p{text-align:center;margin-bottom:2rem;color:#adb5bd;max-width:600px;margin-left:auto;margin-right:auto}.game-controls{gap:1rem;margin-bottom:1.5rem}.game-button{padding:.75rem 1.5rem;border-radius:6px;font-weight:600;transition:all .3s ease;gap:.5rem}.game-button.start{background-color:#28a745}.game-button.start:hover{background-color:#218838;transform:translateY(-2px)}.game-button.reset{background-color:#dc3545}.game-button.reset:hover{background-color:#c82333;transform:translateY(-2px)}#game-canvas{width:100%;border:2px solid #495057;border-radius:8px;background-color:#212529;box-shadow:0 4px 10px rgba(0,0,0,.3);display:block;margin:0 auto}.game-container .instructions{text-align:center;margin-top:1rem;color:#6c757d;font-size:.9rem}@media (max-width:768px){.game-controls{flex-direction:column;align-items:center}.game-button{width:100%;justify-content:center}#game-canvas{height:auto;max-height:400px}}.game-container{animation:fadeIn .6s ease-out .6s forwards}.about-modern{padding:4rem 0;background:#fff;text-align:center}.about-top{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:1.5rem}.about-photo{width:160px;height:160px;border-radius:50%;-o-object-fit:cover;object-fit:cover;box-shadow:0 8px 24px rgba(0,0,0,.12)}.about-title{margin:0;font-size:2.25rem;color:#212529}.about-center{max-width:700px;margin:0 auto}.about-subtitle{font-size:1.15rem;color:#007bff;margin:.5rem 0 1.25rem}.about-text{font-size:1rem;line-height:1.65;color:#495057;margin-bottom:1.5rem}.about-facts{list-style:none;padding:0;display:flex;gap:1.5rem;flex-wrap:wrap;margin-bottom:2rem}.about-actions,.about-facts{justify-content:center}.btn-primary{background:linear-gradient(135deg,#007bff,#00b4ff);color:#fff}.btn-secondary{background:transparent}.hobby-content h3{color:#212529}.about-facts li{font-size:.9rem;color:#6c757d}.about-facts i{color:#007bff}.btn{padding:.75rem 1.5rem;border-radius:30px;transition:.3s}.btn:hover{transform:translateY(-2px);box-shadow:0 6px 18px rgba(0,123,255,.35)}.experience-horizontal{padding:4rem 0;background:#f8f9fa}.section-title{margin-bottom:3rem}.timeline-wrapper{overflow-x:auto;padding:2rem 0}.timeline-track{display:flex;gap:3rem;width:-moz-max-content;width:max-content;margin:0 auto;padding:2rem 1rem;position:relative}.timeline-track:before{content:"";position:absolute;top:50%;left:0;right:0;height:2px;background:#e0e0e0;z-index:0}.timeline-card{position:relative;flex:0 0 280px;background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 4px 12px rgba(0,0,0,.08);transition:transform .3s}.timeline-card:hover{transform:translateY(-6px)}.timeline-dot{top:-1.5rem;width:12px;height:12px;background:#007bff;border-radius:50%;border:3px solid #fff;box-shadow:0 0 0 3px #e0e0e0}.timeline-dot,.timeline-dot:after{position:absolute;left:50%;transform:translateX(-50%)}.timeline-dot:after{content:attr(data-year);top:-2rem;font-size:.8rem;font-weight:600;color:#007bff;white-space:nowrap}.timeline-card h3{margin:.5rem 0 .75rem;font-size:1.15rem;color:#212529}.timeline-card p{font-size:.9rem;color:#6c757d;margin-bottom:1rem}.tags{display:flex;flex-wrap:wrap;gap:.5rem}.tags span{font-size:.7rem;background:#eef2f7;color:#495057;padding:.25rem .6rem;border-radius:20px}.timeline-card:after{content:"≈ 9 проектов";position:absolute;bottom:.75rem;right:.75rem;font-size:.65rem;color:#adb5bd;opacity:0;transition:opacity .3s}.timeline-card:hover:after{opacity:1}.hobbies-modern{padding:5rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef)}.section-subtitle{color:#6c757d}.hobbies-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}.hobby-card{background:#fff;border-radius:16px;box-shadow:0 4px 16px rgba(0,0,0,.08);transition:transform .3s ease,box-shadow .3s ease}.hobby-card:hover{transform:translateY(-8px);box-shadow:0 12px 32px rgba(0,0,0,.15)}.hobby-image{height:200px;overflow:hidden}.hobby-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.hobby-card:hover .hobby-image img{transform:scale(1.05)}.hobby-content{text-align:left}.hobby-content h3{font-size:1.25rem;margin:0 0 .5rem;color:#eff0f1}.hobby-content .highlight{font-weight:600;color:#007bff;margin-bottom:.5rem}.hobby-content .stat{font-size:.9rem;color:#6c757d;margin-bottom:1rem}.hobby-content .btn{display:inline-block;padding:.6rem 1.2rem;background:linear-gradient(135deg,#007bff,#00b4ff);color:#fff;border-radius:25px;font-size:.85rem;font-weight:600;text-decoration:none;transition:.3s}.hobby-content .btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,123,255,.35)}@media (max-width:600px){.hobbies-grid{grid-template-columns:1fr}.about-top{flex-direction:column}.timeline-track{gap:2rem}.timeline-card{flex:0 0 220px}}.py-12{padding-top:3rem;padding-bottom:3rem}.bg-gray-50{background-color:#f9fafb}.max-w-6xl{max-width:72rem}.mx-auto{margin-left:auto;margin-right:auto}.px-4{padding-left:1rem;padding-right:1rem}@media (min-width:640px){.sm\:px-6{padding-left:1.5rem;padding-right:1.5rem}}@media (min-width:1024px){.lg\:px-8{padding-left:2rem;padding-right:2rem}}.text-3xl{font-size:1.875rem;line-height:2.25rem}.font-bold{font-weight:700}.text-center{text-align:center}.mb-10{margin-bottom:2.5rem}.text-gray-800{color:#1f2937}.mb-12{margin-bottom:3rem}.text-2xl{font-size:1.5rem;line-height:2rem}.font-semibold{font-weight:600}.mb-6{margin-bottom:1.5rem}.text-gray-700{color:#374151}.flex{display:flex}.mr-3{margin-right:.75rem}.grid{display:grid}@media (min-width:768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}}.gap-6{gap:1.5rem}.bg-white{background-color:#ffffff}.p-5{padding:1.25rem}.rounded-xl{border-radius:.75rem}.shadow{box-shadow:0 1px 3px 0 rgba(0,0,0,.1),0 1px 2px 0 rgba(0,0,0,.06)}.text-sm{font-size:.875rem;line-height:1.25rem}.text-gray-600{color:#4b5563}.text-xs{font-size:.75rem;line-height:1rem}.mb-1{margin-bottom:.25rem}.text-blue-600{color:#2563eb}.hover\:text-blue-800:hover{color:#1e40af}.inline-flex{display:inline-flex}.items-center{align-items:center}.gap-1{gap:.25rem}.text-green-700{color:#15803d}.space-y-2>*+*{margin-top:.5rem}.text-green-500{color:#10b981}.mt-1{margin-top:.25rem}.mr-2{margin-right:.5rem}.text-blue-700{color:#1d4ed8}.text-blue-500{color:#3b82f6}.text-purple-700{color:#7e22ce}.text-purple-500{color:#a855f7}.space-y-4>*+*{margin-top:1rem}.header-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.footer-container{max-width:1200px;margin:0 auto;padding:1rem 2rem;text-align:center}header{padding:.5rem 0;position:sticky;top:0;z-index:100;box-shadow:0 2px 5px rgba(0,0,0,.2)}footer,header{background-color:#343a40;color:#fff;width:100%}footer{padding:1rem 0;font-size:.9rem}footer,header{width:100%;position:relative;left:0;right:0}.experience{padding:5rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef);position:relative}.experience:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#007bff,#00b4ff)}.experience h2{font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center;color:#343a40;position:relative}.experience h2:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,#007bff,#00b4ff);border-radius:3px}.experience-item{background:#fff;border-radius:16px;box-shadow:0 10px 30px rgba(0,0,0,.08);overflow:hidden;transition:all .3s ease;margin-bottom:2rem;position:relative}.experience-item:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,.12)}.experience-item:before{content:"";position:absolute;top:0;left:0;width:6px;height:100%;background:linear-gradient(180deg,#007bff,#00b4ff)}.experience-header{padding:1.5rem 2rem;border-bottom:1px solid #f0f0f0;background:rgba(0,123,255,.03)}.experience-position{font-size:1.5rem;font-weight:700;color:#212529;margin:0 0 .5rem}.experience-company{font-size:1.1rem;color:#007bff;font-weight:600;margin:0}.experience-period{display:inline-block;padding:.4rem 1rem;background:linear-gradient(135deg,#007bff,#00b4ff);color:white;border-radius:30px;font-size:.85rem;font-weight:600;margin-top:.75rem;box-shadow:0 4px 8px rgba(0,123,255,.2)}.experience-body{padding:1.75rem 2rem}.experience-section-title{font-size:1.1rem;font-weight:600;color:#495057;margin:0 0 1rem;display:flex;align-items:center}.experience-section-title i{margin-right:.5rem;color:#007bff}.experience-list{list-style:none;padding:0;margin:0 0 1.5rem}.experience-list li{position:relative;padding-left:1.5rem;margin-bottom:.75rem;line-height:1.6;color:#495057}.experience-list li:before{content:"";position:absolute;left:0;top:.75rem;width:8px;height:8px;background-color:#007bff;border-radius:50%}.experience-tech-list{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.experience-tech-item{padding:.5rem 1rem;background:#f8f9fa;border:1px solid #e9ecef;border-radius:20px;font-size:.85rem;font-weight:500;color:#495057;transition:all .2s ease}.experience-tech-item:hover{background:#e9ecef;transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.05)}@media (max-width:768px){.experience{padding:3rem 0}.experience h2{font-size:2rem;margin-bottom:2rem}.experience-item{margin-bottom:1.5rem}.experience-header{padding:1.25rem 1.5rem}.experience-body{padding:1.5rem}.experience-position{font-size:1.3rem}.experience-company{font-size:1rem}}@media (max-width:480px){.experience h2{font-size:1.8rem}.experience-header{padding:1rem 1.25rem}.experience-body{padding:1.25rem}.experience-position{font-size:1.2rem}.experience-tech-list{gap:.5rem}.experience-tech-item{padding:.4rem .8rem;font-size:.8rem}}.education-section{padding:5rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef);position:relative;overflow:hidden}.education-section:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#00f5ff,#ff007a);z-index:2}.education-container{max-width:1200px;margin:0 auto;padding:0 2rem}.education-title{font-size:2.5rem;font-weight:700;margin-bottom:3rem;text-align:center;color:#343a40;position:relative}.education-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,#00f5ff,#ff007a);border-radius:3px}.certificates-block,.education-block{margin-bottom:3rem}.education-subtitle{font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;color:#343a40;display:flex;align-items:center}.education-icon{margin-right:.75rem;font-size:1.5rem;color:#007bff}.education-icon-certificate{color:#28a745}.education-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem}.education-card{background:#fff;border-radius:16px;box-shadow:0 10px 25px rgba(0,0,0,.08);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease;height:100%;display:flex;flex-direction:column}.education-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,.12)}.education-card-header{padding:1.5rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-bottom:1px solid rgba(0,0,0,.05)}.education-type{display:inline-block;padding:.4rem .8rem;background:#007bff;color:white;border-radius:30px;font-size:.8rem;font-weight:600;margin-bottom:.75rem}.education-type-future{background:#6c757d}.education-degree{font-size:1.3rem;font-weight:700;color:#343a40;margin:0}.education-card-body{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.education-institution{font-size:1rem;color:#495057;margin-bottom:.5rem}.education-year{font-size:.9rem;color:#6c757d;margin-bottom:1rem}.education-year-future{color:#28a745;font-weight:600}.education-link{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1rem;background:linear-gradient(135deg,#007bff,#0056b3);color:white;border-radius:8px;font-size:.9rem;font-weight:500;text-decoration:none;transition:all .3s ease;margin-top:auto}.education-link:hover{background:linear-gradient(135deg,#0056b3,#004085);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,123,255,.3)}.education-link-icon{color:#ffc107}.education-file-info{font-size:.8rem;opacity:.8}.education-progress{height:8px;background-color:#e9ecef;border-radius:4px;margin-top:1rem;overflow:hidden}.education-progress-bar{height:100%;width:35%;background:linear-gradient(90deg,#28a745,#20c997);border-radius:4px}.certificates-grid{display:grid;grid-template-columns:1fr;gap:1.5rem}.certificates-courses{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.certificates-card{background:#fff;border-radius:16px;box-shadow:0 10px 25px rgba(0,0,0,.08);overflow:hidden;transition:transform .3s ease,box-shadow .3s ease}.certificates-card:hover{transform:translateY(-5px);box-shadow:0 15px 35px rgba(0,0,0,.12)}.certificates-card-mincenter{border-left:4px solid #007bff}.certificates-card-hexlet{border-left:4px solid #8a2be2}.certificates-card-coddy{border-left:4px solid #20c997}.certificates-card-header{padding:1rem 1.5rem;background:linear-gradient(135deg,#f8f9fa,#e9ecef);border-bottom:1px solid rgba(0,0,0,.05);display:flex;justify-content:space-between;align-items:center}.certificates-title{font-size:1.2rem;font-weight:700;color:#343a40;margin:0}.certificates-badge{padding:.3rem .6rem;border-radius:20px;font-size:.75rem;font-weight:600}.certificates-badge-ongoing{background:#ffc107;color:#212529}.certificates-badge-completed{background:#28a745;color:white}.certificates-card-body{padding:1.5rem}.certificates-list{list-style:none;padding:0;margin:0}.certificates-item{align-items:flex-start}.certificates-icon{margin-right:.75rem;font-size:1rem;margin-top:.2rem}.certificates-icon-js{color:#f7df1e}.certificates-icon-html{color:#e34c26}.certificates-icon-css{color:#1572b6}.certificates-icon-git{color:#f05032}.certificates-icon-oop{color:#007bff}.certificates-icon-asd{color:#28a745}.certificates-icon-python{color:#3776ab}.certificates-icon-algorithm{color:#ff9800}.certificates-item span{font-size:.95rem;color:#495057;flex-grow:1}.certificates-year{font-size:.8rem;color:#6c757d;white-space:nowrap;margin-left:.5rem}@media (max-width:768px){.education-section{padding:3rem 0}.education-container{padding:0 1rem}.education-title{font-size:2rem;margin-bottom:2rem}.education-subtitle{font-size:1.5rem;margin-bottom:1.2rem}.certificates-courses,.education-grid{grid-template-columns:1fr;gap:1.2rem}.education-card-header{padding:1.2rem}.education-degree{font-size:1.2rem}.education-card-body{padding:1.2rem}.certificates-card-header{padding:.8rem 1.2rem}.certificates-title{font-size:1.1rem}.certificates-card-body{padding:1.2rem}}@media (max-width:480px){.education-title{font-size:1.8rem}.education-subtitle{font-size:1.3rem;flex-direction:column;align-items:flex-start}.education-icon{margin-right:0;margin-bottom:.5rem}.education-card-header{padding:1rem}.education-degree{font-size:1.1rem}.education-card-body{padding:1rem}.certificates-card-header{flex-direction:column;align-items:flex-start;gap:.5rem;padding:.8rem 1rem}.certificates-title{font-size:1rem}.certificates-card-body{padding:1rem}.certificates-item{flex-direction:column;align-items:flex-start;gap:.3rem}.certificates-year{margin-left:0;align-self:flex-end}}.certificates-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid rgba(0,0,0,.05)}.certificates-item:last-child{border-bottom:none}.certificates-item-content{display:flex;align-items:flex-start;flex:1}.certificates-item-actions{display:flex;align-items:center;gap:.5rem}.certificate-download-link{display:inline-flex;align-items:center;gap:.3rem;padding:.3rem .6rem;background:linear-gradient(135deg,#007bff,#0056b3);color:white;border-radius:6px;font-size:.75rem;font-weight:500;text-decoration:none;transition:all .3s ease;white-space:nowrap}.certificate-download-link:hover{background:linear-gradient(135deg,#0056b3,#004085);transform:translateY(-1px);box-shadow:0 2px 6px rgba(0,123,255,.3)}.certificate-download-link i{font-size:.8rem}@media (max-width:768px){.certificates-item{flex-direction:column;align-items:flex-start;gap:.5rem}.certificates-item-content{width:100%}.certificates-item-actions{width:100%;justify-content:flex-end}}@media (max-width:480px){.certificates-item-actions{justify-content:flex-start}.certificate-download-link{padding:.25rem .5rem;font-size:.7rem}}.hobbies-section{padding:5rem 0;background:linear-gradient(135deg,#1a202c,#2d3748);position:relative;overflow:hidden}.hobbies-section:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#00f5ff,#ff007a);z-index:2}.section-title{font-size:2.5rem;margin-bottom:1rem;text-align:center;color:#ffffff}.section-title:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:80px;height:3px;background:linear-gradient(90deg,#00f5ff,#ff007a);border-radius:3px}.section-subtitle{text-align:center;font-size:1.1rem;color:rgba(255,255,255,.8);margin-bottom:3rem}.hobbies-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-bottom:3rem}.hobby-card{position:relative;background:rgba(255,255,255,.05);backdrop-filter:blur(10px);border-radius:20px;overflow:hidden;transition:all .4s ease;border:1px solid rgba(255,255,255,.1);height:100%;display:flex;flex-direction:column}.hobby-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px rgba(0,0,0,.3);border-color:rgba(255,255,255,.2)}.hobby-image-container{position:relative;height:200px;overflow:hidden}.hobby-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .5s ease}.hobby-card:hover .hobby-image{transform:scale(1.05)}.hobby-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.3) 70%,rgba(0,0,0,.7));opacity:0;transition:opacity .3s ease}.hobby-card:hover .hobby-overlay{opacity:1}.hobby-content{padding:1.5rem;flex-grow:1;display:flex;flex-direction:column}.hobby-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.hobby-title{font-size:1.4rem;font-weight:700;color:#ffffff;margin:0}.hobby-icon{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#00f5ff,#ff007a);display:flex;align-items:center;justify-content:center;color:white;font-size:1.2rem}.hobby-highlight{font-size:1rem;color:#00f5ff;font-weight:600}.hobby-highlight,.hobby-stats{margin-bottom:1rem}.hobby-stat{display:flex;align-items:center;gap:.5rem;font-size:.9rem;color:rgba(255,255,255,.9)}.hobby-stat i{color:#ff007a}.hobby-details{margin-bottom:1rem;overflow:hidden;max-height:0;transition:max-height .3s ease}.hobby-card.show-details .hobby-details{max-height:300px}.hobby-description{font-size:.9rem;color:rgba(255,255,255,.8);line-height:1.5;margin-bottom:1rem}.hobby-achievements{list-style:none;padding:0;margin:0}.hobby-achievement{display:flex;align-items:flex-start;gap:.5rem;margin-bottom:.5rem;font-size:.85rem;color:rgba(255,255,255,.9)}.hobby-achievement i{color:#ffc107;margin-top:.2rem}.hobby-actions{justify-content:space-between;margin-top:auto;padding-top:1rem}.hobby-actions,.hobby-toggle{display:flex;align-items:center}.hobby-toggle{gap:.5rem;background:transparent;border:1px solid rgba(255,255,255,.2);color:rgba(255,255,255,.8);padding:.5rem 1rem;border-radius:20px;font-size:.85rem;cursor:pointer;transition:all .3s ease}.hobby-toggle:hover{background:rgba(255,255,255,.1);border-color:rgba(255,255,255,.3)}.hobby-link{display:flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#00f5ff,#ff007a);color:white;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;text-decoration:none;transition:all .3s ease}.hobby-link:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,245,255,.3)}.hobbies-quote{max-width:800px;margin:0 auto;padding:2rem;background:rgba(255,255,255,.05);backdrop-filter:blur(10px);border-radius:20px;text-align:center;position:relative;border:1px solid rgba(255,255,255,.1)}.hobbies-quote i{font-size:1.5rem;color:rgba(255,255,255,.3);position:absolute}.hobbies-quote .fa-quote-left{top:1rem;left:1rem}.hobbies-quote .fa-quote-right{bottom:1rem;right:1rem}.hobbies-quote p{font-size:1.1rem;color:rgba(255,255,255,.9);font-style:italic;margin:0;line-height:1.6}@media (max-width:768px){.hobbies-section{padding:3rem 0}.section-title{font-size:2rem}.hobbies-grid{grid-template-columns:1fr;gap:1.5rem}.hobby-card{max-width:400px;margin:0 auto}.hobby-image-container{height:180px}.hobby-content{padding:1.2rem}.hobby-title{font-size:1.2rem}.hobby-icon{width:35px;height:35px;font-size:1rem}.hobbies-quote{padding:1.5rem}.hobbies-quote p{font-size:1rem}}@media (max-width:480px){.hobbies-section{padding:2rem 0}.section-title{font-size:1.8rem}.hobby-card{max-width:350px}.hobby-image-container{height:160px}.hobby-content{padding:1rem}.hobby-title{font-size:1.1rem}.hobby-highlight{font-size:.9rem}.hobby-actions{flex-direction:column;gap:.5rem}.hobby-link,.hobby-toggle{width:100%;justify-content:center}.hobbies-quote{padding:1rem}}nav a.active{position:relative;color:#fff!important}nav a.active:after{content:"";position:absolute;width:100%;height:3px;bottom:0;left:0;background:linear-gradient(90deg,#00f5ff,#ff007a);transform:scaleX(1);transform-origin:bottom left;animation:pulse 2s infinite}@media (max-width:768px){nav a.active{background:rgba(255,255,255,.1);border-left:3px solid #00f5ff}nav a.active:after{display:none}}.load-more-btn{display:flex;align-items:center;justify-content:center;gap:.5rem;margin:1.5rem auto 0;padding:.75rem 1.5rem;background:rgba(255,255,255,.1);border:1px solid rgba(255,255,255,.2);border-radius:30px;color:white;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.load-more-btn:hover{background:rgba(255,255,255,.2);transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.2)}@media (max-width:768px){.news-modal__glass{width:95%;padding:1.5rem 1rem}.news-header h2{font-size:1.5rem}.news-stats{flex-direction:column;gap:.5rem}.news-item{padding:1rem}.news-content{flex-direction:column;align-items:center;text-align:center}.news-meta{justify-content:center}.load-more-btn{width:100%}}.confirm-content{background-color:white}.confirm-yes{background-color:#f44336}.confirm-yes:hover{background-color:#d32f2f}.confirm-no{background-color:#e0e0e0}.confirm-no:hover{background-color:#bdbdbd}.spoiler-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.8);display:flex;align-items:center;justify-content:center;z-index:2000}.spoiler-content{background:linear-gradient(135deg,#1a1a1a,#2d2d2d);padding:2rem;border-radius:16px;box-shadow:0 15px 35px rgba(0,0,0,.3);max-width:500px;width:90%;text-align:center;border:1px solid rgba(255,255,255,.1)}.spoiler-content h3{margin-top:0;color:#fff;font-size:1.8rem;margin-bottom:1rem}.spoiler-content p{color:#ddd;font-size:1.1rem;margin-bottom:1.5rem}.spoiler-content pre{background:rgba(0,0,0,.3);padding:1rem;border-radius:8px;color:#4CAF50;font-family:Courier New,monospace;font-size:1rem;margin-bottom:1.5rem;overflow-x:auto}.spoiler-content button{background:linear-gradient(135deg,#4CAF50,#8BC34A);color:white;border:none;padding:.75rem 1.5rem;border-radius:30px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.spoiler-content button:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(76,175,80,.3)}.stubborn-button{padding:10px 15px;background:linear-gradient(135deg,#ff4757,#ff6b7d);color:white;border:none;border-radius:30px;cursor:pointer;transition:all .3s ease;font-weight:700;box-shadow:0 4px 8px rgba(0,0,0,.2);z-index:1000}.stubborn-button:hover{transform:scale(1.05);box-shadow:0 6px 12px rgba(0,0,0,.3)}.stop-button{position:fixed;bottom:20px;right:20px;width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#2f3542,#57606f);color:white;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1001;font-size:18px;box-shadow:0 4px 8px rgba(0,0,0,.2);transition:all .3s ease}.stop-button:hover{transform:scale(1.1);background:linear-gradient(135deg,#57606f,#2f3542);box-shadow:0 6px 12px rgba(0,0,0,.3)}.confirm-modal{position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:2000;animation:fadeIn .3s ease}.confirm-content{background:white;padding:2rem;border-radius:12px;box-shadow:0 10px 25px rgba(0,0,0,.2);max-width:400px;width:90%;text-align:center;animation:slideUp .3s ease}.confirm-content h3{margin-top:0;color:#333;font-size:1.5rem}.confirm-content p{margin-bottom:1.5rem;color:#666;font-size:1rem}.confirm-buttons{display:flex;gap:1rem;justify-content:center}.confirm-no,.confirm-yes{padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;min-width:100px}.confirm-yes{background:linear-gradient(135deg,#f44336,#e57373);color:white}.confirm-yes:hover{background:linear-gradient(135deg,#e57373,#eea5a5);transform:translateY(-2px);box-shadow:0 4px 8px rgba(244,67,54,.3)}.confirm-no{background:linear-gradient(135deg,#e0e0e0,#bdbdbd);color:#333}.confirm-no:hover{background:linear-gradient(135deg,#bdbdbd,#9e9e9e);transform:translateY(-2px)}.about{padding:3rem 0;background:linear-gradient(135deg,#f8f9fa,#e9ecef);position:relative;overflow:hidden}.about:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#007bff,#00b4ff);z-index:1}.container{max-width:1600px;width:100%;margin:0 auto;padding:0 1.5rem}.section-header{text-align:center;margin-bottom:1.5rem}.section-title{font-size:2rem;font-weight:700;color:#343a40;margin-bottom:.5rem;position:relative}.section-divider{width:50px;height:3px;background:linear-gradient(90deg,#007bff,#00b4ff);border-radius:2px;margin:0 auto}.about-content{display:flex;justify-content:center}.about-text{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 10px 30px rgba(0,0,0,.05);position:relative;z-index:2;display:flex;gap:2rem;max-width:1300px;width:100%}.text-column{flex:4;display:flex;flex-direction:column}.about-visual{flex:1;display:flex;flex-direction:column;justify-content:center}.about-intro{margin-bottom:1.5rem}.about-intro p{font-size:1rem;line-height:1.6;color:#495057;margin-bottom:.75rem}.about-intro .accent{color:#007bff;font-weight:700}.about-intro strong{color:#343a40}.feature-cards{display:flex;justify-content:flex-start;gap:1.5rem;margin-bottom:1.5rem}.feature-card{background:#f8f9fa;border-radius:8px;padding:.75rem 1rem;display:flex;align-items:center;gap:.75rem;transition:all .3s ease;border:1px solid #e9ecef;min-width:140px}.feature-card:hover{transform:translateY(-2px);box-shadow:0 3px 10px rgba(0,0,0,.1);background:#fff}.feature-icon{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,#007bff,#00b4ff);display:flex;align-items:center;justify-content:center;color:white;font-size:.85rem;flex-shrink:0}.feature-content h3{font-size:.85rem;font-weight:700;color:#343a40;margin:0;line-height:1.3}.feature-content p{font-size:.8rem;color:#6c757d;margin:0;line-height:1.3}.about-actions{display:flex;gap:1rem;flex-wrap:wrap;margin-top:auto}.btn{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;border-radius:20px;font-size:.9rem;font-weight:600;text-decoration:none;transition:all .3s ease;cursor:pointer;border:none}.btn-primary{background:linear-gradient(135deg,#007bff,#0056b3);color:white;box-shadow:0 3px 8px rgba(0,123,255,.3)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 5px 12px rgba(0,123,255,.4)}.btn-secondary{background:white;color:#007bff;border:2px solid #007bff}.btn-secondary:hover{background:#f8f9fa;transform:translateY(-2px)}.code-window{background:#1e293b;border-radius:12px;overflow:hidden;box-shadow:10px 30px 50px rgba(0,0,0,.15);margin-bottom:1rem}.code-header{display:flex;align-items:center;padding:.6rem 7rem;background:#0f172a;border-bottom:1px solid #334155}.code-dots{display:flex;gap:.3rem;margin:10px}.dot{width:12px;height:12px;border-radius:50%}.red{background:#f43f5e}.yellow{background:#f59e0b}.green{background:#10b981}.code-title{margin-left:auto;color:#94a3b8;font-size:.95rem;font-family:monospace}.code-content{padding:1rem;position:relative;font-family:Fira Code,Courier New,monospace;color:#e2e8f0;font-size:.8rem;line-height:1.5;overflow:hidden}.code-content pre{margin:0;white-space:pre-wrap}.code-cursor{position:absolute;top:1rem;right:1rem;width:8px;height:14px;background:#10b981;border-radius:2px;animation:blink 1s infinite}@keyframes blink{0%,to{opacity:1}50%{opacity:0}}.tech-badges{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.tech-badge{padding:.3rem .6rem;border-radius:12px;font-size:.75rem;font-weight:600;color:white}.tech-badge.react{background:#61dafb}.tech-badge.vue{background:#4fc08d}.tech-badge.angular{background:#dd0031}.tech-badge.node{background:#339933}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;animation:fadeIn .3s ease}.modal-content{background:white;border-radius:16px;width:100%;max-width:500px;max-height:90vh;overflow-y:auto;position:relative;animation:slideUp .4s ease}.modal-close{position:absolute;top:1rem;right:1rem;width:28px;height:28px;border-radius:50%;background:#f8f9fa;border:none;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#6c757d;transition:all .2s ease}.modal-close:hover{background:#e9ecef;color:#343a40}.modal-content h3{text-align:center;margin:1.5rem 0 .5rem;color:#343a40;font-size:1.4rem}.modal-subtitle{text-align:center;color:#6c757d;margin:0 0 1.5rem;font-size:.85rem}.resume-options{padding:0 1.5rem 2rem;display:flex;flex-direction:column;gap:.8rem}.resume-option{display:flex;align-items:center;gap:.8rem;padding:.8rem;border-radius:12px;text-decoration:none;color:#343a40;transition:all .3s ease;border:1px solid #e9ecef}.resume-option:hover{background:#f8f9fa;transform:translateY(-2px);box-shadow:0 5px 15px rgba(0,0,0,.05)}.resume-icon{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;color:white;font-size:1rem}.resume-option:first-child .resume-icon{background:#6c757d}.resume-option:nth-child(2) .resume-icon{background:#61dafb}.resume-option:nth-child(3) .resume-icon{background:#4fc08d}.resume-option:nth-child(4) .resume-icon{background:#dd0031}.resume-details h4{margin:0 0 .25rem;font-size:1rem;font-weight:600}.resume-details p{margin:0;font-size:.85rem;color:#6c757d}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.animate-fadeIn{animation:fadeIn .8s ease forwards}@media (max-width:1600px){.container{max-width:1400px;padding:0 1.5rem}.about-text{max-width:1200px}.text-column{flex:3}.about-visual{flex:1}.code-content{font-size:.75rem;padding:.8rem}.tech-badge{font-size:.7rem;padding:.25rem .5rem}}@media (max-width:1400px){.container{max-width:1200px;padding:0 1.5rem}.about-text{max-width:1000px;padding:1.75rem;gap:1.75rem}.text-column{flex:3}.about-visual{flex:1}.about-intro p{font-size:.95rem}.code-content{font-size:.75rem;padding:.8rem}.tech-badge{font-size:.7rem;padding:.25rem .5rem}}@media (max-width:1200px){.container{max-width:100%;padding:0 1.5rem}.about-text{flex-direction:column;max-width:900px;padding:1.5rem}.text-column{width:100%}.about-visual{width:100%;margin-top:1.5rem}.feature-cards{justify-content:center}}@media (max-width:992px){.about-text{max-width:100%;padding:1.25rem}.feature-cards{flex-direction:column;align-items:stretch;gap:1rem}.feature-card{min-width:auto}.about-actions{flex-direction:column}.btn{width:100%;justify-content:center}.code-content{font-size:.7rem;padding:.6rem}.tech-badges{justify-content:center}.modal-content{max-width:90%}}@media (max-width:768px){.about{padding:2.5rem 0}.section-title{font-size:1.8rem}.about-text{padding:1.25rem}.code-header{padding:.5rem}.code-content{padding:.6rem;font-size:.65rem}.modal-content{max-width:90%}}@media (max-width:480px){.section-title{font-size:1.6rem}.about-text{padding:1rem}.code-header{padding:.4rem}.code-content{padding:.5rem;font-size:.6rem}.modal-content{padding:.8rem}.modal-content h3{margin:1rem 0;font-size:1.2rem}.modal-subtitle{margin-bottom:1rem}.resume-options{padding:0 1rem 1.5rem}.resume-option{padding:.6rem}.resume-icon{width:36px;height:36px;font-size:.9rem}}.game-stats{margin-bottom:1rem}.stat-item{gap:.5rem;font-size:.9rem}.stat-icon{width:12px;height:12px;border-radius:2px}.game-rules{margin-top:1.5rem;padding:1rem;background:rgba(255,255,255,.05);border-radius:8px;color:rgba(255,255,255,.8)}.game-rules h3{margin-bottom:.75rem;font-size:1.1rem}.game-rules li{margin-bottom:.5rem;line-height:1.4}.entity-controls{margin-bottom:1.5rem}.entity-controls h3{font-size:1.1rem;margin-bottom:.75rem;font-weight:600}.entity-buttons{gap:1rem}.entity-button{width:50px;height:50px;border-radius:12px;font-size:1.2rem;transition:all .3s ease;box-shadow:0 4px 8px rgba(0,0,0,.2)}.entity-button:before{background:linear-gradient(135deg,rgba(255,255,255,.2),rgba(255,255,255,0))}.entity-button:hover{transform:translateY(-3px);box-shadow:0 6px 12px rgba(0,0,0,.3)}.entity-button:active{transform:translateY(-1px)}.button-button i{font-size:1rem}.basket-button{border-radius:50%}@media (max-width:768px){.entity-button{width:45px;height:45px;font-size:1rem}}@media (max-width:480px){.entity-button{width:40px;height:40px;font-size:.9rem}.entity-buttons{gap:.75rem}}.game-container{padding:5rem 0;background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);color:white;position:relative;overflow:hidden;box-shadow:inset 0 0 100px rgba(0,0,0,.5)}.game-container:before{content:"";position:absolute;top:0;left:0;right:0;height:5px;background:linear-gradient(90deg,#007bff,#00b4ff,#007bff);background-size:200% 100%;animation:gradientShift 5s ease infinite;z-index:2}@keyframes gradientShift{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.game-container:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 20% 30%,rgba(0,123,255,.1) 0,transparent 25%),radial-gradient(circle at 70% 60%,rgba(0,180,255,.1) 0,transparent 25%),radial-gradient(circle at 40% 80%,rgba(0,255,255,.05) 0,transparent 30%);z-index:1;pointer-events:none}.game-wrapper{max-width:900px;margin:0 auto;padding:0 1.5rem;position:relative;z-index:2}.game-wrapper h2{text-align:center;margin-bottom:1.2rem;font-size:2.8rem;font-weight:800;color:white;text-shadow:0 2px 10px rgba(0,0,0,.5);position:relative;display:inline-block;left:50%;transform:translateX(-50%);letter-spacing:-.5px}.game-wrapper h2:after{content:"";position:absolute;bottom:-12px;left:0;width:100%;height:4px;background:linear-gradient(90deg,transparent,#00d4ff,transparent);border-radius:2px}.game-wrapper p{text-align:center;margin-bottom:2.5rem;color:#b8c5d6;max-width:600px;margin-left:auto;margin-right:auto;font-size:1.15rem;line-height:1.7;position:relative;z-index:1}.game-controls{display:flex;gap:1.5rem;margin-bottom:2rem;justify-content:center;flex-wrap:wrap}.game-button{padding:.85rem 2rem;border-radius:50px;border:none;cursor:pointer;font-weight:700;font-size:1rem;letter-spacing:.5px;transition:all .4s cubic-bezier(.175,.885,.32,1.275);display:inline-flex;align-items:center;gap:.75rem;z-index:1;box-shadow:0 8px 25px rgba(0,0,0,.3);text-transform:uppercase}.game-button:before{background:linear-gradient(135deg,rgba(255,255,255,.25),rgba(255,255,255,0))}.game-button i{font-size:1.1rem}.game-stats{display:flex;justify-content:center;gap:1.5rem;margin-bottom:2rem;flex-wrap:wrap}.stat-item{display:flex;align-items:center;gap:.75rem;color:white;font-size:1rem;font-weight:600;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);padding:.85rem 1.5rem;border-radius:50px;transition:all .3s ease;border:1px solid rgba(255,255,255,.15);box-shadow:0 8px 20px rgba(0,0,0,.2)}.stat-item:hover{background:rgba(255,255,255,.15);transform:translateY(-3px);box-shadow:0 12px 25px rgba(0,0,0,.25)}.stat-icon{width:16px;height:16px;border-radius:3px;box-shadow:0 0 10px currentColor}.stat-icon.pixel{background-color:#9C27B0;color:rgba(156,39,176,.8)}.stat-icon.button{border:2px solid #4caf50;color:rgba(76,175,80,.8)}.stat-icon.basket{border:2px solid #ff9800;border-radius:50%;color:rgba(255,152,0,.8)}.stat-icon.container{border:2px solid #2196f3;color:rgba(33,150,243,.8)}.entity-controls{margin-bottom:2rem;text-align:center}.entity-controls h3{color:white;font-size:1.3rem;margin-bottom:1.2rem;font-weight:700;text-shadow:0 2px 5px rgba(0,0,0,.3)}.entity-buttons{gap:1.2rem;flex-wrap:wrap}.entity-button,.entity-buttons{display:flex;justify-content:center}.entity-button{width:65px;height:65px;border-radius:50%;border:none;cursor:pointer;align-items:center;font-size:1.4rem;box-shadow:0 8px 25px rgba(0,0,0,.3)}.entity-button i{color:white}.pixel-button{background:linear-gradient(135deg,#9C27B0,#7B1FA2)}.button-button{background:linear-gradient(135deg,#4CAF50,#388E3C);border:2px solid rgba(255,255,255,.3)}.button-button i{color:white;font-size:1.2rem}.basket-button{background:linear-gradient(135deg,#FF9800,#F57C00)}.container-button{background:linear-gradient(135deg,#2196F3,#1976D2);border:2px solid rgba(255,255,255,.3)}.game-canvas{width:100%;display:block;margin:0 auto}.game-instructions{text-align:center;margin-top:2rem;color:#b8c5d6;font-size:1.05rem;padding:1.2rem;background:rgba(255,255,255,.08);backdrop-filter:blur(10px);border-radius:16px;border:1px solid rgba(255,255,255,.1);box-shadow:0 10px 25px rgba(0,0,0,.2)}.game-instructions p{margin:0;font-weight:500}.game-container{animation:fadeIn 1s ease-out forwards;opacity:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.game-container{padding:3rem 0}.game-wrapper{padding:0 1rem}.game-wrapper h2{font-size:2.2rem}.game-wrapper p{font-size:1rem}.game-controls{flex-direction:column;align-items:center}.game-button{width:100%;max-width:220px;justify-content:center}.game-stats{gap:1rem}.stat-item{font-size:.9rem;padding:.7rem 1.2rem}.entity-button{width:55px;height:55px;font-size:1.2rem}.game-canvas{max-height:300px}.game-rules{padding:1.5rem}.game-rules h3{font-size:1.4rem}.game-rules li{font-size:.95rem;margin-bottom:1rem}}@media (max-width:480px){.game-container{padding:2rem 0}.game-wrapper h2{font-size:1.9rem}.game-wrapper p{font-size:.95rem}.game-button{padding:.7rem 1.5rem;font-size:.9rem}.game-stats{flex-direction:column;align-items:center;gap:.8rem}.stat-item{width:100%;max-width:220px;justify-content:center}.entity-button{width:50px;height:50px;font-size:1.1rem}.game-rules{padding:1.2rem}.game-rules h3{font-size:1.3rem}.game-rules li{font-size:.9rem;padding-left:1.8rem;margin-bottom:.8rem}}.particles{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;z-index:1;pointer-events:none}.game-status{display:flex;justify-content:space-between;margin-bottom:1rem;padding:.75rem 1rem;background:rgba(255,255,255,.1);backdrop-filter:blur(10px);border-radius:12px;font-size:.9rem;border:1px solid rgba(255,255,255,.15)}.performance-indicator,.status-indicator{display:flex;align-items:center;gap:.5rem}.status-light{width:10px;height:10px;border-radius:50%;background:#666;transition:all .3s ease}.status-light.active{background:#4CAF50;box-shadow:0 0 8px #4CAF50;animation:pulse 2s infinite}.performance-indicator{color:#b8c5d6}.performance-value{font-weight:600;position:relative}.performance-value.high{color:#4CAF50}.performance-value.medium{color:#FF9800}.performance-value.low{color:#F44336}.performance-value:after{content:"";display:inline-block;width:8px;height:8px;border-radius:50%;margin-left:.3rem}.performance-value.high:after{background:#4CAF50;box-shadow:0 0 5px #4CAF50}.performance-value.medium:after{background:#FF9800;box-shadow:0 0 5px #FF9800}.performance-value.low:after{background:#F44336;box-shadow:0 0 5px #F44336}.game-button{position:relative;overflow:hidden}.game-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(255,255,255,.2),rgba(255,255,255,0));border-radius:inherit;opacity:0;transition:opacity .3s ease;z-index:-1}.game-button:hover:before{opacity:1}.game-button.start{background:linear-gradient(135deg,#00d4ff,#0099cc);color:white}.game-button.start:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(0,212,255,.4)}.game-button.reset{background:linear-gradient(135deg,#ff416c,#ff4b2b);color:white}.game-button.reset:hover{transform:translateY(-4px);box-shadow:0 12px 30px rgba(255,65,108,.4)}.entity-button{position:relative;overflow:hidden;transition:all .4s cubic-bezier(.175,.885,.32,1.275)}.entity-button:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(255,255,255,.3),rgba(255,255,255,0));border-radius:inherit;opacity:0;transition:opacity .3s ease}.entity-button:hover:before{opacity:1}.entity-button:hover{transform:translateY(-6px) scale(1.05);box-shadow:0 15px 35px rgba(0,0,0,.4)}.entity-button:active{transform:translateY(-2px) scale(1.02)}.game-canvas{position:relative;border:2px solid rgba(255,255,255,.1);border-radius:20px;background-color:#0a1128;box-shadow:0 20px 40px rgba(0,0,0,.4),inset 0 0 20px rgba(0,0,0,.2);transition:all .4s ease}.game-canvas:hover{box-shadow:0 25px 50px rgba(0,0,0,.5),inset 0 0 25px rgba(0,0,0,.3);transform:translateY(-3px)}.game-rules{margin-top:2.5rem;padding:2rem;background:rgba(255,255,255,.08);backdrop-filter:blur(15px);border-radius:20px;color:rgba(255,255,255,.9);border:1px solid rgba(255,255,255,.15);box-shadow:0 15px 35px rgba(0,0,0,.3);position:relative;overflow:hidden}.game-rules:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#00d4ff,#0099cc);border-radius:2px}.game-rules h3{margin-top:0;margin-bottom:1.8rem;color:white;font-size:1.6rem;font-weight:700;text-align:center;position:relative;padding-bottom:.75rem}.game-rules h3:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:100px;height:3px;background:linear-gradient(90deg,#00d4ff,#0099cc);border-radius:2px}.game-rules ul{margin:0;padding-left:1.5rem;list-style-type:none}.game-rules li{margin-bottom:1.2rem;line-height:1.7;position:relative;padding-left:2.2rem;font-size:1.05rem}.game-rules li:before{content:"";position:absolute;left:0;top:.9rem;width:12px;height:12px;border-radius:50%;background:linear-gradient(135deg,#00d4ff,#0099cc);box-shadow:0 0 15px rgba(0,212,255,.6)}.game-rules strong{color:white;font-weight:700}@keyframes float{0%{transform:translateY(100vh) translateX(0) rotate(0deg);opacity:0}10%{opacity:.3}90%{opacity:.3}to{transform:translateY(-100vh) translateX(100px) rotate(1turn);opacity:0}}.particle{position:absolute;border-radius:50%;background:linear-gradient(135deg,#00d4ff,#0099cc);opacity:.3;animation:float 20s linear infinite}@keyframes pulse{0%{box-shadow:0 0 0 0 rgba(76,175,80,.4)}70%{box-shadow:0 0 0 10px rgba(76,175,80,0)}to{box-shadow:0 0 0 0 rgba(76,175,80,0)}}.case-card{grid-auto-rows:1fr}.case-description p{margin-bottom:1.5rem}.case-stats{margin:1.5rem 0}.case-demo{min-height:400px}.btn-game{background:linear-gradient(135deg,#0066cc,#004499)!important;color:white!important;box-shadow:0 4px 8px rgba(0,102,204,.3)!important;border:none!important;position:relative;overflow:hidden}.btn-game:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(135deg,rgba(255,255,255,.2),rgba(255,255,255,0));border-radius:inherit;opacity:0;transition:opacity .3s ease;z-index:-1}.btn-game:hover:before{opacity:1}.btn-game:hover{transform:translateY(-2px);box-shadow:0 6px 12px rgba(0,102,204,.4);background:linear-gradient(135deg,#0052a3,#003366)!important}@keyframes pulse-glow{0%{box-shadow:0 0 0 0 rgba(0,102,204,.4)}70%{box-shadow:0 0 0 10px rgba(0,102,204,0)}to{box-shadow:0 0 0 0 rgba(0,102,204,.4)}}.btn-game{animation:pulse-glow 2s infinite}.cases{padding:4rem 0;background:linear-gradient(180deg,#f8f9fa,#e9ecef)}.cases h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#343a40;position:relative;display:inline-block;left:50%;transform:translateX(-50%)}.cases h2:after{content:"";position:absolute;bottom:-10px;left:0;width:100%;height:3px;background:linear-gradient(90deg,#007bff,#00b4ff);border-radius:3px}.case-card{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:3rem;background:white;border-radius:10px;overflow:hidden;box-shadow:0 5px 15px rgba(0,0,0,.1);transition:transform .3s ease,box-shadow .3s ease;max-width:100%;align-items:stretch;min-height:500px}.case-card:hover{transform:translateY(-5px);box-shadow:0 8px 25px rgba(0,0,0,.15)}.case-description{padding:2rem;display:flex;flex-direction:column;height:100%;max-height:none}.case-description h3{font-size:1.8rem;margin-top:0;margin-bottom:1.5rem;color:#007bff;position:relative;padding-bottom:.5rem;flex-shrink:0}.case-description h3:after{content:"";position:absolute;bottom:0;left:0;width:50px;height:2px;background-color:#007bff}.case-description p{color:#6c757d;line-height:1.6;flex-grow:1;overflow-y:auto;margin:0 0 1.5rem;padding-right:.5rem}.case-description p::-webkit-scrollbar{width:6px}.case-description p::-webkit-scrollbar-track{background:#f1f1f1;border-radius:3px}.case-description p::-webkit-scrollbar-thumb{background:#888;border-radius:3px}.case-description p::-webkit-scrollbar-thumb:hover{background:#555}.case-stats{margin:0;padding:0;list-style:none;flex-shrink:0}.case-stats li{margin-bottom:.8rem;padding-left:1.8rem;position:relative;color:#495057;line-height:1.5}.case-stats li:before{content:"";position:absolute;left:0;top:.5rem;width:8px;height:8px;background-color:#007bff;border-radius:50%}.case-stats strong{color:#343a40;font-weight:600}.rewrite-info{background:#f8f9fa;border-left:4px solid #4caf50;padding:1.5rem;margin:1.5rem 0;border-radius:0 8px 8px 0;flex-shrink:0}.rewrite-info h4{margin-top:0;color:#4CAF50;display:flex;align-items:center;gap:10px}.rewrite-info h4 i{font-size:1.5rem}.rewrite-info p{margin:0 0 1rem}.rewrite-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:1rem;margin-top:1rem}.rewrite-stat{background:white;padding:1rem;border-radius:8px;text-align:center;box-shadow:0 2px 5px rgba(0,0,0,.1)}.rewrite-stat i{font-size:2rem;color:#4CAF50;margin-bottom:.5rem}.rewrite-stat .number{font-size:1.5rem;font-weight:700;color:#343a40;display:block}.case-demo{position:relative;background:#1a1a1a;align-items:center;justify-content:center;min-height:unset;overflow:hidden}.case-demo,.case-images{display:flex;height:100%}.case-images{width:100%;transition:transform .3s ease}.case-image{-o-object-fit:contain;object-fit:contain;max-width:100%;max-height:100%}.case-image,.case-images-grid{width:100%;height:100%;padding:20px;box-sizing:border-box}.case-images-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px}.case-nav{position:absolute;bottom:20px;left:0;right:0;gap:10px;z-index:2}.case-nav,.case-nav-button{display:flex;justify-content:center}.case-nav-button{width:40px;height:40px;border-radius:50%;background:rgba(255,255,255,.2);border:none;color:white;cursor:pointer;align-items:center;transition:all .3s ease}.case-nav-button:hover{background:rgba(255,255,255,.4)}.case-nav-button:disabled{opacity:.5;cursor:not-allowed}.case-pagination{display:flex;gap:8px;position:absolute;bottom:20px;left:50%;transform:translateX(-50%)}.case-pagination-dot{width:10px;height:10px;border-radius:50%;background:rgba(255,255,255,.3);cursor:pointer;transition:all .3s ease}.case-pagination-dot.active{background:white;transform:scale(1.2)}.special-case{border:2px solid rgba(0,212,255,.3);box-shadow:0 8px 25px rgba(0,212,255,.15);background:linear-gradient(135deg,#ffffff,#f0f8ff)}.special-case .case-description{background:linear-gradient(135deg,rgba(0,212,255,.05),rgba(0,123,255,.02));border-right:1px solid rgba(0,212,255,.1)}.special-case .case-description h3{color:#0066cc;font-size:1.9rem}.special-case .case-description h3:after{background:linear-gradient(90deg,#0066cc,#004499);width:70px}.special-case .rewrite-info{background:linear-gradient(135deg,rgba(0,212,255,.1),rgba(0,123,255,.05));border-left:4px solid #0066cc;box-shadow:0 4px 12px rgba(0,123,255,.1)}.special-case .rewrite-info h4,.special-case .rewrite-stat i{color:#0066cc}.special-case .case-demo{background:linear-gradient(135deg,#0a1128,#1a2332);border-left:1px solid rgba(0,212,255,.2)}.special-case .case-description .btn-primary{background:linear-gradient(135deg,#0066cc,#004499);box-shadow:0 4px 8px rgba(0,102,204,.3);margin-top:auto;flex-shrink:0}.special-case .case-description .btn-primary:hover{box-shadow:0 6px 12px rgba(0,102,204,.4);transform:translateY(-2px)}@media (max-width:768px){.special-case{border-left:4px solid #0066cc;border-right:none}.special-case .case-description{border-right:none;border-bottom:1px solid rgba(0,212,255,.1)}.case-card{grid-template-columns:1fr;min-height:600px}}@media (max-width:480px){.case-card{min-height:500px}.case-description{padding:1rem}}