:root{--bg: #f6f7fb;--card: rgba(255, 255, 255, .88);--cardStrong: rgba(255, 255, 255, .98);--text: #0f172a;--muted: #4b5563;--line: rgba(15, 23, 42, .12);--footerBg: #f8fafc;--footerBorder: rgba(17, 24, 39, .1);--banana: #ffd54a;--leaf: #2bd576;--soil: #b0743a;--sky: #2dd4ff;--accentA: rgba(255, 213, 74, .45);--accentB: rgba(43, 213, 118, .16);--accentC: rgba(45, 212, 255, .14);--good: #35d07f;--bad: #ff4d4d}body[data-theme=dark]{--bg: #0b0f14;--card: rgba(255, 255, 255, .06);--cardStrong: rgba(255, 255, 255, .1);--text: #e8eef8;--muted: #a8b3c7;--line: rgba(255, 255, 255, .1);--footerBg: rgba(11, 15, 20, .55);--footerBorder: var(--line);--accentA: rgba(255, 213, 74, .42);--accentB: rgba(43, 213, 118, .2);--accentC: rgba(45, 212, 255, .16)}*{box-sizing:border-box}body{margin:0;font-family:ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Arial;background:radial-gradient(1100px 700px at 10% 0%,var(--accentA),transparent 55%),radial-gradient(900px 600px at 90% 10%,var(--accentC),transparent 50%),radial-gradient(900px 600px at 40% 110%,var(--accentB),transparent 50%),var(--bg);color:var(--text)}.hidden{display:none!important}.mt10{margin-top:10px}.mt12{margin-top:12px}.mt16{margin-top:16px}.center-wrap{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:20px}.container{width:100%;max-width:1200px;min-width:0;margin:0 auto;padding:18px}.container>.page{width:100%;min-width:0}.card{background:linear-gradient(180deg,var(--cardStrong),var(--card));border:1px solid var(--line);border-radius:18px;padding:16px;box-shadow:0 18px 50px #00000038}body[data-theme=light] .card{box-shadow:0 18px 50px #02061714}.auth-card{max-width:560px;width:100%}.brand{display:flex;gap:12px;align-items:flex-start}.logo{width:52px;height:52px;display:grid;place-items:center;border-radius:16px;background:#ffffff1a;border:1px solid var(--line);font-size:26px;box-shadow:0 0 0 3px #ffd54a1a}.logo.small{width:40px;height:40px;border-radius:14px;font-size:20px}h1{margin:0 0 2px;font-size:20px;letter-spacing:.2px}h2{margin:0;font-size:22px;letter-spacing:.2px}h3{margin:0 0 10px;font-size:16px}h4{margin:0;font-size:14px}p{margin:6px 0;color:var(--muted);line-height:1.45}.form{margin-top:14px;display:grid;gap:8px}label{font-size:12px;color:var(--muted)}input,textarea,select{width:100%;max-width:100%;min-width:0;padding:10px 12px;border-radius:12px;border:1px solid var(--line);background:#00000029;color:var(--text);box-sizing:border-box}body[data-theme=light] input,body[data-theme=light] textarea,body[data-theme=light] select{background:#ffffffbf}textarea{resize:vertical}.readonly input{opacity:.9}.btn{padding:10px 12px;border-radius:12px;border:1px solid var(--line);background:#ffffff0f;color:var(--text);cursor:pointer;transition:transform .06s ease,filter .12s ease}.btn:hover{filter:brightness(1.08)}.btn:active{transform:translateY(1px)}.btn.primary{border-color:#ffd54a8c;background:linear-gradient(90deg,#ffd54a66,#2bd5762e)}.btn.ghost{background:transparent}.iconbtn{width:38px;height:38px;border-radius:12px;border:1px solid var(--line);background:#ffffff0f;color:var(--text);cursor:pointer}.hint{color:var(--muted);font-size:12px;min-height:18px}.mini{margin-top:12px;display:flex;gap:8px;flex-wrap:wrap}.pill{display:inline-flex;gap:6px;align-items:center;padding:6px 10px;border-radius:999px;border:1px solid var(--line);background:linear-gradient(90deg,#ffffff1a,#ffffff0a);color:var(--text);font-size:12px;white-space:nowrap}.minirow{display:flex;gap:10px;align-items:center;flex-wrap:wrap}.app{min-height:100vh;display:flex;flex-direction:column}.topbar{position:sticky;top:0;z-index:50;display:grid;grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:14px;padding:12px 18px;background:#0b0f149e;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid var(--line);min-width:0}body[data-theme=light] .topbar{background:#f6f7fbbf}.top-left{display:flex;align-items:center;gap:10px;min-width:0}.top-title{min-width:0}.top-title .brand,.top-title .brand-sub,.top-title .t1,.top-title .t2{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navcards{display:flex;align-items:stretch;justify-content:center;gap:10px;min-width:0;width:100%}.navcard{min-width:120px;max-width:170px;flex:1 1 0;text-align:left;padding:10px 12px;border-radius:14px;border:1px solid var(--line);background:#ffffff0a;color:var(--text);cursor:pointer;transition:filter .12s ease,transform .06s ease;overflow:hidden}.navcard:hover{filter:brightness(1.06)}.navcard:active{transform:translateY(1px)}.navcard.active{border-color:#ffd54abf;background:linear-gradient(90deg,#ffd54a38,#2bd5761a)}.nc-title{font-weight:900;font-size:13px;line-height:1.15;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nc-sub{font-size:12px;color:var(--muted);margin-top:2px;line-height:1.15;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.navdrop{display:none}.navdrop select{min-width:190px;width:100%}.pagehead{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.pagehead-right{display:flex;align-items:center;gap:10px}.grid2{display:grid;grid-template-columns:1fr 1fr;gap:12px}.grid3{display:grid;grid-template-columns:1fr 1fr 1fr;gap:12px}.subhead{font-size:12px;color:var(--muted);margin:8px 0}.hintbox{border:1px dashed var(--line);border-radius:14px;padding:12px;background:#ffffff08}.hinttitle{font-size:12px;color:var(--muted);font-weight:900}.row-between{display:flex;align-items:center;justify-content:space-between;gap:10px}.results{margin-top:10px;padding:10px;border-radius:14px;border:1px solid var(--line);background:#ffffff08;display:grid;gap:8px}.resrow{display:flex;align-items:center;justify-content:space-between;gap:10px}.kz.good{color:var(--good)}.kz.bad{color:var(--bad)}.expandable .extra{animation:fadeIn .18s ease}@keyframes fadeIn{0%{opacity:.2;transform:translateY(-4px)}to{opacity:1;transform:none}}.biglink{cursor:pointer;position:relative;overflow:hidden}.biglink:after{content:"";position:absolute;inset:-60px;background:radial-gradient(300px 220px at 25% 30%,rgba(255,213,74,.12),transparent 55%),radial-gradient(260px 220px at 75% 70%,rgba(43,213,118,.1),transparent 55%);transform:rotate(8deg);pointer-events:none}.biglink:hover{filter:brightness(1.06)}.chev{position:absolute;right:14px;bottom:12px;font-size:22px;opacity:.75}.kpis{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.kpi{border:1px solid var(--line);border-radius:14px;padding:10px;background:#ffffff08}.kpi .k{font-size:12px;color:var(--muted);font-weight:700}.kpi .v{font-size:17px;font-weight:900;margin-top:4px}.pill.good{border-color:#35d07f8c;background:#35d07f1a}.pill.bad{border-color:#ff4d4d8c;background:#ff4d4d1a}.w-hours{display:flex;gap:8px;align-items:flex-end;flex-wrap:wrap;padding:8px 2px}.w-hour{width:18px;height:44px;border-radius:10px;border:1px solid var(--line);background:#ffffff0a;display:flex;align-items:flex-end;justify-content:center;overflow:hidden}.w-fill{width:100%;border-radius:10px}.w-fill.good{background:#35d07f59}.w-fill.bad{background:#ff4d4d59}.w-lab{font-size:10px;color:var(--muted);margin-top:6px;text-align:center;width:26px}.tablewrap{overflow:auto;border-radius:14px;border:1px solid var(--line)}.table{width:100%;border-collapse:collapse;min-width:900px;background:#0000001a}body[data-theme=light] .table{background:#ffffff8c}.table th,.table td{padding:10px 12px;border-bottom:1px solid var(--line);text-align:left;font-size:12px}.table th{color:var(--muted);font-weight:900}.tbtn{padding:6px 10px;border-radius:10px;border:1px solid var(--line);background:#ffffff0f;color:var(--text);cursor:pointer}.tbtn.danger{border-color:#ff4d4d73}.tbtn.good{border-color:#35d07f73}.footer{margin-top:auto;padding:14px 18px;border-top:1px solid var(--footerBorder);background:var(--footerBg)}.footer-left{display:flex;flex-direction:column;gap:4px}.footer-title{font-weight:900}.footer-sub{color:var(--muted);font-size:12px;line-height:1.25}.footer-center{flex:1;text-align:center;color:var(--muted);font-size:12px;line-height:1.25}.footer-copy{display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap}.footer-copy .sep{opacity:.65}.footer-meta{margin-top:6px;display:flex;justify-content:center;align-items:center;gap:10px;flex-wrap:wrap}.footer-meta .meta{color:var(--muted);font-size:12px}.footer-meta b{color:var(--text)}.footer-links{display:flex;gap:10px;justify-content:flex-end;align-items:center;flex-wrap:wrap}.footer a{color:var(--text);text-decoration:none}@media(max-width:760px){.footer-inner{flex-direction:column;align-items:stretch;justify-content:flex-start}.footer-left,.footer-center,.footer-links{width:100%}.footer-center{text-align:left}.footer-copy,.footer-meta,.footer-links{justify-content:flex-start}}@media(max-width:420px){.footer{padding:12px 14px}.footer-copy{flex-direction:column;align-items:flex-start;gap:4px}.footer-copy .sep{display:none}.footer-meta{flex-direction:column;align-items:flex-start;gap:4px}.footer-links{gap:8px}}.modal{position:fixed;inset:0;background:#0000008c;display:grid;place-items:center;padding:20px;z-index:200}.modal-card{width:min(520px,96vw);border-radius:16px;border:1px solid var(--line);background:#111826f2;padding:16px;box-shadow:0 20px 60px #00000080}body[data-theme=light] .modal-card{background:#fffffff5;box-shadow:0 20px 60px #02061729}.cardtop{display:flex;gap:8px;align-items:center;margin-bottom:10px}.chip{font-size:11px;font-weight:900;padding:4px 8px;border-radius:999px;border:1px solid var(--line);background:#ffffff0a}.chip.banana{border-color:#ffd54a8c}.chip.leaf{border-color:#2bd57680}.chip.soil{border-color:#b0743a73}.chip.sky{border-color:#2dd4ff73}.card.is-good{box-shadow:0 18px 50px #35d07f24}.card.is-bad{box-shadow:0 18px 50px #ff4d4d24}.calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:8px}.calcell{min-height:74px;padding:8px;border-radius:14px;border:1px solid var(--line);background:#ffffff08;cursor:pointer;transition:filter .12s ease,transform .06s ease}.calcell:hover{filter:brightness(1.06)}.calcell:active{transform:translateY(1px)}.calcell .d{font-size:12px;color:var(--muted)}.badge{display:inline-flex;padding:2px 6px;border-radius:999px;border:1px solid var(--line);font-size:11px;margin-top:6px;background:#ffffff0d}.badge.sale{border-color:#ffd54aa6}.badge.exp{border-color:#2dd4ff73}#page-sales .card .minirow .pill{padding:6px 10px;line-height:1}.top-right{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex:0 0 auto;min-width:0}.top-right .btn{height:38px;min-width:44px;padding:0 12px;display:flex;align-items:center;justify-content:center;white-space:nowrap;flex:0 0 auto}#btnTheme{font-size:16px}.period{display:flex;gap:10px;align-items:center}.period select{width:auto;min-width:160px}#salesYear,#expYear,#repYear{min-width:110px}@media(max-width:520px){.period{flex-direction:column;align-items:stretch}.period select{width:100%;min-width:0}}.sub-wrap{position:relative;height:40px}.sub-wrap select,.sub-wrap input{position:absolute;left:0;top:0;width:100%;height:40px;padding:10px 12px;border-radius:12px;border:1px solid var(--line);background:#00000029;color:var(--text);outline:none}body[data-theme=light] .sub-wrap select,body[data-theme=light] .sub-wrap input{background:#ffffffbf}.sub-wrap select{appearance:auto}@media(max-width:1180px){.grid3,.kpis,.grid2{grid-template-columns:1fr}.pagehead{flex-direction:column;align-items:flex-start}.topbar{grid-template-columns:auto minmax(220px,1fr) auto}.navcards{display:none}.navdrop{display:block;min-width:220px;width:100%}.navdrop select{width:100%}}@media(max-width:640px){.topbar{grid-template-columns:1fr auto;grid-template-areas:"left right" "nav nav";align-items:center;gap:10px;padding:10px 12px}.top-left{grid-area:left;min-width:0}.top-right{grid-area:right;min-width:0;justify-content:flex-end}.navdrop{grid-area:nav;display:block;width:100%;min-width:0}.navdrop select{width:100%}.top-title .t2{font-size:11px}.top-right .btn{height:36px;padding:0 10px}.period{flex-direction:column;align-items:stretch}.period select{width:100%}}@media(max-width:420px){.topbar{padding:10px;gap:8px}.top-left{gap:8px}.top-title .t1{font-size:14px}.top-title .t2{font-size:10px}.top-right{gap:6px}.top-right .btn{min-width:40px;padding:0 8px}}.footer-copy{margin-top:6px;font-size:12px;color:var(--muted)}.fields{display:flex;gap:10px;flex-wrap:wrap}.fieldchip{display:flex;align-items:center;gap:8px;padding:8px 10px;border-radius:999px;border:1px solid var(--line);background:#ffffff0a;cursor:pointer;-webkit-user-select:none;user-select:none}.fieldchip:hover{filter:brightness(1.06)}.fieldchip.active{border-color:#2bd576a6;background:linear-gradient(90deg,#2bd57629,#ffd54a24)}.fieldchip .dot{width:10px;height:10px;border-radius:999px;background:var(--leaf);box-shadow:0 0 0 3px #2bd5761f}.fieldchip .name{font-weight:900;font-size:12px}.fieldchip .meta{font-size:12px;color:var(--muted)}input[readonly]{opacity:.85;cursor:not-allowed}#e_stockBox{padding:10px;border:1px dashed var(--line);border-radius:14px;background:#ffffff0a}#e_stockBox{margin-top:10px}#e_stockBox .hint{margin-top:6px}body[data-theme=light] .footer{background:var(--footerBg);border-top:1px solid var(--footerBorder)}.navcard.locked{opacity:.72;position:relative}.navcard.locked:after{content:"🔒";position:absolute;right:10px;top:10px;font-size:14px;opacity:.9}.pill.mini{padding:4px 8px;font-size:11px;font-weight:900}.navcard .sub{font-size:11px;color:var(--muted);margin-top:2px;font-weight:600}.nc-sub .sub{font-size:12px;color:var(--muted);margin-top:2px}.brand-sub{font-size:12px;color:var(--muted);font-weight:600;margin-top:2px}#forecastCard .lockbadge{display:inline-flex;align-items:center;justify-content:center;width:34px;height:34px;border-radius:12px;background:#ffffff14;border:1px solid rgba(255,255,255,.12)}#forecastCard.is-locked{opacity:.92}#forecastCard.is-open .lockbadge{background:#2bd5762e;border-color:#2bd57640}.grid3{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}@media(max-width:900px){.grid3{grid-template-columns:1fr}}.miniStat{padding:12px;border:1px solid rgba(0,0,0,.08);border-radius:12px;background:#fff9}.miniStat .ms-k{font-size:12px;opacity:.8}.miniStat .ms-v{font-size:18px;font-weight:800;margin-top:6px}.miniStat .ms-s{font-size:12px;margin-top:4px}.pillStat{padding:12px;border-radius:12px;background:#0000000a;border:1px solid rgba(0,0,0,.06)}.pillStat .ps-k{font-size:12px;opacity:.8}.pillStat .ps-v{font-size:16px;font-weight:800;margin-top:6px}.pillStat .ps-s{font-size:12px;margin-top:4px}.disclaimer{padding:10px 12px;border-radius:12px;background:#00000008;border:1px dashed rgba(0,0,0,.15);font-size:12px;line-height:1.4;opacity:.9}.good{color:var(--good, #2f9e44)}.bad{color:var(--bad, #e03131)}#marketCard{border-radius:18px}#marketCard .subtle{font-size:.78rem;color:var(--muted);letter-spacing:.2px}#marketCard h3{font-size:1.05rem;margin:2px 0 0}#marketCard .minirow{display:flex;align-items:center;gap:10px;flex-wrap:wrap;justify-content:flex-end}#marketCard #marketStatusPill{background:#35d07f1a;border:1px solid rgba(53,208,127,.55);color:var(--good);padding:6px 10px;border-radius:999px}#marketCard .pill.bad{background:#ff4d4d1a;border-color:#ff4d4d8c;color:var(--bad)}#marketCard .pill.good{background:#35d07f1a;border-color:#35d07f8c;color:var(--good)}#marketCard button#marketRefresh.marketRefresh{-webkit-appearance:none;appearance:none;border:1px solid rgba(255,255,255,.16);background:#ffffff0f;color:var(--text);padding:7px 12px;border-radius:12px;line-height:1;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;gap:8px}#marketCard button#marketRefresh.marketRefresh:hover{background:#ffffff1a}#marketCard .marketGrid{display:grid;grid-template-columns:1fr;gap:10px;margin-top:10px}#marketCard .marketItem{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:14px;border:1px solid rgba(255,255,255,.1);background:#ffffff0a}#marketCard .marketLeft{display:flex;align-items:center;gap:10px;min-width:0}#marketCard .marketBadge{width:30px;height:30px;border-radius:10px;display:flex;align-items:center;justify-content:center;font-weight:800;font-size:.95rem;background:#ffffff0f;border:1px solid rgba(255,255,255,.1)}#marketCard .marketTitle{font-weight:850;font-size:.95rem;line-height:1.1}#marketCard .marketSub{color:var(--muted);font-size:.78rem;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:240px}#marketCard .marketPrice{text-align:right}#marketCard .marketPrice .v{font-weight:950;font-size:1.05rem}#marketCard .marketPrice .s{color:var(--muted);font-size:.78rem;margin-top:2px}@media(min-width:900px){#marketCard .marketGrid{grid-template-columns:1fr 1fr}}@media(max-width:520px){#marketCard .marketSub{max-width:170px}}@media(max-width:520px){#w_refresh{margin-left:auto}}@media(max-width:520px){#fieldsCard .row-between{flex-wrap:wrap}#fieldsCard #activeFieldName,#fieldsCard #btnAddField{display:inline-flex}#fieldsCard .minirow{margin-left:auto;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}}@media(max-width:768px){.container{max-width:100%}}@media(max-width:640px){.pagehead-right{display:flex;align-items:center;justify-content:space-between;width:100%}.pagehead-right .period{display:flex;justify-content:flex-end;align-items:center;gap:8px}}@media(max-width:640px){input,select,textarea,button{font-size:16px}}@media(max-width:640px){input,select,textarea{-webkit-text-size-adjust:100%}}input[type=date],input[type=month],input[type=time]{width:100%;max-width:100%;min-width:0;box-sizing:border-box}@media(max-width:640px){input[type=date]{font-size:16px}}#loginModal .row-between{align-items:flex-start;gap:12px}#loginModal .modal-left{flex:1;min-width:0}.modal-support{margin-top:14px;padding-top:12px;border-top:1px solid var(--line);display:flex;flex-direction:column;gap:10px}.modal-support .support-line{font-size:12px;color:var(--muted);line-height:1.45}.modal-support .support-link{display:inline-flex;align-items:center;gap:8px;font-weight:900;text-decoration:none;color:var(--text);transition:.15s ease}.modal-support .support-link:hover{transform:translate(2px);filter:brightness(1.1)}.modal-support .tel-ico{font-size:16px;line-height:1}#loginModalX{flex:0 0 auto;width:36px;height:36px;padding:0;border-radius:12px;display:flex;align-items:center;justify-content:center;line-height:1;font-size:18px;font-weight:900;background:#ffffff0f;border:1px solid var(--line);transition:.15s ease}#loginModalX:hover{filter:brightness(1.08)}#loginModalX:active{transform:translateY(1px)}.modal{position:fixed!important;inset:0!important;z-index:999999!important;background:#0000008c;display:grid!important;place-items:center!important;padding:18px}.modal.hidden{display:none!important}.modal-card{width:min(560px,calc(100vw - 36px));max-height:85vh;overflow:auto;border-radius:18px}.cropGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.cropBtn{text-align:left;padding:14px;border-radius:14px;border:1px solid var(--line);background:var(--card);cursor:pointer;transition:transform .12s ease,border-color .12s ease}.cropBtn:hover{transform:translateY(-1px);border-color:#ffffff38}.cropBtn.disabled{opacity:.55;cursor:not-allowed}.cropIco{font-size:28px;line-height:1}.cropName{margin-top:8px;font-weight:700}.cropTag{margin-top:6px;font-size:12px;opacity:.9}.cropTag.ok{color:var(--good)}.cropTag.soon{color:var(--muted)}@media(max-width:520px){.cropGrid{grid-template-columns:1fr}}.logo-img{width:48px;height:48px;object-fit:contain}.span3{grid-column:1 / -1}#salesRecordsCard .tablewrap{max-width:100%;overflow-x:auto;-webkit-overflow-scrolling:touch}#salesRecordsCard .table{width:100%;min-width:760px}#salesRecordsCard{overflow:hidden}.cropBtn{position:relative;overflow:hidden;border-radius:20px;padding:20px;height:140px;display:flex;flex-direction:column;justify-content:flex-end;color:#fff;background-size:cover;background-position:center;transition:transform .3s ease,box-shadow .3s ease}.cropBtn:before{content:"";position:absolute;inset:0;background:linear-gradient(to top,#000000a6,#0003);z-index:1}.cropBtn>*{position:relative;z-index:2}.cropBtn:hover:not(.disabled){transform:translateY(-4px);box-shadow:0 10px 25px #00000040}.cropBtn.disabled{filter:grayscale(100%) brightness(.7);cursor:not-allowed}#crop_banana{background-image:url(/images/crops/banana.webp)}#crop_avocado{background-image:url(/images/crops/avocado.webp)}#crop_general{background-image:url(/images/crops/general.webp)}.cropBtn:before{content:"";position:absolute;inset:0;-webkit-backdrop-filter:blur(1px);backdrop-filter:blur(1px);background:linear-gradient(to top,#000000b3,#0000001a)}.cropIco{font-size:28px;margin-bottom:8px}.cropName{font-size:20px;font-weight:600}.cropTag{font-size:14px;opacity:.9}.seramWrap{max-width:1440px;margin:0 auto;padding:0 18px}.seramGrid{display:grid;grid-template-columns:1fr;gap:18px;align-items:stretch}@media(min-width:980px){.seramGrid{grid-template-columns:minmax(440px,520px) minmax(520px,1fr);justify-content:center;gap:20px}}@media(min-width:1320px){.seramGrid{grid-template-columns:minmax(460px,560px) minmax(700px,1fr);gap:22px}}.seramGrid>.card{height:100%;display:flex;flex-direction:column;border-radius:22px;border:1px solid rgba(255,255,255,.08);background:#ffffff09;box-shadow:0 10px 30px #00000040;overflow:hidden}.seramGrid>.card{padding:16px}.seramMiniCard{padding:14px 16px;border-radius:18px;border:1px solid rgba(255,255,255,.085);background:#ffffff08;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:transform .14s ease,border-color .14s ease,background .14s ease}.seramMiniCard:hover{transform:translateY(-1px);border-color:#ffffff21;background:#ffffff0a}.seramKeyRow{display:flex;justify-content:space-between;align-items:center;gap:14px;padding:10px 0;border-bottom:1px dashed rgba(255,255,255,.09)}.seramKeyRow:last-child{border-bottom:0}.seramKeyRow .k{font-size:12px;letter-spacing:.2px;opacity:.78}.seramKeyRow .v{font-size:13px;font-weight:750;text-align:right;opacity:.98}.seramWrap .row-between{gap:12px}.seramWrap .hint{font-size:12px;opacity:.82;line-height:1.35}.seramWrap a{color:#7bb7ff;font-weight:650;text-decoration:none}.seramWrap a:hover{text-decoration:underline}#seramGridSel,.seramWrap select{appearance:none;-webkit-appearance:none;font-size:13px;font-weight:700;padding:10px 12px;border-radius:12px;color:#ffffffeb;background:#ffffff0b;border:1px solid rgba(255,255,255,.1);outline:none}#seramGridSel:focus,.seramWrap select:focus{border-color:#7bb7ff8c;box-shadow:0 0 0 4px #7bb7ff1f}#seramOpacity{width:140px;height:4px;accent-color:#7bb7ff}.seramWrap .btn{border-radius:14px;padding:10px 14px;font-weight:750;letter-spacing:.2px;border:1px solid rgba(255,255,255,.1);background:#ffffff0d;color:#ffffffeb;transition:transform .12s ease,background .12s ease,border-color .12s ease}.seramWrap .btn:hover{transform:translateY(-1px);background:#ffffff12;border-color:#ffffff29}.seramWrap .btn:active{transform:translateY(0)}.seramWrap .row-between[style*=flex-wrap]{align-items:center}.seramMapCard{display:flex;flex-direction:column;padding:16px}.seramMapWrap{flex:1;min-height:420px;display:flex}#seramMap{width:100%;height:100%;border-radius:18px;overflow:hidden;border:1px solid rgba(255,255,255,.1);box-shadow:inset 0 0 0 1px #00000014}@media(min-width:980px){.seramMapWrap{min-height:620px}}#seramLegend{padding-top:6px}#seramLegend>span{-webkit-user-select:none;user-select:none}#seramPerfWarn{padding:10px 12px;border-radius:14px;border:1px solid rgba(255,173,82,.25);background:#ffad5214}.topbar{position:sticky;top:0;z-index:9999}#page-seram,.seramMapCard,.seramMapWrap{position:relative;z-index:0}#seramMap .leaflet-control-container,#seramMap .leaflet-top,#seramMap .leaflet-bottom{z-index:9999!important}#page-seram .btn{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:11px 14px;border-radius:14px;font-weight:800;font-size:13px;letter-spacing:.2px;border:1px solid rgba(0,0,0,.1);background:#ffffffd9;color:#0f1216eb;box-shadow:0 10px 22px #0000001a,inset 0 1px #ffffff8c;transition:transform .12s ease,box-shadow .12s ease,filter .12s ease}#page-seram .btn:hover{transform:translateY(-1px);box-shadow:0 14px 28px #00000024,inset 0 1px #fff9;filter:brightness(1.02)}#page-seram .btn:active{transform:translateY(0);filter:brightness(.98)}#btnSeramRefresh{background:#ffffffd9;color:#0f1216eb}#btnSeramMoisture{background:linear-gradient(180deg,#34d399f2,#10b981eb);color:#fffffff2;border-color:#10b9818c;box-shadow:0 12px 26px #10b98138,inset 0 1px #fff3}#btnSeramMoistureClear{background:linear-gradient(180deg,#f87171f2,#ef4444eb);color:#fffffff2;border-color:#ef44448c;box-shadow:0 12px 26px #ef44442e,inset 0 1px #ffffff2e}#page-seram .btn:disabled,#page-seram .btn[disabled]{opacity:.55;cursor:not-allowed;transform:none;box-shadow:none;filter:grayscale(.2)}@media(max-width:520px){#page-seram .btn{width:100%}}#a_regionChecks{width:100%}#a_regionChecks>*{min-width:0}.aRegionPill{display:flex;align-items:center;gap:8px;min-width:0;width:100%;box-sizing:border-box;white-space:normal;overflow:hidden}.aRegionPill span{min-width:0;overflow:hidden;text-overflow:ellipsis}.grid2>*,.grid3>*{min-width:0}input,select,textarea{max-width:100%;box-sizing:border-box}#a_regionChecks{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px;width:100%}@media(max-width:560px){#a_regionChecks{grid-template-columns:1fr}}.regItem{min-width:0}.regCheck{position:absolute;opacity:0;pointer-events:none}.regPill{display:flex;align-items:center;justify-content:space-between;gap:10px;width:100%;padding:12px;border-radius:14px;border:1px solid rgba(0,0,0,.1);background:#ffffffd9;box-sizing:border-box;cursor:pointer;-webkit-user-select:none;user-select:none;transition:transform .12s ease,box-shadow .12s ease,border-color .12s ease}.regDot{width:10px;height:10px;border-radius:999px;border:2px solid rgba(0,0,0,.2);flex:0 0 auto}.regText{flex:1 1 auto;min-width:0;font-weight:650;letter-spacing:.2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.regMark{flex:0 0 auto;opacity:0;transform:scale(.9);transition:opacity .12s ease,transform .12s ease}.regPill:hover{transform:translateY(-1px);box-shadow:0 10px 22px #00000014;border-color:#00000029}.regCheck:checked+.regPill{border-color:#0000;box-shadow:0 12px 28px #0000001a}.regCheck:checked+.regPill .regDot{border-color:#0000}.regCheck:checked+.regPill .regMark{opacity:1;transform:scale(1)}.regCheck:disabled+.regPill{cursor:not-allowed;opacity:.55;transform:none;box-shadow:none}#a_regionChecks.is-all .regPill{border-style:dashed}.switchRow{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:14px;border:1px solid rgba(0,0,0,.1);background:#ffffffbf}.switchTitle{font-weight:700}.switchHint{font-size:12px;opacity:.7;margin-top:2px}.switchRow input{position:absolute;opacity:0;pointer-events:none}.switchUI{width:46px;height:28px;border-radius:999px;border:1px solid rgba(0,0,0,.12);background:#0000000f;position:relative}.switchUI:after{content:"";width:22px;height:22px;border-radius:999px;background:#fff;position:absolute;top:50%;left:3px;transform:translateY(-50%);box-shadow:0 6px 14px #00000026;transition:left .15s ease}#a_allRegions:checked+.switchUI:after{left:21px}.regCheck:checked+.regPill{background:#4caf501f;border-color:#4caf5059;box-shadow:0 10px 24px #4caf502e}.regCheck:checked+.regPill .regDot{background:#4caf50e6;border-color:#4caf50e6}.regCheck:checked+.regPill .regMark{opacity:1;transform:scale(1);color:#4caf50e6}.regCheck:checked+.regPill:hover{background:#4caf502e}.regCheck:checked+.regPill .regText{color:#2e7d32;font-weight:700}#a_allRegions:checked+.switchUI{background:#4caf502e;border-color:#4caf5073}#a_allRegions:checked+.switchUI:after{background:#4caf50;box-shadow:0 6px 18px #4caf5059}#a_allRegions:checked~.switchUI,#a_allRegions:checked+.switchUI{transition:all .15s ease}#a_allRegions:checked{accent-color:#4CAF50}.switchRow:has(#a_allRegions:checked) .switchTitle{color:#2e7d32;font-weight:700}#a_regionChecks{margin-top:12px;padding-top:12px;border-top:1px dashed rgba(76,175,80,.3)}.regionSummary{margin-top:12px}.summaryBadge{display:flex;align-items:center;gap:8px;padding:12px 14px;border-radius:14px;background:#4caf501f;border:1px solid rgba(76,175,80,.35);font-weight:600;color:#2e7d32;box-shadow:0 8px 20px #4caf501f}#page-sales,#page-sales *{max-width:100%}#page-sales{overflow-x:clip}#page-sales .grid2{grid-template-columns:repeat(2,minmax(0,1fr))!important}#page-sales .grid3{grid-template-columns:repeat(3,minmax(0,1fr))!important}#page-sales .pagehead-right{flex-wrap:wrap!important;min-width:0!important}#page-sales .pagehead-right .pill{min-width:0!important;overflow:hidden;text-overflow:ellipsis}#page-sales .pill{white-space:normal!important;overflow-wrap:anywhere!important;word-break:break-word!important}#page-sales input[type=date],#page-sales input[type=month],#page-sales input[type=time]{display:block;width:100%;min-width:0!important;max-width:100%!important;box-sizing:border-box}@media(max-width:720px){#page-sales .grid3,#page-sales .grid2{grid-template-columns:1fr!important}#page-sales #s_dalGrid{grid-template-columns:repeat(4,minmax(0,1fr))!important;gap:10px!important}#page-sales #s_dalGrid>div{min-width:0!important}#page-sales #s_dalGrid label{font-size:12px;line-height:1.2}#page-sales .pagehead{flex-wrap:wrap!important}#page-sales .pagehead>div{width:100%;min-width:0!important}}@media(max-width:380px){#page-sales #s_dalGrid{grid-template-columns:repeat(2,minmax(0,1fr))!important}}#page-sales .tablewrap{overflow-x:auto;-webkit-overflow-scrolling:touch}#page-sales .table{min-width:760px}#page-sales input[type=checkbox],#page-sales input[type=radio]{width:auto!important;max-width:none!important;min-width:0!important;flex:0 0 auto!important}#page-sales .switchRow input[type=checkbox]{position:absolute;opacity:0;inset:auto;width:1px!important;height:1px!important}#page-sales .switchRow{min-width:0;overflow:hidden}#page-sales input[type=date]{width:100%;max-width:100%;min-width:0!important;display:block;box-sizing:border-box}input:not([type=checkbox]):not([type=radio]){width:100%}.legalBox{margin-top:18px;font-size:12px;color:#888;text-align:center;line-height:1.5}.legalBox a{color:#2e7d32;text-decoration:none;font-weight:500}.legalBox a:hover{text-decoration:underline}.footer-legal{margin-top:10px;font-size:12px;color:#8a97a6;display:flex;justify-content:center;gap:10px;flex-wrap:wrap}.footer-legal a{color:#8a97a6;text-decoration:none}.footer-inner{display:flex;gap:14px;align-items:flex-start}.footer-legal{margin-top:8px;display:flex;justify-content:center;align-items:center;gap:8px;flex-wrap:wrap;font-size:12px;color:var(--muted)}.footer-legal a{color:var(--muted);text-decoration:none}.footer-legal a:hover{text-decoration:underline}.footer-legal .sep{opacity:.65}.footer-links .pill{white-space:nowrap}@media(max-width:760px){.footer-inner{flex-direction:column;align-items:stretch;gap:10px}.footer-left{order:1}.footer-center{order:3;text-align:left}.footer-links{order:2;justify-content:flex-start;gap:8px}.footer-legal{order:1;justify-content:flex-start;margin-top:6px;gap:10px}.footer-copy{justify-content:flex-start;gap:6px}.footer-meta{justify-content:flex-start;gap:8px;margin-top:4px}}@media(max-width:420px){.footer{padding:12px 14px}.footer-legal{gap:6px;line-height:1.2}.footer-legal .sep{display:none}.footer-legal a{padding:2px 0}.footer-copy{flex-direction:row;flex-wrap:wrap;align-items:flex-start}.footer-meta{flex-direction:row;flex-wrap:wrap;align-items:flex-start;gap:6px 10px}.footer-links{flex-wrap:wrap}.footer-links .pill{flex:1 1 auto}}.footer-legal{display:flex;gap:8px;flex-wrap:wrap;align-items:center;justify-content:center;margin-top:8px;font-size:12px;color:var(--muted)}.footer-legal .js-legal-btn{background:transparent;border:none;padding:0;margin:0;font:inherit;font-size:12px;color:var(--muted);cursor:pointer;transition:all .15s ease}.footer-legal .js-legal-btn:hover{color:var(--text);text-decoration:underline}.footer-legal .js-legal-btn:active{transform:translateY(1px)}.footer-legal .js-legal-btn:focus-visible{outline:2px solid rgba(110,231,183,.5);outline-offset:2px;border-radius:4px}.footer-legal .sep{opacity:.6;font-size:11px}@media(max-width:420px){.footer-legal{justify-content:flex-start;gap:6px}.footer-legal .sep{display:none}}.legalBox{margin-top:18px;font-size:12px;color:var(--muted);text-align:center;line-height:1.5}.legalBox .linkish{background:transparent;border:none;padding:0;margin:0;font:inherit;font-size:12px;color:#6ee7b7;cursor:pointer;transition:all .15s ease}.legalBox .linkish:hover{text-decoration:underline;color:#34d399}.legalBox .linkish:focus-visible{outline:2px solid rgba(110,231,183,.6);outline-offset:2px;border-radius:4px}.legalWrap h4{font-size:13px;font-weight:800}.legalWrap p,.legalWrap li{font-size:13px}:root{--ctl-h: 40px;--ctl-px: 12px}#page-sales .grid2>*,#page-sales .grid3>*,#page-sales .grid4>*,#page-expenses .grid2>*,#page-expenses .grid3>*,#page-expenses .grid4>*{min-width:0!important}#page-sales .card input[type=date],#page-sales .card input[type=month],#page-sales .card input[type=time],#page-expenses .card input[type=date],#page-expenses .card input[type=month],#page-expenses .card input[type=time]{display:block!important;inline-size:100%!important;max-inline-size:100%!important;min-inline-size:0!important;width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important;height:var(--ctl-h)!important;min-height:var(--ctl-h)!important;line-height:calc(var(--ctl-h) - 2px)!important;padding:0 var(--ctl-px)!important;-webkit-appearance:none!important;appearance:none!important}@media(max-width:640px){#page-sales .card input[type=date],#page-sales .card input[type=month],#page-sales .card input[type=time],#page-expenses .card input[type=date],#page-expenses .card input[type=month],#page-expenses .card input[type=time]{font-size:16px!important}}#seramBox input[name=seramViewMode]+span{display:inline-block!important;visibility:visible!important;opacity:1!important;color:#0f1216eb!important;font-size:13px!important;line-height:1.1!important;font-weight:800!important}#seramBox label{font-size:13px!important;color:#0f1216eb!important}#seramBox input[type=radio][name=seramViewMode]{width:18px!important;height:18px!important;margin:0!important;flex:0 0 auto!important;accent-color:#2563eb}@media(max-width:520px){#seramBox .seramKeyRow .v{justify-content:flex-start!important}}#loginModalText,#confirmText{display:block;width:100%;min-width:0}#loginModalText>*:first-child,#confirmText>*:first-child{margin-top:0}#loginModalText>*:last-child,#confirmText>*:last-child{margin-bottom:0}.home-shortcuts{display:grid;grid-template-columns:repeat(4,1fr);gap:12px;width:100%}.home-shortcut{min-width:0;min-height:110px;padding:16px 12px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px;cursor:pointer;position:relative;overflow:hidden}.home-shortcut .cardtop,.home-shortcut p,.home-shortcut .chev{display:none!important}.home-shortcut h3{margin:0;font-size:15px;line-height:1.2}.home-shortcut-icon{font-size:28px;line-height:1}@media(max-width:900px){.home-shortcuts{grid-template-columns:repeat(4,1fr)}.home-shortcut{min-height:92px;padding:14px 10px;gap:8px}.home-shortcut-icon{font-size:24px}.home-shortcut h3{font-size:14px}}.collapsible-card{padding:14px 16px}.collapsible-card .collapse-toggle{width:100%;padding:0;border:0;background:transparent;color:var(--text);display:flex;align-items:flex-start;justify-content:space-between;gap:12px;text-align:left;cursor:pointer}.collapsible-card .collapse-toggle:hover{filter:brightness(1.04)}.collapsible-card .collapse-toggle-left{min-width:0;flex:1}.collapsible-card .collapse-toggle-left h3{margin-bottom:0}.collapsible-card .collapse-arrow{flex:0 0 auto;font-size:18px;line-height:1;opacity:.8;transition:transform .18s ease;margin-top:2px}.collapsible-card .collapse-body{overflow:hidden;transition:max-height .22s ease,opacity .18s ease,margin-top .18s ease;max-height:1200px;opacity:1;margin-top:12px}.collapsible-card.is-collapsed .collapse-body{max-height:0;opacity:0;margin-top:0;pointer-events:none}.collapsible-card.is-collapsed .collapse-arrow{transform:rotate(-90deg)}#fieldsCard.is-collapsed,#marketCard.is-collapsed{padding-bottom:14px}#fieldsCard .collapse-body .row-between,#marketCard .collapse-body .row-between{align-items:flex-start}@media(max-width:520px){#fieldsCard .collapse-body .row-between,#marketCard .collapse-body .row-between{flex-wrap:wrap}#fieldsCard .collapse-body .minirow,#marketCard .collapse-body .minirow{margin-left:auto;display:flex;flex-wrap:wrap;justify-content:flex-end;gap:8px}}@media(min-width:901px){.collapsible-card .collapse-body{max-height:none!important;opacity:1!important;margin-top:12px!important;pointer-events:auto!important}.collapse-arrow{display:none}.collapse-toggle{cursor:default}}#page-sales .sales-collapse-toggle{width:100%;padding:0;border:0;background:transparent;color:var(--text);font:inherit;text-align:left}#page-sales .sales-collapse-toggle>span:first-child{font-size:16px;font-weight:700}#page-sales .sales-collapse-arrow{display:none}#page-sales .sales-collapse-body{margin-top:10px}@media(min-width:721px){#page-sales .sales-collapse-body{display:block!important}#page-sales .sales-collapse-toggle{pointer-events:none;cursor:default}}@media(max-width:720px){#page-sales .sales-collapse-card{padding-top:14px;padding-bottom:14px}#page-sales .sales-collapse-toggle{display:flex;align-items:center;justify-content:space-between;gap:10px;cursor:pointer}#page-sales .sales-collapse-arrow{display:inline-block;font-size:18px;line-height:1;opacity:.8;transition:transform .18s ease;flex:0 0 auto}#page-sales .sales-collapse-card:not(.sales-collapse-open) .sales-collapse-body{display:none}#page-sales .sales-collapse-card:not(.sales-collapse-open) .sales-collapse-arrow{transform:rotate(-90deg)}#page-sales .sales-mobile-2{grid-template-columns:repeat(2,minmax(0,1fr))!important;gap:10px!important}#page-sales .sales-mobile-2>*{min-width:0!important}#page-sales .sales-collapse-body .minirow{gap:8px}#page-sales .sales-collapse-body .hint{min-height:0}}@media(max-width:380px){#page-sales .sales-mobile-2{grid-template-columns:1fr!important}}@media(max-width:720px){#priceCard:not(.sales-collapse-open) #btnExpandPrice{display:none!important}}.g-acc{border:1px solid #e6e8ee;border-radius:16px;background:#fff;overflow:hidden}.g-acc+.g-acc{margin-top:8px}.g-acc-head{width:100%;border:0;background:transparent;display:flex;align-items:flex-start;justify-content:space-between;gap:10px;padding:10px 12px;cursor:pointer}.g-acc-head-left{display:flex;flex-direction:column;align-items:flex-start;gap:6px;min-width:0;flex:1 1 auto}.g-acc-title{font-weight:700;font-size:14px;line-height:1.2}.g-acc-mini{display:flex;gap:6px;flex-wrap:wrap}.g-acc-mini .pill{font-size:11px;padding:4px 8px}.g-acc-head-actions{display:flex;align-items:center;gap:6px;flex:0 0 auto}.g-head-remove{width:26px;height:26px;border:1px solid #d9dee8;border-radius:999px;background:#fff;display:flex;align-items:center;justify-content:center;font-size:13px;cursor:pointer}.g-head-remove:hover{background:#f7f8fb}.g-acc-arrow{width:26px;height:26px;border:1px solid #d9dee8;border-radius:999px;display:flex;align-items:center;justify-content:center;font-size:11px;flex:0 0 auto}.g-acc.open .g-acc-arrow{transform:rotate(180deg)}.g-acc.open .g-acc-mini{display:none}.g-acc-body{display:none;padding:0 12px 12px;border-top:1px solid #eef1f5}.g-acc.open .g-acc-body{display:block}.g-inline-head{display:grid;gap:8px;align-items:center;margin-bottom:6px;padding:0 2px;font-size:11px;font-weight:700;color:#5b6472}.g-inline-head-single{grid-template-columns:1.2fr .95fr .7fr 1fr 1fr}.g-row-single{display:grid;grid-template-columns:1.2fr .95fr .7fr 1fr 1fr;gap:8px;align-items:end}.g-cell{min-width:0}.g-cell input,.g-cell select{width:100%;height:32px;min-width:0;font-size:12px;padding:5px 7px}.g-unit-cell select{text-align:center}.g-m-label{display:none;font-size:11px;font-weight:700;color:#667085;margin-bottom:4px}.g-summary-card{border:1px solid #e7eaf1;border-radius:14px;padding:10px 12px;background:#fff}.g-summary-card+.g-summary-card{margin-top:8px}.g-summary-title{font-weight:700;margin-bottom:6px}.g-summary-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px}.g-summary-grid.compact{grid-template-columns:repeat(3,minmax(0,1fr))}.g-summary-grid .pill{font-size:12px}@media(max-width:640px){.g-inline-head{display:none}.g-acc-head{padding:10px}.g-acc-title{font-size:13px}.g-acc-head-actions{gap:4px}.g-head-remove,.g-acc-arrow{width:24px;height:24px;font-size:11px}.g-row-single{grid-template-columns:1fr 1fr;gap:6px}.g-summary-grid.compact{grid-template-columns:1fr}.g-m-label{display:block}.g-cell input,.g-cell select{height:31px;font-size:12px;padding:5px 6px}.g-summary-grid{grid-template-columns:1fr}}.g-acc-toggle{width:26px;height:26px;border:1px solid #d9dee8;border-radius:999px;background:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;padding:0}.g-acc-toggle:hover{background:#f7f8fb}.g-acc-toggle .g-acc-arrow{width:auto;height:auto;border:0;border-radius:0;display:block;font-size:11px}@media(max-width:640px){.g-acc-toggle,.g-head-remove{width:24px;height:24px}}#marketCard .collapse-body{display:flex;flex-direction:column;gap:10px}#marketCard .row-between{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:nowrap;min-width:0}#marketSourceWrap{display:flex;align-items:center;gap:8px;min-width:0;flex:1 1 auto}#marketSourceWrap.hidden{display:none!important}#marketSourceWrap .hint{margin:0;font-size:13px;line-height:1;color:#6b7280;white-space:nowrap;flex:0 0 auto}#marketSourceSelect{width:140px;min-width:140px;max-width:100%;height:36px;padding:0 34px 0 12px;border-radius:10px;border:1px solid #d9dee7;background:#fff;color:#111827;font-size:14px;font-weight:600;outline:none;box-shadow:none;appearance:auto}#marketSourceSelect:focus{border-color:#86d19a;box-shadow:0 0 0 3px #86d19a2e}#marketCard .minirow{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex:0 0 auto;flex-wrap:nowrap;min-width:0}#marketStatusPill{border-radius:999px;padding:6px 10px;font-size:12px;line-height:1;white-space:nowrap}#marketRefresh{height:36px;min-height:36px;border-radius:10px;padding:0 12px;white-space:nowrap}#marketCard .marketGrid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:8px;min-width:0}#marketCard .market-kpi,#marketCard .marketKpi,#marketCard .market-item{background:#f8fafc;border:1px solid #e5e7eb;border-radius:14px;padding:12px 14px;min-width:0}#marketCard .market-kpi-head,#marketCard .marketKpiHead,#marketCard .market-item-head{display:flex;align-items:center;gap:8px;margin-bottom:6px;min-width:0}#marketCard .market-kpi-badge,#marketCard .marketKpiBadge,#marketCard .market-item-badge{width:28px;height:28px;border-radius:8px;display:grid;place-items:center;background:#eefbf1;font-size:15px;flex:0 0 28px}#marketCard .market-kpi-title,#marketCard .marketKpiTitle,#marketCard .market-item-title{font-size:14px;line-height:1.2;font-weight:700;color:#111827;margin:0;min-width:0}#marketCard .market-kpi-value,#marketCard .marketKpiValue,#marketCard .market-item-value{font-size:22px;line-height:1.08;font-weight:800;color:#111827;margin:0 0 4px;letter-spacing:-.02em;word-break:break-word}#marketCard .market-kpi-sub,#marketCard .marketKpiSub,#marketCard .market-item-sub{font-size:12px;line-height:1.25;color:#6b7280;margin:0}#marketCard .marketFoot,#marketCard #marketHint{display:none}@media(max-width:720px){#marketCard .row-between{align-items:stretch;flex-wrap:wrap}#marketSourceWrap{width:100%;flex:1 1 100%}#marketSourceSelect{width:100%;min-width:0}#marketCard .minirow{width:100%;justify-content:space-between}#marketCard .marketGrid{grid-template-columns:1fr}#marketCard .market-kpi-value,#marketCard .marketKpiValue,#marketCard .market-item-value{font-size:20px}}html.dark #marketCard,body.dark #marketCard,[data-theme=dark] #marketCard,html.dark #page-sales,body.dark #page-sales,[data-theme=dark] #page-sales,html.dark #page-home,body.dark #page-home,[data-theme=dark] #page-home{color-scheme:dark}html.dark #marketCard .hint,body.dark #marketCard .hint,[data-theme=dark] #marketCard .hint,html.dark #marketCard .subtle,body.dark #marketCard .subtle,[data-theme=dark] #marketCard .subtle{color:#a9b4c7!important}html.dark #marketCard h3,body.dark #marketCard h3,[data-theme=dark] #marketCard h3,html.dark #marketCard .collapse-toggle-left,body.dark #marketCard .collapse-toggle-left,[data-theme=dark] #marketCard .collapse-toggle-left{color:#f3f7ff!important}html.dark #marketSourceSelect,body.dark #marketSourceSelect,[data-theme=dark] #marketSourceSelect{background:#ffffff14!important;color:#f5f7fb!important;border-color:#ffffff29!important}html.dark #marketSourceSelect option,body.dark #marketSourceSelect option,[data-theme=dark] #marketSourceSelect option{background:#16202d!important;color:#f5f7fb!important}html.dark #marketSourceSelect:focus,body.dark #marketSourceSelect:focus,[data-theme=dark] #marketSourceSelect:focus{border-color:#48bb78bf!important;box-shadow:0 0 0 3px #48bb7829!important}html.dark #marketCard .market-kpi,html.dark #marketCard .marketKpi,html.dark #marketCard .market-item,body.dark #marketCard .market-kpi,body.dark #marketCard .marketKpi,body.dark #marketCard .market-item,[data-theme=dark] #marketCard .market-kpi,[data-theme=dark] #marketCard .marketKpi,[data-theme=dark] #marketCard .market-item{background:#ffffff14!important;border-color:#ffffff1f!important;box-shadow:inset 0 1px #ffffff08}html.dark #marketCard .market-kpi-badge,html.dark #marketCard .marketKpiBadge,html.dark #marketCard .market-item-badge,body.dark #marketCard .market-kpi-badge,body.dark #marketCard .marketKpiBadge,body.dark #marketCard .market-item-badge,[data-theme=dark] #marketCard .market-kpi-badge,[data-theme=dark] #marketCard .marketKpiBadge,[data-theme=dark] #marketCard .market-item-badge{background:#5cd67d1f!important}html.dark #marketCard .market-kpi-title,html.dark #marketCard .marketKpiTitle,html.dark #marketCard .market-item-title,body.dark #marketCard .market-kpi-title,body.dark #marketCard .marketKpiTitle,body.dark #marketCard .market-item-title,[data-theme=dark] #marketCard .market-kpi-title,[data-theme=dark] #marketCard .marketKpiTitle,[data-theme=dark] #marketCard .market-item-title{color:#f3f7ff!important}html.dark #marketCard .market-kpi-value,html.dark #marketCard .marketKpiValue,html.dark #marketCard .market-item-value,body.dark #marketCard .market-kpi-value,body.dark #marketCard .marketKpiValue,body.dark #marketCard .market-item-value,[data-theme=dark] #marketCard .market-kpi-value,[data-theme=dark] #marketCard .marketKpiValue,[data-theme=dark] #marketCard .market-item-value{color:#fff!important}html.dark #marketCard .market-kpi-sub,html.dark #marketCard .marketKpiSub,html.dark #marketCard .market-item-sub,body.dark #marketCard .market-kpi-sub,body.dark #marketCard .marketKpiSub,body.dark #marketCard .market-item-sub,[data-theme=dark] #marketCard .market-kpi-sub,[data-theme=dark] #marketCard .marketKpiSub,[data-theme=dark] #marketCard .market-item-sub{color:#aeb8c8!important}html.dark #page-sales .hint,body.dark #page-sales .hint,[data-theme=dark] #page-sales .hint,html.dark #page-sales .subtle,body.dark #page-sales .subtle,[data-theme=dark] #page-sales .subtle{color:#9fb0c7!important}html.dark #page-sales h2,html.dark #page-sales h3,html.dark #page-sales h4,body.dark #page-sales h2,body.dark #page-sales h3,body.dark #page-sales h4,[data-theme=dark] #page-sales h2,[data-theme=dark] #page-sales h3,[data-theme=dark] #page-sales h4{color:#f3f7ff!important}html.dark #page-sales .info-box,html.dark #page-sales .sales-info,html.dark #page-sales .result-info,body.dark #page-sales .info-box,body.dark #page-sales .sales-info,body.dark #page-sales .result-info,[data-theme=dark] #page-sales .info-box,[data-theme=dark] #page-sales .sales-info,[data-theme=dark] #page-sales .result-info{background:#ffffff0a!important;border-color:#ffffff1a!important;color:#dce6f5!important}html.dark #page-sales .g-acc,html.dark #page-sales .quality-row,html.dark #page-sales .quality-card,body.dark #page-sales .g-acc,body.dark #page-sales .quality-row,body.dark #page-sales .quality-card,[data-theme=dark] #page-sales .g-acc,[data-theme=dark] #page-sales .quality-row,[data-theme=dark] #page-sales .quality-card{background:#ffffff0f!important;border-color:#ffffff1a!important}html.dark #page-sales .g-acc-head,html.dark #page-sales .g-acc-body,body.dark #page-sales .g-acc-head,body.dark #page-sales .g-acc-body,[data-theme=dark] #page-sales .g-acc-head,[data-theme=dark] #page-sales .g-acc-body{background:transparent!important;color:#eef4ff!important}html.dark #page-sales .g-acc-title,body.dark #page-sales .g-acc-title,[data-theme=dark] #page-sales .g-acc-title{color:#f3f7ff!important}html.dark #page-sales .g-acc-mini,html.dark #page-sales .g-acc-mini .pill,body.dark #page-sales .g-acc-mini,body.dark #page-sales .g-acc-mini .pill,[data-theme=dark] #page-sales .g-acc-mini,[data-theme=dark] #page-sales .g-acc-mini .pill{color:#d7e2f2!important}html.dark #page-sales input,html.dark #page-sales select,html.dark #page-sales textarea,body.dark #page-sales input,body.dark #page-sales select,body.dark #page-sales textarea,[data-theme=dark] #page-sales input,[data-theme=dark] #page-sales select,[data-theme=dark] #page-sales textarea{background:#ffffff12!important;color:#f5f7fb!important;border-color:#ffffff24!important}html.dark #page-sales input::placeholder,html.dark #page-sales textarea::placeholder,body.dark #page-sales input::placeholder,body.dark #page-sales textarea::placeholder,[data-theme=dark] #page-sales input::placeholder,[data-theme=dark] #page-sales textarea::placeholder{color:#8ea0b8!important}html.dark #page-sales select option,body.dark #page-sales select option,[data-theme=dark] #page-sales select option{background:#16202d!important;color:#f5f7fb!important}html.dark #page-sales input[readonly],html.dark #page-sales input:disabled,html.dark #page-sales select:disabled,body.dark #page-sales input[readonly],body.dark #page-sales input:disabled,body.dark #page-sales select:disabled,[data-theme=dark] #page-sales input[readonly],[data-theme=dark] #page-sales input:disabled,[data-theme=dark] #page-sales select:disabled{background:#ffffff0d!important;color:#c8d4e5!important;opacity:1!important}html.dark #page-sales .result-box,html.dark #page-sales .summary-box,html.dark #page-sales .sales-summary,body.dark #page-sales .result-box,body.dark #page-sales .summary-box,body.dark #page-sales .sales-summary,[data-theme=dark] #page-sales .result-box,[data-theme=dark] #page-sales .summary-box,[data-theme=dark] #page-sales .sales-summary{background:#ffffff0d!important;border-color:#ffffff1c!important;color:#eef4ff!important}html.dark #page-sales .result-box .value,html.dark #page-sales .summary-box .value,html.dark #page-sales .sales-summary .value,body.dark #page-sales .result-box .value,body.dark #page-sales .summary-box .value,body.dark #page-sales .sales-summary .value,[data-theme=dark] #page-sales .result-box .value,[data-theme=dark] #page-sales .summary-box .value,[data-theme=dark] #page-sales .sales-summary .value{color:#fff!important}html.dark #page-sales .pill,html.dark #page-sales .chip,body.dark #page-sales .pill,body.dark #page-sales .chip,[data-theme=dark] #page-sales .pill,[data-theme=dark] #page-sales .chip{background:#ffffff0f!important;border-color:#ffffff1a!important;color:#e4ecf8!important}html.dark #page-sales hr,body.dark #page-sales hr,[data-theme=dark] #page-sales hr{border-color:#ffffff24!important}html.dark #page-sales .icon-btn,html.dark #page-sales .btn-icon,body.dark #page-sales .icon-btn,body.dark #page-sales .btn-icon,[data-theme=dark] #page-sales .icon-btn,[data-theme=dark] #page-sales .btn-icon{background:#ffffff0f!important;border-color:#ffffff1f!important;color:#eef4ff!important}@media(max-width:720px){html.dark #marketCard .market-kpi-value,html.dark #marketCard .marketKpiValue,html.dark #marketCard .market-item-value,body.dark #marketCard .market-kpi-value,body.dark #marketCard .marketKpiValue,body.dark #marketCard .market-item-value,[data-theme=dark] #marketCard .market-kpi-value,[data-theme=dark] #marketCard .marketKpiValue,[data-theme=dark] #marketCard .market-item-value{font-size:20px!important}}html.dark #page-sales .g-acc-head .icon-btn,html.dark #page-sales .g-acc-head .btn-icon,html.dark #page-sales .g-acc-head button,html.dark #page-sales .quality-row button,html.dark #page-sales .quality-card button,body.dark #page-sales .g-acc-head .icon-btn,body.dark #page-sales .g-acc-head .btn-icon,body.dark #page-sales .g-acc-head button,body.dark #page-sales .quality-row button,body.dark #page-sales .quality-card button,[data-theme=dark] #page-sales .g-acc-head .icon-btn,[data-theme=dark] #page-sales .g-acc-head .btn-icon,[data-theme=dark] #page-sales .g-acc-head button,[data-theme=dark] #page-sales .quality-row button,[data-theme=dark] #page-sales .quality-card button{background:#ffffff0f!important;border:1px solid rgba(255,255,255,.14)!important;color:#eaf2ff!important;box-shadow:none!important}html.dark #page-sales .g-acc-head .icon-btn:hover,html.dark #page-sales .g-acc-head .btn-icon:hover,html.dark #page-sales .g-acc-head button:hover,html.dark #page-sales .quality-row button:hover,html.dark #page-sales .quality-card button:hover,body.dark #page-sales .g-acc-head .icon-btn:hover,body.dark #page-sales .g-acc-head .btn-icon:hover,body.dark #page-sales .g-acc-head button:hover,body.dark #page-sales .quality-row button:hover,body.dark #page-sales .quality-card button:hover,[data-theme=dark] #page-sales .g-acc-head .icon-btn:hover,[data-theme=dark] #page-sales .g-acc-head .btn-icon:hover,[data-theme=dark] #page-sales .g-acc-head button:hover,[data-theme=dark] #page-sales .quality-row button:hover,[data-theme=dark] #page-sales .quality-card button:hover{background:#ffffff1a!important;border-color:#fff3!important;color:#fff!important}html.dark #page-sales .g-acc-head .icon-btn:active,html.dark #page-sales .g-acc-head .btn-icon:active,html.dark #page-sales .g-acc-head button:active,html.dark #page-sales .quality-row button:active,html.dark #page-sales .quality-card button:active,body.dark #page-sales .g-acc-head .icon-btn:active,body.dark #page-sales .g-acc-head .btn-icon:active,body.dark #page-sales .g-acc-head button:active,body.dark #page-sales .quality-row button:active,body.dark #page-sales .quality-card button:active,[data-theme=dark] #page-sales .g-acc-head .icon-btn:active,[data-theme=dark] #page-sales .g-acc-head .btn-icon:active,[data-theme=dark] #page-sales .g-acc-head button:active,[data-theme=dark] #page-sales .quality-row button:active,[data-theme=dark] #page-sales .quality-card button:active{background:#ffffff1f!important;transform:none!important}html.dark #page-sales .g-acc-head button svg,html.dark #page-sales .quality-row button svg,html.dark #page-sales .quality-card button svg,body.dark #page-sales .g-acc-head button svg,body.dark #page-sales .quality-row button svg,body.dark #page-sales .quality-card button svg,[data-theme=dark] #page-sales .g-acc-head button svg,[data-theme=dark] #page-sales .quality-row button svg,[data-theme=dark] #page-sales .quality-card button svg{stroke:currentColor!important;color:currentColor!important}html.dark #page-sales .g-acc-head button,body.dark #page-sales .g-acc-head button,[data-theme=dark] #page-sales .g-acc-head button{border-radius:999px!important}.landingApply{display:flex;align-items:center;justify-content:space-between;gap:16px;padding:16px 18px;border:1px solid var(--line);border-radius:18px;background:linear-gradient(135deg,#ffd54a29,#2bd57614)}.landingApplyText{min-width:0;flex:1 1 auto}.landingApplyText h3{margin:0 0 6px;font-size:16px}.landingApplyText p{margin:0}.landingApplyBtn{flex:0 0 auto;min-width:150px;font-weight:800}#applyModal .modal-card{width:min(620px,calc(100vw - 36px))}#applyModal textarea{min-height:110px}@media(max-width:640px){.landingApply{flex-direction:column;align-items:stretch}.landingApplyBtn{width:100%;min-width:0}}
