@import "https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=DM+Mono:wght@400;500&family=Libre+Franklin:wght@300;400;500;600&display=swap";.hero{background:var(--white);border-bottom:1px solid var(--border);overflow:hidden}.hero-inner{max-width:var(--max-width);margin:0 auto;padding:5rem 2rem 4rem}.hero-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--gray-400);margin-bottom:1.5rem;font-size:.75rem}.hero-title{font-family:var(--font-display);color:var(--black);max-width:700px;margin-bottom:1.5rem;font-size:clamp(2.4rem,5vw,4rem);font-weight:400;line-height:1.1}.hero-title em{color:var(--accent);font-style:italic}.hero-title em.hero-extracting{color:var(--red)}.hero-sub{color:var(--gray-600);max-width:520px;margin-bottom:2.5rem;font-size:1.05rem;font-weight:300;line-height:1.7}.hero-cta{background:var(--black);color:var(--white);font-family:var(--font-body);letter-spacing:.06em;text-transform:uppercase;border-radius:2px;padding:.75rem 1.5rem;font-size:.8rem;font-weight:600;transition:background .15s;display:inline-block}.hero-cta:hover{background:var(--accent)}.section-title{font-family:var(--font-display);color:var(--black);margin-bottom:1rem;font-size:1.8rem;font-weight:400}.ethos-grid{grid-template-columns:1fr 2fr;align-items:start;gap:4rem;margin-bottom:3rem;display:grid}.ethos-intro{font-family:var(--font-display);color:var(--gray-800);margin-top:.5rem;font-size:1.15rem;font-style:italic;line-height:1.5}.definition-entry{border-left:3px solid var(--black);margin-top:.25rem;padding:.25rem 0 .25rem 1.25rem}.definition-headword{flex-wrap:wrap;align-items:baseline;gap:.6rem;margin-bottom:.15rem;display:flex}.definition-word{font-family:var(--font-display);color:var(--black);font-size:1.5rem;font-weight:500}.definition-pron{font-family:var(--font-mono);color:var(--gray-600);font-size:.8rem}.definition-pos{color:var(--gray-600);letter-spacing:.02em;margin-bottom:.7rem;font-size:.8rem}.definition-pos em{font-style:italic}.definition-meaning{color:var(--gray-800);margin:0;font-size:.95rem;font-weight:300;line-height:1.65}.ethos-body .section-title{margin-top:0;margin-bottom:1.25rem}.ethos-body p{color:var(--gray-800);margin-bottom:1rem;font-size:.95rem;font-weight:300;line-height:1.8}.ethos-body p em{color:var(--black);font-style:italic;font-weight:400}.how-grid{grid-template-columns:1fr 1fr;gap:1.5rem;margin-bottom:3rem;display:grid}.how-card{border:1px solid var(--border);border-radius:4px;padding:2rem}.how-card.productive{background:var(--green-light);border-color:#c0e0d0}.how-card.extractive{background:var(--red-light);border-color:#f0c8c4}.how-label{letter-spacing:.1em;text-transform:uppercase;margin-bottom:.5rem;font-size:.7rem;font-weight:600}.productive .how-label{color:var(--green)}.extractive .how-label{color:var(--red)}.how-card h3{font-family:var(--font-display);margin-bottom:1rem;font-size:1.15rem;font-weight:400}.how-card ul{flex-direction:column;gap:.6rem;list-style:none;display:flex}.how-card li{color:var(--gray-800);padding-left:1rem;font-size:.875rem;font-weight:300;line-height:1.6;position:relative}.how-card li:before{content:"—";color:var(--gray-400);position:absolute;left:0}.caveats{margin-bottom:3rem}.caveat-grid{grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem;display:grid}.caveat{position:relative}.caveat-num{font-family:var(--font-mono);color:var(--gray-400);margin-bottom:.5rem;font-size:.7rem}.caveat h4{color:var(--black);margin-bottom:.5rem;font-size:.875rem;font-weight:600}.caveat p{color:var(--gray-600);font-size:.825rem;font-weight:300;line-height:1.7}.home-cta-bar{align-items:center;gap:2rem;padding-top:1rem;display:flex}.cta-secondary{color:var(--gray-600);letter-spacing:.03em;border-bottom:1px solid var(--border);padding-bottom:1px;font-size:.8rem;font-weight:500;transition:color .15s,border-color .15s}.cta-secondary:hover{color:var(--black);border-color:var(--black)}@media (width<=768px){.ethos-grid,.how-grid{grid-template-columns:1fr;gap:2rem}.caveat-grid{grid-template-columns:1fr}}.scores-loading{height:60vh;color:var(--gray-600);flex-direction:column;justify-content:center;align-items:center;gap:1rem;font-size:.875rem;display:flex}.loading-spinner{border:2px solid var(--border);border-top-color:var(--accent);border-radius:50%;width:28px;height:28px;animation:.7s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.trend-card{max-width:var(--max-width);background:var(--white);border:1px solid var(--border);border-radius:6px;margin:1.5rem auto 0;padding:1.25rem 2rem 1.5rem}.trend-title{color:var(--black);margin:0 0 .35rem;font-size:1.05rem;font-weight:600}.trend-sub{color:var(--gray-500);max-width:680px;margin:0;font-size:.82rem;line-height:1.45}.dist-bar{background:var(--white);border-bottom:1px solid var(--border);padding:1rem 2rem}.dist-inner{max-width:var(--max-width);align-items:center;gap:2rem;margin:0 auto;display:flex}.dist-label{text-transform:uppercase;letter-spacing:.07em;color:var(--gray-400);white-space:nowrap;font-size:.72rem}.dist-chart{flex:1}.dist-tooltip{background:var(--black);color:var(--white);border-radius:3px;flex-direction:column;gap:.1rem;padding:.4rem .75rem;font-size:.75rem;display:flex}.scores-controls{max-width:var(--max-width);flex-wrap:wrap;align-items:center;gap:.75rem;margin:0 auto;padding:1.25rem 2rem;display:flex}.search-input{border:1px solid var(--border);min-width:220px;font-family:var(--font-body);background:var(--white);color:var(--black);border-radius:3px;outline:none;flex:1;padding:.5rem .85rem;font-size:.875rem;transition:border-color .15s}.search-input:focus{border-color:var(--black)}.search-input::placeholder{color:var(--gray-400)}.filter-select{border:1px solid var(--border);font-family:var(--font-body);background:var(--white);color:var(--black);cursor:pointer;border-radius:3px;outline:none;padding:.5rem .85rem;font-size:.8rem}.results-count{color:var(--gray-400);white-space:nowrap;margin-left:auto;font-size:.75rem}.scores-table-wrap{max-width:var(--max-width);margin:0 auto;padding:0 2rem 4rem;overflow-x:auto}.scores-table{border-collapse:collapse;width:100%;font-size:.85rem}.scores-table thead tr{border-bottom:2px solid var(--black)}.scores-table th{letter-spacing:.07em;text-transform:uppercase;color:var(--gray-600);text-align:left;white-space:nowrap;padding:.6rem .75rem;font-size:.7rem;font-weight:600}.th-right{text-align:right}.scores-table tbody tr{border-bottom:1px solid var(--border);transition:background .1s}.scores-table tbody tr:hover{background:var(--gray-100)}.scores-table td{vertical-align:middle;padding:.65rem .75rem}.td-ticker a{font-family:var(--font-mono);color:var(--black);letter-spacing:.04em;font-size:.85rem;font-weight:500}.td-ticker a:hover{color:var(--accent)}.td-name{color:var(--gray-800);white-space:nowrap;text-overflow:ellipsis;max-width:200px;overflow:hidden}.td-name a{color:inherit;text-decoration:none}.td-name a:hover{color:var(--accent);text-decoration:underline}.td-sector{color:var(--gray-600);white-space:nowrap;font-size:.75rem}.td-score{min-width:180px}.score-bar-wrap{background:var(--gray-100);border-radius:2px;align-items:center;height:20px;display:flex;position:relative;overflow:hidden}.score-bar{border-radius:1px;height:100%;transition:width .3s;position:absolute}.score-val{z-index:1;text-align:center;width:100%;padding:0 .4rem;font-size:.78rem;font-weight:500;position:relative}.td-right{text-align:right;color:var(--gray-600)}.row-link{color:var(--gray-400);white-space:nowrap;font-size:.75rem;transition:color .15s}.row-link:hover{color:var(--accent)}.methodology{max-width:780px}.method-header{border-bottom:2px solid var(--black);margin-bottom:3rem;padding-bottom:2rem}.method-eyebrow{letter-spacing:.1em;text-transform:uppercase;color:var(--gray-400);margin-bottom:.75rem;font-size:.72rem}.method-header h1{font-family:var(--font-display);margin-bottom:.75rem;font-size:clamp(2rem,4vw,3rem);font-weight:400}.method-subtitle{color:var(--gray-600);font-size:1rem;font-weight:300;line-height:1.6}.method-body{flex-direction:column;gap:3rem;display:flex}.method-section h2{font-family:var(--font-display);border-bottom:1px solid var(--border);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:400}.method-section h3{color:var(--black);margin:1.25rem 0 .4rem;font-size:.875rem;font-weight:600}.method-section p{color:var(--gray-800);margin-bottom:.75rem;font-size:.9rem;font-weight:300;line-height:1.8}.method-section ul{flex-direction:column;gap:.5rem;margin-bottom:.75rem;list-style:none;display:flex}.method-section li{color:var(--gray-800);padding-left:1.25rem;font-size:.875rem;font-weight:300;line-height:1.6;position:relative}.method-section li:before{content:"—";color:var(--gray-400);position:absolute;left:0}.formula{font-family:var(--font-mono);background:var(--gray-100);border-left:3px solid var(--accent);color:var(--black);border-radius:0 3px 3px 0;margin:.75rem 0;padding:.75rem 1rem;font-size:.95rem}.method-callout{color:var(--gray-800);background:#fff8e6;border:1px solid #f0d080;border-radius:3px;margin-top:.75rem;padding:.75rem 1rem;font-size:.85rem;line-height:1.6}.method-table-wrap{margin:1rem 0;overflow-x:auto}.method-table{border-collapse:collapse;width:100%;font-size:.82rem}.method-table th{letter-spacing:.07em;text-transform:uppercase;color:var(--gray-600);text-align:left;border-bottom:2px solid var(--black);padding:.5rem .75rem;font-size:.7rem;font-weight:600}.method-table td{border-bottom:1px solid var(--border);color:var(--gray-800);padding:.5rem .75rem;line-height:1.5}.method-table .tag{color:var(--gray-600);font-size:.72rem}.company-page{max-width:var(--max-width);margin:0 auto;padding:2rem 2rem 4rem}.breadcrumb{color:var(--gray-400);align-items:center;gap:.5rem;margin-bottom:2rem;font-size:.78rem;display:flex}.breadcrumb a{color:var(--gray-600)}.breadcrumb a:hover{color:var(--black)}.company-hero{border-bottom:2px solid var(--black);flex-wrap:wrap;justify-content:space-between;align-items:flex-end;gap:1rem;margin-bottom:2rem;padding-bottom:2rem;display:flex}.company-ticker{font-family:var(--font-mono);letter-spacing:.1em;color:var(--gray-400);margin-bottom:.25rem;font-size:.85rem;font-weight:500}.company-name{font-family:var(--font-display);margin-bottom:.5rem;font-size:clamp(1.5rem,3vw,2.4rem);font-weight:400}.company-meta{align-items:center;gap:1rem;display:flex}.company-sector{color:var(--gray-600);border:1px solid var(--border);border-radius:2px;padding:.15rem .5rem;font-size:.78rem}.company-rank{font-family:var(--font-mono);color:var(--gray-400);font-size:.75rem}.company-hero-right{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex}.big-score{font-family:var(--font-mono);font-size:clamp(2.5rem,5vw,4rem);font-weight:500;line-height:1}.company-grid{grid-template-columns:1fr 1fr;gap:1.5rem;display:grid}.card{background:var(--white);border:1px solid var(--border);border-radius:4px;padding:1.5rem}.card-wide{grid-column:1/-1}.card-title{letter-spacing:.08em;text-transform:uppercase;color:var(--gray-600);margin-bottom:1.25rem;font-size:.72rem;font-weight:600}.breakdown-rows{flex-direction:column;gap:.5rem;display:flex}.breakdown-row{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;gap:1rem;padding:.5rem 0;display:flex}.breakdown-row.total{border-top:2px solid var(--black);border-bottom:none;margin-top:.25rem;padding-top:.75rem}.br-label{color:var(--gray-600);font-size:.82rem}.br-val{white-space:nowrap;font-size:.9rem;font-weight:500}.positive{color:var(--green)}.negative{color:var(--red)}.metrics-grid{flex-direction:column;gap:.25rem;display:flex}.metric-row{border-bottom:1px solid var(--gray-100);justify-content:space-between;align-items:center;padding:.35rem 0;display:flex}.metric-label{color:var(--gray-600);font-size:.8rem}.metric-val{font-size:.82rem;font-weight:500}.card-note{color:var(--gray-400);text-align:center;margin-top:.5rem;font-size:.72rem}.company-footer-note{color:var(--gray-400);margin-top:2rem;font-size:.78rem}.company-footer-note a{color:var(--gray-600);border-bottom:1px solid var(--border)}@media (width<=768px){.company-grid{grid-template-columns:1fr}.card-wide{grid-column:1}}.grade-badge{width:28px;height:28px;font-family:var(--font-mono);border-radius:3px;justify-content:center;align-items:center;font-size:.85rem;font-weight:600;display:inline-flex}.grade-badge-large{border-radius:4px;width:48px;height:48px;font-size:1.5rem}.grade-a{background:var(--green-light);color:var(--green)}.grade-b{color:#2d6a3f;background:#eef6ee}.grade-c{color:#b05a1a;background:#fdf4ee}.grade-d{color:#b04010;background:#fdf0e8}.grade-f{background:var(--red-light);color:var(--red)}.big-score-denom{opacity:.6;margin-left:2px;font-size:.4em}.company-label{color:var(--gray-600);font-size:.78rem;font-style:italic}.fcf-margin-display{align-items:baseline;gap:.75rem;margin-bottom:1.25rem;display:flex}.fcf-margin-number{font-family:var(--font-mono);font-size:2.5rem;font-weight:500;line-height:1}.fcf-margin-label{color:var(--gray-600);font-size:.75rem;line-height:1.3}.fcf-margin-bar-wrap{margin-bottom:1rem}.fcf-margin-track{background:var(--gray-100);border-radius:4px;height:8px;margin-bottom:.3rem;position:relative;overflow:hidden}.fcf-margin-fill{border-radius:4px;height:100%;transition:width .4s}.fcf-margin-marker{background:var(--gray-400);opacity:.6;width:2px;height:100%;position:absolute;top:0}.fcf-margin-axis{color:var(--gray-400);font-size:.68rem;font-family:var(--font-mono);justify-content:space-between;display:flex;position:relative}.fcf-margin-impact p{color:var(--gray-800);margin-bottom:.3rem;font-size:.82rem;line-height:1.5}.fcf-margin-explain{font-style:italic;font-weight:300;color:var(--gray-600)!important}.extraction-pair{border-bottom:1px solid var(--gray-100);grid-template-columns:1fr 1fr;align-items:end;gap:1rem;margin-bottom:1.25rem;padding-bottom:1rem;display:grid}.extraction-col{flex-direction:column;gap:.35rem;display:flex}.extraction-col+.extraction-col{border-left:1px solid var(--gray-100);padding-left:1rem}.extraction-value{font-family:var(--font-mono);font-size:2rem;font-weight:500;line-height:1}.extraction-value-peer{color:var(--gray-600);font-size:1.5rem}.extraction-caption{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--gray-400);font-size:.68rem}.gov-flag{background:var(--red-light,#fdebe8);border-left:3px solid var(--red);border-radius:3px;align-items:flex-start;gap:.85rem;margin-bottom:1.5rem;padding:.9rem 1.1rem;display:flex}.gov-flag-icon{color:var(--red);flex-shrink:0;font-size:1.25rem;line-height:1.3}.gov-flag-body{color:var(--gray-800);flex-direction:column;gap:.2rem;font-size:.88rem;line-height:1.45;display:flex}.gov-flag-body strong{color:var(--red);font-weight:600}.gov-assist-pair{border-bottom:1px solid var(--gray-100);grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:1.25rem;padding-bottom:1rem;display:grid}.gov-assist-col{flex-direction:column;gap:.35rem;display:flex}.gov-assist-col+.gov-assist-col{border-left:1px solid var(--gray-100);padding-left:1rem}.gov-assist-label{font-family:var(--font-mono);letter-spacing:.08em;text-transform:uppercase;color:var(--gray-400);font-size:.68rem}.gov-assist-value{font-family:var(--font-mono);font-size:1.5rem;font-weight:500;line-height:1}.gov-assist-penalty{color:var(--red)}.gov-assist-note{color:var(--gray-800);font-size:.82rem;line-height:1.5}.gov-assist-tag{color:var(--gray-400);margin-top:.35rem;font-size:.72rem;display:block}.gov-assist-tag code{background:var(--gray-100);font-family:var(--font-mono);border-radius:2px;padding:0 .3rem}@media (width<=640px){.gov-assist-pair{grid-template-columns:1fr}.gov-assist-col+.gov-assist-col{border-left:none;padding-left:0}}.drivers-section{background:var(--white);border:1px solid var(--border);border-radius:4px;margin-bottom:1.5rem;overflow:hidden}.drivers-header{border-bottom:1px solid var(--border);padding:1.25rem 1.5rem .75rem}.drivers-title{font-family:var(--font-display);margin-bottom:.2rem;font-size:1.2rem;font-weight:400}.drivers-sub{color:var(--gray-400);font-size:.75rem}.drivers-desc{color:var(--gray-800);margin-top:.35rem;font-size:.9rem;line-height:1.5}.drivers-why{color:var(--gray-600);margin-top:.35rem;font-size:.85rem;line-height:1.5}.drivers-grid{grid-template-columns:1fr 1fr;gap:0;display:grid}.drivers-col{padding:1.25rem 1.5rem}.drivers-col-positive{border-right:1px solid var(--border);background:#f9fdf9}.drivers-col-negative{background:#fdf9f9}.drivers-col-label{letter-spacing:.08em;text-transform:uppercase;align-items:center;gap:.4rem;margin-bottom:1rem;font-size:.7rem;font-weight:700;display:flex}.drivers-col-positive .drivers-col-label{color:var(--green)}.drivers-col-negative .drivers-col-label{color:var(--red)}.drivers-col-icon{font-size:1rem;font-weight:700;line-height:1}.driver-item{border-bottom:1px solid var(--border);margin-bottom:1rem;padding-bottom:1rem}.driver-item:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.driver-bar-wrap{background:var(--gray-200);border-radius:2px;height:4px;margin-bottom:.6rem;overflow:hidden}.driver-bar{border-radius:2px;height:100%;transition:width .4s}.driver-bar-positive{background:var(--green)}.driver-bar-negative{background:var(--red)}.driver-info{margin-bottom:.4rem}.driver-label{color:var(--black);margin-bottom:.15rem;font-size:.85rem;font-weight:600}.driver-detail{color:var(--gray-600);font-size:.75rem;font-weight:300;line-height:1.4}.driver-values{align-items:center;gap:.75rem;margin-top:.35rem;display:flex}.driver-amt{font-family:var(--font-mono);color:var(--gray-800);font-size:.82rem}.driver-pct{font-family:var(--font-mono);font-size:.82rem;font-weight:600}.drivers-empty{color:var(--gray-400);font-size:.82rem;font-style:italic}.details-section{margin-bottom:1.5rem}.details-toggle{color:var(--gray-600);cursor:pointer;letter-spacing:.02em;-webkit-user-select:none;user-select:none;padding:.6rem 0;font-size:.8rem;font-weight:500;list-style:none}.details-toggle:hover{color:var(--black)}.details-toggle::-webkit-details-marker{display:none}.details-grid{margin-top:1rem}@media (width<=768px){.drivers-grid{grid-template-columns:1fr}.drivers-col-positive{border-right:none;border-bottom:1px solid var(--border)}}.trend-section{background:var(--white);border:1px solid var(--border);border-radius:4px;margin-bottom:1.5rem;padding:1.25rem 1.5rem 1rem}.trend-header{margin-bottom:.75rem}.trend-title{font-family:var(--font-display);margin-bottom:.2rem;font-size:1.2rem;font-weight:400}.trend-sub{color:var(--gray-600);font-size:.82rem;line-height:1.5}.score-window{font-family:var(--font-mono);letter-spacing:.04em;color:var(--gray-400);font-size:.68rem}.score-trend{font-family:var(--font-mono);font-size:.72rem;font-weight:600}.score-trend.up{color:var(--green)}.score-trend.down{color:var(--red)}:root{--black:#0a0a0a;--white:#fff;--off-white:#f7f6f3;--gray-100:#f0eeea;--gray-200:#e2dfd8;--gray-400:#a8a49c;--gray-600:#6b6760;--gray-800:#2e2c29;--accent:#c8392b;--accent-light:#fdf0ef;--green:#1a7a4a;--green-light:#edf7f2;--red:#c8392b;--red-light:#fdf0ef;--neutral:#5a6a7a;--neutral-light:#f0f3f6;--border:#dedad3;--font-display:"DM Serif Display", Georgia, serif;--font-body:"Libre Franklin", system-ui, sans-serif;--font-mono:"DM Mono", "Courier New", monospace;--max-width:1200px;--header-height:60px}*,:before,:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;font-size:16px}body{font-family:var(--font-body);background:var(--off-white);color:var(--black);-webkit-font-smoothing:antialiased;line-height:1.6}a{color:inherit;text-decoration:none}.site-header{z-index:100;height:var(--header-height);background:var(--white);border-bottom:1px solid var(--border);justify-content:space-between;align-items:center;padding:0 2rem;display:flex;position:sticky;top:0}.site-logo{cursor:pointer;align-items:baseline;gap:.75rem;display:flex}.logo-nesi{font-family:var(--font-mono);letter-spacing:.08em;color:var(--accent);font-size:1.1rem;font-weight:500}.logo-full{font-family:var(--font-body);color:var(--gray-600);letter-spacing:.02em;text-transform:uppercase;font-size:.75rem;font-weight:400}.site-nav{gap:2rem;display:flex}.site-nav a{font-family:var(--font-body);letter-spacing:.06em;text-transform:uppercase;color:var(--gray-600);border-bottom:2px solid #0000;padding-bottom:2px;font-size:.8rem;font-weight:500;transition:color .15s,border-color .15s}.site-nav a:hover{color:var(--black)}.site-nav a.active{color:var(--black);border-bottom-color:var(--accent)}@media (width<=640px){.site-header{padding:0 1rem}.logo-full{display:none}.site-nav{gap:1rem}.site-nav a{letter-spacing:.04em;font-size:.72rem}}.site-footer{border-top:1px solid var(--border);text-align:center;color:var(--gray-400);background:var(--white);padding:1.5rem 2rem;font-size:.75rem}.page{max-width:var(--max-width);margin:0 auto;padding:3rem 2rem}.page-wide{max-width:100%;padding:0}.score-badge{font-family:var(--font-mono);border-radius:3px;align-items:center;gap:.3rem;padding:.2rem .55rem;font-size:.85rem;font-weight:500;display:inline-flex}.score-badge.positive{background:var(--green-light);color:var(--green)}.score-badge.negative{background:var(--red-light);color:var(--red)}.score-badge.neutral{background:var(--neutral-light);color:var(--neutral)}.label-pill{letter-spacing:.05em;text-transform:uppercase;border-radius:2px;padding:.15rem .5rem;font-size:.7rem;font-weight:600;display:inline-block}.label-pill.strongly-productive{background:var(--green-light);color:var(--green)}.label-pill.net-productive{color:#2d6a3f;background:#eef6ee}.label-pill.net-extractive{color:#b05a1a;background:#fdf4ee}.label-pill.strongly-extractive{background:var(--red-light);color:var(--red)}.divider{border:none;border-top:1px solid var(--border);margin:2rem 0}.mono{font-family:var(--font-mono)}.muted{color:var(--gray-600)}
