@import"https://fonts.googleapis.com/css2?family=Zen+Maru+Gothic&display=swap";*{margin:0;padding:0;box-sizing:border-box}@font-face{font-family:Great Vibes,cursive;src:url(./fonts/Great_Vibes/GreatVibes-Regular.ttf) format("truetype");font-weight:400;font-style:italic}@font-face{font-family:SnellBT;src:url(./fonts/SnellBT-Bold.otf) format("opentype");font-weight:700;font-style:normal}:root{--Zen-font-family: "Zen Maru Gothic", sans-serif;--primary-dark: #fd5878;--primary-color: #ff899d;--secondary-color: #fddfe4;--background-color: #fff;--text-color: #333;--filtergrey: brightness(0) saturate(100%) invert(100%) sepia(23%) saturate(2587%) hue-rotate(286deg) brightness(89%) contrast(82%)}ul,li,a,button{list-style-type:none;text-decoration:none;border:0;font-size:clamp(12px,1.4vw,14px)}body{font-family:Zen Maru Gothic,sans-serif;background:#fff;line-height:1.6}.app{max-width:375px;margin:0 auto;min-height:100vh;background:#fff;display:flex;flex-direction:column}.header{background:var(--secondary-color);padding:8px 5px;text-align:center;border-bottom:1px solid #eee;height:40px}.header-text{font-size:clamp(13px,1.4vw,14px);font-weight:600;font-family:var(--Zen-font-family);color:var(--primary-dark);display:flex;gap:8px;justify-content:space-evenly}.header-text img{height:23px;width:85px;object-fit:contain;vertical-align:middle}.pink-text{color:#ff899d;font-weight:700}.form-container{flex:1;padding:0 10px}.form-title{text-align:center;font-size:35px;line-height:1.2;font-weight:700;color:var(--primary-color);font-family:SnellBT,sans-serif;height:44px}.navigation-buttons{display:flex;align-items:center;justify-content:end;flex-wrap:wrap;gap:8px;margin:15px 0}.btn-back{display:flex;justify-content:center;border-radius:10px;width:47%;height:40px;align-items:center;padding:0 10px;color:#fff;font-weight:600;flex-grow:1;background:#d8bfc3;border:0;position:relative;cursor:pointer}.btn-back img{filter:invert(1) brightness(100);height:16px;position:absolute;left:10px;top:50%;transform:translateY(-50%)}.btn-next{display:flex;justify-content:center;border-radius:10px;width:47%;height:40px;align-items:center;padding:0 8px;color:#fff;font-weight:600;background:var(--primary-color);border:0;position:relative;cursor:pointer;transition:.3s ease-in-out}.btn-next>img{filter:invert(1) brightness(100);height:16px;position:absolute;right:8px;top:50%;transform:translateY(-50%)}.btn-next:hover{background:var(--primary-dark);box-shadow:0 4px 8px #fd58784d;transition:.3s ease-in-out}.btn-next.white{background:var(--primary-dark)}.btn-next.white img{height:25px;filter:none}.btn-next.load{background:var(--primary-color);opacity:.5}@keyframes spin{0%{transform:translateY(-50%) rotate(0)}to{transform:translateY(-50%) rotate(360deg)}}.btn-next.white img.spin-circle{animation:spin 1s linear infinite;position:absolute;left:12px;top:50%;transform:translateY(-50%);filter:invert(100) brightness(100)}.footer{background:#d8bfc3;text-align:center;padding:10px}.footer-update{width:fit-content;margin:auto;background:#fddfe4;border-radius:10px;padding:5px 15px;display:block;color:#fd5878;font-size:14px;font-weight:600;text-align:center}.popups-links{display:grid;grid-template-columns:1fr 1fr auto;justify-content:center;margin:10px 0}.popups-links span{color:#fff;padding:0 25px;font-size:11px;text-align:center;position:relative;z-index:1;width:100%;white-space:nowrap;cursor:pointer}.popups-links span:nth-child(2):after{content:"";position:absolute;left:0;top:0;bottom:0;margin:auto;z-index:-1;width:100%;height:80%;border-right:2px solid;border-left:2px solid;opacity:.7}.footer-copyright{color:#fff;text-align:center;font-size:10px}@media (max-width: 480px){.app{max-width:100%}.job-grid{gap:10px}.footer-links{flex-direction:column;gap:10px}}.loading-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center}.loading-overlay .spinner{width:40px;height:40px;border:4px solid #fff;border-top:4px solid #00bfff;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:15px}@keyframes spin{to{transform:rotate(360deg)}}.loading-overlay .loading-text{color:#fff;font-size:clamp(13px,2vw,16px)}.popup-overlay .modal-body.success{text-align:center;height:auto!important;padding:20px;border:3px solid #2ecc71}.modal-body.success .heading{display:block;font-size:1.4rem;margin-bottom:10px;color:#2ecc71}.modal-body.success .heading img{height:40px;width:40px;object-fit:contain}.modal-body.success p{color:#2ecc71;font-size:15px}.step-indicator{position:relative;margin-bottom:10px;height:70px;overflow:hidden}.step-item{position:absolute;top:0;left:0;opacity:0;visibility:hidden;width:100%;max-width:100%;height:70px;transition:opacity .3s ease,visibility .3s ease}.step-item.active{position:relative;opacity:1;visibility:visible}.step{min-height:250px}.step-header{background:var(--primary-color);color:#fff;font-size:15px;font-weight:600;text-align:center;position:relative;font-family:var(--Zen-font-family);margin-bottom:20px}.finger{position:relative}@keyframes tap{0%{transform:translateY(0) scale(1)}30%{transform:translateY(10px) scale(.95)}60%{transform:translateY(0) scale(1)}to{transform:translateY(0) scale(1)}}.job-card:nth-child(1):after,.finger:after,.form-group:nth-child(2):after{content:"";position:absolute;right:0;top:55%;transform:translateY(-50%);width:36px;height:42px;background:transparent url(./images/finger.png) 0% 0% no-repeat padding-box;background-size:contain;animation:tap 2s linear infinite;opacity:1}.form-group{margin-bottom:25px}.form-label{display:block;font-size:16px;font-weight:700;color:#333;margin-bottom:8px}.form-note{font-size:12px;color:#ff899d;margin-bottom:8px}.form-input{width:100%;padding:15px;border:2px solid #ff899d;border-radius:8px;font-size:clamp(13px,1.4vw,15px);box-sizing:border-box;outline:none}.form-input:focus{border-color:var(--primary-color);box-shadow:0 0 5px #ff69b44d}.form-textarea{width:100%;padding:15px;border:2px solid #ff899d;border-radius:8px;font-size:16px;box-sizing:border-box;outline:none;resize:vertical;font-family:inherit}.form-textarea:focus{border-color:var(--primary-color);box-shadow:0 0 5px #ff69b44d}.form-select{width:100%;padding:15px 50px 15px 15px;border:2px solid #ff899d;border-radius:8px;font-size:16px;box-sizing:border-box;outline:none;background:#fff;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23ff69b4' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6,9 12,15 18,9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 15px center;background-size:20px}.form-select:focus{border-color:var(--primary-color);box-shadow:0 0 5px #ff69b44d}.job-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.job-card{position:relative;border:2px solid #ff899d;border-radius:10px;text-align:center;cursor:pointer;transition:all .3s ease;background:#fff;color:var(--primary-color)}.job-card.selected{background:#ff899d;color:#fff}.job-image{width:100%;height:100px;border-radius:8px;overflow:hidden;background:#fff;display:flex;align-items:center;justify-content:center}.job-image img{width:100%;height:100%;object-fit:cover}.job-name{position:absolute;z-index:2;top:50%;left:5px;transform:translateY(-50%);color:inherit;font-weight:700;font-size:clamp(12px,1.3vw,13px);pointer-events:none;width:78px;text-align:left;white-space:nowrap;text-shadow:2px 2px 5px rgba(111,111,111,.11)}@media (max-width:576px){.job-card .job-image{height:100px}}.custom-select-wrapper{position:relative;width:100%;margin-bottom:20px}.custom-select-wrapper .custom-label{display:block;font-weight:600;margin-bottom:6px;font-size:14px;color:#707070}.custom-label.alt{display:flex!important;justify-content:space-between;align-items:center}.custom-label.alt small{color:#ff899d;font-size:12px}.custom-select-wrapper .custom-select{position:relative;border:2px solid #f5a5b5;border-radius:6px;cursor:pointer;background:#fff;color:#707070;font-weight:600;transition:border-color .2s ease}.custom-select-wrapper .custom-select.has-selection{border-color:#fc264f}.custom-select-wrapper .custom-select .selected{padding:10px 14px;font-size:clamp(13px,1.4vw,14px);position:relative}.custom-select-wrapper .custom-select .selected:after{content:"";position:absolute;right:12px;top:50%;width:0;height:0;border-left:5.5px solid transparent;border-right:5.5px solid transparent;border-top:10px solid #FF899D;transform:translateY(-50%);transition:transform .2s ease}.custom-select-wrapper .custom-select.open{border-color:#fc264f}.custom-select-wrapper .custom-select.open .selected:after{transform:translateY(-50%) rotate(180deg)}.custom-select-wrapper .custom-select .select-options{display:none;position:absolute;top:calc(100% + 5px);left:0;right:0;background:#fde0e6;z-index:10;border-radius:6px;padding:8px 0;box-shadow:0 4px 8px #0000001a}.custom-select-wrapper .custom-select.open .select-options{display:block;animation:fadeIn .25s ease}.custom-select-wrapper .custom-select .select-options li{padding:3px 10px;font-size:14px;color:#707070;font-weight:700;transition:background .15s ease}.custom-select-wrapper .custom-select .select-options li:hover{background:#ffc2cc}.custom-select-wrapper .custom-select .select-options::-webkit-scrollbar{width:6px}.custom-select-wrapper .custom-select .select-options::-webkit-scrollbar-thumb{background:#ff6b81;border-radius:3px}.custom-select-wrapper .custom-select .select-options::-webkit-scrollbar-track{background:transparent}@keyframes fadeIn{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.custom-select-wrapper .form-input{border:2px solid #FF899D;border-radius:5px;padding:10px;width:100%;resize:none;font-family:inherit;color:#707070;font-weight:600;transition:all .3s ease}.custom-select-wrapper .form-input.text-input{height:110px}.custom-select-wrapper .form-input::placeholder{color:#d8bfc3;font-weight:600;font-size:13px;letter-spacing:1px;font-family:Zen Maru Gothic,sans-serif}.preview-step{min-height:500px;margin-top:5px}.preview-note{background:var(--secondary-color);border:1px solid var(--primary-dark);border-radius:8px;padding:15px;margin-bottom:25px;text-align:center}.preview-note p{margin:0;color:var(--primary-dark);font-weight:600;font-size:clamp(14px,1.5vw,15px)}.preview-section{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;padding:15px;margin-bottom:20px;box-shadow:0 2px 4px #0000000d}.preview-section .section-title{background:none;color:#fd5878;font-size:clamp(14px,1.6vw,16px);font-weight:700;margin-bottom:12px;padding:0;border:none;display:flex;align-items:center}.step-number{background-color:#fd5878;color:#fff;padding:5px 8px;border-radius:4px;font-size:12px;font-weight:700;margin-right:10px;min-width:50px;text-align:center;line-height:1}.preview-section .section-title .icon{margin-right:10px;font-size:20px}.preview-grid{display:grid;grid-template-columns:1fr;gap:15px}.preview-item{display:flex;flex-direction:column}.preview-item.full-width{grid-column:1 / -1}.preview-item label{font-weight:700;color:#555;margin-bottom:8px;font-size:clamp(13px,1.4vw,14px)}.preview-item .value{font-size:clamp(13px,1.4vw,14px);background-color:#f8f9fa;padding:8px 12px;border-radius:6px;border:1px solid #e0e0e0;color:#333;word-wrap:break-word;min-height:20px;display:flex;align-items:center}.preview-item .value .empty-field{color:#999;font-style:italic}.job-type-tags{display:flex;flex-wrap:wrap;gap:8px}.job-type-tag{background-color:#fd5878;color:#fff;padding:6px 12px;border-radius:20px;font-size:12px;font-weight:700;white-space:nowrap}.summary-content{display:grid;grid-template-columns:1fr 1fr;gap:15px}.summary-item{padding:10px;background-color:#ffffffb3;border-radius:6px;border:1px solid rgba(255,193,7,.3)}.notice-section{background:linear-gradient(135deg,#ffebee,#ffe8ea);border-color:var(--primary-dark)}.notice-section .section-title{color:var(--primary-dark)}.notice-content ul{list-style-type:none;margin:0;color:var(--primary-dark)}.notice-content li{margin-bottom:8px;line-height:1.5}@media (max-width: 768px){.summary-content{grid-template-columns:1fr;gap:10px}.preview-section,.preview-note{padding:15px}.preview-note p{font-size:14px}.step-number{font-size:11px;min-width:45px;padding:3px 6px}}@media (max-width: 480px){.preview-container{padding:0 5px}.preview-section{padding:12px;margin-bottom:15px}.preview-item .value{padding:10px 12px;font-size:14px}.preview-section .section-title{margin-bottom:10px}.step-number{font-size:10px;min-width:40px;padding:2px 4px}}.error-popup{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);background:#fddfe4;padding:18px;box-shadow:0 0 20px #0003;z-index:1000;height:200px;width:285px;display:flex;align-items:center;flex-flow:column;justify-content:center;gap:4px;border:3px solid #FF899D}.error-popup img{height:53px}.error-popup span{color:#fd5878;font-size:clamp(15px,1.6vw,18px);font-weight:600}.error-popup .error-text{color:#fd5878;margin-top:15px;font-size:clamp(12px,1.3vw,13px);white-space:nowrap;text-align:center;font-weight:600}.error-popup img.close-popup{position:absolute;top:10px;right:10px;cursor:pointer;width:18px;height:18px;filter:brightness(0) saturate(100%) invert(95%) sepia(1%) saturate(7475%) hue-rotate(223deg) brightness(87%) contrast(90%)}.popup-overlay{position:fixed;z-index:1000;left:0;top:0;bottom:0;right:0;margin:auto;width:100%;max-width:375px;height:100%;justify-content:center;align-items:center}.popup-overlay .popup-content{display:flex;justify-content:center;align-items:center;width:100%;height:100%}.popup-overlay .modal-body.alt{height:fit-content;background:#fddfe4;padding:20px}.popup-overlay .modal-body.alt .overview-list{padding:25px;background:#fff}.popup-overlay .modal-body.alt .overview-list li{display:flex;align-items:baseline;font-weight:500;padding:8px 0;border-bottom:2px solid #FDDFE4}.popup-overlay .modal-body.alt .overview-list li span{display:inline-block;white-space:wrap;width:43px;flex-grow:1}.modal-body.alt .close-modal{position:absolute;right:5px;top:5px;background:transparent}.modal-body.alt .close-modal img{height:17px;width:17px;object-fit:contain;filter:brightness(0) saturate(100%) invert(88%) sepia(12%) saturate(381%) hue-rotate(303deg) brightness(91%) contrast(84%)}.popup-overlay .modal-body.alt .overview-list li span:last-child{width:70%}.popup-overlay .modal-body{width:78%;height:80vh;background:#fff;border:3px solid #FF899D;overflow:auto;padding:15px;position:relative}.modal-body .heading{font-size:15px;font-weight:600;display:block;text-align:center;margin-bottom:15px;color:#fd5878}.modal-body p,.modal-body li,.modal-body h2,.modal-body a{font-size:9px;color:#707070;font-weight:500}.popup-close{position:absolute;right:15px;top:53px;height:26px;width:26px;background:#fddfe4;border-radius:50%;display:flex;align-items:center;justify-content:center;border:0}.popup-close img{height:16px;width:16px;-o-object-fit:contain;object-fit:contain;filter:invert(1) brightness(100)}
