@import"https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap";.custom-autocomplete-wrapper{position:relative}.custom-autocomplete-label{font-size:16px;font-weight:600;color:#6b7280;margin-bottom:8px;display:block}.custom-autocomplete-label.error{color:#dc2626}.custom-autocomplete-input-container{position:relative}.custom-autocomplete-input{width:100%;padding:12px 16px;font-size:16px;border:1px solid #e5e7eb;border-radius:8px;outline:none;transition:all .2s;box-sizing:border-box;background-color:#fff;color:#111827}.custom-autocomplete-input.error{border-color:#dc2626;background-color:#fef2f2}.custom-autocomplete-input::placeholder{color:#9ca3af}.custom-autocomplete-input:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.custom-autocomplete-input.error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.custom-autocomplete-input:disabled{background-color:#f3f4f6;cursor:not-allowed}.custom-autocomplete-error-message{margin-top:6px;font-size:14px;color:#dc2626;font-weight:500}.custom-autocomplete-loading{position:absolute;right:12px;top:50%;transform:translateY(-50%);font-size:12px;color:#6b7280}.custom-autocomplete-dropdown{position:absolute;top:100%;left:0;right:0;max-height:200px;overflow-y:auto;background:#fff;border:1px solid #e5e7eb;border-radius:8px;margin-top:4px;box-shadow:0 4px 6px #0000001a;z-index:1000;list-style:none;padding:0}.custom-autocomplete-item{padding:10px 12px;cursor:pointer;transition:background-color .2s;border-bottom:1px solid #f3f4f6}.custom-autocomplete-item:last-child{border-bottom:none}.custom-autocomplete-item:hover{background-color:#f3f4f6}.custom-autocomplete-item-name{font-size:14px;font-weight:500;color:#111827;margin-bottom:2px}.custom-autocomplete-item-email{font-size:12px;color:#6b7280}.custom-autocomplete-no-results{padding:10px 12px;font-size:14px;color:#6b7280;text-align:center}.selected-comment-view{margin:20px 0}.selected-comment-title{font-size:18px;font-weight:600;color:#111827;margin-bottom:12px}.selected-comment-empty{padding:20px;text-align:center;color:#6b7280;background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;font-size:14px}.selected-comment-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px;box-shadow:0 1px 3px #0000001a}.selected-comment-header{margin-bottom:12px;padding-bottom:12px;border-bottom:1px solid #e5e7eb}.selected-comment-name{font-size:16px;font-weight:600;color:#111827;margin-bottom:4px}.selected-comment-email{font-size:14px;color:#6b7280}.selected-comment-body{font-size:14px;color:#374151;line-height:1.6;margin-bottom:12px}.selected-comment-meta{display:flex;gap:16px;font-size:12px;color:#6b7280;padding-top:12px;border-top:1px solid #e5e7eb}.selected-comment-meta span{display:inline-block}:root{--blue-500: #261C8C;--dark-dark-400: #5D6064;--dark-dark-800: #000000;--grey-300: #D0D5DD;--grey-700: #344054;--theme-header-color: #1D1F22;--theme-primary: #FE8F1C;--theme-secondery: #00A9E0}html{font-size:100%}@media(min-width:1920px){html{font-size:125%}}@media(min-width:2320px){html{font-size:150%}}@media(min-width:2720px){html{font-size:175%}}@media(min-width:3120px){html{font-size:200%}}@media(min-width:3520px){html{font-size:225%}}@media(min-width:3920px){html{font-size:250%}}@media(min-width:4320px){html{font-size:275%}}@media(min-width:4720px){html{font-size:300%}}@media(min-width:5120px){html{font-size:325%}}@media(min-width:5520px){html{font-size:350%}}@media(min-width:5920px){html{font-size:375%}}@media(min-width:6320px){html{font-size:400%}}@media(min-width:6720px){html{font-size:425%}}@media(min-width:7120px){html{font-size:450%}}@media(min-width:7520px){html{font-size:475%}}@media(min-width:7920px){html{font-size:500%}}@media(min-width:8320px){html{font-size:525%}}@media(min-width:8720px){html{font-size:550%}}@media(min-width:9120px){html{font-size:575%}}@media(min-width:9520px){html{font-size:600%}}@media(min-width:9920px){html{font-size:625%}}body{font-family:Inter,serif!important}#root{width:100%;min-height:100vh}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.5;color:#1f2937}body{min-height:100vh}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto}input,select,textarea,button{font:inherit}.preview-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:16px}.spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top-color:#3b82f6;border-radius:50%;animation:spin .8s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.page-not-found{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;gap:16px;text-align:center}
