
.filament-brand {
    display: flex;
    align-items: center;
    gap: 1rem; /* instead of fixed 15px */
    flex-wrap: wrap; /* allows stacking on small screens */
    
    margin-top: 0px;
}

/* Logo */
.filament-brand-logo {
    width: clamp(30px, 8vw, 50px);  /* scales between devices */
    height: clamp(40px, 7vw, 50px);
    object-fit: contain;
    border-radius: 50%; /* cleaner circle */
}

/* Text */
.filament-brand-name {
    font-size: clamp(14px, 2.5vw, 20px);
    font-weight: 700;
    color: #111827;
}

.dark .filament-brand-name {
    color: #f9fafb;
}

/* Optional: mobile tweaks */
@media (max-width: 480px) {
    .filament-brand {
        justify-content: center;
        text-align: center;
    }

    .filament-brand-name {
        font-size: 16px;
    }
}
.faq-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 10px;
    font-family: "Computer Modern", "Latin Modern Math", serif;
}


.faq-card {
    padding:10px;
    border-radius:12px;
      font-family: "Computer Modern", "Latin Modern Math", serif;
}


.faq-label {
    font-size:14px;
      font-family: "Computer Modern", "Latin Modern Math", serif;
}


.faq-value {
     font-size: 30px;
    font-weight: 700;
    color: #2f6f3e; 
      font-family: "Computer Modern", "Latin Modern Math", serif;
}



.faq-primary {
  background: #e6f2e6;
      font-family: "Computer Modern", "Latin Modern Math", serif;
}


.faq-warning {
    background: #fff4e5;
      font-family: "Computer Modern", "Latin Modern Math", serif;
}


.faq-success {
   background: #eaf7ee;
      font-family: "Computer Modern", "Latin Modern Math", serif;
}


.faq-info {
     background: #e6f2ff;
      font-family: "Computer Modern", "Latin Modern Math", serif;
}



.latest-faq {
    padding-top:20px;
      font-family: "Computer Modern", "Latin Modern Math", serif;
}


.latest-grid {
    display:grid;
    grid-template-columns:repeat(4,1fr);
    gap:20px;
}


.latest-item {
 padding: 15px;
    border-radius: 10px;
    background: #f6f3e7; /* soil-like background */
    border: 1px solid #e7e0d1;
}


.latest-label {

font-size: 12px;
    color: #6b7280;
}


.latest-value {
    font-weight:600;
}


.faq-divider {
    margin:25px 0;
    border-top:1px solid #e5e7eb;
}



@media(max-width:900px){

    .faq-grid,
    .latest-grid {
        grid-template-columns:1fr;
    }

}
/*setting*/
.settings-widget {
    padding:20px;
      font-family: "Computer Modern", "Latin Modern Math", serif;
}


.settings-header {
    margin-bottom:20px;
    font-family: "Computer Modern", "Latin Modern Math", serif;
}


.settings-actions {
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    margin-bottom:25px;
    font-family: "Computer Modern", "Latin Modern Math", serif;
}


.settings-btn {
  background: #2f6f3e; /* farm green */
    color: white;
    

    padding:10px 16px;

    border-radius:8px;

    text-decoration:none;

    font-size:14px;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}


.settings-btn:hover {

     background: #24522f;

}


