.toast{position:fixed;top:1rem;right:1rem;min-width:300px;max-width:500px;background:var(--card-bg);border-radius:12px;box-shadow:0 8px 32px #0003;display:flex;align-items:center;gap:.875rem;padding:1rem 1.25rem;z-index:9999;animation:slideIn .3s ease-out;border:2px solid}@keyframes slideIn{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.toast-success{border-color:var(--success-color)}.toast-error{border-color:var(--danger-color)}.toast-warning{border-color:var(--warning-color)}.toast-info{border-color:var(--primary-color)}.toast-icon{flex-shrink:0;width:24px;height:24px}.toast-success .toast-icon{color:var(--success-color)}.toast-error .toast-icon{color:var(--danger-color)}.toast-warning .toast-icon{color:var(--warning-color)}.toast-info .toast-icon{color:var(--primary-color)}.toast-content{flex:1;min-width:0}.toast-message{margin:0;font-size:.9375rem;color:var(--text-primary);line-height:1.5;word-wrap:break-word}.toast-close{flex-shrink:0;width:20px;height:20px;padding:0;background:transparent;border:none;color:var(--text-secondary);cursor:pointer;transition:color var(--transition-speed) ease;display:flex;align-items:center;justify-content:center}.toast-close:hover{color:var(--text-primary)}.toast-close:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;border-radius:4px}@media(max-width:768px){.toast{top:auto;bottom:1rem;right:1rem;left:1rem;min-width:unset;max-width:unset}@keyframes slideIn{0%{transform:translateY(100%);opacity:0}to{transform:translateY(0);opacity:1}}}@media(prefers-reduced-motion:reduce){.toast{animation:none}}.drop_zone{width:100%;height:100%;min-height:280px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:1.5rem;cursor:pointer;position:relative;padding:3rem;border-radius:16px;transition:all var(--transition-base)}.drop_zone:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:120px;height:120px;background:var(--primary-color);opacity:.08;border-radius:50%;transition:all var(--transition-base)}.drop_zone:hover:before{width:140px;height:140px;opacity:.12}.drop_zone:active:before{width:90px;height:90px}.drop_zone .file-title{position:relative;z-index:1;font-weight:500;text-align:center;line-height:1.5}.drop_zone .file-title h1{font-size:1.5rem;font-weight:600;margin-bottom:.5rem}.drop_zone .file-icon{width:80px;height:80px;color:var(--primary-color);opacity:.7;transition:all var(--transition-base);position:relative;z-index:1}.drop_zone:hover .file-icon{opacity:1;transform:scale(1.1)}.drop_zone .file-hint{font-size:1rem;color:var(--text-secondary);position:relative;z-index:1;font-weight:400}.drop_zone:focus-within{outline:3px solid var(--focus-ring);outline-offset:2px}@media(min-width:1200px){.drop_zone{min-height:320px;padding:4rem;gap:2rem}.drop_zone .file-icon{width:96px;height:96px}.drop_zone .file-hint{font-size:1.125rem}.drop_zone:before{width:150px;height:150px}.drop_zone:hover:before{width:170px;height:170px}}@media(max-width:768px){.drop_zone{padding:2rem 1.5rem;min-height:220px;gap:1.25rem}.drop_zone .file-icon{width:56px;height:56px}.drop_zone .file-hint{font-size:.875rem}}@media(max-width:480px){.drop_zone{padding:1.75rem 1.25rem;min-height:200px;gap:1rem}.drop_zone .file-icon{width:48px;height:48px}.drop_zone .file-hint{font-size:.8125rem}.drop_zone:before{width:100px;height:100px}.drop_zone:hover:before{width:110px;height:110px}}.theme-toggle{position:fixed;top:1.5rem;right:1.5rem;z-index:1000;background:var(--card-bg);border:2px solid var(--border-color);border-radius:12px;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--text-primary);transition:all .3s ease;box-shadow:var(--shadow-md)}.theme-toggle:hover{transform:scale(1.05);box-shadow:var(--shadow-lg);border-color:var(--primary-color)}.theme-toggle:focus{outline:3px solid var(--focus-ring);outline-offset:2px}.theme-toggle:active{transform:scale(.95)}@media(max-width:768px){.theme-toggle{top:1rem;right:1rem;width:44px;height:44px}}.app-header{width:100%;padding:2rem 1rem 0;background:transparent;position:relative}.header-content{max-width:1800px;margin:0 auto;text-align:center}.logo-section{display:flex;align-items:center;justify-content:center;gap:1rem;margin-bottom:.5rem;flex-wrap:wrap}.logo-icon{width:40px;height:40px;color:var(--primary-color);filter:drop-shadow(0 2px 4px rgba(0,0,0,.1));flex-shrink:0}.app-title{font-size:2rem;font-weight:700;margin:0;color:var(--text-primary);letter-spacing:-.02em;background:linear-gradient(135deg,var(--primary-color) 0%,var(--success-color) 100%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1.2}.app-subtitle{font-size:1rem;color:var(--text-secondary);font-weight:400;line-height:1.4;max-width:600px;margin:0 auto}@media(min-width:1200px){.app-header{padding:3rem 1.5rem 0}.logo-icon{width:48px;height:48px}.app-title{font-size:2.5rem}.app-subtitle{font-size:1.125rem}}@media(max-width:768px){.app-header{padding:1.5rem 1rem 0}.logo-icon{width:32px;height:32px}.app-title{font-size:1.5rem}.app-subtitle{font-size:.875rem;padding:0 .5rem}.logo-section{gap:.75rem;margin-bottom:.5rem}}@media(max-width:480px){.app-header{padding:1.25rem 1rem 0}.logo-icon{width:28px;height:28px}.app-title{font-size:1.25rem}.app-subtitle{font-size:.8125rem;padding:0 .5rem;line-height:1.4}.logo-section{gap:.625rem;margin-bottom:.375rem}}.app-footer{width:100%;padding:2rem 1rem 2.5rem;background:transparent;margin-top:auto}.footer-content{max-width:1800px;margin:0 auto;display:flex;justify-content:center}.footer-info{display:flex;align-items:center;gap:.75rem;padding:1rem 1.5rem;background:var(--card-bg);border-radius:12px;border:1px solid var(--border-color);box-shadow:var(--shadow-sm)}.info-icon{width:20px;height:20px;color:var(--primary-color);flex-shrink:0}.footer-info p{margin:0;font-size:.875rem;color:var(--text-secondary);line-height:1.5;text-align:center}@media(min-width:1200px){.footer-info{padding:1.25rem 2rem}.info-icon{width:24px;height:24px}.footer-info p{font-size:.9375rem}}@media(max-width:768px){.app-footer{padding:1.5rem 1rem 2rem}.footer-info{padding:.875rem 1rem;gap:.625rem}.info-icon{width:18px;height:18px}.footer-info p{font-size:.8125rem}}@media(max-width:480px){.app-footer{padding:1.25rem 1rem 1.75rem}.footer-info{padding:1rem 1.125rem;gap:.625rem;flex-direction:row;align-items:flex-start}.info-icon{width:16px;height:16px;margin-top:2px}.footer-info p{font-size:.75rem;line-height:1.4;text-align:left}}.en-decr-container{width:100%;min-height:auto;background:var(--background-primary);padding:2rem 1rem 3rem;display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;max-width:1600px;margin:0 auto;align-items:start}.en-decr-container.single-card-mode{grid-template-columns:1fr;max-width:1100px}.encrypt-file-container,.decrypt-file-container{width:100%;height:100%;min-height:320px;background:var(--card-bg);border:3px dashed var(--border-color);border-radius:20px;padding:3rem;transition:all var(--transition-base);position:relative;box-shadow:var(--shadow-md);display:flex;align-items:center;justify-content:center}.encrypt-file-container{background:linear-gradient(135deg,var(--primary-light) 0%,var(--card-bg) 100%)}.decrypt-file-container{background:linear-gradient(135deg,var(--success-light) 0%,var(--card-bg) 100%)}.encrypt-file-container:hover,.decrypt-file-container:hover{border-color:var(--primary-color);box-shadow:var(--shadow-lg);transform:translateY(-2px)}.encrypt-file-container:focus-within,.decrypt-file-container:focus-within{border-color:var(--primary-color);box-shadow:0 0 0 4px var(--focus-ring)}.go-back-container{width:100%;max-width:100%;grid-column:1 / -1;min-height:100px;background:var(--card-bg);border:2px solid var(--border-color);border-radius:20px;cursor:pointer;transition:all var(--transition-base);display:flex;align-items:center;justify-content:center;padding:2rem;box-shadow:var(--shadow-md);font-family:inherit;font-size:inherit;color:inherit}.go-back-container:hover{background:var(--card-bg-hover);border-color:var(--primary-color);transform:translate(-4px);box-shadow:var(--shadow-md)}.go-back-container:focus{outline:3px solid var(--focus-ring);outline-offset:2px}.go-back-container:active{transform:translate(-2px)}.go-back-heading{font-size:1.5rem;font-weight:600;color:var(--text-primary);margin:0;display:flex;align-items:center;gap:.75rem;justify-content:center}.file-title{color:var(--text-primary);text-align:center;-webkit-user-select:none;user-select:none}.file-title>h1{margin:0;font-size:1.875rem;font-weight:600;display:flex;align-items:center;justify-content:center;gap:.75rem;line-height:1.2}.file-title .file-hint{font-size:1rem;margin-top:.5rem;opacity:.8}.centered{display:flex;justify-content:center;align-items:center;width:100%;height:100%}@media(min-width:1200px){.en-decr-container{gap:2.5rem;padding:3rem 1.5rem 4rem;max-width:1800px}.en-decr-container.single-card-mode{max-width:1200px}.encrypt-file-container,.decrypt-file-container{min-height:360px;padding:3.5rem}.file-title>h1{font-size:2rem}.file-title .file-hint{font-size:1.125rem}}@media(max-width:1024px){.en-decr-container{grid-template-columns:1fr;gap:1.75rem}.en-decr-container.single-card-mode{max-width:100%}.encrypt-file-container,.decrypt-file-container{min-height:300px}}@media(max-width:768px){.en-decr-container{padding:1.5rem 1rem;gap:1.5rem}.encrypt-file-container,.decrypt-file-container{min-height:260px;padding:2rem 1.5rem;border-radius:16px}.file-title>h1{font-size:1.375rem}.file-title .file-hint{font-size:.875rem}.go-back-container{min-height:80px;padding:1.5rem;border-radius:16px}}@media(max-width:480px){.en-decr-container{padding:1rem .875rem;gap:1.25rem}.encrypt-file-container,.decrypt-file-container{min-height:240px;padding:2rem 1.25rem;border-radius:14px;border-width:2px}.file-title>h1{font-size:1.125rem}.file-title .file-hint{font-size:.8125rem}.go-back-container{min-height:70px;padding:1.25rem;border-radius:14px}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.8}}.encrypt-file-container.drag-over,.decrypt-file-container.drag-over{animation:pulse 1s ease-in-out infinite;border-color:var(--primary-color);border-style:solid;background:var(--primary-light)}:root[data-theme=light]{--primary-color: #4f46e5;--primary-hover: #4338ca;--primary-light: #eef2ff;--success-color: #10b981;--success-light: #d1fae5;--danger-color: #ef4444;--danger-dark: #dc2626;--danger-light: #fee2e2;--warning-color: #f59e0b;--warning-light: #fef3c7;--background-primary: #ffffff;--background-secondary: #f9fafb;--background-tertiary: #f3f4f6;--card-bg: #ffffff;--card-bg-hover: #f9fafb;--text-primary: #111827;--text-secondary: #6b7280;--text-tertiary: #9ca3af;--text-on-primary: #ffffff;--border-color: #e5e7eb;--border-color-hover: #d1d5db;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .1), 0 2px 4px -1px rgba(0, 0, 0, .06);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1), 0 4px 6px -2px rgba(0, 0, 0, .05);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .1), 0 10px 10px -5px rgba(0, 0, 0, .04);--focus-ring: rgba(79, 70, 229, .5);--transition-fast: .15s ease;--transition-base: .25s ease;--transition-slow: .35s ease}:root[data-theme=dark]{--primary-color: #818cf8;--primary-hover: #a5b4fc;--primary-light: #312e81;--success-color: #34d399;--success-light: #064e3b;--danger-color: #f87171;--danger-dark: #ef4444;--danger-light: #7f1d1d;--warning-color: #fbbf24;--warning-light: #78350f;--background-primary: #0f172a;--background-secondary: #1e293b;--background-tertiary: #334155;--card-bg: #1e293b;--card-bg-hover: #334155;--text-primary: #f1f5f9;--text-secondary: #cbd5e1;--text-tertiary: #94a3b8;--text-on-primary: #0f172a;--border-color: #334155;--border-color-hover: #475569;--shadow-sm: 0 1px 2px 0 rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .4), 0 2px 4px -1px rgba(0, 0, 0, .3);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .4), 0 4px 6px -2px rgba(0, 0, 0, .3);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .5), 0 10px 10px -5px rgba(0, 0, 0, .4);--focus-ring: rgba(129, 140, 248, .5)}*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:var(--background-primary);color:var(--text-primary);transition:background-color var(--transition-base),color var(--transition-base);line-height:1.6}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.centered-flex-container{display:flex;align-items:center;justify-content:center}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}*:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}.error-boundary{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:2rem;background:var(--bg-primary)}.error-boundary-content{max-width:600px;width:100%;text-align:center;background:var(--card-bg);border-radius:16px;padding:3rem 2rem;box-shadow:var(--shadow-lg);border:2px solid var(--danger-color)}.error-icon{width:80px;height:80px;margin:0 auto 1.5rem;color:var(--danger-color);animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.6}}.error-title{font-size:2rem;font-weight:700;color:var(--text-primary);margin:0 0 1rem;line-height:1.2}.error-message{font-size:1rem;color:var(--text-secondary);line-height:1.6;margin:0 0 2rem}.error-details{text-align:left;margin:2rem 0;padding:1rem;background:var(--bg-primary);border-radius:8px;border:1px solid var(--border-color)}.error-details summary{cursor:pointer;font-weight:600;color:var(--text-primary);padding:.5rem;-webkit-user-select:none;user-select:none}.error-details summary:hover{color:var(--primary-color)}.error-details summary:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px;border-radius:4px}.error-stack{margin-top:1rem;padding:1rem;background:var(--card-bg);border-radius:4px;font-family:Monaco,Courier New,monospace;font-size:.875rem;color:var(--danger-color);overflow-x:auto;max-height:300px;overflow-y:auto}.error-stack strong{display:block;margin-bottom:.5rem;color:var(--text-primary)}.error-stack pre{margin:0;white-space:pre-wrap;word-break:break-word;color:var(--text-secondary)}.error-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:2rem;flex-wrap:wrap}.error-button-primary,.error-button-secondary{padding:.875rem 1.75rem;font-size:1rem;font-weight:600;border-radius:8px;cursor:pointer;transition:all var(--transition-speed) ease;border:2px solid;font-family:inherit}.error-button-primary{background:var(--danger-color);color:#fff;border-color:var(--danger-color)}.error-button-primary:hover{background:#dc2626;border-color:#dc2626;transform:translateY(-2px);box-shadow:0 4px 12px #dc35454d}.error-button-secondary{background:transparent;color:var(--text-primary);border-color:var(--border-color)}.error-button-secondary:hover{background:var(--card-bg-hover);border-color:var(--primary-color);transform:translateY(-2px)}.error-button-primary:focus-visible,.error-button-secondary:focus-visible{outline:3px solid var(--focus-ring);outline-offset:2px}.error-button-primary:active,.error-button-secondary:active{transform:translateY(0)}.error-footer{font-size:.875rem;color:var(--text-secondary);margin:0;line-height:1.5}@media(max-width:768px){.error-boundary{padding:1.5rem}.error-boundary-content{padding:2rem 1.5rem}.error-icon{width:60px;height:60px;margin-bottom:1rem}.error-title{font-size:1.5rem}.error-message{font-size:.9375rem}.error-actions{flex-direction:column}.error-button-primary,.error-button-secondary{width:100%}}@media(prefers-reduced-motion:reduce){.error-icon{animation:none}.error-button-primary:hover,.error-button-secondary:hover,.error-button-primary:active,.error-button-secondary:active{transform:none}}
