@import url("https://fonts.googleapis.com/css2?family=Bitter:wght@400;600;700&family=Droid+Serif:wght@400;700&display=swap");*{box-sizing:border-box;margin:0;padding:0}body{font-weight:400;background-color:#F5F5F6;color:#333333;line-height:1.6}body,h1,h2,h3,h4,h5,h6{font-family:"Droid Serif",serif}h1,h2,h3,h4,h5,h6{font-weight:700;color:#222222}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background-color:#F5F5F6;padding:1rem}.login-card{background:white;border-radius:0;box-shadow:0 4px 6px rgba(0,0,0,.1);width:100%;max-width:450px;padding:2rem}.login-header{text-align:center;margin-bottom:2rem}.mint-logo{font-size:clamp(1.75rem,5vw,2.5rem);font-weight:700;color:#0B3028;margin-bottom:.5rem}.login-subtitle,.mint-logo{font-family:"Droid Serif",serif}.login-subtitle{font-size:clamp(1rem,3vw,1.125rem);color:#666}.login-error-banner{display:flex;align-items:center;gap:.625rem;padding:.75rem 1rem;background-color:#fef2f2;border:1px solid #fecaca;border-radius:.5rem;color:#991b1b;font-family:"Droid Serif",serif;font-size:.875rem;margin-top:1rem;animation:fadeInShake .4s ease-out}.login-error-banner svg{flex-shrink:0;color:#dc2626}@keyframes fadeInShake{0%{opacity:0;transform:translateX(-10px)}50%{transform:translateX(5px)}to{opacity:1;transform:translateX(0)}}.login-form{gap:1.25rem}.form-group,.login-form{display:flex;flex-direction:column}.form-group label{font-family:"Droid Serif",serif;font-weight:600;margin-bottom:.5rem;color:#222222;font-size:clamp(.875rem,2.5vw,1rem)}.form-group input,.form-group select,.form-group textarea{padding:.75rem;border:2px solid #dddddd;border-radius:0;font-size:clamp(.875rem,2.5vw,1rem);font-family:"Droid Serif",serif;transition:border-color .2s,background-color .2s;background-color:#ffffff}.form-group select{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23333' d='M6 9L1 4h10z'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right .75rem center;padding-right:2.5rem}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;border-color:#0B3028;background-color:#ffffff}.form-group select:hover{background-color:#f9fafb;border-color:#0B3028}.login-buttons{display:flex;flex-direction:column;gap:.75rem;margin-top:0}.login-buttons .btn{width:100%;justify-content:center;padding:12px 24px}.dashboard{min-height:100vh;background-color:#F5F5F6}.header{background-color:#0B3028;color:white;padding:1rem;box-shadow:0 2px 4px rgba(0,0,0,.1);position:-webkit-sticky;position:sticky;top:0;z-index:100}.header-content{max-width:1400px;margin:0 auto;justify-content:space-between;flex-wrap:wrap}.header-content,.header-left{display:flex;align-items:center;gap:1rem}.header .mint-logo{font-size:clamp(1.25rem,4vw,1.5rem);color:white}.dealer-name{opacity:.9}.dealer-name,.logout-btn{font-family:"Droid Serif",serif;font-size:clamp(.875rem,2.5vw,1rem);color:white}.logout-btn{background-color:transparent;border:2px solid white;padding:.5rem 1.25rem;border-radius:0;cursor:pointer;font-weight:700;transition:all .2s}.logout-btn:hover{background-color:white;color:#0B3028}.main-content{max-width:1400px;margin:0 auto;padding:1.5rem 1rem}.stats-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));grid-gap:1.25rem;gap:1.25rem;margin-bottom:2rem}.stat-card{background:white;padding:1.5rem;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.08);display:flex;cursor:pointer;transition:all .2s;align-items:center;gap:1.25rem;transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 4px 8px rgba(0,0,0,.12)}.stat-icon{color:#0B3028;flex-shrink:0}.stat-info{flex:1 1}.stat-number{font-size:clamp(1.5rem,4vw,2rem);font-weight:700;color:#0B3028;line-height:1.2}.stat-label,.stat-number{font-family:"Droid Serif",serif}.stat-label{font-size:clamp(.875rem,2.5vw,1rem);color:#666;margin-top:.25rem}.action-buttons{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.btn{padding:.75rem 1.5rem;border:none;border-radius:0;text-align:center;display:flex;justify-content:center;font-family:"Droid Serif",serif;font-weight:700;font-size:clamp(.875rem,2.5vw,1rem);cursor:pointer;display:inline-flex;align-items:center;gap:.5rem;transition:all .2s;text-decoration:none}.btn:disabled{opacity:.5}.btn-primary{background-color:#0B3028;color:white}.btn-primary:hover:not(:disabled){background-color:#142514}.btn-secondary{background-color:white;color:#0B3028;border:2px solid #dddddd}.btn-secondary:hover:not(:disabled){background-color:#F5F5F6;border-color:#0B3028}.btn-success{background-color:#10b981;color:white}.btn-success:hover:not(:disabled){background-color:#059669}.btn-warning{background-color:#f59e0b;color:white}.btn-warning:hover:not(:disabled){background-color:#d97706}.table-container{background:white;border-radius:12px;box-shadow:0 2px 4px rgba(0,0,0,.08);overflow:hidden}.table-header{padding:1.5rem;border-bottom:2px solid #f5f5f6}.table-header h3{font-family:"Droid Serif",serif;font-size:clamp(1.125rem,3vw,1.5rem);color:#222222;margin:0}.table-wrapper{overflow-x:auto;overflow-y:visible}.watches-table{width:100%;border-collapse:collapse}.watches-table thead{background-color:#F5F5F6}.watches-table th{text-align:left;font-weight:700;color:#222222;white-space:nowrap}.watches-table td,.watches-table th{padding:1rem;font-family:"Droid Serif",serif;font-size:clamp(.8125rem,2.5vw,.875rem)}.watches-table td{border-bottom:1px solid #f5f5f6;color:#333333}.watches-table tbody tr:hover{background-color:#F5F5F6}.watch-details{display:flex;flex-direction:column;gap:.25rem}.watch-name{font-weight:600;color:#222222}.watch-desc{font-size:.8125rem;color:#666}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:0;font-size:.75rem;font-weight:700;font-family:"Droid Serif",serif}.status-active{background-color:#d1fae5;color:#065f46}.status-pending{background-color:#FEF3C7;color:#92400E}.status-rejected{background-color:#FEE2E2;color:#991B1B}.status-lost,.status-stolen{background-color:#E0E7FF;color:#3730A3}.status-replaced{background-color:#E5E7EB;color:#374151}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:rgba(11,48,40,.75);display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem;overflow-y:auto}.modal{background:white;border-radius:0;box-shadow:0 20px 25px -5px rgba(0,0,0,.1);width:100%;max-height:90vh;overflow-y:auto;margin:auto}.modal-small{max-width:500px}.modal-header{padding:1.5rem;border-bottom:2px solid #f5f5f6;display:flex;justify-content:space-between;align-items:center;position:relative}.modal-header h3{font-family:"Droid Serif",serif;font-size:clamp(1.125rem,3vw,1.5rem);color:#222222;margin:0;flex:1 1}.modal-close{background:none;border:none;font-size:1.5rem;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s;margin-left:1rem}.modal-close:hover{background-color:#f0f0f0;color:#222}.modal-body{padding:1.5rem;max-height:calc(90vh - 150px)}.modal-footer{padding:1.5rem;border-top:2px solid #f5f5f6;display:flex;justify-content:flex-end;gap:.75rem;flex-wrap:wrap}.form-grid{display:grid;grid-template-columns:repeat(2,1fr);grid-gap:1.25rem;gap:1.25rem}.form-group-full{grid-column:1/-1}.checkbox-group,.radio-group-inline{display:flex;flex-direction:column;gap:.75rem}.radio-group-inline{flex-direction:row;flex-wrap:wrap}.checkbox-option,.radio-option{display:flex;align-items:center;gap:.5rem;cursor:pointer;font-family:"Droid Serif",serif;font-size:clamp(.875rem,2.5vw,1rem)}.checkbox-option input,.radio-option input{width:18px;height:18px;cursor:pointer}.premium-breakdown{display:flex;flex-direction:column;gap:1.5rem}.premium-breakdown h4{font-family:"Droid Serif",serif;font-size:clamp(1rem,3vw,1.125rem);color:#222222;margin:0 0 .75rem}.calculation-details,.watch-summary{background-color:#F5F5F6;padding:1rem;border-radius:0}.calc-row,.summary-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-family:"Droid Serif",serif;font-size:clamp(.875rem,2.5vw,1rem)}.calc-row:not(:last-child),.summary-row:not(:last-child){border-bottom:1px solid #dddddd}.calc-total{font-weight:700;font-size:clamp(1rem,3vw,1.125rem);color:#0B3028;margin-top:.5rem;padding-top:1rem;border-top:2px solid #0b3028!important}.bind-notice{background-color:#E0F2FE;padding:1.25rem;border-radius:8px;border:1px solid #bae6fd}.bind-notice h4{margin-top:0}.bind-notice ul{margin:.75rem 0;padding-left:1.5rem}.bind-notice p,.bind-notice ul{font-family:"Droid Serif",serif;font-size:clamp(.875rem,2.5vw,1rem);line-height:1.6}.bind-notice p{margin:.5rem 0}@media (max-width:768px){.header-content{flex-direction:row;align-items:center;justify-content:space-between}.header-right{margin-left:auto}.stats-grid{grid-template-columns:1fr}.action-buttons{flex-direction:column}.action-buttons .btn{width:100%;justify-content:center}.form-grid{grid-template-columns:1fr!important;gap:1rem}.form-grid>div[style*=grid-template-columns],.form-group-full[style*=grid-template-columns]{display:block!important}.form-group-full[style*=grid-template-columns]>.form-group{margin-bottom:1rem}.modal-large{max-width:100%;width:calc(100% - 2rem);margin:1rem;max-height:95vh}.modal-body{max-height:calc(95vh - 180px)}.modal-body,.modal-header{padding:1rem}.modal-footer{flex-direction:column-reverse;padding:1rem;gap:.75rem}.modal-footer .btn{width:100%}.watches-table td,.watches-table th{padding:.75rem .5rem}.form-group input,.form-group select,.form-group textarea{min-height:44px;padding:.75rem;width:100%;box-sizing:border-box}.modal-body{overflow-x:hidden}.form-grid{overflow-x:hidden}.form-grid,.form-group{width:100%;max-width:100%}.form-group{box-sizing:border-box}.checkbox-group{flex-direction:column}.link-generation-section{padding:1rem!important}.link-generation-section h3{font-size:1.125rem!important}.link-generation-section>div[style*=grid-template-columns]{grid-template-columns:1fr!important}.header{padding:.75rem!important}.dealer-name{font-size:.875rem!important;max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.stat-card{padding:1rem!important}.stat-icon{width:28px!important;height:28px!important}.main-content{padding:1rem .75rem!important}.table-wrapper{overflow-x:auto;-webkit-overflow-scrolling:touch}.watches-table{min-width:600px;font-size:.75rem}.table-container{background:white;border-radius:12px;padding:1rem;box-shadow:0 2px 4px rgba(0,0,0,.08)}.watch-card-mobile{display:block;background:white;border:1px solid #e5e7eb;border-radius:8px;padding:1rem;margin-bottom:1rem}.modal{max-width:100%!important;width:calc(100% - 1rem)!important;margin:.5rem!important;max-height:95vh!important}.modal-body{padding:1rem!important;max-height:calc(95vh - 140px)!important;overflow-y:auto;-webkit-overflow-scrolling:touch}.btn{min-height:44px!important;padding:.875rem 1.25rem!important;font-size:.9375rem!important}.notification{top:10px!important;right:10px!important;left:10px!important;min-width:auto!important;max-width:none!important}.form-group label{font-size:.875rem!important;margin-bottom:.5rem!important}input[readonly]{font-size:.75rem!important;padding:.75rem!important}.btn-secondary{min-width:80px!important}}.notification{position:fixed;top:20px;right:20px;min-width:300px;max-width:500px;padding:1rem 1.5rem;background:white;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);display:flex;align-items:center;justify-content:space-between;z-index:10000;animation:slideIn .3s ease-out;border-left:4px solid}@keyframes slideIn{0%{transform:translateX(400px);opacity:0}to{transform:translateX(0);opacity:1}}.notification-success{border-left-color:#10b981;background:#f0fdf4}.notification-error{border-left-color:#ef4444;background:#fef2f2}.notification-warning{border-left-color:#f59e0b;background:#fffbeb}.notification-content{display:flex;align-items:center;gap:.75rem;flex:1 1}.notification-icon{width:24px;height:24px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:14px}.notification-success .notification-icon{background:#10b981;color:white}.notification-error .notification-icon{background:#ef4444;color:white}.notification-warning .notification-icon{background:#f59e0b;color:white}.notification-message{font-size:.875rem;font-weight:500;color:#1f2937}.notification-close{background:none;border:none;font-size:1.5rem;color:#6b7280;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s}.notification-close:hover{background:rgba(0,0,0,.1)}.modal-compact{max-height:90vh;overflow-y:auto}.modal-large{max-width:900px;max-height:85vh}.modal-body{max-height:calc(85vh - 180px);overflow-y:auto}.form-group input,.form-group select{padding:.6rem 2.5rem .6rem .6rem;font-size:.875rem}.form-group label{font-size:.875rem;margin-bottom:.4rem}.premium-summary-inline{grid-column:1/-1;background:#f9fafb;padding:1rem;border-radius:8px;border:2px solid #10b981;margin-top:1rem}.premium-summary-inline h4{margin:0 0 .75rem;color:#10b981;font-size:1rem}.premium-row{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.875rem}.premium-row.total{border-top:2px solid #d1d5db;margin-top:.5rem;padding-top:.75rem;font-weight:700;font-size:1rem;color:#10b981}.modal-compact{max-width:650px;max-height:-moz-fit-content;max-height:fit-content}.confirmation-grid{display:grid;grid-template-columns:1fr 1fr;grid-auto-rows:auto;grid-gap:1.5rem;gap:1.5rem;align-items:start}.confirmation-section h4{margin:0 0 .75rem;color:#374151;font-size:.95rem;font-weight:600;border-bottom:2px solid #e5e7eb;padding-bottom:.5rem}.detail-row{display:flex;justify-content:space-between;padding:.5rem 0;font-size:.875rem;border-bottom:1px solid #f3f4f6}.detail-row .label{color:#6b7280;font-weight:500}.detail-row .value{color:#111827;font-weight:500;text-align:right}.premium-section{background:#f0fdf4;padding:1rem;border-radius:8px;border:2px solid #10b981}.premium-section h4{color:#10b981;border-bottom-color:#86efac}.excess-section{background:#FFFBEB;padding:.75rem;border-radius:6px;border:1px solid #fde68a}.excess-section h4{color:#92400E;border-bottom-color:#FDE68A;font-size:.95rem}.premium-confirmation-modal{max-width:700px}.premium-card{background:white;border:1px solid #e5e7eb;border-radius:12px;margin-bottom:1.25rem;overflow:hidden;box-shadow:0 1px 3px rgba(0,0,0,.05)}.premium-card:last-child{margin-bottom:0}.premium-card-header{background:#F9FAFB;padding:1rem 1.25rem;border-bottom:1px solid #e5e7eb}.premium-card-header h4{margin:0;font-family:"Droid Serif",serif;font-size:1.125rem;color:#111827;font-weight:600}.premium-card-body{padding:1.25rem}.premium-info-item{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #f3f4f6}.premium-info-item:last-child{border-bottom:none;padding-bottom:0}.premium-info-item.premium-subtotal{border-top:2px solid #e5e7eb;border-bottom:1px solid #e5e7eb;margin-top:.5rem;padding-top:1rem;padding-bottom:.75rem}.premium-info-item.premium-total{border-top:2px solid #0b3028;border-bottom:none;margin-top:.75rem;background:#F0FDF4;margin-left:-1.25rem;margin-right:-1.25rem;padding:1rem 1.25rem 0}.premium-info-label{color:#6B7280;font-size:.9375rem;font-weight:500}.premium-info-value{color:#111827;font-size:.9375rem;font-weight:600;text-align:right}.premium-total-value{color:#0B3028;font-size:1.25rem;font-weight:700}.premium-highlight{border:2px solid #0b3028;box-shadow:0 4px 6px rgba(11,48,40,.1)}.premium-warning-note{margin-top:1rem;padding:.875rem 1rem;background:#FFFBEB;border:1px solid #fde68a;border-radius:8px;color:#92400E;font-size:.875rem;display:flex;align-items:flex-start;gap:.5rem;line-height:1.5}.premium-warning-note span:first-child{font-size:1.125rem;flex-shrink:0}.pending-note{margin-top:.75rem;background:#FFFBEB;border:1px solid #fde68a;border-radius:6px;padding:.75rem;font-size:.8125rem;color:#92400E;line-height:1.4}.detail-row.premium-total{border-top:2px solid #10b981;margin-top:.5rem;padding-top:.75rem;font-size:1rem;font-weight:700;color:#10b981;border-bottom:none}.modal-success{max-width:450px;width:90%}.success-header{background:#f0fdf4;border-bottom:3px solid #10b981;padding:2rem 1.5rem;text-align:center}.success-icon-large{width:80px;height:80px;background:#10b981;color:white;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:3rem;font-weight:700;margin:0 auto 1rem;box-shadow:0 4px 12px rgba(16,185,129,.3)}.success-header h3{margin:0;color:#065f46;font-size:1.5rem;font-weight:600}.success-message{padding:1.5rem 2rem;text-align:center;color:#374151;background:white}@media (max-width:768px){.modal-success{max-width:95%;width:95%}.success-header{padding:1.5rem 1rem}.success-details,.success-message{padding:1rem 1.5rem}.success-detail-row{flex-direction:column;gap:.25rem}.success-detail-row .value{text-align:left}}.success-message p{margin:.5rem 0;font-size:.95rem;line-height:1.6}.success-message p:first-child{font-weight:600;color:#111827}.success-details{background:#f9fafb;padding:1.25rem 2rem;margin:0;border-top:1px solid #e5e7eb}.success-detail-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid #e5e7eb;font-size:.9rem;gap:1rem}.success-detail-row:last-child{border-bottom:none;padding-bottom:0}.success-detail-row .label{color:#6b7280;font-weight:500;flex-shrink:0;white-space:nowrap}.success-detail-row .value{color:#111827;font-weight:600;text-align:right;flex:1 1;min-width:0;word-break:break-word}.modal-success .modal-footer{padding:1.5rem 2rem;background:white;border-top:1px solid #e5e7eb}.modal-success .btn{width:100%;padding:.75rem;font-size:1rem;font-weight:600}.btn:disabled{opacity:.6;cursor:not-allowed}.btn:disabled:hover{transform:none}@media (max-width:768px){.notification{top:10px;right:10px;left:10px;min-width:auto}.pending-referrals-section{padding:1rem!important}.pending-referrals-section h3{font-size:1.125rem!important}.pending-referral-card{padding:1rem!important}.pending-referral-card>div[style*=grid-template-columns]:first-of-type{grid-template-columns:1fr!important;gap:.75rem!important}.pending-referral-card>div[style*=grid-template-columns]:nth-of-type(2){grid-template-columns:1fr!important;gap:.5rem!important}.pending-referral-card button{width:100%!important;margin-top:.5rem}}.admin-page{min-height:100vh;padding:2rem;background-color:#F5F5F6}.admin-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.admin-mint-logo{font-size:1.75rem;font-weight:700;color:#0B3028;letter-spacing:.1em}.admin-header-subtitle{margin-top:.25rem;color:#6b7280;font-size:.875rem}.admin-header-actions{display:flex;align-items:center;gap:1rem}.admin-user-info{display:flex;flex-direction:column;text-align:right;color:#0B3028;font-size:.9rem}.admin-nav{display:flex;gap:.5rem;margin-bottom:2rem;border-bottom:2px solid #e5e7eb;padding-bottom:0}.admin-nav-item{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.25rem;background:transparent;border:none;border-bottom:3px solid transparent;color:#6b7280;font-family:"Droid Serif",serif;font-size:.95rem;font-weight:500;cursor:pointer;transition:all .2s;margin-bottom:-2px}.admin-nav-item:hover{color:#0B3028;background:#f9fafb}.admin-nav-item.active{color:#0B3028;border-bottom-color:#0B3028;font-weight:600}.admin-stats-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(220px,1fr));grid-gap:1rem;gap:1rem;margin-bottom:2rem}.admin-stat-card{background:#fff;border-radius:8px;padding:1rem;display:flex;align-items:center;gap:1rem;border:1px solid #e5e7eb}.admin-stat-icon{width:48px;height:48px;border-radius:50%;background:#eef6ff;color:#0B3028;display:flex;align-items:center;justify-content:center}.admin-stat-value{font-size:1.3rem;font-weight:600;color:#0B3028}.admin-stat-label{font-size:.85rem;color:#6b7280}.admin-card{background:#fff;border-radius:8px;padding:1.5rem;border:1px solid #e5e7eb}.admin-card-header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1.5rem;flex-wrap:wrap}.admin-search-input{min-width:260px;padding:.65rem .85rem;border-radius:6px;border:1px solid #d1d5db;font-family:inherit}.admin-table-wrapper{overflow-x:auto}.admin-table{width:100%;border-collapse:collapse;font-size:.95rem}.admin-table td,.admin-table th{padding:.85rem .75rem;border-bottom:1px solid #f3f4f6;text-align:left}.admin-table th{font-size:.75rem;text-transform:uppercase;letter-spacing:.05em;color:#6b7280}.admin-table-row{cursor:pointer;transition:background .15s ease}.admin-table-row:hover{background:#f9fafb}.admin-table-primary{display:flex;flex-direction:column}.admin-table-title{font-weight:600;color:#0B3028}.admin-table-subtitle{font-size:.8rem;color:#6b7280}.admin-table-empty{text-align:center;color:#6b7280;padding:2rem 0}.admin-alert{padding:1rem;border-radius:6px;margin-bottom:1rem}.admin-alert-error{background:#fee2e2;border:1px solid #fecaca;color:#991b1b}.admin-loading-state{text-align:center;padding:3rem 0;color:#6b7280}.admin-filters{display:flex;align-items:center;gap:1rem;flex-wrap:wrap}.admin-textarea{width:100%;min-height:100px;border:1px solid #d1d5db;border-radius:6px;padding:.75rem;font-family:inherit;resize:vertical}.admin-label{display:block;font-size:.85rem;color:#374151;margin-bottom:.35rem}.admin-badge-helper{margin-top:.35rem;font-size:.75rem;color:#6b7280}.admin-monthly-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));grid-gap:.75rem;gap:.75rem}.admin-monthly-card{border:1px solid #e5e7eb;border-radius:6px;padding:.85rem;background:#f9fafb}.admin-month-label{font-size:.85rem;color:#6b7280}.admin-month-value{margin-top:.35rem;font-weight:600;color:#0B3028}