:root{--yem-primary: #005a2c;--yem-primary-deep: #004d27;--yem-primary-soft: #e9f7ee;--yem-secondary: #1b66c9;--yem-secondary-soft: #eaf2ff;--yem-warning: #8b2633;--yem-warning-soft: #fde8e9;--yem-bg: #fbf9f8;--yem-surface: #ffffff;--yem-surface-soft: #f6f3f2;--yem-line: #cad6cc;--yem-text: #171b18;--yem-muted: #637066;--yem-shadow: 0 12px 30px rgba(0, 60, 30, .08);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:var(--yem-text);background:var(--yem-bg)}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--yem-bg)}button,input,select,textarea{font:inherit}button{cursor:pointer}.yem-page{min-height:100vh;background:var(--yem-bg)}.mobile-shell{min-height:100vh;max-width:480px;margin:0 auto;background:var(--yem-bg);padding-bottom:88px;border-left:1px solid rgba(0,0,0,.04);border-right:1px solid rgba(0,0,0,.04)}.mobile-topbar{position:sticky;top:0;z-index:20;display:flex;justify-content:space-between;align-items:center;gap:12px;padding:16px 20px;background:#fbf9f8f5;border-bottom:1px solid rgba(0,0,0,.05);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.mobile-topbar h1{margin:0;color:var(--yem-primary-deep);font-size:30px;line-height:1.05;letter-spacing:-.04em}.mobile-topbar small{display:block;color:var(--yem-muted);font-size:12px}.content-stack{display:grid;gap:18px;padding:18px 20px}.section-header{display:flex;justify-content:space-between;align-items:center;gap:12px;margin-top:10px}.section-header h2{margin:0;font-size:24px;letter-spacing:-.03em}.link-button{border:0;background:transparent;color:var(--yem-primary-deep);font-weight:700}.yem-card{background:var(--yem-surface);border:1px solid var(--yem-line);border-radius:18px;box-shadow:var(--yem-shadow)}.yem-card.flat{box-shadow:none}.yem-card-inner{padding:18px}.yem-button{display:inline-flex;justify-content:center;align-items:center;gap:10px;border:0;border-radius:16px;padding:14px 18px;font-weight:800;transition:transform .12s ease,box-shadow .12s ease,background .12s ease}.yem-button:active{transform:scale(.98)}.yem-button.primary{color:#fff;background:var(--yem-primary);box-shadow:0 10px 20px #005a2c33}.yem-button.secondary{color:var(--yem-primary-deep);background:var(--yem-primary-soft)}.yem-button.ghost{color:var(--yem-primary-deep);background:transparent;border:1px solid var(--yem-line)}.yem-button.danger{color:#8b1724;background:#fff1f2;border:1px solid #ffcdd1}.bottom-nav{position:fixed;left:50%;bottom:0;z-index:30;width:100%;max-width:480px;transform:translate(-50%);display:grid;grid-template-columns:repeat(var(--nav-count, 5),1fr);gap:4px;padding:8px 10px 10px;background:#fffffff5;border-top:1px solid var(--yem-line);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.bottom-nav button{border:0;border-radius:999px;background:transparent;color:var(--yem-text);padding:8px 4px;font-size:12px}.bottom-nav button.active{background:var(--yem-primary);color:#fff}.nav-icon{display:block;font-size:20px;line-height:1}.status-badge{display:inline-flex;align-items:center;gap:4px;border-radius:999px;padding:4px 9px;font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.01em}.status-badge.green{color:#004d27;background:#c7f4d3}.status-badge.blue{color:#063b7a;background:#b7d3ff}.status-badge.grey{color:#505a53;background:#e8e8e8}.status-badge.red{color:#7a1220;background:#ffd7dc}.search-box{display:flex;align-items:center;gap:12px;padding:14px 16px;background:#fff;border:1px solid rgba(0,0,0,.04);border-radius:18px;box-shadow:var(--yem-shadow)}.search-box input{width:100%;border:0;outline:0;background:transparent;color:var(--yem-text)}.hero-banner{position:relative;min-height:160px;overflow:hidden;border-radius:22px;color:#fff;background:linear-gradient(120deg,#004d27f2,#004d279e),radial-gradient(circle at 80% 20%,rgba(112,166,254,.9),transparent 30%),linear-gradient(135deg,#0a6b3a,#0c3823)}.hero-banner .hero-content{position:relative;z-index:1;padding:24px}.hero-banner h2{margin:8px 0 4px;font-size:28px;letter-spacing:-.03em}.category-row{display:flex;justify-content:space-between;gap:14px;overflow-x:auto;padding:4px 0}.category-pill{display:grid;min-width:76px;gap:8px;justify-items:center;color:var(--yem-text)}.category-icon{display:grid;place-items:center;width:64px;height:64px;border-radius:999px;background:#e7f0eb;font-size:24px}.product-row{display:grid;grid-auto-flow:column;grid-auto-columns:minmax(210px,1fr);gap:16px;overflow-x:auto;padding-bottom:6px}.product-card{overflow:hidden}.product-visual{display:grid;place-items:center;min-height:170px;font-size:64px;background:radial-gradient(circle at 20% 20%,rgba(255,255,255,.9),transparent 26%),linear-gradient(135deg,#e7f0eb,#dfeaf6)}.product-card h3,.vendor-card h3,.order-card h3{margin:4px 0;font-size:18px}.price{color:var(--yem-primary-deep);font-size:24px;font-weight:900}.muted{color:var(--yem-muted)}.icon-circle{display:grid;place-items:center;width:52px;height:52px;border-radius:16px;font-size:24px;background:var(--yem-primary-soft)}.metrics-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px}.metric-card{padding:20px;min-height:118px;background:#fff;border-radius:16px;box-shadow:var(--yem-shadow)}.metric-card strong{display:block;margin-top:10px;color:var(--yem-primary-deep);font-size:30px;letter-spacing:-.04em}.field-group label{font-weight:600}.field-group input,.field-group select,.field-group textarea{width:100%;border:1px solid var(--yem-line);border-radius:12px;padding:14px 16px;background:#fff}.radio-card{display:flex;align-items:flex-start;gap:12px;padding:16px;border:1px solid var(--yem-line);border-radius:14px;background:#fff}.radio-card.selected{border:2px solid var(--yem-primary);background:#f3fff7}.summary-row{display:flex;justify-content:space-between;gap:12px;padding:8px 0}.admin-layout{display:grid;grid-template-columns:280px 1fr;min-height:100vh}.admin-sidebar{background:#f6f3f2;padding:32px 24px;border-right:1px solid rgba(0,0,0,.04)}.admin-main{padding:36px}.admin-grid{display:grid;grid-template-columns:2fr 1fr 1fr;gap:24px}.admin-card{background:#fff;border:1px solid var(--yem-line);border-radius:16px;padding:28px}.admin-menu{display:grid;gap:10px;margin-top:42px}.admin-menu button{display:flex;align-items:center;gap:12px;border:0;border-radius:12px;padding:14px 16px;color:var(--yem-text);background:transparent;text-align:left}.admin-menu button.active{background:var(--yem-primary);color:#fff}.table-card{overflow:hidden;padding:0}.table-card table{width:100%;border-collapse:collapse}.table-card th,.table-card td{padding:18px 22px;border-top:1px solid var(--yem-line);text-align:left}@media (max-width: 900px){.admin-layout{grid-template-columns:1fr}.admin-sidebar{position:static}.admin-main{padding:20px}.admin-grid{grid-template-columns:1fr}}.rider-auth-shell{display:grid;align-items:center;padding-bottom:0}.rider-auth-content{display:grid;gap:18px;width:min(100%,480px);margin:0 auto;padding:28px 20px}.rider-auth-brand{display:flex;align-items:center;justify-content:space-between;gap:16px}.rider-auth-title,.rider-card-header h2{margin:10px 0 6px;color:var(--yem-primary-deep);font-size:28px;line-height:1.1;letter-spacing:0}.rider-auth-copy{margin:0 0 18px;line-height:1.55}.step-kicker{margin-bottom:8px;color:var(--yem-secondary);font-size:12px;font-weight:900;letter-spacing:0;text-transform:uppercase}.form-stack,.rider-action-grid{display:grid;gap:14px}.field-group{display:grid;gap:8px}.field-group label{color:var(--yem-primary-deep);font-size:13px;font-weight:900}.field-group input,.field-group select{width:100%;border:1px solid var(--yem-line);border-radius:12px;padding:12px 13px;color:var(--yem-text);background:#fff;font:inherit;font-weight:700}.field-error{color:#8b1724;font-weight:700}.status-message{margin:12px 0;border-radius:12px;padding:12px 14px;font-weight:800}.status-message.success{color:var(--yem-primary-deep);background:var(--yem-primary-soft)}.status-message.danger{color:#8b1724;background:var(--yem-warning-soft)}.compact-action{white-space:nowrap}.yem-button:disabled,.link-button:disabled{cursor:not-allowed;opacity:.58}.rider-profile-form,.rider-profile-grid,.rider-application-summary{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;margin-top:16px}.rider-profile-form .full-width,.rider-application-summary .wide{grid-column:1 / -1}.rider-card-header{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.rider-availability-panel{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:16px;border:1px solid var(--yem-line);border-radius:14px;padding:12px;background:var(--yem-surface-soft)}.rider-availability-panel>div{display:grid;gap:5px}.rider-availability-panel span:not(.status-badge){color:var(--yem-muted);font-size:13px;font-weight:700}.rider-availability-panel .yem-button{min-height:42px;border-radius:12px;padding:10px 14px}.rider-form-title{margin:0 0 8px;color:var(--yem-primary-deep);font-size:22px;line-height:1.16}.rider-task-stack{display:grid;gap:14px}.info-tile{display:grid;gap:6px;min-height:76px;border:1px solid var(--yem-line);border-radius:12px;padding:12px;background:var(--yem-surface-soft)}.info-tile span{color:var(--yem-muted);font-size:12px;font-weight:800;text-transform:uppercase}.info-tile strong{color:var(--yem-primary-deep);line-height:1.25;overflow-wrap:anywhere}.rider-task-card{display:grid;gap:14px}.rider-task-topline,.rider-task-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.rider-task-topline>span{color:var(--yem-muted);font-size:12px;font-weight:900;text-transform:uppercase}.rider-task-heading h2{margin:0 0 5px;color:var(--yem-primary-deep);font-size:22px;line-height:1.12}.rider-task-heading span{color:var(--yem-muted);font-size:13px;font-weight:800}.rider-task-heading>strong{color:var(--yem-primary-deep);font-size:18px;white-space:nowrap}.rider-route-grid,.rider-task-meta{display:grid;gap:10px}.rider-task-meta{grid-template-columns:repeat(2,minmax(0,1fr))}.rider-task-note{border-radius:12px;padding:11px 12px;color:var(--yem-primary-deep);background:var(--yem-primary-soft);font-size:13px;font-weight:800;line-height:1.4}.rider-empty-action{display:grid;gap:10px;margin-top:16px}.rider-empty-action h3{margin:0;color:var(--yem-primary-deep);font-size:20px}.rider-empty-action p{margin:0}.rider-empty-action .yem-button{justify-self:start}.active-delivery-card{display:grid;gap:16px}.active-delivery-hero{display:flex;align-items:flex-start;justify-content:space-between;gap:14px}.active-delivery-hero span,.active-delivery-route span,.active-delivery-notes span{color:var(--yem-muted);font-size:12px;font-weight:900;text-transform:uppercase}.active-delivery-hero h2{margin:4px 0 5px;color:var(--yem-primary-deep);font-size:28px;line-height:1.05}.active-delivery-hero p{margin:0;color:var(--yem-muted);font-size:14px;font-weight:800}.active-delivery-cod{display:grid;gap:4px;justify-items:end}.active-delivery-cod strong{color:var(--yem-primary-deep);font-size:22px;white-space:nowrap}.active-delivery-route{display:grid;gap:10px}.active-delivery-route>div,.active-delivery-notes{display:grid;gap:6px;border:1px solid var(--yem-line);border-radius:12px;padding:12px;background:var(--yem-surface-soft)}.active-delivery-route strong,.active-delivery-notes strong{color:var(--yem-primary-deep);line-height:1.35;overflow-wrap:anywhere}.active-delivery-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.active-delivery-grid .wide{grid-column:1 / -1}.active-delivery-notes{background:var(--yem-primary-soft)}.active-delivery-notes.muted-note{background:var(--yem-surface-soft)}.active-delivery-actions{display:grid;gap:12px;border:1px solid var(--yem-line);border-radius:14px;padding:12px;background:var(--yem-surface)}.active-delivery-actions .yem-button{width:100%}.failed-delivery-actions{background:var(--yem-warning-soft)}.cash-ledger-total{display:grid;gap:6px;margin-top:16px;border:1px solid var(--yem-line);border-radius:14px;padding:14px;background:var(--yem-primary-soft)}.cash-ledger-total span,.cash-record-heading span{color:var(--yem-muted);font-size:12px;font-weight:900;text-transform:uppercase}.cash-ledger-total strong{color:var(--yem-primary-deep);font-size:30px;line-height:1.05}.cash-record-stack,.cash-record-card{display:grid;gap:14px}.cash-record-heading{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.cash-record-heading h2{margin:0 0 5px;color:var(--yem-primary-deep);font-size:22px;line-height:1.12}.cash-record-heading>strong{color:var(--yem-primary-deep);font-size:18px;white-space:nowrap}.cash-record-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.checkbox-row{display:flex;align-items:center;gap:10px;min-height:42px;color:var(--yem-primary-deep);font-size:13px;font-weight:900}.checkbox-row input{width:18px;height:18px;accent-color:var(--yem-primary)}.loading-mark{display:block;width:34px;height:34px;margin-bottom:18px;border:4px solid var(--yem-primary-soft);border-top-color:var(--yem-primary);border-radius:50%;animation:yem-spin .85s linear infinite}@keyframes yem-spin{to{transform:rotate(360deg)}}@media (max-width: 430px){.rider-profile-form,.rider-profile-grid,.rider-application-summary{grid-template-columns:1fr}.rider-card-header{flex-direction:column}.rider-availability-panel{align-items:stretch;flex-direction:column}.rider-task-heading,.cash-record-heading,.active-delivery-hero{flex-direction:column}.active-delivery-cod{justify-items:start}.active-delivery-grid,.rider-task-meta,.cash-record-grid{grid-template-columns:1fr}}
