@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--token-color-brand-primary: #1A2E35;--token-color-brand-primary-hover: #243D47;--token-color-brand-secondary: #034C52;--token-color-brand-secondary-hover:#045d64;--token-color-brand-accent: #3DBFB8;--token-color-bg-page: #F5F5F5;--token-color-bg-card: #FFFFFF;--token-color-bg-info: #F0F4F5;--token-color-bg-stats: #F8F9FA;--token-color-text-primary: #1A1A1A;--token-color-text-secondary: #555555;--token-color-text-muted: #888888;--token-color-text-inverse: #FFFFFF;--token-color-text-brand: #034C52;--token-color-border-default: #E0E0E0;--token-color-border-focus: #034C52;--token-color-danger: #E53935;--token-color-success: #2ECC71;--token-color-warning: #F1C40F;--token-chart-color-work: #435253;--token-chart-color-activity: #80BAAC;--token-chart-color-annexes: #DBD99A;--token-chart-color-circulation: #012A2D;--token-chart-color-common: #17E88F;--token-chart-color-shade-1: #3DBFB8;--token-chart-color-shade-2: #034C52;--token-chart-color-shade-3: #2ECC71;--token-chart-color-shade-4: #EF4050;--token-font-family-base: "Inter", sans-serif;--token-font-size-xs: .75rem;--token-font-size-sm: .875rem;--token-font-size-md: 1rem;--token-font-size-lg: 1.125rem;--token-font-size-xl: 1.25rem;--token-font-size-2xl: 1.5rem;--token-font-size-3xl: 2rem;--token-font-weight-regular: 400;--token-font-weight-medium: 500;--token-font-weight-semibold: 600;--token-font-weight-bold: 700;--token-line-height-tight: 1.2;--token-line-height-base: 1.5;--token-line-height-relaxed: 1.7;--token-space-1: .25rem;--token-space-2: .5rem;--token-space-3: .75rem;--token-space-4: 1rem;--token-space-5: 1.25rem;--token-space-6: 1.5rem;--token-space-8: 2rem;--token-space-10: 2.5rem;--token-space-12: 3rem;--token-radius-sm: 4px;--token-radius-md: 8px;--token-radius-lg: 12px;--token-radius-xl: 16px;--token-radius-full: 9999px;--token-shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--token-shadow-md: 0 4px 12px rgba(0, 0, 0, .08);--token-shadow-lg: 0 8px 24px rgba(0, 0, 0, .1);--token-header-height: clamp( calc(3.75rem + 35px) , calc(5vw + 35px) , calc(5.5rem + 35px) );--token-header-padding-x: clamp(3rem, 8vw, 8rem);--token-header-inner-max-width: min(80rem, 100%);--token-header-inner-padding: clamp(1rem, 2vw, 1.5rem) clamp(.75rem, 1.5vw, 1.25rem) clamp(.75rem, 1.5vw, 1rem);--token-header-title-size: clamp(1.25rem, 2.5vw, 1.75rem);--token-header-subtitle-size: clamp(1rem, 1.8vw, 1.375rem);--token-layout-max-width: min(87.5rem, 100%);--token-col-left-max-width: min(30rem, 100%);--token-col-right-width: clamp(28.125rem, 38vw, 36.25rem);--token-layout-gap: clamp(var(--token-space-2), 1.5vw, var(--token-space-4));--token-layout-padding: clamp(4rem, 10vw, 10rem);--token-color-chart-total-net: #435253;--token-color-chart-common: #80BAAC;--token-color-chart-circulation: #DBD99A;--token-color-bg-overlay-info: rgba(0, 62, 44, .1);--token-shadow-chart-card: 0px 3px 11px rgba(0, 0, 0, .25);--token-border-color-input: rgba(0, 62, 44, .5);--token-form-bg-card: #FFFFFF;--token-form-chip-inactive-bg: #DDE3E1;--token-form-chip-active-bg: #012A2D;--token-form-chip-active-text: #FFFFFF;--token-form-chip-text: #1A2E35;--token-form-delete-icon: #EF4050;--token-form-quantity-border: #1A2E35;--token-form-separator-color: #B2BDBB}@font-face{font-family:CalibreRegular;src:url(./calibre-web-regular-B5of7xDJ.woff2) format("woff2")}@font-face{font-family:CalibreMedium;src:url(./calibre-web-medium-BK6g5xnY.woff2) format("woff2")}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,sans-serif;background-color:#f8fafc;color:var(--token-color-text-primary);line-height:1.5}.form-input{width:100%;padding:.75rem 1rem;border:1px solid var(--token-color-border-default);border-radius:var(--token-radius-md);font-size:1rem;background-color:var(--token-color-bg-card);transition:all .2s ease}.form-input:focus{outline:none;border-color:var(--token-color-border-focus);box-shadow:0 0 0 3px #034c521a}.stepper-input-box input[type=number]::-webkit-outer-spin-button,.stepper-input-box input[type=number]::-webkit-inner-spin-button{-webkit-appearance:none}.app-wrapper{display:flex;flex-direction:column;min-height:100vh;background-color:var(--token-color-bg-page);font-family:var(--token-font-family-base)}.app-header{border-top:35px #012A2D solid!important;flex-shrink:0;background-color:#fff;border-bottom:1px solid var(--token-color-border-default);box-shadow:var(--token-shadow-sm);z-index:100;position:sticky;top:0}.app-header-container{max-width:80rem;margin:0 auto;padding:0 2rem}.app-header-inner{display:flex;align-items:center;justify-content:space-between;height:87px}.header-logo{display:flex;align-items:center}.header-logo img{height:26.094px!important}.header-nav{display:flex;align-items:center;gap:2rem}.header-nav a{font-family:CalibreMedium,Arial,sans-serif;font-weight:500;font-size:20px;font-style:normal}.mobile-menu-toggle{display:none;flex-direction:column;justify-content:space-between;width:24px;height:18px;background:none;border:none;cursor:pointer;padding:0}.cbre-menu-btn-offres{height:29px!important;line-height:24px;padding:0 10px 5px!important;background-color:#012a2d!important;border:1px solid rgb(1,42,45)!important;border-radius:10px!important;color:#fff!important;cursor:pointer!important;display:block!important;text-align:center!important;text-decoration:none!important}.cbre-menu-btn-contact{height:29px!important;padding:0 10px 5px!important;background-color:#4f7d7d!important;border:1px solid rgb(79,125,125)!important;border-radius:10px!important;color:#fff!important;cursor:pointer!important;display:flex!important;align-items:center!important;justify-content:center!important;gap:8px!important;text-align:center!important;text-decoration:none!important}.cbre-menu-btn-contact img{width:16px!important;height:16px!important;flex-shrink:0}.app-body{flex:1;position:relative;width:100%;padding:8px var(--token-layout-padding) var(--token-layout-padding);padding-right:calc(var(--token-col-right-width) + var(--token-layout-gap) + var(--token-layout-padding));padding-top:16px;box-sizing:border-box}.scrollable-form-column{display:flex;flex-direction:column;gap:var(--token-space-4);width:100%}.sticky-summary-column{position:fixed;top:var(--token-header-height);right:var(--token-layout-padding);width:var(--token-col-right-width);height:calc(100dvh - var(--token-header-height));display:flex;flex-direction:column;overflow-y:hidden;overflow-x:hidden;padding:16px 12px 12px;scrollbar-width:none;scrollbar-color:var(--token-color-border-default) transparent;z-index:50}.resume-panel{background:#fff;box-shadow:var(--token-shadow-chart-card);border-radius:10px;padding:16px 20px;display:flex;flex-direction:column;align-items:center;gap:10px;width:100%;box-sizing:border-box}.resume-card-header{display:flex;flex-direction:column;align-items:flex-start;gap:6px;width:100%}.resume-header-text-row{display:flex;justify-content:space-between;align-items:flex-end;width:100%}.resume-header-label,.resume-header-value{font-family:"Test Calibre",var(--token-font-family-base);font-weight:600;font-size:24px;line-height:28px;color:#012a2d;margin:0}.resume-header-separator{width:100%;border-bottom:2px solid #012A2D}.resume-info-section{box-sizing:border-box;display:flex;flex-direction:row;justify-content:center;align-items:center;padding:4px 10px;gap:10px;width:100%;min-height:48px;background:#003e2c1a;border-left:2px solid #012A2D;border-radius:4px;margin-top:0}.resume-info-text{font-family:Calibri,sans-serif;font-style:normal;font-weight:400;font-size:16px;line-height:20px;color:#012a2d;margin:0;flex-grow:1}.resume-chart-section{display:flex;flex-wrap:wrap;justify-content:center;align-items:center;gap:16px;width:100%}.resume-chart-wrapper{flex-shrink:0;width:211px;height:211px;display:flex;align-items:center;justify-content:center}.resume-legend-list{flex:1;display:flex;flex-direction:column;gap:6px}.resume-legend-item{display:flex;justify-content:space-between;align-items:center;gap:8px;font-family:"Test Calibre",var(--token-font-family-base);font-size:16px;color:#000}.resume-legend-label-group{display:flex;align-items:center;gap:8px}.resume-legend-dot{width:12px;height:12px;border-radius:3px;flex-shrink:0}.resume-legend-name{font-weight:600}.resume-legend-value{font-weight:500}.resume-additional-stats{display:flex;flex-direction:column;padding:6px 12px;gap:2px;background:var(--token-color-bg-overlay-info);border-radius:8px;width:100%;box-sizing:border-box}.resume-stat-row{display:flex;justify-content:space-between;align-items:center;padding:2px 0}.resume-stat-label{font-family:Calibri,sans-serif;font-size:16px;color:#012a2d}.resume-stat-value{font-family:Calibri,sans-serif;font-weight:700;font-size:14px;color:#012a2d}.resume-stat-divider{border-bottom:1px solid #012A2D;width:100%}.resume-actions{display:flex;flex-direction:column;gap:10px;width:100%}.resume-input-container{display:flex;align-items:center;padding:8px 12px;gap:8px;border:1px solid var(--token-border-color-input);border-radius:10px;background:#fff}.resume-input-icon{color:#012a2d;font-size:18px}.resume-input{border:none;background:transparent;width:100%;font-family:"Test Calibre",var(--token-font-family-base);font-size:16px;color:#435253;outline:none}.resume-input-error{border-color:#dc3545!important;box-shadow:0 0 0 2px #dc354533}.resume-submit-btn{display:flex;justify-content:center;align-items:center;gap:12px;padding:12px;background:#012a2d;color:#fff;border:none;border-radius:10px;font-family:"Test Calibre",var(--token-font-family-base);font-weight:600;font-size:16px;letter-spacing:.5px;cursor:pointer;transition:opacity .2s}.resume-submit-btn:hover{opacity:.9}.resume-secondary-btn{display:flex;justify-content:center;align-items:center;gap:8px;padding:8px;background:transparent;color:#012a2d;border:1px solid #012A2D;border-radius:7px;font-family:"Test Calibre",var(--token-font-family-base);font-size:14px;letter-spacing:.5px;cursor:pointer}.intro-section{background:#003e2c1a;border:1px solid var(--token-color-border-default);border-radius:var(--token-radius-lg);padding:2rem;margin-bottom:8px}.intro-container{max-width:100%;margin:0 auto}.intro-text{max-width:100%;margin:0}.intro-text p{font-family:Inter,sans-serif;font-size:1rem;line-height:1.6;color:var(--token-color-text-secondary, #64748b);margin-bottom:1rem;text-align:left}.intro-text p:last-child{margin-bottom:0}.intro-text strong{color:var(--token-color-text-primary);font-weight:600}.form-section-card{background:var(--token-form-bg-card);box-shadow:0 4px 12px #00000014;border-radius:12px;padding:20px;margin-bottom:8px;width:100%;box-sizing:border-box}.form-section-title{font-family:"Test Calibre",var(--token-font-family-base);font-weight:700;font-size:28px;line-height:32px;color:#012a2d;margin:0 0 4px;padding-bottom:8px}.form-section-subtitle{font-family:"Test Calibre",var(--token-font-family-base);font-size:16px;color:#435253;margin-bottom:16px;display:block}.form-section-header-group{display:flex;justify-content:space-between;align-items:flex-end;border-bottom:2px solid var(--token-form-separator-color);margin-bottom:24px}.form-info-toggle-btn{background:none;border:none;padding:4px;cursor:pointer;color:#012a2d;font-size:20px;display:flex;align-items:center;justify-content:center;transition:opacity .2s;opacity:.8;margin-bottom:4px}.form-info-toggle-btn:hover{opacity:1}.form-input-large{width:140px;height:36px;border:1px solid #012A2D;border-radius:8px;display:flex;align-items:center;padding:0 12px;background:#fff}.form-input-large input{width:100%;border:none;background:transparent;outline:none;font-family:"Test Calibre",var(--token-font-family-base);font-size:18px;font-weight:600;color:#012a2d}.form-items-list{display:flex;flex-direction:column;gap:24px}.form-info-box{display:flex;gap:16px;background:#eaf0f0;border-radius:12px;padding:16px 20px;margin-bottom:24px}.form-info-icon-wrapper{color:#012a2d;font-size:20px;margin-top:2px}.form-info-text{font-family:"Test Calibre",var(--token-font-family-base);font-size:16px;line-height:1.4;color:#012a2d;margin:0}.form-info-text b,.form-info-text strong{font-weight:600}.form-slider-container{display:flex;align-items:center;gap:32px;width:100%;margin-bottom:8px}.form-slider-wrapper{flex:1;position:relative;height:32px;display:flex;align-items:center}.form-slider-track-bg{position:absolute;left:0;right:0;height:8px;background:#dde4e4;border-radius:4px}.form-slider-track-fill{position:absolute;left:0;height:8px;background:#012a2d;border-radius:4px}.form-slider-thumb{position:absolute;top:50%;transform:translate(-50%,-50%);width:32px;height:24px;background:#012a2d;border-radius:8px;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:2}.form-slider-thumb:after{content:"";width:10px;height:10px;background:#fff;border-radius:50%}.form-slider-value-display{min-width:64px;height:36px;border:1px solid #012A2D;border-radius:8px;display:flex;align-items:center;justify-content:center;font-family:"Test Calibre",var(--token-font-family-base);font-size:18px;font-weight:600;color:#012a2d;background:#fff}.form-item-container{display:flex;flex-direction:column;gap:12px;position:relative;padding-bottom:8px}.form-item-header{display:flex;justify-content:space-between;align-items:center;width:100%}.form-item-label{font-family:"Test Calibre",var(--token-font-family-base);font-style:normal;font-weight:400;font-size:18px;line-height:22px;color:#435253}.form-delete-btn{background:none;border:none;color:var(--token-form-delete-icon);font-size:20px;cursor:pointer;padding:4px;display:flex;align-items:center;justify-content:center;transition:transform .2s}.form-delete-btn:hover{transform:scale(1.1)}.form-item-controls{display:flex;justify-content:space-between;align-items:center;width:100%}.size-chip-group,.telework-chips-group{display:flex;gap:12px;flex-wrap:wrap}.size-chip,.telework-chip{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:8px 16px;min-width:80px;background:var(--token-form-chip-inactive-bg);border-radius:12px;border:none;cursor:pointer;transition:all .2s;font-family:"Test Calibre",var(--token-font-family-base);color:#012a2d;font-weight:500}.size-chip.active,.telework-chip.active{background:var(--token-form-chip-active-bg);color:var(--token-form-chip-active-text)}.telework-chip{flex:1;padding:12px 16px;min-height:48px;font-size:16px;font-weight:600;text-align:center;white-space:nowrap}@media (min-width: 769px) and (max-width: 1024px){.telework-chip{flex:1 1 auto;min-width:100px;max-width:140px}.telework-chip:last-child{flex:1 1 160px;min-width:120px;max-width:180px;white-space:normal;word-wrap:break-word}}@media (min-width: 1025px){.telework-chip{flex:1 1 auto;min-width:120px;max-width:160px}.telework-chip:last-child{flex:1 1 180px;min-width:140px;max-width:200px;white-space:normal;word-wrap:break-word}}@media (min-width: 769px) and (max-width: 1024px){.telework-chips-group{flex-wrap:wrap}.telework-chip:nth-child(3),.telework-chip:nth-child(4),.telework-chip:nth-child(5){flex:1 1 auto;min-width:0;max-width:none}}@media (min-width: 1025px){.telework-chips-group{flex-wrap:wrap}.telework-chip:nth-child(3),.telework-chip:nth-child(4),.telework-chip:nth-child(5){flex:1 1 auto;min-width:0;max-width:none}}.choice-chips-group{display:flex;gap:20px;width:100%}.choice-chip{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:var(--token-form-chip-inactive-bg);border-radius:12px;border:none;padding:24px 12px;cursor:pointer;transition:all .2s;color:#012a2d}.choice-chip.active{background:#012a2d;color:#fff}.value-chip{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;background:var(--token-form-chip-inactive-bg);border-radius:12px;border:none;padding:16px 12px;cursor:pointer;transition:all .2s;color:#012a2d}.value-chip.active{background:#012a2d;color:#fff}.value-chip-label{font-family:"Test Calibre",var(--token-font-family-base);font-size:16px;font-weight:700;text-align:center}.value-chip-value{font-family:"Test Calibre",var(--token-font-family-base);font-size:15px;font-weight:400;opacity:.9}.choice-chip-icon{width:32px;height:32px;display:flex;align-items:center;justify-content:center}.choice-chip-icon svg{width:100%;height:100%;fill:currentColor}.choice-chip-label{font-family:"Test Calibre",var(--token-font-family-base);font-size:16px;font-weight:600}.size-chip-name{font-weight:600;font-size:16px}.size-chip-surface{font-size:12px;opacity:.8}.quantity-stepper{display:flex;align-items:center;gap:8px}.stepper-with-label{display:flex;flex-direction:column;align-items:center;gap:8px}.stepper-sub-label{font-family:"Test Calibre",var(--token-font-family-base);font-size:14px;color:#435253;font-weight:500}.stepper-btn{width:40px;height:32px;background:#012a2d;color:#fff;border:none;border-radius:6px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:18px}.stepper-btn:disabled{opacity:.5;cursor:not-allowed}.stepper-input-box{width:100px;height:32px;border:1px solid #012A2D;border-radius:4px;display:flex;align-items:center;justify-content:center;font-family:"Test Calibre",var(--token-font-family-base);font-weight:600;font-size:16px;text-align:center;color:#012a2d}.stepper-input-box input{width:100%;border:none;text-align:center;background:transparent;outline:none;color:inherit;font:inherit}.form-add-btn{display:flex;align-items:center;gap:8px;background:#012a2d;color:#fff;border:none;border-radius:8px;padding:10px 16px;font-family:"Test Calibre",var(--token-font-family-base);font-weight:600;font-size:16px;cursor:pointer;margin-top:24px;transition:opacity .2s}.form-add-btn:hover{opacity:.9}.outro-section{background:#003e2c1a;border:1px solid var(--token-color-border-default);border-radius:var(--token-radius-lg);padding:2rem;margin-top:1rem;margin-bottom:0}.outro-container{max-width:100%;margin:0 auto}.outro-section h2{font-family:CalibreMedium,Inter,sans-serif;font-size:1.5rem;font-weight:600;color:var(--token-color-text-primary);margin-bottom:1.5rem;text-align:center}.outro-steps{margin-bottom:2rem}.outro-step{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.outro-step:last-child{margin-bottom:0}.step-number{flex-shrink:0;width:2rem;height:2rem;background:var(--token-color-primary, #012A2D);color:#fff;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.875rem;margin-top:.125rem}.step-content h3{font-family:CalibreMedium,Inter,sans-serif;font-size:1.125rem;font-weight:600;color:var(--token-color-text-primary);margin-bottom:.5rem}.step-content p{font-family:Inter,sans-serif;font-size:1rem;line-height:1.6;color:var(--token-color-text-secondary, #64748b);margin:0}.outro-cta{padding:1.5rem;background:#ffffff80;border-radius:var(--token-radius-md);border-left:4px solid var(--token-color-primary, #012A2D)}.outro-cta h3{font-family:CalibreMedium,Inter,sans-serif;font-size:1.125rem;font-weight:600;color:var(--token-color-text-primary);margin-bottom:.75rem}.outro-cta p{font-family:Inter,sans-serif;font-size:1rem;line-height:1.6;color:var(--token-color-text-secondary, #64748b);margin:0}.form-section-footer{display:flex;justify-content:flex-end;gap:12px;margin-top:16px;font-family:"Test Calibre",var(--token-font-family-base);font-size:14px;color:#435253}.footer-total-main{font-weight:700}.footer-dot{opacity:.5}footer,.mobile-menu-footer{color:#fff;background-color:#012a2d!important;border-bottom:1px solid #e5e7eb;z-index:50}footer>div,.mobile-menu-footer>div{max-width:80rem;margin-left:auto;margin-right:auto;padding-left:1rem;padding-right:1rem}footer>div>div,.mobile-menu-footer>div>div{display:flex;align-items:center;justify-content:space-between;height:4rem}footer>div>div>div,.mobile-menu-footer>div>div>div{flex:1;margin-left:2rem;margin-right:2rem;text-align:center;line-height:1.25rem;font-size:16px;font-family:CalibreRegular,Arial,sans-serif}footer a,.mobile-menu-footer a{color:#fff;text-decoration:none}@media (max-width: 768px){.app-header-container{padding:0 .75rem}.app-header-inner{flex-direction:row;align-items:center;justify-content:space-between;height:66.3px;padding:.75rem 0;position:relative}.header-logo img{height:22px!important}.desktop-nav{display:none}.app-wrapper>footer{display:none}.burger-line{width:100%;height:2px;background-color:#000d0e;transition:all .3s ease}.mobile-menu-backdrop{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:9999;animation:fadeIn .3s ease-out}.mobile-menu-backdrop.closing{animation:fadeOut .3s ease-out}.mobile-menu-panel{position:fixed;top:0;left:0;height:100%;background:#fff;z-index:10000;display:flex;flex-direction:column;box-shadow:2px 0 10px #0000001a;animation:slideInLeft .3s ease-out}.mobile-menu-panel.closing{animation:slideOutLeft .3s ease-out}.mobile-menu-header{border-top:35px #012A2D solid!important;display:flex;justify-content:space-between;align-items:center;padding:17px 24px;border-bottom:1px solid #E0E0E0;background:#fff}.mobile-menu-logo{height:24px}.mobile-menu-close{background:none;border:none;font-size:24px;color:#000d0e;cursor:pointer;padding:4px;width:32px;height:32px;display:flex;align-items:center;justify-content:center}.mobile-menu-content{flex:1;display:flex;flex-direction:column}.mobile-menu-toggle{display:flex}.mobile-menu-panel{width:400px;max-width:100vw}.mobile-menu-content{padding:24px;gap:16px}.mobile-menu-item{font-size:14px;width:100%}.mobile-menu-item.cbre-menu-btn-offres{height:44px!important;line-height:1.4;padding:0!important;margin-bottom:0;display:flex!important;align-items:center!important;justify-content:center!important}.mobile-menu-item.cbre-menu-btn-contact{height:44px!important;padding:0!important}.mobile-menu-item.cbre-menu-btn-contact img{width:18px!important;height:18px!important}.mobile-menu-footer{width:100%;margin-top:auto;border-top:1px solid rgba(255,255,255,.18);border-bottom:none}.mobile-menu-footer>div{padding-left:24px;padding-right:24px}.mobile-menu-footer>div>div{height:auto;padding:16px 0}.mobile-menu-footer>div>div>div{margin-left:0;margin-right:0}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes slideInLeft{0%{transform:translate(-100%);opacity:.8}to{transform:translate(0);opacity:1}}@keyframes slideOutLeft{0%{transform:translate(0);opacity:1}to{transform:translate(-100%);opacity:0}}.mobile-menu-item:last-child{margin-bottom:0}.app-wrapper{width:100%!important;max-width:100vw!important;margin:0!important;padding:0!important;display:flex;flex-direction:column}html,body{width:100%;margin:0;padding:0;overflow-x:initial!important;-webkit-text-size-adjust:100%}.intro-section{padding:1rem;width:calc(100% - 20px);max-width:373px;margin-left:auto;margin-right:auto}.intro-text p{text-align:justify;text-justify:inter-word;font-size:14px;line-height:1.5;margin-bottom:.55rem}.form-section-card{width:calc(100% - 20px)!important;max-width:373px;margin-left:auto;margin-right:auto;padding:10px!important;background:#fff!important;box-shadow:0 3px 11px #00000040!important;border-radius:10px!important;margin-bottom:0!important;box-sizing:border-box}.form-section-header-group{width:100%!important;padding:0!important;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid #012A2D;margin-bottom:6px}.form-section-title{font-size:18px!important;line-height:22px!important;font-weight:700!important;color:#012a2d!important}.form-section-subtitle{font-size:11px!important;line-height:14px!important;color:#435253!important;margin-bottom:8px!important;display:block!important}.form-items-list{width:100%;display:flex;flex-direction:column;gap:6px}.form-item-container{width:100%;padding:0!important;gap:8px!important;box-shadow:none!important;border-radius:0!important;background:transparent!important;margin-bottom:6px!important;box-sizing:border-box}.form-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.form-item-label{font-size:12px!important;line-height:15px!important;color:#012a2d!important;font-weight:400!important}.form-delete-btn{width:15px!important;height:15px!important;padding:0!important;color:#e84141!important;background:transparent!important;border:none!important}.form-delete-btn svg{font-size:15px!important}.form-item-controls{display:flex;justify-content:space-between;align-items:center;gap:8px}.size-chip-group{gap:4px!important;flex:none!important}.size-chip{width:65px!important;min-width:0!important;flex-shrink:0!important;height:33px!important;border-radius:15px!important;padding:6px 4px!important;background:#003e2c26!important;border:none!important;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:0!important}.size-chip.active{background:#012a2d!important;color:#fff!important}.size-chip:not(.active) .size-chip-name,.size-chip:not(.active) .size-chip-surface{color:#012a2d!important}.size-chip-name{font-size:12px!important;line-height:14px!important;font-weight:500!important}.size-chip-surface{font-size:6px!important;line-height:7px!important;font-weight:400!important}.choice-chips-group{gap:8px!important;display:flex!important;flex-wrap:wrap!important;justify-content:space-between!important}.choice-chip{width:101.67px!important;height:72px!important;padding:6px 8px!important;border-radius:10px!important;gap:8px!important;flex:0 1 auto!important;min-width:0!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important}.value-chip{width:calc(50% - 4px)!important;height:72px!important;padding:6px 8px!important;border-radius:10px!important;gap:4px!important;flex:0 1 auto!important;min-width:0!important;display:flex!important;flex-direction:column!important;justify-content:center!important;align-items:center!important;margin-bottom:8px!important}.choice-chip-icon{width:27px!important;height:27px!important;display:flex!important;align-items:center!important;justify-content:center!important}.choice-chip-icon svg{width:100%!important;height:100%!important}.choice-chip-label,.value-chip-label{font-size:12px!important;line-height:14px!important;font-weight:500!important;text-align:center!important;margin:0!important}.value-chip-value{font-size:10px!important;line-height:12px!important;opacity:.9!important}.quantity-stepper{gap:4px!important}.stepper-btn{width:32px!important;height:32px!important;border-radius:8px!important;background:#012a2d!important;padding:0!important;font-size:14px!important}.stepper-input-box{width:32px!important;height:32px!important;border:1px solid #012A2D!important;border-radius:8px!important;padding:0!important}.stepper-input-box input{font-size:16px!important;font-weight:600!important;color:#012a2d!important}.form-add-btn{padding:6px 10px!important;border-radius:5px!important;background:#012a2d!important;height:24px!important;margin-top:6px!important;width:fit-content!important;gap:4px!important}.form-add-btn span{font-size:10px!important;font-weight:500!important}.form-add-btn svg{font-size:6px!important}.outro-section{padding:1.5rem 1rem;margin-top:1rem;margin-bottom:0}.outro-section h2{font-size:1.25rem;margin-bottom:1rem}.outro-step{gap:.75rem;margin-bottom:1.25rem}.step-number{width:1.75rem;height:1.75rem;font-size:.8125rem}.step-content h3{font-size:1rem;margin-bottom:.375rem}.step-content p{font-size:.9375rem;line-height:1.5}.outro-cta{padding:1.25rem 1rem}.outro-cta h3{font-size:1rem;margin-bottom:.5rem}.outro-cta p{font-size:.9375rem;line-height:1.5}.form-section-footer{display:flex;align-items:center;justify-content:flex-end;gap:10px!important;margin-top:4px!important;font-size:10px!important;color:#012a2d!important;font-weight:500!important}.footer-dot{margin:0 4px;color:#012a2d;display:inline-block}.app-body{display:flex!important;flex-direction:column;padding:0 10px 180px!important;width:100%!important;box-sizing:border-box}.scrollable-form-column{width:100%;gap:8px!important}.sticky-summary-column{position:sticky!important;top:95px!important;z-index:90!important;width:100%;height:auto;overflow:visible;order:-1;background:#f4f7f7;padding-top:0!important;margin-left:-10px;width:calc(100% + 20px);padding-left:10px;padding-right:10px;box-sizing:border-box}.resume-panel{border-radius:0 0 16px 16px!important;box-shadow:0 4px 12px #00000014!important;padding:12px 16px!important;margin-top:0!important;gap:16px!important}.resume-card-header{flex-direction:row!important;align-items:center!important;justify-content:space-between!important;gap:12px!important}.resume-header-text-row{margin-bottom:0!important}.resume-header-separator{display:none!important}.resume-chart-section{flex-wrap:nowrap!important;align-items:center!important;justify-content:center!important;gap:8px!important}.resume-chart-wrapper{width:100px!important;height:100px!important}.resume-legend-list{justify-content:center;gap:4px!important}.resume-legend-item{font-size:11px!important;gap:6px!important}.resume-legend-dot{width:8px!important;height:8px!important}.resume-header-label,.resume-header-value{font-size:20px!important;line-height:24px!important}.resume-info-text{font-size:13px!important;line-height:16px!important}.resume-info-section{padding:8px 12px!important;min-height:auto!important}.resume-stat-label,.resume-stat-value{font-size:11px!important;line-height:14px!important}.resume-toggle-btn{display:flex;align-items:center;justify-content:center;width:100%;background:transparent!important;border:none;color:#012a2d!important;font-family:"Test Calibre",var(--token-font-family-base);font-size:11px!important;font-weight:600;cursor:pointer;padding:0!important;margin-top:4px!important;gap:0!important;opacity:.8}.resume-additional-stats,.resume-stat-row{width:100%!important}.resume-actions{position:fixed!important;bottom:0!important;left:0!important;right:0!important;background:#ffffffe6!important;-webkit-backdrop-filter:blur(10px)!important;backdrop-filter:blur(10px)!important;padding:10px 12px 12px!important;box-shadow:0 -4px 12px #0000001a!important;z-index:2000!important;gap:6px!important;border-top:1px solid #EAF0F0!important}.resume-input-container{background:#fff!important;border:1px solid #012A2D!important;padding:6px!important}.resume-submit-btn,.resume-secondary-btn{width:100%!important;height:44px!important;font-size:14px!important;border-radius:10px!important}.resume-secondary-btn{background:#fff!important;height:36px!important}}
