*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:1rem;color:#212529;background:#fff;line-height:1.6}a{color:#0d6efd;text-decoration:none}a:hover{text-decoration:underline;color:#0a58ca}.sidebar{position:fixed;top:0;left:0;width:280px;height:100vh;background:#fff;border-right:1px solid #DEE2E6;display:flex;flex-direction:column;z-index:100;overflow:hidden}.sidebar-logo{padding:12px 16px;background:#f8f9fa;border-bottom:1px solid #DEE2E6;text-align:center;flex-shrink:0}.sidebar-url{display:block;font-size:.8rem;color:#0d6efd;margin-top:4px}.sidebar-nav{flex:1;overflow-y:auto;overflow-x:hidden}.nav-item{display:flex;align-items:center;height:5rem;width:100%;padding:.75rem 1rem;color:#212529;text-decoration:none;position:relative;cursor:pointer;transition:background .15s}.nav-item:hover{background:#f8f9fa;text-decoration:none}.nav-item.active{background:#f8f9fa}.nav-indicator{position:absolute;left:0;top:0;width:4px;height:100%;background:transparent;border-radius:0 2px 2px 0}.nav-item.active .nav-indicator{background:#0d6efd}.nav-icon{width:24px;height:24px;color:#0d6efd;flex-shrink:0;margin-left:8px;margin-right:16px}.nav-text{font-size:1rem;line-height:1.3;color:#212529}.main-content{margin-left:280px;min-height:100vh;background:#fff;padding:40px}.content-wrapper{width:100%;max-width:1000px;margin:0 auto}.hero{background:linear-gradient(135deg,#0d6efd,#5dade2);border-radius:1rem;padding:60px 50px;margin-bottom:2rem;max-width:1000px}.hero-version{font-size:.875rem;color:#ffffffd9;margin-bottom:.75rem;display:inline-block;background:#ffffff26;padding:2px 10px;border-radius:20px}.hero h1{font-size:2.5rem;font-weight:700;color:#fff!important;margin-bottom:1rem;line-height:1.2}.hero-subtitle{font-size:1rem;color:#ffffffe6;line-height:1.6;margin-bottom:2rem;max-width:700px}.hero-btns{display:flex;gap:1rem;flex-wrap:wrap}.btn-primary{background:#fff;color:#0d6efd;font-weight:600;font-size:1rem;padding:.5rem 1.5rem;border-radius:.375rem;border:none;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:transform .15s,box-shadow .15s}.btn-primary:hover{transform:scale(1.03);box-shadow:0 4px 12px #00000026;text-decoration:none;color:#0a58ca}.btn-secondary{background:transparent;color:#fff;font-weight:600;font-size:1rem;padding:.5rem 1.5rem;border-radius:.375rem;border:1px solid rgba(255,255,255,.8);cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;gap:.5rem;transition:background .15s}.btn-secondary:hover{background:#ffffff26;text-decoration:none;color:#fff}h1.page-title{font-size:2.5rem;font-weight:700;color:#0d6efd;margin-bottom:.5rem}h2.section-title{font-size:2rem;font-weight:700;color:#0d6efd;margin:2rem 0 1rem}h3.subsection-title{font-size:1.5rem;font-weight:600;color:#0d6efd;margin:2rem 0 .75rem}h4.sub-subtitle{font-size:1.25rem;font-weight:600;color:#0d6efd;margin:1.5rem 0 .5rem}.page-subtitle{font-size:.875rem;color:#6c757d;margin-bottom:1rem}.page-divider{border:none;border-top:1px solid #DEE2E6;margin:1rem 0 2rem}p{margin-bottom:1.5rem;line-height:1.6;color:#212529}ul.bullet-list,ol.numbered-list{margin:0 0 1.5rem 1.5rem;line-height:1.6}ul.bullet-list li,ol.numbered-list li{margin-bottom:.4rem;line-height:1.6}.table-container{overflow-x:auto;margin-bottom:2rem;border-radius:.5rem;border:1px solid #DEE2E6}table{width:100%;border-collapse:collapse;background:#fff;font-size:.9rem}thead th{background:#f8f9fa;color:#212529;font-weight:700;font-size:.875rem;padding:.75rem 1rem;text-align:left;border-bottom:1px solid #DEE2E6}tbody td{padding:.75rem 1rem;border-bottom:1px solid #DEE2E6;min-height:2.5rem;vertical-align:top}tbody tr:last-child td{border-bottom:none}tbody tr:nth-child(2n) td{background:#f8f9fa}.figure-block{margin:1.5rem 0 2rem;border:1px solid #DEE2E6;border-radius:.5rem;overflow:hidden;background:#f8f9fa}.figure-block img{width:100%;height:auto;display:block}.figure-caption{font-size:.875rem;color:#6c757d;padding:.6rem 1rem;border-top:1px solid #DEE2E6;background:#fff;text-align:center}.card{background:#fff;border:1px solid #DEE2E6;border-radius:.5rem;padding:1.5rem;box-shadow:0 .125rem .25rem #00000013;transition:box-shadow .2s,transform .2s}.card:hover{box-shadow:0 .5rem 1rem #0000001a;transform:translateY(-2px)}.chapter-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;background:#f4f7f6;padding:24px;border-radius:.5rem;margin-bottom:2rem}.chapter-card{background:#fff;border-radius:8px;padding:15px;height:130px;display:flex;align-items:center;gap:16px;position:relative;box-shadow:0 1px 4px #00000014;text-decoration:none;color:#333;transition:box-shadow .2s,transform .2s;overflow:hidden;cursor:pointer}.chapter-card:hover{box-shadow:0 4px 12px #0000001f;transform:translateY(-2px);text-decoration:none;color:#333}.chapter-card-icon{width:40px;height:40px;color:#0d6efd;flex-shrink:0}.chapter-card-title{font-size:1rem;font-weight:600;color:#333;line-height:1.3;overflow:hidden;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.chapter-badge{position:absolute;top:8px;right:8px;background:#0d6efd;color:#fff;font-size:.75rem;font-weight:700;width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center}.info-box{background:#e7f1ff;border-left:4px solid #0D6EFD;border-radius:0 .5rem .5rem 0;padding:1rem 1.25rem;margin-bottom:1.5rem}.warning-box{background:#fff3cd;border-left:4px solid #FFC107;border-radius:0 .5rem .5rem 0;padding:1rem 1.25rem;margin-bottom:1.5rem}.success-box{background:#d1e7dd;border-left:4px solid #198754;border-radius:0 .5rem .5rem 0;padding:1rem 1.25rem;margin-bottom:1.5rem}.scenario-card{background:#fff;border:1px solid #DEE2E6;border-radius:.75rem;overflow:hidden;margin-bottom:2.5rem;box-shadow:0 2px 8px #0000000f}.scenario-card-header{background:linear-gradient(135deg,#0d6efd,#5dade2);padding:1.25rem 1.5rem;color:#fff}.scenario-card-header h4{font-size:1.2rem;font-weight:700;color:#fff;margin:0}.scenario-card-body{padding:1.5rem}.scenario-card-img{width:100%;height:auto;display:block;border-bottom:1px solid #DEE2E6}.scenario-metrics{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-top:1rem}.metric-item{background:#f8f9fa;border-radius:8px;padding:10px 12px;text-align:center}.metric-value{font-size:1.1rem;font-weight:700;color:#0d6efd}.metric-label{font-size:.75rem;color:#6c757d;margin-top:2px}.calc-container{background:#f8f9fa;border:1px solid #DEE2E6;border-radius:.75rem;padding:1.5rem;margin-bottom:2rem}.calc-title{font-size:1.25rem;font-weight:600;color:#0d6efd;margin-bottom:1rem;display:flex;align-items:center;gap:8px}.calc-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem;margin-bottom:1rem}.calc-field label{display:block;font-size:.875rem;color:#6c757d;margin-bottom:4px}.calc-field input,.calc-field select{width:100%;padding:.5rem .75rem;border:1px solid #DEE2E6;border-radius:.375rem;font-size:.9rem;background:#fff;color:#212529;transition:border-color .15s}.calc-field input:focus,.calc-field select:focus{outline:none;border-color:#0d6efd;box-shadow:0 0 0 3px #0d6efd26}.calc-result{background:linear-gradient(135deg,#0d6efd,#5dade2);border-radius:.5rem;padding:1.25rem;color:#fff;margin-top:1rem}.calc-result-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.calc-result-item{text-align:center}.calc-result-value{font-size:1.5rem;font-weight:700}.calc-result-label{font-size:.75rem;opacity:.85;margin-top:2px}.calc-btn{background:#0d6efd;color:#fff;font-weight:600;font-size:.9rem;padding:.5rem 1.5rem;border-radius:.375rem;border:none;cursor:pointer;transition:background .15s,transform .1s;margin-top:.5rem}.calc-btn:hover{background:#0a58ca;transform:scale(1.02)}.chapter-hero{background:linear-gradient(135deg,#0d6efd,#5dade2);border-radius:1rem;padding:40px 50px;margin-bottom:2rem}.chapter-hero h1{font-size:2rem;font-weight:700;color:#fff!important;margin-bottom:.5rem}.chapter-hero .chapter-num{font-size:.875rem;color:#fffc;margin-bottom:.5rem}.chapter-hero .chapter-desc{font-size:1rem;color:#ffffffe6;line-height:1.6;max-width:700px;margin:0}.spec-table{width:100%;border-collapse:collapse;background:#fff;font-size:.875rem;border:1px solid #DEE2E6;border-radius:.5rem;overflow:hidden;margin-bottom:2rem}.spec-table thead th{background:#f8f9fa;color:#212529;font-weight:700;padding:.75rem 1rem;text-align:left;border-bottom:1px solid #DEE2E6}.spec-table tbody td{padding:.75rem 1rem;border-bottom:1px solid #DEE2E6;vertical-align:top}.spec-table tbody tr:last-child td{border-bottom:none}.spec-table tbody tr:nth-child(2n) td{background:#f8f9fa}.sidebar-footer{padding:12px 16px;font-size:.75rem;color:#6c757d;border-top:1px solid #DEE2E6;flex-shrink:0}@media (max-width: 900px){.sidebar{width:220px}.main-content{margin-left:220px;padding:24px}.chapter-grid,.scenario-metrics{grid-template-columns:repeat(2,1fr)}.calc-grid{grid-template-columns:1fr}}@media (max-width: 640px){.sidebar{display:none}.main-content{margin-left:0;padding:16px}.chapter-grid{grid-template-columns:1fr}.hero{padding:32px 20px}.hero h1{font-size:1.75rem}}
