#root{width:100%;min-height:100vh}@font-face{font-family:NT Bau;src:url(/assets/fonts/NTBau-Light.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:NT Bau;src:url(/assets/fonts/NTBau-Regular.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:NT Bau;src:url(/assets/fonts/NTBau-Medium.otf) format("opentype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:NT Bau;src:url(/assets/fonts/NTBau-Bold.otf) format("opentype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:NT Bau;src:url(/assets/fonts/NTBau-Black.otf) format("opentype");font-weight:900;font-style:normal;font-display:swap}:root{--color-purple: #841BEE;--color-purple-hover: #9B3FF5;--color-purple-dark: #2E134A;--color-orange: #FF9E1B;--color-lavender: #F3E8FD;--color-lavender-dark: #E6D1FC;--color-lavender-5: #D5D0DB;--color-page: #F4F4F4;--color-white: #FFFFFF;--color-gray-border: #E9E9E9;--color-gray-muted: #A7A8A9;--text-primary: var(--color-purple-dark);--text-muted: var(--color-gray-muted);--text-brand: var(--color-purple);--font-family: "NT Bau", "Inter", "Helvetica Neue", sans-serif;--radius-sm: 4px;--radius-md: 10px;--radius-lg: 15px;--radius-pill: 999px;--ease: cubic-bezier(.2, 0, 0, 1);--dur: .2s;--banner-h: 33px}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0}body{font-family:var(--font-family);font-size:14px;line-height:1.4;color:var(--text-primary);background:var(--color-page);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}button{font-family:inherit;cursor:pointer;border:0;background:none;color:inherit;padding:0}input,textarea{font-family:inherit;font-size:inherit;color:inherit}a{color:var(--color-purple);text-decoration:underline;text-underline-offset:3px}img,svg{display:block;max-width:100%}ol,ul{list-style:none;margin:0;padding:0}.shell{min-height:calc(100vh - var(--banner-h));display:grid;grid-template-columns:1fr 409px;background:var(--color-page)}.shell__main{padding:24px;display:flex;flex-direction:column;min-height:calc(100vh - var(--banner-h))}.shell__aside{background:var(--color-white);padding:24px;display:flex;flex-direction:column;position:relative;height:calc(100vh - var(--banner-h));overflow:hidden}.topcard{background:var(--color-white);border-radius:var(--radius-md);padding:7px;display:inline-flex;align-items:center;gap:12px;box-shadow:0 0 17px #0000000d;width:fit-content}.topcard__btn{width:38px;height:38px;border-radius:4px;background:var(--color-page);display:inline-flex;align-items:center;justify-content:center;color:var(--color-purple-dark)}.topcard__logo{padding:0 8px;display:inline-flex;align-items:center}.hero{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;flex:1;padding:40px 24px;gap:24px;max-width:640px;width:100%;margin:0 auto}.hero__title{font-size:40px;font-weight:500;line-height:1.1;letter-spacing:-.04em;color:var(--color-purple-dark);margin:0}.hero__title em{font-style:normal;color:inherit}.hero__title .colon{display:inline-block;width:6px;height:.5em;vertical-align:baseline;margin-left:4px;position:relative;top:0}.hero__title .colon span{display:block;width:6px;height:6px;border-radius:50%;background:var(--color-orange);position:absolute;left:0}.hero__title .colon span:first-child{top:0}.hero__title .colon span:last-child{bottom:0}.hero__sub{font-size:14px;line-height:1.5;color:var(--color-purple-dark);margin:0;max-width:560px}.hero__input{width:100%;max-width:562px;background:var(--color-white);border:1px solid var(--color-lavender);border-radius:var(--radius-lg);display:flex;align-items:flex-end;padding:8px}.hero__input input,.hero__input textarea{flex:1;border:0;outline:0;background:transparent;font-size:14px;padding:12px 16px;color:var(--color-purple-dark)}.hero__input textarea{font-family:inherit;line-height:1.4;resize:none;white-space:normal;height:auto;overflow:hidden;max-height:8em}.m-screen .hero__input textarea{min-height:calc(2.8em + 24px)}.hero__input input::placeholder,.hero__input textarea::placeholder{color:var(--color-purple-dark);opacity:.5}.hero__send{width:48px;height:48px;border-radius:var(--radius-md);background:var(--color-purple);color:var(--color-white);display:inline-flex;align-items:center;justify-content:center;transition:background var(--dur) var(--ease)}.hero__send:hover{background:var(--color-purple-hover)}.chips{display:flex;flex-wrap:wrap;justify-content:center;gap:8px;max-width:620px}.chips button{padding:0;background:transparent;line-height:0;transition:transform var(--dur) var(--ease),filter var(--dur) var(--ease)}.chips button:hover{filter:brightness(1.05)}.chips button:active{transform:scale(.97)}.chips img{display:block;height:30px;width:auto}.aside__title{font-size:14px;font-weight:500;color:var(--color-purple-dark);margin:0 0 24px;padding-bottom:16px;border-bottom:1.5px solid var(--color-gray-border);display:flex;align-items:center;gap:12px;flex:none}.stepper{display:flex;flex-direction:column;position:relative}.stepper__item{display:grid;grid-template-columns:26px 1fr;column-gap:14px;position:relative}.stepper__marker{display:flex;flex-direction:column;align-items:center}.stepper__badge{width:26px;height:26px;border-radius:50%;background:var(--color-gray-border);color:var(--color-purple-dark);font-size:12px;font-weight:500;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.stepper__badge--active{background:var(--color-lavender);color:var(--color-purple)}.stepper__connector{flex:1;width:3px;margin:0;min-height:24px;background:url(/assets/icons/stepper-connector.svg) center / 3px 52px no-repeat}.stepper__card{background:var(--color-page);border-radius:var(--radius-md);padding:14px 20px;display:flex;flex-direction:column;gap:4px;margin-bottom:8px}.stepper__card--active{background:var(--color-lavender)}.stepper__label{font-size:14px;font-weight:500;color:var(--color-purple);line-height:1.3}.stepper__value{font-size:14px;color:var(--color-gray-muted);line-height:1.3}.stepper__value--filled{color:var(--color-purple-dark)}.aside__bottom{margin-top:auto;padding-top:24px;flex:none}.aside__divider{display:block;width:100%;height:auto;margin-bottom:20px}.cta-row-btn{display:block;width:100%;background:transparent;padding:0;line-height:0}.cta-row-btn img{width:100%;height:auto;display:block}.quote-panel{width:auto;margin:0 -24px;padding:16px;background:var(--color-white);border-top-left-radius:24px;border-top-right-radius:24px;box-shadow:0 -5px 22px #00000026}.aside__footer{margin-top:24px;padding-top:16px;display:flex;justify-content:center;gap:20px;font-size:12px}.aside__footer a{color:var(--color-purple);text-decoration:underline;text-underline-offset:3px}.notice{display:flex;align-items:center;gap:12px;background:var(--color-lavender);border-radius:var(--radius-md);padding:14px 16px;color:var(--color-purple-dark);max-width:720px;width:100%;margin-left:auto;margin-right:auto}.notice__icon{flex-shrink:0}.notice__text{flex:1;margin:0;font-size:13px;line-height:1.45}.notice__text strong{font-weight:500;color:var(--color-purple)}.notice__link{color:var(--color-purple);text-decoration:underline;text-underline-offset:3px;white-space:nowrap}.notice__close{flex-shrink:0;width:24px;height:24px;display:inline-flex;align-items:center;justify-content:center;opacity:.7;transition:opacity var(--dur) var(--ease)}.notice__close:hover{opacity:1}.shell__main--chat{padding:24px;display:flex;flex-direction:column;position:relative;height:calc(100vh - var(--banner-h));overflow:hidden}.selected-product{background:var(--color-lavender-dark);border:1px solid var(--color-lavender);border-radius:10px;padding:14px 16px;filter:drop-shadow(0 4px 6px rgba(0,0,0,.02));display:inline-flex;align-items:center;width:196px;margin:-16px auto 0;position:relative;z-index:1}.selected-product__label{font-size:14px;font-weight:400;letter-spacing:-.04em;line-height:1.3;color:var(--color-purple-dark);white-space:nowrap;margin:0}.chat{flex:1;display:flex;flex-direction:column;gap:20px;max-width:717px;width:100%;margin:70px auto 0;padding-bottom:24px}.chat__group{display:flex;flex-direction:column;gap:1px}.chat__group--user-led{align-items:flex-end}.bubble{border-radius:20px;padding:20px;filter:drop-shadow(0 4px 6px rgba(0,0,0,.02));font-size:14px;line-height:1.3;letter-spacing:-.04em;color:#000;margin:0}.bubble--ai{background:var(--color-white);border:1px solid var(--color-lavender);align-self:flex-start}.bubble--ai-inline{display:inline-flex;align-items:center}.bubble--user{background:var(--color-lavender-dark);border:1px solid var(--color-lavender);color:var(--color-purple-dark);align-self:flex-end;max-width:574px}.opt-tags{display:flex;flex-wrap:wrap;gap:4px;margin-top:17px}.opt-tags__tag{height:30px;background:var(--color-white);border:1px dashed var(--color-purple);border-radius:29px;padding:11px 10px;display:inline-flex;align-items:center;justify-content:center;gap:4px;font-size:11px;font-weight:500;letter-spacing:-.05em;line-height:1.3;color:var(--color-purple-dark);white-space:nowrap;cursor:pointer;transition:background var(--dur) var(--ease)}.opt-tags__tag:hover{background:var(--color-lavender)}.opt-tags__tag--with-icon{padding-left:8px;padding-right:10px}.opt-tags__tag-icon{width:16px;height:16px;flex-shrink:0}.chat-input{flex-shrink:0;margin:12px auto 4px;width:768px;max-width:100%;background:var(--color-white);border:1px solid var(--color-lavender);border-radius:15px;padding:8px 8px 8px 16px;display:flex;align-items:center;justify-content:space-between}.chat-input input{flex:1;border:0;outline:0;background:transparent;font-size:16px;letter-spacing:-.04em;line-height:22px;color:var(--color-purple-dark);padding:13px 0;font-family:inherit}.chat-input input::placeholder{color:var(--color-purple-dark);opacity:.5}.chat-input__send{width:48px;height:48px;border-radius:10px;background:var(--color-purple);color:var(--color-white);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;border:0;cursor:pointer;transition:background var(--dur) var(--ease),opacity var(--dur) var(--ease)}.chat-input__send:not(:disabled):hover{background:var(--color-purple-hover)}.chat-input__send:disabled{opacity:.4;cursor:default}.stepper__card--active{background:var(--color-lavender-dark)}.stepper__card--active .stepper__value{color:var(--color-purple-dark);opacity:1}.stepper__badge--active{background:var(--color-lavender-dark);color:var(--color-purple)}.stepper__card--filled-overflow{background:var(--color-lavender-dark);position:relative;overflow:hidden}.stepper__card--filled-overflow .stepper__value{height:56px;overflow:hidden;color:var(--color-purple-dark);opacity:1}.stepper__card--filled-overflow:after{content:"";position:absolute;left:16px;right:16px;bottom:16px;height:41px;background:linear-gradient(to bottom,rgba(230,209,252,0),var(--color-lavender-dark));pointer-events:none}.stepper__card--formula,.stepper__card--qc{background:var(--color-lavender-dark);border-radius:var(--radius-md);padding:16px 16px 42px;position:relative;display:flex;flex-direction:column;gap:8px}.product-section__cards .stepper__card.stepper__card--formula,.product-section__cards .stepper__card.stepper__card--qc{background:var(--color-lavender-dark);padding:16px 16px 42px}.formula-table{background:var(--color-lavender);border:1px solid #D3C2E2;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;width:100%;position:relative}.formula-table__row{display:flex;width:100%;min-height:30px}.formula-table__row+.formula-table__row{border-top:1px solid #D3C2E2}.formula-table__cell{padding:6px 8px;font-size:14px;line-height:1.2;letter-spacing:-.04em;color:var(--color-purple-dark);display:flex;align-items:center;margin:0}.formula-table__cell--component{flex:1;min-width:0;text-align:left;font-weight:700;overflow-wrap:break-word}.formula-table__cell--value{flex-shrink:0;justify-content:flex-end;text-align:right;white-space:nowrap;padding-left:8px}.formula-table--collapsed{max-height:90px;overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,#000 60%,transparent 100%);mask-image:linear-gradient(to bottom,#000 60%,transparent 100%)}.qc-table{background:var(--color-lavender);border:1px solid #D3C2E2;border-radius:8px;overflow:hidden;display:flex;flex-direction:column;width:100%}.qc-table__row{display:flex;width:100%;min-height:30px}.qc-table__row+.qc-table__row{border-top:1px solid #D3C2E2}.qc-table__cell{flex:1;min-width:0;padding:6px 8px;font-size:14px;font-weight:700;line-height:1.2;letter-spacing:-.04em;color:var(--color-purple-dark);overflow-wrap:break-word;display:flex;align-items:center;margin:0}.qc-table--collapsed{max-height:90px;overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,#000 60%,transparent 100%);mask-image:linear-gradient(to bottom,#000 60%,transparent 100%)}.formula-comps{display:flex;flex-direction:column;gap:8px}.formula-comp{background:var(--color-lavender);border:1px solid #D3C2E2;border-radius:8px;overflow:hidden}.formula-comp__row{display:flex;min-height:30px}.formula-comp__row+.formula-comp__row{border-top:1px solid #D3C2E2}.formula-comp__cell{padding:6px 8px;font-size:14px;line-height:1.2;letter-spacing:-.04em;color:var(--color-purple-dark);display:flex;align-items:center;margin:0}.formula-comp__cell--name,.formula-comp__cell--vendor{flex:1;min-width:0;overflow-wrap:break-word}.formula-comp__cell--name{font-weight:700}.formula-comp__cell--value,.formula-comp__cell--sku{flex-shrink:0;justify-content:flex-end;text-align:right;white-space:nowrap;padding-left:8px}.formula-table__row--ph{background:var(--color-lavender);border:1px solid #D3C2E2;border-radius:8px;display:flex;min-height:30px;margin-top:8px;position:relative;z-index:1}.formula-table__row--ph .formula-table__cell--component{flex:1;font-weight:700}.formula-table__row--ph .formula-table__cell--value{flex:0 0 auto;width:auto;white-space:nowrap}.formula-table__cell--empty{opacity:.5}.formula-table__ph-value{cursor:pointer;font-family:inherit;background:none;border:0;-webkit-appearance:none;-moz-appearance:none;appearance:none}.formula-table__ph-input{width:100%;font-family:inherit;color:inherit;background:none;border:0}.stepper__expand{align-self:flex-end;width:22px;height:22px;border-radius:4px;background:var(--color-lavender);color:var(--color-purple);font-size:14px;line-height:1;display:inline-flex;align-items:center;justify-content:center;border:0;cursor:pointer}.stepper__card--formula .stepper__expand,.stepper__card--qc .stepper__expand{position:absolute;right:8px;bottom:8px}.stepper__badge--filled{background:var(--color-lavender-dark);color:var(--color-purple-dark);font-weight:400;font-size:11px}.stepper__connector--long{background-repeat:repeat-y}.cta-quote{background:var(--color-purple);border-radius:10px;height:48px;width:100%;display:flex;align-items:center;justify-content:space-between;padding-left:16px;padding-right:4px;border:0;cursor:pointer;transition:background var(--dur) var(--ease)}.cta-quote:hover{background:var(--color-purple-hover)}.cta-quote:disabled{background:var(--color-page);cursor:not-allowed}.cta-quote--inactive{background:var(--color-page)}.cta-quote__label{font-size:12px;font-weight:700;line-height:16px;color:var(--color-white);text-transform:uppercase;letter-spacing:0;margin:0}.cta-quote:disabled .cta-quote__label,.cta-quote--inactive .cta-quote__label{color:var(--color-gray-muted)}.cta-quote__icon-bg{width:44px;height:40px;border-radius:6px;background:#fff3;display:inline-flex;align-items:center;justify-content:center}.cta-quote:disabled .cta-quote__icon-bg,.cta-quote--inactive .cta-quote__icon-bg{background:var(--color-lavender-dark)}.confirm-panel{margin-top:auto;display:flex;flex-direction:column;gap:40px}.confirm-panel__text{display:flex;flex-direction:column;gap:15px}.confirm-panel__title{font-size:24px;font-weight:400;line-height:1.3;letter-spacing:-.04em;color:var(--color-purple-dark);margin:0}.confirm-panel__body{font-size:16px;line-height:1.4;letter-spacing:-.04em;color:var(--color-purple-dark)}.confirm-panel__body p{margin:0 0 16px}.confirm-panel__body p:last-child{margin-bottom:0}.confirm-panel__list{list-style:disc;margin:0 0 16px 24px;padding:0}.confirm-panel__list li{margin-bottom:8px;color:var(--color-purple);font-weight:700}.confirm-panel__list li:last-child{margin-bottom:0}.confirm-panel__actions{display:flex;flex-direction:column;gap:16px}.confirm-panel__buttons{display:flex;flex-direction:column;gap:4px}.cta-quote--dark{background:var(--color-purple-dark)}.cta-quote--dark:hover{background:#3f1b65}.processing-hero{background:var(--color-lavender);border-radius:24px;padding:20px;display:flex;align-items:center;justify-content:center;width:100%}.processing-hero__icon{width:96px;height:96px}.processing-content{display:flex;flex-direction:column;gap:20px;align-items:center;width:100%;margin-top:13px}.status-list{display:flex;flex-direction:column;width:100%}.status-list__item{display:flex;align-items:center;gap:16px;padding:17px 0;border-bottom:1px solid var(--color-gray-border);width:100%}.status-list__dot{width:11px;height:11px;border-radius:50%;flex-shrink:0;background:var(--color-gray-border)}.status-list__dot--magenta{background:#b2167e}.status-list__dot--orange{background:var(--color-orange)}.status-list__dot--purple{background:#9f3eff}.status-list__label{flex:1;font-size:14px;line-height:1.3;letter-spacing:-.04em;color:var(--color-purple-dark);margin:0}.results-topbar{display:flex;align-items:center;justify-content:space-between;width:100%;max-width:768px}.shell__main--chat .results-topbar{margin-left:auto;margin-right:auto}.shell__main--chat .results-topbar .start-over-link{align-self:flex-start}.topcard-row{display:flex;align-items:center;gap:5px}.topcard-back{height:52px;background:var(--color-white);border:1px solid var(--color-gray-border);border-radius:var(--radius-md);padding:14px 16px 14px 10px;display:inline-flex;align-items:center;gap:4px;font-size:12px;font-weight:700;line-height:16px;color:var(--color-purple-dark);text-transform:uppercase;letter-spacing:0;white-space:nowrap;cursor:pointer}.start-over-link{display:inline-flex;align-items:center;gap:8px;font-size:12px;font-weight:700;line-height:16px;color:var(--color-purple);text-transform:uppercase;letter-spacing:0;text-decoration:none;background:none;border:0;cursor:pointer}.results-divider{border:0;border-top:1px solid var(--color-gray-border);width:100%;max-width:768px;margin:24px 0 0}.results-title-row{display:flex;align-items:flex-end;justify-content:space-between;width:100%;max-width:768px;margin-top:25px}.results-title-block{display:flex;flex-direction:column;gap:6px}.results-title{display:inline-flex;align-items:center;gap:10px;background:var(--color-white);border:1px solid var(--color-gray-border);border-radius:5px;padding:3px 6px;font-size:16px;line-height:1.4;letter-spacing:-.04em;color:var(--color-purple-dark);width:fit-content}.results-title__edit{width:24px;height:24px;background:none;border:0;padding:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center}.results-meta{font-size:14px;line-height:1.3;letter-spacing:-.04em;color:var(--color-purple-dark);opacity:.5;margin:0}.spec-card{background:var(--color-white);border:1px solid var(--color-gray-border);border-radius:20px;width:100%;max-width:768px;margin-top:25px;overflow:hidden;display:flex;flex-direction:column}.spec-row{padding:16px 20px;display:flex;flex-direction:column;gap:5px;border-bottom:1px solid var(--color-gray-border)}.spec-row:last-child{border-bottom:0}.spec-row__label{font-size:14px;line-height:1.3;letter-spacing:-.04em;color:var(--color-purple);margin:0}.spec-row__value{font-size:14px;line-height:1.3;letter-spacing:-.04em;color:var(--color-purple-dark);margin:0}.spec-row--split{flex-direction:row;align-items:stretch;gap:16px;padding:8px}.spec-row--split .spec-row__main{width:248px;padding:8px 12px;display:flex;flex-direction:column;gap:5px}.spec-callout{flex:1;background:var(--color-page);border-radius:var(--radius-md);padding:12px 8px 12px 19px;display:flex;align-items:center;gap:16px}.spec-callout-tag{background:#117289;color:var(--color-white);border-radius:5px;padding:10px 7px;height:22px;display:inline-flex;align-items:center;font-size:9px;font-weight:700;line-height:16px;letter-spacing:0;text-transform:uppercase;flex-shrink:0;white-space:nowrap}.spec-callout-text{flex:1;font-size:12px;line-height:1.3;letter-spacing:-.04em;color:var(--color-purple-dark);margin:0;padding:0 8px}.contact-form{width:100%;max-width:768px;margin-top:84px}.contact-form__title{font-size:28px;font-weight:500;line-height:1.2;letter-spacing:-.04em;color:var(--color-purple-dark);margin:0 0 22px}.contact-form__rows{display:flex;flex-direction:column;gap:8px}.contact-form__row{display:flex;gap:10px}.field{flex:1;display:flex;flex-direction:column;gap:4px}.field__input{height:48px;background:var(--color-white);border:2px solid #D5D0DB;border-radius:var(--radius-md);padding:0 18px;font-family:var(--font-family);font-size:14px;font-weight:500;letter-spacing:-.05em;line-height:20px;color:var(--color-purple-dark);outline:0;width:100%}.field__input::placeholder{color:var(--color-purple-dark)}.field__input:focus{border-color:var(--color-purple)}.shell__aside--results .submit-block{display:flex;flex-direction:column;gap:16px;margin-top:16px}.shell__aside--results .submit-block .aside__divider{width:334px;margin:0}.shell__aside--results .submit-block .aside__footer{margin-top:0;padding-top:0}.shell__main--results{padding:25px 24px 64px;position:relative;gap:0;align-items:flex-start}.m-screen{width:100%;max-width:480px;min-height:calc(100vh - var(--banner-h));min-height:calc(100dvh - var(--banner-h));margin:0 auto;padding:16px;padding-bottom:calc(16px + env(safe-area-inset-bottom));box-sizing:border-box;background:var(--color-page);display:flex;flex-direction:column;position:relative}.m-screen .shell__main,.m-screen .shell__main--chat,.m-screen .shell__main--results{padding:0;min-height:0;height:auto;overflow:visible;flex:1 1 auto}.m-topbar{display:flex;align-items:center;justify-content:space-between;gap:5px;width:100%}.product-pill{background:var(--color-white);border-radius:var(--radius-md);height:52px;width:249px;padding-left:16px;padding-right:8px;display:inline-flex;align-items:center;justify-content:space-between;gap:8px;filter:drop-shadow(0 0 32px rgba(0,0,0,.06))}.product-pill__icon{width:18px;height:20px;flex-shrink:0}.product-pill__label{flex:1;font-size:14px;line-height:1.3;letter-spacing:-.04em;color:var(--color-purple-dark);margin:0;text-align:left}.product-pill__chevron{background:var(--color-lavender-dark);width:38px;height:38px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.product-pill__chevron>svg{width:12px;height:8px}.m-input{width:100%;background:var(--color-white);border:1px solid var(--color-lavender);border-radius:var(--radius-md);padding:8px 8px 8px 20px;display:flex;align-items:center;gap:12px}.m-input__field{flex:1;background:transparent;border:0;outline:0;font-family:var(--font-family);font-size:12px;letter-spacing:-.04em;line-height:1.3;color:var(--color-purple-dark)}.m-input__field::placeholder{color:var(--color-purple-dark);opacity:.5}.m-input__send{background:var(--color-purple);border-radius:var(--radius-md);width:48px;height:48px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;cursor:pointer;transition:background var(--dur) var(--ease),opacity var(--dur) var(--ease)}.m-input__send:not(:disabled):hover{background:var(--color-purple-hover)}.m-input__send:disabled{opacity:.4;cursor:default}.chips{display:flex;flex-wrap:wrap;align-content:center;justify-content:center;gap:4px 2px;width:100%}.chip{display:inline-flex;align-items:center;gap:4px;height:30px;padding:11px 10px 11px 8px;border-radius:29px;font-size:11px;font-weight:500;letter-spacing:-.05em;line-height:1.3;white-space:nowrap;background:var(--color-white);color:var(--color-purple-dark);border:0;cursor:pointer;font-family:var(--font-family);transition:filter var(--dur) var(--ease)}.chip:hover{filter:brightness(.95)}.chip__icon{width:16px;height:16px;flex-shrink:0}.chip--teal{background:#117289;color:#dbf5fb}.chip--magenta{background:#b2167e;color:#fde6f5}.chip--orange{background:var(--color-orange);color:#fdfaf5}.chip--cyan{background:#00a4cd;color:#eaf9fc}.chip--ghost{background:var(--color-white);color:var(--color-purple-dark)}.chips button.chip{background:var(--color-white)}.chips button.chip--teal{background:#117289}.chips button.chip--magenta{background:#b2167e}.chips button.chip--orange{background:var(--color-orange)}.chips button.chip--cyan{background:#00a4cd}.chips button.chip--ghost{background:var(--color-white)}.nda-notice--mobile{background:var(--color-lavender-dark);border-radius:var(--radius-md);padding:9px 12px;display:flex;align-items:center;gap:10px;width:100%;margin-top:auto}.nda-notice--mobile__icon{width:32px;height:32px;border-radius:var(--radius-md);background:var(--color-white);display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.nda-notice--mobile__body{flex:1;font-size:12px;line-height:1.3;letter-spacing:-.04em;color:var(--color-purple-dark);margin:0}.nda-notice--mobile__body strong{font-weight:700}.nda-notice--mobile__link{display:inline-block;margin-top:4px;font-size:12px;line-height:1.3;letter-spacing:-.04em;color:var(--color-purple);text-decoration:underline;text-underline-offset:3px}.nda-notice--mobile__close{width:16px;height:16px;background:none;border:0;padding:0;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.m-screen .chat{margin:16px 0 0;width:100%;max-width:100%;gap:20px}.m-screen .bubble{font-size:16px;line-height:22px}.m-screen .bubble--user{max-width:100%}.m-screen .opt-tags{gap:6px}.m-screen .opt-tags__tag{height:41px;padding:11px 16px;font-size:16px;line-height:22px;font-weight:400;letter-spacing:-.04em}.m-screen .opt-tags__tag--with-icon{padding-left:8px;padding-right:16px}.m-screen .opt-tags__tag-icon{width:24px;height:24px}.m-screen .m-input{position:sticky;bottom:calc(16px + env(safe-area-inset-bottom));margin-top:12px;z-index:3}.m-screen .m-input__field{font-size:16px;line-height:22px}.product-pill__step-badge{background:var(--color-purple);width:16px;height:16px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:400;letter-spacing:-.04em;color:var(--color-white);line-height:1}.m-screen__top-fade{position:absolute;top:0;left:0;right:0;height:230px;background:linear-gradient(to bottom,var(--color-page),rgba(244,244,244,0));pointer-events:none;z-index:1}.m-topbar{position:sticky;top:0;z-index:4;background:var(--color-page);padding:16px 0 10px;margin-top:-16px}.m-screen .chat{position:relative;z-index:0}.m-modal-scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008f;z-index:10;pointer-events:auto}.m-modal{position:fixed;left:50%;top:50%;transform:translate(-50%,-50%);width:358px;max-width:calc(100% - 32px);background:var(--color-white);border-radius:var(--radius-md);z-index:11;padding:24px;display:flex;flex-direction:column}.product-pill--expanded{width:358px;padding-left:16px;padding-right:7px;border-radius:var(--radius-md) var(--radius-md) 0 0;border-bottom:1px solid var(--color-page)}.product-pill--expanded .product-pill__label{text-align:center;flex:1}.product-pill__expand{background:var(--color-lavender-dark);height:38px;border-radius:4px;display:inline-flex;align-items:center;justify-content:center;gap:9px;padding:0 10px;flex-shrink:0}.stepper-drawer{position:fixed;left:50%;transform:translate(-50%);bottom:0;width:100%;max-width:480px;height:auto;max-height:88dvh;overflow-y:auto;z-index:50;background:var(--color-white);padding:25px 25px calc(24px + env(safe-area-inset-bottom));box-sizing:border-box;display:flex;flex-direction:column;justify-content:flex-start;border-radius:20px 20px 0 0;box-shadow:0 -2px 24px #2e134a1f}.stepper-drawer__header{position:sticky;top:0;z-index:2;align-self:stretch;display:flex;flex-direction:column;align-items:flex-end;padding:8px;margin:-25px -25px 20px;background:linear-gradient(to bottom,#fff 45%,#fff0)}.stepper-drawer__orderbar{width:100%;box-sizing:border-box;height:48px;display:flex;align-items:center;justify-content:space-between;padding:2px 2px 2px 15px;background:var(--color-lavender);border-radius:10px}.stepper-drawer__orderbar-left{display:flex;align-items:center;gap:11px;min-width:0}.stepper-drawer__orderbar-icon{width:18px;height:20px;flex-shrink:0}.stepper-drawer__orderbar-label{font-weight:400;font-size:12px;line-height:1.3;letter-spacing:-.48px;color:var(--color-purple-dark);white-space:nowrap}.stepper-drawer__orderbar-chip{align-self:stretch;display:flex;align-items:center;justify-content:center;gap:4px;padding:0 13px;background:var(--color-lavender-dark);border-radius:8px;border:0;cursor:pointer;flex-shrink:0}.stepper-drawer__orderbar-count{width:16px;height:16px;border-radius:90px;background:var(--color-purple);color:var(--color-white);display:inline-flex;align-items:center;justify-content:center;font-weight:400;font-size:11px;letter-spacing:-.44px;line-height:1;flex-shrink:0}.stepper-drawer__orderbar-chevron{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;color:var(--color-purple);flex-shrink:0}.stepper-drawer__scrim{position:fixed;top:0;right:0;bottom:0;left:0;background:#00000080;z-index:49}.stepper-drawer__body{display:block}.stepper-drawer__rail{display:flex;flex-direction:column;align-items:center}.stepper-drawer__step{width:26px;height:26px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;font-size:11px;font-weight:400;letter-spacing:-.04em;color:var(--color-purple-dark);background:var(--color-lavender-dark);flex-shrink:0}.stepper-drawer__step--future{background:var(--color-gray-border)}.stepper-drawer__connector{width:1.5px;background:var(--color-purple);flex:1;min-height:24px}.stepper-drawer__connector--future{background:var(--color-gray-border)}.stepper-drawer__cards{display:flex;flex-direction:column;gap:4px;min-width:0}.stepper-drawer__card{background:var(--color-lavender-dark);border-radius:var(--radius-md);padding:16px;display:flex;flex-direction:column;gap:3px;position:relative}.stepper-drawer__card--future{background:var(--color-page)}.stepper-drawer__card--formula{gap:8px}.stepper-drawer__field{font-family:var(--font-family);font-weight:700;font-size:12px;letter-spacing:-.04em;line-height:1.3;color:var(--color-purple);margin:0}.stepper-drawer__card--formula .stepper-drawer__field{font-size:14px}.stepper-drawer__value{font-family:var(--font-family);font-size:12px;letter-spacing:-.04em;line-height:1.3;color:var(--color-purple-dark);margin:0}.stepper-drawer__value--placeholder{opacity:.5}.stepper-drawer__add{position:absolute;bottom:6px;right:16px;width:22px;height:22px;background:var(--color-lavender);border-radius:4px;display:inline-flex;align-items:center;justify-content:center;border:0;cursor:pointer;padding:0}.stepper-drawer__footer{display:flex;flex-direction:column;gap:16px;width:100%;margin-top:auto;padding-top:24px}.stepper-drawer__divider{border:0;border-top:1px solid var(--color-gray-border);margin:0}.stepper-drawer__links{display:flex;gap:14px;justify-content:center;font-size:12px;letter-spacing:-.04em;line-height:1.3;color:var(--color-purple)}.stepper-drawer__links a{color:inherit;text-decoration:underline;text-underline-offset:2px}.m-screen .results-topbar,.m-screen .results-divider,.m-screen .results-title-row,.m-screen .spec-card,.m-screen .contact-form{max-width:100%;width:100%}.m-screen .results-divider{margin-top:16px}.m-screen .results-title-row,.m-screen .spec-card{margin-top:25px}.m-screen .start-over-link{font-size:11px;line-height:1.2}.m-screen .results-title{font-size:16px;line-height:22px}.m-screen .results-meta,.m-screen .spec-row__label,.m-screen .spec-row__value{font-size:12px;line-height:1.3}.m-screen .spec-row{gap:4px}.m-screen .spec-row--split{flex-direction:column;align-items:stretch;gap:10px;padding:16px 8px 8px}.m-screen .spec-row--split .spec-row__main{width:100%;padding:0 12px}.m-screen .spec-callout{flex-direction:column;align-items:flex-start;gap:7px;padding:12px}.m-screen .spec-callout-text{padding:0 8px;font-size:12px}.m-screen .contact-form{margin-top:64px}.m-screen .contact-form__title{font-size:24px;margin-bottom:22px}.m-screen .contact-form__row{flex-direction:column;gap:10px}.m-submit-bar{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:100%;max-width:480px;height:200px;background:var(--color-white);border-top:1px solid var(--color-gray-border);display:flex;align-items:flex-end;justify-content:center;padding:0 31px calc(31px + env(safe-area-inset-bottom));box-sizing:border-box;z-index:5;border-top-left-radius:20px;border-top-right-radius:20px;box-shadow:0 -2px 16px #2e134a0f}.m-submit-bar__inner{width:328px;display:flex;flex-direction:column;gap:21px}.m-submit-bar__label{display:inline-flex;align-items:center;gap:25px;font-size:16px;line-height:1.4;letter-spacing:-.04em;color:var(--color-purple-dark)}.m-submit-bar__label img{flex-shrink:0}.m-submit-bar__name{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:240px}.m-submit-bar__actions{display:flex;flex-direction:column;gap:16px;align-items:center}.m-submit-bar__divider{border:0;border-top:1px solid var(--color-gray-border);width:334px;margin:0}.m-submit-bar__links{display:flex;gap:14px;font-size:12px;letter-spacing:-.04em;line-height:1.3;color:var(--color-purple)}.m-submit-bar__links a{color:inherit;text-decoration:underline;text-underline-offset:2px}.m-screen--results{min-height:calc(100dvh - var(--banner-h));padding-bottom:calc(200px + env(safe-area-inset-bottom))}.spec-callout-tag--muted{background:var(--color-gray-border);color:var(--color-purple-dark)}.stepper-drawer__card--formula-text{height:109px;padding:16px;position:relative;display:flex;flex-direction:row;align-items:stretch;gap:16px}.stepper-drawer__formula-overflow{width:207px;display:flex;flex-direction:column;gap:3px;position:relative;align-self:flex-end}.stepper-drawer__formula-overflow .stepper-drawer__field{font-size:14px}.stepper-drawer__formula-overflow__text{height:56px;font-size:12px;line-height:1.3;letter-spacing:-.04em;color:var(--color-purple-dark);margin:0;overflow:hidden;text-overflow:ellipsis;position:relative}.stepper-drawer__formula-overflow:after{content:"";position:absolute;left:0;right:0;bottom:0;height:41px;background:linear-gradient(to bottom,rgba(230,209,252,0),var(--color-lavender-dark));pointer-events:none}.product-pill--compact{width:249px;padding-left:16px;padding-right:8px;height:52px;filter:drop-shadow(0 0 32px rgba(0,0,0,.06));border:0}.product-pill--compact .product-pill__label{flex:1;text-align:center}.product-pill--compact .product-pill__chevron{background:var(--color-lavender-dark);width:38px;height:38px;border-radius:4px}.bubble--user-lavender{background:var(--color-lavender-dark);color:var(--color-purple-dark);border:1px solid var(--color-lavender);border-radius:20px;padding:20px;font-size:16px;line-height:22px;letter-spacing:-.04em;width:312px;margin-left:auto;display:block;box-shadow:0 4px 6px #00000005}.grade-tags{display:flex;flex-wrap:wrap;gap:6px;width:100%}.grade-tags__tag{background:var(--color-white);border:1px dashed var(--color-purple);border-radius:29px;height:41px;padding:11px 16px;display:inline-flex;align-items:center;gap:4px;font-size:16px;line-height:22px;letter-spacing:-.04em;color:#000;font-family:var(--font-family);cursor:pointer;white-space:nowrap}.grade-tags__tag--with-icon{padding-left:8px}.grade-tags__tag-icon{width:24px;height:24px;flex-shrink:0}.stepper-drawer--confirm{justify-content:flex-end}.confirm-drawer__body{display:flex;flex-direction:column;gap:40px;width:100%}.confirm-drawer__copy{display:flex;flex-direction:column;gap:15px;color:var(--color-purple-dark)}.confirm-drawer__title{font-size:21px;line-height:1.3;letter-spacing:-.04em;margin:0}.confirm-drawer__text{font-size:16px;line-height:1.4;letter-spacing:-.04em}.confirm-drawer__text p{margin:0 0 16px}.confirm-drawer__text p:last-child{margin:0}.confirm-drawer__list{list-style:disc;padding-left:24px;margin:0 0 16px}.confirm-drawer__list li{margin-bottom:8px}.confirm-drawer__list li:last-child{margin-bottom:0}.confirm-drawer__list strong{font-weight:700;color:var(--color-purple)}.confirm-drawer__actions{display:flex;flex-direction:column;gap:16px;width:100%}.confirm-drawer__buttons{display:flex;flex-direction:column;gap:4px;width:100%}.cta-quote--dark-mobile{background:var(--color-purple-dark)}.cta-quote--dark-mobile:hover{background:#3f1b65}.stepper-drawer__card--formula .stepper-drawer__formula{position:relative}.stepper-drawer__card--formula--collapsed .formula-table{max-height:78px;overflow:hidden}.stepper-drawer__card--formula--collapsed .stepper-drawer__formula:after{content:"";position:absolute;left:0;right:0;bottom:0;height:45px;background:linear-gradient(to bottom,rgba(230,209,252,0),var(--color-lavender-dark));pointer-events:none}@media (min-width: 481px) and (max-width: 768px){.shell{grid-template-columns:1fr}.shell__main{padding:20px;min-height:auto}.shell__aside{position:static;max-height:none;height:auto;overflow:visible}.chat{padding-bottom:120px}.chat-input{width:calc(100% - 32px)}.hero__title{font-size:32px}.hero{padding:32px 16px}.results-topbar{flex-direction:column;align-items:stretch;gap:8px}.contact-form__row{grid-template-columns:1fr}.spec-row,.spec-row--split{grid-template-columns:1fr;gap:4px}}@media (max-width: 480px){body{overflow-x:hidden}.m-screen--locked{overflow:hidden;height:100dvh}.chat{margin-top:16px;padding-bottom:120px}.contact-form__row{grid-template-columns:1fr}.spec-row,.spec-row--split{grid-template-columns:1fr;gap:4px}.m-screen .hero{padding:24px 8px;gap:16px}.m-screen .hero__title{font-size:28px;line-height:1.1}.m-screen .hero__title em{color:var(--color-purple)}.m-screen .hero__sub{font-size:12px;line-height:1.4}.m-screen .chip{height:auto;min-height:40px;font-size:13px;padding:10px 14px}.m-screen .chip__icon{width:18px;height:18px}}@keyframes blink{50%{opacity:0}}.chat--scrollable{flex:1 1 auto;min-height:0;overflow-y:auto;padding-left:16px;padding-right:16px;scrollbar-gutter:stable;scrollbar-width:thin;scrollbar-color:var(--color-lavender-dark) transparent}.chat--scrollable::-webkit-scrollbar{width:8px}.chat--scrollable::-webkit-scrollbar-track{background:transparent}.chat--scrollable::-webkit-scrollbar-thumb{background:var(--color-lavender-dark);border-radius:4px;min-height:80px}.chat--scrollable::-webkit-scrollbar-thumb:hover{background:#d3c2e2}.thinking-bubble{background:var(--color-white);border:1px solid var(--color-lavender);border-radius:20px;padding:20px;display:inline-flex;align-items:center;gap:10px;box-shadow:0 4px 6px #00000005;align-self:flex-start}.thinking-bubble__icon{width:28px;height:28px;flex-shrink:0}.thinking-bubble__icon svg{display:block;width:100%;height:100%}.thinking-bubble__text{font-family:var(--font-family);font-size:12px;line-height:1.3;letter-spacing:-.04em;color:var(--color-purple);white-space:nowrap;margin:0}.bubbles-icon{overflow:visible}.bubbles-icon circle{transform-box:fill-box;transform-origin:center;animation:bubble-breathe 1.8s ease-in-out infinite}.bubbles-icon circle:nth-child(1){animation-delay:0s}.bubbles-icon circle:nth-child(2){animation-delay:.25s}.bubbles-icon circle:nth-child(3){animation-delay:.5s}@keyframes bubble-breathe{0%,to{transform:scale(1);opacity:1}50%{transform:scale(1.18);opacity:.7}}@media (prefers-reduced-motion: reduce){.bubbles-icon circle{animation:none;opacity:1;transform:none}}.stepper__value--truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100%;display:block}.opt-tags__tag:hover,.opt-tags__tag--hover{background:var(--color-purple);border-color:var(--color-purple-dark);color:var(--color-white)}.opt-tags__tag.is-selected,.opt-tags__tag--selected{background:var(--color-lavender-dark);border-color:transparent;color:var(--color-purple-dark)}.opt-tags__tag:disabled,.opt-tags__tag--disabled,.opt-tags__tag.is-disabled{background:var(--color-white);border-color:var(--color-lavender-5);color:var(--color-lavender-5);cursor:not-allowed;pointer-events:none}.beta-banner{display:flex;align-items:center;gap:10px;height:var(--banner-h);box-sizing:border-box;padding:6px 16px;background:var(--color-lavender-2, #F4EEFF);color:var(--color-purple-dark);font-size:12px;border-bottom:1px solid var(--color-gray-border)}.beta-banner__tag{background:var(--color-purple);color:var(--color-white);font-weight:700;letter-spacing:.05em;padding:2px 8px;border-radius:var(--radius-pill);font-size:10px}.beta-banner__text{line-height:1.3}@media (max-width: 480px){.beta-banner{height:auto;min-height:var(--banner-h);align-items:flex-start;padding-top:8px;padding-bottom:10px}}.aside__title-edit{flex:1;font:inherit;color:inherit;background:transparent;border:1px solid transparent;border-radius:var(--radius-sm);padding:2px 6px;margin:-2px -6px;outline:none;min-width:0}.aside__title-edit:hover{border-color:var(--color-gray-border)}.aside__title-edit:focus{border-color:var(--color-purple);background:var(--color-white)}.stepper__toggle{margin-left:auto;display:inline-flex;align-items:center;padding:2px 6px;font-size:11px;color:var(--color-purple);background:transparent;border-radius:var(--radius-sm);transition:background var(--dur) var(--ease)}.stepper__toggle:hover{background:var(--color-lavender-2, #F4EEFF)}.stepper__toggle-icon{display:inline-block;margin-left:4px;transition:transform var(--dur) var(--ease)}.stepper__toggle--expanded .stepper__toggle-icon{transform:rotate(180deg)}.stepper__expanded-list{margin-top:6px;padding:0;list-style:none;font-size:12px;color:var(--color-purple-dark)}.stepper__expanded-list li{padding:3px 0;border-top:1px solid var(--color-gray-border)}.stepper__expanded-list li:first-child{border-top:0}.bubble--ai p{margin:0 0 8px}.bubble--ai p:last-child{margin-bottom:0}.bubble--ai ul{margin:4px 0 8px;padding-left:18px;list-style:disc}.bubble--ai ul ul{margin:2px 0;list-style:circle}.bubble--ai strong{font-weight:600;color:var(--color-purple-dark)}.contact-form--sidebar{width:100%;max-width:359px;margin-top:0}.contact-form--sidebar .contact-form__title{font-size:24px;margin-bottom:21px}.contact-form--sidebar .contact-form__rows{gap:6px}.contact-form--sidebar .contact-form__row{flex-direction:column;gap:6px}.results-title{gap:4px}.results-title__input,.results-title__name{background:transparent;border:0;padding:0;margin:0;outline:0;font:inherit;color:inherit;letter-spacing:inherit;display:inline-block;min-width:6ch;max-width:100%;field-sizing:content;cursor:text}.results-title__input:focus,.results-title__name:focus{outline:1.5px solid var(--color-purple);outline-offset:2px;border-radius:2px}.aside__title--order{font-size:16px;font-weight:400;letter-spacing:-.04em;gap:23px;margin:0 0 10px;padding:0 0 24px;border-bottom:1px solid var(--color-gray-border)}.product-section{display:flex;flex-direction:column;gap:10px}.product-section__header{display:flex;align-items:center;justify-content:space-between;padding-right:14px}.product-section__id{display:flex;flex:1 0 0;min-width:0;gap:2px;align-items:center}.product-section__count{background:var(--color-page);border-radius:var(--radius-md);padding:11px 14px 11px 16px;display:inline-flex;align-items:center;gap:5px;flex-shrink:0}.product-section__count-num{font-size:12px;line-height:1.1;letter-spacing:-.04em;color:var(--color-purple-dark);white-space:nowrap}.product-section__count-chevron{width:16px;height:16px;display:inline-flex;align-items:center;justify-content:center;color:var(--color-purple-dark)}.product-section__count-chevron.chevron{transition:transform .15s ease}.is-open .chevron{transform:rotate(180deg)}.product-section__name{background:var(--color-white);border:1.5px solid var(--color-gray-border);border-radius:var(--radius-md);height:42px;width:194px;padding:6px 12px;display:inline-flex;align-items:center;justify-content:space-between;flex-shrink:0}.product-section__name-text{font-size:14px;line-height:1.3;letter-spacing:-.04em;color:var(--color-purple-dark);white-space:nowrap;margin:0;flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis}.product-section__edit,.product-section__delete{width:16px;height:16px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;color:var(--color-purple-dark)}.product-section__delete{margin-left:8px;cursor:pointer}.product-section__steps{display:flex;gap:8px;align-items:stretch}.product-section__rail{display:flex;flex-direction:column;align-items:center;width:26px;flex-shrink:0;padding:21px 0}.product-section__rail .stepper__connector{flex:1;min-height:41px}.product-section__cards{flex:1 0 0;min-width:0;display:flex;flex-direction:column;gap:4px}.product-section__cards .stepper__card{background:var(--color-page);padding:16px;margin-bottom:0;gap:3px;border-radius:var(--radius-md)}.product-section__cards .stepper__card--filled{background:var(--color-lavender)}.product-section__cards .stepper__label{font-weight:700;color:var(--color-purple)}.product-section__cards .stepper__value{color:var(--color-purple-dark);opacity:1}.product-section__cards .stepper__value--empty{opacity:.5}.product-add{display:flex;align-items:center;justify-content:center;gap:4px;width:100%;height:48px;flex-shrink:0;padding:0 18px;background:var(--color-white);border:2px solid var(--color-gray-border);border-radius:var(--radius-md);cursor:pointer;transition:border-color var(--dur) var(--ease),background var(--dur) var(--ease)}.product-add:hover{border-color:var(--color-purple);background:var(--color-lavender)}.product-add__label{font-size:12px;font-weight:700;line-height:1.2;text-transform:uppercase;letter-spacing:0;color:var(--color-purple-dark);white-space:nowrap}.product-add__icon{width:24px;height:24px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;color:var(--color-purple-dark)}.product-trigger{display:inline-flex;align-items:center;justify-content:space-between;gap:8px;width:249px;height:52px;padding:0 8px 0 16px;background:var(--color-white);border-radius:var(--radius-md);filter:drop-shadow(0 0 32px rgba(0,0,0,.06))}.product-trigger__icon{width:18px;height:20px;flex-shrink:0}.product-trigger__label{flex:1;font-size:14px;line-height:1.3;letter-spacing:-.04em;color:var(--color-purple-dark);white-space:nowrap;margin:0}.product-trigger__chevron{width:38px;height:38px;flex-shrink:0;border-radius:var(--radius-sm);background:var(--color-lavender-dark);display:inline-flex;align-items:center;justify-content:center;color:var(--color-purple-dark)}.product-scroll{flex:1 1 auto;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:24px}:root{--color-lavender-light:#F9F5FE;--color-lavender-dark2:#D3C2E2;--color-teal:#117289}.summary__ordhead{display:flex;align-items:center;justify-content:space-between;height:30px;margin-bottom:16px}.summary__ordname{background:var(--color-white);border:1px solid var(--color-gray-border);border-radius:5px;display:inline-flex;align-items:center;gap:10px;padding:3px 6px}.summary__ordname-text{font-size:16px;letter-spacing:-.04em;color:var(--color-purple-dark);outline:none}.summary__ordname-edit{cursor:pointer;display:flex;width:24px;height:24px}.summary__ref{font-size:14px;letter-spacing:-.04em;color:var(--color-purple-dark);opacity:.5}.tabs{display:flex;background:var(--color-page);border:1px solid var(--color-gray-border);border-radius:20px 20px 0 0;position:relative}.tabs__tab{display:flex;align-items:center;gap:10px;height:48px;padding:10px 16px 10px 10px;border-right:1px solid var(--color-gray-border);cursor:pointer;white-space:nowrap;flex-shrink:0}.tabs__tab--active{background:var(--color-white);border-radius:10px 0 0}.tabs__pill{height:28px;border-radius:43px;padding:4px 8px;display:flex;align-items:center;font-size:12px;letter-spacing:-.04em;background:var(--color-gray-border);color:var(--color-purple-dark);opacity:.4}.tabs__tab--active .tabs__pill{background:var(--color-lavender);color:var(--color-purple);opacity:1}.tabs__name{font-size:16px;letter-spacing:-.04em;color:var(--color-purple-dark);outline:none;opacity:.4;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;vertical-align:middle}.tabs__tab--active .tabs__name{opacity:1}.tabs__name[contenteditable=true]{background:var(--color-lavender);border-radius:4px;padding:0 4px;opacity:1;cursor:text}.tabs__more{margin-left:auto;flex-shrink:0;gap:2px;border-right:0}.tabs__more--active .tabs__name{opacity:1;color:var(--color-purple)}.tabs__menu{position:absolute;top:54px;right:0;width:292px;background:var(--color-lavender-light);border:1px solid var(--color-lavender);border-radius:20px;box-shadow:0 4px 10px #00000026;padding:8px 16px;z-index:5;display:flex;flex-direction:column}.tabs__menu-item{height:50px;display:flex;flex-direction:column;justify-content:center;padding:0 24px;position:relative;cursor:pointer;overflow:hidden}.tabs__menu-item-name{font-size:16px;letter-spacing:-.04em;line-height:1.4;color:var(--color-purple-dark)}.tabs__menu-item:hover,.tabs__menu-item--current{background:var(--color-lavender-dark);border-radius:20px}.tabs__menu-item-check{position:absolute;right:33px;top:13px;display:flex}.summary-panel{background:var(--color-white);border:1px solid var(--color-gray-border);border-radius:0 0 20px 20px;overflow:hidden}.summary-panel__row{border-bottom:1px solid var(--color-gray-border);padding:16px 20px;display:flex;align-items:flex-start}.summary-panel__row:last-child{border-bottom:0}.summary-panel__label{font-size:14px;letter-spacing:-.04em;color:var(--color-purple);width:150px;flex-shrink:0}.summary-panel__value{font-size:14px;letter-spacing:-.04em;color:var(--color-purple-dark);flex:1;min-width:0;line-height:1.3;overflow-wrap:break-word}.summary-panel__value--empty{opacity:.5}.summary-panel__row--stack{flex-direction:column;gap:5px}.summary-panel__row--advise{display:flex;gap:16px;align-items:center;padding:8px 20px 8px 8px}.summary-panel__advise-label{padding:8px 12px;width:248px;flex-shrink:0;display:flex;flex-direction:column;gap:5px}.summary-panel__advise-box{flex:1;min-width:0;background:var(--color-page);border-radius:10px;display:flex;gap:12px;align-items:center;padding:12px 8px 12px 19px}.summary-panel__advise-text{font-size:12px;letter-spacing:-.04em;color:var(--color-purple-dark);line-height:1.3}.tag-advise{background:var(--color-teal);border-radius:5px;height:22px;padding:3px 7px;display:inline-flex;align-items:center;flex-shrink:0}.tag-advise span{font-size:9px;font-weight:700;text-transform:uppercase;color:#fff;line-height:16px}.ftable{display:flex;flex-direction:column;width:100%;margin-top:6px;border:1px solid var(--color-lavender-dark2);border-radius:8px;overflow:hidden}.ftable__tr{display:flex}.ftable__th,.ftable__td{display:flex;align-items:center;border-right:1px solid var(--color-lavender-dark2);border-bottom:1px solid var(--color-lavender-dark2);padding:8px;font-size:14px;letter-spacing:-.04em;color:var(--color-purple-dark);line-height:1.3;overflow-wrap:break-word;word-break:break-word}.ftable__td{min-height:26px}.ftable__th{background:var(--color-lavender);font-weight:700;color:#2e134ab3}.ftable__tr .ftable__th:last-child,.ftable__tr .ftable__td:last-child{border-right:0}.ftable__tr:last-child .ftable__td{border-bottom:0}.ftable__col--component{flex:1.4;min-width:0}.ftable__col--amount{width:120px;flex:0 0 120px}.ftable__col--grade{width:100px;flex:0 0 100px}.ftable__col--vendor{flex:1.3;min-width:0}.summary-panel__row--delete{background:#f4f4f480;justify-content:flex-end}.btn-delete-product{border:2px solid var(--color-purple-dark);border-radius:10px;height:48px;padding:0 18px;display:flex;align-items:center;gap:12px;background:transparent;cursor:pointer}.btn-delete-product span{font-size:12px;font-weight:700;text-transform:uppercase;color:var(--color-purple-dark);line-height:1.2}.review-rail{width:340px;flex-shrink:0;background:var(--color-white);border:1px solid var(--color-gray-border);border-radius:12px;padding:24px;display:flex;flex-direction:column;gap:32px}.review-rail__h{font-size:19px;font-weight:500;letter-spacing:-.04em;color:var(--color-purple-dark);margin:0 0 16px}.addon{border:1px solid var(--color-gray-border);border-radius:20px;padding:19px 24px;display:flex;flex-direction:column;gap:12px;margin-bottom:5px;cursor:pointer}.addon--selected{border:2px solid var(--color-purple)}.addon__top{display:flex;gap:8px;align-items:center}.addon__title{font-size:16px;letter-spacing:-.04em;color:var(--color-purple-dark);flex:1}.addon__divider{height:1px;background:var(--color-gray-border);width:100%}.addon__desc{font-size:12px;letter-spacing:-.04em;color:var(--color-purple-dark);line-height:1.3}.addon__tag{background:var(--color-gray-border);border-radius:5px;height:22px;padding:3px 7px;align-self:flex-start;display:inline-flex;align-items:center}.addon__tag span{font-size:9px;font-weight:700;text-transform:uppercase;color:var(--color-purple-dark);line-height:16px}.btn-submit-review{background:var(--color-purple);border-radius:10px;height:48px;display:flex;align-items:center;justify-content:space-between;padding:0 4px 0 16px;cursor:pointer;border:0;width:100%;margin-top:8px}.btn-submit-review span{font-size:12px;font-weight:700;text-transform:uppercase;color:#fff}.btn-submit-review__icon{width:44px;height:40px;border-radius:6px;background:#fff3;display:flex;align-items:center;justify-content:center}.shell--review{display:flex;align-items:stretch;height:calc(100vh - var(--banner-h));overflow:hidden;background:var(--color-page);padding-left:51px}.review-page{flex:1;min-width:0;overflow-y:auto;padding:32px 24px 64px;margin-right:51px;box-sizing:border-box}.review-page__topbar{margin-bottom:16px;max-width:794px}.review-page__main{min-width:0;max-width:794px}.review-rail{width:384px;height:100%;border-radius:0;border:none;border-left:1px solid var(--color-gray-border);padding:50px 24px 24px;gap:16px;overflow:hidden}.review-rail__scroll{flex:1 1 auto;min-height:0;overflow-y:auto;display:flex;flex-direction:column;gap:32px}.review-rail .btn-submit-review{flex:none;margin-top:0}@media (max-width: 768px){.shell--review{display:block;height:auto;overflow:visible}.review-page{overflow:visible}.review-rail{width:auto;height:auto;overflow:visible;border-left:none;border-top:1px solid var(--color-gray-border);padding:24px}.review-rail__scroll{overflow:visible;min-height:0}}.tabs__more-wrap{position:relative;margin-left:auto;display:flex;align-items:stretch}.tabs__more-wrap .tabs__more{margin-left:0}.tabs__menu-item-check{color:var(--color-purple)}.product-section__name-text:focus{background:var(--color-lavender);border-radius:4px;outline:none}.product-section__name-text::selection,.tabs__name::selection,.summary__ordname-text::selection{background:var(--color-lavender-dark)}.summary-panel__notes{outline:none;cursor:text;white-space:pre-wrap;min-height:1.3em}.summary-panel__notes:focus{background:var(--color-lavender);border-radius:4px}.addon__freq{margin-top:4px}.recur{position:relative;align-self:flex-start;display:inline-flex;align-items:center;gap:8px;border:2px solid #F3E8FD;border-radius:10px;padding:13px 18px;cursor:pointer}.recur.set{border-color:#d7bff0}.recur .rlbl{font-size:14px;letter-spacing:-.04em;color:#2e134a;white-space:nowrap}.recur .rtag{background:#f3e8fd;border-radius:5px;height:22px;padding:3px 7px;display:inline-flex;align-items:center;font-size:9px;font-weight:700;text-transform:uppercase;color:#2e134a;line-height:16px;white-space:nowrap}.recur.set .rtag{background:#841bee;color:#fff}.recur .rchev{display:flex;color:#2e134a;transition:transform .15s}.recur.open .rchev{transform:rotate(180deg)}.recur-opts{position:absolute;top:54px;left:0;min-width:160px;background:#f9f5fe;border:1px solid #F3E8FD;border-radius:10px;box-shadow:0 4px 10px #00000026;padding:4px;display:none;z-index:10}.recur.open .recur-opts{display:block}.recur-opts>div{padding:10px 16px;font-size:14px;letter-spacing:-.04em;color:#2e134a;border-radius:8px;cursor:pointer}.recur-opts>div:hover{background:#fff}.scope{background:var(--color-lavender);border-radius:10px;padding:12px 14px;overflow:hidden;max-height:0;opacity:0;margin-top:0;transition:max-height .2s ease,opacity .2s ease,margin-top .2s ease,padding .2s ease}.scope.open{max-height:140px;opacity:1;margin-top:14px;padding:12px 14px}.scope-q{font-size:9px;font-weight:700;color:var(--color-purple-dark);text-transform:uppercase;letter-spacing:.06em;margin-bottom:10px}.scope-btns{display:flex;gap:6px}.scope-btn{flex:1;min-height:36px;border-radius:8px;font-size:9px;font-weight:700;text-transform:uppercase;letter-spacing:.04em;cursor:pointer;border:none;padding:6px 8px;line-height:1.3;text-align:center;transition:background .12s}.scope-btn.primary{background:var(--color-purple);color:#fff}.scope-btn.primary:hover{background:#6b14cc}.scope-btn.secondary{background:#fff;color:var(--color-purple);border:1.5px solid var(--color-purple)}.scope-btn.secondary:hover{background:var(--color-lavender)}.scope-confirm{font-size:12px;color:var(--color-purple);font-weight:500;padding-top:2px;line-height:1.4;word-break:break-word}.review-mobile{width:100%;box-sizing:border-box;padding:16px 16px 96px}.back-to-chat{display:flex;align-items:center;box-sizing:border-box;width:251px;height:52px;padding:14px 16px 14px 10px;background:var(--color-white);border:1px solid var(--color-gray-border);border-radius:var(--radius-md);cursor:pointer}.back-to-chat__inner{display:flex;align-items:center;gap:4px}.back-to-chat__icon{width:24px;height:24px;flex-shrink:0;color:var(--color-purple-dark)}.back-to-chat__label{font-weight:700;font-size:12px;line-height:16px;letter-spacing:0;text-transform:uppercase;color:var(--color-purple-dark);white-space:nowrap}.review-acc{display:flex;flex-direction:column;gap:10px}.review-acc__item{border:1px solid var(--color-gray-border);border-radius:12px;overflow:hidden;background:var(--color-white)}.review-acc__header{display:flex;align-items:center;gap:10px;width:100%;padding:12px 14px;background:var(--color-page);border:0;cursor:pointer}.review-acc__header--open{background:var(--color-white);border-bottom:1px solid var(--color-gray-border)}.review-acc__pill{height:24px;border-radius:43px;padding:3px 8px;display:inline-flex;align-items:center;font-size:12px;letter-spacing:-.04em;background:var(--color-lavender);color:var(--color-purple);flex-shrink:0}.review-acc__name{flex:1;min-width:0;text-align:left;font-size:15px;letter-spacing:-.04em;color:var(--color-purple-dark);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.review-acc__name-input{flex:1;min-width:0;font-size:15px;letter-spacing:-.04em;color:var(--color-purple-dark);font-family:inherit;border:1px solid var(--color-lavender);border-radius:6px;padding:4px 8px;outline:none;background:var(--color-white)}.review-acc__edit{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;background:transparent;border:0;cursor:pointer}.review-acc__chev{flex-shrink:0}.review-acc__item .summary-panel{border:0;border-radius:0}.review-mobile__module{margin-top:16px;background:var(--color-white);border:1px solid var(--color-gray-border);border-radius:12px;padding:20px 16px;display:flex;flex-direction:column;gap:24px}.review-mobile__bar{position:fixed;left:0;right:0;bottom:0;background:var(--color-white);border-top:1px solid var(--color-gray-border);box-shadow:0 -2px 12px #00000014;padding:12px 16px;z-index:50}@media (max-width: 480px){.summary-panel__row{flex-direction:column;gap:4px}.summary-panel__row--delete{flex-direction:row}.summary-panel__label{width:auto}.summary-panel__row--advise{flex-direction:column;align-items:stretch;gap:10px;padding:12px}.summary-panel__advise-label{width:auto;padding:0}.summary-panel__advise-box{padding:12px}.review-mobile .summary__ordhead{flex-direction:column;align-items:flex-start;gap:6px;height:auto}}.ftable__tr:first-child .ftable__th:first-child{border-top-left-radius:8px}.ftable__tr:first-child .ftable__th:last-child{border-top-right-radius:8px}.ftable__tr:last-child .ftable__td:first-child{border-bottom-left-radius:8px}.ftable__tr:last-child .ftable__td:last-child{border-bottom-right-radius:8px}
