.encrypt-decrypt-page-container{max-width:1200px;margin:0 auto;padding:1rem;min-height:calc(100vh - 135px)}@media(max-width:768px){.encrypt-decrypt-page-container{padding:.75rem}}.encrypt-decrypt-page-container .page-header{text-align:center;margin-bottom:1.5rem}.encrypt-decrypt-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 .encrypt-decrypt-page-container .page-header .page-title{color:#f8f8f2}@media(min-width:640px){.encrypt-decrypt-page-container .page-header .page-title{font-size:2.5rem}}@media(min-width:1024px){.encrypt-decrypt-page-container .page-header .page-title{font-size:3.5rem}}.encrypt-decrypt-page-container .page-header .page-subtitle{font-size:.85rem;color:#666;max-width:500px;margin:0 auto 1rem;transition:color .3s ease}html.dark .encrypt-decrypt-page-container .page-header .page-subtitle{color:#bd93f9}@media(min-width:640px){.encrypt-decrypt-page-container .page-header .page-subtitle{font-size:1.1rem}}.encrypt-decrypt-page-container .tool-section{background:#fff;padding:1rem;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px rgba(0,0,0,.1);transition:background .3s ease,border-color .3s ease,box-shadow .3s ease;display:flex;flex-direction:column;gap:1rem}html.dark .encrypt-decrypt-page-container .tool-section{background:#282a36;border-color:#44475a;box-shadow:0 4px 12px rgba(0,0,0,.4)}.encrypt-decrypt-page-container .input-area{width:100%}.encrypt-decrypt-page-container .input-area .text-input{width:100%;min-height:150px;border:1px solid #d1d5db;border-radius:8px;color:#1a1a1a;font-size:.95rem;background:#fff;transition:background .3s ease,border-color .3s ease,color .3s ease;resize:vertical}html.dark .encrypt-decrypt-page-container .input-area .text-input{background:#282a36;border-color:#44475a;color:#f8f8f2}.encrypt-decrypt-page-container .input-area .text-input:focus{outline:none;border-color:#9ca3af;box-shadow:0 0 0 2px rgba(156,163,175,.5)}.encrypt-decrypt-page-container .input-area .text-input::placeholder{color:#9ca3af}html.dark .encrypt-decrypt-page-container .input-area .text-input::placeholder{color:#6272a4}@media(max-width:640px){.encrypt-decrypt-page-container .input-area .text-input{font-size:.9rem}}.encrypt-decrypt-page-container .controls-row{display:flex;flex-direction:column;gap:1rem;align-items:center}@media(min-width:768px){.encrypt-decrypt-page-container .controls-row{flex-direction:row;justify-content:center}}.encrypt-decrypt-page-container .controls-row .control-group{display:flex;flex-direction:column;gap:.5rem;width:100%}@media(min-width:768px){.encrypt-decrypt-page-container .controls-row .control-group{width:auto;min-width:200px}}.encrypt-decrypt-page-container .controls-row .control-group .control-label{font-size:.85rem;font-weight:600;color:#1a1a1a;transition:color .3s ease}html.dark .encrypt-decrypt-page-container .controls-row .control-group .control-label{color:#f8f8f2}.encrypt-decrypt-page-container .controls-row .control-group .select-input{width:100%;padding:.5rem .75rem;border:1px solid #d1d5db;border-radius:8px;color:#1a1a1a;font-size:.95rem;background:#fff;transition:background .3s ease,border-color .3s ease,color .3s ease;height:auto;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="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down"><path d="m6 9 6 6 6-6"/></svg>');background-repeat:no-repeat;background-position:right .75rem center;background-size:1.25rem;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer}html.dark .encrypt-decrypt-page-container .controls-row .control-group .select-input{background:#282a36;border-color:#44475a;color:#f8f8f2}.encrypt-decrypt-page-container .controls-row .control-group .select-input:focus{outline:none;border-color:#9ca3af;box-shadow:0 0 0 2px rgba(156,163,175,.5)}html.dark .encrypt-decrypt-page-container .controls-row .control-group .select-input{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="%23f8f8f2" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" class="lucide lucide-chevron-down"><path d="m6 9 6 6 6-6"/></svg>')}.encrypt-decrypt-page-container .controls-row .convert-button{width:100%;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease;justify-content:center;display:flex;align-items:center;gap:.5rem}@media(min-width:768px){.encrypt-decrypt-page-container .controls-row .convert-button{width:auto;min-width:120px}}.encrypt-decrypt-page-container .controls-row .convert-button.primary-button{background-color:#1a1a1a;color:#fff}.encrypt-decrypt-page-container .controls-row .convert-button.primary-button:hover:not(:disabled){background-color:#333;transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}html.dark .encrypt-decrypt-page-container .controls-row .convert-button.primary-button{background-color:#f8f8f2;color:#282a36}html.dark .encrypt-decrypt-page-container .controls-row .convert-button.primary-button:hover:not(:disabled){background-color:#44475a;color:#f8f8f2;box-shadow:0 4px 12px rgba(0,0,0,.4)}.encrypt-decrypt-page-container .controls-row .convert-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.encrypt-decrypt-page-container .result-area{display:flex;flex-direction:column;gap:.75rem}.encrypt-decrypt-page-container .result-area .result-box{min-height:150px;background-color:#f8fafc;border:1px solid #cbd5e1;cursor:default;color:#1a1a1a}html.dark .encrypt-decrypt-page-container .result-area .result-box{background-color:#282a36;border-color:#44475a;color:#f8f8f2}.encrypt-decrypt-page-container .result-area .result-actions{display:flex;gap:.75rem;justify-content:flex-end;flex-wrap:wrap}.encrypt-decrypt-page-container .result-area .result-actions .action-button{display:inline-flex;align-items:center;gap:.5rem;padding:.6rem 1.2rem;font-size:.9rem;font-weight:600;border-radius:8px;border:none;cursor:pointer;transition:all .3s ease;min-width:100px;justify-content:center}.encrypt-decrypt-page-container .result-area .result-actions .action-button.secondary-button{background-color:#666;color:#fff}.encrypt-decrypt-page-container .result-area .result-actions .action-button.secondary-button:hover:not(:disabled){background-color:hsl(0,0%,50%);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}html.dark .encrypt-decrypt-page-container .result-area .result-actions .action-button.secondary-button{background-color:#bd93f9;color:#282a36}html.dark .encrypt-decrypt-page-container .result-area .result-actions .action-button.secondary-button:hover:not(:disabled){background-color:rgb(218.5263157895,195.3157894737,251.6842105263);color:#f8f8f2;box-shadow:0 4px 12px rgba(0,0,0,.4)}.encrypt-decrypt-page-container .result-area .result-actions .action-button.clear-button{background-color:#dc2626;color:#fff}.encrypt-decrypt-page-container .result-area .result-actions .action-button.clear-button:hover:not(:disabled){background-color:rgb(178.25,28.75,28.75);transform:translateY(-2px);box-shadow:0 4px 12px rgba(0,0,0,.1)}html.dark .encrypt-decrypt-page-container .result-area .result-actions .action-button.clear-button{background-color:#dc2626;color:#fff}html.dark .encrypt-decrypt-page-container .result-area .result-actions .action-button.clear-button:hover:not(:disabled){background-color:rgb(178.25,28.75,28.75);box-shadow:0 4px 12px rgba(0,0,0,.4)}.encrypt-decrypt-page-container .result-area .result-actions .action-button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}