@import"https://fonts.googleapis.com/css2?family=Poppins:wght@400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html,body,#root{height:100%}body{font-family:Poppins,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.admin-login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f7fa,#e4e8ec);padding:2rem}.admin-login-card{width:100%;max-width:400px;background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 10px 40px #00000014}.admin-login-header{text-align:center;margin-bottom:2rem}.admin-logo{height:48px;margin-bottom:1.5rem}.admin-login-header h1{font-family:Poppins,sans-serif;font-size:1.5rem;font-weight:600;color:#1a1a2e;margin:0 0 .5rem}.admin-login-header .subtitle{font-family:Poppins,sans-serif;font-size:.875rem;color:#64748b;margin:0}.admin-login-form{display:flex;flex-direction:column;gap:1.25rem}.admin-login-form .input-group{display:flex;flex-direction:column;gap:.5rem}.admin-login-form label{font-family:Poppins,sans-serif;font-size:.8125rem;font-weight:500;color:#374151}.admin-login-form input{padding:.75rem 1rem;font-family:Poppins,sans-serif;font-size:.9375rem;color:#1a1a2e;background:#f8fafc;border:1.5px solid #e2e8f0;border-radius:10px;outline:none;transition:all .2s ease}.admin-login-form input:focus{border-color:#00b8d4;background:#fff;box-shadow:0 0 0 3px #00b8d41a}.admin-login-form input::placeholder{color:#94a3b8}.admin-login-form .error-message{padding:.75rem 1rem;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;font-family:Poppins,sans-serif;font-size:.8125rem;color:#dc2626}.admin-login-form .submit-btn{margin-top:.5rem;padding:.875rem 1.5rem;font-family:Poppins,sans-serif;font-size:.9375rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#00b8d4,#00838f);border:none;border-radius:10px;cursor:pointer;transition:all .2s ease}.admin-login-form .submit-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 12px #00b8d44d}.admin-login-form .submit-btn:disabled{opacity:.7;cursor:not-allowed}.toggle-mode{margin-top:1.5rem;text-align:center;font-family:Poppins,sans-serif;font-size:.8125rem;color:#64748b}.toggle-mode button{background:none;border:none;color:#00b8d4;font-weight:500;cursor:pointer;padding:0}.toggle-mode button:hover{text-decoration:underline}.admin-dashboard{min-height:100vh;background:#f5f7fa;font-family:Poppins,sans-serif}.admin-dashboard.loading{display:flex;align-items:center;justify-content:center}.spinner{width:40px;height:40px;border:3px solid #e2e8f0;border-top-color:#00b8d4;border-radius:50%;animation:spin .8s linear infinite}.dashboard-header{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background:#fff;border-bottom:1px solid #e2e8f0}.header-left{display:flex;align-items:center;gap:1rem}.header-logo{height:36px}.header-title{font-size:1rem;font-weight:600;color:#1a1a2e}.header-right{display:flex;align-items:center;gap:1rem}.user-name{font-size:.875rem;color:#64748b}.logout-btn{padding:.5rem 1rem;font-size:.8125rem;font-weight:500;color:#64748b;background:transparent;border:1px solid #e2e8f0;border-radius:6px;cursor:pointer;transition:all .2s ease}.logout-btn:hover{color:#1a1a2e;border-color:#cbd5e1}.dashboard-main{max-width:1400px;margin:0 auto;padding:2rem}.page-title{font-size:1.25rem;font-weight:600;color:#1a1a2e;margin:0 0 1.5rem}.orders-table{background:#fff;border-radius:12px;overflow:hidden;box-shadow:0 1px 3px #0000000d}.orders-table table{width:100%;border-collapse:collapse}.orders-table th,.orders-table td{padding:1rem;text-align:left}.orders-table th{font-size:.75rem;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.05em;background:#f8fafc;border-bottom:1px solid #e2e8f0}.orders-table td{font-size:.875rem;color:#1a1a2e;border-bottom:1px solid #f1f5f9}.orders-table tr:last-child td{border-bottom:none}.order-cell{font-weight:600;color:#00838f;white-space:nowrap}.items-list{display:flex;flex-wrap:wrap;gap:.375rem}.item-tag{display:inline-block;padding:.25rem .5rem;font-size:.75rem;color:#475569;background:#f1f5f9;border-radius:4px;white-space:nowrap;max-width:180px;overflow:hidden;text-overflow:ellipsis}.more-items{font-size:.75rem;color:#94a3b8}.photo-count{display:inline-block;padding:.25rem .625rem;font-size:.8125rem;font-weight:600;color:#7c3aed;background:#ede9fe;border-radius:9999px}.link-cell{display:flex;align-items:center;gap:.5rem}.link-url{font-size:.75rem;color:#64748b;max-width:280px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;background:#f8fafc;padding:.375rem .625rem;border-radius:4px;border:1px solid #e2e8f0}.copy-btn{width:28px;height:28px;display:flex;align-items:center;justify-content:center;font-size:.875rem;color:#64748b;background:#f1f5f9;border:none;border-radius:4px;cursor:pointer;transition:all .2s ease;flex-shrink:0}.copy-btn:hover{background:#e2e8f0}.copy-btn.copied{background:#d1fae5;color:#059669}.no-link{color:#cbd5e1}.actions-cell{white-space:nowrap}.action-btn{padding:.5rem 1rem;font-family:Poppins,sans-serif;font-size:.75rem;font-weight:500;border:none;border-radius:6px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.action-btn.create{color:#fff;background:#00b8d4}.action-btn.create:hover:not(:disabled){background:#00838f}.action-btn.create:disabled{opacity:.7;cursor:not-allowed}.link-status{font-size:.75rem;color:#64748b;padding:.375rem .625rem;background:#f1f5f9;border-radius:4px}.empty-state{text-align:center;color:#94a3b8;padding:3rem!important}@media(max-width:1024px){.dashboard-header,.dashboard-main{padding:1rem}.orders-table{overflow-x:auto}.orders-table table{min-width:700px}.link-url{max-width:200px}}@media(max-width:480px){.link-url{max-width:150px}}.upload-page{min-height:100vh;background:linear-gradient(145deg,#fafbfc,#f0f4f8);font-family:DM Sans,sans-serif}.upload-page.loading{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;color:#64748b}.loader{width:48px;height:48px;border:3px solid #e2e8f0;border-top-color:#0ea5e9;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.upload-page.error-page{display:flex;align-items:center;justify-content:center;padding:2rem}.error-container{text-align:center;padding:3rem;background:#fff;border-radius:24px;box-shadow:0 4px 24px #0000000f;max-width:400px}.error-icon{width:64px;height:64px;color:#f43f5e;margin-bottom:1.5rem}.error-container h1{font-size:1.5rem;font-weight:700;color:#1e293b;margin:0 0 .5rem}.error-container p{color:#64748b;margin:0 0 2rem}.primary-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.875rem 1.75rem;font-family:inherit;font-size:.9375rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#0ea5e9,#0284c7);border:none;border-radius:12px;text-decoration:none;cursor:pointer;transition:all .2s ease}.primary-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0ea5e94d}.header{padding:1.25rem 2rem;background:#fff;border-bottom:1px solid #e2e8f0}.logo{height:36px}.main-content{max-width:720px;margin:0 auto;padding:2rem}.upload-container{background:#fff;border-radius:24px;padding:2.5rem;box-shadow:0 4px 24px #0000000a}.order-info{text-align:center;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid #f1f5f9}.order-info h1{font-size:1.75rem;font-weight:700;color:#0f172a;margin:0 0 .25rem}.order-number{font-size:.9375rem;color:#64748b;margin:0 0 1.25rem}.stats-row{display:flex;justify-content:center;gap:2rem}.stat-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#475569}.stat-item svg{width:18px;height:18px;color:#0ea5e9}.stat-item.uploaded svg{color:#10b981}.stat-item strong{color:#0f172a}.step-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.step-number{width:32px;height:32px;display:flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#0ea5e9,#0284c7);border-radius:50%;flex-shrink:0}.step-info h2{font-size:1.125rem;font-weight:600;color:#0f172a;margin:0 0 .25rem}.step-info p{font-size:.875rem;color:#64748b;margin:0}.step-info strong{color:#0ea5e9}.options-step{margin-bottom:2rem}.option-section-block{background:#f8fafc;border-radius:16px;padding:1.25rem;margin-bottom:1.25rem;border:1px solid #e2e8f0}.option-section-block .info-banner{margin-top:1rem;margin-bottom:0}.option-group{display:flex;flex-direction:column;gap:.75rem}.option-label{display:flex;align-items:center;gap:.5rem;font-size:.8125rem;font-weight:600;color:#475569}.option-label svg{width:16px;height:16px}.toggle-group{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:.75rem}.toggle-btn{display:flex;flex-direction:column;align-items:center;gap:.375rem;padding:1rem;font-family:inherit;color:#64748b;background:#f8fafc;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;transition:all .15s ease}.toggle-btn svg{width:24px;height:24px}.toggle-label{font-size:.9375rem;font-weight:600}.toggle-desc{font-size:.75rem;opacity:.7}.toggle-btn:hover{border-color:#cbd5e1;background:#f1f5f9}.toggle-btn.active{color:#0ea5e9;background:#f0f9ff;border-color:#0ea5e9}.info-banner{display:flex;align-items:flex-start;gap:.75rem;padding:1rem 1.25rem;background:#fef3c7;border-radius:12px;margin-bottom:1.5rem}.info-banner svg{width:20px;height:20px;color:#d97706;flex-shrink:0;margin-top:1px}.info-banner span{font-size:.875rem;color:#92400e;line-height:1.5}.info-banner.recommendation{background:#ede9fe}.info-banner.recommendation svg{color:#7c3aed}.info-banner.recommendation span{color:#5b21b6}.info-banner.recommendation strong{color:#6d28d9}.confirm-options-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.625rem;padding:1rem;font-family:inherit;font-size:1rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#0ea5e9,#0284c7);border:none;border-radius:12px;cursor:pointer;transition:all .2s ease}.confirm-options-btn svg{width:20px;height:20px}.confirm-options-btn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0ea5e94d}.confirmed-options{display:flex;align-items:center;justify-content:space-between;padding:1rem 1.25rem;background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;margin-bottom:2rem}.confirmed-info{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.confirmed-label{font-size:.875rem;font-weight:500;color:#166534}.option-tag{padding:.25rem .75rem;font-size:.8125rem;font-weight:600;color:#166534;background:#dcfce7;border-radius:6px}.change-options-btn{padding:.5rem 1rem;font-family:inherit;font-size:.8125rem;font-weight:500;color:#166534;background:transparent;border:1px solid #86efac;border-radius:8px;cursor:pointer;transition:all .2s ease}.change-options-btn:hover{background:#dcfce7}.upload-step{margin-bottom:1.5rem}.upload-zone{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:3rem 2rem;border:2px dashed #cbd5e1;border-radius:16px;background:#fafbfc;cursor:pointer;transition:all .2s ease;margin-bottom:1.5rem}.upload-zone:hover,.upload-zone.dragging{border-color:#0ea5e9;background:#f0f9ff}.upload-icon{width:48px;height:48px;color:#94a3b8;margin-bottom:1rem;transition:all .2s ease}.upload-zone:hover .upload-icon,.upload-zone.dragging .upload-icon{color:#0ea5e9;transform:translateY(-4px)}.upload-text{font-size:1rem;font-weight:600;color:#334155;margin:0 0 .25rem}.upload-hint{font-size:.8125rem;color:#94a3b8;margin:0}.preview-section{margin-bottom:1.5rem}.preview-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.preview-count{font-size:.875rem;font-weight:600;color:#475569}.upload-btn{display:inline-flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;font-family:inherit;font-size:.875rem;font-weight:600;color:#fff;background:linear-gradient(135deg,#0ea5e9,#0284c7);border:none;border-radius:10px;cursor:pointer;transition:all .2s ease}.upload-btn svg{width:18px;height:18px}.upload-btn:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 4px 16px #0ea5e94d}.upload-btn:disabled{opacity:.8;cursor:not-allowed}.btn-loader{width:16px;height:16px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.preview-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(110px,1fr));gap:.75rem}.preview-card{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden;background:#f1f5f9}.preview-card img{width:100%;height:100%;object-fit:contain;background:#e2e8f0}.image-fallback{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.35rem;width:100%;height:100%;padding:.75rem;text-align:center;color:#475569;background:#e2e8f0;font-size:.8125rem;line-height:1.3}.image-fallback svg{width:22px;height:22px;color:#94a3b8}.fallback-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;word-break:break-all;font-size:.75rem;color:#64748b}.preview-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#0006}.preview-overlay.success{background:#10b981d9}.preview-overlay.error{background:#f43f5ed9}.preview-overlay svg{width:32px;height:32px;color:#fff}.preview-loader{width:28px;height:28px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.remove-btn{position:absolute;top:6px;right:6px;width:24px;height:24px;display:flex;align-items:center;justify-content:center;background:#0009;border:none;border-radius:50%;cursor:pointer;opacity:0;transition:all .15s ease}.remove-btn svg{width:14px;height:14px;color:#fff}.preview-card:hover .remove-btn{opacity:1}.remove-btn:hover{background:#f43f5e}.uploaded-section{margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0}.section-header{display:flex;align-items:center;gap:.625rem;margin-bottom:1rem}.section-header svg{width:20px;height:20px;color:#10b981}.section-header h3{font-size:1rem;font-weight:600;color:#1e293b;margin:0}.data-notice{display:flex;align-items:center;gap:.625rem;padding:.75rem 1rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:1rem}.data-notice svg{width:18px;height:18px;color:#64748b;flex-shrink:0}.data-notice span{font-size:.8125rem;color:#64748b;line-height:1.4}.uploaded-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(130px,1fr));gap:.75rem}.uploaded-card{position:relative;border-radius:12px;overflow:hidden;background:#f1f5f9;box-shadow:0 2px 8px #0000000f}.uploaded-card img{width:100%;height:100%;object-fit:contain;background:#e2e8f0;display:block}.uploaded-card.large-landscape{aspect-ratio:6 / 4}.uploaded-card.large-portrait,.uploaded-card.large-square{aspect-ratio:4 / 6}.uploaded-card.small-landscape{aspect-ratio:4 / 3}.uploaded-card.small-portrait,.uploaded-card.small-square{aspect-ratio:3 / 4}.uploaded-card.large-loading{aspect-ratio:6 / 4}.uploaded-card.small-loading{aspect-ratio:4 / 3}.uploaded-check{position:absolute;top:8px;right:8px;width:22px;height:22px;display:flex;align-items:center;justify-content:center;background:#10b981;border-radius:50%;box-shadow:0 2px 4px #0003}.uploaded-check svg{width:12px;height:12px;color:#fff}.delete-btn{position:absolute;bottom:8px;right:8px;width:26px;height:26px;display:flex;align-items:center;justify-content:center;background:#0009;border:none;border-radius:6px;cursor:pointer;opacity:0;transition:all .15s ease;box-shadow:0 2px 4px #0003}.delete-btn svg{width:14px;height:14px;color:#fff}.uploaded-card:hover .delete-btn{opacity:1}.delete-btn:hover{background:#ef4444}.uploaded-card.deleting{opacity:.6;pointer-events:none}.delete-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;background:#00000080}.delete-loader{width:24px;height:24px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:spin .6s linear infinite}.submit-section{margin-top:2rem;padding-top:2rem;border-top:1px solid #e2e8f0;text-align:center}.submit-ready{display:inline-flex;align-items:center;gap:.625rem;padding:.75rem 1.25rem;background:#f0fdf4;border-radius:10px;margin-bottom:1.25rem}.submit-ready svg{width:20px;height:20px;color:#10b981}.submit-ready span{font-size:.9375rem;font-weight:500;color:#166534}.submit-pending{display:inline-flex;align-items:center;gap:.625rem;padding:.75rem 1.25rem;background:#fef3c7;border-radius:10px;margin-bottom:1.25rem}.submit-pending svg{width:20px;height:20px;color:#d97706}.submit-pending span{font-size:.9375rem;font-weight:500;color:#92400e}.submit-btn{display:inline-flex;align-items:center;justify-content:center;gap:.75rem;width:100%;max-width:320px;padding:1rem 2rem;font-family:inherit;font-size:1.125rem;font-weight:700;color:#fff;background:linear-gradient(135deg,#10b981,#059669);border:none;border-radius:14px;cursor:pointer;transition:all .2s ease;box-shadow:0 4px 16px #10b9814d}.submit-btn svg{width:24px;height:24px}.submit-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 24px #10b98166}.submit-btn.disabled,.submit-btn:disabled{background:#94a3b8;cursor:not-allowed;box-shadow:none}.submit-btn:disabled:hover{transform:none}.submitted-success{text-align:center;padding:2rem 1rem}.success-icon-wrapper{width:80px;height:80px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%;animation:scaleIn .4s ease}@keyframes scaleIn{0%{transform:scale(0);opacity:0}50%{transform:scale(1.1)}to{transform:scale(1);opacity:1}}.success-icon-wrapper svg{width:40px;height:40px;color:#fff}.submitted-success h1{font-size:1.75rem;font-weight:700;color:#0f172a;margin:0 0 .5rem}.submitted-order{font-size:1rem;color:#64748b;margin:0 0 1rem}.submitted-message{font-size:1rem;color:#475569;max-width:400px;margin:0 auto 1.5rem;line-height:1.6}.submitted-details{display:inline-flex;flex-direction:column;gap:.5rem;padding:1rem 1.5rem;background:#f8fafc;border-radius:12px;margin-bottom:2rem}.detail-item{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#64748b}.detail-item svg{width:16px;height:16px}.submitted-success .primary-btn{margin-top:1rem}.submitted-success .primary-btn svg{width:20px;height:20px}.uploaded-section.readonly{margin-top:2rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.uploaded-card.readonly{cursor:default}.uploaded-card.readonly:hover .delete-btn{opacity:0}.expires-text{text-align:center;font-size:.8125rem;color:#94a3b8;margin:1.5rem 0 0}.modal-overlay{position:fixed;inset:0;background:#0f172a99;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;align-items:center;justify-content:center;padding:1.5rem;z-index:1000;animation:fadeIn .2s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fff;border-radius:24px;padding:2.5rem;max-width:480px;width:100%;text-align:center;box-shadow:0 24px 48px #0003;animation:slideUp .3s ease}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-icon{width:72px;height:72px;margin:0 auto 1.5rem;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#10b981,#059669);border-radius:50%}.modal-icon svg{width:36px;height:36px;color:#fff}.modal-content h2{font-size:1.5rem;font-weight:700;color:#0f172a;margin:0 0 .75rem}.modal-message{font-size:1rem;color:#64748b;margin:0 0 1.5rem;line-height:1.5}.modal-message strong{color:#0f172a}.modal-warning{display:flex;align-items:flex-start;gap:.875rem;text-align:left;padding:1rem 1.25rem;background:#fef3c7;border-radius:12px;margin-bottom:1.75rem}.modal-warning svg{width:22px;height:22px;color:#d97706;flex-shrink:0;margin-top:2px}.modal-warning div{display:flex;flex-direction:column;gap:.25rem}.modal-warning strong{font-size:.9375rem;color:#92400e}.modal-warning span{font-size:.8125rem;color:#a16207;line-height:1.4}.modal-actions{display:flex;gap:.75rem}.modal-btn{flex:1;display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.875rem 1.25rem;font-family:inherit;font-size:.9375rem;font-weight:600;border:none;border-radius:12px;cursor:pointer;transition:all .2s ease;white-space:nowrap}.modal-btn svg{width:18px;height:18px}.modal-btn.cancel{background:#f1f5f9;color:#475569}.modal-btn.cancel:hover{background:#e2e8f0}.modal-btn.confirm{background:linear-gradient(135deg,#10b981,#059669);color:#fff;box-shadow:0 4px 12px #10b9814d}.modal-btn.confirm:hover{transform:translateY(-1px);box-shadow:0 6px 16px #10b98166}@media(max-width:600px){.header{padding:1rem 1.25rem}.main-content{padding:1rem}.upload-container{padding:1.5rem;border-radius:20px}.option-section-block{padding:1rem;margin-bottom:1rem}.stats-row{flex-direction:column;gap:.75rem;align-items:stretch}.stat-item{justify-content:center}.step-header{align-items:center}.toggle-btn{padding:.85rem}.upload-zone{padding:2rem 1.5rem}.preview-grid{grid-template-columns:repeat(3,1fr)}.preview-header{flex-direction:column;gap:.75rem;align-items:stretch}.preview-count{text-align:center}.upload-btn{justify-content:center;width:100%}.confirmed-options{flex-direction:column;gap:.75rem;align-items:flex-start}.change-options-btn{width:100%;text-align:center}.uploaded-grid{grid-template-columns:repeat(2,1fr)}.submit-btn{width:100%}.modal-content{padding:1.75rem;border-radius:20px}.modal-icon{width:60px;height:60px;margin-bottom:1.25rem}.modal-icon svg{width:30px;height:30px}.modal-content h2{font-size:1.25rem}.modal-actions{flex-direction:column-reverse}.modal-btn{width:100%}}@media(max-width:420px){.step-header{flex-direction:column;align-items:flex-start;gap:.5rem}.toggle-group{grid-template-columns:1fr}.preview-grid,.uploaded-grid{grid-template-columns:repeat(2,1fr)}.submit-btn{width:100%;font-size:1rem}}
