body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{scroll-behavior:smooth}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#ffffff1a}::-webkit-scrollbar-thumb{background:linear-gradient(45deg,#ff6b6b,#ff8e8e);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:linear-gradient(45deg,#ff5252,#ff7979)}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#1a1a2e,#16213e 50%,#0f3460);color:#fff;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;overflow-x:hidden}.App{min-height:100vh;position:relative}.navigation{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a2ef2;border-bottom:1px solid #ffffff1a;left:0;position:fixed;right:0;top:0;transition:all .3s ease;z-index:1000}.nav-container{align-items:center;display:flex;height:70px;justify-content:space-between;margin:0 auto;max-width:1200px;padding:0 20px}.logo{font-size:16px;font-weight:700}.logo-button{background:none;border:none;cursor:pointer;padding:0;transition:all .3s ease}.logo-button:hover{transform:scale(2)}.logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#ff6b6b,#ff8e8e,#ffa8a8);-webkit-background-clip:text;background-clip:text;transition:all .3s ease}.logo-button:hover .logo-text{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#ff5252,#ff7979,#ffabab);-webkit-background-clip:text;background-clip:text}.nav-menu{display:flex;gap:10px;list-style:none}.nav-item{position:relative}.nav-link{align-items:center;background:#0000;border:none;border-radius:25px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:8px;padding:12px 20px;text-decoration:none;transition:all .3s ease}.nav-link:hover{background:#ff6b6b1a;transform:translateY(-2px)}.nav-link.active{background:linear-gradient(45deg,#ff6b6b,#ff8e8e);box-shadow:0 4px 15px #ff6b6b4d}.nav-link.admin-toggle{background:#ffc10733;border:1px solid #ffc10780}.nav-link.admin-toggle:hover{background:#ffc1074d;transform:translateY(-2px)}.nav-icon{font-size:16px}.main-content{margin-top:70px}.main-content,.page{min-height:calc(100vh - 70px)}.page{animation:fadeIn .6s ease-in-out;padding:40px 20px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.home-page{display:flex;justify-content:center;overflow:hidden}.hero-section,.home-page{align-items:center;position:relative}.hero-section{grid-gap:60px;display:grid;gap:60px;grid-template-columns:1fr 1fr;max-width:1200px;width:100%;z-index:2}.hero-content{align-items:center;display:flex;gap:60px}.hero-text{flex:1 1}.hero-title{font-size:3.5rem;font-weight:700;line-height:1.2;margin-bottom:20px}.title-line{animation:slideInLeft .8s ease-out;display:block}.title-line:nth-child(2){animation-delay:.2s}.highlight{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#ff6b6b,#ff8e8e,#ffa8a8);-webkit-background-clip:text;background-clip:text}@keyframes slideInLeft{0%{opacity:0;transform:translateX(-50px)}to{opacity:1;transform:translateX(0)}}.hero-subtitle{animation:slideInLeft .8s ease-out .4s both;color:#b8b8b8;font-size:1.3rem;margin-bottom:30px}.hero-buttons{animation:slideInLeft .8s ease-out .6s both;display:flex;gap:20px}.btn{border:none;border-radius:30px;cursor:pointer;display:inline-block;font-size:16px;font-weight:600;padding:15px 30px;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(45deg,#ff6b6b,#ff8e8e);box-shadow:0 4px 15px #ff6b6b4d;color:#fff}.btn-primary:hover{box-shadow:0 6px 20px #ff6b6b66;transform:translateY(-3px)}.btn-secondary{background:#0000;border:2px solid #ff6b6b;color:#ff6b6b}.btn-secondary:hover{background:#ff6b6b;color:#fff;transform:translateY(-3px)}.hero-image{animation:slideInRight .8s ease-out .3s both;display:flex;flex:1 1;justify-content:center}@keyframes slideInRight{0%{opacity:0;transform:translateX(50px)}to{opacity:1;transform:translateX(0)}}.profile-card{animation:float 3s ease-in-out infinite;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:20px;box-shadow:0 8px 32px #0000004d;padding:40px;text-align:center}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.profile-avatar{margin-bottom:20px}.avatar-placeholder{align-items:center;background:linear-gradient(45deg,#ff6b6b,#ff8e8e);border-radius:50%;box-shadow:0 8px 25px #ff6b6b4d;display:flex;font-size:48px;height:120px;justify-content:center;margin:0 auto;width:120px}.profile-info h3{color:#ff6b6b;font-size:24px;margin-bottom:8px}.profile-info p{color:#b8b8b8;font-size:16px}.clickable-avatar{cursor:pointer;transition:all .3s ease}.clickable-avatar:hover{transform:scale(1.05)}.clickable-avatar:hover .avatar-placeholder{box-shadow:0 12px 35px #ff6b6b80}.page-content{margin:0 auto;max-width:1200px;padding:40px 20px}.page-title{-webkit-text-fill-color:#0000;background:linear-gradient(45deg,#ff6b6b,#ff8e8e);-webkit-background-clip:text;background-clip:text;font-size:2.5rem;margin-bottom:50px;text-align:center}.about-content{grid-gap:60px;align-items:start;display:grid;gap:60px;grid-template-columns:2fr 1fr}.about-text{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:15px;padding:30px}.about-text p{color:#e0e0e0;font-size:1.1rem;line-height:1.8;margin-bottom:20px}.skills-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:15px;padding:30px}.skills-section h3{color:#ff6b6b;font-size:1.5rem;margin-bottom:20px}.skills-grid{grid-gap:15px;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.skill-item{background:#ff6b6b1a;border:1px solid #ff6b6b4d;border-radius:10px;padding:15px;text-align:center;transition:all .3s ease}.skill-item:hover{background:#ff6b6b33;transform:translateY(-3px)}.projects-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))}.project-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:15px;padding:30px;transition:all .3s ease}.project-card:hover{box-shadow:0 10px 30px #0000004d;transform:translateY(-5px)}.clickable-project:hover{border-color:#ff6b6b80;box-shadow:0 15px 40px #ff6b6b33;transform:translateY(-8px)}.project-link-hint{align-items:center;background:#ff6b6b1a;border-radius:8px;color:#ff6b6b;display:flex;font-size:14px;gap:8px;margin-top:15px;opacity:0;padding:10px;transition:opacity .3s ease}.clickable-project:hover .project-link-hint{opacity:1}.link-icon{font-size:16px}.project-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:15px}.project-title{color:#ff6b6b;font-size:1.3rem}.project-status{border-radius:15px;font-size:12px;font-weight:600;padding:5px 12px}.project-status.завершен{background:#4caf5033;color:#4caf50}.project-status.в-разработке{background:#ffc10733;color:#ffc107}.project-status.планируется{background:#2196f333;color:#2196f3}.project-description{color:#b8b8b8;line-height:1.6;margin-bottom:20px}.project-tech{display:flex;flex-wrap:wrap;gap:8px}.tech-tag{background:#ff6b6b33;border-radius:15px;color:#ff6b6b;font-size:12px;font-weight:500;padding:5px 12px}.contact-content{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr;justify-items:center}.contact-info{display:flex;flex-direction:column;gap:20px;margin:0 auto;max-width:700px;width:100%}.contact-item{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:15px;display:flex;gap:20px;padding:25px;transition:all .3s ease}.contact-item:hover{background:#ff6b6b1a;transform:translateX(10px)}.contact-icon{align-items:center;background:linear-gradient(45deg,#ff6b6b,#ff8e8e);border-radius:50%;display:flex;font-size:24px;height:50px;justify-content:center;width:50px}.contact-details h4{color:#ff6b6b;margin-bottom:5px}.contact-details p{color:#b8b8b8}.contact-details a{color:#b8b8b8;text-decoration:none}.contact-details a:hover{color:#fff;text-decoration:underline}.contact-form{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:15px;padding:30px}.contact-form h3{color:#ff6b6b;font-size:1.3rem}.contact-form h3,.form-group{margin-bottom:20px}.form-group input,.form-group textarea{background:#ffffff1a;border:1px solid #fff3;border-radius:10px;color:#fff;font-size:16px;padding:15px;transition:all .3s ease;width:100%}.form-group input:focus,.form-group textarea:focus{background:#ffffff26;border-color:#ff6b6b;outline:none}.form-group input::placeholder,.form-group textarea::placeholder{color:#888}.success-message{animation:slideInUp .3s ease-out;background:#4caf5033;border:1px solid #4caf5080;border-radius:8px;color:#4caf50;font-size:14px;margin-top:15px;padding:12px;text-align:center}.admin-link{border-top:1px solid #ffffff1a;margin-top:20px;padding-top:20px;text-align:center}.admin-access{color:#b8b8b8;font-size:12px;opacity:.7;text-decoration:none;transition:all .3s ease}.admin-access:hover{color:#ff6b6b;opacity:1;text-decoration:underline}.home-sections{background:#0000;padding:60px 0}.home-sections .section{margin-bottom:50px;text-align:center}.home-sections .section h3{color:#fff;font-size:2rem;margin-bottom:30px;text-shadow:0 2px 4px #0000004d}.skills-preview{display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-bottom:20px}.skill-tag{background:linear-gradient(45deg,#ff6b6b,#ff8e8e);border-radius:25px;box-shadow:0 4px 15px #ff6b6b4d;color:#fff;font-size:.9rem;font-weight:500;padding:8px 16px;transition:all .3s ease}.skill-tag:hover{box-shadow:0 6px 20px #ff6b6b66;transform:translateY(-2px)}.projects-preview{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-top:20px}.project-card-mini{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:15px;padding:20px;transition:all .3s ease}.project-card-mini:hover{background:#ffffff26;box-shadow:0 10px 30px #0003;transform:translateY(-5px)}.project-card-mini h4{color:#fff;font-size:1.2rem;margin-bottom:10px}.project-card-mini p{color:#fffc;font-size:.9rem}.stats-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-top:30px}.stat-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:15px;padding:20px;text-align:center;transition:all .3s ease}.stat-item:hover{background:#ffffff26;transform:translateY(-5px)}.stat-number{color:#ff6b6b;font-size:2.5rem;font-weight:700;margin-bottom:10px;text-shadow:0 2px 4px #0000004d}.stat-label{color:#fffc;font-size:1rem;font-weight:500}@media (max-width:768px){.page,.page-content{padding:20px 12px}.page-title{font-size:2rem;margin-bottom:30px}.nav-container{flex-direction:column;height:auto;padding:15px 20px}.nav-menu{flex-wrap:wrap;justify-content:center;margin-top:15px}.main-content{margin-top:120px}.hero-section{gap:40px;grid-template-columns:1fr;text-align:center}.hero-content{flex-direction:column;gap:40px}.hero-title{font-size:2.5rem}.hero-buttons{justify-content:center}.about-content,.contact-content{gap:24px;grid-template-columns:1fr}.contact-item{align-items:flex-start;padding:18px}.gallery-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.projects-grid{grid-template-columns:1fr}.floating-elements{display:none}}@media (max-width:480px){.hero-title{font-size:2rem}.hero-buttons{align-items:center;flex-direction:column}.btn{width:100%}.nav-link{font-size:12px;padding:10px 15px}.nav-label{display:none}.page-title{font-size:1.6rem;margin-bottom:24px}.gallery-image,.gallery-video{height:200px}.stat-number{font-size:2rem}.stat-label{font-size:.9rem}}.site-footer{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#1a1a2ee6;border-top:1px solid #ffffff1a;color:#ffffffd9}.footer-content{font-size:14px;margin:0 auto;max-width:1200px;padding:16px 20px;text-align:center}.avatar-image{border:3px solid #ffffff4d;border-radius:50%;height:100%;object-fit:cover;transition:all .3s ease;width:100%}.avatar-image:hover{border-color:#ff6b6b;transform:scale(1.05)}.gallery-page{min-height:100vh;padding:100px 0 50px}.gallery-content{margin:0 auto;max-width:1200px;padding:0 20px}.gallery-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));margin-top:30px}.gallery-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff1a;border:1px solid #fff3;border-radius:15px;overflow:hidden;position:relative;transition:all .3s ease}.gallery-item:hover{box-shadow:0 15px 35px #0000004d;transform:translateY(-5px)}.gallery-image,.gallery-video{display:block;height:250px;object-fit:cover;width:100%}.gallery-video-thumb{position:relative}.play-badge{background:#0009;border:1px solid #ffffff4d;border-radius:50%;bottom:12px;font-size:18px;height:40px;position:absolute;right:12px;width:40px}.audio-tile,.play-badge{align-items:center;color:#fff;display:flex;justify-content:center}.audio-tile{background:#ffffff14;border-top:1px solid #ffffff26;flex-direction:column;height:120px;padding:16px;text-align:center}.audio-icon{font-size:28px;margin-bottom:8px}.audio-title{font-size:1.1rem;font-weight:600}.audio-sub{color:#ffffffb3;font-size:.9rem;margin-top:6px}.gallery-overlay{background:linear-gradient(#0000,#000c);bottom:0;color:#fff;left:0;padding:20px;pointer-events:none;position:absolute;right:0;transform:translateY(100%);transition:transform .3s ease}.gallery-item:hover .gallery-overlay{transform:translateY(0)}.gallery-overlay h4{font-size:1.2rem;margin:0 0 10px}.gallery-overlay p{font-size:.9rem;margin:0;opacity:.9}.empty-gallery{color:#ffffffb3;padding:60px 20px;text-align:center}.empty-icon{font-size:4rem;margin-bottom:20px}.empty-gallery h3{color:#fff;font-size:1.5rem;margin-bottom:10px}.empty-gallery p{font-size:1rem}.clickable-gallery-item{cursor:pointer;transition:all .3s ease}.clickable-gallery-item:hover{box-shadow:0 8px 25px #ff6b6b4d;transform:scale(1.05)}.clickable-gallery-item:hover .gallery-overlay{background:#ff6b6be6}.modal-overlay{align-items:center;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:2000}.gallery-modal-overlay{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#000000e6}.gallery-modal-content{background:linear-gradient(135deg,#1a1a2e,#16213e);border:1px solid #ff6b6b4d;border-radius:15px;box-shadow:0 20px 40px #00000080;display:flex;flex-direction:column;height:auto;max-height:90vh;max-width:90vw;width:auto}.gallery-modal-header{align-items:center;border-bottom:1px solid #ffffff1a;display:flex;justify-content:space-between;padding:20px}.gallery-modal-header h3{color:#fff;font-size:1.5rem;margin:0}.gallery-modal-body{align-items:center;display:flex;flex:1 1;justify-content:center;min-height:400px;padding:20px}.gallery-modal-body.audio-modal{min-height:auto;padding:16px 24px 24px}.full-size-gallery-media{border-radius:10px;box-shadow:0 10px 30px #0000004d;height:auto;max-height:85vh;max-width:100%;object-fit:contain;width:auto}.gallery-modal-footer{border-top:1px solid #ffffff1a;padding:20px;text-align:center}.gallery-modal-footer p{color:#fffc;font-size:1rem;line-height:1.5;margin:0}@media (max-width:768px){.gallery-modal-content{max-height:95vh;max-width:95vw}.gallery-modal-header{padding:15px}.gallery-modal-header h3{font-size:1.2rem}.gallery-modal-body{min-height:300px;padding:15px}.gallery-modal-footer{padding:15px}}
/*# sourceMappingURL=main.bfd9f6e3.css.map*/