:root{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;font-weight:400;color:#222;background-color:#ededed;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}html,body{width:100%;height:100%;margin:0;padding:0}body{min-width:320px;min-height:100vh;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#222;background-color:#ededed}#root{width:100%;min-height:100vh}a{font-weight:500;color:#444;text-decoration:none;transition:color .3s ease}a:hover{color:#000}h1,h2,h3,h4,h5,h6{margin:0 0 1rem;font-weight:600;line-height:1.2}button{border-radius:8px;border:none;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;cursor:pointer;background:#d3d3d3;color:#222;transition:all .3s ease}button:focus,button:focus-visible{outline:2px solid #444;outline-offset:2px}.home{min-height:100vh}.hero{background:linear-gradient(135deg,#ededed,#bdbdbd);color:#222;padding:80px 0;min-height:60vh;display:flex;align-items:center}.hero-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:60px;align-items:center;padding:0 20px}.main-title{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem}.highlight{background:linear-gradient(45deg,#888,#222);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;font-weight:800}.subtitle{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.cta-buttons{display:flex;gap:1rem}.cta-primary,.cta-secondary{padding:15px 30px;border:none;border-radius:50px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.cta-primary{background:linear-gradient(45deg,#ff6b6b,#ffa726);color:#fff}.cta-primary:hover{transform:translateY(-2px);box-shadow:0 10px 25px #ff6b6b4d}.cta-secondary{background:transparent;color:#fff;border:2px solid rgba(255,255,255,.3)}.cta-secondary:hover{background:#ffffff1a;border-color:#fff9}.hero-illustration{display:flex;justify-content:center;align-items:center;padding:0 20px}.illustration-placeholder{font-size:8rem;position:relative;animation:float 6s ease-in-out infinite}.floating-icons{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.floating-icons .icon{position:absolute;font-size:2rem;animation:orbit 8s linear infinite}.floating-icons .icon:nth-child(1){animation-delay:0s;transform:rotate(0) translate(120px) rotate(0)}.floating-icons .icon:nth-child(2){animation-delay:-2s;transform:rotate(90deg) translate(120px) rotate(-90deg)}.floating-icons .icon:nth-child(3){animation-delay:-4s;transform:rotate(180deg) translate(120px) rotate(-180deg)}.floating-icons .icon:nth-child(4){animation-delay:-6s;transform:rotate(270deg) translate(120px) rotate(-270deg)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes orbit{0%{transform:rotate(0) translate(120px) rotate(0)}to{transform:rotate(360deg) translate(120px) rotate(-360deg)}}.about,.projects,.contact{padding:80px 20px}.container{max-width:1200px;margin:0 auto}.about{background:#f8fafc}.about h2,.projects h2,.contact h2{text-align:center;font-size:2.5rem;margin-bottom:3rem;color:#2d3748}.about-content{display:grid;grid-template-columns:2fr 1fr;gap:60px;align-items:start}.about-text h3{font-size:1.5rem;margin-bottom:1rem;color:#4a5568}.about-text p{font-size:1.1rem;line-height:1.7;color:#718096;margin-bottom:2rem}.about-stats{display:flex;flex-direction:column;gap:2rem}.stat{text-align:center;padding:2rem;background:#fff;border-radius:20px;box-shadow:0 10px 30px #0000001a;transition:transform .3s ease}.stat:hover{transform:translateY(-5px)}.stat-number{font-size:2.5rem;font-weight:700;color:#667eea;margin-bottom:.5rem}.stat-label{font-size:1rem;color:#718096;font-weight:500}.projects{background:#fff}.project-intro{text-align:center;margin-bottom:3rem}.project-intro p{font-size:1.1rem;color:#718096;line-height:1.7;max-width:600px;margin:0 auto}.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:800px;margin:0 auto}.project-card-link{text-decoration:none;color:inherit;display:block}.project-card-link:hover{text-decoration:none;color:inherit}.project-card{background:#fff;border-radius:20px;padding:2rem;box-shadow:0 10px 30px #0000001a;transition:all .3s ease;border:1px solid #e2e8f0;position:relative;cursor:pointer}.project-card.featured{border:2px solid #667eea;background:linear-gradient(135deg,#667eea0d,#764ba20d)}.project-card.coming-soon{border:2px dashed #cbd5e0;background:#f7fafc}.project-card:hover{transform:translateY(-10px);box-shadow:0 20px 40px #00000026}.project-card.featured:hover{box-shadow:0 20px 40px #667eea33}.project-icon{font-size:3rem;margin-bottom:1rem}.project-card h3{font-size:1.5rem;margin-bottom:1rem;color:#2d3748}.project-card p{color:#718096;line-height:1.6;margin-bottom:1.5rem}.project-status{margin-bottom:1rem}.status-badge{background:#667eea;color:#fff;padding:.5rem 1rem;border-radius:20px;font-size:.875rem;font-weight:600;display:inline-block}.status-badge.thinking{background:#ed8936}.project-tags{display:flex;gap:.5rem;flex-wrap:wrap}.tag{background:#edf2f7;color:#4a5568;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:500}.contact{background:linear-gradient(135deg,#ededed,#bdbdbd);color:#222;text-align:center}.contact h2{color:#222}.contact p{font-size:1.2rem;line-height:1.6;margin-bottom:2rem;opacity:.9}.contact-methods{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap}.contact-btn{background:#bdbdbd;color:#222;padding:15px 30px;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;border:2px solid #888}.contact-btn:hover{background:#888;border-color:#444;color:#ededed;transform:translateY(-2px)}@media (max-width: 1024px){.hero{padding:60px 0;min-height:50vh}.hero-content{max-width:900px;gap:40px;padding:0 40px}.hero-illustration{padding:0 10px}.main-title{font-size:2.5rem}.subtitle{font-size:1.1rem}.illustration-placeholder{font-size:7rem}.floating-icons .icon{font-size:2rem}.floating-icons .icon:nth-child(1),.floating-icons .icon:nth-child(2),.floating-icons .icon:nth-child(3),.floating-icons .icon:nth-child(4){transform:rotate(0) translate(110px) rotate(0)}}@media (max-width: 768px){.hero{padding:40px 0;min-height:auto}.hero-content{grid-template-columns:1fr;text-align:center;gap:40px;padding:0 20px}.hero-illustration{padding:0}.main-title{font-size:2rem}.about-content{grid-template-columns:1fr;gap:40px}.about-stats{flex-direction:row;justify-content:center}.contact-methods{flex-direction:column;align-items:center}.illustration-placeholder{font-size:8rem}.floating-icons .icon{font-size:2rem}}@media (max-width: 480px){.hero{padding:30px 0}.hero-content{gap:30px;padding:0 15px}.hero-illustration{padding:0}.main-title{font-size:1.8rem}.subtitle{font-size:1rem}.illustration-placeholder{font-size:7rem}.floating-icons .icon{font-size:1.8rem}.floating-icons .icon:nth-child(1),.floating-icons .icon:nth-child(2),.floating-icons .icon:nth-child(3),.floating-icons .icon:nth-child(4){transform:rotate(0) translate(90px) rotate(0)}}.policy-page{min-height:100vh;background:#f8fafc;padding:2rem 0}.policy-page .container{max-width:800px;margin:0 auto;padding:0 20px}.policy-header{text-align:center;margin-bottom:3rem;background:#fff;padding:3rem 2rem;border-radius:20px;box-shadow:0 10px 30px #0000001a}.policy-header h1{font-size:2.5rem;font-weight:700;color:#2d3748;margin-bottom:1rem;background:linear-gradient(45deg,#667eea,#764ba2);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.last-updated{color:#718096;font-size:1rem;font-style:italic}.policy-content{background:#fff;border-radius:20px;padding:3rem;box-shadow:0 10px 30px #0000001a;line-height:1.8}.policy-section{margin-bottom:3rem;padding-bottom:2rem;border-bottom:1px solid #e2e8f0}.policy-section:last-child{border-bottom:none;margin-bottom:0}.policy-section h2{font-size:1.5rem;font-weight:600;color:#2d3748;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #667eea;display:inline-block}.policy-section h3{font-size:1.2rem;font-weight:600;color:#4a5568;margin:1.5rem 0 1rem}.policy-section h4{font-size:1.1rem;font-weight:600;color:#4a5568;margin:1rem 0 .5rem}.policy-section p{color:#4a5568;margin-bottom:1rem}.policy-section ul,.policy-section ol{margin:1rem 0;padding-left:2rem}.policy-section li{color:#4a5568;margin-bottom:.5rem}.policy-section li strong{color:#2d3748;font-weight:600}.info-table,.delegation-table{margin:1.5rem 0}.delegation-table table{width:100%;border-collapse:collapse;margin:1rem 0;border:1px solid #e2e8f0;border-radius:10px;overflow:hidden}.delegation-table th,.delegation-table td{padding:1rem;text-align:left;border-bottom:1px solid #e2e8f0}.delegation-table th{background:#f7fafc;font-weight:600;color:#2d3748}.delegation-table td{color:#4a5568}.contact-info,.contact-department{background:#f7fafc;padding:2rem;border-radius:15px;margin:1.5rem 0;border-left:4px solid #667eea}.responsible-person{margin-top:1rem}.responsible-person ul,.contact-department ul{list-style:none;padding-left:0}.responsible-person li,.contact-department li{background:#fff;padding:.75rem 1rem;margin-bottom:.5rem;border-radius:8px;border-left:3px solid #667eea}.policy-footer{margin-top:3rem;padding-top:2rem;border-top:2px solid #e2e8f0;text-align:center}.policy-footer p{font-size:1.1rem;color:#4a5568;margin-bottom:2rem}.contact-buttons{display:flex;justify-content:center;gap:1rem}.contact-btn{background:linear-gradient(45deg,#667eea,#764ba2);color:#fff;padding:15px 30px;border-radius:50px;text-decoration:none;font-weight:600;transition:all .3s ease;display:inline-flex;align-items:center;gap:.5rem}.contact-btn:hover{transform:translateY(-2px);box-shadow:0 10px 25px #667eea4d;color:#fff}@media (max-width: 768px){.policy-page .container{padding:0 15px}.policy-header{padding:2rem 1rem}.policy-header h1{font-size:2rem}.policy-content{padding:2rem 1.5rem}.policy-section h2{font-size:1.3rem}.delegation-table{overflow-x:auto}.delegation-table table{min-width:400px}.contact-buttons{flex-direction:column;align-items:center}.contact-btn{width:200px;justify-content:center}}.walkten-page{min-height:100vh;padding-top:80px;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.page-header{text-align:center;padding:60px 0;background:#fff;margin-bottom:40px;box-shadow:0 2px 20px #0000001a}.app-icon{font-size:4rem;margin-bottom:20px}.page-header h1{font-size:3rem;color:#2c3e50;margin-bottom:15px;font-weight:700}.app-subtitle{font-size:1.3rem;color:#7f8c8d;font-weight:400}.container{max-width:1200px;margin:0 auto;padding:0 20px}.app-description{background:#fff;border-radius:20px;padding:50px 40px;margin-bottom:40px;box-shadow:0 10px 30px #0000001a}.app-description h2{color:#2c3e50;font-size:2.2rem;margin-bottom:30px;text-align:center}.description-text p{font-size:1.1rem;line-height:1.8;color:#555;margin-bottom:20px}.description-text h3{color:#e74c3c;font-size:1.5rem;margin:30px 0 20px;display:flex;align-items:center}.feature-list{list-style:none;padding:0}.feature-list li{display:flex;align-items:flex-start;margin-bottom:15px;padding:15px;background:#f8f9fa;border-radius:12px;border-left:4px solid #3498db}.feature-icon{font-size:1.2rem;margin-right:12px;margin-top:2px}.feature-list strong{color:#2c3e50;margin-right:8px}.app-screenshots{background:#fff;border-radius:20px;padding:50px 40px;margin-bottom:40px;box-shadow:0 10px 30px #0000001a}.app-screenshots h2{color:#2c3e50;font-size:2.2rem;margin-bottom:40px;text-align:center}.screenshot-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:30px;max-width:1000px;margin:0 auto}.screenshot-item{background:#f8f9fa;border-radius:15px;overflow:hidden;box-shadow:0 8px 25px #0000001a;transition:transform .3s ease,box-shadow .3s ease}.screenshot-item:hover{transform:translateY(-10px);box-shadow:0 15px 40px #00000026}.screenshot-item img{width:100%;height:auto;display:block;border-radius:15px}.app-benefits{background:#fff;border-radius:20px;padding:50px 40px;margin-bottom:40px;box-shadow:0 10px 30px #0000001a}.app-benefits h2{color:#2c3e50;font-size:2.2rem;margin-bottom:40px;text-align:center}.benefits-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:30px}.benefit-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;padding:30px 25px;border-radius:15px;text-align:center;transition:transform .3s ease}.benefit-card:hover{transform:translateY(-5px)}.benefit-icon{font-size:3rem;margin-bottom:15px}.benefit-card h3{font-size:1.3rem;margin-bottom:15px;color:#fff}.benefit-card p{font-size:1rem;line-height:1.6;opacity:.9}.download-section{background:linear-gradient(135deg,#ededed,#bdbdbd);border-radius:20px;padding:60px 40px;margin-bottom:40px;text-align:center;color:#222;box-shadow:0 10px 30px #0000001a}.download-section h2{font-size:2.5rem;margin-bottom:20px;color:#222}.download-section p{font-size:1.2rem;line-height:1.7;margin-bottom:30px;opacity:.9}.status-badge{display:inline-block;padding:10px 25px;border-radius:25px;font-weight:600;font-size:.9rem;background:#bdbdbd;color:#222;border:2px solid #888}.status-badge.in-progress{background:#888;color:#ededed;border:2px solid #444}.contact-section{background:#fff;border-radius:20px;padding:50px 40px;text-align:center;box-shadow:0 10px 30px #0000001a}.contact-section h2{color:#2c3e50;font-size:2.2rem;margin-bottom:20px}.contact-section p{font-size:1.1rem;line-height:1.7;color:#555;margin-bottom:30px}.contact-info{margin:30px 0}.contact-email{display:inline-block;padding:15px 35px;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;text-decoration:none;border-radius:50px;font-weight:600;font-size:1.1rem;transition:all .3s ease;box-shadow:0 5px 15px #667eea66}.contact-email:hover{transform:translateY(-3px);box-shadow:0 8px 25px #667eea99;color:#fff;text-decoration:none}.contact-note{font-size:1rem;color:#7f8c8d;font-style:italic;margin-top:20px}@media (max-width: 768px){.walkten-page{padding-top:70px}.page-header{padding:40px 20px}.page-header h1{font-size:2.2rem}.app-subtitle{font-size:1.1rem}.app-description,.app-screenshots,.app-benefits,.download-section,.contact-section{padding:30px 20px;margin-bottom:20px}.screenshot-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:20px}.benefits-grid{grid-template-columns:1fr;gap:20px}.feature-list li{padding:12px}.download-section h2{font-size:2rem}.download-section p{font-size:1.1rem}}@media (max-width: 480px){.container{padding:0 15px}.page-header h1,.app-description h2,.app-screenshots h2,.app-benefits h2,.contact-section h2{font-size:1.8rem}.screenshot-grid{grid-template-columns:1fr}}.header{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid rgba(0,0,0,.1);position:sticky;top:0;z-index:1000;padding:1rem 0}.header .container{max-width:1200px;margin:0 auto;padding:0 20px;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;text-decoration:none;font-size:1.5rem;font-weight:700;color:#2d3748;transition:all .3s ease}.logo:hover{transform:scale(1.05)}.logo-icon{margin-right:.5rem;font-size:1.8rem}.logo-text{background:linear-gradient(45deg,#bdbdbd,#444);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.nav{display:flex;gap:2rem;align-items:center}.nav-link{text-decoration:none;color:#4a5568;font-weight:500;padding:.5rem 1rem;border-radius:20px;transition:all .3s ease;position:relative}.nav-link:hover,.nav-link.active{color:#444;background:#44444414}@media (max-width: 768px){.nav{gap:1rem}.nav-link{font-size:.9rem;padding:.5rem}.logo-text{font-size:1.2rem}}.footer{background:#222;color:#ededed;padding:3rem 0 1rem}.footer .container{max-width:1200px;margin:0 auto;padding:0 20px}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:2rem}.footer-section h4{font-size:1.2rem;margin-bottom:1rem;color:#bdbdbd}.footer-logo{display:flex;align-items:center;font-size:1.5rem;font-weight:700;margin-bottom:1rem}.footer-logo .logo-icon{margin-right:.5rem;font-size:1.8rem}.footer-logo .logo-text{background:linear-gradient(45deg,#bdbdbd,#444);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.footer-description{color:#888;line-height:1.6}.footer-links{list-style:none;padding:0}.footer-links li{margin-bottom:.5rem}.footer-links a{color:#888;text-decoration:none;transition:color .3s ease}.footer-links a:hover{color:#444}.contact-info p{color:#888;margin-bottom:.5rem}.footer-bottom{border-top:1px solid #444;padding-top:1rem;text-align:center;display:flex;justify-content:space-between;align-items:center;color:#888}@media (max-width: 768px){.footer-content{grid-template-columns:1fr;text-align:center}.footer-bottom{flex-direction:column;gap:.5rem}}*{margin:0;padding:0;box-sizing:border-box}html,body{width:100%;height:100%;overflow-x:hidden}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;line-height:1.6;color:#333;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#fff}.app{width:100%;min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;width:100%}button{cursor:pointer;border:none;outline:none;transition:all .3s ease}button:focus{outline:2px solid #667eea;outline-offset:2px}a{text-decoration:none;transition:all .3s ease}.container{max-width:1200px;margin:0 auto;padding:0 20px;width:100%}.text-center{text-align:center}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media (max-width: 768px){.container{padding:0 15px}}
