:root{--rc-page-bg:#f3f4f6;--rc-card-bg:#fff;--rc-border-color:#d1d5db;--rc-border-light:#e5e7eb;--rc-border-focus:#e8652d;--rc-text-primary:#111827;--rc-text-secondary:#6b7280;--rc-text-tertiary:#9ca3af;--rc-text-muted:#4b5563;--rc-primary:#e8652d;--rc-primary-hover:#d4581f;--rc-primary-light:#e8652d14;--rc-primary-gradient:linear-gradient(135deg,#e8652d 0%,#ea580c 50%,#dc2626 100%);--rc-error:#dc2626;--rc-error-bg:#fef2f2;--rc-success:#16a34a;--rc-blue:#2563eb;--rc-blue-bg:#eff6ff;--rc-blue-text:#1e40af;--rc-green:#16a34a;--rc-green-bg:#f0fdf4;--rc-green-text:#166534;--rc-purple:#9333ea;--rc-purple-bg:#faf5ff;--rc-purple-text:#6b21a8;--rc-orange-text:#ea580c;--rc-shadow-xs:0px 1px 2px #0000000a;--rc-shadow-sm:0px 2px 4px #0000000d;--rc-shadow-card:0px 4px 16px #0000000f,0px 1px 3px #0000000a;--rc-shadow-lg:0px 8px 32px #00000014,0px 2px 8px #0000000a;--rc-shadow-xl:0px 16px 48px #0000001a,0px 4px 16px #0000000d;--rc-shadow-input:0px 1px 3px #0000000d;--rc-shadow-btn:0px 4px 14px #e8652d40;--rc-shadow-property:0px 4px 20px #00000014;--rc-shadow-tip-blue:0px 4px 16px #2563eb1f;--rc-shadow-tip-green:0px 4px 16px #16a34a1f;--rc-shadow-tip-purple:0px 4px 16px #9333ea1f;--rc-shadow-cta:0px 8px 32px #0000001f,0px 2px 8px #0000000f;--rc-slider-gradient:linear-gradient(90deg,#22c55e 0%,#facc15 50%,#ef4444 100%);--rc-cta-gradient:linear-gradient(135deg,#e8652d 0%,#ea580c 50%,#dc2626 100%);--rc-transition-fast:.15s ease-out;--rc-transition:.25s ease-out;--rc-transition-slow:.4s cubic-bezier(.4,0,.2,1);--rc-transition-bounce:.5s cubic-bezier(.34,1.56,.64,1)}[data-theme=dark],.dark-mode,.dark,:root.dark,html.dark,body.dark-mode,html[data-theme=dark]{--rc-page-bg:#0b0f1a;--rc-card-bg:#151b2b;--rc-border-color:#2d3748;--rc-border-light:#374151;--rc-border-focus:#60a5fa;--rc-text-primary:#f9fafb;--rc-text-secondary:#9ca3af;--rc-text-tertiary:#6b7280;--rc-text-muted:#d1d5db;--rc-primary-light:#e8652d1f;--rc-error-bg:#dc262626;--rc-blue-bg:#2563eb1f;--rc-blue-text:#93c5fd;--rc-green-bg:#16a34a1f;--rc-green-text:#86efac;--rc-purple-bg:#9333ea1f;--rc-purple-text:#d8b4fe;--rc-shadow-xs:0px 1px 2px #0000004d;--rc-shadow-sm:0px 2px 4px #00000059;--rc-shadow-card:0px 4px 24px #00000073,0px 1px 4px #00000040,inset 0px 1px 0px #ffffff08;--rc-shadow-lg:0px 8px 40px #00000080,0px 2px 12px #0000004d;--rc-shadow-xl:0px 20px 60px #0000008c,0px 4px 20px #00000059;--rc-shadow-input:0px 2px 4px #00000059,inset 0px 1px 0px #ffffff05;--rc-shadow-btn:0px 4px 20px #0006,0px 2px 8px #00000040;--rc-shadow-property:0px 6px 32px #00000080,0px 2px 10px #0000004d;--rc-shadow-tip-blue:0px 4px 20px #2563eb33,0px 0px 0px 1px #2563eb1a;--rc-shadow-tip-green:0px 4px 20px #16a34a33,0px 0px 0px 1px #16a34a1a;--rc-shadow-tip-purple:0px 4px 20px #9333ea33,0px 0px 0px 1px #9333ea1a;--rc-shadow-cta:0px 12px 48px #0000008c,0px 4px 16px #00000059,inset 0px 1px 0px #ffffff14;--rc-cta-gradient:linear-gradient(135deg,#1e293b 0%,#334155 50%,#475569 100%)}.rc-page{background-color:var(--rc-page-bg);opacity:0;min-height:100vh;padding:clamp(.75rem,2vw + .5rem,3.5rem) 0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;transition:opacity .6s ease-out,transform .6s ease-out;transform:translateY(clamp(12px,2vw,24px))}.rc-page-visible{opacity:1;transform:translateY(0)}.rc-container{max-width:clamp(17.5rem,94vw,92.5rem);margin:0 auto;padding:0 clamp(.625rem,2.5vw + .25rem,2.5rem)}.rc-back-button{background:var(--rc-card-bg);border:.0625rem solid var(--rc-border-color);color:var(--rc-text-primary);cursor:pointer;isolation:isolate;border-radius:clamp(.375rem,.3125rem + .3125vw + .15625vh,.625rem);align-items:center;gap:clamp(.5rem,.4375rem + .375vw + .1875vh,.8125rem);margin-bottom:clamp(1.25rem,1rem + .9375vw + .46875vh,2rem);padding:clamp(.5rem,.4375rem + .375vw + .1875vh,.875rem) clamp(1rem,.875rem + .625vw + .3125vh,1.625rem);font-family:inherit;font-size:clamp(.875rem,.8125rem + .3125vw + .1875vh,1.125rem);font-weight:500;transition:transform .15s cubic-bezier(.34,1.56,.64,1),background-color .25s cubic-bezier(.4,0,.2,1),border-color .25s cubic-bezier(.4,0,.2,1),box-shadow .25s cubic-bezier(.4,0,.2,1),color .25s cubic-bezier(.4,0,.2,1);display:inline-flex;position:relative;overflow:hidden;box-shadow:0 .0625rem .25rem #0000000d}.rc-back-button:before{content:"";background:linear-gradient(135deg,var(--rc-primary)0%,var(--rc-primary-dark)100%);opacity:0;z-index:-1;transition:opacity .25s cubic-bezier(.4,0,.2,1);position:absolute;inset:0}.rc-back-button:hover{background-color:var(--rc-primary-light);border-color:var(--rc-primary);color:var(--rc-primary);transform:translate(-.25rem)scale(1.02);box-shadow:0 .25rem 1rem #0000000d,0 0 0 .1875rem #d9482259}.rc-back-button:hover:before{opacity:.05}.rc-back-button:focus-visible{outline:.1875rem solid var(--rc-primary);outline-offset:.125rem}.rc-back-button:active{transform:translate(-.125rem)scale(.98)}.rc-back-button:hover .rc-back-icon{transform:translate(-.1875rem)}.rc-back-icon{color:currentColor;flex-shrink:0;width:clamp(1.125rem,1rem + .375vw + .1875vh,1.5rem);height:clamp(1.125rem,1rem + .375vw + .1875vh,1.5rem);transition:transform .15s cubic-bezier(.68,-.55,.265,1.55)}.rc-back-text{letter-spacing:.01em;font-weight:600}.rc-header{text-align:center;margin-bottom:clamp(1.25rem,4vw + .25rem,3rem)}.rc-page-title{color:var(--rc-text-primary);letter-spacing:-.02em;margin:0 0 clamp(.3125rem,1vw + .125rem,.75rem);font-size:clamp(1.375rem,4vw + .5rem,3rem);font-weight:700;line-height:1.15}.rc-page-subtitle{color:var(--rc-text-secondary);margin:0;max-width:clamp(20ch,50vw,40ch);margin-inline:auto;font-size:clamp(.8125rem,1.5vw + .25rem,1.1875rem);font-weight:400;line-height:1.5}.rc-main-card{background:var(--rc-card-bg);box-shadow:var(--rc-shadow-card);border:1px solid var(--rc-border-light);border-radius:clamp(.875rem,2.5vw + .25rem,1.5rem);margin-bottom:clamp(1.75rem,5vw + .5rem,4rem);overflow:hidden}.rc-form-section{border-right:1px solid var(--rc-border-light);height:100%;padding:clamp(1rem,3vw + .5rem,2.75rem)}@media (max-width:991.98px){.rc-form-section{border-right:none;border-bottom:1px solid var(--rc-border-light)}}.rc-section-title{color:var(--rc-text-primary);letter-spacing:-.01em;margin:0 0 clamp(.875rem,2.5vw + .25rem,1.875rem);font-size:clamp(1rem,2vw + .25rem,1.4375rem);font-weight:600}.rc-form-fields{flex-direction:column;gap:clamp(.75rem,2.5vw + .125rem,1.5rem);display:flex}.rc-field-group{flex-direction:column;gap:clamp(.3125rem,1vw + .0625rem,.5rem);display:flex}.rc-field-group.rc-field-error .rc-input,.rc-field-group.rc-field-error .rc-select{border-color:var(--rc-error);background-color:var(--rc-error-bg)}.rc-label{color:var(--rc-text-muted);flex-wrap:wrap;align-items:center;gap:clamp(.25rem,.5vw,.375rem);font-size:clamp(.75rem,1.25vw + .125rem,.9375rem);font-weight:500;line-height:1.4;display:flex}.rc-required{color:var(--rc-error);font-weight:600}.rc-optional{color:var(--rc-text-tertiary);font-size:clamp(.6875rem,1vw + .0625rem,.8125rem);font-weight:400}.rc-error-msg{color:var(--rc-error);margin-top:clamp(.125rem,.25vw,.25rem);font-size:clamp(.6875rem,1vw + .0625rem,.8125rem);font-weight:500}.rc-input-wrapper{align-items:center;display:flex;position:relative}.rc-currency-symbol{color:var(--rc-text-secondary);pointer-events:none;z-index:1;font-size:clamp(.8125rem,1.5vw + .125rem,1rem);font-weight:500;position:absolute;left:clamp(.75rem,2vw + .125rem,1.125rem)}.rc-input{width:100%;height:clamp(2.375rem,5vw + .5rem,3.25rem);color:var(--rc-text-primary);background:var(--rc-card-bg);border:1px solid var(--rc-border-color);transition:all var(--rc-transition-fast);box-shadow:var(--rc-shadow-input);border-radius:clamp(.625rem,1.5vw + .125rem,.9375rem);outline:none;padding:0 clamp(.75rem,2vw + .125rem,1.125rem) 0 clamp(1.75rem,4vw + .25rem,2.625rem);font-family:inherit;font-size:clamp(.8125rem,1.5vw + .125rem,1rem);font-weight:500}.rc-input::placeholder{color:var(--rc-text-tertiary);font-weight:400}.rc-input:hover{border-color:var(--rc-text-secondary)}.rc-input:focus{border-color:var(--rc-border-focus);box-shadow:0 0 0 clamp(2px,.3vw,4px) #e8652d1f}.rc-select-wrapper{align-items:center;display:flex;position:relative}.rc-select{width:100%;height:clamp(2.375rem,5vw + .5rem,3.25rem);color:var(--rc-text-primary);background:var(--rc-card-bg);border:1px solid var(--rc-border-color);cursor:pointer;appearance:none;transition:all var(--rc-transition-fast);box-shadow:var(--rc-shadow-input);border-radius:clamp(.625rem,1.5vw + .125rem,.9375rem);outline:none;padding:0 clamp(2.25rem,5vw + .5rem,3.125rem) 0 clamp(.75rem,2vw + .125rem,1.125rem);font-family:inherit;font-size:clamp(.8125rem,1.5vw + .125rem,1rem);font-weight:500}.rc-select:hover{border-color:var(--rc-text-secondary)}.rc-select:focus{border-color:var(--rc-border-focus);box-shadow:0 0 0 clamp(2px,.3vw,4px) #e8652d1f}.rc-select-icon{width:clamp(.875rem,2vw + .125rem,1.125rem);height:clamp(.875rem,2vw + .125rem,1.125rem);color:var(--rc-text-secondary);pointer-events:none;position:absolute;right:clamp(.75rem,2vw + .125rem,1.125rem)}.rc-button-group{flex-wrap:wrap;gap:clamp(.375rem,1vw + .125rem,.75rem);display:flex}.rc-option-btn{min-width:clamp(4rem,10vw + 1rem,6.5rem);height:clamp(2.125rem,4.5vw + .5rem,2.875rem);color:var(--rc-text-muted);background:var(--rc-card-bg);border:1px solid var(--rc-border-color);cursor:pointer;transition:all var(--rc-transition-fast);border-radius:clamp(.5rem,1.25vw + .125rem,.875rem);flex:auto;padding:0 clamp(.625rem,1.5vw + .125rem,1.125rem);font-family:inherit;font-size:clamp(.75rem,1.25vw + .125rem,.9375rem);font-weight:500}.rc-option-btn:hover{border-color:var(--rc-primary);color:var(--rc-primary);background:var(--rc-primary-light)}.rc-option-btn.rc-option-active{background:var(--rc-primary);border-color:var(--rc-primary);color:#fff;box-shadow:0 2px 8px #e8652d40}.rc-buttons-row{flex-wrap:wrap;gap:clamp(.5rem,1.5vw + .125rem,1rem);margin-top:clamp(.375rem,1.5vw + .125rem,.875rem);display:flex}.rc-calculate-btn{background:var(--rc-primary-gradient);color:#fff;cursor:pointer;min-width:clamp(10rem,40vw,16rem);height:clamp(2.625rem,6vw + .5rem,3.625rem);transition:all var(--rc-transition);box-shadow:var(--rc-shadow-btn);border:none;border-radius:clamp(.625rem,1.5vw + .125rem,.9375rem);flex:auto;justify-content:center;align-items:center;gap:clamp(.375rem,1vw,.625rem);font-family:inherit;font-size:clamp(.875rem,1.5vw + .125rem,1.0625rem);font-weight:600;display:inline-flex}.rc-calculate-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 24px #e8652d59}.rc-calculate-btn:active:not(:disabled){transform:translateY(0)}.rc-calculate-btn:disabled{opacity:.7;cursor:not-allowed}.rc-calculate-btn.rc-btn-loading{pointer-events:none}.rc-spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:clamp(1rem,2vw + .25rem,1.25rem);height:clamp(1rem,2vw + .25rem,1.25rem);animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.rc-reset-btn{border:1px solid var(--rc-border-color);height:clamp(2.625rem,6vw + .5rem,3.625rem);color:var(--rc-text-muted);cursor:pointer;transition:all var(--rc-transition-fast);background:0 0;border-radius:clamp(.625rem,1.5vw + .125rem,.9375rem);padding:0 clamp(1rem,2.5vw + .25rem,1.75rem);font-family:inherit;font-size:clamp(.8125rem,1.25vw + .125rem,.9375rem);font-weight:500}.rc-reset-btn:hover{border-color:var(--rc-error);color:var(--rc-error);background:var(--rc-error-bg)}.rc-results-section{flex-direction:column;height:100%;padding:clamp(1rem,3vw + .5rem,2.75rem);display:flex}.rc-results-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:clamp(.5rem,1.5vw,1rem);margin-bottom:clamp(.875rem,2.5vw + .25rem,1.875rem);display:flex}.rc-results-header .rc-section-title{margin-bottom:0}.rc-calculated-badge{background:var(--rc-green-bg);color:var(--rc-green);text-transform:uppercase;letter-spacing:.04em;border-radius:clamp(.375rem,1vw,.5rem);align-items:center;padding:clamp(.25rem,.75vw + .125rem,.4375rem) clamp(.5rem,1.25vw + .125rem,.875rem);font-size:clamp(.625rem,1vw + .0625rem,.75rem);font-weight:600;display:inline-flex}.rc-results-card{background:var(--rc-page-bg);min-height:clamp(12rem,30vw,18rem);transition:all var(--rc-transition);border:1px solid var(--rc-border-light);border-radius:clamp(.625rem,2vw + .125rem,1.125rem);flex-direction:column;margin-bottom:clamp(1rem,3vw + .25rem,2.125rem);padding:clamp(.875rem,2.5vw + .25rem,1.875rem);display:flex}.rc-results-empty{justify-content:center;align-items:center}.rc-results-filled{animation:.4s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.rc-empty-state{text-align:center;flex-direction:column;align-items:center;gap:clamp(.75rem,2vw + .25rem,1.25rem);display:flex}.rc-empty-icon{color:var(--rc-text-tertiary);opacity:.6}.rc-empty-icon svg{width:clamp(2.5rem,6vw + .5rem,4rem);height:clamp(2.5rem,6vw + .5rem,4rem)}.rc-empty-text{color:var(--rc-text-tertiary);max-width:clamp(18ch,40vw,28ch);margin:0;font-size:clamp(.8125rem,1.25vw + .125rem,.9375rem);font-weight:400;line-height:1.5}.rc-recommended-box{border-bottom:1px solid var(--rc-border-light);flex-direction:column;align-items:center;gap:clamp(.1875rem,.75vw + .0625rem,.5rem);margin-bottom:clamp(.875rem,2.5vw + .25rem,1.625rem);padding-bottom:clamp(.875rem,2.5vw + .25rem,1.625rem);display:flex}.rc-recommended-label{color:var(--rc-text-secondary);text-align:center;font-size:clamp(.75rem,1.25vw + .125rem,.9375rem);font-weight:500}.rc-recommended-value{color:var(--rc-primary);letter-spacing:-.02em;animation:popIn .5s var(--rc-transition-bounce);font-size:clamp(1.625rem,4vw + .5rem,3rem);font-weight:700}@keyframes popIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.rc-ratio-row{border-bottom:1px solid var(--rc-border-light);justify-content:space-between;align-items:center;margin-bottom:clamp(.75rem,2vw + .125rem,1.375rem);padding-bottom:clamp(.75rem,2vw + .125rem,1.375rem);display:flex}.rc-ratio-label{color:var(--rc-text-muted);font-size:clamp(.75rem,1.25vw + .125rem,.9375rem);font-weight:500}.rc-ratio-value{color:var(--rc-text-primary);font-size:clamp(1rem,2vw + .25rem,1.5rem);font-weight:700}.rc-rent-range{flex-direction:column;gap:clamp(.5rem,1.5vw + .125rem,1rem);margin-bottom:clamp(1rem,3vw + .25rem,1.875rem);display:flex}.rc-range-row{justify-content:space-between;align-items:center;display:flex}.rc-range-label{color:var(--rc-text-secondary);font-size:clamp(.75rem,1.25vw + .125rem,.9375rem);font-weight:500}.rc-range-value{font-size:clamp(.875rem,1.5vw + .125rem,1.0625rem);font-weight:600}.rc-value-default{color:var(--rc-text-primary)}.rc-value-green{color:var(--rc-green)}.rc-value-orange{color:var(--rc-orange-text)}.rc-slider-container{flex-direction:column;gap:clamp(.3125rem,1vw + .0625rem,.5rem);display:flex}.rc-slider-labels{justify-content:space-between;align-items:center;display:flex}.rc-slider-label{text-transform:uppercase;letter-spacing:.04em;font-size:clamp(.625rem,1vw + .0625rem,.8125rem);font-weight:600}.rc-label-safe{color:#22c55e}.rc-label-risky{color:#ef4444}.rc-slider-track{border-radius:clamp(.21875rem,.625vw + .0625rem,.34375rem);height:clamp(.4375rem,1.25vw + .125rem,.6875rem);position:relative;overflow:visible}.rc-slider-gradient{background:var(--rc-slider-gradient);border-radius:inherit;position:absolute;inset:0}.rc-slider-thumb{border:clamp(2px,.25vw + 1px,3px)solid var(--rc-text-primary);background:#fff;border-radius:50%;width:clamp(.875rem,2vw + .25rem,1.375rem);height:clamp(.875rem,2vw + .25rem,1.375rem);transition:left .5s cubic-bezier(.4,0,.2,1);position:absolute;top:50%;transform:translate(-50%,-50%);box-shadow:0 2px 8px #00000040}.rc-tips-container{transition:opacity var(--rc-transition);flex-direction:column;gap:clamp(.5rem,1.5vw + .125rem,.9375rem);margin-top:auto;display:flex}.rc-tips-dimmed{opacity:.5}.rc-tip-card{transition:all var(--rc-transition);cursor:default;border:1px solid #0000;border-radius:clamp(.625rem,1.5vw + .125rem,1rem);align-items:flex-start;gap:clamp(.625rem,2vw + .125rem,1rem);padding:clamp(.75rem,2vw + .25rem,1.1875rem);display:flex}.rc-tip-card.rc-tip-hover{transform:translate(clamp(2px,.5vw,4px))}.rc-tip-blue{background:var(--rc-blue-bg);box-shadow:var(--rc-shadow-tip-blue)}.rc-tip-green{background:var(--rc-green-bg);box-shadow:var(--rc-shadow-tip-green)}.rc-tip-purple{background:var(--rc-purple-bg);box-shadow:var(--rc-shadow-tip-purple)}.rc-tip-icon-wrapper{border-radius:clamp(.4375rem,1.25vw + .0625rem,.6875rem);flex-shrink:0;justify-content:center;align-items:center;width:clamp(1.75rem,4vw + .25rem,2.625rem);height:clamp(1.75rem,4vw + .25rem,2.625rem);display:flex}.rc-icon-blue{color:var(--rc-blue);background:#2563eb26}.rc-icon-green{color:var(--rc-green);background:#16a34a26}.rc-icon-purple{color:var(--rc-purple);background:#9333ea26}.rc-tip-icon{width:clamp(.75rem,1.5vw + .125rem,1.125rem);height:clamp(.75rem,1.5vw + .125rem,1.125rem)}.rc-tip-content{flex-direction:column;gap:clamp(.0625rem,.25vw + .0625rem,.25rem);min-width:0;display:flex}.rc-tip-title{margin:0;font-size:clamp(.75rem,1.25vw + .125rem,.9375rem);font-weight:600;line-height:1.3}.rc-tip-blue .rc-tip-title{color:var(--rc-blue-text)}.rc-tip-green .rc-tip-title{color:var(--rc-green-text)}.rc-tip-purple .rc-tip-title{color:var(--rc-purple-text)}.rc-tip-description{color:var(--rc-text-secondary);margin:0;font-size:clamp(.6875rem,1vw + .0625rem,.8125rem);font-weight:400;line-height:1.45}.rc-properties-section{margin-bottom:clamp(1.75rem,5vw + .5rem,3.5rem)}.rc-properties-title{color:var(--rc-text-primary);letter-spacing:-.02em;text-align:center;margin:0 0 clamp(.375rem,1vw + .125rem,.625rem);font-size:clamp(1.125rem,3vw + .25rem,2rem);font-weight:700}.rc-properties-subtitle{color:var(--rc-text-secondary);text-align:center;margin:0 0 clamp(1rem,3vw + .25rem,1.875rem);font-size:clamp(.8125rem,1.25vw + .125rem,1rem);font-weight:400}.rc-property-card{background:var(--rc-card-bg);transition:all var(--rc-transition);box-shadow:var(--rc-shadow-property);animation:.5s ease-out both fadeInUp;animation-delay:var(--animation-delay,0s);border:1px solid var(--rc-border-light);border-radius:clamp(.75rem,2vw + .125rem,1.1875rem);text-decoration:none;display:block;position:relative;overflow:hidden}@keyframes fadeInUp{0%{opacity:0;transform:translateY(clamp(12px,2vw,24px))}to{opacity:1;transform:translateY(0)}}.rc-property-card.rc-property-hover{box-shadow:var(--rc-shadow-xl);transform:translateY(clamp(-4px,-.75vw,-8px))}.rc-property-image-wrapper{aspect-ratio:16/10;width:100%;position:relative;overflow:hidden}.rc-property-image{object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.rc-property-card.rc-property-hover .rc-property-image{transform:scale(1.08)}.rc-property-image-placeholder{background:var(--rc-border-light);width:100%;height:100%;color:var(--rc-text-tertiary);justify-content:center;align-items:center;font-size:clamp(.8125rem,1.5vw + .125rem,1rem);display:flex}.rc-property-overlay{opacity:0;background:linear-gradient(#0000 50%,#0000004d 100%);transition:opacity .3s;position:absolute;inset:0}.rc-property-card.rc-property-hover .rc-property-overlay{opacity:1}.rc-property-content{padding:clamp(.75rem,2.5vw + .125rem,1.3125rem)}.rc-property-title{color:var(--rc-text-primary);margin:0 0 clamp(.1875rem,.5vw + .0625rem,.375rem);font-size:clamp(.875rem,1.5vw + .125rem,1.125rem);font-weight:600;line-height:1.3}.rc-property-location{color:var(--rc-text-secondary);margin:0 0 clamp(.5rem,1.5vw + .125rem,.9375rem);font-size:clamp(.6875rem,1.25vw + .0625rem,.875rem);font-weight:400;line-height:1.4}.rc-property-footer{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:clamp(.3125rem,.75vw + .0625rem,.5rem);display:flex}.rc-property-price{color:var(--rc-primary);font-size:clamp(.875rem,1.5vw + .125rem,1.0625rem);font-weight:700}.rc-property-area{color:var(--rc-text-muted);font-size:clamp(.6875rem,1.25vw + .0625rem,.8125rem);font-weight:500}.rc-property-shine{pointer-events:none;background:linear-gradient(90deg,#0000,#ffffff26,#0000);width:50%;height:100%;transition:none;position:absolute;top:0;left:-100%;transform:skew(-20deg)}.rc-property-card.rc-property-hover .rc-property-shine{animation:.75s ease-out shine}@keyframes shine{0%{left:-100%}to{left:200%}}.rc-cta-section{background:var(--rc-cta-gradient);box-shadow:var(--rc-shadow-cta);border:1px solid #0000;border-radius:clamp(.875rem,2.5vw + .25rem,1.5rem);padding:clamp(1.25rem,4vw + .5rem,3.25rem) clamp(1rem,3vw + .5rem,2.75rem);position:relative;overflow:hidden}.rc-cta-section:before{content:"";pointer-events:none;background:linear-gradient(135deg,#ffffff1f 0%,#0000 50%);position:absolute;inset:0}[data-theme=dark] .rc-cta-section,.dark-mode .rc-cta-section,.dark .rc-cta-section,html.dark .rc-cta-section,html[data-theme=dark] .rc-cta-section{background:linear-gradient(135deg,#1e293b 0%,#334155 50%,#3b4a5f 100%);border-color:#47556980}[data-theme=dark] .rc-cta-section:before,.dark-mode .rc-cta-section:before,.dark .rc-cta-section:before,html.dark .rc-cta-section:before,html[data-theme=dark] .rc-cta-section:before{background:linear-gradient(135deg,#ffffff0a 0%,#0000 50%)}.rc-cta-content{text-align:center;z-index:1;flex-direction:column;align-items:center;gap:clamp(.875rem,2.5vw + .25rem,1.625rem);display:flex;position:relative}@media (min-width:768px){.rc-cta-content{text-align:left;flex-direction:row;justify-content:space-between}}.rc-cta-text{flex-direction:column;gap:clamp(.3125rem,.75vw + .125rem,.5rem);display:flex}.rc-cta-title{color:#fff;margin:0;font-size:clamp(1rem,2.5vw + .25rem,1.75rem);font-weight:700;line-height:1.25}.rc-cta-subtitle{color:#ffffffd9;margin:0;font-size:clamp(.75rem,1.25vw + .125rem,1rem);font-weight:400;line-height:1.45}.rc-cta-button{color:var(--rc-primary);cursor:pointer;transition:all var(--rc-transition);background:#fff;border:none;border-radius:clamp(.625rem,1.5vw + .125rem,.9375rem);flex-shrink:0;align-items:center;gap:clamp(.4375rem,1vw + .125rem,.75rem);padding:clamp(.6875rem,2vw + .25rem,1.0625rem) clamp(1rem,3vw + .25rem,2.125rem);font-family:inherit;font-size:clamp(.8125rem,1.5vw + .125rem,1rem);font-weight:600;text-decoration:none;display:inline-flex;box-shadow:0 4px 16px #00000026}.rc-cta-button:hover{background:#f9fafb;transform:translateY(-2px);box-shadow:0 8px 24px #0003}.rc-cta-button:active{transform:translateY(0)}[data-theme=dark] .rc-cta-button,.dark-mode .rc-cta-button,.dark .rc-cta-button,html.dark .rc-cta-button,html[data-theme=dark] .rc-cta-button{background:var(--rc-primary);color:#fff;box-shadow:0 4px 16px #00000059}[data-theme=dark] .rc-cta-button:hover,.dark-mode .rc-cta-button:hover,.dark .rc-cta-button:hover,html.dark .rc-cta-button:hover,html[data-theme=dark] .rc-cta-button:hover{background:var(--rc-primary-hover);box-shadow:0 8px 28px #00000073}.rc-cta-icon{flex-shrink:0;width:clamp(.875rem,2vw + .125rem,1.25rem);height:clamp(.875rem,2vw + .125rem,1.25rem)}@media (max-width:299px){.rc-container{padding:0 clamp(.375rem,1.5vw,.625rem)}.rc-button-group{flex-direction:column}.rc-option-btn{width:100%}.rc-property-footer{flex-direction:column;align-items:flex-start}.rc-cta-content{gap:clamp(.75rem,2vw,1rem)}}@media (min-width:300px) and (max-width:319px){.rc-page-title{font-size:clamp(1.25rem,4vw,1.5rem)}}@media (min-width:320px) and (max-width:359px){.rc-main-card{border-radius:clamp(.75rem,2vw,1rem)}}@media (min-width:360px) and (max-width:389px){.rc-form-section,.rc-results-section{padding:clamp(1rem,3vw,1.5rem)}}@media (min-width:390px) and (max-width:413px){.rc-page-title{font-size:clamp(1.5rem,4.5vw,1.875rem)}}@media (min-width:414px) and (max-width:479px){.rc-button-group{flex-wrap:wrap}}@media (min-width:480px) and (max-width:575px){.rc-button-group{flex-wrap:nowrap}}@media (min-width:576px) and (max-width:639px){.rc-properties-title{text-align:left}}@media (min-width:640px) and (max-width:767px){.rc-tip-card{padding:clamp(.875rem,2vw,1.25rem)}}@media (min-width:768px) and (max-width:819px){.rc-cta-content{gap:clamp(1rem,2.5vw,1.5rem)}}@media (min-width:820px) and (max-width:911px){.rc-container{max-width:clamp(720px,90vw,880px)}}@media (min-width:912px) and (max-width:991px){.rc-main-card{border-radius:clamp(1rem,2.5vw,1.25rem)}}@media (min-width:992px) and (max-width:1023px){.rc-form-section{padding:clamp(1.5rem,2.5vw,2rem)}}@media (min-width:1024px) and (max-width:1099px){.rc-container{max-width:clamp(960px,92vw,1060px)}}@media (min-width:1100px) and (max-width:1199px){.rc-main-card{border-radius:clamp(1.125rem,2.25vw,1.375rem)}}@media (min-width:1200px) and (max-width:1279px){.rc-container{max-width:1180px}}@media (min-width:1280px) and (max-width:1365px){.rc-page-title{font-size:clamp(2rem,2.75vw,2.5rem)}}@media (min-width:1366px) and (max-width:1439px){.rc-container{max-width:1320px}}@media (min-width:1440px) and (max-width:1535px){.rc-form-section,.rc-results-section{padding:clamp(2rem,2.75vw,2.5rem)}}@media (min-width:1536px) and (max-width:1679px){.rc-container{max-width:1420px}}@media (min-width:1680px) and (max-width:1919px){.rc-page-title{font-size:clamp(2.25rem,2.5vw,2.75rem)}.rc-tip-card{padding:clamp(1rem,1.5vw,1.375rem)}}@media (min-width:1920px) and (max-width:2047px){.rc-container{max-width:1520px}.rc-form-section,.rc-results-section{padding:2.75rem}}@media (min-width:2048px) and (max-width:2303px){.rc-page{padding:clamp(2.5rem,3.5vw,4rem) 0}.rc-container{max-width:1600px}}@media (min-width:2304px) and (max-width:2559px){.rc-container{max-width:1680px}.rc-page-title{font-size:3rem}}@media (min-width:2560px){.rc-container{max-width:1800px}.rc-page-title{font-size:3.25rem}.rc-page-subtitle{font-size:1.3125rem}.rc-form-section,.rc-results-section{padding:3.25rem}.rc-recommended-value{font-size:3.5rem}.rc-cta-title{font-size:2rem}}@media (prefers-reduced-motion:reduce){.rc-page,.rc-property-card,.rc-tip-card,.rc-calculate-btn,.rc-cta-button,.rc-slider-thumb,.rc-property-image,.rc-results-card,.rc-recommended-value{transition:none;animation:none}.rc-property-shine,.rc-spinner{display:none}}.rc-back-button:focus-visible,.rc-input:focus-visible,.rc-select:focus-visible,.rc-option-btn:focus-visible,.rc-calculate-btn:focus-visible,.rc-reset-btn:focus-visible,.rc-property-card:focus-visible,.rc-cta-button:focus-visible{outline:2px solid var(--rc-border-focus);outline-offset:2px}@media print{.rc-page{background:#fff;padding:1rem}.rc-back-button,.rc-cta-section,.rc-property-shine,.rc-reset-btn,.rc-calculate-btn{display:none}.rc-main-card,.rc-property-card{box-shadow:none;border:1px solid #e5e7eb}}
