*,*::before,*::after{box-sizing:border-box;margin:0;padding:0}html{font-size:16px;scroll-behavior:smooth}body{font-family:-apple-system,BlinkMacSystemFont,'Segoe UI',Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;line-height:1.6;color:#333;background:#f8f9fa;min-height:100vh;display:flex;flex-direction:column}img{max-width:100%;height:auto;display:block}a{color:#3498db;text-decoration:none;transition:color .3s ease}a:hover{color:#2980b9}button,input,select,textarea{font-family:inherit;font-size:inherit}header{background:#fff;box-shadow:0 2px 8px rgba(0,0,0,.08);position:sticky;top:0;z-index:1000}.header-container{max-width:1200px;margin:0 auto;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}.logo{font-size:1.5rem;font-weight:700;color:#3498db;display:flex;align-items:center;gap:.5rem}.logo-icon{font-size:1.8rem}nav ul{list-style:none;display:flex;gap:1.5rem;flex-wrap:wrap}nav a{color:#555;font-weight:500;padding:.5rem;display:block;border-radius:4px}nav a:hover,nav a.active{color:#3498db;background:rgba(52,152,219,.1)}main{flex:1;max-width:1200px;width:100%;margin:2rem auto;padding:0 1.5rem}.hero{background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);color:#fff;padding:3rem 1.5rem;border-radius:12px;margin-bottom:2rem;text-align:center}.hero h1{font-size:2.5rem;margin-bottom:1rem;line-height:1.2}.hero p{font-size:1.2rem;opacity:.95;max-width:700px;margin:0 auto}.content-section{background:#fff;padding:2.5rem;margin-bottom:2rem;border-radius:8px;box-shadow:0 2px 12px rgba(0,0,0,.06)}.content-section h2{color:#2c3e50;font-size:2rem;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:3px solid #3498db}.content-section h3{color:#34495e;font-size:1.5rem;margin:2rem 0 1rem}.content-section p{margin-bottom:1rem;line-height:1.8;color:#555}.content-section ul,.content-section ol{margin:1rem 0 1rem 2rem;line-height:1.8;color:#555}.content-section li{margin-bottom:.5rem}.calculator-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin:2rem 0}.calculator-card{background:#fff;border:2px solid #e0e0e0;border-radius:8px;padding:1.5rem;transition:all .3s ease;cursor:pointer}.calculator-card:hover{border-color:#3498db;box-shadow:0 4px 16px rgba(52,152,219,.15);transform:translateY(-4px)}.calculator-card h3{color:#2c3e50;margin-bottom:.75rem;display:flex;align-items:center;gap:.5rem}.calculator-card p{color:#666;font-size:.95rem;line-height:1.6}.card-icon{font-size:2rem}.calculator-tool{background:#f8f9fa;border:2px solid #3498db;border-radius:8px;padding:2rem;margin:2rem 0}.calculator-tool h3{color:#2c3e50;margin-bottom:1.5rem;text-align:center}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#2c3e50;font-weight:600}input[type="date"],input[type="number"],select{width:100%;padding:.75rem;border:2px solid #ddd;border-radius:6px;font-size:1rem;transition:border-color .3s ease}input[type="date"]:focus,input[type="number"]:focus,select:focus{outline:none;border-color:#3498db;box-shadow:0 0 0 3px rgba(52,152,219,.1)}.btn{background:#3498db;color:#fff;border:none;padding:.875rem 2rem;border-radius:6px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:inline-block;text-align:center}.btn:hover{background:#2980b9;transform:translateY(-2px);box-shadow:0 4px 12px rgba(52,152,219,.3)}.btn:active{transform:translateY(0)}.btn-block{width:100%;display:block}.result-box{background:#e8f5e9;border-left:4px solid #4caf50;padding:1.5rem;margin-top:1.5rem;border-radius:4px;display:none}.result-box.show{display:block}.result-box h4{color:#2e7d32;margin-bottom:.75rem}.result-box p{color:#1b5e20;font-size:1.1rem;margin-bottom:.5rem}.result-item{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid rgba(46,125,50,.2)}.result-item:last-child{border-bottom:none}.result-label{font-weight:600;color:#2e7d32}.result-value{color:#1b5e20;font-weight:700}.faq-section{margin:2rem 0}.faq-item{background:#fff;border:1px solid #e0e0e0;border-radius:6px;margin-bottom:1rem;overflow:hidden}.faq-question{background:#f8f9fa;padding:1.25rem;font-weight:600;color:#2c3e50;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .3s ease}.faq-question:hover{background:#ecf0f1}.faq-question::after{content:'▼';font-size:.8rem;transition:transform .3s ease}.faq-question.active::after{transform:rotate(180deg)}.faq-answer{padding:0 1.25rem;max-height:0;overflow:hidden;transition:all .3s ease}.faq-answer.show{padding:1.25rem;max-height:500px}.disclaimer{background:#fff3cd;border-left:4px solid #ffc107;padding:1rem 1.5rem;margin:2rem 0;border-radius:4px;font-size:.95rem;color:#856404}.authority-link{display:inline-flex;align-items:center;gap:.5rem;color:#3498db;font-weight:500;margin-top:.5rem}.authority-link::after{content:'↗';font-size:.9rem}footer{background:#2c3e50;color:#ecf0f1;margin-top:auto;padding:2rem 1.5rem}.footer-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem}.footer-section h4{color:#3498db;margin-bottom:1rem;font-size:1.1rem}.footer-section ul{list-style:none}.footer-section a{color:#ecf0f1;display:block;padding:.3rem 0;font-size:.95rem}.footer-section a:hover{color:#3498db;padding-left:.5rem}.footer-bottom{text-align:center;margin-top:2rem;padding-top:1.5rem;border-top:1px solid #34495e;color:#95a5a6;font-size:.9rem}.breadcrumb{display:flex;gap:.5rem;margin-bottom:1.5rem;font-size:.9rem;flex-wrap:wrap}.breadcrumb a{color:#3498db}.breadcrumb span{color:#999}@media (max-width:768px){.header-container{flex-direction:column;gap:1rem}nav ul{justify-content:center;gap:1rem}.hero h1{font-size:1.8rem}.hero p{font-size:1rem}.content-section{padding:1.5rem}.content-section h2{font-size:1.6rem}.calculator-grid{grid-template-columns:1fr}.footer-container{grid-template-columns:1fr}}@media (max-width:480px){html{font-size:14px}.logo{font-size:1.3rem}nav ul{gap:.5rem}nav a{font-size:.9rem;padding:.4rem}.hero{padding:2rem 1rem}.content-section{padding:1rem}.calculator-tool{padding:1rem}}@media print{header,footer,.calculator-tool,.faq-section{display:none}.content-section{box-shadow:none;border:1px solid #ddd}}