.csp-toaster{--toast-background: #ffffff;--toast-foreground: #171717;--toast-border: #e5e5e5;--toast-success: #22c55e;--toast-error: #ef4444;--toast-warning: #f59e0b;--toast-info: #3b82f6;position:fixed;z-index:9999;top:0;right:0;width:420px;max-width:100vw;padding:16px;pointer-events:none}.csp-toast{background:var(--toast-background);color:var(--toast-foreground);border:1px solid var(--toast-border);border-radius:8px;box-shadow:0 4px 12px #00000026;padding:16px;margin-bottom:8px;pointer-events:auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-size:14px;line-height:1.4;display:flex;align-items:flex-start;gap:12px;animation:toast-slide-in .3s ease-out}.csp-toast[data-type=success]{border-left:4px solid var(--toast-success)}.csp-toast[data-type=error]{border-left:4px solid var(--toast-error)}.csp-toast[data-type=warning]{border-left:4px solid var(--toast-warning)}.csp-toast[data-type=info]{border-left:4px solid var(--toast-info)}.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;color:#9ca3af;cursor:pointer;padding:4px;border-radius:4px;transition:all .2s;flex-shrink:0}.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;padding:6px 12px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s}.csp-toast .toast-action button:hover{background:#e5e7eb;border-color:#9ca3af}@keyframes toast-slide-in{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}@keyframes toast-slide-out{0%{transform:translate(0);opacity:1}to{transform:translate(100%);opacity:0}}.csp-toast[data-removed=true]{animation:toast-slide-out .3s ease-in forwards}.csp-toaster[data-position=top-left]{top:0;left:0;right:auto}.csp-toaster[data-position=top-center]{top:0;left:50%;right:auto;transform:translate(-50%)}.csp-toaster[data-position=bottom-left]{inset:auto auto 0 0}.csp-toaster[data-position=bottom-center]{inset:auto auto 0 50%;transform:translate(-50%)}.csp-toaster[data-position=bottom-right]{inset:auto 0 0 auto}.review-queue-item-trust-score{margin-left:8px;font-size:14px;color:#6b7280}.review-queue-item-score-indicator{margin-top:8px;display:flex;align-items:center}.review-queue-item-submitted-date{font-size:12px;color:#9ca3af;margin-top:4px}.review-queue-item-rating-container{display:flex;align-items:center}.review-queue-item-actions{display:flex;gap:8px;margin-top:12px}.review-queue-item-action-button{padding:8px 16px;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;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;padding:16px;margin-bottom:16px;box-shadow:0 1px 3px #0000001a}.review-queue-item:hover{box-shadow:0 4px 6px #0000001a}.review-queue-item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.review-queue-item-title{font-size:16px;font-weight:600;color:#111827;margin:0}.review-queue-item-status{padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500;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{font-size:14px;font-weight:500;color:#374151;margin-bottom:8px}.review-queue-item-comment{font-size:14px;color:#6b7280;line-height:1.5;margin-bottom:8px}.review-queue-item-footer{display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#9ca3af}*{box-sizing:border-box;margin:0;padding:0}html,body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol;line-height:1.5;color:#111827;background-color:#fff}.d-block{display:block!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}.d-grid{display:grid!important}.d-none{display:none!important}.p-0{padding:0!important}.p-1{padding:.25rem!important}.p-2{padding:.5rem!important}.p-3{padding:.75rem!important}.p-4{padding:1rem!important}.p-5{padding:1.25rem!important}.p-6{padding:1.5rem!important}.p-8{padding:2rem!important}.p-10{padding:2.5rem!important}.p-12{padding:3rem!important}.p-16{padding:4rem!important}.p-20{padding:5rem!important}.px-0{padding-left:0!important;padding-right:0!important}.px-1{padding-left:.25rem!important;padding-right:.25rem!important}.px-2{padding-left:.5rem!important;padding-right:.5rem!important}.px-3{padding-left:.75rem!important;padding-right:.75rem!important}.px-4{padding-left:1rem!important;padding-right:1rem!important}.px-6{padding-left:1.5rem!important;padding-right:1.5rem!important}.px-8{padding-left:2rem!important;padding-right:2rem!important}.py-0{padding-top:0!important;padding-bottom:0!important}.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}.py-3{padding-top:.75rem!important;padding-bottom:.75rem!important}.py-4{padding-top:1rem!important;padding-bottom:1rem!important}.py-6{padding-top:1.5rem!important;padding-bottom:1.5rem!important}.py-8{padding-top:2rem!important;padding-bottom:2rem!important}.py-12{padding-top:3rem!important;padding-bottom:3rem!important}.py-16{padding-top:4rem!important;padding-bottom:4rem!important}.m-0{margin:0!important}.m-1{margin:.25rem!important}.m-2{margin:.5rem!important}.m-4{margin:1rem!important}.m-6{margin:1.5rem!important}.m-8{margin:2rem!important}.m-12{margin:3rem!important}.m-16{margin:4rem!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.mx-4{margin-left:1rem!important;margin-right:1rem!important}.mx-8{margin-left:2rem!important;margin-right:2rem!important}.my-0{margin-top:0!important;margin-bottom:0!important}.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}.my-4{margin-top:1rem!important;margin-bottom:1rem!important}.my-6{margin-top:1.5rem!important;margin-bottom:1.5rem!important}.my-8{margin-top:2rem!important;margin-bottom:2rem!important}.my-16{margin-top:4rem!important;margin-bottom:4rem!important}.mb-0{margin-bottom:0!important}.mt-0{margin-top:0!important}.w-auto{width:auto!important}.w-24{width:6rem!important}.w-64{width:16rem!important}.w-96{width:24rem!important}.h-full{height:100%!important}.h-auto{height:auto!important}.h-24{height:6rem!important}.h-48{height:12rem!important}.h-64{height:16rem!important}.h-96{height:24rem!important}.max-w-md{max-width:28rem!important}.max-w-lg{max-width:32rem!important}.max-w-xl{max-width:36rem!important}.max-w-4xl{max-width:56rem!important}.flex{display:flex!important}.flex-row{flex-direction:row!important}.flex-nowrap{flex-wrap:nowrap!important}.items-baseline{align-items:baseline!important}.items-stretch{align-items:stretch!important}.justify-around{justify-content:space-around!important}.justify-evenly{justify-content:space-evenly!important}.gap-1{gap:.25rem!important}.gap-2{gap:.5rem!important}.gap-3{gap:.75rem!important}.gap-4{gap:1rem!important}.gap-6{gap:1.5rem!important}.gap-8{gap:2rem!important}.space-x-1>*+*{margin-left:.25rem!important}.space-x-6>*+*{margin-left:1.5rem!important}.space-x-8>*+*{margin-left:2rem!important}.space-y-1>*+*{margin-top:.25rem!important}.space-y-3>*+*{margin-top:.75rem!important}.space-y-8>*+*{margin-top:2rem!important}.grid{display:grid!important}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))!important}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))!important}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))!important}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))!important}.grid-cols-6{grid-template-columns:repeat(6,minmax(0,1fr))!important}.grid-cols-12{grid-template-columns:repeat(12,minmax(0,1fr))!important}@media (min-width: 640px){.sm\:flex-row{flex-direction:row!important}.sm\:flex-col{flex-direction:column!important}.sm\:text-left{text-align:left!important}.sm\:text-center{text-align:center!important}.sm\:p-8{padding:2rem!important}.sm\:gap-6{gap:1.5rem!important}}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))!important}.md\:text-6xl{font-size:3.75rem!important}.md\:text-2xl{font-size:1.5rem!important}}@media (min-width: 1024px){.lg\:text-6xl{font-size:3.75rem!important}}.modern-card{background:#fffffff2!important;backdrop-filter:blur(20px)!important;border-radius:1.5rem!important;padding:2.5rem!important;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a!important;border:1px solid rgba(255,255,255,.3)!important;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important}.modern-button{display:inline-flex!important;align-items:center!important;justify-content:center!important;padding:1rem 2rem!important;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol!important;font-weight:600!important;font-size:1rem!important;border-radius:1rem!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;cursor:pointer!important;border:none!important;outline:none!important;letter-spacing:.025em!important;text-transform:none!important;position:relative!important;overflow:hidden!important}.modern-button:before{content:""!important;position:absolute!important;top:0!important;left:-100%!important;width:100%!important;height:100%!important;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent)!important;transition:left .5s!important}.modern-button:hover:before{left:100%!important}.modern-button-primary{background:linear-gradient(135deg,#667eea,#764ba2)!important;color:#fff!important;box-shadow:0 10px 25px -5px #667eea80!important}.modern-button-primary:hover{transform:translateY(-2px)!important;box-shadow:0 20px 40px -10px #667eea99!important}.modern-button-outline{background:transparent!important;color:#374151!important;border:2px solid #e5e7eb!important;box-shadow:0 4px 6px -1px #0000001a!important}.modern-button-outline:hover{background:#f9fafb!important;border-color:#d1d5db!important;transform:translateY(-1px)!important;box-shadow:0 10px 15px -3px #0000001a!important}.modern-button-lg{padding:1.25rem 2.5rem!important;font-size:1.125rem!important;border-radius:1.25rem!important}.modern-form{background:#fffffffa!important;border-radius:1.5rem!important;padding:3rem!important;box-shadow:0 25px 50px -12px #00000040!important;border:1px solid rgba(255,255,255,.3)!important;backdrop-filter:blur(20px)!important;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important}.modern-input{width:100%!important;padding:1rem 1.25rem!important;border:2px solid #e5e7eb!important;border-radius:1rem!important;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:1rem!important;font-weight:400!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;outline:none!important;background:#fffc!important;backdrop-filter:blur(10px)!important}.modern-input:focus{border-color:#667eea!important;box-shadow:0 0 0 4px #667eea1a!important;transform:translateY(-1px)!important;background:#fff!important}.modern-label{display:block!important;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif!important;font-weight:600!important;color:#374151!important;margin-bottom:.75rem!important;font-size:.875rem!important;letter-spacing:.05em!important;text-transform:uppercase!important}.hero-section{background:linear-gradient(135deg,#667eea,#764ba2)!important;color:#fff!important;padding:5rem 2rem!important;text-align:center!important;border-radius:2rem!important;margin-bottom:4rem!important;position:relative!important;overflow:hidden!important;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif!important}.hero-section:before{content:""!important;position:absolute!important;inset:0!important;background:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 100 100"><defs><pattern id="grain" width="100" height="100" patternUnits="userSpaceOnUse"><circle cx="50" cy="50" r="1" fill="white" opacity="0.1"/></pattern></defs><rect width="100" height="100" fill="url(%23grain)"/></svg>')!important;opacity:.3!important}.feature-grid{display:grid!important;grid-template-columns:repeat(auto-fit,minmax(350px,1fr))!important;gap:2.5rem!important;margin:4rem 0!important}.feature-card{background:#fffffff2!important;border-radius:1.5rem!important;padding:2.5rem!important;text-align:center!important;box-shadow:0 20px 25px -5px #0000001a!important;border:1px solid rgba(255,255,255,.3)!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;backdrop-filter:blur(20px)!important;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;position:relative!important;overflow:hidden!important}.feature-card:before{content:""!important;position:absolute!important;top:0!important;left:0!important;right:0!important;height:4px!important;background:linear-gradient(90deg,#667eea,#764ba2)!important;transform:scaleX(0)!important;transition:transform .3s ease!important}.feature-card:hover:before{transform:scaleX(1)!important}.feature-card:hover{transform:translateY(-8px)!important;box-shadow:0 25px 50px -12px #00000040!important}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.text-justify{text-align:justify!important}.text-xs{font-size:.75rem!important}.text-sm{font-size:.875rem!important}.text-base{font-size:1rem!important}.text-lg{font-size:1.125rem!important}.text-xl{font-size:1.25rem!important}.text-2xl{font-size:1.5rem!important}.text-3xl{font-size:1.875rem!important}.text-4xl{font-size:2.25rem!important}.text-gray-50{color:#f9fafb!important}.text-gray-100{color:#f3f4f6!important}.text-gray-200{color:#e5e7eb!important}.text-gray-300{color:#d1d5db!important}.text-gray-400{color:#9ca3af!important}.text-gray-500{color:#6b7280!important}.text-gray-600{color:#4b5563!important}.text-gray-700{color:#374151!important}.text-gray-800{color:#1f2937!important}.text-gray-900{color:#111827!important}.text-blue-500{color:#3b82f6!important}.text-blue-600{color:#2563eb!important}.text-blue-700{color:#1d4ed8!important}.text-red-500{color:#ef4444!important}.text-red-600{color:#dc2626!important}.text-red-700{color:#b91c1c!important}.text-green-500{color:#10b981!important}.text-green-600{color:#059669!important}.text-green-700{color:#047857!important}.text-white{color:#fff!important}.text-black{color:#000!important}.bg-transparent{background-color:transparent!important}.bg-white{background-color:#fff!important}.bg-gray-50{background-color:#f9fafb!important}.bg-gray-100{background-color:#f3f4f6!important}.bg-gray-200{background-color:#e5e7eb!important}.bg-gray-300{background-color:#d1d5db!important}.bg-gray-400{background-color:#9ca3af!important}.bg-gray-500{background-color:#6b7280!important}.bg-gray-600{background-color:#4b5563!important}.bg-gray-700{background-color:#374151!important}.bg-gray-800{background-color:#1f2937!important}.bg-gray-900{background-color:#111827!important}.bg-blue-500{background-color:#3b82f6!important}.bg-blue-600{background-color:#2563eb!important}.bg-blue-700{background-color:#1d4ed8!important}.bg-red-500{background-color:#ef4444!important}.bg-red-600{background-color:#dc2626!important}.bg-red-700{background-color:#b91c1c!important}.bg-yellow-100{background-color:#fef3c7!important}.bg-yellow-800{background-color:#92400e!important}.bg-green-100{background-color:#d1fae5!important}.bg-green-800{background-color:#065f46!important}.bg-red-100{background-color:#fee2e2!important}.bg-red-800{background-color:#991b1b!important}.text-yellow-800{color:#92400e!important}.text-green-800{color:#065f46!important}.text-red-800{color:#991b1b!important}.border-yellow-200{border-color:#fde68a!important}.border-green-200{border-color:#a7f3d0!important}.bg-blue-50{background-color:#eff6ff!important}.bg-blue-100{background-color:#dbeafe!important}.bg-red-50{background-color:#fef2f2!important}.bg-purple-600{background-color:#9333ea!important}.bg-indigo-600{background-color:#4f46e5!important}.bg-orange-600{background-color:#ea580c!important}.bg-yellow-600{background-color:#ca8a04!important}.bg-black{background-color:#000!important}.bg-black\/50{background-color:#00000080!important}.text-blue-800{color:#1e40af!important}.text-purple-600{color:#9333ea!important}.text-indigo-600{color:#4f46e5!important}.text-orange-600{color:#ea580c!important}.text-yellow-600{color:#ca8a04!important}.border-blue-200{border-color:#bfdbfe!important}.border-red-200{border-color:#fecaca!important}.border-red-300{border-color:#fca5a5!important}.border-accent{border-color:#3b82f6!important}.border-accent\/20{border-color:#3b82f633!important}.border-gray-200{border-color:#e5e7eb!important}.border-gray-300{border-color:#d1d5db!important}.border-gray-400{border-color:#9ca3af!important}.border-blue-500{border-color:#3b82f6!important}.border-red-500{border-color:#ef4444!important}.rounded-none{border-radius:0!important}.rounded-sm{border-radius:.125rem!important}.rounded{border-radius:.25rem!important}.rounded-md{border-radius:.375rem!important}.rounded-lg{border-radius:.5rem!important}.rounded-xl{border-radius:.75rem!important}.rounded-2xl{border-radius:1rem!important}.rounded-full{border-radius:9999px!important}.relative{position:relative!important}.absolute{position:absolute!important}.fixed{position:fixed!important}.sticky{position:sticky!important}.z-0{z-index:0!important}.z-10{z-index:10!important}.z-20{z-index:20!important}.z-30{z-index:30!important}.z-40{z-index:40!important}.z-50,.z-\[50\]{z-index:50!important}.z-\[99999\]{z-index:99999!important}.top-0{top:0!important}.top-1{top:.25rem!important}.top-2{top:.5rem!important}.top-3{top:.75rem!important}.top-4{top:1rem!important}.top-6{top:1.5rem!important}.top-8{top:2rem!important}.top-10{top:2.5rem!important}.top-12{top:3rem!important}.top-16{top:4rem!important}.top-20{top:5rem!important}.top-32{top:8rem!important}.top-1\/2{top:50%!important}.top-full{top:100%!important}.-top-1{top:-.25rem!important}.-top-2{top:-.5rem!important}.-top-3{top:-.75rem!important}.-top-4{top:-1rem!important}.-top-6{top:-1.5rem!important}.-top-8{top:-2rem!important}.right-0{right:0!important}.right-1{right:.25rem!important}.right-2{right:.5rem!important}.right-3{right:.75rem!important}.right-4{right:1rem!important}.right-6{right:1.5rem!important}.right-8{right:2rem!important}.right-10{right:2.5rem!important}.right-12{right:3rem!important}.right-16{right:4rem!important}.right-20{right:5rem!important}.right-32{right:8rem!important}.right-1\/2{right:50%!important}.right-full{right:100%!important}.-right-1{right:-.25rem!important}.-right-2{right:-.5rem!important}.-right-3{right:-.75rem!important}.-right-4{right:-1rem!important}.bottom-0{bottom:0!important}.bottom-1{bottom:.25rem!important}.bottom-2{bottom:.5rem!important}.bottom-3{bottom:.75rem!important}.bottom-4{bottom:1rem!important}.bottom-6{bottom:1.5rem!important}.bottom-8{bottom:2rem!important}.bottom-10{bottom:2.5rem!important}.bottom-12{bottom:3rem!important}.bottom-16{bottom:4rem!important}.bottom-20{bottom:5rem!important}.bottom-32{bottom:8rem!important}.bottom-1\/2{bottom:50%!important}.bottom-full{bottom:100%!important}.-bottom-1{bottom:-.25rem!important}.-bottom-2{bottom:-.5rem!important}.-bottom-3{bottom:-.75rem!important}.-bottom-4{bottom:-1rem!important}.left-0{left:0!important}.left-1{left:.25rem!important}.left-2{left:.5rem!important}.left-3{left:.75rem!important}.left-4{left:1rem!important}.left-6{left:1.5rem!important}.left-8{left:2rem!important}.left-10{left:2.5rem!important}.left-12{left:3rem!important}.left-16{left:4rem!important}.left-20{left:5rem!important}.left-32{left:8rem!important}.left-1\/2{left:50%!important}.left-full{left:100%!important}.-left-1{left:-.25rem!important}.-left-2{left:-.5rem!important}.-left-3{left:-.75rem!important}.-left-4{left:-1rem!important}.inset-1{inset:.25rem!important}.inset-2{inset:.5rem!important}.inset-4{inset:1rem!important}.inset-6{inset:1.5rem!important}.inset-8{inset:2rem!important}.inset-x-1{left:.25rem!important;right:.25rem!important}.inset-x-2{left:.5rem!important;right:.5rem!important}.inset-x-4{left:1rem!important;right:1rem!important}.inset-x-6{left:1.5rem!important;right:1.5rem!important}.inset-x-8{left:2rem!important;right:2rem!important}.inset-y-1{top:.25rem!important;bottom:.25rem!important}.inset-y-2{top:.5rem!important;bottom:.5rem!important}.inset-y-4{top:1rem!important;bottom:1rem!important}.inset-y-6{top:1.5rem!important;bottom:1.5rem!important}.inset-y-8{top:2rem!important;bottom:2rem!important}.transform,.transform-gpu{transform:translateZ(0)!important}.translate-x-0{transform:translate(0)!important}.translate-x-1{transform:translate(.25rem)!important}.translate-x-2{transform:translate(.5rem)!important}.translate-x-4{transform:translate(1rem)!important}.translate-x-6{transform:translate(1.5rem)!important}.translate-x-8{transform:translate(2rem)!important}.translate-x-12{transform:translate(3rem)!important}.translate-x-16{transform:translate(4rem)!important}.translate-x-20{transform:translate(5rem)!important}.translate-x-32{transform:translate(8rem)!important}.translate-x-1\/2{transform:translate(50%)!important}.translate-x-full{transform:translate(100%)!important}.-translate-x-1{transform:translate(-.25rem)!important}.-translate-x-2{transform:translate(-.5rem)!important}.-translate-x-4{transform:translate(-1rem)!important}.-translate-x-6{transform:translate(-1.5rem)!important}.-translate-x-8{transform:translate(-2rem)!important}.-translate-x-12{transform:translate(-3rem)!important}.-translate-x-16{transform:translate(-4rem)!important}.-translate-x-20{transform:translate(-5rem)!important}.-translate-x-32{transform:translate(-8rem)!important}.-translate-x-1\/2{transform:translate(-50%)!important}.-translate-x-full{transform:translate(-100%)!important}.translate-y-0{transform:translateY(0)!important}.translate-y-1{transform:translateY(.25rem)!important}.translate-y-2{transform:translateY(.5rem)!important}.translate-y-4{transform:translateY(1rem)!important}.translate-y-6{transform:translateY(1.5rem)!important}.translate-y-8{transform:translateY(2rem)!important}.translate-y-12{transform:translateY(3rem)!important}.translate-y-16{transform:translateY(4rem)!important}.translate-y-20{transform:translateY(5rem)!important}.translate-y-32{transform:translateY(8rem)!important}.translate-y-1\/2{transform:translateY(50%)!important}.translate-y-full{transform:translateY(100%)!important}.-translate-y-1{transform:translateY(-.25rem)!important}.-translate-y-2{transform:translateY(-.5rem)!important}.-translate-y-4{transform:translateY(-1rem)!important}.-translate-y-6{transform:translateY(-1.5rem)!important}.-translate-y-8{transform:translateY(-2rem)!important}.-translate-y-12{transform:translateY(-3rem)!important}.-translate-y-16{transform:translateY(-4rem)!important}.-translate-y-20{transform:translateY(-5rem)!important}.-translate-y-32{transform:translateY(-8rem)!important}.-translate-y-1\/2{transform:translateY(-50%)!important}.-translate-y-full{transform:translateY(-100%)!important}.scale-95{transform:scale(.95)!important}.scale-125{transform:scale(1.25)!important}.scale-150{transform:scale(1.5)!important}.z-\[9999\]{z-index:9999!important}.items-center{align-items:center!important}.items-start{align-items:flex-start!important}.items-end{align-items:flex-end!important}.justify-center{justify-content:center!important}.justify-between{justify-content:space-between!important}.justify-start{justify-content:flex-start!important}.justify-end{justify-content:flex-end!important}.flex-1{flex:1 1 0%!important}.flex-col{flex-direction:column!important}.flex-wrap{flex-wrap:wrap!important}.space-x-2>*+*{margin-left:.5rem!important}.space-x-3>*+*{margin-left:.75rem!important}.space-x-4>*+*{margin-left:1rem!important}.space-y-2>*+*{margin-top:.5rem!important}.space-y-4>*+*{margin-top:1rem!important}.space-y-6>*+*{margin-top:1.5rem!important}.min-h-screen{min-height:100vh!important}.w-full{width:100%!important}.w-12{width:3rem!important}.w-16{width:4rem!important}.w-20{width:5rem!important}.w-26{width:6.5rem!important}.w-32{width:8rem!important}.w-48{width:12rem!important}.w-80{width:20rem!important}.w-\[26\]{width:6.5rem!important}.w-\[32\]{width:8rem!important}.w-\[48\]{width:12rem!important}.w-\[80\]{width:20rem!important}.h-4{height:1rem!important}.h-6{height:1.5rem!important}.h-8{height:2rem!important}.h-12{height:3rem!important}.h-16{height:4rem!important}.h-20{height:5rem!important}.h-32{height:8rem!important}.max-w-2xl{max-width:42rem!important}.max-w-xs{max-width:20rem!important}.mb-1{margin-bottom:.25rem!important}.mb-2{margin-bottom:.5rem!important}.mb-3{margin-bottom:.75rem!important}.mb-4{margin-bottom:1rem!important}.mb-6{margin-bottom:1.5rem!important}.mb-8{margin-bottom:2rem!important}.mb-12{margin-bottom:3rem!important}.mb-16{margin-bottom:4rem!important}.mb-20{margin-bottom:5rem!important}.mb-32{margin-bottom:8rem!important}.ml-1{margin-left:.25rem!important}.ml-2{margin-left:.5rem!important}.ml-3{margin-left:.75rem!important}.ml-4{margin-left:1rem!important}.ml-6{margin-left:1.5rem!important}.mr-1{margin-right:.25rem!important}.mr-2{margin-right:.5rem!important}.mr-3{margin-right:.75rem!important}.mr-4{margin-right:1rem!important}.mr-6{margin-right:1.5rem!important}.mt-1{margin-top:.25rem!important}.mt-2{margin-top:.5rem!important}.mt-3{margin-top:.75rem!important}.mt-4{margin-top:1rem!important}.mt-6{margin-top:1.5rem!important}.mt-8{margin-top:2rem!important}.mt-12{margin-top:3rem!important}.mt-16{margin-top:4rem!important}.hover\:bg-blue-50:hover{background-color:#eff6ff!important}.hover\:bg-blue-100:hover{background-color:#dbeafe!important}.hover\:bg-blue-700:hover{background-color:#1d4ed8!important}.hover\:bg-gray-50:hover{background-color:#f9fafb!important}.hover\:bg-gray-100:hover{background-color:#f3f4f6!important}.hover\:bg-gray-300:hover{background-color:#d1d5db!important}.hover\:bg-red-50:hover{background-color:#fef2f2!important}.hover\:bg-green-50:hover{background-color:#f0fdf4!important}.hover\:text-blue-600:hover{color:#2563eb!important}.hover\:text-blue-700:hover{color:#1d4ed8!important}.hover\:text-gray-600:hover{color:#4b5563!important}.hover\:text-gray-900:hover{color:#111827!important}.hover\:border-gray-300:hover{border-color:#d1d5db!important}.focus\:outline-none:focus{outline:none!important}.focus\:ring-2:focus{box-shadow:0 0 0 2px #3b82f680!important}.focus\:ring-blue-500:focus{box-shadow:0 0 0 2px #3b82f680!important}.focus\:ring-accent:focus{box-shadow:0 0 0 2px #3b82f680!important}.focus\:border-accent:focus{border-color:#3b82f6!important}.transition-colors{transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out!important}.transition-all{transition:all .15s ease-in-out!important}.disabled\:opacity-50:disabled{opacity:.5!important}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed!important}.border{border-width:1px!important}.border-2{border-width:2px!important}.border-b{border-bottom-width:1px!important}.border-b-2{border-bottom-width:2px!important}.border-l{border-left-width:1px!important}.border-r{border-right-width:1px!important}.border-t{border-top-width:1px!important}.border-l-0{border-left-width:0!important}.border-r-0{border-right-width:0!important}.shadow{box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f!important}.shadow-sm{box-shadow:0 1px 2px #0000000d!important}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d!important}.cursor-pointer{cursor:pointer!important}.cursor-not-allowed{cursor:not-allowed!important}.overflow-auto{overflow:auto!important}.overflow-hidden{overflow:hidden!important}.inset-0{inset:0!important}.inset-x-0{left:0!important;right:0!important}.inset-y-0{top:0!important;bottom:0!important}.scale-0{transform:scale(0)!important}.scale-100{transform:scale(1)!important}.scale-105{transform:scale(1.05)!important}.scale-110{transform:scale(1.1)!important}.animate-spin{animation:spin 1s linear infinite!important}.animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite!important}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.btn{display:inline-flex;align-items:center;justify-content:center;border-radius:.375rem;font-weight:500;transition:all .2s ease;cursor:pointer;border:1px solid transparent;outline:none;text-decoration:none;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;user-select:none;font-size:.875rem;line-height:1.25;padding:.5rem 1rem;height:2.5rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol}.btn-primary{background-color:#2563eb;color:#fff;border-color:#1d4ed8}.btn-primary:hover{background-color:#1d4ed8;border-color:#1e40af}.btn-secondary{background-color:#6b7280;color:#fff;border-color:#4b5563}.btn-secondary:hover{background-color:#4b5563;border-color:#374151}.btn-outline{background-color:transparent;color:#374151;border-color:#d1d5db}.btn-outline:hover{background-color:#f9fafb;border-color:#9ca3af}.btn-ghost{background-color:transparent;color:#374151;border-color:transparent}.btn-ghost:hover{background-color:#f3f4f6;color:#111827}.btn-danger{background-color:#dc2626;color:#fff;border-color:#b91c1c}.btn-danger:hover{background-color:#b91c1c;border-color:#991b1b}.btn-sm{height:2rem;padding:.375rem .75rem;font-size:.75rem}.btn-lg{height:3rem;padding:.75rem 1.5rem;font-size:1rem}.form-input{width:100%;padding:.5rem .75rem;font-size:.875rem;border:1px solid #d1d5db;border-radius:.375rem;outline:none;transition:all .2s ease;background-color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol}.form-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-input.error{border-color:#dc2626}.form-input.error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.form-input:disabled{background-color:#f3f4f6;color:#6b7280;cursor:not-allowed}.form-label{display:block;font-size:.875rem;font-weight:500;color:#374151;margin-bottom:.5rem}.form-required{color:#dc2626;margin-left:.25rem}.form-error{margin-top:.25rem;font-size:.875rem;color:#dc2626}.card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;box-shadow:0 1px 3px #0000001a;overflow:hidden}.card-header{padding:1rem 1.5rem;border-bottom:1px solid #e5e7eb;background-color:#f9fafb}.card-body{padding:1.5rem}.card-footer{padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background-color:#f9fafb}.container{width:100%;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}.container-sm{max-width:640px}.container-md{max-width:768px}.container-lg{max-width:1024px}.container-xl{max-width:1280px}.logo{max-width:100%;height:auto;display:block}.logo-sm{max-width:120px}.logo-md{max-width:180px}.logo-lg{max-width:240px}.profile-photo{border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid #e5e7eb}.profile-photo-sm{width:40px;height:40px}.profile-photo-md{width:60px;height:60px}.profile-photo-lg{width:80px;height:80px}.profile-photo-xl{width:120px;height:120px}.platform-icon{width:24px;height:24px;-o-object-fit:contain;object-fit:contain}.platform-icon-sm{width:20px;height:20px}.platform-icon-md{width:32px;height:32px}.platform-icon-lg{width:48px;height:48px}.bottom-navigation{position:fixed;bottom:0;left:0;right:0;background-color:#fff;border-top:1px solid #e5e7eb;display:flex;justify-content:space-around;align-items:center;padding:clamp(12px,2vw,20px) clamp(16px,4vw,32px);z-index:9999;transform:translateZ(0);min-height:clamp(60px,8vh,80px);padding-bottom:max(clamp(12px,2vw,20px),env(safe-area-inset-bottom))}.bottom-navigation-button{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;min-height:clamp(50px,7vh,70px);margin:0 clamp(4px,1vw,8px);transition:all .2s ease;background:none;border:none;cursor:pointer;color:#6b7280;min-width:clamp(60px,15vw,100px);border-radius:8px;padding:clamp(8px,1.5vw,12px)}.bottom-navigation-button.active{color:#2563eb}.bottom-navigation-button:hover{color:#1d4ed8}.bottom-navigation-icon{font-size:clamp(20px,4vw,28px);margin-bottom:clamp(2px,.5vw,6px);line-height:1}.bottom-navigation-label{font-size:clamp(10px,2vw,14px);font-weight:500;line-height:1.2;text-align:center}.background-logo{position:fixed;top:0;left:0;width:100vw;height:100vh;opacity:.3;background-image:url(/logo-transparent.png);background-size:cover;background-position:center;background-repeat:no-repeat;z-index:0;pointer-events:none}.privacy-terms-container{position:fixed;bottom:20px;left:50%;transform:translate(-50%);z-index:1000;display:flex;align-items:center;justify-content:center;gap:20px;background-color:#ffffffe6;backdrop-filter:blur(10px);padding:12px 24px;border-radius:25px;border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 20px #0000001a}.privacy-terms-link{color:#6b7280;text-decoration:none;font-size:14px;font-weight:500;transition:color .2s ease}.privacy-terms-link:hover{color:#374151}.datepicker2-container{position:relative;width:100%}.datepicker2-input{width:100%;padding:8px 80px 8px 12px;font-size:14px;border:1px solid #d1d5db;border-radius:6px;outline:none;transition:all .2s ease}.datepicker2-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.datepicker2-input.error{border-color:#dc2626}.datepicker2-input.error:focus{border-color:#dc2626;box-shadow:0 0 0 3px #dc26261a}.datepicker2-input:disabled{background-color:#f3f4f6;color:#6b7280;cursor:not-allowed}.datepicker2-dropdown{position:absolute;z-index:50;margin-top:4px;width:384px;background-color:#fff;border:1px solid #d1d5db;border-radius:6px;box-shadow:0 10px 15px -3px #0000001a}.datepicker2-header{display:flex;align-items:center;justify-content:space-between;padding:12px;border-bottom:1px solid #e5e7eb}.datepicker2-nav-button{padding:4px;border-radius:4px;border:none;background:transparent;cursor:pointer;transition:background-color .2s ease}.datepicker2-nav-button:hover{background-color:#f3f4f6}.datepicker2-selects{display:flex;align-items:center;gap:12px}.datepicker2-month-select,.datepicker2-year-select{border:none;background:transparent;font-weight:500;font-size:14px;color:#111827;outline:none;cursor:pointer;min-width:128px}.datepicker2-year-select{min-width:80px}.datepicker2-calendar{padding:12px}.datepicker2-weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:4px;margin-bottom:8px}.datepicker2-weekday{text-align:center;font-size:12px;font-weight:500;color:#6b7280;padding:4px 0}.datepicker2-days{display:grid;grid-template-columns:repeat(7,1fr);gap:4px}.datepicker2-day{width:32px!important;height:32px!important;font-size:14px!important;border-radius:6px!important;border:none!important;background:transparent!important;background-color:transparent!important;color:#111827!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;transition:all .2s ease!important;box-shadow:none!important;outline:none!important}.datepicker2-day:hover{background-color:#f3f4f6}.datepicker2-day.selected{background-color:#2563eb;color:#fff}.datepicker2-day.today{color:#2563eb;background-color:transparent}.datepicker2-day:disabled{opacity:.5;cursor:not-allowed}.datepicker2-day.empty{width:32px;height:32px}.datepicker2-actions{position:absolute;right:8px;top:50%;transform:translateY(-50%);display:flex;align-items:center;gap:4px}.datepicker2-clear-button,.datepicker2-calendar-button{padding:4px;border-radius:4px;border:none;background:transparent;cursor:pointer;transition:background-color .2s ease}.datepicker2-clear-button:hover,.datepicker2-calendar-button:hover{background-color:#f3f4f6}.datepicker2-label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:8px}.datepicker2-required{color:#dc2626;margin-left:4px}.datepicker2-error{margin-top:4px;font-size:14px;color:#dc2626}.app-store-button{display:flex!important;align-items:center!important;justify-content:center!important;width:12rem!important;height:4rem!important;background-color:#374151!important;border-radius:.75rem!important;padding:.75rem 1rem!important;opacity:.9!important;cursor:not-allowed!important}.app-store-text{color:#fff!important;font-size:.75rem!important;font-weight:400!important}.app-store-title{color:#fff!important;font-size:.875rem!important;font-weight:600!important}.font-sans{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,Segoe UI,Inter,Roboto,Helvetica Neue,Arial,sans-serif!important}.font-inter{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif!important}.font-light{font-weight:300!important}.font-normal{font-weight:400!important}.font-medium{font-weight:500!important}.font-semibold{font-weight:600!important}.font-bold{font-weight:700!important}.font-extrabold{font-weight:800!important}.text-xs{font-size:.75rem!important;line-height:1rem!important}.text-sm{font-size:.875rem!important;line-height:1.25rem!important}.text-base{font-size:1rem!important;line-height:1.5rem!important}.text-lg{font-size:1.125rem!important;line-height:1.75rem!important}.text-xl{font-size:1.25rem!important;line-height:1.75rem!important}.text-2xl{font-size:1.5rem!important;line-height:2rem!important}.text-3xl{font-size:1.875rem!important;line-height:2.25rem!important}.text-4xl{font-size:2.25rem!important;line-height:2.5rem!important}.text-5xl{font-size:3rem!important;line-height:1!important}.text-6xl{font-size:3.75rem!important;line-height:1!important}.text-primary{color:#1a1a1a!important}.text-secondary{color:#4a5568!important}.text-muted{color:#718096!important}.text-accent{color:#667eea!important}.text-shadow{text-shadow:0 2px 4px rgba(0,0,0,.1)!important}.text-shadow-lg{text-shadow:0 4px 8px rgba(0,0,0,.15)!important}.heading-xl{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:3.75rem!important;font-weight:700!important;line-height:1!important;letter-spacing:-.025em!important}.heading-lg{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:3rem!important;font-weight:700!important;line-height:1!important;letter-spacing:-.025em!important}.heading-md{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:2.25rem!important;font-weight:600!important;line-height:1.2!important;letter-spacing:-.025em!important}.heading-sm{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:1.5rem!important;font-weight:600!important;line-height:1.4!important;letter-spacing:-.025em!important}.body-lg{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:1.125rem!important;font-weight:400!important;line-height:1.7!important;letter-spacing:.01em!important}.body-md{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:1rem!important;font-weight:400!important;line-height:1.6!important;letter-spacing:.01em!important}.body-sm{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:.875rem!important;font-weight:400!important;line-height:1.5!important;letter-spacing:.01em!important}.button-text{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif!important;font-weight:600!important;letter-spacing:.025em!important;text-transform:none!important}.form-label{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif!important;font-weight:600!important;font-size:.875rem!important;letter-spacing:.025em!important;text-transform:uppercase!important}.form-input{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;font-weight:400!important;font-size:1rem!important;letter-spacing:.01em!important}.link{font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif!important;font-weight:500!important;text-decoration:none!important;transition:all .2s ease!important}.link:hover{text-decoration:underline!important}@media (min-width: 640px){.sm\:hidden{display:none!important}.sm\:block{display:block!important}.sm\:flex{display:flex!important}.sm\:grid{display:grid!important}}@media (min-width: 768px){.md\:hidden{display:none!important}.md\:block{display:block!important}.md\:flex{display:flex!important}.md\:grid{display:grid!important}}@media (min-width: 1024px){.lg\:hidden{display:none!important}.lg\:block{display:block!important}.lg\:flex{display:flex!important}.lg\:grid{display:grid!important}}@media (min-width: 1280px){.xl\:hidden{display:none!important}.xl\:block{display:block!important}.xl\:flex{display:flex!important}.xl\:grid{display:grid!important}}.focus-visible:focus{outline:2px solid #2563eb;outline-offset:2px}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fade-in{animation:fadeIn .3s ease-in-out}@keyframes slideUp{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.slide-up{animation:slideUp .3s ease-out}@media print{.no-print{display:none!important}.print-only{display:block!important}body{background:#fff!important;color:#000!important}}.premium-bg{background:linear-gradient(135deg,#f5f7fa,#c3cfe2)!important;position:relative!important}.premium-bg:before{content:""!important;position:absolute!important;inset:0!important;background-image:radial-gradient(circle at 20% 80%,rgba(120,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 80% 20%,rgba(255,119,198,.3) 0%,transparent 50%),radial-gradient(circle at 40% 40%,rgba(120,219,255,.3) 0%,transparent 50%)!important;pointer-events:none!important}.glass-effect{background:#ffffff40!important;backdrop-filter:blur(20px)!important;border:1px solid rgba(255,255,255,.18)!important;box-shadow:0 8px 32px #1f26875e!important}.neon-glow{box-shadow:0 0 20px #667eea4d,0 0 40px #667eea33,0 0 60px #667eea1a!important}.floating-animation{animation:float 6s ease-in-out infinite!important}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.pulse-glow{animation:pulse-glow 2s ease-in-out infinite alternate!important}@keyframes pulse-glow{0%{box-shadow:0 0 20px #667eea4d}to{box-shadow:0 0 30px #667eea99}}.premium-card{background:linear-gradient(145deg,#fff,#f0f0f0)!important;border-radius:2rem!important;padding:3rem!important;box-shadow:20px 20px 60px #d1d1d1,-20px -20px 60px #fff!important;border:none!important;position:relative!important;overflow:hidden!important}.premium-card:before{content:""!important;position:absolute!important;top:0!important;left:0!important;right:0!important;height:6px!important;background:linear-gradient(90deg,#667eea,#764ba2,#f093fb)!important}.premium-card:after{content:""!important;position:absolute!important;inset:0!important;background:linear-gradient(45deg,transparent 30%,rgba(255,255,255,.1) 50%,transparent 70%)!important;transform:translate(-100%)!important;transition:transform .6s ease!important}.premium-card:hover:after{transform:translate(100%)!important}.premium-button{background:linear-gradient(135deg,#667eea,#764ba2,#f093fb)!important;color:#fff!important;border:none!important;padding:1.25rem 2.5rem!important;border-radius:1.5rem!important;font-family:SF Pro Display,-apple-system,BlinkMacSystemFont,sans-serif!important;font-weight:600!important;font-size:1.125rem!important;letter-spacing:.05em!important;cursor:pointer!important;transition:all .4s cubic-bezier(.4,0,.2,1)!important;position:relative!important;overflow:hidden!important;box-shadow:0 10px 30px #667eea66!important}.premium-button:before{content:""!important;position:absolute!important;top:0!important;left:-100%!important;width:100%!important;height:100%!important;background:linear-gradient(90deg,transparent,rgba(255,255,255,.3),transparent)!important;transition:left .6s ease!important}.premium-button:hover:before{left:100%!important}.premium-button:hover{transform:translateY(-3px) scale(1.02)!important;box-shadow:0 20px 40px #667eea99!important}.premium-form{background:linear-gradient(145deg,#fff,#f8fafc)!important;border-radius:2rem!important;padding:3.5rem!important;box-shadow:0 25px 50px -12px #00000040,inset 0 1px #fffc!important;border:1px solid rgba(255,255,255,.5)!important;position:relative!important;overflow:hidden!important}.premium-form:before{content:""!important;position:absolute!important;top:0!important;left:0!important;right:0!important;height:8px!important;background:linear-gradient(90deg,#667eea,#764ba2,#f093fb,#667eea)!important;background-size:200% 100%!important;animation:gradient-shift 3s ease infinite!important}@keyframes gradient-shift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.platform-bar-chart-container{width:100%;height:100%;display:flex;flex-direction:column}.platform-bar-chart-title{font-size:1.125rem;font-weight:500;color:#111827;margin-bottom:1rem;text-align:center}.platform-bar-chart-chart-container{flex:1;min-height:250px;height:250px;position:relative}.platform-bar-chart-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;height:200px;color:#6b7280;text-align:center}.platform-bar-chart-empty-title{font-size:1.125rem;font-weight:500;margin-bottom:.5rem}.platform-bar-chart-empty-text{font-size:.875rem;color:#9ca3af}.platform-bar-chart-container .recharts-bar-rectangle{transition:opacity .2s ease}.platform-bar-chart-container .recharts-bar-rectangle:hover{opacity:.8}.platform-bar-chart-container .recharts-xAxis .recharts-cartesian-axis-tick-value{font-size:10px;fill:#6b7280}.platform-bar-chart-container .recharts-yAxis .recharts-cartesian-axis-tick-value{font-size:12px;fill:#6b7280}.platform-bar-chart-container .recharts-wrapper,.platform-bar-chart-container .recharts-surface{width:100%!important;height:100%!important}.platform-bar-chart-simple{padding:1rem}.city-bar-chart-container,.emoji-bar-chart-container,.city-bar-chart-responsive-container,.emoji-bar-chart-responsive-container{overflow:hidden!important;pointer-events:auto!important}.city-bar-chart-container .recharts-wrapper,.emoji-bar-chart-container .recharts-wrapper{overflow:visible!important;pointer-events:none!important}.city-bar-chart-container .recharts-surface,.emoji-bar-chart-container .recharts-surface{pointer-events:none!important}.city-bar-chart-container .recharts-bar-rectangle,.emoji-bar-chart-container .recharts-bar-rectangle{pointer-events:auto!important}.city-bar-chart-container .recharts-cartesian-axis,.emoji-bar-chart-container .recharts-cartesian-axis{pointer-events:none!important}.city-bar-chart-container,.emoji-bar-chart-container{position:relative!important;z-index:1!important;max-width:100%!important;max-height:100%!important}.city-bar-chart-container *,.emoji-bar-chart-container *{scroll-behavior:auto!important;-webkit-overflow-scrolling:auto!important}.platform-list{display:flex;flex-direction:column;gap:1rem}.platform-item{display:flex;flex-direction:column;gap:.5rem}.platform-header{display:flex;align-items:center;gap:.5rem}.platform-emoji{font-size:1.25rem}.platform-name{font-weight:500;color:#374151;text-transform:capitalize}.platform-bar-container{position:relative;height:2rem;background-color:#f3f4f6;border-radius:.375rem;overflow:hidden}.platform-bar{height:100%;background:linear-gradient(90deg,#3b82f6,#1d4ed8);border-radius:.375rem;transition:width .3s ease;width:0%}.platform-bar[data-width="100"]{width:100%!important}.platform-bar[data-width="99"]{width:99%!important}.platform-bar[data-width="98"]{width:98%!important}.platform-bar[data-width="97"]{width:97%!important}.platform-bar[data-width="96"]{width:96%!important}.platform-bar[data-width="95"]{width:95%!important}.platform-bar[data-width="94"]{width:94%!important}.platform-bar[data-width="93"]{width:93%!important}.platform-bar[data-width="92"]{width:92%!important}.platform-bar[data-width="91"]{width:91%!important}.platform-bar[data-width="90"]{width:90%!important}.platform-bar[data-width="89"]{width:89%!important}.platform-bar[data-width="88"]{width:88%!important}.platform-bar[data-width="87"]{width:87%!important}.platform-bar[data-width="86"]{width:86%!important}.platform-bar[data-width="85"]{width:85%!important}.platform-bar[data-width="84"]{width:84%!important}.platform-bar[data-width="83"]{width:83%!important}.platform-bar[data-width="82"]{width:82%!important}.platform-bar[data-width="81"]{width:81%!important}.platform-bar[data-width="80"]{width:80%!important}.platform-bar[data-width="79"]{width:79%!important}.platform-bar[data-width="78"]{width:78%!important}.platform-bar[data-width="77"]{width:77%!important}.platform-bar[data-width="76"]{width:76%!important}.platform-bar[data-width="75"]{width:75%!important}.platform-bar[data-width="74"]{width:74%!important}.platform-bar[data-width="73"]{width:73%!important}.platform-bar[data-width="72"]{width:72%!important}.platform-bar[data-width="71"]{width:71%!important}.platform-bar[data-width="70"]{width:70%!important}.platform-bar[data-width="69"]{width:69%!important}.platform-bar[data-width="68"]{width:68%!important}.platform-bar[data-width="67"]{width:67%!important}.platform-bar[data-width="66"]{width:66%!important}.platform-bar[data-width="65"]{width:65%!important}.platform-bar[data-width="64"]{width:64%!important}.platform-bar[data-width="63"]{width:63%!important}.platform-bar[data-width="62"]{width:62%!important}.platform-bar[data-width="61"]{width:61%!important}.platform-bar[data-width="60"]{width:60%!important}.platform-bar[data-width="59"]{width:59%!important}.platform-bar[data-width="58"]{width:58%!important}.platform-bar[data-width="57"]{width:57%!important}.platform-bar[data-width="56"]{width:56%!important}.platform-bar[data-width="55"]{width:55%!important}.platform-bar[data-width="54"]{width:54%!important}.platform-bar[data-width="53"]{width:53%!important}.platform-bar[data-width="52"]{width:52%!important}.platform-bar[data-width="51"]{width:51%!important}.platform-bar[data-width="50"]{width:50%!important}.platform-bar[data-width="49"]{width:49%!important}.platform-bar[data-width="48"]{width:48%!important}.platform-bar[data-width="47"]{width:47%!important}.platform-bar[data-width="46"]{width:46%!important}.platform-bar[data-width="45"]{width:45%!important}.platform-bar[data-width="44"]{width:44%!important}.platform-bar[data-width="43"]{width:43%!important}.platform-bar[data-width="42"]{width:42%!important}.platform-bar[data-width="41"]{width:41%!important}.platform-bar[data-width="40"]{width:40%!important}.platform-bar[data-width="39"]{width:39%!important}.platform-bar[data-width="38"]{width:38%!important}.platform-bar[data-width="37"]{width:37%!important}.platform-bar[data-width="36"]{width:36%!important}.platform-bar[data-width="35"]{width:35%!important}.platform-bar[data-width="34"]{width:34%!important}.platform-bar[data-width="33"]{width:33%!important}.platform-bar[data-width="32"]{width:32%!important}.platform-bar[data-width="31"]{width:31%!important}.platform-bar[data-width="30"]{width:30%!important}.platform-bar[data-width="29"]{width:29%!important}.platform-bar[data-width="28"]{width:28%!important}.platform-bar[data-width="27"]{width:27%!important}.platform-bar[data-width="26"]{width:26%!important}.platform-bar[data-width="25"]{width:25%!important}.platform-bar[data-width="24"]{width:24%!important}.platform-bar[data-width="23"]{width:23%!important}.platform-bar[data-width="22"]{width:22%!important}.platform-bar[data-width="21"]{width:21%!important}.platform-bar[data-width="20"]{width:20%!important}.platform-bar[data-width="19"]{width:19%!important}.platform-bar[data-width="18"]{width:18%!important}.platform-bar[data-width="17"]{width:17%!important}.platform-bar[data-width="16"]{width:16%!important}.platform-bar[data-width="15"]{width:15%!important}.platform-bar[data-width="14"]{width:14%!important}.platform-bar[data-width="13"]{width:13%!important}.platform-bar[data-width="12"]{width:12%!important}.platform-bar[data-width="11"]{width:11%!important}.platform-bar[data-width="10"]{width:10%!important}.platform-bar[data-width="9"]{width:9%!important}.platform-bar[data-width="8"]{width:8%!important}.platform-bar[data-width="7"]{width:7%!important}.platform-bar[data-width="6"]{width:6%!important}.platform-bar[data-width="5"]{width:5%!important}.platform-bar[data-width="4"]{width:4%!important}.platform-bar[data-width="3"]{width:3%!important}.platform-bar[data-width="2"]{width:2%!important}.platform-bar[data-width="1"]{width:1%!important}.platform-bar[data-width="0"]{width:0%!important}.platform-count{position:absolute;right:.75rem;top:50%;transform:translateY(-50%);font-weight:600;color:#1f2937;font-size:.875rem}.premium-input{background:linear-gradient(145deg,#f8fafc,#fff)!important;border:2px solid #e2e8f0!important;border-radius:1.25rem!important;padding:1.25rem 1.5rem!important;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif!important;font-size:1rem!important;font-weight:400!important;transition:all .3s cubic-bezier(.4,0,.2,1)!important;box-shadow:inset 0 2px 4px #0000000f,0 1px 3px #0000001a!important}.premium-input:focus{border-color:#667eea!important;box-shadow:0 0 0 4px #667eea1a,inset 0 2px 4px #0000000f!important;transform:translateY(-2px)!important;background:#fff!important}.bottom-navigation{position:fixed!important;bottom:0!important;left:0!important;right:0!important;background-color:#fff!important;border-top:1px solid #e5e7eb!important;display:flex!important;justify-content:space-around!important;align-items:center!important;padding:12px 16px!important;z-index:50!important;box-shadow:0 -4px 6px -1px #0000001a!important}.bottom-navigation button{display:flex!important;flex-direction:column!important;align-items:center!important;justify-content:center!important;flex:1!important;min-height:60px!important;transition:colors .2s!important;background:none!important;border:none!important;cursor:pointer!important;color:#6b7280!important}.bottom-navigation button:hover{color:#374151!important}.bottom-navigation button.active{color:#2563eb!important}.bottom-navigation button span:first-child{font-size:24px!important;margin-bottom:4px!important}.bottom-navigation button span:last-child{font-size:12px!important;font-weight:500!important}.country-code-select{width:104px!important;min-width:104px!important;max-width:104px!important}.platform-emoji-fallback{display:none!important}img[src*="/images/platforms/"]{width:16px!important;height:16px!important;-o-object-fit:contain!important;object-fit:contain!important;flex-shrink:0!important}.platform-dropdown img[src*="/images/platforms/"],[data-dropdown-menu] img[src*="/images/platforms/"]{width:16px!important;height:16px!important;-o-object-fit:contain!important;object-fit:contain!important}.bottom-spacing-large{margin-bottom:128px!important}.bottom-spacing-extra-large{margin-bottom:160px!important}.bottom-spacing-huge{margin-bottom:200px!important}.platform-dropdown{position:relative;display:inline-block;width:100%}.platform-dropdown-button{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;background-color:#fff;text-align:left;display:flex;align-items:center;justify-content:space-between;cursor:pointer;transition:all .2s ease}.platform-dropdown-button:hover{border-color:#9ca3af}.platform-dropdown-button:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.platform-dropdown-menu{position:absolute;z-index:50;width:100%;margin-top:4px;background-color:#fff;border:1px solid #d1d5db;border-radius:6px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;max-height:240px;overflow:auto}.platform-dropdown-item{width:100%;padding:8px 12px;text-align:left;background:none;border:none;cursor:pointer;display:flex;align-items:center;transition:background-color .2s ease}.platform-dropdown-item:hover{background-color:#f3f4f6}.platform-dropdown-category{padding:8px 12px;font-size:12px;font-weight:600;color:#6b7280;background-color:#f9fafb;text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid #e5e7eb}.platform-dropdown-debug{padding:8px 12px;font-size:12px;color:#2563eb;background-color:#eff6ff;border-bottom:1px solid #bfdbfe}*{box-sizing:border-box}.bg-green,.bg-green-500{background-color:#b8e6b8!important}.bg-green-600{background-color:#a8d8a8!important;border:.5px solid #d1d5db!important}.bg-green-700{background-color:#98ca98!important}@font-face{font-family:"Apple Color Emoji";src:local("AppleColorEmoji");font-display:swap}body,button,input,textarea,select{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol}.platform-emoji,.platform-emoji *,.platform-icon,.platform-icon *{box-sizing:border-box!important}.platform-tag,.platform-tag *,.platform-emoji,.platform-emoji *,.platform-icon,.platform-icon *{margin:0!important;padding:0!important;line-height:normal!important;font-size:inherit!important}.platform-emoji img{max-width:100%!important;max-height:100%!important;width:auto!important;height:auto!important;-o-object-fit:contain!important;object-fit:contain!important}div.platform-tag span.platform-emoji,div.platform-tag span.platform-emoji *,div.platform-tag span.platform-emoji img{width:16px!important;height:16px!important;max-width:16px!important;max-height:16px!important;min-width:16px!important;min-height:16px!important;display:inline-block!important;box-sizing:border-box!important;overflow:hidden!important}.glass-effect{background:#ffffff1a!important;backdrop-filter:blur(10px)!important;border:1px solid rgba(255,255,255,.2)!important}.link{color:#3b82f6!important;text-decoration:none!important;transition:color .15s ease-in-out!important}.link:hover{color:#1d4ed8!important;text-decoration:underline!important}.heading-sm{font-size:1.125rem!important;font-weight:600!important}.heading-md{font-size:1.5rem!important;font-weight:600!important}.heading-lg{font-size:2rem!important;font-weight:700!important}.heading-xl{font-size:3rem!important;font-weight:800!important}.body-sm{font-size:.875rem!important;line-height:1.25rem!important}.body-md{font-size:1rem!important;line-height:1.5rem!important}.body-lg{font-size:1.125rem!important;line-height:1.75rem!important}.text-primary{color:#111827!important}.text-secondary{color:#6b7280!important}.text-muted{color:#9ca3af!important}.text-accent{color:#3b82f6!important}.text-gradient{background:linear-gradient(135deg,#667eea,#764ba2)!important;-webkit-background-clip:text!important;-webkit-text-fill-color:transparent!important;background-clip:text!important}.responsive-map-container-small{width:100%!important;height:300px!important;min-height:300px!important}.google-maps-csp-compliant{border-radius:.5rem!important}.modal-container{max-height:calc(100vh - 6rem)!important}.modal-button-high-z{z-index:60!important}.dynamic-tooltip{position:absolute!important;z-index:20!important}.tooltip-arrow{position:absolute!important}.platform-dropdown{position:relative!important}[data-dropdown-menu]{position:absolute!important;z-index:50!important}[data-dropdown-menu] button{max-width:100%!important;overflow:hidden!important}[data-dropdown-menu] button img[src*="/images/platforms/"]{width:16px!important;height:16px!important;max-width:16px!important;max-height:16px!important;min-width:16px!important;min-height:16px!important;-o-object-fit:contain!important;object-fit:contain!important;flex-shrink:0!important}[data-dropdown-menu] button .platform-emoji-fallback{width:16px!important;height:16px!important;max-width:16px!important;max-height:16px!important;min-width:16px!important;min-height:16px!important;flex-shrink:0!important;display:inline!important}[data-dropdown-menu] button span:last-child{overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important;max-width:calc(100% - 40px)!important;flex:1!important}[data-testid=platform-field]{max-width:100%!important;overflow:hidden!important}[data-testid=platform-dropdown-container]{max-width:100%!important;overflow:visible!important;overflow-x:visible!important;overflow-y:visible!important;width:auto!important;grid-column:auto!important;grid-row:auto!important;grid-template-columns:none!important;grid-template-rows:none!important}.platform-dropdown-menu{display:block!important;visibility:visible!important;opacity:1!important;z-index:9999!important;overflow:visible!important;overflow-x:visible!important;overflow-y:visible!important;width:300px!important;min-width:300px!important;max-width:400px!important;flex-basis:300px!important;flex-shrink:0!important;flex-grow:0!important}[data-testid=platform-dropdown-container] [data-dropdown-menu] button{display:block!important;visibility:visible!important;opacity:1!important;overflow:visible!important;overflow-x:visible!important;overflow-y:visible!important}.platform-dropdown-button{max-width:100%!important;overflow:hidden!important;width:auto!important;min-width:0!important;flex-basis:auto!important;flex-shrink:0!important;flex-grow:0!important}.platform-dropdown-button svg,.platform-dropdown-menu svg,[data-testid=platform-dropdown-button] svg{width:20px!important;height:20px!important;min-width:20px!important;min-height:20px!important;max-width:20px!important;max-height:20px!important;flex-shrink:0!important;flex-grow:0!important;flex-basis:20px!important}[data-dropdown-menu] button img[src*="/images/platforms/"]{display:inline-block!important;width:16px!important;height:16px!important}[data-dropdown-menu] button .platform-emoji-fallback{display:inline!important;width:16px!important;height:16px!important}[data-dropdown-menu] button span:last-child{display:inline!important}[data-dropdown-button] img[src*="/images/platforms/"]{width:16px!important;height:16px!important;max-width:16px!important;max-height:16px!important;min-width:16px!important;min-height:16px!important;-o-object-fit:contain!important;object-fit:contain!important;flex-shrink:0!important}[data-dropdown-button] .platform-emoji-fallback{width:16px!important;height:16px!important;max-width:16px!important;max-height:16px!important;min-width:16px!important;min-height:16px!important;flex-shrink:0!important;display:inline!important}.profile-photo,.profile-photo-upload-label{transition:all .2s ease-in-out!important}.profile-photo-upload-spinner{animation:spin 1s linear infinite!important}.profile-email-text,.profile-email-placeholder,.profile-email-button{transition:all .2s ease-in-out!important}.trust-score-0-20{color:#dc2626!important}.trust-score-21-40{color:#ea580c!important}.trust-score-41-60{color:#ca8a04!important}.trust-score-61-80{color:#059669!important}.trust-score-81-100{color:#047857!important}.platform-tag{display:inline-flex;align-items:center;gap:4px;padding:1px 8px;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:12px;font-size:11px;color:#374151;width:-moz-fit-content!important;width:fit-content!important;max-width:180px!important;min-width:-moz-fit-content!important;min-width:fit-content!important;flex-shrink:1!important;margin-right:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;flex-shrink:0!important;flex-grow:0!important}@media (max-width: 768px){.platform-tag{padding:1px 6px!important;font-size:10px!important;max-width:140px!important;margin-right:6px!important;gap:3px!important}.platform-icon,.platform-emoji{width:12px!important;height:12px!important;max-width:12px!important;max-height:12px!important;min-width:12px!important;min-height:12px!important}.platform-emoji-fallback{font-size:12px!important}}.platform-icon{width:12px!important;height:12px!important;-o-object-fit:contain;object-fit:contain;border-radius:2px;max-width:12px!important;max-height:12px!important;min-width:12px!important;min-height:12px!important}.platform-icon-sm{width:12px;height:12px}.platform-icon-md{width:16px;height:16px}.platform-icon-lg{width:20px;height:20px}.platform-icon-xl{width:24px;height:24px}.platform-emoji{display:inline-block!important;align-items:center;flex-shrink:0;width:12px!important;height:12px!important;max-width:12px!important;max-height:12px!important;min-width:12px!important;min-height:12px!important;box-sizing:border-box!important;overflow:hidden!important;text-align:center!important;vertical-align:middle!important}.platform-emoji-fallback{font-size:16px}.platform-content{display:flex;align-items:center;gap:4px;width:100%!important;max-width:100%!important;overflow:hidden;flex-wrap:wrap}.platform-label{color:#1f2937;font-weight:600;max-width:100%!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.platform-social-id{color:#6b7280;margin:10px;padding:8px!important;max-width:100%!important;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.platform-tag .platform-content .platform-social-id,.platform-tag .platform-social-id{padding:4px!important}.review-queue-item-container{background:#fff;border-radius:8px;padding:16px;margin-bottom:16px;box-shadow:0 1px 3px #0000001a;display:flex;flex-direction:column;flex-shrink:1;min-height:0;overflow:hidden}.review-queue-item-header{display:flex!important;align-items:flex-start;justify-content:space-between;margin-bottom:16px;width:100%!important;max-width:100%!important;overflow:hidden;gap:16px;flex-wrap:nowrap!important;flex-direction:row!important}div.review-queue-item-header.review-queue-item-header{display:flex!important;flex-direction:row!important;flex-wrap:nowrap!important}@media (max-width: 768px){.review-queue-item-header{flex-direction:column!important;align-items:flex-start!important;gap:12px!important}.review-queue-item-person-info{flex:0 0 100%!important;max-width:100%!important;min-width:100%!important}.review-queue-platforms{flex:0 0 100%!important;max-width:100%!important;min-width:100%!important;justify-content:flex-start!important}}.review-queue-item-person-info{flex:0 0 40%;max-width:40%!important;min-width:40%!important;flex-shrink:0!important;overflow:hidden;align-self:flex-start!important;position:relative!important;top:0!important;left:0!important}.review-queue-item-person-name{font-size:18px;font-weight:600;color:#1f2937;margin-bottom:8px}.review-queue-platforms{flex:0 0 50%;max-width:50%!important;min-width:50%!important;flex-shrink:0!important;display:flex;justify-content:flex-end;align-items:flex-start;gap:8px;overflow:hidden;align-self:flex-start!important;position:relative!important;top:0!important;right:0!important;flex-wrap:wrap!important;align-content:flex-start!important;justify-content:flex-end!important}.review-queue-item-platforms-container{display:none}.platform-display-container{display:flex;gap:8px;align-items:center;flex-shrink:1!important;flex-grow:0!important;min-width:0!important;max-width:100%!important;overflow:hidden;flex-wrap:wrap;align-content:flex-end;justify-content:flex-end;flex-direction:row;margin-left:auto}.review-queue-item-rating-badge{padding:20px}.review-queue-item-rating-container{margin-top:8px;display:flex;align-items:center}@media (max-width: 768px){.review-queue-item-rating-container{margin-top:6px}.review-queue-item-rating-container .inline-flex{padding:4px 8px!important;font-size:11px!important;border-radius:12px!important}}.review-queue-item-divider{border-top:1px solid #e5e7eb;margin:16px 0;padding-top:16px}.review-queue-item-comment{font-size:14px;color:#374151;line-height:1.5;margin-bottom:16px}.review-queue-item-supporting-docs{background-color:#f3f4f6;border-radius:6px;padding:8px 12px;margin-bottom:12px;font-size:12px;color:#6b7280}.review-queue-item-evidence-count{font-weight:600;color:#1f2937}.review-queue-item-ai-summary{background-color:#fff3cd;border:1px solid #ffeaa7;border-radius:4px;padding:4px 8px;margin-bottom:8px;font-size:12px;font-weight:600;color:#856404;text-align:center}.review-queue-item-no-comment{color:#dc3545;font-style:italic}.review-queue-item-reply-container{background-color:#e3f2fd;border:2px solid #2196F3;border-radius:8px;padding:12px;margin-top:8px;margin-bottom:8px;position:relative}.review-queue-item-reply-header{display:flex;align-items:center;margin-bottom:6px;gap:8px}.review-queue-item-reply-badge{background-color:#2196f3;color:#fff;padding:2px 8px;border-radius:12px;font-size:11px;font-weight:600}.review-queue-item-reply-author{font-size:12px;color:#666;font-weight:500}.review-queue-item-reply-content{font-size:12px;color:#333;line-height:1.4;margin-top:4px}.review-queue-item-ai-insights{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;padding:12px;margin-top:12px}.review-queue-item-ai-insights-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:8px;font-weight:600;color:#495057}.review-queue-item-ai-insights-title{font-size:14px;color:#495057;margin:0}.review-queue-item-ai-vote{background-color:#e9ecef;color:#495057;padding:4px 8px;border-radius:12px;font-size:11px;font-weight:600}.review-queue-item-ai-analysis{font-size:12px;color:#6c757d;line-height:1.4;margin:0}.review-queue-item-ai-analysis-title{color:#f4d03f}.review-queue-item-status-badge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.review-queue-item-status-badge-pending{background-color:#fff3cd;color:#856404}.review-queue-item-status-badge-accepted{background-color:#d4edda;color:#155724}.review-queue-item-status-badge-rejected{background-color:#f8d7da;color:#721c24}.review-queue-item-vote-button{padding:8px 16px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.review-queue-item-vote-button-accept{background-color:#28a745;color:#fff}.review-queue-item-vote-button-reject{background-color:#dc3545;color:#fff}.review-queue-item-form-group{margin-bottom:16px}.review-queue-item-form-group-large{margin-bottom:24px}.review-queue-item-label{display:block;margin-bottom:8px;font-weight:600;color:#495057}.review-queue-item-textarea{width:100%;padding:12px;border:1px solid #ced4da;border-radius:6px;font-size:14px;line-height:1.5;resize:vertical;min-height:100px}.review-queue-item-loading{display:flex;align-items:center;justify-content:center;padding:20px;color:#6c757d;font-size:14px}.review-queue-item-loading-spinner{width:20px;height:20px;border:2px solid #f3f3f3;border-top:2px solid #3498db;border-radius:50%;animation:spin 1s linear infinite;margin-right:8px}.review-queue-item-error{background-color:#f8d7da;border:1px solid #f5c6cb;border-radius:6px;padding:12px;margin-bottom:16px;color:#721c24}.review-queue-item-error-title{font-weight:600;margin-bottom:8px;font-size:14px}.review-queue-item-success{background-color:#d4edda;border:1px solid #c3e6cb;border-radius:6px;padding:12px;margin-bottom:16px;color:#155724}.review-queue-item-feedback-category-tag{display:inline-flex;align-items:center;padding:4px 8px;margin:2px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;background-color:#e9ecef;color:#495057;transition:all .2s ease}.review-queue-item-feedback-category-tag[data-weight=positive]{background-color:#d4edda!important;color:#155724!important;border:1px solid #c3e6cb!important}.review-queue-item-feedback-category-tag[data-weight=neutral]{background-color:#d1ecf1!important;color:#0c5460!important;border:1px solid #bee5eb!important}.review-queue-item-feedback-category-tag[data-weight=negative]{background-color:#f8d7da!important;color:#721c24!important;border:1px solid #f5c6cb!important}.review-queue-item-feedback-category-tag:hover{transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.review-queue-item-feedback-category-tag[data-weight=positive]:hover{background-color:#c3e6cb!important;border-color:#a8e6cf!important}.review-queue-item-feedback-category-tag[data-weight=neutral]:hover{background-color:#bee5eb!important;border-color:#a3d9f2!important}.review-queue-item-feedback-category-tag[data-weight=negative]:hover{background-color:#f5c6cb!important;border-color:#f1b0b7!important}.review-queue-item-ai-vote-badge-small{display:inline-flex;align-items:center;padding:2px 6px;border-radius:8px;font-size:10px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;background-color:#e9ecef;color:#495057}.review-queue-item-ai-section{background-color:#f8f9fa;border:1px solid #dee2e6;border-radius:6px;padding:12px;margin-top:12px}.review-queue-item-ai-vote-container{margin-bottom:8px}.review-queue-item-ai-analysis-box-small{background-color:#fff;border:1px solid #dee2e6;border-radius:4px;padding:8px;font-size:12px;color:#6c757d;line-height:1.4}.review-queue-item-ai-vote-badge{display:inline-flex;align-items:center;padding:4px 8px;border-radius:12px;font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.5px;background-color:#e9ecef;color:#495057}.review-queue-item-notes-input-label{display:block;margin-bottom:8px;font-weight:600;color:#495057;font-size:14px}.review-queue-item-notes-textarea{width:100%;padding:12px;border:1px solid #ced4da;border-radius:6px;font-size:14px;line-height:1.5;resize:vertical;min-height:80px}.review-queue-item-submit-button{padding:10px 20px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;background-color:#007bff;color:#fff}.review-queue-item-ai-suggest-button{padding:8px 16px;border:1px solid #ced4da;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;background-color:#fff;color:#495057}.review-queue-item-reworded-comment-textarea{width:100%;padding:12px;border:1px solid #ced4da;border-radius:6px;font-size:14px;line-height:1.5;resize:vertical;min-height:80px;background-color:#f8f9fa}.review-queue-item-update-comment-button{padding:8px 16px;border:none;border-radius:6px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;background-color:#28a745;color:#fff}.review-queue-item-admin-notes-textarea{width:100%;padding:12px;border:1px solid #ced4da;border-radius:6px;font-size:14px;line-height:1.5;resize:vertical;min-height:80px;background-color:#f8f9fa}.review-queue-item-flex-center{display:flex;align-items:center;justify-content:center}.review-queue-item-flex-center-gap-6{display:flex;align-items:center;justify-content:center;gap:6px}.review-queue-item-flex-center-gap-8{display:flex;align-items:center;justify-content:center;gap:8px}.review-queue-item-footer{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-top:16px;padding-top:16px;border-top:1px solid #e5e7eb;flex-wrap:nowrap;width:100%}.review-queue-item-location{flex:0 0 auto;text-align:center;color:#6b7280;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:200px}.review-queue-item-footer>span:first-child{flex:0 0 auto;color:#6b7280;font-size:14px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:300px}.review-queue-item-footer>div:last-child{flex:0 0 auto;display:flex;align-items:center;gap:8px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.review-queue-item-margin-bottom-16{margin-bottom:16px}.review-queue-item-margin-bottom-20{margin-bottom:20px}.review-queue-item-font-size-12{font-size:12px}.review-queue-item-font-size-20{font-size:20px}.review-queue-item-action-buttons,.review-queue-item-admin-review-actions{display:flex;justify-content:space-between;gap:12px;margin-top:16px}.review-queue-item-main-approve-button{padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;background-color:#b8e6b8;color:#1e4d1e;text-transform:uppercase;letter-spacing:.5px}.review-queue-item-admin-review-button{padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;background-color:#f7e7a8;color:#8b6914;text-transform:uppercase;letter-spacing:.5px}.review-queue-item-main-reject-button{padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;background-color:#f5b7b7;color:#8b1a1a;text-transform:uppercase;letter-spacing:.5px}.review-queue-item-admin-approve-button{padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;background-color:#b8e6b8;color:#1e4d1e;text-transform:uppercase;letter-spacing:.5px}.review-queue-item-admin-reject-button{padding:12px 24px;border:none;border-radius:8px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease;background-color:#f5b7b7;color:#8b1a1a;text-transform:uppercase;letter-spacing:.5px}.review-queue-item-main-approve-button:hover,.review-queue-item-admin-approve-button:hover{background-color:#a8d8a8;transform:translateY(-1px);box-shadow:0 4px 8px #184d1e33}.review-queue-item-admin-review-button:hover{background-color:#f0e095;transform:translateY(-1px);box-shadow:0 4px 8px #8b691433}.review-queue-item-main-reject-button:hover,.review-queue-item-admin-reject-button:hover{background-color:#f0a8a8;transform:translateY(-1px);box-shadow:0 4px 8px #8b1a1a33}.my-experiences-category-tag{background-color:var(--category-background-color, #f3f4f6);border-color:var(--category-border-color, #e5e7eb);transition:all .2s ease;font-size:12px;padding:.25rem .5rem}.my-experiences-status-badge{background-color:var(--status-background-color, #f3f4f6);color:var(--status-color, #6b7280);transition:all .2s ease;font-size:12px;padding:.25rem .5rem}.category-tag{padding:.75rem 1rem;border-radius:9999px;font-size:.875rem;font-weight:500;border:1px solid}.category-tag-positive{background-color:#f0fdf4;border-color:#bbf7d0;color:#166534}.category-tag-negative{background-color:#fef2f2;border-color:#fecaca;color:#991b1b}.category-tag-neutral{background-color:#f9fafb;border-color:#e5e7eb;color:#374151}.loading-spinner{animation:spin 1s linear infinite;border-radius:50%;height:3rem;width:3rem;border-bottom:2px solid #2563eb;margin:0 auto}.loading-spinner-large{animation:spin 1s linear infinite;border-radius:50%;height:3rem;width:3rem;border-bottom:2px solid #2563eb;margin:0 auto;margin-bottom:1rem}.loading-container{min-height:100vh;background-color:#f9fafb;display:flex;align-items:center;justify-content:center}.loading-container-with-padding{min-height:100vh;background-color:#f9fafb;padding-top:2rem;padding-bottom:2rem}.loading-content{text-align:center}.loading-content-with-bg{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;padding:2rem;text-align:center}.loading-text{margin-top:1rem;color:#4b5563}.loading-text-with-margin{color:#4b5563}.main-container{min-height:100vh;background-color:#f9fafb;padding-bottom:5rem}.content-wrapper{max-width:72rem;margin:0 auto;padding-left:1rem;padding-right:1rem}.header-container{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;padding:1.5rem;margin-bottom:1.5rem}.header-content{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.back-button{color:#4b5563;transition:color .2s ease}.back-button:hover{color:#111827}.header-title{font-size:1.875rem;font-weight:700;color:#111827}.header-description{color:#4b5563;margin-top:.5rem}.error-container{background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:1rem;margin-bottom:1.5rem}.error-content{display:flex;justify-content:space-between;align-items:center}.error-text{color:#991b1b}.error-close-button{color:#991b1b;transition:color .2s ease}.error-close-button:hover{color:#7f1d1d}.experience-card{background-color:#fff;border:none;border-radius:.5rem;padding:1.5rem;margin-bottom:1rem;box-shadow:0 1px 3px #0000001a;transition:all .2s ease}.experience-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem}.experience-header-left{display:flex;align-items:center;gap:1rem}.experience-header-info{display:flex;align-items:center;gap:.5rem}.person-name{font-size:1.125rem;font-weight:600;color:#111827}.dispute-indicator{font-size:1.125rem}.timestamp{font-size:.875rem;color:#6b7280}.experience-header-right{display:flex;align-items:center;gap:.75rem}.reply-button{padding:.5rem 1rem;background-color:#2563eb;color:#fff;border-radius:.375rem;transition:background-color .2s ease;font-size:.875rem;font-weight:500}.reply-button:hover{background-color:#1d4ed8}.replied-badge{padding:.75rem 1rem;background-color:#dcfce7;color:#166534;border-radius:9999px;font-size:.875rem;font-weight:500}.experience-content{display:flex;flex-direction:column;gap:1rem}.comment-container{color:#374151;background-color:#f9fafb;padding:.75rem;border-radius:.5rem}.platforms-section{font-size:.875rem;color:#4b5563;margin-bottom:.5rem;display:block}.platforms-container{display:flex;flex-wrap:wrap;gap:.5rem}.tags-section{font-size:.875rem;color:#4b5563;margin-bottom:.5rem;display:block}.tags-container{display:flex;flex-wrap:wrap;gap:.5rem}.experience-metadata{padding-top:1rem;border-top:1px solid #e5e7eb}.empty-state-container{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;padding:3rem;text-align:center}.empty-state-emoji{font-size:3.75rem;margin-bottom:1rem}.empty-state-title{font-size:1.5rem;font-weight:700;color:#111827;margin-bottom:.5rem}.empty-state-description{color:#4b5563;margin-bottom:1.5rem}.link-social-ids-button{background-color:#2563eb;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;transition:background-color .2s ease}.link-social-ids-button:hover{background-color:#1d4ed8}.experience-count-container{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 2px #0000000d;padding:1rem;text-align:center;margin-top:1.5rem}.experience-count-text{color:#4b5563}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.modal-container{background-color:#fff;border-radius:.5rem;max-width:42rem;width:100%;max-height:90vh;overflow-y:auto}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e5e7eb}.modal-title{font-size:1.25rem;font-weight:700;color:#111827}.modal-close-button{color:#9ca3af;transition:color .2s ease;font-size:1.5rem;font-weight:700}.modal-close-button:hover{color:#4b5563}.modal-content{padding:1.5rem}.reply-guidelines{background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:.5rem;padding:1rem;margin-bottom:1.5rem}.guidelines-title{font-size:1.125rem;font-weight:600;color:#1e40af;margin-bottom:.75rem}.guidelines-text{color:#1d4ed8;margin-bottom:.75rem}.guidelines-list{color:#1d4ed8;display:flex;flex-direction:column;gap:.25rem;margin-bottom:.75rem}.guidelines-note{color:#1d4ed8;margin-bottom:.5rem}.guidelines-tip{color:#1d4ed8}.reply-form{margin-bottom:1.5rem}.reply-label{display:block;font-size:.875rem;font-weight:600;color:#374151;margin-bottom:.5rem}.reply-textarea{width:100%;min-height:120px;padding:.75rem;border:1px solid #d1d5db;border-radius:.5rem;font-size:.875rem;font-family:sans-serif;resize:vertical;transition:all .2s ease}.reply-textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.character-count{text-align:right;font-size:.875rem;color:#6b7280;margin-top:.25rem}.modal-footer{display:flex;justify-content:center;padding-top:20px;border-top:1px solid #e5e7eb}.cancel-button{padding:.5rem 1rem;color:#374151;background-color:#f3f4f6;border-radius:.5rem;transition:background-color .2s ease;font-weight:500}.cancel-button:hover{background-color:#e5e7eb}.submit-button{flex:1;padding:.5rem 1rem;border-radius:.5rem;font-weight:500;transition:all .2s ease}.submit-button-enabled{background-color:#2563eb;color:#fff}.submit-button-enabled:hover{background-color:#1d4ed8}.submit-button-disabled{background-color:#d1d5db;color:#6b7280;cursor:not-allowed}.profile-screen-grid{backface-visibility:hidden;transform:translateZ(0)}.profile-card{backface-visibility:hidden;transform:translateZ(0);will-change:auto;text-align:center!important}.profile-photo-container{width:80px!important;height:80px!important;display:flex;align-items:center;justify-content:center;overflow:visible;position:relative;will-change:auto;margin:0 auto!important}.profile-photo{width:80px!important;height:80px!important;max-width:80px!important;max-height:80px!important;min-width:80px!important;min-height:80px!important;-o-object-fit:cover!important;object-fit:cover!important;border-radius:50%!important;overflow:hidden!important;backface-visibility:hidden;transform:translateZ(0);will-change:auto;display:block!important;box-sizing:border-box!important;margin:0 auto!important}.profile-photo-upload-label{position:absolute;bottom:0;right:0;background-color:#2563eb;color:#fff;border-radius:9999px;padding:8px;cursor:pointer;z-index:10;transform:translate(0)!important}.profile-photo-upload-input{display:none}.profile-photo-upload-spinner{animation:spin 1s linear infinite;border-radius:9999px;height:16px;width:16px;border:2px solid transparent;border-bottom-color:#fff}.profile-photo-upload-icon{height:16px;width:16px}.profile-photo-sm{width:40px!important;height:40px!important;max-width:40px!important;max-height:40px!important;min-width:40px!important;min-height:40px!important}.trust-score-button{cursor:pointer!important;transition:all .2s ease!important;border:none!important;background:none!important;padding:0!important;margin:0!important;display:block!important;width:100%!important;text-align:center!important}.trust-score-button:hover{transform:scale(1.05)!important}.trust-score-button:focus{outline:2px solid #2563eb!important;outline-offset:2px!important}.profile-photo-md{width:60px!important;height:60px!important;max-width:60px!important;max-height:60px!important;min-width:60px!important;min-height:60px!important}.profile-photo-lg{width:100px!important;height:100px!important;max-width:100px!important;max-height:100px!important;min-width:100px!important;min-height:100px!important}.profile-photo-xl{width:120px!important;height:120px!important;max-width:120px!important;max-height:120px!important;min-width:120px!important;min-height:120px!important}.profile-email-section{margin-top:8px}.profile-email-text{font-size:14px;color:#6b7280}.profile-email-placeholder{color:#6b7280;font-size:14px}.profile-email-button{padding:4px 12px;background-color:#2563eb;color:#fff;font-size:12px;border-radius:4px;transition:background-color .2s ease}.profile-stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;margin-top:24px}.profile-stat-item{text-align:center;padding:16px;background-color:#f9fafb;border-radius:8px;border:1px solid #e5e7eb}.profile-stat-value{font-size:24px;font-weight:700;color:#111827;margin-bottom:4px}.profile-stat-label{font-size:14px;color:#6b7280}.profile-actions{margin-top:24px;display:flex;gap:12px;justify-content:center}.profile-action-button{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;transition:all .2s ease;border:none;cursor:pointer}.profile-action-button-primary{background-color:#2563eb;color:#fff}.profile-action-button-secondary{background-color:#6b7280;color:#fff}.profile-action-button-danger{background-color:#dc2626;color:#fff}.profile-section{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:24px;margin-bottom:24px}.profile-section-title{font-size:20px;font-weight:600;color:#111827;margin-bottom:16px;display:flex;align-items:center;gap:8px}.profile-section-icon{width:20px;height:20px}.profile-form-group{margin-bottom:16px}.profile-form-label{display:block;font-size:14px;font-weight:500;color:#374151;margin-bottom:4px}.profile-form-input{width:100%;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;transition:border-color .2s ease}.profile-form-button{padding:8px 16px;background-color:#2563eb;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.profile-verification-status{display:flex;align-items:center;gap:8px;margin-top:8px;font-size:14px}.profile-verification-status-verified{color:#059669}.profile-verification-status-unverified{color:#dc2626}.profile-verification-status-pending{color:#d97706}.profile-verification-icon{width:16px;height:16px}.profile-social-ids{display:flex;flex-wrap:wrap;gap:8px;margin-top:12px}.profile-social-id-item{display:flex;align-items:center;gap:6px;padding:6px 12px;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:16px;font-size:14px;color:#374151}.profile-social-id-platform{font-weight:500;color:#2563eb}.profile-social-id-value{color:#6b7280}.profile-social-id-remove{background:none;border:none;color:#ef4444;cursor:pointer;padding:2px;border-radius:4px;transition:background-color .2s ease}.profile-add-social-id{display:flex;gap:8px;margin-top:12px}.profile-add-social-id-select{flex:1;padding:6px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px}.profile-add-social-id-input{flex:2;padding:6px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px}.profile-add-social-id-button{padding:6px 12px;background-color:#2563eb;color:#fff;border:none;border-radius:6px;font-size:14px;cursor:pointer;transition:background-color .2s ease}.profile-delete-account{margin-top:32px;padding:16px;background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px}.profile-delete-account-title{font-size:16px;font-weight:600;color:#dc2626;margin-bottom:8px}.profile-delete-account-description{font-size:14px;color:#6b7280;margin-bottom:12px}.profile-delete-account-button{padding:8px 16px;background-color:#dc2626;color:#fff;border:none;border-radius:6px;font-size:14px;cursor:pointer;transition:background-color .2s ease}.profile-loading{display:flex;justify-content:center;align-items:center;min-height:200px}.profile-loading-spinner{animation:spin 1s linear infinite;border-radius:9999px;height:32px;width:32px;border:2px solid transparent;border-bottom-color:#2563eb}.profile-error{text-align:center;color:#dc2626;margin:16px 0}.profile-success{text-align:center;color:#059669;margin:16px 0}.search-location-map{min-height:400px}.search-filters-container{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:16px;margin-bottom:16px}.search-filters-title{font-size:18px;font-weight:600;color:#111827;margin-bottom:16px}.search-filters-form{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:16px}.search-filter-group{display:flex;flex-direction:column}.search-filter-label{font-size:14px;font-weight:500;color:#374151;margin-bottom:4px}.search-filter-input{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;transition:border-color .2s ease}.search-filter-select{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background-color:#fff;transition:border-color .2s ease}.search-filters-actions{display:flex;gap:12px;justify-content:flex-end}.search-filter-button{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;transition:all .2s ease;border:none;cursor:pointer}.search-filter-button-primary{background-color:#2563eb;color:#fff}.search-filter-button-secondary{background-color:#6b7280;color:#fff}.search-results-container{margin-top:24px}.search-results-header{display:flex;justify-content:between;align-items:center;margin-bottom:16px}.search-results-count{font-size:16px;color:#6b7280}.search-results-sort{display:flex;gap:8px;align-items:center}.search-results-sort-label{font-size:14px;color:#374151}.search-results-sort-select{padding:4px 8px;border:1px solid #d1d5db;border-radius:4px;font-size:14px}.search-experience-card{background-color:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;padding:16px;margin-bottom:16px;transition:box-shadow .2s ease}.search-experience-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.search-experience-user{display:flex;align-items:center;gap:8px}.search-experience-avatar{width:40px;height:40px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.search-experience-user-info{display:flex;flex-direction:column}.search-experience-username{font-size:16px;font-weight:600;color:#111827;margin-bottom:2px}.search-experience-timestamp{font-size:12px;color:#6b7280}.search-experience-score{display:flex;align-items:center;gap:4px}.search-experience-content{margin-bottom:12px}.search-experience-comment{font-size:14px;line-height:1.5;color:#374151;margin-bottom:8px}.search-experience-platforms{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:8px}.search-experience-platform{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;background-color:#f3f4f6;border:1px solid #e5e7eb;border-radius:12px;font-size:12px;color:#374151}.search-experience-tags{display:flex;flex-wrap:wrap;gap:6px;margin-bottom:12px}.search-experience-tag{display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:12px;font-size:12px;font-weight:500;border:1px solid}.search-experience-tag-positive{background-color:#d4edda;border-color:#c3e6cb;color:#155724}.search-experience-tag-negative{background-color:#f8d7da;border-color:#f5c6cb;color:#721c24}.search-experience-tag-neutral{background-color:#e2e3e5;border-color:#d6d8db;color:#383d41}.search-experience-actions{display:flex;gap:8px;justify-content:flex-end}.search-experience-button{padding:6px 12px;border-radius:6px;font-size:12px;font-weight:500;transition:all .2s ease;border:none;cursor:pointer}.search-experience-button-primary{background-color:#2563eb;color:#fff}.search-experience-button-secondary{background-color:#6b7280;color:#fff}.search-location-modal{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.search-location-modal-content{background-color:#fff;border-radius:12px;padding:24px;max-width:600px;width:90%;max-height:80vh;overflow:auto}.search-location-modal-title{font-size:20px;font-weight:600;color:#111827;margin-bottom:16px}.search-location-modal-description{font-size:14px;color:#6b7280;margin-bottom:16px;line-height:1.5}.search-location-modal-actions{display:flex;gap:12px;justify-content:flex-end;margin-top:16px}.search-location-modal-button{padding:8px 16px;border-radius:6px;font-size:14px;font-weight:500;transition:all .2s ease;border:none;cursor:pointer}.search-location-modal-button-secondary{background-color:#6b7280;color:#fff}.search-location-modal-button-primary{background-color:#2563eb;color:#fff}.search-loading{display:flex;justify-content:center;align-items:center;min-height:200px}.search-loading-spinner{animation:spin 1s linear infinite;border-radius:9999px;height:32px;width:32px;border:2px solid transparent;border-bottom-color:#2563eb}.search-error{text-align:center;color:#dc2626;margin:16px 0}.search-no-results{text-align:center;color:#6b7280;margin:32px 0}.search-no-results-icon{font-size:48px;margin-bottom:16px}.search-no-results-title{font-size:18px;font-weight:600;color:#374151;margin-bottom:8px}.search-no-results-description{font-size:14px;color:#6b7280;line-height:1.5}.community-trust-score-badge{background-color:#6b7280}.community-trust-score-text{color:#374151}.reauth-progress-bar{width:0%;transition:width 1s linear}.trust-score-bar{width:0%;transition:width .5s ease}.reviewer-summary-modal-title{font-size:20px;font-weight:600;margin:0;color:#374151}.experience-details-section{background-color:#f9fafb;border:2px solid #e5e7eb;border-radius:8px;padding:16px;margin-bottom:20px}.experience-details-content{font-size:14px;line-height:1.5;color:#374151}.experience-comment{margin-top:12px;padding:12px;background-color:#f3f4f6;border-radius:6px;border-left:4px solid #e5e7eb}.review-summary-section{margin-bottom:20px}.review-summary-text{font-size:14px;line-height:1.6;color:#374151;margin:0}.moderator-info-section{margin-top:16px;padding:12px;background-color:#f9fafb;border-radius:6px;border:1px solid #e5e7eb}.moderator-info-content{font-size:14px;line-height:1.5;color:#374151}.moderator-notes{margin-top:8px;padding:8px;background-color:#fef3c7;border-radius:4px;border-left:3px solid #f59e0b}.what-this-means-section{margin-bottom:20px;padding:12px}.what-this-means-content{font-size:14px;line-height:1.6;color:#374151}.what-this-means-list{margin:0;padding-left:20px}.close-button{background-color:#6b7280;color:#fff;border:none;border-radius:6px;padding:10px 24px;font-size:14px;font-weight:600;cursor:pointer;transition:all .2s ease}.city-bar-chart-container{width:100%;display:flex;flex-direction:column;align-items:center;overflow:hidden!important;max-width:100%;height:200px;position:relative;z-index:1}.city-bar-chart-title{font-size:14px;color:#6b7280;margin-bottom:8px;text-align:center}.city-bar-chart-responsive-container{overflow-x:hidden}.city-bar-chart-tooltip{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a}.city-bar-chart-tooltip-label{color:#374151}.emoji-bar-chart-container{width:100%;display:flex;flex-direction:column;align-items:center;overflow:hidden!important;max-width:100%;height:200px;position:relative;z-index:1}.emoji-bar-chart-title{font-size:14px;color:#6b7280;margin-bottom:8px;text-align:center}.emoji-bar-chart-responsive-container{overflow-x:hidden}.emoji-bar-chart-tooltip{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a}.emoji-bar-chart-tooltip-label{color:#374151}.reviewer-stats-accuracy-bar{width:var(--accuracy-width, 0%);background-color:var(--accuracy-color, #6b7280);transition:all .3s ease}.reviewer-stats-accuracy-percentage{color:var(--accuracy-color, #6b7280);transition:color .3s ease;font-size:16px}.reviewer-stats-accuracy-bar-excellent{background-color:#10b981}.reviewer-stats-accuracy-bar-good{background-color:#f59e0b}.reviewer-stats-accuracy-bar-poor{background-color:#ef4444}.reviewer-stats-accuracy-percentage-excellent{color:#10b981}.reviewer-stats-accuracy-percentage-good{color:#f59e0b}.reviewer-stats-accuracy-percentage-poor{color:#ef4444}.reviewer-stats-modal-container{position:fixed;inset:0;z-index:50;overflow-y:auto}.reviewer-stats-modal-content{display:flex;min-height:100%;align-items:center;justify-content:center;padding:16px}.reviewer-stats-modal-dialog{position:relative;width:100%;max-width:42rem;transform:none;overflow:hidden;border-radius:16px;background-color:#fff;text-align:left;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transition:all .2s ease}.reviewer-stats-modal-header{background:linear-gradient(to right,#2563eb,#7c3aed);padding:24px}.reviewer-stats-modal-title{font-size:20px;font-weight:600;color:#fff}.reviewer-stats-modal-close-button{border-radius:9999px;background-color:#fff3;padding:8px;color:#fff;transition:background-color .2s ease}.reviewer-stats-modal-close-icon{height:20px;width:20px}.reviewer-stats-modal-body{padding:24px}.reviewer-stats-error{background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;padding:16px;margin-bottom:24px}.reviewer-stats-error-content{display:flex}.reviewer-stats-error-icon{color:#f87171}.reviewer-stats-error-text{margin-left:12px}.reviewer-stats-error-title{font-size:14px;font-weight:500;color:#991b1b}.reviewer-stats-error-message{font-size:14px;color:#b91c1c;margin-top:4px}.reviewer-stats-user-info{background-color:#f9fafb;border-radius:8px;padding:16px}.reviewer-stats-user-info-content{display:flex;align-items:center;justify-content:space-between}.reviewer-stats-user-rank{text-align:right}.reviewer-stats-rank-emoji{font-size:24px}.reviewer-stats-rank-text{font-size:14px;color:#6b7280}.reviewer-stats-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:16px;margin-top:24px}.reviewer-stats-stat-card{border-radius:8px;padding:16px;text-align:center}.reviewer-stats-stat-card-blue{background-color:#eff6ff}.reviewer-stats-stat-card-green{background-color:#f0fdf4}.reviewer-stats-stat-card-red{background-color:#fef2f2}.reviewer-stats-stat-value{font-size:24px;font-weight:700;margin-bottom:4px}.reviewer-stats-stat-value-blue{color:#2563eb}.reviewer-stats-stat-value-green{color:#059669}.reviewer-stats-stat-value-red{color:#dc2626}.reviewer-stats-stat-label{font-size:14px}.reviewer-stats-stat-label-blue{color:#1e40af}.reviewer-stats-stat-label-green{color:#047857}.reviewer-stats-stat-label-red{color:#b91c1c}.reviewer-stats-accuracy-section{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:16px;margin-top:24px}.reviewer-stats-accuracy-title{font-size:18px;font-weight:600;color:#111827;margin-bottom:12px}.reviewer-stats-accuracy-content{display:flex;align-items:center;justify-content:space-between}.reviewer-stats-accuracy-bar-container{flex:1}.reviewer-stats-accuracy-bar-bg{width:100%;background-color:#e5e7eb;border-radius:9999px;height:8px}.reviewer-stats-accuracy-percentage-container{margin-left:16px}.reviewer-stats-additional-stats{display:grid;grid-template-columns:repeat(1,1fr);gap:16px;margin-top:24px}.reviewer-stats-additional-stat{background-color:#f9fafb;border-radius:8px;padding:16px}.reviewer-stats-modal-footer{background-color:#f9fafb;padding:24px;display:flex;justify-content:flex-end}.reviewer-stats-modal-footer-button{padding:8px 16px;color:#374151;background-color:#fff;border:1px solid #d1d5db;border-radius:8px;transition:background-color .2s ease}.linked-experiences-alert-modal-overlay{position:fixed;inset:0;background-color:#000c;display:flex;align-items:center;justify-content:center;z-index:999999}.linked-experiences-alert-modal-content{background-color:#fefce8;color:#374151;border-radius:12px;padding:32px;max-width:480px;width:90%;box-shadow:0 25px 50px #00000080;text-align:center;border:1px solid #d1d5db;position:relative;z-index:1000000;margin:16px}.linked-experiences-alert-modal-icon{width:64px;height:64px;background-color:#10b981;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 24px}.linked-experiences-alert-modal-title{font-size:24px;font-weight:700;margin-bottom:16px;color:#1f2937}.linked-experiences-alert-modal-description{font-size:16px;line-height:1.6;margin-bottom:24px;color:#6b7280}.linked-experiences-alert-modal-platform-info{background-color:#fff;border-radius:8px;padding:16px;margin-bottom:24px;border:1px solid #e5e7eb}.linked-experiences-alert-modal-platform-label{font-size:14px;color:#6b7280;margin-bottom:4px}.linked-experiences-alert-modal-platform-value{font-size:16px;font-weight:600;color:#1f2937}.linked-experiences-alert-modal-social-id-info{background-color:#fff;border-radius:8px;padding:16px;margin-bottom:24px;border:1px solid #e5e7eb}.linked-experiences-alert-modal-social-id-label{font-size:14px;color:#6b7280;margin-bottom:4px}.linked-experiences-alert-modal-social-id-value{font-size:16px;font-weight:600;color:#1f2937;word-break:break-all}.linked-experiences-alert-modal-buttons{display:flex;gap:12px;justify-content:center;flex-wrap:wrap;flex-direction:column;align-items:center}.linked-experiences-alert-modal-button{padding:12px 24px;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;border:none;transition:all .2s ease;min-width:120px;width:100%;max-width:200px}.linked-experiences-alert-modal-button-primary{background-color:#10b981;color:#fff}.linked-experiences-alert-modal-button-secondary{background-color:#6b7280;color:#fff}.alert-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:2000}.alert-modal-content{background-color:#fff;border-radius:8px;padding:24px;max-width:400px;width:90%;box-shadow:0 4px 6px #0000001a;text-align:center;margin:16px}.alert-modal-message{margin-bottom:20px;font-size:16px;line-height:1.5;color:#333}.alert-modal-ok-button{background-color:#3b82f6;color:#fff;border:none;border-radius:6px;padding:10px 24px;font-size:14px;font-weight:600;cursor:pointer;min-width:80px;transition:background-color .2s ease}.purchase-success-modal-confetti{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:9999}.purchase-success-modal-confetti-piece{position:absolute;width:10px;height:10px;border-radius:50%;animation:fall linear forwards}.purchase-success-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.purchase-success-modal-container{background-color:#fff;border-radius:16px;padding:32px;max-width:400px;width:90%;text-align:center;box-shadow:0 10px 25px #0000004d;animation:purchase-success-modal-slide-in .3s ease-out;margin:16px}.purchase-success-modal-header{margin-bottom:24px}.purchase-success-modal-success-icon{font-size:48px;margin-bottom:16px}.purchase-success-modal-title{font-size:24px;font-weight:700;color:#1f2937;margin:0}.purchase-success-modal-content{margin-bottom:24px}.purchase-success-modal-purchase-details{background-color:#f0f9ff;border-radius:8px;padding:16px;margin-bottom:20px}.purchase-success-modal-pack-name{font-size:18px;font-weight:600;color:#0369a1;margin-bottom:8px}.purchase-success-modal-price{font-size:24px;font-weight:700;color:#059669;margin-bottom:4px}.purchase-success-modal-reveals-added{font-size:14px;color:#6b7280}.purchase-success-modal-reveals-info{display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:20px}.purchase-success-modal-reveals-label{font-size:16px;color:#374151}.purchase-success-modal-reveals-count{font-size:20px;font-weight:700;color:#1f2937}.purchase-success-modal-payment-info{background-color:#f9fafb;border-radius:6px;padding:12px;margin-bottom:20px;text-align:left}.purchase-success-modal-payment-label{font-size:14px;color:#6b7280;margin-bottom:4px}.purchase-success-modal-payment-id{font-size:12px;font-family:monospace;color:#374151;word-break:break-all}.purchase-success-modal-message{margin-bottom:20px}.purchase-success-modal-message-text{font-size:16px;color:#6b7280;line-height:1.5}.purchase-success-modal-close-button{background-color:#3b82f6;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s ease;width:100%}.evidence-viewer-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.evidence-viewer-modal-container{background-color:#fff;border-radius:16px;width:90%;max-width:600px;max-height:80vh;overflow:hidden;box-shadow:0 10px 25px #00000040;margin:10px}.evidence-viewer-modal-header{display:flex;justify-content:space-between;align-items:center;padding:20px;border-bottom:1px solid #e5e7eb}.evidence-viewer-modal-title{font-size:20px;font-weight:600;color:#1f2937;margin:0}.evidence-viewer-modal-close-button{background:none;border:none;font-size:24px;color:#6b7280;cursor:pointer;padding:8px}.evidence-viewer-modal-content{padding:20px;max-height:60vh;overflow-y:auto}.evidence-viewer-modal-loading-container{display:flex;flex-direction:column;align-items:center;padding:40px}.evidence-viewer-modal-spinner{width:40px;height:40px;border:4px solid #f3f4f6;border-top:4px solid #007AFF;border-radius:50%;animation:evidence-viewer-modal-spin 1s linear infinite}.evidence-viewer-modal-loading-text{margin-top:12px;font-size:16px;color:#6b7280}.evidence-viewer-modal-error-container{display:flex;flex-direction:column;align-items:center;padding:40px}.evidence-viewer-modal-error-text{font-size:16px;color:#dc2626;text-align:center;margin-bottom:16px}.evidence-viewer-modal-retry-button{background-color:#007aff;color:#fff;border:none;padding:10px 20px;border-radius:8px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.evidence-viewer-modal-evidence-container{flex:1}.evidence-viewer-modal-evidence-title{font-size:18px;font-weight:600;color:#1f2937;margin:0 0 16px}.evidence-viewer-modal-thumbnails-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(100px,1fr));gap:16px;margin-bottom:20px;padding:16px}.evidence-viewer-modal-thumbnail-container{position:relative;border-radius:8px;overflow:hidden;cursor:pointer;transition:transform .2s;width:100px;height:100px;margin:0 auto;box-shadow:0 2px 4px #0000001a}.evidence-viewer-modal-thumbnail{width:100px;height:100px;-o-object-fit:cover;object-fit:cover;background-color:#f3f4f6}.evidence-viewer-modal-thumbnail-overlay{position:absolute;bottom:0;left:0;right:0;background-color:#000000b3;padding:8px;display:flex;justify-content:center;align-items:center}.evidence-viewer-modal-thumbnail-text{color:#fff;font-size:12px;font-weight:500}.evidence-viewer-modal-help-text{font-size:14px;color:#6b7280;text-align:center;font-style:italic;margin:0}.evidence-viewer-modal-full-screen-overlay{position:fixed;inset:0;background-color:#000000e6;display:flex;justify-content:center;align-items:center;z-index:2000}.evidence-viewer-modal-full-screen-container{position:relative;max-width:95vw;max-height:95vh;display:flex;flex-direction:column;align-items:center;justify-content:center}.evidence-viewer-modal-close-full-screen-button{position:absolute;top:-60px;right:0;background:#000000b3;border:none;border-radius:50%;width:50px;height:50px;color:#fff;font-size:24px;font-weight:700;cursor:pointer;display:flex;justify-content:center;align-items:center;z-index:2001;transition:background-color .2s}.evidence-viewer-modal-full-screen-image-container{max-width:100%;max-height:calc(95vh - 100px);overflow:auto;display:flex;align-items:center;justify-content:center;padding:20px}.evidence-viewer-modal-full-screen-image{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;display:block;margin:auto}.square-payment-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.square-payment-modal-container{background-color:#fff;border-radius:16px;margin:20px;max-width:400px;padding:24px;width:100%;box-shadow:0 10px 25px #0000004d}.square-payment-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px}.square-payment-modal-title{color:#1f2937;font-size:24px;font-weight:700;margin:0}.square-payment-modal-close-button{display:flex;align-items:center;justify-content:center;background-color:#f3f4f6;border:none;border-radius:16px;height:32px;width:32px;color:#6b7280;font-size:18px;font-weight:700;cursor:pointer}.square-payment-modal-pack-info{display:flex;flex-direction:column;align-items:center;background-color:#f0f9ff;border-radius:8px;margin-bottom:20px;padding:16px}.square-payment-modal-pack-name{color:#0369a1;font-size:18px;font-weight:700;margin-bottom:4px}.square-payment-modal-pack-price{color:#059669;font-size:24px;font-weight:700;margin-bottom:4px}.square-payment-modal-pack-reveals{color:#6b7280;font-size:14px}.square-payment-modal-error-container{background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-bottom:16px;padding:12px}.square-payment-modal-error-text{color:#dc2626;font-size:14px}.square-payment-modal-payment-form{margin-bottom:20px}.square-payment-modal-label{color:#374151;font-size:16px;font-weight:600;margin-bottom:8px;display:block}.square-payment-modal-card-container{border:1px solid #d1d5db;border-radius:8px;padding:12px;min-height:60px;background-color:#fff}.square-payment-modal-submit-button{width:100%;padding:12px 24px;background-color:#3b82f6;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s ease}.square-payment-modal-loading-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;text-align:center}.square-payment-modal-spinner{width:40px;height:40px;border:4px solid #f3f4f6;border-top:4px solid #3b82f6;border-radius:50%;animation:square-payment-modal-spin 1s linear infinite;margin-bottom:16px}.square-payment-modal-loading-text{color:#374151;font-size:16px;font-weight:600;margin-bottom:8px}.square-payment-modal-loading-subtext{color:#6b7280;font-size:14px}.square-payment-modal-footer{margin-top:20px;padding-top:20px;border-top:1px solid #e5e7eb}.square-payment-modal-footer-text{color:#6b7280;font-size:12px;text-align:center;line-height:1.4}.sq-input-wrapper{width:100%}.sq-input{width:100%;height:40px;padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:16px;font-family:inherit}.score-indicator-container{display:flex;justify-content:center;align-items:center;box-shadow:0 2px 4px #00000026;flex-shrink:0}.score-indicator-content{display:flex;flex-direction:row;align-items:center;justify-content:center;width:100%;height:100%;gap:2px}.score-indicator-level{text-align:center;font-weight:500;background-color:#fffc;border-radius:6px;text-shadow:0 1px 2px rgba(0,0,0,.3);font-size:8px;padding:4px}.score-indicator-emoji{background-color:#fffc;border-radius:6px;filter:drop-shadow(0 1px 2px rgba(0,0,0,.3));font-size:8px;padding:4px;color:#4caf50}.score-indicator-small{width:80px;height:24px;border-radius:12px}.score-indicator-medium{width:100px;height:28px;border-radius:14px}.score-indicator-large{width:120px;height:36px;border-radius:18px}.score-indicator-good{background-color:#e8f5e8;border:2px solid #4CAF50}.score-indicator-neutral{background-color:#fff3e0;border:2px solid #FF9800}.score-indicator-poor{background-color:#ffebee;border:2px solid #F44336}.review-queue-back-button{color:#6b7280!important;transition:color .2s ease!important}.review-queue-back-button:hover{color:#374151!important}.review-queue-back-button svg{color:inherit!important}.app-layout{min-height:100vh;display:flex;flex-direction:column;background-color:#f9fafb}.main-content{flex:1;padding:1rem;padding-bottom:calc(80px + 1rem)}.app-header{background-color:#fff;border-bottom:1px solid #e5e7eb;padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;position:sticky;top:0;z-index:100}.header-logo{height:32px;width:auto}.header-actions{display:flex;align-items:center;gap:1rem}.auth-container{max-width:400px;margin:2rem auto;padding:2rem;background-color:#fff;border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a}.auth-title{text-align:center;margin-bottom:2rem;color:#111827;font-size:1.5rem;font-weight:600}.auth-form{display:flex;flex-direction:column;gap:1.5rem}.auth-form-group{display:flex;flex-direction:column;gap:.5rem}.auth-form-row{display:flex;gap:1rem;align-items:end}.auth-form-row .form-input{flex:1}.auth-form-row .country-select{flex:0 0 120px}.auth-submit{width:100%;margin-top:1rem}.auth-links{text-align:center;margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e5e7eb}.auth-links a{color:#2563eb;text-decoration:none;font-size:.875rem}.auth-links a:hover{text-decoration:underline}.experience-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;margin-bottom:1rem;box-shadow:0 1px 3px #0000001a;transition:all .2s ease}.experience-card:hover{box-shadow:0 4px 6px -1px #0000001a;transform:translateY(-1px)}.experience-header{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1rem}.experience-platform{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280}.experience-platform-icon{width:20px;height:20px}.experience-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem;line-height:1.4}.experience-content{color:#374151;line-height:1.6;margin-bottom:1rem}.experience-footer{display:flex;align-items:center;justify-content:space-between;font-size:.875rem;color:#6b7280}.experience-date{display:flex;align-items:center;gap:.5rem}.experience-actions{display:flex;gap:.5rem}.community-header{background-color:#fff;border-bottom:1px solid #e5e7eb;padding:1.5rem;margin-bottom:1rem}.community-title{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:.5rem}.community-description{color:#6b7280;line-height:1.5}.community-stats{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:1rem;margin-bottom:2rem}.stat-card{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem;text-align:center}.stat-number{font-size:1.5rem;font-weight:600;color:#2563eb;margin-bottom:.25rem}.stat-label{font-size:.875rem;color:#6b7280}.profile-header{background-color:#fff;border-bottom:1px solid #e5e7eb;padding:2rem 1.5rem;text-align:center;margin-bottom:1rem}.profile-avatar{width:80px;height:80px;border-radius:50%;margin:0 auto 1rem;border:3px solid #e5e7eb}.profile-name{font-size:1.5rem;font-weight:600;color:#111827;margin-bottom:.5rem}.profile-username{color:#6b7280;font-size:1rem;margin-bottom:1rem}.profile-bio{color:#374151;line-height:1.5;max-width:500px;margin:0 auto}.profile-section{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1.5rem;margin-bottom:1rem}.profile-section-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:1px solid #e5e7eb}.social-ids-grid{display:grid;grid-template-columns:1fr;gap:1rem}@media (min-width: 640px){.social-ids-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.social-ids-grid{grid-template-columns:repeat(4,1fr)}}.social-id-category{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem}.social-id-category-title{font-weight:600;color:#374151;margin-bottom:.75rem;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.social-id-item{display:flex;align-items:center;gap:.5rem;padding:.5rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:.375rem;margin-bottom:.5rem}.social-id-item:last-child{margin-bottom:0}.social-id-platform{width:16px;height:16px}.social-id-username{flex:1;font-size:.875rem;color:#374151}.social-id-actions{display:flex;gap:.25rem}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background-color:#fff;border-radius:.5rem;box-shadow:0 20px 25px -5px #0000001a;max-width:90vw;max-height:90vh;overflow-y:auto;position:relative}.modal-header{padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #e5e7eb;display:flex;align-items:center;justify-content:space-between}.modal-title{font-size:1.125rem;font-weight:600;color:#111827}.modal-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:all .2s ease}.modal-close:hover{background-color:#f3f4f6;color:#374151}.modal-body{padding:1rem 1.5rem}.modal-footer{padding:1rem 1.5rem;border-top:1px solid #e5e7eb;display:flex;gap:.75rem;justify-content:flex-end}.alert{padding:.75rem 1rem;border-radius:.375rem;margin-bottom:1rem;border:1px solid transparent}.alert-success{background-color:#d1fae5;border-color:#a7f3d0;color:#065f46}.alert-error{background-color:#fee2e2;border-color:#fecaca;color:#991b1b}.alert-warning{background-color:#fef3c7;border-color:#fde68a;color:#92400e}.alert-info{background-color:#dbeafe;border-color:#93c5fd;color:#1e40af}.toast{position:fixed;top:1rem;right:1rem;background-color:#fff;border:1px solid #e5e7eb;border-radius:.375rem;box-shadow:0 10px 15px -3px #0000001a;padding:1rem;z-index:1000;max-width:400px;animation:slideInRight .3s ease-out}@keyframes slideInRight{0%{transform:translate(100%);opacity:0}to{transform:translate(0);opacity:1}}.loading-spinner{display:inline-block;width:20px;height:20px;border:2px solid #e5e7eb;border-radius:50%;border-top-color:#2563eb;animation:spin 1s ease-in-out infinite}@keyframes spin{to{transform:rotate(360deg)}}.skeleton{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0,#f0f0f0 75%);background-size:200% 100%;animation:loading 1.5s infinite;border-radius:.25rem}@keyframes loading{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton-text{height:1rem;margin-bottom:.5rem}.skeleton-text:last-child{margin-bottom:0}.skeleton-avatar{width:40px;height:40px;border-radius:50%}.skeleton-button{height:2.5rem;width:100px}.divider{height:1px;background-color:#e5e7eb;margin:1rem 0}.divider-vertical{width:1px;height:100%;background-color:#e5e7eb;margin:0 1rem}.badge{display:inline-flex;align-items:center;padding:.25rem .5rem;font-size:.75rem;font-weight:500;border-radius:9999px;background-color:#f3f4f6;color:#374151}.badge-primary{background-color:#dbeafe;color:#1e40af}.badge-success{background-color:#d1fae5;color:#065f46}.badge-warning{background-color:#fef3c7;color:#92400e}.badge-danger{background-color:#fee2e2;color:#991b1b}.tooltip{position:relative;display:inline-block}.tooltip.active .tooltip-content,.tooltip:hover .tooltip-content{visibility:visible;opacity:1}.tooltip-content{visibility:hidden;opacity:0;position:absolute;z-index:9999;background-color:#111827;color:#fff;text-align:left;padding:.75rem 1rem;border-radius:.5rem;font-size:.875rem;white-space:normal;width:280px;max-width:calc(100vw - 40px);line-height:1.5;transition:opacity .2s ease-in-out;pointer-events:none;box-shadow:0 10px 25px -5px #0000004d;word-wrap:break-word;overflow-wrap:break-word}.tooltip-content.tooltip-left{right:125%;top:50%;transform:translateY(-50%)}.tooltip-content.tooltip-right{left:125%;top:50%;transform:translateY(-50%)}.tooltip-content.tooltip-top,.tooltip-content.tooltip-bottom{width:280px;max-width:calc(100vw - 40px);left:50%;transform:translate(-50%);left:max(20px,min(calc(50% - 140px),calc(100vw - 300px)));transform:translate(0)}.tooltip-content.tooltip-top{bottom:125%}.tooltip-content.tooltip-bottom{top:125%}.tooltip-content:after{content:"";position:absolute;border-width:5px;border-style:solid}.tooltip-content.tooltip-top:after{top:100%;left:50%;margin-left:-5px;border-color:#111827 transparent transparent transparent}.tooltip-content.tooltip-bottom:after{bottom:100%;left:50%;margin-left:-5px;border-color:transparent transparent #111827 transparent}.tooltip-content.tooltip-left:after{left:100%;top:50%;margin-top:-5px;border-color:transparent transparent transparent #111827}.tooltip-content.tooltip-right:after{right:100%;top:50%;margin-top:-5px;border-color:transparent #111827 transparent transparent}.tooltip-content.tooltip-default{background-color:#111827;color:#fff}.tooltip-content.tooltip-light{background-color:#f9fafb;color:#111827}.tooltip-content.tooltip-blue{background-color:#2563eb;color:#fff}.tooltip-content.tooltip-green{background-color:#059669;color:#fff}.tooltip button,.tooltip button[type=button],.tooltip button[type=submit]{border:none!important;outline:none!important;background:none!important;box-shadow:none!important}.tooltip-content{max-height:none;overflow:visible}.premium-form{position:relative;overflow:visible;isolation:isolate}.premium-form .tooltip-content{position:fixed!important;z-index:10000!important;max-width:280px;word-wrap:break-word;overflow-wrap:break-word;left:50%!important;transform:translate(-50%)!important;max-width:min(280px,calc(100vw - 40px));margin:0 20px}.premium-form .tooltip-content.tooltip-top{bottom:auto!important;top:auto!important;transform:translate(-50%) translateY(-100%)!important;margin-bottom:10px!important}.premium-form .tooltip-content.tooltip-bottom{top:auto!important;bottom:auto!important;transform:translate(-50%) translateY(100%)!important;margin-top:10px!important}.premium-form .tooltip-content.tooltip-left{right:auto!important;left:auto!important;transform:translate(-100%) translateY(-50%)!important;margin-right:10px!important}.premium-form .tooltip-content.tooltip-right{left:auto!important;right:auto!important;transform:translate(100%) translateY(-50%)!important;margin-left:10px!important}button[data-testid*=info-button],button[aria-label*="Learn more"],button[aria-label*=info]{border:none!important;outline:none!important;background:none!important;box-shadow:none!important}.responsive-grid{display:grid;gap:1rem;grid-template-columns:1fr}@media (min-width: 640px){.responsive-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width: 768px){.responsive-grid{grid-template-columns:repeat(3,1fr)}}@media (min-width: 1024px){.responsive-grid{grid-template-columns:repeat(4,1fr)}}.responsive-text-sm{font-size:.875rem}@media (min-width: 768px){.responsive-text-sm{font-size:1rem}}.responsive-text-lg{font-size:1.125rem}@media (min-width: 768px){.responsive-text-lg{font-size:1.25rem}}@media (prefers-contrast: high){.btn,.form-input,.card{border-width:2px}}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.focus-ring:focus{outline:2px solid #2563eb;outline-offset:2px}.skip-link{position:absolute;top:-40px;left:6px;background:#2563eb;color:#fff;padding:8px;text-decoration:none;border-radius:.375rem;z-index:1001}.skip-link:focus{top:6px}@media print{.no-print{display:none!important}.print-break{page-break-before:always}.print-break-avoid{page-break-inside:avoid}.app-layout{background:#fff!important}.card,.experience-card,.profile-section{border:1px solid #000!important;box-shadow:none!important}}.platform-tags-container{display:flex;flex-wrap:wrap;gap:.5rem}.platform-tag{display:flex;align-items:center;gap:.375rem;font-size:.875rem;background-color:#f3f4f6;padding:.375rem .75rem;border-radius:9999px;min-width:-moz-fit-content;min-width:fit-content;max-width:300px}.platform-emoji{font-size:1.125rem;flex-shrink:0}.platform-name{color:#6b7280;font-weight:500;text-transform:capitalize;flex-shrink:0}.platform-separator{color:#9ca3af;font-weight:400;flex-shrink:0}.platform-social-id{color:#374151;font-weight:500;flex-shrink:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.profile-stat-card{text-align:center;padding:1rem;border:1px solid #e5e7eb;border-radius:.5rem;cursor:pointer;transition:background-color .2s ease}.profile-stat-card:hover{background-color:#f9fafb}.profile-stat-emoji{font-size:1.5rem;margin-bottom:.5rem}.profile-stat-number{font-size:1.5rem;font-weight:700;margin-bottom:.5rem}.profile-stat-number-blue{color:#2563eb}.profile-stat-number-green{color:#059669}.profile-stat-number-purple{color:#7c3aed}.profile-stat-number-yellow{color:#d97706}.profile-stat-number-indigo{color:#4f46e5}.profile-stat-number-orange{color:#ea580c}.profile-stat-number-red{color:#dc2626}.profile-stat-label{font-size:.875rem;color:#6b7280}.profile-stat-skeleton{height:2rem;background-color:#e5e7eb;border-radius:.25rem;margin:0 auto;width:3rem;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.social-ids-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999;padding:1rem}.social-ids-modal-container{background-color:#fff;border-radius:.5rem;padding:1.5rem;max-width:28rem;width:100%;max-height:85vh;overflow-y:auto;position:relative;box-shadow:0 25px 50px -12px #00000040}.social-ids-modal-header{position:sticky;top:0;background-color:#fff;padding-bottom:1rem;margin-bottom:1rem;border-bottom:1px solid #e5e7eb}.social-ids-modal-title{font-size:1.25rem;font-weight:700;color:#111827}.social-ids-modal-close{color:#9ca3af;transition:color .2s ease}.social-ids-modal-close:hover{color:#6b7280}.social-ids-modal-description{color:#6b7280;margin-bottom:1.5rem}.social-id-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background-color:#f9fafb;border-radius:.5rem;margin-bottom:.5rem}.social-id-platform-info{display:flex;align-items:center;gap:.5rem}.social-id-platform-name{font-size:.875rem;font-weight:500;color:#111827}.social-id-handle{font-size:.75rem;color:#6b7280}.social-id-unlink-button{color:#dc2626;font-size:.875rem;font-weight:500;transition:color .2s ease}.social-id-unlink-button:hover{color:#b91c1c}.social-ids-privacy-modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:9999}.social-ids-privacy-modal-container{background-color:#fff;border-radius:.5rem;padding:1.5rem;max-width:28rem;width:90%;margin:0 1rem}.social-ids-privacy-modal-title{font-size:1.125rem;font-weight:700;color:#111827;margin-bottom:1rem}.social-ids-privacy-modal-message{color:#6b7280;margin-bottom:1.5rem}.social-ids-privacy-modal-button{width:100%;background-color:#2563eb;color:#fff;padding:.5rem 1rem;border-radius:.375rem;transition:background-color .2s ease}.social-ids-privacy-modal-button:hover{background-color:#1d4ed8}.welcome-screen-container{min-height:100vh;background:linear-gradient(135deg,#eff6ff,#fff,#faf5ff);padding-bottom:5rem}.welcome-screen-loading{min-height:100vh;background:linear-gradient(135deg,#eff6ff,#fff,#faf5ff);display:flex;align-items:center;justify-content:center}.welcome-screen-spinner{animation:spin 1s linear infinite;border-radius:50%;height:3rem;width:3rem;border:2px solid transparent;border-bottom-color:#2563eb;margin:0 auto 1rem}.welcome-screen-loading-text{color:#6b7280}.welcome-screen-loading-content{text-align:center}.welcome-screen-header{position:relative;overflow:hidden}.welcome-screen-main-content{position:relative;z-index:20;padding:1rem 1rem 3rem;max-width:64rem;margin:0 auto}.welcome-screen-hero{text-align:center;margin-top:0;margin-bottom:4rem}.welcome-screen-features{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.welcome-screen-feature-card{text-align:center;padding:2rem;background:#fffc;border-radius:1rem;backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #0000001a}.welcome-screen-feature-emoji{font-size:2.5rem;margin-bottom:1rem;display:flex;align-items:center;justify-content:center}.welcome-screen-feature-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.welcome-screen-feature-description{color:#6b7280;line-height:1.6}.welcome-screen-app-store{text-align:center;margin-bottom:4rem}.welcome-screen-app-buttons{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;max-width:28rem;margin:0 auto}@media (min-width: 640px){.welcome-screen-app-buttons{flex-direction:row}}.welcome-screen-app-button{display:flex;align-items:center;gap:.75rem;background:#000;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;text-decoration:none;transition:transform .2s ease}.welcome-screen-app-button:hover{transform:translateY(-2px)}.welcome-screen-app-text{color:#fff;text-align:left;font-size:.75rem}.welcome-screen-app-title{color:#fff;text-align:left;font-size:1rem;font-weight:600}.welcome-screen-coming-soon{font-size:.875rem;color:#9ca3af;margin-top:1.5rem}.welcome-screen-cta{text-align:center}.welcome-screen-cta-buttons{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:1.5rem;max-width:28rem;margin:0 auto}@media (min-width: 640px){.welcome-screen-cta-buttons{flex-direction:row}}.welcome-screen-footer{margin-top:4rem;text-align:center}.welcome-screen-footer-text{color:#6b7280;line-height:1.6}.welcome-screen-spacer{height:2rem}.auth-screen-loading{min-height:100vh;display:flex;align-items:center;justify-content:center}.auth-screen-spinner{animation:spin 1s linear infinite;border-radius:50%;height:3rem;width:3rem;border:2px solid transparent;border-bottom-color:#2563eb;margin:0 auto 1rem}.auth-screen-loading-text{color:#6b7280}.auth-screen-main{min-height:100vh;display:flex;flex-direction:column;justify-content:center;padding:3rem 1.5rem 5rem}.auth-screen-content{margin:0 auto;width:100%;max-width:28rem}.auth-screen-header{text-align:center;margin-bottom:2rem}.auth-screen-back-link{color:#2563eb;margin-bottom:1.5rem;display:inline-flex;align-items:center;transition:color .2s ease}.auth-screen-back-link:hover{color:#1d4ed8}.auth-screen-title{font-size:1.875rem;font-weight:700;margin-bottom:1rem}.auth-screen-subtitle{color:#6b7280;margin-bottom:1.5rem}.auth-screen-info-box{margin-top:1rem;padding:1rem;background:#ffffff1a;border-radius:.75rem;border:1px solid rgba(59,130,246,.2);backdrop-filter:blur(10px)}.auth-screen-info-text{font-size:.875rem;color:#1f2937}.auth-screen-form{margin:0 auto;width:100%;max-width:28rem}.auth-screen-form-header{text-align:center;margin-bottom:2rem}.auth-screen-google-button{width:100%;margin-bottom:1.5rem}.auth-screen-google-icon{width:1.25rem;height:1.25rem;margin-right:.5rem}.auth-screen-carrier-info{margin-bottom:1rem;padding:1rem;background-color:#eff6ff;border:1px solid #bfdbfe;border-radius:.5rem}.auth-screen-carrier-text{font-size:.875rem;color:#1e40af}.auth-screen-phone-container{display:flex}.auth-screen-country-select{width:6.5rem;min-width:6.5rem;max-width:6.5rem;padding:.75rem;border:1px solid #d1d5db;border-right:0;border-radius:.75rem 0 0 .75rem;background-color:#f9fafb;color:#374151;font-size:.875rem;outline:none;transition:all .2s ease}.auth-screen-country-select:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}@media (min-width: 640px){.auth-screen-country-select{width:8rem;min-width:8rem;max-width:8rem}}.auth-screen-phone-input{flex:1;padding:.75rem;border:1px solid #d1d5db;border-radius:0 .75rem .75rem 0;outline:none;font-size:.875rem;transition:all .2s ease}.auth-screen-phone-input:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}.auth-screen-phone-help{margin-top:.5rem;font-size:.875rem;color:#6b7280}.auth-screen-checkbox-container{display:flex;align-items:flex-start;margin-bottom:1.5rem}.auth-screen-checkbox{margin-top:.25rem;height:1rem;width:1rem;color:#2563eb;border-radius:.25rem;border:1px solid #d1d5db;outline:none;transition:all .2s ease}.auth-screen-checkbox:focus{border-color:#2563eb;box-shadow:0 0 0 2px #2563eb1a}.auth-screen-checkbox-label{margin-left:.75rem;font-size:.875rem;color:#6b7280;line-height:1.4}.auth-screen-submit-container{display:flex;justify-content:center}.auth-screen-submit-button{padding:.75rem 2rem}.auth-screen-footer{margin-top:2rem;text-align:center}.auth-screen-footer-text{font-size:.875rem;color:#6b7280}.auth-screen-footer-link{color:#2563eb;margin-left:.25rem;transition:color .2s ease}.auth-screen-footer-link:hover{color:#1d4ed8}.auth-screen-verification-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:99999}.auth-screen-verification-modal{max-width:28rem;width:100%;margin:0 1rem}.auth-screen-verification-title{font-size:1.25rem;font-weight:600;color:#1f2937;margin-bottom:1rem}.auth-screen-verification-description{font-size:.875rem;color:#6b7280;margin-bottom:1.5rem}.auth-screen-verification-input{width:100%;margin-bottom:1.5rem}.auth-screen-verification-buttons{display:flex;gap:1rem}.auth-screen-verification-button{flex:1}.auth-screen-verification-footer{margin-top:1.5rem;text-align:center}.auth-screen-verification-countdown{font-size:.875rem;color:#9ca3af}.auth-screen-verification-resend{color:#2563eb;transition:color .2s ease}.auth-screen-verification-resend:hover{color:#1d4ed8}.auth-screen-verification-resend:disabled{opacity:.5}.auth-screen-text-center{text-align:center}.auth-screen-mb-6{margin-bottom:1.5rem}.auth-screen-mb-8{margin-bottom:2rem}.auth-screen-mt-1{margin-top:.25rem}.auth-screen-mt-3{margin-top:.75rem}.auth-screen-h-5{height:1.25rem}.auth-screen-w-5{width:1.25rem}.auth-screen-text-sm{font-size:.875rem}.auth-screen-text-xs{font-size:.75rem}.auth-screen-text-gray-500{color:#6b7280}.auth-screen-space-y-2{margin-top:.5rem}.auth-screen-space-y-4>*+*{margin-top:1rem}.auth-screen-space-y-6{margin-top:1.5rem}.auth-screen-form-section{margin-bottom:1.5rem}.auth-screen-flex{display:flex}.auth-screen-items-center{align-items:center}.auth-screen-space-x-3{gap:.75rem}.auth-screen-ml-2{margin-left:.5rem}.auth-screen-ml-3{margin-left:.75rem}.auth-screen-w-full{width:100%}.auth-screen-button-base{width:100%;padding:1rem 1.5rem;border:2px solid;border-radius:.75rem;font-weight:600;transition:all .3s ease}.auth-screen-button-active{background:var(--accent-color);border-color:var(--accent-color);color:#fff}.auth-screen-button-inactive{background-color:#f3f4f6;border-color:#e5e7eb;color:#4b5563}.auth-screen-button-inactive:hover{background-color:#e5e7eb}.welcome-screen-hero-content{display:flex;flex-direction:column;align-items:center;margin-bottom:1.5rem}.welcome-screen-hero-inner{display:flex;flex-direction:column;align-items:center}.welcome-screen-hero-title{font-size:3rem;font-weight:700;margin-bottom:1.5rem}.welcome-screen-hero-subtitle{font-size:1.125rem;color:#6b7280}.welcome-screen-app-content{display:flex;align-items:center;gap:.75rem}.welcome-screen-app-icon{width:2rem;height:2rem}.welcome-screen-app-text-container{color:#fff;text-align:left}.welcome-screen-header-content{position:relative;z-index:20;display:flex;justify-content:center;padding:.5rem 0}.welcome-screen-app-store-title{font-size:1.5rem;font-weight:600;color:#1f2937;margin-bottom:1.5rem}.welcome-screen-app-store-description{color:#6b7280;margin-bottom:2rem}.welcome-screen-robot-emoji{font-size:1.875rem;color:#fff}.profile-text-3xl{font-size:1.875rem;line-height:2.25rem}.profile-text-2xl{font-size:1.5rem;line-height:2rem}.profile-text-xl{font-size:1.25rem;line-height:1.75rem}.profile-text-lg{font-size:1.125rem;line-height:1.75rem}.profile-text-sm{font-size:.875rem;line-height:1.25rem}.profile-text-xs{font-size:.75rem;line-height:1rem}.profile-font-bold{font-weight:700}.profile-font-semibold{font-weight:600}.profile-font-medium{font-weight:500}.profile-text-gray-900{color:#111827}.profile-text-gray-700{color:#374151}.profile-text-gray-600{color:#4b5563}.profile-text-gray-500{color:#6b7280}.profile-text-red-600{color:#dc2626}.profile-text-red-700{color:#b91c1c}.profile-text-blue-600{color:#2563eb}.profile-text-blue-700{color:#1d4ed8}.profile-text-blue-800{color:#1e40af}.profile-text-white{color:#fff}.profile-text-green-800{color:#166534}.profile-text-yellow-800{color:#92400e}.profile-text-purple-900{color:#581c87}.profile-text-purple-800{color:#6b21a8}.profile-bg-white{background-color:#fff}.profile-bg-gray-50{background-color:#f9fafb}.profile-bg-gray-100{background-color:#f3f4f6}.profile-bg-gray-200{background-color:#e5e7eb}.profile-bg-gray-300{background-color:#d1d5db}.profile-bg-red-500{background-color:#ef4444}.profile-bg-blue-600{background-color:#2563eb}.profile-bg-blue-700{background-color:#1d4ed8}.profile-bg-green-100{background-color:#dcfce7}.profile-bg-yellow-100{background-color:#fef3c7}.profile-bg-purple-50{background-color:#faf5ff}.profile-bg-blue-50{background-color:#eff6ff}.profile-bg-purple-500{background-color:#a855f7}.profile-mt-4{margin-top:1rem}.profile-mb-4{margin-bottom:1rem}.profile-mb-3{margin-bottom:.75rem}.profile-mb-2{margin-bottom:.5rem}.profile-mb-1{margin-bottom:.25rem}.profile-ml-3{margin-left:.75rem}.profile-ml-4{margin-left:1rem}.profile-mr-3{margin-right:.75rem}.profile-mt-1{margin-top:.25rem}.profile-mt-2{margin-top:.5rem}.profile-mt-8{margin-top:2rem}.profile-space-y-4>*+*{margin-top:1rem}.profile-space-y-2>*+*{margin-top:.5rem}.profile-text-center{text-align:center}.profile-text-left{text-align:left}.profile-max-w-md{max-width:28rem}.profile-mx-auto{margin-left:auto;margin-right:auto}.profile-grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.profile-gap-4{gap:1rem}.profile-max-w-2xl{max-width:42rem}.profile-rounded-lg{border-radius:.5rem}.profile-rounded-md{border-radius:.375rem}.profile-rounded-full{border-radius:9999px}.profile-border{border-width:1px}.profile-border-gray-300{border-color:#d1d5db}.profile-border-red-300{border-color:#fca5a5}.profile-border-2{border-width:2px}.profile-border-purple-500{border-color:#a855f7}.profile-border-gray-200{border-color:#e5e7eb}.profile-p-4{padding:1rem}.profile-px-3{padding-left:.75rem;padding-right:.75rem}.profile-px-4{padding-left:1rem;padding-right:1rem}.profile-py-1{padding-top:.25rem;padding-bottom:.25rem}.profile-py-2{padding-top:.5rem;padding-bottom:.5rem}.profile-px-2{padding-left:.5rem;padding-right:.5rem}.profile-hover-bg-gray-100:hover{background-color:#f3f4f6}.profile-hover-bg-gray-50:hover{background-color:#f9fafb}.profile-hover-bg-blue-700:hover{background-color:#1d4ed8}.profile-hover-bg-gray-700:hover{background-color:#374151}.profile-hover-bg-gray-300:hover{background-color:#d1d5db}.profile-hover-text-blue-800:hover{color:#1e40af}.profile-hover-text-gray-700:hover{color:#374151}.profile-transition-colors{transition-property:color,background-color,border-color,text-decoration-color,fill,stroke;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.profile-flex{display:flex}.profile-flex-1{flex:1 1 0%}.profile-inline-flex{display:inline-flex}.profile-items-center{align-items:center}.profile-justify-center{justify-content:center}.profile-justify-end{justify-content:flex-end}.profile-justify-between{justify-content:space-between}.profile-space-x-3>*+*{margin-left:.75rem}.profile-space-x-4>*+*{margin-left:1rem}.profile-opacity-75{opacity:.75}.profile-uppercase{text-transform:uppercase}.profile-tracking-wide{letter-spacing:.05em}.profile-capitalize{text-transform:capitalize}.profile-underline{text-decoration:underline}.profile-animate-pulse{animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.profile-inline-block{display:inline-block}.profile-w-32{width:8rem}.profile-h-6{height:1.5rem}.profile-w-20{width:5rem}.profile-h-4{height:1rem}.profile-group-hover-underline:hover{text-decoration:underline}.profile-group-hover-text-blue-600:hover{color:#2563eb}.profile-disabled-bg-gray-400{background-color:#9ca3af}.profile-disabled-cursor-not-allowed{cursor:not-allowed}@media (min-width: 768px){.profile-md-grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}}.reveal-modal-overlay{position:fixed;inset:0;z-index:9999;overflow-y:auto}.reveal-modal-backdrop{position:fixed;inset:0;background-color:#00000080;transition:opacity .2s ease}.reveal-modal-container{display:flex;min-height:100%;align-items:flex-start;justify-content:center;padding:2rem 1rem 1rem}.reveal-modal-dialog{position:relative;width:100%;max-width:42rem;transform:none;border-radius:1rem;background-color:#fff;text-align:left;box-shadow:0 25px 50px -12px #00000040;transition:all .2s ease;max-height:90vh;display:flex;flex-direction:column;overflow:hidden}.reveal-modal-header{background:linear-gradient(to right,#2563eb,#7c3aed);padding:1.5rem}.reveal-modal-header-content{display:flex;align-items:center;justify-content:space-between}.reveal-modal-title{font-size:1.25rem;font-weight:600;color:#fff;margin:0}.reveal-modal-close-button{border-radius:9999px;background-color:#ffffffe6;padding:.5rem;color:#374151;transition:background-color .2s ease;border:none;cursor:pointer}.reveal-modal-close-button:hover{background-color:#fff}.reveal-modal-close-icon{height:1.25rem;width:1.25rem}.reveal-modal-content{padding:1.5rem;flex:1;overflow-y:auto;min-height:0}.reveal-modal-footer{background-color:#f9fafb;padding:1.5rem;display:flex;justify-content:flex-end;gap:.75rem}.reveal-modal-button{padding:.5rem 1rem;border-radius:.5rem;font-weight:500;transition:all .2s ease;border:none;cursor:pointer}.reveal-modal-button-secondary{color:#374151;background-color:#fff;border:1px solid #d1d5db}.reveal-modal-button-secondary:hover{background-color:#f9fafb}.reveal-modal-button-primary{background-color:#2563eb;color:#fff}.reveal-modal-button-primary:hover{background-color:#1d4ed8}.reveal-modal-button-disabled{background-color:#9ca3af;color:#f3f4f6;cursor:not-allowed}.reveal-packages-modal-dialog{max-width:48rem}.reveal-packages-current-info{margin-top:.75rem;color:#dbeafe}.reveal-packages-current-text{font-size:.875rem}.reveal-packages-current-count{font-weight:600}.reveal-packages-monthly-info{font-size:.75rem;margin-top:.25rem}.reveal-packages-section-title{font-size:1.125rem;font-weight:500;color:#111827;margin-bottom:.5rem}.reveal-packages-section-description{color:#6b7280}.reveal-packages-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1rem;margin-bottom:1.5rem}@media (min-width: 768px){.reveal-packages-grid{grid-template-columns:repeat(3,1fr)}}.reveal-packages-card{position:relative;border-radius:.75rem;border:2px solid #e5e7eb;padding:1.5rem;transition:all .2s ease}.reveal-packages-card:hover{box-shadow:0 10px 15px -3px #0000001a}.reveal-packages-card-popular{border-color:#8b5cf6;background-color:#faf5ff}.reveal-packages-card-popular:hover{border-color:#7c3aed}.reveal-packages-popular-badge{position:absolute;top:-.75rem;left:50%;transform:translate(-50%);background-color:#8b5cf6;color:#fff;padding:.25rem 1rem;border-radius:9999px;font-size:.75rem;font-weight:500;white-space:nowrap}.reveal-packages-card-content{text-align:center}.reveal-packages-card-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.5rem}.reveal-packages-price-container{margin-bottom:1rem}.reveal-packages-price{font-size:1.875rem;font-weight:700;color:#111827}.reveal-packages-price-unit{color:#6b7280}.reveal-packages-description{color:#6b7280;margin-bottom:1rem}.reveal-packages-reveals-count{margin-bottom:1rem}.reveal-packages-reveals-number{font-size:1.5rem;font-weight:700;color:#2563eb}.reveal-packages-features{text-align:left;margin-bottom:1.5rem}.reveal-packages-feature-item{display:flex;align-items:center;font-size:.875rem;color:#6b7280;margin-bottom:.5rem}.reveal-packages-feature-icon{height:1rem;width:1rem;color:#10b981;margin-right:.5rem;flex-shrink:0}.reveal-packages-purchase-button{width:100%;padding:.75rem 1rem;border-radius:.5rem;font-weight:500;transition:all .2s ease;border:none;cursor:pointer}.reveal-packages-purchase-button-primary{background-color:#2563eb;color:#fff}.reveal-packages-purchase-button-primary:hover{background-color:#1d4ed8}.reveal-packages-purchase-button-popular{background-color:#8b5cf6;color:#fff}.reveal-packages-purchase-button-popular:hover{background-color:#7c3aed}.reveal-packages-info-section{background-color:#f9fafb;border-radius:.5rem;padding:1rem}.reveal-packages-info-title{font-weight:500;color:#111827;margin-bottom:.5rem}.reveal-packages-info-list{font-size:.875rem;color:#6b7280}.reveal-packages-info-item{margin-bottom:.25rem}.reveal-confirmation-modal-dialog{max-width:28rem}.reveal-confirmation-quick-button{padding:.375rem .75rem;border-radius:.5rem;font-size:.875rem;font-weight:500;transition:all .2s ease;border:none;cursor:pointer}.reveal-confirmation-quick-button-enabled{background-color:#fff;color:#2563eb}.reveal-confirmation-quick-button-enabled:hover{background-color:#f3f4f6}.reveal-confirmation-quick-button-disabled{background-color:#d1d5db;color:#6b7280;cursor:not-allowed}.reveal-confirmation-reveals-info{margin-bottom:1.5rem}.reveal-confirmation-reveals-row{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}.reveal-confirmation-reveals-label{font-size:.875rem;font-weight:500;color:#374151}.reveal-confirmation-reveals-count{font-size:1.125rem;font-weight:700;color:#2563eb}.reveal-confirmation-warning{background-color:#fef3c7;border:1px solid #fbbf24;border-radius:.5rem;padding:.75rem;margin-bottom:1rem}.reveal-confirmation-warning-text{font-size:.875rem;color:#92400e}.reveal-confirmation-section-title{font-weight:500;color:#111827;margin-bottom:.75rem}.reveal-confirmation-features-list{font-size:.875rem;color:#6b7280}.reveal-confirmation-feature-item{display:flex;align-items:flex-start;margin-bottom:.5rem}.reveal-confirmation-feature-check{color:#10b981;margin-right:.5rem;margin-top:.125rem}.reveal-confirmation-example{margin-bottom:1.5rem;padding:1rem;background-color:#f9fafb;border-radius:.5rem}.reveal-confirmation-example-title{font-weight:500;color:#111827;margin-bottom:.5rem}.reveal-confirmation-example-content{display:flex;flex-direction:column;gap:.75rem}.reveal-confirmation-example-header{display:flex;align-items:center;justify-content:space-between}.reveal-confirmation-example-name{font-size:.875rem;font-weight:500;color:#374151}.reveal-confirmation-example-platform{display:inline-flex;align-items:center;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500;background-color:#dbeafe;color:#1e40af;border:1px solid #93c5fd}.reveal-confirmation-example-comment{font-size:.875rem;color:#6b7280;font-style:italic}.reveal-confirmation-categories{display:flex;flex-direction:column;gap:.5rem}.reveal-confirmation-categories-title{font-size:.75rem;font-weight:500;color:#374151;text-transform:uppercase;letter-spacing:.05em}.reveal-confirmation-categories-list{display:flex;flex-wrap:wrap;gap:.5rem}.reveal-confirmation-category-tag{display:inline-flex;align-items:center;padding:.25rem .5rem;border-radius:9999px;font-size:.75rem;font-weight:500;border:1px solid}.reveal-confirmation-category-tag-green{background-color:#dcfce7;color:#166534;border-color:#bbf7d0}.reveal-confirmation-category-tag-yellow{background-color:#fef3c7;color:#92400e;border-color:#fde68a}.reveal-confirmation-category-tag-red{background-color:#fee2e2;color:#991b1b;border-color:#fecaca}.reveal-confirmation-example-footer{display:flex;align-items:center;justify-content:space-between;font-size:.75rem;color:#6b7280}.reveal-confirmation-notes{background-color:#dbeafe;border:1px solid #93c5fd;border-radius:.5rem;padding:1rem;margin-bottom:1.5rem}.reveal-confirmation-notes-title{font-weight:500;color:#1e40af;margin-bottom:.5rem}.reveal-confirmation-notes-list{font-size:.875rem;color:#1e40af}.reveal-confirmation-notes-item{margin-bottom:.25rem}.confirmation-modal-overlay{position:fixed;inset:0;z-index:9999;overflow-y:auto}.confirmation-modal-backdrop{position:fixed;inset:0;background-color:#00000080;transition:opacity .2s ease}.confirmation-modal-container{display:flex;min-height:100%;align-items:flex-start;justify-content:center;padding:2rem 1rem 1rem}.confirmation-modal-dialog{position:relative;width:100%;max-width:28rem;transform:none;border-radius:1rem;background-color:#fff;text-align:left;box-shadow:0 25px 50px -12px #00000040;transition:all .2s ease;max-height:90vh;display:flex;flex-direction:column}.confirmation-modal-header{background:linear-gradient(to right,#dc2626,#b91c1c);padding:1.5rem}.confirmation-modal-header-content{display:flex;align-items:center;justify-content:space-between}.confirmation-modal-title{font-size:1.25rem;font-weight:600;color:#fff;margin:0}.confirmation-modal-close-button{border-radius:9999px;background-color:#ffffffe6;padding:.5rem;color:#374151;transition:background-color .2s ease;border:none;cursor:pointer}.confirmation-modal-close-button:hover{background-color:#fff}.confirmation-modal-close-icon{height:1.25rem;width:1.25rem}.confirmation-modal-content{padding:1.5rem;flex:1;overflow-y:auto;min-height:0}.confirmation-modal-message{color:#374151;margin-bottom:1.5rem}.confirmation-modal-footer{background-color:#f9fafb;padding:1.5rem;display:flex;justify-content:flex-end;gap:.75rem}.confirmation-modal-button{padding:.5rem 1rem;border-radius:.5rem;font-weight:500;transition:all .2s ease;border:none;cursor:pointer}.confirmation-modal-button-secondary{color:#374151;background-color:#fff;border:1px solid #d1d5db}.confirmation-modal-button-secondary:hover{background-color:#f9fafb}.confirmation-modal-button-primary{background-color:#dc2626;color:#fff}.confirmation-modal-button-primary:hover{background-color:#b91c1c}.rate-limit-modal-overlay{position:fixed;inset:0;z-index:50;overflow-y:auto}.rate-limit-modal-backdrop{position:fixed;inset:0;background-color:#00000080;transition:opacity .2s ease}.rate-limit-modal-container{display:flex;min-height:100%;align-items:flex-start;justify-content:center;padding:2rem 1rem 1rem}.rate-limit-modal-dialog{position:relative;width:100%;max-width:28rem;transform:none;border-radius:1rem;background-color:#fff;text-align:left;box-shadow:0 25px 50px -12px #00000040;transition:all .2s ease;max-height:90vh;display:flex;flex-direction:column}.rate-limit-modal-header{background:linear-gradient(to right,#ef4444,#f97316);padding:1.5rem}.rate-limit-modal-header-content{display:flex;align-items:center;justify-content:space-between}.rate-limit-modal-title-section{display:flex;align-items:center;gap:.75rem}.rate-limit-modal-icon{font-size:1.5rem}.rate-limit-modal-title{font-size:1.25rem;font-weight:600;color:#fff;margin:0}.rate-limit-modal-close-button{border-radius:9999px;background-color:#ffffffe6;padding:.5rem;color:#374151;transition:background-color .2s ease;border:none;cursor:pointer}.rate-limit-modal-close-button:hover{background-color:#fff}.rate-limit-modal-close-icon{height:1.25rem;width:1.25rem}.rate-limit-modal-content{padding:1.5rem;flex:1;overflow-y:auto;min-height:0}.rate-limit-modal-error-message{color:#374151;margin-bottom:1rem}.rate-limit-modal-info-box{background-color:#f9fafb;border-radius:.5rem;padding:1rem;margin-bottom:1rem}.rate-limit-modal-info-row{display:flex;align-items:center;gap:.5rem;font-size:.875rem;color:#6b7280}.rate-limit-modal-suggestion-box{background-color:#dbeafe;border-radius:.5rem;padding:1rem;margin-bottom:1rem}.rate-limit-modal-suggestion-title{font-weight:500;color:#1e40af;margin-bottom:.5rem}.rate-limit-modal-suggestion-list{font-size:.875rem;color:#1e40af}.rate-limit-modal-suggestion-item{margin-bottom:.25rem}.rate-limit-modal-upgrade-box{background-color:#faf5ff;border-radius:.5rem;padding:1rem;margin-bottom:1rem}.rate-limit-modal-upgrade-title{font-weight:500;color:#7c3aed;margin-bottom:.5rem}.rate-limit-modal-upgrade-text{font-size:.875rem;color:#7c3aed}.rate-limit-modal-footer{background-color:#f9fafb;padding:1.5rem;display:flex;justify-content:flex-end;gap:.75rem}.rate-limit-modal-button{padding:.5rem 1rem;border-radius:.5rem;font-weight:500;transition:all .2s ease;border:none;cursor:pointer}.rate-limit-modal-button-secondary{color:#374151;background-color:#fff;border:1px solid #d1d5db}.rate-limit-modal-button-secondary:hover{background-color:#f9fafb}.rate-limit-modal-button-primary{background-color:#2563eb;color:#fff}.rate-limit-modal-button-primary:hover{background-color:#1d4ed8}.rate-limit-modal-button-upgrade{background-color:#8b5cf6;color:#fff}.rate-limit-modal-button-upgrade:hover{background-color:#7c3aed}.reviewer-success-modal-overlay{position:fixed;inset:0;z-index:9999;overflow-y:auto}.reviewer-success-modal-backdrop{position:fixed;inset:0;background-color:#00000080;transition:opacity .2s ease}.reviewer-success-modal-container{display:flex;min-height:100%;align-items:flex-start;justify-content:center;padding:2rem 1rem 1rem}.reviewer-success-modal-dialog{position:relative;width:100%;max-width:28rem;transform:none;border-radius:1rem;background-color:#fff;text-align:left;box-shadow:0 25px 50px -12px #00000040;transition:all .2s ease;max-height:90vh;display:flex;flex-direction:column}.reviewer-success-modal-header{background:linear-gradient(to right,#16a34a,#15803d);padding:1.5rem}.reviewer-success-modal-header-content{display:flex;align-items:center;justify-content:space-between}.reviewer-success-modal-title{font-size:1.25rem;font-weight:600;color:#fff;margin:0}.reviewer-success-modal-close-button{border-radius:9999px;background-color:#ffffffe6;padding:.5rem;color:#374151;transition:background-color .2s ease;border:none;cursor:pointer}.reviewer-success-modal-close-button:hover{background-color:#fff}.reviewer-success-modal-close-icon{height:1.25rem;width:1.25rem}.reviewer-success-modal-content{padding:1.5rem;text-align:center;flex:1;overflow-y:auto;min-height:0}.reviewer-success-modal-icon{font-size:3.75rem;margin-bottom:1rem}.reviewer-success-modal-title-text{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem}.reviewer-success-modal-description{font-size:.875rem;color:#6b7280;line-height:1.625}.reviewer-success-modal-footer{background-color:#f9fafb;padding:1.5rem;display:flex;justify-content:center}.reviewer-success-modal-button{padding:.75rem 1.5rem;border-radius:.5rem;font-weight:500;transition:all .2s ease;border:none;cursor:pointer;background-color:#16a34a;color:#fff}.reviewer-success-modal-button:hover{background-color:#15803d}.reviewer-stats-modal-overlay{position:fixed;inset:0;z-index:50;overflow-y:auto}.reviewer-stats-modal-backdrop{position:fixed;inset:0;background-color:#00000080;transition:opacity .2s ease}.reviewer-stats-modal-container{display:flex;min-height:100%;align-items:flex-start;justify-content:center;padding:2rem 1rem 1rem}.reviewer-stats-modal-dialog{position:relative;width:100%;max-width:42rem;transform:none;border-radius:1rem;background-color:#fff;text-align:left;box-shadow:0 25px 50px -12px #00000040;transition:all .2s ease;max-height:90vh;display:flex;flex-direction:column}.reviewer-stats-modal-header{background:linear-gradient(to right,#2563eb,#7c3aed);padding:1.5rem}.reviewer-stats-modal-header-content{display:flex;align-items:center;justify-content:space-between}.reviewer-stats-modal-title{font-size:1.25rem;font-weight:600;color:#fff;margin:0}.reviewer-stats-modal-close-button{border-radius:9999px;background-color:#ffffffe6;padding:.5rem;color:#374151;transition:background-color .2s ease;border:none;cursor:pointer}.reviewer-stats-modal-close-button:hover{background-color:#fff}.reviewer-stats-modal-close-icon{height:1.25rem;width:1.25rem}.reviewer-stats-modal-content{padding:1.5rem;flex:1;overflow-y:auto;min-height:0}.reviewer-stats-modal-loading{text-align:center;padding:2rem}.reviewer-stats-modal-spinner{width:3rem;height:3rem;border:2px solid #e5e7eb;border-top:2px solid #2563eb;border-radius:50%;animation:spin 1s linear infinite;margin:0 auto}.reviewer-stats-modal-loading-text{margin-top:1rem;color:#6b7280}.reviewer-stats-modal-error{background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;padding:1rem;margin-bottom:1.5rem}.reviewer-stats-modal-error-content{display:flex}.reviewer-stats-modal-error-icon{color:#f87171;margin-right:.75rem}.reviewer-stats-modal-error-text{font-size:.875rem;font-weight:500;color:#991b1b}.reviewer-stats-modal-error-message{font-size:.875rem;color:#b91c1c;margin-top:.25rem}.reviewer-stats-modal-sections{display:flex;flex-direction:column;gap:1.5rem}.reviewer-stats-modal-user-section{background-color:#f9fafb;border-radius:.5rem;padding:1rem}.reviewer-stats-modal-user-info{display:flex;align-items:center;justify-content:space-between}.reviewer-stats-modal-user-details h4{font-size:1.125rem;font-weight:600;color:#111827;margin:0}.reviewer-stats-modal-user-details p{font-size:.875rem;color:#6b7280;margin:0}.reviewer-stats-modal-rank{text-align:right}.reviewer-stats-modal-rank-icon{font-size:1.5rem}.reviewer-stats-modal-rank-text{font-size:.875rem;color:#6b7280}.reviewer-stats-modal-stats-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:1rem}@media (min-width: 768px){.reviewer-stats-modal-stats-grid{grid-template-columns:repeat(3,1fr)}}.reviewer-stats-modal-stat-card{border-radius:.5rem;padding:1rem;text-align:center}.reviewer-stats-modal-stat-card-blue{background-color:#dbeafe}.reviewer-stats-modal-stat-card-green{background-color:#dcfce7}.reviewer-stats-modal-stat-card-red{background-color:#fee2e2}.reviewer-stats-modal-stat-number{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.reviewer-stats-modal-stat-number-blue{color:#2563eb}.reviewer-stats-modal-stat-number-green{color:#16a34a}.reviewer-stats-modal-stat-number-red{color:#dc2626}.reviewer-stats-modal-stat-label{font-size:.875rem;color:#374151}.reviewer-stats-modal-footer{background-color:#f9fafb;padding:1.5rem;display:flex;justify-content:flex-end}.reviewer-stats-modal-button{padding:.5rem 1rem;border-radius:.5rem;font-weight:500;transition:all .2s ease;border:none;cursor:pointer;color:#374151;background-color:#fff;border:1px solid #d1d5db}.reviewer-stats-modal-button:hover{background-color:#f9fafb}.reviewer-stats-modal-accuracy-section{background-color:#fff;border:1px solid #e5e7eb;border-radius:.5rem;padding:1rem}.reviewer-stats-modal-accuracy-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.75rem}.reviewer-stats-modal-accuracy-content{display:flex;align-items:center;justify-content:space-between}.reviewer-stats-modal-accuracy-bar-container{flex:1}.reviewer-stats-modal-accuracy-bar-bg{width:100%;background-color:#e5e7eb;border-radius:9999px;height:.5rem}.reviewer-stats-modal-accuracy-bar{height:.5rem;border-radius:9999px;transition:all .3s ease;width:var(--accuracy-width);background-color:var(--accuracy-color)}.reviewer-stats-modal-accuracy-percentage{margin-left:1rem;font-size:1.125rem;font-weight:600;color:var(--accuracy-color)}.reviewer-stats-modal-additional-stats{display:grid;grid-template-columns:repeat(1,1fr);gap:1rem}@media (min-width: 768px){.reviewer-stats-modal-additional-stats{grid-template-columns:repeat(2,1fr)}}.reviewer-stats-modal-additional-stat{background-color:#f9fafb;border-radius:.5rem;padding:1rem}.reviewer-stats-modal-additional-stat-title{font-weight:500;color:#111827;margin-bottom:.5rem}.reviewer-stats-modal-additional-stat-value{color:#6b7280}.evidence-viewer-modal-overlay{position:fixed;inset:0;z-index:9999;overflow-y:auto}.evidence-viewer-modal-backdrop{position:fixed;inset:0;background-color:#000c;transition:opacity .2s ease}.evidence-viewer-modal-container{display:flex;min-height:100%;align-items:center;justify-content:center;padding:1rem}.evidence-viewer-modal-dialog{position:relative;width:100%;max-width:90vw;max-height:90vh;transform:none;border-radius:1rem;background-color:#fff;text-align:left;box-shadow:0 25px 50px -12px #00000040;transition:all .2s ease;display:flex;flex-direction:column}.evidence-viewer-modal-header{background:linear-gradient(to right,#1f2937,#374151);padding:1rem 1.5rem;display:flex;align-items:center;justify-content:space-between;border-radius:1rem 1rem 0 0}.evidence-viewer-modal-title{font-size:1.125rem;font-weight:600;color:#fff;margin:0}.evidence-viewer-modal-close-button{border-radius:9999px;background-color:#ffffffe6;padding:.5rem;color:#374151;transition:background-color .2s ease;border:none;cursor:pointer}.evidence-viewer-modal-close-button:hover{background-color:#fff}.evidence-viewer-modal-close-icon{height:1.25rem;width:1.25rem}.evidence-viewer-modal-content{flex:1;overflow:hidden;display:flex;flex-direction:column}.evidence-viewer-modal-image-container{flex:1;display:flex;align-items:center;justify-content:center;background-color:#f9fafb;position:relative;min-height:300px}.evidence-viewer-modal-image{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain;border-radius:.5rem}.evidence-viewer-modal-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;color:#6b7280}.evidence-viewer-modal-spinner{width:2rem;height:2rem;border:2px solid #e5e7eb;border-top:2px solid #2563eb;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:1rem}.evidence-viewer-modal-error{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:2rem;color:#dc2626}.evidence-viewer-modal-error-icon{font-size:3rem;margin-bottom:1rem}.evidence-viewer-modal-error-text{font-size:1.125rem;font-weight:500;margin-bottom:.5rem}.evidence-viewer-modal-error-message{font-size:.875rem;color:#6b7280;text-align:center}.evidence-viewer-modal-footer{background-color:#f9fafb;padding:1rem 1.5rem;display:flex;justify-content:space-between;align-items:center;border-radius:0 0 1rem 1rem}.evidence-viewer-modal-info{display:flex;flex-direction:column;gap:.25rem}.evidence-viewer-modal-filename{font-size:.875rem;font-weight:500;color:#111827}.evidence-viewer-modal-filesize{font-size:.75rem;color:#6b7280}.evidence-viewer-modal-actions{display:flex;gap:.5rem}.evidence-viewer-modal-button{padding:.5rem 1rem;border-radius:.5rem;font-weight:500;transition:all .2s ease;border:none;cursor:pointer;font-size:.875rem}.evidence-viewer-modal-button-secondary{color:#374151;background-color:#fff;border:1px solid #d1d5db}.evidence-viewer-modal-button-secondary:hover{background-color:#f9fafb}.evidence-viewer-modal-button-primary{background-color:#2563eb;color:#fff}.evidence-viewer-modal-button-primary:hover{background-color:#1d4ed8}.evidence-viewer-modal-zoom-controls{position:absolute;top:1rem;right:1rem;display:flex;gap:.5rem;z-index:10}.evidence-viewer-modal-zoom-button{width:2.5rem;height:2.5rem;border-radius:.5rem;background-color:#000000b3;color:#fff;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background-color .2s ease}.evidence-viewer-modal-zoom-button:hover{background-color:#000000e6}.evidence-viewer-modal-zoom-icon{width:1rem;height:1rem}.phone-verification-modal-overlay{position:fixed;inset:0;z-index:50;background-color:#00000080;display:flex;align-items:center;justify-content:center}.phone-verification-modal-dialog{background-color:#fff;border-radius:.5rem;padding:1.5rem;width:100%;max-width:28rem;margin:0 1rem}.phone-verification-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.phone-verification-modal-title{font-size:1.25rem;font-weight:600;color:#111827}.phone-verification-modal-close-button{color:#9ca3af;transition:color .2s ease;background:none;border:none;cursor:pointer}.phone-verification-modal-close-button:hover{color:#4b5563}.phone-verification-modal-close-icon{width:1.5rem;height:1.5rem}.phone-verification-modal-content{margin-bottom:1.5rem}.phone-verification-modal-description{color:#6b7280;margin-bottom:1rem}.phone-verification-modal-form{display:flex;flex-direction:column;gap:1rem}.phone-verification-modal-input-group{display:flex;gap:.5rem}.phone-verification-modal-country-select{border:1px solid #d1d5db;border-radius:.375rem 0 0 .375rem;padding:.5rem .75rem;background-color:#f9fafb;color:#111827;outline:none;transition:all .2s ease}.phone-verification-modal-country-select:focus{outline:2px solid #3b82f6;outline-offset:2px;border-color:#3b82f6}.phone-verification-modal-phone-input{flex:1;border:1px solid #d1d5db;border-radius:0 .375rem .375rem 0;padding:.5rem .75rem;outline:none;transition:all .2s ease}.phone-verification-modal-phone-input:focus{outline:2px solid #3b82f6;outline-offset:2px;border-color:#3b82f6}.phone-verification-modal-verification-group{display:flex;gap:.5rem}.phone-verification-modal-verification-input{flex:1;border:1px solid #d1d5db;border-radius:.375rem;padding:.5rem .75rem;text-align:center;font-size:1.125rem;font-weight:600;letter-spacing:.1em;outline:none;transition:all .2s ease}.phone-verification-modal-verification-input:focus{outline:2px solid #3b82f6;outline-offset:2px;border-color:#3b82f6}.phone-verification-modal-button{flex:1;background-color:#2563eb;color:#fff;padding:.5rem 1rem;border-radius:.375rem;border:none;cursor:pointer;font-weight:500;transition:all .2s ease;outline:none}.phone-verification-modal-button:hover{background-color:#1d4ed8}.phone-verification-modal-button:focus{outline:2px solid #3b82f6;outline-offset:2px}.phone-verification-modal-button:disabled{opacity:.5;cursor:not-allowed}.phone-verification-modal-resend-button{background:none;border:none;color:#2563eb;cursor:pointer;text-decoration:underline;font-size:.875rem;margin-top:.5rem}.phone-verification-modal-resend-button:hover{color:#1d4ed8}.phone-verification-modal-resend-button:disabled{color:#9ca3af;cursor:not-allowed;text-decoration:none}.phone-verification-modal-error{color:#dc2626;font-size:.875rem;margin-top:.25rem}.phone-verification-modal-success{color:#16a34a;font-size:.875rem;margin-top:.25rem}.phone-verification-modal-timer{color:#6b7280;font-size:.875rem;margin-top:.5rem}.email-verification-modal-overlay{position:fixed;inset:0;z-index:50;background-color:#00000080;display:flex;align-items:center;justify-content:center}.email-verification-modal-dialog{background-color:#fff;border-radius:.5rem;padding:1.5rem;width:100%;max-width:28rem;margin:0 1rem}.email-verification-modal-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.email-verification-modal-title{font-size:1.25rem;font-weight:600;color:#111827}.email-verification-modal-close-button{color:#9ca3af;transition:color .2s ease;background:none;border:none;cursor:pointer}.email-verification-modal-close-button:hover{color:#4b5563}.email-verification-modal-close-icon{width:1.5rem;height:1.5rem}.email-verification-modal-content{margin-bottom:1.5rem}.email-verification-modal-description{color:#6b7280;margin-bottom:1rem}.email-verification-modal-form{display:flex;flex-direction:column;gap:1rem}.email-verification-modal-input-group{display:flex;gap:.5rem}.email-verification-modal-email-input{flex:1;border:1px solid #d1d5db;border-radius:.375rem;padding:.5rem .75rem;outline:none;transition:all .2s ease}.email-verification-modal-email-input:focus{outline:2px solid #3b82f6;outline-offset:2px;border-color:#3b82f6}.email-verification-modal-verification-group{display:flex;gap:.5rem}.email-verification-modal-verification-input{flex:1;border:1px solid #d1d5db;border-radius:.375rem;padding:.5rem .75rem;text-align:center;font-size:1.125rem;font-weight:600;letter-spacing:.1em;outline:none;transition:all .2s ease}.email-verification-modal-verification-input:focus{outline:2px solid #3b82f6;outline-offset:2px;border-color:#3b82f6}.email-verification-modal-button{flex:1;background-color:#2563eb;color:#fff;padding:.5rem 1rem;border-radius:.375rem;border:none;cursor:pointer;font-weight:500;transition:all .2s ease;outline:none}.email-verification-modal-button:hover{background-color:#1d4ed8}.email-verification-modal-button:focus{outline:2px solid #3b82f6;outline-offset:2px}.email-verification-modal-button:disabled{opacity:.5;cursor:not-allowed}.email-verification-modal-resend-button{background:none;border:none;color:#2563eb;cursor:pointer;text-decoration:underline;font-size:.875rem;margin-top:.5rem}.email-verification-modal-resend-button:hover{color:#1d4ed8}.email-verification-modal-resend-button:disabled{color:#9ca3af;cursor:not-allowed;text-decoration:none}.email-verification-modal-error{color:#dc2626;font-size:.875rem;margin-top:.25rem}.email-verification-modal-success{color:#16a34a;font-size:.875rem;margin-top:.25rem}.email-verification-modal-timer{color:#6b7280;font-size:.875rem;margin-top:.5rem}.trust-score-modal-overlay{position:fixed;inset:0;z-index:50;background-color:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem}.trust-score-modal-dialog{background-color:#fff;border-radius:.5rem;max-width:28rem;width:100%;max-height:90vh;overflow-y:auto}.trust-score-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb}.trust-score-modal-title{font-size:1.25rem;font-weight:600;color:#111827}.trust-score-modal-close-button{color:#9ca3af;transition:color .2s ease;background:none;border:none;cursor:pointer}.trust-score-modal-close-button:hover{color:#4b5563}.trust-score-modal-close-icon{width:1.5rem;height:1.5rem}.trust-score-modal-content{padding:1.5rem}.trust-score-modal-description{color:#6b7280;margin-bottom:1.5rem;line-height:1.625}.trust-score-modal-features{margin-bottom:1.5rem}.trust-score-modal-feature-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:1rem}.trust-score-modal-feature-list{list-style:none;padding:0;margin:0}.trust-score-modal-feature-item{display:flex;align-items:center;margin-bottom:.75rem;color:#374151}.trust-score-modal-feature-icon{color:#10b981;margin-right:.75rem;width:1.25rem;height:1.25rem}.trust-score-modal-cta{background-color:#f9fafb;border-radius:.5rem;padding:1rem;text-align:center}.trust-score-modal-cta-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem}.trust-score-modal-cta-description{color:#6b7280;margin-bottom:1rem;font-size:.875rem}.trust-score-modal-button{background-color:#2563eb;color:#fff;padding:.75rem 1.5rem;border-radius:.5rem;border:none;cursor:pointer;font-weight:500;transition:all .2s ease;outline:none;width:100%}.trust-score-modal-button:hover{background-color:#1d4ed8}.trust-score-modal-button:focus{outline:2px solid #3b82f6;outline-offset:2px}.ownership-dispute-modal-overlay{position:fixed;inset:0;z-index:50;background-color:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem}.ownership-dispute-modal-dialog{background-color:#fff;border-radius:.5rem;max-width:32rem;width:100%;max-height:90vh;overflow-y:auto}.ownership-dispute-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb}.ownership-dispute-modal-title{font-size:1.25rem;font-weight:600;color:#111827}.ownership-dispute-modal-close-button{color:#9ca3af;transition:color .2s ease;background:none;border:none;cursor:pointer}.ownership-dispute-modal-close-button:hover{color:#4b5563}.ownership-dispute-modal-close-icon{width:1.5rem;height:1.5rem}.ownership-dispute-modal-content{padding:1.5rem}.ownership-dispute-modal-description{color:#6b7280;margin-bottom:1.5rem;line-height:1.625}.ownership-dispute-modal-form{display:flex;flex-direction:column;gap:1.5rem}.ownership-dispute-modal-field{display:flex;flex-direction:column;gap:.5rem}.ownership-dispute-modal-label{font-size:.875rem;font-weight:500;color:#374151}.ownership-dispute-modal-input{border:1px solid #d1d5db;border-radius:.375rem;padding:.75rem;outline:none;transition:all .2s ease}.ownership-dispute-modal-input:focus{outline:2px solid #3b82f6;outline-offset:2px;border-color:#3b82f6}.ownership-dispute-modal-textarea{border:1px solid #d1d5db;border-radius:.375rem;padding:.75rem;outline:none;transition:all .2s ease;resize:vertical;min-height:6rem}.ownership-dispute-modal-textarea:focus{outline:2px solid #3b82f6;outline-offset:2px;border-color:#3b82f6}.ownership-dispute-modal-file-upload{border:2px dashed #d1d5db;border-radius:.5rem;padding:2rem;text-align:center;transition:all .2s ease;cursor:pointer}.ownership-dispute-modal-file-upload:hover{border-color:#3b82f6;background-color:#f8fafc}.ownership-dispute-modal-file-upload.dragover{border-color:#3b82f6;background-color:#eff6ff}.ownership-dispute-modal-file-input{display:none}.ownership-dispute-modal-file-label{display:flex;flex-direction:column;align-items:center;gap:.5rem;cursor:pointer}.ownership-dispute-modal-file-icon{width:3rem;height:3rem;color:#9ca3af}.ownership-dispute-modal-file-text{color:#6b7280;font-size:.875rem}.ownership-dispute-modal-file-hint{color:#9ca3af;font-size:.75rem}.ownership-dispute-modal-file-list{margin-top:1rem;display:flex;flex-direction:column;gap:.5rem}.ownership-dispute-modal-file-item{display:flex;align-items:center;justify-content:space-between;padding:.75rem;background-color:#f9fafb;border-radius:.375rem;border:1px solid #e5e7eb}.ownership-dispute-modal-file-info{display:flex;align-items:center;gap:.75rem}.ownership-dispute-modal-file-icon-small{width:1.25rem;height:1.25rem;color:#6b7280}.ownership-dispute-modal-file-name{color:#374151;font-size:.875rem;font-weight:500}.ownership-dispute-modal-file-size{color:#6b7280;font-size:.75rem}.ownership-dispute-modal-file-remove{color:#dc2626;background:none;border:none;cursor:pointer;padding:.25rem;border-radius:.25rem;transition:all .2s ease}.ownership-dispute-modal-file-remove:hover{background-color:#fef2f2}.ownership-dispute-modal-error{color:#dc2626;font-size:.875rem;margin-top:.25rem}.ownership-dispute-modal-success{color:#16a34a;font-size:.875rem;margin-top:.25rem}.ownership-dispute-modal-footer{display:flex;justify-content:flex-end;gap:.75rem;padding:1.5rem;border-top:1px solid #e5e7eb;background-color:#f9fafb}.ownership-dispute-modal-button{padding:.75rem 1.5rem;border-radius:.5rem;border:none;cursor:pointer;font-weight:500;transition:all .2s ease;outline:none}.ownership-dispute-modal-button-secondary{background-color:#fff;color:#374151;border:1px solid #d1d5db}.ownership-dispute-modal-button-secondary:hover{background-color:#f9fafb}.ownership-dispute-modal-button-primary{background-color:#2563eb;color:#fff}.ownership-dispute-modal-button-primary:hover{background-color:#1d4ed8}.ownership-dispute-modal-button:disabled{opacity:.5;cursor:not-allowed}.trust-score-breakdown-modal-overlay{position:fixed;inset:0;z-index:50;background-color:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem}.trust-score-breakdown-modal-dialog{background-color:#fff;border-radius:.5rem;max-width:32rem;width:100%;max-height:90vh;overflow-y:auto}.trust-score-breakdown-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb}.trust-score-breakdown-modal-title{font-size:1.25rem;font-weight:600;color:#111827}.trust-score-breakdown-modal-close-button{color:#9ca3af;transition:color .2s ease;background:none;border:none;cursor:pointer}.trust-score-breakdown-modal-close-button:hover{color:#4b5563}.trust-score-breakdown-modal-close-icon{width:1.5rem;height:1.5rem}.trust-score-breakdown-modal-content{padding:1.5rem}.trust-score-breakdown-modal-description{color:#6b7280;margin-bottom:1.5rem;line-height:1.625}.trust-score-breakdown-modal-score-section{margin-bottom:2rem}.trust-score-breakdown-modal-current-score{text-align:center;margin-bottom:1.5rem}.trust-score-breakdown-modal-score-number{font-size:3rem;font-weight:700;color:#111827;margin-bottom:.5rem}.trust-score-breakdown-modal-score-label{color:#6b7280;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em}.trust-score-breakdown-modal-breakdown{display:flex;flex-direction:column;gap:1rem}.trust-score-breakdown-modal-breakdown-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;background-color:#f9fafb;border-radius:.5rem;border:1px solid #e5e7eb}.trust-score-breakdown-modal-breakdown-label{display:flex;align-items:center;gap:.75rem}.trust-score-breakdown-modal-breakdown-icon{width:1.25rem;height:1.25rem}.trust-score-breakdown-modal-breakdown-text{color:#374151;font-weight:500}.trust-score-breakdown-modal-breakdown-score{color:#111827;font-weight:600;font-size:1.125rem}.trust-score-breakdown-modal-breakdown-score.positive{color:#16a34a}.trust-score-breakdown-modal-breakdown-score.negative{color:#dc2626}.trust-score-breakdown-modal-breakdown-score.neutral{color:#6b7280}.trust-score-breakdown-modal-footer{display:flex;justify-content:flex-end;padding:1.5rem;border-top:1px solid #e5e7eb;background-color:#f9fafb}.trust-score-breakdown-modal-button{padding:.75rem 1.5rem;border-radius:.5rem;border:none;cursor:pointer;font-weight:500;transition:all .2s ease;outline:none;background-color:#2563eb;color:#fff}.trust-score-breakdown-modal-button:hover{background-color:#1d4ed8}.trust-score-breakdown-modal-button:focus{outline:2px solid #3b82f6;outline-offset:2px}.graceful-reauth-modal-overlay{position:fixed;inset:0;z-index:50;background-color:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem}.graceful-reauth-modal-dialog{background-color:#fff;border-radius:.5rem;max-width:28rem;width:100%;max-height:90vh;overflow-y:auto}.graceful-reauth-modal-header{display:flex;align-items:center;justify-content:space-between;padding:1.5rem;border-bottom:1px solid #e5e7eb}.graceful-reauth-modal-title{font-size:1.25rem;font-weight:600;color:#111827}.graceful-reauth-modal-close-button{color:#9ca3af;transition:color .2s ease;background:none;border:none;cursor:pointer}.graceful-reauth-modal-close-button:hover{color:#4b5563}.graceful-reauth-modal-close-icon{width:1.5rem;height:1.5rem}.graceful-reauth-modal-content{padding:1.5rem}.graceful-reauth-modal-description{color:#6b7280;margin-bottom:1.5rem;line-height:1.625}.graceful-reauth-modal-icon{width:3rem;height:3rem;color:#f59e0b;margin:0 auto 1rem}.graceful-reauth-modal-message{text-align:center;margin-bottom:1.5rem}.graceful-reauth-modal-message-title{font-size:1.125rem;font-weight:600;color:#111827;margin-bottom:.5rem}.graceful-reauth-modal-message-text{color:#6b7280;font-size:.875rem}.graceful-reauth-modal-actions{display:flex;flex-direction:column;gap:.75rem}.graceful-reauth-modal-button{padding:.75rem 1.5rem;border-radius:.5rem;border:none;cursor:pointer;font-weight:500;transition:all .2s ease;outline:none;text-align:center}.graceful-reauth-modal-button-primary{background-color:#2563eb;color:#fff}.graceful-reauth-modal-button-primary:hover{background-color:#1d4ed8}.graceful-reauth-modal-button-secondary{background-color:#fff;color:#374151;border:1px solid #d1d5db}.graceful-reauth-modal-button-secondary:hover{background-color:#f9fafb}.graceful-reauth-modal-button:disabled{opacity:.5;cursor:not-allowed}.graceful-reauth-modal-footer{padding:1rem 1.5rem;border-top:1px solid #e5e7eb;background-color:#f9fafb;text-align:center}.graceful-reauth-modal-footer-text{color:#6b7280;font-size:.75rem}.auth-loading-modal-overlay{position:fixed;inset:0;z-index:50;background-color:#00000080;display:flex;align-items:center;justify-content:center;padding:1rem}.auth-loading-modal-dialog{background-color:#fff;border-radius:.5rem;max-width:24rem;width:100%;max-height:90vh;overflow-y:auto}.auth-loading-modal-content{padding:2rem;text-align:center}.auth-loading-modal-icon{width:4rem;height:4rem;color:#2563eb;margin:0 auto 1.5rem}.auth-loading-modal-title{font-size:1.25rem;font-weight:600;color:#111827;margin-bottom:.5rem}.auth-loading-modal-description{color:#6b7280;margin-bottom:1.5rem;line-height:1.625}.auth-loading-modal-spinner{display:flex;align-items:center;justify-content:center;gap:.75rem;margin-bottom:1rem}.auth-loading-modal-spinner-icon{width:1.25rem;height:1.25rem;color:#2563eb;animation:spin 1s linear infinite}.auth-loading-modal-spinner-text{color:#6b7280;font-size:.875rem}.auth-loading-modal-progress{width:100%;background-color:#e5e7eb;border-radius:.5rem;height:.5rem;margin-bottom:1rem;overflow:hidden}.auth-loading-modal-progress-bar{height:100%;background-color:#2563eb;border-radius:.5rem;transition:width .3s ease}.auth-loading-modal-status{color:#6b7280;font-size:.75rem;text-align:center}.auth-loading-modal-button{padding:.75rem 1.5rem;border-radius:.5rem;border:none;cursor:pointer;font-weight:500;transition:all .2s ease;outline:none;text-align:center}.auth-loading-modal-button-primary{background-color:#2563eb;color:#fff}.auth-loading-modal-button-primary:hover{background-color:#1d4ed8}.profile-screen-container{min-height:100vh;background-color:#f9fafb;margin-bottom:8rem}.profile-screen-header{background-color:#fff;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;border-bottom:1px solid #e5e7eb}.profile-screen-header-container{max-width:80rem;margin:0 auto;padding:0 1rem}@media (min-width: 640px){.profile-screen-header-container{padding:0 1.5rem}}@media (min-width: 1024px){.profile-screen-header-container{padding:0 2rem}}.profile-screen-header-content{display:flex;justify-content:space-between;align-items:center;height:4rem}.profile-screen-header-left{display:flex;align-items:center}.profile-screen-back-button{margin-right:1rem;color:#9ca3af;transition:color .2s ease;background:none;border:none;cursor:pointer;padding:.5rem;border-radius:.375rem}.profile-screen-back-button:hover{color:#4b5563}.profile-screen-title{font-size:1.25rem;font-weight:600;color:#111827}.profile-screen-header-right{display:flex;align-items:center;gap:1rem}.profile-screen-signout-button{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:#b91c1c;background-color:#fff;border:1px solid #fca5a5;border-radius:.375rem;cursor:pointer;transition:all .2s ease}.profile-screen-signout-button:hover{background-color:#fef2f2}.profile-screen-main-content{max-width:80rem;margin:0 auto;padding:2rem 1rem}@media (min-width: 640px){.profile-screen-main-content{padding:2rem 1.5rem}}@media (min-width: 1024px){.profile-screen-main-content{padding:2rem}}.profile-screen-grid{display:grid;grid-template-columns:1fr;gap:2rem}@media (min-width: 1024px){.profile-screen-grid{grid-template-columns:1fr 2fr}}.profile-card{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;padding:1.5rem;position:relative}.profile-card-content{text-align:center}.profile-photo-container{position:relative;display:inline-block;margin-bottom:1rem}.profile-photo{width:8rem;height:8rem;border-radius:50%;border:4px solid white;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;-o-object-fit:cover;object-fit:cover}.profile-photo-placeholder{width:8rem;height:8rem;border-radius:50%;border:4px solid white;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;background-color:#f3f4f6;display:flex;align-items:center;justify-content:center;font-size:2rem}.profile-photo-upload-label{position:absolute;bottom:0;right:0;background-color:#2563eb;color:#fff;border-radius:50%;padding:.5rem;cursor:pointer;transition:background-color .2s ease}.profile-photo-upload-label:hover{background-color:#1d4ed8}.profile-photo-upload-spinner{animation:spin 1s linear infinite;border-radius:50%;height:1rem;width:1rem;border:2px solid white;border-top-color:transparent}.profile-photo-upload-icon{width:1rem;height:1rem}.profile-name{margin-top:1rem;font-size:1.5rem;font-weight:700;color:#111827}.profile-name-loading{height:2rem;background-color:#e5e7eb;border-radius:.25rem;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.profile-email-section{margin-top:.5rem}.profile-email-text{font-size:.875rem;color:#4b5563}.profile-email-placeholder{color:#6b7280;font-size:.875rem}.profile-email-button{padding:.25rem .75rem;background-color:#2563eb;color:#fff;font-size:.75rem;border-radius:.25rem;border:none;cursor:pointer;transition:background-color .2s ease}.profile-email-button:hover{background-color:#1d4ed8}.profile-trust-score{margin-top:1rem}.profile-trust-score-text{font-size:.875rem;color:#4b5563;transition:color .2s ease}.profile-trust-score-text:hover{color:#2563eb}.profile-trust-score-breakdown{margin-left:.25rem;font-size:.75rem;opacity:.75}.profile-trust-score-loading{display:inline-block;width:8rem;height:1.5rem;background-color:#e5e7eb;border-radius:.5rem;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.profile-stats-section{margin-top:2rem}.profile-stats-title{font-size:1.125rem;font-weight:600;color:#374151;text-align:center;margin-bottom:1rem}.profile-stats-grid{display:grid;grid-template-columns:1fr;gap:1rem;max-width:28rem;margin:0 auto}.profile-stat-card{background-color:#f9fafb;border-radius:.5rem;padding:1rem;text-align:center;transition:background-color .2s ease}.profile-stat-card:hover{background-color:#f3f4f6}.profile-stat-label{font-size:.75rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.25rem}.profile-stat-value{font-size:.875rem;font-weight:600;color:#111827}.profile-stat-button{padding:.25rem .75rem;background-color:#2563eb;color:#fff;font-size:.75rem;border-radius:.375rem;border:none;cursor:pointer;transition:background-color .2s ease}.profile-stat-button:hover{background-color:#1d4ed8}.profile-stat-loading{display:inline-block;width:5rem;height:1rem;background-color:#e5e7eb;border-radius:.5rem;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}.profile-preferences-card{background-color:#f9fafb;border-radius:.5rem;padding:1rem;transition:background-color .2s ease}.profile-preferences-card:hover{background-color:#f3f4f6}.profile-preferences-title{font-size:.75rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:.75rem;text-align:center}.profile-preference-item{display:flex;align-items:center;justify-content:space-between;margin-bottom:1rem;padding:1rem;background-color:#fff;border-radius:.5rem;border:1px solid #e5e7eb}.profile-preference-content{flex:1}.profile-preference-header{display:flex;align-items:center;margin-bottom:.25rem}.profile-preference-name{font-size:.875rem;font-weight:500;color:#111827}.profile-preference-description{font-size:.75rem;color:#4b5563}.profile-preference-switch{margin-left:1rem}.profile-main-content{display:flex;flex-direction:column;gap:1.5rem}.profile-activity-section{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;padding:1.5rem}.profile-activity-title{font-size:1.125rem;font-weight:500;color:#111827;margin-bottom:1rem}.profile-activity-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}@media (min-width: 768px){.profile-activity-grid{grid-template-columns:repeat(4,1fr)}}.profile-activity-card{background-color:#f9fafb;border-radius:.5rem;padding:1rem;text-align:center;cursor:pointer;transition:all .2s ease;border:1px solid transparent}.profile-activity-card:hover{background-color:#f3f4f6;border-color:#d1d5db;transform:translateY(-1px)}.profile-activity-emoji{font-size:1.5rem;margin-bottom:.5rem}.profile-activity-number{font-size:1.5rem;font-weight:700;margin-bottom:.25rem}.profile-activity-number-blue{color:#2563eb}.profile-activity-number-green{color:#10b981}.profile-activity-number-purple{color:#8b5cf6}.profile-activity-number-orange{color:#f59e0b}.profile-activity-label{font-size:.75rem;font-weight:500;color:#6b7280;text-transform:uppercase;letter-spacing:.05em}.profile-activity-skeleton{width:2rem;height:1.5rem;background-color:#e5e7eb;border-radius:.25rem;animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite;margin:0 auto}.profile-admin-section{background-color:#fff;border-radius:.5rem;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f;padding:1.5rem}.profile-admin-title{font-size:1.125rem;font-weight:500;color:#111827;margin-bottom:1rem}.profile-admin-grid{display:flex;flex-direction:column;gap:1rem}.profile-admin-item{display:flex;align-items:center;justify-content:space-between;padding:1rem;background-color:#f9fafb;border-radius:.5rem;transition:background-color .2s ease}.profile-admin-item:hover{background-color:#f3f4f6}.profile-admin-content{display:flex;align-items:center;flex:1}.profile-admin-icon{font-size:1.5rem;margin-right:.75rem}.profile-admin-info{flex:1}.profile-admin-name{font-weight:500;color:#111827;margin-bottom:.25rem}.profile-admin-description{font-size:.875rem;color:#4b5563;margin-bottom:.5rem}.profile-admin-badge{margin-left:.75rem;background-color:#ef4444;color:#fff;font-size:.75rem;border-radius:9999px;padding:.125rem .5rem}.profile-admin-button{padding:.5rem 1rem;background-color:#2563eb;color:#fff;border-radius:.375rem;border:none;cursor:pointer;font-weight:500;transition:background-color .2s ease}.profile-admin-button:hover{background-color:#1d4ed8}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
