.csp-toaster{--toast-background:#fff;--toast-foreground:#171717;--toast-border:#e5e5e5;--toast-success:#22c55e;--toast-error:#ef4444;--toast-warning:#f59e0b;--toast-info:#3b82f6;max-width:100vw;padding:16px;pointer-events:none;position:fixed;right:0;top:0;width:420px;z-index:10000}.csp-toast{align-items:flex-start;animation:toast-slide-in .3s ease-out;background:var(--toast-background);border:1px solid var(--toast-border);border-radius:8px;box-shadow:0 4px 12px #00000026;color:var(--toast-foreground);display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;gap:12px;line-height:1.4;margin-bottom:8px;padding:16px;pointer-events:auto}.csp-toast .toast-content{flex:1;min-width:0}.csp-toast .toast-title{font-weight:600;margin-bottom:4px}.csp-toast .toast-description{color:#6b7280;font-size:13px}.csp-toast .toast-close{background:none;border:none;border-radius:4px;color:#9ca3af;cursor:pointer;flex-shrink:0;padding:4px;transition:all .2s}.csp-toast .toast-close:hover{background:#f3f4f6;color:#6b7280}.csp-toast .toast-action{margin-top:8px}.csp-toast .toast-action button{background:#f3f4f6;border:1px solid #d1d5db;border-radius:6px;cursor:pointer;font-size:12px;font-weight:500;padding:6px 12px;transition:all .2s}.csp-toast .toast-action button:hover{background:#e5e7eb;border-color:#9ca3af}@keyframes toast-slide-in{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes toast-slide-out{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}.review-queue-item-trust-score{color:#6b7280;font-size:14px;margin-left:8px}.review-queue-item-score-indicator{align-items:center;display:flex;margin-top:8px}.review-queue-item-submitted-date{color:#9ca3af;font-size:12px;margin-top:4px}.review-queue-item-rating-container{align-items:center;display:flex}.review-queue-item-actions{display:flex;gap:8px;margin-top:12px}.review-queue-item-action-button{border:none;border-radius:6px;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s ease}.review-queue-item-approve-button{background-color:#10b981;color:#fff}.review-queue-item-approve-button:hover{background-color:#059669}.review-queue-item-reject-button{background-color:#ef4444;color:#fff}.review-queue-item-reject-button:hover{background-color:#dc2626}.review-queue-item{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:16px;padding:16px}.review-queue-item:hover{box-shadow:0 4px 6px #0000001a}.review-queue-item-header{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:12px}.review-queue-item-title{color:#111827;font-size:16px;font-weight:600;margin:0}.review-queue-item-status{border-radius:12px;font-size:12px;font-weight:500;padding:4px 8px;text-transform:uppercase}.review-queue-item-status.pending{background-color:#fef3c7;color:#92400e}.review-queue-item-status.approved{background-color:#d1fae5;color:#065f46}.review-queue-item-status.rejected{background-color:#fee2e2;color:#991b1b}.review-queue-item-content{margin-bottom:12px}.review-queue-item-person-name{color:#374151;font-size:14px;font-weight:500;margin-bottom:8px}.review-queue-item-comment{color:#6b7280;font-size:14px;line-height:1.5;margin-bottom:8px}.review-queue-item-footer{align-items:center;color:#9ca3af;display:flex;font-size:12px;justify-content:space-between}*,:after,:before{box-sizing:border-box}body,html{font-family:-apple-system,BlinkMacSystemFont,San Francisco,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{font-family:inherit}.hidden{display:none!important;height:0!important;opacity:0!important;overflow:hidden!important;position:absolute!important;visibility:hidden!important;width:0!important;clip:rect(0,0,0,0)!important;border:0!important;white-space:nowrap!important}.ph-flex-col{display:flex;flex-direction:column}.ph-flex-col--align-center{align-items:center}.ph-flex-col--justify-center{justify-content:center}.ph-flex-col--gap-sm{gap:.5rem}.ph-flex-col--gap-md{gap:1rem}.ph-flex-col--gap-lg{gap:1.5rem}.ph-flex-row{align-items:center;display:flex;flex-direction:row}@media(max-width:639px){.ph-flex-row{flex-wrap:wrap}}.ph-flex-row--align-start{align-items:flex-start}.ph-flex-row--align-center{align-items:center}.ph-flex-row--justify-center{justify-content:center}.ph-flex-row--gap-sm{gap:.5rem}.ph-flex-row--gap-md{gap:.75rem}.ph-flex-row--gap-lg{gap:1rem}.ph-mt-sm{margin-top:.5rem}.ph-mt-md{margin-top:1rem}.ph-mt-lg{margin-top:1.5rem}.ph-mt-xl{margin-top:2rem}.ph-mt-auto{margin-top:auto}.ph-mb-sm{margin-bottom:.25rem}.ph-mb-md{margin-bottom:.5rem}.ph-mb-lg{margin-bottom:1rem}.ph-mb-xl{margin-bottom:1.5rem}.ph-mb-2xl{margin-bottom:2rem}.ph-ml-auto{margin-left:auto}.ph-ml-sm{margin-left:.25rem}.ph-mx-auto{margin-left:auto;margin-right:auto}.ph-p-md{padding:1rem}.ph-p-lg{padding:1.5rem}.ph-p-3xl{padding:3rem}.ph-py-md{padding-bottom:1rem;padding-top:1rem}.ph-gap-lg{gap:1.5rem}.ph-text-xs{font-size:.75rem}.ph-text-sm{font-size:.875rem}.ph-text-base{font-size:.9375rem}.ph-text-md{font-size:1rem}.ph-text-lg{font-size:1.125rem}.ph-text-xl{font-size:1.25rem}.ph-text-2xl{font-size:2rem}.ph-text-3xl{font-size:2.5rem}@media(min-width:640px){.ph-text-xl{font-size:1.5rem}.ph-text-2xl{font-size:2.5rem}.ph-text-3xl{font-size:3rem}}@media(min-width:1024px){.ph-text-2xl{font-size:3rem}.ph-text-3xl{font-size:3.75rem}}.ph-font-semibold{font-weight:600}.ph-font-bold{font-weight:700}.ph-text-gray-900{color:#111827}.ph-text-gray-700{color:#374151}.ph-text-gray-600{color:#4b5563}.ph-text-gray-500{color:#6b7280}.ph-text-blue-600{color:#2563eb}.ph-text-blue-800{color:#1e40af}.ph-text-blue-900{color:#1e3a8a}.ph-text-red-600{color:#dc2626}.ph-text-green-600{color:#059669}.ph-text-left{text-align:left}.ph-text-center{text-align:center}.ph-text-italic{font-style:italic}.ph-capitalize{text-transform:capitalize}.ph-leading-normal{line-height:1.5}.ph-leading-relaxed{line-height:1.6}.ph-display-none{display:none}.ph-display-inline{display:inline}.ph-display-inline-flex{display:inline-flex}.ph-input-base{border:1px solid #d1d5db;border-radius:.375rem;box-sizing:border-box;font-size:.875rem;padding:.5rem .75rem}.ph-input-base--width-fixed{flex-shrink:0;width:8rem}.ph-input-base--width-full{flex:1;min-width:0;width:100%}.ph-checkbox{accent-color:#2563eb;cursor:pointer;flex-shrink:0;height:1rem;margin-top:.125rem;width:1rem}.ph-absolute{position:absolute}.ph-absolute--top-right{right:.5rem;top:.5rem}.ph-bg-warning{background-color:#fef3c7;border:1px solid #fbbf24}.ph-bg-info{background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:.5rem}.ph-bg-success-light{background-color:#d1fae5;border-radius:50%}.ph-bg-orange{background-color:#d97706}.ph-bg-gray-light{background-color:#f9fafb;border-radius:.5rem}.ph-size-sm{height:16px;width:16px}.ph-size-md{height:32px;width:32px}.ph-size-lg{height:64px;width:64px}.ph-w-full{width:100%}.ph-width-full{min-width:0;width:100%}.ph-h-full{height:100%}.ph-cursor-pointer{cursor:pointer}.ph-word-break{word-wrap:break-word;flex:1;overflow-wrap:break-word}.ph-flex-shrink-0{flex-shrink:0}.ph-min-w-fit{min-width:-moz-fit-content;min-width:fit-content}.ph-list-reset{list-style:none;margin:0;padding:0}.ph-button{align-items:center;border:none;border-radius:8px;display:inline-flex;font-family:-apple-system,BlinkMacSystemFont,San Francisco,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:.875rem;font-weight:500;justify-content:center;line-height:1.5;padding:.5rem 1rem;white-space:normal;word-wrap:break-word;box-shadow:0 1px 3px #0000001f,0 1px 2px #00000014;cursor:pointer;outline:none;overflow-wrap:break-word;text-align:center;text-decoration:none;transition:all .2s ease;-webkit-tap-highlight-color:rgba(0,0,0,.1)}.ph-button:disabled{cursor:not-allowed;opacity:.5}.ph-button--primary{background-color:#2563eb;color:#fff}.ph-button--primary:hover:not(:disabled){background-color:#1d4ed8;box-shadow:0 2px 6px #00000026,0 1px 3px #0000001a;transform:translateY(-1px)}.ph-button--primary:active:not(:disabled){background-color:#1e40af;box-shadow:0 1px 2px #0000001a;transform:translateY(0)}.ph-button--primary:focus{box-shadow:0 0 0 3px #2563eb1a,0 1px 3px #0000001f}.ph-button--secondary{background-color:#4b5563;color:#fff}.ph-button--secondary:hover:not(:disabled){background-color:#374151;box-shadow:0 2px 6px #00000026,0 1px 3px #0000001a;transform:translateY(-1px)}.ph-button--secondary:active:not(:disabled){background-color:#1f2937;box-shadow:0 1px 2px #0000001a;transform:translateY(0)}.ph-button--secondary:focus{box-shadow:0 0 0 3px #4b55631a,0 1px 3px #0000001f}.ph-button--outline{background-color:#ffffff1a;border:1px solid hsla(0,0%,100%,.3);box-shadow:0 1px 2px #0000000d;color:#ffffffe6}.linked-ph-header .ph-button--outline,.my-disputes-header .ph-button--outline,.my-ph-header .ph-button--outline,.ph-card .ph-button--outline,.ph-dialog .ph-button--outline,.ph-dialog__footer .ph-button--outline,.ph-header .ph-button--outline,.ph-profile-header-bar .ph-button--outline{background-color:#fff;border:1px solid #d1d5db;color:#374151}.linked-ph-header .ph-button--outline:hover:not(:disabled),.my-disputes-header .ph-button--outline:hover:not(:disabled),.my-ph-header .ph-button--outline:hover:not(:disabled),.ph-card .ph-button--outline:hover:not(:disabled),.ph-dialog .ph-button--outline:hover:not(:disabled),.ph-dialog__footer .ph-button--outline:hover:not(:disabled),.ph-header .ph-button--outline:hover:not(:disabled),.ph-profile-header-bar .ph-button--outline:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af;color:#111827}.ph-button--outline:hover:not(:disabled){background-color:#fff3;border-color:#ffffff80;box-shadow:0 2px 4px #0000001a;transform:translateY(-1px)}.ph-button--outline:active:not(:disabled){background-color:#ffffff26;box-shadow:0 1px 2px #0000000d;transform:translateY(0)}.ph-button--outline:focus{box-shadow:0 0 0 3px #3b82f61a,0 1px 3px #0000001f}.ph-button--outline.ph-button--primary{background-color:#2563eb;border-color:#2563eb;box-shadow:0 2px 6px #2563eb40,0 1px 3px #0000001a;color:#fff;font-weight:600}.ph-button--outline.ph-button--primary:hover:not(:disabled){background-color:#1d4ed8;border-color:#1d4ed8;box-shadow:0 4px 8px #2563eb4d,0 2px 4px #0000001f;transform:translateY(-1px)}.ph-button--outline.ph-button--primary:active:not(:disabled){background-color:#1e40af;border-color:#1e40af;box-shadow:0 2px 4px #2563eb33,0 1px 2px #0000001a;transform:translateY(0)}.ph-button--outline.ph-button--primary:focus{box-shadow:0 0 0 3px #2563eb33,0 2px 6px #2563eb40,0 1px 3px #0000001a}.ph-feedback-category-toggle{margin-bottom:1rem;margin-top:.75rem}.ph-feedback-category-label{display:block;margin-bottom:.5rem}.ph-feedback-category-grid{gap:0}.ph-button--ghost{background-color:transparent;color:#374151}.ph-button--ghost:hover:not(:disabled){background-color:#f3f4f6;transform:translateY(-1px)}.ph-button--ghost:active:not(:disabled){background-color:#e5e7eb;transform:translateY(0)}.ph-button--ghost:focus{box-shadow:0 0 0 3px #3741511a,0 1px 3px #0000001f}.ph-button--danger{background-color:#dc2626;color:#fff}.ph-button--danger:hover:not(:disabled){background-color:#b91c1c;box-shadow:0 2px 6px #dc262633,0 1px 3px #0000001a;transform:translateY(-1px)}.ph-button--danger:active:not(:disabled){background-color:#991b1b;box-shadow:0 1px 2px #0000001a;transform:translateY(0)}.ph-button--danger:focus{box-shadow:0 0 0 3px #dc26261a,0 1px 3px #0000001f}.ph-button--sm{font-size:.875rem;padding:.375rem .75rem}.ph-button--active{background-color:#2563eb;color:#fff}.ph-button--loading{color:transparent;pointer-events:none;position:relative}.ph-button--loading:after{animation:ph-spin 1s linear infinite;border:2px solid;border-radius:50%;border-right:2px solid transparent;content:"";height:1rem;left:50%;margin-left:-.5rem;margin-top:-.5rem;position:absolute;top:50%;width:1rem}.ph-button-loading-icon{animation:ph-spin 1s linear infinite;margin-right:.5rem}.ph-button-loading-circle{opacity:.25}.ph-button-loading-path{opacity:.75}.ph-button--category{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 2px #0000000d;color:#374151;font-size:.875rem;font-weight:500;margin:.35rem;padding:.5rem 1rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.ph-button--category:hover{background-color:#f9fafb;border-color:#d1d5db;box-shadow:0 2px 4px #0000001a;transform:translateY(-1px)}.ph-button--category--positive{border-color:#10b981;color:#059669}.ph-button--category--positive:hover{background-color:#f0fdf4;border-color:#10b981;color:#059669}.ph-button--category--positive-selected{background-color:#10b981;border-color:#10b981;color:#fff}.ph-button--category--positive-selected:hover{background-color:#059669;border-color:#059669;color:#fff}.ph-button--category--neutral{border-color:#6b7280;color:#4b5563}.ph-button--category--neutral:hover{background-color:#f9fafb;border-color:#6b7280;color:#4b5563}.ph-button--category--neutral-selected{background-color:#6b7280;border-color:#6b7280;color:#fff}.ph-button--category--neutral-selected:hover{background-color:#4b5563;border-color:#4b5563;color:#fff}.ph-button--category--negative{border-color:#ef4444;color:#dc2626}.ph-button--category--negative:hover{background-color:#fef2f2;border-color:#ef4444;color:#dc2626}.ph-button--category--negative-selected{background-color:#ef4444;border-color:#ef4444;color:#fff}.ph-button--category--negative-selected:hover{background-color:#dc2626;border-color:#dc2626;color:#fff}.experience-view-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;margin-bottom:1rem;min-width:400px;padding:1rem;position:relative;transition:box-shadow .2s ease;width:100%}@media screen and (max-width:480px){.experience-view-card{min-width:300px}}@media(min-width:640px){.experience-view-card{padding:1.25rem}}@media(min-width:768px){.experience-view-card{padding:1.5rem}}.experience-view-card:hover{box-shadow:0 4px 6px #0000001a}.experience-view-header{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.experience-view-header-row{display:flex;flex-direction:column;gap:.5rem}@media(min-width:640px){.experience-view-header-row{align-items:flex-start;flex-direction:row;justify-content:space-between}}.experience-view-header-left{flex:1;min-width:0}.experience-view-header-right{align-items:center;display:flex;flex-shrink:0;gap:.5rem;justify-content:flex-end}.experience-view-header-right .ph-section{align-items:center;display:inline-flex;margin-bottom:0;margin-top:0;vertical-align:middle}.experience-view-submitter-photo{border:2px solid #e5e7eb;border-radius:50%;display:block;flex-shrink:0;height:50px;-o-object-fit:cover;object-fit:cover;vertical-align:middle;width:50px}.experience-view-title{color:#111827;font-size:1.125rem;font-weight:600;margin:0 0 .5rem;word-wrap:break-word}.experience-view-platforms{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.experience-view-date{color:#6b7280;font-size:.875rem}.experience-view-comment{color:#374151;font-size:.9375rem;line-height:1.6;margin:0 0 1rem;word-wrap:break-word}.experience-view-tags-section{margin-bottom:1rem}.experience-view-tags-label{color:#374151;font-size:.875rem;font-weight:600;margin-bottom:.5rem}.experience-view-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem}.experience-view-tags-toggle{background:none;border:none;color:#2563eb;cursor:pointer;font-size:.875rem;font-weight:500;padding:.25rem 0;text-decoration:underline;transition:color .2s ease}.experience-view-tags-toggle:hover{color:#1d4ed8}.experience-view-tags-toggle:active{color:#1e40af}.experience-view-tag{align-items:center;border:1px solid transparent;border-radius:9999px;display:inline-flex;font-size:.75rem;font-weight:500;gap:.25rem;padding:.375rem .75rem;word-wrap:break-word;max-width:100%}.experience-view-tag-positive{background-color:#ecfdf5;border-color:#a7f3d0;color:#047857}.experience-view-tag-neutral{background-color:#f3f4f6;border-color:#e5e7eb;color:#4b5563}.experience-view-tag-negative,.experience-view-tag-red{background-color:#fef2f2;border-color:#fecaca;color:#b91c1c}.tag{align-items:center;border:1px solid transparent;border-radius:9999px;display:inline-flex;font-size:.75rem;font-weight:500;gap:.25rem;padding:.375rem .75rem;word-wrap:break-word;max-width:100%}.tag-positive{background-color:#ecfdf5;border-color:#a7f3d0;color:#047857}.tag-neutral{background-color:#f3f4f6;border-color:#e5e7eb;color:#4b5563}.tag-negative{background-color:#fef2f2;border-color:#fecaca;color:#b91c1c}.experience-view-tag-yellow{background-color:#fffbeb;border-color:#fde68a;color:#b45309}.experience-view-tag-ai{background-color:#fefce8;border-color:#facc15;color:#854d0e}.experience-view-tag-green{background-color:#ecfdf5;border-color:#a7f3d0;color:#047857}.score-indicator-inline{display:inline-block;width:auto}.score-indicator-body{align-items:center;display:flex;flex-wrap:nowrap;gap:.5rem;margin:0;padding:0}.score-indicator-icon{flex-shrink:0;max-width:-moz-fit-content;max-width:fit-content}.experience-view-header-right .score-indicator-icon{align-items:center;display:inline-flex;flex-shrink:0;font-size:2.5rem;height:50px;justify-content:center;line-height:1;width:50px}.experience-view-status{align-items:center;border-radius:9999px;display:inline-flex;font-size:.75rem;font-weight:600;padding:.25rem .625rem;text-transform:capitalize}.experience-view-status-approved{background-color:#ecfdf5;color:#047857}.experience-view-status-pending{background-color:#fff7ed;color:#b45309}.experience-view-status-rejected{background-color:#fef2f2;color:#b91c1c}.experience-view-status-draft{background-color:#f3f4f6;color:#4b5563}.experience-view-reply{background-color:#fefce8;border:2px solid #eab308;border-radius:.5rem;box-sizing:border-box;margin-bottom:0;margin-top:1rem;padding:1rem;width:100%}.experience-view-reply-ai-analysis{background-color:#fff;border:1px solid #e5e7eb;border-radius:.375rem;color:#374151;font-size:.875rem;line-height:1.5;margin-bottom:.75rem;padding:.75rem}.experience-view-reply-content{color:#374151;display:flex;flex-direction:column;font-size:.875rem;gap:.5rem;width:100%}.experience-view-reply-header{align-items:center;color:#1f2937;display:flex;font-weight:600;gap:.5rem}.experience-view-reply-label{font-weight:600}.experience-view-reply-author{color:#6b7280;font-weight:400}.experience-view-reply-text{color:#374151;line-height:1.6;padding:.5rem 0}.experience-view-reply-actions{border-top:1px solid #e5e7eb;display:flex;gap:.5rem;margin-top:.75rem;padding-top:.75rem}.experience-view-footer{border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:.75rem;margin-top:1rem;padding-top:1rem}@media(min-width:640px){.experience-view-footer{align-items:center;flex-direction:row;justify-content:space-between}}.experience-view-footer-left{align-items:center;color:#6b7280;display:flex;font-size:.875rem;gap:.5rem}.experience-view-footer-center{align-items:flex-start;color:#6b7280;display:flex;flex-direction:column;font-size:.875rem;gap:.5rem}@media(min-width:640px){.experience-view-footer-center{align-items:center;flex-direction:row;flex-wrap:wrap;gap:.75rem}}.experience-view-footer-center-item{align-items:center;display:flex;gap:.25rem}.experience-view-footer-submitter{align-items:center;display:flex;gap:.5rem}.experience-view-submitter-photo-footer{border:2px solid #e5e7eb;border-radius:50%;display:block;flex-shrink:0;height:32px;-o-object-fit:cover;object-fit:cover;width:32px}.experience-view-footer-submitter-text{color:#6b7280;font-size:.875rem}.experience-view-footer-right{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}@media(min-width:640px){.experience-view-footer-right{margin-left:auto;margin-top:0}}.experience-view-meta{display:grid;gap:.75rem;grid-template-columns:1fr;margin-top:1rem}@media(min-width:640px){.experience-view-meta{grid-template-columns:repeat(auto-fit,minmax(160px,1fr))}}.experience-view-meta-item{display:flex;flex-direction:column;gap:.25rem}.experience-view-meta-label{color:#6b7280;font-size:.75rem;font-weight:600;margin-bottom:.25rem}.experience-view-meta-value{color:#111827;font-size:.875rem;word-wrap:break-word}.experience-view-supporting-docs-badge{align-items:center;background-color:#f3f4f6;border:none;border-radius:9999px;color:#4b5563;cursor:pointer;display:inline-flex;font-size:.75rem;font-weight:600;padding:.25rem .625rem;text-align:left;transition:background-color .2s,color .2s}.experience-view-supporting-docs-badge:hover{background-color:#e5e7eb;color:#374151}.experience-view-meta-actions{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem}.experience-view-ai-section{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.375rem;margin-top:1rem;padding:1rem}.experience-view-ai-badge{align-items:center;border-radius:9999px;display:inline-flex;font-size:.75rem;font-weight:600;margin-bottom:.5rem;padding:.25rem .625rem;text-transform:uppercase}.experience-view-ai-analysis{color:#374151;font-size:.875rem;line-height:1.6}.experience-view-submitter{color:#6b7280;font-size:.875rem;margin-top:.75rem}.experience-view-submitter-label{font-weight:600;margin-right:.25rem}.experience-view-review-actions{align-items:center;display:flex;flex-direction:row;gap:.5rem;justify-content:flex-end}@media(max-width:640px){.experience-view-review-actions{flex-direction:column;width:100%}.experience-view-review-actions .ph-button{width:100%}}.experience-view-lock-overlay{align-items:center;background-color:#ffffffe6;border-radius:.5rem;display:flex;height:100%;justify-content:center;inset:0;pointer-events:none;position:absolute;width:100%;z-index:100}.experience-view-lock-icon,.ph-card-lock-icon{display:block;flex-shrink:0;font-size:32px;line-height:1;opacity:.5;-webkit-user-select:none;-moz-user-select:none;user-select:none}.experience-view-list{display:grid;gap:1rem;grid-template-columns:1fr;width:100%}@media screen and (max-width:480px){.experience-view-list{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}}@media(min-width:800px){.experience-view-list{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}}@media(min-width:1200px){.experience-view-list{grid-template-columns:repeat(auto-fit,minmax(400px,1fr))}}.experience-view-empty{color:#6b7280;padding:3rem 1rem;text-align:center}.experience-view-empty-icon{font-size:3rem;margin-bottom:1rem}.experience-view-empty-title{color:#111827;font-size:1.25rem;font-weight:600;margin-bottom:.5rem}.experience-view-empty-text{color:#6b7280;font-size:.9375rem;margin-bottom:1.5rem}.ph-button-apple{align-items:center;background-color:#007aff;border:none;border-radius:12px;box-shadow:0 1px 3px #0000001f,0 1px 2px #00000014;color:#fff;cursor:pointer;display:inline-flex;font-family:-apple-system,BlinkMacSystemFont,San Francisco,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:.9375rem;font-weight:500;gap:.5rem;justify-content:center;line-height:1.4;outline:none;padding:.75rem 1.25rem;text-decoration:none;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap;-webkit-tap-highlight-color:rgba(0,122,255,.1);min-height:44px}.ph-button-apple:hover:not(:disabled){background-color:#0051d5;box-shadow:0 2px 6px #00000026,0 1px 3px #0000001a;transform:translateY(-1px)}.ph-button-apple:active:not(:disabled){background-color:#0040a8;box-shadow:0 1px 2px #0000001a;transform:translateY(0)}.ph-button-apple:focus{box-shadow:0 0 0 3px #007aff4d,0 1px 3px #0000001f;outline:none}.ph-button-apple:disabled{cursor:not-allowed;opacity:.5;transform:none}.ph-button-apple>span:first-child{align-items:center;display:inline-flex;font-size:1.125rem;line-height:1}.ph-button-apple>span:last-child{font-weight:500}.ph-button-apple--small{border-radius:10px;font-size:.875rem;min-height:36px;padding:.5rem 1rem}.ph-profile-tile{background-color:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0000001a;cursor:pointer;display:flex;flex-direction:column;gap:.75rem;min-height:120px;padding:1.25rem;transition:all .2s ease}.ph-profile-tile:hover{border-color:#d1d5db;box-shadow:0 4px 6px #0000001a;transform:translateY(-2px)}.ph-profile-tile--non-clickable{cursor:default}.ph-profile-tile--non-clickable:hover{box-shadow:0 1px 3px #0000001a;transform:none}.ph-profile-tile__header{align-items:center;display:flex;gap:.75rem;justify-content:space-between}.ph-profile-tile__icon{flex-shrink:0;font-size:1.5rem;line-height:1}.ph-profile-tile__title{color:#111827;flex:1;font-size:.9375rem;font-weight:600;margin:0}.ph-profile-tile__value{color:#111827;font-size:1.125rem;font-weight:600}.ph-profile-tile__description,.ph-profile-tile__value{display:-webkit-box;-webkit-line-clamp:2;margin:0;overflow:hidden;text-overflow:ellipsis;-webkit-box-orient:vertical;word-wrap:break-word;word-break:break-word}.ph-profile-tile__description{color:#6b7280;font-size:.8125rem;line-height:1.5}.ph-profile-tile__description--hint{color:#6b7280;font-size:.75rem;margin-top:.25rem}.ph-profile-tile__action{align-items:center;border-top:1px solid #f3f4f6;display:flex;justify-content:flex-end;margin-top:auto;padding-top:.5rem}.ph-profile-tile__switch{margin-left:auto}.ph-profile-grid{display:grid;gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(240px,1fr));margin-bottom:1.5rem}@media(min-width:640px){.ph-profile-grid{gap:1rem;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));margin-bottom:2rem}}@media(min-width:768px){.ph-profile-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}}@media(max-width:768px){.ph-profile-grid{grid-template-columns:1fr}}.ph-profile-section{margin-bottom:2rem}.ph-profile-section__title{border-bottom:2px solid #e5e7eb;color:#111827;font-size:1.25rem;font-weight:600;margin-bottom:1rem;padding-bottom:.5rem}.ph-profile-photo-upload{cursor:pointer;display:inline-block;position:relative}.ph-profile-photo-upload.ph-display-none{display:none!important}.ph-profile-photo-container{border:3px solid #fff;border-radius:50%;box-shadow:0 2px 8px #0000001a;height:100px;overflow:hidden;position:relative;transition:all .2s ease;width:100px}.ph-profile-photo-upload:hover .ph-profile-photo-container{box-shadow:0 4px 12px #00000026;transform:scale(1.02)}.ph-profile-photo-image{display:block;height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.ph-profile-photo-overlay{align-items:center;background-color:#00000080;border-radius:50%;display:flex;justify-content:center;inset:0;opacity:0;position:absolute;transition:opacity .2s ease}.ph-profile-photo-upload:hover .ph-profile-photo-overlay{opacity:1}.ph-profile-photo-icon{color:#fff;height:32px;stroke-width:2;width:32px}.ph-profile-photo-loading{align-items:center;background-color:#0009;border-radius:50%;display:flex;justify-content:center;inset:0;position:absolute}.ph-profile-photo-spinner{animation:spin .8s linear infinite;border:3px solid hsla(0,0%,100%,.3);border-radius:50%;border-top-color:#fff;height:32px;width:32px}.ph-profile-header-bar{align-items:center;display:flex;justify-content:space-between;margin-bottom:1rem;padding:1rem 1.5rem;width:100%}.ph-profile-back-button,.ph-profile-signout-button{align-items:center;display:inline-flex;gap:.5rem}.ph-profile-signout-button{margin-left:auto}@media(min-width:640px){.ph-profile-header-bar{padding:1.5rem}}@media(min-width:768px){.ph-profile-header-bar{padding:1.5rem}}.ph-tabs{border-bottom:2px solid hsla(0,0%,100%,.3);display:flex;gap:.5rem;margin-bottom:1.5rem;padding:0}.ph-tab{background:transparent;border:none;border-bottom:2px solid transparent;color:#fffc;cursor:pointer;font-family:-apple-system,BlinkMacSystemFont,San Francisco,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:.9375rem;font-weight:500;margin-bottom:-2px;outline:none;padding:.75rem 1.5rem;transition:all .2s ease;white-space:nowrap}.ph-tab:hover{background-color:#ffffff1a;color:#fff}.ph-tab--active{border-bottom-color:#fff;color:#fff;font-weight:600}.ph-tab--active:hover{background-color:transparent;color:#fff}.city-barph-section,.emoji-barph-section,.ph-sectionph-section{height:var(--chart-height,200px);min-height:200px;width:100%}.reviewer-bar-chart{width:100%}.city-barph-section [class*=ResponsiveContainer],.emoji-barph-section [class*=ResponsiveContainer],.ph-sectionph-section [class*=ResponsiveContainer]{height:200px!important;min-height:200px;width:100%!important}.ph-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;box-sizing:border-box;max-width:100%;min-width:0;padding:1rem;position:relative}.experience-view-card.ph-card,.ph-card.experience-view-card{min-width:400px}@media screen and (max-width:480px){.experience-view-card.ph-card,.ph-card.experience-view-card{min-width:300px}}@media(min-width:640px){.ph-card{padding:1.25rem}}@media(min-width:768px){.ph-card{padding:1.5rem}}.ph-card__header{align-items:flex-start;border-bottom:1px solid #e5e7eb;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem;padding-bottom:1rem}.ph-card__body{padding:0}.experience-view-header-right .ph-card__body{align-items:center;display:flex;margin:0;padding:0}.ph-card--stat{align-items:center;cursor:pointer;display:flex;flex-direction:column;justify-content:center;min-height:140px;padding:1.5rem 1rem;text-align:center;transition:all .2s ease}.ph-card--stat:hover{box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-2px)}.ph-card--feature{backdrop-filter:blur(10px);background:#fffc;border:none;box-sizing:border-box;cursor:pointer;max-width:100%;min-width:0;overflow-wrap:break-word;padding:2rem;position:relative;text-align:center;width:100%;word-wrap:break-word;overflow:hidden}.ph-card--feature .ph-text,.ph-card--feature .ph-title{overflow-wrap:break-word;word-wrap:break-word;box-sizing:border-box;max-width:100%;width:100%}.ph-card--feature .ph-text-left{box-sizing:border-box;max-width:100%;width:100%}.ph-card--feature p,.ph-card--feature-button p{margin:0}.ph-card--feature p,.ph-card--feature-button,.ph-card--feature-button p{overflow-wrap:break-word;word-wrap:break-word;box-sizing:border-box;max-width:100%;width:100%}.ph-card--feature-button{border:none;cursor:pointer;min-width:0;overflow:hidden;position:relative}.ph-card--feature-button .ph-text,.ph-card--feature-button .ph-title{overflow-wrap:break-word;word-wrap:break-word;box-sizing:border-box;max-width:100%;width:100%}.ph-card__stat-icon{align-items:center;display:flex;flex-shrink:0;font-size:2rem;justify-content:center;line-height:1;margin-bottom:.75rem;max-width:-moz-fit-content;max-width:fit-content}.ph-card__stat-value{font-size:1.875rem;font-weight:700;line-height:1.2;margin-bottom:.5rem;text-align:center}.ph-card__stat-value--blue{color:#2563eb}.ph-card__stat-value--green{color:#059669}.ph-card__stat-value--purple{color:#7c3aed}.ph-card__stat-value--orange{color:#ea580c}.ph-card__stat-value--red{color:#dc2626}.ph-card__stat-label{color:#6b7280;font-size:.875rem;font-weight:500;line-height:1.4;text-align:center}.ph-dialog-overlay{align-items:center;display:flex;justify-content:center;inset:0;padding:1rem;position:fixed;z-index:9999}.ph-dialog-overlay>.ph-dialog-dialog{align-self:center;flex-shrink:0}.ph-dialog-dialog{background-color:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex!important;flex-direction:column!important;flex-shrink:0;height:90vh;max-width:32rem;overflow:hidden;position:relative;width:100%}.ph-dialog-header{flex-shrink:0}.ph-dialog-content{flex:1;min-height:0;overflow:auto;padding:1.5rem}.ph-dialog-form{display:flex;flex-direction:column;gap:1rem}.ph-dialog-footer{align-items:center;flex-shrink:0}.ph-dialog-label{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.ph-dialog-button{background-color:#2563eb;border:none;border-radius:12px;color:#fff;padding:.75rem 1.5rem;transition:all .2s cubic-bezier(.4,0,.2,1)}.ph-dialog-button:hover:not(:disabled){background-color:#1d4ed8;box-shadow:0 2px 6px #00000026;transform:translateY(-1px)}.ph-dialog-button:disabled{cursor:not-allowed;opacity:.5;transform:none}.ph-dialog-button-secondary{background-color:#fff;border:1px solid #d1d5db;color:#374151}.ph-dialog-button-secondary:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}.ph-dialog-button-primary{background-color:#2563eb;color:#fff}.ph-dialog-button-primary:hover:not(:disabled){background-color:#1d4ed8}.ph-dialog-close{line-height:1;padding:.25rem}.ph-dialog-close:hover{color:#374151}.ph-dialog{backdrop-filter:blur(4px);background-color:#00000080;padding:1rem}.ph-dialog,.ph-dialog-overlay,.ph-dialog-overlay--transparent{align-items:center;justify-content:center;inset:0;position:fixed;z-index:9999}.ph-dialog-overlay,.ph-dialog-overlay--transparent{display:flex;padding:.75rem}@media(min-width:640px){.ph-dialog-overlay,.ph-dialog-overlay--transparent{padding:1rem}}.ph-dialog-overlay{backdrop-filter:blur(4px);background-color:#00000080}.ph-dialog-overlay--transparent{backdrop-filter:none;background-color:transparent}.ph-dialog-overlay__backdrop{background-color:transparent;border:none;cursor:pointer;inset:0;position:absolute;z-index:-1}.ph-dialog{align-self:center;background-color:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;flex-shrink:0;height:90vh;max-width:28rem;overflow:hidden;position:relative;width:calc(100% - 2rem);z-index:1}@media(min-width:640px){.ph-dialog{max-width:32rem;width:100%}}.ph-dialog--sm{max-width:28rem}.ph-dialog--md{max-width:32rem}.ph-dialog--lg{max-width:42rem}@media(min-width:1024px){.ph-dialog--lg:has(.ph-dialog-platform-grid){max-width:56rem}}@media(min-width:1280px){.ph-dialog--lg:has(.ph-dialog-platform-grid){max-width:72rem}}.ph-dialog--xl{max-width:64rem}.ph-dialog-overlay--scrollable{align-items:flex-start;bottom:0;overflow-x:hidden;overflow-y:auto;padding:4rem 1rem 6rem}.ph-dialog-overlay--scrollable.ph-dialog-overlay,.ph-dialog-overlay--scrollable.ph-dialog-overlay--transparent{align-items:flex-start;bottom:0;overflow-x:hidden;overflow-y:auto;padding:4rem 1rem 6rem;z-index:999}.reveal-packages-modal.ph-dialog{align-self:flex-start;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;display:flex;flex-direction:column;height:auto;margin-bottom:2rem;margin-top:0;max-height:none;min-height:auto;overflow:visible;scroll-margin-top:4rem}.reveal-packages-modal.ph-dialog .ph-dialog__header{backdrop-filter:none;background:#fffffff2;border-bottom:1px solid rgba(0,0,0,.1);flex-shrink:0;width:100%}.reveal-packages-modal.ph-dialog .ph-dialog__title{color:#111827}.reveal-packages-modal.ph-dialog .ph-dialog__close{color:#6b7280}.reveal-packages-modal.ph-dialog .ph-dialog__close:hover{background-color:#f3f4f6;color:#111827}.reveal-packages-modal.ph-dialog .ph-dialog__content{background:#fffffff2;color:#111827;flex:1 1 auto;max-height:none;min-height:0;overflow-x:visible;overflow-y:auto}.reveal-packages-modal.ph-dialog .ph-dialog__content .ph-grid.ph-grid--3{max-height:none;overflow-y:visible}.reveal-packages-modal.ph-dialog .ph-dialog__footer{backdrop-filter:blur(10px);background:#ffffff1a;border-top:1px solid hsla(0,0%,100%,.2);flex-shrink:0}.ph-dialog__header{flex-shrink:0}.ph-dialog__header-row{align-items:center;display:flex;flex-wrap:nowrap;gap:.75rem;justify-content:space-between;width:100%}.ph-dialog__header-row .ph-dialog__title{flex:1;min-width:0;overflow:hidden;text-overflow:ellipsis}.ph-dialog__close,.ph-dialog__header-row .ph-dialog__close{flex-shrink:0;height:32px!important;max-height:32px!important;max-width:32px!important;min-height:32px!important;min-width:32px!important;width:32px!important}.ph-dialog__close{align-items:center;background:none;border:none;border-radius:.375rem;box-sizing:border-box;color:#6b7280;cursor:pointer;display:inline-flex;justify-content:center;padding:.5rem}.ph-dialog__close:hover{color:#111827}.ph-dialog__close-icon{flex-shrink:0;height:20px;width:20px}.ph-dialog__content{flex:1 1 auto;max-height:calc(90vh - 200px);min-height:200px;overflow-x:hidden;overflow-y:auto;padding:1.5rem}.trust-score-modal-content{display:flex;flex-direction:column;gap:1.5rem;width:100%}.trust-score-display{background-color:#f9fafb;border-radius:.5rem;padding:1.5rem;text-align:center}.trust-score-emoji{font-size:4rem;line-height:1;margin-bottom:.5rem}.trust-score-number{color:#111827;font-size:3rem;font-weight:700;margin:.5rem 0}.trust-score-label{color:#6b7280;font-size:1rem;margin-bottom:1rem}.trust-score-bar-container{background-color:#e5e7eb;border-radius:4px;height:8px;margin:1rem 0;overflow:hidden;width:100%}.trust-score-bar{background:linear-gradient(90deg,#2563eb,#7c3aed);height:100%;transition:width .3s ease;width:var(--trust-score-width,0)}.trust-score-bar-text{color:#6b7280;font-size:.875rem;margin-top:.5rem}.trust-score-breakdown{display:flex;flex-direction:column;gap:1rem}.trust-score-breakdown-title{color:#111827;font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.trust-score-description{color:#6b7280;font-size:.875rem;margin-bottom:1rem}.trust-score-breakdown-item{align-items:center;background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;display:flex;justify-content:space-between;padding:1rem}.trust-score-breakdown-label{align-items:center;display:flex;flex:1;gap:.75rem}.trust-score-breakdown-icon{flex-shrink:0;font-size:1.5rem}.trust-score-breakdown-text{color:#111827;font-size:.9375rem;font-weight:600;margin:0 0 .25rem}.trust-score-breakdown-description{color:#6b7280;font-size:.8125rem;margin:0}.trust-score-breakdown-status{align-items:flex-end;display:flex;flex-direction:column;gap:.25rem}.trust-score-breakdown-score{font-size:1.25rem}.trust-score-breakdown-status-text{color:#6b7280;font-size:.75rem}.trust-score-summary{background-color:#f3f4f6;border-radius:.5rem;padding:1rem}.trust-score-summary-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.trust-score-summary-label{color:#111827;font-size:.9375rem;font-weight:600}.trust-score-summary-value{color:#2563eb;font-size:1.5rem;font-weight:700}.trust-score-summary-info,.trust-score-summary-note{color:#6b7280;font-size:.8125rem;margin-top:.5rem}.trust-score-improve{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem}.trust-score-improve-title{color:#111827;font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.trust-score-improve-description{color:#6b7280;font-size:.875rem;margin-bottom:1rem}.trust-score-improve-list{display:flex;flex-direction:column;gap:.75rem;list-style:none;margin:0;padding:0}.trust-score-improve-item{align-items:center;display:flex;gap:.75rem}.trust-score-improve-icon{flex-shrink:0;font-size:1.25rem}.trust-score-improve-icon.achieved{color:#059669}.trust-score-improve-icon.pending{color:#9ca3af}.trust-score-improve-text{color:#374151;font-size:.875rem}.trust-score-access{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem}.trust-score-access-title{color:#111827;font-size:1.125rem;font-weight:600;margin:0 0 1rem}.trust-score-access-list{display:flex;flex-direction:column;gap:.75rem}.trust-score-access-item{align-items:center;background-color:#f9fafb;border-radius:.375rem;display:flex;justify-content:space-between;padding:.75rem}.trust-score-access-feature{color:#374151;font-size:.875rem}.trust-score-access-score{color:#6b7280;font-size:.875rem;font-weight:600}.trust-score-access-score.unlocked{color:#059669}.trust-score-access-score.locked{color:#dc2626}.trust-score-access-warning{background-color:#fef3c7;border:1px solid #fbbf24;border-radius:.5rem;margin-top:1rem;padding:1rem}.trust-score-access-warning-text{color:#92400e;font-size:.875rem;margin:0}.trust-score-reviewer{background-color:#d1fae5;border:1px solid #10b981;border-radius:.5rem;padding:1rem}.trust-score-reviewer-title{color:#065f46;font-size:1.125rem;font-weight:600;margin:0 0 .5rem}.trust-score-reviewer-text{color:#047857;font-size:.875rem;margin:0}.ph-dialog.score-label{color:#6b7280;font-size:1rem;margin-bottom:1rem}.ph-dialog.accuracy-section{margin-top:1.5rem}.ph-dialog.accuracy-title{color:#111827;font-size:1.125rem;font-weight:600;margin:0 0 1rem}.ph-dialog.accuracy-content{display:flex;flex-direction:column;gap:.5rem}.ph-dialog.accuracy-bar-container{width:100%}.ph-dialog.accuracy-bar-bg{background-color:#e5e7eb;border-radius:4px;height:8px;overflow:hidden;width:100%}.ph-dialog.accuracy-bar{background-color:var(--accuracy-color,#2563eb);height:100%;transition:width .3s ease;width:var(--accuracy-width,0)}.ph-dialog.accuracy-percentage{color:var(--accuracy-color,#2563eb);font-size:1.25rem;font-weight:700;text-align:center}.ph-dialog.breakdown{display:flex;flex-direction:column;gap:1rem}.ph-dialog.description{margin-bottom:1rem}.ph-dialog__footer{padding:1rem 1.5rem}.ph-dialog.dialog{align-self:center;background-color:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;display:flex;flex-direction:column;flex-shrink:0;height:90vh;max-width:32rem;overflow:hidden;position:relative;width:100%;z-index:1}.ph-dialog.header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;flex-shrink:0;justify-content:space-between;padding:1.5rem}.ph-dialog.title{color:#111827;font-size:1.25rem;font-weight:600;margin:0}.ph-dialog.content{display:flex;flex:1 1 auto;flex-direction:column;min-height:0;overflow-x:hidden;overflow-y:auto;padding:1.5rem}.ph-dialog.form{gap:1rem}.ph-dialog.center,.ph-dialog.form{display:flex;flex-direction:column}.ph-dialog.center{align-items:center;gap:.5rem;text-align:center}.ph-dialog.description{color:#6b7280;font-size:.875rem;line-height:1.6;margin:0}.ph-dialog.icon{font-size:3rem;line-height:1;margin-bottom:1rem;text-align:center}.ph-dialog.title-text{color:#111827;font-size:1.25rem;font-weight:600;margin:0 0 .75rem;text-align:center}.ph-dialog.ph-header__top{align-items:center;display:flex;justify-content:space-between;width:100%}.ph-dialog.title-section{align-items:center;display:flex;flex:1;gap:.75rem}.ph-dialog.title-section .ph-dialog.icon{font-size:1.5rem;line-height:1;margin-bottom:0}.ph-dialog.error-message{color:#dc2626;font-size:.875rem;line-height:1.6;margin:0}.ph-dialog.loading{align-items:center;display:flex;flex-direction:column;gap:1rem;justify-content:center;padding:2rem}.ph-dialog.spinner{animation:spin 1s linear infinite;border:3px solid #e5e7eb;border-radius:50%;border-top-color:#2563eb;height:2rem;width:2rem}@keyframes spin{to{transform:rotate(1turn)}}.ph-dialog-platform-grid{display:grid;gap:1rem;grid-template-columns:1fr;padding:.5rem 0;width:100%}@media(min-width:640px){.ph-dialog-platform-grid{gap:1rem;grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.ph-dialog-platform-grid{gap:1rem;grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.ph-dialog-platform-grid{gap:1.25rem;grid-template-columns:repeat(4,1fr)}}@media(min-width:1280px){.ph-dialog-platform-grid{gap:1.5rem;grid-template-columns:repeat(5,1fr)}}@media(min-width:1536px){.ph-dialog-platform-grid{gap:1.5rem;grid-template-columns:repeat(6,1fr)}}.ph-dialog-platform-item{align-items:center;background-color:#fff;border:2px solid #e5e7eb;border-radius:12px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:column;gap:.5rem;justify-content:center;min-width:0;padding:1rem;text-align:center;transition:all .2s ease;width:100%}.ph-dialog-platform-item:hover{background-color:#eff6ff;border-color:#2563eb;box-shadow:0 2px 8px #2563eb26;transform:translateY(-2px)}.ph-dialog-platform-item--selected{background-color:#eff6ff;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.ph-dialog-platform-icon{height:3rem;min-height:3rem;min-width:3rem;-o-object-fit:contain;object-fit:contain;width:3rem}.ph-dialog-platform-label{color:#374151;font-size:.875rem;font-weight:500;margin-top:.25rem}.ph-dialog-platform-item--selected .ph-dialog-platform-label{color:#2563eb;font-weight:600}.submit-experience-platform-row{margin-bottom:1rem;padding:1.5rem}.submit-experience-platform-row:last-child{margin-bottom:0}.submit-experience-platform-row-content{align-items:start;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.submit-experience-platform-field{display:flex;flex-direction:column;gap:.5rem}.submit-experience-platform-field--social-id{grid-column:span 2}.submit-experience-platform-button{justify-content:flex-start;padding:.75rem 1rem;width:100%}.submit-experience-platform-button-content{align-items:center;display:flex;gap:.5rem}.submit-experience-platform-button-content .ph-icon{flex-shrink:0;height:1.25rem;width:1.25rem}.submit-experience-platform-input-wrapper{align-items:center;display:flex;gap:.5rem;position:relative}.submit-experience-platform-input-wrapper .submit-experience-platph-input{flex:1;font-size:.875rem;height:30px;line-height:30px;padding:0 .5rem}.submit-experience-platform-remove-button{align-items:center;background-color:#fff;border:1px solid #dc2626;border-radius:6px;color:#dc2626;cursor:pointer;display:flex;flex-shrink:0;font-size:1rem;font-weight:600;height:2rem;justify-content:center;line-height:1;min-width:2rem;padding:0;transition:all .2s ease;width:2rem}.submit-experience-platform-remove-button:hover{background-color:#dc2626;color:#fff;transform:scale(1.05)}.submit-experience-platform-remove-button:active{transform:scale(.95)}@media(max-width:768px){.submit-experience-platform-row-content{grid-template-columns:1fr}.submit-experience-platform-field--social-id{grid-column:span 1}.ph-dialog-platform-grid{gap:.75rem;grid-template-columns:repeat(auto-fill,minmax(100px,1fr))}}.ph-dialog.highlight{color:#111827;font-weight:600}.ph-dialog.input-group{display:flex;gap:.5rem}.ph-dialog.input-group select{flex-shrink:0}.ph-dialog.input-group input{flex:1}.ph-dialog.checkbox-group{align-items:flex-start;display:flex;gap:.75rem}.ph-dialog.checkbox{flex-shrink:0;margin-top:.125rem}.ph-dialog.checkbox-label{color:#374151;cursor:pointer;font-size:.875rem}.ph-dialog.verification-group{display:flex;flex-direction:column;gap:.75rem}.ph-dialog.button{background-color:#2563eb;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:.875rem;font-weight:500;padding:.75rem 1.5rem;transition:all .2s cubic-bezier(.4,0,.2,1);width:100%}.ph-dialog.button:hover:not(:disabled){background-color:#1d4ed8;box-shadow:0 2px 6px #00000026;transform:translateY(-1px)}.ph-dialog.button:disabled{cursor:not-allowed;opacity:.5;transform:none}.ph-dialog.resend-button{background:none;border:none;color:#2563eb;cursor:pointer;font-size:.875rem;padding:.5rem;text-decoration:underline}.ph-dialog.resend-button:hover:not(:disabled){color:#1d4ed8}.ph-dialog.resend-button:disabled{cursor:not-allowed;opacity:.5}.ph-dialog label{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.ph-dialog input,.ph-dialog select{background-color:#fff;border:1px solid #d1d5db;border-radius:12px;font-family:-apple-system,BlinkMacSystemFont,San Francisco,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:.875rem;outline:none;padding:.5rem .75rem;transition:all .2s ease;width:100%}.ph-dialog input:focus,.ph-dialog select:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.ph-dialog.verification-input,.ph-input.ph-dialog.verification-input{font-size:1.5rem;font-weight:600;letter-spacing:.5rem;text-align:center}.ph-dialog.phone-input,.ph-input.ph-dialog.phone-input{flex:1}.ph-dialog.close-icon{height:1.5rem;width:1.5rem}.ph-dialog.backdrop{background-color:transparent;border:none;cursor:pointer;inset:0;position:absolute;z-index:-1}.ph-dialog.message{color:#374151;font-size:.875rem;line-height:1.6;margin:0}.ph-dialog.footer{align-items:center;border-top:1px solid #e5e7eb;display:flex;flex-shrink:0;gap:.75rem;justify-content:flex-end;padding:1.5rem}.ph-dialog.button-secondary{background-color:#fff;border:1px solid #d1d5db;color:#374151}.ph-dialog.button-secondary:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}.ph-dialog.button-primary{background-color:#2563eb;color:#fff}.ph-dialog.button-primary:hover:not(:disabled){background-color:#1d4ed8}.ph-dialog__header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem}.ph-dialog__title{color:#111827;font-size:1.25rem;font-weight:600;margin:0}.ph-dialog__close:hover{background-color:#f3f4f6;color:#374151}.ph-dialog__body{padding:1rem}.ph-dialog__footer{align-items:center;border-top:1px solid #e5e7eb;display:flex;gap:.75rem;justify-content:flex-end;padding:1rem}@media(min-width:640px){.ph-dialog__body,.ph-dialog__footer{padding:1.25rem}}@media(min-width:768px){.ph-dialog__body,.ph-dialog__footer{padding:1.5rem}}.ph-container{box-sizing:border-box;max-width:100%;overflow:hidden;padding:1rem;width:100%}@media(min-width:640px){.ph-container{padding:1.5rem}}@media(min-width:768px){.ph-container{padding:2rem}}.ph-container--main{background:linear-gradient(135deg,#667eea,#764ba2);margin:0 auto;max-width:100%;min-height:100vh;padding:1rem 1rem 5rem}@media(min-width:640px){.ph-container--main{max-width:640px;padding-left:1.5rem;padding-right:1.5rem;padding-top:1.5rem}}@media(min-width:768px){.ph-container--main{max-width:768px;padding-left:2rem;padding-right:2rem;padding-top:2rem}}@media(min-width:1024px){.ph-container--main{max-width:1024px;padding-left:2rem;padding-right:2rem}}@media(min-width:1280px){.ph-container--main{max-width:1280px;padding-left:2rem;padding-right:2rem}}.ph-container--section{max-width:100%;padding:1.5rem;width:100%}.ph-container--loading{align-items:center;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;justify-content:center;min-height:100vh}.ph-container--loading-padding{padding:2rem 0}.ph-container--centered{margin-left:auto;margin-right:auto;max-width:42rem}.ph-header{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;box-sizing:border-box;margin-bottom:1.5rem;margin-top:0;padding:1.5rem;position:relative;width:100%}.ph-header>.ph-link:first-child{margin-bottom:.5rem;margin-left:0;padding-left:0}.ph-header__top{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1rem}.ph-header__title{color:#111827;font-size:1.5rem;font-weight:600;margin:0;padding-top:0}.ph-header__subtitle{color:#6b7280;font-size:.875rem;margin:0}.ph-header__actions{align-items:center;display:flex;gap:.75rem}.ph-input{background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem;font-family:-apple-system,BlinkMacSystemFont,San Francisco,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:.875rem;max-width:500px;outline:none;padding:.5rem .75rem;transition:all .2s ease;width:100%}select.ph-input{max-width:200px}select.ph-input#phone-country-code{max-width:140px}input[type=tel].ph-input{max-width:280px}textarea#comment-textarea.ph-input{max-width:100%}.ph-section-section .ph-section select.ph-input:first-of-type{max-width:180px}.ph-section-section .ph-section select.ph-input:last-of-type{max-width:140px}.ph-section-section .ph-section{align-items:flex-start;display:flex;flex-wrap:wrap;gap:.75rem}.ph-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.ph-input--error{border-color:#dc2626}.ph-input--error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.ph-input:disabled{background-color:#f3f4f6;color:#6b7280;cursor:not-allowed}.ph-input-wrapper{width:100%}.ph-label{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:.25rem}.ph-label--required:after{color:#dc2626;content:" *"}.ph-form-group{margin-bottom:1rem}.ph-form-error{color:#dc2626;font-size:.875rem;margin-top:.25rem}.ph-form-helper-text{color:#6b7280;font-size:.875rem;margin-top:.25rem}.ph-error-card{background-color:#fef2f2;border:2px solid #ef4444;border-radius:.5rem;margin-bottom:1.5rem;padding:1rem}.ph-error-list{list-style:none;margin:0;padding:0}.ph-error-item{align-items:flex-start;color:#dc2626;display:flex;font-size:.875rem;font-weight:500;gap:.75rem;padding:.5rem 0}.ph-error-icon{flex-shrink:0;font-size:1.25rem;line-height:1;margin-top:.125rem}.ph-form-input{background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,San Francisco,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:.875rem;max-width:100%;outline:none;padding:.5rem .75rem;transition:all .2s ease;width:100%}.ph-form-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.ph-form-input:disabled{background-color:#f3f4f6;color:#6b7280;cursor:not-allowed}.ph-form-textarea{background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem;box-sizing:border-box;font-family:-apple-system,BlinkMacSystemFont,San Francisco,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:.875rem;max-width:100%;min-height:6rem;outline:none;padding:.5rem .75rem;resize:vertical;transition:all .2s ease;width:100%}.ph-form-textarea:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.ph-form-textarea:disabled{background-color:#f3f4f6;color:#6b7280;cursor:not-allowed}.ph-form-label{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.ph-title{color:#111827;font-weight:600;margin:0;padding-top:.5rem}.ph-title--h1{font-size:1.5rem;line-height:2rem}.ph-title--h2,.ph-title--h3{font-size:1.25rem;line-height:1.75rem}.ph-title--h4{font-size:1.125rem;line-height:1.5rem}.ph-text{color:#111827;line-height:1.5;overflow-wrap:break-word;word-wrap:break-word;max-width:100%}.ph-text--muted{color:#6b7280;padding-top:.25rem}.ph-text--muted-white{color:#fffc;padding-top:.25rem;text-shadow:0 1px 2px rgba(0,0,0,.2)}.ph-text--muted-white-light{color:#d1d5db;padding-top:.25rem}.ph-text--error{color:#dc2626}.ph-text--success{color:#059669}.ph-text--info{color:#3b82f6}.ph-text--warning{color:#d97706}.ph-icon{align-items:center;color:currentColor;display:inline-flex;flex-shrink:0;height:1.25rem;justify-content:center;stroke:currentColor;width:1.25rem}.experience-view-platforms .ph-icon,.experience-view-platforms .ph-icon img,.experience-view-platforms .ph-icon--emoji,.experience-view-platforms .ph-icon--emoji-fallback{height:64px;min-height:64px;min-width:64px;width:64px}.experience-view-platforms .ph-icon img{-o-object-fit:contain;object-fit:contain}.ph-icon--chart{height:20px;width:20px}.ph-button .ph-icon,.ph-button svg{color:inherit;stroke:currentColor}.ph-button svg path{stroke:currentColor}.ph-icon--large{font-size:2rem}.ph-icon--emoji{font-size:1.5rem}.ph-badge{align-items:center;border-radius:9999px;display:inline-flex;font-size:.75rem;font-weight:500;padding:.25rem .75rem}.ph-badge--approved{background-color:#10b981;color:#fff}.ph-badge--pending{background-color:#f59e0b;color:#fff}.ph-badge--rejected{background-color:#ef4444;color:#fff}.ph-badge--info{background-color:#6b7280;color:#fff}.ph-badge--compact{padding:.25rem}.experience-view-reply-status{align-items:center;display:inline-flex;gap:.5rem}.experience-view-reply-status-label{color:#374151;font-size:.875rem;font-weight:500}.experience-view-reply-status-badge{font-size:.875rem;padding:.375rem .75rem}.ph-badge--absolute-top-right{font-size:.75rem;min-width:1.5rem;padding:.25rem .5rem;position:absolute;right:.75rem;text-align:center;top:.75rem}.ph-list{list-style:none;margin:0;padding:0}.ph-list__item{border-bottom:1px solid #e5e7eb;min-width:0;overflow:hidden;padding:.625rem}@media(min-width:640px){.ph-list__item{padding:.75rem}}.ph-list__item:last-child{border-bottom:none}.ph-list--social-ids{display:flex;flex-direction:column;gap:1rem}.ph-list__item--social-id{align-items:center;border:1px solid #e5e7eb;border-radius:.5rem;display:flex;flex-direction:row;gap:1rem;justify-content:space-between;padding:1rem;position:relative}.ph-list__item--social-id-unlink-button{align-items:center;border-radius:50%;display:flex;font-size:1rem;height:1.5rem;justify-content:center;line-height:1;min-width:1.5rem;padding:0;position:absolute;right:.5rem;top:.5rem;width:1.5rem}.ph-list__item--social-id .ph-card__body{align-items:center;display:flex;flex:1;flex-direction:row;gap:1rem}.ph-list__item--social-id .ph-button{flex-shrink:0}@media(min-width:640px){.ph-list--social-ids{flex-direction:row;flex-wrap:wrap}.ph-list__item--social-id{flex:0 1 calc(50% - .5rem);min-width:280px}}@media(min-width:1024px){.ph-list__item--social-id{flex:0 1 calc(33.333% - .667rem)}}.ph-grid{box-sizing:border-box;display:grid;gap:1rem;max-width:100%;padding-top:.5rem;width:100%}.ph-grid--2,.ph-grid--3,.ph-grid--4{grid-template-columns:repeat(1,minmax(0,1fr))}@media screen and (max-width:480px){.ph-grid--2{grid-template-columns:repeat(1,minmax(0,1fr))}}@media(min-width:800px){.ph-grid--2,.ph-grid--3,.ph-grid--4{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(min-width:1200px){.ph-grid--2{grid-template-columns:repeat(2,minmax(0,1fr))}.ph-grid--3{grid-template-columns:repeat(3,minmax(0,1fr))}.ph-grid--4{grid-template-columns:repeat(4,minmax(0,1fr))}}.ph-spacer{height:1rem}.ph-spacer--md{height:1.5rem}.ph-spacer--lg{height:3rem}.ph-spacer--xl{height:5rem}.ph-spacer--bottom-nav{padding-bottom:6rem}.ph-section{box-sizing:border-box;margin-bottom:2rem;max-width:100%;overflow:visible;width:100%}.ph-section__title{align-items:baseline;color:#111827;display:flex;font-size:1.125rem;font-weight:600;gap:.5rem;margin-bottom:1rem;min-height:1.5rem}.ph-section__content{padding:1rem 0}.ph-link{align-items:center;background-color:transparent;border:none;border-radius:8px;color:#007aff;cursor:pointer;display:inline-flex;font-family:-apple-system,BlinkMacSystemFont,San Francisco,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:17px;font-weight:500;justify-content:center;min-height:44px;padding:8px 16px;text-decoration:none;transition:background-color .2s ease,opacity .2s ease;-webkit-tap-highlight-color:rgba(0,122,255,.1);margin:0}.ph-link:hover{background-color:#007aff1a;text-decoration:none}.ph-link:active{background-color:#007aff33;opacity:.8}.ph-link:focus{box-shadow:0 0 0 2px #007aff4d;outline:none}.ph-dialog--alert{z-index:2060}.ph-dialog--loading{z-index:2055}.ph-dialog__spinner{animation:ph-spin 1s linear infinite;border:2px solid transparent;border-bottom-color:#2563eb;border-radius:50%;height:3rem;margin:0 auto 1rem;width:3rem}.ph-dialog__spinner-icon{animation:ph-spin 1s linear infinite;font-size:2rem}.ph-dialog__progress{background-color:#e5e7eb;border-radius:9999px;height:.5rem;overflow:hidden;width:100%}.ph-dialog__progress-bar{background-color:#2563eb;height:100%;transition:width .3s ease;width:var(--progress-width,0)}.ph-dialog__status{color:#6b7280;font-size:.875rem;margin-top:.5rem}.ph-filters{margin-bottom:1.5rem}.ph-filters-card{backdrop-filter:blur(10px);background:#fffffff2;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:1.5rem}.ph-filters__header{align-items:center;background:none;border:none;cursor:pointer;display:flex;justify-content:space-between;padding:0;text-align:left;width:100%}.ph-filters__header-content{align-items:center;display:flex;flex:1;gap:1rem}.ph-filters__icon{background:#fff3;border-radius:.5rem;color:#ffffffe6;flex-shrink:0;height:2rem;padding:.5rem;width:2rem}.ph-filters__header-text{flex:1}.ph-filters__header-text .ph-title{color:#111827;margin:0 0 .25rem}.ph-filters__header-text .ph-text--muted{color:#6b7280;margin:0}.ph-filters__toggle{align-items:center;display:flex;flex-shrink:0;gap:.5rem}.ph-filters__chevron{color:#6b7280;height:1.25rem;transition:transform .2s ease;width:1.25rem}.ph-filters__chevron--open{transform:rotate(180deg)}.ph-filters__body{border-top:1px solid rgba(229,231,235,.5);margin-top:1.5rem;padding-top:1.5rem}.ph-filters__grid{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.ph-filters__toggle-item{align-items:center;background:#f9fafbcc;border:1px solid rgba(229,231,235,.5);border-radius:.75rem;display:flex;justify-content:space-between;padding:1rem;transition:all .2s ease}.ph-filters__toggle-item:hover{background:#f9fafb;border-color:#e5e7ebcc}.ph-filters__toggle-content{align-items:center;display:flex;flex:1;gap:1rem}.ph-filters__icon-container{align-items:center;border-radius:.5rem;display:flex;flex-shrink:0;height:2.5rem;justify-content:center;width:2.5rem}.ph-filters__icon-container--green{background:#d1fae5cc;color:#059669}.ph-filters__icon-container--purple{background:#e9d5ffcc;color:#7c3aed}.ph-filters__icon-container .ph-icon{height:1.25rem;width:1.25rem}.ph-filters__toggle-text{flex:1}.ph-filters__toggle-text .ph-title{color:#111827;margin:0 0 .25rem}.ph-filters__toggle-text .ph-text--muted{color:#6b7280;margin:0}.ph-filters__location{background:#f9fafbcc;border:1px solid rgba(229,231,235,.5);border-radius:.75rem;margin-top:1rem;padding:1rem}.ph-filters__location-header{align-items:center;display:flex;gap:.75rem;margin-bottom:1rem}.ph-filters__location-icon{color:#2563eb;flex-shrink:0;height:1.5rem;width:1.5rem}.ph-filters__location-header h4{font-size:1rem;margin:0 0 .25rem}.ph-filters__location-header p{font-size:.8125rem;margin:0}.ph-filters__location-content{display:flex;flex-direction:column;gap:.75rem}.ph-filters__location-buttons{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem}.ph-filters__location-buttons .ph-button{background-color:#fff;border:1px solid #d1d5db;color:#374151;flex:1;font-size:.8125rem;min-width:140px;padding:.5rem .75rem}.ph-filters__location-buttons .ph-button:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af;color:#111827}.ph-filters__location-buttons .ph-button .ph-icon{color:#374151}.ph-filters__location-display{align-items:center;background:#fffc;border:1px solid rgba(229,231,235,.5);border-radius:.5rem;display:inline-flex;font-size:.8125rem;gap:.5rem;padding:.5rem .75rem}.ph-filters__location-radius{display:flex;flex-direction:column;gap:.5rem}.ph-filters__location-radius .ph-label{font-size:.8125rem;margin-bottom:.25rem}.ph-filters__radius-labels{color:#6b7280;display:flex;font-size:.75rem;justify-content:space-between}.ph-filters__location-clear{display:flex;justify-content:flex-end}.ph-filters__location-clear .ph-button{background-color:#fff;border:1px solid #d1d5db;color:#374151;font-size:.8125rem;padding:.5rem .75rem}.ph-filters__location-clear .ph-button:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af;color:#111827}.ph-search-button-container{align-items:center;display:flex;flex-direction:column;margin-top:3rem;padding-top:2rem;width:100%}.ph-search-button-container .ph-button{margin-top:2rem;max-width:500px;width:100%}.ph-route-guard{align-items:center;background-color:#f9fafb;display:flex;justify-content:center;min-height:100vh}.ph-route-guard__center{text-align:center}.ph-route-guard__spinner{animation:ph-spin 1s linear infinite;border:2px solid transparent;border-bottom-color:#2563eb;border-radius:50%;height:3rem;margin:0 auto 1rem;width:3rem}.ph-route-guard__text{color:#6b7280;font-size:.875rem}.ph-bg-ph-icon{background-image:url(/logo-transparent.png);background-position:50%;background-repeat:no-repeat;background-size:contain;inset:0;opacity:.05;pointer-events:none;position:fixed;z-index:0}.ph-layout{display:flex;flex-direction:column;min-height:100vh}.ph-layout__main{flex:1;padding:2rem 0}.ph-skeleton{animation:ph-skeleton-loading 1.5s ease-in-out infinite;background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;border-radius:.25rem}.ph-skeleton--text{height:1rem;width:100%}@keyframes ph-skeleton-loading{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes ph-spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.ph-loading-spinner{animation:ph-spin 1s linear infinite;border:3px solid rgba(37,99,235,.1);border-radius:50%;border-top-color:#2563eb;display:inline-block;height:2rem;width:2rem}.ph-loading-spinner.ph-display-none{display:none!important}@keyframes confetti-fall{0%{opacity:1;transform:translateY(-100vh) rotate(0)}to{opacity:0;transform:translateY(100vh) rotate(2turn)}}.confetti{height:100%;left:0;overflow:hidden;pointer-events:none;position:fixed;top:0;width:100%;z-index:10000}.confetti-piece{animation:confetti-fall var(--confetti-duration,3s) var(--confetti-delay,0s) linear forwards;background-color:var(--confetti-color,#ff6b6b);border-radius:2px;height:10px;left:var(--confetti-left,50%);position:absolute;top:-10px;width:10px}.ph-payment-processing-overlay{align-items:center;background-color:#fffffff2;border-radius:.5rem;display:flex;flex-direction:column;justify-content:center;inset:0;position:absolute;z-index:50}.ph-section-title{color:#111827;font-size:1.5rem;font-weight:600;margin-bottom:1rem}.ph-section-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:1.5rem;padding:.5rem 0}.ph-section-text{color:#6b7280;font-size:.875rem;line-height:1.6}.ph-container--main .ph-section-text{color:#ffffffe6}.ph-section-content{padding:1rem 0}.ph-section .ph-card:has(h3.ph-section-title){margin-top:2rem}.ph-section-inner{text-align:center}.ph-section-subtitle{color:#6b7280;font-size:1.125rem;margin-top:.5rem;position:relative;z-index:1}.ph-section-description{box-sizing:border-box;color:#6b7280;font-size:.875rem;margin-top:.5rem;max-width:100%;overflow-wrap:break-word;width:100%;word-wrap:break-word}.ph-section-buttons{display:flex;gap:1rem;justify-content:center;margin-top:1.5rem}.ph-section-glass{backdrop-filter:blur(10px);background:#fffc;border:1px solid hsla(0,0%,100%,.2);border-radius:.5rem;padding:1.5rem}.ph-section-glass .ph-section-text{color:#374151;font-weight:500}.ph-section-list{list-style:none;margin:0;padding:0}.ph-section-item{border-bottom:1px solid #e5e7eb;padding:.75rem 0}.ph-section-item:last-child{border-bottom:none}.ph-label-with-age{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.ph-label-with-age label{display:inline;margin:0}.ph-label-with-age .ph-age-display{display:inline;margin-left:auto;white-space:nowrap}.ph-section-grid{display:grid;gap:1rem}.ph-section-info{background-color:#f9fafb;border-radius:.375rem;margin-bottom:1rem;padding:1rem}.ph-section-controls{display:flex;gap:1rem;margin-bottom:1rem}.ph-section-button{background-color:#fff;border:1px solid #e5e7eb;border-radius:.375rem;cursor:pointer;padding:.5rem 1rem;transition:all .2s ease}.ph-section-button:hover{background-color:#f9fafb}.ph-section-chart-empty{color:#6b7280;padding:3rem 1rem;text-align:center}.ph-section-chart-empty-title{color:#374151;font-size:1.125rem;font-weight:600;margin-bottom:.5rem}.ph-section-chart-empty-text{color:#6b7280;font-size:.875rem}.ph-section-chart-simple{padding:1rem}.ph-section-container{align-items:center;display:flex;gap:.75rem;margin:.5rem 0;width:100%}.ph-section-container .ph-section{background:linear-gradient(90deg,#3b82f6,#2563eb);border-radius:.25rem;flex-shrink:0;height:1.5rem;min-width:5%;transition:width .3s ease;width:calc(var(--bar-width, 0)*1%)}.ph-section-section{margin-bottom:2rem}.ph-list__item-title{color:#111827;font-size:1rem;font-weight:600;margin-bottom:.25rem}.ph-list__item-number{align-items:center;background-color:#e5e7eb;border-radius:50%;color:#374151;display:inline-flex;font-size:.875rem;font-weight:600;height:1.5rem;justify-content:center;margin-right:.75rem;width:1.5rem}.ph-list__item-number-blue{background-color:#dbeafe;color:#1e40af}.ph-list__item-number-green{background-color:#d1fae5;color:#065f46}.ph-list__item-content{flex:1}.ph-list__item-description{color:#6b7280;font-size:.875rem;margin-top:.25rem}.ph-list__items{display:flex;flex-direction:column;gap:.5rem}.ph-list__item-check{color:#10b981;margin-right:.5rem}.ph-list__item-submitted{background-color:#f3f4f6;border-left:3px solid #6b7280}.ph-list__item-approved{background-color:#d1fae5;border-left:3px solid #10b981}.ph-list__item-rejected{background-color:#fee2e2;border-left:3px solid #ef4444}.ph-list__item-replies{background-color:#dbeafe;border-left:3px solid #3b82f6}.ph-card__stat-icon-container{align-items:center;border-radius:.5rem;display:flex;height:3rem;justify-content:center;margin-bottom:1rem;width:3rem}.ph-card__stat-content{flex:1}.ph-card__stat-icon-accent{background-color:#dbeafe;color:#2563eb}.ph-card__stat-icon-green{background-color:#d1fae5;color:#059669}.ph-card__stat-icon-yellow{background-color:#fef3c7;color:#d97706}.ph-card__stat-icon-purple{background-color:#e9d5ff;color:#7c3aed}.ph-card__body-lines{display:flex;flex-direction:column;gap:.5rem}.ph-card__body-item{align-items:center;display:flex;justify-content:space-between;padding:.5rem 0}.ph-card__body-item-pending{opacity:.6}.ph-card__body-item-approved{background-color:#d1fae5;border-radius:.375rem;padding:.5rem}.ph-card__body-item-rejected{background-color:#fee2e2;border-radius:.375rem;padding:.5rem}.ph-card__body-value{color:#111827;font-weight:600}.ph-card__body-value-pending{color:#9ca3af}.ph-card__body-value-approved{color:#059669}.ph-card__body-value-rejected{color:#dc2626}.ph-card__body-label{color:#6b7280;font-size:.875rem}.ph-card__body-label-pending{color:#9ca3af}.ph-card__body-label-approved{color:#065f46}.ph-card__body-label-rejected{color:#991b1b}.ph-card__header-text-left{text-align:left}.ph-input-label{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:.5rem}.ph-input-container{align-items:flex-start;cursor:pointer;display:flex;gap:.75rem;margin-bottom:1rem}.ph-input-container input[type=checkbox]{cursor:pointer;flex-shrink:0;margin:.125rem 0 0;width:auto}.ph-input-container .ph-input-label{cursor:pointer;flex:1;line-height:1.5;margin-bottom:0}.ph-input-date{border:1px solid #d1d5db;border-radius:.375rem;font-size:.875rem;padding:.5rem .75rem;width:100%}.ph-label-legal{color:#6b7280;font-size:.75rem;margin-top:.25rem}.ph-dialog-header{align-items:center;border-bottom:1px solid #e5e7eb;display:flex;justify-content:space-between;padding:1.5rem}.ph-dialog-title{color:#111827;font-size:1.25rem;font-weight:600;margin:0}.ph-dialog-close{align-items:center;background:none;border:none;border-radius:.25rem;color:#6b7280;cursor:pointer;display:flex;font-size:1.5rem;height:2rem;justify-content:center;padding:0;transition:all .2s ease;width:2rem}.ph-dialog-close:hover{background-color:#f3f4f6;color:#111827}.ph-dialog-footer{border-top:1px solid #e5e7eb;display:flex;gap:.75rem;justify-content:flex-end;padding:1.5rem}.ph-dialog-button{border:1px solid transparent;border-radius:.375rem;cursor:pointer;font-size:.875rem;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.ph-dialog-button-cancel{background-color:#fff;border-color:#e5e7eb;color:#374151}.ph-dialog-button-cancel:hover{background-color:#f9fafb}.ph-dialog-button-confirm{background-color:#2563eb;color:#fff}.ph-dialog-button-confirm:hover{background-color:#1d4ed8}.ph-dialog__footer-text,.ph-dialog__spinner-text{color:#6b7280;font-size:.875rem;margin-top:.5rem;text-align:center}.ph-badge-red{background-color:#ef4444;color:#fff}.ph-badge-green{background-color:#10b981;color:#fff}.ph-badge-yellow{background-color:#f59e0b;color:#fff}.ph-button-primary{background-color:#2563eb;border:none;border-radius:.375rem;color:#fff;cursor:pointer;font-weight:500;padding:.5rem 1rem;transition:all .2s ease}.ph-button-primary:hover{background-color:#1d4ed8}.ph-button--primary-outline{background-color:transparent;border:1px solid #2563eb;color:#2563eb}.ph-button--primary-outline:hover{background-color:#eff6ff}.ph-icon-rotate-left{transform:rotate(-90deg)}.ph-icon-rotate-right{transform:rotate(90deg)}.ph-icon-yellow{color:#f59e0b}.ph-icon-green{color:#10b981}.ph-icon-red{color:#ef4444}.ph-icon-gray{color:#6b7280}.ph-icon-spacing{margin-right:.5rem}.ph-icon-lg{font-size:1.5rem}.ph-icon--emoji-fallback{display:inline-block;font-size:1.5rem}.ph-icon--emoji-fallback.ph-display-none{display:none!important}.ph-ph-loading-spinner{animation:ph-spin 1s linear infinite;border:3px solid rgba(37,99,235,.1);border-radius:50%;border-top-color:#2563eb;display:inline-block;height:2rem;width:2rem}.ph-ph-loading-spinner.ph-display-none{display:none!important}.ph-ph-text{color:#111827;line-height:1.5}.ph-text-label{color:#374151;font-size:.875rem;font-weight:500}.ph-text--muted-muted{color:#9ca3af}.ph-signin-phone-section{margin-bottom:1.5rem}.ph-signin-label{color:#374151;display:block;font-size:.875rem;font-weight:500;margin-bottom:.75rem}.ph-signin-phone-inputs{align-items:stretch;display:flex;gap:.75rem}.ph-signin-country-select{flex:0 0 auto;min-width:120px;width:auto}.ph-signin-phone-input{flex:1;min-width:0}.ph-signin-consent-section{margin-bottom:1.5rem}.ph-signin-checkbox-container{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;margin-bottom:0;padding:.75rem;width:100%}.ph-signin-consent-label{color:#374151;font-size:.875rem;line-height:1.5}.ph-signin-submit-section{margin-bottom:2rem}.ph-signin-submit-button{font-size:1rem;padding:.75rem 1.5rem;width:100%}@media(min-width:640px){.ph-signin-consent-section,.ph-signin-submit-section{max-width:500px}}.ph-signin-footer{align-items:center;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:1rem;margin-top:2rem;padding-top:1.5rem}.ph-signin-footer .ph-section-text{margin:0}.ph-signin-signup-button{font-size:1rem;padding:.75rem 1.5rem;width:100%}.ph-verification-modal-description{margin-bottom:1.5rem}.ph-verification-code-input{font-size:1.5rem;font-weight:600;letter-spacing:.5rem;padding:.75rem;text-align:center;width:100%}.ph-verification-submit-button{font-size:1rem;padding:.75rem 1.5rem;width:100%}.ph-verification-resend-text{margin:0;text-align:center}.ph-verification-resend-button{width:100%}.ph-text--muted-text{color:#6b7280;font-size:.875rem}.ph-text-icon{align-items:center;display:inline-flex;gap:.5rem}.ph-skeleton--text-full{height:1rem;width:100%}.ph-skeleton--text-5-6{height:1rem;width:83.333%}.ph-skeleton--text-4-6{height:1rem;width:66.667%}.ph-skeleton--text-small{height:.75rem;width:75%}.ph-container--ph-text{color:#111827}.ph-header-main{align-items:center;display:flex;justify-content:space-between;width:100%}.ph-header__subtitle-margin{margin-top:.5rem}.ph-__top{align-items:flex-start;display:flex;justify-content:space-between;margin-bottom:1rem}.ph-__title{color:#111827;font-size:1.5rem;font-weight:600;margin:0 0 .5rem}.ph-__subtitle{color:#6b7280;font-size:.875rem;margin:0}.ph-__statph-icon{font-size:2rem;margin-bottom:.5rem}.ph-grid--5{grid-template-columns:repeat(5,minmax(0,1fr))}.ph-spacer--lg--lg{height:6rem}.ph-card__feature-emoji{font-size:3rem;margin-bottom:1rem}.tooltip{display:inline-block;position:relative;z-index:1}.tooltip.ph-display-none{display:none!important}.tooltip-content{background-color:#1f2937;border-radius:.375rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;color:#fff;font-size:.875rem;font-weight:400;line-height:1.5;max-width:320px;opacity:0;padding:.5rem .75rem;pointer-events:none;position:absolute;transition:opacity .2s ease;white-space:normal;width:-moz-max-content;width:max-content;z-index:99999}.tooltip.active .tooltip-content{opacity:1;pointer-events:auto}.tooltip-content strong{display:block;font-weight:600;margin-bottom:.25rem}.tooltip-content--narrow{max-width:280px}.tooltip-top{bottom:100%;margin-bottom:.5rem}.tooltip-bottom,.tooltip-top{left:50%;transform:translate(-50%)}.tooltip-bottom{margin-top:.5rem;top:100%}.tooltip-left{margin-right:.5rem;right:100%}.tooltip-left,.tooltip-right{top:50%;transform:translateY(-50%)}.tooltip-right{left:100%;margin-left:.5rem}.tooltip-icon{background-color:#6b7280;border-radius:50%;color:#fff;cursor:help;font-size:.75rem;font-weight:600;height:1.25rem;margin-left:.25rem;width:1.25rem}.tooltip-icon,.tooltip-trigger>.ph-button--ghost{align-items:center;display:inline-flex;justify-content:center}.tooltip-trigger>.ph-button--ghost{height:1.5rem;line-height:1;padding:0;width:1.5rem}.datepicker2-input-row{align-items:center;display:flex;gap:.75rem}.datepicker2-input-row .ph-input{flex:1 1 auto}.datepicker2-controls{align-items:center;display:flex;gap:.5rem}.datepicker2-control-button{align-items:center;display:flex;justify-content:center;min-width:auto;padding:.5rem!important;width:auto}.datepicker2-control-button .ph-icon{height:20px;width:20px}.ph-legal-compliance{align-items:flex-start;display:flex;gap:.5rem}.ph-legal-compliance .ph-input[type=checkbox]{flex:0 0 auto;height:1rem;margin-top:.15rem;width:1rem}.ph-experience-location-map{border-radius:.75rem;height:320px;min-height:320px;overflow:hidden;width:100%}.ph-map-container{height:400px;width:100%}.ph-map-loading-container{align-items:center;display:flex;flex-direction:column;gap:.75rem;height:400px;justify-content:center}.ph-map-hint{margin-top:.75rem}.ph-switch{align-items:center;display:flex;gap:.5rem}.ph-switch__label{color:#374151;font-size:.875rem}.ph-switch__track{align-items:center;align-self:flex-start;border:2px solid;border-radius:9999px;cursor:pointer;display:flex;flex-shrink:0;height:24px;margin-top:.125rem;padding:2px;position:relative;transition:all .2s ease;width:44px}.ph-switch__track--checked{background-color:#2563eb;border-color:#2563eb}.ph-switch__track--unchecked{background-color:#e5e7eb;border-color:#d1d5db}.ph-switch__thumb{background-color:#fff;border-radius:50%;box-shadow:0 2px 4px #0000001a;height:20px;transition:transform .2s ease;width:20px}.ph-switch__track--checked .ph-switch__thumb{transform:translate(20px)}.ph-switch__track--unchecked .ph-switch__thumb{transform:translate(0)}.ph-switch__status{font-size:.75rem;font-weight:500}.ph-switch__status--checked{color:#2563eb}.ph-switch__status--unchecked{color:#6b7280}.datepicker2-dropdown{padding:0}.datepicker2-header{align-items:center;display:flex;gap:.75rem;justify-content:space-between}.datepicker2-selects{align-items:center;display:flex;gap:.5rem}.datepicker2-month-select,.datepicker2-year-select{height:2.25rem}.datepicker2-calendar{display:flex;flex-direction:column;gap:.5rem;padding:.75rem}.datepicker2-weekdays{display:grid;gap:.25rem;grid-template-columns:repeat(7,minmax(0,1fr))}.datepicker2-weekday{color:#6b7280;font-size:.75rem;font-weight:600;text-align:center}.datepicker2-days{display:grid;gap:.25rem;grid-template-columns:repeat(7,minmax(0,1fr))}.datepicker2-day{align-items:center;background-color:#f9fafb;border:1px solid transparent;border-radius:.5rem;color:#111827;cursor:pointer;display:flex;font-size:.875rem;height:2.25rem;justify-content:center;transition:background-color .15s ease,border-color .15s ease,color .15s ease}.datepicker2-day:hover:not(:disabled){background-color:#eef2ff;border-color:#c7d2fe}.datepicker2-day:disabled{background-color:#f3f4f6;color:#9ca3af;cursor:not-allowed}.datepicker2-day--selected{background-color:#2563eb;border-color:#2563eb;color:#fff}.datepicker2-day--today{border-color:#f59e0b}.datepicker2-day--empty{background-color:transparent;border-color:transparent;pointer-events:none}.ph-experience-date-group{display:flex;flex-direction:column;gap:1rem}.ph-experience-date-toggle{align-items:center;display:flex;gap:.5rem;justify-content:flex-start}.ph-experience-date-toggle input[type=checkbox].ph-input{flex-shrink:0;margin:0;max-width:none;width:auto}.welcome-screenph-text{color:#111827}.welcome-screen-ph-text{color:#6b7280}.bottom-navigation{align-items:center;backdrop-filter:blur(10px);background-color:#fffffff2;border-top:1px solid #e5e7eb;bottom:0;box-shadow:0 -2px 10px #0000000d;display:flex;justify-content:space-around;left:0;padding:.5rem 0 calc(1rem + env(safe-area-inset-bottom,0px));position:fixed;right:0;z-index:1000}@media screen and (max-width:480px){.bottom-navigation{padding-bottom:calc(1.25rem + env(safe-area-inset-bottom,0px))}}.bottom-navigation button{align-items:center;background-color:transparent;border:none;border-radius:12px;color:#6b7280;cursor:pointer;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,San Francisco,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:.75rem;font-weight:500;gap:.25rem;justify-content:center;min-height:60px;min-width:60px;padding:.5rem 1rem .75rem;transition:all .2s cubic-bezier(.4,0,.2,1);-webkit-tap-highlight-color:rgba(0,0,0,.1)}@media screen and (max-width:480px){.bottom-navigation button{padding-bottom:1rem}}.bottom-navigation button span:first-child{font-size:1.5rem;line-height:1}.bottom-navigation button span:last-child{font-size:.75rem;line-height:1.2}.bottom-navigation button:hover{background-color:#f9fafb;color:#374151;transform:translateY(-2px)}.bottom-navigation button.active{background-color:#eff6ff;color:#2563eb;font-weight:600}.bottom-navigation button.active span:first-child{transform:scale(1.1)}.bottom-navigation button:active{background-color:#f3f4f6;transform:translateY(0)}.bottom-navigation-signin-prompt{align-items:center;color:#9ca3af;display:flex;flex-direction:column;font-family:-apple-system,BlinkMacSystemFont,San Francisco,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:.75rem;font-weight:500;gap:.25rem;justify-content:center;min-height:60px;min-width:60px;padding:.5rem 1rem .75rem}@media screen and (max-width:480px){.bottom-navigation-signin-prompt{padding-bottom:1rem}}.bottom-navigation-signin-icon{font-size:1.5rem;line-height:1}.bottom-navigation-signin-text{font-size:.75rem;line-height:1.2;text-align:center}.bottom-navigation-signin-link{background:none;border:none;color:#2563eb;cursor:pointer;font-family:inherit;font-size:inherit;margin:0;padding:0;text-decoration:underline;transition:color .2s ease}.bottom-navigation-signin-link:hover{color:#1d4ed8}.bottom-navigation-signin-link:active{color:#1e40af}.my-disputes-container{background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh;padding:1rem}.my-disputes-header{background:#fffffff2;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-sizing:border-box;margin-bottom:1.5rem;margin-top:0;padding:1.5rem;width:100%}.my-disputes-header__top{width:100%}.my-disputes-header-main{align-items:center;display:flex;gap:1rem;justify-content:space-between;width:100%}.my-disputes-header-left{align-items:center;display:flex;flex:1;gap:1rem}.my-disputes-header-text{display:flex;flex-direction:column;gap:.25rem}.my-disputes-header__title{color:#111827;font-size:1.5rem;font-weight:700;line-height:1.2;margin:0}.my-disputes-header__subtitle{color:#6b7280;font-size:.875rem;line-height:1.4;margin:0}.my-disputes-content{width:100%}.my-disputes-empty-state{background:#fffffff2;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;padding:3rem 2rem;text-align:center}.my-disputes-empty-icon{display:block;font-size:4rem;margin-bottom:1rem}.my-disputes-empty-title{color:#111827;font-size:1.25rem;font-weight:600;margin:0 0 .5rem}.my-disputes-empty-description{color:#6b7280;font-size:.875rem;line-height:1.5;margin:0}.my-disputes-spacer{height:6rem}.my-ph-header{background:#fffffff2;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-sizing:border-box;margin-bottom:1.5rem;margin-top:0;padding:1.5rem;width:100%}.my-ph-header-main{justify-content:space-between;width:100%}.my-ph-header-left,.my-ph-header-main{align-items:center;display:flex;gap:1rem}.my-ph-header-left{flex:1}.my-ph-header-text{display:flex;flex-direction:column;gap:.25rem}.my-ph-header__title{color:#111827;font-size:1.5rem;font-weight:600;line-height:1.2;margin:0}.my-ph-header__subtitle{color:#6b7280;font-size:.875rem;line-height:1.4;margin:0}.ph-supporting-docs-grid{display:grid;gap:1rem;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));padding:1rem 0}.ph-supporting-docs-thumbnail{aspect-ratio:1;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:.5rem;cursor:pointer;overflow:hidden;position:relative}.ph-supporting-docs-thumbnail-image,.ph-supporting-docs-thumbnail-video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.ph-supporting-docs-video-overlay{align-items:center;background-color:#0009;border-radius:50%;color:#fff;display:flex;height:48px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:48px}.ph-supporting-docs-thumbnail-overlay{background:linear-gradient(0deg,rgba(0,0,0,.7),transparent);bottom:0;color:#fff;font-size:.75rem;left:0;opacity:0;padding:.5rem;position:absolute;right:0;transition:opacity .2s}.ph-supporting-docs-thumbnail:hover .ph-supporting-docs-thumbnail-overlay{opacity:1}.ph-image-viewer-fullscreen{align-items:center;background-color:#fff;display:flex;justify-content:center;inset:0;padding:2rem;position:fixed;z-index:10000}.ph-image-viewer-close-button{align-items:center;background:#0000001a;border:1px solid rgba(0,0,0,.2);border-radius:50%;color:#374151;cursor:pointer;display:flex;height:40px;justify-content:center;position:absolute;right:1rem;top:1rem;transition:background-color .2s;width:40px}.ph-image-viewer-close-button:hover{background:#00000026}.ph-image-viewer-image{max-height:100%;max-width:100%;-o-object-fit:contain;object-fit:contain}.linked-ph-header{background:#fffffff2;border-radius:1rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;box-sizing:border-box;margin-bottom:1.5rem;margin-top:0;padding:1.5rem;width:100%}.linked-ph-header-main{align-items:center;display:flex;gap:1rem;justify-content:space-between;width:100%}.linked-ph-header-left{align-items:center;display:flex;flex:1;gap:1rem}.linked-ph-header__title{color:#111827;font-size:1.5rem;font-weight:600;line-height:1.2;margin:0}.linked-ph-header__subtitle{color:#6b7280;font-size:.875rem;line-height:1.4;margin:0}.ph-file-preview-item{align-items:center;display:flex;gap:.75rem}.ph-file-preview-thumbnail{align-items:center;background-color:#f3f4f6;border:1px solid #d1d5db;border-radius:.375rem;display:flex;flex-shrink:0;height:60px;justify-content:center;overflow:hidden;position:relative;width:60px}.ph-file-preview-thumbnail-image,.ph-file-preview-thumbnail-video{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.ph-file-preview-video-overlay{align-items:center;background-color:#0009;border-radius:50%;color:#fff;display:flex;font-size:12px;height:24px;justify-content:center;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);width:24px}.ph-file-preview-icon-placeholder{align-items:center;background-color:#f3f4f6;border:1px solid #d1d5db;border-radius:.375rem;display:flex;flex-shrink:0;font-size:24px;height:60px;justify-content:center;width:60px}.ph-file-preview-info{flex:1;min-width:0}.ph-file-preview-filename{margin-bottom:.25rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ph-file-preview-actions{align-items:center;display:flex;gap:.5rem}.ph-file-preview-remove-button{font-size:.875rem;padding:.25rem .5rem}.ph-reviewer-reason-label{background-color:#fff;border:1px solid #e5e7eb;cursor:pointer;padding:1rem;transition:border-color .2s,background-color .2s}.ph-reviewer-reason-label--selected{background-color:#eff6ff;border:2px solid #3b82f6}.ph-supporting-docs-loading-placeholder{background:#f3f4f6}.ph-supporting-docs-document-container{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding:1rem;width:100%}.ph-supporting-docs-document-filename{color:#6b7280;font-size:.75rem;margin-top:.5rem;text-align:center;word-break:break-word}.ph-card--flex-center{align-items:flex-start;display:flex;flex-direction:column}.ph-list--compact{gap:4px;padding:0}.ph-list__item--compact{margin:0;padding:4px 0}.ph-reviewer-avatar{-o-object-fit:cover;object-fit:cover}.ph-reviewer-avatar,.ph-reviewer-avatar-placeholder{border-radius:50%;flex-shrink:0;height:40px;width:40px}.ph-reviewer-avatar-placeholder{background-color:#e5e7eb;font-size:18px}.ph-activity-emoji,.ph-reviewer-avatar-placeholder{align-items:center;display:flex;justify-content:center}.ph-activity-emoji{flex-shrink:0;font-size:24px;height:32px;line-height:1;min-height:32px;width:32px}.ph-activity-emoji-inner{display:inline-block;font-size:24px;line-height:1;text-align:center;vertical-align:middle}.ph-flex-1{flex:1}.ph-m-0{margin:0}.ph-badge--compact{margin-right:8px;min-width:auto;padding:2px 6px}.ph-text--compact{line-height:1.4;margin:0}.ph-text--muted-compact{font-size:14px;margin:0}.ph-section--filters{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:16px}.ph-button--filter{font-size:14px;padding:6px 12px}.reviewer-bar-chart{display:block;overflow:visible}.ph-mb-24{margin-bottom:24px}.ph-relative{position:relative}.ph-button--platform-select{width:100%}.ph-button--platform-select.has-platform{padding-right:40px}.ph-button--clear-platform{align-items:center;display:flex;height:28px;justify-content:center;min-width:auto;padding:4px;position:absolute;right:8px;top:50%;transform:translateY(-50%);width:28px}.ph-text--muted-small{font-size:14px;margin-top:8px}.ph-text--center-padded{padding:20px;text-align:center}.ph-text--small{font-size:12px}.ph-text--medium{font-size:14px;margin-bottom:12px}.ph-text--ai-header{font-size:14px;font-weight:600;margin-bottom:8px}.ph-mt-8{margin-top:8px}.ph-mt-12{margin-top:12px}.ph-card--ai-suggested{background-color:#f0f9ff;border:1px solid #0ea5e9;border-radius:8px;margin-bottom:16px;padding:12px}.ph-flex-wrap-small{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.ph-flex-wrap-scrollable{display:flex;flex-wrap:wrap;gap:8px;max-height:400px;overflow-y:auto}.ph-badge--ai-suggested{background-color:#0ea5e9;color:#fff}.ph-badge--ai-suggested,.ph-button--small{font-size:12px;padding:4px 8px}.ph-payment-summary-group{background-color:#fff;border:1px solid #d1d5db;border-radius:.375rem;box-sizing:border-box;font-family:Times New Roman,Times,serif;margin:0;max-width:100%;padding:.75rem;width:100%}.ph-payment-summary-legend{border:none;color:#374151;font-family:Times New Roman,Times,serif;font-size:.875rem;font-weight:600;margin:0;padding:0 .5rem}.ph-payment-summary-content{color:#1f2937;font-family:Times New Roman,Times,serif;font-size:.75rem;line-height:1.4}.ph-payment-summary-stats{border-bottom:1px solid #e5e7eb;display:grid;gap:.5rem;grid-template-columns:repeat(4,1fr);margin-bottom:.75rem;padding-bottom:.75rem}.ph-payment-summary-stat{align-items:center;display:flex;flex-direction:column;font-family:Times New Roman,Times,serif;text-align:center}.ph-payment-summary-stat-value{color:#111827;font-size:.875rem;font-weight:700;line-height:1.2;margin-bottom:.125rem}.ph-payment-summary-stat-label{color:#6b7280;font-size:.625rem;font-weight:400;letter-spacing:.025em;text-transform:uppercase}.ph-payment-summary-payments{display:flex;flex-direction:column;gap:.5rem}.ph-payment-summary-item{border-bottom:1px solid #f3f4f6;display:flex;flex-direction:column;font-family:Times New Roman,Times,serif;gap:.25rem;padding:.5rem}.ph-payment-summary-item:last-child{border-bottom:none}.ph-payment-summary-item-main{display:flex;flex-direction:column;gap:.125rem}.ph-payment-summary-item-name{color:#111827;font-size:.75rem;font-weight:600}.ph-payment-summary-item-details{color:#6b7280;font-size:.6875rem}.ph-payment-summary-item-meta{align-items:center;display:flex;gap:.5rem;margin-top:.125rem}.ph-payment-summary-item-status{font-size:.75rem;font-weight:600;min-width:1rem}.ph-payment-summary-item-status.completed{color:#059669}.ph-payment-summary-item-status.pending{color:#d97706}.ph-payment-summary-item-status.failed{color:#dc2626}.ph-payment-summary-item-date{color:#6b7280;font-size:.6875rem}.ph-payment-summary-section-title{border-top:1px solid #e5e7eb;color:#374151;font-size:.75rem;font-weight:600;margin-bottom:.5rem;padding-top:.75rem}.ph-payment-summary-full-history{border-top:1px solid #e5e7eb;margin-top:.75rem;padding-top:.75rem}.ph-payment-summary-toggle{background:none;border:none;color:#2563eb;cursor:pointer;font-family:Times New Roman,Times,serif;font-size:.6875rem;margin-top:.5rem;padding:.375rem .5rem;text-decoration:underline;text-underline-offset:2px}.ph-payment-summary-toggle:hover{color:#1d4ed8}.ph-payment-summary-last{border-top:1px solid #f3f4f6;color:#6b7280;font-size:.6875rem;font-style:italic;margin-top:.5rem;padding-top:.5rem}.ph-payment-summary-empty,.ph-payment-summary-error,.ph-payment-summary-loading{color:#6b7280;font-size:.75rem;padding:1rem;text-align:center}.ph-payment-summary-error{color:#dc2626}.ph-payment-summary-empty-text{color:#9ca3af;font-size:.6875rem;margin-top:.5rem}@media screen and (max-width:640px){.ph-payment-summary-group{padding:.5rem}.ph-payment-summary-legend{font-size:.8125rem}.ph-payment-summary-content{font-size:.6875rem}.ph-payment-summary-stats{gap:.375rem;grid-template-columns:repeat(2,1fr);margin-bottom:.5rem;padding-bottom:.5rem}.ph-payment-summary-stat-value{font-size:.8125rem}.ph-payment-summary-stat-label{font-size:.5625rem}.ph-payment-summary-item{padding:.375rem}.ph-payment-summary-item-name{font-size:.6875rem}.ph-payment-summary-item-date,.ph-payment-summary-item-details{font-size:.625rem}}@media screen and (max-width:480px){.ph-payment-summary-group{padding:.375rem}.ph-payment-summary-legend{font-size:.75rem}.ph-payment-summary-stats{gap:.25rem}.ph-payment-summary-stat-value{font-size:.75rem}.ph-payment-summary-stat-label{font-size:.5rem}}
