:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:2rem;line-height:1.2}h2{font-size:1.5rem;line-height:1.3}h3{font-size:1.2rem;line-height:1.4}.layout{min-height:100vh;display:flex;flex-direction:column}.header{background:linear-gradient(135deg,#2e7d32,#4caf50);color:#fff;padding:1rem 2rem}.header-content{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.logo{display:flex;align-items:center;gap:1rem;text-decoration:none;color:#fff}.app-icon{width:60px;height:60px;border-radius:12px;background:#fff;padding:4px}.logo-text h1{margin:0;font-size:1.8rem}.logo-text .subtitle{font-size:.9rem;opacity:.9}.app-store-link{background:#fff;color:#2e7d32;padding:.75rem 1.5rem;border-radius:8px;text-decoration:none;font-weight:600;transition:transform .2s,box-shadow .2s}.app-store-link:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0003}.nav{background:#f8f9fa;border-bottom:1px solid #e9ecef;padding:0 2rem}.nav-list{max-width:1200px;margin:0 auto;padding:0;list-style:none;display:flex;gap:0;overflow-x:auto}.nav-list li{position:relative}.nav-list li a{display:block;padding:1rem 1.5rem;color:#495057;text-decoration:none;font-weight:500;transition:color .2s,background .2s;white-space:nowrap}.nav-list li a:hover{color:#2e7d32;background:#e9ecef}.nav-list li.active a{color:#2e7d32}.nav-list li.active:after{content:"";position:absolute;bottom:0;left:0;right:0;height:3px;background:#2e7d32}.main{flex:1;max-width:1200px;margin:0 auto;padding:2rem;width:100%;box-sizing:border-box}.footer{background:#343a40;color:#adb5bd;text-align:center;padding:1.5rem}.footer a{color:#81c784;text-decoration:none}.footer a:hover{text-decoration:underline}@media (max-width: 768px){.header-content{flex-direction:column;gap:1rem;text-align:center}.nav-list{justify-content:flex-start;padding:0}.nav-list li a{padding:.75rem 1rem;font-size:.9rem}.main{padding:1rem}}.home{max-width:1000px;margin:0 auto}.hero{text-align:center;padding:3rem 1rem;background:linear-gradient(135deg,#e8f5e9,#c8e6c9);border-radius:16px;margin-bottom:3rem}.hero h1{color:#2e7d32;font-size:2.5rem;margin:0 0 1rem}.hero p{color:#388e3c;font-size:1.2rem;margin:0}.features{margin-bottom:3rem}.feature-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem}.feature-card{background:#fff;border:1px solid #e9ecef;border-radius:12px;padding:2rem;text-decoration:none;transition:transform .2s,box-shadow .2s}.feature-card:hover{transform:translateY(-4px);box-shadow:0 8px 24px #0000001a}.feature-icon{font-size:2.5rem;margin-bottom:1rem}.feature-card h2{color:#2e7d32;font-size:1.4rem;margin:0 0 .75rem}.feature-card p{color:#6c757d;margin:0;line-height:1.6}.app-info{background:#f8f9fa;border-radius:12px;padding:2.5rem;text-align:center}.app-info h2{color:#2e7d32;margin-top:0}.app-info p{color:#495057;max-width:700px;margin:0 auto 1.5rem;line-height:1.8}.download-button{display:inline-block;background:#2e7d32;color:#fff;padding:1rem 2rem;border-radius:8px;text-decoration:none;font-weight:600;transition:background .2s}.download-button:hover{background:#1b5e20}@media (max-width: 768px){.hero h1{font-size:1.8rem}.hero p{font-size:1rem}}.sub-nav{margin-bottom:2rem;border-bottom:1px solid #e9ecef}.sub-nav ul{list-style:none;padding:0;margin:0;display:flex;gap:0;flex-wrap:wrap}.sub-nav li a{display:block;padding:.75rem 1.25rem;color:#6c757d;text-decoration:none;font-weight:500;border-bottom:2px solid transparent;transition:all .2s}.sub-nav li a:hover{color:#2e7d32;background:#f8f9fa}.sub-nav li.active a{color:#2e7d32;border-bottom-color:#2e7d32}.towers-page h1{color:#2e7d32;margin-bottom:.5rem}.towers-overview p{color:#495057;line-height:1.8;margin-bottom:2rem}.content-section{background:#f8f9fa;border-radius:12px;padding:2rem;margin-bottom:2rem}.content-section h3{color:#2e7d32;margin-top:0;margin-bottom:1rem}.content-image{margin-bottom:1.5rem;text-align:center}.content-image img{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px #0000001a}.content-text{color:#495057;line-height:1.8}.content-text p{margin:0 0 1rem}.content-text p:last-child{margin-bottom:0}.placeholder-section{background:#f8f9fa;border-radius:12px;padding:2rem;margin-bottom:2rem}.placeholder-section h3{color:#2e7d32;margin-top:0;margin-bottom:1rem}.placeholder-description{color:#6c757d;margin-bottom:1.5rem}.placeholder-image{background:#e9ecef;border-radius:8px;padding:3rem;margin-bottom:1.5rem;display:flex;justify-content:center;align-items:center}.placeholder-image-inner{display:flex;flex-direction:column;align-items:center;gap:1rem;color:#adb5bd}.placeholder-image-inner svg{opacity:.5}.placeholder-image-inner span{font-size:.9rem}.placeholder-text{color:#868e96;font-style:italic;background:#fff;padding:1rem;border-radius:6px;border-left:4px solid #2e7d32;margin:0}.visits-page h1{color:#2e7d32;margin-bottom:.5rem}.visits-overview p{color:#495057;line-height:1.8;margin-bottom:2rem}.settings-page h1{color:#2e7d32;margin-bottom:.5rem}.settings-overview p{color:#495057;line-height:1.8;margin-bottom:2rem}.maps-page h1{color:#2e7d32;margin-bottom:.5rem}.page-intro{color:#6c757d;font-size:1.1rem;margin-bottom:1.5rem}.maps-overview p{color:#495057;line-height:1.8;margin-bottom:2rem}.overview-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1.5rem}.overview-card{background:#f8f9fa;border-radius:12px;padding:1.5rem;border-left:4px solid #2e7d32;text-decoration:none;display:block;transition:transform .2s,box-shadow .2s}.overview-card:hover{transform:translateY(-4px);box-shadow:0 4px 12px #00000026}.overview-card h3{color:#2e7d32;margin-top:0}.overview-card p{color:#6c757d;margin-bottom:0}.installation-page h1{color:#2e7d32;margin-bottom:.5rem}.installation-section{margin-bottom:3rem}.installation-section h2{color:#2e7d32;border-bottom:2px solid #e9ecef;padding-bottom:.5rem;margin-bottom:1.5rem}.requirements-list{background:#f8f9fa;padding:1.5rem 1.5rem 1.5rem 2.5rem;border-radius:8px;margin:0}.requirements-list li{color:#495057;margin-bottom:.5rem;line-height:1.6}.requirements-list li:last-child{margin-bottom:0}.direct-link{background:#e8f5e9;padding:2rem;border-radius:12px;text-align:center}.direct-link h2{border-bottom:none;padding-bottom:0}.direct-link p{color:#495057;margin-bottom:1.5rem}.app-store-button img{height:50px;transition:transform .2s}.app-store-button:hover img{transform:scale(1.05)}.installation-step{background:#f8f9fa;border-radius:12px;padding:1.5rem;margin-bottom:1.5rem}.installation-step h3{color:#2e7d32;margin-bottom:.75rem;font-size:1.1rem}.installation-step p{color:#495057;margin-bottom:1rem;line-height:1.6}.step-image{max-width:100%;height:auto;border-radius:12px;box-shadow:0 4px 12px #00000026}.step-image-small{max-width:200px}.contact-page h1{color:#2e7d32;margin-bottom:.5rem}.page-intro{color:#6c757d;font-size:1.1rem;margin-bottom:2rem}.contact-content{display:grid;grid-template-columns:1fr 350px;gap:2rem}.contact-form{background:#f8f9fa;padding:2rem;border-radius:12px}.form-group{margin-bottom:1.5rem}.form-group label{display:block;color:#495057;font-weight:600;margin-bottom:.5rem}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.75rem;border:1px solid #ced4da;border-radius:6px;font-size:1rem;font-family:inherit;transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2e7d32;box-shadow:0 0 0 3px #2e7d321a}.form-group textarea{resize:vertical;min-height:120px}.submit-button{background:#2e7d32;color:#fff;padding:1rem 2rem;border:none;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:background .2s,transform .2s;width:100%}.submit-button:hover{background:#1b5e20;transform:translateY(-2px)}.submit-button:disabled{background:#6c757d;cursor:not-allowed;transform:none}.state-message{padding:1rem;margin-bottom:1rem;border-radius:6px;background:#e8f5e9;color:#2e7d32;font-weight:500;text-align:center}.contact-info h2{color:#2e7d32;font-size:1.2rem;margin-top:0;margin-bottom:1.5rem}.info-card{background:#f8f9fa;padding:1.5rem;border-radius:12px;margin-bottom:1rem}.info-card h3{color:#2e7d32;font-size:1rem;margin:0 0 .75rem}.info-card p{color:#6c757d;margin:0;line-height:1.6}.info-card a{color:#2e7d32;font-weight:600}.info-card ul{color:#6c757d;margin:.5rem 0 0;padding-left:1.25rem}.info-card li{margin-bottom:.25rem}.thank-you{text-align:center;padding:3rem;background:#f8f9fa;border-radius:12px}.thank-you h1{color:#28a745}.thank-you p{color:#6c757d;margin-bottom:.5rem}.email-link{display:inline-block;color:#2e7d32;font-weight:600;font-size:1.2rem;margin:1rem 0 2rem}.back-button{background:#6c757d;color:#fff;padding:.75rem 1.5rem;border:none;border-radius:6px;font-size:.9rem;cursor:pointer;transition:background .2s}.back-button:hover{background:#5a6268}.info-card.faq-highlight{background:#e8f5e9;border:2px solid #2e7d32}.info-card.faq-highlight h3{color:#2e7d32}@media (max-width: 900px){.contact-content{grid-template-columns:1fr}}#root{min-height:100vh}.sub-page{max-width:800px}.sub-page h2{color:#2e7d32;margin-top:0;margin-bottom:.5rem}.sub-page>p{color:#6c757d;font-size:1.1rem;margin-bottom:2rem;line-height:1.6}
