.wrapper{background-color:#ffffff80;position:absolute;width:100%;height:100%;z-index:1000;display:flex;justify-content:center;align-items:center}.wrapper>.spinner{width:40px;height:40px;background-color:#333;margin:10px;-webkit-animation:sk-rotateplane 1.2s infinite ease-in-out;animation:sk-rotateplane 1.2s infinite ease-in-out}@-webkit-keyframes sk-rotateplane{0%{-webkit-transform:perspective(120px)}50%{-webkit-transform:perspective(120px) rotateY(180deg)}to{-webkit-transform:perspective(120px) rotateY(180deg) rotateX(180deg)}}@keyframes sk-rotateplane{0%{transform:perspective(120px) rotateX(0) rotateY(0);-webkit-transform:perspective(120px) rotateX(0deg) rotateY(0deg)}50%{transform:perspective(120px) rotateX(-180.1deg) rotateY(0);-webkit-transform:perspective(120px) rotateX(-180.1deg) rotateY(0deg)}to{transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg);-webkit-transform:perspective(120px) rotateX(-180deg) rotateY(-179.9deg)}}.wrapper>p{margin:0;font-size:large}.language-switcher{position:relative;display:inline-flex;align-items:center;justify-content:center}.language-button{width:50px;height:50px;border-radius:50%;background:rgba(0,0,0,.5);border:none;color:#fffc;font-size:1.2rem;cursor:pointer;backdrop-filter:blur(5px);transition:all .2s ease;display:flex;align-items:center;justify-content:center;padding:0;margin:0}.language-button:hover{transform:scale(1.1);background-color:#000000b3;color:#fff}.language-button:active{transform:scale(.95)}.language-options{position:absolute;bottom:100%;left:50%;transform:translate(-50%);display:flex;flex-direction:column;gap:8px;background:rgba(0,0,0,.8);backdrop-filter:blur(10px);padding:8px;border-radius:12px;margin-bottom:8px;opacity:0;pointer-events:none;transition:all .3s ease}.language-switcher.open .language-options{opacity:1;pointer-events:all;transform:translate(-50%) translateY(-8px)}.language-option{padding:8px 16px;border-radius:8px;background:transparent;border:none;cursor:pointer;font-size:1rem;white-space:nowrap;transition:all .2s ease;color:#fffc;min-width:120px;text-align:left}.language-option:hover{background:rgba(255,255,255,.1);color:#fff}.language-option.active{background:rgba(0,122,255,.3);color:#fff}@media (max-width: 768px){.language-button{width:40px;height:40px;font-size:1rem}.language-option{font-size:.9rem;padding:6px 12px;min-width:100px}}.splash-screen{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#121212;display:flex;justify-content:center;align-items:center;z-index:9999;overflow:hidden}.splash-content{text-align:center;color:#fff;position:relative;z-index:2}.logo-container{position:relative;width:144px;height:144px;margin:0 auto 20px;display:flex;justify-content:center;align-items:center;z-index:1}.morph-background{position:fixed;left:0;right:0;top:0;bottom:0;margin:auto;width:400px;height:400px;background:linear-gradient(45deg,rgba(255,107,107,.7),rgba(78,205,196,.7),rgba(69,183,209,.7));border-radius:50%;filter:blur(50px);opacity:.3;animation:morphShape 4s ease-in-out infinite;z-index:1;pointer-events:none}.logo{width:144px;height:144px;object-fit:contain;animation:pulse 2s ease-in-out infinite}.scan-line{position:absolute;top:0;left:0;width:100%;height:2px;background:linear-gradient(to right,transparent,#45b7d1,transparent);animation:scan 2s ease-in-out infinite;z-index:2}.app-name{font-size:2rem;font-weight:600;margin:20px 0 10px;background:linear-gradient(45deg,#ffffff,#45b7d1);-webkit-background-clip:text;-webkit-text-fill-color:transparent;animation:shimmer 2s ease-in-out infinite}.tagline{font-size:1.1rem;color:#fffc;margin:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}@keyframes scan{0%{top:0}50%{top:100%}to{top:0}}@keyframes morphShape{0%{border-radius:50%;transform:translate(-50%,-50%) scale(1) rotate(0)}33%{border-radius:45% 55% 65% 35%;transform:translate(-50%,-50%) scale(1.1) rotate(120deg)}66%{border-radius:35% 65% 45% 55%;transform:translate(-50%,-50%) scale(.9) rotate(240deg)}to{border-radius:50%;transform:translate(-50%,-50%) scale(1) rotate(360deg)}}@keyframes shimmer{0%{opacity:.8}50%{opacity:1}to{opacity:.8}}@media (max-width: 768px){.logo-container,.logo{width:120px;height:120px}.morph-background{width:160px;height:160px}.app-name{font-size:1.8rem}.tagline{font-size:1rem}}body{margin:0;padding:0;background-color:#121212;color:#fff;min-height:100vh}.App{height:100%;padding:0 10px;position:relative;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:#121212}.App>*{margin:3px 0}.header{text-align:center;padding:16px;position:absolute;top:0;left:0;right:0;z-index:10;background:linear-gradient(to bottom,rgba(0,0,0,.8) 0%,rgba(0,0,0,.4) 50%,rgba(0,0,0,0) 100%);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);animation:fadeIn .5s ease-out}.header h1{margin:0;font-size:1.5rem;font-weight:600;letter-spacing:1px;color:#fffffff2;text-shadow:0 2px 4px rgba(0,0,0,.3);display:flex;align-items:center;justify-content:center;gap:8px}.header h1:before{content:"";width:1.5em;height:1.5em;background:linear-gradient(45deg,#ff6b6b,#4ecdc4,#45b7d1);border-radius:50%;filter:blur(8px);animation:morphShape 4s ease-in-out infinite;display:inline-block}.header p{display:none}.code{padding:5px;color:#adff2f;background-color:#000;border-radius:5px}.content{position:relative}.content>img{display:none;width:100%;max-width:720px;max-height:500px}.content>video{display:none;width:100%;max-width:720px;max-height:500px}.content>canvas{position:absolute;top:0;left:0;width:100%;height:100%}.btn-container{position:fixed;bottom:20px;left:0;right:0;display:flex;justify-content:center;align-items:center;padding:20px;z-index:20;gap:20px;min-height:70px}button{text-decoration:none;color:#fff;background-color:#00000080;border:none;padding:12px;border-radius:50%;cursor:pointer;backdrop-filter:blur(5px);transition:all .2s ease;width:50px;height:50px;display:flex;justify-content:center;align-items:center;margin:0}button.capture-btn{width:70px;height:70px;background-color:transparent;border:3px solid #007aff;position:relative}button.capture-btn:after{content:"";position:absolute;width:90%;height:90%;background-color:#fff;border-radius:50%}button:hover{transform:scale(1.1);background-color:#000000b3}button.capture-btn:hover{background-color:transparent}button:active{transform:scale(.95)}@media (max-width: 768px){button{width:40px;height:40px}button.capture-btn{width:60px;height:60px}.header{padding:12px}.header h1{font-size:1.1rem}}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}@keyframes morphShape{0%{border-radius:50%;transform:scale(1) rotate(0)}33%{border-radius:45% 55% 65% 35%;transform:scale(1.1) rotate(120deg)}66%{border-radius:35% 65% 45% 55%;transform:scale(.9) rotate(240deg)}to{border-radius:50%;transform:scale(1) rotate(360deg)}}.result-page{min-height:100vh;background-color:#121212;color:#fff;padding:20px;display:flex;flex-direction:column}.result-header{display:flex;justify-content:space-between;align-items:center;padding:10px 0;margin-bottom:20px}.result-header h2{margin:0;font-size:1.5rem}.result-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:20px;position:relative;height:calc(100vh - 100px);padding-bottom:80px;overflow:auto}.result-image{max-width:100%;max-height:calc(100vh - 200px);width:auto;height:auto;object-fit:contain;border-radius:8px;box-shadow:0 4px 6px #0000001a}.action-section{position:fixed;bottom:20px;left:50%;transform:translate(-50%);padding:12px 16px;background:rgba(0,0,0,.8);border-radius:12px;backdrop-filter:blur(10px);width:calc(100% - 40px);max-width:800px;z-index:100;box-shadow:0 -2px 10px #0003}.controls-group{display:flex;align-items:center;gap:12px;width:100%}.separator-vertical{width:1px;height:24px;background:linear-gradient(180deg,transparent,rgba(255,255,255,.3),transparent);margin:0 4px}.enhance-button{min-width:36px;height:36px;padding:0;border-radius:50%;background:linear-gradient(135deg,#6366f1 0%,#8b5cf6 100%);color:#fff;border:none;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 6px #0000001a;display:flex;align-items:center;justify-content:center;flex-shrink:0}.enhance-button:hover:not(:disabled){transform:translateY(-2px) scale(1.1);box-shadow:0 6px 8px #0003;background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%)}.enhance-button:active:not(:disabled){transform:translateY(0) scale(1.05);box-shadow:0 2px 4px #0000001a}.enhance-button.enhanced{background:linear-gradient(135deg,#10b981 0%,#059669 100%)}.document-type-selector{flex:1;min-width:150px;max-width:400px;padding:8px 12px;font-size:14px;border:1px solid rgba(255,255,255,.2);border-radius:8px;background-color:#0000004d;color:#fff;outline:none;transition:all .2s ease}.document-type-selector:hover{background-color:#0006;border-color:#ffffff4d}.process-button{padding:8px 16px;font-size:14px;color:#fff;background-color:#007aff;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;height:36px;min-width:90px;white-space:nowrap;display:flex;align-items:center;justify-content:center}.process-button:hover{background-color:#005bb5}.process-button:active{transform:scale(.98)}.back-button,.download-button{background-color:#ffffff1a;border:none;padding:12px;border-radius:50%;cursor:pointer;transition:all .2s ease;color:#fff;display:flex;justify-content:center;align-items:center}.back-button:hover,.download-button:hover{background-color:#fff3;transform:scale(1.05)}.processing-indicator{display:flex;justify-content:center;align-items:center;min-height:200px;color:#fffc;font-size:1.2rem;background:rgba(0,0,0,.2);border-radius:12px;padding:2rem;animation:pulse 1.5s ease-in-out infinite}.result-content canvas.result-image{max-width:100%;max-height:calc(100vh - 200px);width:auto!important;height:auto!important;object-fit:contain;border-radius:8px;box-shadow:0 4px 6px #0000001a;background-color:#fff;transition:all .3s ease}.result-content canvas.result-image:hover{transform:scale(1.02);box-shadow:0 8px 12px #0003}.error-message{display:flex;flex-direction:column;align-items:center;gap:1rem;text-align:center;color:#ff6b6b;padding:1rem}.error-message span{font-size:1.1rem;background:rgba(255,107,107,.1);padding:.5rem 1rem;border-radius:8px;border:1px solid rgba(255,107,107,.2)}.error-message img{opacity:.8;transition:opacity .3s ease}.error-message img:hover{opacity:1}@media (max-width: 600px){.controls-group{gap:8px}.document-type-selector{min-width:120px;font-size:13px}.process-button{padding:8px 12px;min-width:80px;font-size:13px}.action-section{padding:10px 12px}}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#000000bf;display:flex;justify-content:center;align-items:center;z-index:1000;backdrop-filter:blur(5px);animation:fadeIn .2s ease-out}.modal-content{background:#1a1a1a;border-radius:12px;padding:20px;width:90%;max-width:500px;max-height:90vh;overflow-y:auto;box-shadow:0 8px 32px #0000004d;border:1px solid rgba(255,255,255,.1)}.modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px;padding-bottom:10px;border-bottom:1px solid rgba(255,255,255,.1)}.modal-header h3{margin:0;font-size:1.25rem;color:#fff}.modal-close-button{background:transparent;border:none;color:#fff9;cursor:pointer;padding:4px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.modal-close-button:hover{color:#fff;background:rgba(255,255,255,.1)}.modal-body{display:flex;flex-direction:column;gap:16px}.ocr-result-item{background:rgba(255,255,255,.05);border-radius:8px;padding:12px;transition:all .2s ease}.ocr-result-item:hover{background:rgba(255,255,255,.08)}.ocr-field-name{font-size:.875rem;color:#fff9;margin-bottom:4px}.ocr-result-content{display:flex;justify-content:space-between;align-items:center;gap:12px}.ocr-result-content p{margin:0;font-size:1rem;color:#fff;word-break:break-all}.copy-button{background:transparent;border:none;color:#fff9;cursor:pointer;padding:6px;border-radius:6px;display:flex;align-items:center;justify-content:center;transition:all .2s ease;flex-shrink:0}.copy-button:hover{color:#fff;background:rgba(255,255,255,.1)}@keyframes fadeIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}*{margin:0;padding:0}html,body{width:100%;height:100%;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{width:100%;height:100%}
