.dashboard{padding:32px;max-width:1400px;margin:0 auto;background:#f8fafc;min-height:100vh}.dashboard-header{display:flex;justify-content:space-between;align-items:center;gap:24px;margin-bottom:24px;background:#fff;padding:24px 32px;border-radius:16px;border:1px solid #e2e8f0;box-shadow:0 15px 30px #0f172a14}.dashboard-header-left{display:flex;align-items:center;gap:16px}.dashboard-title-group{display:flex;flex-direction:column;gap:4px}.dashboard-logo{height:100px;width:auto;display:block;object-fit:contain}.dashboard-header h1{font-size:28px;font-weight:600;color:#1a1a1a}.dashboard-title{margin:0;font-size:30px;font-weight:600;color:#0f172a}.dashboard-subtitle{font-size:13px;font-weight:600;letter-spacing:.18em;color:#64748b;text-transform:uppercase}.btn-primary{background-color:#2563eb;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-secondary{background-color:#6b7280;color:#fff;border:none;padding:10px 20px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-delete{background-color:#dc2626;color:#fff;border:none;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-delete:hover{background-color:#b91c1c}.btn-edit{background-color:#1d4ed8;color:#fff;border:none;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-edit:hover{background-color:#1e3a8a}.actions-cell{display:flex;gap:8px;justify-content:flex-start}.stats-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:16px;margin-bottom:24px}.stat-card{background:#fff;padding:20px;border-radius:8px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.stat-value{font-size:32px;font-weight:700;color:#1a1a1a;margin-bottom:4px}.stat-label{font-size:14px;color:#6b7280}.filters-section{background:#fff;padding:20px;border-radius:8px;box-shadow:0 1px 3px #0000001a;margin-bottom:24px;border:1px solid #e5e7eb}.search-box{margin-bottom:16px}.search-input{width:100%;padding:10px 14px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;transition:border-color .2s}.search-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.filter-group{display:flex;gap:12px;flex-wrap:wrap}.filter-select{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;background-color:#fff;cursor:pointer;transition:border-color .2s}.filter-select:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.table-container{background:#fff;border-radius:8px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb;overflow-x:auto}.farmers-table{width:100%;border-collapse:collapse}.farmers-table thead{background-color:#f9fafb;border-bottom:2px solid #e5e7eb}.farmers-table th{padding:12px 16px;text-align:left;font-size:12px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px}.farmers-table td{padding:14px 16px;border-bottom:1px solid #e5e7eb;font-size:14px}.farmers-table tbody tr{transition:background-color .2s}.farmers-table tbody tr:hover{background-color:#f9fafb}.table-row-clickable{cursor:pointer}.farmer-name-id{display:flex;flex-direction:column;gap:4px}.farmer-name{font-weight:500;color:#1a1a1a}.farmer-id{font-size:12px;color:#6b7280}.badge{display:inline-block;padding:4px 12px;border-radius:12px;font-size:12px;font-weight:500;text-transform:capitalize}.badge-lead{background-color:#fef3c7;color:#92400e}.badge-onboarding{background-color:#dbeafe;color:#1e40af}.badge-work{background-color:#ddd6fe;color:#5b21b6}.badge-completed{background-color:#d1fae5;color:#065f46}.badge-not-started{background-color:#f3f4f6;color:#374151}.badge-partial{background-color:#fed7aa;color:#9a3412}.badge-paid{background-color:#d1fae5;color:#065f46}.badge-default{background-color:#f3f4f6;color:#6b7280}.no-data{text-align:center;padding:40px!important;color:#6b7280;font-style:italic}@media (max-width: 768px){.dashboard{padding:16px}.dashboard-header{flex-direction:column;align-items:flex-start;gap:16px}.stats-cards{grid-template-columns:repeat(2,1fr)}.filter-group{flex-direction:column}.filter-select{width:100%}.farmers-table{font-size:12px}.farmers-table th,.farmers-table td{padding:8px}}.loading-spinner{display:inline-flex;align-items:center;justify-content:center;margin-right:8px}.spinner{animation:rotate 2s linear infinite;width:20px;height:20px}.spinner-path{stroke:currentColor;stroke-linecap:round;animation:dash 1.5s ease-in-out infinite}@keyframes rotate{to{transform:rotate(360deg)}}@keyframes dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}to{stroke-dasharray:90,150;stroke-dashoffset:-124}}.profile-image-upload-placeholder.uploading{position:relative;pointer-events:none}.upload-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background-color:#000000b3;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;border-radius:8px;color:#fff;font-size:14px;font-weight:500;z-index:10}.upload-overlay .loading-spinner{margin:0}.upload-overlay .spinner{width:40px;height:40px}.upload-overlay .spinner-path{stroke:#fff}.file-upload-button.uploading,.document-upload-btn.uploading,.payment-upload-label span.uploading{display:flex;align-items:center;gap:8px;opacity:.7;cursor:not-allowed}input[type=file]:disabled{cursor:not-allowed}button:disabled{opacity:.5;cursor:not-allowed}.farmer-form-container{max-width:1000px;margin:0 auto;padding:24px;background-color:#f5f5f5;min-height:100vh}.form-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;background:#fff;padding:20px;border-radius:8px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.form-header-left{display:flex;align-items:center;gap:12px}.form-logo{height:100px;width:auto;object-fit:contain}.form-header h1{font-size:24px;font-weight:600;color:#1a1a1a}.form-actions{display:flex;gap:12px}.farmer-form{background:#fff;padding:32px;border-radius:8px;box-shadow:0 1px 3px #0000001a;border:1px solid #e5e7eb}.form-section{margin-bottom:32px;padding-bottom:24px;border-bottom:2px solid #f3f4f6}.form-section:last-of-type{border-bottom:none}.form-section h2{font-size:18px;font-weight:600;color:#1a1a1a;margin-bottom:20px;padding-bottom:8px;border-bottom:2px solid #e5e7eb}.form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:20px}.form-grid.checkbox-grid{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.form-group{display:flex;flex-direction:column;gap:6px}.form-group.full-width,.form-group.profile-image-group{grid-column:1 / -1}.form-group.checkbox-group{flex-direction:row;align-items:center;gap:8px}.form-group label{font-size:14px;font-weight:500;color:#374151}.form-group input[type=text],.form-group input[type=tel],.form-group input[type=number],.form-group input[type=date],.form-group input[type=email],.form-group select,.form-group textarea{padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;font-family:inherit;transition:border-color .2s,box-shadow .2s}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.form-group textarea{resize:vertical;min-height:60px}.form-group input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#2563eb}.checkbox-with-date{display:flex;align-items:center;gap:12px;flex-wrap:wrap}.checkbox-with-date input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#2563eb}.checkbox-with-date span{font-size:14px;color:#374151}.checkbox-with-date input[type=date]{padding:8px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:14px}.disabled-input{background-color:#f3f4f6;color:#6b7280;cursor:not-allowed}.profile-image-upload{width:100%}.profile-image-upload-label{display:block;cursor:pointer;width:100%}.profile-image-upload-placeholder{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:40px 20px;border:2px dashed #d1d5db;border-radius:8px;background-color:#f9fafb;color:#6b7280;transition:all .2s}.profile-image-upload-placeholder:hover{border-color:#2563eb;background-color:#eff6ff;color:#2563eb}.profile-image-upload-placeholder svg{color:inherit}.profile-image-upload-placeholder span{font-size:14px;font-weight:500}.profile-image-preview{display:flex;flex-direction:column;gap:12px;align-items:flex-start;position:relative}.profile-image-display{width:200px;height:200px;object-fit:cover;border-radius:8px;border:2px solid #e5e7eb;box-shadow:0 1px 3px #0000001a}.profile-image-actions{display:flex;gap:8px;flex-wrap:wrap}.profile-image-change-label{cursor:pointer}.btn-change-image{display:inline-block;padding:8px 16px;background-color:#2563eb;color:#fff;border-radius:6px;font-size:14px;font-weight:500;transition:background-color .2s}.btn-change-image:hover{background-color:#1d4ed8}.btn-remove-image{padding:8px 16px;background-color:#ef4444;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-remove-image:hover{background-color:#dc2626}.work-progress-grid{display:grid;grid-template-columns:1fr;gap:24px}.work-item{padding:16px;border:1px solid #e5e7eb;border-radius:8px;background-color:#f9fafb}.work-item.lead-generation-item{background-color:#fef3c7;border-color:#fde68a}.work-item.onboarding-item{background-color:#f0f9ff;border-color:#bae6fd}.work-checkbox{margin-bottom:12px}.work-checkbox .checkbox-group{display:flex;align-items:center;gap:8px;font-weight:500;font-size:15px;cursor:pointer}.work-checkbox input[type=checkbox]{width:18px;height:18px;cursor:pointer;accent-color:#2563eb}.work-date-input{display:flex;flex-direction:column;gap:6px;margin-top:12px;padding-top:12px;border-top:1px solid #e5e7eb}.work-date-input label{font-size:12px;font-weight:500;color:#6b7280}.work-date-input input{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;width:100%;max-width:200px;transition:border-color .2s,box-shadow .2s}.work-date-input input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.work-lead-extra-fields{margin-top:12px;padding-top:12px;border-top:1px solid #e5e7eb;display:flex;gap:16px;flex-wrap:wrap}.work-field-group{display:flex;flex-direction:column;gap:6px;flex:1;min-width:150px}.work-field-group label{font-size:12px;font-weight:500;color:#6b7280}.work-text-input,.work-date-input-field{padding:8px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;transition:border-color .2s,box-shadow .2s}.work-text-input:focus,.work-date-input-field:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.work-documents{margin-top:12px;padding-top:12px;border-top:1px solid #e5e7eb}.file-upload-label{display:inline-block;cursor:pointer}.file-upload-button{display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:8px 16px;background-color:#f3f4f6;border:1px dashed #9ca3af;border-radius:6px;color:#374151;font-size:14px;font-weight:500;transition:all .2s}.file-upload-button:hover{background-color:#e5e7eb;border-color:#6b7280;color:#1f2937}.uploaded-files{margin-top:12px;display:flex;flex-direction:column;gap:8px}.uploaded-file-item{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;gap:12px}.file-info{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.file-name{font-size:14px;font-weight:500;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-size,.file-date{font-size:12px;color:#6b7280}.file-actions{display:flex;gap:8px;flex-shrink:0}.btn-download{background-color:#10b981;color:#fff;border:none;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-download:hover{background-color:#059669}.btn-remove{background-color:#ef4444;color:#fff;border:none;padding:6px 12px;border-radius:4px;font-size:12px;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-remove:hover{background-color:#dc2626}.payment-section{display:flex;flex-direction:column;gap:24px}.payment-total-input{display:flex;flex-direction:column;gap:8px;max-width:300px}.payment-total-input label{font-size:14px;font-weight:500;color:#374151}.payment-total-input input{padding:10px 12px;border:1px solid #d1d5db;border-radius:6px;font-size:14px}.payment-history-section h3{font-size:14px;font-weight:600;color:#6b7280;text-transform:uppercase;letter-spacing:.5px;margin-bottom:0}.payment-history-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.payment-add-entry-btn{padding:8px 16px;background-color:#10b981;color:#fff;border:none;border-radius:6px;font-size:13px;font-weight:500;cursor:pointer;transition:all .2s ease}.payment-add-entry-btn:hover{background-color:#059669}.payment-history-list{display:flex;flex-direction:column;gap:12px}.payment-item{display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:16px;padding:16px;border:2px solid #e5e7eb;border-radius:8px;background-color:#fff;transition:all .2s}.payment-item.paid{border-color:#86efac;background-color:#f0fdf4}.payment-item:hover{box-shadow:0 2px 8px #0000001a}.payment-status-icon{display:flex;align-items:center;justify-content:center;flex-shrink:0}.payment-details{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.payment-description{font-size:14px;font-weight:500;color:#1a1a1a}.payment-custom-name-input{padding:6px 10px;border:1px solid #d1d5db;border-radius:6px;font-size:14px;width:100%;max-width:240px}.payment-status-text{font-size:12px;color:#6b7280}.payment-amount-section{display:flex;flex-direction:column;align-items:flex-end;gap:4px;min-width:100px}.payment-amount{font-size:16px;font-weight:600;color:#1a1a1a}.payment-percentage{font-size:12px;color:#6b7280}.payment-actions{display:flex;gap:8px;flex-shrink:0;flex-wrap:wrap;grid-column:1 / -1;padding-top:12px;border-top:1px solid #e5e7eb;margin-top:8px}.payment-amount-input,.payment-status-select,.payment-date-input{padding:6px 10px;border:1px solid #d1d5db;border-radius:4px;font-size:13px;transition:border-color .2s}.payment-amount-input{width:100px}.payment-status-select{width:100px;cursor:pointer}.payment-date-input{width:130px}.payment-amount-input:focus,.payment-status-select:focus,.payment-date-input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.payment-attachments{margin-top:12px;padding-top:12px;border-top:1px solid #e5e7eb;display:flex;flex-direction:column;gap:8px;grid-column:1 / -1}.payment-upload-label{align-self:flex-start;cursor:pointer}.payment-upload-label span{display:inline-flex;align-items:center;gap:8px;padding:6px 12px;border-radius:6px;border:1px dashed #9ca3af;background-color:#f9fafb;font-size:12px;font-weight:500;color:#374151;transition:all .2s}.payment-upload-label span:hover{background-color:#f3f4f6;border-color:#6b7280}.payment-attachments-list{display:flex;flex-direction:column;gap:8px}.payment-attachment-item{display:flex;justify-content:space-between;align-items:center;padding:8px 12px;border:1px solid #e5e7eb;border-radius:6px;background-color:#fff;gap:12px}.attachment-info{display:flex;flex-direction:column;gap:4px}.attachment-name{font-size:13px;font-weight:500;color:#1f2937}.attachment-size{font-size:12px;color:#6b7280}.attachment-actions{display:flex;gap:8px}.payment-remove-entry-btn{background-color:#f87171;color:#fff;border:none;padding:6px 12px;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:background-color .2s}.payment-remove-entry-btn:hover{background-color:#ef4444}.payment-validation-error{display:flex;align-items:center;gap:8px;padding:12px;margin-top:12px;background-color:#fef2f2;border:1px solid #fecaca;border-radius:6px;color:#dc2626;font-size:13px;font-weight:500;grid-column:1 / -1}.payment-validation-error svg{flex-shrink:0;color:#dc2626}.payment-input-error{border-color:#dc2626!important;background-color:#fef2f2!important}.payment-input-error:focus{border-color:#dc2626!important;box-shadow:0 0 0 3px #dc26261a!important}.documents-list{display:flex;flex-direction:column;gap:16px}.document-item{padding:16px;border:1px solid #e5e7eb;border-radius:8px;background-color:#f9fafb;transition:all .2s ease}.document-item:hover{border-color:#2563eb;background-color:#eff6ff}.document-item-header{display:flex;align-items:center;gap:16px;margin-bottom:0}.document-item.has-files .document-item-header{margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.document-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:8px;background-color:#dbeafe;color:#2563eb;flex-shrink:0}.document-info{flex:1;display:flex;flex-direction:column;gap:4px;min-width:0}.document-title{font-size:15px;font-weight:600;color:#1a1a1a}.document-subtitle{font-size:13px;color:#6b7280}.document-action{display:flex;align-items:center;gap:12px;flex-shrink:0}.document-upload-label{cursor:pointer}.document-upload-btn{display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:8px 16px;border:1px dashed #cbd5e1;border-radius:8px;background-color:#f1f5f9;color:#2563eb;font-size:13px;font-weight:500;transition:all .2s}.document-upload-btn:hover{background-color:#e0e7ff;border-color:#93c5fd;transform:translateY(-1px)}.document-upload-btn.uploading{opacity:.6;cursor:not-allowed}.document-files-list{display:flex;flex-direction:column;gap:8px}.document-file-row{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background-color:#fff;border:1px solid #e5e7eb;border-radius:6px;gap:12px;flex-wrap:wrap}.document-file-info{display:flex;flex-direction:column;gap:4px;flex:1;min-width:0}.document-file-info .file-name{font-size:14px;font-weight:500;color:#1a1a1a;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.document-file-info .file-size{font-size:12px;color:#6b7280}.document-file-actions{display:flex;gap:8px;flex-shrink:0}.document-view-btn{padding:6px 12px;background-color:#10b981;color:#fff;border:none;border-radius:4px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s}.document-view-btn:hover{background-color:#059669}.document-remove-btn{padding:6px 12px;background-color:#ef4444;color:#fff;border:none;border-radius:4px;font-size:12px;font-weight:500;cursor:pointer;transition:all .2s}.document-remove-btn:hover{background-color:#dc2626}.document-actions-group{display:flex;align-items:center;gap:0}.btn-primary{background-color:#2563eb;color:#fff;border:none;padding:10px 24px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-primary:hover{background-color:#1d4ed8}.btn-secondary{background-color:#6b7280;color:#fff;border:none;padding:10px 24px;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:background-color .2s}.btn-secondary:hover{background-color:#4b5563}.form-footer{display:flex;justify-content:flex-end;gap:12px;margin-top:32px;padding-top:24px;border-top:2px solid #f3f4f6}@media (max-width: 768px){.farmer-form-container{padding:16px}.form-header{flex-direction:column;align-items:flex-start;gap:16px}.form-actions{width:100%;justify-content:stretch}.form-actions button{flex:1}.farmer-form{padding:20px}.form-grid{grid-template-columns:1fr}.form-footer{flex-direction:column-reverse}.form-footer button{width:100%}.uploaded-file-item{flex-direction:column;align-items:flex-start;gap:8px}.file-actions{width:100%;justify-content:stretch}.file-actions button{flex:1}.file-upload-button{width:100%;text-align:center}.payment-item{grid-template-columns:1fr;gap:12px}.payment-actions{width:100%;flex-direction:column}.payment-amount-input,.payment-status-select,.payment-date-input{width:100%}.payment-amount-section{align-items:flex-start}.document-item{flex-wrap:wrap;gap:12px}.document-action{margin-left:auto}.profile-image-display{width:150px;height:150px}.profile-image-actions{width:100%;justify-content:stretch}.btn-change-image,.btn-remove-image{flex:1}.work-lead-extra-fields{grid-template-columns:1fr}}@media (max-width: 480px){.form-header h1{font-size:20px}.form-logo{height:70px}.btn-primary,.btn-secondary{padding:8px 16px;font-size:13px}.profile-image-display{width:120px;height:120px}.file-actions,.document-file-actions,.attachment-actions{width:100%;justify-content:stretch}.file-actions button,.document-file-actions button,.attachment-actions button{flex:1}}.login-page{min-height:100vh;background:#f3f4f6;display:flex;align-items:center;justify-content:center;padding:16px}.login-card{background:#fff;border-radius:16px;padding:24px 28px;max-width:360px;width:100%;box-shadow:0 20px 45px #0f172a2e;border:1px solid #e5e7eb}.login-title{margin:0 0 4px;font-size:1.3rem;text-align:center}.login-subtitle{margin:0 0 16px;text-align:center;font-size:.85rem;color:#6b7280}.login-form{display:flex;flex-direction:column;gap:12px}.login-field{display:flex;flex-direction:column;gap:4px}.login-field label{font-size:.8rem;color:#4b5563}.login-field input{border-radius:8px;border:1px solid #d1d5db;padding:8px 10px;font-size:.9rem}.login-field input:focus{outline:none;border-color:#2563eb;box-shadow:0 0 0 1px #2563eb4d}.login-error{font-size:.8rem;color:#b91c1c;background:#fee2e2;border-radius:8px;padding:6px 8px}.login-button{margin-top:4px;width:100%;border-radius:999px;border:none;padding:8px 12px;font-size:.9rem;background:#2563eb;color:#fff;font-weight:500;cursor:pointer}.login-button:disabled{opacity:.7;cursor:default}.login-logo{width:140px;height:auto;display:block;margin:0 auto 20px;object-fit:contain}.login-button:not(:disabled):hover{background:#1d4ed8}.login-hint{margin-top:16px;font-size:.75rem;color:#6b7280;text-align:center}.app{min-height:100vh;background-color:#f5f5f5}.app{min-height:100vh;background:#f3f4f6}.app-topbar{display:flex;justify-content:space-between;align-items:center;padding:10px 24px;background:#fff;border-bottom:1px solid #e5e7eb}.app-logo{font-weight:600;font-size:1rem}.app-topbar-right{display:flex;align-items:center;gap:8px}.app-user-pill{font-size:.8rem;padding:4px 10px;border-radius:999px;background:#e5e7eb}.btn-secondary.small{padding:4px 10px;font-size:.8rem}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f5f5f5;color:#333}#root,.app{min-height:100vh}
