:root{color-scheme:light;--mb-bg: #f5f7f4;--mb-surface: #ffffff;--mb-surface-subtle: #eef3ee;--mb-text: #17211a;--mb-muted: #617065;--mb-border: #dce5dd;--mb-brand: #177245;--mb-brand-strong: #0f5b35;--mb-accent: #1b9de0;--mb-info: #2563eb;--mb-success: #15803d;--mb-attention: #a16207;--mb-urgent: #b42318;--mb-radius-sm: 8px;--mb-radius-md: 12px;--mb-radius-lg: 18px;--mb-shadow: 0 8px 28px rgb(23 33 26 / 8%);--mb-font: Inter, "Segoe UI", system-ui, sans-serif}@media(prefers-color-scheme:dark){:root{color-scheme:dark;--mb-bg: #08110c;--mb-surface: #101a14;--mb-surface-subtle: #16231a;--mb-text: #edf5ef;--mb-muted: #a9b8ad;--mb-border: #29382d;--mb-brand: #55c889;--mb-brand-strong: #78d9a1;--mb-shadow: 0 12px 36px rgb(0 0 0 / 28%)}}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--mb-bg);color:var(--mb-text);font-family:var(--mb-font);line-height:1.5}button,input,select,textarea{font:inherit}button,.button{min-height:42px;border:1px solid transparent;border-radius:var(--mb-radius-sm);padding:.65rem 1rem;background:var(--mb-brand);color:#fff;font-weight:650;cursor:pointer}button:hover,.button:hover{background:var(--mb-brand-strong)}button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible{outline:3px solid color-mix(in srgb,var(--mb-accent) 55%,transparent);outline-offset:2px}.button--secondary{background:var(--mb-surface);color:var(--mb-text);border-color:var(--mb-border)}.page-header{display:flex;align-items:flex-end;justify-content:space-between;gap:1.5rem;margin-bottom:1.75rem}.page-header h1{margin:.2rem 0;font-size:clamp(1.75rem,3vw,2.5rem);letter-spacing:-.035em}.page-header p,.metric p,.metric small,.empty-state p{color:var(--mb-muted)}.eyebrow{color:var(--mb-brand);font-size:.75rem;font-weight:750;letter-spacing:.12em;text-transform:uppercase}.page-actions{display:flex;flex-wrap:wrap;gap:.6rem}.metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(155px,1fr));border:1px solid var(--mb-border);border-radius:var(--mb-radius-md);overflow:hidden;background:var(--mb-surface)}.metric{min-width:0;padding:1.2rem}.metric+.metric{border-left:1px solid var(--mb-border)}.metric p,.metric small{margin:0}.metric strong{display:block;margin:.3rem 0;font-size:1.8rem;letter-spacing:-.04em}.status-badge{display:inline-flex;align-items:center;min-height:28px;max-width:100%;border-radius:999px;padding:.2rem .65rem;background:var(--mb-surface-subtle);color:var(--mb-muted);font-size:.8rem;font-weight:650;white-space:normal}.status-badge--info{color:var(--mb-info);background:color-mix(in srgb,var(--mb-info) 12%,transparent)}.status-badge--success{color:var(--mb-success);background:color-mix(in srgb,var(--mb-success) 12%,transparent)}.status-badge--attention{color:var(--mb-attention);background:color-mix(in srgb,var(--mb-attention) 12%,transparent)}.status-badge--urgent{color:var(--mb-urgent);background:color-mix(in srgb,var(--mb-urgent) 12%,transparent)}.empty-state{padding:3rem 1.5rem;border:1px dashed var(--mb-border);border-radius:var(--mb-radius-md);background:var(--mb-surface);text-align:center}@media(max-width:700px){.page-header{align-items:stretch;flex-direction:column}.page-actions>*{flex:1}.metric+.metric{border-left:0;border-top:1px solid var(--mb-border)}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{scroll-behavior:auto!important;transition:none!important}}:root{--mb-bg: #07101c;--mb-surface: #0d1928;--mb-surface-subtle: #132338;--mb-text: #edf4fb;--mb-muted: #9aabc0;--mb-border: #20344d;--mb-brand: #2aa6e8;--mb-brand-strong: #61c5f4}#root{min-height:100vh}.portal-shell{display:grid;grid-template-columns:260px minmax(0,1fr);min-height:100vh}.portal-shell>aside{position:sticky;top:0;display:flex;height:100vh;flex-direction:column;padding:1.25rem 1rem;border-right:1px solid var(--mb-border);background:#091523}.portal-brand{display:flex;align-items:center;gap:.75rem;margin-bottom:1.5rem}.portal-brand span:last-child,.operator{display:grid}.portal-brand small,.operator small,.farm-table-panel small{color:var(--mb-muted)}.platform-logo{display:inline-grid;width:42px;height:42px;place-items:center;border-radius:10px;background:linear-gradient(145deg,#55c9ff,#147dbd);color:#04101a;font-weight:850}.portal-shell nav{display:grid;gap:.2rem;overflow-y:auto}.portal-shell nav button,.portal-signout{display:flex;align-items:center;justify-content:flex-start;gap:.7rem;border:0;background:transparent;color:var(--mb-muted);text-align:left}.portal-shell nav button:hover,.portal-shell nav button.active{background:var(--mb-surface-subtle);color:var(--mb-text)}.operator{gap:.3rem;min-width:0;margin-top:auto;padding:1rem .75rem;border-top:1px solid var(--mb-border)}.operator strong{overflow:hidden;font-size:.8rem;text-overflow:ellipsis}.operator .status-badge{justify-self:start}.portal-signout{margin-top:.5rem}.portal-shell>main{min-width:0;max-width:1600px;padding:clamp(1.25rem,4vw,3rem)}.page-actions button,.row-actions button{display:inline-flex;align-items:center;gap:.5rem}.farm-table-panel{margin-top:1rem;overflow:hidden;border:1px solid var(--mb-border);border-radius:var(--mb-radius-md);background:var(--mb-surface)}.provision-form{display:grid;grid-template-columns:minmax(220px,1.3fr) repeat(3,minmax(160px,1fr));gap:1rem;align-items:end;margin-bottom:1rem;border:1px solid var(--mb-border);border-radius:var(--mb-radius-md);padding:1.25rem;background:var(--mb-surface)}.provision-form h2,.provision-form p{margin:0}.provision-form>label{display:grid;gap:.35rem;color:var(--mb-muted);font-size:.8rem;font-weight:700}.provision-form input,.provision-form select{min-height:42px;border:1px solid var(--mb-border);border-radius:var(--mb-radius-sm);padding:0 .7rem;background:var(--mb-bg);color:var(--mb-text)}.provision-actions{grid-column:1 / -1;display:flex;justify-content:flex-end;gap:.6rem}.table-heading{display:flex;align-items:flex-end;justify-content:space-between;padding:1.25rem}.table-heading h2,.table-heading p{margin:0}.table-heading>span{color:var(--mb-muted);font-size:.85rem}.table-scroll{max-width:100%;overflow-x:auto}table{width:100%;border-collapse:collapse;white-space:nowrap}th,td{padding:.85rem 1.1rem;border-top:1px solid var(--mb-border);text-align:left;vertical-align:middle}th{color:var(--mb-muted);font-size:.75rem;letter-spacing:.06em;text-transform:uppercase}td:first-child strong,td:first-child small{display:block}td:first-child small{max-width:190px;overflow:hidden;text-overflow:ellipsis}.row-actions{text-align:right}.row-actions button{min-height:34px;padding:.35rem .7rem;font-size:.78rem}.danger-action{background:transparent;color:#ff8b83;border-color:color-mix(in srgb,#ff8b83 45%,transparent)}.portal-error{margin-bottom:1rem;border:1px solid color-mix(in srgb,var(--mb-urgent) 50%,transparent);border-radius:var(--mb-radius-sm);padding:.8rem 1rem;background:color-mix(in srgb,var(--mb-urgent) 10%,var(--mb-surface));color:#ffaaa4}.portal-loading{height:180px;border:1px solid var(--mb-border);border-radius:var(--mb-radius-md);background:linear-gradient(90deg,var(--mb-surface),var(--mb-surface-subtle),var(--mb-surface));background-size:200%;animation:portal-loading 1.2s infinite linear}@keyframes portal-loading{to{background-position:-200%}}.portal-auth,.denied{display:grid;min-height:100vh;place-items:center;align-content:center;padding:1.25rem;text-align:center}.portal-auth form{display:grid;width:min(100%,420px);gap:1rem;border:1px solid var(--mb-border);border-radius:var(--mb-radius-lg);padding:2.25rem;background:var(--mb-surface);box-shadow:var(--mb-shadow);text-align:left}.portal-auth form>.platform-logo{justify-self:start}.portal-auth h1,.portal-auth p{margin:0}.portal-auth label{display:grid;gap:.4rem;font-weight:650}.portal-auth input{min-height:44px;border:1px solid var(--mb-border);border-radius:var(--mb-radius-sm);padding:0 .75rem;background:var(--mb-bg);color:var(--mb-text)}.sr-only{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0)}@media(max-width:900px){.portal-shell{grid-template-columns:76px minmax(0,1fr)}.portal-brand span:last-child,.portal-shell nav button,.portal-signout{font-size:0}.portal-shell nav button,.portal-signout{justify-content:center}.operator{display:none}.portal-brand{justify-content:center}.provision-form{grid-template-columns:1fr 1fr}}@media(max-width:560px){.portal-shell{display:block;padding-bottom:68px}.portal-shell>aside{position:fixed;z-index:10;inset:auto 0 0;display:block;width:auto;height:62px;padding:.4rem;border-top:1px solid var(--mb-border);border-right:0}.portal-brand,.portal-signout{display:none}.portal-shell nav{display:flex;overflow-x:auto}.portal-shell nav button{min-width:54px;flex:1 0 54px}.metrics{grid-template-columns:1fr 1fr}.provision-form{grid-template-columns:1fr}}
