*{margin:0;padding:0;box-sizing:border-box}body{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);min-height:100vh;color:#333}.App{max-width:1200px;margin:0 auto;padding:2rem}.header{background:white;padding:3rem 2rem;border-radius:12px;box-shadow:0 10px 30px #0003;margin-bottom:2rem;text-align:center}.header h1{color:#667eea;font-size:2.5rem;margin-bottom:.5rem}.header p{color:#666;font-size:1.1rem;margin-bottom:1rem}.meta-info{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1rem;margin-top:1.5rem;padding-top:1.5rem;border-top:2px solid #eee}.meta-item{text-align:left}.meta-label{font-weight:600;color:#667eea;font-size:.9rem;text-transform:uppercase}.meta-value{color:#333;font-size:1rem;margin-top:.3rem}.toc{background:white;padding:2rem;border-radius:12px;box-shadow:0 10px 30px #0003;margin-bottom:2rem}.toc h2{color:#667eea;margin-bottom:1.5rem;font-size:1.5rem}.toc-list{list-style:none;display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:1rem}.toc-item{padding:1rem;background:#f8f9ff;border-left:4px solid #667eea;border-radius:6px;cursor:pointer;transition:all .3s ease}.toc-item:hover{background:#eef2ff;transform:translate(5px)}.toc-item a{color:#667eea;text-decoration:none;font-weight:500}.content{background:white;padding:2rem;border-radius:12px;box-shadow:0 10px 30px #0003;line-height:1.8}.section{margin-bottom:3rem;scroll-margin-top:2rem}.section h2{color:#667eea;font-size:1.8rem;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:3px solid #667eea;display:flex;align-items:center;gap:.5rem}.section h3{color:#764ba2;font-size:1.3rem;margin-top:1.5rem;margin-bottom:1rem}.section p{color:#555;margin-bottom:1rem;font-size:1rem}.section ul,.section ol{margin-left:2rem;margin-bottom:1.5rem}.section li{margin-bottom:.7rem;color:#555}.highlight-box{background:linear-gradient(135deg,#667eea15 0%,#764ba215 100%);border-left:4px solid #667eea;padding:1.5rem;border-radius:8px;margin:1.5rem 0}.highlight-box strong{color:#667eea}.table-container{overflow-x:auto;margin:1.5rem 0}table{width:100%;border-collapse:collapse;margin-bottom:1rem}table thead{background:#667eea;color:#fff}table th{padding:1rem;text-align:left;font-weight:600}table td{padding:.8rem 1rem;border-bottom:1px solid #eee}table tbody tr:hover{background:#f8f9ff}.emoji{font-size:1.2em;margin-right:.5rem}.step-number{display:inline-block;background:#667eea;color:#fff;width:40px;height:40px;border-radius:50%;text-align:center;line-height:40px;font-weight:700;margin-right:1rem}.button-group{display:flex;gap:1rem;margin:2rem 0;flex-wrap:wrap}button{padding:.8rem 1.5rem;font-size:1rem;border-radius:8px;border:none;cursor:pointer;font-weight:600;transition:all .3s ease;background:#667eea;color:#fff}button:hover{background:#764ba2;transform:translateY(-2px);box-shadow:0 5px 15px #667eea66}.footer{background:white;padding:2rem;border-radius:12px;box-shadow:0 10px 30px #0003;margin-top:2rem;text-align:center;color:#666}.footer p{margin:.5rem 0}@media (max-width: 768px){.App{padding:1rem}.header{padding:2rem 1rem}.header h1{font-size:1.8rem}.content{padding:1.5rem}.section h2{font-size:1.5rem}table{font-size:.9rem}table th,table td{padding:.6rem}}.template-container{max-width:1200px;margin:0 auto;padding:20px;background:#f8f9fa}.template-header{padding:40px 30px;border-radius:8px;color:#fff;margin-bottom:30px;box-shadow:0 4px 6px #0000001a}.template-header h1{margin:0 0 10px;font-size:2.5em}.template-header p{margin:0;font-size:1.1em;opacity:.95}.on-premise-header{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.netsmart-header{background:linear-gradient(135deg,#f093fb 0%,#f5576c 100%)}.aws-header{background:linear-gradient(135deg,#fa709a 0%,#fee140 100%)}.template-content{background:white;border-radius:8px;padding:30px;box-shadow:0 2px 4px #0000000d}.form-section{margin-bottom:40px}.form-section h2{color:#333;margin-bottom:25px;padding-bottom:10px;border-bottom:2px solid #e0e0e0}.form-group{margin-bottom:20px}.form-group label{display:block;margin-bottom:8px;font-weight:600;color:#333}.form-group input[type=text],.form-group input[type=number],.form-group select,.form-group textarea{width:100%;padding:10px 12px;border:1px solid #ddd;border-radius:4px;font-size:1em;font-family:inherit;transition:border-color .3s}.form-group input[type=text]:focus,.form-group input[type=number]:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px #667eea1a}.module-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:15px;margin-top:10px}.checkbox-label{display:flex;align-items:center;padding:10px;background:#f8f9fa;border-radius:4px;cursor:pointer;transition:background .3s}.checkbox-label:hover{background:#e9ecef}.checkbox-label input[type=checkbox]{margin-right:10px;cursor:pointer;width:18px;height:18px}.btn{padding:12px 24px;border:none;border-radius:4px;font-size:1em;font-weight:600;cursor:pointer;transition:all .3s}.btn-primary{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;width:100%}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 4px 12px #667eea66}.architecture-section{margin-top:40px}.architecture-section h2{color:#333;margin-bottom:25px;padding-bottom:10px;border-bottom:2px solid #e0e0e0}.architecture-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:20px;margin-bottom:40px}.architecture-tier{background:#f8f9fa;border-left:4px solid #667eea;border-radius:8px;padding:20px}.architecture-tier h3{margin-top:0;color:#333;margin-bottom:15px}.tier-content{display:flex;flex-direction:column;gap:15px}.component{background:white;padding:15px;border-radius:4px;border:1px solid #e0e0e0}.component strong{color:#667eea;display:block;margin-bottom:5px}.component p{margin:0 0 10px;color:#666;font-size:.95em}.component ul{margin:0;padding-left:20px;font-size:.9em;color:#555}.component li{margin-bottom:5px}.database-tier{border-left-color:#667eea}.app-tier{border-left-color:#f093fb}.access-tier{border-left-color:#fa709a}.requirements-table{margin:30px 0}.requirements-table h3{color:#333;margin-bottom:15px}.requirements-table table{width:100%;border-collapse:collapse;background:white;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000000d}.requirements-table thead{background:#f8f9fa}.requirements-table th{padding:12px 15px;text-align:left;font-weight:600;color:#333;border-bottom:2px solid #e0e0e0}.requirements-table td{padding:12px 15px;border-bottom:1px solid #e0e0e0;color:#555}.requirements-table tbody tr:hover{background:#f8f9fa}.advantages-section,.licensing-section,.sla-section,.cost-section,.ha-section{margin:30px 0;padding:20px;background:#f8f9fa;border-radius:8px;border-left:4px solid #667eea}.advantages-section h3,.licensing-section h3,.sla-section h3,.cost-section h3,.ha-section h3{margin-top:0;color:#333}.advantages-section ul{margin:0;padding-left:20px}.advantages-section li{margin-bottom:10px;color:#555}.warning-box,.info-box{background:white;padding:15px;border-radius:4px;border-left:4px solid #ff6b6b;margin:10px 0}.info-box{border-left-color:#4ecdc4}.warning-box strong,.info-box strong{display:block;margin-bottom:10px;color:#333}.warning-box ul,.info-box ul{margin:0;padding-left:20px}.warning-box li,.info-box li{margin-bottom:8px;color:#555;font-size:.95em}.sla-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px;margin-top:15px}.sla-item{background:white;padding:15px;border-radius:4px;text-align:center;border:1px solid #e0e0e0}.sla-item strong{display:block;color:#667eea;margin-bottom:10px}.sla-item p{margin:0;font-size:1.8em;color:#333;font-weight:600}.sla-item small{display:block;color:#999;margin-top:5px;font-size:.85em}.cost-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:15px;margin-top:15px}.cost-item{background:white;padding:15px;border-radius:4px;border:1px solid #e0e0e0}.cost-item strong{display:block;color:#333;margin-bottom:10px}.cost-item p{margin:0;font-size:1.5em;color:#fa709a;font-weight:600}.cost-item small{display:block;color:#999;margin-top:5px;font-size:.85em}.cost-note{font-size:.9em;color:#999;margin-top:15px;font-style:italic}.ha-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:15px;margin-top:15px}.ha-item{background:white;padding:15px;border-radius:4px;border:1px solid #e0e0e0}.ha-item strong{display:block;color:#667eea;margin-bottom:10px}.ha-item ul{margin:0;padding-left:20px}.ha-item li{margin-bottom:8px;color:#555;font-size:.95em}@media (max-width: 768px){.architecture-grid,.module-grid{grid-template-columns:1fr}.template-header h1{font-size:1.8em}.requirements-table{overflow-x:auto}}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}
