.bcrypt-hash-generator-page-container{max-width:1200px;margin:0 auto;padding:1rem;min-height:calc(100vh - 135px)}@media(max-width:768px){.bcrypt-hash-generator-page-container{padding:.75rem}}.bcrypt-hash-generator-page-container .page-header{text-align:center;margin-bottom:1.5rem}.bcrypt-hash-generator-page-container .page-header .page-title{font-size:1.75rem;font-weight:700;color:#1a1a1a;margin-bottom:.75rem;letter-spacing:-.5px;transition:color .3s ease}html.dark .bcrypt-hash-generator-page-container .page-header .page-title{color:#f8f8f2}@media(min-width:640px){.bcrypt-hash-generator-page-container .page-header .page-title{font-size:2.5rem}}@media(min-width:1024px){.bcrypt-hash-generator-page-container .page-header .page-title{font-size:3.5rem}}.bcrypt-hash-generator-page-container .page-header .page-subtitle{font-size:.85rem;color:#666;max-width:600px;margin:0 auto 1rem;transition:color .3s ease}html.dark .bcrypt-hash-generator-page-container .page-header .page-subtitle{color:#bd93f9}@media(min-width:640px){.bcrypt-hash-generator-page-container .page-header .page-subtitle{font-size:1.1rem}}.bcrypt-hash-generator-page-container .tool-section{background:#fff;padding:1rem;border:1px solid #d1d5db;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);display:flex;flex-direction:column;align-items:center;gap:1.5rem;transition:all .3s ease;box-sizing:border-box}html.dark .bcrypt-hash-generator-page-container .tool-section{background:#282a36;border-color:#44475a;box-shadow:0 4px 12px rgba(0,0,0,.4)}.bcrypt-hash-generator-page-container .tool-section .input-output-container{display:flex;flex-wrap:wrap;gap:1.5rem;width:100%}.bcrypt-hash-generator-page-container .tool-section .input-output-container>div{flex:1 1 45%;min-width:300px;display:flex;flex-direction:column;gap:1rem;box-sizing:border-box}@media(max-width:768px){.bcrypt-hash-generator-page-container .tool-section .input-output-container>div{flex-basis:100%;min-width:unset}}.bcrypt-hash-generator-page-container .tool-section .section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.5rem}.bcrypt-hash-generator-page-container .tool-section .section-header .section-title{font-size:1.25rem;font-weight:600;color:#1a1a1a}html.dark .bcrypt-hash-generator-page-container .tool-section .section-header .section-title{color:#f8f8f2}.bcrypt-hash-generator-page-container .tool-section .textarea-wrapper{position:relative;width:100%}.bcrypt-hash-generator-page-container .tool-section .textarea-wrapper .text-input{width:100%;min-height:150px;padding:.8rem 1rem;border:1px solid #d1d5db;border-radius:4px;font-size:.95rem;line-height:1.5;color:#1a1a1a;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box;resize:vertical;font-family:monospace}.bcrypt-hash-generator-page-container .tool-section .textarea-wrapper .text-input::placeholder{color:#9ca3af}.bcrypt-hash-generator-page-container .tool-section .textarea-wrapper .text-input:focus{outline:none;border-color:#1a1a1a;box-shadow:0 0 0 2px rgba(26,26,26,.2)}html.dark .bcrypt-hash-generator-page-container .tool-section .textarea-wrapper .text-input{background-color:#282a36;border-color:#44475a;color:#f8f8f2}html.dark .bcrypt-hash-generator-page-container .tool-section .textarea-wrapper .text-input::placeholder{color:#6272a4}html.dark .bcrypt-hash-generator-page-container .tool-section .textarea-wrapper .text-input:focus{border-color:#bd93f9;box-shadow:0 0 0 2px rgba(189,147,249,.2)}.bcrypt-hash-generator-page-container .tool-section .control-group{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.5rem}.bcrypt-hash-generator-page-container .tool-section .control-group .control-label{font-size:.95rem;font-weight:500;color:#1a1a1a}html.dark .bcrypt-hash-generator-page-container .tool-section .control-group .control-label{color:#f8f8f2}.bcrypt-hash-generator-page-container .tool-section .control-group .select-input{width:100%;padding:.6rem .8rem;border:1px solid #d1d5db;border-radius:4px;font-size:.9rem;color:#1a1a1a;background-color:#fff;transition:border-color .2s ease,box-shadow .2s ease;box-sizing:border-box;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23666666" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>');background-repeat:no-repeat;background-position:right .8rem center;background-size:1.2em}.bcrypt-hash-generator-page-container .tool-section .control-group .select-input:focus{outline:none;border-color:#1a1a1a;box-shadow:0 0 0 2px rgba(26,26,26,.2)}html.dark .bcrypt-hash-generator-page-container .tool-section .control-group .select-input{background-color:#282a36;border-color:#44475a;color:#f8f8f2;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="%23BD93F9" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"><polyline points="6 9 12 15 18 9"></polyline></svg>')}html.dark .bcrypt-hash-generator-page-container .tool-section .control-group .select-input:focus{border-color:#bd93f9;box-shadow:0 0 0 2px rgba(189,147,249,.2)}.bcrypt-hash-generator-page-container .tool-section .copy-button{background-color:#1a1a1a;color:#fff;border:1px solid #1a1a1a;padding:.6rem 1rem;border-radius:4px;font-size:.9rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.4rem;cursor:pointer;transition:all .2s ease}.bcrypt-hash-generator-page-container .tool-section .copy-button:hover{background-color:#333;border-color:#333}.bcrypt-hash-generator-page-container .tool-section .copy-button:disabled{opacity:.6;cursor:not-allowed}html.dark .bcrypt-hash-generator-page-container .tool-section .copy-button{background-color:#f8f8f2;color:#282a36;border-color:#f8f8f2}html.dark .bcrypt-hash-generator-page-container .tool-section .copy-button:hover{background-color:#44475a;border-color:#44475a}.bcrypt-hash-generator-page-container .tool-section .error-message{color:#dc2626;font-size:.85rem;margin-top:.5rem;text-align:left}.bcrypt-hash-generator-page-container .tool-section .loading-spinner{display:inline-block;width:20px;height:20px;border-radius:50%;border:3px solid rgba(26,26,26,.3);border-top-color:#1a1a1a;animation:spin 1s ease-in-out infinite;margin-right:8px}html.dark .bcrypt-hash-generator-page-container .tool-section .loading-spinner{border-color:#f8f8f2 rgba(248,248,242,.3) rgba(248,248,242,.3)}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.bcrypt-hash-generator-page-container .ad-placeholder{background-color:#f8fafc;border:1px solid #cbd5e1;border-radius:8px;padding:1rem;text-align:center;font-size:.8rem;color:#64748b;margin-top:1rem;transition:all .3s ease}html.dark .bcrypt-hash-generator-page-container .ad-placeholder{background-color:#1a1c24;border-color:#44475a;color:#8be9fd}