*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:#f7f9ff;color:#212427;min-height:100vh}a{text-decoration:none;color:inherit}.site-header{background:#fff;border-bottom:1px solid #e2e5eb;padding:1rem 2rem;position:sticky;top:0;z-index:100}.site-header-inner{max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.site-logo{font-size:1.4rem;font-weight:700;color:#3b68fc}.site-logo span{color:#212427}.hero{text-align:center;padding:3rem 2rem 2rem}.hero h1{font-size:2.2rem;font-weight:700;color:#212427;margin-bottom:.5rem}.hero h1 .highlight{color:#3b68fc}.hero p{color:#748091;font-size:1.1rem}.search-container{max-width:600px;margin:1.5rem auto 2.5rem;padding:0 1rem}.search-input{width:100%;padding:.9rem 1.2rem .9rem 3rem;border:1px solid #c3c8d4;border-radius:12px;font-size:1rem;background:#fff;color:#212427;box-shadow:0 6px 16px #3b68fc14;transition:border-color .2s,box-shadow .2s}.search-input:focus{outline:none;border-color:#3b68fc;box-shadow:0 6px 20px #3b68fc26}.search-wrapper{position:relative}.search-icon{position:absolute;left:1rem;top:50%;transform:translateY(-50%);color:#748091;font-size:1.1rem;pointer-events:none}.categories{max-width:1200px;margin:0 auto 2rem;padding:0 1rem;display:flex;gap:.5rem;flex-wrap:wrap;justify-content:center}.category-tab{padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500;border:1px solid #c3c8d4;background:#fff;color:#748091;cursor:pointer;transition:all .2s}.category-tab:hover,.category-tab.active{background:#3b68fc;color:#fff;border-color:#3b68fc}.card-grid{max-width:1200px;margin:0 auto;padding:0 1rem 3rem;display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1.25rem}.calc-card{background:#fff;border:1px solid #c3c8d4;border-radius:10px;padding:1.5rem;cursor:pointer;transition:box-shadow .2s,transform .15s;display:flex;flex-direction:column;gap:.5rem}.calc-card:hover{box-shadow:4px 12px 16px #3b68fc1c;transform:translateY(-2px)}.calc-card-icon{width:40px;height:40px;border-radius:10px;background:#eef2ff;color:#3b68fc;display:flex;align-items:center;justify-content:center;font-size:1.3rem;margin-bottom:.25rem}.calc-card h3{font-size:1.05rem;font-weight:600;color:#212427}.calc-card p{font-size:.85rem;color:#748091;line-height:1.4}.calc-card-category{font-size:.75rem;color:#3b68fc;font-weight:500;margin-top:auto}.calc-page{max-width:720px;margin:0 auto;padding:2rem 1rem}.calc-back{display:inline-flex;align-items:center;gap:.4rem;color:#3b68fc;font-size:.9rem;font-weight:500;margin-bottom:1.5rem;cursor:pointer}.calc-back:hover{text-decoration:underline}.calc-title{font-size:1.8rem;font-weight:700;color:#212427;margin-bottom:.5rem}.calc-description{color:#748091;font-size:.95rem;margin-bottom:2rem;line-height:1.5}.calc-panel{background:#fff;border:1px solid #c3c8d4;border-radius:12px;padding:2rem;box-shadow:0 4px 12px #3b68fc0f}.calc-field{margin-bottom:1.25rem}.calc-field label{display:block;font-size:.85rem;font-weight:600;color:#212427;margin-bottom:.4rem}.calc-field input,.calc-field select{width:100%;padding:.7rem 1rem;border:1px solid #c3c8d4;border-radius:8px;font-size:.95rem;color:#212427;background:#f7f9ff;transition:border-color .2s}.calc-field input:focus,.calc-field select:focus{outline:none;border-color:#3b68fc}.calc-field .unit{font-size:.8rem;color:#748091;margin-left:.3rem}.calc-result{margin-top:1.5rem;padding:1.5rem;background:#eef2ff;border-radius:10px}.calc-result h3{font-size:.9rem;font-weight:600;color:#3b68fc;margin-bottom:1rem}.calc-result-row{display:flex;justify-content:space-between;padding:.5rem 0;border-bottom:1px solid #dce3f5}.calc-result-row:last-child{border-bottom:none;font-weight:700;color:#212427;font-size:1.1rem;padding-top:.75rem}.calc-result-row span:first-child{color:#748091}.calc-result-row span:last-child{color:#212427;font-weight:600}.no-results{text-align:center;padding:3rem 1rem;color:#748091}.no-results p{font-size:1.1rem}