.settings-info {
 background: #ffffff;
    border: 1px solid #e7e0d1;
    border-radius: 12px;
    

    border:1px solid #ddd;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}


.settings-logo {

    width:100px;

    height:100px;

    object-fit:contain;

    border-radius:10px;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}

/*image widget*/
.image-widget {
 background: #f6f3e7; /* farmland background */
    padding: 25px;
    border-radius: 12px;
    box-shadow: 0 5px 20px rgba(60, 40, 20, 0.08);
    width:100%;
   
    font-family: "Computer Modern", "Latin Modern Math", serif;

}


.image-widget-header {

    display:flex;
    justify-content:space-between;
    align-items:center;

}



.image-actions,
.image-buttons {

    display:flex;
    gap:8px;
    flex-wrap:wrap;

}



.image-controls {

    margin:20px 0;
    display:flex;
    gap:10px;

}



.image-controls input,
.image-controls select {


    padding:10px;
    border:1px solid #ddd;
    border-radius:8px;

}



/* Cards */


.image-container {

    display:grid;
    gap:20px;

}


.grid-view {

    grid-template-columns:
    repeat(auto-fill,minmax(250px,1fr));

}


.list-view {

    grid-template-columns:1fr;

}



.image-card {


    background:#fafafa;
    border-radius:12px;
    overflow:hidden;
    border:1px solid #ddd;
    padding-bottom:15px;


}


.image-card img {


    width:100%;
    height:200px;
    object-fit:cover;


}



.image-info {

    padding:10px;

}


/* Buttons */


.btn {


    padding:8px 14px;
    border:none;
    border-radius:7px;
    cursor:pointer;
    color:white;
    text-decoration:none;
    font-size:14px;

}


.primary {
    background: #2f6f3e; /* main farm green */
}

.success {
    background: #4caf50; /* crop health green */
}

.secondary {
    background: #6b7280; /* neutral tools */
}

.dark {
    background: #2d2a26; /* soil dark */
}

.view {
    background: #2b6cb0; /* water / irrigation */
}

.edit {
    background: #7c4dff; /* admin tools */
}

.replace {
    background: #b7791f; /* harvest / change */
}

.delete {
    background: #c53030; /* pest / removal */
}

.btn:hover {

opacity:.85;

}

/* ================================
   Order Widget - Modern SaaS UI
================================ */

.order-widget {
    display: flex;
    flex-direction: column;
    gap: 24px;
    width: 100%;
    font-family: "Computer Modern", "Latin Modern Math", serif;
}

/* ================================
   Actions
================================ */

.order-actions {
    display: flex;
    gap: 12px;
    flex-wrap: wrap;
    font-family: "Computer Modern", "Latin Modern Math", serif;
}

.order-actions button {
    border-radius: 10px;
    padding: 10px 16px;
    font-weight: 600;
    border: 1px solid #e5e7eb;
    background: #ffffff;
    cursor: pointer;
    transition: all 0.2s ease;
    font-family: "Computer Modern", "Latin Modern Math", serif;
}

.order-actions button:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

/* ================================
   Grid System
================================ */

.order-grid {
    display: grid;
    gap: 18px;
}

.order-grid-four {
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.order-grid-three {
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
}

/* ================================
   SaaS Cards
================================ */

.order-card {
    position: relative;

    padding: 20px;

    min-height: 120px;

    border-radius: 18px;

    background: white;

    border: 1px solid #eef2f7;

    box-shadow: 0 1px 2px rgba(16, 24, 40, 0.04),
        0 8px 24px rgba(16, 24, 40, 0.06);

    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.order-card:hover {
    transform: translateY(-4px);

    box-shadow: 0 12px 30px rgba(16, 24, 40, 0.12);
}

.order-label {
    font-size: 13px;

    font-weight: 500;

    color: #64748b;

    letter-spacing: 0.2px;
    font-family: "Computer Modern", "Latin Modern Math", serif;
}

.order-value {
    margin-top: 12px;

    font-size: 32px;

    line-height: 1;

    font-weight: 800;

    letter-spacing: -1px;
}

/* ================================
   Card Themes
================================ */

.order-card-primary {
    background: linear-gradient(135deg, #e6f2e6, #f3f8f3);
    color: #2f6f3e;
}

.order-card-warning {
    background: linear-gradient(135deg, #fff4e5, #fef7e6);
    color: #b7791f;
}

.order-card-info {
     background: linear-gradient(135deg, #e6f2ff, #f0f7ff);
    color: #2b6cb0;
}

.order-card-success {
    background: linear-gradient(135deg, #eaf7ee, #f0fbf2);
    color: #2f6f3e;
}

.order-card-danger {
    background: linear-gradient(135deg, #fef2f2, #fee2e2);

    color: #dc2626;
}

.order-card-purple {
    background: linear-gradient(135deg, #faf5ff, #f3e8ff);

    color: #9333ea;
}

.order-card-indigo {
    background: linear-gradient(135deg, #eef2ff, #e0e7ff);

    color: #4f46e5;
}

/* ================================
   Divider
================================ */

.order-divider {
    border: 0;

    height: 1px;

    background: #e5e7eb;

    margin: 16px 0;
}

/* ================================
   Latest Order Section
================================ */

.latest-title {
    font-size: 18px;

    font-weight: 700;

    color: #111827;
}

.latest-grid {
    display: grid;

    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));

    gap: 18px;

    margin-top: 16px;

    padding: 20px;

    background: #ffffff;

    border-radius: 18px;

    border: 1px solid #eef2f7;
}

.latest-label {
    font-size: 13px;

    color: #64748b;
}

.latest-value {
    margin-top: 5px;

    font-size: 15px;

    font-weight: 700;

    color: #111827;
}

/* ================================
   Buttons
================================ */

.edit-button {
    margin-top: 18px;
    font-family: "Computer Modern", "Latin Modern Math", serif;
}

/* ================================
   Empty State
================================ */

.no-orders {
    padding: 30px;

    text-align: center;

    border-radius: 16px;

    background: #f8fafc;

    color: #64748b;
}

/* ================================
   Responsive
================================ */

@media (max-width: 768px) {
    .order-widget {
        gap: 18px;
    }

    .order-card {
        padding: 18px;
    }

    .order-value {
        font-size: 28px;
    }
}

@media (max-width: 480px) {
    .order-actions {
        flex-direction: column;
    }

    .order-actions button {
        width: 100%;
    }

    .latest-grid {
        padding: 16px;
    }
}



/*farmer widget*/
.farmer-widget {
    display:flex;
    flex-direction:column;
    gap:24px;
    font-family: "Computer Modern", "Latin Modern Math", serif;
}


/* Action buttons */

.farmer-actions {

    display:flex;
    gap:12px;
    flex-wrap:wrap;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}


/* Stats */

.farmer-stats-grid {

    display:grid;

    grid-template-columns:
    repeat(4,1fr);

    gap:18px;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}



.farmer-card {

    padding:22px;

    border-radius:18px;

    border:1px solid #e5e7eb;

    min-height:120px;

    display:flex;

    flex-direction:column;

    justify-content:center;

    transition:.25s;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}


.farmer-card:hover {

    transform:translateY(-4px);

    box-shadow:
    0 15px 35px rgba(0,0,0,.08);

}



.farmer-card-blue {

    background:#eff6ff;

    color:#2563eb;

}



.farmer-card-pink {

    background:#fdf2f8;

    color:#db2777;

}



.farmer-card-green {

    background:#f0fdf4;

    color:#16a34a;

}



.farmer-label {

    font-size:13px;

    color:#64748b;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}



.farmer-number {

    margin-top:10px;

    font-size:32px;

    font-weight:800;
font-family: "Computer Modern", "Latin Modern Math", serif;
}



/* Divider */

.farmer-divider {

    height:1px;

    background:#e5e7eb;

}



/* Latest */

.latest-grid {

    display:grid;

    grid-template-columns:
    repeat(3,1fr);

    gap:20px;

    margin-top:15px;

}



.latest-grid span {

    display:block;

    color:#64748b;

    font-size:13px;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}



.latest-grid strong {

    display:block;

    margin-top:5px;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}



/* Responsive */

@media(max-width:900px){

.farmer-stats-grid {

grid-template-columns:
repeat(2,1fr);

}


.latest-grid {

grid-template-columns:1fr;

}

}



@media(max-width:500px){

.farmer-stats-grid {

grid-template-columns:1fr;

}


.farmer-actions {

flex-direction:column;

}

}


/* About Section */


.about-actions {

    display:flex;

    gap:12px;
     background: #f6f3e7;

    flex-wrap:wrap;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}



.about-btn {

    padding:9px 16px;

    border-radius:10px;

    font-size:14px;

    font-weight:600;

    text-decoration:none;

    transition:.2s;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}



.about-btn:hover {

    transform:translateY(-1px);

}



.about-btn-primary {

    background:#2563eb;

    color:white;

}



.about-btn-success {

    background:#16a34a;

    color:white;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}



/* Empty */


.about-empty {

    padding:20px;

    border-radius:14px;

    background:#fef2f2;

    color:#78dc26;

    font-weight:600;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}



/* Badge */


.about-status {

    display:flex;

    justify-content:flex-end;

}



.about-badge {

    padding:6px 14px;

    border-radius:999px;

    font-size:13px;

    font-weight:600;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}



.about-badge-success {

    background:#dcfce7;

    color:#15803d;

    font-family: "Computer Modern", "Latin Modern Math", serif;
}



.about-badge-warning {

    background:#fef3c7;

    color:#b45309;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}



/* Updated text */


.about-updated {

    margin-top:16px;

    color:#64748b;

    font-size:14px;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}



/* Checklist */


.about-checklist {

    display:flex;

    flex-direction:column;

    gap:12px;

    margin-top:22px;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}



.about-checklist div {

    padding:12px 15px;

    background:none;

    border-radius:12px;

    border:1px solid #e5e7eb;

    font-weight:500;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}



/* Divider */


.about-divider {

    height:1px;

    background:#e5e7eb;

    margin:24px 0;

}



/* Progress */


.about-progress {
     background:#e5e7eb ;
      margin-top: 20px;

    margin-top:20px;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}



.about-progress-header {

    display:flex;

    justify-content:space-between;

    margin-bottom:10px;

    font-size:14px;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}



.about-progress-track {

    width:100%;

    height:10px;

    background:#e5e7eb;

    border-radius:999px;

    overflow:hidden;

}



.about-progress-bar {

    height:100%;

    background:linear-gradient(
        90deg,
        #16a34a,
        #22c55e
    );

    border-radius:999px;

    transition:.5s;

}



/* Mobile */


@media(max-width:600px){


.about-actions {

    flex-direction:column;

}


.about-btn {

    text-align:center;

}


}


/* Inventory Widget */

.inventory-widget {

    display:flex;
    flex-direction:column;
    gap:24px;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}


/* Actions */

.inventory-actions {

    display:flex;
    gap:10px;
    flex-wrap:wrap;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}



.inventory-btn {

    padding:9px 16px;

    border-radius:10px;

    font-size:14px;

    font-weight:600;

    text-decoration:none;

    transition:.25s;

    display:inline-flex;

    align-items:center;

    justify-content:center;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}


.inventory-btn:hover {

    transform:translateY(-2px);

}



/* Buttons */

.inventory-btn-primary {

    background:#2563eb;
    color:white;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}


.inventory-btn-success {

    background:#16a34a;
    color:white;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}


.inventory-btn-gray {

    background:#f3f4f6;
    color:#374151;

}


.inventory-btn-warning {

    background:#f59e0b;
    color:white;

    font-family: "Computer Modern", "Latin Modern Math", serif;
}



/* Statistics */


.inventory-grid {

    display:grid;

    grid-template-columns:
    repeat(3,1fr);

    gap:18px;
font-family: "Computer Modern", "Latin Modern Math", serif;
}



.inventory-card {

    padding:22px;

    border-radius:18px;

    min-height:120px;

    display:flex;

    flex-direction:column;

    justify-content:center;

    border:1px solid #e5e7eb;

    transition:.25s;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}



.inventory-card:hover {

    transform:translateY(-4px);

    box-shadow:
    0 12px 30px rgba(0,0,0,.08);

}



.inventory-card strong {

    margin-top:10px;

    font-size:32px;

    font-weight:800;

}



.inventory-label {

    color:#64748b;

    font-size:14px;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}



/* Colors */


.inventory-blue {

    background:#eff6ff;

    color:#2563eb;

}



.inventory-green {

    background:#f0fdf4;

    color:#16a34a;

}



.inventory-red {

    background:#fef2f2;

    color:#dc2626;

}



.inventory-yellow {

    background:#fefce8;

    color:#ca8a04;

}



.inventory-purple {

    background:#faf5ff;

    color:#9333ea;

}



/* Divider */


.inventory-divider {

    height:1px;

    background:#e5e7eb;

}



/* Latest Product */


.latest-product {

    display:flex;

    flex-direction:column;

    gap:18px;

    font-family: "Computer Modern", "Latin Modern Math", serif;
}



.latest-product h3 {

    font-size:18px;

    font-weight:700;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}



.product-info {

    display:flex;

    gap:18px;

    align-items:center;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}



.product-image {

    width:80px;

    height:80px;

    object-fit:cover;

    border-radius:14px;

    border:1px solid #e5e7eb;

}



.product-details p {

    margin-top:5px;

    color:#64748b;

    font-size:14px;
font-family: "Computer Modern", "Latin Modern Math", serif;
}



.product-details strong {

    font-size:17px;

}



/* Empty */

.inventory-empty {

    padding:20px;

    color:#64748b;

    background:#f8fafc;

    border-radius:14px;

}



/* Responsive */


@media(max-width:900px){

.inventory-grid {

grid-template-columns:
repeat(2,1fr);

}

}



@media(max-width:600px){

.inventory-grid {

grid-template-columns:1fr;

}


.inventory-actions {

flex-direction:column;

}


.inventory-btn {

width:100%;

}



.product-info {

flex-direction:column;

align-items:flex-start;

}

}


/* ==========================
   Blog Widget
========================== */


.blog-widget {

    display:flex;

    flex-direction:column;

    gap:24px;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}



/* Header */

.blog-header {

    display:flex;

    justify-content:space-between;

    align-items:center;

    gap:20px;
font-family: "Computer Modern", "Latin Modern Math", serif;
}



.blog-title {

    font-size:20px;

    font-weight:800;

    color:#111827;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}



.blog-subtitle {

    margin-top:5px;

    color:#64748b;

    font-size:14px;
    font-family: "Computer Modern", "Latin Modern Math", serif;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}




/* Actions */


.blog-actions {

    display:flex;

    gap:10px;

    font-family: "Computer Modern", "Latin Modern Math", serif;
    flex-wrap:wrap;

}



.blog-btn {

    padding:9px 16px;

    border-radius:10px;

    font-size:14px;

    font-weight:600;

    text-decoration:none;

    transition:.25s;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}



.blog-btn:hover {

    transform:translateY(-2px);

}



/* Buttons */


.blog-btn-primary {

    background:#2563eb;

    color:white;

}



.blog-btn-success {

    background:#16a34a;

    color:white;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}



.blog-btn-warning {

    background:#f59e0b;

    color:white;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}



.blog-btn-gray {

    background:#f1f5f9;

    color:#334155;

}




/* Statistics */


.blog-stat-grid {

    display:grid;

    grid-template-columns:
    repeat(3,1fr);

    gap:18px;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}



.blog-card {

    padding:22px;

    border-radius:18px;

    border:1px solid #e5e7eb;

    display:flex;
    font-family: "Computer Modern", "Latin Modern Math", serif;

    flex-direction:column;

    gap:10px;

    transition:.25s;

}



.blog-card:hover {

    transform:translateY(-4px);

    box-shadow:
    0 12px 30px rgba(0,0,0,.08);

}



.blog-card span {

    font-size:14px;

    color:#64748b;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}



.blog-card strong {

    font-size:34px;

    font-weight:800;

}




.blog-card-blue {

    background:#eff6ff;

    color:#2563eb;

}



.blog-card-green {

    background:#f0fdf4;

    color:#16a34a;

}



.blog-card-yellow {

    background:#fefce8;

    color:#ca8a04;

}





/* Latest Blog */


.blog-divider {

    height:1px;

    background:#e5e7eb;

}



.latest-blog {

    display:flex;

    flex-direction:column;

    gap:15px;
font-family: "Computer Modern", "Latin Modern Math", serif;
}



.latest-blog h3 {

    font-size:16px;

    font-weight:700;

    font-family: "Computer Modern", "Latin Modern Math", serif;
}




.latest-blog-info {

    display:flex;

    align-items:center;

    gap:16px;

    font-family: "Computer Modern", "Latin Modern Math", serif;
}



.blog-image {

    width:80px;

    height:80px;

    border-radius:14px;

    object-fit:cover;

    border:1px solid #e5e7eb;

}



.blog-name {

    font-weight:700;

    color:#111827;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}



.blog-date {

    margin-top:5px;

    font-size:14px;

    color:#64748b;
    font-family: "Computer Modern", "Latin Modern Math", serif;

}




/* Responsive */


@media(max-width:900px){


.blog-header {

    flex-direction:column;

    align-items:flex-start;

}



.blog-stat-grid {

    grid-template-columns:
    repeat(2,1fr);

}


}



@media(max-width:600px){


.blog-stat-grid {

    grid-template-columns:1fr;

}



.blog-actions {

    width:100%;

    flex-direction:column;

}



.blog-btn {

    text-align:center;

}



.latest-blog-info {

    flex-direction:column;

    align-items:flex-start;

}


}