@keyframes toastSlideIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes toastSlideOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(20px)}}@keyframes toolResultIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes wizardFadeIn{0%{opacity:0;transform:translateX(10px)}to{opacity:1;transform:translateX(0)}}.hashPage{background:var(--color-bg-secondary,#f8fafc);color:var(--color-text-primary,#0f172a);min-height:100vh;padding:32px 5% 48px;transition:background .3s ease,color .3s ease}.hashMainContent{margin:0 auto;max-width:800px}.hash__main{display:flex;flex-direction:column;gap:24px}.hash__input{background:var(--color-bg-card,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:16px;margin-bottom:24px;padding:24px}.hash__tabs{display:flex;gap:4px;margin-bottom:16px}.hash__tab{background:rgba(0,0,0,.2);border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;font-size:1.5rem;padding:8px 20px}.hash__tab:hover,.hash__tab_active{border-color:#14b8a6;color:#14b8a6}.hash__tab_active{background:rgba(20,184,166,.2)}.hash__inputContent_hidden{display:none}.hash__textarea{background:var(--color-bg-input,#f1f5f9);border:1px solid var(--color-border,#e2e8f0);border-radius:8px;color:var(--color-text-primary,#0f172a);font-family:monospace;font-size:1.6rem;font-size:1.5rem;line-height:1.5;min-height:120px;padding:14px 18px;resize:vertical;transition:border-color .15s cubic-bezier(.22,1,.36,1),background .15s cubic-bezier(.22,1,.36,1);width:100%}.hash__textarea::-moz-placeholder{color:var(--color-text-muted,#94a3b8)}.hash__textarea::placeholder{color:var(--color-text-muted,#94a3b8)}.hash__textarea:focus{border-color:var(--color-accent,#2563eb);box-shadow:0 0 0 1px var(--color-accent,#2563eb);outline:none}.hash__textarea:focus-visible{outline:none}.hash__dropzone{border:2px dashed #e2e8f0;border-radius:8px;color:#475569;padding:32px;text-align:center;transition:all .15s cubic-bezier(.22,1,.36,1)}.hash__dropzone_active{background:rgba(20,184,166,.1);border-color:#14b8a6}.hash__fileLabel{align-items:center;background:transparent;border:1px solid var(--color-border,#e2e8f0);border-radius:8px;color:var(--color-text-primary,#0f172a);cursor:pointer;display:inline-flex;display:inline-block;font-size:1.6rem;font-weight:600;gap:8px;justify-content:center;margin:8px 0;min-height:48px;padding:14px 28px;text-decoration:none;transition:border-color .15s cubic-bezier(.22,1,.36,1),color .15s cubic-bezier(.22,1,.36,1),background .15s cubic-bezier(.22,1,.36,1)}.hash__fileLabel:hover{background:rgba(37,99,235,.08);border-color:#2563eb;color:#2563eb}.hash__fileLabel:active{background:rgba(37,99,235,.12)}.hash__fileLabel:focus-visible{outline:2px solid #2563eb;outline-offset:2px}.hash__fileLabel:disabled{cursor:not-allowed;opacity:.5}.hash__fileName{color:#14b8a6;margin-top:8px}.hash__results{background:var(--color-bg-card,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:16px;margin-bottom:24px;padding:24px}.hash__results h2{border-bottom:1px solid var(--color-border,#e2e8f0);color:var(--color-text-primary,#0f172a);font-size:2rem;font-weight:600;margin:0 0 16px;padding-bottom:8px}.hash__resultItem{background:rgba(0,0,0,.2);border-radius:8px;margin-bottom:8px;padding:16px}.hash__resultItem:last-child{margin-bottom:0}.hash__resultHeader{align-items:center;display:flex;justify-content:space-between;margin-bottom:4px}.hash__resultLabel{color:#14b8a6;font-size:1.5rem;font-weight:600}.hash__copyBtn{background:transparent;border:1px solid #e2e8f0;border-radius:8px;color:#475569;cursor:pointer;font-size:1.4rem;padding:4px 12px}.hash__copyBtn:hover{border-color:#14b8a6;color:#14b8a6}.hash__resultValue{color:#0f172a;font-family:monospace;font-size:1.4rem;line-height:1.5;word-break:break-all}.hashToast{animation:toastSlideIn .3s ease forwards;background:#22c55e;border-radius:12px;bottom:24px;box-shadow:0 4px 12px rgba(0,0,0,.08);color:#fff;display:none;font-weight:500;padding:14px 24px;position:fixed;right:24px;z-index:1000}@media(max-width:640px){.hashToast{bottom:16px;left:16px;right:16px;text-align:center}}.hashToast_success{background:#22c55e;color:#fff;display:block}.hashToast_success:before{content:"✓ "}.hashToast_error{background:#ef4444;color:#fff;display:block}.hashToast_error:before{content:"✕ "}.hashToast_info{background:#2563eb;color:#fff;display:block}.hashToast_info:before{content:"ⓘ "}.hashToast_warning{background:#eab308;color:#fff;display:block}.hashToast_warning:before{content:"⚠ "}.hash__about{background:var(--color-bg-card,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:16px;margin-bottom:24px;margin-top:48px;padding:24px}.hash__aboutTitle{border-bottom:1px solid var(--color-border,#e2e8f0);color:var(--color-text-primary,#0f172a);font-size:2rem;font-weight:600;margin:0 0 16px;padding-bottom:8px}.hash__aboutText{color:#475569;line-height:1.8;margin-bottom:32px}.hash__features{display:grid;gap:16px}.hash__feature{align-items:flex-start;background:rgba(20,184,166,.05);border:1px solid rgba(20,184,166,.1);border-radius:12px;display:flex;gap:16px;padding:16px}.hash__feature h3{font-size:1.6rem;font-weight:600;margin-bottom:4px}.hash__feature p{color:#475569;font-size:1.5rem}.hash__featureIcon{flex-shrink:0;font-size:1.5rem}.hash__faq{background:var(--color-bg-card,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:16px;margin-bottom:24px;margin-top:32px;padding:24px}.hash__faqTitle{border-bottom:1px solid var(--color-border,#e2e8f0);color:var(--color-text-primary,#0f172a);font-size:2rem;font-weight:600;margin:0 0 24px;padding-bottom:8px}.hash__faqList{display:flex;flex-direction:column;gap:16px}.hash__faqItem{background:hsla(0,0%,100%,.5);border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.hash__faqQ{font-weight:600;padding:16px}.hash__faqA{color:#475569;font-size:1.5rem;line-height:1.7;padding:0 16px 16px}.hash__related{background:var(--color-bg-card,#fff);border:1px solid var(--color-border,#e2e8f0);border-radius:16px;margin-bottom:24px;margin-top:32px;padding:24px}.hash__relatedTitle{border-bottom:1px solid var(--color-border,#e2e8f0);color:var(--color-text-primary,#0f172a);font-size:2rem;font-weight:600;margin:0 0 24px;padding-bottom:8px}.hash__relatedGrid{display:grid;gap:16px;grid-template-columns:repeat(3,1fr)}@media(max-width:768px){.hash__relatedGrid{grid-template-columns:1fr}}.hash__relatedCard{align-items:center;background:hsla(0,0%,100%,.5);border:1px solid #e2e8f0;border-radius:12px;display:flex;flex-direction:column;padding:24px;text-align:center;text-decoration:none;transition:all .15s cubic-bezier(.22,1,.36,1)}.hash__relatedCard:hover{border-color:#14b8a6;transform:translateY(0)}.hash__relatedCard h3{color:#0f172a;font-size:1.6rem;font-weight:600;margin-bottom:4px}.hash__relatedCard p{color:#475569;font-size:1.5rem}.hash__relatedIcon{font-size:2rem;margin-bottom:8px}