*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{-webkit-text-size-adjust:100%;height:100%;overflow-y:auto;overflow-x:hidden}body{margin:0;padding:0;font-family:Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;background-color:#fff;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;overscroll-behavior:none;height:100%;overflow-y:auto;overflow-x:hidden}#root{min-height:100dvh;isolation:isolate;overflow-x:hidden}img,picture,video,canvas,svg{display:block;max-width:100%;height:auto}input,button,textarea,select{font:inherit;border:none;outline:none;background:none}button{cursor:pointer;touch-action:manipulation;-webkit-appearance:none;appearance:none;background-color:transparent}a{text-decoration:none;color:inherit}p,h1,h2,h3,h4,h5,h6{overflow-wrap:break-word}*{-webkit-tap-highlight-color:transparent}.no-select{user-select:none;-webkit-user-select:none}.safe-area{padding-bottom:env(safe-area-inset-bottom);padding-top:env(safe-area-inset-top)}::-webkit-scrollbar{display:none}.full-screen-area{display:flex;align-items:center;justify-content:center}.top-to-bottom-container{width:100%;max-width:700px;position:relative;display:flex;flex-direction:column;justify-content:flex-start;align-items:stretch}.top-to-bottom-container-100{min-height:100vh;height:100%}.center-container{position:absolute;inset:0;background-color:transparent;z-index:2;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;overflow-x:hidden}.content-align-left{align-self:flex-start;text-align:left}.content-align-center{align-self:center;text-align:center;width:100%}.main-margin{padding:clamp(0px,5vw,64px)}.form-container{max-width:600px}.draft-red{filter:sepia(1) saturate(10) hue-rotate(0deg)}.btn{margin-top:12px;width:85%;padding:10px;border:none;border-radius:12px;background:#00a48e;color:#fff;font-size:14px;font-weight:500;cursor:pointer}.btn-large{margin-top:12px;margin-bottom:0;width:100%;padding:10px;border:none;border-radius:12px;background:#00a48e;color:#fff;font-size:14px;font-weight:500;cursor:pointer}.btn-disabled{background:#c8c8c84d;cursor:not-allowed}.btn:active{transform:scale(.98)}.btn-back{position:absolute;top:20px;left:20px;width:16px;z-index:10}.input,.select{width:100%;height:36px;background:#ffffffb3;color:#000;border:1px solid rgba(255,255,255,.25);outline:none;font-size:14px;font-family:inherit;padding:6px 40px 6px 14px;border-radius:8px;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);transition:border-color .2s ease,background .2s ease,box-shadow .2s ease;cursor:pointer}.select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background:#ffffffb3}.select:focus,.input:focus{border-color:#63b3edb3;box-shadow:0 0 0 3px #63b3ed26}.input:placeholder-shown{color:#00000073}.input:not(:placeholder-shown){color:#000;-webkit-text-fill-color:black;background:#ffffffd9}.input::placeholder{color:#00000073}.select:hover,.input:hover{border-color:#ffffff73}.select option{background:#1a2a4a;color:#fff}.select:invalid{color:#00000073;-webkit-text-fill-color:rgba(0,0,0,.45)}.select:valid{color:#000;-webkit-text-fill-color:black;background:#ffffffd9}.select-wrapper{position:relative}.select-wrapper:after{content:"";position:absolute;right:20px;top:40%;width:8px;height:8px;border-right:2px solid black;border-bottom:2px solid black;transform:translateY(-50%) rotate(45deg);pointer-events:none}.txt{color:#fff;text-align:left;font-size:16px;font-style:normal;font-weight:300;line-height:normal;text-wrap:balance}.txt-header{font-size:28px}.txt-semi-bold{font-weight:500}.txt-bold{font-weight:600}.txt-input{font-size:16px}.txt-center{text-align:center!important}.txt-no-warp{white-space:nowrap}.txt-disabled{font-weight:100!important;color:#ffffff80}.form-card{width:100%;max-width:420px;background-size:100% 100%;background-position:center;background-repeat:no-repeat;display:flex;flex-direction:column;justify-content:center;gap:6px;padding:12px 24px}.form-txt-margin{color:#fff}.form-input-margin{margin-bottom:8px}.input::placeholder{color:#00000080}.form-btn{width:90%;margin:auto;max-width:420px;margin-top:48px!important}.form-card-login{height:130px}.fade-item{opacity:0;transform:translateY(10px) scale(.98);animation:fadeUp .7s cubic-bezier(.22,1,.36,1) forwards}.ani-fade-1{animation-delay:.1s}.ani-fade-2{animation-delay:.2s}.ani-fade-3{animation-delay:.3s}.ani-fade-4{animation-delay:.4s}.ani-fade-5{animation-delay:.5s}.ani-fade-6{animation-delay:.6s}.ani-fade-7{animation-delay:.7s}.ani-fade-8{animation-delay:.8s}@keyframes fadeUp{to{opacity:1;transform:translateY(0)}}.bg{width:100%;height:100%;background-image:url(grid.png);background-size:200px 200px;animation:moveWave 10s linear infinite}@keyframes moveWave{0%{background-position:0 0}50%{background-position:100px 50px}to{background-position:0 0}}.popup-overlay{position:fixed;inset:0;background:#17243a66;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);display:flex;justify-content:center;align-items:center;z-index:999}.popup-box{padding:32px 24px;border-radius:12px;text-align:center;width:300px;background:linear-gradient(135deg,#fff6,#ffffff4d,#c8c8c84d);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.2);animation:popupScaleIn .25s ease-out}.popup-title{font-size:18px;font-weight:600;margin-bottom:12px}.popup-text{font-size:14px;margin-bottom:24px;line-height:1.4}.popup-actions{display:flex;justify-content:space-between}.popup-actions-single{display:flex;justify-content:center}@keyframes popupScaleIn{0%{transform:scale(.85);opacity:0}60%{transform:scale(1.03);opacity:1}to{transform:scale(1)}}.quiz-option{display:flex;align-items:center;gap:12px;width:100%;max-width:410px;margin:0 auto 4px;padding:0 16px;border-radius:16px;cursor:pointer;transition:.2s;font-size:14px!important}.checkbox{width:22px;height:22px;border-radius:4px;background:#fff6;display:flex;align-items:center;justify-content:center;transition:.2s}.quiz-option.checked .checkbox{background:#00a86b}.checkbox:after{content:"";width:10px;height:6px;border:2px solid white;border-top:none;border-right:none;transform:rotate(-45deg);opacity:0;transition:.2s}.quiz-option.checked .checkbox:after{opacity:1}.radio{width:22px;height:22px;border-radius:50%;border:0px solid rgba(255,255,255,.3);background:#fff6;display:flex;align-items:center;justify-content:center;transition:.2s}.radio:after{content:"";width:10px;height:10px;border-radius:50%;background:#00a48e;transform:scale(0);transition:.2s}.quiz-option.checked .radio{border-color:#00a48e;background:transparent;border:3px solid #00A48E;transform:scale(1.2)}.quiz-option.checked .radio:after{transform:scale(1)}.submit-page{width:100%;min-height:100dvh;background:#040810;color:#fff;display:flex;flex-direction:column}.submit-header{display:flex;align-items:center;justify-content:space-between;padding:16px clamp(28px,8vw,48px) 8px}.submit-header-logo{display:block;height:36px;width:auto;max-width:calc(100% - 48px);object-fit:contain;object-position:left center}.submit-menu-btn{display:flex;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;padding:4px;border:none;background:transparent;cursor:pointer;-webkit-appearance:none;appearance:none;color:inherit}.submit-menu-btn span{display:block;width:100%;height:2px;background:#fff;border-radius:1px}.submit-main{display:flex;flex-direction:column;padding:4px clamp(28px,8vw,48px) 24px}.submit-form{display:flex;flex-direction:column;align-items:center;width:100%;max-width:400px;margin:0 auto}.submit-title{margin:12px 0 6px;font-size:clamp(18px,4.8vw,22px);font-weight:400;line-height:1.35;text-align:center;letter-spacing:.02em;text-wrap:balance}.submit-subtitle{margin:0 0 16px;font-size:14px;font-weight:400;text-align:center;color:#ffffffe6}.submit-input-wrap{position:relative;width:100%;margin-bottom:16px;padding:14px 14px 30px;border:1px solid rgba(96,165,250,.35);border-radius:12px;background:#ffffff05;transition:border-color .25s ease,box-shadow .25s ease}.submit-input-wrap:focus-within{border-color:#7dd3fcbf;box-shadow:0 0 0 1px #38bdf840,0 0 18px #38bdf859,0 0 36px #38bdf81f}.submit-textarea{width:100%;min-height:72px;resize:none;padding:0;font-size:clamp(20px,5.5vw,24px);font-weight:400;line-height:1.45;color:#fff;background:transparent;border:none;outline:none;font-family:Courier New,Courier,monospace}.submit-textarea::placeholder{color:#ffffff59}.submit-char-count{position:absolute;right:14px;bottom:10px;margin:0;font-size:12px;font-weight:400;color:#ffffff8c}.submit-theme-section{width:100%;margin-bottom:20px;overflow:visible}.submit-theme-label{margin:0 0 12px;font-size:11px;font-weight:500;letter-spacing:.08em;text-align:center;color:#ffffffb3}.submit-theme-grid{display:flex;justify-content:space-between;gap:2px;width:100%;overflow:visible;padding:8px 4px 4px}.submit-theme-item{flex:1 1 0;min-width:0;display:flex;flex-direction:column;align-items:center;gap:8px;padding:0;border:none;background:transparent;cursor:pointer;overflow:visible;-webkit-appearance:none;appearance:none;color:inherit}.submit-theme-icon-slot{display:flex;align-items:center;justify-content:center;width:54px;height:54px;overflow:visible;flex-shrink:0}.submit-theme-icon{display:flex;align-items:center;justify-content:center;width:46px;height:46px;border-radius:50%;border:1.5px solid rgba(255,255,255,.15);transition:transform .2s ease,box-shadow .2s ease,border-color .2s ease;transform-origin:center center}.submit-theme-icon svg{width:24px;height:24px;fill:none;stroke:currentColor;stroke-width:1.2;stroke-linecap:round;stroke-linejoin:round}.submit-theme-icon--sustainable{color:#4ade80;background:radial-gradient(circle at 30% 30%,#4ade8059,#16653440);box-shadow:0 0 12px #4ade8040}.submit-theme-icon--smart{color:#23bfff;background:radial-gradient(circle at 30% 30%,#23bfff59,#1e40af40);box-shadow:0 0 12px #23bfff40}.submit-theme-icon--smart svg,.submit-theme-icon--creative svg{stroke:none}.submit-theme-icon--smart svg path,.submit-theme-icon--smart svg circle,.submit-theme-icon--creative svg path{stroke:currentColor}.submit-theme-icon--healthcare{color:#c084fc;background:radial-gradient(circle at 30% 30%,#c084fc59,#581c8740);box-shadow:0 0 12px #c084fc40}.submit-theme-icon--energy{color:#fbbf24;background:radial-gradient(circle at 30% 30%,#fbbf2459,#92400e40);box-shadow:0 0 12px #fbbf2440}.submit-theme-icon--creative{color:#f19a20;background:radial-gradient(circle at 30% 30%,#f19a2059,#7c2d1240);box-shadow:0 0 12px #f19a2040}.submit-theme-icon--other{color:#ffffffb3;background:radial-gradient(circle at 30% 30%,#64748b59,#1e293b66)}.submit-theme-icon--other svg{fill:currentColor;stroke:none;width:26px;height:26px}.submit-theme-item--selected .submit-theme-icon{transform:scale(1.12)}.submit-theme-item--selected .submit-theme-icon--sustainable{border-color:#4ade80d9;box-shadow:0 0 18px #4ade808c}.submit-theme-item--selected .submit-theme-icon--smart{border-color:#23bfffd9;box-shadow:0 0 18px #23bfff8c}.submit-theme-item--selected .submit-theme-icon--healthcare{border-color:#c084fcd9;box-shadow:0 0 18px #c084fc8c}.submit-theme-item--selected .submit-theme-icon--energy{border-color:#fbbf24d9;box-shadow:0 0 18px #fbbf248c}.submit-theme-item--selected .submit-theme-icon--creative{border-color:#f19a20d9;box-shadow:0 0 18px #f19a208c}.submit-theme-item--selected .submit-theme-icon--other{border-color:#ffffff8c;box-shadow:0 0 18px #94a3b873}.submit-theme-name{font-size:9px;font-weight:400;line-height:1.2;text-align:center;color:#ffffffd9;max-width:100%}.submit-error{margin:0 0 12px;font-size:13px;text-align:center;color:#ff8d8d}.submit-btn{width:100%;height:52px;margin-bottom:14px;border:none;border-radius:16px;font-size:15px;font-weight:700;letter-spacing:.06em;color:#fff;background:linear-gradient(to right,#09f,#93f);cursor:pointer;transition:opacity .2s ease,transform .2s ease;-webkit-appearance:none;appearance:none}.submit-btn:hover:not(:disabled){transform:translateY(-1px)}.submit-btn:disabled{opacity:.65;cursor:not-allowed}.submit-moderation{display:flex;align-items:flex-start;gap:12px;width:100%;padding:14px 16px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#ffffff08}.submit-moderation-icon{flex-shrink:0;width:22px;height:22px;color:#a78bfa}.submit-moderation-icon svg{width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.submit-moderation-text{margin:0;font-size:11px;font-weight:400;line-height:1.45;color:#ffffff80}.submit-footer{width:100%;max-width:400px;margin:16px auto 0;text-align:center}.submit-footer p{margin:0;font-size:12px;font-weight:400;line-height:1.6;color:#ffffffbf}@media(min-width:400px){.submit-theme-name{font-size:10px}}
