.HashGeneratorTool-module__CqILHW__tool{flex-direction:column;gap:24px;width:100%;display:flex}.HashGeneratorTool-module__CqILHW__inputSection{border:1px solid var(--color-border);background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #00000008}.HashGeneratorTool-module__CqILHW__inputHeader{border-bottom:1px solid var(--color-border);background:#fff;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:8px;padding:12px 20px;display:flex}.HashGeneratorTool-module__CqILHW__inputLabel{text-transform:uppercase;letter-spacing:.5px;color:var(--color-text-muted);font-size:13px;font-weight:700}.HashGeneratorTool-module__CqILHW__labelHint{text-transform:none;letter-spacing:0;color:var(--color-text-muted);opacity:.7;font-size:11px;font-weight:400}.HashGeneratorTool-module__CqILHW__inputControls{align-items:center;gap:8px;display:flex}.HashGeneratorTool-module__CqILHW__encodingSelect{border:1px solid var(--color-border);color:var(--color-text-secondary);cursor:pointer;background:#fff;border-radius:8px;outline:none;padding:6px 12px;font-size:13px;transition:border-color .2s}.HashGeneratorTool-module__CqILHW__encodingSelect:focus{border-color:var(--color-accent)}.HashGeneratorTool-module__CqILHW__inputArea{width:100%;font-family:var(--font-dm-mono),"DM Mono",monospace;color:var(--color-text-primary);resize:vertical;background:0 0;border:none;outline:none;min-height:140px;padding:16px 20px;font-size:14px;line-height:1.7}.HashGeneratorTool-module__CqILHW__inputArea::placeholder{color:var(--color-text-muted);font-family:DM Sans,sans-serif;font-size:14px}.HashGeneratorTool-module__CqILHW__smallBtn{border:1px solid var(--color-border);color:var(--color-text-muted);cursor:pointer;white-space:nowrap;font-size:12px;font-weight:600;font-family:var(--font-dm-mono),"DM Mono",monospace;background:0 0;border-radius:8px;align-items:center;gap:4px;padding:6px 12px;transition:all .2s;display:flex}.HashGeneratorTool-module__CqILHW__smallBtn:hover{color:var(--color-accent);border-color:var(--color-accent);background:#c3db6b26}.HashGeneratorTool-module__CqILHW__smallBtnActive{background:var(--color-accent);color:#fff;border-color:var(--color-accent)}.HashGeneratorTool-module__CqILHW__smallBtnActive:hover{background:var(--color-accent-hover);color:#fff}.HashGeneratorTool-module__CqILHW__hmacSection{flex-direction:column;gap:8px;display:flex}.HashGeneratorTool-module__CqILHW__hmacInput{border:1px solid var(--color-border);width:100%;font-family:var(--font-dm-mono),"DM Mono",monospace;color:var(--color-text-primary);background:#fff;border-radius:12px;outline:none;padding:12px 20px;font-size:14px;transition:border-color .2s}.HashGeneratorTool-module__CqILHW__hmacInput:focus{border-color:var(--color-accent)}.HashGeneratorTool-module__CqILHW__hmacInput::placeholder{color:var(--color-text-muted);font-family:DM Sans,sans-serif;font-size:14px}.HashGeneratorTool-module__CqILHW__resultsCard{border:1px solid var(--color-border);background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 4px 12px #00000008}.HashGeneratorTool-module__CqILHW__resultsHeader{border-bottom:1px solid var(--color-border);justify-content:space-between;align-items:center;padding:12px 20px;display:flex}.HashGeneratorTool-module__CqILHW__resultsTitle{text-transform:uppercase;letter-spacing:.5px;color:var(--color-text-muted);font-size:13px;font-weight:700}.HashGeneratorTool-module__CqILHW__tableWrap{overflow-x:auto}.HashGeneratorTool-module__CqILHW__hashTable{border-collapse:collapse;width:100%;font-size:13px}.HashGeneratorTool-module__CqILHW__hashTable th{text-align:left;text-transform:uppercase;letter-spacing:.5px;color:var(--color-text-muted);border-bottom:1px solid var(--color-border);background:var(--color-surface);padding:10px 16px;font-size:11px;font-weight:700}.HashGeneratorTool-module__CqILHW__hashTable td{border-bottom:1px solid var(--color-border);vertical-align:middle;padding:10px 16px}.HashGeneratorTool-module__CqILHW__hashTable tr:last-child td{border-bottom:none}.HashGeneratorTool-module__CqILHW__hashTable tr:hover td{background:#c3db6b0a}.HashGeneratorTool-module__CqILHW__thAlgo{white-space:nowrap;width:110px}.HashGeneratorTool-module__CqILHW__thSecurity{text-align:center;width:100px}.HashGeneratorTool-module__CqILHW__thAction{text-align:center;width:80px}.HashGeneratorTool-module__CqILHW__tdAlgo{font-family:var(--font-dm-mono),"DM Mono",monospace;color:var(--color-text-primary);white-space:nowrap;font-weight:700}.HashGeneratorTool-module__CqILHW__tdHash{max-width:0;overflow:hidden}.HashGeneratorTool-module__CqILHW__hashCode{font-family:var(--font-dm-mono),"DM Mono",monospace;color:var(--color-text-secondary);word-break:break-all;font-size:12px;line-height:1.6;display:block}.HashGeneratorTool-module__CqILHW__tdSecurity,.HashGeneratorTool-module__CqILHW__tdAction{text-align:center}.HashGeneratorTool-module__CqILHW__badgeSecure,.HashGeneratorTool-module__CqILHW__badgeBroken{text-transform:uppercase;letter-spacing:.5px;border-radius:20px;padding:3px 10px;font-size:10px;font-weight:700;display:inline-block}.HashGeneratorTool-module__CqILHW__badgeSecure{color:#15803d;background:#dcfce7;border:1px solid #bbf7d0}.HashGeneratorTool-module__CqILHW__badgeBroken{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.HashGeneratorTool-module__CqILHW__copyBtn{border:1px solid var(--color-border);color:var(--color-text-muted);cursor:pointer;white-space:nowrap;background:0 0;border-radius:6px;padding:5px 12px;font-size:12px;font-weight:500;transition:all .2s}.HashGeneratorTool-module__CqILHW__copyBtn:hover{color:var(--color-accent);border-color:var(--color-accent);background:#c3db6b26}.HashGeneratorTool-module__CqILHW__hmacResult{border-top:1px solid var(--color-border);background:#c3db6b0a;padding:16px 20px}.HashGeneratorTool-module__CqILHW__hmacResultHeader{align-items:center;gap:12px;margin-bottom:8px;display:flex}.HashGeneratorTool-module__CqILHW__hmacAlgo{font-family:var(--font-dm-mono),"DM Mono",monospace;color:var(--color-text-primary);font-size:13px;font-weight:700}.HashGeneratorTool-module__CqILHW__compareSection{border:1px solid var(--color-border);background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 12px #00000008}.HashGeneratorTool-module__CqILHW__sectionHeading{color:var(--color-text-primary);margin-bottom:16px;font-family:DM Serif Display,serif;font-size:20px;font-weight:400}.HashGeneratorTool-module__CqILHW__compareGrid{grid-template-columns:1fr 1fr;gap:16px;display:grid}@media (max-width:600px){.HashGeneratorTool-module__CqILHW__compareGrid{grid-template-columns:1fr}}.HashGeneratorTool-module__CqILHW__compareLabel{text-transform:uppercase;letter-spacing:.5px;color:var(--color-text-muted);margin-bottom:6px;font-size:12px;font-weight:600;display:block}.HashGeneratorTool-module__CqILHW__compareInput{background:var(--color-surface);border:1px solid var(--color-border);width:100%;font-family:var(--font-dm-mono),"DM Mono",monospace;color:var(--color-text-primary);border-radius:10px;outline:none;padding:10px 14px;font-size:13px;transition:border-color .2s}.HashGeneratorTool-module__CqILHW__compareInput:focus{border-color:var(--color-accent)}.HashGeneratorTool-module__CqILHW__compareInput::placeholder{font-family:DM Sans,sans-serif;font-size:13px}.HashGeneratorTool-module__CqILHW__compareMatch,.HashGeneratorTool-module__CqILHW__compareNoMatch{border-radius:10px;margin-top:16px;padding:12px 16px;font-size:14px;font-weight:500}.HashGeneratorTool-module__CqILHW__compareMatch{color:#15803d;background:#dcfce7;border:1px solid #bbf7d0}.HashGeneratorTool-module__CqILHW__compareNoMatch{color:#dc2626;background:#fef2f2;border:1px solid #fecaca}.HashGeneratorTool-module__CqILHW__fileSection{border:1px solid var(--color-border);background:#fff;border-radius:16px;padding:24px;box-shadow:0 4px 12px #00000008}.HashGeneratorTool-module__CqILHW__dropZone{border:2px dashed var(--color-border);background:var(--color-surface);cursor:pointer;text-align:center;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;gap:8px;margin-bottom:16px;padding:40px 20px;transition:all .2s;display:flex}.HashGeneratorTool-module__CqILHW__dropZone:hover{border-color:var(--color-accent);background:#c3db6b0f}.HashGeneratorTool-module__CqILHW__dropIcon{opacity:.5;font-size:32px}.HashGeneratorTool-module__CqILHW__dropText{color:var(--color-text-muted);margin:0;font-size:14px}@media (max-width:768px){.HashGeneratorTool-module__CqILHW__inputHeader{flex-direction:column;align-items:flex-start}.HashGeneratorTool-module__CqILHW__hashTable th,.HashGeneratorTool-module__CqILHW__hashTable td{padding:8px 10px}.HashGeneratorTool-module__CqILHW__thSecurity,.HashGeneratorTool-module__CqILHW__tdSecurity{display:none}.HashGeneratorTool-module__CqILHW__hashCode{font-size:11px}}
.page-module__G3nQ0W__heroCompact{background:linear-gradient(135deg,var(--color-surface)0%,#fff 100%);border-bottom:1px solid var(--color-border);padding:48px 0 36px}.page-module__G3nQ0W__breadcrumb{color:var(--color-text-muted);flex-wrap:wrap;align-items:center;gap:8px;margin-bottom:16px;font-size:14px;display:flex}.page-module__G3nQ0W__breadcrumb a{color:inherit;text-decoration:none;transition:color .15s}.page-module__G3nQ0W__breadcrumb a:hover{color:var(--color-accent-hover)}.page-module__G3nQ0W__heroTitleCompact{color:var(--color-text-primary);margin-bottom:8px;font-family:DM Serif Display,serif;font-size:32px;font-weight:400;line-height:1.2}.page-module__G3nQ0W__heroSub{color:var(--color-text-muted);margin:0;font-size:15px}.page-module__G3nQ0W__toolSectionTop{background:var(--color-surface);border-bottom:1px solid var(--color-border);padding:40px 0 60px}.page-module__G3nQ0W__contentSection{background:var(--color-surface);border-top:1px solid var(--color-border);padding:80px 0}.page-module__G3nQ0W__textContent{max-width:none}.page-module__G3nQ0W__textContent h2{color:var(--color-text-primary);margin-bottom:20px;font-family:DM Serif Display,serif;font-size:28px}.page-module__G3nQ0W__textContent p{color:var(--color-text-secondary);margin-bottom:20px;font-size:16px;line-height:1.7}.page-module__G3nQ0W__sectionTitle{color:var(--color-text-primary);margin-bottom:40px;font-family:DM Serif Display,serif;font-size:32px}.page-module__G3nQ0W__howToSection{border-bottom:1px solid var(--color-border);padding:80px 0}.page-module__G3nQ0W__howToList{grid-template-columns:repeat(3,1fr);gap:40px;padding:0;list-style:none;display:grid}.page-module__G3nQ0W__howToItem{gap:20px;display:flex}.page-module__G3nQ0W__stepNum{background:var(--color-accent);color:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;font-weight:700;display:flex}.page-module__G3nQ0W__howToItem strong{margin-bottom:8px;font-size:18px;display:block}.page-module__G3nQ0W__howToItem p{color:var(--color-text-muted);font-size:15px;line-height:1.6}@media (max-width:768px){.page-module__G3nQ0W__howToList{grid-template-columns:1fr}}.page-module__G3nQ0W__relatedSection{background:#fff;padding:72px 0}.page-module__G3nQ0W__relatedGrid{grid-template-columns:repeat(3,1fr);gap:20px;display:grid}.page-module__G3nQ0W__relatedCard{border:1px solid var(--color-border);background:#fff;border-radius:16px;align-items:flex-start;gap:16px;padding:24px;text-decoration:none;transition:all .2s;display:flex}.page-module__G3nQ0W__relatedCard:hover{border-color:var(--color-accent);background:#c3db6b26;transform:translateY(-2px);box-shadow:0 4px 12px #0000000a}.page-module__G3nQ0W__relatedEmoji{flex-shrink:0;margin-top:2px;font-size:1.5rem}.page-module__G3nQ0W__relatedCard strong{color:var(--color-text-primary);margin-bottom:6px;font-size:.9rem;font-weight:700;display:block}.page-module__G3nQ0W__relatedCard p{color:var(--color-text-secondary);margin:0;font-size:.8rem;line-height:1.5}.page-module__G3nQ0W__emailSection{background:var(--color-surface);border-top:1px solid var(--color-border);padding:72px 0}.page-module__G3nQ0W__faqSection{background:var(--color-surface);padding:100px 0}@media (max-width:900px){.page-module__G3nQ0W__relatedGrid{grid-template-columns:1fr}}@media (max-width:768px){.page-module__G3nQ0W__heroCompact{padding:24px 0 16px}.page-module__G3nQ0W__heroTitleCompact{font-size:24px}}
