:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}:root{--primary-color: #0d6efd;--light-gray: #f8f9fa;--dark-text: #212529;--border-color: #dee2e6;--gradient-start: #7f56d9;--gradient-end: #9e77ed;--error-red: #dc3545}body{color:#fff;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{max-width:none;width:100%;margin:0;padding:0;text-align:left}.App{position:relative;z-index:1;display:flex;flex-direction:column;min-height:100vh}.App-header{background-color:#0006;padding:20px;color:#fff;margin-bottom:20px;border-bottom:1px solid rgba(255,255,255,.2);border-radius:0;text-align:center}.App-header h1{font-size:2rem;font-weight:600;margin:0}main{flex-grow:1;display:flex;flex-direction:column;align-items:center;padding:20px 20px 20px}.blur-headline{font-size:1.8rem;font-weight:600;margin:0 0 20px;text-align:center}.input-section{margin-bottom:30px;display:flex;flex-direction:column;gap:20px;justify-content:center;align-items:center;background:radial-gradient(circle at top left,#94a3fd42,#0f172acc);padding:24px 28px;border-radius:18px;box-shadow:0 24px 60px #0f172ae6;border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);width:100%;max-width:600px}.input-section input[type=text]{padding:14px 20px;border:1px solid rgba(255,255,255,.16);background:#0f172aa6;color:#fff;border-radius:999px;width:100%;font-size:1rem;letter-spacing:.01em;box-shadow:0 0 0 1px #0f172ab3,0 16px 40px #0f172ad9;backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);transition:border-color .2s ease,box-shadow .25s ease,background-color .2s ease,transform .15s ease}.input-section input[type=text]::placeholder{color:#f8fafca6;font-size:.96rem}.input-section input[type=text]:focus{border-color:transparent;outline:0;background-color:#0f172aeb;box-shadow:0 0 0 1px #2563eb99,0 0 0 1.5px #38bdf8cc,0 0 40px #818cf8cc;transform:translateY(-1px)}.input-section input.input-error{border-color:var(--error-red);box-shadow:0 0 0 1px var(--error-red),0 0 30px #dc35458c}.input-section .error-message{color:var(--error-red);font-size:.9rem;margin-top:-10px;text-align:left;width:100%}.input-section button{color:#fff;padding:15px 30px;border:none;border-radius:8px;cursor:pointer;font-size:1.1rem;font-weight:500;background-image:linear-gradient(to right,var(--gradient-start) 0%,var(--gradient-end) 100%);transition:transform .2s ease,box-shadow .3s ease;box-shadow:0 4px 15px #0003}.input-section button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #00000040}.input-section button:active:not(:disabled){transform:translateY(0)}.input-section button:disabled{background-image:none;background-color:#6c757d;cursor:not-allowed;box-shadow:none}.reviews-list{width:100%;max-width:1200px;margin-top:0}.input-loading-hint{display:flex;flex-direction:column;align-items:center;gap:12px;text-align:center;max-width:100%;color:#f8fafce6}.input-loading-hint p{margin:0;font-size:.95rem}.scan-error-banner{margin-top:16px;width:100%;max-width:600px;background:radial-gradient(circle at top left,#f871711f,#0f172af2);border-radius:16px;border:1px solid rgba(248,113,113,.55);box-shadow:0 18px 50px #0f172ae6;padding:14px 18px}.scan-error-title{font-weight:600;font-size:.95rem;margin-bottom:4px;color:#fecaca}.scan-error-text{font-size:.9rem;color:#fee2e2e6}.flipping{height:16px;display:grid;grid-template-columns:repeat(5,16px);grid-gap:4px;align-items:center;justify-content:center}.flipping div{width:16px;height:16px;border-radius:999px;background-color:#474bff;box-shadow:0 8px 18px #0f172aa6;transform-origin:center bottom;animation:flipping-owie1ysm 1.75s calc(var(--delay) * 1.4s) infinite ease}.flipping div:nth-of-type(1){--delay: 0}.flipping div:nth-of-type(2){--delay: .7}.flipping div:nth-of-type(3){--delay: 1.0499999999999998}.flipping div:nth-of-type(4){--delay: 1.4}.flipping div:nth-of-type(5){--delay: 1.75}@keyframes flipping-owie1ysm{0%{transform:perspective(32px) rotateY(-180deg);opacity:.5}30%{transform:scaleY(1.1) translateY(0);opacity:1}50%{transform:perspective(32px) rotateY(0)}60%{transform:scaleY(.5) translateY(2px);opacity:.7}to{transform:scaleY(.3) translateY(4px);opacity:.5}}.electric-border{--electric-light-color: oklch(from var(--electric-border-color) l c h);--eb-border-width: 2px;position:relative;border-radius:inherit;overflow:visible;isolation:isolate;width:100%;height:100%;box-sizing:border-box}.eb-svg{position:fixed;left:-10000px;top:-10000px;width:10px;height:10px;opacity:.001;pointer-events:none}.eb-content{position:relative;border-radius:inherit;z-index:1;width:100%;height:100%;box-sizing:border-box;display:flex;align-items:stretch}.eb-layers{position:absolute;inset:0;border-radius:inherit;pointer-events:none;z-index:2}.eb-stroke,.eb-glow-1,.eb-glow-2,.eb-overlay-1,.eb-overlay-2,.eb-background-glow{position:absolute;inset:0;border-radius:inherit;pointer-events:none;box-sizing:border-box}.eb-stroke{border:var(--eb-border-width) solid var(--electric-border-color)}.eb-glow-1{border:var(--eb-border-width) solid oklch(from var(--electric-border-color) l c h / .6);opacity:.5;filter:blur(calc(.5px + (var(--eb-border-width) * .25)))}.eb-glow-2{border:var(--eb-border-width) solid var(--electric-light-color);opacity:.5;filter:blur(calc(2px + (var(--eb-border-width) * .5)))}.eb-background-glow{z-index:-1;transform:scale(1.08);filter:blur(32px);opacity:.3;background:linear-gradient(-30deg,var(--electric-light-color),transparent,var(--electric-border-color))}.review-card{box-sizing:border-box;width:100%;height:100%;padding:20px 24px;border-radius:18px;background:radial-gradient(circle at top left,#94a3fd42,#0f172acc);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);box-shadow:0 24px 60px #0f172ae6;transition:transform .2s ease,box-shadow .3s ease,border-color .2s ease;text-align:left;cursor:pointer;transform:translateY(0) scale(1);animation:pop-in .5s ease-out forwards;color:#f9fafb;display:flex;flex-direction:column;gap:15px;overflow:hidden}.review-card:hover{box-shadow:0 26px 70px #0f172a;transform:translateY(-2px) scale(1.02)}.review-card-selected{opacity:1;border:none;box-shadow:none;transform:scale(1)}.review-card-header{display:flex;align-items:center;gap:15px}.review-avatar{width:50px;height:50px;border-radius:50%;background-color:var(--primary-color);color:#fff;display:flex;align-items:center;justify-content:center;font-weight:700}.avatar-pastel-blue{background:radial-gradient(circle at top left,#818cf859,#0f172ad9);border:1px solid rgba(191,219,254,.75);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 0 30px #818cf8cc}.avatar-pastel-green{background:radial-gradient(circle at top left,#34d39959,#0f172ad9);border:1px solid rgba(167,243,208,.75);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 0 30px #34d399cc}.avatar-pastel-purple{background:radial-gradient(circle at top left,#c4b5fd66,#0f172ae6);border:1px solid rgba(233,213,255,.8);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 0 30px #c4b5fde6}.avatar-pastel-pink{background:radial-gradient(circle at top left,#f472b666,#0f172ae6);border:1px solid rgba(251,207,232,.8);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 0 30px #f472b6e6}.avatar-pastel-orange{background:radial-gradient(circle at top left,#fbbf2466,#0f172ae6);border:1px solid rgba(254,243,199,.85);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);box-shadow:0 0 30px #fbbf24e6}.review-author{display:flex;flex-direction:column}.review-author-name{font-weight:600;font-size:1rem;margin-bottom:4px;color:#fff}.review-card-body{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between}.review-card-body p{font-size:.95rem;line-height:1.6;color:#e0e0e0;margin:0;word-break:break-word;max-height:80px;overflow-y:hidden}.review-avatar .review-profile-image{width:100%;height:100%;object-fit:contain}.placeholder-review-card{box-sizing:border-box;width:100%;height:100%;padding:20px 24px;border-radius:18px;background:radial-gradient(circle at top left,#94a3fd42,#0f172acc);border:1px solid rgba(255,255,255,.22);backdrop-filter:blur(22px);-webkit-backdrop-filter:blur(22px);box-shadow:0 24px 60px #0f172ae6;display:flex;flex-direction:column;gap:15px;overflow:hidden;position:relative}.placeholder-review-card:before{content:"";position:absolute;inset:-20%;background:linear-gradient(120deg,transparent 0%,rgba(255,255,255,.06) 35%,rgba(255,255,255,.18) 50%,rgba(255,255,255,.06) 65%,transparent 100%);transform:translate(-100%);animation:placeholder-glare 1.4s ease-in-out infinite;pointer-events:none}.placeholder-review-card-header{display:flex;align-items:center;gap:15px}.placeholder-review-avatar{width:50px;height:50px;border-radius:50%;background-color:#ffffff1a}.placeholder-review-author{display:flex;flex-direction:column;gap:8px}.placeholder-review-name{width:120px;height:18px;background-color:#ffffff1a;border-radius:4px}.placeholder-star-rating{width:80px;height:16px;background-color:#ffffff1a;border-radius:4px}.placeholder-review-card-body{display:flex;flex-direction:column;gap:10px}.placeholder-text-line{height:16px;background-color:#ffffff1a;border-radius:4px}.placeholder-text-line.short{width:70%}.placeholder-text-line.medium{width:85%}.placeholder-text-line.long{width:100%}.shimmer{position:relative;overflow:hidden;background:#f6f7f8;background-image:linear-gradient(to right,#f6f7f8,#edeef1 20%,#f6f7f8 40% 100%);background-repeat:no-repeat;background-size:800px 104px;animation:shimmer 1.5s linear infinite}@keyframes shimmer{0%{background-position:-468px 0}to{background-position:468px 0}}@keyframes placeholder-glare{0%{transform:translate(-100%)}to{transform:translate(100%)}}.flip-card-container{perspective:1000px;width:100%;min-height:200px;position:relative;box-sizing:border-box;padding:0;margin:0;border-radius:12px;overflow:hidden}.flip-card-inner{position:relative;width:100%;height:100%;text-align:center;transition:transform .8s;transform-style:preserve-3d;box-sizing:border-box}.flip-card-inner.is-flipped{transform:rotateY(180deg)}.flip-card-front,.flip-card-back{position:absolute;width:100%;height:100%;-webkit-backface-visibility:hidden;backface-visibility:hidden;box-sizing:border-box}.flip-card-front{background-color:transparent;color:#000}.flip-card-back{background-color:transparent;color:#fff;transform:rotateY(180deg)}.review-grid{display:grid;grid-template-columns:repeat(2,minmax(320px,1fr));gap:20px;width:100%;max-width:860px;margin:0 auto;padding:20px}@keyframes pop-in{0%{opacity:0;transform:scale(.8)}75%{opacity:1;transform:scale(1.05)}to{transform:scale(1)}}.placeholder-pop-in-animation{animation:pop-in .5s ease-out forwards}.floating-lines-container{width:100%;height:100%;position:relative;overflow:hidden}.toolbar-fixed-bottom{position:fixed;bottom:0;left:0;width:100%;background-color:#000;color:#fff;padding:20px 30px;display:flex;justify-content:center;align-items:center;box-shadow:0 -2px 10px #00000080;z-index:1000;box-sizing:border-box;min-height:80px;gap:30px}.toolbar-section{display:flex;align-items:center}.toolbar-left{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.selection-counter{font-size:1.2rem;font-weight:500;white-space:nowrap}.selection-buttons-group{display:flex;flex-direction:row;gap:10px;align-items:center}.star-rating-filter{display:flex;flex-direction:row;gap:10px;margin-left:10px}.star-checkbox-label{display:flex;align-items:center;cursor:pointer;font-size:1rem;white-space:nowrap}.star-checkbox-label input[type=checkbox]{margin-right:8px;width:18px;height:18px;accent-color:var(--primary-color)}.star-icon-group{font-size:1.2em;line-height:1;color:gold}.saved-summary-wrapper{position:relative;margin-left:10px}.saved-summary-toggle{white-space:nowrap}.saved-summary-popover{position:absolute;bottom:110%;left:0;min-width:260px;max-width:320px;background:#0f172afa;border-radius:12px;padding:10px 12px;border:1px solid rgba(148,163,253,.75);box-shadow:0 16px 40px #0f172ae6;font-size:.85rem;z-index:1100}.saved-summary-popover p{margin:4px 0}.toolbar-button{background-color:#ffffff1a;color:#fff;border:1px solid rgba(255,255,255,.3);padding:8px 15px;border-radius:6px;cursor:pointer;font-size:.95rem;transition:background-color .2s ease,border-color .2s ease}.toolbar-button:hover{background-color:#fff3;border-color:#ffffff80}.primary-button{background-image:linear-gradient(to right,var(--gradient-start) 0%,var(--gradient-end) 100%);border:none;font-weight:600;padding:10px 20px}.primary-button:hover{background-image:linear-gradient(to right,var(--gradient-start) 0%,var(--gradient-end) 100%);box-shadow:0 4px 10px #0000004d;transform:translateY(-1px)}.toolbar-right{display:flex;align-items:center}.intro-loading-container{position:fixed;inset:0;width:100vw;height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#fff;z-index:10;transition:opacity 1s ease-out}.intro-loading-container.fade-out{opacity:0}.intro-logo-wrapper{display:flex;flex-direction:column;align-items:center;margin-bottom:16px}.intro-stars{display:flex;justify-content:center;gap:10px;margin-top:20px}.pulse{width:60px;height:60px;border-radius:50%;position:relative;background:radial-gradient(circle at center,#0f172ae6,#0f172ab3);box-shadow:0 0 #94a3fd33,0 0 18px #94a3fd99;animation:pulse 1.6s ease-out infinite;z-index:0}.pulse-active{box-shadow:0 0 #94a3fd4d,0 0 24px #facc15cc}.intro-logo{max-width:300px;width:80%;height:auto;object-fit:contain;margin:0;display:block;filter:drop-shadow(0 0 15px rgba(255,255,255,.4));position:relative;z-index:1}.intro-loading-subtitle{margin:4px 0 0;font-size:1.05rem;font-weight:500;text-align:center;max-width:480px;line-height:1.4;text-shadow:1px 1px 4px rgba(15,23,42,.7)}.pulse:before,.pulse:after{content:"";position:absolute;inset:0;background:radial-gradient(circle at top left,#94a3fdb3,#3b82f633);box-shadow:0 0 0 18px #94a3fd66;clip-path:polygon(50% 0%,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}.pulse-active:before,.pulse-active:after{background:radial-gradient(circle at top left,#facc15f2,#eab30899);box-shadow:0 0 0 20px #facc1580}.pulse:after{animation:pulse-y76lz5hg 1.2s infinite;transform:perspective(352px) translateZ(0)}@keyframes pulse{0%{transform:scale(.85);box-shadow:0 0 #818cf8cc,0 0 40px #818cf8e6;opacity:1}60%{transform:scale(1);box-shadow:0 0 0 30px #818cf800,0 0 60px #818cf8b3;opacity:1}to{transform:scale(.85);box-shadow:0 0 #818cf800,0 0 40px #818cf800;opacity:.9}}@keyframes pulse-ring{0%{transform:scale(1);opacity:.9;box-shadow:0 0 40px #818cf8b3}to{transform:scale(1.8);opacity:0;box-shadow:0 0 40px #818cf800}}@keyframes pulse-y76lz5hg{0%{transform:perspective(352px) translateZ(0) scale(.85);opacity:1;box-shadow:0 0 #474bffe6}70%{transform:perspective(352px) translateZ(0) scale(1.25);opacity:.6;box-shadow:0 0 0 40px #474bff33}to{transform:perspective(352px) translateZ(176px);opacity:0}}.outer-container{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:1rem}@media(min-width:640px){.outer-container{aspect-ratio:4 / 3}}@media(min-width:768px){.outer-container{aspect-ratio:2 / 1}}.step-circle-container{margin-left:auto;margin-right:auto;width:100%;max-width:600px;border-radius:2rem;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;background-color:#0009;border:1px solid rgba(255,255,255,.3)!important;color:#fff;padding:25px}.step-indicator-row{display:flex;align-items:center;padding:2rem}.step-content-default{position:relative;overflow:hidden;padding:3rem 2rem;box-sizing:border-box}.footer-container{padding-left:2rem;padding-right:2rem;padding-bottom:2rem}.footer-nav{margin-top:2.5rem;display:flex}.footer-nav.spread{justify-content:space-between}.footer-nav.end{justify-content:flex-end}.back-button{transition:all .35s;border-radius:.25rem;padding:.25rem .5rem;color:#a3a3a3;cursor:pointer;background:none;border:1px solid #a3a3a3}.back-button:hover{color:#fff;border-color:#fff}.back-button.inactive{pointer-events:none;opacity:.5;color:#a3a3a3;border-color:#a3a3a3}.next-button{transition:all .35s;display:flex;align-items:center;justify-content:center;border-radius:9999px;background-color:#5227ff;color:#fff;font-weight:500;letter-spacing:-.025em;padding:.375rem .875rem;cursor:pointer;border:none}.next-button:hover{background-color:#6a35ff}.next-button:active{background-color:#3e1abf}.step-indicator{position:relative;cursor:pointer;outline:none}.step-indicator-inner{display:flex;height:2rem;width:2rem;align-items:center;justify-content:center;border-radius:9999px;font-weight:600;border:1px solid rgba(255,255,255,.5)}.active-dot{height:.75rem;width:.75rem;border-radius:9999px;background-color:#fff}.step-number{font-size:.875rem}.step-connector{position:relative;margin-left:.5rem;margin-right:.5rem;height:.125rem;flex:1;overflow:hidden;border-radius:.25rem;background-color:#52525b}.step-connector-inner{position:absolute;left:0;top:0;height:100%}.check-icon{height:1rem;width:1rem;color:#fff}.step-content-default h2{color:#a0c4ff;font-size:1.8rem;margin-bottom:1rem;text-shadow:1px 1px 3px rgba(0,0,0,.4)}.step-content-default p{color:#e0e0e0;font-size:1.1rem;line-height:1.6;margin-bottom:.5rem;word-break:break-word;overflow-wrap:break-word}.step-content-default img{max-width:100%;height:auto;border-radius:8px;margin-top:1em;box-shadow:0 4px 10px #0003}.site-footer{margin-top:40px;background:#0f172ae6;color:#f8fafce6;border-top:1px solid rgba(148,163,253,.25);backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.footer-top{display:flex;flex-wrap:wrap;justify-content:space-between;gap:32px;padding:32px 24px 24px;max-width:1200px;margin:0 auto}.footer-brand{flex:1 1 260px;max-width:360px}.footer-brand h2{margin:0 0 8px;font-size:1.6rem;font-weight:600}.footer-brand p{margin:0;font-size:.95rem;line-height:1.5;color:#e2e8f0eb}.footer-columns{display:flex;flex:2 1 320px;gap:32px;flex-wrap:wrap;justify-content:flex-end}.footer-column{min-width:160px}.footer-column h3{margin:0 0 10px;font-size:1rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:#bfdbfef2}.footer-column p,.footer-column a{display:block;margin:4px 0;font-size:.9rem;color:#e2e8f0e6;text-decoration:none}.footer-column a:hover{color:#93c5fd}.footer-legal{border-top:1px solid rgba(148,163,253,.25);padding:24px 24px 16px;max-width:1200px;margin:0 auto}.footer-legal-section{margin-bottom:18px}.footer-legal-section h3{margin:0 0 8px;font-size:1rem;font-weight:600}.footer-legal-section p{margin:4px 0;font-size:.88rem;line-height:1.5}.footer-bottom-note{margin:8px 0 0;font-size:.78rem;color:#94a3b8e6}.footer-bottom{border-top:1px solid rgba(148,163,253,.2);padding:10px 24px 16px;text-align:center;font-size:.85rem;color:#94a3b8f2}@media(max-width:768px){.footer-top{padding:24px 16px 18px}.footer-columns{justify-content:flex-start}.footer-bottom{padding:10px 16px 14px}}.footer-logo{max-height:60px;width:auto;object-fit:contain;margin-bottom:12px}.footer-brand h2{display:none}.summary-main{flex-grow:1;padding:20px 20px 120px}.summary-layout{max-width:1100px;margin:0 auto;display:flex;gap:24px;align-items:stretch}.summary-contact{background:radial-gradient(circle at top left,#94a3fd42,#0f172acc);border-radius:18px;padding:20px;box-shadow:0 24px 60px #0f172ae6;border:1px solid rgba(255,255,255,.22);flex:1;display:flex;flex-direction:column}.summary-contact-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:16px;margin-top:12px}.summary-contact-grid label{display:flex;flex-direction:column;font-size:.9rem;gap:4px}.summary-contact-grid input,.summary-contact-grid textarea{padding:10px 12px;border-radius:8px;border:1px solid rgba(255,255,255,.16);background:#0f172aa6;color:#fff}.summary-full-width{grid-column:1 / -1}.summary-error{margin-top:12px;color:var(--error-red)}.summary-success{margin-top:12px;color:#22c55e}.summary-reviews{background:#0f172ae6;border-radius:18px;padding:20px;box-shadow:0 24px 60px #0f172ae6;border:1px solid rgba(255,255,255,.22);flex:1;display:flex;flex-direction:column}.summary-reviews-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}.summary-back-button{padding:8px 14px;border-radius:8px;border:1px solid rgba(255,255,255,.3);background:transparent;color:#fff;cursor:pointer;font-size:.9rem}.summary-reviews-scroll{margin-top:4px;overflow-y:auto;max-height:380px;padding-right:4px}.summary-reviews-scroll-expanded{max-height:none}.summary-business-block{margin-top:16px;padding-top:12px;border-top:1px solid rgba(255,255,255,.1)}.summary-business-header{display:flex;justify-content:space-between;align-items:baseline;gap:8px}.summary-business-header a{font-size:.85rem;color:#a5b4fc}.summary-business-meta{margin:2px 0 0;font-size:.8rem;color:#94a3b8e6}.summary-review-list{list-style:decimal;padding-left:20px;margin:8px 0 0}.summary-review-item{margin-bottom:8px}.summary-review-meta{display:flex;flex-direction:column;font-size:.85rem}.summary-review-row{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 10px;border-radius:10px;background:#0f172ae6;border:1px solid rgba(30,64,175,.6)}.summary-review-name{font-weight:500;color:#e5e7eb}.summary-review-stars{font-weight:600;color:#fde68a}.summary-review-remove{border:none;background:transparent;color:#94a3b8e6;cursor:pointer;font-size:1rem;padding:4px;border-radius:999px;transition:background-color .15s ease,color .15s ease,transform .1s ease}.summary-review-remove:hover{background:#f871711f;color:#fecaca;transform:translateY(-1px)}.summary-reviews-stats{margin-top:8px;padding-top:8px;border-top:1px solid rgba(148,163,184,.4);display:flex;justify-content:space-between;font-size:.85rem;color:#94a3b8e6}.summary-submit-bar{position:relative;margin-top:24px;padding:16px 20px 0;display:flex;justify-content:center;background:none}.summary-submit-button{padding:12px 24px;border-radius:999px;border:none;background-image:linear-gradient(to right,var(--gradient-start),var(--gradient-end));color:#fff;font-weight:600;cursor:pointer;box-shadow:0 16px 40px rgba(15,23,42,.45)}.summary-submit-button:disabled{opacity:.6;cursor:not-allowed}@media(max-width:900px){.summary-layout{flex-direction:column}.summary-reviews-scroll{max-height:none}}.business-modal-backdrop{position:fixed;inset:0;background:#0009;display:flex;align-items:center;justify-content:center;z-index:2000}.business-modal{background:#0f172af2;border-radius:16px;padding:24px;max-width:480px;width:100%;box-shadow:0 24px 60px #0f172ae6;border:1px solid rgba(255,255,255,.15)}.business-modal h2{margin-top:0;margin-bottom:12px}.business-modal p{margin-top:0;margin-bottom:20px;font-size:.95rem}.business-modal-actions{display:flex;gap:12px;margin-bottom:16px;flex-wrap:wrap}.business-modal-button{flex:1;padding:10px 16px;border-radius:8px;border:none;cursor:pointer;background:#94a3fd33;color:#fff;font-weight:500}.business-modal-button.primary{background-image:linear-gradient(to right,var(--gradient-start),var(--gradient-end))}.business-modal-button:disabled{opacity:.5;cursor:not-allowed}.business-modal-close{background:transparent;border:none;color:#f8fafccc;cursor:pointer;font-size:.9rem}.main-header{position:relative;z-index:2;padding:16px 32px 12px;border-bottom:1px solid rgba(148,163,253,.35);backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px)}.main-header-inner{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:24px}.main-header-brand{display:flex;align-items:center;gap:14px;cursor:pointer}.brand-mark{width:40px;height:40px;border-radius:12px;display:flex;align-items:center;justify-content:center;background:radial-gradient(circle at 30% 0%,#38bdf8,#4f46e5);box-shadow:0 0 24px #3b82f6a6,0 0 60px #818cf8bf;font-weight:700;font-size:.9rem}.brand-text h1{margin:0;font-size:1.4rem;font-weight:600}.brand-text p{margin:2px 0 0;font-size:.9rem;color:#e2e8f0d9}.main-header-nav{display:flex;gap:10px}.main-header-nav button{border:none;background:transparent;color:#f1f5f9e6;font-size:.95rem;padding:6px 12px;border-radius:999px;cursor:pointer;transition:background-color .2s ease,color .2s ease,transform .15s ease}.main-header-nav button:hover{background-color:#94a3fd40;color:#fff;transform:translateY(-1px)}.main-header-glow{position:absolute;left:0;right:0;bottom:0;height:24px;background:radial-gradient(circle at 50% 100%,rgba(129,140,248,.4),transparent 80%);pointer-events:none}@media(max-width:768px){.main-header-inner{flex-direction:column;align-items:flex-start}.main-header-nav{align-self:stretch;justify-content:flex-start;flex-wrap:wrap}}.brand-logo{max-height:50px;width:auto;object-fit:contain}.brand-mark{display:none}.legal-main{flex-grow:1;display:flex;justify-content:center;padding:32px 16px 120px}.legal-card{max-width:800px;width:100%;background:#0f172aeb;border-radius:18px;padding:24px 24px 28px;box-shadow:0 24px 60px #0f172ae6;border:1px solid rgba(148,163,253,.35)}.legal-card h2{margin-top:0;margin-bottom:12px}.legal-card p{font-size:.95rem;line-height:1.6;margin-bottom:12px;color:#e2e8f0e6}
