.tools-module__YkmrlW__main{min-height:100vh;padding-bottom:80px}.tools-module__YkmrlW__header{border-bottom:1px solid var(--border-color);background-color:#fff;margin-bottom:1.5rem;padding:2rem 0}.tools-module__YkmrlW__headerTop{flex-direction:column;gap:1rem;display:flex}.tools-module__YkmrlW__title{align-items:center;gap:.5rem;margin:0;font-size:1.5rem;font-weight:800;display:flex}.tools-module__YkmrlW__tabsContainer{white-space:nowrap;-ms-overflow-style:none;scrollbar-width:none;gap:.5rem;padding:.25rem 0;display:flex;overflow-x:auto}.tools-module__YkmrlW__tabsContainer::-webkit-scrollbar{display:none}.tools-module__YkmrlW__tab{border:1px solid var(--border-color);color:var(--text-secondary);cursor:pointer;background:#fff;border-radius:20px;flex-shrink:0;padding:.6rem 1.25rem;font-size:.95rem;font-weight:700;transition:all .2s}.tools-module__YkmrlW__activeTab{border-color:var(--primary-color);color:var(--primary-color);background:#e6f9ed}.tools-module__YkmrlW__toolsGrid{grid-template-columns:1fr;gap:1.5rem;display:grid}@media (min-width:992px){.tools-module__YkmrlW__toolsGrid{grid-template-columns:1fr 1fr}}.tools-module__YkmrlW__toolCard{background:#fff;border:1px solid #f0f0f0;border-radius:16px;flex-direction:column;display:flex;overflow:hidden;box-shadow:0 2px 8px #00000005}.tools-module__YkmrlW__cardHeader{background-color:#fafafa;border-bottom:1px solid #f0f0f0;padding:1.25rem 1.5rem}.tools-module__YkmrlW__cardTitle{align-items:center;gap:.5rem;margin:0;font-size:1.125rem;font-weight:800;display:flex}.tools-module__YkmrlW__cardBody{flex:1;padding:1.5rem}.tools-module__YkmrlW__formGroup{margin-bottom:1rem}.tools-module__YkmrlW__formLabel{color:var(--text-secondary);margin-bottom:.5rem;font-size:.875rem;font-weight:700;display:block}.tools-module__YkmrlW__formSelect,.tools-module__YkmrlW__formInput{border:1px solid var(--border-color);border-radius:8px;outline:none;width:100%;padding:.75rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s}.tools-module__YkmrlW__formSelect:focus,.tools-module__YkmrlW__formInput:focus{border-color:var(--primary-color)}.tools-module__YkmrlW__resultBox{border-left:4px solid var(--primary-color);background:#f8f9fa;border-radius:8px;margin-top:1.5rem;padding:1.25rem}.tools-module__YkmrlW__resultText{color:var(--text-primary);margin:0;font-size:1.125rem;font-weight:700}.tools-module__YkmrlW__resultSubtext{color:var(--text-secondary);margin-top:.25rem;font-size:.875rem}.tools-module__YkmrlW__disclosurePanel{border-left:3px solid var(--info-color);color:var(--text-secondary);background:#eff6ff;border-radius:6px;margin-top:.75rem;padding:.85rem 1rem;font-size:.8rem;line-height:1.6}.tools-module__YkmrlW__disclosurePanel strong{color:var(--text-primary)}.tools-module__YkmrlW__checkList{margin:0;padding:0;list-style:none}.tools-module__YkmrlW__checkItem{border-bottom:1px dashed var(--border-color);justify-content:space-between;align-items:flex-start;gap:1rem;padding:1rem 0;display:flex}.tools-module__YkmrlW__checkItem:last-child{border-bottom:none}.tools-module__YkmrlW__checkItemTitle{margin-bottom:.25rem;font-weight:700}.tools-module__YkmrlW__checkItemDesc{color:var(--text-secondary);font-size:.875rem;line-height:1.5}.tools-module__YkmrlW__copyBtn{background:var(--bg-color);border:1px solid var(--border-color);color:var(--text-primary);cursor:pointer;white-space:nowrap;border-radius:8px;padding:.5rem 1rem;font-size:.85rem;font-weight:600}.tools-module__YkmrlW__copyBtn:hover{background:#e2e8f0}.tools-module__YkmrlW__badge{border-radius:4px;padding:.2rem .5rem;font-size:.75rem;font-weight:700;display:inline-block}.tools-module__YkmrlW__badgeDanger{color:#ef4444;background:#fee2e2}.tools-module__YkmrlW__badgeSuccess{color:#22c55e;background:#dcfce7}.tools-module__YkmrlW__badgeWarning{color:#eab308;background:#fef9c3}.tools-module__YkmrlW__ratingRow{border-bottom:1px solid #f8f9fa;justify-content:space-between;align-items:center;padding:.75rem 0;display:flex}.tools-module__YkmrlW__ratingLabel{font-size:.95rem;font-weight:600}.tools-module__YkmrlW__stars{color:#cbd5e1;cursor:pointer;gap:.25rem;font-size:1.25rem;display:flex}.tools-module__YkmrlW__stars span.tools-module__YkmrlW__filled{color:#fbbf24}.tools-module__YkmrlW__textarea{border:1px solid var(--border-color);resize:vertical;border-radius:8px;width:100%;min-height:100px;margin-top:1rem;padding:1rem;font-family:inherit;font-size:.95rem}.tools-module__YkmrlW__lead{color:var(--text-secondary);margin:0 0 .9rem;font-size:.92rem}.tools-module__YkmrlW__entryCard{border:1px solid var(--border-color);background:var(--card-bg,#fff);color:var(--text-primary);border-radius:12px;align-items:center;gap:.7rem;padding:.9rem 1rem;text-decoration:none;transition:border-color .15s;display:flex}.tools-module__YkmrlW__entryCard:hover{border-color:var(--primary-color)}.tools-module__YkmrlW__entryTitle{font-size:.95rem;font-weight:700}.tools-module__YkmrlW__entryDesc{color:var(--text-secondary);margin-top:.12rem;font-size:.82rem;line-height:1.45}.tools-module__YkmrlW__entryArrow{color:var(--text-muted);flex-shrink:0;margin-left:auto}.tools-module__YkmrlW__limitedBadge,.tools-module__YkmrlW__soonBadge{white-space:nowrap;border-radius:999px;flex-shrink:0;padding:.12rem .45rem;font-size:.72rem;font-weight:700}.tools-module__YkmrlW__limitedBadge{background:var(--warn-soft,#fef3c7);color:#92400e}.tools-module__YkmrlW__soonBadge{background:var(--bg-color,#f5f6f8);color:var(--text-muted)}.tools-module__YkmrlW__inputRow{align-items:center;gap:.4rem;display:flex}.tools-module__YkmrlW__inputRow .tools-module__YkmrlW__formInput{text-align:right;flex:1;min-width:0}.tools-module__YkmrlW__inputUnit{color:var(--text-secondary);flex-shrink:0;font-size:.85rem;font-weight:600}.tools-module__YkmrlW__twoCol{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;display:grid}.tools-module__YkmrlW__hint{color:var(--text-muted);margin:.35rem 0 0;font-size:.78rem;line-height:1.5}.tools-module__YkmrlW__breakdown{margin:0;padding:0;list-style:none}.tools-module__YkmrlW__breakdown li{color:var(--text-secondary);justify-content:space-between;align-items:baseline;gap:.75rem;padding:.3rem 0;font-size:.88rem;display:flex}.tools-module__YkmrlW__breakdown li b{color:var(--text-primary);white-space:nowrap;font-weight:700}.tools-module__YkmrlW__costList{margin:.75rem 0 0;padding:0;list-style:none}.tools-module__YkmrlW__costItem{border-bottom:1px solid var(--border-color);padding:.6rem 0}.tools-module__YkmrlW__costItem:last-child{border-bottom:none}.tools-module__YkmrlW__costLabel{color:var(--text-primary);flex-wrap:wrap;align-items:center;gap:.4rem;font-size:.9rem;font-weight:700;display:flex}.tools-module__YkmrlW__costNature{background:var(--bg-color,#f5f6f8);color:var(--text-muted);border-radius:999px;padding:.1rem .4rem;font-size:.72rem;font-weight:600}.tools-module__YkmrlW__costNote{color:var(--text-secondary);margin:.25rem 0 0;font-size:.8rem;line-height:1.5}@media (max-width:400px){.tools-module__YkmrlW__twoCol{grid-template-columns:1fr}}.tools-module__YkmrlW__sourceLine{color:var(--text-muted);margin-top:.3rem;font-size:.74rem;line-height:1.5;display:inline-block}
