body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--brand:#0b3d3a;--border:#e5e7eb}.app-content{background:#f7f7f7}.card,.content-container{padding:16px}.card{border:1px solid #e5e7eb}.btn{background:#0b3d3a;background:var(--brand);border:none;color:#fff;padding:8px 12px}.btn:disabled{cursor:default;opacity:.6}.btn-ghost{border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:8px;color:#0b3d3a;cursor:pointer;padding:8px 12px}.muted{color:#6b7280}.field .label{color:#374151;font-size:12px;margin-bottom:4px}.field input,.field select{border:1px solid #e5e7eb;border:1px solid var(--border);border-radius:8px;padding:8px 10px;width:100%}.grid{display:grid}.modal-overlay{background:#0006;padding:12px;place-items:end center;z-index:50}.modal{box-shadow:0 10px 30px #00000026;overflow:hidden}.modal-header{border-bottom:1px solid #e5e7eb;border-bottom:1px solid var(--border);padding:8px 12px}:root{--bg:#f7f7f7;--text:#013333;--muted:#646464;--brand:#267373;--brand-600:#387c3f;--surface:#fff;--border:#e7e5e4;--icon-active:#e9faf2;--radius:12px;--drawer-width:260px;--drawer-width-mini:80px;--shadow:0 1px 2px #1018280f,0 1px 3px #1018281a}*{box-sizing:border-box}#root,body,html{height:100%}body{background:#f7f7f7;background:var(--bg);color:#013333;color:var(--text);font-family:Inter,ui-sans-serif,system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans,Arial,Apple Color Emoji,Segoe UI Emoji;margin:0}.container{margin:0 auto;max-width:1100px;padding:0 20px}.stack{grid-gap:12px;display:grid;gap:12px}.stack-lg{grid-gap:20px;display:grid;gap:20px}.grid-2{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr}@media(min-width:768px){.grid-2{grid-template-columns:1fr 1fr}}.card{background:#fff;background:var(--surface);border:1px solid #e7e5e4;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);box-shadow:0 1px 2px #00000008;padding:20px}h1{font-size:28px;line-height:1.2;margin:0 0 12px}h2{font-size:18px;margin:0 0 10px}p.muted{color:#646464;color:var(--muted)}.input{background:#fff;border:1px solid #e7e5e4;border:1px solid var(--border);border-radius:8px;outline:none;padding:10px 12px;width:100%}.input:focus{border-color:#267373;border-color:var(--brand);box-shadow:0 0 0 3px #0478571a}.input-xl{border-radius:12px;font-size:16px;height:56px;padding:0 18px}.search-wrap{margin:8px 0 20px}.search-wrap.large{margin-bottom:32px}.btn{align-items:center;border:1px solid #0000;border-radius:8px;cursor:pointer;display:inline-flex;font-weight:600;gap:8px;height:40px;justify-content:center;padding:0 14px}.btn-primary{background:#267373;background:var(--brand);color:#fff}.btn-primary:hover{background:#387c3f;background:var(--brand-600)}.btn-ghost{background:#0000;border-color:#267373;border-color:var(--brand);color:#267373;color:var(--brand)}.btn-ghost:hover{background:#0478570f}.btn-block{width:100%}.btn[disabled]{cursor:not-allowed;opacity:.6}nav.app-nav{background:#fff;background:var(--surface);border-bottom:1px solid #e7e5e4;border-bottom:1px solid var(--border);position:sticky;top:0;z-index:10}nav.app-nav .row{align-items:center;display:flex;gap:14px;padding:12px 0}nav.app-nav a{color:#267373;color:var(--brand);font-weight:600;text-decoration:none}nav.app-nav a.logo{color:#013333;color:var(--text);font-weight:700;margin-right:8px}.auth-wrap{padding:32px 20px}.auth-card{margin:0 auto;max-width:440px}.helper{color:#646464;color:var(--muted);font-size:13px}.app-shell{display:grid;grid-template-columns:260px 1fr;grid-template-columns:var(--drawer-width) 1fr;min-height:100vh}body.sidebar-mini .app-shell{grid-template-columns:80px 1fr;grid-template-columns:var(--drawer-width-mini) 1fr}.app-shell>main{padding:24px 24px 32px}.sidebar{background:#f8fafb;border-right:1px solid #e7e5e4;border-right:1px solid var(--border);height:100vh;padding:16px;position:sticky;top:0;width:260px;width:var(--drawer-width)}.sidebar,.sidebar-inner{display:flex;flex-direction:column}.sidebar-inner{height:100%;overflow:auto;width:100%}.sidebar-header{gap:10px;margin-bottom:12px}.app-launcher,.sidebar-header{align-items:center;display:flex}.app-launcher{background:#fff;border:1px solid #e7e5e4;border:1px solid var(--border);border-radius:6px;color:#646464;color:var(--muted);cursor:pointer;height:32px;justify-content:center;width:32px}.app-launcher:hover{background:#f8fafb;color:#013333;color:var(--text)}.app-dropdown{background:#fff;border-radius:12px;box-shadow:0 1px 2px #1018280f,0 1px 3px #1018281a;box-shadow:var(--shadow);left:0;margin-top:6px;min-width:240px;padding:8px;position:absolute;top:100%;z-index:20}.app-option{align-items:center;background:#0000;border:none;border-radius:8px;color:#013333;color:var(--text);cursor:pointer;display:flex;font-size:14px;font-weight:500;gap:12px;padding:12px 16px;text-align:left;transition:background-color .2s ease;width:100%}.app-option:hover{background:#f8fafb}.app-option svg{color:#267373;color:var(--brand);height:16px;width:16px}.logo-image{height:20px;object-fit:contain;width:auto}.sidebar-nav{grid-gap:6px;display:grid;gap:6px;margin-top:8px}.nav-item{align-items:center;border-radius:12px;border-radius:var(--radius);color:#267373;color:var(--brand);display:flex;gap:10px;min-height:44px;padding:10px 12px;text-decoration:none;transition:all .2s ease}.nav-item svg{height:18px;width:18px}.nav-item .icon-wrap{align-items:center;background:#0000;border-radius:8px;display:flex;height:28px;justify-content:center;width:28px}.nav-item:hover{background:#fafafa}.nav-item.active{background:#fff;background:var(--surface);border:1px solid #e7e5e4;border:1px solid var(--border);box-shadow:0 2px 2px #00000005}.nav-item.active .icon-wrap,.nav-item.active svg{background:#e9faf2;background:var(--icon-active)}.nav-item.active svg{border-radius:8px;padding:4px}.nav-item,.nav-item *,.nav-item.active svg{color:#267373;color:var(--brand)}.sidebar-footer{margin-top:auto}.user-card{align-items:center;background:#fff;background:var(--surface);border:1px solid #e7e5e4;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);display:flex;gap:10px;margin-bottom:12px;padding:14px}.avatar{background:#e5f4ef;border-radius:50%;color:#267373;color:var(--brand);display:grid;font-weight:700;height:32px;overflow:hidden;place-items:center;width:32px}.avatar img{border-radius:50%;display:block;height:100%;object-fit:cover;width:100%}.user-meta{display:grid;line-height:1.1}.user-name{color:#013333;color:var(--text);font-size:.9rem;font-weight:600}.user-sub{color:#555;font-size:.8rem}.toggle-btn{align-items:center;background:#0000;border:1px solid #e7e5e4;border:1px solid var(--border);border-radius:8px;color:#646464;color:var(--muted);cursor:pointer;display:inline-flex;gap:8px;height:32px;justify-content:flex-start;margin-top:10px;padding:0 8px;text-decoration:none;width:100%}.toggle-btn:hover{background:#f8fafb;color:#013333;color:var(--text)}.toggle-btn.subtle{border-color:#0000}.sidebar.mini{padding:12px;width:80px;width:var(--drawer-width-mini)}.sidebar.mini .logo-image{height:16px}.sidebar.mini .nav-item span,.sidebar.mini .user-meta{display:none}.sidebar.mini .nav-item{justify-content:center;min-height:44px;padding:10px 0}.sidebar.mini .toggle-btn span{display:none}.mini-footer-logo{align-items:center;display:flex;justify-content:center;padding:16px}.mini-footer-logo img{height:auto;width:36px}.brand.mark{color:#646464;color:var(--muted);font-weight:700;margin:10px 0}.app-content{background:#fff;padding:24px 24px 32px}.app-content.application-page{padding:16px 16px 24px}.content-container{margin:0 auto;max-width:1200px;padding:0 12px 24px;width:100%}.content-container.wide{margin:0;max-width:none;padding-left:0;padding-right:0;width:100%}.content-container.application-page{margin:0;max-width:none;padding:0 24px 24px;width:100%}.application-status{grid-gap:12px;display:grid;gap:12px;margin:16px 0}.status-item{border-bottom:1px solid #e7e5e4;border-bottom:1px solid var(--border);display:flex;justify-content:space-between;padding:8px 0}.status-item:last-child{border-bottom:none}.continue-application{border-top:1px solid #e7e5e4;border-top:1px solid var(--border);margin-top:20px;padding-top:16px}.error,.loading{color:#646464;color:var(--muted);padding:20px;text-align:center}.error{color:#dc2626}.kh-card{background:#fff;background:var(--surface);border:1px solid #e7e5e4;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius)}.section{margin-top:24px}.section h2{font-size:18px;margin:0 0 12px}.chip-scroll{grid-auto-columns:max-content;overflow-x:auto;padding-bottom:4px}.chip,.chip-scroll{grid-gap:8px;display:grid;gap:8px;grid-auto-flow:column}.chip{align-items:center;background:#fff;background:var(--surface);border:1px solid #e7e5e4;border:1px solid var(--border);border-radius:999px;color:#013333;color:var(--text);font-weight:600;padding:6px 12px;text-decoration:none;white-space:nowrap}.chip img{background:#eef2f3;border-radius:50%;height:24px;object-fit:cover;width:24px}.h-scroll-cards{grid-gap:12px;display:grid;gap:12px;grid-auto-columns:240px;grid-auto-flow:column;overflow-x:auto}.mini-card{background:#fff;background:var(--surface);border:1px solid #e7e5e4;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);box-shadow:0 1px 2px #1018280f,0 1px 3px #1018281a;box-shadow:var(--shadow);overflow:hidden}.mini-card .thumb{background:#f5f7f8;height:120px}.mini-card .meta{font-weight:600;padding:10px 12px}@keyframes pulse{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.chip:hover{background:#f8fafb}.cards-grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:1fr}@media(min-width:640px){.cards-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1024px){.cards-grid{grid-template-columns:repeat(4,1fr)}}.product-card{background:#fff;background:var(--surface);border:1px solid #e7e5e4;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);box-shadow:0 1px 2px #1018280f,0 1px 3px #1018281a;box-shadow:var(--shadow);display:grid;grid-template-rows:160px auto;overflow:hidden}.product-card .thumb{background:#f5f7f8;display:grid;overflow:hidden;place-items:center}.product-card img{height:100%;object-fit:cover;width:100%}.product-card .meta{padding:10px 12px}.product-card .title{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-weight:600;margin-bottom:4px;overflow:hidden}.product-card .price{color:#387c3f;color:var(--brand-600);font-weight:700}.supplier-card{grid-gap:10px;align-items:center;background:#fff;background:var(--surface);border:1px solid #e7e5e4;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);display:grid;gap:10px;grid-template-columns:44px 1fr;padding:10px 12px}.supplier-card img{background:#f3f4f6;border-radius:8px;height:44px;object-fit:contain;width:44px}.content-container a{color:inherit;text-decoration:none}.content-container a:hover .title{text-decoration:underline}.placeholder{color:#646464;color:var(--muted);font-size:.9rem}.section-header{align-items:baseline;display:flex;justify-content:space-between;margin:24px 0 12px}.section-header h2{margin:0}.section-header a{color:#267373;color:var(--brand);font-weight:600;text-decoration:none}.fav-btn{background:#ffffffe6;border:1px solid #e7e5e4;border:1px solid var(--border);border-radius:50%;cursor:pointer;display:grid;height:32px;place-items:center;position:absolute;right:8px;top:8px;width:32px}.product-card .thumb,.skeleton{position:relative}.skeleton{animation:pulse 1.4s ease infinite;background:linear-gradient(90deg,#f1f5f9 25%,#eef2f7 37%,#f1f5f9 63%);background-size:400% 100%;border-radius:8px;overflow:hidden}.skeleton-line{height:14px;margin:10px 12px}.skeleton-line.small{height:10px;width:60%}.skeleton-thumb{border-bottom-left-radius:0;border-bottom-right-radius:0;height:160px}.skeleton-card{background:#fff;background:var(--surface);border:1px solid #e7e5e4;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);display:grid;grid-template-rows:160px auto}.skeleton-chip{border-radius:999px;height:36px;width:120px}.skeleton-supplier{grid-gap:10px;align-items:center;background:#fff;background:var(--surface);border:1px solid #e7e5e4;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);display:grid;gap:10px;grid-template-columns:44px 1fr;padding:10px 12px}.skeleton-supplier .avatar{border-radius:8px;height:44px;width:44px}.breadcrumbs{color:#646464;color:var(--muted);font-size:13px;margin:6px 0 14px}.breadcrumbs a{color:#267373;color:var(--brand);text-decoration:none}.breadcrumbs .sep{color:#9aa4ac;margin:0 8px}.application-header{margin-bottom:32px;text-align:center}.application-header h1{color:#267373;color:var(--brand);margin-bottom:8px}.application-header .subtitle{color:#646464;color:var(--muted);font-size:16px;margin:0}.application-layout{grid-gap:24px;align-items:start;display:grid;gap:24px;grid-template-columns:280px 1fr;max-width:none;width:100%}.application-sidebar{background:#fff;background:var(--surface);border:1px solid #e7e5e4;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);height:fit-content;padding:24px;position:sticky;top:24px}.sidebar-header h3{color:#013333;color:var(--text);font-size:18px;font-weight:600;margin:0 0 24px}.sidebar-sections{grid-gap:16px;display:grid;gap:16px;margin-bottom:32px}.sidebar-section{align-items:center;background:#fff;background:var(--surface);border:1px solid #e7e5e4;border:1px solid var(--border);border-radius:8px;cursor:pointer;display:flex;gap:12px;padding:16px;transition:all .3s ease}.sidebar-section:hover{background:#f8fafb;border-color:#267373;border-color:var(--brand)}.sidebar-section.current{background:#e9faf2;background:var(--icon-active);border-color:#267373;border-color:var(--brand)}.sidebar-section.completed{background:#f0f9ff;border-color:#387c3f;border-color:var(--brand-600)}.section-number{background:#267373;background:var(--brand);border-radius:50%;color:#fff;display:grid;font-size:14px;font-weight:600;height:28px;place-items:center;width:28px}.sidebar-section.completed .section-number{background:#387c3f;background:var(--brand-600)}.section-title{color:#013333;color:var(--text);flex:1 1;font-size:14px;font-weight:500}.section-status{color:#387c3f;color:var(--brand-600);font-size:16px;font-weight:600}.sidebar-footer{border-top:1px solid #e7e5e4;border-top:1px solid var(--border);padding-top:24px;text-align:center}.completion-status{color:#646464;color:var(--muted);font-size:14px;font-weight:500;margin-bottom:16px}.btn-continue{background:#267373;background:var(--brand);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;padding:12px 16px;transition:background-color .3s ease;width:100%}.btn-continue:hover:not(:disabled){background:#387c3f;background:var(--brand-600)}.btn-continue:disabled{cursor:not-allowed;opacity:.5}.application-content{background:#fff;background:var(--surface);border:1px solid #e7e5e4;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);padding:32px}.step-header{align-items:center;justify-content:space-between}.step-title{color:#013333;color:var(--text);font-size:24px;font-weight:700}.step-progress{align-items:center;display:flex;gap:12px}.step-circle{background:#e7e5e4;background:var(--border);border-radius:50%;color:#646464;color:var(--muted);display:grid;font-size:14px;font-weight:600;height:36px;place-items:center;transition:all .3s ease;width:36px}.step-circle.current{background:#267373;background:var(--brand);color:#fff;transform:scale(1.1)}.step-circle.completed{background:#387c3f;background:var(--brand-600);color:#fff}.step-component{background:#fff;background:var(--surface);border:1px solid #e7e5e4;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);padding:32px}.step-header{text-align:center}.step-header h2{color:#267373;color:var(--brand);margin-bottom:8px}.step-description{color:#646464;color:var(--muted);font-size:16px;margin:0 auto;max-width:600px}.step-subtitle{color:#646464;color:var(--muted);font-size:14px;margin:0}.form-section{margin-bottom:32px}.form-group{margin-bottom:20px}.form-group label{color:#013333;color:var(--text)}.form-input{border:1px solid #e7e5e4;border:1px solid var(--border);border-radius:8px;font-size:16px;padding:12px 16px;transition:border-color .3s ease;width:100%}.form-input:focus{border-color:#267373;border-color:var(--brand);box-shadow:0 0 0 3px #2673731a;outline:none}.info-box{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;margin-top:20px}.info-box h4{color:#267373;color:var(--brand);margin:0 0 12px}.info-box p{color:#013333;color:var(--text);margin:0 0 16px}.registration-codes{grid-gap:8px;display:grid;gap:8px}.code-item{align-items:center;display:flex;gap:12px}.code{background:#267373;background:var(--brand);border-radius:4px;color:#fff;font-size:12px;font-weight:600;min-width:24px;padding:4px 8px;text-align:center}.description{color:#013333;color:var(--text);font-size:14px}.disclaimer{background:#fef3c7;border:1px solid #f59e0b;border-radius:8px;margin-top:20px;padding:16px}.disclaimer p{color:#92400e;font-size:14px;margin:0}.search-section{margin-bottom:24px}.search-input{align-items:center;display:flex;position:relative}.search-icon{color:#646464;color:var(--muted);font-size:18px;left:16px;position:absolute}.search-input .form-input{padding-left:48px}.crops-list{grid-gap:16px;display:grid;gap:16px}.crop-card{align-items:center;background:#fff;background:var(--surface);border:1px solid #e7e5e4;border:1px solid var(--border);border-radius:8px;display:flex;gap:16px;padding:20px}.crop-icon{background:#e9faf2;background:var(--icon-active);border-radius:8px;display:grid;font-size:24px;height:48px;place-items:center;width:48px}.crop-name{color:#013333;color:var(--text);flex:1 1;font-weight:600}.btn-edit{background:#e9faf2;background:var(--icon-active);border:1px solid #267373;border:1px solid var(--brand);border-radius:6px;color:#267373;color:var(--brand);cursor:pointer;font-size:14px;padding:8px 16px;transition:all .3s ease}.btn-edit:hover{background:#267373;background:var(--brand);color:#fff}.btn-add-crop{background:#e9faf2;background:var(--icon-active);border:1px solid #267373;border:1px solid var(--brand);border-radius:8px;color:#267373;color:var(--brand);cursor:pointer;font-size:16px;font-weight:600;padding:16px;transition:all .3s ease;width:100%}.btn-add-crop:hover{background:#267373;background:var(--brand);color:#fff}.production-history-list{grid-gap:16px;display:grid;gap:16px;margin-bottom:24px}.production-record-card{align-items:center;background:#fff;background:var(--surface);border:1px solid #e7e5e4;border:1px solid var(--border);border-radius:8px;display:flex;gap:16px;padding:20px}.crop-details{flex:1 1}.crop-year{color:#646464;color:var(--muted);font-size:14px;margin-top:4px}.btn-add-record{background:#e9faf2;background:var(--icon-active);border:1px solid #267373;border:1px solid var(--brand);border-radius:8px;color:#267373;color:var(--brand);cursor:pointer;font-size:16px;font-weight:600;padding:16px;transition:all .3s ease;width:100%}.btn-add-record:hover{background:#267373;background:var(--brand);color:#fff}.financial-years-list{grid-gap:24px;display:grid;gap:24px;margin-bottom:24px}.financial-year-card{background:#fff;background:var(--surface);border:1px solid #e7e5e4;border:1px solid var(--border);border-radius:8px;padding:24px}.year-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.year-title{color:#013333;color:var(--text);font-size:18px;margin:0}.financial-data{grid-gap:12px;display:grid;gap:12px}.financial-row{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:12px 0}.financial-row:last-child{border-bottom:none}.financial-row .label{color:#646464;color:var(--muted);font-size:14px}.financial-row .value{color:#013333;color:var(--text);font-weight:600}.btn-add-year{background:#e9faf2;background:var(--icon-active);border:1px solid #267373;border:1px solid var(--brand);border-radius:8px;color:#267373;color:var(--brand);cursor:pointer;font-size:16px;font-weight:600;padding:16px;transition:all .3s ease;width:100%}.btn-add-year:hover{background:#267373;background:var(--brand);color:#fff}.document-categories{grid-gap:24px;display:grid;gap:24px}.document-category-card{background:#fff;background:var(--surface);border:1px solid #e7e5e4;border:1px solid var(--border);border-radius:8px;padding:24px}.category-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:20px}.category-title{color:#013333;color:var(--text);font-size:18px;margin:0}.btn-add{background:#267373;background:var(--brand);border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:14px;padding:8px 16px;transition:background-color .3s ease}.btn-add:hover{background:#387c3f;background:var(--brand-600)}.documents-list{grid-gap:12px;display:grid;gap:12px}.document-item{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:12px 0}.document-item:last-child{border-bottom:none}.document-name{color:#013333;color:var(--text);font-size:14px}.document-status{border-radius:4px;font-size:12px;font-weight:500;padding:4px 8px}.document-status.not-added{background:#fef2f2;color:#dc2626}.document-status.added{background:#f0fdf4;color:#059669}.document-status.pending{background:#fffbeb;color:#d97706}.step-navigation{align-items:center;border-top:1px solid #e7e5e4;border-top:1px solid var(--border);display:flex;justify-content:space-between;padding-top:32px}.btn-secondary{background:#e9faf2;background:var(--icon-active);border:1px solid #267373;border:1px solid var(--brand);color:#267373;color:var(--brand)}.btn-secondary:hover{background:#267373;background:var(--brand);color:#fff}.btn-secondary:disabled{cursor:not-allowed;opacity:.5}.modal-overlay{background:#00000059;display:grid;inset:0;place-items:center;position:fixed;z-index:100}.modal{background:#fff;background:var(--surface);border:1px solid #e7e5e4;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);max-height:85vh;overflow:auto;padding:16px;width:min(720px,92vw)}.tabs .tab{background:#fff;border:1px solid #e7e5e4;border:1px solid var(--border);border-radius:999px;cursor:pointer;padding:6px 12px}.tabs .tab.active{background:#e9faf2;background:var(--icon-active);border-color:#267373;border-color:var(--brand);color:#267373;color:var(--brand)}.address-bar .btn{height:32px}.learn-card{background:#fff;background:var(--surface);border:1px solid #e7e5e4;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);box-shadow:0 1px 2px #1018280f,0 1px 3px #1018281a;box-shadow:var(--shadow);color:inherit;display:grid;grid-template-rows:140px auto;overflow:hidden;text-decoration:none}.learn-card .thumb{background:#f5f7f8;display:grid;overflow:hidden;place-items:center}.learn-card .thumb img{height:100%;object-fit:cover;width:100%}.learn-card .meta{grid-gap:8px;display:grid;gap:8px;height:100%;padding:14px 16px}.learn-card .title{font-weight:600;line-height:1.2}.learn-card .summary{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#646464;color:var(--muted);display:-webkit-box;font-size:.9rem;line-height:1.35;overflow:hidden}.progress-bar{background:#e7e5e4;background:var(--border);border-radius:4px;height:6px;overflow:hidden;width:100%}.progress-bar .fill{background:#267373;background:var(--brand);height:100%}.learn-card .status{color:#646464;color:var(--muted);font-size:.75rem}.learn-card .action{border:1px solid #0000;border-radius:6px;display:inline-block;font-size:.85rem;font-weight:600;margin-top:auto;padding:6px 12px}.learn-card .action.start{background:#267373;background:var(--brand);color:#fff}.learn-card .action.review{background:#fff;background:var(--surface);border-color:#267373;border-color:var(--brand);color:#267373;color:var(--brand)}.learn-card:hover{box-shadow:0 2px 4px #00000014}.topic-wrap{margin:0 auto;max-width:900px}.back-link{align-items:center;color:#267373;color:var(--brand);display:inline-flex;font-size:.85rem;gap:4px;margin-bottom:12px;text-decoration:none}.back-link:hover{text-decoration:underline}.stepper{display:flex;gap:8px;margin-bottom:20px;overflow-x:auto}.step-chip{background:#f3f4f6;border:1px solid #e7e5e4;border:1px solid var(--border);border-radius:999px;color:#646464;color:var(--muted);cursor:pointer;font-size:.8rem;padding:6px 12px;white-space:nowrap}.step-chip.active{background:#267373;background:var(--brand);border-color:#267373;border-color:var(--brand);color:#fff}.step-chip.completed{background:#e6faf4;color:#267373;color:var(--brand)}.topic-card{background:#fff;background:var(--surface);border:1px solid #e7e5e4;border:1px solid var(--border);border-radius:12px;border-radius:var(--radius);box-shadow:0 1px 2px #1018280f,0 1px 3px #1018281a;box-shadow:var(--shadow);margin-bottom:24px;padding:20px}.video-link{align-items:center;color:#267373;color:var(--brand);display:inline-flex;font-weight:600;gap:6px;text-decoration:none}.question-block,.video-link{margin-bottom:20px}.question-title{font-weight:600;margin-bottom:6px}.option-list{grid-gap:6px;display:grid;gap:6px}.option-item{align-items:center;border:1px solid #e7e5e4;border:1px solid var(--border);border-radius:6px;cursor:pointer;display:flex;font-size:.9rem;gap:8px;padding:8px 10px}.option-item:hover{background:#f8fafb}.option-item input{margin:0}.submit-btn{background:#267373;background:var(--brand);border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600;margin-top:16px;padding:10px 18px}.submit-btn[disabled]{cursor:not-allowed;opacity:.5}.result-card{background:#e6faf4;border:1px solid #b5e9d8;border-radius:12px;border-radius:var(--radius);margin-top:16px;padding:16px}.next-btn{background:#267373;background:var(--brand);border:none;border-radius:8px;color:#fff;cursor:pointer;margin-top:12px;padding:8px 16px}.step-content{background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000001a;margin:0 auto;max-width:800px;padding:24px}.step-header{border-bottom:1px solid #e7e5e4;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:24px;margin-bottom:32px;padding-bottom:24px}.step-title h2{color:#013333;color:var(--text);font-size:24px;font-weight:700;margin:0 0 8px}.step-title p{color:#646464;color:var(--muted);font-size:16px;margin:0}.sub-step-progress{gap:12px;margin-bottom:32px}.sub-step,.sub-step-progress{align-items:center;display:flex}.sub-step{flex-direction:column;gap:8px;opacity:.6;transition:all .3s ease}.sub-step.active{opacity:1}.sub-step .sub-step-number{background:#e7e5e4;background:var(--border);border-radius:50%;color:#646464;color:var(--muted);display:grid;font-size:14px;font-weight:600;height:36px;place-items:center;transition:all .3s ease;width:36px}.sub-step.active .sub-step-number{background:#267373;background:var(--brand);color:#fff}.sub-step.completed .sub-step-number{background:#387c3f;background:var(--brand-600);color:#fff}.sub-step span{color:#646464;color:var(--muted);font-size:14px;font-weight:500;text-align:center;white-space:nowrap}.sub-step.active span{color:#267373;color:var(--brand);font-weight:600}.sub-step.completed span{color:#387c3f;color:var(--brand-600);font-weight:600}.sub-step-content{margin-bottom:32px}.sub-step-content h3{color:#10b981;font-size:24px;font-weight:600;margin-bottom:16px}.sub-step-content p{color:#64748b;font-size:16px;line-height:1.6;margin-bottom:24px}.related-parties{display:flex;flex-direction:column;gap:20px}.party-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;box-shadow:0 1px 3px #0000001a;padding:20px}.party-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:16px}.party-header h4{color:#10b981;font-size:18px;font-weight:600;margin:0}.edit-btn{background:#f0fdf4;border:1px solid #10b981;border-radius:8px;color:#10b981;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s ease}.edit-btn:hover{background:#10b981;color:#fff}.edit-btn i{margin-right:6px}.party-details{display:flex;flex-direction:column;gap:12px}.detail-row{align-items:center;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between;padding:8px 0}.detail-row:last-child{border-bottom:none}.detail-row .label{color:#10b981;font-size:14px;font-weight:600;min-width:120px}.detail-row .value{color:#334155;flex:1 1;font-size:14px;text-align:right}.form-group{margin-bottom:24px}.form-group label{color:#10b981;display:block;font-size:14px;font-weight:600;margin-bottom:8px}.form-input,.form-select{border:2px solid #e2e8f0;border-radius:8px;font-size:16px;padding:12px 16px;transition:border-color .2s ease;width:100%}.form-input:focus,.form-select:focus{border-color:#10b981;outline:none}.form-select{background:#fff;cursor:pointer}.info-box{background:#f0fdf4;border:1px solid #bbf7d0;border-radius:12px;margin-top:24px;padding:20px}.info-box h4{color:#10b981;font-size:18px;font-weight:600;margin-bottom:12px}.info-box p{color:#065f46;margin-bottom:16px}.code-list{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.code-item{background:#fff;border:1px solid #bbf7d0;border-radius:6px;color:#065f46;font-size:14px;font-weight:500;padding:8px 12px;text-align:center}.bbbee-section{background:#f8fafb;border:1px solid #e2e8f0;border-radius:12px;margin-top:32px;padding:24px}.bbbee-section h4{color:#10b981;font-size:18px;font-weight:600;margin:0 0 12px}.bbbee-section p{color:#64748b;font-size:14px;line-height:1.5;margin:0 0 20px}.bbbee-options{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(auto-fit,minmax(120px,1fr))}.bbbee-option{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:8px;cursor:pointer;display:flex;gap:8px;padding:12px 16px;position:relative;transition:all .2s ease}.bbbee-option:hover{border-color:#10b981}.bbbee-option.selected{background:#f0fdf4;border-color:#10b981}.bbbee-option input[type=radio]{accent-color:#10b981;height:16px;margin:0;width:16px}.bbbee-option .option-text{color:#334155;font-size:14px;font-weight:500}.bbbee-option.selected .option-text{color:#10b981;font-weight:600}.bbbee-main-content{margin-bottom:32px}.bbbee-main-content h3{color:#10b981;font-size:24px;font-weight:600;margin-bottom:16px}.bbbee-main-content p{color:#64748b;font-size:16px;line-height:1.6;margin-bottom:24px}.bbbee-options-main{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));margin-top:24px}.bbbee-option-main{align-items:center;background:#fff;border:2px solid #e2e8f0;border-radius:12px;cursor:pointer;display:flex;gap:12px;padding:16px 20px;position:relative;transition:all .2s ease}.bbbee-option-main:hover{border-color:#10b981;box-shadow:0 2px 8px #10b9811a}.bbbee-option-main.selected{background:#f0fdf4;border-color:#10b981;box-shadow:0 4px 12px #10b98126}.bbbee-option-main input[type=radio]{accent-color:#10b981;height:18px;margin:0;width:18px}.bbbee-option-main .option-text{color:#334155;font-size:16px;font-weight:500}.bbbee-option-main.selected .option-text{color:#10b981;font-weight:600}.farm-mapping-container{height:100vh;padding:8px;position:relative;width:100%}.farm-mapping-container .map-wrapper{background:#f2f2f2;border-radius:8px;height:100%;overflow:hidden;position:relative;width:100%}.farm-mapping-container .bottom-middle-box{background:#fff;border-radius:8px;bottom:12px;box-shadow:0 2px 6px #0000001f;display:flex;gap:8px;left:50%;padding:6px;position:absolute;transform:translateX(-50%);z-index:10}.farm-mapping-container .polygon-label{background:#000000a6;border-radius:4px;color:#fff;font-size:.8rem;padding:4px 8px;pointer-events:none;white-space:nowrap}
/*# sourceMappingURL=main.15ac26f3.css.map*/