@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial}}}:root{--color-primary:#1c7ed6;--color-primary-light:#e7f5ff;--color-primary-dark:#1864ab;--color-accent:#20c997;--color-accent-soft:#e6fcf5;--color-danger:#fa5252;--color-warning:#fd7e14;--color-app-bg:#f5f7fb;--color-surface:#fff;--color-surface-alt:#f1f3f5;--color-border-subtle:#dee2e6;--color-border-strong:#adb5bd;--color-text-main:#212529;--color-text-muted:#868e96;--color-text-inverted:#fff;--font-family:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--spacing-xs:4px;--spacing-sm:8px;--spacing-md:16px;--spacing-lg:24px;--spacing-xl:32px;--spacing-2xl:48px;--spacing-3xl:64px;--radius-sm:4px;--radius-md:8px;--radius-lg:12px;--radius-xl:16px;--radius-pill:9999px;--shadow-sm:0 1px 2px #0000000d;--shadow-md:0 1px 3px #0000001a,0 1px 2px #0000000f;--shadow-lg:0 4px 6px #0000001a,0 2px 4px #0000000f;--shadow-xl:0 10px 15px #0000001a,0 4px 6px #0000000d;--font-heading:"Poppins",Arial,sans-serif;--font-body:"Lora",Georgia,serif;--font-ui:"Poppins",Arial,sans-serif;--color-white:#fff;--color-success:#10b981;--color-success-light:#ecfdf5;--color-success-dark:#065f46;--color-warning-light:#fff4e6;--color-warning-dark:#e8590c;--color-error:#ef4444;--color-error-light:#fef2f2;--color-error-dark:#991b1b;--color-info:#3b82f6;--color-info-light:#dbeafe;--color-info-dark:#1e40af;--color-star:#f59e0b;--color-overlay:#00000080;--color-toast-bg:#363636;--color-text-strong:#111827;--color-text-body:#374151;--color-text-secondary:#6b7280;--color-bg-subtle:#f9fafb;--color-bg-muted:#f3f4f6;--color-border:#e5e7eb;--color-border-success:#6ee7b7;--color-border-warning:#fcd34d;--color-stripe-text:#424770;--color-stripe-placeholder:#aab7c4;--color-stripe-error:#9e2146;--color-accent-dark:#1ba085;--color-danger-light:#ffe3e3;--color-danger-dark:#e03131}body{font-family:var(--font-family);background-color:var(--color-app-bg);color:var(--color-text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.text-hero{color:var(--color-text-main);font-size:48px;font-weight:700;line-height:1.2}.text-title{color:var(--color-text-main);font-size:32px;font-weight:600;line-height:1.3}.text-subtitle{color:var(--color-text-muted);font-size:20px;font-weight:400;line-height:1.5}.text-body{color:var(--color-text-main);font-size:16px;font-weight:400;line-height:1.6}.text-small{color:var(--color-text-muted);font-size:14px;font-weight:400;line-height:1.5}.text-caption{color:var(--color-text-muted);font-size:12px;font-weight:400;line-height:1.4}.ds-btn{border-radius:var(--radius-md);font-family:var(--font-ui);cursor:pointer;border:1px solid #0000;justify-content:center;align-items:center;font-weight:500;text-decoration:none;transition:all .2s;display:inline-flex}.ds-btn:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.ds-btn:disabled{opacity:.5;cursor:not-allowed}.ds-btn-sm{padding:6px 12px;font-size:.875rem}.ds-btn-md{padding:8px 16px;font-size:1rem}.ds-btn-lg{padding:12px 24px;font-size:1.125rem}.ds-btn-pill{border-radius:var(--radius-pill);padding:8px 24px;font-size:1rem}.ds-btn-full{width:100%}.ds-btn-primary{background:var(--color-primary);color:var(--color-white)}.ds-btn-primary:hover:not(:disabled){background:var(--color-primary-dark)}.ds-btn-secondary{background:var(--color-white);color:var(--color-primary);border-color:var(--color-primary);border-width:2px}.ds-btn-secondary:hover:not(:disabled){background:var(--color-primary-light)}.ds-btn-success{background:var(--color-accent);color:var(--color-white)}.ds-btn-success:hover:not(:disabled){background:var(--color-accent-dark)}.ds-btn-danger{background:var(--color-danger);color:var(--color-white)}.ds-btn-danger:hover:not(:disabled){background:var(--color-danger-dark)}.ds-btn-warning{background:var(--color-warning);color:var(--color-white)}.ds-btn-warning:hover:not(:disabled){background:var(--color-warning-dark)}.ds-btn-ghost{color:var(--color-text-main);background:0 0;border-color:#0000}.ds-btn-ghost:hover:not(:disabled){background:var(--color-surface-alt)}.ds-btn-outline{background:var(--color-white);color:var(--color-text-main);border-color:var(--color-border-subtle)}.ds-btn-outline:hover:not(:disabled){background:var(--color-app-bg)}.ds-btn .ds-btn-spinner{justify-content:center;align-items:center;gap:8px;display:flex}.ds-btn .ds-btn-spinner svg{animation:1s linear infinite ds-spin}@keyframes ds-spin{to{transform:rotate(360deg)}}.ds-badge{border-radius:var(--radius-md);align-items:center;font-weight:500;display:inline-flex}.ds-badge-sm{padding:2px 8px;font-size:.75rem}.ds-badge-md{padding:4px 10px;font-size:.875rem}.ds-badge-lg{padding:6px 12px;font-size:1rem}.ds-badge-default{background:var(--color-surface-alt);color:var(--color-text-main)}.ds-badge-primary{background:var(--color-primary-light);color:var(--color-primary)}.ds-badge-success{background:var(--color-accent-soft);color:var(--color-accent)}.ds-badge-danger{background:var(--color-danger-light);color:var(--color-danger)}.ds-badge-warning{background:var(--color-warning-light);color:var(--color-warning)}.ds-alert{border-radius:var(--radius-lg);border:1px solid;padding:16px}.ds-alert-inner{justify-content:space-between;align-items:flex-start;display:flex}.ds-alert-body{flex:1}.ds-alert-title{margin-bottom:4px;font-weight:600}.ds-alert-text{font-size:.875rem}.ds-alert-close{color:currentColor;opacity:.7;cursor:pointer;background:0 0;border:none;margin-left:16px;padding:0;transition:opacity .2s}.ds-alert-close:hover{opacity:1}.ds-alert-info{background:var(--color-primary-light);border-color:var(--color-primary);color:var(--color-primary)}.ds-alert-success{background:var(--color-accent-soft);border-color:var(--color-accent);color:var(--color-accent)}.ds-alert-danger{background:var(--color-danger-light);border-color:var(--color-danger);color:var(--color-danger)}.ds-alert-warning{background:var(--color-warning-light);border-color:var(--color-warning);color:var(--color-warning)}.ds-card{background:var(--color-surface);border-radius:var(--radius-lg);transition:all .2s}.ds-card-default{box-shadow:var(--shadow-md)}.ds-card-elevated{box-shadow:var(--shadow-lg)}.ds-card-outline{border:1px solid var(--color-border-subtle);box-shadow:none}.ds-card-alt{background:var(--color-surface-alt);box-shadow:none}.ds-card-hover:hover{box-shadow:var(--shadow-lg);cursor:pointer}.ds-card-clickable{cursor:pointer}.ds-card-p-sm{padding:16px}.ds-card-p-md{padding:24px}.ds-card-p-lg{padding:32px}.ds-input-wrap{width:100%}.ds-input-label{color:var(--color-text-main);margin-bottom:6px;font-size:.875rem;font-weight:500;display:block}.ds-input-required{color:var(--color-danger);margin-left:4px}.ds-input{border:1px solid var(--color-border-subtle);border-radius:var(--radius-md);width:100%;font-family:var(--font-body);color:var(--color-text-main);padding:10px 16px;font-size:1rem;transition:border-color .2s,box-shadow .2s}.ds-input:hover{border-color:var(--color-border-strong)}.ds-input:focus{border-color:var(--color-primary);box-shadow:0 0 0 2px var(--color-primary-light);outline:none}.ds-input:disabled{background:var(--color-surface-alt);cursor:not-allowed;color:var(--color-text-muted)}.ds-input--error{border-color:var(--color-danger)}.ds-input--error:focus{box-shadow:0 0 0 2px var(--color-danger-light);border-color:var(--color-danger)}.ds-input-hint{color:var(--color-text-muted);margin-top:6px;font-size:.875rem}.ds-input-error{color:var(--color-danger);margin-top:6px;font-size:.875rem}.ds-modal-close{cursor:pointer;color:var(--color-text-secondary);border-radius:var(--radius-sm);background:0 0;border:none;justify-content:center;align-items:center;width:32px;height:32px;padding:0;font-size:1.5rem;transition:background-color .2s;display:flex}.ds-modal-close:hover{background-color:var(--color-bg-muted)}.ds-page-header{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:16px;margin-bottom:24px;display:flex}.ds-page-header-left{flex:1;min-width:0}.ds-page-header-title{font-family:var(--font-heading);letter-spacing:-.4px;color:var(--color-text-main);margin:0 0 4px;font-size:22px;font-weight:700}.ds-page-header-subtitle{font-family:var(--font-body);color:var(--color-text-secondary);margin:0;font-size:14px}.ds-page-header-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.ds-stat-card{background:var(--color-surface);border-radius:var(--radius-lg);border:1px solid var(--color-border-subtle);padding:18px 20px}.ds-stat-card-top{justify-content:space-between;align-items:center;margin-bottom:8px;display:flex}.ds-stat-card-label{font-family:var(--font-ui);color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.8px;font-size:11px;font-weight:500}.ds-stat-card-value{font-family:var(--font-heading);letter-spacing:-.5px;color:var(--color-text-main);font-size:26px;font-weight:700}.ds-stat-card-value--blue{color:var(--color-primary)}.ds-stat-card-value--green{color:var(--color-success)}.ds-stat-card-value--amber{color:var(--color-warning)}.ds-empty-state{text-align:center;background:var(--color-surface);border-radius:var(--radius-xl);border:1px solid var(--color-border-subtle);padding:64px 24px}.ds-empty-state-icon{opacity:.7;margin-bottom:16px;font-size:48px}.ds-empty-state-title{font-family:var(--font-heading);color:var(--color-text-main);margin-bottom:8px;font-size:16px;font-weight:600}.ds-empty-state-message{font-family:var(--font-body);color:var(--color-text-secondary);max-width:380px;margin:0 auto;font-size:14px;line-height:1.6}.ds-empty-state-action{margin-top:20px}.ds-section-card{background:var(--color-surface);border-radius:var(--radius-xl);border:1px solid var(--color-border-subtle);margin-bottom:12px;overflow:hidden}.ds-section-card-header{border-bottom:1px solid var(--color-border-subtle);justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;display:flex}.ds-section-card-header-left{flex:1;align-items:center;gap:10px;min-width:0;display:flex}.ds-section-card-icon{background:var(--color-bg-muted);border-radius:var(--radius-sm);flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;display:flex}.ds-section-card-icon svg{width:14px;height:14px;stroke:var(--color-text-secondary);fill:none;stroke-width:1.8px;stroke-linecap:round;stroke-linejoin:round}.ds-section-card-title{font-family:var(--font-heading);color:var(--color-text-main);margin:0;font-size:13px;font-weight:600}.ds-section-card-subtitle{font-family:var(--font-body);color:var(--color-text-muted);margin:2px 0 0;font-size:12px}.ds-section-card-actions{flex-shrink:0;align-items:center;gap:8px;display:flex}.ds-section-card-body{padding:20px}.ds-section-card-body--no-padding{padding:0}.ds-stats-grid{grid-template-columns:repeat(3,1fr);gap:16px;margin-bottom:24px;display:grid}@media(max-width:768px){.ds-stats-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.ds-stats-grid{grid-template-columns:1fr}}.ds-dashboard-filter-row{flex-wrap:wrap;align-items:center;gap:8px;display:flex}.ds-dashboard-filter-label{color:var(--color-text-secondary);font-size:.875rem}.ds-dashboard-balance-week{opacity:.9;margin-top:4px}.ds-dashboard-card-actions{flex-direction:column;align-items:flex-end;gap:2px;display:flex}.ds-dashboard-empty-cta{max-width:280px;margin-top:12px;margin-left:auto;margin-right:auto;display:block}.ds-view-toggle{gap:8px;margin-bottom:16px;display:flex}.ds-view-toggle-btn{border-radius:var(--radius-sm);border:1px solid var(--color-border-subtle);background:var(--color-surface);font-family:var(--font-ui);color:var(--color-text-muted);cursor:pointer;align-items:center;gap:6px;padding:8px 16px;font-size:13px;font-weight:500;transition:all .15s;display:flex}.ds-view-toggle-btn:hover:not(.ds-view-toggle-btn--active){border-color:var(--color-primary);color:var(--color-primary)}.ds-view-toggle-btn--active{background:var(--color-primary);color:var(--color-white);border-color:var(--color-primary)}.ds-filter-tabs{flex-wrap:wrap;gap:6px;display:flex}.ds-filter-tab{border-radius:var(--radius-pill);border:1px solid var(--color-border-subtle);background:var(--color-surface);font-family:var(--font-ui);color:var(--color-text-muted);cursor:pointer;padding:7px 16px;font-size:13px;font-weight:500;transition:all .15s}.ds-filter-tab:hover:not(.ds-filter-tab--active){border-color:var(--color-primary);color:var(--color-primary)}.ds-filter-tab--active{background:var(--color-primary);color:var(--color-white);border-color:var(--color-primary)}.ds-filters-row{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:20px;display:flex}.ds-radius-filter{font-family:var(--font-ui);color:var(--color-text-muted);align-items:center;gap:8px;font-size:13px;display:flex}.ds-radius-filter-label{color:var(--color-text-secondary);font-size:.875rem}.ds-jobs-map-wrap{border-radius:var(--radius-lg);border:1px solid var(--color-border-subtle);overflow:hidden}.ds-jobs-info-pills{flex-wrap:wrap;gap:8px;margin-top:8px;display:flex}.ds-jobs-recurring-pill{background-color:var(--color-info-light);color:var(--color-info-dark)}.ds-jobs-info-actions{align-items:center;gap:8px;margin-top:12px;display:flex}.ds-jobs-pagination{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:32px;display:flex}.ds-hidden{display:none}.ds-prewrap{white-space:pre-wrap}.ds-detail-label-gap{margin-bottom:8px}.ds-mission-badge-applied{background:var(--color-info-light);color:var(--color-info-dark)}.ds-mission-badge-locked{background:var(--color-success-light);color:var(--color-success-dark)}.ds-mission-info-gap{margin-top:16px}.ds-mission-occ-gap{margin-bottom:16px}.ds-mission-cancel-btn{border-color:var(--color-error)!important;color:var(--color-error)!important}.ds-mission-muted-status{padding:13px}.ds-modal-form{padding:1rem}.ds-modal-field{margin-bottom:1rem}.ds-modal-field-lg{margin-bottom:1.5rem}.ds-modal-label{margin-bottom:.5rem;font-weight:500;display:block}.ds-modal-actions{justify-content:flex-end;gap:.5rem;display:flex}.ds-modal-warning{background-color:var(--color-warning-light);border-radius:var(--radius-sm);border:1px solid var(--color-border-warning);margin-bottom:1rem;padding:.75rem}.ds-modal-warning p{color:var(--color-warning-dark);margin:0;font-size:.875rem}.ds-modal-section-title{margin-bottom:.75rem;font-size:1rem;font-weight:600}.ds-modal-section-divider{border-top:1px solid var(--color-border);margin-bottom:1.5rem;padding-top:1.5rem}.ds-modal-textarea{border:1px solid var(--color-border);border-radius:var(--radius-sm);resize:vertical;width:100%;padding:.75rem;font-size:.875rem}.ds-modal-number-input{border:1px solid var(--color-border);border-radius:var(--radius-sm);width:100%;padding:.75rem;font-size:.875rem}.ds-star-row{align-items:center;gap:.5rem;display:flex}.ds-star-btn{cursor:pointer;color:#d1d5db;background:0 0;border:none;padding:0;font-size:2rem}.ds-star-btn--active{color:var(--color-star)}.ds-star-score{color:var(--color-text-secondary);margin-left:.5rem}.ds-request-provider-header{align-items:center;gap:1rem;margin-bottom:1.5rem;display:flex}.ds-request-avatar-wrap{flex-shrink:0;width:80px;height:80px;position:relative}.ds-request-avatar{-o-object-fit:cover;object-fit:cover;border:2px solid var(--color-border);border-radius:50%;width:80px;height:80px;position:absolute;top:0;left:0}.ds-request-avatar-fallback{background-color:var(--color-border);width:80px;height:80px;color:var(--color-text-secondary);border-radius:50%;justify-content:center;align-items:center;font-size:2rem;font-weight:600;position:absolute;top:0;left:0}.ds-request-provider-name{margin:0 0 .25rem}.ds-request-rating-row{align-items:center;gap:.5rem;display:flex}.ds-request-rating-star{color:var(--color-star);font-size:1rem}.ds-request-rating-text{color:var(--color-text-body);font-size:.875rem;font-weight:500}.ds-request-no-rating{color:var(--color-text-muted);margin:0;font-size:.875rem}.ds-request-cap-list{flex-wrap:wrap;gap:.5rem;display:flex}.ds-request-cap-tag{background-color:var(--color-primary-light);color:var(--color-primary);border-radius:var(--radius-pill);padding:.25rem .75rem;font-size:.875rem}.ds-request-cost{color:var(--color-primary);font-weight:600}.ds-request-chat-window{background-color:var(--color-white);border:1px solid var(--color-border);border-radius:var(--radius-lg);flex-direction:column;transition:all .3s;display:flex;overflow:hidden;box-shadow:0 18px 60px #00000038}.ds-request-chat-header{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:var(--color-white);cursor:pointer;border-bottom:1px solid #ffffff2e;justify-content:space-between;align-items:center;padding:.95rem 1rem;display:flex}.ds-request-chat-header-left{align-items:center;gap:.75rem;display:flex}.ds-request-chat-avatar{background-color:var(--color-white);width:40px;height:40px;color:var(--color-primary);border:1px solid #ffffff8c;border-radius:50%;justify-content:center;align-items:center;font-size:1rem;font-weight:600;display:flex}.ds-request-chat-name{margin:0;font-size:1rem;font-weight:600}.ds-request-chat-status{opacity:.9;margin:0;font-size:.75rem}.ds-request-chat-toggle{color:var(--color-white);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:.25rem;font-size:1.25rem;display:flex}.ds-request-chat-messages{background-color:var(--color-bg-subtle);flex-direction:column;flex:1;gap:.75rem;padding:1rem;display:flex;overflow-y:auto}.ds-request-chat-empty{text-align:center;color:var(--color-text-muted);padding:2rem}.ds-request-chat-empty-hint{font-size:.875rem}.ds-request-chat-bubble-row{justify-content:flex-start;margin-bottom:.6rem;display:flex}.ds-request-chat-bubble-row--own{justify-content:flex-end}.ds-request-chat-bubble{border-radius:14px;max-width:78%;padding:.75rem .95rem}.ds-request-chat-bubble--own{background-color:var(--color-primary);border:1px solid var(--color-primary);color:var(--color-white);box-shadow:0 10px 22px #1c7ed62e}.ds-request-chat-bubble--other{background-color:var(--color-white);border:1px solid var(--color-border);color:var(--color-text-body);box-shadow:0 1px 2px #0000000f}.ds-request-chat-bubble-text{word-break:break-word;white-space:pre-wrap;margin:0;font-size:.875rem;line-height:1.5}.ds-request-chat-bubble-time{opacity:.7;text-align:right;margin:.25rem 0 0;font-size:.75rem}.ds-request-chat-locked{color:var(--color-text-secondary);padding:.75rem 1rem 0;font-size:.75rem}.ds-request-chat-input-row{border-top:1px solid var(--color-border);background-color:var(--color-white);gap:.5rem;padding:.9rem 1rem;display:flex}.ds-request-chat-input{border:1px solid var(--color-border);border-radius:10px;outline:none;flex:1;padding:.75rem .85rem;font-size:.875rem}.ds-request-chat-send{white-space:nowrap;padding:.75rem 1.25rem;font-size:.875rem}.ds-revenues-balance-hint{opacity:.9;margin-top:.25rem}.ds-revenues-table-wrap{padding:0 20px 20px;overflow-x:auto}.ds-demandes-list{flex-direction:column;gap:1rem;display:flex}.ds-demandes-pagination{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;margin-top:1.5rem;display:flex}.ds-support-tabs-wrap{padding:16px 20px 0}.ds-support-table-wrap{padding:0 20px 20px;overflow-x:auto}.ds-support-ticket-link{font-family:var(--font-heading);font-weight:600;font-size:inherit;color:var(--color-primary);border-radius:var(--radius-sm);text-decoration:none}.ds-support-ticket-link:hover{color:var(--color-primary-dark,#1d4ed8);text-decoration:underline}.ds-support-ticket-link:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}.ds-support-pager-wrap{padding:0 20px 16px}.ds-support-loading{text-align:center;color:var(--color-text-secondary);font-family:var(--font-body);padding:40px 20px;font-size:14px}.ds-support-file-input{margin-bottom:.5rem}.ds-support-file-help{color:var(--color-text-secondary);margin-bottom:.5rem;display:block}.ds-support-file-list{margin-top:.5rem}.ds-support-file-item{background:var(--color-bg-muted);border-radius:4px;justify-content:space-between;align-items:center;margin-bottom:.25rem;padding:.5rem;display:flex}.ds-support-file-name{font-size:.875rem}.ds-support-file-remove{color:var(--color-error);cursor:pointer;background:0 0;border:none;font-size:.875rem}.ds-ticket-comments-wrap{padding:20px}.ds-ticket-muted-text{color:var(--color-text-secondary);font-family:var(--font-body);margin:0;padding:20px;font-size:14px}.ds-create-address-select{border:1.5px solid var(--color-border-subtle);border-radius:12px;width:100%;margin-bottom:8px;padding:12px 16px}.ds-create-add-address{margin-top:.5rem}.ds-create-form-actions{justify-content:space-between;margin-top:1.5rem;display:flex}.ds-create-modal-body{padding:1rem 0}.ds-create-modal-canada-hint{color:var(--color-text-secondary,#64748b);margin:0 0 1rem;font-size:.875rem;line-height:1.45}.ds-create-modal-field{margin-bottom:1rem;position:relative}.ds-create-modal-label{margin-bottom:.25rem}.ds-create-modal-input{width:100%}.ds-create-suggestions{z-index:10;background:var(--color-white);border:1px solid var(--color-border);border-radius:8px;max-height:200px;margin-top:2px;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 4px 6px -1px #0000001a}.ds-create-suggestion-btn{text-align:left;cursor:pointer;background:0 0;border:none;width:100%;padding:.5rem .75rem;font-size:.875rem;display:block}.ds-create-suggestion-btn:hover{background:var(--color-bg-muted)}.ds-create-modal-error{margin-top:.25rem;display:block}.ds-create-modal-actions{justify-content:flex-end;gap:.5rem;display:flex}.ds-verify-complete-hint{color:var(--color-text-secondary);margin-top:.5rem;font-size:.875rem}.ds-verify-info-success{color:var(--color-success)}.ds-verify-loading-hint{color:var(--color-text-secondary);padding:1rem;font-size:.875rem}.visible{visibility:visible}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.static{position:static}.container{width:100%}.mx-auto{margin-inline:auto}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline{display:inline}.inline-block{display:inline-block}.table{display:table}.min-h-screen{min-height:100vh}.w-full{width:100%}.flex-1{flex:1}.flex-shrink-0{flex-shrink:0}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.cursor-pointer{cursor:pointer}.resize{resize:both}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.justify-center{justify-content:center}.overflow-auto{overflow:auto}.rounded-full{border-radius:3.40282e38px}.border{border-style:var(--tw-border-style);border-width:1px}.border-\[\#\.\.\.\]{border-color:#...}.bg-\[\#\.\.\.\]{background-color:#...}.bg-\[\#FFFFFF\]{background-color:#fff}.text-center{text-align:center}.text-\[\#\.\.\.\]{color:#...}.italic{font-style:italic}.underline{text-decoration-line:underline}.ring{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,backdrop-filter,display,content-visibility,overlay,pointer-events;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}@media(hover:hover){.hover\:bg-\[\#\.\.\.\]:hover{background-color:#...}}.focus\:ring-\[\#\.\.\.\]:focus{--tw-ring-color:#...}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--color-app-bg);color:var(--color-text-main);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Lora,Georgia,serif}h1,h2,h3,h4,h5,h6,button,label,nav,.badge{font-family:Poppins,Arial,sans-serif}a{color:var(--color-primary);text-decoration:none;transition:color .2s}a:hover{color:var(--color-primary-dark);text-decoration:none}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:var(--color-surface-alt)}::-webkit-scrollbar-thumb{background:var(--color-border-strong);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}:root{--color-primary: #1c7ed6;--color-primary-dark: #1864ab;--color-primary-light: #e7f5ff;--color-accent: #20c997;--color-accent-soft: #e6fcf5;--color-bg: #f5f7fb;--color-surface: #ffffff;--color-surface-alt: #f1f3f5;--color-border-subtle: #dee2e6;--color-text-main: #212529;--color-text-muted: #868e96;--color-text-invert: #ffffff}.page{min-height:100vh;display:flex;flex-direction:column}.container{max-width:1120px;margin:0 auto;padding:0 1.5rem}main .container{max-width:1320px}.cm-container{max-width:1120px;margin:0 auto;padding:0 1.5rem}.cm-section{padding:3.5rem 0}.header{position:sticky;top:0;z-index:20;background-color:var(--color-surface);border-bottom:1px solid var(--color-border-subtle)}.header-inner{display:flex;align-items:center;justify-content:space-between;height:72px}.header-validation-banner{width:100%;padding:0 0 .85rem;background:transparent;color:#92400e}.header-validation-banner-box{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.75rem 1rem;padding:.875rem 1.25rem;background:#fffbeb;border:1px solid #fcd34d;border-radius:16px;box-shadow:0 10px 30px #0000000f}.header-validation-banner-text{display:flex;flex-direction:column;gap:.15rem;flex:1 1 220px;min-width:0}.header-validation-banner-title{font-weight:700;font-size:.95rem;line-height:1.3}.header-validation-banner-desc{font-size:.85rem;line-height:1.4;opacity:.95}.header-validation-banner-cta{flex-shrink:0;text-decoration:none;padding:.45rem 1rem;font-size:.875rem}@media(max-width:768px){.header-validation-banner{padding:0 0 .75rem}.header-validation-banner-box{padding:1rem 1.125rem;gap:.875rem 1rem}.header-validation-banner-text{flex:1 1 100%;min-width:0}.header-validation-banner-title{font-size:.9375rem;line-height:1.35}.header-validation-banner-desc{font-size:.8125rem;line-height:1.5;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}}@media(max-width:640px){.header-validation-banner-box{flex-direction:column;align-items:stretch;padding:1rem;border-radius:14px;gap:1rem}.header-validation-banner-text{gap:.35rem}.header-validation-banner-cta{width:100%;max-width:100%;min-height:44px;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;padding:.65rem 1.25rem;font-size:.9375rem;text-align:center;-webkit-tap-highlight-color:rgba(28,126,214,.15)}}@media(max-width:380px){.header-validation-banner-box{padding:.875rem .75rem;border-radius:12px}.header-validation-banner-title{font-size:.875rem}.header-validation-banner-desc{font-size:.78rem}}.logo{display:flex;align-items:center;gap:0;font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-weight:600;font-size:1.1rem;color:#212529}.logo-mark{width:50px;height:50px;border-radius:8px;-o-object-fit:contain;object-fit:contain;display:block}.nav{display:flex;align-items:center;gap:1.5rem;font-size:.95rem}.nav-links{display:flex;align-items:center;gap:1rem}.nav-right{display:flex;align-items:center;gap:.75rem}.lang-switch{display:inline-flex;align-items:center;gap:.5rem;font-size:.85rem;border-radius:999px;padding:.2rem .6rem;background-color:var(--color-surface-alt)}.lang-switch span{cursor:pointer;padding:.25rem .5rem;border-radius:4px;transition:all .2s ease;color:var(--color-text-muted);font-weight:400}.lang-switch span:hover{color:var(--color-text-main);background-color:#1c7ed61a}.lang-switch .active{color:var(--color-primary);font-weight:600;background-color:#1c7ed61a}.lang-switch span:not(.active):hover{color:var(--color-primary)}.lang-switch>span:nth-child(2){cursor:default;padding:0;color:var(--color-border-subtle);font-weight:300;pointer-events:none}.lang-switch>span:nth-child(2):hover{background-color:transparent;color:var(--color-border-subtle)}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.55rem 1.2rem;font-size:.95rem;font-weight:500;border:1px solid transparent;cursor:pointer;background:transparent;color:var(--color-text-main);text-decoration:none}.btn-primary{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:var(--color-text-invert);border-color:transparent;padding:.65rem 1.5rem;font-weight:600;box-shadow:0 2px 8px #1c7ed633}.btn-primary:hover{filter:brightness(.96);box-shadow:0 4px 12px #1c7ed640}.btn-ghost{border-color:var(--color-border-subtle);background-color:var(--color-surface);color:var(--color-text-main)}.btn-ghost:hover{background-color:var(--color-surface-alt);border-color:var(--color-border-subtle)}.hero{padding:5rem 0 4.5rem;position:relative;background-image:url(/assets/hero-cleanmoi.webp);background-size:cover;background-position:center;background-repeat:no-repeat;min-height:550px;display:flex;align-items:center;margin-bottom:80px}.hero-overlay{position:absolute;inset:0;background:linear-gradient(to right,#00000059,#00000026);z-index:1}.hero-inner{position:relative;z-index:2;display:flex;align-items:center;max-width:800px}.hero-badge{font-size:.85rem;font-weight:500;color:var(--color-primary-dark);background-color:var(--color-primary-light);display:inline-flex;padding:.35rem .8rem;border-radius:999px;margin-bottom:1rem}.hero-title{font-size:2.5rem;line-height:1.15;letter-spacing:-.03em;margin:0 0 1.25rem;color:#fff}.hero .hero-subtitle{font-size:1.05rem;color:#ffffffe6;margin-bottom:1.5rem;max-width:36rem;font-weight:500;line-height:1.6}.hero-conversion-line{font-size:1.1rem;color:#fffffff2;margin-bottom:1.5rem;max-width:32rem;font-weight:500}.hero-actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.75rem;margin-top:.5rem}.hero-helper{font-size:.85rem;color:#ffffffd9}.hero-location{font-size:.9rem;color:#ffffffe6;margin-top:1rem;font-weight:500}.section{padding:6rem 0}.section-cta{padding:7rem 0;background-color:var(--color-surface)}.section-title{font-size:1.6rem;font-weight:600}.section-title{text-align:center;font-size:1.6rem;margin-bottom:1rem}.clients-context-line{text-align:center;font-size:1.1rem;font-weight:600;color:var(--color-text-main);margin-bottom:2rem;max-width:600px;margin-left:auto;margin-right:auto}.section-subtitle{text-align:center;color:var(--color-text-muted);max-width:36rem;margin:0 auto 3rem;font-size:.98rem}.features-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1.25rem;margin-top:2rem}.features-micro-line{text-align:center;color:var(--color-text-muted);font-size:.95rem;margin-top:2.5rem;max-width:600px;margin-left:auto;margin-right:auto}.feature-card{background-color:var(--color-surface);border-radius:16px;padding:1.25rem 1.2rem 1.35rem;border:1px solid var(--color-border-subtle);box-shadow:0 4px 16px #0f172a0a}.feature-icon{display:flex;align-items:center;justify-content:center;margin-bottom:.75rem;color:var(--color-text-main)}.feature-icon svg{width:26px;height:26px;stroke-width:1.5;color:var(--color-primary)}.feature-title{font-size:1.05rem;font-weight:600;margin-top:.75rem;text-align:center}.feature-text{font-size:.92rem;color:var(--color-text-muted)}.two-column-cards{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.5rem}.audience-card{background-color:var(--color-surface);border-radius:16px;padding:1.5rem 1.5rem 1.6rem;border:1px solid var(--color-border-subtle);box-shadow:0 10px 24px #0f172a0f}.audience-title{font-weight:600;margin-bottom:.75rem}.audience-list{margin:0;padding-left:1.2rem;font-size:.95rem;color:var(--color-text-muted)}.audience-list li+li{margin-top:.3rem}.final-cta{padding:3.5rem 0 4rem}.final-cta-card{background-color:var(--color-primary-light);border-radius:20px;padding:2.5rem 2rem;text-align:center;border:1px solid rgba(24,100,171,.12)}.final-cta-title{font-size:1.6rem;margin-bottom:.8rem}.final-cta-text{color:var(--color-text-muted);margin-bottom:1.6rem;font-size:.98rem}.final-cta-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.partner-section{background-color:var(--color-surface);border-top:1px solid var(--color-border-subtle);border-bottom:1px solid var(--color-border-subtle)}.partner-inner{max-width:760px;margin:0 auto;text-align:center}.partner-list{list-style:disc;text-align:left;max-width:540px;margin:.75rem auto 1.5rem;padding-left:1.4rem;color:var(--color-text-muted);font-size:.95rem}.footer{margin-top:auto;background-color:var(--color-surface);border-top:1px solid var(--color-border-subtle);padding:2.5rem 0 2rem;font-size:.88rem}.footer-top{display:grid;grid-template-columns:2fr 1.2fr 1.2fr 1.2fr 1.2fr;gap:2rem;margin-bottom:1.5rem}.footer-logo{font-weight:700;margin-bottom:.4rem}.footer-text{color:var(--color-text-muted)}.footer-heading{font-weight:600;margin-bottom:.7rem;font-size:.9rem}.footer-list{list-style:none;margin:0;padding:0}.footer-list li+li{margin-top:.25rem}.footer-bottom{display:flex;justify-content:space-between;align-items:center;color:var(--color-text-muted);border-top:1px solid var(--color-border-subtle);padding-top:1rem;margin-top:.5rem}.footer-lang{font-size:.85rem}.footer-lang .active{color:var(--color-primary);font-weight:600}.footer-social-list{list-style:none;margin:0;padding:0;display:flex;gap:.75rem;flex-wrap:wrap}.footer-social-link{display:flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:8px;color:var(--color-text-muted);background-color:var(--color-bg);border:1px solid var(--color-border-subtle);transition:color .2s,border-color .2s,background-color .2s}.footer-social-link:hover{color:var(--color-primary);border-color:var(--color-primary);background-color:var(--color-surface)}.header-user-menu{position:relative}.header-user-button{display:flex;align-items:center;gap:.5rem;padding:.25rem .5rem;border-radius:8px;border:none;background:transparent;cursor:pointer;font-family:inherit;transition:background-color .2s}.header-user-button:hover{background-color:var(--color-surface-alt)}.header-user-avatar{width:32px;height:32px;border-radius:50%;background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:var(--color-text-invert);display:flex;align-items:center;justify-content:center;font-size:.85rem;font-weight:600;flex-shrink:0}.header-user-name{font-size:.9rem;font-weight:500;color:var(--color-text-main);white-space:nowrap}.header-user-arrow{width:16px;height:16px;color:var(--color-text-muted);transition:transform .2s}.header-user-arrow.open{transform:rotate(180deg)}.header-dropdown{position:absolute;right:0;top:calc(100% + .5rem);width:200px;background-color:var(--color-surface);border:1px solid var(--color-border-subtle);border-radius:8px;box-shadow:0 4px 12px #0000001a;z-index:100;overflow:hidden}.header-dropdown-header{padding:.75rem 1rem;border-bottom:1px solid var(--color-border-subtle)}.header-dropdown-name{font-size:.9rem;font-weight:600;color:var(--color-text-main);margin-bottom:.25rem}.header-dropdown-email{font-size:.8rem;color:var(--color-text-muted)}.header-dropdown-item{display:block;width:100%;padding:.75rem 1rem;text-align:left;font-size:.9rem;color:var(--color-text-main);text-decoration:none;background:transparent;border:none;cursor:pointer;font-family:inherit;transition:background-color .2s}.header-dropdown-item:hover{background-color:var(--color-surface-alt)}.header-dropdown-logout{color:var(--color-danger)}.header-dropdown-logout:hover{background-color:var(--color-surface-alt);color:var(--color-danger)}.header-dropdown-logout:disabled{opacity:.5;cursor:not-allowed}@media(max-width:1100px){.footer-top{grid-template-columns:2fr 1fr 1fr 1fr}.footer-top>:last-child{grid-column:1 / -1}.footer-social-list{justify-content:flex-start}}@media(max-width:900px){.hero{min-height:400px}.features-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.two-column-cards{grid-template-columns:minmax(0,1fr)}.footer-top{grid-template-columns:minmax(0,1fr);text-align:center}.footer-social-list{justify-content:center}}@media(max-width:640px){.header-inner{gap:.75rem}.nav-links,.lang-switch,.nav-right .btn-primary,.header-user-name{display:none}.hero{padding-top:3.2rem}.hero-title{font-size:1.9rem}.features-grid{grid-template-columns:minmax(0,1fr)}.final-cta-card{padding:2rem 1.2rem}.footer-bottom{flex-direction:column;gap:.5rem}}.lead{font-size:1.1rem;color:var(--color-text-muted);text-align:center;max-width:36rem;margin:0 auto 2.5rem;line-height:1.6}.benefits{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin:2.5rem 0}.benefit{background-color:var(--color-surface);border-radius:12px;padding:1.5rem;border:1px solid var(--color-border-subtle);box-shadow:0 4px 12px #0f172a0d;text-align:center;font-weight:600;color:var(--color-text-main)}.contact-box{background-color:var(--color-surface);border-radius:16px;padding:2rem;border:1px solid var(--color-border-subtle);box-shadow:0 10px 24px #0f172a0f;margin:2.5rem 0;text-align:center}.contact-box p{font-size:1rem;color:var(--color-text-main);margin-bottom:1rem}.contact-box p:last-child{margin-bottom:0}.contact-box strong{color:var(--color-primary);font-weight:600}.values{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem;margin-top:2rem}.values li{background-color:var(--color-surface);border-radius:12px;padding:1.5rem;border:1px solid var(--color-border-subtle);box-shadow:0 4px 12px #0f172a0d;text-align:center;font-weight:500;color:var(--color-text-main)}.section h1{font-size:2.3rem;line-height:1.15;letter-spacing:-.03em;margin:0 0 1rem;text-align:center}.section h2{font-size:1.6rem;font-weight:600;margin:2.5rem 0 1rem;color:var(--color-text-main)}.section p{font-size:1rem;color:var(--color-text-muted);line-height:1.6;margin-bottom:1.5rem}@media(max-width:640px){.section h1{font-size:1.9rem}.benefits,.values{grid-template-columns:minmax(0,1fr)}}.hero-how{background-image:url(/assets/hero-how-it-works.png);background-size:cover;background-position:center;background-repeat:no-repeat;padding:5.5rem 0 5rem}.hero-how .hero-title{font-size:2.5rem;margin-bottom:1.25rem}.hero-how .hero-subtitle{color:#ffffffe6;margin-bottom:1.25rem}.hero-how .hero-conversion-line{margin-bottom:2rem}.hero-how .hero-actions{margin-top:.75rem}.hero-faq{padding:4.5rem 0 4rem}.hero-grid{display:grid;grid-template-columns:minmax(0,1.1fr) minmax(0,1fr);gap:3rem;align-items:center}.hero-text h1{font-size:2.3rem;line-height:1.15;letter-spacing:-.03em;margin:0 0 1rem}.hero-subtitle{font-size:1rem;color:var(--color-text-muted);margin-bottom:0}.hero-image-placeholder{border-radius:20px;background:var(--color-primary-light);border:1px dashed var(--color-primary);min-height:260px;display:flex;align-items:center;justify-content:center;color:var(--color-primary-dark);font-size:1rem;text-align:center;padding:2rem}.hero-image{border-radius:20px;overflow:hidden;display:flex;align-items:center;justify-content:center}.hero-image img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;border-radius:20px}.section-intro{text-align:center;color:var(--color-text-muted);max-width:36rem;margin:0 auto 2.5rem;font-size:.98rem}.image-placeholder{border-radius:16px;background:var(--color-surface-alt);border:1px dashed var(--color-border-subtle);min-height:200px;display:flex;align-items:center;justify-content:center;color:var(--color-text-muted);font-size:.95rem;text-align:center;padding:2rem;margin-bottom:2.5rem}.steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem;margin-top:2.5rem}.steps-two-column{grid-template-columns:repeat(2,minmax(0,1fr))}.step{background-color:var(--color-surface);border-radius:16px;padding:1.5rem;border:1px solid var(--color-border-subtle);box-shadow:0 10px 24px #0f172a0f}.step-number{width:48px;height:48px;border-radius:999px;background-color:var(--color-primary);color:var(--color-text-invert);display:flex;align-items:center;justify-content:center;font-size:1.3rem;font-weight:700;margin-bottom:1.25rem}.step h3{font-size:1.1rem;font-weight:600;margin-bottom:.75rem}.step p{font-size:.95rem;color:var(--color-text-muted);line-height:1.6;margin:0}.step p strong{color:var(--color-text-main);font-weight:600}.clients-bullets,.trust-bullets{list-style:none;padding:0;margin:2.5rem auto 0;max-width:600px;display:flex;flex-direction:column;gap:.75rem}.clients-bullets li,.trust-bullets li{padding-left:1.5rem;position:relative;color:var(--color-text-muted);font-size:.95rem}.clients-bullets li:before,.trust-bullets li:before{content:"✓";position:absolute;left:0;color:var(--color-primary);font-weight:600}.providers-legal-note{margin-top:2rem;text-align:center;color:var(--color-text-muted);font-size:.9rem;font-style:italic;padding-top:1.5rem;border-top:1px solid var(--color-border-subtle)}.how-it-works-steps{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:2rem;margin-top:2.5rem;max-width:960px;margin-left:auto;margin-right:auto}.step-card{background-color:var(--color-surface);border-radius:16px;padding:2rem;border:1px solid var(--color-border-subtle);box-shadow:0 10px 24px #0f172a0f;max-width:100%}.step-title{font-size:1.1rem;font-weight:600;margin-bottom:.75rem;color:var(--color-text-main)}.step-text{font-size:.95rem;color:var(--color-text-muted);line-height:1.6;margin:0}.how-it-works-cta{text-align:center;margin-top:2.5rem}.section-alt{background-color:var(--color-surface);border-top:1px solid var(--color-border-subtle);border-bottom:1px solid var(--color-border-subtle)}.section-alt .section-title{font-size:1.8rem;margin-bottom:2rem}.section-light{background-color:var(--color-bg)}.section-protection{padding:6rem 0}.section-title-protection{font-size:1.8rem;font-weight:600;margin-bottom:2.5rem}.section-cta{background-color:var(--color-bg)}.cta-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:2rem}.cta-block{background-color:var(--color-surface);border-radius:16px;padding:2rem;border:1px solid var(--color-border-subtle);box-shadow:0 10px 24px #0f172a0f;text-align:center}.cta-block h2{font-size:1.4rem;font-weight:600;margin-bottom:.75rem}.cta-block p{font-size:.95rem;color:var(--color-text-muted);margin-bottom:1.5rem}.cta-buttons{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.cta-single{text-align:center;max-width:600px;margin:0 auto}.cta-title{font-size:1.8rem;font-weight:600;margin-bottom:1.5rem;color:var(--color-text-main)}.cta-magnetic-line{font-size:1.15rem;font-weight:500;color:var(--color-text-main);margin-bottom:1rem;text-align:center}.cta-subtitle{font-size:1rem;color:var(--color-text-muted);margin-bottom:2rem;text-align:center}.faq-layout{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:3rem}.faq-column h2{font-size:1.4rem;font-weight:600;margin-bottom:1.5rem}.faq-item{margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid var(--color-border-subtle)}.faq-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.faq-item h3{font-size:1.1rem;font-weight:600;margin-bottom:.75rem;color:var(--color-text-main)}.faq-item p{font-size:.95rem;color:var(--color-text-muted);line-height:1.6;margin:0}.faq-item p strong{color:var(--color-text-main);font-weight:600}.faq-item a{color:var(--color-primary);text-decoration:underline}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-top:2.5rem}@media(max-width:900px){.hero-grid{grid-template-columns:minmax(0,1fr)}.hero-image-placeholder{min-height:220px}.steps-two-column,.cta-grid,.faq-layout{grid-template-columns:minmax(0,1fr)}}@media(max-width:640px){.hero-text h1{font-size:1.9rem}.steps,.faq-grid{grid-template-columns:minmax(0,1fr)}}.page-auth{background-color:var(--color-bg)}.cm-auth-section{padding:3rem 0 4rem;min-height:calc(100vh - 144px);display:flex;align-items:center}.cm-auth-container{max-width:440px;width:100%;margin:0 auto}.cm-auth-section h1{font-size:1.8rem;font-weight:700;text-align:center;margin-bottom:.5rem;color:var(--color-text-main)}.cm-auth-subtitle{text-align:center;color:var(--color-text-muted);font-size:.95rem;margin-bottom:2rem}.cm-auth-form{margin-bottom:1.5rem}.cm-form-group{margin-bottom:1.25rem}.cm-form-group label{display:block;font-size:.9rem;font-weight:500;color:var(--color-text-main);margin-bottom:.5rem}.cm-form-group input[type=email],.cm-form-group input[type=password],.cm-form-group input[type=text],.cm-form-group input[type=number],.cm-form-group input[type=datetime-local],.cm-form-group select,.cm-form-group textarea{width:100%;padding:.75rem 1rem;font-size:1rem;border:1px solid var(--color-border-subtle);border-radius:8px;background-color:var(--color-surface);color:var(--color-text-main);transition:border-color .2s,box-shadow .2s;box-sizing:border-box}.cm-form-group input:focus,.cm-form-group select:focus,.cm-form-group textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-light)}.cm-form-group textarea{resize:vertical;min-height:140px;line-height:1.6;padding:1rem;font-family:inherit}.cm-form-group select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23212529'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M19 9l-7 7-7-7'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;background-size:1.25rem;padding-right:2.5rem}.cm-form-group input.cm-input-error,.cm-form-group select.cm-input-error,.cm-form-group textarea.cm-input-error{border-color:var(--color-danger-red, #fa5252)}.cm-form-group input.cm-input-error:focus,.cm-form-group select.cm-input-error:focus,.cm-form-group textarea.cm-input-error:focus{border-color:var(--color-danger-red, #fa5252);box-shadow:0 0 0 3px #fa52521a}.cm-field-error{display:block;color:var(--color-danger-red, #fa5252);font-size:.85rem;margin-top:.4rem}.cm-form-checkbox{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem;font-size:.9rem;color:var(--color-text-main)}.cm-form-checkbox input[type=checkbox]{margin-top:.2rem;width:1.1rem;height:1.1rem;cursor:pointer;flex-shrink:0}.cm-form-checkbox label{cursor:pointer;line-height:1.5}.cm-form-checkbox .cm-link{color:var(--color-primary);text-decoration:underline}.cm-form-alert{padding:.875rem 1rem;border-radius:8px;margin-bottom:1.25rem;font-size:.9rem;line-height:1.5}.cm-alert-error{background-color:#fee2e2;border:1px solid #fca5a5;color:#991b1b}.cm-alert-success{background-color:#d1fae5;border:1px solid #6ee7b7;color:#065f46}.cm-btn{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;border:1px solid transparent;cursor:pointer;transition:all .2s;text-decoration:none;font-family:inherit}.cm-btn:disabled{opacity:.6;cursor:not-allowed}.cm-btn-primary{background:linear-gradient(135deg,var(--color-primary),var(--color-primary-dark));color:var(--color-text-invert);border-color:transparent}.cm-btn-primary:hover:not(:disabled){filter:brightness(.96)}.cm-btn-outline{border-color:var(--color-border-subtle);background-color:var(--color-surface);color:var(--color-text-main)}.cm-btn-outline:hover:not(:disabled){background-color:var(--color-surface-alt)}.cm-btn-ghost{background-color:transparent;color:var(--color-text-main);border:1px solid transparent}.cm-btn-ghost:hover:not(:disabled){background-color:var(--color-surface-alt);color:var(--color-text-main)}.cm-btn-block{width:100%}.cm-auth-links{text-align:center;margin-bottom:1.5rem}.cm-auth-links .cm-link{font-size:.9rem;color:var(--color-primary);text-decoration:none}.cm-auth-links .cm-link:hover{text-decoration:underline}.cm-auth-divider{display:flex;align-items:center;margin:1.5rem 0;gap:1rem}.cm-auth-divider:before,.cm-auth-divider:after{content:"";flex:1;height:1px;background-color:var(--color-border-subtle)}.cm-auth-divider span{font-size:.85rem;color:var(--color-text-muted);text-transform:uppercase}.cm-google-button-wrapper{display:flex;justify-content:center;margin-bottom:1.5rem}.cm-auth-footer{text-align:center;font-size:.9rem;color:var(--color-text-muted);margin-top:1.5rem}.cm-auth-footer .cm-link{color:var(--color-primary);text-decoration:none;font-weight:500}.cm-auth-footer .cm-link:hover{text-decoration:underline}.page-login .header .nav,.page-login .header .nav-right{display:none}@media(max-width:640px){.page-login .cm-auth-section{padding:1.5rem 0 3rem;min-height:auto}.cm-auth-section{padding:2rem 0 3rem}.cm-auth-container{padding:0 1rem}.cm-auth-section h1{font-size:1.6rem}.page-login .cm-auth-subtitle{margin-bottom:1.5rem}.page-login .cm-form-group{margin-bottom:1.05rem}.page-login .cm-btn-primary{width:100%;padding:.875rem 1.5rem}.page-login .cm-google-button-wrapper{width:100%}.page-login .cm-google-button-wrapper>div{width:100%}.page-login .cm-google-button-wrapper>div>div{width:100%!important;height:48px!important}.page-login .cm-auth-divider{margin:1.25rem 0}}.page-verify{background-color:var(--color-bg)}.cm-verify-hero{padding:3rem 0 2rem;text-align:center}.cm-verify-hero h1{font-size:2rem;font-weight:700;color:var(--color-text-main);margin-bottom:1rem}.cm-verify-hero p{font-size:1rem;color:var(--color-text-muted);margin-bottom:.75rem;max-width:600px;margin-left:auto;margin-right:auto}.cm-verify-progress{margin-top:1.5rem;padding:1rem;background-color:var(--color-primary-light);border-radius:8px;display:inline-block;font-size:1.1rem;color:var(--color-primary)}.cm-verify-list{padding:2rem 0 4rem}.cm-verify-item{background-color:var(--color-surface);border:1px solid var(--color-border-subtle);border-radius:12px;padding:1.5rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:space-between;gap:1.5rem;transition:all .2s ease}.cm-verify-item:hover{box-shadow:0 2px 8px #00000014}.cm-verify-item.cm-verify-completed{opacity:.7;background-color:var(--color-surface-alt)}.cm-verify-left{display:flex;align-items:center;gap:1rem;flex:1}.cm-verify-icon{width:48px;height:48px;border-radius:12px;background-color:var(--color-primary-light);display:flex;align-items:center;justify-content:center;flex-shrink:0}.cm-verify-icon-email:before{content:"✉";font-size:1.5rem}.cm-verify-icon-phone:before{content:"📱";font-size:1.5rem}.cm-verify-icon-location:before{content:"📍";font-size:1.5rem}.cm-verify-icon-commitment:before{content:"📄";font-size:1.5rem}.cm-verify-icon-id:before{content:"🆔";font-size:1.5rem}.cm-verify-icon-survey:before{content:"📋";font-size:1.5rem}.cm-verify-text{flex:1}.cm-verify-text h2{font-size:1.1rem;font-weight:600;color:var(--color-text-main);margin-bottom:.25rem}.cm-verify-text p{font-size:.9rem;color:var(--color-text-muted);margin:0}.cm-verify-right{display:flex;align-items:center;gap:1rem;flex-shrink:0}.cm-verify-status{padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:500;white-space:nowrap}.cm-status-pending{background-color:var(--color-surface-alt);color:var(--color-text-muted)}.cm-status-completed{background-color:var(--color-accent-soft);color:var(--color-accent)}.cm-verify-expanded{width:100%;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid var(--color-border-subtle)}.cm-verify-form{max-width:500px}.cm-verify-form .cm-form-group{margin-bottom:1rem}.cm-verify-form label{display:block;font-size:.9rem;font-weight:500;color:var(--color-text-main);margin-bottom:.5rem}.cm-verify-form input,.cm-verify-form select,.cm-verify-form textarea{width:100%;padding:.75rem;border:1px solid var(--color-border-subtle);border-radius:8px;font-size:.95rem;font-family:inherit;transition:border-color .2s}.cm-verify-form input:focus,.cm-verify-form select:focus,.cm-verify-form textarea:focus{outline:none;border-color:var(--color-primary)}.cm-verify-form-help{font-size:.85rem;color:var(--color-text-muted);margin-bottom:1rem}.cm-verify-completed-message{padding:1rem;background-color:var(--color-accent-soft);color:var(--color-accent);border-radius:8px;font-weight:500}.cm-verify-footer{margin-top:3rem;padding:1.5rem;background-color:var(--color-primary-light);border-radius:12px;text-align:center}.cm-verify-footer p{margin:0;color:var(--color-text-main);font-size:.95rem}.cm-verify-footer strong{color:var(--color-primary)}@media(max-width:640px){.cm-verify-item{flex-direction:column;align-items:flex-start;gap:1rem}.cm-verify-right{width:100%;justify-content:space-between}.cm-verify-hero h1{font-size:1.6rem}}.loading-spinner-wrapper{display:flex;align-items:center;justify-content:center}.loading-spinner{animation:spin 1s linear infinite}.loading-spinner-sm{width:16px;height:16px}.loading-spinner-md{width:32px;height:32px}.loading-spinner-lg{width:48px;height:48px}.loading-spinner-primary{color:var(--color-primary)}.loading-spinner-white{color:var(--color-text-invert)}.loading-spinner-muted{color:var(--color-text-muted)}.loading-spinner-circle{opacity:.25}.loading-spinner-path{opacity:.75}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.loading-page{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:var(--color-bg)}.loading-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:50}.loading-overlay-content{background-color:var(--color-surface);border-radius:12px;padding:1.5rem;display:flex;flex-direction:column;align-items:center;box-shadow:0 10px 15px #0000001a,0 4px 6px #0000000d}.page-dashboard{background-color:var(--color-bg);min-height:100vh}.cm-dashboard{padding:2rem 0}.cm-dashboard-layout{display:grid;grid-template-columns:240px 1fr;gap:2rem;align-items:flex-start}.cm-dashboard-sidebar{position:sticky;top:88px;height:calc(100vh - 88px);overflow-y:auto;background-color:var(--color-surface);border-right:1px solid var(--color-border-subtle)}.cm-dashboard-nav{display:flex;flex-direction:column;gap:.5rem}.cm-dashboard-nav-item{display:flex;align-items:center;gap:.75rem;padding:.75rem 1rem;border:none;background:transparent;color:var(--color-text-main);font-size:.95rem;text-align:left;cursor:pointer;border-radius:8px;transition:all .2s ease}.cm-dashboard-nav-item:hover{background-color:var(--color-surface-alt)}.cm-dashboard-nav-item.is-active{background-color:var(--color-primary-light);color:var(--color-primary);font-weight:600}.cm-nav-icon{width:20px;height:20px;display:inline-block;background-size:contain;background-repeat:no-repeat;background-position:center;opacity:.6;color:var(--color-text-main)}.cm-dashboard-nav-item.is-active .cm-nav-icon{opacity:1;color:var(--color-primary)}.cm-nav-icon-dashboard:before{content:"";display:inline-block;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}.cm-nav-icon-jobs:before{content:"";display:inline-block;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21 13.255A23.931 23.931 0 0112 15c-3.183 0-6.22-.62-9-1.745M16 6V4a2 2 0 00-2-2h-4a2 2 0 00-2 2v2m4 6h.01M5 20h14a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}.cm-nav-icon-missions:before{content:"";display:inline-block;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}.cm-nav-icon-revenus:before{content:"";display:inline-block;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}.cm-nav-icon-messages:before{content:"";display:inline-block;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}.cm-nav-icon-profile:before{content:"";display:inline-block;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}.cm-nav-icon-support:before{content:"";display:inline-block;width:20px;height:20px;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M18.364 5.636l-3.536 3.536m0 5.656l3.536 3.536M9.172 9.172L5.636 5.636m3.536 9.192l-3.536 3.536M21 12a9 9 0 11-18 0 9 9 0 0118 0zm-5 0a4 4 0 11-8 0 4 4 0 018 0z'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;background-position:center}.cm-dashboard-main{display:flex;flex-direction:column;gap:1.5rem;width:100%;padding:1.75rem 2rem 2.5rem}.page-dashboard .cm-dashboard-main{padding:1.75rem 2rem 2.5rem}.cm-dashboard-header{margin-bottom:0}.cm-dashboard-header h1{font-size:1.5rem;font-weight:700;color:var(--color-text-main);margin-bottom:.375rem}.cm-dashboard-header p{font-size:.875rem;color:var(--color-text-muted);line-height:1.6}.cm-page-header{margin-bottom:0}.cm-page-header h1{font-size:1.5rem;font-weight:700;color:var(--color-text-main);margin-bottom:.375rem}.cm-page-header p{font-size:.875rem;color:var(--color-text-muted);line-height:1.6}.cm-support-header{display:flex;align-items:center;justify-content:space-between;margin-top:.75rem}.cm-support-header .cm-btn-primary{padding-inline:1.5rem}.cm-dashboard-card{background:#fff;border-radius:16px;box-shadow:0 10px 30px #0000000f;padding:1.75rem;max-width:900px;width:100%}.cm-card-header{display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #e5e7eb;padding-bottom:1rem;margin-bottom:1.5rem}.cm-card-header h2{font-size:1.5rem;font-weight:700;color:#111827;margin:0}.cm-card-actions{display:flex;align-items:center;gap:1rem;flex-shrink:0}.cm-btn-sm{padding:.5rem 1rem;font-size:.875rem;white-space:nowrap}.cm-card-title-group{display:flex;align-items:flex-start;gap:1rem}.cm-card-icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:8px;background-color:var(--color-surface-alt);color:var(--color-text-main);flex-shrink:0}.cm-card-icon:before{content:"";display:inline-block;width:24px;height:24px;background-size:contain;background-repeat:no-repeat;background-position:center}.cm-card-icon-balance:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 8c-1.657 0-3 .895-3 2s1.343 2 3 2 3 .895 3 2-1.343 2-3 2m0-8c1.11 0 2.08.402 2.599 1M12 8V7m0 1v8m0 0v1m0-1c-1.11 0-2.08-.402-2.599-1M21 12a9 9 0 11-18 0 9 9 0 0118 0z'/%3E%3C/svg%3E")}.cm-card-icon-jobs:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21 13.255A23.931 23.931 0 0112 15c-3.183 0-6.22-.62-9-1.745M16 6V4a2 2 0 00-2-2h-4a2 2 0 00-2 2v2m4 6h.01M5 20h14a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z'/%3E%3C/svg%3E")}.cm-card-icon-missions:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 5H7a2 2 0 00-2 2v12a2 2 0 002 2h10a2 2 0 002-2V7a2 2 0 00-2-2h-2M9 5a2 2 0 002 2h2a2 2 0 002-2M9 5a2 2 0 012-2h2a2 2 0 012 2m-6 9l2 2 4-4'/%3E%3C/svg%3E")}.cm-card-icon-requests:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M9 12h6m-6 4h6m2 5H7a2 2 0 01-2-2V5a2 2 0 012-2h5.586a1 1 0 01.707.293l5.414 5.414a1 1 0 01.293.707V19a2 2 0 01-2 2z'/%3E%3C/svg%3E")}.cm-card-icon-upcoming:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 7V3m8 4V3m-9 8h10M5 21h14a2 2 0 002-2V7a2 2 0 00-2-2H5a2 2 0 00-2 2v12a2 2 0 002 2z'/%3E%3C/svg%3E")}.cm-card-icon-recent:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M12 8v4l3 3m6-3a9 9 0 11-18 0 9 9 0 0118 0z'/%3E%3C/svg%3E")}.cm-card-icon-messages:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M8 12h.01M12 12h.01M16 12h.01M21 12c0 4.418-4.03 8-9 8a9.863 9.863 0 01-4.255-.949L3 20l1.395-3.72C3.512 15.042 3 13.574 3 12c0-4.418 4.03-8 9-8s9 3.582 9 8z'/%3E%3C/svg%3E")}.cm-card-icon-dashboard:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M3 12l2-2m0 0l7-7 7 7M5 10v10a1 1 0 001 1h3m10-11l2 2m-2-2v10a1 1 0 01-1 1h-3m-6 0a1 1 0 001-1v-4a1 1 0 011-1h2a1 1 0 011 1v4a1 1 0 001 1m-6 0h6'/%3E%3C/svg%3E")}.cm-card-icon-profile:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M16 7a4 4 0 11-8 0 4 4 0 018 0zM12 14a7 7 0 00-7 7h14a7 7 0 00-7-7z'/%3E%3C/svg%3E")}.cm-card-icon-professional:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M21 13.255A23.931 23.931 0 0112 15c-3.183 0-6.22-.62-9-1.745M16 6V4a2 2 0 00-2-2h-4a2 2 0 00-2 2v2m4 6h.01M5 20h14a2 2 0 002-2V8a2 2 0 00-2-2H5a2 2 0 00-2 2v10a2 2 0 002 2z'/%3E%3C/svg%3E")}.cm-card-icon-location:before{background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='currentColor'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M17.657 16.657L13.414 20.9a1.998 1.998 0 01-2.827 0l-4.244-4.243a8 8 0 1111.314 0z'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M15 11a3 3 0 11-6 0 3 3 0 016 0z'/%3E%3C/svg%3E")}.cm-profile-section-subtitle{display:flex;align-items:center;gap:.5rem;font-size:.9375rem;font-weight:600;color:var(--color-text-main);margin:0 0 .75rem}.cm-profile-rating{display:flex;align-items:center;gap:.35rem;flex-wrap:wrap}.cm-profile-rating-stars{color:#f59e0b;font-size:1rem;letter-spacing:.05em}.cm-address-block{padding:.75rem 1rem;background:var(--color-surface-alt);border-radius:8px;margin-bottom:.5rem}.cm-address-block-actions{margin-top:.5rem;display:flex;align-items:center;gap:.5rem}@media(max-width:640px){.cm-profile-avatar-row{flex-direction:column;align-items:flex-start}.cm-address-block{word-break:break-word}.cm-dashboard-card .cm-card-title-group{flex-wrap:wrap}}.cm-estimated-price{display:inline-block;padding:.25rem .5rem;background-color:#f3f4f6;border-radius:.375rem;font-size:.875rem;font-weight:500;color:#059669}.cm-estimated-price-large{font-size:1.25rem;font-weight:600;color:#059669}.cm-service-details-list{display:flex;flex-direction:column;gap:.75rem}.cm-checkbox-label{display:flex;align-items:center;gap:.5rem;cursor:pointer;padding:.5rem;border-radius:.375rem;transition:background-color .2s}.cm-checkbox-label:hover{background-color:var(--color-surface-alt)}.cm-checkbox-label input[type=checkbox]{width:1.25rem;height:1.25rem;cursor:pointer;accent-color:var(--color-primary)}.cm-service-detail-input{display:flex;flex-direction:column}.cm-service-detail-input label{font-weight:500;color:var(--color-text-main);margin-bottom:.25rem}.cm-service-detail-input input[type=text],.cm-service-detail-input select{padding:.5rem;border:1px solid var(--color-border-subtle);border-radius:.375rem;font-size:.875rem;transition:border-color .2s}.cm-service-detail-input input[type=text]:focus,.cm-service-detail-input select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-light)}.cm-card-title-group h2{font-size:1.25rem;font-weight:600;color:var(--color-text-main);margin-bottom:.25rem}.cm-card-subtitle{font-size:.875rem;color:var(--color-text-muted);margin:0}.cm-card-link{font-size:.875rem;color:var(--color-primary);text-decoration:none;font-weight:500;white-space:nowrap;display:inline-flex;align-items:center;gap:.25rem}.cm-card-link:after{content:"›";font-size:1.2rem;line-height:1}.cm-card-link:hover{text-decoration:underline}.cm-card-body{display:flex;flex-direction:column;gap:1rem}.cm-card-body .cm-btn{align-self:flex-start}.cm-card-footer{margin-top:1rem;padding-top:1rem;border-top:1px solid var(--color-border-subtle)}.cm-balance-amount{font-size:2.5rem;font-weight:700;color:var(--color-text-main);margin:.5rem 0 1rem}.jobs-list{padding:16px;display:flex;flex-direction:column;gap:1rem}.job-card{background:var(--color-surface);border-radius:16px;border:1px solid var(--color-border-subtle);overflow:hidden;transition:box-shadow .2s ease,border-color .2s ease}.job-card:hover{box-shadow:0 4px 20px #0000000f;border-color:#bdd}.job-card.applied{border-color:#10b981}.job-card-header{padding:1rem 1.25rem .75rem;border-bottom:1px solid var(--color-border-subtle);background-color:var(--color-bg)}.job-card-header-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.job-card-header-left{display:flex;gap:.75rem}.job-icon{width:36px;height:36px;background:var(--color-surface-alt);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.job-title{font-size:.95rem;font-weight:600;color:var(--color-text-main)}.job-id{font-family:Poppins,Arial,sans-serif;font-size:.7rem;color:var(--color-text-muted)}.job-card-header-right{display:flex;flex-direction:column;align-items:flex-end;gap:.35rem}.badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:20px;font-family:Poppins,Arial,sans-serif;font-size:.7rem;font-weight:600}.badge-open{background:#fffbeb;color:#92400e}.badge-open:before{content:"";width:5px;height:5px;background:#f59e0b;border-radius:50%}.badge-applied{background:#ecfdf5;color:#065f46}.badge-applied:before{content:"";width:5px;height:5px;background:#10b981;border-radius:50%}.cm-client-pill{display:inline-flex;align-items:center;gap:4px;border-radius:20px;margin-top:6px;width:-moz-fit-content;width:fit-content}.cm-client-pill-avatar{width:22px;height:22px;border-radius:999px;background:#7f77dd;color:#fff;display:grid;place-items:center;font-family:Poppins,Arial,sans-serif;font-size:.7rem;font-weight:700;letter-spacing:.4px;flex:0 0 auto}.cm-client-pill-stars{display:inline-flex;align-items:center;gap:2px}.cm-client-pill-score{font-family:Poppins,Arial,sans-serif;font-size:.75rem;font-weight:700;color:#3c3489}.view-details{font-family:Poppins,Arial,sans-serif;font-size:.75rem;font-weight:500;color:var(--color-primary);text-decoration:none}.view-details:hover{text-decoration:underline}.job-card-body{padding:.9rem 1.25rem;border-bottom:1px solid var(--color-border-subtle)}.payout-card{background:var(--color-surface);border-radius:16px;border:1px solid var(--color-border-subtle);overflow:hidden;transition:box-shadow .2s ease,border-color .2s ease}.payout-card:hover{box-shadow:0 4px 20px #0000000f;border-color:#bdd}.payout-card-header{padding:1rem 1.25rem .75rem;border-bottom:1px solid var(--color-border-subtle);background-color:var(--color-bg)}.payout-card-header-top{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.payout-card-header-left{display:flex;align-items:center;gap:.75rem}.payout-card-icon{width:36px;height:36px;background:var(--color-surface-alt);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.payout-card-title{font-family:Poppins,Arial,sans-serif;font-size:.95rem;font-weight:600;color:var(--color-text-main);margin-bottom:2px}.payout-card-body{padding:.9rem 1.25rem;border-bottom:1px solid var(--color-border-subtle)}.message-list-card{background:var(--color-surface);border-radius:16px;border:1px solid var(--color-border-subtle);overflow:hidden}.message-list-card-header{padding:1rem 1.25rem;border-bottom:1px solid var(--color-border-subtle);background-color:var(--color-bg);display:flex;align-items:center;gap:.75rem}.message-list-card-title{font-family:Poppins,Arial,sans-serif;font-size:.95rem;font-weight:600;color:var(--color-text-main);margin:0}.message-list-card-body{padding:.75rem 1rem;overflow-x:auto}.support-list-card{background:var(--color-surface);border-radius:16px;border:1px solid var(--color-border-subtle);overflow:hidden}.support-list-card-header{padding:1rem 1.25rem;border-bottom:1px solid var(--color-border-subtle);background-color:var(--color-bg);display:flex;align-items:center;gap:.65rem}.support-list-card-title{font-family:Poppins,Arial,sans-serif;font-size:.95rem;font-weight:600;color:var(--color-text-main);margin:0}.ticket-info-header-left{display:flex;align-items:center;gap:.65rem}.ticket-info-id{font-size:.8125rem;font-weight:600;color:var(--color-text-muted);background:var(--color-surface-alt);border:1px solid var(--color-border-subtle);border-radius:999px;padding:.2rem .55rem;white-space:nowrap}.support-list-card-body{padding:.75rem 1rem;overflow-x:auto}.ticket-details-page{display:flex;flex-direction:column;gap:1rem}.ticket-back-btn{padding:0;margin-bottom:1rem;color:var(--color-primary)}.ticket-attachments-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem}.ticket-attachment-card{border:1px solid #E5E7EB;border-radius:8px;padding:1rem;text-align:center}.ticket-attachment-preview{margin-bottom:.5rem}.ticket-attachment-name{font-size:.875rem;margin-bottom:.5rem;word-break:break-word}.ticket-attachment-size{font-size:.75rem;color:#6b7280;margin-bottom:.5rem}.ticket-attachment-download-btn{width:100%}.ticket-comment-item{flex-direction:column}.ticket-comment-head{display:flex;justify-content:space-between;margin-bottom:.25rem;gap:.75rem}.ticket-comment-author{display:flex;align-items:center;gap:.75rem}.ticket-comment-date{color:#6b7280;font-size:.875rem;white-space:nowrap}.ticket-comment-text{white-space:pre-wrap;margin:.5rem 0 0;padding-left:3rem}.ticket-muted-text{color:#6b7280}.ticket-upload-input{margin-bottom:.5rem}.ticket-upload-help{display:block;color:#6b7280;margin-bottom:.5rem}.ticket-upload-list{margin-top:.5rem;margin-bottom:.5rem}.ticket-upload-item{display:flex;align-items:center;justify-content:space-between;padding:.5rem;background:#f3f4f6;border-radius:4px;margin-bottom:.25rem;gap:.75rem}.ticket-upload-item-name{font-size:.875rem;word-break:break-word}.ticket-upload-remove-btn{background:none;border:none;color:#ef4444;cursor:pointer;font-size:.875rem}.ticket-history-comment{margin:.25rem 0 0;font-size:.875rem;color:#6b7280}.ticket-history-date{font-size:.875rem;color:#6b7280}.ticket-history-user{display:flex;align-items:center;gap:.5rem;margin-top:.25rem}.ticket-history-user-pill{width:24px;height:24px;font-size:.75rem}.ticket-history-user-label{font-size:.8rem}.message-conv-table-wrap{width:100%}.message-conv-table{width:100%;border-collapse:collapse;font-size:.875rem}.message-conv-table thead{color:var(--color-text-muted);font-size:.8125rem;font-weight:600;text-transform:uppercase;letter-spacing:.03em}.message-conv-table th,.message-conv-table td{padding:.65rem .5rem;text-align:left;vertical-align:top}.message-conv-table th:last-child,.message-conv-table td:last-child{text-align:right}.message-conv-table tbody tr{border-top:1px solid var(--color-border-subtle)}.message-conv-table tbody tr.has-unread .message-conv-name{font-weight:600}.message-conv-cell-participant{display:flex;flex-direction:column;gap:.2rem}.message-conv-date{white-space:nowrap;color:var(--color-text-muted)}.message-conv-status{display:inline-block;padding:.25rem .5rem;border-radius:999px;font-size:.75rem;font-weight:600}.message-conv-status-active{background:#ecfdf5;color:#065f46}.message-conv-status-closed{background:var(--color-surface-alt);color:var(--color-text-muted)}.message-conv-view-btn{font-size:.8125rem;padding:.4rem .75rem}.page-profile .pd-ref .pd-page-header{margin-bottom:24px}.page-profile .pd-ref .pd-page-header h1{font-family:Poppins,sans-serif;font-size:22px;font-weight:700;letter-spacing:-.4px;color:var(--color-text-main, #0D0D0D);margin-bottom:4px}.page-profile .pd-ref .pd-page-header p{font-size:14px;color:var(--color-text-muted, #6B6B6B)}.profile-page-title-row{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.profile-badge-validated{padding:.5rem 1rem}.profile-badge-validated-sm{font-size:.75rem}.profile-badge-google{background:#4285f4;color:#fff;padding:.25rem .5rem;border-radius:4px;font-size:.75rem}.profile-cards-wrap{display:flex;flex-direction:column;gap:1rem}.profile-card{background:var(--color-surface);border-radius:16px;border:1px solid var(--color-border-subtle);overflow:hidden;transition:box-shadow .2s ease,border-color .2s ease}.profile-card:hover{box-shadow:0 4px 20px #0000000f;border-color:#bdd}.profile-card-header{padding:1rem 1.25rem .75rem;border-bottom:1px solid var(--color-border-subtle);background-color:var(--color-bg);display:flex;align-items:center;justify-content:space-between;gap:1rem;flex-wrap:wrap}.profile-card-header-left{display:flex;align-items:center;gap:.75rem}.profile-card-icon{width:36px;height:36px;background:var(--color-surface-alt);border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.profile-card-icon .cm-nav-icon,.profile-card-icon .cm-card-icon{width:20px;height:20px;flex-shrink:0}.profile-card-icon .cm-card-icon{background:none;border-radius:0}.profile-card-icon .cm-card-icon:before{width:20px;height:20px}.profile-card-title{font-family:Poppins,Arial,sans-serif;font-size:.95rem;font-weight:600;color:var(--color-text-main);margin:0}.profile-card-actions{display:flex;gap:.5rem;flex-shrink:0}.profile-card-body{padding:1rem 1.25rem}.profile-card-inner{display:flex;flex-direction:column;gap:1rem}.profile-form-group{margin-bottom:.5rem}.profile-form-group:last-child{margin-bottom:0}.profile-form-group label{display:block;margin-bottom:.25rem;font-size:.875rem;font-weight:500;color:var(--color-text-main)}.profile-form-group .cm-profile-section-subtitle{margin-bottom:.5rem}.profile-form-group input[type=text],.profile-form-group input[type=number],.profile-form-group textarea{width:100%;border:1px solid var(--color-border-subtle);border-radius:10px;padding:.625rem .75rem;background:#fff;color:var(--color-text-main);font-size:.9375rem;transition:border-color .15s ease,box-shadow .15s ease}.profile-form-group textarea{min-height:140px;line-height:1.45;resize:vertical}.profile-form-group input[type=text]:focus,.profile-form-group input[type=number]:focus,.profile-form-group textarea:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #5749d41f}.profile-form-grid{display:grid;grid-template-columns:1fr 1fr;gap:1rem}@media(max-width:640px){.profile-form-grid{grid-template-columns:1fr}}.profile-avatar-col{display:flex;flex-direction:column;align-items:center;gap:.5rem}.profile-avatar{width:120px;height:120px;border-radius:50%;overflow:hidden;border:2px solid #E5E7EB;display:flex;align-items:center;justify-content:center;background-color:#f3f4f6;background-size:cover;background-position:center;flex-shrink:0}.profile-avatar-placeholder{font-size:3rem;color:#9ca3af}.cm-profile-avatar-row{display:flex;align-items:flex-start;gap:1rem;flex-wrap:wrap}.cm-profile-rating-block{flex:1;min-width:0}.profile-rating-value{font-weight:600}.profile-rating-meta,.profile-rating-none{margin:0;color:#6b7280;font-size:.875rem}button.profile-rating-meta-link{display:inline;margin:0;padding:0;background:none;border:none;font:inherit;color:#2563eb;cursor:pointer;text-decoration:underline;text-underline-offset:2px}button.profile-rating-meta-link:hover{color:#1d4ed8}.profile-reviews-modal-body{padding:0 0 .5rem;max-height:min(60vh,420px);overflow-y:auto}.profile-reviews-list{list-style:none;margin:0;padding:0}.profile-review-item{padding:1rem 0;border-bottom:1px solid #e5e7eb}.profile-review-item:last-child{border-bottom:none}.profile-review-header{display:flex;flex-wrap:wrap;align-items:baseline;gap:.5rem .75rem;margin-bottom:.5rem}.profile-review-stars-row{display:inline-flex;align-items:center;gap:1px;flex-shrink:0}.profile-review-star{font-size:1.125rem;line-height:1;-webkit-user-select:none;-moz-user-select:none;user-select:none}.profile-review-star--filled{color:#eab308;text-shadow:0 1px 0 rgba(202,138,4,.35)}.profile-review-star--empty{color:#e5e7eb}.profile-review-meta{font-size:.8125rem;color:#6b7280}.profile-review-text{margin:0;font-size:.9375rem;line-height:1.5;color:var(--color-text-main);white-space:pre-wrap}.profile-avatar-upload{margin-top:.75rem}.profile-avatar-upload input{margin-bottom:.5rem}.profile-avatar-help{display:block;color:#6b7280;font-size:.875rem}.profile-field-value{margin:0;padding:.25rem 0;font-size:.95rem;color:var(--color-text-main)}.profile-field-value-pre{white-space:pre-wrap}.profile-field-muted{color:#6b7280}.profile-email-row{display:flex;align-items:center;gap:.5rem;flex-wrap:wrap}.profile-lang-toggle{display:inline-flex;border-radius:999px;background-color:#f3f4f6;padding:2px}.profile-lang-toggle button{min-width:60px;padding:.25rem .75rem;border-radius:999px;border:none;cursor:pointer;font-size:.875rem;font-weight:500;background:transparent;color:#4b5563;transition:background-color .15s ease,color .15s ease}.profile-lang-toggle button.active{background:var(--color-primary);color:#fff}.profile-lang-toggle button:hover:not(.active){background:#0000000d}.profile-address-helper{margin:0 0 .75rem;color:#6b7280;font-size:.875rem}.profile-address-empty{color:#6b7280;margin-bottom:.75rem}.profile-address-list{display:flex;flex-direction:column;gap:.5rem;margin-bottom:.75rem}.profile-address-line{margin:0;font-size:.9375rem}.profile-btn-remove-address{font-size:.875rem}.profile-billing-helper{margin:0 0 1rem;font-size:.9375rem;color:var(--color-text-muted, #64748b);line-height:1.45}.profile-billing-list{list-style:none;margin:0 0 1rem;padding:0;display:flex;flex-direction:column;gap:.75rem}.profile-billing-row{display:flex;flex-direction:column;gap:.5rem;padding:.75rem 0;border-bottom:1px solid var(--color-border-subtle, #e2e8f0)}.profile-billing-row:last-child{border-bottom:none}.profile-billing-row-main{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem}.profile-billing-card-line{font-size:.9375rem;font-weight:500}.profile-billing-badge{font-size:.75rem}.profile-billing-row-actions{display:flex;flex-wrap:wrap;gap:.5rem}.profile-billing-status-line{margin-bottom:.75rem}.profile-billing-meta-list{margin:0 0 1rem;padding-left:1.25rem;font-size:.9375rem;color:var(--color-text-muted, #64748b)}.profile-billing-partner-actions{display:flex;flex-wrap:wrap;gap:.5rem}.billing-form{max-width:500px}.billing-form__section{margin-bottom:1.5rem}.billing-form__label{display:block;margin-bottom:.5rem;font-weight:600;font-size:.9375rem;color:var(--color-text-main, #1e293b)}.billing-form__card-wrap{padding:12px;border:1px solid var(--color-border-subtle, #e2e8f0);border-radius:8px;background-color:#fff;transition:border-color .15s ease,box-shadow .15s ease}.billing-form__card-wrap:focus-within{border-color:var(--color-primary, #6366f1);box-shadow:0 0 0 3px #6366f11f}.billing-form__hint{display:block;margin-top:.5rem;font-size:.8125rem;line-height:1.45;color:var(--color-text-muted, #64748b)}.billing-form__postal-input-wrap{display:inline-flex;width:100%;max-width:16rem;border:1px solid var(--color-border-subtle, #e2e8f0);border-radius:8px;background:#fff;overflow:hidden;transition:border-color .15s ease,box-shadow .15s ease}.billing-form__postal-input-wrap:focus-within{border-color:var(--color-primary, #6366f1);box-shadow:0 0 0 3px #6366f11f}.billing-form__postal-input{width:100%;margin:0;border:none;background:transparent;padding:.75rem 1rem;font-size:1rem;line-height:1.4;font-family:ui-monospace,Cascadia Code,SFMono-Regular,Menlo,Monaco,Consolas,monospace;letter-spacing:.08em;color:var(--color-text-main, #1e293b)}.billing-form__postal-input::-moz-placeholder{color:var(--color-text-muted, #94a3b8);letter-spacing:.04em}.billing-form__postal-input::placeholder{color:var(--color-text-muted, #94a3b8);letter-spacing:.04em}.billing-form__postal-input:focus{outline:none}.billing-form__postal-input:disabled{opacity:.6;cursor:not-allowed}.billing-form__submit{width:100%}.profile-help-text{color:#6b7280;font-size:.875rem;display:block;margin-top:.25rem}.profile-input-row{display:flex;align-items:center;gap:.5rem}.profile-input-row input{flex:1}.profile-capability-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.profile-capability-badge{background:#e5e7eb;color:#374151;padding:.25rem .75rem;border-radius:4px;font-size:.875rem}.profile-modal-body{padding:1rem 0}.profile-capabilities-modal{max-width:560px;width:calc(100% - 2rem);padding:0;overflow:hidden}.profile-capabilities-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin:0;padding:1rem 1.25rem;border-bottom:1px solid var(--color-border-subtle);background:var(--color-bg)}.profile-capabilities-modal h2{margin:0;font-family:Poppins,Arial,sans-serif;font-size:.98rem;font-weight:600;color:var(--color-text-main)}.profile-modal-close-btn{width:30px;height:30px;border:1px solid var(--color-border-subtle);border-radius:8px;background:#fff;color:var(--color-text-muted);font-size:1.1rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.profile-modal-close-btn:hover{color:var(--color-text-main);border-color:#cfcfcf;background:var(--color-surface-alt)}.support-create-modal{padding:0;overflow:visible;max-height:none;overflow-y:visible}.support-create-modal-header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;padding:1rem 1.25rem;border-bottom:1px solid var(--color-border-subtle);background:var(--color-bg)}.support-create-modal-header h2{margin:0;font-family:Poppins,Arial,sans-serif;font-size:.98rem;font-weight:600;color:var(--color-text-main)}.support-modal-close-btn{width:30px;height:30px;border:1px solid var(--color-border-subtle);border-radius:8px;background:#fff;color:var(--color-text-muted);font-size:1.1rem;line-height:1;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:all .15s ease}.support-modal-close-btn:hover{color:var(--color-text-main);border-color:#cfcfcf;background:var(--color-surface-alt)}.support-create-modal form{padding:1rem 1.25rem 1.25rem}.profile-capabilities-list{max-height:none;overflow:visible;margin:1rem 1.25rem;border:1px solid var(--color-border-subtle);border-radius:12px;padding:.5rem;background:var(--color-surface-alt)}.profile-capabilities-list-inner{display:flex;flex-direction:column;gap:.35rem}.profile-capabilities-item{display:flex;align-items:center;gap:.625rem;padding:.55rem .6rem;border-radius:8px;cursor:pointer;transition:background-color .15s ease}.profile-capabilities-item:hover{background:#fffc}.profile-capabilities-item input[type=checkbox]{width:16px;height:16px;accent-color:var(--color-primary)}.profile-capabilities-item span{color:var(--color-text-main);font-size:.9rem}.profile-address-input-wrap{position:relative;margin-bottom:1rem}.profile-address-input-wrap .cm-input{width:100%}.profile-address-suggestions{position:absolute;top:100%;left:0;right:0;z-index:10;background:#fff;border:1px solid #E5E7EB;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a;max-height:200px;overflow-y:auto;margin-top:2px}.profile-address-suggestion-item{display:block;width:100%;padding:.5rem .75rem;text-align:left;border:none;background:none;cursor:pointer;font-size:.875rem;transition:background-color .15s ease}.profile-address-suggestion-item:hover{background:var(--color-surface-alt)}.profile-address-error{display:block;margin-top:.25rem}.profile-modal-actions{display:flex;gap:.5rem;justify-content:flex-end;padding:.9rem 1.25rem 1rem;border-top:1px solid var(--color-border-subtle);background:var(--color-bg)}@media(max-width:640px){.page-profile .cm-profile-avatar-row{flex-direction:column;align-items:flex-start}}.message-modal-body{max-height:70vh;overflow-y:auto;padding:0 1rem 1rem}.message-list-empty,.message-thread-empty,.message-thread-placeholder,.message-thread-loading{margin:0;padding:1.5rem;text-align:center;color:var(--color-text-muted);font-size:.875rem}.message-conv-list{list-style:none;margin:0;padding:0}.message-conv-item{display:flex;justify-content:space-between;align-items:flex-start;gap:.5rem;width:100%;padding:.75rem .5rem;border:none;border-radius:8px;background:transparent;cursor:pointer;text-align:left;font-family:inherit;transition:background-color .15s ease}.message-conv-item:hover{background:var(--color-surface-alt)}.message-conv-item.is-selected{background:var(--color-primary-light, #EEEDFE);color:var(--color-primary-dark, #3C3489)}.message-conv-item.has-unread .message-conv-name{font-weight:600}.message-conv-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:.2rem}.message-conv-name{font-size:.875rem;font-weight:500;color:var(--color-text-main)}.message-conv-meta{font-size:.75rem;color:var(--color-text-muted)}.message-conv-locked{font-size:.7rem;color:var(--color-text-muted)}.message-conv-preview{margin:.35rem 0 0;font-size:.75rem;color:var(--color-text-muted);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.message-conv-right{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;flex-shrink:0}.message-conv-unread{background:#ef4444;color:#fff;border-radius:50%;min-width:20px;height:20px;font-size:.75rem;font-weight:600;display:inline-flex;align-items:center;justify-content:center;padding:0 .5rem}.message-conv-time{font-size:.75rem;color:var(--color-text-muted)}.message-thread-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.75rem}.message-thread-item{margin:0}.message-thread-item.is-self{align-self:flex-end}.message-thread-item.is-other{align-self:flex-start}.message-thread-bubble{max-width:85%;padding:.6rem .9rem;border-radius:12px;background:var(--color-surface-alt);border:1px solid var(--color-border-subtle)}.message-thread-item.is-self .message-thread-bubble{background:var(--color-primary-light, #EEEDFE);border-color:var(--color-primary)}.message-thread-sender{display:block;font-size:.7rem;font-weight:600;color:var(--color-text-muted);margin-bottom:.25rem}.message-thread-text{margin:0;font-size:.875rem;line-height:1.45;color:var(--color-text-main)}.message-thread-time{display:block;font-size:.7rem;color:var(--color-text-muted);margin-top:.25rem}.job-meta-row{display:flex;gap:1.25rem;flex-wrap:wrap;margin-bottom:.5rem}.job-meta-item{display:flex;align-items:center;gap:.35rem;font-family:Poppins,Arial,sans-serif;font-size:.75rem;color:var(--color-text-muted)}.job-desc-label{font-family:Poppins,Arial,sans-serif;font-size:.7rem;font-weight:600;color:var(--color-text-muted);text-transform:uppercase;letter-spacing:.04em;margin-bottom:3px}.job-desc{font-size:.8rem;color:var(--color-text-muted);line-height:1.5}.job-card-footer{padding:.8rem 1.25rem;display:flex;align-items:center;justify-content:space-between;background:var(--color-bg)}.job-location-date{font-family:Poppins,Arial,sans-serif;font-size:.8rem;color:var(--color-text-main)}.job-location{font-weight:500}.job-date{font-size:.75rem;color:var(--color-text-muted);margin-top:2px}.price-tag{font-family:Poppins,Arial,sans-serif;font-size:.9rem;font-weight:700;color:var(--color-text-main)}.price-hint{font-family:Poppins,Arial,sans-serif;font-size:.65rem;color:var(--color-text-muted);text-align:right}.btn-apply{background:var(--color-primary);color:#fff;font-family:Poppins,Arial,sans-serif;font-size:.8rem;font-weight:600;padding:.55rem 1.2rem;border-radius:8px;border:none;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-apply:hover{background:var(--color-primary-dark);transform:translateY(-1px)}.btn-applied{background:#ecfdf5;color:#065f46;font-family:Poppins,Arial,sans-serif;font-size:.8rem;font-weight:600;padding:.55rem 1.2rem;border-radius:8px;border:1px solid #10B981;display:inline-flex;align-items:center;gap:5px;white-space:nowrap}.cm-mission-item{display:flex;align-items:stretch;justify-content:space-between;gap:1.5rem;padding:1rem 1.25rem;background-color:var(--color-surface);border-radius:16px;border:1px solid var(--color-border-subtle);transition:box-shadow .2s ease,border-color .2s ease,transform .2s ease}.cm-mission-item:hover{box-shadow:0 4px 20px #0000000f;border-color:#bdd;transform:translateY(-1px)}.cm-mission-main{flex:1}.cm-mission-date{font-size:.875rem;color:var(--color-text-muted);margin-bottom:.4rem}.cm-mission-address{font-size:.95rem;color:var(--color-text-main);margin-bottom:.6rem;font-weight:500}.cm-mission-meta{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap;margin-bottom:.4rem}.cm-user-pill{display:inline-block;padding:.25rem .75rem;background-color:var(--color-surface);color:var(--color-text-main);border-radius:999px;font-size:.75rem;font-weight:500;border:1px solid var(--color-border-subtle)}.cm-status-pill{display:inline-flex;align-items:center;gap:.25rem;padding:.3rem .7rem;border-radius:999px;font-size:.75rem;font-weight:600}.cm-status-pill:before{content:"";width:5px;height:5px;border-radius:999px;background-color:currentColor}.cm-status-confirmed{background-color:var(--color-accent-soft);color:var(--color-accent)}.cm-status-pending{background-color:#fff7e6;color:#92400e}.cm-mission-side{display:flex;flex-direction:column;align-items:flex-end;gap:.15rem}.cm-mission-amount{font-weight:700;color:#0d0d0d;font-size:.95rem;margin:0}.cm-mission-side p:last-child{font-size:.8rem;color:var(--color-text-muted)}.cm-btn{padding:.5rem 1rem;border-radius:8px;font-size:.875rem;font-weight:500;border:none;cursor:pointer;transition:all .2s ease;text-decoration:none;display:inline-block;text-align:center;white-space:nowrap}.cm-btn-primary{background-color:var(--color-primary);color:var(--color-text-invert)}.cm-btn-primary:hover{background-color:var(--color-primary-dark)}.cm-btn-outline{background-color:transparent;color:var(--color-primary);border:1px solid var(--color-primary)}.cm-btn-outline:hover{background-color:var(--color-primary-light)}.cm-btn-block{width:auto;display:inline-block}.cm-support-tabs{display:flex;gap:1.25rem;border-bottom:1px solid var(--color-border-subtle);margin-bottom:1rem;padding-bottom:0;font-size:.875rem}.cm-support-tab{padding-bottom:.625rem;cursor:pointer;color:var(--color-text-muted);position:relative;border:none;background:transparent;font-size:.875rem;font-weight:400}.cm-support-tab.is-active{color:var(--color-primary);font-weight:600}.cm-support-tab.is-active:after{content:"";position:absolute;left:0;bottom:-1px;width:100%;height:2px;background:var(--color-primary);border-radius:999px}.cm-support-table{width:100%;border-collapse:collapse;font-size:.875rem}.cm-support-table thead{color:var(--color-text-muted);font-size:.8125rem;font-weight:400}.cm-support-table th,.cm-support-table td{padding:.625rem .375rem;text-align:left}.cm-support-table th:first-child,.cm-support-table td:first-child{padding-left:.25rem}.cm-support-table tr+tr{border-top:1px solid var(--color-border-subtle)}.cm-support-table--tickets thead th{font-weight:600;text-transform:uppercase;letter-spacing:.04em;font-size:.6875rem;padding:.75rem 1rem;border-bottom:1px solid var(--color-border-subtle);background:var(--color-bg-muted);color:var(--color-text-muted)}.cm-support-table--tickets tbody td{padding:.875rem 1rem;vertical-align:top}.cm-support-table--tickets tbody tr{transition:background-color .15s ease}.cm-support-table--tickets tbody tr:hover{background:var(--color-bg-muted)}.cm-ticket-id{font-weight:600;color:var(--color-text-main)}.cm-ticket-subject{font-weight:500;color:var(--color-text-main)}.cm-ticket-meta{font-size:.75rem;color:var(--color-text-muted);margin-top:.125rem}.cm-ticket-info-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.25rem;margin-bottom:1.5rem}.cm-ticket-info-item{display:flex;flex-direction:column;gap:.375rem}.cm-ticket-info-label{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);font-weight:600}.cm-ticket-info-value{font-size:.95rem;color:var(--color-text-main);font-weight:500}.cm-ticket-description-block{background:var(--color-surface-alt);padding:1.25rem;border-radius:8px;margin-top:.5rem}.cm-ticket-description-block .cm-ticket-info-label{display:block;margin-bottom:.5rem}.cm-ticket-description{font-size:.95rem;color:var(--color-text-main);line-height:1.6;white-space:pre-wrap;margin:0}.cm-history-item{display:flex;justify-content:space-between;padding:1rem;background:var(--color-surface-alt);border-radius:8px;margin-bottom:.75rem}.cm-history-item:last-child{margin-bottom:0}.cm-history-content{display:flex;flex-direction:column;gap:.375rem}.cm-history-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem;text-align:right}.cm-history-user-pill{display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;background:var(--color-primary-light);color:var(--color-primary-dark);font-weight:600;font-size:.85rem;border-radius:50%}.cm-history-user-label{font-size:.875rem;color:var(--color-text-muted);font-weight:500}@media(max-width:768px){.cm-support-table{display:block}.cm-support-table thead{display:none}.cm-support-table tbody{display:block}.cm-support-table tr{display:flex;flex-direction:column;gap:.5rem;padding:1.25rem 0;position:relative}.cm-support-table th,.cm-support-table td{padding:0;display:block;width:100%}.cm-support-table th:first-child,.cm-support-table td:first-child{padding-left:0}.cm-ticket-id{font-size:1.1rem;margin-bottom:.25rem}.cm-support-table--tickets td[data-label]:before{content:attr(data-label);display:block;font-size:.65rem;font-weight:600;text-transform:uppercase;letter-spacing:.04em;color:var(--color-text-muted);margin-bottom:.25rem}.cm-ticket-info-grid{grid-template-columns:1fr;gap:1rem}.cm-history-item{flex-direction:column;gap:1rem}.cm-history-meta{align-items:flex-start;text-align:left;flex-direction:row-reverse;justify-content:flex-end}}.cm-status-badge{display:inline-flex;align-items:center;border-radius:999px;padding:.25rem .625rem;font-size:.75rem;font-weight:500}.status-open{background:var(--color-primary-light);color:var(--color-primary)}.status-inprogress{background:#fef3c7;color:#92400e}.status-answered{background:#e0f2fe;color:#1d4ed8}.status-user-action{background:#ff9800;color:#fff}.status-onhold{background:#f3f4f6;color:#4b5563}.status-resolved{background:#e0f2fe;color:#1d4ed8}.status-closed{background:#d1fae5;color:#065f46}.status-canceled{background:#fee2e2;color:#991b1b}.cm-support-pager{display:flex;justify-content:space-between;align-items:center;padding-top:.625rem;margin-top:.5rem;border-top:1px solid var(--color-border-subtle);font-size:.75rem;color:var(--color-text-muted)}.cm-pager-buttons{display:flex;gap:.375rem}.cm-pager-btn{width:26px;height:26px;border-radius:999px;border:1px solid var(--color-border-subtle);background:#fff;display:flex;align-items:center;justify-content:center;font-size:.875rem;cursor:pointer}.cm-pager-btn.active{background:var(--color-primary);color:#fff;border-color:var(--color-primary)}.cm-pager-btn:disabled{opacity:.4;cursor:default}.cm-support-loading,.cm-support-empty{padding:2rem;text-align:center;color:var(--color-text-muted);font-size:.875rem}.cm-modal-overlay{position:fixed;inset:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.cm-modal-content{position:relative;z-index:1;background:var(--color-surface);border-radius:12px;padding:2rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 24px 60px #0000004d;pointer-events:auto}.cm-modal-content h2{margin-bottom:1.5rem;font-size:1.5rem;color:var(--color-text-main)}.cm-modal-content .cm-form-group{margin-bottom:1.25rem}.cm-modal-content .cm-form-group label{display:block;margin-bottom:.5rem;font-weight:500;color:var(--color-text-main);font-size:.875rem}.cm-modal-content .cm-form-group input,.cm-modal-content .cm-form-group textarea,.cm-modal-content .cm-form-group select{width:100%;padding:.75rem;border:1px solid var(--color-border-subtle);border-radius:8px;font-size:.875rem;font-family:inherit}.cm-modal-content .cm-form-group input:focus,.cm-modal-content .cm-form-group textarea:focus,.cm-modal-content .cm-form-group select:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px var(--color-primary-light)}.cm-modal-content .cm-form-group textarea{resize:vertical;min-height:120px}.cm-form-actions,.cm-modal-content .cm-form-actions{display:flex;gap:.75rem;justify-content:flex-end;margin-top:1.5rem}@media(max-width:1024px){.cm-dashboard-layout{grid-template-columns:200px 1fr;gap:1.5rem}}.cm-sidebar-toggle{display:none;position:fixed;top:12px;right:16px;z-index:1000;width:40px;height:40px;border-radius:10px;background:var(--color-primary);color:#fff;border:none;box-shadow:0 4px 12px #00000026;cursor:pointer;align-items:center;justify-content:center;font-size:1.5rem;transition:all .3s ease}.cm-sidebar-toggle:hover{background:var(--color-primary-dark);transform:scale(1.05)}.cm-sidebar-toggle.is-active{background:var(--color-error)}.cm-sidebar-overlay{display:none;position:fixed;inset:88px 0 0;background:#00000080;z-index:998;transition:opacity .3s ease}.cm-sidebar-overlay.is-active{display:block}@media(max-width:768px){.cm-dashboard-layout{grid-template-columns:1fr}.cm-dashboard-sidebar{position:fixed;top:88px;left:-100%;width:280px;height:calc(100vh - 88px);background:var(--color-surface);z-index:999;transition:left .3s ease;box-shadow:2px 0 8px #0000001a;overflow-y:auto;padding:1rem}.cm-dashboard-sidebar.is-open{left:0}.cm-dashboard-nav{flex-direction:column;gap:.5rem}.cm-dashboard-nav-item{white-space:normal;width:100%}.cm-sidebar-toggle{display:flex}.cm-job-item,.cm-mission-item{flex-direction:column;align-items:flex-start}.cm-job-side,.cm-mission-side{width:100%;flex-direction:row;justify-content:space-between;align-items:center}}.loading-overlay-message{margin-top:1rem;color:var(--color-text-main);font-size:.95rem}.page-profile .cm-dashboard-card .cm-form-group,.page-dashboard .cm-dashboard-card .cm-form-group{margin-bottom:.75rem}.page-profile .cm-dashboard-card .cm-form-group label,.page-dashboard .cm-dashboard-card .cm-form-group label{margin-bottom:.25rem}.page-profile .cm-dashboard-card .cm-card-body>div,.page-dashboard .cm-dashboard-card .cm-card-body>div{background:#f9fafb;border-radius:12px;padding:1.25rem;margin-bottom:1.25rem}.cm-card-body>div h3{font-size:1rem;font-weight:600;color:#111827;margin-bottom:1rem;margin-top:0}.cm-card-body>div label{font-size:.75rem;text-transform:uppercase;letter-spacing:.04em;color:#6b7280;display:block;margin-bottom:.25rem}.cm-card-body>div p{margin:0;font-size:.95rem;color:#111827}.grid-2{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.flex-col{display:flex;flex-direction:column;gap:1rem}@media(max-width:768px){.grid-2,.grid-3{grid-template-columns:1fr}}.cm-dashboard-filters{display:flex;gap:.5rem;flex-wrap:wrap}.cm-filter-btn{padding:.5rem 1rem;border:1px solid var(--color-border-subtle);border-radius:8px;background-color:var(--color-surface);color:var(--color-text-main);font-size:.9rem;font-weight:500;cursor:pointer;transition:all .2s}.cm-filter-btn:hover{background-color:var(--color-surface-alt);border-color:var(--color-primary)}.cm-filter-btn.is-active{background-color:var(--color-primary);color:#fff;border-color:var(--color-primary)}.page-signup-premium,.page-login-premium{min-height:100vh;background-color:#f6f8fa;display:flex;align-items:center;justify-content:center;padding:2rem 1rem}.signup-premium-container{width:100%;max-width:560px;margin:0 auto}.signup-premium-logo{text-align:center;margin-top:40px;margin-bottom:20px}.signup-premium-logo-link{display:inline-flex;align-items:center;gap:.5rem;text-decoration:none;color:var(--color-text-main);vertical-align:middle}.signup-premium-logo-badge{background:#fff;border-radius:12px;padding:10px;box-shadow:0 2px 6px #0f172a0f;display:flex;align-items:center;justify-content:center;flex-shrink:0;height:64px;width:64px}.signup-premium-logo-img{width:44px;height:44px;-o-object-fit:contain;object-fit:contain;display:block}.signup-premium-logo span{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:1.25rem;font-weight:600;color:#212529;line-height:1.2;white-space:nowrap;display:flex;align-items:center}.signup-premium-card{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 4px 20px #0f172a14;margin-bottom:1.5rem}.signup-premium-label{text-align:center;font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted);margin-bottom:1rem}.signup-premium-title{font-size:1.75rem;font-weight:600;text-align:center;color:var(--color-text-main);margin:0 0 .75rem;line-height:1.3}.signup-premium-subtitle{text-align:center;font-size:1rem;color:var(--color-text-muted);margin:0 0 .75rem;line-height:1.5}.signup-premium-support{text-align:center;font-size:.9rem;color:var(--color-text-muted);margin:0 0 1.5rem}.signup-premium-alert{padding:.875rem 1rem;border-radius:8px;margin-bottom:1.5rem;font-size:.9rem;line-height:1.5}.signup-premium-alert-error{background-color:#fef2f2;color:#dc2626;border:1px solid #FECACA}.signup-premium-alert-success{background-color:#f0fdf4;color:#16a34a;border:1px solid #BBF7D0}.signup-premium-form{margin-bottom:1.5rem}.signup-premium-field{margin-bottom:1.25rem}.signup-premium-field label{display:block;font-size:.875rem;font-weight:500;color:var(--color-text-main);margin-bottom:.5rem}.signup-premium-field input{width:100%;padding:.75rem 1rem;font-size:.95rem;border:1px solid var(--color-border-subtle);border-radius:8px;background-color:#fff;color:var(--color-text-main);transition:all .2s;box-sizing:border-box}.signup-premium-field input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #1c7ed61a}.signup-premium-input-error{border-color:#dc2626!important}.signup-premium-input-error:focus{box-shadow:0 0 0 3px #dc26261a!important}.signup-premium-error{display:block;margin-top:.5rem;font-size:.875rem;color:#dc2626}.signup-premium-password-strength{display:flex;align-items:center;gap:.75rem;margin-top:.5rem}.signup-premium-strength-bar{flex:1;height:4px;background-color:#e5e7eb;border-radius:2px;overflow:hidden}.signup-premium-strength-fill{height:100%;width:0%;transition:all .3s ease;border-radius:2px}.signup-premium-strength-weak .signup-premium-strength-fill{width:33%;background-color:#ef4444}.signup-premium-strength-good .signup-premium-strength-fill{width:66%;background-color:#f59e0b}.signup-premium-strength-strong .signup-premium-strength-fill{width:100%;background-color:#10b981}.signup-premium-strength-label{font-size:.75rem;font-weight:500;color:var(--color-text-muted);min-width:50px;text-align:right}.signup-premium-strength-weak .signup-premium-strength-label{color:#ef4444}.signup-premium-strength-good .signup-premium-strength-label{color:#f59e0b}.signup-premium-strength-strong .signup-premium-strength-label{color:#10b981}.signup-premium-checkbox{display:flex;align-items:flex-start;gap:.75rem;margin-bottom:1.5rem}.signup-premium-checkbox input[type=checkbox]{margin-top:.25rem;width:18px;height:18px;cursor:pointer;accent-color:var(--color-primary)}.signup-premium-checkbox label{font-size:.875rem;color:var(--color-text-muted);line-height:1.5;cursor:pointer}.signup-premium-button{width:100%;padding:.875rem 1.5rem;font-size:1rem;font-weight:600;color:#fff;background-color:var(--color-primary);border:none;border-radius:8px;cursor:pointer;transition:all .2s;margin-bottom:1rem}.signup-premium-button:hover:not(:disabled){background-color:#1a7cd6;box-shadow:0 4px 12px #1c7ed640}.signup-premium-button:disabled{opacity:.5;cursor:not-allowed}.signup-premium-trust,.signup-premium-friction,.signup-premium-authority{text-align:center;font-size:.875rem;color:var(--color-text-muted);margin:0 0 .75rem;line-height:1.5}.signup-premium-divider{display:flex;align-items:center;text-align:center;margin:1.5rem 0}.signup-premium-divider:before,.signup-premium-divider:after{content:"";flex:1;border-bottom:1px solid var(--color-border-subtle)}.signup-premium-divider span{padding:0 1rem;font-size:.875rem;color:var(--color-text-muted)}.signup-premium-google{display:flex;justify-content:center;margin-bottom:1.5rem}.signup-premium-google--disabled{opacity:.55;pointer-events:none;cursor:not-allowed}.signup-premium-forgot{text-align:right;margin-top:-.5rem;margin-bottom:1rem}.signup-premium-forgot .signup-premium-link{font-size:.875rem}.signup-premium-switch{text-align:center;margin:0 0 1rem}.signup-premium-link{color:var(--color-primary);text-decoration:none;font-weight:500;transition:color .2s}.signup-premium-link:hover{color:#1a7cd6;text-decoration:underline}.signup-premium-lang-switch{display:flex;align-items:center;justify-content:center;gap:.5rem;margin-top:1rem;margin-bottom:.5rem;font-size:.875rem;color:#6b7280}.signup-premium-lang-switch span{cursor:pointer;transition:all .2s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.signup-premium-lang-switch span:not(.signup-premium-lang-separator):hover{color:var(--color-text-main)}.signup-premium-lang-switch span.active{font-weight:600;color:var(--color-text-main)}.signup-premium-lang-separator{cursor:default;color:#d1d5db}.signup-premium-legal{text-align:center;font-size:.75rem;color:var(--color-text-muted);padding-top:1rem}.signup-premium-legal-link{color:var(--color-text-muted);text-decoration:none;transition:color .2s}.signup-premium-legal-link:hover{color:var(--color-text-main);text-decoration:underline}.signup-premium-legal-separator{margin:0 .5rem;color:var(--color-text-muted)}@media(max-width:640px){.signup-premium-card{padding:1.75rem 1.25rem}.signup-premium-title{font-size:1.5rem;margin-bottom:.5rem}.signup-premium-subtitle{font-size:.95rem;margin-bottom:.5rem}.signup-premium-support{margin-bottom:1.25rem}.signup-premium-field{margin-bottom:1.05rem}.signup-premium-form{margin-bottom:1.25rem}.signup-premium-divider{margin:1rem 0}.signup-premium-google{width:100%;margin-bottom:1rem}.signup-premium-google>div{width:100%}.signup-premium-google>div>div{width:100%!important}.signup-premium-trust,.signup-premium-friction,.signup-premium-authority{margin-bottom:.5rem;font-size:.85rem}.signup-premium-button{margin-bottom:.75rem}}@media(max-width:640px){.hero{padding:3rem 0 2.5rem;min-height:450px;margin-bottom:50px}.hero-title{font-size:1.875rem;margin-bottom:.875rem;line-height:1.2}.hero .hero-subtitle{font-size:.95rem;margin-bottom:1.25rem;max-width:100%}.hero-badge{font-size:.8rem;padding:.3rem .7rem;margin-bottom:.75rem}.hero-actions{flex-direction:column;gap:.625rem;margin-bottom:.625rem}.hero-actions .btn{width:100%;justify-content:center}.hero-location{font-size:.85rem;margin-top:.75rem}.section{padding:4rem 0}.section-cta{padding:4.5rem 0}.section-title{font-size:1.5rem;margin-bottom:1.5rem}.section-subtitle{font-size:.9rem;margin-bottom:1.5rem}.features-grid{gap:1rem;margin-top:1.5rem}.feature-card{padding:1.1rem 1rem 1.2rem}.feature-title{font-size:1rem;margin-top:.625rem}.features-micro-line{font-size:.875rem;margin-top:1.75rem;padding:0 .5rem}.how-it-works-steps{grid-template-columns:1fr;gap:1.25rem;margin-top:1.75rem}.step-card{padding:1.5rem 1.25rem}.step-number{width:48px;height:48px;font-size:1.25rem;margin-bottom:1rem}.step-title{font-size:1.1rem;margin-top:.75rem;margin-bottom:.5rem}.how-it-works-cta{margin-top:1.75rem}.how-it-works-cta .btn{width:100%}.trust-bullets{margin-top:1.5rem;gap:.625rem;max-width:100%}.trust-bullets li{font-size:.9rem;padding-left:1.25rem}.cta-single{max-width:100%}.cta-title{font-size:1.5rem;margin-bottom:1.25rem}.cta-buttons{flex-direction:column;gap:.625rem}.cta-buttons .btn{width:100%;justify-content:center}.container{padding-left:1rem;padding-right:1rem}}@media(max-width:640px){.hero-how{padding:3.5rem 0 2.5rem;min-height:400px}.hero-how .hero-title{font-size:1.875rem;margin-bottom:1rem;line-height:1.2}.hero-how .hero-subtitle{font-size:.95rem;margin-bottom:.875rem;max-width:100%}.hero-how .hero-conversion-line{font-size:1rem;margin-bottom:1.5rem}.hero-how .hero-actions{flex-direction:column;gap:.625rem}.hero-how .hero-actions .btn{width:100%;justify-content:center}.section{padding:3.5rem 0}.section-cta{padding:4rem 0}.section-alt,.section-light,.section-protection{padding:3.5rem 0}.section-title{font-size:1.5rem;margin-bottom:1.25rem}.section-title-protection{font-size:1.5rem}.clients-context-line{font-size:1rem;margin-bottom:1.5rem}.steps{grid-template-columns:1fr;gap:1.25rem;margin-top:1.75rem}.step{padding:1.25rem 1rem;max-width:100%}.step-number{width:44px;height:44px;font-size:1.2rem;margin-bottom:1rem}.step h3{font-size:1.05rem;margin-bottom:.625rem;line-height:1.3}.step p{font-size:.9rem;line-height:1.5;max-width:100%}.clients-bullets,.trust-bullets{margin-top:1.75rem;gap:.625rem;max-width:100%}.clients-bullets li,.trust-bullets li{font-size:.9rem;padding-left:1.25rem;line-height:1.5}.providers-legal-note{margin-top:1.5rem;padding-top:1.25rem;font-size:.85rem;line-height:1.5}.cta-single{max-width:100%}.cta-title{font-size:1.5rem;margin-bottom:1rem}.cta-magnetic-line{font-size:1rem;margin-bottom:.75rem}.cta-subtitle{font-size:.9rem;margin-bottom:1.5rem}.cta-buttons{flex-direction:column;gap:.625rem}.cta-buttons .btn{width:100%;justify-content:center}}.for-partners-hero{padding:5rem 0 4rem}.for-partners-hero-wrapper{display:grid;grid-template-columns:1fr;gap:3rem;align-items:center}.for-partners-hero-content{text-align:left}.for-partners-hero-title{font-size:2.25rem;font-weight:600;color:var(--color-text-main);margin-bottom:1.25rem;line-height:1.2}.for-partners-hero-subtitle{font-size:1.125rem;color:var(--color-text-muted);margin-bottom:2rem;line-height:1.6}.for-partners-hero-actions{margin-bottom:1rem}.for-partners-hero-actions .btn{padding:.875rem 2rem;font-size:1rem;font-weight:600}.for-partners-hero-micro{font-size:.875rem;color:var(--color-text-muted);margin-top:.75rem}.for-partners-hero-image{display:flex;justify-content:center;align-items:center}.for-partners-hero-img{max-width:100%;width:100%;height:auto;border-radius:10px;box-shadow:0 4px 12px #00000014;-o-object-fit:cover;object-fit:cover}@media(min-width:1024px){.for-partners-hero-wrapper{grid-template-columns:1fr 1fr;gap:4rem}.for-partners-hero-img{max-width:480px;border-radius:12px;box-shadow:0 4px 16px #0000001a}}.for-partners-why{padding:5rem 0}.for-partners-benefits-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:3rem;max-width:1000px;margin-left:auto;margin-right:auto}.for-partners-benefit-card{background:var(--color-surface);border-radius:12px;padding:2rem;box-shadow:0 2px 8px #0000000f;transition:box-shadow .2s}.for-partners-benefit-card:hover{box-shadow:0 4px 12px #0000001a}.for-partners-benefit-title{font-size:1.25rem;font-weight:600;color:var(--color-text-main);margin-bottom:.75rem}.for-partners-benefit-text{font-size:.95rem;color:var(--color-text-muted);line-height:1.6}.for-partners-how{padding:5rem 0}.for-partners-steps{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:3rem;max-width:1100px;margin-left:auto;margin-right:auto}.for-partners-step-card{background:var(--color-surface);border-radius:12px;padding:2rem;text-align:center;box-shadow:0 2px 8px #0000000f}.for-partners-step-number{width:56px;height:56px;border-radius:50%;background:var(--color-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:700;margin:0 auto 1.25rem}.for-partners-step-title{font-size:1.125rem;font-weight:600;color:var(--color-text-main);margin-bottom:.75rem}.for-partners-step-text{font-size:.95rem;color:var(--color-text-muted);line-height:1.6}.for-partners-who{padding:5rem 0;text-align:center}.for-partners-who-list{list-style:none;padding:0;margin:2.5rem auto 0;max-width:600px;text-align:left}.for-partners-who-list li{font-size:1.05rem;color:var(--color-text-main);padding:.75rem 0 .75rem 1.5rem;position:relative;line-height:1.6}.for-partners-who-list li:before{content:"✓";position:absolute;left:0;color:var(--color-primary);font-weight:600;font-size:1.2rem}.for-partners-framework{padding:5rem 0;text-align:center}.for-partners-framework-text{font-size:1.05rem;color:var(--color-text-muted);margin-bottom:1.5rem;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}.for-partners-framework-list{list-style:none;padding:0;margin:2rem auto 0;max-width:600px;text-align:left}.for-partners-framework-list li{font-size:1.05rem;color:var(--color-text-main);padding:.75rem 0 .75rem 1.5rem;position:relative;line-height:1.6}.for-partners-framework-list li:before{content:"✓";position:absolute;left:0;color:var(--color-primary);font-weight:600;font-size:1.2rem}.for-partners-framework-closing{font-size:1.05rem;color:var(--color-text-main);font-weight:500;margin-top:2rem;max-width:700px;margin-left:auto;margin-right:auto;line-height:1.6}.for-partners-cta{padding:6rem 0;text-align:center}@media(max-width:640px){.for-partners-hero{padding:3.5rem 0 2.5rem}.for-partners-hero-wrapper{gap:1.5rem}.for-partners-hero-content{text-align:left}.for-partners-hero-title{font-size:1.75rem;margin-bottom:1rem}.for-partners-hero-subtitle{font-size:1rem;margin-bottom:1.5rem}.for-partners-hero-actions .btn{width:100%;padding:.875rem 1.5rem}.for-partners-hero-micro{font-size:.8rem}.for-partners-hero-wrapper{display:flex;flex-direction:column}.for-partners-hero-content{order:1}.for-partners-hero-image{order:2;margin-top:1.5rem}.for-partners-hero-img{width:100%;border-radius:10px}.for-partners-why{padding:3.5rem 0}.for-partners-benefits-grid{grid-template-columns:1fr;gap:1.25rem;margin-top:2rem}.for-partners-benefit-card{padding:1.5rem}.for-partners-benefit-title{font-size:1.1rem}.for-partners-benefit-text{font-size:.9rem}.for-partners-how{padding:3.5rem 0}.for-partners-steps{grid-template-columns:1fr;gap:1.5rem;margin-top:2rem}.for-partners-step-card{padding:1.5rem}.for-partners-step-number{width:48px;height:48px;font-size:1.25rem;margin-bottom:1rem}.for-partners-step-title{font-size:1.05rem}.for-partners-step-text{font-size:.9rem}.for-partners-who{padding:3.5rem 0}.for-partners-who-list{margin-top:1.75rem}.for-partners-who-list li{font-size:.95rem;padding:.625rem 0 .625rem 1.25rem}.for-partners-framework{padding:3.5rem 0}.for-partners-framework-text{font-size:.95rem;margin-bottom:1.25rem}.for-partners-framework-list{margin-top:1.5rem}.for-partners-framework-list li{font-size:.95rem;padding:.625rem 0 .625rem 1.25rem}.for-partners-framework-closing{font-size:.95rem;margin-top:1.5rem}.for-partners-cta{padding:4rem 0}.for-partners-cta .cta-title{font-size:1.5rem}.for-partners-cta .cta-buttons .btn{width:100%}}.faq-hero{padding:4rem 0 3rem;text-align:center}.faq-hero-content{max-width:700px;margin:0 auto}.faq-hero-title{font-size:2rem;font-weight:600;color:var(--color-text-main);margin-bottom:1rem;line-height:1.2}.faq-hero-subtitle{font-size:1.125rem;color:var(--color-text-muted);line-height:1.6}.faq-container{max-width:900px;margin:0 auto}.faq-tabs{display:flex;justify-content:center;gap:.5rem;margin-bottom:2.5rem;border-bottom:2px solid var(--color-border-subtle);padding-bottom:0}.faq-tab{background:none;border:none;padding:.875rem 2rem;font-size:1rem;font-weight:500;color:var(--color-text-muted);cursor:pointer;position:relative;transition:color .2s;border-bottom:2px solid transparent;margin-bottom:-2px}.faq-tab:hover{color:var(--color-text-main)}.faq-tab.active{color:var(--color-primary);border-bottom-color:var(--color-primary);font-weight:600}.faq-accordion{display:flex;flex-direction:column;gap:1rem}.faq-accordion-item{background:var(--color-surface);border:1px solid var(--color-border-subtle);border-radius:10px;overflow:hidden;transition:box-shadow .2s}.faq-accordion-item:hover{box-shadow:0 2px 8px #0000000f}.faq-accordion-header{width:100%;display:flex;justify-content:space-between;align-items:center;padding:1.25rem;background:none;border:none;text-align:left;cursor:pointer;font-size:1rem;font-weight:500;color:var(--color-text-main);transition:background-color .2s}.faq-accordion-header:hover,.faq-accordion-header.open{background-color:var(--color-surface-alt)}.faq-accordion-question{flex:1;padding-right:1rem;line-height:1.5}.faq-accordion-icon{flex-shrink:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:1.5rem;font-weight:300;color:var(--color-primary);transition:transform .2s}.faq-accordion-header.open .faq-accordion-icon{transform:rotate(0)}.faq-accordion-content{padding:0 1.25rem 1.25rem;animation:slideDown .3s ease-out}.faq-accordion-content p{color:var(--color-text-muted);line-height:1.7;margin:0;font-size:.95rem}@keyframes slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:500px}}.faq-contact{padding:4rem 0;text-align:center;background-color:var(--color-bg)}.faq-contact-content{max-width:600px;margin:0 auto}.faq-contact-title{font-size:1.5rem;font-weight:600;color:var(--color-text-main);margin-bottom:.75rem}.faq-contact-text{font-size:1rem;color:var(--color-text-muted);margin-bottom:1.5rem;line-height:1.6}.faq-contact .btn{padding:.875rem 2rem;font-size:1rem;font-weight:600}.faq-content{padding:3rem 0}@media(max-width:640px){.faq-hero{padding:3rem 0 2rem}.faq-hero-title{font-size:1.75rem;margin-bottom:.75rem}.faq-hero-subtitle{font-size:1rem}.faq-content{padding:2rem 0}.faq-tabs{flex-wrap:nowrap;overflow-x:auto;-webkit-overflow-scrolling:touch;scrollbar-width:none;-ms-overflow-style:none;justify-content:flex-start;padding-bottom:0;margin-bottom:2rem}.faq-tabs::-webkit-scrollbar{display:none}.faq-tab{padding:.75rem 1.5rem;font-size:.95rem;white-space:nowrap;flex-shrink:0}.faq-accordion{gap:.875rem}.faq-accordion-header{padding:1rem;font-size:.95rem}.faq-accordion-content{padding:0 1rem 1rem}.faq-accordion-content p{font-size:.9rem}.faq-contact{padding:3rem 0}.faq-contact-title{font-size:1.25rem}.faq-contact-text{font-size:.95rem}.faq-contact .btn{width:100%;padding:.875rem 1.5rem}}.contact-section{padding:4rem 0}.contact-form-wrapper{max-width:700px;margin:0 auto;background:var(--color-surface);border-radius:12px;padding:3rem;box-shadow:0 2px 8px #0000000f}.contact-title{font-size:2rem;font-weight:600;color:var(--color-text-main);margin-bottom:.75rem;text-align:center}.contact-lead{font-size:1.125rem;color:var(--color-text-muted);text-align:center;margin-bottom:2.5rem;line-height:1.6}.contact-success{background-color:var(--color-accent-soft);border:1px solid var(--color-accent);border-radius:8px;padding:1rem 1.25rem;margin-bottom:1.5rem;color:#0c5460}.contact-success p{margin:0;font-size:.95rem;line-height:1.5}.contact-error{background-color:#fff5f5;border:1px solid #fc8181;border-radius:8px;padding:1rem 1.25rem;margin-bottom:1.5rem;color:#c53030}.contact-error p{margin:0;font-size:.95rem;line-height:1.5}.contact-form{display:flex;flex-direction:column;gap:1.5rem}.contact-form-group{display:flex;flex-direction:column;gap:.5rem}.contact-label{font-size:.95rem;font-weight:500;color:var(--color-text-main);margin-bottom:.25rem}.contact-label .required{color:#dc2626;margin-left:2px}.contact-input{width:100%;padding:.875rem 1rem;font-size:1rem;border:1px solid var(--color-border-subtle);border-radius:8px;background-color:var(--color-surface);color:var(--color-text-main);transition:border-color .2s,box-shadow .2s;font-family:inherit}.contact-input:focus{outline:none;border-color:var(--color-primary);box-shadow:0 0 0 3px #1c7ed61a}.contact-input.error{border-color:#dc2626}.contact-input.error:focus{box-shadow:0 0 0 3px #dc26261a}.contact-textarea{resize:vertical;min-height:120px;font-family:inherit;line-height:1.5}.contact-error-text{font-size:.875rem;color:#dc2626;margin-top:.25rem}.contact-honeypot{position:absolute;left:-9999px;width:1px;height:1px;overflow:hidden;opacity:0;pointer-events:none}.contact-honeypot-label,.contact-honeypot-input{display:none}.contact-form-actions{margin-top:.5rem}.contact-submit-btn{width:100%;padding:.875rem 2rem;font-size:1rem;font-weight:600;border-radius:8px;transition:all .2s}.contact-submit-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:640px){.contact-section{padding:2.5rem 0}.contact-form-wrapper{padding:2rem 1.5rem;margin:0 1rem}.contact-title{font-size:1.75rem;margin-bottom:.5rem}.contact-lead{font-size:1rem;margin-bottom:2rem}.contact-form{gap:1.25rem}.contact-input{padding:.75rem .875rem;font-size:.95rem}.contact-textarea{min-height:100px}.contact-submit-btn{padding:.875rem 1.5rem}}.cm-pill-group{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.25rem}.cm-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;border-radius:9999px;border:1px solid var(--color-border-subtle, #e5e7eb);background:var(--color-surface, #fff);color:var(--color-text-main, #111);font-size:.875rem;font-weight:500;cursor:pointer;transition:background .2s,border-color .2s,color .2s}.cm-pill svg{flex-shrink:0;width:14px;height:14px}.cm-pill:hover{background:var(--color-surface-alt, #f3f4f6);border-color:var(--color-border, #d1d5db)}.cm-pill-active{background:var(--color-primary, #2563eb);border-color:var(--color-primary, #2563eb);color:var(--color-text-invert, #fff)}.cm-pill-active:hover{background:var(--color-primary-dark, #1d4ed8);border-color:var(--color-primary-dark, #1d4ed8);color:var(--color-text-invert, #fff)}.cm-form-card{margin-top:1.5rem;padding:1.5rem;border:1px solid var(--color-border-subtle, #e5e7eb);border-radius:.75rem;background:var(--color-surface, #fff)}.cm-form-card-title{display:flex;align-items:center;gap:.5rem;font-size:1.125rem;font-weight:600;margin-bottom:.25rem;color:var(--color-text-main, #111)}.cm-form-card-subtitle{font-size:.875rem;color:var(--color-text-muted, #6b7280);margin-bottom:1.25rem}.cm-radio-option{display:flex;align-items:flex-start;gap:.75rem;padding:.75rem 1rem;border-radius:.5rem;border:2px solid var(--color-border-subtle, #e5e7eb);cursor:pointer;transition:border-color .2s,background .2s;margin-bottom:.5rem}.cm-radio-option:hover{border-color:var(--color-border, #d1d5db);background:var(--color-surface-alt, #f9fafb)}.cm-radio-option-active{border-color:var(--color-primary, #2563eb);background:#2563eb0f}.cm-radio-option input{margin-top:.2rem;accent-color:var(--color-primary, #2563eb)}.cm-radio-option-label{font-weight:500;color:var(--color-text-main, #111)}.cm-radio-option-desc{font-size:.8125rem;color:var(--color-text-muted, #6b7280);margin-top:.15rem}.cm-address-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:.75rem 1rem;background:var(--color-surface-alt, #f9fafb);border-radius:.5rem;border:1px solid var(--color-border-subtle, #e5e7eb);margin-bottom:1rem}.cm-address-text{font-size:.875rem;color:var(--color-text-main, #111)}.cm-section-label{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.05em;color:var(--color-text-muted, #6b7280);margin-bottom:.5rem;display:block}.cm-create-form-fullwidth{width:100%}.cm-create-accordion{width:100%;display:flex;flex-direction:column;gap:12px}.cm-acc-card{background:var(--color-surface, #fff);border-radius:20px;border:1.5px solid var(--color-border-subtle, #E8E6DC);overflow:hidden;transition:border-color .3s}.cm-acc-card.cm-acc-active{border-color:var(--color-primary, #2563EB)}.cm-acc-card.cm-acc-done{border-color:#10b981}.cm-acc-header{display:flex;align-items:center;gap:14px;padding:18px 24px;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.cm-acc-num{width:30px;height:30px;border-radius:50%;border:2px solid var(--color-border-subtle, #E8E6DC);background:var(--color-surface, #fff);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;color:#b0aea5;flex-shrink:0;transition:all .3s}.cm-acc-card.cm-acc-active .cm-acc-num{background:var(--color-primary, #2563EB);border-color:var(--color-primary, #2563EB);color:#fff}.cm-acc-card.cm-acc-done .cm-acc-num{background:#10b981;border-color:#10b981;color:#fff}.cm-acc-header-text{flex:1;min-width:0}.cm-acc-header-text h3{font-size:15px;font-weight:600;color:var(--color-text-main, #0D0D0D);margin-bottom:2px}.cm-acc-header-text p{font-size:12px;color:#b0aea5}.cm-acc-card.cm-acc-active .cm-acc-header-text p{color:var(--color-primary, #2563EB)}.cm-acc-card.cm-acc-done .cm-acc-header-text p{color:#10b981}.cm-acc-chevron{font-size:12px;color:#b0aea5;transition:transform .3s;flex-shrink:0}.cm-acc-card.cm-acc-active .cm-acc-chevron{transform:rotate(180deg);color:var(--color-primary, #2563EB)}.cm-acc-done-badge{display:none;background:#ecfdf5;color:#065f46;font-size:11px;font-weight:600;padding:3px 10px;border-radius:20px;flex-shrink:0}.cm-acc-card.cm-acc-done .cm-acc-done-badge{display:block}.cm-acc-card.cm-acc-done .cm-acc-chevron{display:none}.cm-acc-body{max-height:0;overflow:hidden;transition:max-height .4s ease}.cm-acc-card.cm-acc-active .cm-acc-body{max-height:2200px}.cm-acc-body-inner{padding:20px 24px 24px;border-top:1px solid var(--color-border-subtle, #E8E6DC)}.cm-acc-field{margin-bottom:20px}.cm-acc-field:last-child{margin-bottom:0}.cm-acc-field label{display:block;font-size:11px;font-weight:600;color:var(--color-text-main, #0D0D0D);margin-bottom:8px;text-transform:uppercase;letter-spacing:.8px}.cm-acc-field label .cm-optional{font-weight:400;color:#b0aea5;text-transform:none;font-size:11px;letter-spacing:0}.cm-acc-field .cm-acc-textarea{width:100%;box-sizing:border-box;min-height:4.5em;resize:vertical}.cm-acc-hint{font-size:12px;color:#b0aea5;margin-top:6px}.cm-hour-grid{display:flex;flex-direction:column;gap:8px}.cm-hour-option{display:flex;align-items:center;gap:14px;padding:13px 16px;border:1.5px solid var(--color-border-subtle, #E8E6DC);border-radius:14px;cursor:pointer;transition:all .15s;background:var(--color-surface, #fff)}.cm-hour-option:hover,.cm-hour-option.cm-hour-selected{border-color:var(--color-primary, #2563EB);background:#eef3fb}.cm-hour-dot{width:18px;height:18px;border-radius:50%;border:2px solid var(--color-border-subtle, #E8E6DC);background:var(--color-surface, #fff);flex-shrink:0;position:relative;transition:all .15s}.cm-hour-option.cm-hour-selected .cm-hour-dot{background:var(--color-primary, #2563EB);border-color:var(--color-primary, #2563EB)}.cm-hour-dot:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:8px;height:8px;background:#fff;border-radius:50%;opacity:0;transition:opacity .15s}.cm-hour-option.cm-hour-selected .cm-hour-dot:after{opacity:1}.cm-hour-title{font-size:13px;font-weight:600;color:var(--color-text-main, #0D0D0D)}.cm-hour-sub{font-size:12px;color:#b0aea5;margin-top:2px}.cm-num-selector{display:flex;gap:8px;flex-wrap:wrap}.cm-num-btn{width:44px;height:44px;border-radius:10px;border:1.5px solid var(--color-border-subtle, #E8E6DC);background:var(--color-surface, #fff);font-size:14px;font-weight:600;color:#6b6b6b;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .15s}.cm-num-btn:hover{border-color:var(--color-primary, #2563EB);color:var(--color-primary, #2563EB)}.cm-num-btn.cm-num-selected{border-color:var(--color-primary, #2563EB);color:#fff;background:var(--color-primary, #2563EB)}.cm-address-card{border:1.5px solid var(--color-primary, #2563EB);background:#eef3fb;border-radius:12px;padding:12px 16px;display:flex;justify-content:space-between;align-items:center;gap:12px}.cm-address-card p{font-size:14px;color:var(--color-text-main, #0D0D0D);font-weight:500;margin:0}.cm-address-card small{font-size:12px;color:#6b6b6b;display:block;margin-top:2px}.cm-address-change{font-size:12px;font-weight:500;color:var(--color-primary, #2563EB);cursor:pointer;background:none;border:none;text-decoration:underline}.cm-address-change:hover{opacity:.9}.cm-next-btn{width:100%;margin-top:24px;background:var(--color-text-main, #0D0D0D);color:#fff;font-size:14px;font-weight:600;padding:14px;border-radius:12px;border:none;cursor:pointer;transition:all .2s}.cm-next-btn:hover:not(:disabled){background:#333}.cm-next-btn:disabled{background:var(--color-border-subtle, #E8E6DC);color:#b0aea5;cursor:not-allowed}.cm-submit-wrap{width:100%;margin:24px 0 40px;display:flex;justify-content:space-between;align-items:center}.cm-btn-cancel{font-size:14px;color:#6b6b6b;background:none;border:none;cursor:pointer;padding:.5rem 0}.cm-btn-cancel:hover{color:var(--color-text-main, #0D0D0D);text-decoration:underline}.cm-btn-submit{background:var(--color-primary, #2563EB);color:#fff;font-size:15px;font-weight:600;padding:14px 36px;border-radius:100px;border:none;cursor:pointer;transition:all .2s;opacity:.4;pointer-events:none}.cm-btn-submit.cm-ready{opacity:1;pointer-events:all}.cm-btn-submit.cm-ready:hover{background:#1d4ed8;transform:translateY(-1px);box-shadow:0 6px 20px #2563eb4d}.cm-two-col{display:grid;grid-template-columns:1fr 1fr;gap:16px}@media(max-width:520px){.cm-two-col{grid-template-columns:1fr}}.cm-checkbox-field{display:flex;align-items:center;gap:10px;padding:13px 16px;background:var(--color-surface-alt, #F4F4F2);border-radius:12px;cursor:pointer}.cm-checkbox-field input{width:18px;height:18px;accent-color:var(--color-primary, #2563EB);cursor:pointer;flex-shrink:0}.cm-checkbox-field span{font-size:13px;font-weight:500;color:var(--color-text-main, #0D0D0D)}.cm-back-link{display:inline-flex;align-items:center;gap:6px;font-size:13px;color:#6b6b6b;text-decoration:none;margin-bottom:16px}.cm-back-link:hover{color:var(--color-primary, #2563EB);text-decoration:underline}.cm-page-header h1{font-size:24px;font-weight:700;letter-spacing:-.5px;color:var(--color-text-main, #0D0D0D);margin-bottom:4px}.cm-page-header p{font-size:14px;color:#6b6b6b}.page-dashboard-client .cm-dashboard-main-ref{max-width:720px;margin:0 auto;padding:32px 20px 60px;width:100%;display:flex;flex-direction:column;gap:0}.page-dashboard-client .cm-dash-ref-page-header{margin-bottom:28px}.page-dashboard-client .cm-dash-ref-page-header h1{font-size:22px;font-weight:700;letter-spacing:-.4px;color:#0d0d0d;margin-bottom:4px}.page-dashboard-client .cm-dash-ref-page-header p{font-size:14px;color:#6b6b6b}.page-dashboard-client .cm-dash-ref-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:24px}.page-dashboard-client .cm-dash-ref-stat{background:#fff;border-radius:16px;padding:18px 20px;border:1px solid #E8E6DC}.page-dashboard-client .cm-dash-ref-stat-label{font-size:11px;font-weight:500;color:#b0aea5;margin-bottom:8px;text-transform:uppercase;letter-spacing:.8px}.page-dashboard-client .cm-dash-ref-stat-value{font-size:26px;font-weight:700;color:#0d0d0d;letter-spacing:-.5px}.page-dashboard-client .cm-dash-ref-stat-value.blue{color:#2563eb}.page-dashboard-client .cm-dash-ref-stat-value.green{color:#10b981}.page-dashboard-client .cm-dash-ref-section{background:#fff;border-radius:20px;border:1px solid #E8E6DC;margin-bottom:16px;overflow:hidden}.page-dashboard-client .cm-dash-ref-section-head{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid #E8E6DC}.page-dashboard-client .cm-dash-ref-section-head-left{display:flex;align-items:center;gap:12px}.page-dashboard-client .cm-dash-ref-section-head-icon{width:34px;height:34px;background:#f4f4f2;border-radius:10px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.page-dashboard-client .cm-dash-ref-section-head-icon svg{width:16px;height:16px;stroke:#6b6b6b;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.page-dashboard-client .cm-dash-ref-section-head h2{font-size:14px;font-weight:600;color:#0d0d0d;margin-bottom:1px}.page-dashboard-client .cm-dash-ref-section-head p{font-size:12px;color:#b0aea5;margin:0}.page-dashboard-client .cm-dash-ref-section-head-right{display:flex;align-items:center;gap:10px}.page-dashboard-client .cm-dash-ref-btn-primary{background:#2563eb;color:#fff;font-size:12px;font-weight:600;padding:8px 16px;border-radius:8px;border:none;cursor:pointer;white-space:nowrap;transition:background .2s}.page-dashboard-client .cm-dash-ref-btn-primary:hover{background:#1d4ed8}.page-dashboard-client .cm-dash-ref-see-all{font-size:12px;font-weight:700;color:#2563eb;text-decoration:none;white-space:nowrap}.page-dashboard-client .cm-dash-ref-see-all:hover{text-decoration:underline}.page-dashboard-client .cm-dash-ref-request-list{padding:16px;display:flex;flex-direction:column;gap:10px}.page-dashboard-client .cm-dash-ref-request-card{border:1px solid #E8E6DC;border-radius:14px;padding:16px;cursor:pointer;transition:border-color .2s,box-shadow .2s}.page-dashboard-client .cm-dash-ref-request-card:hover{border-color:#2563eb;box-shadow:0 4px 16px #2563eb14}.page-dashboard-client .cm-dash-ref-request-top{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:10px}.page-dashboard-client .cm-dash-ref-request-title{font-size:14px;font-weight:600;color:#0d0d0d;margin-bottom:2px}.page-dashboard-client .cm-dash-ref-request-id{font-size:11px;color:#b0aea5}.page-dashboard-client .cm-dash-ref-badge{display:inline-flex;align-items:center;gap:4px;padding:4px 10px;border-radius:20px;font-size:11px;font-weight:600}.page-dashboard-client .cm-dash-ref-badge-open{background:#fffbeb;color:#92400e}.page-dashboard-client .cm-dash-ref-badge-open:before{content:"";width:5px;height:5px;background:#f59e0b;border-radius:50%;display:inline-block;margin-right:2px}.page-dashboard-client .cm-dash-ref-badge-done{background:#ecfdf5;color:#065f46}.page-dashboard-client .cm-dash-ref-badge-done:before{content:"";width:5px;height:5px;background:#10b981;border-radius:50%;display:inline-block;margin-right:2px}.page-dashboard-client .cm-dash-ref-request-meta{display:flex;flex-wrap:wrap;gap:6px;align-items:center}.page-dashboard-client .cm-dash-ref-meta-item{display:flex;align-items:center;gap:5px;font-size:11px;color:#6b6b6b}.page-dashboard-client .cm-dash-ref-meta-item svg{width:12px;height:12px;stroke:#b0aea5;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;flex-shrink:0}.page-dashboard-client .cm-dash-ref-meta-sep{width:3px;height:3px;background:#e8e6dc;border-radius:50%;flex-shrink:0}.page-dashboard-client .cm-dash-ref-tag{background:#eef3fb;color:#1e40af;font-size:11px;font-weight:700;padding:3px 10px;border-radius:20px}.page-dashboard-client .cm-dash-ref-request-footer{display:flex;justify-content:space-between;align-items:center;margin-top:12px;padding-top:10px;border-top:1px solid #E8E6DC}.page-dashboard-client .cm-dash-ref-view-details{font-size:12px;font-weight:700;color:#2563eb;cursor:pointer}.page-dashboard-client .cm-dash-ref-view-details:hover{text-decoration:underline}.page-dashboard-client .cm-dash-ref-empty{padding:36px 24px;text-align:center}.page-dashboard-client .cm-dash-ref-empty-icon{width:44px;height:44px;background:#f4f4f2;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.page-dashboard-client .cm-dash-ref-empty-icon svg{width:20px;height:20px;stroke:#b0aea5;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.page-dashboard-client .cm-dash-ref-empty p{font-size:14px;color:#6b6b6b;line-height:1.6;margin:0 0 1rem}.page-dashboard-client .cm-dash-ref-empty .cm-dash-ref-btn-primary{margin-top:.5rem}@media(max-width:640px){.page-dashboard-client .cm-dash-ref-stats{grid-template-columns:1fr}}.request-details-ref{max-width:640px;margin:0 auto;padding:32px 20px 60px;font-family:Lora,Georgia,serif}.request-details-ref .rd-page-title-row{display:flex;align-items:center;gap:12px;margin-bottom:24px;flex-wrap:wrap;font-family:Poppins,sans-serif}.request-details-ref .rd-page-title-row h1{font-family:Poppins,sans-serif;font-size:22px;font-weight:700;letter-spacing:-.4px;color:#0d0d0d}.request-details-ref .rd-badge{font-family:Poppins,sans-serif;display:inline-flex;align-items:center;gap:5px;padding:4px 12px;border-radius:20px;font-size:11px;font-weight:600}.request-details-ref .rd-badge-open{background:#fffbeb;color:#92400e}.request-details-ref .rd-badge-open:before{content:"";width:5px;height:5px;background:#f59e0b;border-radius:50%;display:inline-block}.request-details-ref .rd-badge-done{background:#ecfdf5;color:#065f46}.request-details-ref .rd-hero-card{background:#0d0d0d;border-radius:20px;padding:24px;margin-bottom:16px;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:16px;font-family:Poppins,sans-serif}.request-details-ref .rd-hero-left{display:flex;align-items:center;gap:14px}.request-details-ref .rd-hero-icon{width:44px;height:44px;background:#ffffff1a;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.request-details-ref .rd-hero-icon svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.request-details-ref .rd-hero-title{font-family:Poppins,sans-serif;font-size:17px;font-weight:700;color:#fff;margin-bottom:3px}.request-details-ref .rd-hero-sub{font-family:Poppins,sans-serif;font-size:12px;color:#ffffff73}.request-details-ref .rd-hero-price{text-align:right;font-family:Poppins,sans-serif}.request-details-ref .rd-hero-price-label{font-size:11px;color:#fff6;margin-bottom:3px}.request-details-ref .rd-hero-price-value{font-size:22px;font-weight:700;color:#fff}.request-details-ref .rd-hero-price-note{font-size:10px;color:#ffffff4d;margin-top:2px}.request-details-ref .rd-hero-price-hint{font-size:11px;color:#ffffff73;margin-top:4px;font-weight:400}.request-details-ref .rd-address-line{display:flex;align-items:center;gap:8px;font-family:Lora,Georgia,serif;font-weight:400;font-size:14px;color:#0d0d0d;line-height:1.5}.request-details-ref .rd-address-icon{width:16px;height:16px;flex-shrink:0;stroke:#6b6b6b;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.request-details-ref .rd-address-text{font-weight:400}.request-details-ref .rd-card{background:#fff;border-radius:20px;border:1px solid #E8E6DC;margin-bottom:12px;overflow:hidden}.request-details-ref .rd-card-header{display:flex;align-items:center;gap:10px;padding:16px 20px;border-bottom:1px solid #E8E6DC;font-family:Poppins,sans-serif}.request-details-ref .rd-card-header-icon{width:30px;height:30px;background:#f4f4f2;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.request-details-ref .rd-card-header-icon svg{width:14px;height:14px;stroke:#6b6b6b;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.request-details-ref .rd-card-header h2{font-family:Poppins,sans-serif;font-size:13px;font-weight:600;color:#0d0d0d;margin:0}.request-details-ref .rd-card-body{padding:20px}.request-details-ref .rd-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.request-details-ref .rd-info-grid.three{grid-template-columns:1fr 1fr 1fr}.request-details-ref .rd-info-label{font-family:Poppins,sans-serif;font-size:11px;font-weight:500;color:#b0aea5;text-transform:uppercase;letter-spacing:.8px;margin-bottom:4px}.request-details-ref .rd-info-value{font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#0d0d0d;line-height:1.4}.request-details-ref .rd-info-value.muted{color:#6b6b6b;font-weight:400;font-size:13px}.request-details-ref .rd-divider{height:1px;background:#e8e6dc;margin:16px 0}.request-details-ref .rd-tags-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px;font-family:Poppins,sans-serif}.request-details-ref .rd-tag{font-family:Poppins,sans-serif;display:inline-flex;align-items:center;gap:5px;background:#eef3fb;color:#1e40af;font-size:11px;font-weight:500;padding:4px 12px;border-radius:20px}.request-details-ref .rd-tag svg{width:11px;height:11px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.request-details-ref .rd-desc-box{font-family:Lora,Georgia,serif;background:#f4f4f2;border-radius:12px;padding:14px 16px;font-size:14px;color:#6b6b6b;line-height:1.6}.request-details-ref .rd-dates-row{display:grid;grid-template-columns:1fr 1fr;gap:16px;font-family:Poppins,sans-serif}.request-details-ref .rd-date-item{display:flex;align-items:flex-start;gap:10px}.request-details-ref .rd-date-dot{width:8px;height:8px;border-radius:50%;background:#e8e6dc;flex-shrink:0;margin-top:5px}.request-details-ref .rd-date-dot.blue{background:#2563eb}.request-details-ref .rd-date-label{font-family:Poppins,sans-serif;font-size:11px;color:#b0aea5;margin-bottom:3px;text-transform:uppercase;letter-spacing:.8px;font-weight:500}.request-details-ref .rd-date-value{font-family:Poppins,sans-serif;font-size:13px;color:#0d0d0d;font-weight:500}.request-details-ref .rd-actions-card{background:#fff;border-radius:20px;border:1px solid #E8E6DC;padding:20px;margin-bottom:12px;font-family:Poppins,sans-serif}.request-details-ref .rd-actions-row{display:flex;gap:10px;flex-wrap:wrap}.request-details-ref .rd-actions-row .rd-btn-update,.request-details-ref .rd-actions-row .rd-btn-cancel{flex:1;min-width:120px}.request-details-ref .rd-update-disabled-msg{padding:.75rem 1rem;background:#fef3c7;border:1px solid #FCD34D;border-radius:8px;color:#92400e;font-size:14px;margin-bottom:10px;font-family:Poppins,sans-serif}.request-details-ref .rd-btn-update{background:#2563eb;color:#fff;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;padding:13px 16px;border-radius:12px;border:none;cursor:pointer;transition:all .2s}.request-details-ref .rd-btn-update:hover{background:#1d4ed8;transform:translateY(-1px)}.request-details-ref .rd-btn-cancel{background:#fef2f2;color:#ef4444;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;padding:13px 16px;border-radius:12px;border:1.5px solid #EF4444;cursor:pointer;transition:all .2s}.request-details-ref .rd-btn-cancel:hover{background:#fee2e2}.request-details-ref .rd-btn-cancel:disabled{opacity:.7;cursor:not-allowed}@media(max-width:520px){.request-details-ref .rd-info-grid.three,.request-details-ref .rd-dates-row{grid-template-columns:1fr}.request-details-ref .rd-actions-row{flex-direction:column}.request-details-ref .rd-actions-row .rd-btn-update,.request-details-ref .rd-actions-row .rd-btn-cancel{min-width:0}}.pd-ref{margin:0 auto;padding:32px 20px 60px;font-family:Lora,Georgia,serif}.pd-ref .pd-page-header{margin-bottom:24px}.pd-ref .pd-page-header h1{font-family:Poppins,sans-serif;font-size:22px;font-weight:700;letter-spacing:-.4px;color:#0d0d0d;margin-bottom:4px}.pd-ref .pd-page-header p{font-size:14px;color:#6b6b6b}.pd-ref .pd-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:12px;margin-bottom:20px}.pd-ref .pd-stat{background:#fff;border-radius:16px;padding:18px 20px;border:1px solid #E8E6DC;font-family:Poppins,sans-serif}.pd-ref .pd-stat-label{font-size:11px;font-weight:500;color:#b0aea5;margin-bottom:8px;text-transform:uppercase;letter-spacing:.8px}.pd-ref .pd-stat-value{font-size:26px;font-weight:700;color:#0d0d0d;letter-spacing:-.5px}.pd-ref .pd-stat-value.blue{color:#2563eb}.pd-ref .pd-stat-value.green{color:#10b981}.pd-ref .pd-balance-card{background:#0d0d0d;border-radius:20px;padding:24px;margin-bottom:20px;font-family:Poppins,sans-serif}.pd-ref .pd-balance-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:16px}.pd-ref .pd-balance-top-left{display:flex;align-items:center;gap:12px}.pd-ref .pd-balance-icon{width:36px;height:36px;background:#ffffff1a;border-radius:10px;display:flex;align-items:center;justify-content:center}.pd-ref .pd-balance-icon svg{width:18px;height:18px;stroke:#fff;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.pd-ref .pd-balance-label{font-size:14px;font-weight:600;color:#fff;margin-bottom:2px}.pd-ref .pd-balance-sub{font-size:12px;color:#fff6}.pd-ref .pd-see-all-white{font-size:12px;font-weight:500;color:#ffffff80;text-decoration:none}.pd-ref .pd-see-all-white:hover{color:#fff}.pd-ref .pd-balance-amount{font-size:36px;font-weight:700;color:#fff;letter-spacing:-1px;margin-bottom:16px}.pd-ref .pd-btn-withdraw{background:#2563eb;color:#fff;font-size:13px;font-weight:600;padding:10px 20px;border-radius:10px;border:none;cursor:pointer;transition:all .2s}.pd-ref .pd-btn-withdraw:hover:not(:disabled){background:#1d4ed8}.pd-ref .pd-btn-withdraw:disabled{opacity:.5;cursor:not-allowed}.pd-ref .pd-section{background:#fff;border-radius:20px;border:1px solid #E8E6DC;margin-bottom:16px;overflow:hidden}.pd-ref .pd-section-head{display:flex;align-items:center;justify-content:space-between;padding:18px 24px;border-bottom:1px solid #E8E6DC;font-family:Poppins,sans-serif}.pd-ref .pd-section-head-left{display:flex;align-items:center;gap:12px}.pd-ref .pd-section-head-icon{width:34px;height:34px;background:#f4f4f2;border-radius:10px;display:flex;align-items:center;justify-content:center}.pd-ref .pd-section-head-icon svg{width:16px;height:16px;stroke:#6b6b6b;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.pd-ref .pd-section-head h2{font-size:14px;font-weight:600;color:#0d0d0d;margin-bottom:1px}.pd-ref .pd-section-head p{font-size:12px;color:#b0aea5}.pd-ref .pd-see-all{font-size:12px;font-weight:500;color:#2563eb;text-decoration:none}.pd-ref .pd-see-all:hover{text-decoration:underline}.pd-ref .pd-job-list{padding:16px;display:flex;flex-direction:column;gap:10px}.pd-ref .pd-job-card{border:1px solid #E8E6DC;border-radius:14px;padding:16px;transition:border-color .2s,box-shadow .2s;cursor:pointer;font-family:Poppins,sans-serif}.pd-ref .pd-job-card:hover{border-color:#2563eb;box-shadow:0 4px 16px #2563eb14}.pd-ref .pd-job-top{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:10px}.pd-ref .pd-job-top-left{flex:1}.pd-ref .pd-job-date{font-size:13px;font-weight:600;color:#0d0d0d;margin-bottom:2px}.pd-ref .pd-job-address{display:flex;align-items:center;gap:5px;font-size:12px;color:#6b6b6b}.pd-ref .pd-job-address svg{width:12px;height:12px;stroke:#b0aea5;fill:none;stroke-width:1.8;flex-shrink:0}.pd-ref .pd-job-price{font-size:16px;font-weight:700;color:#0d0d0d}.pd-ref .pd-job-price-hint{font-size:10px;color:#b0aea5;text-align:right;margin-top:2px}.pd-ref .pd-job-meta{display:flex;align-items:center;gap:6px;margin-bottom:8px;flex-wrap:wrap}.pd-ref .pd-meta-item{display:flex;align-items:center;gap:4px;font-size:11px;color:#6b6b6b}.pd-ref .pd-meta-item svg{width:11px;height:11px;stroke:#b0aea5;fill:none;stroke-width:1.8}.pd-ref .pd-job-desc{font-family:Lora,Georgia,serif;font-size:12px;color:#6b6b6b;margin-bottom:10px;line-height:1.5}.pd-ref .pd-job-footer{display:flex;justify-content:space-between;align-items:center}.pd-ref .pd-tag{display:inline-flex;align-items:center;background:#eef3fb;color:#1e40af;font-size:11px;font-weight:500;padding:3px 10px;border-radius:20px}.page-mission-details .mission-details-main{margin:0 auto;padding:32px 20px 60px}.page-mission-details .md-ref{display:flex;flex-direction:column;gap:1rem}.page-mission-details .md-title-row{display:flex;align-items:center;gap:.65rem;flex-wrap:wrap;margin-bottom:.25rem}.page-mission-details .md-title-row h1{font-family:Poppins,sans-serif;font-size:22px;font-weight:700;letter-spacing:-.4px;color:#0d0d0d;margin:0}.page-mission-details .md-badge{border-radius:999px;font-size:11px;font-weight:600;padding:.2rem .55rem}.page-mission-details .md-hero,.page-mission-details .md-card{background:var(--color-surface);border-radius:16px;border:1px solid var(--color-border-subtle);box-shadow:0 2px 10px #00000008}.page-mission-details .md-hero{padding:1rem 1.25rem}.page-mission-details .md-card{overflow:hidden}.page-mission-details .md-card-header{padding:1rem 1.25rem;border-bottom:1px solid var(--color-border-subtle);background:var(--color-bg)}.page-mission-details .md-card-body{padding:1rem 1.25rem}.page-mission-details .md-actions-wrap:not(.md-actions-toolbar){display:flex;gap:.75rem;flex-wrap:wrap}@media(max-width:768px){.page-mission-details .mission-details-main{padding:20px 12px 48px}}.pd-ref .pd-btn-view{background:#0d0d0d;color:#fff;font-size:12px;font-weight:600;padding:8px 16px;border-radius:8px;border:none;cursor:pointer;transition:all .2s}.pd-ref .pd-btn-view:hover{background:#333}.pd-ref .pd-see-all-wrap{padding:12px 16px;border-top:1px solid #E8E6DC}.pd-ref .pd-btn-see-all{background:#f4f4f2;color:#0d0d0d;font-family:Poppins,sans-serif;font-size:13px;font-weight:600;padding:11px;border-radius:10px;border:none;cursor:pointer;transition:all .2s;width:100%}.pd-ref .pd-btn-see-all:hover{background:#e8e6dc}.pd-ref .pd-empty{padding:36px 24px;text-align:center}.pd-ref .pd-empty-icon{width:44px;height:44px;background:#f4f4f2;border-radius:12px;display:flex;align-items:center;justify-content:center;margin:0 auto 12px}.pd-ref .pd-empty-icon svg{width:20px;height:20px;stroke:#b0aea5;fill:none;stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.pd-ref .pd-empty p{font-family:Lora,Georgia,serif;font-size:14px;color:#6b6b6b;line-height:1.6;margin:0}@media(max-width:600px){.pd-ref .pd-stats{grid-template-columns:1fr}}.md-ref{max-width:640px;font-family:Lora,Georgia,serif;min-height:100vh}.md-ref .md-title-row{display:flex;align-items:center;gap:12px;margin-bottom:4px;flex-wrap:wrap}.md-ref .md-title-row h1{font-family:Poppins,sans-serif;font-size:22px;font-weight:700;letter-spacing:-.4px;color:#0d0d0d}.md-ref .md-badge{display:inline-flex;align-items:center;gap:5px;padding:4px 12px;border-radius:20px;font-family:Poppins,sans-serif;font-size:11px;font-weight:600}.md-ref .md-badge-open{background:#fffbeb;color:#92400e}.md-ref .md-badge-open:before{content:"";width:5px;height:5px;background:#f59e0b;border-radius:50%;display:inline-block}.md-ref .md-mission-id{font-family:Poppins,sans-serif;font-size:13px;color:#b0aea5;margin-bottom:24px}.md-ref .md-hero{background:#0d0d0d;border-radius:20px;padding:24px;margin-bottom:16px;display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:16px}.md-ref .md-hero-left{display:flex;align-items:flex-start;gap:14px}.md-ref .md-hero-left-body{display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:0}.md-ref .md-hero-job-id{font-family:Poppins,Arial,sans-serif;font-size:.7rem;color:#ffffff73;line-height:1.35}.md-ref .md-hero-icon{width:44px;height:44px;background:#ffffff1a;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.md-ref .md-hero-icon svg{width:20px;height:20px;stroke:#fff;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.md-ref .md-hero-title-row{display:flex;align-items:center;flex-wrap:wrap;gap:.25rem;margin-bottom:3px}.md-ref .md-hero-title-row .md-hero-title{margin-bottom:0}.md-ref .md-hero-title{font-family:Poppins,sans-serif;font-size:17px;font-weight:700;color:#fff;margin-bottom:3px}.md-ref .md-hero-sub{font-family:Poppins,sans-serif;font-size:12px;color:#ffffff73}.md-ref .md-hero-sub-row{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.md-ref .cm-client-pill.md-hero-client-pill{margin-top:0;background:#ffffff1a;border:1px solid rgba(255,255,255,.18)}.md-ref .cm-client-pill.md-hero-client-pill .cm-client-pill-avatar{background:#7f77dd}.md-ref .cm-client-pill.md-hero-client-pill .cm-client-pill-score{color:#e9e7ff}.md-ref .md-hero-right{text-align:right}.md-ref .md-hero-price-value{font-family:Poppins,sans-serif;font-size:22px;font-weight:700;color:#fff}.md-ref .md-hero-price-hint{display:inline-flex;align-items:flex-start;gap:5px;margin-top:6px;background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:20px;padding:4px 10px}.md-ref .md-hero-price-hint svg{width:11px;height:11px;stroke:#ffffff80;fill:none;stroke-width:2;stroke-linecap:round;flex-shrink:0;margin-top:2px}.md-ref .md-hero-price-hint-inner{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.md-ref .md-hero-price-hint span{font-family:Poppins,sans-serif;font-size:10px;color:#ffffff73}.md-ref .md-card{background:#fff;border-radius:20px;border:1px solid #E8E6DC;margin-bottom:12px;overflow:hidden}.md-ref .md-card-header{display:flex;align-items:center;gap:10px;padding:16px 20px;border-bottom:1px solid #E8E6DC}.md-ref .md-card-header-icon{width:30px;height:30px;background:#f4f4f2;border-radius:8px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.md-ref .md-card-header-icon svg{width:14px;height:14px;stroke:#6b6b6b;fill:none;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round}.md-ref .md-card-header h2{font-family:Poppins,sans-serif;font-size:13px;font-weight:600;color:#0d0d0d;margin:0}.md-ref .md-card-body{padding:20px}.md-ref .md-info-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.md-ref .md-info-grid.three{grid-template-columns:1fr 1fr 1fr}.md-ref .md-info-label{font-family:Poppins,sans-serif;font-size:11px;font-weight:500;color:#b0aea5;text-transform:uppercase;letter-spacing:.8px;margin-bottom:4px}.md-ref .md-info-value{font-family:Poppins,sans-serif;font-size:14px;font-weight:500;color:#0d0d0d;line-height:1.4}.md-ref .md-info-value.muted{color:#6b6b6b;font-weight:400;font-size:13px}.md-ref .md-divider{height:1px;background:#e8e6dc;margin:16px 0}.md-ref .md-desc-box{background:#f4f4f2;border-radius:12px;padding:14px 16px;font-size:14px;color:#6b6b6b;line-height:1.6}.md-ref .md-address-line{display:flex;align-items:center;gap:8px}.md-ref .md-address-line svg{width:14px;height:14px;stroke:#b0aea5;fill:none;stroke-width:1.8;flex-shrink:0}.md-ref .md-address-line span{font-family:Poppins,sans-serif;font-size:14px;font-weight:400;color:#0d0d0d}.md-ref .md-tags-row{display:flex;gap:8px;flex-wrap:wrap;margin-top:12px}.md-ref .md-tag{display:inline-flex;align-items:center;gap:5px;background:#eef3fb;color:#1e40af;font-family:Poppins,sans-serif;font-size:11px;font-weight:500;padding:4px 12px;border-radius:20px}.md-ref .md-tag svg{width:11px;height:11px;stroke:currentColor;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.md-ref .md-status-occurrence{font-family:Poppins,sans-serif;font-size:11px;font-weight:600;color:#b0aea5;text-transform:uppercase;letter-spacing:1px;margin-bottom:6px}.md-ref .md-status-date{font-family:Poppins,sans-serif;font-size:13px;color:#0d0d0d;margin-bottom:10px}.md-ref .md-status-badges{display:flex;gap:8px;flex-wrap:wrap}.md-ref .md-status-badge{display:inline-flex;align-items:center;gap:5px;padding:5px 12px;border-radius:20px;font-family:Poppins,sans-serif;font-size:11px;font-weight:600}.md-ref .md-status-badge.red{background:#fef2f2;color:#ef4444}.md-ref .md-status-badge.amber{background:#fffbeb;color:#92400e}.md-ref .md-dates-row{display:grid;grid-template-columns:1fr 1fr;gap:16px}.md-ref .md-date-item{display:flex;align-items:flex-start;gap:10px}.md-ref .md-date-dot{width:8px;height:8px;border-radius:50%;background:#e8e6dc;flex-shrink:0;margin-top:5px}.md-ref .md-date-dot.blue{background:#2563eb}.md-ref .md-date-label{font-family:Poppins,sans-serif;font-size:11px;color:#b0aea5;margin-bottom:3px;text-transform:uppercase;letter-spacing:.8px;font-weight:500}.md-ref .md-date-value{font-family:Poppins,sans-serif;font-size:13px;color:#0d0d0d;font-weight:500}.md-ref .md-payout-setup-hint{font-family:Poppins,sans-serif;font-size:13px;line-height:1.45;color:#92400e;background:#fffbeb;border:1px solid #FDE68A;border-radius:12px;padding:12px 14px;margin:0 0 12px}.md-ref .md-payout-setup-hint-text{vertical-align:baseline}.md-ref .md-payout-setup-link{display:inline;margin:0;padding:0;border:none;background:none;font:inherit;font-weight:600;color:#b45309;text-decoration:underline;text-underline-offset:2px;cursor:pointer}.md-ref .md-payout-setup-link:hover,.md-ref .md-payout-setup-link:focus-visible{color:#92400e}.md-ref .md-payout-setup-link:focus-visible{outline:2px solid #D97706;outline-offset:2px;border-radius:2px}.md-ref .md-actions-wrap.md-actions-toolbar{display:grid;grid-template-columns:repeat(auto-fit,minmax(158px,1fr));gap:10px;align-items:stretch;width:100%;margin-top:1.5rem;padding-top:1.5rem;margin-bottom:12px;border-top:1px solid #E8E6DC}.md-ref .md-actions-toolbar .ds-btn,.md-ref .md-actions-toolbar .md-action-btn{width:100%;min-height:48px;padding:12px 14px;border-radius:12px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;text-align:center;line-height:1.25;transition:background .2s,border-color .2s,color .2s,transform .15s}.md-ref .md-actions-toolbar .ds-btn-primary:not(:disabled):hover,.md-ref .md-actions-toolbar .md-btn-apply:not(:disabled):hover{transform:translateY(-1px)}.md-ref .md-actions-toolbar .md-action-status-pill{grid-column:1 / -1;display:flex;align-items:center;justify-content:center;width:100%;min-height:auto;padding:10px 14px;border-radius:12px;background:#f4f4f2;border:1px solid #E8E6DC;color:#6b6b6b;font-size:13px;font-weight:500}.md-ref .md-actions-toolbar .md-action-btn--chat{background:#fff;color:#2563eb;border:1.5px solid #2563EB;cursor:pointer}.md-ref .md-actions-toolbar .md-action-btn--chat:hover:not(:disabled){background:#eff6ff}.md-ref .md-actions-toolbar .md-action-btn--chat:disabled{opacity:.65;cursor:not-allowed}.md-ref .md-actions-toolbar .md-action-btn--danger-outline{background:#fff;color:#ef4444;border:1.5px solid #EF4444;cursor:pointer}.md-ref .md-actions-toolbar .md-action-btn--danger-outline:hover:not(:disabled){background:#fef2f2}.md-ref .md-actions-toolbar .md-action-btn--success-muted{background:#f0fdf4;color:#059669;border:1.5px solid #A7F3D0;opacity:.85;cursor:not-allowed}.md-ref .md-actions-toolbar .md-action-btn--neutral-muted{background:#f9fafb;color:#6b7280;border:1.5px solid #E5E7EB;opacity:.85;cursor:not-allowed}@media(max-width:480px){.md-ref .md-actions-wrap.md-actions-toolbar{grid-template-columns:1fr}}.md-ref .md-actions-wrap:not(.md-actions-toolbar){display:flex;gap:10px;margin-bottom:12px}.md-ref .md-btn-apply{flex:1;background:#2563eb;color:#fff;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;padding:13px;border-radius:12px;border:none;cursor:pointer;transition:all .2s}.md-ref .md-actions-toolbar .md-btn-apply{flex:initial;width:100%;padding:12px 14px;min-height:48px}.md-ref .md-btn-apply:hover{background:#1d4ed8;transform:translateY(-1px)}.md-ref .md-btn-ignore{flex:1;background:#f4f4f2;color:#6b6b6b;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;padding:13px;border-radius:12px;border:1.5px solid #E8E6DC;cursor:pointer;transition:all .2s}.md-ref .md-actions-toolbar .md-btn-ignore{flex:initial;width:100%;padding:12px 14px;min-height:48px;display:inline-flex;align-items:center;justify-content:center;box-sizing:border-box}.md-ref .md-btn-ignore:hover{background:#e8e6dc;color:#0d0d0d}.md-ref .md-modal-overlay{position:fixed;inset:0;background:#00000073;z-index:10050;align-items:center;justify-content:center;padding:20px;display:none;box-sizing:border-box}.md-ref .md-modal-overlay.open{display:flex}.md-ref .md-modal{background:#fff;border-radius:24px;padding:32px;width:100%;max-width:440px;animation:mdFadeUp .25s ease both}@keyframes mdFadeUp{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}.md-ref .md-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}.md-ref .md-modal-header h2{font-family:Poppins,sans-serif;font-size:18px;font-weight:700;color:#0d0d0d;margin:0}.md-ref .md-modal-close{width:30px;height:30px;background:#f4f4f2;border-radius:8px;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;font-size:16px;color:#6b6b6b;transition:background .2s}.md-ref .md-modal-close:hover{background:#e8e6dc}.md-ref .md-ignore-modal{background:#fff;border-radius:24px;padding:32px;width:100%;max-width:380px;text-align:center;animation:mdFadeUp .25s ease both;position:relative}.md-ref .md-ignore-modal-top{display:flex;justify-content:flex-end;width:100%;margin:-8px -8px 8px 0;text-align:right}.md-ref .md-ignore-icon{width:48px;height:48px;background:#fffbeb;border-radius:14px;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.md-ref .md-ignore-icon svg{width:22px;height:22px;stroke:#f59e0b;fill:none;stroke-width:2;stroke-linecap:round;stroke-linejoin:round}.md-ref .md-ignore-modal h2{font-family:Poppins,sans-serif;font-size:17px;font-weight:700;color:#0d0d0d;margin-bottom:8px}.md-ref .md-ignore-modal p{font-family:Lora,Georgia,serif;font-size:14px;color:#6b6b6b;line-height:1.6;margin-bottom:24px}.md-ref .md-ignore-actions{display:flex;gap:10px}.md-ref .md-btn-ignore-cancel{flex:1;background:#fff;color:#6b6b6b;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;padding:12px;border-radius:12px;border:1.5px solid #E8E6DC;cursor:pointer}.md-ref .md-btn-ignore-cancel:hover{background:#f4f4f2}.md-ref .md-btn-ignore-confirm{flex:1;background:#f59e0b;color:#fff;font-family:Poppins,sans-serif;font-size:14px;font-weight:600;padding:12px;border-radius:12px;border:none;cursor:pointer;transition:all .2s}.md-ref .md-btn-ignore-confirm:hover{background:#d97706}.md-ref .md-confirmed-actions{display:flex;gap:10px;flex-wrap:wrap}.md-ref .md-confirmed-action-btn{min-height:46px;padding:12px 18px;border-radius:12px;font-family:Poppins,sans-serif;font-size:14px;font-weight:600}.md-ref .md-confirmed-action-btn.cm-btn-outline{border-color:#dbeafe;color:#1d4ed8;background:#eff6ff}.md-ref .md-confirmed-action-btn.cm-btn-outline:hover:not(:disabled){background:#dbeafe}.md-ref .md-confirmed-action-btn-primary{background:#2563eb;border-color:#2563eb}.md-ref .md-confirmed-action-btn-primary:hover:not(:disabled){background:#1d4ed8}.md-ref .md-confirmed-action-btn-danger.cm-btn-outline{border-color:#fecaca;color:#dc2626;background:#fef2f2}.md-ref .md-confirmed-action-btn-danger.cm-btn-outline:hover:not(:disabled){background:#fee2e2}@media(max-width:600px){.md-ref .md-info-grid.three,.md-ref .md-dates-row{grid-template-columns:1fr}}
