.bcrypt-container{box-sizing:border-box;color:#fff;flex-direction:column;gap:0;width:100%;max-width:1200px;margin:0 auto;padding:0 20px;display:flex}.bcrypt-card{-webkit-backdrop-filter:blur(25px);background:#0d1426a6;border:1px solid #ffffff14;border-radius:24px;padding:0;position:relative;overflow:hidden;box-shadow:0 30px 60px -15px #000c,inset 0 1px #ffffff0d}.bcrypt-card:before{content:"";pointer-events:none;z-index:0;background:radial-gradient(circle at 0 0,#6366f10f 0%,#0000 40%),radial-gradient(circle at 100% 100%,#10b9810f 0%,#0000 40%);position:absolute;inset:0}.bcrypt-toolbar{-webkit-backdrop-filter:blur(25px);z-index:50;background:#0b1121bf;border-bottom:1px solid #ffffff0f;justify-content:space-between;align-items:center;gap:16px;padding:16px 24px;display:flex;position:relative}.bcrypt-tabs{background:#0003;border:1px solid #ffffff0a;border-radius:12px;gap:.5rem;padding:.35rem;display:flex}.bcrypt-tab{cursor:pointer;color:#fff9;background:0 0;border:none;border-radius:8px;padding:.6rem 1.25rem;font-size:.85rem;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1)}.bcrypt-tab:hover{color:#fff;background:#ffffff0a}.bcrypt-tab.active{background:linear-gradient(135deg, var(--accent-primary,#10b981) 0%, #059669 100%);color:#fff;box-shadow:0 4px 12px #10b98133}.bcrypt-section{z-index:1;background:#080c1873;flex-direction:column;gap:2rem;padding:2rem;display:flex;position:relative}.bcrypt-grid{grid-template-columns:1fr 1fr;gap:2rem;display:grid}@media (max-width:968px){.bcrypt-grid{grid-template-columns:1fr}}.control-panel,.results-panel{flex-direction:column;gap:1.5rem;display:flex}.input-group{flex-direction:column;gap:.6rem;display:flex}.input-group label{color:#ffffffb3;text-transform:uppercase;letter-spacing:.05em;font-size:.8rem;font-weight:700}.input-desc{color:#fff6;margin-top:-.2rem;font-size:.75rem}.bcrypt-input,.bcrypt-select{color:#fff;background:#080c1873;border:1px solid #ffffff14;border-radius:12px;padding:.8rem 1rem;font-size:.95rem;transition:all .3s}.bcrypt-input:focus,.bcrypt-select:focus{border-color:var(--accent-primary,#10b981);outline:none;box-shadow:0 0 0 2px #10b9811a}.bcrypt-textarea{resize:vertical;min-height:80px;font-family:Fira Code,monospace}.slider-container{align-items:center;gap:1rem;display:flex}.bcrypt-slider{accent-color:var(--accent-primary,#10b981);flex-grow:1}.slider-val{color:var(--accent-primary,#10b981);text-align:right;min-width:2.5rem;font-family:Fira Code,monospace;font-size:1.1rem;font-weight:700}.parameter-grid{grid-template-columns:repeat(2,1fr);gap:1rem;display:grid}.action-btn{background:linear-gradient(135deg, var(--accent-primary,#10b981) 0%, #059669 100%);color:#fff;cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:.5rem;padding:1rem;font-size:.95rem;font-weight:700;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 4px 15px #10b98133}.action-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #10b98159}.action-btn:active:not(:disabled){transform:translateY(0)}.action-btn:disabled{color:#ffffff4d;cursor:not-allowed;box-shadow:none;background:#ffffff0d;border:1px solid #ffffff0d}.anatomy-card{background:#080c1859;border:1px solid #ffffff0f;border-radius:16px;flex-direction:column;gap:1rem;padding:1.5rem;display:flex}.anatomy-header{justify-content:space-between;align-items:center;display:flex}.anatomy-header h4{text-transform:uppercase;letter-spacing:.05em;color:#ffffff80;margin:0;font-size:.9rem}.anatomy-string-container{white-space:nowrap;background:#0006;border:1px solid #ffffff0a;border-radius:12px;padding:1.25rem 1rem;font-family:Fira Code,monospace;font-size:.95rem;display:flex;overflow-x:auto}.anatomy-segment{cursor:help;border-radius:4px;padding:.15rem .25rem;font-weight:600;transition:all .3s}.seg-prefix{color:#60a5fa;background:#3b82f633;border-bottom:2px solid #3b82f6}.seg-cost{color:#f87171;background:#ef444433;border-bottom:2px solid #ef4444}.seg-salt{color:#c084fc;background:#a855f733;border-bottom:2px solid #a855f7}.seg-checksum{color:#fbbf24;background:#f59e0b33;border-bottom:2px solid #f59e0b}.seg-params{color:#34d399;background:#10b98133;border-bottom:2px solid #10b981}.anatomy-list{flex-direction:column;gap:.75rem;margin-top:.5rem;display:flex}.anatomy-item{background:#ffffff03;border:1px solid #ffffff05;border-radius:10px;grid-template-columns:140px 1fr;align-items:flex-start;gap:1rem;padding:.75rem;font-size:.85rem;display:grid}.anatomy-item.active{background:#ffffff08;border-color:#ffffff14}.anatomy-label{align-items:center;gap:.5rem;font-weight:700;display:flex}.color-dot{border-radius:50%;width:8px;height:8px}.dot-prefix{background-color:#3b82f6}.dot-cost{background-color:#ef4444}.dot-salt{background-color:#a855f7}.dot-checksum{background-color:#f59e0b}.dot-params{background-color:#10b981}.anatomy-explain{color:#fff9;line-height:1.5}.anatomy-explain strong{color:#fff;background:#ffffff0d;border-radius:4px;padding:.1rem .3rem;font-family:Fira Code,monospace}.verify-result-box{text-align:center;background:#080c1859;border:1px solid #ffffff0f;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:200px;padding:1.5rem;animation:.4s ease-out fadeIn;display:flex}.verify-icon-container{border-radius:50%;justify-content:center;align-items:center;width:64px;height:64px;display:flex}.verify-icon-container.match{color:#10b981;background:#10b98126;border:1px solid #10b9814d;box-shadow:0 0 20px #10b9811a}.verify-icon-container.no-match{color:#ef4444;background:#ef444426;border:1px solid #ef44444d;box-shadow:0 0 20px #ef44441a}.verify-result-title{font-size:1.25rem;font-weight:800}.verify-result-title.match{color:#10b981}.verify-result-title.no-match{color:#ef4444}.verify-result-desc{color:#ffffff80;max-width:320px;font-size:.9rem;line-height:1.6}.verify-flow{text-align:left;background:#0003;border:1px solid #ffffff08;border-radius:10px;flex-direction:column;gap:.5rem;width:100%;margin-top:1rem;padding:1rem;display:flex}.flow-step{color:#ffffff80;gap:.75rem;font-size:.8rem;line-height:1.4;display:flex}.flow-step-num{color:var(--accent-primary,#10b981);font-weight:700}.benchmark-layout{grid-template-columns:1fr 1.2fr;gap:2rem;display:grid}@media (max-width:968px){.benchmark-layout{grid-template-columns:1fr}}.benchmark-card{background:#080c1859;border:1px solid #ffffff0f;border-radius:16px;padding:1.5rem}.bench-bar-list{flex-direction:column;gap:1rem;margin-top:1rem;display:flex}.bench-bar-item{flex-direction:column;gap:.4rem;display:flex}.bench-bar-info{justify-content:space-between;font-size:.85rem;font-weight:600;display:flex}.bench-bar-cost{color:#fffc;font-family:Fira Code,monospace}.bench-bar-time{color:var(--accent-primary,#10b981);font-family:Fira Code,monospace}.bench-track{background:#ffffff0d;border:1px solid #ffffff0a;border-radius:5px;height:10px;position:relative;overflow:hidden}.bench-fill{background:linear-gradient(90deg,#10b981 0%,#059669 100%);border-radius:5px;height:100%;transition:width .8s cubic-bezier(.4,0,.2,1)}.bench-fill.warning{background:linear-gradient(90deg,#f59e0b 0%,#d97706 100%)}.bench-fill.danger{background:linear-gradient(90deg,#ef4444 0%,#dc2626 100%)}.benchmark-progress-box{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:250px;display:flex}.spinner{border:3px solid #10b98126;border-top-color:var(--accent-primary,#10b981);border-radius:50%;width:40px;height:40px;animation:1s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.bench-placeholder{color:#ffffff4d;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:1rem;min-height:250px;display:flex}.bench-placeholder svg{color:#ffffff1a}.safety-warning{color:#f59e0bd9;background:#f59e0b1a;border:1px solid #f59e0b33;border-radius:12px;align-items:flex-start;gap:.75rem;padding:1rem;font-size:.8rem;line-height:1.5;display:flex}.safety-warning svg{color:#f59e0b;flex-shrink:0}.result-box{background:#00000059;border:1px solid #ffffff0d;border-radius:14px;flex-direction:column;gap:.75rem;padding:1.25rem;display:flex;position:relative}.result-title-row{justify-content:space-between;align-items:center;display:flex}.result-title-row label{color:#ffffff80;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:700}.result-hash-value{color:#fff;word-break:break-all;-webkit-user-select:all;user-select:all;background:#ffffff05;border:1px solid #ffffff0a;border-radius:8px;padding:1rem;font-family:Fira Code,monospace;font-size:.95rem;line-height:1.5}.copy-hash-btn{color:#fffc;cursor:pointer;background:#ffffff0d;border:1px solid #ffffff14;border-radius:6px;align-items:center;gap:.35rem;padding:.4rem .8rem;font-size:.75rem;font-weight:600;transition:all .2s;display:flex}.copy-hash-btn:hover{color:#fff;background:#ffffff1a;border-color:#fff3}.copy-hash-btn svg{width:14px;height:14px}
