@charset "UTF-8";.auth-button--google{text-decoration:none;gap:10px}.auth-button--outline{width:100%;height:3rem;display:inline-flex;align-items:center;justify-content:center;background:#fff;color:#111827;border:1px solid #e5e7eb;border-radius:.375rem;font-weight:500;font-size:.875rem;cursor:pointer;text-align:center;transition:opacity .16s ease,border-color .16s ease}.auth-button--outline:hover{opacity:.75;border-color:#111827}.auth-button--with-icon{gap:10px}.auth-button__icon{width:18px;height:18px;display:inline-flex;flex-shrink:0}.auth-button__icon svg{width:100%;height:100%;display:block}.auth-field-errors{margin-top:.25rem;color:#dc2626;text-align:left}.auth-field-errors__list{display:grid;gap:.25rem;margin:0}.auth-field-errors__item{color:#dc2626;font-size:.75rem;line-height:1.5}.site-auth__success{background:#ecfdf5;border:1px solid #a7f3d0;border-radius:5px;color:#165b33;font-size:14px;margin:0;margin-bottom:2rem;padding:12px 14px}.auth-captcha__media-row{display:flex;align-items:center;gap:8px;justify-content:flex-start;margin-bottom:12px}.auth-captcha__visual{border-radius:6px;background:#fff;display:flex;align-items:center;justify-content:center}.auth-captcha__placeholder{color:#9ca3af;font-size:13px}.auth-captcha__image{max-height:44px;object-fit:contain;border-radius:4px}.auth-captcha__refresh{cursor:pointer;transition:opacity .2s ease,color .2s ease,background-color .2s ease;flex-shrink:0}.auth-captcha__refresh:hover{opacity:.75}.auth-captcha__refresh--icon{width:40px;min-width:40px;height:40px;padding:0;background:#fff;color:#111827;border:0;display:inline-flex;align-items:center;justify-content:center}.auth-captcha__refresh--icon svg{width:18px;height:18px;display:block;fill:currentColor}.site-auth-layout{background:#fff;color:#111827;flex:1;min-height:0;position:relative;width:100%;margin:0}.site-auth-layout__panel{display:flex;align-items:center;margin:0;max-width:none;padding:5rem clamp(1rem,3vw,2rem) 5rem}.site-auth-layout__panel-inner{width:min(100%,28.75rem);margin:0 auto}.site-auth-layout__panel-inner>.site-page-intro{margin-bottom:2rem}.site-auth-layout__promo{display:none}.site-auth-layout__promo-panel{display:flex;align-items:center;position:relative;width:100%;min-height:44rem;background:#f3f4f6}.site-auth-promo-carousel{display:flex;flex-direction:column;justify-content:center;min-height:100%;width:min(100%,52.5rem);margin:0 auto}.site-auth-promo-carousel__content{display:grid;grid-area:1/1;gap:2rem;opacity:0;pointer-events:none;transition:opacity .18s ease}.site-auth-promo-carousel__slider{display:grid}.site-auth-promo-carousel__content.is-active{opacity:1;pointer-events:auto}.site-auth-promo-carousel__media{overflow:hidden}.site-auth-promo-carousel__image{display:block;width:100%;aspect-ratio:4/3;object-fit:cover}.site-auth-promo-carousel__body{display:grid;gap:.75rem;text-align:center}.site-auth-promo-carousel__title{margin:0;color:#0f172a;font-size:1.75rem;line-height:1.35;letter-spacing:-.03em}.site-auth-promo-carousel__description{margin:0;color:#1f2937;font-size:1rem;line-height:1.7}.site-auth-layout__promo-panel>.guide-section__slider-button{position:absolute;top:50%;right:2rem;z-index:2;display:inline-flex;align-items:center;justify-content:center;width:3.5rem;height:3.5rem;margin:0;padding:0;border:0;border-radius:50%;background:#fff;color:#0f172a;box-shadow:0 .5rem 1.25rem #1118271f;transform:translateY(-50%)}.site-auth-layout__promo-panel>.guide-section__slider-button--prev{right:auto;left:2rem;transform:translateY(-50%)}.site-auth-layout__promo-panel .guide-section__pagination{display:flex;justify-content:center;gap:.625rem;margin-top:1.5rem}.site-auth-layout__promo-panel .guide-section__pagination-dot{appearance:none;border:0;padding:0;width:.75rem;height:.75rem;border-radius:50%;background:#d1d5db;cursor:pointer}.site-auth-layout__promo-panel .guide-section__pagination-dot.is-active{background:#0f172a}.site-auth-layout__accent{color:#d0021b;font-weight:700}.site-field__input--disabled:disabled{background:#f3f4f6;color:#6b7280;cursor:not-allowed}.site-auth-layout--single{display:block}.site-auth-layout--single .site-auth-layout__promo{display:none}@media(min-width:64.0625rem){.site-auth-layout--split{display:grid;grid-template-columns:62.5% 37.5%;gap:0;align-items:stretch;min-height:100%}.site-auth-layout__panel{padding:5rem clamp(2rem,4vw,4rem)}.site-auth-layout__promo{display:block}.site-auth-layout__promo-panel{min-height:100%;padding:5rem clamp(2rem,4vw,4rem)}.site-auth-layout--single .site-auth-layout__panel{padding:5rem clamp(2rem,4vw,4rem)}}@media(max-width:64rem){.site-auth-layout--split{display:block}.site-auth-layout__panel{padding:2.5rem 1rem 3rem}.site-auth-layout__promo{display:none}.site-auth-layout--single .site-auth-layout__panel{padding:2.5rem 1rem 3rem}}@media(max-width:640px){.auth-captcha__media-row{gap:.5rem}}:root{--app-font-family: -apple-system, BlinkMacSystemFont, "Hiragino Sans", "Yu Gothic", sans-serif;--app-letter-spacing: .05em;--app-font-feature-settings: "palt" 1}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;text-size-adjust:100%;font-size:16px}html,body{padding:0}body,h1,h2,h3,h4,h5,h6,p,figure,blockquote,dl,dd{margin:0}ul,ol{margin:0;padding:0;list-style:none}a{color:inherit;text-decoration:none}a,button{transition:opacity .2s ease}img,picture,svg,canvas,video{display:block;max-width:100%}input,button,textarea,select{font:inherit;color:inherit}button{background:none;border:0;padding:0;cursor:pointer}table{border-collapse:collapse;border-spacing:0}body{font-family:var(--app-font-family);font-feature-settings:var(--app-font-feature-settings);letter-spacing:var(--app-letter-spacing);line-height:1.5}h1{font-size:2rem;line-height:1.35;font-weight:700}.pc-only-break{display:inline}.sp-only-break{display:none}@media(max-width:48rem){.pc-only-break{display:none}.sp-only-break{display:inline}input,textarea,select{font-size:16px}}.workflow-page{background:#fff;color:#0f172a;font-family:var(--app-font-family);font-feature-settings:var(--app-font-feature-settings);letter-spacing:var(--app-letter-spacing)}html.workflow-page-active,body.workflow-page-active,html.workflow-page-active #app,body.workflow-page-active #app{height:var(--workflow-viewport-height, 100dvh)}html.workflow-page-scroll-lock,body.workflow-page-scroll-lock{height:100dvh;overflow:hidden;overscroll-behavior:none}html.workflow-page-active.workflow-page-scroll-lock,body.workflow-page-active.workflow-page-scroll-lock{height:var(--workflow-viewport-height, 100dvh)}body.workflow-page-scroll-lock{position:fixed;inset:0;width:100%}.workflow-page{min-height:100dvh;overflow:hidden}.workflow-page__shell{margin:0 auto;max-width:none;padding:0}.workflow-page__hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:20px}.workflow-page__hero-copy{max-width:900px}.workflow-page__eyebrow{color:#0f766e;font-size:.82rem;font-weight:800;letter-spacing:.16em;margin-bottom:10px;text-transform:uppercase}.workflow-page__title{font-size:clamp(1.7rem,3.2vw,3.4rem);font-weight:900;letter-spacing:-.05em;line-height:1.12;margin-bottom:12px}.workflow-page__hero-badges{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.workflow-page__badge{background:#ffffffe0;border:1px solid rgba(15,118,110,.16);border-radius:999px;box-shadow:0 10px 22px #0f172a0f;color:#0f766e;font-size:.92rem;font-weight:700;padding:10px 14px}.workflow-page__summary{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:20px}.workflow-page__summary-card{background:#ffffffd9;border:1px solid rgba(226,232,240,.9);border-radius:28px;box-shadow:0 24px 80px #0f172a0f;padding:22px 24px}.workflow-page__summary-card--accent{background:linear-gradient(135deg,#0f766eeb,#111827f5);border-color:transparent;color:#fff}.workflow-page__summary-label{color:inherit;font-size:.8rem;font-weight:800;letter-spacing:.12em;margin-bottom:12px;text-transform:uppercase}.workflow-page__summary-list{color:#374151;display:grid;gap:8px;list-style:decimal;margin-left:1.2rem}.workflow-page__summary-copy{line-height:1.8}.workflow-page__summary-card--accent .workflow-page__summary-list,.workflow-page__summary-card--accent .workflow-page__summary-copy{color:#fffffff0}.workflow-page__share-row{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:12px}.workflow-page__share-input{background:#f8fafceb;border:1px solid rgba(203,213,225,.88);border-radius:999px;color:#0f172a;flex:1 1 22rem;font-size:.93rem;font-weight:600;min-width:0;padding:12px 16px}.workflow-page__share-button,.workflow-page__share-link{align-items:center;border-radius:999px;display:inline-flex;font-weight:800;justify-content:center;min-width:7.5rem;padding:12px 18px;text-decoration:none}.workflow-page__share-button{background:linear-gradient(135deg,#0f766e,#1464ff);box-shadow:0 16px 40px #1464ff2e;color:#fff}.workflow-page__share-link{background:#ffffffe6;border:1px solid rgba(148,163,184,.28);color:#0f172a}.workflow-page__cases{display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}.workflow-page--index{background:linear-gradient(180deg,#f8fafc,#fff 60%);overflow:auto}.workflow-page--index .workflow-page__shell{max-width:1440px;padding:clamp(20px,2.8vw,36px) clamp(16px,2.8vw,32px) 48px}.workflow-page--index .workflow-page__hero{align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:24px}.workflow-page--index .workflow-page__hero-copy{max-width:68rem}.workflow-page--index .workflow-page__hero-badges{display:none}.workflow-page--index .workflow-page__title{font-size:clamp(1.9rem,3.6vw,3.8rem);max-width:16ch}.workflow-page--index .workflow-page__summary{gap:16px;grid-template-columns:1fr;margin-bottom:22px}.workflow-page--index .workflow-page__summary-card{border-radius:24px;box-shadow:0 14px 40px #0f172a0d;padding:20px 22px}.workflow-page--index .workflow-page__summary-label{font-size:.76rem;margin-bottom:10px}.workflow-page--index .workflow-page__summary-copy{color:#1f2937;font-size:.95rem;line-height:1.7}.workflow-page--index .workflow-page__share-row{gap:8px;margin-bottom:10px}.workflow-page--index .workflow-page__share-input{font-size:.92rem;padding:11px 15px}.public-legal-page,.public-contact-page{margin:0 auto;max-width:52.5rem;padding:5rem clamp(16px,3vw,32px) 5rem}.public-contact-page{width:100%;flex:1}.public-contact-page__card{width:52.5rem;margin:0 auto;padding:0}.public-legal-page__title,.public-contact-page__title{color:#0f172a;font-size:2.25rem;font-weight:700;letter-spacing:.01em;line-height:1.25;margin-bottom:0;text-align:center}.public-contact-page__description{color:#374151;margin:1rem auto 0;max-width:52.5rem;text-align:center}.public-features-page{margin:0 auto;max-width:72rem;padding:5rem clamp(16px,3vw,32px) 5rem}.public-features-page__hero{display:grid;gap:14px;justify-items:center;text-align:center}.public-features-page__eyebrow{color:#0f766e;font-size:.8rem;font-weight:800;letter-spacing:.16em;text-transform:uppercase}.public-features-page__title{color:#0f172a;font-size:clamp(2.2rem,4vw,4rem);font-weight:800;letter-spacing:-.04em;line-height:1.12}.public-features-page__lead{color:#374151;line-height:1.85;max-width:42rem}.public-features-page__section{margin-top:3rem}.public-features-page__section-title{color:#0f172a;font-size:1.25rem;font-weight:800;letter-spacing:-.02em;margin-bottom:1rem}.public-features-page__grid{display:grid;gap:16px;grid-template-columns:repeat(2,minmax(0,1fr))}.public-features-page__card{background:#ffffffe6;border:1px solid rgba(226,232,240,.92);border-radius:24px;box-shadow:0 14px 40px #0f172a0d;padding:22px 24px}.public-features-page__card-title{color:#0f172a;font-size:1.05rem;font-weight:800;margin-bottom:10px}.public-features-page__card-copy{color:#374151;line-height:1.8}.public-features-page__list{display:grid;gap:10px;grid-template-columns:repeat(2,minmax(0,1fr))}.public-features-page__list-item{background:#f8fafceb;border:1px solid rgba(226,232,240,.9);border-radius:18px;color:#374151;line-height:1.7;padding:14px 16px}.public-contact-page__alert{border-radius:.625rem;font-size:.9375rem;margin:1.5rem auto 0;max-width:52.5rem;padding:.875rem 1rem}.public-contact-page__alert--success{background:#ecfdf5;border:.0625rem solid #a7f3d0;color:#065f46}.public-contact-page__alert--error{background:#fef2f2;border:.0625rem solid #fecaca;color:#991b1b}.public-legal-page__section{display:grid;gap:12px;padding:1rem 0}.public-legal-page__section:first-of-type{margin-top:3rem}.public-legal-page__section h2{color:#0f172a;font-size:1.05rem;font-weight:800;letter-spacing:-.02em}.public-legal-page__section p,.public-legal-page__section li,.public-contact-page__description,.public-contact-page__alert{color:#374151;line-height:1.85}.public-legal-page__section ul,.public-legal-page__section ol{display:grid;gap:8px;margin-left:1.25rem;padding-left:1rem}.public-legal-page__section ul{list-style:disc}.public-legal-page__section ol{list-style:decimal}.public-commerce-table{width:100%;margin-top:3rem;border-collapse:collapse}.public-commerce-table th,.public-commerce-table td{border-bottom:.0625rem solid #e5e7eb;padding:1.25rem 1rem;text-align:left;vertical-align:top;font-size:1rem}.public-commerce-table th{width:30%;color:#9ca3af;font-weight:500;background:transparent;padding-right:1.5rem}.public-commerce-table td{color:#374151;background:transparent;font-weight:400;line-height:1.85}.public-commerce-table td a{color:#374151;text-decoration:underline;text-underline-offset:.12em}.public-commerce-table td a:hover{opacity:.7;text-decoration:none}.public-commerce-table tr:last-child th,.public-commerce-table tr:last-child td{border-bottom:0}@media(max-width:48rem){.public-commerce-table th,.public-commerce-table td{display:block;width:100%;padding-left:0;padding-right:0}.public-commerce-table th{border-bottom:0;padding-top:1rem;padding-bottom:.25rem}.public-commerce-table td{padding-top:0;padding-bottom:1rem;line-height:1.75}}.public-contact-form{display:grid;gap:1.875rem;margin:2rem auto 0;max-width:42rem}.public-contact-form__field{display:grid;gap:.5rem}.public-contact-form__label{color:#111827;font-size:.9375rem;font-weight:600}.public-contact-form__label span[aria-hidden=true]{color:#dc2626}.public-contact-form__input,.public-contact-form__textarea{background:#fff;border:.0625rem solid #e5e7eb;border-radius:.3125rem;color:#374151;font-size:1rem;padding:.75rem .875rem;width:100%;transition:border-color .2s ease,box-shadow .2s ease}.public-contact-form__textarea{min-height:10rem;resize:vertical;line-height:1.7}.public-contact-form__input:hover,.public-contact-form__textarea:hover{border-color:#e5e7eb}.public-contact-form__input:focus-visible,.public-contact-form__textarea:focus-visible{border-color:#1464ff;box-shadow:0 0 0 .1875rem #1464ff1f;outline:none}.public-contact-form__error{color:#b91c1c;font-size:.875rem;margin:0}.public-contact-form__submit{justify-self:start;border:0;border-radius:62.4375rem;background:#000;color:#fff;min-width:9rem;padding:.75rem 1.5rem;font-size:.9375rem;font-weight:500;cursor:pointer}.public-contact-form__submit:hover{opacity:.75;border-color:#111827}.public-contact-form__submit:focus-visible{outline:.125rem solid #93c5fd;outline-offset:.125rem}.guide-index-page{display:flex;flex:1;flex-direction:column;gap:4rem;padding:4rem 0}.page-hero{background:#f9fafb;overflow:hidden;padding:5rem 0;position:relative}.page-hero__bg-symbol{filter:brightness(0) invert(1);height:auto;left:calc(50% + 37.5rem);opacity:.65;pointer-events:none;position:absolute;top:50%;transform:translate(-50%,-50%);width:min(40rem,62vw)}.page-hero__inner{margin:0 auto;position:relative;text-align:center;width:min(80rem,100% - 2rem);z-index:1}.page-hero__eyebrow{color:#1464ff;font-size:.875rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase}.page-hero__title{color:#0f172a;font-size:clamp(2.25rem,4vw,3rem);line-height:1.35}.page-hero__description{color:#6b7280;font-size:1rem;line-height:1.7;margin:1.25rem auto 0;max-width:46rem;text-align:center}.guide-browser__inner{align-items:start;display:grid;gap:3rem;grid-template-columns:minmax(16rem,20rem) minmax(0,1fr);margin:0 auto;width:min(80rem,100% - 2rem)}.guide-browser__sidebar{align-self:start}.guide-browser__search{align-items:center;background:#eef1f5;border-radius:.625rem;color:#1f2937;display:flex;gap:.75rem;min-height:3.125rem;padding:0 1.125rem}.guide-browser__search-icon{flex-shrink:0;height:1.5rem;width:1.5rem}.guide-browser__search-input{background:transparent;border:0;color:#1f2937;font-size:1rem;width:100%}.guide-browser__search-input::-webkit-search-cancel-button,.guide-browser__search-input::-webkit-search-decoration{appearance:none}.guide-browser__search-input::placeholder{color:#1f2937;opacity:1}.guide-browser__search-input:focus{outline:none}.guide-browser__search-clear{align-items:center;color:#1f2937;display:inline-flex;flex-shrink:0;height:1.5rem;justify-content:center;width:1.5rem}.guide-browser__search-clear svg{height:1rem;width:1rem}.guide-browser__search-clear path{fill:none;stroke:currentColor;stroke-linecap:round;stroke-width:1.75}.guide-browser__search-clear[hidden],.guide-browser__filters-toggle{display:none}.guide-browser__filters{display:flex;flex-direction:column;gap:1.25rem;margin-top:1.5rem;padding:0}.guide-browser__filter-all{align-items:center;color:#0f172a;cursor:default;display:flex;font-size:1rem;gap:.625rem;line-height:1.4;min-height:2.25rem;padding:.125rem .5rem;position:relative}.guide-browser__filter-all>span:last-child{cursor:pointer}.guide-browser__filter-all input,.guide-browser__filter-item input{opacity:0;pointer-events:none;position:absolute}.guide-browser__filter-all input:checked+.guide-browser__checkmark,.guide-browser__filter-item input:checked+.guide-browser__checkmark{background:#1464ff;border-color:#1464ff;color:#fff}.guide-browser__filter-all input:checked+.guide-browser__checkmark svg,.guide-browser__filter-item input:checked+.guide-browser__checkmark svg{opacity:1;transform:scale(1)}.guide-browser__filter-all input:focus-visible+.guide-browser__checkmark,.guide-browser__filter-item input:focus-visible+.guide-browser__checkmark{outline:.125rem solid rgba(20,100,255,.2);outline-offset:.125rem}.guide-browser__filter-group{border:0;margin:0;padding:0}.guide-browser__filter-group-legend{display:block;list-style:none;margin:0;padding:0;width:100%}.guide-browser__filter-group-title{align-items:center;background:transparent;border:0;color:#0f172a;cursor:pointer;display:flex;font-size:1rem;font-weight:700;justify-content:space-between;line-height:1.4;margin:0;padding:.5rem;text-align:left;transition:opacity .18s ease;width:100%}.guide-browser__filter-group-title .guide-browser__filter-count{color:#94a3b8;font-weight:400;margin-left:.25rem}.guide-browser__filter-group-title:focus-visible{outline:.125rem solid rgba(20,100,255,.2);outline-offset:.125rem}.guide-browser__filter-group-title:hover{opacity:.75}.guide-browser__filter-group-icon{align-items:center;color:#1f2937;display:inline-flex;height:1rem;justify-content:center;transition:transform .18s ease;width:1rem}.guide-browser__filter-group-icon.is-open{transform:rotate(180deg)}.guide-browser__filter-group-icon svg{height:100%;width:100%}.guide-browser__filter-group-icon path{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:1.75}.guide-browser__filter-list{display:grid;gap:.25rem;list-style:none;margin:0;padding:0}.guide-browser__filter-list[hidden]{display:none}.guide-browser__filter-item>label{align-items:center;color:#0f172a;cursor:default;display:flex;font-size:1rem;gap:.625rem;line-height:1.4;min-height:2.25rem;padding:.125rem .5rem;position:relative}.guide-browser__filter-item>label>span:last-child{cursor:pointer}.guide-browser__filter-item>label:hover{opacity:.75}.guide-browser__filter-count{color:#94a3b8;font-weight:400}.guide-browser__checkbox{align-items:center;display:inline-flex;flex-shrink:0;height:1.5rem;justify-content:center;position:relative;width:1.5rem}.guide-browser__checkbox input{inset:0}.guide-browser__checkmark{align-items:center;background:#fff;border:.09375rem solid #c7d0db;border-radius:.3125rem;color:transparent;display:inline-flex;flex-shrink:0;height:1.125rem;justify-content:center;transition:background-color .18s ease,border-color .18s ease,color .18s ease;width:1.125rem}.guide-browser__checkmark svg{height:.9375rem;opacity:0;transform:scale(.8);transition:opacity .18s ease,transform .18s ease;width:.9375rem}.guide-browser__checkmark path{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.guide-browser__content-head{display:flex;flex-direction:column;gap:.5rem}.guide-browser__result-meta{color:#1464ff;font-size:.875rem;font-weight:500;letter-spacing:.05em;text-transform:uppercase}.guide-browser__title{color:#0f172a;font-size:1.5rem;line-height:1.3}.guide-browser__grid{display:grid;gap:1.5rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:2rem}.guide-browser__pagination{align-items:center;display:flex;gap:.5rem;justify-content:center;margin-top:2rem}.guide-browser__pagination[hidden]{display:none}.guide-browser__page-list{align-items:center;display:flex;gap:.5rem}.guide-browser__page-button,.guide-browser__page-number{align-items:center;background:#fff;border:.0625rem solid #dbe2ea;border-radius:.375rem;color:#0f172a;display:inline-flex;font-size:.9375rem;justify-content:center;min-height:2.5rem;min-width:2.5rem;padding:.5rem .75rem;text-decoration:none}.guide-browser__page-button[aria-disabled=true]{cursor:default;opacity:.45}.guide-browser__page-number.is-active{background:#0f172a;border-color:#0f172a;color:#fff;opacity:1}.guide-browser__card{background:#fff;border:.0625rem solid #dbe2ea;border-radius:.625rem;overflow:hidden}.guide-browser__card:hover .guide-browser__image{transform:scale(1.04)}.guide-browser__card-link{display:block;height:100%;width:100%}.guide-browser__media{overflow:hidden}.guide-browser__image{aspect-ratio:16/9;object-fit:cover;transition:transform .28s ease;width:100%}.guide-browser__card-body{padding:1.25rem}.guide-browser__tag-list{display:flex;flex-wrap:wrap;gap:.375rem;list-style:none;margin:0;padding:0}.guide-browser__tag-item{align-items:center;background:#e6e6e6;border-radius:62.4375rem;color:#1464ff;display:inline-flex;font-size:.875rem;font-weight:500;letter-spacing:.03em;min-height:1.75rem;padding:.25rem .625rem}.guide-browser__card-title{color:#0f172a;font-size:1.25rem;line-height:1.5;margin-top:.75rem}.guide-browser__lead{color:#6b7280;font-size:1rem;line-height:1.8;margin-top:.5rem}.section-link{align-items:center;color:#1464ff;display:inline-flex;font-size:1.25rem;font-weight:500;gap:.5em;text-decoration:none;transition:opacity .2s ease}.guide-detail-page{display:flex;flex:1;flex-direction:column;gap:4rem;padding:4rem 0}.guide-detail-page__inner,.guide-detail-page__content-media,.guide-detail-page__content-body,.guide-detail-page__cta-panel{margin:0 auto;width:min(52.5rem,100% - 2rem)}.guide-detail-page__content-cta .guide-detail-page__inner{display:flex;justify-content:center}.guide-detail-page__breadcrumb-list{align-items:center;color:#1f2937;display:flex;font-size:.875rem;gap:0;line-height:1.6;list-style:none}.guide-detail-page__breadcrumb-item{align-items:center;display:inline-flex}.guide-detail-page__breadcrumb-item+.guide-detail-page__breadcrumb-item:before{color:#9ca3af;content:">";margin:0 .5rem}.guide-detail-page__breadcrumb-link,.guide-detail-page__breadcrumb-current{color:#6b7280;font-weight:500}.guide-detail-page__breadcrumb-link:hover{color:#000}.guide-detail-page__tag-list{display:flex;flex-wrap:wrap;gap:.5rem;list-style:none;margin:1.25rem 0 0;padding:0}.guide-detail-page__tag-link{align-items:center;background:#e6e6e6;border-radius:62.4375rem;color:#1464ff;display:inline-flex;font-size:1rem;letter-spacing:.03em;min-height:1.75rem;padding:.375rem .875rem;text-decoration:none}.guide-detail-page__title{color:#0f172a;font-size:clamp(2rem,4vw,3rem);line-height:1.35;margin-top:1.25rem}.guide-detail-page__lead{color:#6b7280;font-size:1.25rem;line-height:1.7;margin-top:1rem}.guide-detail-page__content{display:grid;gap:3rem}.guide-detail-page__image{border-radius:.625rem;object-fit:cover;width:100%}.guide-detail-page__story{display:grid;gap:2.5rem}.guide-detail-page__story-block--problem:before,.guide-detail-page__story-block--solution:before{border-radius:.5rem .5rem .5rem 0;color:#fff;display:block;font-size:.875rem;font-weight:500;line-height:1.4;margin-bottom:.75rem;padding:.5rem .875rem;width:fit-content}.guide-detail-page__story-block--problem:before{background:#1464ff;content:"よくある課題"}.guide-detail-page__story-block--solution:before{background:#1464ff;content:"VideoCheckで解決"}.guide-detail-page__story-title,.guide-detail-page__section-title{color:#0f172a;font-size:2rem;line-height:1.5}.guide-detail-page__copy{color:#6b7280;font-size:1rem;line-height:1.7;margin-top:.5rem;white-space:pre-line}.guide-detail-page__bullet-grid,.guide-detail-page__flow-list{display:grid;gap:.875rem;list-style:none;margin:1rem 0 0;padding:0}.guide-detail-page__bullet-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.guide-detail-page__bullet-card,.guide-detail-page__flow-item{background:#fff;border:.0625rem solid #dbe2ea;border-radius:.75rem;color:#0f172a;line-height:1.7;padding:1rem 1.125rem}.guide-detail-page__flow-list{grid-template-columns:repeat(3,minmax(0,1fr));margin:0}.guide-detail-page__flow-item{position:relative}.guide-detail-page__flow-step{align-items:center;background:#1464ff;border-radius:999px;color:#fff;display:inline-flex;font-size:.875rem;font-weight:600;height:1.75rem;justify-content:center;left:-10px;line-height:1;position:absolute;top:-10px;width:1.75rem}.guide-detail-page__flow-title{color:#0f172a;font-size:1.25rem;font-weight:600;line-height:1.5}.guide-detail-page__flow-text{color:#6b7280;font-size:1rem;line-height:1.7;margin-top:.25rem}.guide-detail-page__flow-separator{display:none}.guide-detail-page__cta-section{background:#0f172a;width:100%}.guide-detail-page__cta-inner{margin:0;max-width:none;padding:6rem 1rem;width:100%}.guide-detail-page__cta-title,.guide-detail-page__cta-copy,.guide-detail-page__cta-note{color:#fff;text-align:left}.guide-detail-page__cta-title{font-size:3rem;line-height:1.4}.guide-detail-page__cta-copy{font-size:1.125rem;line-height:1.7;margin-top:.75rem;opacity:.65;white-space:pre-line}.guide-detail-page__cta-actions{display:flex;justify-content:flex-start;margin-top:1.5rem}.guide-detail-page__cta-button{align-items:center;background:#fff;border-radius:999px;color:#000;display:inline-flex;font-size:1rem;font-weight:600;justify-content:center;line-height:1.4;min-height:3.5rem;padding:.875rem 1.5rem;text-decoration:none}.guide-detail-page__cta-note{font-size:.875rem;line-height:1.8;margin-top:1rem;opacity:.5}.guide-detail-page__faq-list{border-top:.0625rem solid #d9e0e8;margin-top:1.5rem}.guide-detail-page__faq-item{border-bottom:.0625rem solid #d9e0e8}.guide-detail-page__faq-question{align-items:center;background:transparent;border:0;color:#0f172a;cursor:pointer;display:flex;font-size:1rem;gap:1rem;justify-content:space-between;line-height:1.55;padding:1.5rem 1.5rem 1.5rem .5rem;text-align:left;width:100%}.guide-detail-page__faq-label{align-items:center;color:#1464ff;display:inline-flex;flex-shrink:0;font-size:1rem;justify-content:center;line-height:1;width:1.25rem}.guide-detail-page__faq-question-text{flex:1;min-width:0}.guide-detail-page__faq-question:after{align-items:center;color:#1464ff;content:"+";display:inline-flex;flex-shrink:0;font-size:1.25rem;height:1.25rem;justify-content:center;line-height:1;width:.875rem}.guide-detail-page__faq-question[aria-expanded=true]:after{content:"−"}.guide-detail-page__faq-answer{opacity:0;overflow:hidden;transition:max-height .28s ease,opacity .28s ease}.guide-detail-page__faq-answer--open{opacity:1}.guide-detail-page__faq-answer-inner{padding:0 3rem 1.25rem .5rem}.guide-detail-page__faq-answer-body{color:#374151;display:grid;font-size:1rem;gap:1rem;grid-template-columns:1.25rem 1fr;line-height:1.7;margin-top:0}.guide-detail-page__faq-answer-text{color:#6b7280;min-width:0}.guide-detail-page__related-grid{display:grid;gap:1.5rem;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:1.5rem}.guide-detail-page__related-card{background:#fff;border:.0625rem solid #dbe2ea;border-radius:.625rem}.guide-detail-page__related-link{color:#0f172a;display:flex;flex-direction:column;height:100%;text-decoration:none}.guide-detail-page__related-media{aspect-ratio:16/9;background:#f9fafb;border-radius:.625rem .625rem 0 0;overflow:hidden;width:100%}.guide-detail-page__related-image{display:block;height:100%;object-fit:cover;transition:transform .28s ease;width:100%}.guide-detail-page__related-card:hover .guide-detail-page__related-image{transform:scale(1.04)}.guide-detail-page__related-body{display:grid;gap:.5rem;padding:1rem 1.25rem 1.25rem}.guide-detail-page__related-title{color:#0f172a;font-size:1.25rem;line-height:1.6;margin:0}.guide-detail-page__related-description{color:#6b7280;font-size:1rem;line-height:1.7;margin:0}.guide-detail-page__back-link:before{content:"←"}@media(max-width:48rem){.public-legal-page__title{text-align:left}.public-contact-page__card{width:100%}.public-contact-page__title,.public-contact-page__description{text-align:left}.public-contact-page__alert,.public-contact-form{max-width:none}.public-contact-form__submit{width:100%;justify-self:stretch}.page-hero{padding:3rem 0}.page-hero__bg-symbol{left:calc(50% + 37.5rem);opacity:.65;width:min(28rem,78vw)}.page-hero__title{font-size:2rem}.guide-browser__inner{gap:2rem;grid-template-columns:1fr}.guide-browser__sidebar{position:static}.guide-browser__search{min-height:3.5rem;padding:0 1rem}.guide-browser__search-input{font-size:1rem}.guide-browser__filters-toggle{align-items:center;background:#fff;border:.0625rem solid #d9e0e8;border-radius:.625rem;color:#0f172a;display:flex;justify-content:space-between;margin-top:1rem;padding:.875rem 1rem;width:100%}.guide-browser__filters-toggle-label{font-size:1rem;font-weight:500;line-height:1.4}.guide-browser__filters-toggle-icon{display:inline-flex;flex-direction:column;gap:.1875rem}.guide-browser__filters-toggle-icon span{background:currentColor;border-radius:62.4375rem;display:block;height:.125rem;width:1rem}.guide-browser__filters{display:none;margin-top:1rem}.guide-browser__filters.is-open{display:grid}.guide-browser__title{font-size:1.875rem}.guide-browser__grid{grid-template-columns:1fr}.guide-browser__pagination{flex-wrap:wrap}.guide-detail-page{gap:3.5rem;padding-bottom:4rem}.guide-detail-page__bullet-grid,.guide-detail-page__flow-list,.guide-detail-page__related-grid{grid-template-columns:1fr}.guide-detail-page__cta-inner{padding:4rem 1rem}.guide-detail-page__cta-title{font-size:2rem}.guide-detail-page__faq-question,.guide-detail-page__faq-answer-inner{padding-right:.5rem}}.workflow-page--index .workflow-page__share-button,.workflow-page--index .workflow-page__share-link{min-width:6.8rem;padding:11px 16px}.workflow-page--index .workflow-page__cases{gap:16px}.workflow-page--index .workflow-case-card{border-radius:24px;box-shadow:0 14px 40px #0f172a0d;gap:10px;padding:18px 18px 20px}.workflow-page--index .workflow-case-card__header{gap:10px}.workflow-page--index .workflow-case-card__eyebrow{font-size:.72rem;margin-bottom:6px}.workflow-page--index .workflow-case-card__title{font-size:1.08rem;line-height:1.4}.workflow-page--index .workflow-case-card__summary{font-size:.95rem;line-height:1.7;min-height:0}.workflow-page--index .workflow-case-card__status{font-size:.74rem;padding:6px 10px}.workflow-page--index .workflow-case-card__note{display:none}.workflow-page--index .workflow-case-card__latest{background:#f8fafcf5;border:1px solid rgba(226,232,240,.92);border-radius:20px;display:flex;flex-direction:column;gap:10px;padding:14px}.workflow-page--index .workflow-case-card__latest-header{align-items:center;display:flex;gap:10px;justify-content:space-between}.workflow-page--index .workflow-case-card__latest-label{color:#1f2937;font-size:.74rem;font-weight:800;letter-spacing:.08em;text-transform:uppercase}.workflow-page--index .workflow-case-card__latest-body{align-items:flex-start;display:flex;gap:12px}.workflow-page--index .workflow-case-card__latest-thumb{aspect-ratio:4/3;border-radius:14px;flex:none;overflow:hidden;width:120px}.workflow-page--index .workflow-case-card__latest-image-button{appearance:none;background:transparent;border:0;cursor:zoom-in;display:block;height:100%;padding:0;width:100%}.workflow-page--index .workflow-case-card__latest-image-button:focus-visible{outline:3px solid rgba(37,99,235,.55);outline-offset:-3px}.workflow-page--index .workflow-case-card__latest-image{display:block;height:100%;object-fit:cover;width:100%}.workflow-image-lightbox{align-items:center;background:#020617d1;display:flex;inset:0;justify-content:center;padding:clamp(16px,4vw,48px);position:fixed;z-index:1000}.workflow-image-lightbox__content{align-items:flex-end;display:flex;flex-direction:column;gap:12px;max-height:100%;max-width:min(960px,100%)}.workflow-image-lightbox__close{appearance:none;background:#fff;border:1px solid rgba(226,232,240,.9);border-radius:999px;color:#1f1f1f;cursor:pointer;font-size:.9rem;font-weight:900;padding:10px 18px;box-shadow:0 16px 34px #0f172a3d}.workflow-image-lightbox__image{background:#020617;border-radius:18px;box-shadow:0 24px 80px #0206176b;display:block;max-height:min(78dvh,820px);max-width:100%;object-fit:contain}.workflow-page--index .workflow-case-card__latest-copy{display:flex;flex:1;flex-direction:column;gap:6px;min-width:0}.workflow-page--index .workflow-case-card__latest-answer{color:#374151;font-size:.96rem;font-weight:700;line-height:1.65}.workflow-page--index .workflow-case-card__latest-meta{color:#6b7280;font-size:.82rem}.workflow-page--index .workflow-case-card__latest-empty{color:#6b7280;font-size:.92rem;line-height:1.7}.workflow-case-card--summary{min-height:100%}.workflow-case-card{background:#ffffffe6;border:1px solid rgba(226,232,240,.92);border-radius:28px;box-shadow:0 18px 60px #0f172a0f;display:flex;flex-direction:column;gap:14px;padding:22px}.workflow-case-card__header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.workflow-case-card__eyebrow{color:#6b7280;font-size:.78rem;font-weight:800;letter-spacing:.12em;margin-bottom:8px;text-transform:uppercase}.workflow-case-card__title{font-size:1.3rem;font-weight:800;line-height:1.35}.workflow-case-card__summary{color:#374151;line-height:1.75;min-height:4.5rem}.workflow-case-card__note{background:#f8fafcf2;border:1px solid rgba(226,232,240,.9);border-radius:18px;color:#1f2937;line-height:1.7;padding:14px 16px}.workflow-case-card__status{align-items:center;border-radius:999px;display:inline-flex;flex:none;font-size:.82rem;font-weight:800;justify-content:center;letter-spacing:.04em;padding:8px 12px}.workflow-case-card__status--neutral{background:#f3f4f6;color:#374151}.workflow-case-card__status--success{background:#16a34a1a;color:#166534}.workflow-case-card__status--warning{background:#f59e0b1f;color:#92400e}.workflow-case-card__status--danger{background:#dc26261a;color:#b91c1c}.workflow-case-card__status--info{background:#1464ff1a;color:#1d4ed8}.workflow-case-card__footer{align-items:center;display:flex;justify-content:space-between;gap:16px;margin-top:auto}.workflow-case-card__actions{display:flex;flex-wrap:wrap;gap:10px}.workflow-case-card__action{align-items:center;background:linear-gradient(135deg,#0f766e,#1464ff);border-radius:999px;box-shadow:0 16px 40px #1464ff2e;color:#fff;display:inline-flex;font-weight:800;justify-content:center;min-width:7.25rem;padding:12px 18px;text-decoration:none}.workflow-case-card__action--secondary{background:#ffffffeb;border:1px solid rgba(148,163,184,.28);color:#0f172a;cursor:pointer}.workflow-case-card__meta{color:#6b7280;font-size:.9rem}.workflow-case-card__latest{display:none}.workflow{min-height:100dvh;align-items:stretch;display:flex;position:relative}.workflow__sidebar{bottom:auto;left:auto;flex:0 0 min(24rem,30vw);position:relative;top:auto;width:auto;z-index:3}.workflow__sidebar,.workflow__main{min-width:0}.workflow__main{flex:1 1 auto;height:100dvh}.workflow__step-list{display:none}.workflow__step-card,.workflow__complete-step{background:#ffffffd1;border:1px solid rgba(226,232,240,.94);border-radius:22px;padding:16px 18px}.workflow__step-card--active{border-color:#0f766e73;box-shadow:0 16px 40px #0f766e14}.workflow__step-card--done{background:#f8fafcf0}.workflow__step-card-head,.workflow__complete-step-head{align-items:center;display:flex;justify-content:space-between;gap:12px;margin-bottom:10px}.workflow__step-index,.workflow__complete-step-index{align-items:center;background:#0f172a0f;border-radius:999px;color:#334155;display:inline-flex;font-size:.78rem;font-weight:800;justify-content:center;letter-spacing:.08em;min-width:2.5rem;padding:8px 10px}.workflow__step-title,.workflow__complete-step-title{font-size:1.08rem;font-weight:800;line-height:1.45;margin-bottom:8px}.workflow__step-summary,.workflow__complete-step-summary{color:#374151;line-height:1.7}.workflow__step-note,.workflow__complete-step-note{background:#f8fafcf2;border:1px solid rgba(226,232,240,.9);border-radius:16px;color:#1f2937;line-height:1.7;margin-top:12px;padding:12px 14px}.workflow__complete-grid{display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:18px}.workflow__complete-step--active{border-color:#0f766e73}.workflow__complete-step--done{background:#f8fafcf2}.workflow-room{display:grid;gap:22px;grid-template-columns:minmax(320px,.95fr) minmax(0,1.25fr)}.workflow-room__topbar{align-items:center;display:flex;justify-content:space-between;gap:20px;margin-bottom:18px}.workflow-room__backlink{color:#0f766e;font-size:.96rem;font-weight:800}.workflow-room__topbar-status{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.workflow-room__session-chip,.workflow-room__work-chip{background:#1118270f;border-radius:999px;color:#334155;font-size:.82rem;font-weight:700;letter-spacing:.04em;padding:8px 12px}.workflow-room__panel{background:#fff;border:1px solid rgba(226,232,240,.98);box-shadow:0 18px 40px #0f172a0a}.workflow-room__panel--aside{padding:22px}.workflow-room__panel--work{background:transparent;border:0;box-shadow:none;height:100%;padding:0}.workflow-room__eyebrow{color:#0f766e;font-size:.8rem;font-weight:800;letter-spacing:.14em;margin-bottom:10px;text-transform:uppercase}.workflow-room__title{font-size:clamp(1.6rem,2.6vw,2.5rem);font-weight:900;letter-spacing:-.04em;line-height:1.18;margin-bottom:12px}.workflow-room__summary{color:#374151;line-height:1.8;margin-bottom:18px}.workflow-aircon-reference{background:#ffffffe0;border:1px solid rgba(226,232,240,.92);border-radius:20px;box-shadow:0 18px 48px #0f172a0f;display:grid;gap:10px;margin-bottom:16px;padding:12px}.workflow-aircon-reference__art-wrap{background:#f5f1ea;border-radius:16px;overflow:hidden}.workflow-aircon-reference__art{display:block;object-fit:contain;object-position:center;height:auto;width:100%}.workflow-aircon-reference__caption{align-items:center;color:#1f2937;display:flex;font-size:.88rem;gap:8px;line-height:1.65}.workflow-aircon-reference__ai-avatar{align-items:center;background:linear-gradient(135deg,#0f766e,#1464ff);border-radius:999px;color:#fff;display:inline-flex;flex:0 0 28px;font-size:.68rem;font-weight:900;height:28px;justify-content:center;letter-spacing:.02em;width:28px}.workflow-aircon-reference__ai-bubble{background:#f8fafc;border:1px solid rgba(226,232,240,.94);border-radius:14px 14px 14px 4px;color:#0f172a;display:inline-flex;flex:1;font-weight:800;line-height:1.45;padding:8px 10px}.workflow-room__capture-header{align-items:flex-start;display:flex;justify-content:space-between;gap:16px;margin-bottom:18px}.workflow-room__capture-header--nested{margin-top:18px}.workflow-room__work-title{font-size:clamp(1.45rem,2.2vw,2rem);font-weight:900;letter-spacing:-.04em;line-height:1.25}.workflow-room__capture-zone{align-items:center;background:#000;border:0;border-radius:0;display:flex;justify-content:center;min-height:100dvh;position:relative;overflow:hidden;padding:0}.workflow-room__capture-zone--camera{min-height:100dvh;touch-action:none}.workflow-room__camera-video{height:100%;left:0;object-fit:cover;position:absolute;top:0;display:block;width:100%}.workflow-room__camera-video--hidden{display:none}.workflow-room__camera-video--visible{box-shadow:none}.workflow-room__capture-placeholder{align-items:center;border:1px dashed rgba(100,116,139,.35);border-radius:24px;display:flex;flex-direction:column;gap:8px;max-width:26rem;padding:32px 24px;text-align:center}.workflow-room__capture-placeholder-title{font-size:1.2rem;font-weight:800}.workflow-room__capture-placeholder-copy{color:#6b7280;line-height:1.75}.workflow-room__preview-image{border-radius:20px;box-shadow:0 22px 48px #0f172a2e;max-height:520px;object-fit:contain;width:100%}.workflow-room__camera-overlay{align-items:center;background:#0f172ad1;border-radius:999px;color:#fff;display:inline-flex;font-size:.92rem;font-weight:800;left:28px;letter-spacing:.04em;padding:10px 14px;pointer-events:none;position:absolute;top:28px}.workflow-room__capture-guide{border:2px solid rgba(255,255,255,.56);border-radius:24px;bottom:clamp(96px,12vw,132px);left:clamp(16px,2.2vw,28px);pointer-events:none;position:absolute;right:clamp(16px,2.2vw,28px);top:clamp(20px,2.2vw,32px);z-index:2}.workflow-room__file-input{display:none}.workflow-room__action-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:0;position:absolute;right:clamp(16px,2.2vw,28px);bottom:clamp(16px,2.2vw,28px);z-index:3}.workflow-room__action-note{align-self:center;color:#0f172aad;font-size:.92rem;font-weight:600}.workflow-room__button{align-items:center;background:linear-gradient(135deg,#0f766e,#1464ff);border-radius:999px;box-shadow:0 16px 40px #1464ff2e;color:#fff;display:inline-flex;font-weight:800;justify-content:center;min-width:9.5rem;padding:14px 20px}.workflow-room__button:disabled{cursor:not-allowed;opacity:.55}.workflow-room__button--secondary{background:#ffffffdb;border:1px solid rgba(148,163,184,.28);color:#0f172a}.workflow-room__choice-grid{display:grid;gap:6px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:14px}.workflow-room__choice-stage{align-items:stretch;display:flex;flex-direction:column;justify-content:center;inset:0;padding:clamp(24px,4vw,48px);position:absolute;z-index:2}.workflow-room__choice-stage-head{max-width:min(52rem,100%)}.workflow-room__choice-question{font-size:clamp(1.8rem,3vw,3rem);letter-spacing:-.05em;line-height:1.12;margin-top:6px}.workflow-room__choice-lead{color:#f8fafccc;font-size:.98rem;line-height:1.7;margin-top:12px}.workflow-room__title--compact{font-size:clamp(1.05rem,1.8vw,1.4rem);line-height:1.25}.workflow-room__choice-sidebar{display:grid;gap:8px}.workflow-room__choice{align-items:center;border-radius:26px;box-shadow:0 18px 40px #0f172a14;display:flex;flex-direction:column;gap:0;justify-content:center;min-height:clamp(6rem,14vh,9rem);padding:clamp(10px,1.4vw,12px);text-align:center}.workflow-room__choice--yes{background:linear-gradient(180deg,#16a34a1f,#fffffff5);border:1px solid rgba(22,163,74,.14)}.workflow-room__choice--no{background:linear-gradient(180deg,#dc26261f,#fffffff5);border:1px solid rgba(220,38,38,.14)}.workflow-room__choice-label{font-size:clamp(.95rem,1.4vw,1.25rem);font-weight:900;letter-spacing:-.04em}.workflow-room__choice:disabled{cursor:not-allowed;opacity:.6}.workflow-room__skip-controls{bottom:clamp(16px,2.2vw,28px);display:flex;justify-content:flex-end;pointer-events:none;position:absolute;right:clamp(16px,2.2vw,28px);z-index:5}.workflow-room__skip-button{align-items:center;display:inline-flex;height:4.3rem;justify-content:center;min-width:7.4rem;padding:0 1.35rem;pointer-events:auto}.workflow-page--workflow .workflow-room__skip-controls--aside{bottom:auto;justify-content:flex-start;left:auto;margin-bottom:4px;pointer-events:auto;position:static;right:auto}.workflow-page--workflow .workflow-room__skip-controls--camera{bottom:12px;left:12px;right:auto;z-index:6}.workflow-page--workflow .workflow-room__skip-button--aside,.workflow-page--workflow .workflow-room__skip-button--camera{width:fit-content}.workflow-room__message{border-radius:20px;font-weight:700;line-height:1.7;margin-top:0;padding:14px 16px}.workflow-room__message--success{background:#16a34a14;border:1px solid rgba(22,163,74,.14);color:#166534}.workflow-room__message--error{background:#dc262614;border:1px solid rgba(220,38,38,.14);color:#991b1b}.workflow-room__result{border:1px solid rgba(226,232,240,.96);border-radius:28px;margin-top:0;max-width:min(30rem,100vw - 32px);padding:20px;position:absolute;left:clamp(16px,2.2vw,28px);bottom:clamp(16px,2.2vw,28px);z-index:3}.workflow-room__result--success{background:#16a34a0d}.workflow-room__result--danger{background:#dc26260d}.workflow-room__result--warning{background:#f59e0b14}.workflow-room__result--info{background:#1464ff0d}.workflow-room__result--neutral{background:#f8fafcdb}.workflow-room__result-header{align-items:center;display:flex;justify-content:space-between;gap:12px;margin-bottom:12px}.workflow-room__result-label{color:#475569;font-size:.8rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.workflow-room__result-status{border-radius:999px;background:#0f172a14;color:#0f172a;font-size:.82rem;font-weight:800;padding:8px 12px}.workflow-room__result-copy{color:#1f2937;line-height:1.8}.workflow-room__result-grid{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:14px}.workflow-room__result-grid dt{color:#6b7280;font-size:.78rem;font-weight:800;letter-spacing:.12em;margin-bottom:6px;text-transform:uppercase}.workflow-room__result-grid dd{color:#1f2937;font-weight:700;line-height:1.7}.workflow-room__result-details{margin-top:16px}.workflow-room__result-details summary{cursor:pointer;font-weight:800;margin-bottom:10px}.workflow-room__result-details pre{background:#0f172af0;border-radius:18px;color:#f8fafc;overflow-x:auto;padding:16px}.workflow-outlet-diagram{background:linear-gradient(180deg,#dfe3ea,#edf2f7);border-radius:24px;display:grid;margin-top:18px;gap:12px;padding:18px}.workflow-outlet-diagram__single{display:flex;justify-content:center}.workflow-outlet-diagram__variant{align-items:center;display:flex;flex-direction:column;gap:8px;width:min(100%,560px)}.workflow-outlet-diagram__photo{border-radius:14px;max-width:100%;width:100%}.workflow-outlet-diagram__variant-label{color:#44403c;font-size:.78rem;line-height:1.45;text-align:center}.workflow-page--workflow{background:#020617;overflow:hidden}.workflow-page--workflow{background:radial-gradient(circle at top left,rgba(239,68,68,.14),transparent 28%),radial-gradient(circle at top right,rgba(20,100,255,.14),transparent 28%),#020617;color:#f8fafc;min-height:var(--workflow-viewport-height, 100dvh);overflow:hidden}.workflow-page--complete{background:#fff;color:#0f172a;overflow:auto}.workflow-page--complete .workflow-page__shell{background:#fff;min-height:100dvh}.workflow-complete-screen{align-items:center;background:#fff;display:flex;justify-content:center;min-height:100dvh;padding:clamp(32px,6vw,80px)}.workflow-complete-screen__title{color:#0f172a;font-size:clamp(1.3rem,4vw,3.5rem);font-weight:900;letter-spacing:-.05em;line-height:1.14;margin:0}.workflow-complete-screen__copy{color:#334155;font-size:clamp(1rem,1.8vw,1.35rem);line-height:1.8;margin-top:18px}.workflow-complete-screen__content{max-width:52rem;text-align:center}.workflow-page--workflow .workflow-page__shell{height:var(--workflow-viewport-height, 100dvh);margin:0;max-width:none;overflow:hidden;padding:0;position:relative}.workflow-page--workflow .workflow{min-height:var(--workflow-viewport-height, 100dvh);position:relative}.workflow-page--workflow .workflow--choice{display:flex;flex-direction:row}.workflow-page--workflow .workflow__sidebar{bottom:clamp(20px,2vw,28px);left:clamp(16px,2.2vw,28px);top:clamp(16px,2.2vw,28px);width:min(24rem,30vw);z-index:4}@media(min-width:861px){.workflow-page--workflow .workflow__sidebar{min-height:30rem}}.workflow-page--workflow .workflow__sidebar--choice{display:none}.workflow-page--workflow .workflow--choice .workflow__sidebar{bottom:auto;flex:0 0 min(24rem,30vw);left:auto;position:relative;top:auto;width:auto}.workflow-page--workflow .workflow--choice .workflow__main{flex:1 1 auto;min-width:0}.workflow-page--workflow .workflow-room__panel--aside{border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:#f8fafc;display:flex;flex-direction:column;gap:14px;height:100%;overflow:auto;padding:18px}.workflow-page--workflow .workflow-room__panel--aside--choice{background:#fffffff5;border-color:#e2e8f0fa;color:#0f172a;display:flex;flex-direction:column;gap:14px}.workflow-page--workflow .workflow-room__panel--aside--choice .workflow-room__eyebrow{color:#ef4444}.workflow-page--workflow .workflow-room__panel--aside--choice .workflow-room__eyebrow--sub{margin-top:8px}.workflow-page--workflow .workflow-room__panel--aside--choice .workflow-room__title,.workflow-page--workflow .workflow-room__panel--aside--choice .workflow-room__summary{color:#0f172a}.workflow-page--workflow .workflow-room__panel--aside--choice .workflow-room__summary{margin-bottom:0}.workflow-page--workflow .workflow-room__panel--aside--choice .workflow-room__summary--list-item{line-height:1.55;padding-left:.9rem;position:relative}.workflow-page--workflow .workflow-room__panel--aside--choice .workflow-room__summary--list-item:before{content:"・";left:0;position:absolute}.workflow-page--workflow .workflow-room__eyebrow{color:#fda4af}.workflow-page--workflow .workflow-room__title,.workflow-page--workflow .workflow-room__summary,.workflow-page--workflow .workflow-room__work-title{color:#f8fafc}.workflow-page--workflow .workflow-room__capture-header{align-items:center;background:#ffffffeb;border:1px solid rgba(255,255,255,.2);border-radius:999px;box-shadow:0 14px 30px #0206172e;color:#0f172a;display:inline-flex;gap:12px;max-width:min(42rem,100vw - 32px);padding:10px 14px;width:fit-content}.workflow-page--workflow .workflow-room__capture-header>div{min-width:0}.workflow-page--workflow .workflow-room__capture-header--nested{background:transparent;border:0;box-shadow:none;display:flex;left:auto;margin:0;position:static;padding:0;right:auto;top:auto;transform:none;width:auto}.workflow-page--workflow .workflow-room__work-title{font-size:clamp(1.05rem,1.7vw,1.45rem);line-height:1.2}.workflow-page--workflow .workflow-room__work-chip{background:#0f172a14;color:#0f172a}.workflow-page--workflow .workflow-room__panel--work,.workflow-page--workflow .workflow__main{height:var(--workflow-viewport-height, 100dvh);position:relative}.workflow-page--workflow .workflow-room__capture-zone,.workflow-page--workflow .workflow-room__capture-zone--camera{border-radius:0;inset:0;min-height:100%;position:absolute}.workflow-page--workflow .workflow-room__camera-video{z-index:1}.workflow-page--workflow .workflow-room__preview-image{border-radius:0;height:100%;max-height:none;object-fit:cover;width:100%;z-index:2}.workflow-page--workflow .workflow-room__capture-placeholder{background:#020617e6;border:0;border-radius:0;color:#f8fafc;height:100%;max-width:none;width:100%}.workflow-page--workflow .workflow-room__capture-header{left:clamp(16px,2.2vw,28px);margin:0;pointer-events:none;position:absolute;right:auto;top:clamp(16px,2.2vw,28px);z-index:5}.workflow-page--workflow .workflow-room__capture-header--nested{margin-top:0}.workflow-page--workflow .workflow-room__work-chip{background:#ffffff1f;color:#f8fafc}.workflow-page--workflow .workflow-room__capture-zone--camera .workflow-room__camera-overlay{background:#0f172abf}.workflow-page--workflow .workflow-room__choice-grid{gap:18px;margin-top:24px;position:static;transform:none;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;max-width:min(58rem,100%);z-index:5}.workflow-page--workflow .workflow-room__choice-stage{background:radial-gradient(circle at top left,rgba(226,232,240,.75),transparent 38%),linear-gradient(180deg,#fffffffa,#f8fafcfa);border-radius:0}.workflow-page--workflow .workflow-room__choice-stage-head{max-width:min(56rem,100%)}.workflow-page--workflow .workflow-room__choice-question{color:#0f172a;white-space:pre-line}.workflow-page--workflow .workflow-room__choice-lead{color:#475569}.workflow-page--workflow .workflow-room__choice{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#0f172a;background:#fffffff0;min-height:clamp(8.5rem,18vh,12rem);opacity:.72;position:relative;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease,opacity .18s ease}.workflow-page--workflow .workflow-room__choice--yes{background:linear-gradient(180deg,#2563eb1a,#fffffff5);border:1px solid rgba(96,165,250,.28)}.workflow-page--workflow .workflow-room__choice--no{background:linear-gradient(180deg,#dc26261a,#fffffff5);border:1px solid rgba(248,113,113,.28)}.workflow-page--workflow .workflow-room__choice--selected{border-width:2px;box-shadow:0 0 0 4px #2563eb29,0 20px 46px #0f172a2e;opacity:1;transform:translateY(-2px) scale(1.015)}.workflow-page--workflow .workflow-room__choice--yes.workflow-room__choice--selected{background:linear-gradient(135deg,#0f766e,#1464ff);border-color:#2563ebe6}.workflow-page--workflow .workflow-room__choice--no.workflow-room__choice--selected{background:linear-gradient(135deg,#b91c1c,#f97316);border-color:#dc2626e6}.workflow-page--workflow .workflow-room__choice-label{color:#0f172a}.workflow-page--workflow .workflow-room__choice--selected .workflow-room__choice-label{color:#fff}.workflow-page--workflow .workflow-room__choice-label{font-size:clamp(.95rem,1.5vw,1.3rem);line-height:1.05}.workflow-page--workflow .workflow-room__choice-stage{align-items:center}.workflow-page--workflow .workflow-room__choice-stage-head{text-align:center;width:min(56rem,100vw - 96px)}.workflow-page--workflow .workflow-room__choice-question{margin-left:auto;margin-right:auto;text-align:center}.workflow-page--workflow .workflow-room__choice-lead{text-align:center}.workflow-page--workflow .workflow-room__choice-actions{display:flex;justify-content:center;margin-top:18px}.workflow-page--workflow .workflow-room__choice-submit{min-width:min(14rem,100%)}.workflow-page--workflow .workflow-room__message{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);left:50%;max-width:min(38rem,100vw - 40px);position:absolute;bottom:clamp(84px,8vw,112px);transform:translate(-50%);z-index:5}.workflow-page--workflow .workflow-room__message--success,.workflow-page--workflow .workflow-room__message--error{background:#0f172ab8;border-color:#ffffff1f;color:#f8fafc}.workflow-page--workflow .workflow-room__message--aside{background:#ffffffd1;border:1px solid rgba(148,163,184,.18);color:#0f172a;margin-top:14px;position:static;transform:none;max-width:none;left:auto;right:auto;bottom:auto;z-index:auto}.workflow-page--workflow .workflow-room__result{background:#0f172ab8;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-color:#ffffff1f;bottom:clamp(16px,2.2vw,28px);color:#f8fafc;left:clamp(16px,2.2vw,28px);max-width:min(24rem,100vw - 40px)}.workflow-page--workflow .workflow-room__result--aside{background:#ffffffeb;border:1px solid rgba(148,163,184,.18);-webkit-backdrop-filter:none;backdrop-filter:none;color:#0f172a;left:auto;bottom:auto;margin-top:14px;max-width:none;position:static;right:auto;transform:none;z-index:auto}.workflow-page--workflow .workflow-room__result-label,.workflow-page--workflow .workflow-room__result-copy,.workflow-page--workflow .workflow-room__result-grid dd{color:#f8fafcd6}.workflow-page--workflow .workflow-room__result--aside .workflow-room__result-label,.workflow-page--workflow .workflow-room__result--aside .workflow-room__result-copy,.workflow-page--workflow .workflow-room__result--aside .workflow-room__result-grid dd{color:#334155}.workflow-page--workflow .workflow-room__result-copy--muted,.workflow-page--workflow .workflow-room__action-note{color:#f8fafcad}.workflow-page--workflow .workflow-room__result--aside .workflow-room__result-copy--muted,.workflow-page--workflow .workflow-room__result--aside .workflow-room__action-note{color:#64748b}.workflow-page--workflow .workflow-room__result-details pre{background:#020617f5}.workflow-page--workflow .workflow-room__panel--aside .workflow-room__message--aside{background:#ffffffd1;border:1px solid rgba(148,163,184,.18);color:#0f172a;margin-top:14px;position:static;left:auto;right:auto;bottom:auto;transform:none;max-width:none;z-index:auto}.workflow-page--workflow .workflow-room__panel--aside .workflow-room__result--aside{background:#ffffffeb;border:1px solid rgba(148,163,184,.18);-webkit-backdrop-filter:none;backdrop-filter:none;color:#0f172a;margin-top:14px;position:static;left:auto;right:auto;bottom:auto;transform:none;max-width:none;z-index:auto}.workflow-page--workflow .workflow-room__panel--aside .workflow-room__result-reason{margin-top:12px}.workflow-page--workflow .workflow-room__panel--aside .workflow-room__result-reason .workflow-room__result-label{display:block;margin-bottom:8px}.workflow-page--workflow .workflow-room__panel--aside .workflow-room__result--aside .workflow-room__result-label,.workflow-page--workflow .workflow-room__panel--aside .workflow-room__result--aside .workflow-room__result-copy,.workflow-page--workflow .workflow-room__panel--aside .workflow-room__result--aside .workflow-room__result-grid dd{color:#334155}.workflow-page--workflow .workflow-room__panel--aside .workflow-room__result--aside .workflow-room__action-note{color:#64748b}.workflow-page--workflow .workflow-room__panel--aside .workflow-room__result--aside .workflow-room__result-details pre,.workflow-page--workflow .workflow-room__result--aside .workflow-room__result-details pre{background:#0f172a}.workflow-page--workflow .workflow-room__result-score{color:#0f172a;font-size:clamp(2rem,3.4vw,2.6rem);font-weight:900;letter-spacing:-.05em;line-height:1.05;margin-top:6px}.workflow-page--workflow .workflow-room__next-step-button--aside{min-width:0}.workflow-page--workflow .workflow-room__next-step-controls--aside{display:flex;gap:12px;margin-top:14px;font-size:.8rem}.workflow-page--workflow .workflow-room__next-step-controls--aside .workflow-room__button{min-width:0}.workflow-page--workflow .workflow-room__capture-controls{align-items:center;bottom:clamp(16px,2.2vw,28px);display:flex;flex-direction:column;gap:10px;left:auto;right:clamp(16px,2.2vw,28px);position:absolute;transform:none;z-index:5}.workflow-page--workflow .workflow-room__capture-button{align-items:center;background:#fffffff5;border:1px solid rgba(255,255,255,.32);border-radius:999px;box-shadow:0 18px 42px #0206173d;color:#0f172a;display:inline-flex;justify-content:center;min-width:4.3rem;padding:0;width:4.3rem;height:4.3rem}.workflow-room__capture-button-icon{display:block;height:2.35rem;width:2.35rem}.workflow-page--workflow .workflow-room__capture-button:disabled{cursor:not-allowed;opacity:.55}.workflow-page--workflow .workflow-room__capture-retry{min-width:8.5rem}.workflow-page--workflow .workflow-room__action-row{bottom:clamp(16px,2.2vw,28px);right:clamp(16px,2.2vw,28px);gap:10px}.workflow-page--workflow .workflow__complete-step{background:#0f172a94;border-color:#ffffff1f;color:#f8fafc;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.workflow-page--workflow .workflow__complete-step--done{background:#0f172aad}.workflow-page--workflow .workflow__complete-step-summary,.workflow-page--workflow .workflow__complete-step-note{color:#f8fafcd1}@media(max-width:1200px){.workflow-page__cases{grid-template-columns:repeat(2,minmax(0,1fr))}.workflow{min-height:100dvh}.workflow__complete-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.workflow-room{grid-template-columns:1fr}.workflow-page--workflow .workflow__sidebar{flex-basis:min(26rem,38vw);width:auto}}@media(max-width:860px){.workflow-page__hero,.workflow-room__capture-header,.workflow-case-card__footer{align-items:flex-start;flex-direction:column}.workflow-page__summary,.workflow-page__cases,.workflow__complete-grid,.workflow-room__choice-grid,.workflow-room__result-grid{grid-template-columns:1fr}.workflow-page--workflow{overflow:auto}.workflow-page--workflow .workflow-page__shell,.workflow-page--workflow .workflow,.workflow-page--workflow .workflow__main,.workflow-page--workflow .workflow-room__panel--work{height:auto;min-height:100dvh}.workflow__sidebar{inset:176px 16px 16px;width:auto}.workflow-page--workflow .workflow__sidebar{inset:170px 16px auto;width:auto}.workflow-page--workflow .workflow-room__capture-header{right:16px}.workflow-page--workflow .workflow-room__choice-grid{width:100%}.workflow-page--workflow .workflow-room__message{left:16px;max-width:none;right:16px;transform:none}.workflow-page--workflow .workflow-room__result{max-width:none;right:16px}.workflow-room__action-row,.workflow-page--workflow .workflow-room__action-row{left:16px;right:16px}.workflow-page--workflow .workflow-room__preview-image{height:100%;max-height:none}.workflow-page__share-row{align-items:stretch}.workflow-page--index .workflow-case-card__latest-body{flex-direction:column}.workflow-page--index .workflow-case-card__latest-thumb{width:100%}.workflow-page__share-input,.workflow-page__share-button,.workflow-page__share-link{flex:1 1 100%;min-width:0;width:100%}.workflow-page__hero-badges{justify-content:flex-start}.workflow-room__panel--aside,.workflow-room__panel--work{padding:20px}.workflow-page--workflow .workflow-room__panel--aside,.workflow-page--workflow .workflow-room__panel--work{padding:0}}@media(max-width:860px){.workflow-page--workflow{overflow:hidden}.workflow-page--workflow .workflow-page__shell,.workflow-page--workflow .workflow,.workflow-page--workflow .workflow__main,.workflow-page--workflow .workflow-room__panel--work{height:var(--workflow-viewport-height, 100dvh);min-height:var(--workflow-viewport-height, 100dvh)}.workflow-page--workflow .workflow__sidebar{inset:0 auto 0 0;width:min(18rem,28vw)}.workflow-page--workflow .workflow-room__panel--aside{padding:14px;border-radius:0}.workflow-page--workflow .workflow-room__eyebrow{font-size:.72rem;margin-bottom:6px}.workflow-page--workflow .workflow-room__title{font-size:.98rem;line-height:1.25;margin-bottom:8px}.workflow-page--workflow .workflow-room__summary{font-size:.8rem;line-height:1.45}.workflow-aircon-reference{margin-bottom:12px;padding:10px}.workflow-aircon-reference__caption{font-size:.68rem;line-height:1.5}.workflow-aircon-reference__ai-avatar{flex-basis:24px;font-size:.6rem;height:24px;width:24px}.workflow-aircon-reference__ai-bubble{border-radius:12px 12px 12px 4px;padding:7px 9px}.workflow-page--workflow .workflow-room__capture-header{left:50%;max-width:min(28rem,100vw - 32px);top:12px;transform:translate(-50%)}.workflow-page--workflow .workflow-room__capture-guide{inset:12px 12px 92px}.workflow-page--workflow .workflow-room__work-title{font-size:.9rem}.workflow-page--workflow .workflow-room__choice-grid{gap:4px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px;width:100%}.workflow-page--workflow .workflow-room__choice{min-height:3rem;padding:8px 10px}.workflow-page--workflow .workflow-room__choice-label{font-size:.95rem;max-width:100%}.workflow-page--workflow .workflow-room__choice-stage{padding:12px}.workflow-page--workflow .workflow-room__choice-actions{margin-top:14px}.workflow-page--workflow .workflow-room__choice-submit{min-width:9rem}.workflow-page--workflow .workflow-room__result{bottom:92px;left:auto;max-width:min(16rem,26vw);max-height:calc(var(--workflow-viewport-height, 100dvh) - 140px);overflow:auto;padding:14px;right:16px;z-index:4}.workflow-page--workflow .workflow-room__action-row{bottom:16px;left:auto;position:fixed;right:16px;z-index:6}.workflow-page--workflow .workflow-room__action-note{flex-basis:100%}.workflow-page--workflow .workflow-room__capture-controls{bottom:16px}.workflow-page--workflow .workflow-room__capture-button{min-width:4.05rem;padding:0;width:4.05rem;height:4.05rem}.workflow-room__capture-button-icon{height:2.1rem;width:2.1rem}.workflow-page--workflow .workflow-room__button{min-width:7rem;padding:12px 16px}.workflow-page--workflow .workflow-room__skip-controls{bottom:16px;right:16px}.workflow-page--workflow .workflow-room__skip-controls--aside{bottom:auto;left:auto;margin-bottom:2px;right:auto}.workflow-page--workflow .workflow-room__skip-button{height:4.05rem;min-width:6.8rem}.workflow-page--workflow .workflow-room__skip-button--aside{height:auto;min-width:6.8rem;width:fit-content}.workflow-page--workflow .workflow-room__camera-overlay{left:16px;top:16px}.workflow-page--workflow .workflow-outlet-diagram{margin-top:10px;padding:12px}}@media(max-width:860px)and (orientation:portrait){.workflow-page--workflow{overflow:hidden}.workflow-page--workflow .workflow-page__shell,.workflow-page--workflow .workflow{height:var(--workflow-viewport-height, 100dvh);min-height:var(--workflow-viewport-height, 100dvh)}.workflow-page--workflow .workflow{display:flex;flex-direction:column-reverse}.workflow-page--workflow .workflow__sidebar{flex:0 0 auto;inset:0 0 auto;position:relative;width:100%}.workflow-page--workflow .workflow-room__panel--aside{align-items:start;display:grid;gap:12px 16px;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);height:auto;max-height:none;overflow:visible;padding:14px 16px}.workflow-page--workflow .workflow-room__panel--aside--photo{display:flex;flex-direction:column;gap:12px;min-height:clamp(15rem,34vh,23rem)}.workflow-page--workflow .workflow-room__photo-aside-layout{display:flex;flex:1 1 auto;flex-direction:column;gap:12px;margin-top:auto;min-height:clamp(15rem,34vh,23rem);width:100%}.workflow-page--workflow .workflow-room__photo-aside-copy{min-width:0}.workflow-page--workflow .workflow-room__photo-aside-actions{display:flex;flex-direction:row;flex-wrap:nowrap;gap:8px;justify-content:flex-end;margin-top:auto;width:100%}.workflow-page--workflow .workflow-room__panel--aside--choice{align-items:stretch;display:flex;gap:12px;grid-template-columns:none;overflow:visible}.workflow-page--workflow .workflow-room__title{font-size:clamp(1rem,4vw,1.3rem);line-height:1.2;margin:0}.workflow-page--workflow .workflow-aircon-reference,.workflow-page--workflow .workflow-outlet-diagram{margin-bottom:0}.workflow-page--workflow .workflow__main{flex:1 1 auto;height:auto;min-height:0}.workflow-page--workflow .workflow-room__panel--work{height:100%;min-height:0}.workflow-page--workflow .workflow-room__capture-zone,.workflow-page--workflow .workflow-room__capture-zone--camera{min-height:62dvh}.workflow-page--workflow .workflow-room__capture-header{left:12px;max-width:none;right:12px;top:12px;transform:none}.workflow-page--workflow .workflow-room__message{bottom:88px}.workflow-page--workflow .workflow-room__result{bottom:88px;max-width:min(18rem,100vw - 32px)}.workflow-page--workflow .workflow-room__capture-controls{bottom:16px}.workflow-page--workflow .workflow-room__action-row{bottom:calc(env(safe-area-inset-bottom) + 12px);left:auto;position:fixed;right:12px;flex-direction:column;align-items:stretch;gap:8px;width:min(9rem,100vw - 24px)}.workflow-page--workflow .workflow-room__action-row .workflow-room__button{min-width:0;width:100%}.workflow-page--workflow .workflow-room__action-row--aside{display:flex;flex-direction:row;gap:8px;justify-content:flex-end;margin:0;position:static;width:100%}.workflow-page--workflow .workflow-room__action-row--aside .workflow-room__button{min-width:0;width:auto}.workflow-page--workflow .workflow-room__choice-sidebar--compact{display:grid;gap:6px}.workflow-page--workflow .workflow-room__next-step-controls--aside{display:flex;flex-direction:row;gap:8px;justify-content:flex-end;margin:0;width:100%}.workflow-page--workflow .workflow-room__next-step-controls--aside .workflow-room__button{min-width:0;width:auto}.workflow-page--workflow .workflow-room__skip-controls{bottom:12px;right:12px}.workflow-page--workflow .workflow-room__skip-controls--aside{bottom:auto;left:auto;margin-bottom:2px;right:auto}.workflow-page--workflow .workflow-room__skip-controls--camera{bottom:12px;left:12px;right:auto}}body.page-public,body.page-auth{margin:0;font-family:var(--app-font-family);font-feature-settings:var(--app-font-feature-settings);letter-spacing:var(--app-letter-spacing);color:#111827;line-height:1.65;min-height:100vh;display:flex;flex-direction:column;background:#fff;overflow-x:clip}.site-page-shell{color:#111827;display:flex;flex-direction:column;min-height:100dvh;position:relative}.site-page-shell__logo-defs{position:absolute;width:0;height:0;overflow:hidden;pointer-events:none}.site-page-header{background:#fffffff0;border-color:#e5e7eb;border-style:solid;border-width:0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-bottom-width:1px;position:sticky;top:0;z-index:10}.site-page-footer{background:#fffffff0;border-color:#e5e7eb;border-style:solid;border-width:0;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border-top-width:1px;padding:2.25rem 0}.site-page-header__inner{align-items:center;box-sizing:border-box;display:flex;gap:1rem;justify-content:space-between;margin:0 auto;min-height:5rem;width:min(80rem,100% - 2rem)}.site-page-footer__inner{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;gap:1rem;justify-content:center;margin:0 auto;width:min(80rem,100% - 2rem)}.site-page-header__actions{align-items:center;display:flex;gap:1.875rem}.site-page-header__nav{align-items:center;display:flex;gap:1.25rem;list-style:none;margin:0;padding:0}.site-page-header__nav-item{display:block}.site-page-header__nav-link{align-items:center;color:#374151;display:inline-flex;gap:.25rem;font-size:1rem;line-height:1.4;position:relative;text-decoration:none;white-space:nowrap}.site-page-header__nav-link-content{display:inline-flex;align-items:center;gap:.25rem}.site-page-header__nav-link-label{display:inline-flex;align-items:center}.site-page-header__nav-link:after{background:currentColor;border-radius:62.4375rem;bottom:-.1875rem;content:"";height:.0625rem;left:0;position:absolute;right:0;transform:scaleX(0);transform-origin:left center;transition:transform .24s ease;width:100%}.site-page-header__nav-link:hover:after{transform:scaleX(1)}.site-page-header__external-icon{display:block;flex:none;height:.875rem;width:.875rem}.site-page-header__cta{background:#0f172a;border:0;border-radius:62.4375rem;color:#fff;cursor:pointer;display:inline-block;flex-shrink:0;font-family:inherit;font-size:1rem;font-weight:500;line-height:1.65;padding:.625rem 1.25rem;text-decoration:none;white-space:nowrap}.site-page-header__cta:hover{opacity:.7}.site-page-header__menu-toggle{align-items:center;color:#1f1f1f;display:none;flex-direction:column;flex-shrink:0;gap:.25rem;height:2.75rem;justify-content:center;width:2.75rem}.site-page-header__menu-toggle:hover{opacity:.7}.site-page-header__menu-toggle-bar{background:currentColor;border-radius:62.4375rem;display:block;height:.125rem;transition:transform .2s ease,opacity .2s ease;width:1rem}.site-page-header__mobile-backdrop,.site-page-header__mobile-nav-shell,.site-page-header__mobile-close{display:none}.site-page-header__brand,.site-header__brand{align-items:center;color:inherit;display:inline-flex;gap:.875rem;line-height:1;text-decoration:none;white-space:nowrap}.site-page-header__brand .logo-symbol,.site-header__brand .logo-symbol{display:block;flex-shrink:0;height:3rem;width:3rem}.site-page-header__brand .logo-logotype,.site-header__brand .logo-logotype{display:block;flex-shrink:0;height:1.375rem;width:auto}.site-page-header__brand-name{color:#1464ff;font-size:12px;font-weight:800;letter-spacing:.14em;text-transform:uppercase}.site-page-header__brand-subtitle{color:#0f172a;font-size:18px;font-weight:800;letter-spacing:-.02em}.site-page-footer__navigation{width:100%}.site-page-footer__nav{align-items:center;display:flex;gap:20px;justify-content:center;list-style:none;margin:0;padding:0}.site-page-footer__nav-item{display:flex}.site-page-footer__link{align-items:center;color:#0f172a;display:flex;font-size:.875rem;gap:.25rem;line-height:1;position:relative;text-decoration:none}.site-page-footer__link:after{background:currentColor;border-radius:62.4375rem;bottom:-.1875rem;content:"";height:.0625rem;left:0;position:absolute;right:0;transform:scaleX(0);transform-origin:left center;transition:transform .24s ease;width:100%}.site-page-footer__link:hover:after{transform:scaleX(1)}.site-page-footer__external-icon{display:block;flex:none;height:.875rem;width:.875rem}.site-page-footer__copyright{color:#6b7280;font-size:13px;margin:0;text-align:center;width:100%}.site-page-shell__main{color:initial;display:flex;flex:1;flex-direction:column;min-height:0}.site-auth{align-items:flex-start;background:#fff;color:#111827;display:flex;flex:1;justify-content:flex-start;min-height:0;padding:5rem clamp(16px,3vw,32px) 5rem;position:relative}.site-customer{background:transparent;color:#111827;display:flex;flex:1;min-height:0;padding:2rem 1.75rem;position:relative}.site-auth__panel,.site-customer__panel{margin:0 auto;max-width:460px;position:relative;width:100%;z-index:1}.site-page-intro{display:grid;gap:.875rem}.site-auth__panel>.site-page-intro{margin-bottom:2rem}.site-customer__panel>.site-page-intro,.site-customer__header>.site-page-intro{margin-bottom:1.5rem}.site-page-intro__eyebrow{color:#1464ff;font-size:.75rem;font-weight:800;letter-spacing:.14em;margin:0;text-transform:uppercase}.site-page-intro__title{color:#0f172a;font-size:1.875rem;letter-spacing:-.03em;line-height:1.25;margin:0}.site-page-intro__lead{color:#374151;line-height:1.7;margin:0}.site-form{display:grid;gap:1.875rem}.site-request-form{display:grid;gap:1rem;grid-template-columns:repeat(4,minmax(0,1fr))}.site-auth__links{display:flex;flex-direction:column;gap:.875rem;list-style:none;margin:1.875rem 0 0;padding:0;text-align:center}.site-auth__links-item{display:block}.site-auth__links-link{color:#1464ff;display:inline-block;text-decoration:none}.site-auth__links-link:hover{text-decoration:underline}.site-field{display:grid;gap:.625rem}.site-field span{color:#1f2937;font-size:.875rem;font-weight:500}.site-field input,.site-field select{background:#fff;border:1px solid #d1d5db;border-radius:5px;color:#111827;font-size:15px;min-height:48px;padding:12px 14px}.site-field input:focus,.site-field select:focus{border-color:#1464ff;box-shadow:0 0 0 4px #1464ff1f;outline:none}.site-form__error{color:#d0021b;font-size:14px;margin:0}.site-button{align-items:center;background:#0f172a;border:1px solid #0f172a;border-radius:5px;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:700;justify-content:center;min-height:48px;padding:0 18px;text-decoration:none;transition:opacity .16s ease;white-space:nowrap}.site-button:hover{opacity:.75}.site-button--ghost{background:#fff;border-color:#e5e7eb;box-shadow:none;color:#0f172a}.site-shell{background:#f5f5f5;color:#111827;min-height:100dvh;padding:28px}.site-topbar__eyebrow{color:#1464ff;font-size:.75rem;font-weight:800;letter-spacing:.14em;margin:0 0 .75rem;text-transform:uppercase}.site-topbar__title{color:#0f172a;font-size:1.875rem;letter-spacing:-.03em;line-height:1.25;margin:0}.site-topbar,.site-overview-band,.site-section,.site-customer__header{margin:0 auto 20px;max-width:1180px}.site-topbar,.site-overview-band,.site-section__head,.site-customer__header{align-items:center;display:flex;gap:18px;justify-content:space-between}.site-overview-band,.site-section,.site-detail-grid{background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:18px}.site-kpi{display:grid;gap:4px;min-width:110px}.site-kpi span,.site-detail span{color:#6b7280;font-size:12px;font-weight:700}.site-kpi strong{font-size:26px}.site-kpi--wide{flex:1;min-width:260px}.site-kpi a,.site-detail a{color:#1464ff;overflow-wrap:anywhere}.site-section__title{font-size:20px;margin:0 0 16px}.site-table{display:grid;gap:1px}.site-table__row{align-items:center;background:#fff;border-bottom:1px solid #f3f4f6;display:grid;gap:14px;grid-template-columns:1.1fr 1.2fr 1fr .8fr .7fr 1fr;min-height:68px;padding:12px 0}.site-table__row--head{color:#6b7280;font-size:12px;font-weight:700;min-height:auto;padding-top:0}.site-table small,.site-detail small{color:#6b7280;display:block;font-size:12px;margin-top:4px}.site-table mark,.site-customer-request mark{background:#ecfdf5;border-radius:999px;color:#165b33;display:inline-flex;font-size:12px;font-weight:700;padding:6px 10px}.site-table__actions{display:flex;gap:10px}.site-table__actions a{color:#1464ff;font-weight:700}.site-detail-grid{display:grid;gap:16px;grid-template-columns:repeat(4,minmax(0,1fr));margin:0 auto 20px;max-width:1180px}.site-detail{display:grid;gap:6px}.site-detail strong{font-size:18px}.site-report-grid{display:grid;gap:14px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.site-report-card{border:1px solid #e5e7eb;border-radius:16px;overflow:hidden}@media(max-width:48rem){.site-page-header__inner{gap:.75rem;min-height:3.75rem}.site-page-header__actions{gap:.75rem;position:relative}.site-page-header__nav{align-items:flex-start;flex-direction:column;gap:.875rem}.site-page-header__cta{font-size:.875rem;padding:.5rem .875rem}.site-page-header__menu-toggle{display:inline-flex}.site-page-header .site-page-header__nav-shell{display:none}.site-page-header__mobile-nav-shell{background:#fff;border-radius:0;bottom:0;box-sizing:border-box;display:block;max-width:none;min-width:0;overflow-y:auto;padding:5rem 1rem 1.5rem;pointer-events:none;position:fixed;right:0;top:0;transform:translate(100%);transition:transform .24s ease,visibility .24s ease;visibility:hidden;width:75vw;z-index:1301;-webkit-overflow-scrolling:touch}.site-page-header__mobile-nav-shell.is-open{pointer-events:auto;transform:translate(0);visibility:visible}.site-page-header__mobile-login{align-items:center;background:#0f172a;border-radius:62.4375rem;color:#fff;display:inline-flex;font-size:.875rem;font-weight:500;justify-content:center;line-height:1.2;margin:0 0 2rem;min-height:2.75rem;padding:.5rem .875rem;text-decoration:none;white-space:nowrap;width:100%}.site-page-header__mobile-footer-nav{border-top:.0625rem solid #e5e7eb;display:grid;gap:.75rem;list-style:none;margin:2rem 0 0;padding:2rem 0 0}.site-page-header__mobile-footer-nav-item{align-items:center;display:flex}.site-page-header__mobile-footer-link,.site-page-header__mobile-footer-nav-item>a,.site-page-header__mobile-footer-nav-item>.inertia-link{align-items:center;color:#000;display:inline-flex;font-size:.875rem;gap:.25rem;line-height:1.6;text-decoration:none}.site-page-header__mobile-backdrop{appearance:none;background:#000000a6;border:0;cursor:pointer;display:block;inset:0;opacity:0;padding:0;pointer-events:none;position:fixed;transition:opacity .24s ease;z-index:1300}.site-page-header__mobile-backdrop.is-open{opacity:1;pointer-events:auto}.site-page-header__mobile-close{align-items:center;border-radius:50%;color:#1f1f1f;display:inline-flex;height:2.75rem;justify-content:center;position:fixed;right:.75rem;top:.5rem;width:2.75rem;z-index:1302}.site-page-header__mobile-close[aria-hidden=true]{pointer-events:none;visibility:hidden}.site-page-header__mobile-close-bar{background:currentColor;border-radius:62.4375rem;display:block;height:.125rem;position:absolute;width:1.125rem}.site-page-header__mobile-close-bar:first-child{transform:rotate(45deg)}.site-page-header__mobile-close-bar:last-child{transform:rotate(-45deg)}.site-page-footer__nav{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem .75rem}.site-page-footer__nav-item{min-height:2.75rem}.site-page-footer__link{justify-content:flex-start;min-height:2.75rem;text-align:left;width:100%}.site-page-header__brand,.site-header__brand{gap:.625rem}.site-page-header__brand .logo-symbol,.site-header__brand .logo-symbol{width:2.125rem;height:2.125rem}.site-page-header__brand .logo-logotype,.site-header__brand .logo-logotype{height:1rem}.site-auth{padding:3rem 1rem}.site-customer{padding:1.125rem}.site-page-intro__title,.site-topbar__title{font-size:1.625rem}}.site-report-card img{aspect-ratio:4/3;background:#eef3f5;display:block;object-fit:cover;width:100%}.site-report-card div{display:grid;gap:6px;padding:12px}.site-report-card p,.site-report-card span,.site-empty p{margin:0}.site-empty{color:#607178;padding:28px 0;text-align:center}.site-customer--list{align-items:stretch;display:block;flex:1;min-height:0;padding-top:24px}.site-customer__header{padding-top:18px}.site-customer__requests{display:grid;gap:12px;margin:0 auto;max-width:780px}.site-customer-request{align-items:center;background:#fff;border:1px solid #dbe5e7;border-radius:8px;display:grid;gap:16px;grid-template-columns:1fr auto auto;padding:18px}.site-customer-request p,.site-customer-request h2,.site-customer-request span{margin:0}.site-customer-request p,.site-customer-request span{color:#647277;font-size:13px}.site-customer-request h2{font-size:19px;margin:5px 0}.site-empty--customer{background:#fff;border:1px solid #dbe5e7;border-radius:8px}@media(max-width:880px){.site-shell,.site-customer{padding:18px}.site-overview-band,.site-topbar,.site-section__head,.site-customer__header{align-items:stretch;flex-direction:column}.site-request-form,.site-detail-grid,.site-table__row,.site-customer-request{grid-template-columns:1fr}.site-table__row--head{display:none}.site-customer-request .site-button{width:100%}}.page-inspection{background:#fff;color:#0f172a;font-family:Inter,Hiragino Sans,Yu Gothic,Noto Sans JP,system-ui,sans-serif}html.inspection-page-active,body.inspection-page-active,html.inspection-page-active #app,body.inspection-page-active #app{height:var(--inspection-viewport-height, 100dvh)}html.inspection-page-scroll-lock,body.inspection-page-scroll-lock{height:100dvh;overflow:hidden;overscroll-behavior:none}html.inspection-page-active.inspection-page-scroll-lock,body.inspection-page-active.inspection-page-scroll-lock{height:var(--inspection-viewport-height, 100dvh)}body.inspection-page-scroll-lock{position:fixed;inset:0;width:100%}.inspection-page{min-height:100dvh;overflow:hidden}.inspection-page__shell{margin:0 auto;max-width:none;padding:0}.inspection-page__hero{display:flex;align-items:flex-end;justify-content:space-between;gap:24px;margin-bottom:20px}.inspection-page__hero-copy{max-width:900px}.inspection-page__eyebrow{color:#0f766e;font-size:.82rem;font-weight:800;letter-spacing:.16em;margin-bottom:10px;text-transform:uppercase}.inspection-page__title{font-size:clamp(1.7rem,3.2vw,3.4rem);font-weight:900;letter-spacing:-.05em;line-height:1.12;margin-bottom:12px}.inspection-page__hero-badges{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.inspection-page__badge{background:#ffffffe0;border:1px solid rgba(15,118,110,.16);border-radius:999px;box-shadow:0 10px 22px #0f172a0f;color:#0f766e;font-size:.92rem;font-weight:700;padding:10px 14px}.inspection-page__summary{display:grid;gap:18px;grid-template-columns:repeat(2,minmax(0,1fr));margin-bottom:20px}.inspection-page__summary-card{background:#ffffffd9;border:1px solid rgba(226,232,240,.9);border-radius:28px;box-shadow:0 24px 80px #0f172a0f;padding:22px 24px}.inspection-page__summary-card--accent{background:linear-gradient(135deg,#0f766eeb,#111827f5);border-color:transparent;color:#fff}.inspection-page__summary-label{color:inherit;font-size:.8rem;font-weight:800;letter-spacing:.12em;margin-bottom:12px;text-transform:uppercase}.inspection-page__summary-list{color:#374151;display:grid;gap:8px;list-style:decimal;margin-left:1.2rem}.inspection-page__summary-copy{line-height:1.8}.inspection-page__summary-card--accent .inspection-page__summary-list,.inspection-page__summary-card--accent .inspection-page__summary-copy{color:#fffffff0}.inspection-page__share-row{align-items:center;display:flex;flex-wrap:wrap;gap:10px;margin-bottom:12px}.inspection-page__share-input{background:#f8fafceb;border:1px solid rgba(203,213,225,.88);border-radius:999px;color:#0f172a;flex:1 1 22rem;font-size:.93rem;font-weight:600;min-width:0;padding:12px 16px}.inspection-page__share-button,.inspection-page__share-link{align-items:center;border-radius:999px;display:inline-flex;font-weight:800;justify-content:center;min-width:7.5rem;padding:12px 18px;text-decoration:none}.inspection-page__share-button{background:linear-gradient(135deg,#0f766e,#1464ff);box-shadow:0 16px 40px #1464ff2e;color:#fff}.inspection-page__share-link{background:#ffffffe6;border:1px solid rgba(148,163,184,.28);color:#0f172a}.inspection-page__cases{display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}.inspection-page--index{background:radial-gradient(circle at top center,rgba(239,47,24,.06),transparent 34%),linear-gradient(180deg,#f6f6f3,#fff 16% 100%);overflow:auto}.inspection-page--index:before{background:linear-gradient(90deg,rgba(15,23,42,.08),transparent 18%,transparent 82%,rgba(15,23,42,.08));content:"";inset:0;opacity:.18;pointer-events:none;position:fixed;z-index:0}.inspection-page--index .inspection-index{position:relative;z-index:1;margin:0 auto;max-width:1480px;padding:clamp(16px,2.4vw,32px) clamp(14px,2.4vw,28px) 56px}.inspection-page--index .inspection-index__hero{display:grid;gap:22px;grid-template-columns:minmax(0,1fr) minmax(280px,360px);margin:clamp(18px,2.6vw,28px) 0 24px;align-items:end}.inspection-page--index .inspection-index__progress-card{align-self:stretch;background:#fffffff0;border:1px solid rgba(226,232,240,.96);box-shadow:0 20px 56px #0f172a14;display:flex;flex-direction:column;gap:10px;justify-content:center;min-height:220px;padding:24px 26px}.inspection-page--index .inspection-index__progress-label{color:#6b7280;font-size:.76rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.inspection-page--index .inspection-index__progress-value{color:#0f172a;font-size:clamp(2rem,3.2vw,3rem);font-weight:900;letter-spacing:-.06em}.inspection-page--index .inspection-index__progress-copy{color:#1f2937;line-height:1.75}.inspection-page--index .inspection-index__complete{align-items:center;background:#fffffff2;border:1px solid rgba(226,232,240,.96);box-shadow:0 20px 56px #0f172a0f;display:flex;justify-content:space-between;gap:18px;margin-bottom:28px;padding:22px 24px}.inspection-page--index .inspection-index__complete-title{font-size:clamp(1.28rem,2vw,1.8rem);font-weight:900;letter-spacing:-.04em;line-height:1.35;margin-bottom:8px}.inspection-page--index .inspection-index__complete-copy{color:#1f2937;line-height:1.75}.inspection-page--index .inspection-index__complete-button{align-items:center;background:linear-gradient(135deg,#0f766e,#1464ff);border-radius:999px;box-shadow:0 18px 44px #1464ff2e;color:#fff;display:inline-flex;font-weight:900;justify-content:center;min-width:10.5rem;padding:14px 22px;text-decoration:none}.inspection-page--index .inspection-index__cards{display:grid;gap:18px;grid-template-columns:repeat(3,minmax(0,1fr))}.inspection-page--index .inspection-case-card{background:#fffffff5;border-color:#d1d5dbeb;border-radius:22px;box-shadow:0 18px 54px #0f172a0f;gap:16px;min-height:100%;padding:20px 20px 18px;position:relative}.inspection-page--index .inspection-case-card--active{border-color:#ef2f1880;box-shadow:0 22px 60px #ef2f181f;transform:translateY(-2px)}.inspection-page--index .inspection-case-card--complete{background:#f8fafcf5}.inspection-page--index .inspection-case-card__header{gap:12px;margin-bottom:2px}.inspection-page--index .inspection-case-card__eyebrow{color:#6b7280;font-size:.74rem;margin-bottom:6px}.inspection-page--index .inspection-case-card__title{font-size:1.1rem;line-height:1.45}.inspection-page--index .inspection-case-card__summary{font-size:.96rem;line-height:1.75;min-height:0}.inspection-page--index .inspection-case-card__status{font-size:.74rem;padding:6px 10px}.inspection-page--index .inspection-case-card__note{background:#f8fafcf5;border-radius:16px;color:#1f2937;display:grid;gap:6px;line-height:1.6;padding:12px 14px}.inspection-page--index .inspection-case-card__footer{align-items:flex-end;margin-top:auto}.inspection-page--index{color:#1f2937;font-size:.78rem;font-weight:700}.inspection-page--index .inspection-case-card__actions{align-items:center}.inspection-page--index .inspection-case-card__action{min-width:7.8rem;padding:11px 16px}.inspection-page--index .inspection-case-card__action--secondary{background:#ffffffe6}.inspection-page--index .inspection-index__session{color:#6b7280;font-size:.8rem;margin-top:18px;text-align:center}.inspection-image-lightbox{align-items:center;background:#020617d1;display:flex;inset:0;justify-content:center;padding:clamp(16px,4vw,48px);position:fixed;z-index:1000}.inspection-image-lightbox__content{align-items:flex-end;display:flex;flex-direction:column;gap:12px;max-height:100%;max-width:min(960px,100%)}.inspection-image-lightbox__close{appearance:none;background:#fff;border:1px solid rgba(226,232,240,.9);border-radius:999px;color:#1f1f1f;cursor:pointer;font-size:.9rem;font-weight:900;padding:10px 18px;box-shadow:0 16px 34px #0f172a3d}.inspection-image-lightbox__image{background:#020617;border-radius:18px;box-shadow:0 24px 80px #0206176b;display:block;max-height:min(78dvh,820px);max-width:100%;object-fit:contain}.inspection-page--index .inspection-case-card__latest-copy{display:flex;flex:1;flex-direction:column;gap:6px;min-width:0}.inspection-page--index .inspection-case-card__latest-answer{color:#374151;font-size:.96rem;font-weight:700;line-height:1.65}.inspection-page--index .inspection-case-card__latest-meta{color:#6b7280;font-size:.82rem}.inspection-page--index .inspection-case-card__latest-empty{color:#6b7280;font-size:.92rem;line-height:1.7}.inspection-case-card--summary{min-height:100%}.inspection-case-card{background:#ffffffe6;border:1px solid rgba(226,232,240,.92);border-radius:28px;box-shadow:0 18px 60px #0f172a0f;display:flex;flex-direction:column;gap:14px;padding:22px}.inspection-case-card__header{align-items:flex-start;display:flex;gap:12px;justify-content:space-between}.inspection-case-card__eyebrow{color:#6b7280;font-size:.78rem;font-weight:800;letter-spacing:.12em;margin-bottom:8px;text-transform:uppercase}.inspection-case-card__title{font-size:1.3rem;font-weight:800;line-height:1.35}.inspection-case-card__summary{color:#374151;line-height:1.75;min-height:4.5rem}.inspection-case-card__status{align-items:center;border-radius:999px;display:inline-flex;flex:none;font-size:.82rem;font-weight:800;justify-content:center;letter-spacing:.04em;padding:8px 12px}.inspection-case-card__status--neutral{background:#f3f4f6;color:#374151}.inspection-case-card__status--success{background:#16a34a1a;color:#166534}.inspection-case-card__status--warning{background:#f59e0b1f;color:#92400e}.inspection-case-card__status--danger{background:#dc26261a;color:#b91c1c}.inspection-case-card__status--info{background:#1464ff1a;color:#1d4ed8}.inspection-case-card__footer{align-items:center;display:flex;justify-content:space-between;gap:16px;margin-top:auto}.inspection-case-card__actions{display:flex;flex-wrap:wrap;gap:10px}.inspection-case-card__action{align-items:center;background:linear-gradient(135deg,#0f766e,#1464ff);border-radius:999px;box-shadow:0 16px 40px #1464ff2e;color:#fff;display:inline-flex;font-weight:800;justify-content:center;min-width:7.25rem;padding:12px 18px;text-decoration:none}.inspection-case-card__action--secondary{background:#ffffffeb;border:1px solid rgba(148,163,184,.28);color:#0f172a;cursor:pointer}.inspection-case-card__latest{background:#f8fafcf5;border:1px solid rgba(226,232,240,.94);border-radius:18px;display:block;overflow:hidden}.inspection-page--index .inspection-case-card__latest-body{align-items:center;display:flex;gap:14px;padding:12px}.inspection-page--index .inspection-case-card__latest-body--photo{align-items:stretch}.inspection-page--index .inspection-case-card__latest-thumb{border-radius:14px;display:block;flex:0 0 128px;height:96px;object-fit:cover;width:128px}.inspection-flow{min-height:100dvh;align-items:stretch;display:flex;position:relative}.inspection-flow__sidebar{bottom:auto;left:auto;flex:0 0 min(24rem,30vw);position:relative;top:auto;width:auto;z-index:3}.inspection-flow__sidebar,.inspection-flow__main{min-width:0}.inspection-flow__main{flex:1 1 auto;height:100dvh}.inspection-flow__step-list{display:none}.inspection-flow__step-card,.inspection-flow__complete-step{background:#ffffffd1;border:1px solid rgba(226,232,240,.94);border-radius:22px;padding:16px 18px}.inspection-flow__step-card--active{border-color:#0f766e73;box-shadow:0 16px 40px #0f766e14}.inspection-flow__step-card--done{background:#f8fafcf0}.inspection-flow__step-card-head,.inspection-flow__complete-step-head{align-items:center;display:flex;justify-content:space-between;gap:12px;margin-bottom:10px}.inspection-flow__step-index,.inspection-flow__complete-step-index{align-items:center;background:#0f172a0f;border-radius:999px;color:#334155;display:inline-flex;font-size:.78rem;font-weight:800;justify-content:center;letter-spacing:.08em;min-width:2.5rem;padding:8px 10px}.inspection-flow__step-title,.inspection-flow__complete-step-title{font-size:1.08rem;font-weight:800;line-height:1.45;margin-bottom:8px}.inspection-flow__step-summary,.inspection-flow__complete-step-summary{color:#374151;line-height:1.7}.inspection-flow__step-note,.inspection-flow__complete-step-note{background:#f8fafcf2;border:1px solid rgba(226,232,240,.9);border-radius:16px;color:#1f2937;line-height:1.7;margin-top:12px;padding:12px 14px}.inspection-flow__complete-grid{display:grid;gap:14px;grid-template-columns:repeat(3,minmax(0,1fr));margin-top:18px}.inspection-flow__complete-step--active{border-color:#0f766e73}.inspection-flow__complete-step--done{background:#f8fafcf2}.inspection-room{display:grid;gap:22px;grid-template-columns:minmax(320px,.95fr) minmax(0,1.25fr)}.inspection-room__topbar{align-items:center;display:flex;justify-content:space-between;gap:20px;margin-bottom:18px}.inspection-room__backlink{color:#0f766e;font-size:.96rem;font-weight:800}.inspection-room__backlink--button{appearance:none;align-self:flex-start;background:#ffffffe0;border:1px solid rgba(148,163,184,.22);border-radius:999px;cursor:pointer;padding:8px 12px}.inspection-room__backlink--button:hover{background:#fff}.inspection-room__topbar-status{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end}.inspection-room__session-chip,.inspection-room__work-chip{background:#1118270f;border-radius:999px;color:#334155;font-size:.82rem;font-weight:700;letter-spacing:.04em;padding:8px 12px}.inspection-room__panel{background:#fff;border:1px solid rgba(226,232,240,.98);box-shadow:0 18px 40px #0f172a0a}.inspection-room__panel--aside{padding:22px}.inspection-room__panel--work{background:transparent;border:0;box-shadow:none;height:100%;padding:0}.inspection-room__eyebrow{color:#0f766e;font-size:.8rem;font-weight:800;letter-spacing:.14em;margin-bottom:10px;text-transform:uppercase}.inspection-room__title{font-size:clamp(1.6rem,2.6vw,2.5rem);font-weight:900;letter-spacing:-.04em;line-height:1.18;margin-bottom:12px}.inspection-room__summary{color:#374151;line-height:1.8;margin-bottom:18px}.inspection-aircon-reference{background:#ffffffe0;border:1px solid rgba(226,232,240,.92);border-radius:20px;box-shadow:0 18px 48px #0f172a0f;display:grid;gap:10px;margin-bottom:16px;padding:12px}.inspection-aircon-reference__art-wrap{background:#f5f1ea;border-radius:16px;overflow:hidden}.inspection-aircon-reference__art{display:block;object-fit:contain;object-position:center;height:auto;width:100%}.inspection-aircon-reference__caption{align-items:center;color:#1f2937;display:flex;font-size:.88rem;gap:8px;line-height:1.65}.inspection-aircon-reference__ai-avatar{align-items:center;background:linear-gradient(135deg,#0f766e,#1464ff);border-radius:999px;color:#fff;display:inline-flex;flex:0 0 28px;font-size:.68rem;font-weight:900;height:28px;justify-content:center;letter-spacing:.02em;width:28px}.inspection-aircon-reference__ai-bubble{background:#f8fafc;border:1px solid rgba(226,232,240,.94);border-radius:14px 14px 14px 4px;color:#0f172a;display:inline-flex;flex:1;font-weight:800;line-height:1.45;padding:8px 10px}.inspection-room__capture-header{align-items:flex-start;display:flex;justify-content:space-between;gap:16px;margin-bottom:18px}.inspection-room__capture-header--nested{margin-top:18px}.inspection-room__work-title{font-size:clamp(1.45rem,2.2vw,2rem);font-weight:900;letter-spacing:-.04em;line-height:1.25}.inspection-room__capture-zone{align-items:center;background:#000;border:0;border-radius:0;display:flex;justify-content:center;min-height:100dvh;position:relative;overflow:hidden;padding:0}.inspection-room__capture-zone--camera{min-height:100dvh;touch-action:none}.inspection-room__camera-video{height:100%;left:0;object-fit:cover;position:absolute;top:0;display:block;width:100%}.inspection-room__camera-video--hidden{display:none}.inspection-room__camera-video--visible{box-shadow:none}.inspection-room__capture-placeholder{align-items:center;border:1px dashed rgba(100,116,139,.35);border-radius:24px;display:flex;flex-direction:column;gap:8px;max-width:26rem;padding:32px 24px;text-align:center}.inspection-room__capture-placeholder-title{font-size:1.2rem;font-weight:800}.inspection-room__capture-placeholder-copy{color:#6b7280;line-height:1.75}.inspection-room__preview-image{border-radius:20px;box-shadow:0 22px 48px #0f172a2e;max-height:520px;object-fit:contain;width:100%}.inspection-room__camera-overlay{align-items:center;background:#0f172ad1;border-radius:999px;color:#fff;display:inline-flex;font-size:.92rem;font-weight:800;left:28px;letter-spacing:.04em;padding:10px 14px;pointer-events:none;position:absolute;top:28px}.inspection-room__capture-guide{border:2px solid rgba(255,255,255,.56);border-radius:24px;bottom:clamp(96px,12vw,132px);left:clamp(16px,2.2vw,28px);pointer-events:none;position:absolute;right:clamp(16px,2.2vw,28px);top:clamp(20px,2.2vw,32px);z-index:2}.inspection-room__file-input{display:none}.inspection-room__action-row{display:flex;flex-wrap:wrap;gap:12px;margin-top:0;position:absolute;right:clamp(16px,2.2vw,28px);bottom:clamp(16px,2.2vw,28px);z-index:3}.inspection-room__action-note{align-self:center;color:#0f172aad;font-size:.92rem;font-weight:600}.inspection-room__button{align-items:center;background:linear-gradient(135deg,#0f766e,#1464ff);border-radius:999px;box-shadow:0 16px 40px #1464ff2e;color:#fff;display:inline-flex;font-weight:800;justify-content:center;min-width:9.5rem;padding:14px 20px}.inspection-room__button:disabled{cursor:not-allowed;opacity:.55}.inspection-room__button--secondary{background:#ffffffdb;border:1px solid rgba(148,163,184,.28);color:#0f172a}.inspection-room__choice-grid{display:grid;gap:6px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:14px}.inspection-room__choice-stage{align-items:stretch;display:flex;flex-direction:column;justify-content:center;inset:0;padding:clamp(24px,4vw,48px);position:absolute;z-index:2}.inspection-room__choice-stage-head{max-width:min(52rem,100%)}.inspection-room__choice-question{font-size:clamp(1.8rem,3vw,3rem);letter-spacing:-.05em;line-height:1.12;margin-top:6px}.inspection-room__choice-lead{color:#f8fafccc;font-size:.98rem;line-height:1.7;margin-top:12px}.inspection-room__title--compact{font-size:clamp(1.05rem,1.8vw,1.4rem);line-height:1.25}.inspection-room__choice-sidebar{display:grid;gap:8px}.inspection-room__choice{align-items:center;border-radius:26px;box-shadow:0 18px 40px #0f172a14;display:flex;flex-direction:column;gap:0;justify-content:center;min-height:clamp(6rem,14vh,9rem);padding:clamp(10px,1.4vw,12px);text-align:center}.inspection-room__choice--yes{background:linear-gradient(180deg,#16a34a1f,#fffffff5);border:1px solid rgba(22,163,74,.14)}.inspection-room__choice--no{background:linear-gradient(180deg,#dc26261f,#fffffff5);border:1px solid rgba(220,38,38,.14)}.inspection-room__choice-label{font-size:clamp(.95rem,1.4vw,1.25rem);font-weight:900;letter-spacing:-.04em}.inspection-room__choice:disabled{cursor:not-allowed;opacity:.6}.inspection-room__skip-controls{bottom:clamp(16px,2.2vw,28px);display:flex;justify-content:flex-end;pointer-events:none;position:absolute;right:clamp(16px,2.2vw,28px);z-index:5}.inspection-room__skip-button{align-items:center;display:inline-flex;height:4.3rem;justify-content:center;min-width:7.4rem;padding:0 1.35rem;pointer-events:auto}.inspection-page--flow .inspection-room__skip-controls--aside{bottom:auto;justify-content:flex-start;left:auto;margin-bottom:4px;pointer-events:auto;position:static;right:auto}.inspection-page--flow .inspection-room__skip-controls--camera{bottom:12px;left:12px;right:auto;z-index:6}.inspection-page--flow .inspection-room__skip-button--aside,.inspection-page--flow .inspection-room__skip-button--camera{width:fit-content}.inspection-room__message{border-radius:20px;font-weight:700;line-height:1.7;margin-top:0;padding:14px 16px}.inspection-room__message--success{background:#16a34a14;border:1px solid rgba(22,163,74,.14);color:#166534}.inspection-room__message--error{background:#dc262614;border:1px solid rgba(220,38,38,.14);color:#991b1b}.inspection-room__result{border:1px solid rgba(226,232,240,.96);border-radius:28px;margin-top:0;max-width:min(30rem,100vw - 32px);padding:20px;position:absolute;left:clamp(16px,2.2vw,28px);bottom:clamp(16px,2.2vw,28px);z-index:3}.inspection-room__result--success{background:#16a34a0d}.inspection-room__result--danger{background:#dc26260d}.inspection-room__result--warning{background:#f59e0b14}.inspection-room__result--info{background:#1464ff0d}.inspection-room__result--neutral{background:#f8fafcdb}.inspection-room__result-header{align-items:center;display:flex;justify-content:space-between;gap:12px;margin-bottom:12px}.inspection-room__result-label{color:#475569;font-size:.8rem;font-weight:800;letter-spacing:.12em;text-transform:uppercase}.inspection-room__result-status{border-radius:999px;background:#0f172a14;color:#0f172a;font-size:.82rem;font-weight:800;padding:8px 12px}.inspection-room__result-copy{color:#1f2937;line-height:1.8}.inspection-room__result-grid{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:14px}.inspection-room__result-grid dt{color:#6b7280;font-size:.78rem;font-weight:800;letter-spacing:.12em;margin-bottom:6px;text-transform:uppercase}.inspection-room__result-grid dd{color:#1f2937;font-weight:700;line-height:1.7}.inspection-room__result-details{margin-top:16px}.inspection-room__result-details summary{cursor:pointer;font-weight:800;margin-bottom:10px}.inspection-room__result-details pre{background:#0f172af0;border-radius:18px;color:#f8fafc;overflow-x:auto;padding:16px}.inspection-outlet-diagram{background:linear-gradient(180deg,#dfe3ea,#edf2f7);border-radius:24px;display:grid;margin-top:18px;gap:12px;padding:18px}.inspection-outlet-diagram__single{display:flex;justify-content:center}.inspection-outlet-diagram__variant{align-items:center;display:flex;flex-direction:column;gap:8px;width:min(100%,560px)}.inspection-outlet-diagram__photo{border-radius:14px;max-width:100%;width:100%}.inspection-outlet-diagram__variant-label{color:#44403c;font-size:.78rem;line-height:1.45;text-align:center}.page-inspection--flow{background:#020617;overflow:hidden}.inspection-page--flow{background:radial-gradient(circle at top left,rgba(239,68,68,.14),transparent 28%),radial-gradient(circle at top right,rgba(20,100,255,.14),transparent 28%),#020617;color:#f8fafc;min-height:var(--inspection-viewport-height, 100dvh);overflow:hidden}.inspection-page--complete{background:#fff;color:#0f172a;overflow:auto}.inspection-page--complete .inspection-page__shell{background:#fff;min-height:100dvh}.inspection-complete-screen{align-items:center;background:#fff;display:flex;justify-content:center;min-height:100dvh;padding:clamp(32px,6vw,80px)}.inspection-complete-screen__title{color:#0f172a;font-size:clamp(1.3rem,4vw,3.5rem);font-weight:900;letter-spacing:-.05em;line-height:1.14;margin:0}.inspection-complete-screen__copy{color:#334155;font-size:clamp(1rem,1.8vw,1.35rem);line-height:1.8;margin-top:18px}.inspection-complete-screen__content{max-width:52rem;text-align:center}.inspection-page--flow .inspection-page__shell{height:var(--inspection-viewport-height, 100dvh);margin:0;max-width:none;overflow:hidden;padding:0;position:relative}.inspection-page--flow .inspection-flow{min-height:var(--inspection-viewport-height, 100dvh);position:relative}.inspection-page--flow .inspection-flow--choice{display:flex;flex-direction:row}.inspection-page--flow .inspection-flow__sidebar{bottom:clamp(20px,2vw,28px);left:clamp(16px,2.2vw,28px);top:clamp(16px,2.2vw,28px);width:min(24rem,30vw);z-index:4}@media(min-width:861px){.inspection-page--flow .inspection-flow__sidebar{min-height:30rem}}.inspection-page--flow .inspection-flow__sidebar--choice{display:none}.inspection-page--flow .inspection-flow--choice .inspection-flow__sidebar{bottom:auto;flex:0 0 min(24rem,30vw);left:auto;position:relative;top:auto;width:auto}.inspection-page--flow .inspection-flow--choice .inspection-flow__main{flex:1 1 auto;min-width:0}.inspection-page--flow .inspection-room__panel--aside{border:1px solid rgba(255,255,255,.12);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px);color:#f8fafc;display:flex;flex-direction:column;gap:14px;height:100%;overflow:auto;padding:18px}.inspection-page--flow .inspection-room__panel--aside--choice{background:#fffffff5;border-color:#e2e8f0fa;color:#0f172a;display:flex;flex-direction:column;gap:14px}.inspection-page--flow .inspection-room__panel--aside--choice .inspection-room__eyebrow{color:#ef4444}.inspection-page--flow .inspection-room__panel--aside--choice .inspection-room__eyebrow--sub{margin-top:8px}.inspection-page--flow .inspection-room__panel--aside--choice .inspection-room__title,.inspection-page--flow .inspection-room__panel--aside--choice .inspection-room__summary{color:#0f172a}.inspection-page--flow .inspection-room__panel--aside--choice .inspection-room__summary{margin-bottom:0}.inspection-page--flow .inspection-room__panel--aside--choice .inspection-room__summary--list-item{line-height:1.55;padding-left:.9rem;position:relative}.inspection-page--flow .inspection-room__panel--aside--choice .inspection-room__summary--list-item:before{content:"・";left:0;position:absolute}.inspection-page--flow .inspection-room__photo-aside-fallback{background:#fffffff0;border:1px solid rgba(226,232,240,.96);border-radius:16px;color:#0f172a;padding:14px 16px}.inspection-page--flow .inspection-room__photo-aside-fallback .inspection-room__eyebrow{color:#0f766e}.inspection-page--flow .inspection-room__photo-aside-fallback .inspection-room__title,.inspection-page--flow .inspection-room__photo-aside-fallback .inspection-room__summary{color:#0f172a}.inspection-page--flow .inspection-room__photo-aside-fallback .inspection-room__summary{margin-bottom:10px}.inspection-page--flow .inspection-room__photo-aside-fallback .inspection-room__summary--list-item{color:#334155;line-height:1.55;margin-bottom:0;padding-left:.9rem;position:relative}.inspection-page--flow .inspection-room__photo-aside-fallback .inspection-room__summary--list-item:before{content:"・";left:0;position:absolute}.inspection-page--flow .inspection-room__eyebrow{color:#fda4af}.inspection-page--flow .inspection-room__title,.inspection-page--flow .inspection-room__summary,.inspection-page--flow .inspection-room__work-title{color:#f8fafc}.inspection-page--flow .inspection-room__capture-header{align-items:center;background:#ffffffeb;border:1px solid rgba(255,255,255,.2);border-radius:999px;box-shadow:0 14px 30px #0206172e;color:#0f172a;display:inline-flex;gap:12px;max-width:min(42rem,100vw - 32px);padding:10px 14px;width:fit-content}.inspection-page--flow .inspection-room__capture-header>div{min-width:0}.inspection-page--flow .inspection-room__capture-header--nested{background:transparent;border:0;box-shadow:none;display:flex;left:auto;margin:0;position:static;padding:0;right:auto;top:auto;transform:none;width:auto}.inspection-page--flow .inspection-room__work-title{font-size:clamp(1.05rem,1.7vw,1.45rem);line-height:1.2}.inspection-page--flow .inspection-room__work-chip{background:#0f172a14;color:#0f172a}.inspection-page--flow .inspection-room__panel--work,.inspection-page--flow .inspection-flow__main{height:var(--inspection-viewport-height, 100dvh);position:relative}.inspection-page--flow .inspection-room__capture-zone,.inspection-page--flow .inspection-room__capture-zone--camera{border-radius:0;inset:0;min-height:100%;position:absolute}.inspection-page--flow .inspection-room__camera-video{z-index:1}.inspection-page--flow .inspection-room__preview-image{border-radius:0;height:100%;max-height:none;object-fit:cover;width:100%;z-index:2}.inspection-page--flow .inspection-room__capture-placeholder{background:#020617e6;border:0;border-radius:0;color:#f8fafc;height:100%;max-width:none;width:100%}.inspection-page--flow .inspection-room__capture-header{left:clamp(16px,2.2vw,28px);margin:0;pointer-events:none;position:absolute;right:auto;top:clamp(16px,2.2vw,28px);z-index:5}.inspection-page--flow .inspection-room__capture-header--nested{margin-top:0}.inspection-page--flow .inspection-room__work-chip{background:#ffffff1f;color:#f8fafc}.inspection-page--flow .inspection-room__capture-zone--camera .inspection-room__camera-overlay{background:#0f172abf}.inspection-page--flow .inspection-room__choice-grid{gap:18px;margin-top:24px;position:static;transform:none;grid-template-columns:repeat(2,minmax(0,1fr));width:100%;max-width:min(58rem,100%);z-index:5}.inspection-page--flow .inspection-room__choice-stage{background:radial-gradient(circle at top left,rgba(226,232,240,.75),transparent 38%),linear-gradient(180deg,#fffffffa,#f8fafcfa);border-radius:0}.inspection-page--flow .inspection-room__choice-stage-head{max-width:min(56rem,100%)}.inspection-page--flow .inspection-room__choice-question{color:#0f172a;white-space:pre-line}.inspection-page--flow .inspection-room__choice-lead{color:#475569}.inspection-page--flow .inspection-room__choice{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);color:#0f172a;background:#fffffff0;min-height:clamp(8.5rem,18vh,12rem);opacity:.72;position:relative;transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease,background .18s ease,opacity .18s ease}.inspection-page--flow .inspection-room__choice--yes{background:linear-gradient(180deg,#2563eb1a,#fffffff5);border:1px solid rgba(96,165,250,.28)}.inspection-page--flow .inspection-room__choice--no{background:linear-gradient(180deg,#dc26261a,#fffffff5);border:1px solid rgba(248,113,113,.28)}.inspection-page--flow .inspection-room__choice--selected{border-width:2px;box-shadow:0 0 0 4px #2563eb29,0 20px 46px #0f172a2e;opacity:1;transform:translateY(-2px) scale(1.015)}.inspection-page--flow .inspection-room__choice--yes.inspection-room__choice--selected{background:linear-gradient(135deg,#0f766e,#1464ff);border-color:#2563ebe6}.inspection-page--flow .inspection-room__choice--no.inspection-room__choice--selected{background:linear-gradient(135deg,#b91c1c,#f97316);border-color:#dc2626e6}.inspection-page--flow .inspection-room__choice-label{color:#0f172a}.inspection-page--flow .inspection-room__choice--selected .inspection-room__choice-label{color:#fff}.inspection-page--flow .inspection-room__choice-label{font-size:clamp(.95rem,1.5vw,1.3rem);line-height:1.05}.inspection-page--flow .inspection-room__choice-stage{align-items:center}.inspection-page--flow .inspection-room__choice-stage-head{text-align:center;width:min(56rem,100vw - 96px)}.inspection-page--flow .inspection-room__choice-question{margin-left:auto;margin-right:auto;text-align:center}.inspection-page--flow .inspection-room__choice-lead{text-align:center}.inspection-page--flow .inspection-room__choice-actions{display:flex;justify-content:center;margin-top:18px}.inspection-page--flow .inspection-room__choice-submit{min-width:min(14rem,100%)}.inspection-page--flow .inspection-room__message{-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);left:50%;max-width:min(38rem,100vw - 40px);position:absolute;bottom:clamp(84px,8vw,112px);transform:translate(-50%);z-index:5}.inspection-page--flow .inspection-room__message--success,.inspection-page--flow .inspection-room__message--error{background:#0f172ab8;border-color:#ffffff1f;color:#f8fafc}.inspection-page--flow .inspection-room__message--aside{background:#ffffffd1;border:1px solid rgba(148,163,184,.18);color:#0f172a;margin-top:14px;position:static;transform:none;max-width:none;left:auto;right:auto;bottom:auto;z-index:auto}.inspection-page--flow .inspection-room__result{background:#0f172ab8;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-color:#ffffff1f;bottom:clamp(16px,2.2vw,28px);color:#f8fafc;left:clamp(16px,2.2vw,28px);max-width:min(24rem,100vw - 40px)}.inspection-page--flow .inspection-room__result--aside{background:#ffffffeb;border:1px solid rgba(148,163,184,.18);-webkit-backdrop-filter:none;backdrop-filter:none;color:#0f172a;left:auto;bottom:auto;margin-top:14px;max-width:none;position:static;right:auto;transform:none;z-index:auto}.inspection-page--flow .inspection-room__result-label,.inspection-page--flow .inspection-room__result-copy,.inspection-page--flow .inspection-room__result-grid dd{color:#f8fafcd6}.inspection-page--flow .inspection-room__result--aside .inspection-room__result-label,.inspection-page--flow .inspection-room__result--aside .inspection-room__result-copy,.inspection-page--flow .inspection-room__result--aside .inspection-room__result-grid dd{color:#334155}.inspection-page--flow .inspection-room__result-copy--muted,.inspection-page--flow .inspection-room__action-note{color:#f8fafcad}.inspection-page--flow .inspection-room__result--aside .inspection-room__result-copy--muted,.inspection-page--flow .inspection-room__result--aside .inspection-room__action-note{color:#64748b}.inspection-page--flow .inspection-room__result-details pre{background:#020617f5}.inspection-page--flow .inspection-room__panel--aside .inspection-room__message--aside{background:#ffffffd1;border:1px solid rgba(148,163,184,.18);color:#0f172a;margin-top:14px;position:static;left:auto;right:auto;bottom:auto;transform:none;max-width:none;z-index:auto}.inspection-page--flow .inspection-room__panel--aside .inspection-room__result--aside{background:#ffffffeb;border:1px solid rgba(148,163,184,.18);-webkit-backdrop-filter:none;backdrop-filter:none;color:#0f172a;margin-top:14px;position:static;left:auto;right:auto;bottom:auto;transform:none;max-width:none;z-index:auto}.inspection-page--flow .inspection-room__panel--aside .inspection-room__result-reason{margin-top:12px}.inspection-page--flow .inspection-room__panel--aside .inspection-room__result-reason .inspection-room__result-label{display:block;margin-bottom:8px}.inspection-page--flow .inspection-room__panel--aside .inspection-room__result--aside .inspection-room__result-label,.inspection-page--flow .inspection-room__panel--aside .inspection-room__result--aside .inspection-room__result-copy,.inspection-page--flow .inspection-room__panel--aside .inspection-room__result--aside .inspection-room__result-grid dd{color:#334155}.inspection-page--flow .inspection-room__panel--aside .inspection-room__result--aside .inspection-room__action-note{color:#64748b}.inspection-page--flow .inspection-room__panel--aside .inspection-room__result--aside .inspection-room__result-details pre,.inspection-page--flow .inspection-room__result--aside .inspection-room__result-details pre{background:#0f172a}.inspection-page--flow .inspection-room__result-score{color:#0f172a;font-size:clamp(2rem,3.4vw,2.6rem);font-weight:900;letter-spacing:-.05em;line-height:1.05;margin-top:6px}.inspection-page--flow .inspection-room__next-step-button--aside{min-width:0}.inspection-page--flow .inspection-room__next-step-controls--aside{display:flex;gap:12px;margin-top:14px;font-size:.8rem}.inspection-page--flow .inspection-room__next-step-controls--aside .inspection-room__button{min-width:0}.inspection-page--flow .inspection-room__capture-controls{align-items:center;bottom:clamp(16px,2.2vw,28px);display:flex;flex-direction:column;gap:10px;left:auto;right:clamp(16px,2.2vw,28px);position:absolute;transform:none;z-index:5}.inspection-page--flow .inspection-room__capture-button{align-items:center;background:#fffffff5;border:1px solid rgba(255,255,255,.32);border-radius:999px;box-shadow:0 18px 42px #0206173d;color:#0f172a;display:inline-flex;justify-content:center;min-width:4.3rem;padding:0;width:4.3rem;height:4.3rem}.inspection-room__capture-button-icon{display:block;height:2.35rem;width:2.35rem}.inspection-page--flow .inspection-room__capture-button:disabled{cursor:not-allowed;opacity:.55}.inspection-page--flow .inspection-room__capture-retry{min-width:8.5rem}.inspection-page--flow .inspection-room__action-row{bottom:clamp(16px,2.2vw,28px);right:clamp(16px,2.2vw,28px);gap:10px}.inspection-page--flow .inspection-flow__complete-step{background:#0f172a94;border-color:#ffffff1f;color:#f8fafc;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.inspection-page--flow .inspection-flow__complete-step--done{background:#0f172aad}.inspection-page--flow .inspection-flow__complete-step-summary,.inspection-page--flow .inspection-flow__complete-step-note{color:#f8fafcd1}@media(max-width:1200px){.inspection-page__cases{grid-template-columns:repeat(2,minmax(0,1fr))}.inspection-flow{min-height:100dvh}.inspection-flow__complete-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.inspection-room{grid-template-columns:1fr}.inspection-page--flow .inspection-flow__sidebar{flex-basis:min(26rem,38vw);width:auto}.inspection-page--index .inspection-index__hero,.inspection-page--index .inspection-index__cards{grid-template-columns:1fr}.inspection-page--index .inspection-index__complete{align-items:flex-start;flex-direction:column}.inspection-page--index .inspection-index__progress-card{min-height:0}}@media(max-width:860px){.inspection-page__hero,.inspection-room__capture-header,.inspection-case-card__footer{align-items:flex-start;flex-direction:column}.inspection-page__summary,.inspection-page__cases,.inspection-flow__complete-grid,.inspection-room__choice-grid,.inspection-room__result-grid{grid-template-columns:1fr}.inspection-page--flow{overflow:auto}.inspection-page--flow .inspection-page__shell,.inspection-page--flow .inspection-flow,.inspection-page--flow .inspection-flow__main,.inspection-page--flow .inspection-room__panel--work{height:auto;min-height:100dvh}.inspection-flow__sidebar{inset:176px 16px 16px;width:auto}.inspection-page--flow .inspection-flow__sidebar{inset:170px 16px auto;width:auto}.inspection-page--flow .inspection-room__capture-header{right:16px}.inspection-page--flow .inspection-room__choice-grid{width:100%}.inspection-page--flow .inspection-room__message{left:16px;max-width:none;right:16px;transform:none}.inspection-page--flow .inspection-room__result{max-width:none;right:16px}.inspection-room__action-row,.inspection-page--flow .inspection-room__action-row{left:16px;right:16px}.inspection-page--flow .inspection-room__preview-image{height:100%;max-height:none}.inspection-page__share-row{align-items:stretch}.inspection-page--index .inspection-case-card__latest-body{flex-direction:column}.inspection-page--index .inspection-case-card__latest-thumb{width:100%}.inspection-page__share-input,.inspection-page__share-button,.inspection-page__share-link{flex:1 1 100%;min-width:0;width:100%}.inspection-page__hero-badges{justify-content:flex-start}.inspection-room__panel--aside,.inspection-room__panel--work{padding:20px}.inspection-page--flow .inspection-room__panel--aside,.inspection-page--flow .inspection-room__panel--work{padding:0}.inspection-page--index .inspection-index{padding-left:12px;padding-right:12px}.inspection-page--index .inspection-index__hero{gap:16px;margin-top:16px}.inspection-page--index .inspection-index__progress-card,.inspection-page--index .inspection-index__complete{padding:18px}.inspection-page--index .inspection-index__cards{gap:14px}.inspection-page--index .inspection-case-card{padding:18px}.inspection-page--index .inspection-case-card__title{font-size:1.02rem}.inspection-page--index .inspection-index__complete-button{width:100%}}@media(max-width:860px){.inspection-page--flow{overflow:hidden}.inspection-page--flow .inspection-page__shell,.inspection-page--flow .inspection-flow,.inspection-page--flow .inspection-flow__main,.inspection-page--flow .inspection-room__panel--work{height:var(--inspection-viewport-height, 100dvh);min-height:var(--inspection-viewport-height, 100dvh)}.inspection-page--flow .inspection-flow__sidebar{inset:0 auto 0 0;width:min(18rem,28vw)}.inspection-page--flow .inspection-room__panel--aside{padding:14px;border-radius:0}.inspection-page--flow .inspection-room__eyebrow{font-size:.72rem;margin-bottom:6px}.inspection-page--flow .inspection-room__title{font-size:.98rem;line-height:1.25;margin-bottom:8px}.inspection-page--flow .inspection-room__summary{font-size:.8rem;line-height:1.45}.inspection-aircon-reference{margin-bottom:12px;padding:10px}.inspection-aircon-reference__caption{font-size:.68rem;line-height:1.5}.inspection-aircon-reference__ai-avatar{flex-basis:24px;font-size:.6rem;height:24px;width:24px}.inspection-aircon-reference__ai-bubble{border-radius:12px 12px 12px 4px;padding:7px 9px}.inspection-page--flow .inspection-room__capture-header{left:50%;max-width:min(28rem,100vw - 32px);top:12px;transform:translate(-50%)}.inspection-page--flow .inspection-room__capture-guide{inset:12px 12px 92px}.inspection-page--flow .inspection-room__work-title{font-size:.9rem}.inspection-page--flow .inspection-room__choice-grid{gap:4px;grid-template-columns:repeat(2,minmax(0,1fr));margin-top:18px;width:100%}.inspection-page--flow .inspection-room__choice{min-height:3rem;padding:8px 10px}.inspection-page--flow .inspection-room__choice-label{font-size:.95rem;max-width:100%}.inspection-page--flow .inspection-room__choice-stage{padding:12px}.inspection-page--flow .inspection-room__choice-actions{margin-top:14px}.inspection-page--flow .inspection-room__choice-submit{min-width:9rem}.inspection-page--flow .inspection-room__result{bottom:92px;left:auto;max-width:min(16rem,26vw);max-height:calc(var(--inspection-viewport-height, 100dvh) - 140px);overflow:auto;padding:14px;right:16px;z-index:4}.inspection-page--flow .inspection-room__action-row{bottom:16px;left:auto;position:fixed;right:16px;z-index:6}.inspection-page--flow .inspection-room__action-note{flex-basis:100%}.inspection-page--flow .inspection-room__capture-controls{bottom:16px}.inspection-page--flow .inspection-room__capture-button{min-width:4.05rem;padding:0;width:4.05rem;height:4.05rem}.inspection-room__capture-button-icon{height:2.1rem;width:2.1rem}.inspection-page--flow .inspection-room__button{min-width:7rem;padding:12px 16px}.inspection-page--flow .inspection-room__skip-controls{bottom:16px;right:16px}.inspection-page--flow .inspection-room__skip-controls--aside{bottom:auto;left:auto;margin-bottom:2px;right:auto}.inspection-page--flow .inspection-room__skip-button{height:4.05rem;min-width:6.8rem}.inspection-page--flow .inspection-room__skip-button--aside{height:auto;min-width:6.8rem;width:fit-content}.inspection-page--flow .inspection-room__camera-overlay{left:16px;top:16px}.inspection-page--flow .inspection-outlet-diagram{margin-top:10px;padding:12px}}@media(max-width:860px)and (orientation:portrait){.inspection-page--flow{overflow:hidden}.inspection-page--flow .inspection-page__shell,.inspection-page--flow .inspection-flow{height:var(--inspection-viewport-height, 100dvh);min-height:var(--inspection-viewport-height, 100dvh)}.inspection-page--flow .inspection-flow{display:flex;flex-direction:column-reverse}.inspection-page--flow .inspection-flow__sidebar{flex:0 0 auto;inset:0 0 auto;position:relative;width:100%}.inspection-page--flow .inspection-room__panel--aside{align-items:start;display:grid;gap:12px 16px;grid-template-columns:minmax(0,.92fr) minmax(0,1.08fr);height:auto;max-height:none;overflow:visible;padding:14px 16px}.inspection-page--flow .inspection-room__panel--aside--photo{display:flex;flex-direction:column;gap:12px;min-height:clamp(15rem,34vh,23rem)}.inspection-page--flow .inspection-room__photo-aside-layout{display:flex;flex:1 1 auto;flex-direction:column;gap:12px;margin-top:auto;min-height:clamp(15rem,34vh,23rem);width:100%}.inspection-page--flow .inspection-room__photo-aside-copy{min-width:0}.inspection-page--flow .inspection-room__photo-aside-actions{display:flex;flex-direction:row;flex-wrap:nowrap;gap:8px;justify-content:flex-end;margin-top:auto;width:100%}.inspection-page--flow .inspection-room__panel--aside--choice{align-items:stretch;display:flex;gap:12px;grid-template-columns:none;overflow:visible}.inspection-page--flow .inspection-room__title{font-size:clamp(1rem,4vw,1.3rem);line-height:1.2;margin:0}.inspection-page--flow .inspection-aircon-reference,.inspection-page--flow .inspection-outlet-diagram{margin-bottom:0}.inspection-page--flow .inspection-flow__main{flex:1 1 auto;height:auto;min-height:0}.inspection-page--flow .inspection-room__panel--work{height:100%;min-height:0}.inspection-page--flow .inspection-room__capture-zone,.inspection-page--flow .inspection-room__capture-zone--camera{min-height:62dvh}.inspection-page--flow .inspection-room__capture-header{left:12px;max-width:none;right:12px;top:12px;transform:none}.inspection-page--flow .inspection-room__message{bottom:88px}.inspection-page--flow .inspection-room__result{bottom:88px;max-width:min(18rem,100vw - 32px)}.inspection-page--flow .inspection-room__capture-controls{bottom:16px}.inspection-page--flow .inspection-room__action-row{bottom:calc(env(safe-area-inset-bottom) + 12px);left:auto;position:fixed;right:12px;flex-direction:column;align-items:stretch;gap:8px;width:min(9rem,100vw - 24px)}.inspection-page--flow .inspection-room__action-row .inspection-room__button{min-width:0;width:100%}.inspection-page--flow .inspection-room__action-row--aside{display:flex;flex-direction:row;gap:8px;justify-content:flex-end;margin:0;position:static;width:100%}.inspection-page--flow .inspection-room__action-row--aside .inspection-room__button{min-width:0;width:auto}.inspection-page--flow .inspection-room__choice-sidebar--compact{display:grid;gap:6px}.inspection-page--flow .inspection-room__next-step-controls--aside{display:flex;flex-direction:row;gap:8px;justify-content:flex-end;margin:0;width:100%}.inspection-page--flow .inspection-room__next-step-controls--aside .inspection-room__button{min-width:0;width:auto}.inspection-page--flow .inspection-room__skip-controls{bottom:12px;right:12px}.inspection-page--flow .inspection-room__skip-controls--aside{bottom:auto;left:auto;margin-bottom:2px;right:auto}.inspection-page--flow .inspection-room__skip-controls--camera{bottom:12px;left:12px;right:auto}}.vc-auth,.vc-customer{align-items:center;background:linear-gradient(135deg,rgba(0,150,160,.08),transparent 38%),linear-gradient(180deg,#f7faf9,#eef3f5);color:#172026;display:flex;min-height:100dvh;padding:28px}.vc-auth__panel,.vc-customer__panel{background:#fff;border:1px solid #d9e2e4;border-radius:8px;box-shadow:0 20px 60px #1720261f;margin:0 auto;max-width:460px;padding:34px;width:100%}.vc-auth__eyebrow,.vc-topbar__eyebrow{color:#087d82;font-size:13px;font-weight:700;margin:0 0 8px}.vc-auth__title,.vc-topbar__title{font-size:28px;line-height:1.25;margin:0}.vc-customer__lead{color:#5f6d73;line-height:1.7;margin:14px 0 24px}.vc-customer .vc-button,.vc-auth .vc-button{width:100%}.vc-form,.vc-request-form{display:grid;gap:16px}.vc-request-form{grid-template-columns:repeat(4,minmax(0,1fr))}.vc-field{display:grid;gap:7px}.vc-field span{color:#4f5d63;font-size:13px;font-weight:700}.vc-field input,.vc-field select,.vc-field textarea{background:#fff;border:1px solid #cbd8dc;border-radius:6px;color:#172026;font-size:15px;min-height:44px;padding:10px 12px}.vc-field input:focus,.vc-field select:focus,.vc-field textarea:focus{border-color:#087d82;box-shadow:0 0 0 3px #087d8229;outline:none}.vc-field__error{color:#c5251a;font-size:12px}.vc-form__error{color:#c5251a;font-size:14px;margin:0}.vc-button{align-items:center;background:#0f6f75;border:1px solid #0f6f75;border-radius:6px;color:#fff;cursor:pointer;display:inline-flex;font-size:14px;font-weight:700;justify-content:center;min-height:42px;padding:0 16px;text-decoration:none;white-space:nowrap}.vc-button--ghost{background:#fff;color:#0f6f75}.vc-button--danger{background:#b3261e;border-color:#b3261e}.vc-icon-button{align-items:center;background:#fff;border:1px solid #d6e1e4;border-radius:999px;color:#0f6f75;cursor:pointer;display:inline-flex;height:42px;justify-content:center;width:42px}.vc-icon-button svg{fill:none;height:18px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;width:18px}.page-staff-dashboard{background:#f6f8fb}.vc-staff-layout{background:#f6f8fb;color:#172026;min-height:100dvh}.vc-staff-sidebar{background:#fffffffa;border-right:1px solid #dfe6ea;color:#172026;display:flex;flex-direction:column;height:100dvh;left:0;position:fixed;top:0;width:292px;z-index:20}.vc-staff-sidebar__header{align-items:center;display:flex;height:74px;justify-content:space-between;padding:0 18px}.vc-staff-sidebar__brand{align-items:center;display:inline-flex;gap:12px;font-weight:900;letter-spacing:-.03em}.vc-staff-sidebar__brand-mark{align-items:center;background:linear-gradient(135deg,#14c8c1,#1464ff);border-radius:12px;color:#fff;display:inline-flex;font-size:12px;height:34px;justify-content:center;letter-spacing:-.08em;width:34px}.vc-staff-sidebar__brand-text{font-size:24px}.vc-staff-sidebar__menu-button,.vc-staff-header__menu{align-items:center;border-radius:10px;color:#56646b;display:none;height:42px;justify-content:center;width:42px}.vc-staff-sidebar__menu-button svg,.vc-staff-header__menu svg,.vc-staff-sidebar__link svg,.vc-staff-sidebar__action svg,.vc-staff-sidebar__avatar svg,.vc-staff-header__avatar svg{fill:none;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.vc-staff-sidebar__nav{display:flex;flex:1;flex-direction:column;gap:18px;min-height:0;padding:10px 14px 18px}.vc-staff-sidebar__project{background:#f8fafb;border:1px solid #dfe7eb;border-radius:8px;color:inherit;display:grid;gap:4px;min-height:44px;padding:10px 12px;text-decoration:none}.vc-staff-sidebar__project-list{display:grid;gap:6px}.vc-staff-sidebar__project-current{align-items:stretch;background:#f8fafb;border:1px solid #dfe7eb;border-radius:8px;display:grid;grid-template-columns:minmax(0,1fr) 40px;overflow:hidden}.vc-staff-sidebar__project-main,.vc-staff-sidebar__project-toggle{color:inherit}.vc-staff-sidebar__project-main{align-items:center;background:transparent;border:0;cursor:pointer;display:flex;justify-content:flex-start;min-height:44px;padding:10px 12px;text-align:left;text-decoration:none;width:100%}.vc-staff-sidebar__project-main:hover,.vc-staff-sidebar__project-current.is-open .vc-staff-sidebar__project-main{background:#eef2f4}.vc-staff-sidebar__project-toggle{align-items:center;background:transparent;border:0;border-left:1px solid #dfe7eb;cursor:pointer;display:inline-flex;justify-content:center;padding:0}.vc-staff-sidebar__project-toggle:hover{background:#eef2f4}.vc-staff-sidebar__project-toggle svg{fill:none;height:16px;stroke:currentColor;stroke-linecap:round;stroke-linejoin:round;stroke-width:2;width:16px}.vc-staff-sidebar__project-options{display:grid;gap:6px}.vc-staff-sidebar__project:hover,.vc-staff-sidebar__project.is-active{background:#eef2f4;border-color:#cdd9de}.vc-staff-sidebar__project span{font-size:14px;font-weight:800}.vc-staff-sidebar__project small{color:#6b7a82;font-size:12px}.vc-staff-sidebar__action{align-items:center;background:linear-gradient(135deg,#1464ff,#0f7a80);border-radius:8px;color:#fff;display:flex;font-size:14px;font-weight:800;gap:10px;min-height:44px;padding:0 14px}.vc-staff-sidebar__section,.vc-staff-sidebar__footer{display:grid;gap:6px}.vc-staff-sidebar__footer{margin-top:auto}.vc-staff-sidebar__link{align-items:center;border-radius:8px;color:#4f5d63;display:flex;font-size:14px;font-weight:700;gap:12px;min-height:42px;padding:0 14px;text-align:left;width:100%}.vc-staff-sidebar__link:hover,.vc-staff-sidebar__link.is-active{background:#eef2f4;color:#172026}.vc-staff-sidebar__link--disabled{color:#98a4aa;cursor:default}.vc-staff-sidebar__link--disabled:hover{background:transparent;color:#98a4aa}.vc-staff-sidebar__link svg,.vc-staff-sidebar__action svg{height:20px;width:20px}.vc-staff-sidebar__user{align-items:center;border-top:1px solid #e5ecef;display:flex;gap:12px;padding:16px 10px 8px}.vc-staff-sidebar__user--link{border-radius:8px;text-decoration:none}.vc-staff-sidebar__user--link:hover{background:#eef2f4}.vc-staff-sidebar__avatar,.vc-staff-header__avatar{align-items:center;background:#e9eef2;border-radius:999px;color:#64727a;display:inline-flex;flex:0 0 auto;height:38px;justify-content:center;width:38px}.vc-staff-sidebar__avatar svg,.vc-staff-header__avatar svg{height:22px;width:22px}.vc-staff-sidebar__user span:last-child{display:grid;gap:3px;min-width:0}.vc-staff-sidebar__user strong{font-size:14px}.vc-staff-sidebar__user small{color:#74828a;font-size:12px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.vc-staff-sidebar__logout{color:#69767d}.vc-staff-main{margin-left:292px;min-height:100dvh}.vc-staff-header{align-items:center;background:#ffffffe0;border-bottom:1px solid #dfe6ea;display:flex;gap:16px;height:74px;padding:0 30px;position:sticky;top:0;z-index:10}.vc-staff-header__spacer{flex:1}.vc-staff-header__user{align-items:center;color:#4d5b62;display:flex;font-size:14px;font-weight:700;gap:12px}.vc-staff-content{padding:28px 32px 44px}.vc-shell{background:#f5f8f8;color:#172026;min-height:100dvh;padding:28px}.vc-topbar,.vc-overview-band,.vc-section,.vc-customer__header{margin:0 auto 20px;max-width:1180px}.vc-topbar,.vc-overview-band,.vc-section__head,.vc-customer__header{align-items:center;display:flex;gap:18px;justify-content:space-between}.vc-overview-band,.vc-section,.vc-detail-grid{background:#fff;border:1px solid #dbe5e7;border-radius:8px;padding:18px}.vc-kpi{display:grid;gap:4px;min-width:110px}.vc-kpi span,.vc-detail span{color:#647277;font-size:12px;font-weight:700}.vc-kpi strong{font-size:26px}.vc-kpi--wide{flex:1;min-width:260px}.vc-request-create-action{display:flex;justify-content:flex-end;margin:0 auto 20px;max-width:1180px}.vc-kpi a,.vc-detail a{color:#0f6f75;overflow-wrap:anywhere}.vc-section__title{font-size:20px;margin:0 0 16px}.vc-section__copy{color:#607178;margin:-6px 0 0}.vc-settings-grid{display:grid;gap:20px;grid-template-columns:minmax(0,1fr) 360px;align-items:start;margin:0 auto;max-width:1180px}.vc-settings-grid--single{grid-template-columns:minmax(0,1fr);max-width:820px}.vc-settings-grid>.vc-settings-form,.vc-settings-grid>.vc-settings-panel{margin:0;max-width:none;justify-self:stretch;width:100%}.vc-settings-shell{display:grid;gap:18px;grid-column:1/-1}.vc-settings-tabs{display:flex;flex-wrap:wrap;gap:10px;margin:0 auto 18px;max-width:1180px}.vc-settings-tab{align-items:center;background:#edf3f4;border:1px solid #d5e2e5;border-radius:999px;color:#456169;cursor:pointer;display:inline-flex;font-size:14px;font-weight:700;justify-content:center;min-height:40px;padding:0 16px}.vc-settings-tab.is-active{background:#0f6f75;border-color:#0f6f75;color:#fff}.vc-settings-form,.vc-settings-panel{align-self:start;display:grid;gap:18px}.vc-settings-form__head,.vc-settings-form__footer{display:grid;gap:10px}.vc-settings-form__footer{justify-items:end;padding-top:4px}.vc-settings-copy,.vc-settings-note{color:#647277;line-height:1.7;margin:0}.vc-settings-note{font-size:13px}.vc-settings-store-list{display:grid;gap:12px}.vc-store-portal-grid{display:flex;gap:14px;align-items:flex-start}.vc-store-portal-grid>.vc-store-portal-card{flex:1 1 0;min-width:0}.vc-staff-management-grid{display:grid;gap:16px}.vc-staff-management-card{background:#fff;border:1px solid #dbe5e7;border-radius:14px;display:grid;gap:16px;padding:18px}.vc-staff-management-card__head{align-items:start;display:flex;gap:12px;justify-content:space-between}.vc-staff-management-card__name{color:#172026;font-size:18px;font-weight:800;margin:0}.vc-staff-management-card__head small{color:#708087}.vc-staff-management-qr{border:1px solid #dfe7eb;border-radius:12px;height:auto;width:180px}.vc-staff-management-stores{display:grid;gap:10px}.vc-staff-management-stores>span,.vc-staff-management-stores>legend{color:#647277;font-size:12px;font-weight:800;text-transform:uppercase}.vc-staff-management-chips,.vc-staff-management-store-grid{display:flex;flex-wrap:wrap;gap:8px}.vc-pill{align-items:center;border-radius:999px;display:inline-flex;font-size:12px;font-weight:800;gap:6px;line-height:1;padding:7px 12px}.vc-pill--soft{background:#edf3f4;color:#456169}.vc-pill--owner{background:#dff0ec;color:#0f6f75}.vc-pill--status-not_started,.vc-pill--status-in_progress,.vc-pill--status-submitted,.vc-pill--status-needs_review{background:#edf3f4;color:#456169}.vc-pill--status-not_started{background:#eef2f4;color:#4d5b62}.vc-pill--status-in_progress{background:#dff0ec;color:#0f6f75}.vc-pill--status-submitted{background:#dbe8ff;color:#1650b8}.vc-pill--status-needs_review{background:#fff2d6;color:#b56a00}.vc-staff-management-form{display:grid;gap:14px}.vc-staff-management-form--create{max-width:720px}.vc-staff-management-store-option{align-items:center;background:#f8fafb;border:1px solid #dfe7eb;border-radius:10px;display:inline-flex;gap:8px;padding:10px 12px}.vc-staff-management-actions{display:flex;flex-wrap:wrap;gap:10px}.vc-modal{align-items:center;background:#0f14186b;display:flex;inset:0;justify-content:center;padding:24px;position:fixed;z-index:60}.vc-modal__panel{background:#fff;border:1px solid #dbe5e7;border-radius:18px;box-shadow:0 24px 70px #17202638;max-height:calc(100dvh - 48px);max-width:720px;overflow:auto;padding:20px;width:min(720px,100%)}.vc-modal__head{align-items:start;display:flex;gap:12px;justify-content:space-between;margin-bottom:18px}.vc-store-portal-card{background:#f8fafb;border:1px solid #dfe7eb;border-radius:10px;display:grid;gap:14px;padding:16px}.vc-store-portal-card__head{display:grid;gap:4px}.vc-store-portal-card__head span{color:#172026;font-size:16px;font-weight:800;text-transform:none}.vc-store-portal-card__head small{color:#647277;font-size:12px;font-weight:700}.vc-store-portal-qr{border:1px solid #dfe7eb;border-radius:12px;height:auto;width:100%}.vc-store-portal-form{display:grid;gap:14px}.vc-store-portal-actions{display:flex;flex-wrap:wrap;gap:10px}.vc-readonly-card{background:#f8fafb;border:1px solid #dfe7eb;border-radius:8px;display:grid;gap:6px;padding:14px}.vc-readonly-card span{color:#647277;font-size:12px;font-weight:800;text-transform:uppercase}.vc-readonly-card a,.vc-readonly-card__copy-link,.vc-readonly-card strong{color:#0f6f75;overflow-wrap:anywhere}.vc-readonly-card__copy-link{background:transparent;border:0;cursor:pointer;font:inherit;padding:0;text-align:left}.vc-readonly-card__copy-link:hover{text-decoration:underline}.vc-readonly-card small{color:#708087;font-size:12px}.vc-alert{border-radius:8px;font-weight:700;margin:0 auto 20px;max-width:1180px;padding:12px 16px}.vc-alert--success{background:#e8f3ed;color:#1f6f43}.vc-alert--error{background:#fff0ee;color:#b3261e}.vc-table{display:grid;gap:1px}.vc-table__row{align-items:center;background:#fff;border-bottom:1px solid #e5ecee;display:grid;gap:14px;grid-template-columns:1.1fr 1.2fr 1fr .8fr .7fr 1fr;min-height:68px;padding:12px 0}.vc-table--projects .vc-table__row{grid-template-columns:minmax(0,1.6fr) 160px 180px}.vc-table--templates .vc-table__row{grid-template-columns:minmax(0,1.7fr) 120px 120px 120px}.vc-table--customer-links .vc-table__row{grid-template-columns:minmax(0,1.4fr) 160px minmax(0,1.4fr) 140px}.vc-table--customers .vc-table__row,.vc-table--customer-requests .vc-table__row{grid-template-columns:minmax(0,1.3fr) minmax(0,1.2fr) minmax(0,1fr) 140px 140px}.vc-table--customer-portal-requests .vc-table__row{grid-template-columns:minmax(0,1.5fr) minmax(0,1.2fr) 150px 120px}.vc-table__row--link{color:inherit;text-decoration:none}.vc-table__row--link:hover{background:#f8fafb}.vc-table__row--head{color:#637176;font-size:12px;font-weight:700;min-height:auto;padding-top:0}.vc-table small,.vc-detail small{color:#708087;display:block;font-size:12px;margin-top:4px}.vc-table mark,.vc-customer-request mark{background:#e8f3ed;border-radius:999px;color:#1f6f43;display:inline-flex;font-size:12px;font-weight:700;padding:6px 10px}.vc-table__actions{display:flex;gap:10px}.vc-table__actions form{margin:0}.vc-table__actions a{color:#0f6f75;font-weight:700}.vc-empty-state{background:#fff;border:1px solid #e5ecee;border-radius:8px;color:#647277;font-weight:800;padding:28px;text-align:center}.vc-link-button{background:transparent;border:0;color:#0f6f75;cursor:pointer;font:inherit;font-weight:700;padding:0}.vc-link-button--danger{color:#b3261e}.vc-button--small{min-height:34px;padding:0 12px}.vc-inline-form{align-items:center;display:flex;gap:10px}.vc-inline-form input{background:#fff;border:1px solid #cfdde2;border-radius:8px;min-height:38px;min-width:0;padding:0 12px}.vc-template-hero{align-items:center;display:flex;gap:20px;justify-content:space-between}.vc-template-list{display:grid;gap:14px}.vc-template-card{background:#f8fafb;border:1px solid #dfe7eb;border-radius:10px;display:grid;gap:14px;padding:16px}.vc-template-card__head{align-items:flex-start;display:flex;gap:14px;justify-content:space-between}.vc-template-card__eyebrow{color:#0f6f75;font-size:12px;font-weight:800;letter-spacing:.08em;margin:0 0 4px}.vc-template-card h3{font-size:18px;margin:0}.vc-template-card__summary{color:#44535a;font-weight:700;margin:0}.vc-template-card__block{display:grid;gap:8px}.vc-template-card__block>span,.vc-template-card__meta{color:#647277;font-size:12px;font-weight:800}.vc-template-card__block ul{display:grid;gap:6px;margin:0;padding-left:18px}.vc-template-card__choices,.vc-template-card__meta{display:flex;flex-wrap:wrap;gap:8px}.vc-detail-grid{display:grid;gap:16px;grid-template-columns:repeat(4,minmax(0,1fr));margin:0 auto 20px;max-width:1180px}.vc-detail{display:grid;gap:6px}.vc-detail strong{font-size:18px}.vc-request-detail-grid{display:grid;gap:12px;grid-template-columns:repeat(4,minmax(0,1fr));margin:0 auto 20px;max-width:1180px}.vc-topbar__actions{display:flex;flex-wrap:wrap;gap:10px}.vc-request-panel{background:#fff;border:1px solid #dbe5e7;border-radius:8px;display:grid;gap:20px;margin:0 auto 20px;max-width:1180px;padding:20px}.vc-request-overview-form{display:grid;gap:20px}.vc-request-summary-grid{display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr))}.vc-request-summary-card{background:linear-gradient(180deg,#f7fbfb,#edf4f4);border:1px solid #dbe5e7;border-radius:14px;display:grid;gap:6px;min-height:108px;padding:18px}.vc-request-summary-card span{color:#607178;font-size:12px;font-weight:800}.vc-request-summary-card strong{color:#111820;font-size:24px;line-height:1.2}.vc-request-summary-card small{color:#607178;font-size:12px;line-height:1.45}.vc-request-info-grid{align-items:start;display:grid;gap:20px;grid-template-columns:minmax(0,1fr) minmax(0,1fr)}.vc-request-info-section{align-content:start;align-items:start;display:grid;gap:16px}.vc-request-info-section>.vc-section__title{margin:0}.vc-request-definition-list{background:#f8fafb;border:1px solid #dbe5e7;border-radius:12px;display:grid;margin:0;overflow:hidden}.vc-request-definition-list div{align-items:start;border-top:1px solid #e7eef0;display:grid;gap:14px;grid-template-columns:120px minmax(0,1fr);padding:14px 16px}.vc-request-definition-list div:first-child{border-top:0}.vc-request-definition-list dt{color:#607178;font-size:12px;font-weight:800;margin:0}.vc-request-definition-list dd{color:#111820;font-weight:600;margin:0}.vc-request-definition-list dd input,.vc-request-definition-list dd select,.vc-request-definition-list dd textarea{background:#fff;border:1px solid #cbd8dc;border-radius:6px;color:#172026;font-size:14px;font-weight:500;min-height:42px;padding:10px 12px;width:100%}.vc-request-definition-list dd textarea{min-height:88px;resize:vertical}.vc-request-definition-list dd input:focus,.vc-request-definition-list dd select:focus,.vc-request-definition-list dd textarea:focus{border-color:#087d82;box-shadow:0 0 0 3px #087d8229;outline:none}.vc-request-definition-list a{color:#0f6f75}.vc-request-results-head{align-items:end;display:flex;gap:16px;justify-content:space-between}.vc-request-hero{display:grid;gap:20px}.vc-request-hero__head{align-items:start;display:flex;gap:20px;justify-content:space-between}.vc-request-hero__summary{display:grid;gap:12px}.vc-request-hero__title-row{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.vc-request-hero__title-row h2{color:#111820;font-size:30px;line-height:1.2;margin:0}.vc-request-hero__meta{color:#607178;display:flex;flex-wrap:wrap;gap:10px 20px;font-size:13px;font-weight:600}.vc-request-hero__copy{color:#344148;line-height:1.7;margin:0;max-width:760px}.vc-request-hero__actions{display:flex;flex:0 0 auto;flex-wrap:wrap;gap:10px;justify-content:flex-end}.vc-request-hero__body{display:block}.vc-request-hero__main{display:grid;gap:18px}.vc-request-hero__facts{display:grid;gap:14px;grid-template-columns:repeat(4,minmax(0,1fr))}.vc-request-hero__fact,.vc-request-hero__gallery,.vc-request-hero__side-card{background:#f8fafb;border:1px solid #dbe5e7;border-radius:16px}.vc-request-hero__fact{display:grid;gap:6px;min-height:126px;padding:18px}.vc-request-hero__fact--note{align-content:start}.vc-request-hero__fact-head{align-items:center;display:flex;gap:12px;justify-content:space-between}.vc-request-hero__fact-head .vc-button{min-height:32px;padding:0 12px}.vc-request-hero__fact span,.vc-request-hero__section-head h3{color:#607178;font-size:12px;font-weight:800;letter-spacing:.02em}.vc-request-hero__fact strong{color:#111820;font-size:24px;line-height:1.25}.vc-request-hero__fact small{color:#607178;font-size:12px;line-height:1.5}.vc-request-hero__gallery,.vc-request-hero__side-card{display:grid;gap:16px;padding:18px}.vc-request-hero__section-head{align-items:center;display:flex;gap:12px;justify-content:space-between}.vc-request-hero__section-head h3{margin:0}.vc-request-hero__section-head .vc-button{min-height:36px}.vc-request-hero__section-head--compact .vc-button{min-height:32px;padding:0 12px}.vc-request-hero__items{display:grid;gap:12px;grid-template-columns:repeat(auto-fill,minmax(180px,1fr))}.vc-request-hero__item{background:#fff;border:1px solid #dbe5e7;border-radius:14px;display:grid;gap:12px;padding:14px}.vc-request-hero__item-head{align-items:start;display:flex;gap:8px;justify-content:space-between}.vc-request-hero__item-head span{color:#111820;font-size:13px;font-weight:800;line-height:1.45}.vc-request-hero__item-head small{color:#607178;font-size:11px;font-weight:700;white-space:nowrap}.vc-request-hero__item-media{background:#eef3f5;border-radius:12px;overflow:hidden}.vc-request-hero__item-media img{aspect-ratio:1/1;display:block;object-fit:cover;width:100%}.vc-request-hero__item-answer{align-items:center;background:#f8fafb;border:1px solid #e3ecef;border-radius:12px;display:flex;min-height:120px;padding:14px}.vc-request-hero__item-answer strong{color:#111820;font-size:15px;line-height:1.55}.vc-request-hero__note{margin:0}.vc-request-hero__note{color:#344148;font-size:14px;line-height:1.7;min-height:72px;white-space:pre-wrap}.vc-request-results-list{display:grid;gap:14px}.vc-request-feedback{background:#edf7f7;border:1px solid #cfe5e6;border-radius:12px;color:#0f6f75;font-weight:700;margin:0;padding:12px 14px}.vc-request-result-row{align-items:stretch;background:#f8fafb;border:1px solid #dbe5e7;border-radius:16px;display:grid;gap:16px;grid-template-columns:160px minmax(0,1fr);overflow:hidden;padding:14px}.vc-request-result-row__media{align-items:center;background:#eef3f5;border-radius:12px;display:flex;justify-content:center;min-height:120px;overflow:hidden}.vc-request-result-row__media img{display:block;height:100%;object-fit:cover;width:100%}.vc-request-result-row__placeholder{color:#607178;font-size:12px;font-weight:700}.vc-request-result-row__body{display:grid;gap:8px}.vc-request-result-row__head{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between}.vc-request-result-row__head strong{font-size:16px}.vc-request-result-row__body p,.vc-request-result-row__body small,.vc-request-note-block p,.vc-request-timeline__item p,.vc-request-timeline__item small{margin:0}.vc-request-result-row__body p,.vc-request-note-block p,.vc-request-timeline__item p{color:#344148;line-height:1.5}.vc-request-result-row__body small,.vc-request-timeline__item small{color:#607178}.vc-request-timeline{display:grid;gap:16px}.vc-request-timeline__item{column-gap:14px;display:grid;grid-template-columns:18px minmax(0,1fr)}.vc-request-timeline__dot{background:#0f6f75;border-radius:999px;display:block;height:12px;margin-top:6px;width:12px}.vc-request-timeline__item strong{display:block;margin-bottom:4px}.vc-request-chat-shell{display:grid;gap:18px;grid-template-columns:minmax(0,1.5fr) minmax(320px,.9fr)}.vc-request-chat-thread{background:linear-gradient(180deg,#f8fbfb,#f3f7f8);border:1px solid #dbe5e7;border-radius:16px;display:flex;flex-direction:column;gap:14px;min-height:360px;padding:18px}.vc-request-chat-message{background:#fff;border:1px solid #dbe5e7;border-radius:16px 16px 16px 6px;display:grid;gap:10px;justify-self:start;max-width:min(100%,520px);padding:14px 16px}.vc-request-chat-message.is-mine{background:#0f6f75;border-color:#0f6f75;border-radius:16px 16px 6px;color:#fff;justify-self:end}.vc-request-chat-message__meta{align-items:center;display:flex;gap:10px;justify-content:space-between}.vc-request-chat-message__meta strong,.vc-request-chat-message p{margin:0}.vc-request-chat-message__meta small{color:#607178}.vc-request-chat-message.is-mine .vc-request-chat-message__meta small{color:#ffffffd1}.vc-request-chat-message p{line-height:1.6;white-space:pre-wrap}.vc-request-chat-composer{align-self:start;background:#fff;border:1px solid #dbe5e7;border-radius:16px;display:grid;gap:14px;padding:18px}.vc-request-chat-composer textarea{min-height:160px;resize:vertical}.vc-request-chat-composer__actions{display:flex;justify-content:flex-end}.vc-request-action-list{display:grid;gap:12px;margin:0}.vc-request-note-block{background:#f8fafb;border:1px solid #dbe5e7;border-radius:12px;display:grid;gap:8px;margin:0;padding:18px}.vc-request-note-block textarea{background:#fff;border:1px solid #cbd8dc;border-radius:8px;color:#172026;font-size:14px;line-height:1.6;min-height:180px;padding:12px 14px;resize:vertical;width:100%}.vc-request-note-block textarea:focus{border-color:#087d82;box-shadow:0 0 0 3px #087d8229;outline:none}.vc-request-panel__actions{display:flex;justify-content:flex-end}.vc-request-detail-card{background:#c9cdd0;border:1px solid #b9c0c4;color:#111820;display:grid;gap:6px;min-height:86px;padding:16px;text-decoration:none}.vc-request-detail-card span{font-size:13px;font-weight:800}.vc-request-detail-card strong{font-size:18px;line-height:1.35}.vc-request-detail-card small{color:#344148;font-size:12px;line-height:1.45}.vc-request-detail-card--link{background:#bfc5c9}.vc-request-detail-card--link:hover{border-color:#0f6f75;color:#0b5960}.vc-report-grid{display:grid;gap:14px;grid-template-columns:repeat(auto-fill,minmax(220px,1fr))}.vc-report-card{border:1px solid #dbe5e7;border-radius:8px;overflow:hidden}.vc-report-card img{aspect-ratio:4/3;background:#eef3f5;display:block;object-fit:cover;width:100%}.vc-report-card div{display:grid;gap:6px;padding:12px}.vc-report-card p,.vc-report-card span,.vc-empty p{margin:0}.vc-empty{color:#607178;padding:28px 0;text-align:center}.vc-customer--list{align-items:stretch;display:block}.vc-customer__header{padding-top:18px}.vc-customer__requests{display:grid;gap:12px;margin:0 auto;max-width:780px}.vc-customer-request{align-items:center;background:#fff;border:1px solid #dbe5e7;border-radius:8px;display:grid;gap:16px;grid-template-columns:1fr auto auto;padding:18px}.vc-customer-request p,.vc-customer-request h2,.vc-customer-request span{margin:0}.vc-customer-request p,.vc-customer-request span{color:#647277;font-size:13px}.vc-customer-request h2{font-size:19px;margin:5px 0}.vc-customer-portal-list{display:grid;gap:14px}.vc-customer-portal-card{background:#f8fafb;border:1px solid #dbe5e7;border-radius:16px;display:grid;gap:16px;padding:18px}.vc-customer-portal-card__head{align-items:start;display:flex;gap:14px;justify-content:space-between}.vc-customer-portal-card__label{color:#607178;font-size:12px;font-weight:800;margin:0 0 6px}.vc-customer-portal-card__head h2{color:#111820;font-size:20px;line-height:1.3;margin:0;overflow-wrap:anywhere}.vc-customer-portal-card__status{align-self:center;background:#edf7f7;border-radius:999px;color:#0f6f75;font-size:12px;font-weight:800;padding:6px 10px;text-decoration:none}.vc-customer-portal-card__meta{display:grid;gap:12px;grid-template-columns:repeat(2,minmax(0,1fr))}.vc-customer-portal-card__meta div{display:grid;gap:4px}.vc-customer-portal-card__meta span{color:#607178;font-size:12px;font-weight:700}.vc-customer-portal-card__meta strong{color:#172026;font-size:15px;line-height:1.5}.vc-empty--customer{background:#fff;border:1px solid #dbe5e7;border-radius:8px}@media(max-width:880px){.vc-shell,.vc-auth,.vc-customer{padding:18px}.vc-overview-band,.vc-topbar,.vc-section__head,.vc-customer__header{align-items:stretch;flex-direction:column}.vc-request-form,.vc-detail-grid,.vc-request-detail-grid,.vc-request-summary-grid,.vc-request-info-grid,.vc-request-hero__body,.vc-request-hero__facts,.vc-settings-grid,.vc-table__row,.vc-customer-request,.vc-request-definition-list div,.vc-request-result-row{grid-template-columns:1fr}.vc-request-results-head,.vc-topbar__actions,.vc-request-chat-composer__actions,.vc-request-hero__head,.vc-request-hero__actions,.vc-request-hero__section-head{align-items:stretch;flex-direction:column}.vc-request-chat-shell{grid-template-columns:1fr}.vc-store-portal-grid,.vc-staff-management-card__head{flex-direction:column}.vc-staff-management-qr{width:100%}.vc-settings-form__footer{justify-items:stretch}.vc-table__row--head{display:none}.vc-customer-request .vc-button{width:100%}.vc-customer-portal-card__head,.vc-customer-portal-card__meta{grid-template-columns:1fr}.vc-customer-portal-card__head{flex-direction:column}.vc-customer-portal-card__status{align-self:flex-start}.vc-request-hero__title-row h2{font-size:24px}.vc-request-hero__actions .vc-button,.vc-request-hero__section-head .vc-button{width:100%}}@media(max-width:880px){.vc-staff-sidebar{height:auto;position:sticky;width:100%}.vc-staff-sidebar__header{height:66px;padding:0 16px}.vc-staff-sidebar__brand-text{font-size:21px}.vc-staff-sidebar__menu-button{display:inline-flex}.vc-staff-sidebar__nav{display:none;padding-bottom:14px}.vc-staff-layout--menu-open .vc-staff-sidebar__nav{display:flex}.vc-staff-main{margin-left:0}.vc-staff-header{display:none}.vc-staff-content{padding:18px}}@media(max-width:640px){.vc-auth,.vc-customer,.vc-shell{padding:14px}.vc-auth__panel,.vc-customer__panel,.vc-section,.vc-overview-band,.vc-detail-grid{border-radius:16px;padding:16px}.vc-auth__title,.vc-topbar__title{font-size:24px}.vc-customer__lead{font-size:14px;margin-bottom:18px}.vc-staff-sidebar__header{padding:0 14px}.vc-staff-sidebar__brand{gap:10px}.vc-staff-sidebar__brand-text{font-size:20px}.vc-staff-content{padding:14px}.vc-topbar,.vc-overview-band,.vc-section__head,.vc-customer__header,.vc-section,.vc-settings-tabs{margin-bottom:14px}.vc-settings-tabs{gap:8px}.vc-settings-tab{flex:1 1 calc(50% - 4px);min-height:42px;padding:0 12px}.vc-settings-grid{gap:14px}.vc-staff-sidebar__user{padding:14px 10px 8px}.vc-customer-portal-card{border-radius:14px;padding:16px}.vc-customer-portal-card__head h2{font-size:18px}}
