.physical-report{--coral:#e24b34;--ink:#1c1b19;--paper:#f6f2ea;--surface:#fffdf9;--espresso:#2b211d;--cacao:#44291f;--stroke:#e6ded2;--muted:#6d655d;color:var(--ink);background:linear-gradient(180deg, #fbf8f2, var(--paper));border-radius:28px;padding:18px;font-family:Inter,Segoe UI,sans-serif}.physical-report *{box-sizing:border-box}.physical-hero{border:1px solid var(--stroke);background:var(--surface);border-radius:30px;grid-template-columns:1.2fr .8fr;display:grid;overflow:hidden;box-shadow:0 20px 55px #1c1b1914}.physical-hero>div{padding:38px}.physical-brand{align-items:center;gap:13px;display:flex}.physical-brand img{object-fit:contain;width:70px;height:52px}.physical-brand small,.physical-brand strong{display:block}.physical-brand small,.physical-heading>span{color:var(--muted);letter-spacing:.14em;text-transform:uppercase;font-size:10px;font-weight:900}.physical-hero>div>p{color:var(--coral);letter-spacing:.17em;text-transform:uppercase;margin:28px 0 5px;font-size:11px;font-weight:900}.physical-hero h1{letter-spacing:-.05em;margin:0;font-size:clamp(34px,5vw,58px)}.physical-meta{flex-wrap:wrap;gap:18px;margin-top:25px;display:flex}.physical-meta span{color:var(--muted);text-transform:uppercase;font-size:11px;display:block}.physical-meta b{color:var(--ink);text-transform:none;margin-top:5px;font-size:13px;display:block}.physical-hero aside{background:linear-gradient(145deg, var(--espresso), #1b1411);color:#fff;text-align:center;flex-direction:column;justify-content:center;align-items:center;padding:35px;display:flex}.score-ring{background:conic-gradient(var(--coral) calc(var(--score) * 1%), #ffffff29 0);border-radius:50%;place-items:center;width:190px;height:190px;display:grid;position:relative}.score-ring:after{content:"";background:#241915;border-radius:50%;position:absolute;inset:14px}.score-ring strong{z-index:1;letter-spacing:-.06em;font-size:60px;position:relative}.score-ring small{opacity:.7;font-size:16px}.physical-hero aside h2{margin:20px 0 4px}.physical-hero aside p{opacity:.75;margin:0;font-size:12px}.physical-report section{margin-top:32px}.physical-heading{margin-bottom:14px}.physical-heading>span{color:var(--coral)}.physical-heading h2{letter-spacing:-.03em;margin:5px 0 0;font-size:29px}.physical-metrics{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.physical-metrics>div,.physical-card,.physical-method>div{border:1px solid var(--stroke);background:#fff;border-radius:21px;padding:20px}.physical-metrics svg{color:var(--espresso)}.physical-metrics span{color:var(--muted);text-transform:uppercase;margin-top:12px;font-size:11px;font-weight:900;display:block}.physical-metrics strong{color:var(--coral);margin-top:8px;font-size:34px;display:block}.physical-metrics small{color:var(--muted)}.physical-grid{grid-template-columns:1.05fr .95fr;gap:12px;display:grid}.physical-bar{margin:16px 0}.physical-bar>div{justify-content:space-between;font-size:13px;font-weight:800;display:flex}.physical-bar i{background:#efe7dc;border-radius:99px;height:13px;margin-top:6px;display:block;overflow:hidden}.physical-bar em{background:var(--espresso);height:100%;display:block}.physical-bar em.warn{background:#b87824}.physical-bar em.alert{background:var(--coral)}.physical-zero{grid-template-columns:repeat(3,1fr);gap:9px;display:grid}.physical-zero div{text-align:center;background:#f8f1e8;border-radius:16px;padding:14px}.physical-zero strong,.physical-zero span{display:block}.physical-zero strong{color:var(--espresso);font-size:25px}.physical-zero span{color:var(--muted);font-size:10px}.physical-card p{color:var(--muted);font-size:13px}.physical-method{grid-template-columns:repeat(6,1fr);gap:10px;display:grid}.physical-method strong,.physical-method span{display:block}.physical-method strong{color:var(--espresso);font-size:22px}.physical-method span{color:var(--muted);margin-top:7px;font-size:10px}.physical-photos{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.physical-photos figure{border:1px solid var(--stroke);background:#fff;border-radius:20px;margin:0;overflow:hidden}.physical-photos img{object-fit:cover;width:100%;height:220px}.physical-photos figcaption{color:var(--muted);padding:11px;font-size:12px}.physical-report footer{color:var(--muted);text-align:center;padding:34px 6px 10px;font-size:11px}.physical-actions{flex-wrap:wrap;gap:.35rem;display:flex}.physical-form-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;display:grid}.physical-form-grid--cut{grid-template-columns:repeat(3,minmax(0,1fr))}.physical-total{background:#faf6f0;border-radius:12px;padding:12px;font-weight:800}.physical-total--ok{color:#166534;background:#f0fdf4}.physical-photo-list{grid-template-columns:repeat(3,1fr);gap:10px;margin-top:14px;display:grid}.physical-photo-list img{object-fit:cover;border-radius:12px;width:100%;height:130px}@media (width<=900px){.physical-hero,.physical-grid{grid-template-columns:1fr}.physical-metrics{grid-template-columns:repeat(2,1fr)}.physical-method{grid-template-columns:repeat(3,1fr)}}@media (width<=600px){.physical-report{padding:9px}.physical-hero>div{padding:25px}.physical-metrics,.physical-method,.physical-form-grid,.physical-form-grid--cut,.physical-photos,.physical-photo-list{grid-template-columns:1fr}}@media print{.physical-report{background:#fff;padding:0}.physical-hero,.physical-card,.physical-metrics>div{box-shadow:none}.physical-report section,.physical-card{break-inside:avoid}}.physical-report{background:var(--paper);border-radius:0;gap:28px;width:100%;max-width:1120px;margin:0 auto;padding:18px;display:grid}.physical-report>.physical-page{aspect-ratio:210/297;border:1px solid var(--stroke);background:linear-gradient(#fffdf9,#fbf8f2);border-radius:12px;width:100%;margin-top:0;padding:42px 42px 72px;position:relative;overflow:hidden;box-shadow:0 20px 50px #1c1b191f}.physical-page>.report-page__footer{border-top:1px solid var(--stroke);color:var(--muted);justify-content:space-between;gap:16px;padding-top:12px;font-size:11px;display:flex;position:absolute;bottom:24px;left:42px;right:42px}@media (width<=600px){.physical-report>.physical-page{aspect-ratio:auto;padding:22px 18px 66px;overflow:visible}.physical-page>.report-page__footer{left:18px;right:18px}}@media print{@page{size:A4 portrait;margin:0}.physical-report{background:#fff;width:210mm;max-width:none;padding:0;display:block}.physical-report>.physical-page{width:210mm;height:297mm;box-shadow:none;break-after:page;page-break-after:always;border:0;border-radius:0;margin:0;padding:10mm 10mm 16mm}.physical-report>.physical-page:last-child{break-after:auto;page-break-after:auto}.physical-page>.report-page__footer{bottom:6mm;left:10mm;right:10mm}}.physical-quality span{letter-spacing:.15em;text-transform:uppercase;opacity:.68;font-size:10px;font-weight:900}.physical-quality h2{letter-spacing:-.035em;max-width:330px;margin:14px 0 10px;font-size:clamp(26px,3.1vw,42px);line-height:1.05}.physical-quality p{opacity:.78;max-width:360px;margin:0;line-height:1.6}.physical-manage{gap:1rem;display:grid}.physical-manage-start{gap:1rem;max-width:520px;margin:0 auto;padding:1rem;display:grid}.physical-manage-start h3,.physical-manage-start p{margin:0}.physical-manage-section{background:#fbfaf7;border:1px solid #e6ded2;border-radius:16px;padding:1rem}.physical-manage-heading{align-items:flex-start;gap:.75rem;margin-bottom:1rem;display:flex}.physical-manage-heading>span{color:#fff;background:#44291f;border-radius:50%;flex:0 0 30px;place-items:center;height:30px;font-size:.8rem;font-weight:900;display:grid}.physical-manage-heading h3,.physical-manage-heading p{margin:0}.physical-manage-heading p{color:#6d655d;margin-top:.2rem;font-size:.8rem}.physical-cut-sliders{grid-template-columns:repeat(2,minmax(0,1fr));gap:.7rem;display:grid}.physical-cut-remaining{color:#fff;background:#2b211d;border-radius:12px;justify-content:space-between;align-items:center;margin-bottom:.75rem;padding:.7rem .9rem;display:flex}.physical-cut-remaining span{font-size:.78rem;font-weight:700}.physical-cut-remaining strong{font-size:1.15rem}.physical-slider{background:#f6f2ea;border-radius:12px;grid-template-columns:minmax(160px,1fr) minmax(130px,1.2fr) 86px;align-items:center;gap:.7rem;padding:.65rem .75rem;display:grid}.physical-slider>label{color:#2b211d;font-size:.78rem;font-weight:750}.physical-slider>input{accent-color:#e24b34;width:100%}.physical-slider-value{align-items:center;gap:.25rem;display:flex}.physical-slider-value input{text-align:right;background:#fff;border:1px solid #d8cfc2;border-radius:8px;width:68px;padding:.45rem}.physical-slider-value span{color:#6d655d;font-weight:800}.physical-roasting-summary{grid-template-columns:repeat(4,minmax(0,1fr));gap:.65rem;margin-bottom:.75rem;display:grid}.physical-roasting-summary>div{background:#fff;border:1px solid #e6ded2;border-radius:12px;padding:.85rem}.physical-roasting-summary span,.physical-roasting-summary strong{display:block}.physical-roasting-summary span{color:#6d655d;text-transform:uppercase;font-size:.7rem}.physical-roasting-summary strong{color:#2b211d;margin-top:.35rem;font-size:1rem}.physical-manage-buttons{flex-wrap:wrap;justify-content:flex-end;gap:.5rem;margin-top:1rem;display:flex}.physical-manage-buttons--footer{z-index:2;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);background:#fffffff5;border-top:1px solid #e6ded2;margin:0 -1rem -1rem;padding:1rem;position:sticky;bottom:-1rem}.physical-finish-confirm{background:#fffaf0;border:1px solid #e8b65c;border-radius:14px;padding:1rem}.physical-manage-empty{color:#6d655d;margin:.75rem 0 0;font-size:.82rem}.physical-photo-list figure{margin:0}.physical-photo-list figcaption{color:#6d655d;padding:.35rem 0;font-size:.75rem}@media (width<=900px){.physical-cut-sliders{grid-template-columns:1fr}.physical-roasting-summary{grid-template-columns:repeat(2,1fr)}}@media (width<=600px){.physical-slider,.physical-roasting-summary{grid-template-columns:1fr}}.sensory-actions{flex-wrap:wrap;gap:.4rem;display:flex}.sensory-form{gap:1.2rem;display:grid}.sensory-section{background:#fbfaf7;border:1px solid #ded6ca;border-radius:16px;padding:1rem}.sensory-section h3{color:#2b211d;margin:0 0 .8rem}.sensory-fields{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:.8rem;display:grid}.sensory-slider{background:#f6f2ea;border-radius:12px;grid-template-columns:1fr 2.6rem;align-items:center;gap:.65rem;padding:.7rem;display:grid}.sensory-slider label{grid-column:1/-1;font-size:.82rem;font-weight:700}.sensory-slider input{accent-color:#e24b34;width:100%}.sensory-slider output{text-align:center;color:#44291f;font-size:1.1rem;font-weight:800}.sensory-calculated{color:#fff;background:#2b211d;border-radius:10px;justify-content:space-between;padding:.55rem .7rem;font-weight:700;display:flex}.sensory-report{color:#44291f;background:#f6f2ea;border-radius:22px;font-family:Inter,Arial,sans-serif;overflow:hidden}.sensory-report__hero{color:#fff;background:#2b211d;grid-template-columns:110px 1fr 130px;align-items:center;gap:1rem;padding:1.5rem;display:grid}.sensory-report__hero img{object-fit:contain;background:#fff;border-radius:14px;width:100%;height:82px;padding:.4rem}.sensory-report__hero span{letter-spacing:.15em;font-size:.72rem}.sensory-report__hero h2{margin:.3rem 0;font-size:1.8rem}.sensory-report__hero p{color:#eaded2;margin:0}.sensory-score{aspect-ratio:1;text-align:center;border:6px solid #e24b34;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;display:flex}.sensory-score strong{font-size:2rem}.sensory-score small{font-weight:700}.sensory-score span{letter-spacing:0;font-size:.67rem}.sensory-meta{background:#ded6ca;grid-template-columns:repeat(4,1fr);gap:1px;display:grid}.sensory-meta div{background:#fff;padding:1rem}.sensory-meta span{text-transform:uppercase;color:#776a61;font-size:.65rem;display:block}.sensory-meta strong{font-size:.82rem}.sensory-report__grid{grid-template-columns:minmax(300px,.85fr) 1.15fr;gap:1rem;padding:1.2rem;display:grid}.sensory-radar,.sensory-bars,.sensory-notes>div{background:#fff;border-radius:16px;padding:1rem}.sensory-radar h3{text-align:center;margin:0}.sensory-radar svg{width:100%;max-height:390px}.sensory-radar small{text-align:center;display:block}.sensory-bars{gap:.42rem;display:grid}.sensory-bar{grid-template-columns:130px 1fr 2.3rem;align-items:center;gap:.5rem;font-size:.75rem;display:grid}.sensory-bar>div{background:#ece7de;border-radius:10px;height:10px;overflow:hidden}.sensory-bar i{border-radius:10px;height:100%;display:block}.sensory-notes{grid-template-columns:1fr 1fr;gap:1rem;padding:0 1.2rem 1.2rem;display:grid}.sensory-notes h3{color:#2b211d;font-size:.9rem}.sensory-notes p{white-space:pre-wrap;font-size:.82rem}.sensory-photo-list{grid-template-columns:repeat(3,1fr);gap:.6rem;margin-top:1rem;display:grid}.sensory-photo-list figure{margin:0;position:relative}.sensory-photo-list img{object-fit:cover;border-radius:10px;width:100%;height:120px}@media (width<=800px){.sensory-report__hero{grid-template-columns:70px 1fr}.sensory-score{grid-column:1/-1;width:110px}.sensory-meta{grid-template-columns:1fr 1fr}.sensory-report__grid,.sensory-notes{grid-template-columns:1fr}.sensory-bar{grid-template-columns:105px 1fr 2rem}}.coex-flavor-radar{width:100%;height:auto;max-height:500px;margin:.25rem auto;display:block}.coex-flavor-radar__scale{fill:#333;font-size:9px;font-weight:700}.coex-flavor-radar__label{fill:#252525;letter-spacing:.015em;font-size:9px;font-weight:800}.coex-flavor-radar__group text{font-size:13px;font-weight:900}.coex-flavor-radar__group--primary{fill:#c7352d}.coex-flavor-radar__group--complementary{fill:#efa308}@media (width<=600px){.coex-flavor-radar__label{font-size:8px}.coex-flavor-radar__group text{font-size:11px}}.sensory-report.report-page{aspect-ratio:210/297;background:#f6f2ea;border:1px solid #ded6ca;border-radius:12px;width:100%;max-width:1120px;margin:0 auto;padding:42px 42px 72px;position:relative;overflow:hidden;box-shadow:0 20px 50px #1c1b191f}.sensory-report>.report-page__footer{color:#776a61;border-top:1px solid #ded6ca;justify-content:space-between;gap:16px;padding-top:12px;font-size:11px;display:flex;position:absolute;bottom:24px;left:42px;right:42px}@media (width<=600px){.sensory-report.report-page{aspect-ratio:auto;padding:22px 18px 66px;overflow:visible}.sensory-report>.report-page__footer{left:18px;right:18px}}@media print{@page{size:A4 portrait;margin:0}.sensory-report.report-page{width:210mm;height:297mm;box-shadow:none;break-after:page;page-break-after:always;border:0;border-radius:0;margin:0;padding:10mm 10mm 16mm}.sensory-report>.report-page__footer{bottom:6mm;left:10mm;right:10mm}}.sensory-report__hero{grid-template-columns:90px minmax(0,.8fr) minmax(250px,1.2fr)}.sensory-quality{border-left:1px solid #ffffff2e;flex-direction:column;justify-content:center;align-self:stretch;padding:1rem 1.15rem;display:flex}.sensory-quality>span{letter-spacing:.14em;text-transform:uppercase;opacity:.68;font-size:.65rem}.sensory-quality>strong{margin:.45rem 0;font-size:1.45rem;line-height:1.08;display:block}.sensory-quality>p{color:#eaded2;margin:0;font-size:.73rem;line-height:1.45}.sensory-disclaimer{background:#fffdf9;border:1px solid #ded6ca;border-radius:12px;margin:0 1.2rem;padding:.75rem 1rem}.sensory-disclaimer strong{color:#2b211d;margin-bottom:.3rem;font-size:.76rem;display:block}.sensory-disclaimer p{color:#776a61;margin:0;font-size:.68rem;line-height:1.45}@media (width<=800px){.sensory-report__hero{grid-template-columns:70px 1fr}.sensory-quality{border-top:1px solid #ffffff2e;border-left:0;grid-column:1/-1}}.osito-report{--coral:#e24b34;--coral-soft:#f5d4cf;--ink:#1c1b19;--paper:#f6f2ea;--surface:#fffdf9;--espresso:#2b211d;--cacao:#44291f;--stroke:#e6ded2;--muted:#6d655d;color:var(--ink);background:var(--paper);gap:28px;width:100%;max-width:1120px;margin:0 auto;padding:18px;font-family:Inter,Segoe UI,sans-serif;display:grid}.osito-report *,.osito-report :before,.osito-report :after{box-sizing:border-box}.report-page{aspect-ratio:210/297;border:1px solid var(--stroke);background:linear-gradient(#fffdf9,#fbf8f2);border-radius:12px;width:100%;padding:42px 42px 72px;position:relative;overflow:hidden;box-shadow:0 20px 50px #1c1b191f}.report-page__footer{border-top:1px solid var(--stroke);color:var(--muted);justify-content:space-between;gap:16px;padding-top:12px;font-size:11px;display:flex;position:absolute;bottom:24px;left:42px;right:42px}.report-hero{border:1px solid var(--stroke);background:var(--surface);border-radius:30px;grid-template-columns:minmax(0,1.25fr) minmax(310px,.75fr);display:grid;overflow:hidden;box-shadow:0 22px 60px #1c1b1914}.report-hero__copy{padding:34px 38px;position:relative}.report-hero__copy:before{content:"";background:var(--coral);width:6px;position:absolute;inset:0 auto 0 0}.report-brand{align-items:center;gap:14px;display:flex}.report-brand img{object-fit:contain;width:87px;height:56px}.report-brand small,.report-brand strong{display:block}.report-brand small,.report-kicker,.report-meta span,.report-kpis span,.report-heading span{color:var(--muted);letter-spacing:.13em;text-transform:uppercase;font-size:11px;font-weight:800}.report-brand strong{font-size:15px}.report-kicker{color:var(--coral);margin:28px 0 6px}.report-hero h1{letter-spacing:-.055em;overflow-wrap:anywhere;margin:0;font-size:clamp(34px,5vw,60px);line-height:1}.report-subtitle{color:var(--muted);max-width:620px}.report-meta{grid-template-columns:repeat(2,1fr);gap:18px;margin-top:26px;display:grid}.report-meta div{border-top:1px solid var(--stroke);padding-top:12px}.report-meta strong{margin-top:5px;font-size:17px;display:block}.report-hero__stats{background:var(--stroke);grid-template-columns:repeat(2,1fr);gap:1px;display:grid}.report-hero__stats div{background:var(--espresso);color:#fff;flex-direction:column;justify-content:flex-end;min-height:150px;padding:24px;display:flex}.report-hero__stats div:nth-child(2){background:var(--cacao)}.report-hero__stats div:nth-child(3){color:var(--ink);background:#c8ad87}.report-hero__stats div.accent{background:var(--coral)}.report-hero__stats span{letter-spacing:.1em;text-transform:uppercase;opacity:.78;font-size:11px;font-weight:800}.report-hero__stats strong{margin-top:8px;font-size:clamp(22px,3vw,34px);line-height:1}.report-section{margin-top:30px}.report-heading{justify-content:space-between;align-items:flex-end;gap:20px;margin-bottom:14px;display:flex}.report-heading span{color:var(--coral)}.report-heading h2{letter-spacing:-.035em;margin:4px 0 0;font-size:clamp(25px,3vw,34px)}.report-heading p{color:var(--muted);margin:0;font-size:13px}.report-card{border:1px solid var(--stroke);background:var(--surface);border-radius:26px;padding:22px;box-shadow:0 10px 28px #1c1b190a}.report-kpis{grid-template-columns:repeat(4,1fr);gap:12px;display:grid}.report-kpis>div{border:1px solid var(--stroke);background:#fff;border-radius:22px;padding:20px}.report-kpis strong{color:var(--coral);letter-spacing:-.04em;margin-top:10px;font-size:34px;line-height:1;display:block}.report-kpis small{color:var(--muted);margin-top:9px;display:block}.report-journey{grid-template-columns:repeat(5,1fr);gap:11px;display:grid}.report-step{border:1px solid var(--stroke);background:#fff;border-radius:22px;min-width:0;padding:19px;position:relative}.report-step>b{background:var(--coral-soft);width:34px;height:34px;color:var(--coral);border-radius:50%;place-items:center;display:grid}.report-step h3{margin:14px 0 4px;font-size:15px}.report-step>strong{letter-spacing:-.04em;font-size:clamp(19px,2vw,28px);display:block}.report-step small{color:var(--muted);margin-top:5px;display:block}.report-step svg{z-index:2;width:20px;color:var(--coral);position:absolute;top:50%;right:-15px}.report-step:last-child svg{display:none}.report-mass{grid-template-columns:1.4fr .6fr;gap:28px;margin-top:12px;display:grid}.report-mass__row{grid-template-columns:145px 1fr 100px;align-items:center;gap:12px;margin:12px 0;font-size:13px;display:grid}.report-mass__row>span{font-weight:700}.report-mass__row>i,.report-producers i{background:#efe7dc;border-radius:99px;height:13px;display:block;overflow:hidden}.report-mass__row>i b,.report-producers i b{border-radius:inherit;background:linear-gradient(90deg, var(--espresso), var(--coral));height:100%;display:block}.report-mass__row>strong{text-align:right}.report-mass aside{gap:10px;display:grid}.report-mass aside div{border:1px solid var(--stroke);background:#fff;border-radius:18px;padding:16px}.report-mass aside strong{color:var(--coral);font-size:24px;display:block}.report-mass aside span{color:var(--muted);font-size:12px}.report-analysis{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.report-analysis>div{border:1px solid var(--stroke);background:#fff;border-radius:22px;padding:21px}.report-analysis svg{color:var(--coral)}.report-analysis h3{margin:12px 0 6px}.report-analysis p{color:var(--muted);margin:0;line-height:1.55}.report-chart{min-height:260px;overflow:hidden}.report-chart--temperature{min-height:680px}.report-two{grid-template-columns:1.35fr .65fr;gap:12px;display:grid}.report-producers>div{break-inside:avoid;page-break-inside:avoid;grid-template-columns:minmax(150px,230px) 1fr 95px;align-items:center;gap:12px;margin:13px 0;display:grid}.report-producers small{color:var(--muted);margin-top:3px;display:block}.report-producers small b{color:var(--cacao);font-weight:700}.report-producers>div>span{text-align:right;font-weight:800}.report-producers-page{max-width:940px;margin:28px auto 0}.report-producers-page .report-producers>div{grid-template-columns:minmax(240px,320px) 1fr 110px;margin:24px 0}.report-close{color:var(--espresso)}.report-close>svg{width:34px;height:34px}.report-close>strong{letter-spacing:-.04em;margin-top:16px;font-size:38px;display:block}.report-close>span{color:var(--muted)}.report-close hr{border:0;border-top:1px solid var(--stroke);margin:18px 0}.report-close p{color:var(--muted);justify-content:space-between;gap:12px;display:flex}.report-close p b{color:var(--ink)}.report-varietal-story{border-color:var(--coral-soft);background:linear-gradient(145deg,#fffaf3,#f7ede3);margin-top:12px}.report-varietal-story>strong{color:var(--coral);letter-spacing:.12em;text-transform:uppercase;font-size:11px;font-weight:900}.report-varietal-story p{color:var(--cacao);margin:10px 0 0;font-family:inherit;font-size:14px;line-height:1.55}.report-reception-page{padding:34px 38px 68px}.report-reception-hero{border:1px solid var(--stroke);background:var(--surface);border-radius:28px;grid-template-columns:1.15fr .85fr;display:grid;overflow:hidden;box-shadow:0 18px 48px #1c1b1914}.report-reception-hero>div:first-child{padding:28px 32px;position:relative}.report-reception-hero>div:first-child:before{content:"";background:var(--coral);width:6px;position:absolute;inset:0 auto 0 0}.report-reception-hero h1{letter-spacing:-.05em;overflow-wrap:anywhere;margin:0;font-size:42px;line-height:1}.report-reception-kpis{background:var(--stroke);grid-template-columns:1fr;gap:1px;display:grid}.report-reception-kpis>div{color:#fff;background:var(--espresso);grid-template-columns:28px 1fr auto;align-items:center;gap:10px;padding:15px 20px;display:grid}.report-reception-kpis>div:nth-child(2){background:var(--cacao)}.report-reception-kpis>div:nth-child(3){color:var(--ink);background:#c8ad87}.report-reception-kpis svg{width:20px;color:var(--coral)}.report-reception-kpis span{letter-spacing:.08em;text-transform:uppercase;opacity:.82;font-size:10px;font-weight:800}.report-reception-kpis strong{font-size:22px}.report-reception-heading{margin-top:24px}.report-reception-table-wrap{border-radius:20px;padding:0;overflow:hidden}.osito-report .report-reception-table th,.osito-report .report-reception-table td{white-space:normal;vertical-align:middle;padding:10px 11px}.report-reception-table th:first-child{width:19%}.report-reception-table th:nth-child(2){width:41%}.report-reception-table th:nth-child(3){width:14%}.report-reception-table th:nth-child(4){width:17%}.report-reception-table th:nth-child(5){width:9%}.report-reception-table td small{color:var(--muted);align-items:center;gap:4px;margin-top:3px;font-size:10px;line-height:1.25;display:flex}.report-reception-table tfoot td{color:#fff;background:var(--espresso);font-weight:900}.report-reception-table tfoot td:nth-last-child(-n+2){color:#fff}.report-reception-page.is-compact .report-reception-hero>div:first-child{padding:22px 28px}.report-reception-page.is-compact .report-kicker,.report-reception-page.is-compact .report-meta{margin-top:16px}.report-reception-page.is-compact .report-reception-heading{margin-top:15px;margin-bottom:8px}.osito-report .report-reception-page.is-compact .report-reception-table th,.osito-report .report-reception-page.is-compact .report-reception-table td{padding:6px 8px;font-size:10px}.report-reception-page.is-ultra-compact .report-reception-hero{grid-template-columns:1.3fr .7fr}.report-reception-page.is-ultra-compact .report-reception-hero>div:first-child{padding:16px 24px}.report-reception-page.is-ultra-compact .report-brand img{width:68px;height:42px}.report-reception-page.is-ultra-compact .report-kicker{margin:8px 0 4px}.report-reception-page.is-ultra-compact .report-reception-hero h1{font-size:30px}.report-reception-page.is-ultra-compact .report-meta{gap:10px;margin-top:9px}.report-reception-page.is-ultra-compact .report-reception-kpis>div{padding:8px 14px}.report-reception-page.is-ultra-compact .report-reception-heading{margin:9px 0 5px}.report-reception-page.is-ultra-compact .report-reception-heading h2{font-size:23px}.osito-report .report-reception-page.is-ultra-compact .report-reception-table th,.osito-report .report-reception-page.is-ultra-compact .report-reception-table td{padding:3px 6px;font-size:8px;line-height:1.15}.report-reception-page.is-ultra-compact .report-reception-table td small{margin-top:1px;font-size:7px}.report-photos{grid-template-columns:repeat(3,1fr);gap:12px;display:grid}.report-photos figure{border:1px solid var(--stroke);background:#fff;border-radius:22px;margin:0;overflow:hidden}.report-photos img{object-fit:cover;width:100%;height:230px}.report-photos figcaption{color:var(--muted);text-transform:capitalize;padding:12px 14px;font-size:12px}.osito-report details{border:1px solid var(--stroke);background:var(--surface);border-radius:20px;margin-top:12px;padding:0 18px}.osito-report summary{cursor:pointer;color:var(--cacao);padding:16px 0;font-weight:800}.osito-report table{border-collapse:collapse;background:#fff;width:100%}.osito-report th,.osito-report td{text-align:left;white-space:nowrap;border-bottom:1px solid #efe7dc;padding:11px 13px;font-size:12px}.osito-report th{color:var(--muted);letter-spacing:.1em;text-transform:uppercase;background:#faf6ef;font-size:10px}.report-table-block{margin-top:26px}.report-table-block h3{color:var(--espresso);margin:0 0 10px}.report-actions{z-index:4;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f8fafcf0;justify-content:flex-end;gap:10px;padding:12px 0;display:flex;position:sticky;top:0}.report-language{width:190px}.report-language .field{margin:0}@media (width<=1050px){.report-hero{grid-template-columns:1fr}.report-kpis,.report-journey{grid-template-columns:repeat(2,1fr)}.report-step svg{display:none}.report-two,.report-mass{grid-template-columns:1fr}}@media (width<=680px){.osito-report{padding:8px}.report-page{aspect-ratio:auto;padding:22px 18px 66px;overflow:visible}.report-page__footer{left:18px;right:18px}.report-hero__copy{padding:26px 23px}.report-hero__stats,.report-kpis,.report-journey,.report-analysis,.report-photos{grid-template-columns:1fr}.report-hero__stats div{min-height:110px}.report-meta{grid-template-columns:1fr}.report-heading{display:block}.report-heading p{margin-top:8px}.report-mass__row,.report-producers>div{grid-template-columns:1fr}.report-mass__row>strong,.report-producers>div>span{text-align:left}.report-actions{flex-direction:column;align-items:stretch}.report-language{width:100%}}@media print{.app-sidebar,.app-header,.report-actions,.screen-identifier,.page-card>h2,.page-card>p,.report-picker{display:none!important}.app-main,.app-content,.page-card{max-width:none!important;box-shadow:none!important;border:0!important;margin:0!important;padding:0!important}@page{size:A4 portrait;margin:0}.osito-report{background:#fff;width:210mm;max-width:none;padding:0;display:block}.report-page{width:210mm;height:297mm;box-shadow:none;break-after:page;page-break-after:always;border:0;border-radius:0;margin:0;padding:10mm 10mm 16mm}.report-page:last-child{break-after:auto;page-break-after:auto}.report-page__footer{bottom:6mm;left:10mm;right:10mm}.report-hero,.report-card,.report-kpis>div,.report-step,.report-analysis>div{box-shadow:none}.report-section,.report-card,.report-analysis>div,.report-table-block{break-inside:avoid}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;top:0;left:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:0 0}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{-webkit-transform-origin:0 0;width:1600px;height:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{width:auto;padding:0;max-width:none!important;max-height:none!important}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:#33b5e566}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;z-index:800;width:0;height:0}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{z-index:800;pointer-events:visiblePainted;pointer-events:auto;position:relative}.leaflet-top,.leaflet-bottom{z-index:1000;pointer-events:none;position:absolute}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{outline-offset:1px;background:#ddd}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{text-align:center;color:#000;background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;text-decoration:none;display:block}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-right-radius:4px;border-bottom-left-radius:4px}.leaflet-bar a.leaflet-disabled{cursor:default;color:#bbb;background-color:#f4f4f4}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-right-radius:2px;border-bottom-left-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{text-indent:1px;font:700 18px Lucida Console,Monaco,monospace}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{color:#333;background:#fff;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{padding-right:5px;overflow:hidden scroll}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{font-size:1.08333em;display:block}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;padding:0 5px;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{width:1em;height:.6669em;vertical-align:baseline!important;display:inline!important}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{white-space:nowrap;box-sizing:border-box;text-shadow:1px 1px #fff;background:#fffc;border:2px solid #777;border-top:none;padding:2px 5px 1px;line-height:1.1}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{text-align:center;margin-bottom:20px;position:absolute}.leaflet-popup-content-wrapper{text-align:left;border-radius:12px;padding:1px}.leaflet-popup-content{min-height:1px;margin:13px 24px 13px 20px;font-size:1.08333em;line-height:1.3}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{pointer-events:none;width:40px;height:20px;margin-top:-1px;margin-left:-20px;position:absolute;left:50%;overflow:hidden}.leaflet-popup-tip{pointer-events:auto;width:17px;height:17px;margin:-10px auto 0;padding:1px;transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{color:#333;background:#fff;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{text-align:center;color:#757575;background:0 0;border:none;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;text-decoration:none;position:absolute;top:0;right:0}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";width:24px;filter:progid:DXImageTransform.Microsoft.Matrix(M11=.707107, M12=.707107, M21=-.707107, M22=.707107);margin:0 auto}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{color:#222;white-space:nowrap;-webkit-user-select:none;user-select:none;pointer-events:none;background-color:#fff;border:1px solid #fff;border-radius:3px;padding:6px;position:absolute;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{pointer-events:none;content:"";background:0 0;border:6px solid #0000;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{margin-left:-6px;left:50%}.leaflet-tooltip-top:before{border-top-color:#fff;margin-bottom:-12px;bottom:0}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-top:-12px;margin-left:-6px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;margin-left:-12px;left:0}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.marker-icon{background-color:#fff;border:1px solid #38f;border-radius:50%;outline:0;transition:opacity .3s;width:14px!important;height:14px!important;margin:-8px 0 0 -8px!important}.marker-icon-middle{opacity:.7;width:10px!important;height:10px!important;margin:-6px 0 0 -6px!important}.leaflet-pm-draggable{cursor:move!important}.cursor-marker{cursor:crosshair;pointer-events:none;opacity:0}.cursor-marker.visible{opacity:1!important}.geoman-draw-cursor,.geoman-draw-cursor .leaflet-interactive{cursor:crosshair}.rect-style-marker,.rect-start-marker{opacity:0}.rect-style-marker.visible,.rect-start-marker.visible{opacity:1!important}.vertexmarker-disabled{opacity:.7}.pm-text-marker{width:0;height:0}.pm-textarea{box-sizing:content-box;color:#000;resize:none;cursor:pointer;background-color:#fff;border:none;border-radius:3px;outline:0;padding-top:4px;padding-bottom:0;padding-left:7px}.leaflet-pm-draggable .pm-textarea{cursor:move}.pm-textarea:focus,.pm-textarea:focus-within,.pm-textarea:focus-visible,.pm-textarea:active{border:2px solid #000;outline:0}.pm-textarea.pm-disabled{-webkit-user-select:none;user-select:none;border:none}.pm-textarea.pm-hasfocus{cursor:auto}.leaflet-pm-toolbar .leaflet-buttons-control-button{box-sizing:border-box;z-index:3;padding:5px;position:relative}.leaflet-pm-toolbar .leaflet-pm-actions-container a.leaflet-pm-action:first-child:not(.pos-right),.leaflet-pm-toolbar .leaflet-pm-actions-container a.leaflet-pm-action:last-child.pos-right,.leaflet-pm-toolbar .button-container a.leaflet-buttons-control-button{border-radius:0}.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button{border-radius:0 0 2px 2px}.leaflet-pm-toolbar .button-container:first-child a.leaflet-buttons-control-button{border-radius:2px 2px 0 0}.leaflet-pm-toolbar .button-container:last-child a.leaflet-buttons-control-button{border-bottom:none}.leaflet-pm-toolbar .control-fa-icon{font-size:19px;line-height:24px}.leaflet-pm-toolbar .control-icon{box-sizing:border-box;background-position:50%;background-repeat:no-repeat;background-size:contain;width:100%;height:100%}.leaflet-pm-toolbar .leaflet-pm-icon-marker{background-image:url("data:image/svg+xml,<?xml version=\"1.0\" encoding=\"UTF-8\"?>%0A<svg width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">%0A    <!-- Generator: Sketch 52.5 (67469) - http://www.bohemiancoding.com/sketch -->%0A    <title>Atoms/Icons/Tools/Marker</title>%0A    <desc>Created with Sketch.</desc>%0A    <defs>%0A        <path d=\"M15.5,24.8782959 C15.2909201,24.8772219 15.1744857,24.8467817 14.6590866,24.2354163 C10.2196955,19.4118054 8,15.5014392 8,12.5043177 C8,8.35979746 11.3578644,5 15.5,5 C19.6421356,5 23,8.35979746 23,12.5043177 C23,17 18.2878217,21.9268378 16.3336601,24.2440186 C15.8224622,24.8501802 15.7090799,24.8793699 15.5,24.8782959 Z M15.5,15.5326948 C17.275201,15.5326948 18.7142857,14.1180004 18.7142857,12.3728864 C18.7142857,10.6277723 17.275201,9.21307792 15.5,9.21307792 C13.724799,9.21307792 12.2857143,10.6277723 12.2857143,12.3728864 C12.2857143,14.1180004 13.724799,15.5326948 15.5,15.5326948 Z\" id=\"path-1\"></path>%0A    </defs>%0A    <g id=\"Symbols\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">%0A        <g id=\"Atoms/Icons/Tools/Marker\" transform=\"translate(-3.000000, -3.000000)\">%0A            <mask id=\"mask-2\" fill=\"white\">%0A                <use xlink:href=\"%23path-1\"></use>%0A            </mask>%0A            <use id=\"Mask\" fill=\"%235B5B5B\" fill-rule=\"nonzero\" xlink:href=\"%23path-1\"></use>%0A        </g>%0A    </g>%0A</svg>")}.leaflet-pm-toolbar .leaflet-pm-icon-polygon{background-image:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\">%0A  <defs>%0A    <path id=\"polygon-a\" d=\"M19.4206892,9.16509725 C19.1523681,8.66992914 19,8.10275831 19,7.5 C19,5.56700338 20.5670034,4 22.5,4 C24.4329966,4 26,5.56700338 26,7.5 C26,9.26323595 24.6961471,10.7219407 23,10.9645556 L23,19.0354444 C24.6961471,19.2780593 26,20.736764 26,22.5 C26,24.4329966 24.4329966,26 22.5,26 C20.736764,26 19.2780593,24.6961471 19.0354444,23 L10.9645556,23 C10.7219407,24.6961471 9.26323595,26 7.5,26 C5.56700338,26 4,24.4329966 4,22.5 C4,20.5670034 5.56700338,19 7.5,19 C8.10275831,19 8.66992914,19.1523681 9.16509725,19.4206892 L19.4206892,9.16509725 Z M20.8349073,10.5793063 L10.5793108,20.8349027 C10.6086731,20.8890888 10.6366469,20.9441372 10.6631844,21 L19.3368156,21 C19.6825775,20.272154 20.272154,19.6825775 21,19.3368156 L21,10.6631844 C20.9441372,10.6366469 20.8890888,10.6086731 20.8349027,10.5793108 Z M22.5,9 C23.3284271,9 24,8.32842712 24,7.5 C24,6.67157288 23.3284271,6 22.5,6 C21.6715729,6 21,6.67157288 21,7.5 C21,8.32842712 21.6715729,9 22.5,9 Z M22.5,24 C23.3284271,24 24,23.3284271 24,22.5 C24,21.6715729 23.3284271,21 22.5,21 C21.6715729,21 21,21.6715729 21,22.5 C21,23.3284271 21.6715729,24 22.5,24 Z M7.5,24 C8.32842712,24 9,23.3284271 9,22.5 C9,21.6715729 8.32842712,21 7.5,21 C6.67157288,21 6,21.6715729 6,22.5 C6,23.3284271 6.67157288,24 7.5,24 Z\"/>%0A  </defs>%0A  <g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(-3 -3)\">%0A    <mask id=\"polygon-b\" fill=\"%23fff\">%0A      <use xlink:href=\"%23polygon-a\"/>%0A    </mask>%0A    <use fill=\"%235B5B5B\" fill-rule=\"nonzero\" xlink:href=\"%23polygon-a\"/>%0A    <g fill=\"%235B5B5B\" mask=\"url(%23polygon-b)\">%0A      <rect width=\"30\" height=\"30\"/>%0A    </g>%0A  </g>%0A</svg>%0A")}.leaflet-pm-toolbar .leaflet-pm-icon-polyline{background-image:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\">%0A  <defs>%0A    <path id=\"line-a\" d=\"M9.16509725,19.4206892 L18.4206892,10.1650973 C18.1523681,9.66992914 18,9.10275831 18,8.5 C18,6.56700338 19.5670034,5 21.5,5 C23.4329966,5 25,6.56700338 25,8.5 C25,10.4329966 23.4329966,12 21.5,12 C20.8972417,12 20.3300709,11.8476319 19.8349027,11.5793108 L10.5793108,20.8349027 C10.8476319,21.3300709 11,21.8972417 11,22.5 C11,24.4329966 9.43299662,26 7.5,26 C5.56700338,26 4,24.4329966 4,22.5 C4,20.5670034 5.56700338,19 7.5,19 C8.10275831,19 8.66992914,19.1523681 9.16509725,19.4206892 Z M21.5,10 C22.3284271,10 23,9.32842712 23,8.5 C23,7.67157288 22.3284271,7 21.5,7 C20.6715729,7 20,7.67157288 20,8.5 C20,9.32842712 20.6715729,10 21.5,10 Z M7.5,24 C8.32842712,24 9,23.3284271 9,22.5 C9,21.6715729 8.32842712,21 7.5,21 C6.67157288,21 6,21.6715729 6,22.5 C6,23.3284271 6.67157288,24 7.5,24 Z\"/>%0A  </defs>%0A  <g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(-3 -3)\">%0A    <mask id=\"line-b\" fill=\"%23fff\">%0A      <use xlink:href=\"%23line-a\"/>%0A    </mask>%0A    <use fill=\"%235B5B5B\" fill-rule=\"nonzero\" xlink:href=\"%23line-a\"/>%0A    <g fill=\"%235B5B5B\" mask=\"url(%23line-b)\">%0A      <rect width=\"30\" height=\"30\"/>%0A    </g>%0A  </g>%0A</svg>%0A")}.leaflet-pm-toolbar .leaflet-pm-icon-circle{background-image:url("data:image/svg+xml,<?xml version=\"1.0\" encoding=\"UTF-8\"?>%0A<svg width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">%0A    <!-- Generator: Sketch 52.5 (67469) - http://www.bohemiancoding.com/sketch -->%0A    <title>Atoms/Icons/Tools/Circle</title>%0A    <desc>Created with Sketch.</desc>%0A    <defs>%0A        <path d=\"M18.2897751,6.78602275 C18.8924131,6.29464981 19.661797,6 20.5,6 C22.4329966,6 24,7.56700338 24,9.5 C24,10.338203 23.7053502,11.1075869 23.2139772,11.7102249 C23.719599,12.8712053 24,14.1528571 24,15.5 C24,20.7467051 19.7467051,25 14.5,25 C9.25329488,25 5,20.7467051 5,15.5 C5,10.2532949 9.25329488,6 14.5,6 C15.8471429,6 17.1287947,6.28040098 18.2897751,6.78602275 Z M17.1504228,8.4817586 C16.3263581,8.17039236 15.4330777,8 14.5,8 C10.3578644,8 7,11.3578644 7,15.5 C7,19.6421356 10.3578644,23 14.5,23 C18.6421356,23 22,19.6421356 22,15.5 C22,14.5669223 21.8296076,13.6736419 21.5182414,12.8495772 C21.1960383,12.9473968 20.8541622,13 20.5,13 C18.5670034,13 17,11.4329966 17,9.5 C17,9.14583778 17.0526032,8.80396169 17.1504228,8.4817586 Z M14.5,17 C13.6715729,17 13,16.3284271 13,15.5 C13,14.6715729 13.6715729,14 14.5,14 C15.3284271,14 16,14.6715729 16,15.5 C16,16.3284271 15.3284271,17 14.5,17 Z M20.5,11 C21.3284271,11 22,10.3284271 22,9.5 C22,8.67157288 21.3284271,8 20.5,8 C19.6715729,8 19,8.67157288 19,9.5 C19,10.3284271 19.6715729,11 20.5,11 Z\" id=\"path-1\"></path>%0A    </defs>%0A    <g id=\"Symbols\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">%0A        <g id=\"Atoms/Icons/Tools/Circle\" transform=\"translate(-3.000000, -3.000000)\">%0A            <mask id=\"mask-2\" fill=\"white\">%0A                <use xlink:href=\"%23path-1\"></use>%0A            </mask>%0A            <use id=\"Mask\" fill=\"%235B5B5B\" fill-rule=\"nonzero\" xlink:href=\"%23path-1\"></use>%0A            <g id=\"Atoms/Color/Grey\" mask=\"url(%23mask-2)\" fill=\"%235B5B5B\">%0A                <rect id=\"Rectangle\" x=\"0\" y=\"0\" width=\"30\" height=\"30\"></rect>%0A            </g>%0A        </g>%0A    </g>%0A</svg>")}.leaflet-pm-toolbar .leaflet-pm-icon-circle-marker{background-image:url("data:image/svg+xml,<?xml version=\"1.0\" encoding=\"UTF-8\"?>%0A%0A<svg viewBox=\"0 0 100 100\" xmlns=\"http://www.w3.org/2000/svg\" stroke=\"%235B5B5B\" stroke-width=\"8\"%0A     fill=\"none\">%0A<circle cx=\"50\" cy=\"50\" r=\"35\"/>%0A  <circle cx=\"50\" cy=\"50\" r=\"3\" fill=\"%235B5B5B\"/>%0A</svg>")}.leaflet-pm-toolbar .leaflet-pm-icon-rectangle{background-image:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\">%0A  <defs>%0A    <path id=\"rectangle-a\" d=\"M23,10.9645556 L23,19.0354444 C24.6961471,19.2780593 26,20.736764 26,22.5 C26,24.4329966 24.4329966,26 22.5,26 C20.736764,26 19.2780593,24.6961471 19.0354444,23 L10.9645556,23 C10.7219407,24.6961471 9.26323595,26 7.5,26 C5.56700338,26 4,24.4329966 4,22.5 C4,20.736764 5.30385293,19.2780593 7,19.0354444 L7,10.9645556 C5.30385293,10.7219407 4,9.26323595 4,7.5 C4,5.56700338 5.56700338,4 7.5,4 C9.26323595,4 10.7219407,5.30385293 10.9645556,7 L19.0354444,7 C19.2780593,5.30385293 20.736764,4 22.5,4 C24.4329966,4 26,5.56700338 26,7.5 C26,9.26323595 24.6961471,10.7219407 23,10.9645556 Z M21,10.6631844 C20.272154,10.3174225 19.6825775,9.72784598 19.3368156,9 L10.6631844,9 C10.3174225,9.72784598 9.72784598,10.3174225 9,10.6631844 L9,19.3368156 C9.72784598,19.6825775 10.3174225,20.272154 10.6631844,21 L19.3368156,21 C19.6825775,20.272154 20.272154,19.6825775 21,19.3368156 L21,10.6631844 Z M7.5,9 C8.32842712,9 9,8.32842712 9,7.5 C9,6.67157288 8.32842712,6 7.5,6 C6.67157288,6 6,6.67157288 6,7.5 C6,8.32842712 6.67157288,9 7.5,9 Z M22.5,9 C23.3284271,9 24,8.32842712 24,7.5 C24,6.67157288 23.3284271,6 22.5,6 C21.6715729,6 21,6.67157288 21,7.5 C21,8.32842712 21.6715729,9 22.5,9 Z M22.5,24 C23.3284271,24 24,23.3284271 24,22.5 C24,21.6715729 23.3284271,21 22.5,21 C21.6715729,21 21,21.6715729 21,22.5 C21,23.3284271 21.6715729,24 22.5,24 Z M7.5,24 C8.32842712,24 9,23.3284271 9,22.5 C9,21.6715729 8.32842712,21 7.5,21 C6.67157288,21 6,21.6715729 6,22.5 C6,23.3284271 6.67157288,24 7.5,24 Z\"/>%0A  </defs>%0A  <g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(-3 -3)\">%0A    <mask id=\"rectangle-b\" fill=\"%23fff\">%0A      <use xlink:href=\"%23rectangle-a\"/>%0A    </mask>%0A    <use fill=\"%235B5B5B\" fill-rule=\"nonzero\" xlink:href=\"%23rectangle-a\"/>%0A    <g fill=\"%235B5B5B\" mask=\"url(%23rectangle-b)\">%0A      <rect width=\"30\" height=\"30\"/>%0A    </g>%0A  </g>%0A</svg>%0A")}.leaflet-pm-toolbar .leaflet-pm-icon-delete{background-image:url("data:image/svg+xml,<?xml version=\"1.0\" encoding=\"UTF-8\"?>%0A<svg width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">%0A    <!-- Generator: Sketch 52.5 (67469) - http://www.bohemiancoding.com/sketch -->%0A    <title>Atoms/Icons/Tools/Eraser</title>%0A    <desc>Created with Sketch.</desc>%0A    <defs>%0A        <path d=\"M17.7874219,18.4812552 L11.6480079,13.3498184 L6.40466009,19.3816001 L10.5539156,22.9884929 L13.86934,22.9884929 L17.7874219,18.4812552 Z M16.5074252,22.9884929 L26.0000002,22.9884929 L26.0000002,24.9884929 L10.0000002,24.9884929 L9.80708313,24.9884929 L5.09254204,20.8910192 C4.25891285,20.1663564 4.17057814,18.9031112 4.89524093,18.069482 L16.0482444,5.23941916 C16.7729072,4.40578998 18.0361525,4.31745526 18.8697816,5.04211806 L24.9074583,10.2905903 C25.7410875,11.0152531 25.8294222,12.2784983 25.1047594,13.1121275 L16.5074252,22.9884929 Z\" id=\"path-1\"></path>%0A    </defs>%0A    <g id=\"Symbols\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">%0A        <g id=\"Atoms/Icons/Tools/Eraser\" transform=\"translate(-3.000000, -3.000000)\">%0A            <mask id=\"mask-2\" fill=\"white\">%0A                <use xlink:href=\"%23path-1\"></use>%0A            </mask>%0A            <use id=\"Combined-Shape\" fill=\"%235B5B5B\" fill-rule=\"nonzero\" xlink:href=\"%23path-1\"></use>%0A        </g>%0A    </g>%0A</svg>")}.leaflet-pm-toolbar .leaflet-pm-icon-edit{background-image:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\">%0A  <defs>%0A    <path id=\"edit_anchor-a\" d=\"M13.5,11 C11.5670034,11 10,9.43299662 10,7.5 C10,5.56700338 11.5670034,4 13.5,4 C15.4329966,4 17,5.56700338 17,7.5 C17,9.43299662 15.4329966,11 13.5,11 Z M13.5,9 C14.3284271,9 15,8.32842712 15,7.5 C15,6.67157288 14.3284271,6 13.5,6 C12.6715729,6 12,6.67157288 12,7.5 C12,8.32842712 12.6715729,9 13.5,9 Z M12.0002889,7.52973893 C12.0125983,8.16273672 12.4170197,8.6996643 12.9807111,8.90767966 L3,15 L3,13 L12.0002889,7.52973893 Z M14.2172722,6.18228472 L19.453125,3 L22.6589355,3 L14.989102,7.68173885 C14.9962971,7.62216459 15,7.56151472 15,7.5 C15,6.93138381 14.6836098,6.4366645 14.2172722,6.18228472 Z M23.4434042,19.2851736 L20.1282799,19.2851736 L21.8729983,23.5349525 C21.9945296,23.8295773 21.8556546,24.1599209 21.5778734,24.2849208 L20.0414675,24.9545142 C19.7550613,25.0795141 19.4338738,24.9366704 19.3123426,24.6509518 L17.6544367,20.6154541 L14.9461873,23.4010151 C14.5852811,23.7721711 14,23.4860463 14,22.9992653 L14,9.57183533 C14,9.05933561 14.6225311,8.809492 14.946156,9.17008555 L23.8340292,18.3120179 C24.1925291,18.6613615 23.9279979,19.2851736 23.4434042,19.2851736 Z\"/>%0A  </defs>%0A  <g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(-3 -3)\">%0A    <mask id=\"edit_anchor-b\" fill=\"%23fff\">%0A      <use xlink:href=\"%23edit_anchor-a\"/>%0A    </mask>%0A    <use fill=\"%235B5B5B\" fill-rule=\"nonzero\" xlink:href=\"%23edit_anchor-a\"/>%0A    <g fill=\"%235B5B5B\" mask=\"url(%23edit_anchor-b)\">%0A      <rect width=\"30\" height=\"30\"/>%0A    </g>%0A  </g>%0A</svg>%0A")}.leaflet-pm-toolbar .leaflet-pm-icon-drag{background-image:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\">%0A  <defs>%0A    <path id=\"move-a\" d=\"M21,14 L21,10 L27,15 L21,20 L21,16 L16,16 L16,21 L20,21 L15,27 L10,21 L14,21 L14,16 L9,16 L9,20 L3,15 L9,10 L9,14 L14,14 L14,9 L10,9 L15,3 L20,9 L16,9 L16,14 L21,14 Z\"/>%0A  </defs>%0A  <g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(-3 -3)\">%0A    <mask id=\"move-b\" fill=\"%23fff\">%0A      <use xlink:href=\"%23move-a\"/>%0A    </mask>%0A    <use fill=\"%23D8D8D8\" xlink:href=\"%23move-a\"/>%0A    <g fill=\"%235B5B5B\" mask=\"url(%23move-b)\">%0A      <rect width=\"30\" height=\"30\"/>%0A    </g>%0A  </g>%0A</svg>%0A")}.leaflet-pm-toolbar .leaflet-pm-icon-cut{background-image:url("data:image/svg+xml,<?xml version=\"1.0\" encoding=\"UTF-8\"?>%0A<svg width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">%0A    <!-- Generator: Sketch 52.5 (67469) - http://www.bohemiancoding.com/sketch -->%0A    <title>Atoms/Icons/Tools/Scissors</title>%0A    <desc>Created with Sketch.</desc>%0A    <defs>%0A        <path d=\"M12.9691574,13.4939435 L21.0317032,5.54167013 L23.4649499,5.67722957 L17.0470713,14.5106816 L27.5660336,17.1333535 L25.7891944,18.8012588 L14.5854951,17.8987506 L13.6487955,19.188007 C13.794639,19.2650958 13.9367985,19.3534417 14.0741377,19.4532245 C15.6379648,20.5894114 15.9846357,22.7782052 14.8484488,24.3420324 C13.7122619,25.9058595 11.5234681,26.2525304 9.95964096,25.1163435 C8.39581384,23.9801565 8.04914296,21.7913627 9.18532986,20.2275356 C9.74587276,19.4560145 10.5626188,18.9807475 11.4341218,18.8336407 L12.6805656,17.1180579 L12.5239724,16.3747216 L11.9506932,15.3012391 L9.89310646,14.7882251 C9.13093796,15.2357261 8.19977854,15.3966447 7.27445355,15.1659352 C5.39887519,14.698301 4.25751094,12.7987519 4.72514515,10.9231736 C5.19277935,9.04759519 7.09232846,7.90623094 8.96790682,8.37386515 C10.8434852,8.84149935 11.9848494,10.7410485 11.5172152,12.6166268 C11.4761464,12.7813449 11.4240335,12.9404001 11.3618627,13.0931999 L12.9691574,13.4939435 Z M7.75829735,13.2253438 C8.56211664,13.4257584 9.37620912,12.9366023 9.57662378,12.132783 C9.77703844,11.3289637 9.28788233,10.5148713 8.48406303,10.3144566 C7.68024373,10.1140419 6.86615126,10.603198 6.6657366,11.4070173 C6.46532194,12.2108366 6.95447805,13.0249291 7.75829735,13.2253438 Z M10.8033639,21.4031061 C10.3164266,22.0733177 10.4649998,23.0113722 11.1352115,23.4983095 C11.8054231,23.9852467 12.7434776,23.8366735 13.2304148,23.1664619 C13.7173521,22.4962502 13.5687788,21.5581957 12.8985672,21.0712585 C12.2283556,20.5843212 11.2903011,20.7328945 10.8033639,21.4031061 Z\" id=\"path-1\"></path>%0A    </defs>%0A    <g id=\"Symbols\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">%0A        <g id=\"Atoms/Icons/Tools/Scissors\" transform=\"translate(-3.000000, -3.000000)\">%0A            <mask id=\"mask-2\" fill=\"white\">%0A                <use xlink:href=\"%23path-1\"></use>%0A            </mask>%0A            <use id=\"Mask\" fill=\"%235B5B5B\" fill-rule=\"nonzero\" transform=\"translate(16.093194, 15.663351) rotate(-32.000000) translate(-16.093194, -15.663351) \" xlink:href=\"%23path-1\"></use>%0A        </g>%0A    </g>%0A</svg>")}.leaflet-pm-toolbar .leaflet-pm-icon-snapping{background-image:url("data:image/svg+xml,<?xml version=\"1.0\" encoding=\"UTF-8\"?>%0A<svg width=\"24px\" height=\"24px\" viewBox=\"0 0 24 24\" version=\"1.1\" xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\">%0A    <!-- Generator: Sketch 57.1 (83088) - https://sketch.com -->%0A    <title>Atoms/Icons/Tools/Magnet</title>%0A    <desc>Created with Sketch.</desc>%0A    <defs>%0A        <path d=\"M21.9994759,10.9428183 L21.9999985,16.3710417 C22,16.6872007 22,17.0058278 22,17.3269411 C22,21.5646545 18.6421356,25 14.5,25 C10.3578644,25 7,21.5646545 7,17.3269411 L7.00087508,10.9907507 L11.0022808,10.9984125 C11.0017033,11.6980114 11.001247,12.4168248 11.0008992,13.1554887 L11,17.3269411 C11,19.3756809 12.5876841,21 14.5,21 C16.4123159,21 18,19.3756809 18,17.3269411 C18,15.0702032 17.9995696,12.9619668 17.998539,10.9910032 L21.9994759,10.9428183 Z M10,7 C10.5522847,7 11,7.44771525 11,8 L11,10 L7,10 L7,8 C7,7.44771525 7.44771525,7 8,7 L10,7 Z M21,7 C21.5522847,7 22,7.44771525 22,8 L22,10 L18,10 L18,8 C18,7.44771525 18.4477153,7 19,7 L21,7 Z\" id=\"path-1\"></path>%0A    </defs>%0A    <g id=\"Symbols\" stroke=\"none\" stroke-width=\"1\" fill=\"none\" fill-rule=\"evenodd\">%0A        <g id=\"Atoms/Icons/Tools/Magnet\" transform=\"translate(-3.000000, -3.000000)\">%0A            <mask id=\"mask-2\" fill=\"white\">%0A                <use xlink:href=\"%23path-1\"></use>%0A            </mask>%0A            <use id=\"Mask\" fill=\"%235B5B5B\" fill-rule=\"nonzero\" transform=\"translate(14.500000, 16.000000) rotate(45.000000) translate(-14.500000, -16.000000) \" xlink:href=\"%23path-1\"></use>%0A        </g>%0A    </g>%0A</svg>")}.leaflet-pm-toolbar .leaflet-pm-icon-rotate{background-image:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" xmlns:xlink=\"http://www.w3.org/1999/xlink\" width=\"24\" height=\"24\" viewBox=\"0 0 24 24\">%0A    <defs>%0A        <path id=\"rotate\" d=\"M21.2,5.8c-0.1-0.2-0.2-0.3-0.3-0.5l-0.1-0.2c-0.1-0.2-0.2-0.3-0.3-0.5l-0.1-0.2c-0.1-0.2-0.2-0.3-0.4-0.5l-0.2-0.3l2.8-3.1L18,0.6l-4.6,0.1l0.5,4.5l0.5,4.5l3.2-3.6v0.1l0.1,0.2c0.1,0.1,0.1,0.2,0.2,0.2l0.1,0.2C18,7,18,7.1,18.1,7.2c0.3,0.7,0.6,1.4,0.7,2.1c0.2,1.4,0,2.9-0.6,4.2L18,13.9L17.9,14l-0.3,0.5l-0.1,0.2c-0.2,0.2-0.4,0.5-0.6,0.7c-0.5,0.5-1.1,1-1.7,1.3c-0.6,0.4-1.3,0.6-2.1,0.8c-0.7,0.1-1.5,0.2-2.2,0.1c-0.8-0.1-1.5-0.3-2.2-0.5c-0.7-0.3-1.3-0.7-1.9-1.2l-0.4-0.4l-0.2-0.3L6,15c-0.1-0.1-0.2-0.2-0.2-0.3l-0.3-0.4l-0.1-0.1l-0.2-0.4c0-0.1-0.1-0.1-0.1-0.2l-0.3-0.5l-0.1-0.2c-0.1-0.3-0.2-0.6-0.3-0.9c-0.2-0.8-0.3-1.6-0.3-2.4c0-0.2,0-0.3,0-0.5V8.9c0-0.2,0-0.3,0.1-0.4l0.1-0.6l0.2-0.6c0.3-0.8,0.7-1.5,1.2-2.2c0.5-0.7,1.1-1.3,1.8-1.8c0.2-0.1,0.3-0.4,0.1-0.6C7.5,2.6,7.4,2.5,7.3,2.5H7.1L7,2.6C6.1,3,5.4,3.6,4.7,4.2C4,4.9,3.5,5.7,3,6.6c-0.9,1.8-1.2,3.8-0.8,5.8c0.1,0.5,0.2,0.9,0.3,1.4l0.3,0.8C2.9,14.7,3,14.8,3,15l0.2,0.4c0,0.1,0.1,0.2,0.1,0.2l0.3,0.5c0.1,0.2,0.2,0.3,0.3,0.5l0.1,0.2c0.1,0.1,0.2,0.3,0.3,0.4L5,17.8c0.7,0.7,1.6,1.3,2.5,1.8c0.9,0.5,1.9,0.8,3,0.9c0.5,0.1,1,0.1,1.5,0.1c0.6,0,1.1,0,1.6-0.1c1-0.2,2.1-0.5,3-1l0.2-0.1c0.2-0.1,0.3-0.2,0.5-0.3l0.7-0.4c0.2-0.1,0.3-0.2,0.4-0.3l0.2-0.2c0.2-0.1,0.4-0.3,0.5-0.5l0.1-0.1c0.3-0.3,0.7-0.7,0.9-1l0.6-0.9l0.4-0.6c1-1.9,1.4-4.1,1.1-6.2C22,7.8,21.7,6.7,21.2,5.8z\"/>%0A    </defs>%0A    <g fill=\"none\" fill-rule=\"evenodd\" transform=\"translate(0 2)\">%0A        <mask id=\"rotate-b\" fill=\"%23fff\">%0A            <use xlink:href=\"%23rotate\"/>%0A        </mask>%0A        <use fill=\"%235B5B5B\" fill-rule=\"nonzero\" xlink:href=\"%23rotate\"/>%0A        <g fill=\"%235B5B5B\" mask=\"url(%23rotate-b)\">%0A            <rect width=\"30\" height=\"30\"/>%0A        </g>%0A    </g>%0A</svg>%0A")}.leaflet-pm-toolbar .leaflet-pm-icon-text{background-image:url("data:image/svg+xml,<svg xmlns=\"http://www.w3.org/2000/svg\" viewBox=\"0 0 24 24\"><defs><style>.cls-1{fill:none;stroke:%235b5b5b;stroke-linecap:round;stroke-linejoin:round;stroke-width:2.5px;}</style></defs><title>Text</title><g id=\"Ebene_2\" data-name=\"Ebene 2\"><polyline class=\"cls-1\" points=\"19.64 7.27 19.64 4 12 4 12 20 15.91 20 8.09 20 12 20 12 4 4.36 4 4.36 7.27\"/></g></svg>")}.leaflet-buttons-control-button:hover,.leaflet-buttons-control-button:focus{cursor:pointer;background-color:#f4f4f4}.active>.leaflet-buttons-control-button{box-shadow:inset 0 -1px 5px 2px #514d4d4f}.leaflet-buttons-control-text-hide{display:none}.button-container{position:relative}.button-container .leaflet-pm-actions-container{z-index:2;white-space:nowrap;direction:ltr;display:none;position:absolute;top:0;left:100%}.leaflet-right .leaflet-pm-toolbar .button-container .leaflet-pm-actions-container{left:auto;right:100%}.button-container.active .leaflet-pm-actions-container{display:block}.button-container .leaflet-pm-actions-container:not(.pos-right) a.leaflet-pm-action:last-child{border-right:0;border-radius:0 3px 3px 0}.button-container .leaflet-pm-actions-container.pos-right a.leaflet-pm-action:first-child{border-radius:3px 0 0 3px}.button-container .leaflet-pm-actions-container.pos-right a.leaflet-pm-action:last-child{border-right:0}.button-container .leaflet-pm-actions-container .leaflet-pm-action{color:#fff;-webkit-user-select:none;user-select:none;vertical-align:middle;background-color:#666;border-bottom:none;border-right:1px solid #eee;width:auto;height:29px;padding:0 10px;line-height:29px;display:inline-block}.leaflet-pm-toolbar .button-container:first-child.pos-right.active a.leaflet-buttons-control-button{border-top-left-radius:0}.leaflet-pm-toolbar .button-container:first-child.active:not(.pos-right) a.leaflet-buttons-control-button{border-top-right-radius:0}.button-container .leaflet-pm-actions-container .leaflet-pm-action:hover,.button-container .leaflet-pm-actions-container .leaflet-pm-action:focus{cursor:pointer;background-color:#777}.button-container .leaflet-pm-actions-container .leaflet-pm-action.active-action{background-color:#8e8e8e}.leaflet-pm-toolbar.activeChild{z-index:801}.leaflet-buttons-control-button.pm-disabled{background-color:#f4f4f4}.leaflet-buttons-control-button.pm-disabled>.control-icon{filter:opacity(.6)}.button-container .leaflet-pm-actions-container .pm-action-button-mode.control-icon{filter:brightness(0)invert();width:18px}:root{--pc-primary:#b43b2d;--pc-primary-dark:#8f2d23;--pc-success:#16a34a;--pc-warning:#d97706;--pc-danger:#dc2626;--pc-surface:#fff;--pc-surface-muted:#faf6f0;--pc-border:#e5d9cb;--pc-text:#4a4039;--pc-text-heading:#211a17;--pc-sidebar-width:260px;--pc-radius:10px;--pc-shadow:0 4px 20px #2b211d1a;--text:#4a4039;--text-h:#211a17;--bg:#f5f0e8;color:var(--pc-text);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:#f5f0e8;font-family:system-ui,Segoe UI,Roboto,sans-serif}*{box-sizing:border-box}body{color:var(--pc-text);background:#f5f0e8;margin:0;font-family:system-ui,Segoe UI,Roboto,sans-serif}#root{min-height:100vh}.app-shell{grid-template-columns:var(--pc-sidebar-width) 1fr;min-height:100vh;display:grid}@media (width<=900px){.app-shell{grid-template-columns:1fr}}.app-main{flex-direction:column;min-width:0;display:flex}.app-content{flex:1;min-width:0;padding:1.25rem 1.5rem 2rem}@media (width<=900px){.app-content{padding:.75rem .75rem 1.5rem}}.sidebar{color:#3f2d26;background:radial-gradient(circle at 20% 0,#b43b2d1a,#0000 30%),#eadcca;flex-direction:column;gap:1.5rem;padding:1.25rem 1rem;display:flex}@media (width<=900px){.sidebar{display:none}}.sidebar__brand{color:#3f2d26;padding:0 .5rem;font-size:1.1rem;font-weight:700}.sidebar__category{margin-bottom:.75rem}.sidebar__category-title{text-transform:uppercase;letter-spacing:.06em;color:#806657;margin:0 .5rem .5rem;font-size:.7rem}.sidebar__link{color:#4c372f;border-radius:8px;padding:.55rem .75rem;font-size:.92rem;text-decoration:none;display:block}.sidebar__link:hover,.sidebar__link--active{color:#fff;background:#b43b2d}.header{background:var(--pc-surface);border-bottom:1px solid var(--pc-border);justify-content:space-between;align-items:center;gap:.75rem;padding:.9rem 1.5rem;display:flex}@media (width<=900px){.header{flex-wrap:wrap;padding:.75rem}}.header__brand{color:var(--pc-text-heading);white-space:nowrap;font-weight:700;text-decoration:none}.header__brand:hover{color:var(--pc-primary)}.header__user{align-items:center;gap:.75rem;min-width:0;font-size:.92rem;display:flex}@media (width<=900px){.header__user{flex-wrap:wrap;flex:1;justify-content:flex-end;gap:.5rem}.header__user-name{text-overflow:ellipsis;white-space:nowrap;max-width:9rem;font-size:.85rem;overflow:hidden}}.offline-banner{color:#92400e;text-align:center;background:#fef3c7;border-bottom:1px solid #fcd34d;padding:.6rem 1rem;font-size:.88rem}.sidebar__brand{align-items:center;gap:.65rem;display:flex}.sidebar nav{padding-right:.2rem;overflow-y:auto}.sidebar__link{align-items:center;gap:.7rem;display:flex}.sidebar__link svg{opacity:.9;flex:none}.sidebar__link span{min-width:0}.header__menu-link{color:var(--pc-primary);font-weight:700;text-decoration:none}.sidebar__logo{background:#fff;border-radius:8px;place-items:center;width:44px;height:36px;display:grid;overflow:hidden}.sidebar__logo img{object-fit:contain;width:42px;height:32px}.header__brand{align-items:center;gap:.55rem;display:inline-flex}.header__brand img{object-fit:contain;width:38px;height:28px}.page-card{background:var(--pc-surface);border:1px solid var(--pc-border);border-radius:var(--pc-radius);box-shadow:var(--pc-shadow);min-width:0;padding:1.25rem}@media (width<=900px){.page-card{padding:1rem;overflow-x:auto}}.page-title{color:var(--pc-text-heading);margin:0 0 .25rem;font-size:1.4rem}@media (width<=900px){.page-title{font-size:1.25rem}}.page-subtitle{color:#756b63;margin:0 0 1.25rem;font-size:.92rem}.btn{cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:.4rem;min-height:44px;padding:.55rem 1rem;font-size:.9rem;font-weight:600;transition:background .15s;display:inline-flex}.btn:disabled{opacity:.55;cursor:not-allowed}.btn--primary{background:var(--pc-primary);color:#fff}.btn--primary:hover:not(:disabled){background:var(--pc-primary-dark)}.btn--secondary{color:#4a4039;background:#e5d9cb}.btn--danger{background:var(--pc-danger);color:#fff}@media (width<=900px){.btn--block{width:100%}}.input,.select,.textarea{border:1px solid var(--pc-border);background:#fff;border-radius:8px;width:100%;padding:.55rem .75rem;font-size:.92rem}@media (width<=900px){.input,.select,.textarea{min-height:44px;font-size:16px}}.input:disabled,.select:disabled{color:#806657;background:#f5f0e8}.form-field{flex-direction:column;gap:.35rem;margin-bottom:.9rem;display:flex}.form-field label{color:#584b43;font-size:.85rem;font-weight:600}.badge{border-radius:999px;align-items:center;padding:.2rem .55rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge--success{color:#166534;background:#dcfce7}.badge--warning{color:#92400e;background:#fef3c7}.badge--danger{color:#991b1b;background:#fee2e2}.badge--info{color:#6f4a31;background:#f5eadc}.alert{border-radius:8px;margin-bottom:1rem;padding:.75rem 1rem;font-size:.9rem}.alert--warning{color:#92400e;background:#fffbeb;border:1px solid #fcd34d}.alert--danger{color:#991b1b;background:#fef2f2;border:1px solid #fecaca}.alert--info{color:#6f4a31;background:#fff8ef;border:1px solid #e5c9aa}.alert--success{color:#166534;background:#f0fdf4;border:1px solid #bbf7d0}.table-scroll{-webkit-overflow-scrolling:touch;width:100%;margin-bottom:1rem;overflow-x:auto}.data-table{border-collapse:collapse;width:100%;min-width:480px;font-size:.9rem}.data-table th,.data-table td{border-bottom:1px solid var(--pc-border);text-align:left;padding:.65rem .75rem}.data-table th{background:var(--pc-surface-muted);color:#584b43;white-space:nowrap;font-weight:600}.summary-strip{flex-wrap:wrap;justify-content:space-between;align-items:stretch;gap:1rem;margin:0 0 1.15rem;display:flex}.summary-card{border:1px solid #ddcfbd;border-left:5px solid var(--pc-primary);border-radius:var(--pc-radius);background:#fffaf4;flex-direction:column;gap:.25rem;min-width:230px;padding:.9rem 1.1rem;display:flex}.summary-card span{color:#756b63;font-size:.82rem}.summary-card strong{color:#2b211d;font-size:1.35rem}.mass-balance__loss{color:var(--pc-danger);font-weight:700}.compact-input{min-width:90px;max-width:130px}.cost-preview{background:#f8f4ed;border-radius:8px;grid-template-columns:1fr auto;gap:.55rem 1rem;margin-bottom:1rem;padding:1rem;display:grid}.cost-preview strong{color:#2b211d}.cost-preview__total{border-top:1px solid #d9cdbd;margin-top:.2rem;padding-top:.65rem;font-size:1.05rem}.cost-report{color:#2b211d;background:#fffdf8;flex-direction:column;gap:18px;width:794px;min-height:1120px;padding:44px 48px;display:flex}.cost-report__header{border-bottom:4px solid #b43b2d;justify-content:space-between;align-items:flex-start;padding-bottom:20px;display:flex}.cost-report__header span{color:#b43b2d;letter-spacing:.16em;font-size:.72rem;font-weight:800}.cost-report__header h1{color:#2b211d;margin:.35rem 0 .2rem;font-size:2rem}.cost-report__header p{color:#6d756f;margin:0}.cost-report__header img{object-fit:contain;width:112px;height:58px}.cost-report__hero{grid-template-columns:1.15fr .85fr;gap:14px;display:grid}.cost-report__hero>div{color:#fff;background:#2b211d;border-radius:12px;flex-direction:column;gap:6px;padding:20px;display:flex}.cost-report__hero>div:last-child{color:#2b211d;background:#eee6da}.cost-report__hero span,.cost-report__hero small{opacity:.82;font-size:.72rem}.cost-report__hero strong{font-size:1.45rem}.cost-report__hero b{color:#e8b269}.cost-report__kpis{grid-template-columns:repeat(3,1fr);gap:10px;display:grid}.cost-report__kpis>div{background:#fff;border:1px solid #e4d9ca;border-radius:10px;flex-direction:column;gap:5px;padding:14px;display:flex}.cost-report__kpis span{color:#757b77;text-transform:uppercase;font-size:.7rem}.cost-report__kpis strong{color:#2b211d;font-size:1.05rem}.cost-report__kpis small{color:#8a8177;font-size:.68rem}.cost-report__market{background:#d9cdbd;border:1px solid #d9cdbd;border-radius:10px;grid-template-columns:repeat(3,1fr);gap:1px;display:grid;overflow:hidden}.cost-report__market>div{background:#f7f2e9;flex-direction:column;gap:4px;padding:12px;display:flex}.cost-report__market span{color:#797066;text-transform:uppercase;font-size:.66rem}.cost-report__market strong{color:#2b211d;font-size:.82rem}.cost-report__market small{color:#81786d;font-size:.62rem}.cost-report__body{grid-template-columns:1fr 230px;align-items:center;gap:20px;display:grid}.cost-report h2{color:#2b211d;margin:0 0 14px;font-size:1rem}.cost-report__bars{flex-direction:column;gap:12px;display:flex}.cost-report__bars>div>div{justify-content:space-between;margin-bottom:5px;font-size:.76rem;display:flex}.cost-report__bars i{background:#eee8df;border-radius:9px;height:9px;display:block;overflow:hidden}.cost-report__bars i b{border-radius:9px;height:100%;display:block}.cost-report__donut{border-radius:50%;place-items:center;width:170px;height:170px;display:grid}.cost-report__donut>div{text-align:center;background:#fffdf8;border-radius:50%;flex-direction:column;justify-content:center;align-items:center;width:105px;height:105px;display:flex}.cost-report__donut strong{color:#2b211d;font-size:.82rem}.cost-report__donut span{color:#777;font-size:.62rem}.cost-report__donut-wrap{flex-direction:column;align-items:center;gap:9px;display:flex}.cost-report__donut-labels{grid-template-columns:repeat(2,minmax(0,1fr));gap:5px 8px;width:100%;display:grid}.cost-report__donut-labels>span{color:#6e655c;grid-template-columns:8px 1fr auto;align-items:center;gap:4px;min-width:0;font-size:.54rem;line-height:1.15;display:grid}.cost-report__donut-labels i{border-radius:50%;width:7px;height:7px}.cost-report__donut-labels strong{color:#2b211d;font-size:.58rem}.cost-report__sale-summary{grid-template-columns:repeat(4,1fr);gap:7px;margin-bottom:11px;display:grid}.cost-report__sale-summary>div{background:#f8f3eb;border:1px solid #dfd5c8;border-radius:8px;flex-direction:column;gap:4px;min-width:0;padding:9px;display:flex}.cost-report__sale-summary span{color:#797066;text-transform:uppercase;font-size:.56rem;line-height:1.2}.cost-report__sale-summary strong{color:#2b211d;font-size:.72rem;line-height:1.2}.cost-report__sale-summary small{color:#b43b2d;font-size:.61rem;font-weight:700;line-height:1.2}.cost-report__sale-note{color:#756b63;margin:-3px 0 12px;font-size:.62rem;line-height:1.35}.cost-report__detail table{border-collapse:collapse;width:100%;font-size:.72rem}.cost-report__detail th,.cost-report__detail td{text-align:right;border-bottom:1px solid #e7ded2;padding:9px 8px}.cost-report__detail th:first-child,.cost-report__detail td:first-child{text-align:left}.cost-report__detail thead{background:#f0e8dc}.cost-report__detail tfoot{color:#2b211d;background:#f7f2e9}.cost-report__notes{background:#f7f2e9;border-left:4px solid #d68b39;padding:12px 15px;font-size:.75rem}.cost-report__notes p{margin:.35rem 0 0}.cost-report footer{color:#777;border-top:1px solid #dfd5c8;justify-content:space-between;gap:20px;margin-top:auto;padding-top:12px;font-size:.64rem;display:flex}.warehouse-report{color:#2b211d;background:#fff;width:794px;min-height:1120px;padding:56px}.warehouse-report header{border-bottom:3px solid #b43b2d;justify-content:space-between;margin-bottom:2rem;display:flex}.warehouse-report dl{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:2rem;display:grid}.warehouse-report dl div{background:#f5f0e8;padding:.8rem}.warehouse-report dt{color:#6b7280;text-transform:uppercase;font-size:.75rem}.warehouse-report dd{margin:.3rem 0 0;font-weight:700}.report-origin-story{background:#ffffffb8;border-left:3px solid #c8ad87;max-width:44rem;margin:.65rem 0;padding:.65rem .8rem}.report-origin-story strong{text-transform:uppercase;letter-spacing:.04em;font-size:.75rem}.report-origin-story p{margin:.25rem 0 0;font-size:.88rem;line-height:1.45}.management-report-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;margin-top:1.25rem;display:grid}.management-report-options article{background:linear-gradient(135deg,#fffdf9,#f8efe4);border:1px solid #dfd2c2;border-radius:14px;grid-template-columns:auto 1fr auto;align-items:center;gap:1rem;padding:1.15rem;display:grid;box-shadow:0 8px 22px #422a1f12}.management-report-options article>span{color:#fff;background:#b43b2d;border-radius:13px;place-items:center;width:48px;height:48px;display:grid}.management-report-options h2{color:#2b211d;margin:0 0 .25rem;font-size:1.05rem}.management-report-options p{color:#756b63;margin:0;font-size:.84rem;line-height:1.4}.management-report-filters{grid-template-columns:repeat(4,minmax(150px,1fr));align-items:end;gap:.75rem;margin-bottom:.75rem;display:grid}.management-report-preview{background:#e8e1d8;border-radius:12px;max-height:72vh;padding:20px;overflow:auto}.management-report-stack{flex-direction:column;align-items:center;gap:20px;display:flex}.management-report{color:#2b211d;background:#fffdf8;flex-direction:column;gap:17px;width:794px;min-height:1120px;padding:44px 46px 36px;display:flex;box-shadow:0 10px 30px #2b211d1f}.management-report__header{border-bottom:4px solid #b43b2d;justify-content:space-between;align-items:flex-start;padding-bottom:17px;display:flex}.management-report__header>div:first-child>span{color:#b43b2d;letter-spacing:.15em;font-size:.64rem;font-weight:800}.management-report__header h1{color:#2b211d;margin:.35rem 0 .25rem;font-size:1.75rem;line-height:1.05}.management-report__header p{color:#756b63;margin:0;font-size:.74rem}.management-report__brand{flex-direction:column;align-items:flex-end;gap:3px;display:flex}.management-report__brand img{object-fit:contain;width:104px;height:54px}.management-report__brand small{color:#8a8177;font-size:.6rem}.management-report__kpis{grid-template-columns:repeat(4,1fr);gap:8px;display:grid}.management-report__kpis--five{grid-template-columns:repeat(5,1fr)}.management-report__kpis>div{background:#fff;border:1px solid #e5d9cb;border-radius:10px;flex-direction:column;gap:4px;min-width:0;padding:11px;display:flex}.management-report__kpis span{color:#7a7168;text-transform:uppercase;font-size:.58rem;line-height:1.15}.management-report__kpis strong{color:#2b211d;overflow-wrap:anywhere;font-size:.85rem;line-height:1.15}.management-report__kpis small{color:#b43b2d;font-size:.58rem}.management-report__stages{flex-wrap:wrap;gap:6px;display:flex}.management-report__stages span{color:#654b3e;background:#f2e8dc;border-radius:999px;align-items:center;gap:5px;padding:5px 8px;font-size:.61rem;display:flex}.management-report__stages b{color:#b43b2d}.management-report__table{flex:1}.management-report__table h2{color:#2b211d;margin:0 0 9px;font-size:.9rem}.management-report__table table{border-collapse:collapse;table-layout:fixed;width:100%;font-size:.56rem}.management-report__table th{color:#fff;text-align:left;background:#2b211d;padding:7px 5px;line-height:1.2}.management-report__table td{vertical-align:top;overflow-wrap:anywhere;border-bottom:1px solid #e8ddd0;padding:7px 5px;line-height:1.25}.management-report__table tbody tr:nth-child(2n){background:#faf5ee}.management-report__table td strong,.management-report__table td small{display:block}.management-report__table td small{color:#80766d;margin-top:2px;font-size:.52rem}.management-report__empty{text-align:center;color:#756b63;padding:2rem}.management-report footer{color:#777;border-top:1px solid #dfd5c8;justify-content:space-between;gap:1rem;margin-top:auto;padding-top:10px;font-size:.58rem;display:flex}.management-report footer strong{color:#5e463b}@media (width<=900px){.management-report-options{grid-template-columns:1fr}.management-report-filters{grid-template-columns:1fr 1fr}.management-report-preview{padding:8px}}.empty-state,.loading-state{text-align:center;color:#756b63;padding:2rem}.login-page{background:radial-gradient(circle at 18% 12%,#b43b2d47,#0000 32%),linear-gradient(135deg,#eadcca 0%,#6f3029 100%);place-items:center;min-height:100vh;padding:1rem;display:grid}.login-card{width:min(400px,92vw);box-shadow:var(--pc-shadow);background:#fff;border-radius:14px;padding:2rem}.login-card h1{color:var(--pc-text-heading);margin:0 0 .25rem;font-size:1.5rem}.login-card p{color:#756b63;margin:0 0 1.5rem;font-size:.9rem}.cajones-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:1rem;display:grid}@media (width<=900px){.cajones-grid{grid-template-columns:1fr}}.cajon-card{border:1px solid var(--pc-border);border-radius:var(--pc-radius);background:#fff;padding:1rem}.cajon-card--alert{border-color:var(--pc-danger);background:#dc26260a;animation:1.2s ease-in-out infinite pulse-alert}.evidencias-gallery{grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem;display:grid}.evidencias-gallery__item{border:1px solid var(--pc-border);border-radius:var(--pc-radius);cursor:pointer;text-align:left;background:#fff;flex-direction:column;gap:.35rem;padding:0;display:flex;overflow:hidden}.evidencias-gallery__item img{aspect-ratio:1;object-fit:cover;width:100%;display:block}.evidencias-gallery__item span{padding:0 .5rem .5rem;font-size:.85rem}.evidence-image-fallback{color:#756b63;text-align:center;background:#f1f5f9;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;gap:.35rem;width:100%;min-height:120px;padding:.5rem;font-size:.8rem;display:flex}.evidence-image-fallback span:first-child{font-size:1.75rem;line-height:1}.evidencias-gallery__item .evidence-image-fallback{aspect-ratio:1;border-radius:0}.evidencias-lightbox{max-width:min(92vw,960px);max-height:90vh;position:relative}.evidencias-lightbox img{border-radius:var(--pc-radius);max-width:100%;max-height:85vh;display:block}.evidencias-lightbox .evidence-image-fallback{min-width:min(80vw,400px);min-height:min(60vh,300px)}.evidencias-lightbox .modal-close{color:#fff;font-size:2rem;position:absolute;top:-2rem;right:0}.focus-panel{outline:none;scroll-margin-top:1.5rem}.focus-panel:focus-visible{box-shadow:0 0 0 3px #b43b2d59}@keyframes pulse-alert{0%,to{border-color:var(--pc-danger);box-shadow:0 0 #dc262673}50%{border-color:#b91c1c;box-shadow:0 0 0 10px #dc262600}}.photo-capture{flex-direction:column;gap:.75rem;display:flex}.photo-capture__actions{flex-wrap:wrap;gap:.5rem;display:flex}@media (width<=900px){.photo-capture__actions{flex-direction:column}.photo-capture__actions .btn{width:100%}}.photo-preview{border:1px solid var(--pc-border);border-radius:8px;width:100%;max-width:200px}@media (width<=900px){.photo-preview{max-width:100%}}.photo-capture__status{color:var(--pc-text-muted,#756b63);margin:0;font-size:.85rem}.photo-capture__status--ok{color:#16a34a;font-weight:600}.photo-capture__progress-wrap{flex-direction:column;gap:.35rem;max-width:200px;margin-top:.35rem;display:flex}.photo-capture__progress-track{background:#e5d9cb;border-radius:999px;height:6px;overflow:hidden}.photo-capture__progress-bar{background:#b43b2d;border-radius:999px;width:0;height:100%;transition:width .15s}.photo-capture__progress-bar--indeterminate{width:40%;animation:1.1s ease-in-out infinite photo-progress-indeterminate}@keyframes photo-progress-indeterminate{0%{transform:translate(-120%)}to{transform:translate(280%)}}.photo-capture__error{color:#dc2626;margin:0;font-size:.85rem}.grid-2{grid-template-columns:repeat(2,1fr);gap:1rem;margin-bottom:.9rem;display:grid}.grid-2>.form-field{margin-bottom:0}@media (width<=900px){.grid-2{grid-template-columns:1fr}}.tabs-scroll{flex-wrap:wrap;gap:.5rem;margin-bottom:1.5rem;display:flex}@media (width<=900px){.tabs-scroll{-webkit-overflow-scrolling:touch;flex-wrap:nowrap;padding-bottom:.5rem;overflow-x:auto}.tabs-scroll .btn{flex-shrink:0}}.chart-panel{background:#fff;border-radius:18px;min-width:0;padding:1.5rem;box-shadow:0 12px 30px #0f172a1a}@media (width<=900px){.chart-panel{border-radius:var(--pc-radius);padding:.75rem}}.chart-panel h2{text-align:center;margin:0 0 6px;font-size:1.5rem}@media (width<=900px){.chart-panel h2{font-size:1.15rem}}.chart-container{width:100%;min-width:0;overflow-x:auto}@media (width<=900px){.chart-container{min-height:260px}}.modal-overlay{z-index:1000;background:#0f172a73;justify-content:center;align-items:center;padding:1rem;display:flex;position:fixed;inset:0}.modal-overlay+.modal-overlay{z-index:1100}@media (width<=900px){.modal-overlay{align-items:flex-end;padding:.5rem}}.modal-panel{width:100%;max-width:640px;max-height:85vh;margin:0;position:relative;overflow:auto}.modal-panel--wide{max-width:1240px}@media (width<=900px){.modal-panel{border-radius:var(--pc-radius) var(--pc-radius) 0 0;max-width:100%;max-height:92vh}}.modal-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.modal-header h3{margin:0}.modal-header__title{min-width:0}.modal-header__title h3{margin:0}.screen-identifier{color:#756b63;letter-spacing:.08em;text-transform:uppercase;opacity:.58;-webkit-user-select:text;user-select:text;background:#fffdf98c;border:1px solid #756b6338;border-radius:999px;width:fit-content;margin:0 0 .32rem;padding:.12rem .38rem;font-size:.62rem;font-weight:700;line-height:1.2;display:inline-flex}.screen-identifier--public{z-index:20;position:fixed;top:.65rem;right:.75rem}.modal-close{cursor:pointer;color:#756b63;background:0 0;border:none;min-width:44px;min-height:44px;padding:.15rem .4rem;font-size:1.4rem;line-height:1}.mobile-back-bar{align-items:center;gap:.75rem;margin-bottom:1rem;display:none}@media (width<=900px){.mobile-back-bar{display:flex}}.mobile-back-bar--visible{display:flex}.mobile-back-bar__btn{border:1px solid var(--pc-border);background:var(--pc-surface);min-width:44px;min-height:44px;color:var(--pc-text-heading);cursor:pointer;white-space:nowrap;border-radius:8px;justify-content:center;align-items:center;gap:.5rem;padding:.5rem .85rem;font-size:.92rem;font-weight:600;text-decoration:none;display:inline-flex}.mobile-back-bar__btn:hover{background:var(--pc-surface-muted)}.mobile-back-bar__title{color:var(--pc-text-heading);text-overflow:ellipsis;white-space:nowrap;min-width:0;margin:0;font-size:1rem;font-weight:600;overflow:hidden}.mobile-nav-hub{flex-direction:column;gap:1rem;display:flex}.mobile-nav-hub__intro{color:#756b63;margin:0 0 .5rem;font-size:.92rem}.mobile-nav-cards{grid-template-columns:1fr;gap:.75rem;display:grid}.mobile-nav-card{border:1px solid var(--pc-border);border-radius:var(--pc-radius);background:var(--pc-surface);width:100%;min-height:4.5rem;box-shadow:var(--pc-shadow);color:inherit;cursor:pointer;text-align:left;flex-direction:column;align-items:flex-start;gap:.35rem;padding:1.25rem 1rem;text-decoration:none;transition:border-color .15s,box-shadow .15s;display:flex}.mobile-nav-card:hover,.mobile-nav-card:focus-visible{border-color:var(--pc-primary);outline:none;box-shadow:0 4px 16px #b43b2d26}.mobile-nav-card__title{color:var(--pc-text-heading);margin:0;font-size:1.05rem;font-weight:700}.mobile-nav-card__meta{color:#756b63;margin:0;font-size:.85rem}@media (width>=901px){.mobile-nav-cards{grid-template-columns:repeat(auto-fill,minmax(240px,1fr))}}.producers-page .directory-tabs{border-bottom:1px solid var(--pc-border);flex-wrap:wrap;gap:.6rem;margin-bottom:1.5rem;padding-bottom:1.25rem;display:flex}.producers-page .directory-toolbar{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.25rem;display:flex}.producers-page .directory-toolbar h2{color:var(--pc-text-heading);align-items:center;gap:.6rem;margin:0;font-size:1.15rem;display:flex}.producers-page .directory-toolbar p,.producers-page .directory-form-intro{color:#756b63;margin:.45rem 0 0;font-size:.9rem;line-height:1.5}.producers-page .directory-form-intro{margin-bottom:1.25rem}.producers-page .directory-count{background:var(--pc-surface-muted);border:1px solid var(--pc-border);border-radius:999px;padding:.2rem .65rem;font-size:.8rem}.producers-page .directory-filters{background:var(--pc-surface-muted);border:1px solid var(--pc-border);border-radius:10px 10px 0 0;flex-wrap:wrap;justify-content:space-between;align-items:end;gap:.5rem 1rem;padding:1rem;display:flex}.producers-page .directory-filters .form-field{flex:0 420px;margin:0}.producers-page .directory-results{color:#756b63;padding-bottom:.5rem;font-size:.85rem}.producers-page .directory-table-wrap{border:1px solid var(--pc-border);border-top:0;border-radius:0 0 10px 10px;margin-bottom:0}.producers-page .directory-table{min-width:820px}.producers-page .directory-table thead th{white-space:nowrap;background:var(--pc-surface-muted);padding:.9rem 1rem}.producers-page .directory-table tbody td,.producers-page .directory-table tbody th{border-bottom:1px solid var(--pc-border);text-align:left;vertical-align:middle;padding:1rem}.producers-page .directory-table tbody th{background:0 0;font-weight:600}.producers-page .directory-table tbody tr:last-child td,.producers-page .directory-table tbody tr:last-child th{border-bottom:0}.producers-page .directory-producer-name{overflow-wrap:anywhere;min-width:160px;color:var(--pc-text-heading);display:block}.producers-page .directory-farm-count{color:var(--pc-primary);align-items:center;gap:.45rem;font-weight:600;display:inline-flex}.producers-page .directory-actions-heading,.producers-page .directory-actions-cell{border-left:1px solid var(--pc-border)}.producers-page .directory-actions{white-space:nowrap;gap:.5rem;display:flex}.producers-page .directory-actions .btn{border:1px solid var(--pc-border);background:var(--pc-surface);padding:.45rem .7rem;font-size:.82rem}.producers-page .directory-actions .btn:hover{border-color:var(--pc-primary);color:var(--pc-primary)}.producers-page .directory-pagination{color:#756b63;flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;margin-top:1rem;font-size:.85rem;display:flex}.producers-page .directory-pagination>div{flex-wrap:wrap;align-items:center;gap:.75rem;display:flex}.producers-page .directory-empty{text-align:center;color:#756b63;flex-direction:column;align-items:center;gap:.7rem;padding:2.5rem 1rem;display:flex}.producers-page .directory-empty strong{color:var(--pc-text-heading)}.producers-page .directory-empty p{margin:0}.producers-page .directory-form-actions{justify-content:flex-end;gap:.75rem;margin-top:1.5rem;display:flex}.producers-page .directory-producer-context{background:var(--pc-surface-muted);border-left:3px solid var(--pc-primary);border-radius:8px;flex-wrap:wrap;align-items:center;gap:1rem;margin-bottom:1.5rem;padding:1rem;display:flex}.producers-page .directory-producer-context span{color:#756b63;margin-top:.25rem;font-size:.85rem;display:block}.producers-page .directory-sr-only{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}@media (width<=640px){.producers-page .directory-toolbar{align-items:stretch}.producers-page .directory-toolbar>.btn{width:100%}.producers-page .directory-filters{align-items:stretch}.producers-page .directory-filters .form-field{flex-basis:100%}.producers-page .directory-pagination>div{gap:.5rem}}.producers-page .directory-icon-action.btn{border:1px solid var(--pc-border);background:var(--pc-surface);width:44px;min-width:44px;height:44px;color:var(--pc-primary);padding:0}.producers-page .directory-icon-action.btn:hover{background:var(--pc-surface-muted);border-color:var(--pc-primary)}.producers-page .directory-icon-action.btn:focus-visible{outline:2px solid var(--pc-primary);outline-offset:3px}.reception-step-heading{align-items:center;gap:.85rem;margin:.25rem 0 1.25rem;display:flex}.reception-step-heading>span{background:var(--pc-primary);color:#fff;border-radius:50%;flex-shrink:0;place-items:center;width:36px;height:36px;font-weight:700;display:grid}.reception-step-heading h2{color:var(--pc-text-heading);margin:0;font-size:1.1rem}.reception-step-heading p,.reception-help{color:#756b63;margin:.35rem 0 0;font-size:.9rem;line-height:1.5}.reception-help{margin:0 0 1.2rem}.reception-lote-summary{background:var(--pc-surface-muted);border:1px solid var(--pc-border);border-radius:10px;padding:1rem;font-size:.95rem;line-height:1.9}.reception-delivery{margin:1rem 0 1.5rem}.reception-code-preview{background:var(--pc-surface-muted);border:1px dashed var(--pc-border);overflow-wrap:anywhere;border-radius:10px;margin:1rem 0;padding:1rem}.reception-code-preview>*{display:block}.reception-code-preview span,.reception-code-preview small{color:#756b63;font-size:.85rem}.reception-code-preview strong{color:var(--pc-primary);margin:.5rem 0;font-size:1.05rem}.reception-code-preview em{font-style:normal;font-weight:400}.reception-photo{border:1px solid var(--pc-border);background:var(--pc-surface-muted);border-radius:10px;margin:1rem 0;padding:1rem}.reception-photo h3{margin:0;font-size:.95rem}.reception-photo h3 span{color:#756b63;margin-left:.4rem;font-size:.75rem;font-weight:400}.reception-photo p{color:#756b63;font-size:.85rem;line-height:1.5}.reception-photo .reception-photo-ready{color:#166534}.reception-form-actions{flex-wrap:wrap;justify-content:flex-end;gap:.75rem;margin-top:1.2rem;display:flex}@media (width<=640px){.reception-form-actions .btn{flex:1}}.reception-quick-entry{border:1px solid var(--pc-border);background:var(--pc-surface-muted);border-radius:10px;margin:1rem 0 1.5rem;padding:1rem}.reception-quick-entry .reception-step-heading{margin-bottom:.9rem}.reception-quick-entry-fields{flex-wrap:wrap;align-items:flex-end;gap:.8rem;display:flex}.reception-quick-entry-fields>.form-field{flex:250px;margin-bottom:0}.reception-auto-finca{color:#756b63;margin:.6rem 0 0;font-size:.85rem}.reception-table-heading{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.5rem;margin:1rem 0;display:flex}.reception-table-heading h3{margin:0;font-size:1.05rem}.reception-table-heading>strong{color:var(--pc-primary);font-size:.95rem}.reception-row-actions{gap:.5rem;display:flex}.reception-row-actions .btn{border:1px solid var(--pc-border);background:var(--pc-surface);width:44px;height:44px;color:var(--pc-primary);padding:0}.reception-actions-cell{border-left:1px solid var(--pc-border)}.reception-delivery-context{background:var(--pc-surface-muted);border-radius:8px;flex-direction:column;gap:.3rem;margin-bottom:1rem;padding:.8rem;display:flex}.reception-delivery-context span{color:#756b63;font-size:.85rem}.reception-detail-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;display:grid}.reception-detail-grid dt{color:#756b63;font-size:.85rem}.reception-detail-grid dd{overflow-wrap:anywhere;margin:.25rem 0 0;font-weight:600}@media (width<=640px){.reception-quick-entry-fields>.btn{width:100%}}.reception-lots-toolbar{justify-content:space-between;align-items:center;gap:1rem;margin:.25rem 0 1.25rem;display:flex}.reception-lots-toolbar h2{color:var(--pc-text-heading);margin:0;font-size:1.1rem}.reception-lots-toolbar p{color:#756b63;margin:.35rem 0 0;font-size:.9rem}.lot-page-header{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.lot-page-header .page-subtitle{margin-bottom:0}.reception-lots-table td{vertical-align:middle}.reception-lots-table .reception-row-actions{flex-wrap:nowrap}.reception-delivery-selectors{grid-template-columns:minmax(240px,1.2fr) auto minmax(220px,1fr);align-items:end;gap:1rem;margin-bottom:1rem;display:grid}.reception-selected-farm{border:1px solid var(--pc-border);background:var(--pc-surface-muted);border-radius:8px;flex-direction:column;justify-content:center;gap:.35rem;min-height:68px;padding:.75rem 1rem;display:flex}.reception-selected-farm span,.reception-detail-summary span{color:#756b63;font-size:.78rem}.reception-selected-farm strong{color:var(--pc-text-heading);font-size:.92rem}.reception-detail-summary{grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem;margin-bottom:1rem;display:grid}.reception-detail-summary>div{border:1px solid var(--pc-border);background:var(--pc-surface-muted);border-radius:8px;flex-direction:column;gap:.3rem;padding:.8rem;display:flex}.reception-detail-summary strong{color:var(--pc-text-heading)}@media (width<=720px){.reception-lots-toolbar{flex-direction:column;align-items:stretch}.reception-lots-toolbar .btn{width:100%}.lot-page-header{flex-direction:column;align-items:stretch}.lot-page-header .btn{width:100%}.reception-delivery-selectors,.reception-detail-summary{grid-template-columns:1fr}}.process-dashboard{flex-direction:column;gap:1.25rem;display:flex}.process-dashboard__hero{color:#3f2d26;background:radial-gradient(circle at 100% 0,#c0914a2e,#0000 38%),linear-gradient(135deg,#fffaf3,#efe1cf);border:1px solid #dfcfbc;border-radius:18px;justify-content:space-between;align-items:flex-start;gap:1.25rem;padding:1.25rem 1.5rem;display:flex;box-shadow:0 7px 22px #3f2d2612}.process-dashboard__hero .page-title{color:#2b211d}.process-dashboard__hero .page-subtitle{color:#675248;margin-bottom:0}@media (width<=900px){.process-dashboard__hero{flex-direction:column;padding:1rem}}.process-dashboard__eyebrow{text-transform:uppercase;letter-spacing:.12em;opacity:.72;margin:0 0 .3rem;font-size:.72rem;font-weight:700}.process-dashboard__summary{background:#ffffffa3;border:1px solid #6f4a312e;border-radius:14px;min-width:180px;padding:.85rem 1rem;display:grid}.process-dashboard__summary strong{font-size:1.8rem;line-height:1}.process-dashboard__summary span{margin-top:.3rem;font-weight:600}.process-dashboard__summary small{opacity:.75;margin-top:.15rem}.process-board{grid-template-columns:repeat(4,minmax(0,1fr));gap:.75rem;padding-bottom:.75rem;display:grid}@media (width<=900px){.process-board{grid-template-columns:1fr}}.process-column{--stage-color:#756b63;border:1px solid var(--pc-border);border-top:3px solid var(--stage-color);background:var(--pc-surface);border-radius:14px;min-height:245px;overflow:hidden}.process-column--recepcion{--stage-color:#9b5b43}.process-column--fermentacion{--stage-color:#a76b3d}.process-column--secado{--stage-color:#bd934d}.process-column--seleccion{--stage-color:#806552}.process-column--bodega{--stage-color:#54735c}.process-column--fisico{--stage-color:#7e684f}.process-column--sensorial{--stage-color:#62483e}.process-column--vendidos{--stage-color:#4e5b50}.process-column__header{border-bottom:1px solid var(--pc-border);background:var(--pc-surface-muted);align-items:center;gap:.5rem;padding:.75rem;display:flex}.process-column__header h2{color:var(--pc-text-heading);margin:0;font-size:.92rem}.process-column__header span:not(.process-column__icon){color:var(--pc-text-muted);font-size:.74rem}.process-column__icon{background:color-mix(in srgb, var(--stage-color) 14%, white);width:34px;height:34px;color:var(--stage-color);border-radius:10px;flex:none;place-items:center;display:grid}.process-column__body{flex-direction:column;gap:.5rem;max-height:340px;padding:.5rem;display:flex;overflow-y:auto}.process-lot-card{border:1px solid var(--pc-border);border-left:3px solid var(--stage-color);color:inherit;background:#fff;border-radius:10px;gap:.28rem;padding:.68rem .75rem;text-decoration:none;transition:transform .15s,box-shadow .15s;display:grid}.process-lot-card:hover,.process-lot-card:focus-visible{outline:none;transform:translateY(-2px);box-shadow:0 7px 18px #0f172a1a}.process-lot-card>span{color:var(--stage-color);font-size:.8rem;font-weight:600}.process-lot-card>small{color:var(--pc-text-muted)}.process-lot-card__top{color:var(--pc-text-heading);justify-content:space-between;gap:.5rem;display:flex}.process-lot-card__top strong{overflow-wrap:anywhere}.process-lot-card__top svg{color:var(--stage-color);flex:none}.process-lot-card--reopened{background:#fffbeb;border-color:#f59e0b;box-shadow:0 0 0 1px #f59e0b1f}.process-lot-card__reopened{color:#92400e;background:#fef3c7;border-radius:999px;padding:.18rem .42rem;font-size:.68rem;font-weight:700}.process-column__empty{border:1px dashed var(--pc-border);min-height:100px;color:var(--pc-text-muted);text-align:center;border-radius:10px;place-items:center;padding:1rem;font-size:.8rem;display:grid}.process-lot-card__commercial{background:#f5eadc;border-radius:999px;align-self:flex-start;width:auto;padding:.15rem .45rem;font-weight:700;color:#6f4a31!important;font-size:.68rem!important;display:inline-flex!important}.process-lot-card__commercial--vendido{background:#f3e7e4;color:#9a3026!important}.lot-filters{grid-template-columns:minmax(150px,.8fr) minmax(140px,.7fr) minmax(220px,1.5fr);gap:1rem;margin-bottom:1rem;display:grid}.lot-filters>.form-field{margin-bottom:0}@media (width<=900px){.lot-filters{grid-template-columns:1fr}}.lots-mass-table{min-width:1120px}.lots-mass-table td{vertical-align:top}.lots-mass-table td>strong{color:var(--pc-text-heading);white-space:nowrap;display:block}.mass-balance{color:#756b63;white-space:nowrap;margin-top:.28rem;font-size:.72rem;line-height:1.35;display:block}.mass-balance--pending{color:#a89c91}.icon-action{width:40px;min-width:40px;padding:0}.lot-action-options{grid-template-columns:repeat(2,minmax(0,1fr));gap:.5rem;margin-top:.75rem;display:grid}@media (width<=900px){.lot-action-options{grid-template-columns:1fr}}.lot-action-options--compact{margin-bottom:1rem}.lot-action-option{text-align:left;white-space:normal;justify-content:flex-start;gap:.5rem;width:100%;min-height:76px;padding:.75rem}.lot-action-option>svg{color:var(--pc-primary);flex:none}.lot-action-option>span{gap:.2rem;display:grid}.lot-action-option strong{color:var(--pc-text-heading)}.lot-action-option small{color:var(--pc-text-muted);font-weight:400;line-height:1.3}.lot-action-option.is-selected{border-color:var(--pc-primary);background:var(--pc-primary-soft);box-shadow:0 0 0 1px var(--pc-primary)}.stage-admin-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:.75rem;margin:1rem 0;display:grid}@media (width<=900px){.stage-admin-grid{grid-template-columns:1fr}}.stage-admin-card{border:1px solid var(--pc-border);border-radius:var(--pc-radius);background:var(--pc-surface);gap:.75rem;padding:.75rem;display:grid;box-shadow:0 3px 12px #2b211d0d}.stage-admin-card--current{background:#eaf5ed;border-color:#86b597;box-shadow:inset 4px 0 #4f8a63,0 4px 14px #4f8a631f}.stage-admin-card header{align-items:center;gap:.5rem;display:flex}.stage-admin-card header>div{gap:.15rem;display:grid}.stage-admin-card header strong{color:var(--pc-text-heading)}.stage-admin-card header small{color:var(--pc-text-muted)}.stage-admin-card__icon{width:38px;height:38px;color:var(--pc-primary);background:#f4e9dc;border-radius:50%;place-items:center;display:grid}.stage-admin-card--current .stage-admin-card__icon{color:#346c49;background:#d4eadb}.stage-admin-card dl{grid-template-columns:1fr 1fr;gap:.5rem;margin:0;display:grid}.stage-admin-card dl>div{background:#ffffffb8;border-radius:8px;padding:.55rem .65rem}.stage-admin-card dt{color:var(--pc-text-muted);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem}.stage-admin-card dd{color:var(--pc-text-heading);margin:.2rem 0 0;font-weight:700}.stage-admin-card__empty{min-height:42px;color:var(--pc-text-muted);margin:0;font-size:.86rem}.stage-admin-card__actions{flex-wrap:wrap;gap:.5rem;display:flex}.module-placeholder{border:1px dashed var(--pc-border);border-radius:var(--pc-radius);background:var(--pc-surface-muted);color:var(--pc-text-muted);gap:.35rem;padding:1.25rem;display:grid}.module-placeholder span{color:var(--pc-primary);text-transform:uppercase;letter-spacing:.08em;font-size:.78rem;font-weight:700}.module-placeholder strong{color:var(--pc-text-heading)}.modulo-selector{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1rem;display:grid}.modulo-selector__option{text-align:left;font:inherit;color:var(--pc-text);background:var(--pc-surface);border:1px solid var(--pc-border);cursor:pointer;border-radius:12px;flex-direction:column;align-items:flex-start;gap:.45rem;padding:1.25rem;transition:border-color .15s,box-shadow .15s;display:flex}.modulo-selector__option svg{color:var(--pc-primary)}.modulo-selector__option strong{color:var(--pc-text-heading);font-size:1.1rem}.modulo-selector__option span{color:#756b63;font-size:.88rem;line-height:1.45}.modulo-selector__option small{color:var(--pc-primary);font-size:.78rem;font-weight:600}.modulo-selector__option:hover,.modulo-selector__option:focus-visible{border-color:var(--pc-primary);outline:none;box-shadow:0 0 0 3px #b43b2d1f}.modulo-selector__option--actual{background:var(--pc-surface-muted)}.cafe-page .cell-note{color:#756b63;font-size:.8rem}.cafe-page .grid-3{grid-template-columns:repeat(3,1fr);gap:1rem;margin-bottom:.9rem;display:grid}.cafe-page .grid-3>.form-field{margin-bottom:0}@media (width<=900px){.cafe-page .grid-3{grid-template-columns:1fr}}.cafe-page .cafe-form-section{border-top:1px solid var(--pc-border);margin-top:1rem;padding-top:1rem}.cafe-page .cafe-form-section h4{color:var(--pc-text-heading);margin:0 0 .75rem}.cafe-page .cafe-form-section:first-child{border-top:0;margin-top:0;padding-top:0}.cafe-page .cafe-form-section__head{flex-wrap:wrap;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:.75rem;display:flex}.cafe-page .cafe-form-section__head h4{margin:0}.cafe-page .cafe-check{align-items:flex-start;gap:.55rem;margin:.5rem 0 1rem;line-height:1.45;display:flex}.cafe-page .cafe-check input{margin-top:.2rem}.cafe-page .cafe-check--inline{align-items:center;margin:0;font-size:.9rem}.cafe-page .cafe-list-filters{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:.75rem;margin-bottom:.75rem;display:flex}.cafe-page .cafe-geo{white-space:nowrap;align-items:center;gap:.35rem;display:inline-flex}.cafe-page .eudr-badge{white-space:nowrap;cursor:help;border-radius:999px;align-items:center;gap:.35rem;padding:.2rem .6rem;font-size:.78rem;font-weight:600;display:inline-flex}.cafe-page .eudr-badge--ok{color:#166534;background:#dcfce7}.cafe-page .eudr-badge--pendiente{color:#92400e;background:#fef3c7}.cafe-page .eudr-faltantes{color:#92400e;margin:.5rem 0 0;padding-left:1.1rem;font-size:.85rem}.cafe-page .cafe-variedades{border:0;margin:0 0 1rem;padding:0}.cafe-page .cafe-variedades legend{margin-bottom:.45rem;font-weight:700}.cafe-page .cafe-variedades__grid{border:1px solid var(--pc-border);background:#fffdf9;border-radius:12px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:.45rem .75rem;max-height:220px;padding:.75rem;display:grid;overflow-y:auto}.cafe-page .cafe-variedades__grid label{cursor:pointer;align-items:flex-start;gap:.45rem;display:flex}.cafe-page .cafe-documentos{grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:.75rem;display:grid}.cafe-page .cafe-documento{border:1px dashed var(--pc-border);background:var(--pc-surface);border-radius:10px;padding:.85rem}.cafe-page .cafe-documento--ok{background:var(--pc-surface-muted);border-style:solid}.cafe-page .cafe-documento .grid-2{gap:.5rem;margin:.5rem 0}.cafe-page .cafe-documento .alert{margin:.5rem 0 0}.cafe-page .cafe-documento__head{justify-content:space-between;gap:.5rem;margin-bottom:.5rem;display:flex}.cafe-page .cafe-documento__item{border-bottom:1px solid var(--pc-border);align-items:center;gap:.75rem;padding:.5rem 0;display:flex}.cafe-page .cafe-documento__item svg{color:var(--pc-primary);flex-shrink:0}.cafe-page .cafe-documento__thumb{object-fit:cover;border:1px solid var(--pc-border);border-radius:6px;width:64px;height:48px}.cafe-page .cafe-documento__meta{flex-direction:column;flex:1;gap:.15rem;min-width:0;font-size:.85rem;display:flex}.cafe-page .cafe-documento__meta a{align-items:center;gap:.25rem;font-weight:600;display:inline-flex}.cafe-page .cafe-documento__actions{flex-wrap:wrap;align-items:center;gap:.5rem;margin-top:.6rem;display:flex}.cafe-page .cafe-documento__actions .btn{padding:.45rem .7rem;font-size:.82rem}.cafe-page .finca-mapa__canvas{border:1px solid var(--pc-border);border-radius:10px;height:380px;overflow:hidden}@media (width<=900px){.cafe-page .finca-mapa__canvas{height:300px}}.cafe-page .finca-mapa__resumen{margin-top:.6rem;font-size:.88rem}.cafe-page .finca-mapa__resumen .alert{margin:.5rem 0 0}.cafe-page .finca-mapa__acciones{flex-wrap:wrap;gap:.5rem;margin-top:.6rem;display:flex}.cafe-page .finca-mapa__acciones .btn{font-size:.85rem}
