*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html,body,#root{height:100%;width:100%;-webkit-font-smoothing:antialiased;font-family:system-ui,-apple-system,sans-serif}.bottom-actions{position:fixed;bottom:0;left:0;right:0;padding:1rem 1.5rem;padding-bottom:calc(1rem + env(safe-area-inset-bottom,0px));display:flex;flex-direction:column;gap:.75rem}.bottom-actions button{width:100%;min-height:48px;font-size:.875rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase;border-radius:4px;cursor:pointer}.bottom-actions .btn-primary{background-color:#e0e0e0;color:#333;border:none}.bottom-actions .btn-outline{background-color:transparent;color:#fff;border:1px solid #fff}.landing-screen{display:flex;flex-direction:column;min-height:100dvh;background-color:#888;color:#fff}.landing-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:6rem 1.5rem 0;text-align:center}.landing-title{font-size:2rem;font-weight:800;text-transform:uppercase;line-height:1.1;margin-bottom:1rem}.landing-subtitle{font-size:.95rem;font-weight:400;line-height:1.4;max-width:320px}.step-indicator{display:flex;gap:6px;width:100%;padding:.75rem 0 0}.step-bar{flex:1;height:3px;border-radius:2px;background:#fff;opacity:.3;transition:opacity .2s}.step-bar--active{opacity:1}.screen-layout{display:flex;flex-direction:column;height:100dvh;overflow:hidden;background-color:#888;color:#fff}.screen-layout-header{padding:3rem 1.5rem 1rem;text-align:center}.screen-layout-title{font-size:1.5rem;font-weight:800;text-transform:uppercase;line-height:1.1;margin-bottom:.5rem}.screen-layout-subtitle{font-size:.875rem;font-weight:400;line-height:1.4;opacity:.8;margin-bottom:0}.screen-layout-content{flex:1;display:flex;flex-direction:column;align-items:center;padding:1rem 1.5rem;padding-bottom:calc(9rem + env(safe-area-inset-bottom,0px));overflow-y:auto}.camera-viewfinder{width:100%;flex:1;min-height:200px;background-color:#d0d0d0;border-radius:8px;overflow:hidden;position:relative;display:flex;align-items:center;justify-content:center}.camera-state{text-align:center;color:#666;font-size:.875rem}.camera-video{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}.camera-video--hidden{opacity:0;pointer-events:none}.camera-video--mirrored{transform:scaleX(-1)}.camera-flip-btn{position:absolute;bottom:12px;right:12px;width:40px;height:40px;border-radius:50%;border:none;background:#00000080;color:#fff;font-size:1.4rem;cursor:pointer;display:flex;align-items:center;justify-content:center}.selfie-hint{text-align:center;font-size:.85rem;opacity:.7;margin-top:1rem}.selfie-file-input{display:none}.photo-preview{width:100%;flex:1;min-height:200px;border-radius:8px;overflow:hidden}.photo-preview img{width:100%;height:100%;object-fit:cover;display:block}.pose-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(3,1fr);gap:12px;width:100%;flex:1;min-height:0}.pose-item{position:relative;border:none;border-radius:8px;overflow:hidden;background:transparent;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.pose-item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:8px;background:#fff3;z-index:0}.pose-item--selected:before{background:conic-gradient(from var(--gradient-angle, 0deg),#9de8ee,#00a3ff,#fa7c0b,#9de8ee);animation:gradient-spin 3s linear infinite}.pose-item-inner{position:relative;z-index:2;margin:3px;width:calc(100% - 6px);height:calc(100% - 6px);border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#888}.pose-item-image{width:100%;height:100%;object-fit:contain}.style-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;width:100%}.style-item{position:relative;aspect-ratio:1 / 1;border:none;border-radius:8px;overflow:hidden;background:transparent;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.style-item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:8px;background:#fff3;z-index:0}.style-item--selected:before{background:conic-gradient(from var(--gradient-angle, 0deg),#9de8ee,#00a3ff,#fa7c0b,#9de8ee);animation:gradient-spin 3s linear infinite}.style-item-inner{position:relative;z-index:2;margin:3px;width:calc(100% - 6px);height:calc(100% - 6px);border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center}.style-item-image{width:100%;height:100%;object-fit:cover}.style-item-label{position:absolute;bottom:8px;left:0;right:0;z-index:3;text-align:center;font-size:.875rem;font-weight:600;text-transform:uppercase;color:#fff;text-shadow:0 1px 4px rgba(0,0,0,.9),0 0 8px rgba(0,0,0,.5)}.pentagon-area{flex:1;min-height:0;width:100%}.attribute-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;width:100%;flex-shrink:0}.attribute-item{position:relative;height:44px;border:none;border-radius:8px;overflow:hidden;background:transparent;padding:0;cursor:pointer;display:flex;align-items:center;justify-content:center}.attribute-item:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:8px;background:#fff3;z-index:0}.attribute-item--selected:before{background:conic-gradient(from var(--gradient-angle, 0deg),#9de8ee,#00a3ff,#fa7c0b,#9de8ee);animation:gradient-spin 3s linear infinite}.attribute-item-inner{position:relative;z-index:2;margin:3px;width:calc(100% - 6px);height:calc(100% - 6px);border-radius:4px;overflow:hidden;display:flex;align-items:center;justify-content:center;background:#888}.attribute-item-label{font-size:.875rem;font-weight:600;text-transform:uppercase;color:#fff}@keyframes gradient-spin{to{--gradient-angle: 360deg}}@property --gradient-angle{syntax: "<angle>"; initial-value: 0deg; inherits: false;}.details-form{width:100%;display:flex;flex-direction:column;gap:1.5rem}.form-field{display:flex;flex-direction:column}.form-field-label{font-size:.875rem;opacity:.8;margin-bottom:.25rem}.form-field-input-wrapper{position:relative;border-bottom:1px solid rgba(255,255,255,.3)}.form-field-input{width:100%;background:transparent;border:none;color:#fff;font-size:1rem;padding:.5rem 2rem .5rem 0;outline:none}.form-field-input::placeholder{color:#fff6}.form-field-clear{position:absolute;right:0;top:50%;transform:translateY(-50%);background:none;border:none;color:#ffffff80;font-size:.875rem;cursor:pointer;padding:.25rem}.loading-screen{width:100%;height:100dvh;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#888;color:#fff;gap:1.5rem}.loading-spinner{width:48px;height:48px;border:4px solid rgba(255,255,255,.2);border-top-color:#fff;border-radius:50%;animation:spin .8s linear infinite}.loading-text{font-size:1.125rem;font-weight:500;opacity:.9}.loading-error{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.loading-error-message{font-size:1rem;opacity:.8}.loading-error-btn{background:none;border:1px solid rgba(255,255,255,.5);color:#fff;font-size:1rem;padding:.75rem 2rem;border-radius:8px;cursor:pointer}@keyframes spin{to{transform:rotate(360deg)}}.card-ready-container{width:100%;display:flex;flex-direction:column;align-items:center;gap:1rem}.card-ready-image{max-width:100%;border-radius:12px;box-shadow:0 8px 32px #0000004d}.card-ready-placeholder{font-size:1rem;opacity:.6}.desktop-app{display:flex;align-items:center;justify-content:center;min-height:100dvh;font-size:1.5rem;color:#333}
