.QRDecoder_container__wj0df{min-height:calc(100vh - 70px);background:var(--bg-gradient-primary);padding:2rem;display:flex;flex-direction:column;align-items:center;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.QRDecoder_header__4x2fn{text-align:center;margin-bottom:3rem}.QRDecoder_title__BNDmJ{font-size:3rem;font-weight:700;margin-bottom:.5rem;color:var(--interactive-primary)}.QRDecoder_subtitle__6Kb_q{font-size:1.1rem;color:var(--text-secondary);font-weight:400}.QRDecoder_content__tDljs{display:grid;grid-template-columns:1fr 1fr;grid-gap:3rem;gap:3rem;max-width:1200px;width:100%;background:var(--surface-elevated);border-radius:24px;padding:2.5rem;box-shadow:var(--shadow-xl);border:1px solid var(--border-primary);min-height:500px}.QRDecoder_uploadSection__lLs4z{display:flex;flex-direction:column}.QRDecoder_dropZone__HlGs0{flex:1 1;border:2px dashed var(--border-secondary);border-radius:16px;padding:3rem 2rem;text-align:center;cursor:pointer;transition:all .3s ease;background:var(--surface-secondary);position:relative;min-height:300px;display:flex;align-items:center;justify-content:center}.QRDecoder_dropZone__HlGs0:hover{border-color:var(--interactive-primary);background:var(--surface-tertiary)}.QRDecoder_fileInput__hXC05{display:none}.QRDecoder_uploadPrompt__vnmj4{display:flex;flex-direction:column;align-items:center;gap:1rem}.QRDecoder_uploadIcon__N11SQ{color:var(--text-tertiary);margin-bottom:.5rem}.QRDecoder_uploadPrompt__vnmj4 h3{font-size:1.2rem;font-weight:600;color:var(--text-primary);margin:0}.QRDecoder_uploadPrompt__vnmj4 p{color:var(--text-tertiary);margin:0}.QRDecoder_loading__UXHPa{display:flex;flex-direction:column;align-items:center;gap:1rem;color:var(--text-tertiary)}.QRDecoder_spinner__l_6HC{width:40px;height:40px;border-top:4px solid var(--surface-secondary);border:4px solid var(--surface-secondary);border-top-color:var(--interactive-primary);border-radius:50%;animation:QRDecoder_spin__nLtlT 1s linear infinite}@keyframes QRDecoder_spin__nLtlT{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.QRDecoder_resultSection__WGUU1{display:flex;flex-direction:column}.QRDecoder_error__ridPH{display:flex;align-items:center;gap:1rem;padding:1.5rem;background:var(--error-50);border:1px solid var(--error-200);border-radius:12px;color:var(--error-700)}.QRDecoder_errorIcon__GXLyl{flex-shrink:0}.QRDecoder_result__W_bM5{flex:1 1;display:flex;flex-direction:column;gap:1rem}.QRDecoder_resultTitle__VvVwj{font-size:1.2rem;font-weight:600;color:var(--text-primary);margin:0}.QRDecoder_resultContent__qrs8n{flex:1 1;background:var(--surface-secondary);border:1px solid var(--border-primary);border-radius:12px;padding:1.5rem;word-break:break-all;max-height:200px;overflow-y:auto}.QRDecoder_resultContent__qrs8n p{margin:0;line-height:1.6;color:var(--text-primary)}.QRDecoder_resultActions__WOSjr{display:flex;gap:1rem}.QRDecoder_copyButton__YKIJq{background:var(--interactive-primary);color:var(--text-on-primary);border:none;border-radius:12px;padding:1rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease;box-shadow:var(--shadow-primary)}.QRDecoder_copyButton__YKIJq:hover{background:var(--interactive-primary-hover);transform:translateY(-2px)}.QRDecoder_clearButton__kmf_q{background:var(--interactive-secondary);color:var(--text-primary);border:2px solid var(--border-primary);border-radius:12px;padding:1rem 2rem;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s ease}.QRDecoder_clearButton__kmf_q:hover{background:var(--interactive-secondary-hover);border-color:var(--border-secondary);transform:translateY(-1px)}.QRDecoder_placeholder__IiWxB{flex:1 1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem;background:var(--surface-secondary);border:2px dashed var(--border-secondary);border-radius:16px;color:var(--text-tertiary);text-align:center}.QRDecoder_placeholderIcon__W37SG{margin-bottom:1rem;opacity:.6}@media (max-width:768px){.QRDecoder_container__wj0df{padding:1rem}.QRDecoder_title__BNDmJ{font-size:2.5rem}.QRDecoder_content__tDljs{grid-template-columns:1fr;gap:2rem;padding:1.5rem}.QRDecoder_dropZone__HlGs0{min-height:200px;padding:2rem 1rem}.QRDecoder_resultActions__WOSjr{flex-direction:column}}@media (max-width:480px){.QRDecoder_title__BNDmJ{font-size:2rem}.QRDecoder_content__tDljs{padding:1rem}.QRDecoder_header__4x2fn{margin-bottom:2rem}.QRDecoder_dropZone__HlGs0{padding:1.5rem 1rem;min-height:180px}}