*{box-sizing:border-box;margin:0;padding:0}body{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:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.app-container{max-width:1400px;margin:0 auto;padding:2rem}.header{text-align:center;color:#fff;margin-bottom:2rem}.header h1{font-size:2.5rem;margin-bottom:.5rem;text-shadow:2px 2px 4px rgba(0,0,0,.2)}.header p{font-size:1.1rem;opacity:.9}.main-content{display:grid;grid-template-columns:1fr 1fr;grid-gap:2rem;gap:2rem;margin-bottom:2rem}@media (max-width:1024px){.main-content{grid-template-columns:1fr}}.controls-panel{overflow-y:auto}.controls-panel,.preview-panel{background:#fff;border-radius:12px;padding:2rem;box-shadow:0 10px 30px rgba(0,0,0,.2);max-height:80vh}.preview-panel{display:flex;flex-direction:column;align-items:center;position:-webkit-sticky;position:sticky;top:2rem}.control-section{margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #f0f0f0}.control-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.control-section h2{font-size:1.3rem;margin-bottom:1rem;color:#333}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#555}.form-group small{display:block;margin-top:.25rem;font-size:.85rem;color:#888}.text-input{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;transition:border-color .3s}.text-input:focus{outline:none;border-color:#667eea}.slider{width:100%;height:6px;border-radius:3px;background:#e0e0e0;outline:none;-webkit-appearance:none}.slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:20px;height:20px;border-radius:50%;background:#667eea;cursor:pointer;-webkit-transition:background .3s;transition:background .3s}.slider::-webkit-slider-thumb:hover{background:#764ba2}.slider::-moz-range-thumb{width:20px;height:20px;border-radius:50%;background:#667eea;cursor:pointer;border:none}.select-input{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;background:#fff;cursor:pointer;transition:border-color .3s}.select-input:focus{outline:none;border-color:#667eea}.upload-controls{display:flex;grid-gap:.5rem;gap:.5rem}.file-input{display:none}.file-label{flex:1 1;padding:.75rem 1rem;background:#667eea;color:#fff;border-radius:8px;text-align:center;cursor:pointer;font-weight:600;transition:background .3s}.file-label:hover{background:#764ba2}.btn-secondary{padding:.75rem 1rem;background:#e0e0e0;color:#333;border:none;border-radius:8px;cursor:pointer;font-weight:600;transition:background .3s}.btn-secondary:hover{background:#d0d0d0}.color-input-group{display:flex;grid-gap:.5rem;gap:.5rem;align-items:center}.color-input{width:60px;height:40px;cursor:pointer}.color-input,.color-text{border:2px solid #e0e0e0;border-radius:8px}.color-text{flex:1 1;padding:.5rem;font-family:monospace;text-transform:uppercase}.qr-container{position:relative;width:500px;height:500px;background:#f9f9f9;border-radius:12px;margin:1rem auto;overflow:visible;padding:20px}.qr-wrapper{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(100% - 40px);height:calc(100% - 40px);max-width:460px;max-height:460px}.qr-positioner,.qr-wrapper{display:flex;justify-content:center;align-items:center}.qr-positioner{position:relative;width:100%;height:100%}.qr-container canvas{max-width:100%;height:auto;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.1);display:block;position:relative}.info-box{background:#f0f7ff;border-left:4px solid #667eea;padding:1rem;border-radius:8px;margin-top:1rem;width:100%}.info-box p{margin:0;color:#555;line-height:1.6}.footer{text-align:center;color:#fff;padding:1rem;opacity:.9}.footer p{margin:0}.footer a{color:#fff;text-decoration:underline;font-weight:600}.footer a:hover{color:#e0e0e0}.controls-panel::-webkit-scrollbar{width:8px}.controls-panel::-webkit-scrollbar-track{background:#f1f1f1;border-radius:10px}.controls-panel::-webkit-scrollbar-thumb{background:#667eea;border-radius:10px}.controls-panel::-webkit-scrollbar-thumb:hover{background:#764ba2}.text-area{width:100%;padding:.75rem;border:2px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:inherit;resize:vertical;min-height:100px;transition:border-color .3s ease}.text-area:focus{outline:none;border-color:#667eea;box-shadow:0 0 0 3px rgba(102,126,234,.1)}.vcard-form,.wifi-form{display:grid;grid-gap:1rem;gap:1rem}.preview-section{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);margin-top:1rem}.preview-section h4{margin:0 0 1rem;color:#333;font-size:1.1rem}.preview-content{white-space:pre-wrap;word-break:break-all;font-family:"Courier New",monospace;background:#f8f9fa;border:1px solid #dee2e6;border-radius:4px;padding:1rem;max-height:200px;overflow-y:auto;font-size:.9rem;line-height:1.4}.validation-message{padding:.75rem;border-radius:6px;margin-bottom:1rem;font-size:.9rem;font-weight:500}.validation-message.success{background-color:#d4edda;color:#155724;border:1px solid #c3e6cb}.validation-message.error{background-color:#f8d7da;color:#721c24;border:1px solid #f5c6cb}.qr-type-section{background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 12px rgba(0,0,0,.1);margin-bottom:1rem}.qr-type-section h2{margin:0 0 1.5rem;color:#333;font-size:1.3rem;display:flex;align-items:center;grid-gap:.5rem;gap:.5rem}@media (max-width:768px){.vcard-form,.wifi-form{grid-gap:.75rem;gap:.75rem}.preview-section{padding:1rem}.text-area{min-height:80px}}input[type=email],input[type=tel],input[type=url]{font-family:inherit}.info-box ul{margin:.5rem 0;padding-left:1.5rem}.info-box li{margin-bottom:.25rem;color:#555}.qr-type-transition{transition:opacity .3s ease,transform .3s ease}.select-input option{padding:.5rem}.form-group label:after{content:""}.form-group.required label:after{content:" *";color:#dc3545;font-weight:700}input[type=password]{font-family:"Courier New",monospace;letter-spacing:.1em}.active-qr-type{border-left:4px solid #667eea;background:linear-gradient(90deg,rgba(102,126,234,.05),transparent)}
/*# sourceMappingURL=main.fdf3a84e.chunk.css.map */