@tailwind base;@tailwind components;@tailwind utilities;@media (min-width:475px){.xs\:inline{display:inline}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0;overflow-x:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{max-width:100%}img,video{height:auto}.image-upload-container{margin-bottom:2rem}.section-title{color:#1e293b;font-size:1.25rem;font-weight:700;letter-spacing:-.025em;margin-bottom:1.5rem}.dark .section-title{color:#f8fafc}.upload-area{align-items:center;background:#f8fafc;border:2px dashed #e2e8f0;border-radius:20px;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;padding:3rem 2rem;text-align:center;transition:all .3s cubic-bezier(.4,0,.2,1)}.dark .upload-area{background:#0f172a;border-color:#334155}.upload-area:hover{background:#eff6ff;border-color:#3b82f6;transform:translateY(-2px)}.dark .upload-area:hover{background:#1e293b;border-color:#3b82f6}.upload-area.drag-active{background:#ebf5ff;border-color:#3b82f6;transform:scale(1.02)}.upload-icon{color:#3b82f6;font-size:2.5rem;margin-bottom:.5rem}.upload-text{color:#334155;font-size:1rem;font-weight:600}.dark .upload-text{color:#e2e8f0}.upload-hint{color:#64748b;font-size:.85rem}.image-preview-container{align-items:center;display:flex;flex-direction:column}.preview-image-wrapper{background:#f1f5f9;border-radius:20px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;line-height:0;overflow:hidden;position:relative}.dark .preview-image-wrapper{background:#1e293b}.preview-image{max-height:350px;max-width:100%;object-fit:contain;transition:transform .5s ease}.preview-image-wrapper:hover .preview-image{transform:scale(1.02)}.image-overlay-actions{align-items:center;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#0000004d;display:flex;gap:1rem;inset:0;justify-content:center;opacity:0;position:absolute;transition:all .3s ease}.preview-image-wrapper:hover .image-overlay-actions{opacity:1}.action-btn{align-items:center;border:none;border-radius:12px;cursor:pointer;display:flex;font-size:.9rem;font-weight:600;gap:.5rem;padding:.75rem 1.25rem;transition:all .2s ease}.crop-btn{background:#3b82f6;box-shadow:0 4px 6px -1px #3b82f666;color:#fff}.crop-btn:hover{background:#2563eb;transform:scale(1.05)}.change-btn{background:#fff;box-shadow:0 4px 6px -1px #0000001a;color:#1e293b}.change-btn:hover{background:#f8fafc;transform:scale(1.05)}.image-info{margin-top:1.25rem;text-align:center}.image-name{color:#334155;font-size:.95rem;font-weight:600;margin-bottom:.25rem;max-width:250px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.dark .image-name{color:#e2e8f0}.image-size{color:#64748b;font-size:.8rem;font-weight:500}@media (max-width:640px){.upload-area{min-height:200px;padding:2rem 1rem}.upload-icon{font-size:2rem}.upload-text{font-size:.9rem}.upload-hint{font-size:.75rem}.image-overlay-actions{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#00000080;inset:auto auto 12px 0;justify-content:center;opacity:1;padding:.5rem;width:100%}.action-btn{font-size:.85rem;min-width:auto;padding:.6rem 1rem}.preview-image{max-height:250px}.image-info{margin-top:1rem;padding:0 .5rem}.image-name{font-size:.85rem;max-width:100%}.image-size{font-size:.75rem}}.crop-modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000d9;bottom:0;display:flex;justify-content:center;left:0;padding:1rem;position:fixed;right:0;top:0;z-index:1000}.crop-modal{animation:modalAppear .3s ease-out;background:#fff;border-radius:20px;box-shadow:0 25px 50px -12px #00000080;display:flex;flex-direction:column;max-height:95vh;max-width:800px;overflow:hidden;width:100%}@keyframes modalAppear{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.crop-loading{color:#4a5568;font-size:1.1rem;justify-content:center;padding:4rem;text-align:center}.crop-header,.crop-loading{align-items:center;display:flex}.crop-header{background:#f8fafc;border-bottom:1px solid #e2e8f0;justify-content:space-between;padding:1.25rem 1.5rem}.crop-header h3{color:#1e293b;font-size:1.25rem;font-weight:700;margin:0}.crop-close-btn{align-items:center;background:#f1f5f9;border:none;border-radius:10px;color:#64748b;cursor:pointer;display:flex;font-size:1.2rem;height:36px;justify-content:center;transition:all .2s ease;width:36px}.crop-close-btn:hover{background:#e2e8f0;color:#0f172a;transform:rotate(90deg)}.crop-content-scroll{display:flex;flex:1 1;flex-direction:column;min-height:0;overflow-y:auto}.crop-container-wrapper{background:#1e293b;padding:1.5rem}.crop-container{border-radius:12px;box-shadow:inset 0 2px 4px 0 #0000000f;height:400px;overflow:hidden;position:relative}.crop-controls{background:#f8fafc;border-bottom:1px solid #e2e8f0;padding:1.25rem 1.5rem}.zoom-control{align-items:center;display:flex;gap:1.5rem;margin:0 auto;max-width:500px}.zoom-control label{color:#475569;font-size:.9rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.zoom-slider{-webkit-appearance:none;appearance:none;background:#cbd5e1;border-radius:3px;cursor:pointer;flex:1 1;height:6px;outline:none}.zoom-slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#3b82f6;border:3px solid #fff;border-radius:50%;box-shadow:0 4px 6px -1px #0000001a;height:20px;-webkit-transition:all .2s ease;transition:all .2s ease;width:20px}.zoom-slider::-webkit-slider-thumb:hover{background:#2563eb;transform:scale(1.1)}.zoom-value{font-feature-settings:"tnum";color:#1e293b;font-size:.95rem;font-variant-numeric:tabular-nums;font-weight:700;min-width:50px;text-align:right}.crop-actions{background:#fff;border-top:1px solid #e2e8f0;display:flex;gap:1rem;justify-content:flex-end;padding:1.25rem 1.5rem}.crop-cancel-btn{background:#fff;border:1px solid #e2e8f0;border-radius:12px;color:#64748b;padding:.75rem 1.5rem}.crop-apply-btn,.crop-cancel-btn{cursor:pointer;font-size:.95rem;font-weight:600;transition:all .2s ease}.crop-apply-btn{align-items:center;background:#3b82f6;border:none;border-radius:12px;box-shadow:0 4px 6px -1px #3b82f666;color:#fff;display:flex;gap:.5rem;padding:.75rem 2rem}.crop-cancel-btn:hover{background:#f8fafc;border-color:#cbd5e1;color:#1e293b}.crop-apply-btn:hover{background:#2563eb;box-shadow:0 10px 15px -3px #3b82f666;transform:translateY(-1px)}.crop-apply-btn:active{transform:translateY(0)}@media (max-width:768px){.crop-modal-overlay{align-items:flex-start;overflow-y:auto;padding:0}.crop-modal{border-radius:0;display:flex;flex-direction:column;height:100%;max-height:100vh;max-width:100%}.crop-header{flex-shrink:0;padding:1rem}.crop-header h3{font-size:1.1rem}.crop-content-scroll{flex:1 1;min-height:0;overflow-y:auto}.crop-container-wrapper{padding:1rem}.crop-container{height:50vh;max-height:400px;min-height:300px}.crop-controls{flex-shrink:0;padding:1rem}.zoom-control{align-items:stretch;flex-direction:column;gap:.75rem}.zoom-control label,.zoom-value{text-align:center}.zoom-value{min-width:auto}.crop-actions{flex-direction:column;flex-shrink:0;gap:.75rem;padding:1rem}.crop-apply-btn,.crop-cancel-btn{justify-content:center;padding:.875rem 1.5rem;width:100%}}@media (max-height:600px){.crop-container{height:40vh;min-height:250px}}@media (max-width:480px){.crop-container{height:45vh;min-height:250px}.zoom-slider{width:100%}}.background-options-container{margin-bottom:2rem}.options-group{display:flex;flex-direction:column;gap:1rem}.option-label{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:10px;cursor:pointer;display:flex;padding:1rem;transition:all .2s ease}.option-label:hover{background:#f7fafc;border-color:#4299e1}.radio-input{display:none}.radio-custom{border:2px solid #cbd5e0;border-radius:50%;flex-shrink:0;height:20px;margin-right:12px;position:relative;transition:all .2s ease;width:20px}.radio-input:checked+.radio-custom{background:#3182ce;border-color:#3182ce}.radio-input:checked+.radio-custom:after{background:#fff;border-radius:50%;content:"";height:8px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:8px}.option-text{align-items:center;color:#2d3748;display:flex;font-size:1rem;font-weight:500;gap:.5rem}.option-icon{font-size:1.2rem}.color-picker-wrapper{background:#f7fafc;border:1px solid #e2e8f0;border-radius:8px;margin-left:32px;padding:1rem}.color-label{color:#4a5568;display:block;font-size:.9rem;font-weight:500;margin-bottom:.5rem}.color-input-group{align-items:center;display:flex;gap:1rem}.color-input{cursor:pointer;height:40px;padding:0;width:60px}.color-input,.color-text-input{border:2px solid #e2e8f0;border-radius:8px}.color-text-input{color:#2d3748;flex:1 1;font-family:monospace;font-size:1rem;padding:.5rem}.color-text-input:focus{border-color:#3182ce;box-shadow:0 0 0 3px #3182ce1a;outline:none}.background-image-upload{margin-left:32px;margin-top:.5rem}.bg-image-upload-area{background:#f7fafc;border:2px dashed #cbd5e0;border-radius:10px;cursor:pointer;padding:2rem;text-align:center;transition:all .2s ease}.bg-image-upload-area:hover{background:#edf2f7;border-color:#4299e1}.bg-upload-icon{display:block;font-size:2rem;margin-bottom:.5rem}.bg-upload-text{color:#4a5568;font-size:.95rem}.bg-image-preview{display:inline-block;position:relative}.bg-preview-image{border-radius:8px;box-shadow:0 2px 4px #0000001a;max-height:200px;max-width:100%;object-fit:contain}.change-bg-btn{background:#edf2f7;border:1px solid #e2e8f0;border-radius:6px;color:#2d3748;cursor:pointer;font-size:.9rem;font-weight:500;margin-top:.5rem;padding:.5rem 1rem;transition:all .2s ease}.change-bg-btn:hover{background:#e2e8f0;border-color:#cbd5e0}.passport-size-option{background:#fff;border:2px solid #e2e8f0;border-radius:10px;margin-top:.5rem;padding:1rem;transition:all .2s ease}.passport-size-option:hover{background:#f7fafc;border-color:#4299e1}.passport-label{align-items:center;cursor:pointer;display:flex}.passport-checkbox{display:none}.passport-custom{background:#fff;border:2px solid #cbd5e0;border-radius:4px;flex-shrink:0;height:20px;margin-right:12px;position:relative;transition:all .2s ease;width:20px}.passport-checkbox:checked+.passport-custom{background:#3182ce;border-color:#3182ce}.passport-checkbox:checked+.passport-custom:after{color:#fff;content:"✓";font-size:14px;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.passport-text{align-items:center;color:#2d3748;display:flex;font-size:1rem;font-weight:500;gap:.5rem}.passport-icon{font-size:1.2rem}.passport-hint{color:#718096;font-size:.85rem;font-style:italic;margin-left:32px;margin-top:.5rem}.custom-size-option{background:#fff;border:2px solid #e2e8f0;border-radius:10px;margin-top:.5rem;padding:1rem;transition:all .2s ease}.custom-size-option:hover{background:#f7fafc;border-color:#4299e1}.custom-size-label{align-items:center;display:flex;gap:.5rem;margin-bottom:1rem}.custom-size-icon{font-size:1.2rem}.custom-size-title{color:#2d3748;font-size:1rem;font-weight:600}.custom-size-inputs{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:1fr 1fr}.size-input-group{display:flex;flex-direction:column;gap:.5rem}.size-label{color:#4a5568;font-size:.9rem;font-weight:500}.size-input{border:2px solid #e2e8f0;border-radius:8px;color:#2d3748;font-size:1rem;padding:.5rem;transition:all .2s ease}.size-input:focus{border-color:#3182ce;box-shadow:0 0 0 3px #3182ce1a;outline:none}.size-input::placeholder{color:#cbd5e0}.custom-size-hint{color:#718096;font-size:.85rem;font-style:italic;margin-top:.75rem}.country-option{background:#fff;border:2px solid #e2e8f0;border-radius:10px;margin-top:.5rem;padding:1rem;transition:all .2s ease}.country-option:hover{background:#f7fafc;border-color:#4299e1}.country-label{align-items:center;display:flex;gap:.5rem;margin-bottom:.75rem}.country-icon{font-size:1.2rem}.country-title{color:#2d3748;font-size:1rem;font-weight:600}.country-select{background:#fff;border:2px solid #e2e8f0;border-radius:8px;color:#2d3748;cursor:pointer;font-size:1rem;padding:.75rem;transition:all .2s ease;width:100%}.country-select:focus{border-color:#3182ce;box-shadow:0 0 0 3px #3182ce1a;outline:none}.country-select:hover{border-color:#4299e1}.country-hint{color:#718096;font-size:.85rem;font-style:italic;margin-top:.75rem}@media (max-width:640px){.custom-size-inputs{grid-template-columns:1fr}}.preview-container{background:#f7fafc;border:1px solid #e2e8f0;border-radius:12px;margin-bottom:2rem;padding:1.5rem}.preview-image-section{background:#fff;border:1px solid #e2e8f0;border-radius:8px;margin-bottom:1.5rem;padding:1rem;position:relative;text-align:center}.preview-badge{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:6px;box-shadow:0 2px 4px #0003;color:#fff;font-size:.85rem;font-weight:600;padding:.4rem .8rem;position:absolute;right:10px;top:10px;z-index:10}.preview-image-display{border-radius:8px;box-shadow:0 2px 8px #0000001a;max-height:400px;max-width:100%;object-fit:contain}.preview-content{display:flex;flex-direction:column;gap:.75rem}.preview-item{align-items:center;display:flex;justify-content:space-between;padding:.5rem 0}.preview-label{color:#4a5568;font-size:.95rem;font-weight:600}.preview-value{color:#2d3748;font-size:.95rem;text-align:right;word-break:break-word}@media (max-width:640px){.preview-item{align-items:flex-start;flex-direction:column;gap:.25rem}.preview-value{text-align:left}}.result-container{background:linear-gradient(135deg,#667eea,#764ba2);border-radius:16px;box-shadow:0 10px 25px #0000001a;margin-top:2rem;padding:2rem}.result-container .section-title{color:#fff;margin-bottom:1.5rem}.result-content{background:#fff;border-radius:12px;box-shadow:0 4px 6px #0000001a;padding:1.5rem}.result-image-wrapper{align-items:center;display:flex;justify-content:center;margin-bottom:1.5rem;min-height:300px;position:relative;text-align:center}.result-image{border-radius:12px;box-shadow:0 4px 12px #00000026;max-height:500px;max-width:100%;object-fit:contain}.result-image.hidden{display:none}.image-error,.image-loading{align-items:center;color:#4a5568;display:flex;flex-direction:column;justify-content:center;padding:2rem}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#667eea;height:40px;margin-bottom:1rem;width:40px}.image-error .error-icon{font-size:3rem;margin-bottom:.5rem}.image-error p{color:#e53e3e;margin:.5rem 0}.image-error .error-url{color:#718096;font-size:.8rem;max-width:100%;word-break:break-all}.result-actions{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center}.download-btn,.reset-btn{align-items:center;border:none;border-radius:8px;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:.5rem;padding:.75rem 1.5rem;transition:all .3s ease}.download-btn{background:linear-gradient(135deg,#667eea,#764ba2);box-shadow:0 4px 6px #667eea66;color:#fff}.download-btn:hover{box-shadow:0 6px 12px #667eea80;transform:translateY(-2px)}.reset-btn{background:#edf2f7;border:2px solid #e2e8f0;color:#2d3748}.reset-btn:hover{background:#e2e8f0;transform:translateY(-2px)}@media (max-width:640px){.result-actions{flex-direction:column}.download-btn,.reset-btn{justify-content:center;width:100%}}.background-options-container .section-title,.image-upload-container .section-title,.result-container .section-title{align-items:center;color:#1e293b;display:flex;font-size:1.125rem;font-weight:700;gap:.5rem;margin-bottom:1.25rem}.hidden{display:none!important}@keyframes spin{to{transform:rotate(1turn)}}.animate-spin-slow{animation:spin 3s linear infinite}.print-image-grid button:hover{transform:scale(1.02)}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;background:#2563eb;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px #0000001a;cursor:pointer;height:18px;width:18px}input[type=range]::-moz-range-thumb{background:#2563eb;border:2px solid #fff;border-radius:50%;box-shadow:0 2px 4px #0000001a;cursor:pointer;height:18px;width:18px}@keyframes selectPulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}.selected-image-pulse{animation:selectPulse .3s ease-out}.country-card{transition:transform .2s ease,box-shadow .2s ease}.country-card:hover{box-shadow:0 4px 12px #00000014;transform:translateY(-2px)}.search-clear-btn{transition:color .2s ease}@media (max-width:640px){.country-grid{grid-template-columns:1fr}}@keyframes slideInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInDown{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes shimmer{0%{background-position:-1000px 0}to{background-position:1000px 0}}.animate-in{animation:slideInUp .3s ease-out}.animate-fade-in{animation:fadeIn .5s ease-out}.animate-scale-in{animation:scaleIn .3s ease-out}html{scroll-behavior:smooth}.will-change-transform{will-change:transform}.will-change-opacity{will-change:opacity}.shimmer{background:linear-gradient(90deg,#f6f7f8 0,#edeef1 20%,#f6f7f8 40%,#f6f7f8);background-size:1000px 100%}.dark .shimmer,.shimmer{animation:shimmer 1s linear infinite}.dark .shimmer{background:linear-gradient(90deg,#1e293b 0,#334155 20%,#1e293b 40%,#1e293b);background-size:1000px 100%}@keyframes gradient{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.animate-gradient{animation:gradient 3s ease infinite;background-size:200% 200%}@keyframes pulseGlow{0%,to{box-shadow:0 0 20px #3b82f64d}50%{box-shadow:0 0 40px #3b82f699}}.pulse-glow{animation:pulseGlow 2s ease-in-out infinite}:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}*{transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}::selection{background-color:#3b82f64d}.dark ::selection{background-color:#60a5fa4d}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background-color:#64748b80;border-radius:5px}::-webkit-scrollbar-thumb:hover{background-color:#64748bb3}.dark ::-webkit-scrollbar-thumb{background-color:#94a3b880}.dark ::-webkit-scrollbar-thumb:hover{background-color:#94a3b8b3}
/*# sourceMappingURL=main.a73b3e25.css.map*/