@import"https://fonts.googleapis.com/css2?family=Manrope:wght@400;500;600;700;800&family=Lora:wght@400;600;700&family=IBM+Plex+Mono:wght@400;500&display=swap";:root{--green-brand: #006241;--green-accent: #00754A;--green-house: #1E3932;--green-uplift: #2b5148;--green-light: #d4e9e2;--accent: var(--green-accent);--accent-lt: rgba(0, 117, 74, .08);--accent-md: rgba(0, 117, 74, .16);--bg: #f2f0eb;--surface: #ffffff;--surface2: #edebe9;--surface-cool: #f9f9f9;--text: rgba(0, 0, 0, .87);--text2: rgba(0, 0, 0, .58);--muted: rgba(0, 0, 0, .38);--text-white: #ffffff;--text-white-soft: rgba(255, 255, 255, .7);--border: #e0ddd8;--border2: #ccc8c0;--green: #16A34A;--green-bg: rgba(22, 163, 74, .07);--blue: #2563EB;--blue-bg: rgba(37, 99, 235, .07);--red: #c82014;--red-bg: rgba(200, 32, 20, .06);--orange: #D97706;--orange-bg: rgba(217, 119, 6, .07);--gold: #cba258;--gold-bg: rgba(203, 162, 88, .08);--radius: 12px;--radius-sm: 8px;--radius-pill: 50px;--shadow-card: 0 0 .5px rgba(0,0,0,.14), 0 1px 1px rgba(0,0,0,.24);--shadow-nav: 0 1px 3px rgba(0,0,0,.1), 0 2px 2px rgba(0,0,0,.06), 0 0 2px rgba(0,0,0,.07);--shadow-md: 0 2px 8px rgba(0,0,0,.1), 0 1px 3px rgba(0,0,0,.08);--space-1: .25rem;--space-2: .5rem;--space-3: 1rem;--space-4: 1.5rem;--space-5: 2rem;--space-6: 2.5rem;--space-7: 3rem;--space-8: 3.5rem;--space-9: 4rem}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:Manrope,Helvetica Neue,Helvetica,Arial,sans-serif;min-height:100vh;font-size:14px;line-height:1.5;letter-spacing:-.01em;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}input,button,select,textarea{font-family:inherit;letter-spacing:-.01em}input[type=range]{accent-color:var(--accent);cursor:pointer;width:100%}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:var(--border2);border-radius:3px}.mono{font-family:IBM Plex Mono,monospace}.serif{font-family:Lora,Iowan Old Style,Georgia,serif}.page-title{font-family:Manrope,sans-serif;font-size:22px;font-weight:700;color:var(--green-brand);letter-spacing:-.02em;margin-bottom:2px}.page-subtitle{font-size:13px;color:var(--text2);margin-bottom:20px;letter-spacing:-.005em}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);padding:20px 22px;margin-bottom:14px;box-shadow:var(--shadow-card);transition:box-shadow .2s ease,border-color .2s ease}.card:hover{box-shadow:var(--shadow-md)}.card-title{font-family:Manrope,sans-serif;font-size:16px;color:var(--green-brand);margin-bottom:14px;font-weight:700;letter-spacing:-.01em}.inp{background:var(--surface);border:1.5px solid var(--border);border-radius:var(--radius-sm);padding:10px 12px;color:var(--text);font-size:14px;width:100%;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.inp:focus{border-color:var(--green-accent);box-shadow:0 0 0 3px var(--accent-lt)}.inp.mono{font-family:IBM Plex Mono,monospace}.lbl{color:var(--text2);font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;display:block;margin-bottom:5px}.btn{border:none;border-radius:var(--radius-pill);padding:9px 20px;cursor:pointer;font-size:14px;font-weight:600;letter-spacing:-.01em;transition:all .2s ease}.btn:hover{filter:brightness(.95)}.btn:active{transform:scale(.95)}.btn:disabled{opacity:.45;cursor:not-allowed;filter:none;transform:none}.btn-primary{background:var(--green-accent);color:#fff;box-shadow:0 2px 8px #00754a33}.btn-primary:hover{background:var(--green-brand);box-shadow:0 4px 12px #00754a40}.btn-secondary{background:var(--surface);color:var(--text);border:1.5px solid var(--border2)}.btn-secondary:hover{background:var(--surface2);border-color:var(--green-accent);color:var(--green-accent)}.btn-danger{background:var(--red-bg);color:var(--red);border:1px solid rgba(200,32,20,.25)}.badge{display:inline-flex;align-items:center;padding:2px 10px;border-radius:var(--radius-pill);font-size:11px;font-weight:600;letter-spacing:-.005em}table{width:100%;border-collapse:collapse}th{padding:10px 12px;font-size:10px;letter-spacing:.06em;font-weight:700;text-transform:uppercase;border-bottom:2px solid var(--border);color:var(--text2)}td{padding:10px 12px;border-bottom:1px solid var(--border);font-size:13px}tr:last-child td{border-bottom:none}tr:hover td{background:var(--surface2)}.grid2{display:grid;grid-template-columns:repeat(auto-fit,minmax(260px,1fr));gap:14px}.grid3{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:14px}.row{display:flex;justify-content:space-between;align-items:center}.divider{display:flex;align-items:center;gap:10px;margin:16px 0 12px}.divider-line{height:1px;flex:1;background:var(--border)}.divider-text{font-size:10px;font-weight:700;color:var(--muted);letter-spacing:.1em;text-transform:uppercase;white-space:nowrap}.result-box{padding:18px 20px;border-radius:var(--radius)}.alert-error{padding:12px 16px;border-radius:var(--radius-sm);background:var(--red-bg);border:1px solid rgba(200,32,20,.2);color:var(--red);font-size:13px;font-weight:500}.alert-success{padding:12px 16px;border-radius:var(--radius-sm);background:var(--green-bg);border:1px solid rgba(22,163,74,.2);color:var(--green);font-size:13px;font-weight:500}.alert-info{padding:12px 16px;border-radius:var(--radius-sm);background:var(--blue-bg);border:1px solid rgba(37,99,235,.15);color:var(--blue);font-size:12px;line-height:1.6;font-weight:500}.spinner{width:18px;height:18px;border:2.5px solid var(--border);border-top-color:var(--accent);border-radius:50%;animation:spin .7s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (min-width: 769px) and (max-width: 1024px){main.page-layout{padding:20px 20px 90px!important}.grid2{grid-template-columns:repeat(auto-fit,minmax(220px,1fr))!important;gap:12px!important}.grid3{grid-template-columns:repeat(auto-fit,minmax(170px,1fr))!important;gap:12px!important}.card{padding:18px 20px!important;margin-bottom:12px!important}.page-title{font-size:20px!important}header{padding:0 20px!important;gap:12px!important}}@media (max-width: 768px){body{font-size:13px!important}input,button,select,textarea{font-size:16px!important}main.page-layout{padding:16px 14px 100px!important;max-width:100%!important;margin:0!important}header.app-header{padding:0 12px!important;height:auto!important;min-height:52px!important;gap:8px!important;flex-wrap:wrap!important}header .logo-text{display:none!important}header .farm-wrap{order:2!important;flex-basis:100%!important;width:100%!important;max-width:none!important}header .farm-wrap button{width:100%!important}header>div:first-child{gap:6px!important}header>div:first-child>div:first-child{width:28px!important;height:28px!important;font-size:14px!important}header>a span{padding:5px 10px!important;font-size:12px!important}header button:last-of-type{padding:5px 10px!important;min-width:auto!important}header button img{width:24px!important;height:24px!important}header button span:nth-child(2){max-width:90px!important;font-size:12px!important}.page-title{font-size:18px!important;margin-bottom:2px!important}.page-subtitle{font-size:11px!important;margin-bottom:16px!important}.card-title{font-size:15px!important;margin-bottom:12px!important}.grid3,.grid2{grid-template-columns:1fr!important;gap:10px!important}.card{padding:14px 16px!important;margin-bottom:10px!important;border-radius:10px!important}.lbl{font-size:10px!important;margin-bottom:4px!important}.inp{padding:11px 12px!important;font-size:15px!important;border-radius:8px!important;min-height:44px!important}.btn{min-height:44px!important;padding:10px 18px!important;font-size:14px!important}.table-wrap{display:block!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch;margin:0 -14px!important}.table-wrap table{min-width:520px!important;font-size:12px!important}.table-wrap th{padding:8px 12px!important;font-size:10px!important}.table-wrap td{padding:8px 12px!important;font-size:12px!important}.bottom-nav{padding:8px 0 max(10px,env(safe-area-inset-bottom))!important;height:auto!important}.bottom-nav>a>div{padding:5px 14px!important;border-radius:8px!important;gap:2px!important}.bottom-nav span:first-child{font-size:18px!important}.bottom-nav span:last-child{font-size:9px!important;font-weight:500!important}.result-grid{grid-template-columns:1fr!important;gap:10px!important}.result-box{padding:14px 16px!important;border-radius:10px!important}.result-box .lbl{font-size:10px!important}.result-box>div:nth-child(2){font-size:20px!important;line-height:1.2!important}.result-box>div:nth-child(3){font-size:10px!important}.regime-banner{gap:10px!important;padding:12px 14px!important;margin-bottom:14px!important}.regime-banner>div:first-child{font-size:22px!important}.sub-tabs{display:flex!important;gap:6px!important;overflow-x:auto!important;flex-wrap:nowrap!important;-webkit-overflow-scrolling:touch;padding-bottom:6px!important;margin-bottom:6px!important}.sub-tabs::-webkit-scrollbar{display:none!important}.sub-tabs button{flex-shrink:0!important;white-space:nowrap!important;padding:8px 14px!important;font-size:12px!important}.filter-row{flex-direction:column!important;gap:8px!important}.filter-row .inp{min-width:0!important;width:100%!important}.admin-table-wrap{display:block!important;overflow-x:auto!important;-webkit-overflow-scrolling:touch;margin:0 -14px!important;border-radius:0!important;border-left:none!important;border-right:none!important}.admin-table-wrap table{min-width:700px!important;font-size:12px!important}.admin-table-wrap th,.admin-table-wrap td{padding:10px 12px!important}.page-header-row{flex-direction:column!important;align-items:flex-start!important;gap:8px!important}.page-header-row>div:last-child{width:100%!important}.page-header-row button{width:100%!important}.auth-wrap{padding:14px!important;min-height:auto!important}.auth-wrap .auth-card{padding:24px 20px!important;max-width:100%!important;border-radius:12px!important}.alert-error,.alert-success,.alert-info{padding:10px 12px!important;font-size:12px!important;margin-bottom:10px!important}.badge{padding:2px 8px!important;font-size:10px!important}.grade-slider-item{margin-bottom:12px!important}.grade-slider-item input[type=number]{width:55px!important;padding:6px 8px!important}.divider{margin:14px 0 10px!important;gap:8px!important}.divider-text{font-size:9px!important}.row{flex-wrap:wrap!important;gap:6px!important}}@media (max-width: 480px){body{font-size:13px!important}.page-title{font-size:16px!important;margin-bottom:1px!important}.page-subtitle{font-size:10px!important;margin-bottom:12px!important}.card{padding:12px 14px!important;margin-bottom:8px!important}.card-title{font-size:14px!important}.inp{padding:10px!important;font-size:15px!important}.btn{padding:10px 16px!important;font-size:13px!important;min-height:44px!important}.lbl{font-size:9px!important}.table-wrap table{min-width:460px!important;font-size:11px!important}.table-wrap th,.table-wrap td{padding:7px 8px!important}.bottom-nav>a>div{padding:3px 10px!important}.bottom-nav span:first-child{font-size:16px!important}.bottom-nav span:last-child{font-size:8px!important}header{height:auto!important;min-height:48px!important;padding:0 10px!important;gap:6px!important}header>div:first-child{gap:5px!important}header>div:first-child>div:first-child{width:26px!important;height:26px!important}.result-box{padding:12px 14px!important}.result-box>div:nth-child(2){font-size:18px!important}.auth-wrap .auth-card{padding:18px 16px!important}input[type=text],input[type=email],input[type=password],input[type=number],select,textarea{min-height:44px!important;padding:10px 12px!important}main.page-layout{padding:12px 10px 100px!important}.badge{font-size:9px!important;padding:1px 7px!important}.table-wrap,.admin-table-wrap{margin-left:-10px!important;margin-right:-10px!important}}@media print{header,.bottom-nav{display:none!important}main.page-layout{padding:0!important;max-width:100%!important}}
