*{margin:0;padding:0;box-sizing:border-box;-webkit-tap-highlight-color:transparent;-ms-overflow-style:none;scrollbar-width:none}*::-webkit-scrollbar{display:none}:root{--safe-top: env(safe-area-inset-top, 0px);--safe-bottom: env(safe-area-inset-bottom, 0px);--safe-left: env(safe-area-inset-left, 0px);--safe-right: env(safe-area-inset-right, 0px)}html{-webkit-overflow-scrolling:touch;overscroll-behavior-y:none;overscroll-behavior-x:none;background:#fff;overflow-x:hidden;max-width:100%}body{font-family:Inter,sans-serif;background-color:var(--background);color:var(--on-surface);line-height:1.6;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%;-webkit-touch-callout:none;touch-action:manipulation;background:#fff;overflow-x:hidden;max-width:100%}h1,h2,h3,h4,h5,h6{font-family:Manrope,sans-serif;font-weight:800;letter-spacing:-.02em}a{text-decoration:none;color:inherit;transition:all .3s ease}ul{list-style:none}button{border:none;background:none;cursor:pointer;font-family:inherit;transition:all .2s ease;touch-action:manipulation}img{display:block}button:active,a:active,[role=button]:active{transform:scale(.97)}@keyframes pageEnter{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}.page-enter{animation:pageEnter .35s cubic-bezier(.4,0,.2,1) both}@keyframes shimmer{0%{background-position:-400px 0}to{background-position:400px 0}}.sk{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:400px 100%;animation:shimmer 1.4s ease-in-out infinite;border-radius:8px}.scrollbar-hide{-ms-overflow-style:none;scrollbar-width:none}.scrollbar-hide::-webkit-scrollbar{display:none}.glass{background:#f9f9f8d9;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px)}.container{width:100%;max-width:1200px;margin:0 auto;padding:0 1.5rem}.page-header-standard{padding:2rem 0 1.75rem;text-align:center;display:flex;flex-direction:column;align-items:center}.title-standard{font-size:1.85rem;margin-bottom:.35rem;font-weight:900;color:var(--on-surface)}.subtitle-standard{font-size:.875rem;color:var(--on-surface-variant);max-width:520px;line-height:1.5}@media (max-width: 768px){.container{padding:0 .5rem}.page-header-standard{display:none!important}.title-standard{font-size:1.5rem}.subtitle-standard{font-size:.82rem}}.section-padding{padding:3rem 2rem}@media (max-width: 768px){.section-padding{padding:1.5rem 1rem}}.global-toast{position:fixed;bottom:calc(1rem + var(--safe-bottom));right:1rem;left:1rem;max-width:360px;margin:0 auto;background:var(--surface-container-high);color:var(--on-surface);padding:.65rem 1rem;border-radius:100px;box-shadow:0 6px 20px #0000001a;display:flex;align-items:center;gap:.75rem;z-index:9999;animation:toastIn .3s cubic-bezier(.4,0,.2,1) both;border:1px solid var(--outline-variant)}@keyframes toastIn{0%{transform:translateY(16px) scale(.95);opacity:0}to{transform:translateY(0) scale(1);opacity:1}}.global-toast.success{border-bottom:2px solid #10b981}.global-toast.error{border-bottom:2px solid #ef4444}.global-toast.info{border-bottom:2px solid var(--primary)}.toast-content{flex:1;font-size:.8rem;font-weight:600}.toast-close{background:none;border:none;color:var(--on-surface-variant);font-size:1.1rem;cursor:pointer;line-height:1;flex-shrink:0}.auth-root{min-height:calc(100vh - 6rem);display:flex;align-items:center;justify-content:center;background:var(--surface-container-low)}.auth-container{width:100%;max-width:400px;text-align:center}.auth-brand{margin-bottom:1.25rem}.auth-brand h1{color:var(--primary);font-size:1.5rem;line-height:1.2}.auth-brand p{font-size:.8rem;font-weight:600;color:var(--on-surface-variant)}.auth-card{background:#fff;padding:1.75rem;border-radius:1.25rem;box-shadow:0 4px 20px #0000000d;text-align:left}.auth-message{padding:.75rem;border-radius:.625rem;margin-bottom:1rem;font-size:.8rem;font-weight:700}.auth-message.error{background:#fee2e2;color:#b91c1c;border-left:3px solid #b91c1c}.auth-message.success{background:#dcfce7;color:#15803d;border-left:3px solid #16a34a}.auth-input-group{position:relative;margin-bottom:.875rem}.input-icon{position:absolute;left:.875rem;top:50%;transform:translateY(-50%);color:var(--outline);pointer-events:none}.auth-input-group input,.country-select{width:100%;padding:.75rem .875rem .75rem 2.5rem;border-radius:.75rem;border:1.5px solid var(--outline-variant);font-weight:600;outline:none;transition:.2s ease;font-size:.875rem}.auth-input-group input:focus,.country-select:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--secondary-container)}.auth-submit{width:100%;background:var(--primary);color:#fff;padding:.75rem;border-radius:.75rem;font-weight:800;font-size:.875rem;display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.75rem;transition:.2s;touch-action:manipulation}.auth-submit:hover:not(:disabled){transform:translateY(-1px);opacity:.95}.auth-submit:active{transform:scale(.97)!important}.mode-switch{margin-top:1rem;text-align:center}.auth-toggle-link{font-size:.8rem;font-weight:700;color:var(--primary);text-decoration:none}.auth-toggle-link:hover{text-decoration:underline}.auth-divider{display:flex;align-items:center;gap:.75rem;margin:1rem 0}.divider-line{flex:1;height:1px;background:var(--outline-variant)}.divider-text{font-size:.7rem;font-weight:800;color:var(--on-surface-variant);opacity:.5}.auth-social-btn{width:100%;display:flex;align-items:center;justify-content:center;gap:.625rem;padding:.75rem;border:1.5px solid var(--outline-variant);background:#fff;color:var(--on-surface);border-radius:.75rem;font-weight:700;font-size:.875rem;transition:.2s ease}.auth-social-btn:hover{border-color:var(--primary);background:var(--surface-container-low)}.auth-social-btn.primary-highlight{background:var(--primary);color:#fff;border:none;font-weight:800;box-shadow:0 4px 14px #064e3b26;padding:.5rem .75rem}.auth-social-btn.primary-highlight:hover{opacity:.95;transform:translateY(-1px)}.google-icon-circle{background:#fff;width:2.25rem;height:2.25rem;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.auth-submit.secondary-outline{background:transparent;color:var(--primary);border:1.5px solid var(--primary);box-shadow:none}.auth-submit.secondary-outline:hover{background:#ecfdf5}.manual-accordion{margin-top:1.5rem;border-top:1.5px dashed var(--outline-variant);padding-top:1rem;text-align:center}.manual-link-trigger{display:inline-flex;align-items:center;gap:.35rem;padding:.5rem .75rem;color:var(--primary);font-size:.825rem;font-weight:700;cursor:pointer;background:none;border:none;transition:all .2s ease;text-decoration:underline;text-underline-offset:4px}.manual-link-trigger:hover{color:var(--primary-hover, #047857);opacity:.9;transform:translateY(-1px)}.accordion-chevron{transition:transform .3s cubic-bezier(.4,0,.2,1);color:var(--primary);display:inline-block}.manual-link-trigger.active .accordion-chevron{transform:rotate(180deg)}.auth-google-note{font-size:.75rem;color:var(--on-surface-variant);opacity:.85;margin-top:.75rem;line-height:1.45;text-align:center;font-weight:600}.manual-accordion-content{max-height:0;overflow:hidden;transition:max-height .35s cubic-bezier(.4,0,.2,1),opacity .25s ease-out,padding .35s ease;opacity:0;padding:0 .25rem}.manual-accordion-content.open{max-height:480px;opacity:1;padding:.75rem .25rem 0}.auth-subtext{text-align:center;font-size:.7rem;color:var(--on-surface-variant);margin-top:.75rem;opacity:.7}.ptr-container{position:relative;height:100%;width:100%}.ptr-indicator{position:absolute;top:-40px;left:0;right:0;display:flex;justify-content:center;align-items:center;pointer-events:none;z-index:50}.ptr-icon-box{width:36px;height:36px;background:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 12px #00000026;border:1px solid rgba(0,0,0,.05)}.ptr-icon-box.spinning svg{animation:ptr-spin 1s linear infinite}@keyframes ptr-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.ptr-content{min-height:101%;will-change:transform;padding:0}.custom-select-container{position:relative;width:100%}.custom-select-container.open{z-index:1001}.custom-select-trigger{width:100%;display:flex;align-items:center;justify-content:space-between;cursor:pointer;-webkit-user-select:none;user-select:none;box-sizing:border-box;color:var(--on-surface)}.custom-select-icon{position:absolute;left:.75rem;color:#9ca3af;pointer-events:none}.custom-select-value{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.custom-select-arrow{font-size:.55rem;color:#9ca3af;margin-left:.5rem;transition:transform .2s;flex-shrink:0}.custom-select-options{position:absolute;top:calc(100% + 4px);left:0;min-width:100%;width:max-content;max-width:300px;background:#fff;border:1.5px solid var(--outline-variant, #e5e7eb);border-radius:.6rem;max-height:260px;display:flex;flex-direction:column;overflow:hidden;z-index:1000;box-shadow:0 10px 25px #00000014}.custom-select-options-list{overflow-y:auto;flex:1;max-height:180px;padding:.25rem 0}.custom-select-search-wrapper{padding:.4rem .5rem;border-bottom:1.5px solid var(--outline-variant, #e5e7eb);background:#fff;position:sticky;top:0;z-index:10;display:flex;align-items:center}.custom-select-search-input{width:100%;padding:.35rem .6rem;font-size:.8rem;border-radius:.4rem;border:1.5px solid var(--outline-variant, #e5e7eb);outline:none;font-family:inherit;font-weight:500;background:var(--surface-container-low, #f9fafb);box-sizing:border-box}.custom-select-search-input:focus{border-color:var(--primary, #0d631b)}.custom-select-no-results{padding:.75rem;font-size:.8rem;color:var(--on-surface-variant, #6b7280);text-align:center;font-weight:500}.custom-select-option{padding:.5rem .75rem;font-size:.82rem;font-weight:600;color:var(--on-surface-variant, #374151);cursor:pointer;transition:.15s;text-align:left}.custom-select-option:hover{background:#f0fdf4;color:var(--primary, #0d631b)}.custom-select-option.selected{background:var(--secondary-container, #dcfce7);color:var(--primary, #0d631b)}.custom-select-sticky-option{border-top:1px solid var(--outline-variant, #e5e7eb);background:var(--surface-container-low, #f9fafb);position:sticky;bottom:0;z-index:5}.cp-form .custom-select-trigger{padding:.55rem .65rem .55rem .75rem;border:1.5px solid #e5e7eb;border-radius:.6rem;font-size:.82rem;font-weight:600;font-family:inherit;outline:none;transition:border-color .2s,box-shadow .2s;background:#f9fafb;color:#111827}.cp-form .custom-select-trigger.has-icon{padding-left:2.1rem}.cp-form .custom-select-trigger.open,.cp-form .custom-select-trigger:hover{border-color:var(--primary, #0d631b);background:#fff;box-shadow:0 0 0 3px #0d631b0f}.cv-modal-body .custom-select-trigger,.cv-field .custom-select-trigger{width:100%;padding:.55rem .75rem;border-radius:.5rem;border:1.5px solid var(--outline-variant);font-weight:600;font-size:.85rem;font-family:inherit;outline:none;transition:.2s;background:#fff;color:var(--on-surface)}.cv-modal-body .custom-select-trigger.has-icon,.cv-field .custom-select-trigger.has-icon{padding-left:2.1rem}.cv-modal-body .custom-select-trigger.open,.cv-modal-body .custom-select-trigger:hover,.cv-field .custom-select-trigger.open,.cv-field .custom-select-trigger:hover{border-color:var(--primary);background:#f0fdf4}.cv-form-grid .custom-select-trigger{padding:.875rem 1rem!important;border:2px solid var(--outline-variant)!important;border-radius:1rem!important;font-size:.95rem!important}.cv-form-grid .custom-select-trigger.open,.cv-form-grid .custom-select-trigger:hover{border-color:var(--primary)!important;background:#f0fdf4!important}.filter-bar .custom-select-trigger{width:100%;padding:.4rem .6rem;border-radius:.5rem;border:1.5px solid var(--outline-variant);background:var(--surface-container-low);font-weight:600;font-size:.8rem;outline:none;transition:.2s;height:2rem;color:var(--on-surface)}.filter-bar .custom-select-trigger.open,.filter-bar .custom-select-trigger:hover{border-color:var(--outline);background:var(--surface-container-high)}@media (max-width: 768px){.custom-select-options{left:0;right:auto;width:100%;max-width:none}.phone-prefix-wrap .custom-select-options,.phone-group .custom-select-options,.edit-phone-wrap .custom-select-options{width:max-content;max-width:200px;left:0;right:auto}}.form-grid .custom-select-trigger,.form-group .custom-select-trigger,.main-form .custom-select-trigger{width:100%;padding:.5rem .75rem;border-radius:.6rem;border:1.5px solid var(--outline-variant);background:var(--surface-container-low);font-weight:600;font-size:.82rem;outline:none;transition:all .2s;color:var(--on-surface)}.form-grid .custom-select-trigger.open,.form-grid .custom-select-trigger:hover,.form-group .custom-select-trigger.open,.form-group .custom-select-trigger:hover,.main-form .custom-select-trigger.open,.main-form .custom-select-trigger:hover{border-color:var(--primary);background:#fff;box-shadow:0 0 0 3px var(--secondary-container)}.phone-group .custom-select-trigger,.edit-phone-wrap .custom-select-trigger{width:85px;height:100%;padding:.4rem .5rem;border-radius:.6rem;border:1.5px solid var(--outline-variant);background:var(--surface-container-low);font-weight:700;font-size:.75rem;cursor:pointer}.phone-group .custom-select-trigger.has-icon,.edit-phone-wrap .custom-select-trigger.has-icon{padding-left:1.75rem!important}.phone-group .custom-select-icon,.edit-phone-wrap .custom-select-icon{left:.45rem!important}.phone-group .custom-select-trigger.open,.phone-group .custom-select-trigger:hover,.edit-phone-wrap .custom-select-trigger.open,.edit-phone-wrap .custom-select-trigger:hover{border-color:var(--primary);background:#fff}.edit-phone-wrap .custom-select-trigger{width:95px!important;border-top-right-radius:0!important;border-bottom-right-radius:0!important}.cp-country-select.custom-select-container{width:105px;flex-shrink:0}.cp-country-select .custom-select-trigger{padding-left:2.1rem}.edit-field .custom-select-trigger{width:100%;padding:.55rem .75rem;border:1.5px solid var(--outline-variant);border-radius:.5rem;font-size:.82rem;font-weight:600;outline:none;background:var(--surface-container-low);transition:border-color .2s}.edit-field .custom-select-trigger.open,.edit-field .custom-select-trigger:hover{border-color:var(--primary);background:#fff}img[src*="api.iconify.design"]{object-fit:contain!important;padding:.8rem;background:var(--surface-container-low, #f9fafb)}:root{--primary: #0d631b;--primary-container: #2e7d32;--secondary: #3c6842;--secondary-container: #bdefbe;--tertiary: #735c00;--tertiary-container: #cca72f;--tertiary-fixed: #ffe088;--background: #f9f9f8;--surface: #f9f9f8;--on-surface: #191c1c;--on-surface-variant: #40493d;--surface-container-lowest: #ffffff;--surface-container-low: #f3f4f3;--surface-container: #edeeed;--surface-container-high: #e7e8e7;--surface-container-highest: #e1e3e2;--outline: #707a6c;--outline-variant: rgba(191, 202, 186, .2);--shadow-ambient: 0 8px 24px rgba(25, 28, 28, .06)}
