@property --tw-animation-delay{syntax:"*";inherits:false;initial-value:0s}@property --tw-animation-direction{syntax:"*";inherits:false;initial-value:normal}@property --tw-animation-duration{syntax:"*";inherits:false}@property --tw-animation-fill-mode{syntax:"*";inherits:false;initial-value:none}@property --tw-animation-iteration-count{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-enter-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-enter-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-blur{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-opacity{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-rotate{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-scale{syntax:"*";inherits:false;initial-value:1}@property --tw-exit-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-exit-translate-y{syntax:"*";inherits:false;initial-value:0}@theme inline{--animation-delay-0: 0s; --animation-delay-75: 75ms; --animation-delay-100: .1s; --animation-delay-150: .15s; --animation-delay-200: .2s; --animation-delay-300: .3s; --animation-delay-500: .5s; --animation-delay-700: .7s; --animation-delay-1000: 1s; --animation-repeat-0: 0; --animation-repeat-1: 1; --animation-repeat-infinite: infinite; --animation-direction-normal: normal; --animation-direction-reverse: reverse; --animation-direction-alternate: alternate; --animation-direction-alternate-reverse: alternate-reverse; --animation-fill-mode-none: none; --animation-fill-mode-forwards: forwards; --animation-fill-mode-backwards: backwards; --animation-fill-mode-both: both; --percentage-0: 0; --percentage-5: .05; --percentage-10: .1; --percentage-15: .15; --percentage-20: .2; --percentage-25: .25; --percentage-30: .3; --percentage-35: .35; --percentage-40: .4; --percentage-45: .45; --percentage-50: .5; --percentage-55: .55; --percentage-60: .6; --percentage-65: .65; --percentage-70: .7; --percentage-75: .75; --percentage-80: .8; --percentage-85: .85; --percentage-90: .9; --percentage-95: .95; --percentage-100: 1; --percentage-translate-full: 1; --animate-in: enter var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-out: exit var(--tw-animation-duration,var(--tw-duration,.15s))var(--tw-ease,ease)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes enter { from { opacity: var(--tw-enter-opacity,1); transform: translate3d(var(--tw-enter-translate-x,0),var(--tw-enter-translate-y,0),0)scale3d(var(--tw-enter-scale,1),var(--tw-enter-scale,1),var(--tw-enter-scale,1))rotate(var(--tw-enter-rotate,0)); filter: blur(var(--tw-enter-blur,0)); }}@keyframes exit { to { opacity: var(--tw-exit-opacity,1); transform: translate3d(var(--tw-exit-translate-x,0),var(--tw-exit-translate-y,0),0)scale3d(var(--tw-exit-scale,1),var(--tw-exit-scale,1),var(--tw-exit-scale,1))rotate(var(--tw-exit-rotate,0)); filter: blur(var(--tw-exit-blur,0)); }}--animate-accordion-down: accordion-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-accordion-up: accordion-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-down: collapsible-down var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); --animate-collapsible-up: collapsible-up var(--tw-animation-duration,var(--tw-duration,.2s))var(--tw-ease,ease-out)var(--tw-animation-delay,0s)var(--tw-animation-iteration-count,1)var(--tw-animation-direction,normal)var(--tw-animation-fill-mode,none); @keyframes accordion-down { from { height: 0; }to { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto))))); }}@keyframes accordion-up { from { height: var(--radix-accordion-content-height,var(--bits-accordion-content-height,var(--reka-accordion-content-height,var(--kb-accordion-content-height,var(--ngp-accordion-content-height,auto))))); }to { height: 0; }}@keyframes collapsible-down { from { height: 0; }to { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }}@keyframes collapsible-up { from { height: var(--radix-collapsible-content-height,var(--bits-collapsible-content-height,var(--reka-collapsible-content-height,var(--kb-collapsible-content-height,auto)))); }to { height: 0; }}--animate-caret-blink: caret-blink 1.25s ease-out infinite; @keyframes caret-blink { 0%,70%,100% { opacity: 1; }20%,50% { opacity: 0; }}}@utility animation-duration-*{--tw-animation-duration: calc(--value(number)*1ms) ; --tw-animation-duration: --value(--animation-duration-*,[duration],"initial",[*]); animation-duration: calc(--value(number)*1ms) ; animation-duration: --value(--animation-duration-*,[duration],"initial",[*]);}@utility delay-*{animation-delay: calc(--value(number)*1ms) ; animation-delay: --value(--animation-delay-*,[duration],"initial",[*]); --tw-animation-delay: calc(--value(number)*1ms) ; --tw-animation-delay: --value(--animation-delay-*,[duration],"initial",[*]);}@utility repeat-*{animation-iteration-count: --value(--animation-repeat-*,number,"initial",[*]); --tw-animation-iteration-count: --value(--animation-repeat-*,number,"initial",[*]);}@utility direction-*{animation-direction: --value(--animation-direction-*,"initial",[*]); --tw-animation-direction: --value(--animation-direction-*,"initial",[*]);}@utility fill-mode-*{animation-fill-mode: --value(--animation-fill-mode-*,"initial",[*]); --tw-animation-fill-mode: --value(--animation-fill-mode-*,"initial",[*]);}@utility running{animation-play-state: running;}@utility paused{animation-play-state: paused;}@utility play-state-*{animation-play-state: --value("initial",[*]);}@utility blur-in{--tw-enter-blur: 20px;}@utility blur-in-*{--tw-enter-blur: calc(--value(number)*1px) ; --tw-enter-blur: --value(--blur-*,[*]);}@utility blur-out{--tw-exit-blur: 20px;}@utility blur-out-*{--tw-exit-blur: calc(--value(number)*1px) ; --tw-exit-blur: --value(--blur-*,[*]);}@utility fade-in{--tw-enter-opacity: 0;}@utility fade-in-*{--tw-enter-opacity: calc(--value(number)*.01) ; --tw-enter-opacity: --value(--percentage-*,[*]);}@utility fade-out{--tw-exit-opacity: 0;}@utility fade-out-*{--tw-exit-opacity: calc(--value(number)*.01) ; --tw-exit-opacity: --value(--percentage-*,[*]);}@utility zoom-in{--tw-enter-scale: 0;}@utility zoom-in-*{--tw-enter-scale: calc(--value(number)*1%) ; --tw-enter-scale: --value(ratio) ; --tw-enter-scale: --value(--percentage-*,[*]);}@utility -zoom-in-*{--tw-enter-scale: calc(--value(number)*-1%) ; --tw-enter-scale: calc(--value(ratio)*-1) ; --tw-enter-scale: --value(--percentage-*,[*]);}@utility zoom-out{--tw-exit-scale: 0;}@utility zoom-out-*{--tw-exit-scale: calc(--value(number)*1%) ; --tw-exit-scale: --value(ratio) ; --tw-exit-scale: --value(--percentage-*,[*]);}@utility -zoom-out-*{--tw-exit-scale: calc(--value(number)*-1%) ; --tw-exit-scale: calc(--value(ratio)*-1) ; --tw-exit-scale: --value(--percentage-*,[*]);}@utility spin-in{--tw-enter-rotate: 30deg;}@utility spin-in-*{--tw-enter-rotate: calc(--value(number)*1deg) ; --tw-enter-rotate: calc(--value(ratio)*360deg) ; --tw-enter-rotate: --value(--rotate-*,[*]);}@utility -spin-in{--tw-enter-rotate: -30deg;}@utility -spin-in-*{--tw-enter-rotate: calc(--value(number)*-1deg) ; --tw-enter-rotate: calc(--value(ratio)*-360deg) ; --tw-enter-rotate: --value(--rotate-*,[*]);}@utility spin-out{--tw-exit-rotate: 30deg;}@utility spin-out-*{--tw-exit-rotate: calc(--value(number)*1deg) ; --tw-exit-rotate: calc(--value(ratio)*360deg) ; --tw-exit-rotate: --value(--rotate-*,[*]);}@utility -spin-out{--tw-exit-rotate: -30deg;}@utility -spin-out-*{--tw-exit-rotate: calc(--value(number)*-1deg) ; --tw-exit-rotate: calc(--value(ratio)*-360deg) ; --tw-exit-rotate: --value(--rotate-*,[*]);}@utility slide-in-from-top{--tw-enter-translate-y: -100%;}@utility slide-in-from-top-*{--tw-enter-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-y: calc(--value(ratio)*-100%) ; --tw-enter-translate-y: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-in-from-bottom{--tw-enter-translate-y: 100%;}@utility slide-in-from-bottom-*{--tw-enter-translate-y: calc(--value(integer)*var(--spacing)); --tw-enter-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-y: calc(--value(ratio)*100%) ; --tw-enter-translate-y: --value(--translate-*,[percentage],[length]);}@utility slide-in-from-left{--tw-enter-translate-x: -100%;}@utility slide-in-from-left-*{--tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-x: calc(--value(ratio)*-100%) ; --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-in-from-right{--tw-enter-translate-x: 100%;}@utility slide-in-from-right-*{--tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-x: calc(--value(ratio)*100%) ; --tw-enter-translate-x: --value(--translate-*,[percentage],[length]);}@utility slide-in-from-start{&:dir(ltr){ --tw-enter-translate-x: -100%; }&:dir(rtl){ --tw-enter-translate-x: 100%; }}@utility slide-in-from-start-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-x: calc(--value(ratio)*-100%) ; --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-x: calc(--value(ratio)*100%) ; --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); }}@utility slide-in-from-end{&:dir(ltr){ --tw-enter-translate-x: 100%; }&:dir(rtl){ --tw-enter-translate-x: -100%; }}@utility slide-in-from-end-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-enter-translate-x: calc(--value(ratio)*100%) ; --tw-enter-translate-x: --value(--translate-*,[percentage],[length]); }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-enter-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-enter-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-enter-translate-x: calc(--value(ratio)*-100%) ; --tw-enter-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }}@utility slide-out-to-top{--tw-exit-translate-y: -100%;}@utility slide-out-to-top-*{--tw-exit-translate-y: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-y: calc(--value(ratio)*-100%) ; --tw-exit-translate-y: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-out-to-bottom{--tw-exit-translate-y: 100%;}@utility slide-out-to-bottom-*{--tw-exit-translate-y: calc(--value(integer)*var(--spacing)); --tw-exit-translate-y: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-y: calc(--value(ratio)*100%) ; --tw-exit-translate-y: --value(--translate-*,[percentage],[length]);}@utility slide-out-to-left{--tw-exit-translate-x: -100%;}@utility slide-out-to-left-*{--tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-x: calc(--value(ratio)*-100%) ; --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ;}@utility slide-out-to-right{--tw-exit-translate-x: 100%;}@utility slide-out-to-right-*{--tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-x: calc(--value(ratio)*100%) ; --tw-exit-translate-x: --value(--translate-*,[percentage],[length]);}@utility slide-out-to-start{&:dir(ltr){ --tw-exit-translate-x: -100%; }&:dir(rtl){ --tw-exit-translate-x: 100%; }}@utility slide-out-to-start-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-x: calc(--value(ratio)*-100%) ; --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-x: calc(--value(ratio)*100%) ; --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); }}@utility slide-out-to-end{&:dir(ltr){ --tw-exit-translate-x: 100%; }&:dir(rtl){ --tw-exit-translate-x: -100%; }}@utility slide-out-to-end-*{&:where(:dir(ltr),[dir="ltr"],[dir="ltr"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*100%) ; --tw-exit-translate-x: calc(--value(ratio)*100%) ; --tw-exit-translate-x: --value(--translate-*,[percentage],[length]); }&:where(:dir(rtl),[dir="rtl"],[dir="rtl"]*){ --tw-exit-translate-x: calc(--value(integer)*var(--spacing)*-1); --tw-exit-translate-x: calc(--value(--percentage-*,--percentage-translate-*)*-100%) ; --tw-exit-translate-x: calc(--value(ratio)*-100%) ; --tw-exit-translate-x: calc(--value(--translate-*,[percentage],[length])*-1) ; }}@custom-variant dark (&:is(.dark *));@theme inline{ --radius-sm: calc(var(--radius) - 4px); --radius-md: calc(var(--radius) - 2px); --radius-lg: var(--radius); --radius-xl: calc(var(--radius) + 4px); --color-background: var(--background); --color-foreground: var(--foreground); --color-card: var(--card); --color-card-foreground: var(--card-foreground); --color-popover: var(--popover); --color-popover-foreground: var(--popover-foreground); --color-primary: var(--primary); --color-primary-foreground: var(--primary-foreground); --color-secondary: var(--secondary); --color-secondary-foreground: var(--secondary-foreground); --color-muted: var(--muted); --color-muted-foreground: var(--muted-foreground); --color-accent: var(--accent); --color-accent-foreground: var(--accent-foreground); --color-destructive: var(--destructive); --color-destructive-foreground: var(--destructive-foreground); --color-border: var(--border); --color-input: var(--input); --color-ring: var(--ring); }:root{--rv-green-d: #1e4620;--rv-green: #2c5f2d;--rv-orange: #d9822b;--rv-green-l: #eaf1e4;--rv-gold: #f2b366;--rv-line: #e6e4de;--rv-ink: #1e2833;--rv-muted: #6b7280;--rv-bg: #ddd9d2;--rv-sand: #f7f6f2;--rv-sand-deep: #fbf9f4;--rv-orange-l: #fff6e9;--radius: .6875rem;--background: #ffffff;--foreground: #1e2833;--card: #ffffff;--card-foreground: #1e2833;--popover: #ffffff;--popover-foreground: #1e2833;--primary: #2c5f2d;--primary-foreground: #ffffff;--secondary: #eaf1e4;--secondary-foreground: #1e4620;--muted: #f7f6f2;--muted-foreground: #6b7280;--accent: #eaf1e4;--accent-foreground: #1e4620;--destructive: #b23a1e;--destructive-foreground: #ffffff;--border: #e6e4de;--input: #e6e4de;--ring: #2c5f2d}*{box-sizing:border-box}html{background:var(--rv-bg)}body{margin:0;min-width:320px;background:var(--rv-bg);color:var(--rv-ink);font-family:Hiragino Kaku Gothic ProN,Meiryo,system-ui,sans-serif;-webkit-font-smoothing:antialiased}button,input,select,textarea{font:inherit}button{border:0}button:not(:disabled),a,label,select{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.68}.rv-page{min-height:100vh;padding:22px 12px 34px;display:flex;flex-direction:column;align-items:center;gap:12px}.rv-shell{width:390px;min-height:780px;height:min(780px,calc(100vh - 44px));background:#fff;border:1px solid #cfccc5;border-radius:34px;overflow:hidden;box-shadow:0 20px 55px #00000042;display:flex;flex-direction:column;position:relative}.rv-notch{height:26px;flex:none;display:flex;align-items:center;justify-content:center}.rv-notch span{display:block;width:104px;height:5px;border-radius:3px;background:#e2e0da}.rv-bar{min-height:47px;padding:10px 16px;border-bottom:1px solid var(--rv-line);display:flex;align-items:center;gap:9px;flex:none}.rv-brand{background:transparent;color:var(--rv-green-d);font-size:15px;font-weight:800;padding:0;letter-spacing:-.1px}.rv-brand span,.admin-header em{color:var(--rv-orange);font-style:normal}.rv-brand-inline{margin-right:auto}.rv-back{display:inline-flex;align-items:center;justify-content:flex-start;min-width:54px;padding:4px 0;background:transparent;color:var(--rv-green);font-size:11px;font-weight:900;white-space:nowrap}.rv-bar-actions{margin-left:auto;display:flex;align-items:center;gap:8px}.rv-home-reset{padding:4px 0;background:transparent;color:var(--rv-muted);font-size:10px;font-weight:800;white-space:nowrap}.rv-home-reset:hover,.rv-home-reset:focus-visible{color:var(--rv-green);text-decoration:underline;text-underline-offset:3px}.rv-step{color:var(--rv-green);background:var(--rv-green-l);padding:3px 9px;border-radius:20px;font-size:10.5px;font-weight:800;white-space:nowrap}.rv-history-link{background:transparent;padding:0;color:var(--rv-green);font-size:10.5px;font-weight:800}.rv-view{flex:1;min-height:0;display:flex;flex-direction:column;background:#fff}.rv-scroll{flex:1;min-height:0;overflow:auto;scrollbar-width:thin}.rv-pad{padding:18px 18px 26px}.rv-footer{padding:12px 18px 18px;border-top:1px solid rgba(230,228,222,.78);background:#fffffffa;flex:none}.rv-cta{min-height:51px;width:100%;border-radius:14px;color:#fff;background:var(--rv-green);box-shadow:0 7px 18px #2c5f2d47;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:14px 15px;font-size:15.5px;font-weight:800;transition:transform .16s cubic-bezier(.23,1,.32,1),filter .16s ease}.rv-cta:active{transform:scale(.97)}.rv-cta:hover{filter:brightness(1.04)}.rv-top-reset-dialog{border-color:#d9d6ce;background:#fffdfa;color:var(--rv-ink)}.rv-top-reset-dialog [data-slot=alert-dialog-footer]{gap:9px}.rv-top-reset-cancel{min-height:42px;border-color:#d5d2ca;color:var(--rv-green-d);background:#fff}.rv-top-reset-confirm{min-height:42px;background:#b84c3b;color:#fff}.rv-top-reset-confirm:hover{background:#a84334}.rv-cta-orange{background:var(--rv-orange);box-shadow:0 7px 18px #d9822b4d}.rv-cta-ghost{background:#fff;color:var(--rv-green-d);border:1.6px solid var(--rv-green);box-shadow:none}.rv-spin{animation:rv-spin .8s linear infinite}@keyframes rv-spin{to{transform:rotate(360deg)}}.pro-app-shell{width:min(1180px,100%);margin:0 auto;padding:8px 4px 38px}.pro-app-brandline{display:flex;align-items:center;gap:8px;margin:0 0 22px;color:#1e2833;font-size:14px;font-weight:900;letter-spacing:.03em}.pro-app-brandline b{color:var(--rv-orange)}.pro-app-brandmark{display:grid;place-items:center;width:27px;height:27px;color:#fff;border-radius:8px;background:var(--rv-green)}.pro-app-label{margin-left:4px;color:#94a19b;font-size:9px;font-weight:800;letter-spacing:.12em}.pro-eyebrow{display:block;color:var(--rv-orange);font-size:10px;font-weight:900;letter-spacing:.12em}.pro-auth-state{display:grid;min-height:100vh;place-items:center;padding:24px;background:radial-gradient(circle at 18% 12%,rgba(234,241,228,.92),transparent 36%),var(--rv-sand)}.pro-auth-card{display:grid;width:min(100%,530px);gap:16px;padding:clamp(24px,5vw,40px);border:1px solid #dfe3db;border-radius:24px;background:#fffffff5;color:var(--rv-ink);box-shadow:0 18px 42px #1e28331a}.pro-auth-card>svg{color:var(--rv-green)}.pro-auth-card>.pro-app-brandmark{width:38px;height:38px;border-radius:11px}.pro-auth-card h1{margin:7px 0 9px;font-size:clamp(23px,3vw,31px);letter-spacing:-.045em}.pro-auth-card p{margin:0;color:var(--rv-muted);font-size:14px;line-height:1.75}.pro-auth-card .pro-primary-button{justify-content:center;width:100%;margin-top:4px}.pro-state{min-height:310px;display:flex;align-items:center;justify-content:center;gap:10px;color:var(--rv-muted);font-size:14px;font-weight:700}.pro-state.is-error{color:#9f3421}.pro-team-empty-state{width:min(100%,640px);min-height:330px;margin:0 auto;align-items:flex-start;justify-content:center;flex-direction:column;padding:clamp(24px,5vw,42px);border:1px solid #dfe3db;border-radius:22px;background:radial-gradient(circle at 7% 8%,rgba(234,241,228,.92),transparent 43%),#fafaf7;box-shadow:0 14px 30px #1e283312}.pro-team-empty-state>svg{color:var(--rv-green)}.pro-team-empty-state>div{max-width:460px}.pro-team-empty-state b{display:block;color:var(--rv-ink);font-size:clamp(17px,2.4vw,21px);line-height:1.52}.pro-team-empty-state p{margin:7px 0 0;color:var(--rv-muted);font-size:14px;line-height:1.75}.pro-team-empty-state .pro-primary-button{width:auto;min-width:226px;padding:0 18px;text-align:center}.pro-onboarding{min-height:min(735px,calc(100vh - 134px));display:grid;grid-template-columns:minmax(0,.92fr) minmax(430px,1.08fr);gap:28px;align-items:center;padding:26px;overflow:hidden;border:1px solid #dfe3db;border-radius:26px;background:radial-gradient(circle at 9% 8%,rgba(234,241,228,.92),transparent 37%),#fafaf7;box-shadow:0 18px 42px #1e283314}.pro-onboarding-copy{padding:20px clamp(0px,2.3vw,28px)}.pro-onboarding-copy h1{margin:10px 0 16px;color:#1f3126;font-size:clamp(26px,3.1vw,45px);line-height:1.26;letter-spacing:-.06em}.pro-onboarding-copy p{max-width:490px;margin:0;color:#637069;font-size:14px;line-height:1.85}.pro-onboarding-notes{display:grid;gap:10px;margin-top:26px}.pro-onboarding-notes span{display:flex;align-items:center;gap:8px;color:var(--rv-green-d);font-size:12px;font-weight:800}.pro-onboarding-notes svg{color:var(--rv-orange)}.pro-setup-card{padding:clamp(20px,3.2vw,36px);border:1px solid #e1e0dc;border-radius:20px;background:#ffffffed;box-shadow:0 15px 32px #1e283314}.pro-setup-card-heading,.pro-create-property-heading{display:flex;align-items:flex-start;gap:12px;margin-bottom:22px}.pro-step-number{display:grid;flex:none;place-items:center;min-width:34px;height:34px;padding:0 7px;color:#fff;border-radius:9px;background:var(--rv-green);font-size:10px;font-weight:900;letter-spacing:.06em}.pro-setup-card-heading h2,.pro-create-property-heading h2{margin:1px 0 4px;color:var(--rv-ink);font-size:20px;letter-spacing:-.03em}.pro-setup-card-heading p,.pro-create-property-heading p{margin:0;color:var(--rv-muted);font-size:12px;line-height:1.5}.pro-field-group{margin:0 0 18px}.pro-field-group>label,.pro-field-group>legend{display:block;margin-bottom:7px;color:#435148;font-size:12px;font-weight:900}.pro-field-group input{min-height:44px;border-color:#d7d8d1;background:#fff}.pro-kind-fieldset,.pro-plan-fieldset{border:0;padding:0}.pro-kind-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.pro-kind-card,.pro-plan-card{position:relative;padding:14px;color:var(--rv-ink);border:1.5px solid #deded8;border-radius:13px;background:#fff;text-align:left;transition:transform .16s cubic-bezier(.23,1,.32,1),border-color .16s ease,background .16s ease}.pro-kind-card:hover,.pro-plan-card:hover{border-color:#9cb59c}.pro-kind-card:active,.pro-plan-card:active{transform:scale(.98)}.pro-kind-card.is-selected,.pro-plan-card.is-selected{border-color:var(--rv-green);background:#f5faf2;box-shadow:0 5px 14px #2c5f2d17}.pro-kind-card b{display:block;margin-bottom:5px;font-size:13px}.pro-kind-card span{color:#6a746e;font-size:10.5px;line-height:1.55}.pro-plan-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:8px}.pro-plan-card{min-height:133px;padding:15px 11px 11px}.pro-plan-card b,.pro-plan-card strong,.pro-plan-card>span:last-child{display:block}.pro-plan-card b{font-size:12px}.pro-plan-card strong{margin:6px 0 5px;color:var(--rv-green-d);font-size:16px;letter-spacing:-.04em}.pro-plan-card strong small{margin-left:2px;color:var(--rv-muted);font-size:9px;font-weight:700}.pro-plan-card>span:last-child{color:var(--rv-muted);font-size:9.5px;line-height:1.45}.pro-plan-selection{position:absolute;top:8px;right:8px;display:grid;place-items:center;width:17px;height:17px;color:transparent;border:1px solid #cbd0c9;border-radius:50%}.pro-plan-card.is-selected .pro-plan-selection{color:#fff;border-color:var(--rv-green);background:var(--rv-green)}.pro-inline-loading,.pro-form-error{margin:0 0 10px;color:var(--rv-muted);font-size:11px}.pro-inline-loading{display:flex;align-items:center;gap:6px}.pro-form-error{color:#b23a1e;font-weight:800}.pro-primary-button{min-height:45px;width:100%;color:#fff;background:var(--rv-green);box-shadow:0 7px 15px #2c5f2d2e;transition:transform .16s cubic-bezier(.23,1,.32,1),filter .16s ease}.pro-primary-button:hover{filter:brightness(1.05)}.pro-primary-button:active{transform:scale(.98)}.pro-primary-button-compact{width:auto;padding-inline:16px}.pro-dashboard{display:grid;gap:20px}.pro-dashboard-header,.pro-page-header{display:flex;justify-content:space-between;align-items:flex-end;gap:20px;padding:4px 0 3px}.pro-dashboard-header h1,.pro-page-header h1{margin:4px 0;color:#1f3126;font-size:clamp(25px,3vw,34px);letter-spacing:-.055em}.pro-dashboard-header p,.pro-page-header p{margin:0;color:var(--rv-muted);font-size:12px}.pro-workspace-select-wrap{min-width:170px}.pro-workspace-select-wrap label{display:block;margin-bottom:5px;color:var(--rv-muted);font-size:10px;font-weight:800}.pro-workspace-select-wrap select,.pro-company-readonly{width:100%;min-height:35px;padding:0 9px;color:#47544b;border:1px solid #d8d9d2;border-radius:8px;background:#fff;font-size:11px;font-weight:700}.pro-company-readonly{display:flex;align-items:center}.pro-metric-grid{display:grid;grid-template-columns:1.32fr 1.1fr 1fr 1fr;gap:12px}.pro-metric-card{position:relative;min-height:150px;padding:17px;overflow:hidden;border:1px solid #e1e2dc;border-radius:15px;background:#fff}.pro-metric-main{border-color:#cfddc8;background:linear-gradient(135deg,#f6fbf3,#fff)}.pro-metric-icon{display:grid;place-items:center;width:30px;height:30px;margin-bottom:15px;color:var(--rv-green);border-radius:9px;background:var(--rv-green-l)}.pro-metric-card>div:nth-child(2)>span{display:block;color:#6b756d;font-size:10.5px;font-weight:800}.pro-metric-card strong{display:block;margin-top:3px;color:#24372a;font-size:26px;line-height:1;letter-spacing:-.06em}.pro-metric-card strong small{color:#7b867f;font-size:11px;letter-spacing:0}.pro-metric-card p{position:absolute;bottom:13px;margin:0;color:#7b867f;font-size:9.5px}.pro-progress{position:absolute;right:15px;bottom:36px;left:15px;height:4px;overflow:hidden;border-radius:5px;background:#e7ece4}.pro-progress span{display:block;height:100%;border-radius:inherit;background:var(--rv-orange)}.pro-action-panel{display:flex;align-items:center;justify-content:space-between;gap:28px;padding:22px 25px;overflow:hidden;border-radius:17px;background:#203e28}.pro-action-panel-copy h2{max-width:600px;margin:5px 0 7px;color:#fff;font-size:clamp(18px,2.2vw,25px);letter-spacing:-.04em}.pro-action-panel-copy p{margin:0;color:#cad7ca;font-size:12px;line-height:1.6}.pro-action-panel .pro-eyebrow{color:#f5bb77}.pro-action-button{display:inline-flex;flex:none;align-items:center;gap:8px;min-height:43px;padding:0 16px;color:#203e28;border-radius:10px;background:#fff;font-size:12px;font-weight:900}.pro-action-button svg:last-child{margin-left:4px}.pro-action-actions{display:flex;flex-wrap:wrap;gap:8px}.pro-action-button.is-secondary{color:#fff;border:1px solid rgba(255,255,255,.4);background:transparent}.pro-dashboard-columns{display:grid;grid-template-columns:minmax(0,1.35fr) minmax(290px,.65fr);gap:14px}.pro-panel{overflow:hidden;border:1px solid #e1e2dc;border-radius:16px;background:#fff}.pro-panel-heading{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:17px 18px 13px}.pro-panel-heading h2{margin:3px 0 0;color:#293a30;font-size:16px;letter-spacing:-.03em}.pro-panel-heading>button{display:inline-flex;align-items:center;gap:3px;padding:0;color:var(--rv-green);background:transparent;font-size:10.5px;font-weight:900}.pro-mini-list{border-top:1px solid #eef0eb}.pro-mini-row{display:flex;align-items:center;gap:10px;padding:13px 17px;border-bottom:1px solid #eef0eb}.pro-mini-row:last-child{border-bottom:0}.pro-mini-marker{display:grid;place-items:center;width:28px;height:28px;color:var(--rv-green);border-radius:8px;background:#f2f7ef}.pro-mini-row div{min-width:0;flex:1}.pro-mini-row b,.pro-mini-row small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pro-mini-row b{color:#3a4940;font-size:12px}.pro-mini-row small{margin-top:3px;color:#8a948d;font-size:10px}.pro-mini-row em{color:#68766b;font-size:10px;font-style:normal}.pro-empty-card{display:grid;justify-items:start;gap:6px;padding:27px 18px;border-top:1px solid #eef0eb;color:#7c877f}.pro-empty-card>svg{color:var(--rv-orange)}.pro-empty-card b{color:#3e5045;font-size:13px}.pro-empty-card span{max-width:360px;font-size:11px;line-height:1.6}.pro-empty-card button{margin-top:5px;padding:0;color:var(--rv-green);background:transparent;font-size:11px;font-weight:900}.pro-generation-ready{display:flex;flex-direction:column}.pro-generation-ready>img{width:calc(100% - 32px);height:135px;margin:0 16px;border-radius:11px;object-fit:cover}.pro-generation-ready-copy{padding:13px 16px 16px}.pro-generation-ready-copy>span{display:inline-flex;align-items:center;gap:5px;color:#916329;font-size:10px;font-weight:900}.pro-generation-ready-copy p{margin:7px 0 0;color:#66736b;font-size:10.5px;line-height:1.65}.pro-properties{display:grid;gap:17px}.pro-create-property{padding:20px;border:1px solid #d6e2d1;border-radius:16px;background:#f8fbf6}.pro-property-form-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 14px}.pro-field-full{grid-column:1 / -1}.pro-create-actions{display:flex;justify-content:flex-end;gap:8px}.pro-empty-wide{display:grid;grid-template-columns:minmax(0,1.05fr) minmax(240px,.95fr);align-items:center;overflow:hidden;border:1px solid #e1e2dc;border-radius:18px;background:#fff}.pro-empty-wide>div{padding:clamp(24px,4vw,52px)}.pro-empty-wide svg{color:var(--rv-orange)}.pro-empty-wide h2{margin:12px 0 8px;color:#26382d;font-size:22px;letter-spacing:-.04em}.pro-empty-wide p{max-width:400px;margin:0 0 18px;color:#6d786f;font-size:12px;line-height:1.7}.pro-empty-wide>img{width:100%;height:100%;min-height:260px;object-fit:cover}.pro-property-list{display:grid;gap:10px}.pro-property-card{display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:16px 18px;border:1px solid #e0e2dc;border-radius:15px;background:#fff;transition:box-shadow .16s ease,transform .16s cubic-bezier(.23,1,.32,1)}.pro-property-card:hover{transform:translateY(-1px);box-shadow:0 8px 18px #1e28330f}.pro-property-card.is-archived{opacity:.72;background:#fafaf8}.pro-property-icon{display:grid;place-items:center;width:41px;height:41px;color:var(--rv-green);border-radius:11px;background:var(--rv-green-l)}.pro-property-titleline{display:flex;align-items:center;gap:8px}.pro-property-main h2{margin:0;color:#34443a;font-size:15px;letter-spacing:-.03em}.pro-property-main p{display:flex;align-items:center;gap:4px;margin:6px 0 3px;color:#747e77;font-size:11px}.pro-property-main small{color:#939b96;font-size:10px}.pro-status-badge{display:inline-flex;padding:2px 6px;border-radius:5px;font-size:9px;font-style:normal;font-weight:900}.pro-status-badge.active{color:#3e703b;background:#e9f5e3}.pro-status-badge.archived{color:#757d78;background:#eef0ed}.pro-property-actions{display:flex;align-items:center;gap:8px}.pro-property-actions>button,.pro-action-disabled{display:inline-flex;align-items:center;gap:5px;min-height:32px;padding:0 9px;border:1px solid #d8ddd5;border-radius:8px;color:#5f6d63;background:#fff;font-size:10px;font-weight:800}.pro-action-disabled{color:#a2a9a3;background:#fafbf9}.pro-back-link{display:inline-flex;align-items:center;gap:4px;justify-self:start;margin-top:3px;padding:4px 0;color:var(--rv-green);background:transparent;font-size:11px;font-weight:900}.pro-team-page{display:grid;gap:16px}.pro-seat-summary{display:inline-flex;align-items:center;gap:7px;min-height:37px;padding:0 12px;color:#536157;border:1px solid #dfe6d9;border-radius:10px;background:#f4f8f1;font-size:11px;font-weight:800}.pro-seat-summary b{color:#1f3d29}.pro-team-grid{display:grid;grid-template-columns:minmax(0,1.16fr) minmax(290px,.84fr);gap:14px}.pro-team-card,.pro-plan-guard-card{padding-bottom:17px}.pro-team-form{display:grid;grid-template-columns:minmax(0,1fr) 135px auto;gap:10px;align-items:end;padding:0 18px}.pro-team-form label{display:grid;gap:5px;color:#667269;font-size:10px;font-weight:800}.pro-team-form input,.pro-team-form select{width:100%;min-height:39px;padding:0 10px;color:#26382e;border:1px solid #dfe3dc;border-radius:8px;background:#fff;font-size:12px;outline:none}.pro-team-form input:focus,.pro-team-form select:focus{border-color:var(--rv-green);box-shadow:0 0 0 3px #2c5c3e1f}.pro-team-form .pro-primary-button{width:auto;min-height:39px;padding:0 12px}.pro-form-error,.pro-limit-note{margin:10px 18px 0;padding:9px 10px;border-radius:8px;font-size:11px;line-height:1.55}.pro-form-error{color:#9f3421;background:#fff0ed}.pro-limit-note{color:#805a22;background:#fff8e9}.pro-invite-link{display:grid;gap:7px;margin:11px 18px 0;padding:11px;border:1px solid #d7e6d4;border-radius:10px;background:#f4faf2;color:#365543;font-size:11px}.pro-invite-link code{overflow:auto;padding:7px;color:#456253;border-radius:6px;background:#fff;font-size:10px;white-space:nowrap}.pro-invite-link button{display:inline-flex;align-items:center;justify-content:center;gap:6px;width:max-content;padding:7px 9px;color:var(--rv-green);border:1px solid #cddcc8;border-radius:7px;background:#fff;font-size:10px;font-weight:900}.pro-plan-guard-card dl{display:grid;gap:0;margin:0;border-top:1px solid #eef0eb}.pro-plan-guard-card dl div{display:flex;justify-content:space-between;gap:12px;padding:11px 18px;border-bottom:1px solid #eef0eb}.pro-plan-guard-card dt{color:#7a847c;font-size:11px}.pro-plan-guard-card dd{margin:0;color:#223b2c;font-size:11px;font-weight:900}.pro-plan-guard-card p{margin:13px 18px 0;color:#768077;font-size:11px;line-height:1.7}.pro-team-list{border-top:1px solid #eef0eb}.pro-team-row{display:grid;grid-template-columns:34px minmax(0,1fr) auto auto;align-items:center;gap:10px;padding:12px 18px;border-bottom:1px solid #eef0eb}.pro-member-avatar{display:grid;place-items:center;width:32px;height:32px;color:var(--rv-green);border-radius:9px;background:#eff5ea;font-size:12px;font-weight:900}.pro-team-row b,.pro-team-row small{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.pro-team-row b{color:#324437;font-size:12px}.pro-team-row small{margin-top:2px;color:#859087;font-size:10px}.pro-role-badge,.pro-member-status{padding:4px 7px;border-radius:999px;font-size:9px;font-style:normal;font-weight:900;white-space:nowrap}.pro-role-badge.is-admin{color:#884e08;background:#fff1d6}.pro-role-badge.is-member{color:#2d6643;background:#e9f6ec}.pro-member-status{color:#526558;background:#eff3ef}.pro-member-status.is-active{color:#2d6643;background:#e9f6ec}.pro-member-status.is-pending{color:#8e5b0a;background:#fff5e2}.pro-revoke-button{display:inline-flex;align-items:center;gap:4px;padding:6px 7px;color:#a24332;border:1px solid #f0d1cb;border-radius:7px;background:#fff8f6;font-size:10px;font-weight:900}.pro-inline-state{display:flex;align-items:center;gap:8px;min-height:72px;padding:17px 18px;color:#7a857c;font-size:11px;font-weight:700}.pro-access-card,.pro-join-card{max-width:620px;display:grid;gap:12px;margin:45px auto;padding:28px;border:1px solid #dfe5dc;border-radius:18px;background:#fff;box-shadow:0 16px 35px #1c2d2312}.pro-access-card{grid-template-columns:auto minmax(0,1fr) auto;align-items:center}.pro-access-card svg{color:var(--rv-green)}.pro-access-card b,.pro-join-card h1{color:#1f3527}.pro-access-card p,.pro-join-card p{margin:5px 0 0;color:#78837a;font-size:12px;line-height:1.7}.pro-access-card button{padding:8px 10px;color:var(--rv-green);border:1px solid #cfdccd;border-radius:8px;background:#f7faf5;font-size:10px;font-weight:900}.pro-join-card{max-width:500px;justify-items:start}.pro-join-card h1{margin:0;font-size:28px;letter-spacing:-.05em}.pro-join-success{display:flex;align-items:center;gap:7px;color:#2a7242;font-size:12px;font-weight:800}@media (max-width: 920px){.pro-onboarding{grid-template-columns:1fr}.pro-onboarding-copy{padding:4px 2px 0}.pro-metric-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.pro-dashboard-columns{grid-template-columns:1fr}}@media (max-width: 920px){.pro-team-grid{grid-template-columns:1fr}}@media (max-width: 620px){.pro-app-shell{padding:2px 0 28px}.pro-app-brandline{margin-bottom:15px}.pro-app-label{display:none}.pro-onboarding{min-height:auto;padding:17px;border-radius:18px}.pro-onboarding-copy h1{font-size:27px}.pro-kind-grid,.pro-plan-grid,.pro-property-form-grid,.pro-empty-wide{grid-template-columns:1fr}.pro-plan-card{min-height:0}.pro-dashboard-header,.pro-page-header,.pro-action-panel{align-items:flex-start;flex-direction:column}.pro-workspace-select-wrap{width:100%}.pro-metric-grid{grid-template-columns:1fr 1fr;gap:8px}.pro-metric-card{min-height:141px;padding:13px}.pro-action-panel{gap:15px;padding:19px}.pro-action-actions,.pro-action-button{width:100%}.pro-action-actions{flex-direction:column}.pro-action-button{justify-content:center}.pro-empty-wide>img{min-height:160px}.pro-property-card{grid-template-columns:auto minmax(0,1fr);align-items:start}.pro-property-actions{grid-column:1 / -1;width:100%;flex-wrap:wrap}.pro-property-actions>button,.pro-action-disabled{flex:1;justify-content:center}.pro-primary-button-compact,.pro-page-header .pro-primary-button-compact{width:100%}.pro-create-actions{flex-direction:column-reverse}.pro-create-actions>button{width:100%}.pro-team-form{grid-template-columns:1fr}.pro-team-form .pro-primary-button{width:100%;justify-content:center}.pro-team-empty-state{min-height:390px;margin:0 10px;padding:25px 20px}.pro-team-empty-state .pro-primary-button{width:100%;justify-content:center}.pro-team-row{grid-template-columns:34px minmax(0,1fr) auto}.pro-team-row .pro-member-status,.pro-team-row .pro-revoke-button{grid-column:2 / -1;justify-self:start}.pro-access-card{grid-template-columns:auto minmax(0,1fr)}.pro-access-card button{grid-column:1 / -1;width:100%}}.pro-generator{display:grid;gap:18px}.pro-generate-header{align-items:flex-end}.pro-generator-notice{display:flex;align-items:flex-start;gap:11px;padding:14px 16px;border:1px solid #e7c985;border-radius:14px;background:#fff9e9;color:#6c4b18}.pro-generator-notice svg{flex:none;margin-top:2px;color:#b27725}.pro-generator-notice b,.pro-generator-notice span{display:block}.pro-generator-notice b{font-size:12px}.pro-generator-notice span{margin-top:3px;font-size:11px;line-height:1.65}.pro-generator-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(250px,.32fr);align-items:start;gap:16px}.pro-generator-form{overflow:hidden;border:1px solid #dfe4dc;border-radius:20px;background:#fff;box-shadow:0 14px 32px #1e28330d}.pro-generator-section{padding:22px;border-bottom:1px solid #e8ebe6}.pro-generator-section-heading{display:flex;align-items:flex-start;gap:10px;margin-bottom:15px}.pro-generator-section-heading>span{display:grid;flex:none;place-items:center;width:25px;height:25px;color:#fff;border-radius:8px;background:var(--rv-green);font-size:10px;font-weight:900}.pro-generator-section-heading h2{margin:0;color:#283a30;font-size:15px;letter-spacing:-.03em}.pro-generator-section-heading p{margin:3px 0 0;color:#758279;font-size:11px;line-height:1.55}.pro-choice-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.pro-choice-card,.pro-mode-card{display:block;text-align:left;border:1px solid #dde4dc;border-radius:13px;background:#fbfcfa;transition:border-color .16s cubic-bezier(.23,1,.32,1),background .16s cubic-bezier(.23,1,.32,1),transform .16s cubic-bezier(.23,1,.32,1)}.pro-choice-card{min-height:126px;padding:15px;color:#405047}.pro-choice-card svg,.pro-mode-card>svg{color:var(--rv-orange)}.pro-choice-card b,.pro-choice-card span{display:block}.pro-choice-card b{margin-top:10px;color:#263b2d;font-size:13px}.pro-choice-card span{margin-top:4px;color:#708078;font-size:10px;line-height:1.55}.pro-choice-card.is-selected,.pro-mode-card.is-selected{border-color:#8aa98b;background:#f1f7ed;box-shadow:inset 0 0 0 1px #3c664221}.pro-choice-card:active,.pro-mode-card:active{transform:scale(.98)}.pro-mode-cards{display:grid;gap:9px}.pro-mode-card{display:flex;align-items:flex-start;gap:12px;width:100%;padding:14px}.pro-mode-card>svg{flex:none;margin-top:2px}.pro-mode-card b,.pro-mode-card strong,.pro-mode-card span{display:block}.pro-mode-card b{color:#314538;font-size:11px}.pro-mode-card strong{margin-top:3px;color:#203e28;font-size:14px}.pro-mode-card strong:after{content:"  ›";color:var(--rv-orange)}.pro-mode-card.is-selected strong:after{content:"  （選択中）";color:var(--rv-green);font-size:10px}.pro-mode-card span{margin-top:4px;color:#718078;font-size:10.5px;line-height:1.55}.pro-field-row,.pro-referral-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.pro-generator select{width:100%;height:40px;padding:0 10px;border:1px solid #d9dfd8;border-radius:9px;color:#34463a;background:#fff;font:inherit;font-size:12px}.pro-color-input{display:flex;gap:7px}.pro-color-input input[type=color]{width:43px;height:40px;padding:4px;border:1px solid #d9dfd8;border-radius:9px;background:#fff}.pro-upload-dropzone{display:grid;place-items:center;min-height:145px;padding:16px;border:1.5px dashed #afc6b1;border-radius:13px;color:#4a6850;background:#f8fbf6;text-align:center;cursor:pointer}.pro-upload-dropzone b{margin-top:8px;font-size:12px}.pro-upload-dropzone span{max-width:380px;margin-top:4px;color:#718078;font-size:10px;line-height:1.55}.pro-upload-dropzone input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}.pro-upload-preview-list{display:grid;gap:8px;margin-top:11px}.pro-upload-preview{display:flex;align-items:center;gap:9px;padding:7px;border:1px solid #e2e6df;border-radius:10px;background:#fbfcfa}.pro-upload-preview img{width:42px;height:42px;border-radius:7px;object-fit:cover}.pro-upload-preview span{display:grid;flex:1;min-width:0}.pro-upload-preview b{overflow:hidden;color:#35463a;font-size:10px;text-overflow:ellipsis;white-space:nowrap}.pro-upload-preview small{margin-top:2px;color:#88948c;font-size:9px}.pro-upload-preview button{display:grid;flex:none;place-items:center;width:27px;height:27px;color:#7d615b;border-radius:7px;background:#f5efec}.pro-generation-count{padding-bottom:18px}.pro-count-controls{display:flex;gap:8px}.pro-count-controls button{display:grid;min-width:52px;padding:8px;color:#607068;border:1px solid #dbe2da;border-radius:9px;background:#fbfcfa;font-size:15px;font-weight:900}.pro-count-controls button small{font-size:8px;font-weight:700}.pro-count-controls button.is-selected{color:#fff;border-color:var(--rv-green);background:var(--rv-green)}.pro-generation-submit{display:flex;align-items:center;justify-content:space-between;gap:15px;padding:18px 22px;background:#f5f8f3}.pro-generation-submit>div{display:grid;gap:3px}.pro-generation-submit b{color:#263b2d;font-size:12px}.pro-generation-submit span{color:#738078;font-size:10px}.pro-generator-aside{display:grid;gap:12px}.pro-legal-card,.pro-guidance-card{padding:17px;border:1px solid #e3e4dc;border-radius:15px;background:#fff}.pro-legal-card>span{display:inline-flex;align-items:center;gap:5px;color:#935c1d;font-size:10px;font-weight:900}.pro-legal-card>b{display:block;margin-top:9px;color:#334337;font-size:13px;line-height:1.45}.pro-legal-card p,.pro-guidance-card p{margin:7px 0 0;color:#708078;font-size:10px;line-height:1.7}.pro-legal-card strong{color:#52675a}.pro-guidance-card{background:#213f29}.pro-guidance-card .pro-eyebrow{color:#e9bc7f}.pro-guidance-card h2{margin:6px 0;color:#fff;font-size:15px;letter-spacing:-.03em}.pro-guidance-card p{color:#d0ddcf}.pro-result-section{overflow:hidden;border:1px solid #dfe4dc;border-radius:18px;background:#fff}.pro-result-heading{display:flex;align-items:end;justify-content:space-between;gap:15px;padding:19px 21px 14px;border-bottom:1px solid #e7ebe5}.pro-result-heading h2{margin:3px 0 0;color:#2b3e31;font-size:17px}.pro-result-heading>span{color:#65766b;font-size:10px;font-weight:800}.pro-result-card{padding:17px 21px;border-bottom:1px solid #edf0eb}.pro-result-card:last-child{border-bottom:0}.pro-result-images{display:grid;grid-template-columns:repeat(auto-fit,minmax(210px,1fr));gap:10px}.pro-result-images figure{position:relative;overflow:hidden;margin:0;border-radius:12px;background:#e7e7e1}.pro-result-images img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover}.pro-result-images figcaption{position:absolute;right:9px;bottom:9px;padding:5px 7px;color:#fff;border-radius:6px;background:#102419d6;font-size:7px;font-weight:900;letter-spacing:.07em}.pro-result-actions{display:flex;align-items:center;justify-content:space-between;gap:14px;margin-top:12px}.pro-result-actions>div{display:grid;gap:3px}.pro-result-actions b{color:#35493a;font-size:12px}.pro-result-actions span{color:#76837a;font-size:10px;line-height:1.55}.pro-no-referral{display:inline-flex;flex:none;padding:7px 9px;color:#65766a!important;border:1px solid #dce3dc;border-radius:7px;background:#fafcf9;font-weight:800}.pro-referral-form{display:grid;gap:11px;margin-top:14px;padding:15px;border:1px solid #d6e5d4;border-radius:12px;background:#f7fbf5}.pro-referral-heading{display:flex;gap:8px;color:#2c5234}.pro-referral-heading>svg{flex:none;margin-top:2px}.pro-referral-heading b,.pro-referral-heading span{display:block}.pro-referral-heading b{font-size:12px}.pro-referral-heading span{margin-top:2px;color:#6f8173;font-size:10px}.pro-referral-form textarea{min-height:74px;width:100%;resize:vertical;padding:9px 10px;border:1px solid #d9dfd8;border-radius:9px;color:#34463a;background:#fff;font:inherit;font-size:12px}.pro-referral-success{display:flex;align-items:center;gap:6px;margin:0;color:#2e6940;font-size:11px;font-weight:800}.pro-result-failure{display:grid;justify-items:start;gap:5px;color:#8d4533}.pro-result-failure span{color:#766a62;font-size:11px}.pro-generation-ready-copy button{display:inline-flex;align-items:center;gap:3px;margin-top:10px;padding:0;color:var(--rv-green);background:transparent;font-size:10px;font-weight:900}.pro-property-generate{color:#fff!important;border-color:var(--rv-green)!important;background:var(--rv-green)!important}.pro-property-generate svg:last-child{margin-left:-2px}@media (max-width: 920px){.pro-generator-grid{grid-template-columns:1fr}.pro-generator-aside{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width: 620px){.pro-generator-section{padding:17px}.pro-choice-grid,.pro-field-row,.pro-referral-grid,.pro-generator-aside{grid-template-columns:1fr}.pro-generation-submit,.pro-result-heading,.pro-result-actions{align-items:flex-start;flex-direction:column}.pro-generation-submit>button{width:100%}.pro-count-controls button{flex:1}.pro-result-card{padding:15px}.pro-result-actions>button{width:100%}}[data-slot=sidebar-wrapper]{display:flex;min-height:100vh;width:100%;background:#e6e4dd}[data-slot=sidebar-wrapper]>div:first-of-type{position:relative;flex:0 0 var(--sidebar-width);width:var(--sidebar-width)}[data-slot=sidebar]{position:relative;display:block;width:100%;height:100%}[data-slot=sidebar-gap]{display:none}[data-slot=sidebar-container]{position:fixed;inset:0 auto 0 0;z-index:20;display:flex;width:var(--sidebar-width);border-right:1px solid #d8d8d0;background:#f7f7f3;transition:width .18s cubic-bezier(.23,1,.32,1)}[data-slot=sidebar-inner]{display:flex;width:100%;height:100%;flex-direction:column;color:#46534a;background:#f7f7f3}[data-slot=sidebar-header]{display:flex;min-height:74px;padding:17px 14px;align-items:center;border-bottom:1px solid #e2e3dc}[data-slot=sidebar-header]>div{display:flex;width:100%;align-items:center;gap:9px}[data-slot=sidebar-header] button{display:grid;width:30px;height:30px;padding:0;flex:none;place-items:center;color:#637067;border-radius:8px;background:transparent}[data-slot=sidebar-header] button:hover{background:#eaf1e4}[data-slot=sidebar-header] span{color:#284632;font-size:12px;font-weight:900;letter-spacing:.03em}[data-slot=sidebar-content]{min-height:0;flex:1;overflow:auto;padding:13px 10px}[data-slot=sidebar-menu]{display:grid;gap:5px;margin:0;padding:0;list-style:none}[data-slot=sidebar-menu-item]{margin:0;padding:0;list-style:none}[data-slot=sidebar-menu-button]{display:flex;width:100%;min-height:38px;align-items:center;gap:9px;padding:0 10px;color:#526157;border-radius:9px;background:transparent;font-size:12px;font-weight:800;text-align:left}[data-slot=sidebar-menu-button]:hover{color:#23462d;background:#e9f2e4}[data-slot=sidebar-menu-button][data-active=true]{color:#23462d;background:#e4f0df;box-shadow:inset 3px 0 0 var(--rv-green)}[data-slot=sidebar-menu-button] svg{width:16px;height:16px;color:var(--rv-green)}[data-slot=sidebar-footer]{display:flex;padding:12px;margin-top:auto;border-top:1px solid #e2e3dc}[data-slot=sidebar-footer]>[data-slot=dropdown-menu-trigger]{width:100%}[data-slot=sidebar-footer] button{display:flex;width:100%;align-items:center;gap:9px;padding:8px;color:#4d5b50;border-radius:9px;background:transparent;text-align:left}[data-slot=sidebar-footer] button:hover{background:#edf3e9}[data-slot=sidebar-footer] [data-slot=avatar]{display:grid;width:31px;height:31px;flex:none;place-items:center;overflow:hidden;color:#fff;border-radius:50%;background:var(--rv-green)}[data-slot=sidebar-footer] p{margin:0}[data-slot=sidebar-footer] p:first-of-type{color:#304037;font-size:11px;font-weight:900}[data-slot=sidebar-footer] p:last-of-type{margin-top:3px;color:#7e8981;font-size:9px}[data-slot=sidebar-inset]{min-width:0;flex:1;background:#e6e4dd}[data-slot=sidebar-inset]>main{padding:25px}[data-slot=sidebar-trigger]{display:inline-grid;width:34px;height:34px;padding:0;place-items:center;color:#3f5145;border:1px solid #d9ddd4;border-radius:8px;background:#f9faf6}[data-slot=sidebar-trigger]:hover{background:#eaf1e4}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border-width:0}[data-slot=sidebar][data-collapsible=icon] [data-slot=sidebar-container]{width:58px}[data-slot=sidebar-wrapper]:has([data-slot=sidebar][data-collapsible=icon])>div:first-of-type{flex-basis:58px;width:58px}[data-slot=sidebar][data-collapsible=icon] [data-slot=sidebar-header]{justify-content:center;padding-inline:10px}[data-slot=sidebar][data-collapsible=icon] [data-slot=sidebar-header]>div{justify-content:center}[data-slot=sidebar][data-collapsible=icon] [data-slot=sidebar-menu-button]{justify-content:center;padding:0}[data-slot=sidebar][data-collapsible=icon] [data-slot=sidebar-menu-button] span,[data-slot=sidebar][data-collapsible=icon] [data-slot=sidebar-footer]>[data-slot=dropdown-menu-trigger]>button>div{display:none}[data-slot=sidebar][data-collapsible=icon] [data-slot=sidebar-footer]>[data-slot=dropdown-menu-trigger]>button{justify-content:center;padding:6px}@media (max-width: 767px){[data-slot=sidebar-wrapper]{display:block}[data-slot=sidebar-wrapper]>div:first-of-type{width:auto}[data-slot=sidebar-container]{display:none}[data-slot=sidebar-inset]>main{padding:14px}}.rv-hero{position:relative}.rv-hero>img{width:100%;height:230px;object-fit:cover;display:block}.rv-hero-badge{position:absolute;z-index:1;left:12px;top:12px;background:#1e4620e6;color:#fff;font-size:11px;font-weight:800;padding:5px 11px;border-radius:20px}.rv-hero-inset{position:absolute;right:12px;bottom:12px;width:96px;overflow:hidden;border:2.5px solid #fff;border-radius:10px;background:#fff;box-shadow:0 4px 12px #0000004d}.rv-hero-inset img{width:100%;height:66px;display:block;object-fit:cover}.rv-hero-inset span{display:block;padding:2px;color:#555;text-align:center;font-size:9.5px;font-weight:800}.rv-top-copy h1{margin:0;color:var(--rv-ink);font-size:22px;font-weight:900;letter-spacing:-.3px;line-height:1.4}.rv-top-copy h1 em{color:var(--rv-orange);font-style:normal}.rv-trust{margin:9px 0 0;color:var(--rv-muted);font-size:12px;line-height:1.6}.rv-trust b{color:var(--rv-green-d)}.rv-search-arrival,.rv-search-photo-rule{display:flex;align-items:flex-start;gap:8px;margin-top:12px;padding:11px 12px;color:#3d5a3e;border:1px solid #dce7d7;border-radius:12px;background:#f7faf5}.rv-search-arrival svg,.rv-search-photo-rule svg{flex:none;margin-top:1px;color:var(--rv-green)}.rv-search-arrival b,.rv-search-arrival span,.rv-search-photo-rule b,.rv-search-photo-rule span{display:block}.rv-search-arrival b,.rv-search-photo-rule b{color:var(--rv-green-d);font-size:11.5px}.rv-search-arrival span,.rv-search-photo-rule span{margin-top:3px;font-size:10.5px;font-weight:600;line-height:1.55}.rv-search-photo-rule{margin:0 0 14px}.rv-search-photo-rule p{margin:0}.rv-chips{display:flex;flex-wrap:wrap;gap:7px;margin:14px 0 4px}.rv-chips span{color:var(--rv-green-d);background:var(--rv-green-l);padding:6px 11px;border-radius:20px;font-size:11px;font-weight:800}.rv-steps{display:flex;gap:8px;margin:16px 0}.rv-steps>div{flex:1;padding:11px 8px;border-radius:12px;text-align:center;background:var(--rv-sand)}.rv-steps b{display:block;color:var(--rv-green);font-size:17px}.rv-steps span{display:block;color:#555;font-size:10.5px;line-height:1.4;white-space:pre-line}.rv-subsidy{display:flex;align-items:center;gap:10px;border:1px solid #f4d9b0;background:var(--rv-orange-l);border-radius:12px;padding:11px 13px}.rv-subsidy-icon{display:grid;place-items:center;width:25px;height:25px;border-radius:50%;color:#7a4a12;background:#f2b366;font-size:15px;font-weight:900}.rv-subsidy p{margin:0;color:#7a4a12;font-size:11.5px;font-weight:700;line-height:1.55}.rv-inline-cta{margin-top:15px}.rv-top-subsidy{margin-top:14px}.rv-top-section{padding-top:20px}.rv-top-section h2,.rv-title{margin:0 0 4px;color:var(--rv-ink);font-size:16px;font-weight:900}.rv-top-section p,.rv-desc{margin:0 0 15px;color:var(--rv-muted);font-size:12px;line-height:1.6}.rv-style-preview{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.rv-style-preview img{width:100%;aspect-ratio:1;object-fit:cover;border-radius:9px}.rv-company-link{padding:6px 9px;color:var(--rv-green);border:1px solid #d9e5d4;border-radius:999px;background:#f7faf5;font-size:10.5px;font-weight:800;white-space:nowrap}.rv-company-link:hover{border-color:var(--rv-green);background:var(--rv-green-l)}.rv-domus-proof{width:100%;display:flex;gap:10px;align-items:flex-start;margin-top:20px;padding:13px;color:#3d5a3e;border:1px solid transparent;background:#f0f5ec;border-radius:13px;text-align:left;cursor:pointer;transition:border-color .16s ease,transform .16s cubic-bezier(.23,1,.32,1)}.rv-domus-proof:hover{border-color:#b9cfb1}.rv-domus-proof:active{transform:scale(.98)}.rv-domus-proof svg{color:var(--rv-green);flex:none}.rv-domus-proof>svg:last-child{align-self:center;margin-left:auto}.rv-domus-proof b{display:block;color:var(--rv-green-d);font-size:12px}.rv-domus-proof span{display:block;margin-top:4px;color:#3d5a3e;font-size:11px;line-height:1.55}.rv-company-page{padding-bottom:0}.rv-company-section{padding:6px 0 28px}.rv-company-heading{display:inline-flex;align-items:center;gap:6px;margin-bottom:11px;color:var(--rv-green);font-size:11px;font-weight:900;letter-spacing:.08em}.rv-company-card{padding:21px 16px 16px;border:1px solid #e2e6dc;border-radius:18px;background:linear-gradient(145deg,#fff,#f8faf6);box-shadow:0 8px 22px #1e462012}.rv-company-wordmark{color:#121813;font-family:ui-rounded,Hiragino Kaku Gothic ProN,sans-serif;font-size:40px;font-weight:950;letter-spacing:-.09em;line-height:1}.rv-company-kicker{margin:8px 0 0;color:var(--rv-orange);font-size:11px;font-weight:900;line-height:1.55}.rv-company-copy{margin:15px 0 0;color:#37443a;font-size:13px;font-weight:600;line-height:1.75}.rv-company-metrics{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin:16px 0 0}.rv-company-metrics div{min-height:72px;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:9px 6px;border:1px solid #dce7d7;border-radius:12px;background:#f7faf5;text-align:center}.rv-company-metrics dt{color:#667267;font-size:10px;font-weight:800}.rv-company-metrics dd{margin:4px 0 0;color:var(--rv-green-d);font-size:16px;font-weight:950;line-height:1.2}.rv-company-credential{margin:10px 0 0;padding:11px 10px;color:#3f553f;border-radius:10px;background:#edf4e9;font-size:11px;font-weight:700;line-height:1.6;text-align:center}.rv-company-credential b{color:var(--rv-green-d)}.rv-site-footer{margin-top:0;padding:25px 18px 30px;color:#f4f8f1;background:#1f4b23}.rv-site-footer-brand{display:flex;align-items:baseline;gap:10px}.rv-site-footer-brand b{color:#fff;font-family:ui-rounded,Hiragino Kaku Gothic ProN,sans-serif;font-size:31px;font-weight:950;letter-spacing:-.08em}.rv-site-footer-brand span{color:#dcebd6;font-size:9px;font-weight:800}.rv-site-footer>p{margin:13px 0 0;color:#e7f0e2;font-size:12px;font-weight:700}.rv-site-footer address{margin-top:8px;color:#d2e2cd;font-size:10.5px;font-style:normal;line-height:1.75}.rv-site-footer address a{color:#d2e2cd;text-decoration:none}.rv-site-footer-links{display:flex;flex-wrap:wrap;gap:7px;margin-top:15px}.rv-site-footer-links a,.rv-site-footer-links button{display:inline-flex;align-items:center;gap:4px;min-height:28px;padding:6px 9px;color:#f4f8f1;border:1px solid rgba(235,247,230,.42);border-radius:999px;background:#ffffff08;font-size:10px;font-weight:800;text-decoration:none}.rv-site-footer-links button{cursor:pointer}.rv-site-footer-links a:hover,.rv-site-footer-links button:hover{border-color:#fff;background:#ffffff1f}.rv-form-assurance{display:flex;align-items:flex-start;gap:10px;margin:17px 0 12px;padding:13px;color:#3d5a3e;border:1px solid #c8dec0;border-radius:14px;background:#f1f7ed}.rv-form-assurance>svg{flex:none;margin-top:1px;color:#527b58}.rv-form-assurance p{margin:0;color:#455a46;font-size:12px;font-weight:650;line-height:1.65}.rv-form-assurance p b{color:var(--rv-green-d)}.rv-form-assurance button{display:inline-flex;align-items:center;gap:2px;margin-top:7px;padding:0;color:var(--rv-green);background:transparent;font-size:11px;font-weight:900;text-decoration:underline;text-underline-offset:3px}.rv-role-card,.rv-grade-card{position:relative;width:100%;display:flex;align-items:flex-start;gap:12px;padding:15px;margin-bottom:12px;border:2px solid var(--rv-line);border-radius:14px;background:#fff;color:inherit;text-align:left;transition:border-color .18s ease,background .18s ease}.rv-role-card.is-selected,.rv-grade-card.is-selected,.rv-option.is-selected{border-color:var(--rv-green);background:#f6faf4}.rv-role-icon{font-size:24px;line-height:1}.rv-role-copy{display:block;padding-right:25px}.rv-role-copy b{display:block;font-size:15px}.rv-role-copy small{display:block;margin-top:5px;color:var(--rv-muted);font-size:11.5px;line-height:1.55}.rv-role-copy em{display:inline-block;margin-top:8px;padding:3px 9px;border-radius:20px;color:var(--rv-green-d);background:var(--rv-green-l);font-size:11px;font-style:normal;font-weight:800}.rv-role-card i,.rv-grade-card i{position:absolute;top:14px;right:12px;display:grid;place-items:center;width:24px;height:24px;border:2px solid #c8c6bf;border-radius:50%;color:transparent;font-style:normal}.rv-role-card.is-selected i,.rv-grade-card.is-selected i{border-color:var(--rv-green);color:#fff;background:var(--rv-green)}.rv-role-count{display:flex;align-items:center;gap:8px;margin-bottom:15px;padding:10px 13px;border:1px solid #f4d9b0;border-radius:11px;color:#7a4a12;background:var(--rv-orange-l)}.rv-role-count svg{color:var(--rv-orange)}.rv-role-count span{font-size:12px;font-weight:700}.rv-role-count b{margin-left:auto;color:var(--rv-green-d);font-size:15px;font-weight:900}.rv-role-count small{color:var(--rv-muted);font-size:11px}.rv-fine-print{margin:14px 0;color:var(--rv-muted);font-size:10.5px;text-align:center;line-height:1.5}.rv-photo-actions{display:flex;gap:8px;margin:0 0 14px}.rv-mini-action{flex:1;display:inline-flex;justify-content:center;align-items:center;gap:6px;padding:10px;color:var(--rv-green-d);border:1.4px solid var(--rv-line);border-radius:11px;background:#fff;font-size:11.5px;font-weight:800}.rv-file-input{display:none}.rv-photo-slots{display:flex;gap:10px}.rv-photo-slot{position:relative;flex:1;aspect-ratio:3 / 4;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:5px;overflow:hidden;color:#b3b0a8;border:2px dashed #cdcbc4;border-radius:13px;background:#faf9f6;font-size:11px}.rv-photo-slot.is-filled{border:0}.rv-photo-slot img{width:100%;height:100%;object-fit:cover}.rv-photo-slot.is-filled button{position:absolute;top:6px;right:6px;width:27px;height:27px;display:grid;place-items:center;padding:0;color:#fff;border-radius:50%;background:#1e2833b8}.rv-hint{display:flex;gap:9px;margin-top:15px;padding:12px;color:#3d5a3e;border-radius:11px;background:#f0f5ec}.rv-hint>span{font-size:16px;font-weight:900}.rv-hint p{margin:0;font-size:11.5px;line-height:1.6}.rv-hint b{color:var(--rv-green-d)}.rv-option{position:relative;width:100%;padding:15px 15px 15px 48px;margin-bottom:12px;color:var(--rv-ink);border:2px solid var(--rv-line);border-radius:15px;background:#fff;text-align:left}.rv-option .rv-radio{position:absolute;top:17px;left:16px;width:22px;height:22px;border:2px solid #c8c6bf;border-radius:50%}.rv-option.is-selected .rv-radio{border-color:var(--rv-green);background:radial-gradient(var(--rv-green) 42%,#fff 46%)}.rv-option b{font-size:15px}.rv-option p{margin:5px 0 0;color:var(--rv-muted);font-size:12px;line-height:1.55}.rv-coordinate-note{display:flex;gap:10px;align-items:flex-start;margin:12px 0 16px;padding:12px;border:1px solid #cfe1cb;border-radius:13px;color:#315b37;background:linear-gradient(135deg,#f3f8f1,#fbfcf9)}.rv-coordinate-note>svg{flex:none;margin-top:2px;color:var(--rv-green)}.rv-coordinate-note p{margin:0}.rv-coordinate-note b,.rv-coordinate-note span{display:block}.rv-coordinate-note b{color:var(--rv-green-d);font-size:12px}.rv-coordinate-note span{margin-top:3px;color:#49634b;font-size:11px;line-height:1.6}.rv-coordinate-note-grade{margin-top:14px}.rv-style-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;margin-top:17px}.rv-style-card{position:relative;overflow:hidden;padding:0;border:2px solid var(--rv-line);border-radius:13px;color:var(--rv-ink);background:#fff;text-align:left}.rv-style-card.is-selected{border-color:var(--rv-green)}.rv-style-card img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover}.rv-style-card>span:last-child{display:block;padding:8px 10px 10px}.rv-style-card b{display:block;font-size:13px}.rv-style-card small{display:block;margin-top:2px;color:var(--rv-muted);font-size:10.5px;line-height:1.4}.rv-card-check{position:absolute;top:8px;right:8px;display:grid;place-items:center;width:24px;height:24px;border-radius:50%;color:transparent;background:#ffffffd9}.rv-style-card.is-selected .rv-card-check{color:#fff;background:var(--rv-green)}.rv-finish-panel{margin-top:17px;padding:14px;border:1px solid #dce7d7;border-radius:15px;background:linear-gradient(145deg,#f7faf5,#fff);box-shadow:0 5px 16px #1e46200f}.rv-finish-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.rv-finish-heading>div>span{display:block;color:var(--rv-green);font-size:10px;font-weight:800;letter-spacing:.04em}.rv-finish-heading h3{margin:3px 0 0;color:var(--rv-green-d);font-size:14px;font-weight:900;line-height:1.35}.rv-finish-heading>small{flex:none;padding:4px 7px;color:var(--rv-green-d);border-radius:20px;background:var(--rv-green-l);font-size:9.5px;font-weight:800}.rv-finish-panel>p{margin:9px 0 12px;color:#526253;font-size:11px;line-height:1.55}.rv-finish-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.rv-finish-card{min-width:0;padding:6px;border:1px solid #e7e8e2;border-radius:10px;background:#fff}.rv-finish-swatch{width:100%;aspect-ratio:1.45;border:1px solid rgba(30,40,51,.12);border-radius:7px;box-shadow:inset 0 0 0 1px #ffffff40}.rv-finish-card>span{display:block;margin-top:7px;color:var(--rv-green);font-size:9px;font-weight:800}.rv-finish-card b{display:block;margin-top:2px;overflow-wrap:anywhere;color:var(--rv-ink);font-size:10.5px;line-height:1.35}.rv-finish-card small{display:block;margin-top:3px;color:var(--rv-muted);font-size:9px;line-height:1.35}.rv-finish-note{display:block;margin-top:10px;color:var(--rv-muted);font-size:9.5px;line-height:1.5}.rv-priority-color-picker{margin-top:12px;padding-top:11px;border-top:1px solid #dde6d8}.rv-priority-color-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.rv-priority-color-heading>div>span{display:block;color:var(--rv-green);font-size:9px;font-weight:800;letter-spacing:.04em}.rv-priority-color-heading h4{margin:3px 0 0;color:var(--rv-green-d);font-size:12px;font-weight:900;line-height:1.35}.rv-priority-color-heading>small{flex:none;padding:3px 7px;color:var(--rv-green-d);border-radius:20px;background:#eef5ea;font-size:9px;font-weight:800}.rv-priority-color-picker>p{margin:7px 0 9px;color:#59695b;font-size:10px;line-height:1.45}.rv-priority-color-options{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.rv-priority-color-option{position:relative;display:grid;grid-template-columns:20px minmax(0,1fr);align-items:center;gap:6px;min-width:0;min-height:61px;padding:6px;color:var(--rv-ink);border:1.4px solid #e0e3dc;border-radius:9px;background:#fff;text-align:left}.rv-priority-color-option>i{width:20px;height:20px;border:1px solid rgba(30,40,51,.14);border-radius:50%;box-shadow:inset 0 0 0 2px #ffffff5c}.rv-priority-color-option>span{min-width:0}.rv-priority-color-option b,.rv-priority-color-option small{display:block;overflow-wrap:anywhere}.rv-priority-color-option b{font-size:9.5px;line-height:1.3}.rv-priority-color-option small{margin-top:2px;color:var(--rv-muted);font-size:8.5px;line-height:1.3}.rv-priority-color-option>svg{display:none}.rv-priority-color-option.is-selected{border-color:var(--rv-green);background:#f4f8f0;box-shadow:0 0 0 2px #2c5f2d14}.rv-priority-color-option.is-selected>svg{display:block;grid-column:2;justify-self:end;margin-top:-17px;color:var(--rv-green)}.rv-priority-color-option:disabled{color:#9ba29b;border-color:#e8e9e5;background:#f7f7f5;cursor:not-allowed}.rv-priority-color-option:disabled>i{opacity:.52}.rv-priority-order{position:absolute;top:4px;right:4px;display:grid;width:15px;height:15px;place-items:center;color:#fff;border-radius:50%;background:var(--rv-green);font-size:8px;font-style:normal;font-weight:900;line-height:1}.rv-priority-color-option:focus-visible{outline:3px solid rgba(44,95,45,.24);outline-offset:2px}.rv-grade-card{padding:13px;margin-bottom:11px}.rv-grade-card>span{font-size:22px;line-height:1}.rv-grade-card>div{padding-right:26px}.rv-grade-card b{font-size:14.5px}.rv-grade-card p{margin:4px 0 0;color:var(--rv-muted);font-size:11.5px;line-height:1.5}.rv-budget-title{margin:22px 0 10px;color:var(--rv-green-d);font-size:13.5px;font-weight:900}.rv-budget-table{width:100%;overflow:hidden;border-collapse:collapse;border-radius:12px;box-shadow:0 0 0 1px var(--rv-line)}.rv-budget-table caption{margin-bottom:8px;color:var(--rv-green-d);font-size:12.5px;font-weight:800;text-align:left;caption-side:top}.rv-budget-table th{padding:8px 6px;color:#fff;background:var(--rv-green-d);font-size:11px}.rv-budget-table td{padding:9px 8px;border-top:1px solid var(--rv-line);color:#333;font-size:12px;text-align:center}.rv-budget-table tr:nth-child(2n) td{background:#f8f7f3}.rv-budget-table td:last-child{color:var(--rv-green-d);font-weight:800}.rv-caution{margin:9px 0 0;padding:9px 11px;color:var(--rv-muted);border-radius:9px;background:var(--rv-sand-deep);font-size:10.5px;line-height:1.6}.rv-market{padding-bottom:4px}.rv-market-subtitle{margin:21px 0 9px;color:var(--rv-green-d);font-size:12.5px;font-weight:900}.rv-market-list{overflow:hidden;border:1px solid var(--rv-line);border-radius:13px;background:#fff}.rv-market-card{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px;border-top:1px solid var(--rv-line)}.rv-market-card:first-child{border-top:0}.rv-market-card>div{min-width:0}.rv-market-card b{display:block;color:var(--rv-ink);font-size:13px}.rv-market-card p{margin:4px 0 0;color:var(--rv-muted);font-size:10.5px;line-height:1.45}.rv-market-card strong,.rv-scale-market strong{flex:none;padding:7px 9px;color:var(--rv-green-d);border-radius:9px;background:var(--rv-green-l);font-size:11.5px;line-height:1.25;text-align:center}.rv-scale-market{display:grid;gap:8px}.rv-scale-market article{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:13px;border-radius:12px;background:var(--rv-sand)}.rv-scale-market b{display:block;color:var(--rv-green-d);font-size:12.5px}.rv-scale-market span{display:block;margin-top:4px;color:var(--rv-muted);font-size:10.5px;line-height:1.45}.rv-generating{color:#fff;background:linear-gradient(160deg,#1e4620,#2c5f2d)}.rv-generator-content{display:flex;flex:1;flex-direction:column;align-items:center;justify-content:center;padding:28px;text-align:center}.rv-generation-ring{width:66px;height:66px;border:5px solid rgba(255,255,255,.25);border-top-color:var(--rv-gold);border-radius:50%;animation:rv-spin 1s linear infinite}.rv-generator-content h2{margin:20px 0 0;font-size:16px;font-weight:800}.rv-generator-content p{margin:7px 0 0;font-size:12px;opacity:.85}.rv-generation-progress-copy{display:flex;width:min(260px,100%);justify-content:space-between;margin-top:20px;font-size:11px;font-weight:800;letter-spacing:.02em}.rv-generation-progress-copy b{color:var(--rv-gold);font-size:15px;line-height:1}.rv-generation-estimate{display:flex;align-items:center;gap:9px;width:min(280px,100%);margin-top:16px;padding:10px 12px;color:#f6f5ed;border:1px solid rgba(255,255,255,.2);border-radius:12px;background:#ffffff17;text-align:left}.rv-generation-estimate>svg{flex:none;color:var(--rv-gold)}.rv-generation-estimate div{min-width:0}.rv-generation-estimate span,.rv-generation-estimate b{display:block}.rv-generation-estimate span{font-size:10px;font-weight:700;opacity:.82}.rv-generation-estimate b{margin-top:2px;color:#fff;font-size:13px;line-height:1.35}.rv-progress{width:min(260px,100%);height:8px;margin-top:8px;overflow:hidden;border-radius:999px;background:#ffffff38;box-shadow:inset 0 1px 1px #00000029}.rv-progress i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,#e9ad51,var(--rv-gold));transition:width .28s var(--ease-out)}.rv-generation-steps{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:3px;width:min(280px,100%);margin-top:9px}.rv-generation-steps span{min-width:0;padding:4px 1px;color:#ffffff80;border-radius:5px;background:#ffffff14;font-size:8px;font-weight:800;line-height:1.15;text-align:center;transition:color .18s var(--ease-out),background .18s var(--ease-out)}.rv-generation-steps span.is-active{color:#1e4620;background:var(--rv-gold)}.rv-generator-content small{display:grid;gap:4px;margin-top:14px;max-width:270px;font-size:10.5px;line-height:1.6;opacity:.8}.rv-generator-content small b{color:#fff;font-size:11.5px}.rv-result-wrap{padding-bottom:20px}.rv-result-tabs{display:flex;gap:6px;margin:0 0 10px;overflow-x:auto}.rv-result-tabs button{flex:1;min-width:70px;padding:8px 10px;color:var(--rv-muted);border:1.4px solid var(--rv-line);border-radius:11px;background:#fff;font-size:11px;font-weight:800}.rv-result-tabs button.is-active{color:#fff;border-color:var(--rv-green);background:var(--rv-green)}.rv-before-after{position:relative;overflow:hidden;background:#e9e8e4}.rv-before-after img{display:block;width:100%;object-fit:cover}.rv-before img{border-radius:12px 12px 0 0}.rv-before img{height:210px}.rv-after{border-radius:0 0 12px 12px}.rv-after img{height:250px}.rv-before-after>span{position:absolute;top:10px;left:10px;padding:5px 11px;color:#fff;border-radius:20px;background:#373737d6;font-size:11.5px;font-weight:800}.rv-after>span{background:#1e4620eb}.rv-ai-image-disclosure{display:flex;align-items:flex-start;gap:8px;min-height:52px;padding:9px 11px 10px;color:#fff;background:#174b32}.rv-ai-image-disclosure>svg{flex:0 0 15px;margin-top:2px;color:#f4c36b}.rv-ai-image-disclosure>div{min-width:0}.rv-ai-image-disclosure b,.rv-ai-image-disclosure small{display:block}.rv-ai-image-disclosure b{font-size:11.5px;line-height:1.35}.rv-ai-image-disclosure small{margin-top:2px;color:#ffffffc7;font-size:9.5px;line-height:1.35}.rv-ba-arrow{padding:9px;color:var(--rv-green-d);background:var(--rv-green-l);font-size:11.5px;font-weight:800;letter-spacing:.5px;text-align:center}.rv-inquiry-image-picker{margin-top:15px;padding:13px;border:1px solid #d6dfcf;border-radius:13px;background:linear-gradient(145deg,#f6f9f3,#fff)}.rv-inquiry-image-picker-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.rv-inquiry-image-picker-head>div{min-width:0}.rv-inquiry-image-picker-head span{display:block;color:var(--rv-green);font-size:9px;font-weight:900;letter-spacing:.05em}.rv-inquiry-image-picker-head h3{margin:3px 0 0;color:var(--rv-green-d);font-size:13px;font-weight:900;line-height:1.35}.rv-inquiry-image-picker-head p{margin:5px 0 0;color:var(--rv-muted);font-size:10px;line-height:1.55}.rv-inquiry-image-picker-head>b{flex:none;padding:6px 8px;color:var(--rv-green);border-radius:9px;background:var(--rv-green-l);font-size:10px}.rv-inquiry-image-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:12px}.rv-inquiry-image-option{position:relative;min-width:0;overflow:hidden;padding:0 0 8px;color:var(--rv-ink);border:1.5px solid var(--rv-line);border-radius:10px;background:#fff;text-align:left;transition:transform .16s var(--ease-out),border-color .16s var(--ease-out),box-shadow .16s var(--ease-out)}.rv-inquiry-image-option:active{transform:scale(.98)}.rv-inquiry-image-option.is-selected{border-color:var(--rv-green);box-shadow:0 0 0 2px #2c5f2d1f}.rv-inquiry-image-option img{display:block;width:100%;aspect-ratio:4 / 3;object-fit:cover}.rv-inquiry-image-option>span{display:block;padding:7px 8px 0;font-size:10px;font-weight:800}.rv-inquiry-image-option em,.rv-inquiry-image-option i{position:absolute;top:6px;right:6px;display:inline-flex;align-items:center;gap:3px;padding:4px 6px;color:#fff;border-radius:999px;background:#1e4620eb;font-size:9px;font-style:normal;font-weight:800}.rv-inquiry-image-option i{background:#20242abf}.rv-inquiry-image-order{display:grid;gap:6px;margin:12px 0 0;padding:0;list-style:none}.rv-inquiry-image-order li{display:flex;align-items:center;gap:8px;padding:7px;border:1px solid #dce5d8;border-radius:9px;background:#fff}.rv-inquiry-image-order li>img{width:42px;height:32px;object-fit:cover;border-radius:5px}.rv-inquiry-image-order li>span{flex:1;color:var(--rv-green-d);font-size:10.5px;font-weight:800}.rv-inquiry-image-order li>span b{display:inline-grid;place-items:center;width:17px;height:17px;margin-right:3px;color:#fff;border-radius:50%;background:var(--rv-green);font-size:9px}.rv-inquiry-image-order li>div{display:flex;gap:4px}.rv-inquiry-image-order button{display:grid;place-items:center;width:28px;height:28px;color:var(--rv-green);border:1px solid #cfdccd;border-radius:7px;background:#f7faf5}.rv-inquiry-image-order button:disabled{color:#b8c0b5;border-color:#e2e6e0;background:#fafaf8}.rv-result-summary{margin-top:15px;padding:13px;border-radius:13px;background:#f0f5ec}.rv-result-summary>b{display:block;margin-bottom:10px;color:var(--rv-green-d);font-size:12px}.rv-result-summary>b span{color:var(--rv-orange)}.rv-result-summary div{display:flex;justify-content:space-between;padding:5px 0;border-top:1px dashed #cdd8cc;font-size:11.5px}.rv-result-summary div span{color:var(--rv-muted)}.rv-result-summary div strong{color:var(--rv-ink)}.rv-result-summary p{margin:10px 0 0;color:#3d5a3e;font-size:10.5px;line-height:1.55}.rv-coordinate-result-note{display:flex;gap:10px;align-items:flex-start;margin-top:15px;padding:14px;border:1px solid #cfe1cb;border-radius:13px;background:linear-gradient(145deg,#f5f9f2,#fff)}.rv-coordinate-result-note>svg{flex:none;margin-top:2px;color:var(--rv-green)}.rv-coordinate-result-note b{display:block;color:var(--rv-green-d);font-size:12px}.rv-coordinate-result-note p{margin:5px 0 0;color:#506a52;font-size:11px;line-height:1.6}.rv-result-finish{margin-top:15px;padding:13px;border:1px solid #dce7d7;border-radius:13px;background:linear-gradient(145deg,#f7faf5,#fff)}.rv-result-finish-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:10px;margin-bottom:10px}.rv-result-finish-heading>div:first-child>span{display:block;color:var(--rv-green);font-size:9px;font-weight:800;letter-spacing:.04em}.rv-result-finish-heading h3{margin:3px 0 0;color:var(--rv-green-d);font-size:13px;font-weight:900;line-height:1.35}.rv-result-priority{display:flex;align-items:center;gap:6px;min-width:0;padding:5px 7px;border-radius:10px;background:#fff;box-shadow:0 0 0 1px #e4e8e1}.rv-result-priority-swatches{display:flex;flex:none;align-items:center;padding-left:3px}.rv-result-priority-swatches>i{width:18px;height:18px;margin-left:-4px;border:1px solid rgba(30,40,51,.14);border-radius:50%;box-shadow:0 0 0 1px #fff}.rv-result-priority span{min-width:0}.rv-result-priority small,.rv-result-priority b{display:block}.rv-result-priority small{color:var(--rv-muted);font-size:8.5px;line-height:1.2}.rv-result-priority b{overflow-wrap:anywhere;color:var(--rv-ink);font-size:9.5px;line-height:1.35}.rv-legal-note{display:flex;gap:6px;margin-top:10px;color:#567258;font-size:10px;line-height:1.45}.rv-legal-note svg{flex:none}.rv-result-secondary{display:flex;gap:8px;margin-top:13px}.rv-result-secondary>*{flex:1;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:11px 6px;color:var(--rv-muted);border:1.4px solid var(--rv-line);border-radius:11px;background:#fff;font-size:11.5px;font-weight:800;text-decoration:none}.rv-empty-state{display:flex;min-height:240px;flex-direction:column;align-items:center;justify-content:center;gap:8px;color:var(--rv-muted);border:1px dashed var(--rv-line);border-radius:12px;font-size:12px}.rv-generation-error{display:flex;gap:9px;margin:0 0 14px;padding:12px;color:#8f311c;border:1px solid #efc0b2;border-radius:12px;background:#fff4ef}.rv-generation-error>svg{flex:none;margin-top:2px}.rv-generation-error b,.rv-generation-error span,.rv-generation-error small{display:block}.rv-generation-error b{font-size:12.5px}.rv-generation-error span{margin-top:3px;font-size:11.5px;line-height:1.5}.rv-generation-error small{margin-top:5px;color:#9d5c4d;font-size:10.5px;line-height:1.45}.rv-field{display:block;margin-bottom:14px}.rv-field>span{display:block;margin-bottom:7px;color:var(--rv-green-d);font-size:12.5px;font-weight:800}.rv-field em{margin-left:5px;padding:1px 6px;color:var(--rv-orange);border-radius:5px;background:#fceedd;font-size:10px;font-style:normal}.rv-input{width:100%;padding:12px;color:#333;border:1.5px solid var(--rv-line);border-radius:11px;background:#fff;font-size:13px;outline:none}.rv-input:focus{border-color:var(--rv-green);box-shadow:0 0 0 3px #2c5f2d1a}.rv-input::placeholder{color:#b3b0a8}.rv-textarea{min-height:88px;resize:vertical}.rv-form-row{display:grid;grid-template-columns:1fr 1fr;gap:10px}.rv-choice-chips{display:flex;flex-wrap:wrap;gap:7px}.rv-choice-chips input{position:absolute;opacity:0;pointer-events:none}.rv-choice-chips span{display:block;padding:9px 13px;color:#555;border:1.6px solid var(--rv-line);border-radius:11px;background:#fff;font-size:12px;font-weight:700}.rv-choice-chips input:checked+span{color:#fff;border-color:var(--rv-green);background:var(--rv-green)}.rv-room-preference{margin:0 0 14px;padding:0;border:0}.rv-room-preference legend{margin-bottom:7px;color:var(--rv-green-d);font-size:12.5px;font-weight:800}.rv-room-preference legend em{margin-left:5px;padding:1px 6px;color:var(--rv-orange);border-radius:5px;background:#fceedd;font-size:10px;font-style:normal}.rv-room-preference>p{margin:0 0 8px;color:var(--rv-muted);font-size:10.5px;line-height:1.5}.rv-room-preference-row{padding:12px 0;border-top:1px solid var(--rv-line)}.rv-room-preference-row:first-of-type{border-top:1.5px solid var(--rv-line)}.rv-room-preference-row>div:first-child{display:flex;align-items:baseline;justify-content:space-between;gap:8px;margin-bottom:8px}.rv-room-preference-row b{color:var(--rv-ink);font-size:12px}.rv-room-preference-row small{color:var(--rv-muted);font-size:10px}.rv-room-preference-row>div:last-child{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.rv-room-preference-row button{min-height:35px;padding:6px 3px;color:#596158;border:1.4px solid var(--rv-line);border-radius:9px;background:#fff;font-size:10px;font-weight:800;transition:transform .16s var(--ease-out),color .16s var(--ease-out),border-color .16s var(--ease-out),background .16s var(--ease-out)}.rv-room-preference-row button:active{transform:scale(.97)}.rv-room-preference-row button.is-selected{color:#fff;border-color:var(--rv-green);background:var(--rv-green)}.rv-consent{display:flex;align-items:flex-start;gap:11px;margin:16px 0 4px;padding:13px;border:1.5px solid var(--rv-green);border-radius:12px;background:var(--rv-sand)}.rv-consent input{position:absolute;opacity:0}.rv-consent>span{display:grid;place-items:center;flex:none;width:24px;height:24px;color:transparent;border:2px solid #bdbbb4;border-radius:6px;background:#fff}.rv-consent.is-selected>span{color:#fff;border-color:var(--rv-green);background:var(--rv-green)}.rv-consent p{margin:1px 0 0;color:#333;font-size:11.5px;line-height:1.6}.rv-consent a{display:inline-block;margin-left:5px;color:var(--rv-green-d);font-weight:800;text-decoration:underline;text-underline-offset:2px}.rv-consent a:focus-visible{outline:2px solid var(--rv-orange);outline-offset:3px;border-radius:2px}.rv-hintbar{margin:7px 0 0;color:var(--rv-muted);font-size:10.5px;text-align:center}.rv-confirm-intro{display:flex;align-items:flex-start;gap:11px;margin-bottom:18px}.rv-confirm-icon{display:grid;flex:none;place-items:center;width:40px;height:40px;color:var(--rv-green);border-radius:12px;background:var(--rv-green-l)}.rv-confirm-intro .rv-title{margin-top:1px}.rv-confirm-intro .rv-desc{margin-top:3px}.rv-confirm-section{margin-top:17px}.rv-confirm-section h3{margin:0 0 8px;color:var(--rv-green-d);font-size:13px;font-weight:900}.rv-confirm-list{overflow:hidden;margin:0;border:1px solid var(--rv-line);border-radius:12px;background:#fff}.rv-confirm-list>div{display:grid;grid-template-columns:minmax(92px,.72fr) minmax(0,1.28fr);gap:10px;padding:11px 12px;border-top:1px solid var(--rv-line)}.rv-confirm-list>div:first-child{border-top:0}.rv-confirm-list dt{color:var(--rv-muted);font-size:11px;line-height:1.5}.rv-confirm-list dd{min-width:0;margin:0;color:var(--rv-ink);font-size:12px;font-weight:700;line-height:1.55;overflow-wrap:anywhere;white-space:pre-wrap}.rv-confirm-images>p{margin:-2px 0 8px;color:var(--rv-muted);font-size:10.5px;line-height:1.5}.rv-confirm-images>div{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:7px}.rv-confirm-images figure{min-width:0;margin:0;overflow:hidden;border:1px solid var(--rv-line);border-radius:9px;background:#fff}.rv-confirm-images img{display:block;width:100%;aspect-ratio:1 / 1;object-fit:cover}.rv-confirm-images figcaption{padding:5px;color:var(--rv-green-d);font-size:9.5px;font-weight:800;text-align:center}.rv-confirm-note{display:flex;align-items:flex-start;gap:6px;margin:17px 0 0;color:var(--rv-muted);font-size:10.5px;line-height:1.55}.rv-confirm-note svg{flex:none;margin-top:1px;color:var(--rv-green)}.rv-confirm-actions{display:grid;gap:9px}.rv-pdf-preview{margin-top:17px;padding:13px;border:1px solid #d6dfcf;border-radius:13px;background:#f6f8f2}.rv-pdf-preview-head{display:flex;align-items:flex-start;justify-content:space-between;gap:10px}.rv-pdf-preview h3{margin:0;color:var(--rv-green-d);font-size:13px;font-weight:900}.rv-pdf-preview p{margin:4px 0 0;color:var(--rv-muted);font-size:10.5px;line-height:1.55}.rv-pdf-preview-trigger{flex:none;width:auto;min-width:126px;padding:9px 10px;font-size:10px}.rv-pdf-preview-body{display:grid;gap:10px;margin-top:12px}.rv-pdf-preview-frame{display:block;width:100%;height:340px;border:1px solid var(--rv-line);border-radius:9px;background:#fff}.rv-pdf-progress{margin-top:12px;padding:11px;border:1px solid #d4e0ce;border-radius:10px;background:#fff}.rv-pdf-progress-copy{display:flex;align-items:baseline;justify-content:space-between;gap:10px;color:var(--rv-green-d);font-size:12px;font-weight:800}.rv-pdf-progress-copy b{color:var(--rv-orange);font-size:18px;letter-spacing:-.4px}.rv-pdf-progress-track{height:8px;margin-top:8px;overflow:hidden;border-radius:999px;background:#e6ede2}.rv-pdf-progress-track i{display:block;height:100%;border-radius:inherit;background:linear-gradient(90deg,var(--rv-green),#6b9e59,var(--rv-gold));transition:width .42s cubic-bezier(.23,1,.32,1)}.rv-pdf-progress p{display:flex;flex-wrap:wrap;gap:3px 7px;margin:8px 0 0;color:var(--rv-green-d);font-size:10.5px;font-weight:700}.rv-pdf-progress p small{color:var(--rv-muted);font-size:10px;font-weight:500}.rv-request-submit-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.rv-request-submit-grid .rv-cta{min-height:68px;padding:10px 6px;border-radius:12px;font-size:12px;line-height:1.4;text-align:center}.rv-request-submit-grid .rv-cta svg{flex:none}.rv-request-submit-grid .rv-cta span{overflow-wrap:anywhere}.rv-confirm-submit-note{margin:0;padding:0 6px;color:var(--rv-muted);font-size:10px;line-height:1.5;text-align:center}.rv-cta-estimate{background:var(--rv-green-d);box-shadow:0 7px 18px #1e462047}@media (max-width: 400px){.rv-confirm-actions{gap:8px}.rv-request-submit-grid{gap:7px}.rv-request-submit-grid .rv-cta{min-height:72px;padding:9px 5px;font-size:11.5px;line-height:1.35}.rv-confirm-submit-note{padding:0 3px;font-size:9.5px;line-height:1.45}}.rv-done{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:30px 26px;text-align:center}.rv-done-check{display:grid;place-items:center;width:82px;height:82px;margin-bottom:20px;color:var(--rv-green);border-radius:50%;background:var(--rv-green-l)}.rv-done h2{margin:0;font-size:21px;font-weight:900}.rv-done-contact-guidance{margin:14px 0 0;color:var(--rv-green-d);font-size:15.5px;font-weight:750;line-height:1.8}.rv-done-summary{width:100%;margin-top:22px;padding:15px;border-radius:13px;background:var(--rv-sand);text-align:left}.rv-done-summary div{display:flex;justify-content:space-between;padding:5px 0;border-bottom:1px dashed #ddd;font-size:12px}.rv-done-summary div:last-child{border:none}.rv-done-summary span{color:var(--rv-muted)}.rv-done-summary b{color:var(--rv-ink)}.rv-done .rv-cta{margin-top:18px}.rv-foot{padding:10px;color:#a9a6a0;font-size:10px;text-align:center}@media (max-width: 380px){.rv-ai-image-disclosure{gap:7px;padding:8px 10px 9px}.rv-ai-image-disclosure b{font-size:11px}.rv-ai-image-disclosure small{font-size:9px}}.rv-history-loading,.rv-history-empty{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;min-height:210px;color:var(--rv-muted);text-align:center;font-size:12px}.rv-history-empty b{color:var(--rv-ink);font-size:14px}.rv-history-empty .rv-cta{max-width:250px;margin-top:8px}.rv-history-card{width:100%;display:flex;align-items:center;gap:11px;margin-bottom:10px;padding:7px;color:var(--rv-ink);border:1.6px solid var(--rv-line);border-radius:13px;background:#fff;text-align:left}.rv-history-card img{width:82px;height:66px;border-radius:9px;object-fit:cover}.rv-history-card div{display:flex;flex:1;flex-direction:column;gap:3px;min-width:0}.rv-history-card b{font-size:13px}.rv-history-card span,.rv-history-card small{color:var(--rv-muted);font-size:10.5px}.rv-history-card svg{color:var(--rv-green)}.rv-report-history{margin-top:22px;padding-top:18px;border-top:1px solid var(--rv-line)}.rv-report-history h3{margin:0;color:var(--rv-green-d);font-size:14px;font-weight:900}.rv-report-history>p{margin:5px 0 11px;color:var(--rv-muted);font-size:10.5px;line-height:1.5}.rv-report-row{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:8px;padding:10px 11px;border:1px solid var(--rv-line);border-radius:11px;background:#fff}.rv-report-meta{display:flex;min-width:0;flex:1;flex-direction:column;gap:3px}.rv-report-row b{color:var(--rv-ink);font-size:11.5px}.rv-report-row span{overflow:hidden;color:var(--rv-muted);font-size:10px;text-overflow:ellipsis;white-space:nowrap}.rv-report-actions{display:flex;flex:none;align-items:center;gap:6px}.rv-report-actions button{display:inline-flex;flex:none;align-items:center;justify-content:center;gap:4px;min-height:33px;padding:7px 9px;color:var(--rv-green-d);border:1px solid #bdd0b9;border-radius:8px;background:var(--rv-green-l);font-size:10.5px;font-weight:800}.rv-report-actions .rv-report-view{color:#526650;border-color:var(--rv-line);background:#fff}.rv-report-empty{padding:14px;color:var(--rv-muted);border:1px dashed var(--rv-line);border-radius:10px;background:var(--rv-sand);font-size:11px;text-align:center}.rv-limit{flex:1;display:flex;flex-direction:column;align-items:center;padding:26px 22px;text-align:center}.rv-limit-badge{display:inline-flex;align-items:center;gap:7px;padding:8px 14px;color:#b23a1e;border:1px solid #e9b9a9;border-radius:20px;background:#fce9e3;font-size:12.5px;font-weight:800}.rv-limit-icon{margin:22px 0 6px;font-size:44px}.rv-limit h2{margin:0;font-size:19px;font-weight:900;line-height:1.5}.rv-limit>p{margin:12px 0 0;color:var(--rv-muted);font-size:12.5px;line-height:1.7}.rv-limit>p b{color:var(--rv-green-d)}.rv-limit-box{width:100%;margin-top:16px;padding:16px;border-radius:14px;background:#f0f5ec;text-align:left}.rv-limit-box b{display:block;color:var(--rv-green-d);font-size:13px;line-height:1.5}.rv-limit-box span{display:block;margin-top:7px;color:#567258;font-size:11.5px;line-height:1.55}.rv-limit-box .rv-cta{margin-top:13px}.rv-text-button{margin-top:14px;color:var(--rv-green);background:transparent;font-size:11.5px;font-weight:800;text-decoration:underline}.rv-admin-entry{color:#1e4620c7;background:transparent;font-size:10.5px;text-decoration:underline}.admin-page{min-height:100vh;color:var(--rv-ink);background:#f4f5f1}.admin-header{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:14px max(20px,calc((100vw - 1180px)/2));color:#fff;background:var(--rv-green-d)}.admin-header>button{display:inline-flex;align-items:center;gap:5px;padding:0;color:#eaf1e4;background:transparent;font-size:12px;font-weight:700}.admin-header>div{display:flex;align-items:baseline;gap:9px}.admin-header span{font-size:15px;font-weight:900}.admin-header b{color:#d7e3d3;font-size:11px}.admin-main{display:grid;grid-template-columns:minmax(310px,.85fr) minmax(0,1.6fr);max-width:1180px;min-height:calc(100vh - 61px);margin:0 auto;border-right:1px solid var(--rv-line);border-left:1px solid var(--rv-line);background:#fff}.admin-list{border-right:1px solid var(--rv-line)}.admin-section-title{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid var(--rv-line)}.admin-section-title h1{margin:0;font-size:19px}.admin-section-title p{margin:4px 0 0;color:var(--rv-muted);font-size:11px}.admin-section-title>span{display:inline-flex;align-items:center;gap:5px;padding:5px 8px;color:var(--rv-green-d);border-radius:8px;background:var(--rv-green-l);font-size:10px;font-weight:800}.admin-list-items{padding:10px}.admin-inquiry-row{width:100%;display:flex;justify-content:space-between;gap:10px;padding:13px;color:var(--rv-ink);border:1px solid transparent;border-radius:11px;background:transparent;text-align:left}.admin-inquiry-row:hover,.admin-inquiry-row.is-active{border-color:#d4e2d0;background:#f6faf4}.admin-inquiry-row div{display:flex;flex-direction:column;gap:4px}.admin-inquiry-row b{font-size:13px}.admin-inquiry-row small,.admin-inquiry-row time{color:var(--rv-muted);font-size:10.5px}.admin-status{display:inline-flex;align-self:flex-start;padding:3px 7px;border-radius:20px;font-size:10px;font-weight:800}.admin-status.is-new{color:#a4560f;background:#fceedd}.admin-status.is-reviewing{color:#356787;background:#e8f4fb}.admin-status.is-contacted{color:#2c5f2d;background:#eaf1e4}.admin-status.is-closed{color:#666;background:#eee}.admin-detail{padding:26px;background:#fbfcfa}.admin-detail-head{display:flex;justify-content:space-between;gap:16px;padding-bottom:20px;border-bottom:1px solid var(--rv-line)}.admin-detail-head h2{margin:7px 0 4px;font-size:21px}.admin-detail-head p{margin:0;color:var(--rv-muted);font-size:11px}.admin-detail-head select{align-self:flex-start;padding:9px 11px;color:var(--rv-green-d);border:1px solid var(--rv-line);border-radius:9px;background:#fff;font-size:12px;font-weight:800}.admin-contact-grid{display:grid;grid-template-columns:1fr 1fr;gap:10px;margin:18px 0}.admin-contact-grid a{display:grid;grid-template-columns:18px 1fr;column-gap:8px;padding:12px;color:var(--rv-ink);border:1px solid var(--rv-line);border-radius:11px;background:#fff;text-decoration:none}.admin-contact-grid svg{grid-row:span 2;color:var(--rv-green)}.admin-contact-grid span{color:var(--rv-muted);font-size:10px}.admin-contact-grid b{overflow:hidden;font-size:11.5px;text-overflow:ellipsis;white-space:nowrap}.admin-detail-block{margin-top:18px;padding:16px;border:1px solid var(--rv-line);border-radius:13px;background:#fff}.admin-detail-block>b{display:block;color:var(--rv-green-d);font-size:12px}.admin-detail-block dl{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:13px 20px;margin:13px 0 0}.admin-detail-block dl div{display:flex;flex-direction:column;gap:3px}.admin-detail-block dt{color:var(--rv-muted);font-size:10px}.admin-detail-block dd{margin:0;font-size:12px}.admin-selected-images{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:9px;margin-top:12px}.admin-selected-images figure{min-width:0;margin:0;overflow:hidden;border:1px solid #d9e2d5;border-radius:9px;background:#f8faf6}.admin-selected-images img{display:block;width:100%;aspect-ratio:1 / 1;object-fit:cover}.admin-selected-images figcaption{display:grid;gap:1px;padding:6px;color:var(--rv-green-d);font-size:10px;font-weight:900}.admin-selected-images figcaption small{color:var(--rv-muted);font-size:8.5px;font-weight:600}.admin-room-grid{grid-template-columns:1fr!important;gap:0!important;margin-top:9px!important}.admin-room-grid>div{display:grid!important;grid-template-columns:105px minmax(0,1fr);gap:9px!important;padding:10px 0;border-top:1px solid var(--rv-line)}.admin-room-grid dt{display:flex;align-items:center;color:var(--rv-green-d)!important;font-size:11px!important;font-weight:800}.admin-room-grid dd{display:flex;align-items:center;gap:8px;min-width:0}.admin-room-grid dd span{min-width:0;color:var(--rv-muted);font-size:11px;line-height:1.45}.admin-room-priority{flex:none;padding:3px 7px;color:var(--rv-green-d);border-radius:20px;background:var(--rv-green-l);font-size:10px}.admin-room-priority.is-high{color:#a4560f;background:#fceedd}.admin-room-priority.is-none{color:#6e706b;background:#eee}.admin-consent-grid{grid-template-columns:1fr!important;gap:7px!important;margin-top:10px!important}.admin-consent-grid>div{display:flex!important;flex-direction:row!important;align-items:center;justify-content:space-between;gap:12px!important;padding-bottom:7px;border-bottom:1px solid var(--rv-line)}.admin-consent-grid dd{color:var(--rv-green-d);font-size:11px;font-weight:800}.admin-message{margin:10px 0 0;white-space:pre-wrap;font-size:12px;line-height:1.7}.admin-request-kind{display:inline-flex;align-items:center;margin-left:5px;padding:2px 6px;color:#3d5a40;border-radius:999px;background:#eaf1e4;font-size:9px;font-weight:800;vertical-align:middle}.admin-request-kind.is-estimate{color:#955210;background:#fcebdd}.admin-source{display:inline-flex;align-items:center;align-self:flex-start;padding:2px 6px;color:#356787;border-radius:999px;background:#e8f4fb;font-size:9px;font-weight:800}.admin-coordinate-kind,.admin-generation-mode{display:inline-flex;align-items:center;padding:2px 7px;color:#38613d;border-radius:999px;background:#e7f2e3;font-size:10px;font-weight:800}.admin-coordinate-kind{margin-left:5px;vertical-align:middle}.admin-generation-mode.is-coordinate{color:#285d4e;background:#ddf0e8}.admin-detail-block textarea{width:100%;min-height:90px;margin:10px 0;padding:10px;border:1px solid var(--rv-line);border-radius:9px;resize:vertical;font-size:12px}.admin-detail-block .rv-cta{min-height:42px;font-size:13px}.admin-update-error{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-top:11px;padding:10px 11px;color:#8d351d;border:1px solid #f0c3b4;border-radius:9px;background:#fff4f0;font-size:11.5px;line-height:1.45}.admin-update-error button{flex:none;padding:6px 9px;color:#fff;border-radius:7px;background:#b85a37;font-size:11px;font-weight:800}.admin-empty,.admin-loading,.admin-access{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:9px;min-height:230px;padding:28px;color:var(--rv-muted);text-align:center;font-size:12px}.admin-empty b,.admin-access h1{margin:0;color:var(--rv-ink);font-size:15px}.admin-access{min-height:100vh;max-width:400px;margin:0 auto}.admin-access p{margin:0;line-height:1.6}.admin-access .rv-cta{margin-top:8px}.rv-ai-consent{min-height:100vh;padding:42px 16px;color:var(--rv-ink);background:var(--rv-sand)}.rv-ai-consent article{width:min(100%,720px);margin:0 auto;padding:32px;border:1px solid #e3e5dc;border-radius:22px;background:#fff;box-shadow:0 16px 42px #1e462017}.rv-ai-consent article>a{display:inline-flex;align-items:center;gap:7px;margin-bottom:28px;color:var(--rv-green);font-size:13px;font-weight:800;text-decoration:none}.rv-ai-consent article>a:hover{color:var(--rv-green-d);text-decoration:underline}.rv-ai-consent article>div:first-of-type{display:flex;align-items:flex-start;gap:13px}.rv-ai-consent article>div:first-of-type>span{display:grid;flex:none;place-items:center;width:52px;height:52px;color:var(--rv-green);border-radius:50%;background:var(--rv-green-l)}.rv-ai-consent article>div:first-of-type p{margin:0;color:var(--rv-green);font-size:12px;font-weight:800;letter-spacing:.03em}.rv-ai-consent h1{margin:5px 0 0;color:var(--rv-green-d);font-size:clamp(24px,5vw,32px);font-weight:900;letter-spacing:-.04em;line-height:1.3}.rv-ai-consent article>p{margin:27px 0 0;color:#41524c;font-size:14px;line-height:1.85}.rv-ai-consent section{display:grid;gap:20px;margin-top:28px;padding:25px;border:1px solid #dce7d7;border-radius:16px;background:#f8fbf6}.rv-ai-consent section h2{margin:0;color:var(--rv-green-d);font-size:15px;font-weight:900}.rv-ai-consent section p{margin:7px 0 0;color:#44534e;font-size:13px;line-height:1.75}.rv-ai-consent article>p:last-child{padding:15px 17px;color:#3d5a40;border-radius:13px;background:var(--rv-green-l);font-size:13px;font-weight:700;line-height:1.75}@media (max-width: 520px){html,body,#root{min-height:100%;background:#fff}.rv-page{min-height:100dvh;padding:0;gap:0;background:#fff}.rv-shell{width:100%;min-height:100dvh;height:100dvh;border:0;border-radius:0;box-shadow:none}.rv-notch{height:max(26px,env(safe-area-inset-top));padding-top:env(safe-area-inset-top)}.rv-footer{padding-bottom:max(18px,env(safe-area-inset-bottom))}.rv-admin-entry{display:none}.admin-header{padding:13px 16px}.admin-header>div{display:none}.admin-main{display:block;min-height:0;border:0}.admin-list{border-right:0;border-bottom:1px solid var(--rv-line)}.admin-list-items{max-height:290px;overflow:auto}.admin-detail{padding:18px}.rv-ai-consent{padding:24px 14px 36px}.rv-ai-consent article{padding:22px 18px;border-radius:18px}.rv-ai-consent article>a{margin-bottom:24px}.rv-ai-consent article>div:first-of-type{gap:11px}.rv-ai-consent article>div:first-of-type>span{width:43px;height:43px}.rv-ai-consent section{gap:18px;padding:18px}}@media (prefers-reduced-motion: reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}
