﻿*{box-sizing:border-box}body{font-family:"Open Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;background-color:#121212;color:#fff;line-height:1.7;margin:0;padding:0;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-weight:600;line-height:1.3;margin-top:0;margin-bottom:1rem;color:#fff}h1{font-size:2.8rem;font-weight:700;letter-spacing:-0.02em;margin-bottom:1.5rem}h2{font-size:2.2rem;font-weight:600;letter-spacing:-0.01em;margin-bottom:1.2rem;border-bottom:2px solid rgba(255,165,0,.2);padding-bottom:.5rem}h3{font-size:1.6rem;font-weight:600;margin-bottom:1rem}h4{font-size:1.3rem;font-weight:600;margin-bottom:.8rem}p{margin-bottom:1.2rem;color:#e0e0e0;font-size:1.05rem}strong,b{font-weight:600;color:#fff}a{color:orange;text-decoration:none;transition:color .2s ease .3s ease}a:hover{color:gold;text-decoration:underline}.container{max-width:1100px;margin:0 auto;padding:0 25px}.site-nav{position:sticky;top:0;background-color:rgba(18,18,18,.95);backdrop-filter:blur(10px);border-bottom:1px solid #333;z-index:1000}.site-nav .nav-content{display:flex;justify-content:space-between;align-items:center;padding:1rem 0}.site-nav .logo .logo-link{display:flex;align-items:center;gap:.5rem;text-decoration:none}.site-nav .logo .logo-image{height:40px;width:auto;border-radius:4px}.site-nav .logo .logo-text{font-size:1.5rem;font-weight:700;color:orange;text-decoration:none}.site-nav .nav-links{display:flex;align-items:center;gap:2rem}.site-nav .nav-links ul{display:flex;list-style:none;margin:0;padding:0;gap:2rem}.site-nav .nav-links a{color:#fff;text-decoration:none;font-weight:500;transition:color .3s ease}.site-nav .nav-links a:hover,.site-nav .nav-links a.active{color:orange}.site-nav .nav-links .github-link{color:#fff;transition:color .3s ease}.site-nav .nav-links .github-link:hover{color:orange}.site-nav .nav-links .github-link .github-icon{fill:currentColor}.site-nav .mobile-menu-toggle{display:none;flex-direction:column;background:none;border:none;cursor:pointer;padding:.5rem}.site-nav .mobile-menu-toggle span{width:25px;height:3px;background-color:#fff;margin:3px 0;transition:all .3s ease}.hero{position:relative;padding:10rem 0 8rem;text-align:center;overflow:hidden;background:linear-gradient(135deg, rgba(18, 18, 18, 0.98) 0%, rgba(30, 30, 30, 0.95) 100%)}.hero .hero-content{position:relative;z-index:2;max-width:900px;margin:0 auto}.hero .hero-title{font-size:clamp(3rem,6vw,5rem);font-weight:700;margin-bottom:2rem;line-height:1.1;letter-spacing:-0.02em}.hero .hero-title .highlight{background:linear-gradient(135deg, #FFA500, #FFD700);-webkit-background-clip:text;-webkit-text-fill-color:rgba(0,0,0,0);background-clip:text}.hero .hero-subtitle{font-size:1.3rem;color:#e0e0e0;max-width:800px;margin:0 auto 4rem;line-height:1.7;font-weight:400}.hero .hero-actions{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.hero .hero-bg-pattern{position:absolute;top:0;left:0;right:0;bottom:0;opacity:.08;z-index:1}.btn{display:inline-block;padding:.75rem 2rem;border-radius:6px;font-weight:600;text-decoration:none;text-align:center;transition:all .3s ease;border:2px solid rgba(0,0,0,0);cursor:pointer}.btn.btn-primary{background-color:orange;color:#121212}.btn.btn-primary:hover{background-color:#cc8400;transform:translateY(-2px);box-shadow:0 8px 20px rgba(255,165,0,.3)}.btn.btn-secondary{background-color:rgba(0,0,0,0);color:#fff;border-color:#333}.btn.btn-secondary:hover{border-color:orange;color:orange;transform:translateY(-2px)}.card{background-color:#1e1e1e;border-radius:16px;padding:2.5rem;box-shadow:0 8px 32px rgba(0,0,0,.4);transition:all .3s ease .3s ease;border:1px solid #333;position:relative;overflow:hidden}.card::before{content:"";position:absolute;top:0;left:0;right:0;height:3px;background:linear-gradient(90deg, #FFA500, #FFD700);opacity:0;transition:opacity .3s ease .3s ease}.card:hover{transform:translateY(-8px);box-shadow:0 16px 48px rgba(0,0,0,.6);border-color:rgba(255,165,0,.4)}.card:hover::before{opacity:1}.card .card-icon{text-align:center;margin-bottom:2rem}.card .card-icon .icon-placeholder{width:80px;height:80px;background:linear-gradient(135deg, #FFA500, #FFD700);border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:2rem;color:#121212;font-weight:bold;box-shadow:0 8px 24px rgba(255,165,0,.3);margin:0 auto;transition:transform .3s ease .3s ease}.card .card-icon .icon-placeholder:hover{transform:scale(1.1)}.card .card-icon svg{width:80px;height:80px;fill:orange;margin:0 auto;display:block}.card .card-title{font-size:1.6rem;font-weight:600;margin-bottom:1.2rem;color:#fff;text-align:center;line-height:1.4}.card .card-description{color:#e0e0e0;line-height:1.7;margin-bottom:2rem;text-align:center;font-size:1rem}.card .card-link{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;background:linear-gradient(135deg, #FFA500, #FFD700);color:#121212;text-decoration:none;font-weight:600;padding:.75rem 1.5rem;border-radius:8px;transition:all .3s ease .3s ease;margin:0 auto;font-size:.95rem;box-shadow:0 4px 16px rgba(255,165,0,.3)}.card .card-link:hover{transform:translateY(-2px);box-shadow:0 8px 24px rgba(255,165,0,.4);color:#121212;text-decoration:none}.card .card-link::after{content:"→";font-weight:bold;transition:transform .3s ease .3s ease}.card .card-link:hover::after{transform:translateX(4px)}.grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(320px, 1fr));gap:2.5rem;margin:4rem 0}.grid-2{grid-template-columns:repeat(auto-fit, minmax(450px, 1fr))}.grid-3{grid-template-columns:repeat(auto-fit, minmax(280px, 1fr))}.grid-spaced{display:grid;grid-template-columns:repeat(auto-fit, minmax(350px, 1fr));gap:3rem;margin:5rem 0}.section{padding:5rem 0}.section .section-header{text-align:center;margin-bottom:4rem}.section .section-header h2{font-size:2.5rem;font-weight:700;margin-bottom:1.5rem;color:#fff;position:relative}.section .section-header h2::after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);width:60px;height:3px;background:linear-gradient(90deg, #FFA500, #FFD700);border-radius:2px}.section .section-header p{font-size:1.15rem;color:#e0e0e0;max-width:700px;margin:0 auto;line-height:1.6}.site-footer{background-color:#0a0a0a;border-top:1px solid #333;padding:3rem 0 1rem;margin-top:4rem}.site-footer .footer-content{display:grid;grid-template-columns:repeat(auto-fit, minmax(250px, 1fr));gap:2rem;margin-bottom:2rem}.site-footer .footer-section h3,.site-footer .footer-section h4{color:#fff;margin-bottom:1rem;font-weight:600}.site-footer .footer-section p{color:#e0e0e0;margin:0}.site-footer .footer-section ul{list-style:none;padding:0;margin:0}.site-footer .footer-section ul li{margin-bottom:.5rem}.site-footer .footer-section ul li a{color:#e0e0e0;text-decoration:none;transition:color .3s ease}.site-footer .footer-section ul li a:hover{color:orange}.site-footer .footer-bottom{text-align:center;padding-top:2rem;border-top:1px solid #333}.site-footer .footer-bottom p{color:#e0e0e0;margin:0;font-size:.9rem}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-badge.status-completed{background-color:#4caf50;color:#fff}.status-badge.status-in-progress{background-color:orange;color:#121212}.status-badge.status-planned{background-color:#ff9800;color:#fff}.status-badge.status-backlog{background-color:#9e9e9e;color:#fff}.table-responsive{overflow-x:auto}table{width:100%;border-collapse:collapse;background-color:#1e1e1e;border-radius:8px;overflow:hidden;box-shadow:0 4px 20px rgba(0,0,0,.5)}table th,table td{padding:1rem;text-align:left;border-bottom:1px solid #333}table th{background-color:#2a2a2a;font-weight:600;color:#fff}table td{color:#e0e0e0}table td:last-child{color:#fff}table tr:last-child td{border-bottom:none}.highlight{background-color:#1e1e1e;border-radius:8px;padding:1rem;margin:1rem 0;border:1px solid #333;overflow-x:auto}.highlight pre{margin:0;color:#e0e0e0}.highlight .highlight{background:none;border:none;padding:0;margin:0}code{background-color:#2a2a2a;padding:.2rem .4rem;border-radius:4px;font-family:"Monaco","Menlo","Ubuntu Mono",monospace;font-size:.9em;color:orange}@media(max-width: 1024px){.container{padding:0 20px}.section{padding:4rem 0}.grid-spaced{gap:2.5rem;margin:4rem 0}}@media(max-width: 768px){.container{padding:0 15px}.site-nav .nav-links{display:none;position:absolute;top:100%;left:0;right:0;background-color:#121212;border-top:1px solid #333;padding:1rem;flex-direction:column;gap:1rem}.site-nav .nav-links.active{display:flex}.site-nav .nav-links ul{flex-direction:column;gap:1rem}.site-nav .mobile-menu-toggle{display:flex}.hero{padding:6rem 0 4rem}.hero .hero-title{font-size:2.5rem}.hero .hero-subtitle{font-size:1.1rem;margin-bottom:3rem}.hero .hero-actions{flex-direction:column;align-items:center;gap:1rem}.section{padding:3rem 0}.section .section-header{margin-bottom:3rem}.section .section-header h2{font-size:2rem;margin-bottom:1rem}.section .section-header h2::after{width:50px}.section .section-header p{font-size:1rem}.btn{width:100%;max-width:300px}.grid,.grid-spaced{grid-template-columns:1fr;gap:2rem;margin:3rem 0}.card{padding:2rem}.card .card-icon .icon-placeholder{width:70px;height:70px;font-size:1.8rem}.card .card-title{font-size:1.4rem}.card .card-description{font-size:.95rem;margin-bottom:1.5rem}.card .card-link{padding:.6rem 1.2rem;font-size:.9rem}.footer-content{grid-template-columns:1fr;gap:2rem}}@media(max-width: 480px){.hero{padding:4rem 0 3rem}.hero .hero-title{font-size:2rem;margin-bottom:1.5rem}.hero .hero-subtitle{font-size:1rem}.section{padding:2.5rem 0}.section .section-header{margin-bottom:2.5rem}.section .section-header h2{font-size:1.8rem}.section .section-header h2::after{width:40px}.card{padding:1.5rem}.card .card-icon .icon-placeholder{width:60px;height:60px;font-size:1.5rem}.card .card-title{font-size:1.3rem}.card .card-description{font-size:.9rem}}@keyframes fadeInUp{from{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.fade-in-up{animation:fadeInUp .6s ease-out}.text-center{text-align:center}.mb-3{margin-bottom:3rem}.mt-3{margin-top:3rem}.mb-4{margin-bottom:4rem}.mb-5{margin-bottom:5rem}.mt-4{margin-top:4rem}.mt-5{margin-top:5rem}.py-4{padding:4rem 0}.py-5{padding:5rem 0}.bg-pattern{position:relative}.bg-pattern::before{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background-image:radial-gradient(circle at 25% 25%, rgba(255, 165, 0, 0.03) 0%, transparent 50%),radial-gradient(circle at 75% 75%, rgba(255, 215, 0, 0.02) 0%, transparent 50%);pointer-events:none}.accent-border{position:relative}.accent-border::after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:80px;height:2px;background:linear-gradient(90deg, #FFA500, #FFD700);border-radius:1px}/*# sourceMappingURL=main.css.map */