*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--green-900:#1b5e20;--green-800:#2e7d32;--green-700:#388e3c;--green-600:#43a047;--green-100:#e8f5e9;--green-50:#f1f8e9;--orange:#f57c00;--orange-lt:#fff3e0;--red:#c62828;--red-lt:#ffebee;--blue:#1565c0;--blue-lt:#e3f2fd;--grey-900:#212121;--grey-700:#424242;--grey-500:#9e9e9e;--grey-300:#e0e0e0;--grey-100:#f5f5f5;--white:#fff;--shadow-sm:0 1px 3px rgba(0,0,0,.12);--shadow-md:0 4px 12px rgba(0,0,0,.12);--shadow-lg:0 8px 24px rgba(0,0,0,.15);--radius-sm:6px;--radius-md:10px;--radius-lg:16px;--font:"Noto Sans Kannada","Noto Sans",system-ui,sans-serif}html{font-size:16px;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;background:#f5f5f5;background:var(--grey-100);color:#212121;color:var(--grey-900);font-family:Noto Sans Kannada,Noto Sans,system-ui,sans-serif;font-family:var(--font);line-height:1.6}a{color:#2e7d32;color:var(--green-800);text-decoration:none}a:hover{text-decoration:underline}button{cursor:pointer}button,input,select,textarea{font-family:Noto Sans Kannada,Noto Sans,system-ui,sans-serif;font-family:var(--font)}.sr-only{clip:rect(0,0,0,0);height:1px;overflow:hidden;position:absolute;width:1px}.flex{display:flex}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-between{justify-content:space-between}.gap-8{gap:8px}.gap-12{gap:12px}.gap-16{gap:16px}.w-full{width:100%}.text-center{text-align:center}.text-right{text-align:right}.mt-8{margin-top:8px}.mt-16{margin-top:16px}.mt-24{margin-top:24px}.mb-8{margin-bottom:8px}.mb-16{margin-bottom:16px}.card{background:#fff;background:var(--white);border-radius:10px;border-radius:var(--radius-md);box-shadow:0 1px 3px rgba(0,0,0,.12);box-shadow:var(--shadow-sm);padding:20px}.card:hover{box-shadow:0 4px 12px rgba(0,0,0,.12);box-shadow:var(--shadow-md)}.btn{align-items:center;border:none;border-radius:6px;border-radius:var(--radius-sm);display:inline-flex;font-size:14px;font-weight:600;gap:6px;justify-content:center;padding:10px 20px;transition:all .15s ease;white-space:nowrap}.btn:disabled{cursor:not-allowed;opacity:.55}.btn-primary{background:#2e7d32;background:var(--green-800);color:#fff;color:var(--white)}.btn-primary:hover:not(:disabled){background:#388e3c;background:var(--green-700)}.btn-secondary{background:#fff;background:var(--white);border:1.5px solid #2e7d32;border:1.5px solid var(--green-800);color:#2e7d32;color:var(--green-800)}.btn-secondary:hover:not(:disabled){background:#f1f8e9;background:var(--green-50)}.btn-danger{background:#c62828;background:var(--red);color:#fff;color:var(--white)}.btn-danger:hover:not(:disabled){background:#b71c1c}.btn-ghost{background:transparent;border:1.5px solid #e0e0e0;border:1.5px solid var(--grey-300);color:#424242;color:var(--grey-700)}.btn-ghost:hover:not(:disabled){background:#f5f5f5;background:var(--grey-100)}.btn-sm{font-size:13px;padding:6px 14px}.btn-lg{font-size:16px;padding:14px 28px}.btn-full{width:100%}.btn-icon{background:transparent;border:none;border-radius:50%;padding:8px}.form-group{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.form-label{color:#424242;color:var(--grey-700);font-size:13px;font-weight:600}.form-input{background:#fff;background:var(--white);border:1.5px solid #e0e0e0;border:1.5px solid var(--grey-300);border-radius:6px;border-radius:var(--radius-sm);font-size:15px;padding:10px 14px;transition:border-color .15s}.form-input:focus{border-color:#43a047;border-color:var(--green-600);box-shadow:0 0 0 3px rgba(67,160,71,.15);outline:none}.form-input::placeholder{color:#9e9e9e;color:var(--grey-500)}.form-select{appearance:none;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='8'%3E%3Cpath d='m1 1 5 5 5-5' stroke='%23666' stroke-width='1.5' fill='none'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;padding-right:36px}.form-error{color:#c62828;color:var(--red);font-size:13px;margin-top:4px}.badge{align-items:center;border-radius:20px;display:inline-flex;font-size:12px;font-weight:600;padding:3px 10px}.badge-green{background:#e8f5e9;background:var(--green-100);color:#1b5e20;color:var(--green-900)}.badge-orange{background:#fff3e0;background:var(--orange-lt);color:#f57c00;color:var(--orange)}.badge-red{background:#ffebee;background:var(--red-lt);color:#c62828;color:var(--red)}.badge-blue{background:#e3f2fd;background:var(--blue-lt);color:#1565c0;color:var(--blue)}.badge-grey{background:#f5f5f5;background:var(--grey-100);color:#424242;color:var(--grey-700)}.table-wrap{border-radius:10px;border-radius:var(--radius-md);box-shadow:0 1px 3px rgba(0,0,0,.12);box-shadow:var(--shadow-sm);overflow-x:auto}table{background:#fff;background:var(--white);border-collapse:collapse;width:100%}thead tr{background:#e8f5e9;background:var(--green-100)}th{color:#1b5e20;color:var(--green-900);font-size:13px;font-weight:700;text-align:left;white-space:nowrap}td,th{padding:12px 16px}td{border-top:1px solid #e0e0e0;border-top:1px solid var(--grey-300);font-size:14px}tbody tr:hover{background:#f5f5f5;background:var(--grey-100)}.alert{border-radius:6px;border-radius:var(--radius-sm);font-size:14px;margin-bottom:16px;padding:12px 16px}.alert-error{background:#ffebee;background:var(--red-lt);border-left:4px solid #c62828;border-left:4px solid var(--red);color:#c62828;color:var(--red)}.alert-success{background:#e8f5e9;background:var(--green-100);border-left:4px solid #2e7d32;border-left:4px solid var(--green-800);color:#1b5e20;color:var(--green-900)}.alert-info{background:#e3f2fd;background:var(--blue-lt);border-left:4px solid #1565c0;border-left:4px solid var(--blue);color:#1565c0;color:var(--blue)}@keyframes spin{to{transform:rotate(1turn)}}.spinner{animation:spin .7s linear infinite;border:2.5px solid hsla(0,0%,100%,.4);border-radius:50%;border-top-color:currentcolor;display:inline-block;height:20px;width:20px}.spinner-dark{border-color:#2e7d32 rgba(0,0,0,.15) rgba(0,0,0,.15);border-top-color:var(--green-800)}.stat-card{background:#fff;background:var(--white);border-left:4px solid #43a047;border-left:4px solid var(--green-600);border-radius:10px;border-radius:var(--radius-md);box-shadow:0 1px 3px rgba(0,0,0,.12);box-shadow:var(--shadow-sm);padding:20px 24px}.stat-value{color:#1b5e20;color:var(--green-900);font-size:28px;font-weight:700}.stat-label{color:#9e9e9e;color:var(--grey-500);font-size:13px;margin-top:4px}.listing-card{background:#fff;background:var(--white);border-radius:10px;border-radius:var(--radius-md);box-shadow:0 1px 3px rgba(0,0,0,.12);box-shadow:var(--shadow-sm);cursor:pointer;overflow:hidden;transition:box-shadow .2s,transform .2s}.listing-card:hover{box-shadow:0 4px 12px rgba(0,0,0,.12);box-shadow:var(--shadow-md);transform:translateY(-2px)}.listing-card-body{padding:16px}.listing-card-title{color:#212121;color:var(--grey-900);font-size:16px;font-weight:700}.listing-card-sub{color:#9e9e9e;color:var(--grey-500);font-size:13px;margin-top:2px}.listing-card-price{color:#2e7d32;color:var(--green-800);font-size:20px;font-weight:700;margin-top:8px}.listing-card-meta{display:flex;flex-wrap:wrap;gap:8px;margin-top:10px}.notif-item{background:#fff;background:var(--white);border-left:4px solid #43a047;border-left:4px solid var(--green-600);border-radius:6px;border-radius:var(--radius-sm);box-shadow:0 1px 3px rgba(0,0,0,.12);box-shadow:var(--shadow-sm);margin-bottom:8px;padding:14px 16px}.notif-item.unread{background:#f1f8e9;background:var(--green-50);border-left-color:#2e7d32;border-left-color:var(--green-800)}.notif-msg{font-size:14px;font-weight:500}.notif-time{color:#9e9e9e;color:var(--grey-500);font-size:12px;margin-top:4px}.price-chart{align-items:flex-end;display:flex;gap:4px;height:100px;padding:8px 0}.price-bar-wrap{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:4px}.price-bar{background:#43a047;background:var(--green-600);border-radius:3px 3px 0 0;min-height:4px;transition:height .3s;width:100%}.price-bar-label{color:#9e9e9e;color:var(--grey-500);font-size:10px}@media (max-width:640px){.hide-mobile{display:none!important}.card{padding:14px}td,th{padding:10px 12px}}
/*# sourceMappingURL=main.ad69746d.css.map*/