.search-panel{border-radius:var(--radius);text-align:left;background:#fff;border:1px solid #f0e4df;max-width:1000px;margin:0 auto;padding:12px;box-shadow:0 8px 26px #783a2910}.search-row{align-items:center;gap:14px;display:flex}.search-icon{width:25px;height:25px;color:var(--coral);flex-shrink:0;margin-left:12px}.search-row>input{color:#25282d;background:0 0;border:0;flex:1;min-width:0;padding:13px 0;font-size:16px}.search-row>input::placeholder{color:#74777b}.search-row>button{background:var(--action);color:#fff;border:0;border-radius:12px;padding:15px 36px;font-weight:650;transition:background .15s}.search-row>button:hover{background:#a8302b}.suggestions{color:var(--muted);flex-wrap:wrap;align-items:center;gap:8px;padding:12px 10px 14px;font-size:12px;display:flex}.suggestions button,.correction button{border:1px solid var(--line);color:#4f5359;background:#fffaf8;border-radius:24px;padding:5px 12px}.suggestions button:hover,.correction button:hover{border-color:var(--coral);color:var(--action);background:var(--blush)}.filters{border-top:1px solid var(--line);grid-template-columns:1.3fr 1fr .8fr 1.2fr auto;align-items:end;gap:12px;padding:14px 10px 6px;display:grid}.filters label{gap:6px;min-width:0;display:grid}.filters label>span{color:var(--muted);font-size:11px;font-weight:600}.filters select{border:1px solid var(--line);color:#25282d;background:#fffcfa;border-radius:9px;width:100%;min-height:42px;padding:8px;font-size:12px}.filters .check{align-items:center;gap:7px;min-height:42px;display:flex}.check input{accent-color:var(--action);width:17px;height:17px}.filters .check span{white-space:nowrap}.browse-heading{justify-content:space-between;align-items:center;gap:16px;margin:32px 0 0;display:flex}.browse-heading h2{letter-spacing:-.04em;margin:0;font-size:26px}.browse-heading p{color:var(--muted);margin:5px 0;font-size:13px}.browse-heading>a{color:var(--action);font-size:12px;font-weight:600;text-decoration:none}.notice{color:var(--muted);max-width:940px;margin:10px 0 0;font-size:11px}.results{margin-top:12px}.result-heading{justify-content:space-between;align-items:center;gap:12px;display:flex}.result-count,.correction{color:var(--muted);font-size:12px}.result-grid{grid-template-columns:repeat(4,minmax(0,1fr));gap:18px;display:grid}.result-card{border:1px solid var(--line);background:#fff;border-radius:16px;flex-direction:column;min-width:0;display:flex;overflow:hidden;box-shadow:0 3px 7px #25282d05}.result-image{aspect-ratio:1.6;background:#f4efeb;position:relative;overflow:hidden}.result-image img{object-fit:cover;width:100%;height:100%;display:block}.result-image>span{color:#fff;width:fit-content;text-shadow:none;padding:0;font-size:10px;position:absolute;bottom:8px;left:8px;right:8px}.result-body{flex-direction:column;flex:1;gap:10px;min-width:0;padding:15px;display:flex}.result-source{color:var(--muted);overflow-wrap:anywhere;flex-direction:column;gap:3px;font-size:10px;display:flex}.result-source small{font-size:9px}.result-card h3{letter-spacing:-.025em;margin:0;font-size:16px;line-height:1.4}.result-card p{color:var(--muted);-webkit-line-clamp:3;-webkit-box-orient:vertical;margin:0;font-size:12px;line-height:1.6;display:-webkit-box;overflow:hidden}.result-meta{color:var(--muted);flex-wrap:wrap;gap:8px 12px;font-size:11px;display:flex}.result-meta .price{flex-basis:100%;gap:3px;margin:2px 0;display:grid}.price strong{color:#25282d;font-size:19px;font-weight:650}.price small{font-size:10px}.source-action{gap:7px;margin-top:auto;padding-top:7px;display:grid}.source-button{color:var(--action);background:#fff6f3;border:1px solid #f2d3ce;border-radius:10px;grid-template-columns:26px minmax(0,1fr) auto;align-items:center;gap:9px;padding:9px;text-decoration:none;display:grid}.source-button:hover{border-color:var(--coral);background:#ffe9e3}.source-button>span:nth-child(2){gap:2px;min-width:0;display:grid}.source-button small{font-size:9px}.source-button strong{overflow-wrap:anywhere;font-size:11px}.source-button i{font-style:normal}.source-logo{border-radius:6px;place-items:center;width:26px;height:26px;font-size:8px;display:grid}.instagram-mark svg{width:22px;height:22px}.instagram-mark rect,.instagram-mark circle:not(.instagram-dot){fill:none;stroke:#fff;stroke-width:1.9px}.instagram-dot{fill:#fff}.source-disclaimer{color:var(--muted);font-size:8px}.sandbox-badge{color:#6f5100;background:#fff3cf;border-radius:6px;padding:5px;font-size:10px}.empty{background:#fff;border:1px dashed #d8b9b2;border-radius:16px;margin:20px 0;padding:32px}.empty strong{letter-spacing:-.025em;font-size:22px}.empty p{color:var(--muted);font-size:14px}.empty button{border:1px solid var(--action);color:var(--action);background:var(--blush);border-radius:10px;padding:10px 18px}.error{border-style:solid}.loading-state{color:var(--action);background:var(--blush);border-radius:12px;padding:24px;font-size:14px}.pagination{justify-content:center;align-items:center;gap:12px;margin-top:28px;display:flex}.pagination div{flex-wrap:wrap;justify-content:center;gap:5px;display:flex}.pagination button{border:1px solid var(--line);color:#4b4f54;background:#fff;border-radius:9px;min-width:38px;min-height:40px;padding:7px 10px;font-size:12px}.pagination button.active{background:var(--action);border-color:var(--action);color:#fff}@media (min-width:761px) and (max-width:1100px){.result-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.filters{grid-template-columns:repeat(4,minmax(0,1fr))}.filters .check{grid-column:1/-1}.principles{gap:18px}}@media (max-width:760px){.result-grid,.filters{grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.filters .check{grid-column:1/-1}.search-row{flex-wrap:wrap;gap:8px}.search-icon{width:21px;height:21px;margin-left:4px}.search-row>input{width:calc(100% - 36px);font-size:16px}.search-row>button{width:100%;padding:12px}.suggestions{gap:6px;padding:12px 0}.suggestions button{padding:5px 9px}.browse-heading{align-items:flex-start}.browse-heading h2{font-size:23px}.browse-heading>a{display:none}.pagination{flex-wrap:wrap}.pagination>button{flex:1}.pagination div{order:3;width:100%}}@media (max-width:480px){.result-grid{grid-template-columns:1fr}.result-image{aspect-ratio:1.75}.result-body{padding:18px}.result-source{flex-direction:row;justify-content:space-between}.result-card h3{font-size:18px}.source-disclaimer{font-size:10px}.source-button strong{font-size:12px}.source-button small{font-size:10px}}.result-grid{grid-template-columns:minmax(0,1fr);gap:18px}.result-card{box-shadow:none;border-radius:14px;grid-template-columns:300px minmax(0,1fr);display:grid}.result-image{aspect-ratio:auto;height:100%;min-height:240px}.result-body{gap:12px;padding:22px 26px}.result-source{flex-direction:row;justify-content:space-between}.result-card h3{font-size:20px;font-weight:600}.result-card p{display:block;overflow:visible}.result-meta .price{flex-basis:auto;margin:0 16px 0 0}.source-action{max-width:330px}.source-button{background:#fff}.search-panel{box-shadow:0 4px 20px #25282d06}.filters select,.suggestions button,.correction button,.loading-state,.empty{background:#fff}.price strong,.search-row>button{font-weight:600}.source-disclaimer{font-size:10px}.source-button strong{font-weight:600}@media (max-width:760px){.result-card{grid-template-columns:220px minmax(0,1fr)}.result-body{padding:18px}.result-source{flex-direction:column}.result-image{min-height:220px}.result-card h3{font-size:18px}}@media (max-width:560px){.result-card{grid-template-columns:minmax(0,1fr)}.result-image{aspect-ratio:1.75;min-height:0}.source-action{max-width:none}.brand-art{width:142px}.brand-art img{width:192px;height:128px;top:-44px;left:-26px}}.source-arrow{width:30px;height:30px;color:var(--coral);flex-shrink:0;overflow:visible}.source-arrow-pointer{transition:transform .18s}.source-button:hover .source-arrow,.source-button:focus-visible .source-arrow{color:var(--action)}.source-button:hover .source-arrow-pointer,.source-button:focus-visible .source-arrow-pointer{transform:translate(1px,-1px)}.range-filters{grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:14px 10px 6px;display:grid}.range-filter{border:0;min-width:0;margin:0;padding:0}.range-filter legend{color:var(--muted);margin-bottom:6px;font-size:11px;font-weight:600}.range-filter>div{gap:8px;display:flex}.range-filter input{border:1px solid var(--line);color:#25282d;width:100%;min-width:0;min-height:42px;font:inherit;background:#fff;border-radius:9px;padding:8px;font-size:12px}.filter-actions{justify-content:flex-end;gap:12px;padding:12px 10px 6px;display:flex}.filter-actions button{background:var(--action);color:#fff;border:0;border-radius:9px;padding:11px 18px;font-weight:600}.filter-actions .clear-filters{color:var(--muted);background:0 0}.range-filter input:focus-visible,.filters select:focus-visible{outline:2px solid var(--coral);outline-offset:2px}@media (max-width:600px){.range-filters{grid-template-columns:1fr}.filter-actions button{flex:1}}.ai-chat{padding:12px 12px 4px}.ai-heading{color:var(--muted);justify-content:space-between;align-items:center;gap:12px;margin-bottom:14px;font-size:12px;display:flex}.ai-label{color:var(--action);font-size:15px;font-weight:650}.ai-heading a{color:var(--action)}.chat-form{align-items:flex-end;gap:14px;display:flex}.chat-form textarea{resize:vertical;outline-offset:4px;width:100%;font:inherit;color:#25282d;background:#fff;border:0;min-height:78px;max-height:200px;padding:10px 0;font-size:17px;line-height:1.6}.chat-form button{background:var(--action);color:#fff;font:inherit;border:0;border-radius:12px;flex-shrink:0;padding:15px 20px;font-size:14px;font-weight:600}.chat-form button:disabled{opacity:.55;cursor:default}.chat-meta{color:var(--muted);justify-content:space-between;align-items:center;margin-top:8px;font-size:10px;display:flex}.chat-meta button{color:var(--action);font:inherit;background:0 0;border:0;font-size:12px}.chat-history{flex-direction:column;gap:10px;max-height:300px;margin:8px 0 16px;display:flex;overflow-y:auto}.chat-message{white-space:pre-wrap;overflow-wrap:anywhere;border-radius:12px;max-width:90%;margin:0;padding:12px 15px;font-size:14px;line-height:1.6}.chat-message strong{margin-bottom:4px;font-size:10px;display:block}.chat-message.user{background:#f6f4f2;align-self:flex-end}.chat-message.assistant{background:#fff4ef;align-self:flex-start}.ai-notice{color:var(--muted);margin:12px 0;font-size:12px;line-height:1.6}.chat-privacy{color:var(--muted);font-size:10px;line-height:1.5}.intent-chips{flex-wrap:wrap;gap:6px;padding:8px 12px;display:flex}.intent-chips>span{color:var(--action);background:#fff4ef;border-radius:20px;padding:5px 10px;font-size:11px}.manual-filters{border-top:1px solid var(--line);margin-top:6px}.manual-filters>summary{cursor:pointer;text-align:center;color:var(--muted);padding:13px;font-size:13px;list-style:none}.manual-filters>summary::-webkit-details-marker{display:none}.manual-filters>summary span{margin-left:7px;font-size:20px;transition:transform .2s;display:inline-block}.manual-filters[open]>summary span{transform:rotate(180deg)}.manual-fields{border:0;min-width:0;margin:0;padding:0}.feedback{color:var(--muted);margin:14px 0;font-size:12px}.feedback textarea{border:1px solid var(--line);width:100%;min-height:70px;font:inherit;border-radius:8px;margin:10px 0;padding:10px;display:block}.feedback button{background:var(--action);color:#fff;border:0;border-radius:8px;padding:8px 12px}.owner-page{max-width:660px;margin:70px auto;padding:24px;line-height:1.7}.owner-page h1{font-size:32px}.owner-page a{color:var(--action)}.owner-page label{gap:8px;display:grid}.owner-page input{font:inherit;border:1px solid var(--line);border-radius:8px;padding:12px}.owner-page button{background:var(--action);color:#fff;border:0;border-radius:8px;margin-top:14px;padding:12px 20px}.budget-grid{grid-template-columns:1fr 1fr;gap:15px;display:grid}.budget-grid article{background:#fff4ef;border-radius:12px;padding:20px}.budget-grid span,.budget-grid strong{display:block}.budget-grid span{font-size:12px}.budget-grid strong{font-size:22px}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media (max-width:600px){.chat-form{flex-direction:column;align-items:stretch}.chat-form button{width:100%}.ai-heading{align-items:flex-start}.ai-heading>span:last-child{text-align:right;max-width:140px}.chat-message{max-width:100%}.budget-grid{grid-template-columns:1fr}}.chat-form textarea{resize:vertical;min-height:48px}.chat-history[hidden]{display:none}.chat-history{overscroll-behavior:contain;overflow-anchor:none;max-height:min(360px,45vh)}.chat-toggle{width:100%;color:var(--action);font:inherit;cursor:pointer;text-align:left;background:0 0;border:0;justify-content:space-between;align-items:center;gap:12px;padding:8px 0;font-size:12px;display:flex}.chat-chevron{font-size:22px;line-height:1;transition:transform .15s}.chat-toggle[aria-expanded=true] .chat-chevron{transform:rotate(180deg)}.chat-toggle:focus-visible{outline:2px solid var(--action);outline-offset:3px;border-radius:4px}.chat-preview{overscroll-behavior:contain;max-height:180px;margin:6px 0 12px;overflow:auto}.chat-preview .chat-message{max-width:100%;font-size:14px}@media (prefers-reduced-motion:reduce){.chat-chevron{transition:none}}.hero-title-space{display:none}@media (min-width:761px){.hero-title-break{display:none}.hero-title-space{display:inline}.hero h1{white-space:nowrap}}.result-card{position:relative}.result-card.has-map-link .result-body{padding-bottom:66px}.show-on-map{width:40px;height:40px;color:var(--action);background:#fff5f1;border:1px solid #f0d8d1;border-radius:12px;place-items:center;text-decoration:none;display:grid;position:absolute;bottom:16px;right:18px}.show-on-map svg{width:23px;height:23px}.show-on-map:hover{background:var(--action);color:#fff}.map-link-tooltip{white-space:nowrap;color:#fff;visibility:hidden;pointer-events:none;background:#26312f;border-radius:7px;padding:6px 10px;font-size:11px;position:absolute;bottom:48px;right:0}.show-on-map:hover .map-link-tooltip,.show-on-map:focus-visible .map-link-tooltip{visibility:visible}.chat-search-actions{flex-shrink:0;align-items:stretch;gap:9px;display:flex}.chat-map-link{border:1px solid var(--action);color:var(--action);white-space:nowrap;background:#fff;border-radius:12px;justify-content:center;align-items:center;padding:14px 18px;font-size:14px;text-decoration:none;display:flex}.chat-map-link:hover{background:var(--blush)}.chat-map-link[aria-disabled=true]{opacity:.5;cursor:wait}@media (max-width:850px){.chat-form{flex-wrap:wrap}.chat-search-actions{width:100%}.chat-search-actions>*{flex:1}.chat-form textarea{flex-basis:100%}}.show-on-map{border-color:var(--action);background:var(--action);color:#fff;gap:8px;width:auto;height:auto;min-height:44px;padding:10px 15px;font-size:13px;font-weight:600;display:flex;box-shadow:0 2px 6px #bc393420}.show-on-map:hover{background:#9f302c;border-color:#9f302c}.show-on-map svg{flex-shrink:0;width:21px;height:21px}.chat-search-actions button[type=submit]{background:var(--action);color:#fff;opacity:1;box-shadow:0 2px 6px #bc393420}.chat-search-actions button[type=submit]:hover:not(:disabled){background:#9f302c}.chat-search-actions button[type=submit]:disabled{opacity:1;cursor:not-allowed}.search-choice{flex-wrap:wrap;gap:8px;margin:10px 0;display:flex}.search-choice button{border:1px solid var(--action);background:var(--blush);color:var(--action);border-radius:10px;padding:10px 14px;font-size:12px}.search-result-notice{text-align:left;background:linear-gradient(110deg,#fff3ee,#fffaf7);border:1px solid #f1dcd5;border-radius:14px;justify-content:space-between;align-items:center;gap:16px;margin:12px;padding:15px 18px;display:flex}.search-result-notice>div{align-items:center;gap:12px;display:flex}.result-notice-icon{width:32px;height:32px;color:var(--action);background:#f9e0d7;border-radius:50%;flex-shrink:0;place-items:center;font-size:17px;display:grid}.search-result-notice strong{color:#373e3d;font-size:14px;font-weight:600;display:block}.search-result-notice small{color:var(--muted);margin-top:3px;font-size:12px;display:block}.search-result-notice button{color:var(--action);white-space:nowrap;background:0 0;border:0;padding:10px 4px;font-size:13px;font-weight:600}.search-result-notice button span{margin-left:8px;font-size:20px;display:inline-block}.results-scroll-target{scroll-margin-top:24px}.results-scroll-target:focus-visible{outline:2px solid var(--action);outline-offset:6px;border-radius:4px}@media (max-width:480px){.search-result-notice{gap:8px;padding:12px}.search-result-notice small{font-size:11px}.search-result-notice strong{font-size:13px}.search-result-notice>div{gap:8px}.search-result-notice button{font-size:12px}}.search-choice{grid-template-columns:1fr 1fr;gap:12px;margin:16px 0;display:grid}.search-choice button{border:1px solid var(--action);background:var(--action);color:#fff;cursor:pointer;border-radius:14px;min-height:60px;padding:18px 22px;font-size:15px;font-weight:700;transition:transform .15s,box-shadow .15s;box-shadow:0 4px 12px #bc393429}.search-choice button:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 18px #bc393440}.search-choice button:focus-visible{outline:3px solid var(--action);outline-offset:4px}.search-choice button:disabled{cursor:wait;opacity:.65}@media (max-width:480px){.search-choice{grid-template-columns:1fr}}@media (prefers-reduced-motion:reduce){.search-choice button{transition:none}.search-choice button:hover:not(:disabled){transform:none}}.chat-input-shell{border:1px solid var(--coral);background:#fff;border-radius:14px;flex:1;align-items:flex-start;min-width:0;padding:0 14px;transition:box-shadow .18s,border-color .18s;display:flex}.chat-input-shell:focus-within{border-color:var(--action);box-shadow:0 0 0 4px #bc39341a}.chat-input-icon{width:22px;height:22px;color:var(--coral);pointer-events:none;flex-shrink:0;margin:14px 12px 0 0}.chat-form .chat-input-shell textarea{background:0 0;border:0;border-radius:0;outline:none;flex:1;width:100%;min-width:0;min-height:50px;padding:11px 0;font-size:16px}@media (max-width:850px){.chat-input-shell{flex-basis:100%;width:100%}}@media (prefers-reduced-motion:reduce){.chat-input-shell{transition:none}}
