:root{font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#333;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}a{font-weight:500;color:#4a90e2;text-decoration:none;transition:color .2s}a:hover{color:#357abd}a:focus{outline:2px solid #4a90e2;outline-offset:2px}body{margin:0;padding:0;min-width:320px;min-height:100vh;background-color:#fafbfc;overflow-x:hidden}h1,h2,h3,h4,h5,h6{margin:0;font-weight:600;color:#333}h1{font-size:2.5rem;line-height:1.2}h2{font-size:2rem;line-height:1.3}h3{font-size:1.5rem;line-height:1.4}button{font-family:inherit;cursor:pointer;border:none;background:none;padding:0;margin:0}*:focus-visible{outline:2px solid #4a90e2;outline-offset:2px}@media(max-width:768px){:root{font-size:15px}h1{font-size:2rem}h2{font-size:1.5rem}h3{font-size:1.25rem}}@media(max-width:480px){:root{font-size:14px}h1{font-size:1.75rem}h2{font-size:1.25rem}h3{font-size:1.125rem}}html{overflow-x:hidden;width:100%}#root{width:100%;min-height:100vh;overflow-x:hidden}.header{position:fixed;top:0;left:0;right:0;background-color:#f8f9fa;border-bottom:1px solid #e0e0e0;z-index:1000;box-shadow:0 2px 4px #0000000d}.header-content{max-width:1200px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center;gap:1rem}.header-title{margin:0;font-size:1.5rem;font-weight:600;color:#333}.language-selector{display:flex;align-items:center;gap:.5rem}.language-label{font-size:.9rem;color:#666;font-weight:500}.language-select{padding:.5rem 1rem;border:1px solid #d0d0d0;border-radius:6px;background-color:#fff;color:#333;font-size:.9rem;cursor:pointer;transition:border-color .2s,box-shadow .2s}.language-select:hover{border-color:#999}.language-select:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21a}@media(max-width:768px){.header-content{padding:.75rem 1rem;flex-direction:column;align-items:flex-start}.header-title{font-size:1.25rem}.language-selector{width:100%;justify-content:space-between}}.footer{position:sticky;bottom:0;left:0;right:0;background-color:#f8f9fa;border-top:1px solid #e0e0e0;margin-top:auto}.footer-content{max-width:1200px;margin:0 auto;padding:1rem 2rem;text-align:center}.footer-text{margin:0;font-size:.875rem;color:#666}@media(max-width:768px){.footer-content{padding:.75rem 1rem}.footer-text{font-size:.8rem}}.wizard-container{display:flex;justify-content:center;align-items:center;min-height:calc(100vh - 140px);padding:2rem;margin-top:70px;width:100%}.wizard-content{width:auto;max-width:90%;padding:2rem;background-color:#fff;border-radius:12px;box-shadow:0 4px 6px #0000000d,0 2px 4px #00000008}@media(max-width:768px){.wizard-container{padding:1rem;min-height:calc(100vh - 120px);margin-top:100px}.wizard-content{padding:1.5rem;max-width:95%}}@media(max-width:480px){.wizard-container{padding:.5rem}.wizard-content{padding:1rem;border-radius:8px;max-width:98%}}.back-button-container{display:flex;justify-content:center;padding:1rem 2rem;margin-top:-1rem;margin-bottom:2rem}.back-button{padding:.75rem 2rem;font-size:1rem;font-weight:500;color:#333;background-color:#f8f9fa;border:1px solid #d0d0d0;border-radius:8px;cursor:pointer;transition:all .2s ease;box-shadow:0 2px 4px #0000000d}.back-button:hover{background-color:#e9ecef;border-color:#999;box-shadow:0 4px 6px #00000014;transform:translateY(-1px)}.back-button:active{transform:translateY(0);box-shadow:0 2px 4px #0000000d}.back-button:focus{outline:none;border-color:#4a90e2;box-shadow:0 0 0 3px #4a90e21a}@media(max-width:768px){.back-button-container{padding:.75rem 1rem;margin-top:-.5rem;margin-bottom:1.5rem}.back-button{padding:.625rem 1.5rem;font-size:.95rem}}@media(max-width:480px){.back-button-container{padding:.5rem;margin-bottom:1rem}.back-button{padding:.5rem 1.25rem;font-size:.9rem}}.decorative-container{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:0;overflow:hidden}.decorative-element{position:absolute;opacity:.15;pointer-events:none}@keyframes float{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-20px) rotate(5deg)}}@keyframes float-reverse{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(20px) rotate(-5deg)}}.decorative-circle-1{top:10%;left:5%;width:80px;height:80px;animation:float 8s ease-in-out infinite}.decorative-circle-2{top:60%;right:8%;width:60px;height:60px;animation:float-reverse 10s ease-in-out infinite;animation-delay:1s}.decorative-star-1{top:25%;right:15%;width:50px;height:50px;animation:float 12s ease-in-out infinite;animation-delay:2s}.decorative-star-2{bottom:20%;left:10%;width:45px;height:45px;animation:float-reverse 9s ease-in-out infinite;animation-delay:3s}.decorative-squiggle-1{top:40%;left:3%;width:70px;height:70px;animation:float 11s ease-in-out infinite;animation-delay:1.5s}.decorative-squiggle-2{bottom:30%;right:5%;width:55px;height:55px;animation:float-reverse 13s ease-in-out infinite;animation-delay:2.5s}@media(max-width:768px){.decorative-element{opacity:.1}.decorative-circle-1,.decorative-circle-2{width:60px;height:60px}.decorative-star-1,.decorative-star-2{width:40px;height:40px}.decorative-squiggle-1,.decorative-squiggle-2{width:50px;height:50px}}@media(max-width:480px){.decorative-star-2,.decorative-squiggle-2{display:none}.decorative-element{opacity:.08}}.app-main{position:relative;z-index:1}.wizard-step1{width:100%}.step-title{text-align:center;margin-bottom:3rem;font-size:2.5rem;font-weight:700;color:#000}.button-grid{display:grid;gap:2rem;justify-content:center;padding:1rem 0;width:100%;max-width:100%;margin:0 auto}.wizard-button{border-radius:50px;background-color:#f8f9fa;border:3px solid #000000;color:#333;font-size:1.5rem;font-weight:700;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center;text-align:center;padding:1.5rem 3rem;word-wrap:break-word;min-width:200px;min-height:70px}@media(max-width:768px){.wizard-button{min-width:120px}}.wizard-step1 .wizard-button:nth-child(1){background:linear-gradient(135deg,#06f,#0052cc);color:#fff;border:none}.wizard-step1 .wizard-button:nth-child(2){background:linear-gradient(135deg,#a855f7,#ff6b6b);color:#fff;border:none}.wizard-step1 .wizard-button:nth-child(3){background:#000;color:#fff;border:none}.wizard-step1 .wizard-button:nth-child(4){background:linear-gradient(135deg,#0891b2,#0e7490);color:#fff;border:none}.wizard-step1 .wizard-button:nth-child(5){background:#ef4444;color:#fff;border:none}.wizard-step1 .wizard-button:nth-child(6){background:#22c55e;color:#fff;border:none}.wizard-step2 .wizard-button,.wizard-step1.step2-style .wizard-button{background:#fff;color:#000;border:3px solid #000000;font-weight:600}.wizard-button:hover{transform:scale(1.05);box-shadow:0 8px 16px #00000026}.wizard-button:active{transform:scale(.98)}.wizard-button:focus{outline:3px solid #0066FF;outline-offset:3px}@media(max-width:768px){.button-grid{gap:1.25rem}.wizard-button{font-size:.95rem;padding:.75rem}.step-title{font-size:1.5rem;margin-bottom:1.5rem}}@media(max-width:480px){.button-grid{gap:1rem}.wizard-button{font-size:.875rem;padding:.75rem}.step-title{font-size:1.25rem;margin-bottom:1.25rem}}@media(max-width:360px){.button-grid{gap:.75rem}.wizard-button{font-size:.8rem;padding:.5rem}}.wizard-step3{width:100%}.step-title{text-align:center;margin-bottom:2rem;font-size:1.75rem;font-weight:600;color:#333}.loading{text-align:center;padding:2rem;color:#666;font-size:1.125rem}.image-container{display:flex;flex-direction:column;gap:1.5rem;padding:1rem 0;align-items:center;width:100%}.image-row{display:flex;gap:1.5rem;justify-content:center;align-items:flex-end;flex-wrap:nowrap}.image-item{background-color:#f8f9fa;border-radius:8px;cursor:pointer;transition:all .2s ease-in-out;border:2px solid #e0e0e0;box-shadow:0 2px 4px #0000001a;flex-shrink:0;position:relative;overflow:hidden}.item-bottom-text{position:absolute;bottom:8px;left:50%;transform:translate(-50%);font-size:.875rem;font-weight:600;color:#000;background-color:#ffffffe6;padding:4px 12px;border-radius:4px;white-space:nowrap;pointer-events:none}.item-right-text{position:absolute;right:8px;top:50%;transform:translateY(-50%);font-size:.875rem;font-weight:600;color:#000;background-color:#ffffffe6;padding:4px 12px;border-radius:4px;white-space:nowrap;pointer-events:none;writing-mode:vertical-rl;text-orientation:mixed}.image-item:hover{transform:scale(1.05);box-shadow:0 6px 12px #00000026;border-color:#4a90e2;z-index:1}.image-item:active{transform:scale(1.02);box-shadow:0 3px 6px #0000001f}.image-item:focus{outline:2px solid #4a90e2;outline-offset:2px}@media(max-width:768px){.image-container,.image-row{gap:1rem}.step-title{font-size:1.5rem;margin-bottom:1.5rem}}@media(max-width:480px){.image-container{gap:.75rem}.image-row{gap:.75rem;flex-wrap:wrap}.step-title{font-size:1.25rem;margin-bottom:1.25rem}}.image-item.image-error{background-color:#f5f5f5;background-image:none;display:flex;align-items:center;justify-content:center}.image-placeholder{display:flex;align-items:center;justify-content:center;width:100%;height:100%;color:#999;font-size:.875rem;text-align:center;padding:.5rem}.image-placeholder:before{content:"🖼️";display:block;font-size:2rem;margin-bottom:.5rem}.app-layout{display:flex;flex-direction:column;min-height:100vh;width:100%;overflow-x:hidden}.app-main{flex:1;display:flex;flex-direction:column;justify-content:center;align-items:center;padding:2rem 1rem;width:100%}#root{margin:0;padding:0;text-align:left;width:100%}.app-loading,.app-error{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;padding:2rem;text-align:center}.app-loading{color:#666;font-size:1.125rem}.app-error{color:#d32f2f}.app-error h2{color:#d32f2f;margin-bottom:1rem}.app-error p{color:#666;max-width:500px}@media(max-width:768px){.app-main{padding:1.5rem .75rem}.app-loading,.app-error{padding:1.5rem;font-size:1rem}}@media(max-width:480px){.app-main{padding:1rem .5rem}.app-loading,.app-error{padding:1rem;font-size:.95rem}}
