.slide-over{position:fixed;top:0;right:0;bottom:0;width:var(--gbi-panel-width);max-width:100%;transform:translate(100%);transition:transform .25s ease-out;z-index:999;pointer-events:none}.slide-over--open{transform:translate(0);pointer-events:auto}.slide-over__inner{width:100%;height:100%;background:var(--gbi-card-bg);box-shadow:-8px 0 24px #0000001f;overflow-y:auto;padding:0 20px 20px}.slide-over__overlay{position:fixed;inset:0;background:#11182759;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:998}.slide-over__close{border:none;background:transparent;cursor:pointer;padding:4px;border-radius:999px;color:var(--gbi-text-muted);line-height:0;margin:0;display:flex;align-items:center;justify-content:center}.slide-over__close:hover{background:#94a3b826;color:var(--gbi-text-main)}@media(max-width:900px){.slide-over{width:100vw;max-width:100vw;transform:translate(100%)}.slide-over--open{transform:translate(0)}.slide-over__inner{width:100%}}.filters{width:100%;background:var(--gbi-card-bg);border-radius:var(--gbi-radius-lg);box-shadow:var(--gbi-shadow-soft);border:1px solid var(--gbi-border);padding:16px 18px 18px;margin-bottom:24px}.filters__row{display:flex;flex-wrap:wrap;gap:12px 12px}.filters__row--top{display:flex;flex-direction:column;gap:10px;margin-bottom:14px}.filters__search{width:100%}.filters__family-block{display:flex;flex-direction:column;gap:4px}.filters__family-row{display:flex;align-items:flex-end;gap:12px}.filters__family{flex:1 1 auto}.filters__family .filters__select{width:100%}.filters__reset{padding:6px 18px;background:#eef0f6;border:1px solid var(--gbi-border);border-radius:999px;cursor:pointer;font-size:.8rem;min-width:88px;text-align:center;margin-left:0}.filters__reset:hover{background:#e2e4f0}.filters__label{display:flex;flex-direction:column;gap:4px;font-size:.8rem;font-weight:500;color:var(--gbi-text-main)}.filters__label-text{white-space:nowrap}.filters__field-label,.filters__label-text{margin-bottom:2px;font-weight:600;font-size:.8rem;color:var(--gbi-text-main);display:block;white-space:nowrap}.filters__input,.filters__input--family{width:100%;padding:7px 10px;border-radius:var(--gbi-radius-sm);border:1px solid var(--gbi-border);background:var(--gbi-input-bg);font-size:.8rem;color:var(--gbi-text-main)}.filters__input:focus,.filters__input--family:focus{outline:none;border-color:var(--gbi-accent)}.filters__stats{margin-left:auto;display:flex;flex-direction:column;align-items:flex-end;font-size:.8rem;color:var(--gbi-text-muted);min-width:80px}.filters__stats-main{font-weight:600;font-size:.9rem;color:var(--gbi-text-main)}.filters__stats-label{margin-top:2px}.filters__body{display:grid;grid-template-columns:1fr 1fr;gap:22px 26px}.filters__block{border-top:1px solid var(--gbi-border);margin-top:8px;padding-top:12px}.filters__block-title{margin:0 0 8px;font-size:.9rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--gbi-text-muted)}.filters__row--sensory-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px 22px}.filters__tags-header{display:flex;align-items:center;margin-top:10px}.filters__tags-toggle{margin-left:auto;padding:6px 16px;font-size:.8rem;border-radius:999px;border:1px solid var(--gbi-border);background:#eef0f6;cursor:pointer}.filters__tags-toggle:hover{background:#e2e4f0}.filters__tag-group{margin-bottom:10px}.filters__tag-group-title{margin:0 0 6px;font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gbi-text-muted)}.filters__row--tags-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px 10px}.filters__field{display:flex;flex-direction:column;gap:4px;font-size:.8rem}.filters__select{width:100%;padding:7px 10px;border-radius:var(--gbi-radius-sm);border:1px solid var(--gbi-border);background:var(--gbi-input-bg);font-size:.8rem;color:var(--gbi-text-main)}.filters__select:focus{outline:none;border-color:var(--gbi-accent)}.filters__field-label{display:inline-flex;align-items:center;gap:4px}.filters__info-btn{border:none;background:none;padding:0;margin:0;cursor:pointer;font-size:.75rem;line-height:1;color:var(--gbi-text-muted);opacity:0;pointer-events:none;transition:opacity .12s ease-out,color .12s ease-out}.filters__field-label:hover .filters__info-btn,.filters__label:hover .filters__info-btn{opacity:.7;pointer-events:auto}.filters__field-label:hover .filters__info-btn:hover,.filters__label:hover .filters__info-btn:hover{opacity:1;color:var(--gbi-text-main)}.filters__value-hint{margin-top:4px;font-size:.75rem;line-height:1.3;color:var(--gbi-text-muted);white-space:pre-line}.filters-info-overlay{position:fixed;inset:0;background:#0f172a59;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);display:flex;justify-content:center;align-items:center;z-index:9999;padding:16px}.filters-info-box{position:relative;background:#fff;width:100%;max-width:420px;padding:24px 22px 20px;border-radius:14px;box-shadow:0 8px 30px #0f172a38;animation:filters-info-fadein .18s ease-out;max-height:90vh;overflow-y:auto}.filters-info-close-x{position:absolute;top:10px;right:12px;background:none;border:none;padding:4px;font-size:1.3rem;font-weight:500;color:var(--gbi-text-muted);cursor:pointer;opacity:.6}.filters-info-close-x:hover{opacity:1;color:var(--gbi-text-main)}.filters-info-close{display:none!important}@keyframes filters-info-fadein{0%{transform:scale(.96);opacity:0}to{transform:scale(1);opacity:1}}.filters-info-title{margin:0 0 6px;font-size:1rem;font-weight:600}.filters-info-text{margin:0 0 14px;font-size:.85rem;color:var(--gbi-text-muted, #4b5563)}.filters-info-close{width:100%;border:none;padding:9px 12px;border-radius:999px;background:var(--gbi-accent, #111827);color:#fff;font-size:.9rem;font-weight:500;cursor:pointer}@media(max-width:900px){.filters__label-text,.filters__field-label{white-space:normal!important;overflow-wrap:break-word}.filters__info-btn{opacity:.9!important;pointer-events:auto!important}.filters__field-label:hover .filters__info-btn,.filters__label:hover .filters__info-btn{opacity:.9!important}}.styles__wrapper{width:100%;background:var(--gbi-card-bg);border-radius:var(--gbi-radius-lg);border:1px solid var(--gbi-border);box-shadow:var(--gbi-shadow-soft);overflow:visible;padding:0}.styles__scroll{width:100%;overflow-x:auto;overflow-y:hidden;background:transparent;padding-bottom:6px;position:relative}.table{width:100%;border-collapse:separate;border-spacing:0;background:transparent}.table thead{background:#f1f3fb;box-shadow:0 2px 4px #0000000d}.table th,.table td{padding:10px 16px;font-size:.88rem;text-align:left}.table th{font-weight:600;color:var(--gbi-text-muted);border-bottom:1px solid var(--gbi-border)}.table thead th{position:sticky;min-width:88px;top:0;z-index:20;background:#f6f8fe;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-bottom:1px solid #dfe3f0;font-weight:600;letter-spacing:.01em;white-space:normal;line-height:1.2}.table thead th span:not(.sort-icon){display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;white-space:normal}.table thead th.sortable span:not(.sort-icon){display:inline-block;-webkit-line-clamp:unset;line-clamp:unset;-webkit-box-orient:initial;overflow:visible;white-space:nowrap}.table thead th:first-child{border-top-left-radius:var(--gbi-radius-lg)}.table thead th:last-child{border-top-right-radius:var(--gbi-radius-lg)}.table tbody tr{transition:background .15s ease,box-shadow .2s ease}.table tbody tr:hover{background:#f9fafc;box-shadow:inset 0 0 0 9999px #3b82f60f}.table tbody tr:nth-child(odd){background:#fff}.table tbody tr:nth-child(2n){background:#fafbff}.table__row--selected{background:#e5f0ff!important}.sticky-col{position:sticky;left:0;white-space:nowrap;min-width:190px}.sticky-col--cell{z-index:25;background:inherit;box-shadow:2px 0 #0f172a0f}.sortable{cursor:pointer;-webkit-user-select:none;user-select:none}.sortable:hover{background:#e4e7f2}.sort-icon{display:inline-block;margin-left:6px;opacity:.5;font-size:.75em;vertical-align:middle}.styles__pagination{margin:0;padding:8px 16px 10px;display:flex;align-items:center;justify-content:flex-end;gap:8px;font-size:.8rem;color:var(--gbi-text-muted);border-top:1px solid var(--gbi-border)}.styles__pagination-button{padding:4px 10px;border-radius:999px;border:1px solid var(--gbi-border);background:#f3f4f6;cursor:pointer;font-size:.8rem}.styles__pagination-button:hover:not(:disabled){background:#e5e7eb}.styles__pagination-button:disabled{opacity:.4;cursor:default}.styles__pagination-info{white-space:nowrap}.styles__legend{margin-top:8px;font-size:.75rem;color:var(--gbi-text-muted);line-height:1.2;padding-left:4px;font-style:italic}@media(max-width:900px){.styles__wrapper{width:100%!important;max-width:100vw!important;overflow-x:auto!important;overflow-y:visible!important;box-sizing:border-box!important;-webkit-overflow-scrolling:touch}.styles__scroll{width:100%;overflow-x:auto!important;overflow-y:hidden!important}.table{width:auto!important;min-width:900px!important;max-width:none!important;table-layout:auto!important}.table th,.table td{white-space:nowrap!important;word-wrap:normal!important}.table thead th:first-child{position:sticky!important;left:0!important;z-index:40!important;min-width:90px!important;max-width:120px!important;white-space:normal!important;overflow-wrap:break-word!important;word-break:break-word!important;line-height:1.2!important;padding-right:6px!important;background:#f6f8fe!important}.table tbody td:first-child,.sticky-col,.sticky-col--cell{position:sticky!important;left:0!important;z-index:35!important;min-width:100px!important;max-width:120px!important;white-space:normal!important;overflow-wrap:break-word!important;word-break:break-word!important;line-height:1.2!important;padding-right:6px!important;background:inherit!important}.sticky-col--cell,.table tbody td:first-child{box-shadow:2px 0 #0f172a0f}.styles__pagination{flex-wrap:wrap;justify-content:center;gap:6px}.styles__pagination-info{width:100%;text-align:center;white-space:normal!important}.styles__pagination-button{flex:1 1 auto;min-width:0;text-align:center}}.gbi-range-bar{display:flex;gap:2px;align-items:center;max-width:100px;margin:0 auto}.gbi-range-bar__step{flex:0 0 6px;width:6px;height:6px;border-radius:999px}.rangebar{--rb-bg: #f4f5f7;--rb-border: #d4d7e1;--rb-track: #e5e7eb;--rb-active: #6b7280;padding:8px 10px;border-radius:8px;border:1px solid var(--rb-border);background:var(--rb-bg);display:flex;flex-direction:column;gap:4px}.rangebar-label{font-size:11px;font-weight:500;color:#374151}.rangebar-track{position:relative;height:8px;border-radius:999px;background:var(--rb-track);overflow:hidden}.rangebar-active{position:absolute;inset-block:0;border-radius:999px;background:var(--rb-active)}.rangebar-minmax{font-size:10px;color:#6b7280;display:flex;justify-content:space-between}.stylescatter{position:relative;width:100%}.stylescatter__hint{margin-top:4px;text-align:right;font-size:.72rem;color:#94a3b8;pointer-events:none}.stylescatter__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:6px}.stylescatter__title{font-weight:600;font-size:13px;color:#374151}.stylescatter__legend{display:flex;align-items:center;gap:8px}.stylescatter__legend-title{font-size:13px;font-weight:600;color:#374151}.stylescatter__legend-items{display:flex;align-items:center;gap:10px}.legend-item{display:flex;align-items:center;gap:4px}.legend-circle{display:inline-block;border-radius:999px;border:2px solid #9ca3af;background:#f9fafb}.legend-value{font-size:12px;color:#374151}.stylescatter__canvas{width:100%;height:320px;display:block}.stylescatter__tooltip{position:absolute;background:#020617;color:#f9fafb;border-radius:8px;padding:8px 10px;font-size:.78rem;box-shadow:0 10px 25px #0f172a59;pointer-events:none;z-index:5}.stylescatter__tooltip-title{font-weight:600;margin-bottom:4px}.stylescatter__tooltip-line span{opacity:.7}@media(max-width:900px){.stylescatter__canvas{width:100%!important;max-width:100vw!important}}.styledetail{position:relative;padding-top:0}.styledetail__copylink{border:none;background:transparent;padding:4px;border-radius:999px;cursor:pointer;opacity:.6;display:flex;align-items:center;justify-content:center;height:24px;transition:opacity .15s,background-color .15s}.styledetail__copylink:hover{opacity:1;background-color:#0000000d}.styledetail__copylink svg{width:18px;height:18px;stroke:#111}.styledetail__copylink--copied{background-color:#00960026;opacity:1}.styledetail__header-actions{display:flex;align-items:center;gap:.4rem}.styledetail__remove-btn{border:none;background:transparent;padding:2px 6px;border-radius:999px;font-size:1.15rem;line-height:1;cursor:pointer;color:var(--gbi-text-muted);opacity:.75;transition:background .15s ease,color .15s ease,opacity .15s ease,transform .15s ease}.styledetail__remove-btn:hover{background:#0000000f;color:var(--gbi-text-main);opacity:1;transform:scale(1.08)}.styledetail__remove-btn:active{transform:scale(.94);background:#0000001a}.styledetail__compare-btn{border:1px solid var(--gbi-border);background:#f3f4f6;width:26px;height:26px;border-radius:6px;display:flex;align-items:center;justify-content:center;font-size:1.1rem;line-height:1;cursor:pointer;color:var(--gbi-text-main)}.styledetail__compare-btn:hover{background:#e5e7eb}.styledetail__scroll{overflow-y:auto;flex:1;-webkit-overflow-scrolling:touch}.styledetail__header{position:sticky;top:0;z-index:1000;display:flex;justify-content:space-between;gap:16px;align-items:flex-start;padding:12px 40px 10px 0;margin-bottom:6px;background:var(--gbi-card-bg);border-bottom:1px solid rgba(15,23,42,.06)}.styledetail__title{margin:0;font-size:1.25rem}.styledetail__family{margin-top:2px;font-size:.85rem;color:var(--gbi-text-muted)}.styledetail__description{margin:6px 0 10px;font-size:.9rem;line-height:1.5;color:var(--gbi-text-main)}.styledetail__intro{margin-bottom:1.4rem}.styledetail__intro-block+.styledetail__intro-block{margin-top:.75rem}.styledetail__intro-title{font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gbi-text-muted);margin-bottom:.35rem}.styledetail__intro-body{margin:0 0 .5rem;font-size:.9rem;line-height:1.5;color:var(--gbi-text-main)}.styledetail__section-title{margin:22px 0 10px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gbi-text-muted)}.styledetail__sensory-subtitle{margin:22px 0 8px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gbi-text-muted)}.styledetail__sensory-hint{margin:-2px 0 10px;font-size:.75rem;color:var(--gbi-text-muted);line-height:1.35}.styledetail__metrics{display:flex;gap:10px}.styledetail__metric{text-align:right;font-size:.78rem}.styledetail__metric span{display:block;color:var(--gbi-text-muted)}.styledetail__metric strong{display:block;font-size:.9rem}.styledetail__sensory-grid{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);column-gap:24px;row-gap:4px;margin-bottom:10px}.styledetail__sensory-row{display:grid;grid-template-columns:minmax(0,130px) minmax(0,1fr);align-items:center;column-gap:12px;font-size:.85rem}.styledetail__sensory-column{display:flex;flex-direction:column;gap:2px}.styledetail__sensory-label{display:flex;align-items:center;gap:4px}.styledetail__info-btn{border:none;background:none;padding:0;margin:0;cursor:pointer;font-size:.75rem;line-height:1;color:var(--gbi-text-muted);opacity:0;pointer-events:none;transition:opacity .12s ease-out,color .12s ease-out}.styledetail__sensory-label:hover .styledetail__info-btn{opacity:.7;pointer-events:auto}.styledetail__sensory-label:hover .styledetail__info-btn:hover{opacity:1;color:var(--gbi-text-main)}.styledetail__sensory-range .gbi-range-bar{margin-left:0;margin-right:0;width:100%;max-width:140px}.styledetail__sensory-groups{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:32px;row-gap:14px;margin-top:6px;margin-bottom:4px}.styledetail__sensory-group-title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gbi-text-muted);margin-bottom:4px;display:flex;align-items:center;gap:6px}.styledetail__sensory-group-body{display:flex;flex-direction:column;gap:2px;font-size:.84rem}.styledetail__techgrid{display:grid;grid-template-columns:minmax(0,1.3fr) auto minmax(0,1.3fr) auto;column-gap:18px;row-gap:4px;align-items:start;font-size:.85rem;margin-right:4px}.styledetail__sensory-label,.styledetail__techgrid dt,.styledetail__tagfield-label{color:var(--gbi-text-muted);font-size:.8rem;font-weight:400;text-transform:none;letter-spacing:0}.styledetail__techgrid dd{margin:0;text-align:right;font-weight:600;font-size:.86rem;white-space:nowrap}.styledetail__tech-main{display:block;font-weight:600}.styledetail__tech-sub{display:block;font-size:.72rem;opacity:.7}.styledetail__tech-label{display:inline-flex;align-items:center;gap:4px}.styledetail__tech-label:hover .styledetail__info-btn{opacity:.8;pointer-events:auto}.styledetail__tech-label:hover .styledetail__info-btn:hover{opacity:1;color:var(--gbi-text-main)}.styledetail__meta{display:flex;flex-wrap:wrap;gap:16px;font-size:.82rem;margin-top:6px}.styledetail__meta-item span{display:block;color:var(--gbi-text-muted)}.styledetail__meta-item strong{display:block}.styledetail__tags{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:32px;row-gap:22px;margin-top:8px}.styledetail__taggroup{display:block;width:100%;margin-bottom:18px}.styledetail__taggroup-title{font-size:.8rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gbi-text-muted);margin-bottom:6px}.styledetail__taggroup-body{display:grid;grid-template-columns:minmax(0,1fr);column-gap:24px;row-gap:4px}.styledetail__tagfield{display:flex;align-items:baseline!important;gap:6px;font-size:.84rem}.styledetail__tagfield-label{flex:0 0 auto;white-space:nowrap;line-height:1.2!important;padding-top:1px}.styledetail__tagvalues{flex:1 1 auto;color:var(--gbi-text-main);font-weight:450;font-size:.86rem;line-height:1.2!important;padding-top:1px}.styledetail--single-column{max-width:none}.styledetail--single-column .styledetail__intro{display:block}.styledetail--single-column .styledetail__intro-block{width:100%}.styledetail--single-column .styledetail__sensory-groups{display:block}.styledetail--single-column .styledetail__sensory-group{width:100%}.styledetail--single-column .styledetail__techgrid{display:block}.styledetail--single-column .styledetail__techgrid dt,.styledetail--single-column .styledetail__techgrid dd{display:block;width:100%}.styledetail--single-column .styledetail__techgrid dt{margin-top:10px}.styledetail--single-column .styledetail__techgrid dd{margin-bottom:6px}.styledetail--single-column .styledetail__tags{display:block}.styledetail--single-column .styledetail__taggroup{width:100%}.styledetail--single-column .styledetail__taggroup-body{display:block}.styledetail--single-column .styledetail__tagfield{display:block;width:100%}.styledetail--single-column [class*=__grid]{grid-template-columns:1fr!important}.styledetail--single-column .gbi-context-bands{display:block;margin-right:0}.styledetail--single-column .gbi-context-row{display:flex;flex-direction:column;align-items:flex-start;gap:4px}.styledetail--single-column .gbi-context-label{flex:0 0 auto}.styledetail--single-column .gbi-context-bar{width:100%}@media(max-width:900px){.styledetail__sensory-groups{display:flex;flex-direction:column;gap:10px}.styledetail__sensory-group-body{display:flex;flex-direction:column;gap:4px}.styledetail__sensory-row{display:flex;align-items:center;width:100%;margin-bottom:2px}.styledetail__sensory-label{flex:1 1 0;min-width:0;margin-right:16px;white-space:normal;line-height:1.3}.styledetail__sensory-range{flex:0 0 110px;display:flex;justify-content:flex-end}.styledetail__sensory-range .gbi-range-bar{width:100%;max-width:none;margin:0}.styledetail__info-btn{opacity:.9!important;pointer-events:auto!important}.styledetail__sensory-label:hover .styledetail__info-btn{opacity:.9!important}.styledetail__metrics{display:none!important}.app--mobile-compare .mobile-compare-50-left .styledetail--single-column .styledetail__sensory-row{display:grid;grid-template-columns:1fr;row-gap:2px;margin:0 0 6px;padding:0}.app--mobile-compare .mobile-compare-50-left .styledetail--single-column .styledetail__sensory-row>*{margin:0;padding:0}.app--mobile-compare .mobile-compare-50-left .styledetail--single-column .styledetail__sensory-label{line-height:1.1}.app--mobile-compare .mobile-compare-50-left .styledetail--single-column .styledetail__sensory-row .rangebar-root,.app--mobile-compare .mobile-compare-50-left .styledetail--single-column .styledetail__sensory-row .rangebar-container{margin:0!important;padding:0!important}}.sensoryradar{display:flex;justify-content:center;align-items:center;margin-top:.2rem;margin-bottom:.5rem}.sensoryradar__svg{max-width:260px;width:100%;height:auto;display:block}.sensoryradar__axis-label{font-size:.7rem;fill:var(--gbi-text-muted);text-anchor:middle;dominant-baseline:middle}.sensoryradar__svg circle{cursor:default;transition:filter 80ms ease-out;opacity:.9}.sensoryradar__svg circle:hover{opacity:1;filter:brightness(1.05)}.sensoryradar__bandgroup{pointer-events:none}.sensoryradar__band-max{fill:transparent;pointer-events:fill;stroke:#0f172af2;stroke-width:.9;transition:stroke .14s ease-out,stroke-width .14s ease-out}.sensoryradar__band{fill:#94a3b833;opacity:1;transition:fill .14s ease-out,filter .14s ease-out,opacity .14s ease-out}.sensoryradar__band-min{stroke:#94a3b873;stroke-width:.8;transition:stroke .14s ease-out,stroke-width .14s ease-out}.sensoryradar__bandgroup:hover .sensoryradar__band{fill:#94a3b852;filter:drop-shadow(0 0 10px rgba(15,23,42,.24))}.sensoryradar__bandgroup:hover .sensoryradar__band-max{stroke-width:1.05}.sensoryradar__bandgroup:hover .sensoryradar__band-min{stroke:#94a3b899;stroke-width:.9}.gbi-context-bands{margin:16px 0 8px;padding:0;border:none;border-radius:0;background:none}.gbi-context-title{margin:22px 0 8px;font-size:.85rem;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--gbi-text-muted)}.gbi-context-row{display:flex;align-items:center;gap:8px;margin-bottom:6px}.gbi-context-row:last-child{margin-bottom:0}.gbi-context-label{flex:0 0 165px;font-size:.8rem;color:var(--gbi-text-muted)}.gbi-context-bar{flex:1;position:relative}.gbi-context-bar-track{height:5px;border-radius:999px;background:#e5e7eb}.gbi-context-bar-band{position:absolute;top:0;height:5px;border-radius:999px;background:#c7d2fe}.gbi-context-bar-axis{margin-top:3px;display:flex;justify-content:space-between;font-size:.7rem;line-height:1.2;color:#9ca3af}.compare-basic-root{display:flex;flex-direction:column;gap:8px}.compare-basic-toolbar{display:flex;align-items:center;justify-content:space-between;padding:4px 0 6px;border-bottom:1px solid var(--gbi-border);margin-bottom:2px}.compare-basic-toolbar-label{font-size:.78rem;text-transform:uppercase;letter-spacing:.11em;color:var(--gbi-text-muted);margin-left:4px}.compare-basic-toolbar-actions{display:flex;align-items:center;gap:10px}.compare-basic-copy-btn{border:none;background:none;padding:0;font-size:.78rem;text-transform:uppercase;letter-spacing:.09em;color:var(--gbi-text-muted);cursor:pointer}.compare-basic-copy-btn:hover{color:var(--gbi-text-main);text-decoration:underline}.compare-basic-toolbar .slide-over__close{position:static!important;margin:0;padding:0}.compare-basic-container{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;align-items:flex-start}.compare-basic-container .styledetail__header{position:sticky;top:0;z-index:1000;padding:4px 0 10px;margin-bottom:8px;background:var(--gbi-card-bg);border-bottom:1px solid rgba(15,23,42,.06);display:flex!important;align-items:flex-start;justify-content:space-between}.compare-basic-container .styledetail__header>:first-child{flex:1 1 auto;display:flex;flex-direction:column;min-height:100px;min-width:0}.compare-basic-container .styledetail__family{white-space:nowrap}.compare-basic-container .styledetail__header-actions{flex:0 0 auto;margin-left:12px}.compare-basic-container .styledetail__copylink{position:static!important;margin-top:2px}.compare-basic-container .styledetail__intro{min-height:340px}.compare-basic-container .styledetail__sensory-grid{display:grid;grid-template-columns:1fr;row-gap:4px}.compare-basic-container .styledetail__sensory-groups{grid-template-columns:1fr;row-gap:10px}.compare-basic-container .styledetail__sensory-group-title{margin-top:4px}.compare-basic-container .styledetail__sensory-row{grid-template-columns:minmax(0,140px) minmax(0,1fr)}.compare-basic-container .styledetail__metrics{display:flex;gap:16px}.compare-basic-container .styledetail__techgrid{grid-template-columns:minmax(0,1.4fr) auto;column-gap:12px;row-gap:3px}.compare-basic-container .gbi-context-bands{margin:10px 0 6px}.compare-basic-container .styledetail__tags{grid-template-columns:1fr;row-gap:16px}@media(max-width:900px)and (orientation:portrait){.compare-basic-container .styledetail__header>:first-child{min-height:115px}.compare-basic-container .styledetail__intro{min-height:450px}}@media(max-width:900px)and (orientation:landscape){.compare-basic-container .styledetail__header>:first-child{min-height:40px}.compare-basic-container .styledetail__intro{min-height:210px}}@media(max-width:900px){.compare-basic-container .gbi-context-row{flex-direction:column;align-items:flex-start;gap:4px;margin-bottom:8px}.compare-basic-container .gbi-context-label{flex:0 0 auto;width:auto}.compare-basic-container .gbi-context-bar{width:100%}.compare-basic-container .styledetail__sensory-row{display:grid;grid-template-columns:1fr;row-gap:2px;margin:0 0 6px;padding:0}.compare-basic-container .styledetail__sensory-row>*{margin:0;padding:0}.compare-basic-container .styledetail__sensory-label{line-height:1.1}.compare-basic-container .styledetail__sensory-row .rangebar-root,.compare-basic-container .styledetail__sensory-row .rangebar-container{margin:0!important;padding:0!important}.app--mobile-compare .mobile-compare-50-left{position:relative}.app--mobile-compare .mobile-compare-50-left .styledetail__header{position:sticky;top:0;z-index:40;background:var(--gbi-card-bg);border-bottom:1px solid rgba(15,23,42,.06)}}:root{--gbi-bg: #f4f6fb;--gbi-card-bg: #ffffff;--gbi-border: #d9dfec;--gbi-text-main: #111827;--gbi-text-muted: #6b7280;--gbi-accent: #111827;--gbi-radius-lg: 14px;--gbi-radius-sm: 6px;--gbi-shadow-soft: 0 14px 30px rgba(15, 23, 42, .06);--gbi-input-bg: #ffffff;--gbi-panel-width: clamp(420px, 34vw, 560px)}*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:var(--gbi-bg);color:var(--gbi-text-main);color-scheme:light}.gbi-container{max-width:100%;margin:0 auto;padding:0 20px;width:100%}.app--loading,.app--error{opacity:.85}.app--detail-open .explorer-layout__main,.app--compare-open .explorer-layout__main{margin-right:var(--gbi-panel-width)}.app--detail-open .gbi-header:after,.app--compare-open .gbi-header:after{right:calc(var(--gbi-panel-width) + 16px)}.app--detail-open .gbi-header h1,.app--detail-open .gbi-header p,.app--compare-open .gbi-header h1,.app--compare-open .gbi-header p{max-width:calc(100% - var(--gbi-panel-width) - 24px)}.app h1{margin:0 0 8px;font-size:2.4rem;letter-spacing:-.03em}.app__subtitle{margin:0 0 20px;font-size:.95rem;color:var(--gbi-text-muted)}.app__usagehint{font-size:.875rem;color:#6b7280;margin-top:.15rem}.app__error-details{margin-top:8px;padding:10px 14px;border-radius:8px;background:#111827;color:#f9fafb;font-size:.8rem;overflow-x:auto}.gbi-header{position:relative;padding:20px 0 40px;overflow:visible}.gbi-header:after{content:"";position:absolute;top:4px;right:16px;width:160px;height:160px;background-image:url(/Globe_main%20-%20no%20background.png);background-size:contain;background-repeat:no-repeat;opacity:.25;pointer-events:none;z-index:0;transition:right .25s ease,opacity .25s ease}.gbi-header h1,.gbi-header p{position:relative;z-index:2}.explorer-layout{display:flex;gap:16px}.explorer-layout__sidebar{width:400px;flex-shrink:0;transition:width .25s ease,opacity .2s ease}.explorer-layout__sidebar--collapsed{width:0;opacity:0;overflow:hidden}.explorer-layout__main{flex:1;min-width:0;transition:flex-basis .25s ease}.explorer-layout__main--full{flex:1 1 100%}.explorer-layout__toolbar{display:flex;align-items:center;margin-bottom:8px}.explorer-layout__toolbar-inner{display:flex;align-items:center;justify-content:space-between;gap:8px;width:18%}.explorer-layout__toolbar-stats,.toolbar__stats{font-size:.8rem;color:var(--gbi-text-muted);white-space:nowrap}.sidebar-toggle{border:1px solid var(--gbi-border);background:var(--gbi-card-bg);padding:6px 10px;border-radius:var(--gbi-radius-sm);font-size:.85rem;cursor:pointer;color:var(--gbi-text-main);font-weight:500}.sidebar-toggle:hover{background:#eef0f6}.explorer-layout__insights{width:100%;background:var(--gbi-card-bg);border-radius:var(--gbi-radius-lg);box-shadow:var(--gbi-shadow-soft);border:1px solid var(--gbi-border);display:block;margin-top:16px;padding:16px}.explorer-layout__detail{margin-top:16px;padding:16px 18px 18px}.skeleton{position:relative;overflow:hidden;background:#e5e7eb;border-radius:999px}.skeleton--block{border-radius:8px}@keyframes gbi-skeleton-shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.skeleton:after{content:"";position:absolute;inset:0;background:linear-gradient(90deg,#fff0,#ffffffa6,#fff0);transform:translate(-100%);animation:gbi-skeleton-shimmer 1.4s ease-in-out infinite}.skeleton-line-sm{height:8px;margin-bottom:6px}.skeleton-line-md{height:11px;margin-bottom:8px}.skeleton-line-lg{height:14px;margin-bottom:10px}.skeleton-chip{height:26px;border-radius:999px}.skeleton-input{height:32px;border-radius:6px}@media(max-width:900px){.app--detail-open .explorer-layout__main,.app--compare-open .explorer-layout__main{margin-right:0}.app--detail-open .gbi-header:after,.app--compare-open .gbi-header:after{right:16px}.app--detail-open .gbi-header h1,.app--detail-open .gbi-header p,.app--compare-open .gbi-header h1,.app--compare-open .gbi-header p{max-width:100%}.app,.explorer-layout,.explorer-layout__sidebar,.explorer-layout__main,.explorer-layout__insights{width:100%;max-width:100vw;box-sizing:border-box}.explorer-layout{display:flex;flex-direction:column;gap:12px}.explorer-layout__sidebar{width:100%!important;max-width:100vw!important}.explorer-layout__sidebar--collapsed{display:none!important}.explorer-layout__main{width:100%!important;max-width:100vw!important;display:flex;flex-direction:column;gap:12px}.explorer-layout__table{order:1}.explorer-layout__insights{order:2}.explorer-layout__toolbar{position:-webkit-sticky;position:sticky;top:0;z-index:60;background:var(--gbi-bg);padding-top:4px;padding-bottom:4px}.app--mobile-compare .gbi-container{padding-left:10px;padding-right:10px}.mobile-compare-50{display:flex;flex-direction:row;gap:8px;align-items:stretch}.mobile-compare-50-left,.mobile-compare-50-right{flex:1 1 0;min-width:0}.mobile-compare-50-left{flex:1.05 1 0;background:var(--gbi-card-bg);border-radius:var(--gbi-radius-lg);box-shadow:var(--gbi-shadow-soft);border:1px solid var(--gbi-border);padding:16px 14px 18px;overflow-y:auto}.mobile-compare-50-right{flex:.95 1 0}.mobile-compare-50-right .styles__wrapper{height:100%;display:flex;flex-direction:column}.mobile-compare-50-right .styles__scroll{flex:1 1 auto}}
