@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700;800&family=JetBrains+Mono:wght@500;700&display=swap);:root{--font-body:"Inter",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif;--font-mono:"JetBrains Mono",ui-monospace,SFMono-Regular,Consolas,monospace;--bg:#f8fafc;--bg-strong:#f1f5f9;--surface:#fff;--surface-strong:#fff;--surface-soft:#f8fafc;--ink:#0f172a;--muted:#475569;--subtle:#94a3b8;--line:#e2e8f0;--line-strong:#cbd5e1;--primary:#0d9488;--primary-strong:#0f766e;--primary-soft:#f0fdfa;--blue:#2563eb;--blue-soft:#eff6ff;--coral:#ea580c;--coral-soft:#fff7ed;--amber:#d97706;--amber-soft:#fffbeb;--violet:#7c3aed;--violet-soft:#f5f3ff;--success:#16a34a;--success-soft:#f0fdf4;--danger:#dc2626;--danger-soft:#fef2f2;--shadow:0 1px 3px 0 #0000000d,0 1px 2px -1px #0000000d;--shadow-md:0 4px 6px -1px #0000000d,0 2px 4px -2px #0000000d;--shadow-lg:0 10px 15px -3px #0000000d,0 4px 6px -4px #0000000d;--radius:6px;--z-shell:1;--z-sidebar:20;--z-topbar:30;--z-modal:1000;--z-toast:2000;--text-main:var(--ink);--text-muted:var(--muted);--border-color:var(--line);--bg-card:var(--surface);--accent-primary:var(--primary);--accent-secondary:var(--blue);--danger-bg:var(--danger-soft);--success-bg:var(--success-soft)}:root[data-theme=dark]{--bg:#090d16;--bg-strong:#0d1220;--surface:#121826;--surface-strong:#171e30;--surface-soft:#0d1220;--ink:#f8fafc;--muted:#94a3b8;--subtle:#64748b;--line:#1e293b;--line-strong:#334155;--primary:#14b8a6;--primary-strong:#2dd4bf;--primary-soft:#14b8a61a;--blue:#3b82f6;--blue-soft:#3b82f61a;--coral:#f97316;--coral-soft:#f973161a;--amber:#f59e0b;--amber-soft:#f59e0b1a;--violet:#8b5cf6;--violet-soft:#8b5cf61a;--success:#10b981;--success-soft:#10b9811a;--danger:#ef4444;--danger-soft:#ef44441a;--shadow:0 1px 3px 0 #0000004d;--shadow-md:0 4px 6px -1px #0000004d,0 2px 4px -2px #0000004d;--shadow-lg:0 10px 15px -3px #0006,0 4px 6px -4px #0000004d}*,:after,:before{box-sizing:border-box}html{background:#f8fafc;background:var(--bg)}body,html{min-height:100%}body{-webkit-font-smoothing:antialiased;background-color:#f8fafc;background-color:var(--bg);color:#0f172a;color:var(--ink);font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;font-family:var(--font-body);margin:0;text-rendering:optimizeLegibility}button,input,select,textarea{font:inherit}button{min-height:38px}button,select{cursor:pointer}button:disabled,select:disabled{cursor:not-allowed}a:focus-visible,button:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{outline:2px solid #0d9488;outline:2px solid var(--primary);outline-offset:2px}::selection{background:#0d9488;background:var(--primary);color:#fff}::-webkit-scrollbar{height:6px;width:6px}::-webkit-scrollbar-track{background:#0000}::-webkit-scrollbar-thumb{background:#cbd5e1;background:var(--line-strong);border-radius:999px}::-webkit-scrollbar-thumb:hover{background:#94a3b8;background:var(--subtle)}@keyframes fadeUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes spin{to{transform:rotate(1turn)}}@keyframes skeleton{0%{background-position:200% 0}to{background-position:-200% 0}}.app-shell{height:100dvh;overflow:hidden;z-index:1;z-index:var(--z-shell)}.app-shell,.sidebar{display:flex;position:relative}.sidebar{background:#fff;background:var(--surface);border-right:1px solid #e2e8f0;border-right:1px solid var(--line);flex-direction:column;gap:1.5rem;min-width:260px;padding:1.5rem;transition:transform .2s cubic-bezier(.4,0,.2,1);width:260px;z-index:20;z-index:var(--z-sidebar)}.sidebar-brand{align-items:center;display:flex;gap:.75rem}.sidebar-brand strong{color:#0f172a;color:var(--ink);font-size:1.1rem;font-weight:700;letter-spacing:-.01em}.sidebar-brand small{color:#475569;color:var(--muted);display:block;font-size:.75rem;margin-top:1px}.brand-mark{align-items:center;background:#0d9488;background:var(--primary);border-radius:6px;border-radius:var(--radius);color:#fff;display:inline-flex;flex-shrink:0;height:36px;justify-content:center;width:36px}.owner-chip{align-items:center;background:#f8fafc;background:var(--surface-soft);border:1px solid #e2e8f0;border:1px solid var(--line);border-radius:6px;border-radius:var(--radius);display:flex;gap:.75rem;padding:.75rem}.owner-chip span{color:#0f172a;color:var(--ink);display:block;font-size:.875rem;font-weight:600}.owner-chip small{color:#475569;color:var(--muted);display:block;font-size:.75rem;margin-top:1px;max-width:140px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-list{display:flex;flex:1 1;flex-direction:column;gap:.25rem}.nav-list button{align-items:center;background:#0000;border:1px solid #0000;border-radius:6px;border-radius:var(--radius);color:#475569;color:var(--muted);display:flex;font-size:.9rem;font-weight:500;gap:.75rem;min-height:38px;padding:.5rem .75rem;text-align:left;transition:all .15s ease;width:100%}.nav-list button:hover{background:#f8fafc;background:var(--surface-soft);color:#0f172a;color:var(--ink)}.nav-list button.active{background:#f0fdfa;background:var(--primary-soft);border-left:3px solid #0d9488;border-left:3px solid var(--primary);border-radius:0 6px 6px 0;border-radius:0 var(--radius) var(--radius) 0;color:#0f766e;color:var(--primary-strong);font-weight:600}.nav-list button em{align-items:center;background:#dc2626;background:var(--danger);border-radius:999px;color:#fff;display:flex;font-size:.7rem;font-style:normal;font-weight:700;height:18px;justify-content:center;margin-left:auto;min-width:18px;padding:0 4px}.logout-button{align-items:center;background:#0000;border:1px solid #0000;border-radius:6px;border-radius:var(--radius);color:#dc2626;color:var(--danger);display:flex;font-size:.9rem;font-weight:500;gap:.75rem;min-height:38px;padding:.5rem .75rem;text-align:left;transition:all .15s ease;width:100%}.logout-button:hover{background:#fef2f2;background:var(--danger-soft)}.main-area{background:#f1f5f9;background:var(--bg-strong);display:flex;flex:1 1;flex-direction:column;min-width:0}.topbar{background:#fff;background:var(--surface);border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--line);gap:1rem;justify-content:space-between;padding:.75rem 1.5rem;position:sticky;top:0;z-index:30;z-index:var(--z-topbar)}.topbar,.topbar-left{align-items:center;display:flex}.topbar-left{gap:.75rem}.topbar-left h1{align-items:center;color:#0f172a;color:var(--ink);display:flex;font-size:1rem;font-weight:600;gap:.5rem;margin:0}.topbar-left p{color:#475569;color:var(--muted);font-size:.75rem;margin:2px 0 0}.topbar-actions{align-items:center;display:flex;gap:.5rem}.page-content{flex:1 1;overflow-y:auto;padding:1.5rem}.page-stack{display:flex;flex-direction:column;gap:1.5rem;margin:0 auto;max-width:1200px;padding-bottom:2rem;width:100%}.metric-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(6,1fr)}.metric-tile{background:#fff;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--line);border-radius:6px;border-radius:var(--radius);box-shadow:0 1px 3px 0 #0000000d,0 1px 2px -1px #0000000d;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:.75rem;padding:1.25rem;transition:transform .2s ease,box-shadow .2s ease}.metric-tile:hover{box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -2px #0000000d;box-shadow:var(--shadow-md);transform:translateY(-2px)}.metric-tile>span{align-items:center;background:#f0fdfa;background:var(--primary-soft);border-radius:6px;border-radius:var(--radius);color:#0d9488;color:var(--primary);display:inline-flex;flex-shrink:0;height:32px;justify-content:center;width:32px}.metric-tile strong{color:#0f172a;color:var(--ink);display:block;font-size:1.25rem;font-weight:700;letter-spacing:-.02em}.metric-tile p{color:#475569;color:var(--muted);font-size:.75rem;font-weight:500;letter-spacing:.05em;margin:0;text-transform:uppercase}.metric-success>span{background:#f0fdf4;background:var(--success-soft);color:#16a34a;color:var(--success)}.metric-warning>span{background:#fffbeb;background:var(--amber-soft);color:#d97706;color:var(--amber)}.metric-danger>span{background:#fef2f2;background:var(--danger-soft);color:#dc2626;color:var(--danger)}.metric-blue>span{background:#eff6ff;background:var(--blue-soft);color:#2563eb;color:var(--blue)}.metric-violet>span{background:#f5f3ff;background:var(--violet-soft);color:#7c3aed;color:var(--violet)}.split-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(12,1fr)}.span-7{grid-column:span 7}.span-5{grid-column:span 5}.surface{background:#fff;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--line);border-radius:6px;border-radius:var(--radius);box-shadow:0 1px 3px 0 #0000000d,0 1px 2px -1px #0000000d;box-shadow:var(--shadow);padding:1.5rem}.section-head{align-items:center;display:flex;gap:1rem;justify-content:space-between;margin-bottom:1.25rem}.section-head h2{color:#0f172a;color:var(--ink);font-size:1rem;font-weight:600}.eyebrow{letter-spacing:.05em;margin-bottom:2px;text-transform:uppercase}.eyebrow,.tag{color:#475569;color:var(--muted);font-size:.75rem;font-weight:600}.tag{align-items:center;background:#f1f5f9;background:var(--bg-strong);border-radius:9999px;display:inline-flex;gap:.375rem;padding:.25rem .625rem;white-space:nowrap}.tag-success{background:#f0fdf4;background:var(--success-soft);border:1px solid #16a34a1a;color:#16a34a;color:var(--success)}.tag-warning{background:#fffbeb;background:var(--amber-soft);border:1px solid #d977061a;color:#d97706;color:var(--amber)}.tag-danger{background:#fef2f2;background:var(--danger-soft);border:1px solid #dc26261a;color:#dc2626;color:var(--danger)}.tag-neutral{background:#f1f5f9;background:var(--bg-strong);border:1px solid #e2e8f0;border:1px solid var(--line);color:#475569;color:var(--muted)}.progress{background:#e2e8f0;background:var(--line);border-radius:9999px;height:6px;overflow:hidden;width:100%}.progress.big{height:8px}.progress span{background:#0d9488;background:var(--primary);border-radius:inherit;display:block;height:100%;transition:width .4s ease}.mini-grid{grid-gap:.75rem;display:grid;gap:.75rem;grid-template-columns:repeat(3,1fr);margin-top:1.25rem}.mini-grid span{background:#f8fafc;background:var(--surface-soft);border:1px solid #e2e8f0;border:1px solid var(--line);border-radius:6px;border-radius:var(--radius);color:#475569;color:var(--muted);font-size:.8rem;padding:.75rem}.mini-grid strong{color:#0f172a;color:var(--ink);display:block;font-size:.95rem;margin-top:2px}.compact-list{display:flex;flex-direction:column;gap:.5rem}.compact-row{align-items:center;background:#f8fafc;background:var(--surface-soft);border:1px solid #e2e8f0;border:1px solid var(--line);border-radius:6px;border-radius:var(--radius);display:flex;gap:.75rem;padding:.75rem;transition:background .15s ease}.compact-row:hover{background:#fff;background:var(--surface)}.compact-row strong{color:#0f172a;color:var(--ink);font-size:.875rem;font-weight:600}.compact-row p{font-size:.8rem;margin:2px 0 0}.compact-row p,.empty-state{color:#475569;color:var(--muted)}.empty-state{display:flex;flex-direction:column;padding:3rem 1.5rem;text-align:center}.empty-icon,.empty-state{align-items:center;justify-content:center}.empty-icon{background:#f8fafc;background:var(--surface-soft);border:1px solid #e2e8f0;border:1px solid var(--line);border-radius:9999px;color:#94a3b8;color:var(--subtle);display:inline-flex;font-size:1.5rem;height:48px;margin-bottom:1rem;width:48px}.empty-state strong{color:#0f172a;color:var(--ink);font-size:1rem;font-weight:600;margin-bottom:.25rem}.empty-state p{font-size:.875rem;margin:0}.table-wrap{background:#fff;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--line);border-radius:6px;border-radius:var(--radius);overflow-x:auto;width:100%}.data-table{border-collapse:collapse;font-size:.875rem;text-align:left;width:100%}.data-table th{background:#f8fafc;background:var(--surface-soft);color:#475569;color:var(--muted);font-size:.75rem;font-weight:600;letter-spacing:.05em;padding:.75rem 1rem;text-transform:uppercase;white-space:nowrap}.data-table td,.data-table th{border-bottom:1px solid #e2e8f0;border-bottom:1px solid var(--line)}.data-table td{color:#0f172a;color:var(--ink);padding:.875rem 1rem;vertical-align:middle}.data-table tbody tr:last-child td{border-bottom:none}.data-table tbody tr:hover td{background:#f8fafc;background:var(--surface-soft)}.field{display:flex;flex-direction:column;gap:.375rem}.field label{color:#475569;color:var(--muted);font-size:.75rem;font-weight:600;letter-spacing:.05em;text-transform:uppercase}.app-input,.app-select,.app-textarea{background:#fff;background:var(--surface);border:1px solid #cbd5e1;border:1px solid var(--line-strong);border-radius:6px;border-radius:var(--radius);color:#0f172a;color:var(--ink);font-size:.9rem;min-height:38px;padding:.5rem .75rem;transition:all .15s ease;width:100%}.app-input::placeholder,.app-textarea::placeholder{color:#94a3b8;color:var(--subtle)}.app-input:focus,.app-select:focus,.app-textarea:focus{border-color:#0d9488;border-color:var(--primary);box-shadow:0 0 0 3px #0d948826;outline:none}.app-input[readonly]{background:#f8fafc;background:var(--surface-soft);color:#475569;color:var(--muted);cursor:not-allowed}.btn-primary{align-items:center;background-color:#0d9488;background-color:var(--primary);border:1px solid #0d9488;border:1px solid var(--primary);border-radius:6px;border-radius:var(--radius);color:#fff;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;padding:.5rem 1rem;transition:all .15s ease}.btn-primary:hover:not(:disabled){background-color:#0f766e;background-color:var(--primary-strong);border-color:#0f766e;border-color:var(--primary-strong)}.btn-outline{align-items:center;background-color:initial;border:1px solid #cbd5e1;border:1px solid var(--line-strong);border-radius:6px;border-radius:var(--radius);color:#0f172a;color:var(--ink);display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;padding:.5rem 1rem;transition:all .15s ease}.btn-outline:hover:not(:disabled){background-color:#f8fafc;background-color:var(--surface-soft);border-color:#94a3b8;border-color:var(--subtle)}.btn-danger{align-items:center;background-color:#dc2626;background-color:var(--danger);border:1px solid #dc2626;border:1px solid var(--danger);border-radius:6px;border-radius:var(--radius);color:#fff;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;padding:.5rem 1rem;transition:all .15s ease}.btn-danger:hover:not(:disabled){background-color:#b91c1c;border-color:#b91c1c}.btn-sms{align-items:center;background-color:#7c3aed;background-color:var(--violet);border:1px solid #7c3aed;border:1px solid var(--violet);border-radius:6px;border-radius:var(--radius);color:#fff;display:inline-flex;font-size:.875rem;font-weight:600;gap:.5rem;justify-content:center;padding:.5rem 1rem;transition:all .15s ease}.btn-sms:hover:not(:disabled){background-color:#6d28d9;border-color:#6d28d9}.btn-sm{border-radius:4px;font-size:.75rem;min-height:28px;padding:.25rem .5rem}.icon-button{align-items:center;background:#0000;border:1px solid #0000;border-radius:6px;border-radius:var(--radius);color:#475569;color:var(--muted);display:inline-flex;height:32px;justify-content:center;transition:all .15s ease;width:32px}.icon-button:hover{background:#f8fafc;background:var(--surface-soft);border-color:#e2e8f0;border-color:var(--line);color:#0f172a;color:var(--ink)}.modal-backdrop{align-items:center;animation:fadeIn .15s ease-out;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#0006;inset:0;justify-content:center;position:fixed;z-index:1000;z-index:var(--z-modal)}.modal,.modal-backdrop{display:flex;padding:1.5rem}.modal{animation:fadeUp .2s cubic-bezier(.4,0,.2,1);background:#fff;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--line);border-radius:6px;border-radius:var(--radius);box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -4px #0000000d;box-shadow:var(--shadow-lg);flex-direction:column;gap:1.25rem;max-width:480px;width:100%}.modal-lg{max-width:640px}.modal-header{align-items:center;display:flex;gap:1rem;justify-content:space-between}.modal-header h2{color:#0f172a;color:var(--ink);font-size:1.1rem;font-weight:600}.modal-form{display:flex;flex-direction:column;gap:1rem}.button-row{align-items:center;display:flex;gap:.5rem;justify-content:flex-end;margin-top:.5rem}.toast-stack{bottom:1.5rem;display:flex;flex-direction:column;gap:.5rem;position:fixed;right:1.5rem;width:320px;z-index:2000;z-index:var(--z-toast)}.toast{align-items:center;animation:fadeUp .15s ease;background:#fff;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--line);border-radius:6px;border-radius:var(--radius);box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -4px #0000000d;box-shadow:var(--shadow-lg);color:#0f172a;color:var(--ink);display:flex;font-size:.875rem;gap:.75rem;padding:.75rem 1rem}.toast-success{border-left:4px solid #16a34a;border-left:4px solid var(--success)}.toast-error{border-left:4px solid #dc2626;border-left:4px solid var(--danger)}.toast-info{border-left:4px solid #2563eb;border-left:4px solid var(--blue)}.avatar{align-items:center;background-color:#f0fdfa;background-color:var(--primary-soft);border:1px solid #0d94881a;border-radius:9999px;color:#0d9488;color:var(--primary);display:inline-flex;flex-shrink:0;font-size:.875rem;font-weight:700;height:38px;justify-content:center;text-transform:uppercase;width:38px}.avatar-sm{font-size:.75rem;height:28px;width:28px}.avatar-md{font-size:.875rem;height:38px;width:38px}.avatar-lg{font-size:1.25rem;height:56px;width:56px}.house-card{align-items:center;background:#fff;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--line);border-radius:6px;border-radius:var(--radius);box-shadow:0 1px 3px 0 #0000000d,0 1px 2px -1px #0000000d;box-shadow:var(--shadow);display:flex;justify-content:space-between;padding:1rem;transition:all .15s ease}.house-card:hover{border-color:#cbd5e1;border-color:var(--line-strong);box-shadow:0 4px 6px -1px #0000000d,0 2px 4px -2px #0000000d;box-shadow:var(--shadow-md);transform:translateY(-1px)}.tenant-card{background:#fff;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--line);box-shadow:0 1px 3px 0 #0000000d,0 1px 2px -1px #0000000d;box-shadow:var(--shadow);display:flex;flex-direction:column;gap:1rem;padding:1.25rem}.skeleton-tile,.tenant-card{border-radius:6px;border-radius:var(--radius)}.skeleton-tile{animation:skeleton 1.5s linear infinite;background:linear-gradient(90deg,#f1f5f9 25%,#e2e8f0 50%,#f1f5f9 75%);background:linear-gradient(90deg,var(--bg-strong) 25%,var(--line) 50%,var(--bg-strong) 75%);background-size:200% 100%;border:1px solid #e2e8f0;border:1px solid var(--line);min-height:120px}.auth-screen{align-items:center;background-color:#f1f5f9;background-color:var(--bg-strong);display:flex;justify-content:center;min-height:100dvh;padding:1.5rem;position:relative}.auth-layout{background:#fff;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--line);border-radius:8px;box-shadow:0 10px 15px -3px #0000000d,0 4px 6px -4px #0000000d;box-shadow:var(--shadow-lg);display:grid;grid-template-columns:1.2fr .8fr;max-width:900px;overflow:hidden;width:100%}.auth-story{background:linear-gradient(135deg,#f1f5f9,#f8fafc);background:linear-gradient(135deg,var(--bg-strong) 0,var(--surface-soft) 100%);border-right:1px solid #e2e8f0;border-right:1px solid var(--line);display:flex;flex-direction:column;justify-content:center;padding:3rem}.auth-story h1{color:#0f172a;color:var(--ink);font-size:2rem;font-weight:700;letter-spacing:-.02em;line-height:1.2;margin:1.5rem 0 1rem}.auth-story p{color:#475569;color:var(--muted);font-size:.95rem;line-height:1.6;margin:0 0 2rem}.auth-stats{display:flex;flex-wrap:wrap;gap:.75rem}.auth-stats span{align-items:center;background:#fff;background:var(--surface);border:1px solid #e2e8f0;border:1px solid var(--line);border-radius:6px;border-radius:var(--radius);color:#475569;color:var(--muted);display:inline-flex;font-size:.8rem;font-weight:500;gap:.5rem;padding:.5rem .75rem}.auth-card{justify-content:center;padding:3rem}.auth-card,.auth-form{display:flex;flex-direction:column}.auth-form{gap:1rem}.auth-form h2{color:#0f172a;color:var(--ink);font-size:1.25rem;font-weight:600;margin:0}.auth-form p{color:#475569;color:var(--muted);font-size:.875rem;margin:0 0 .5rem}.legal-links{border-top:1px solid #e2e8f0;border-top:1px solid var(--line);display:flex;gap:1rem;justify-content:center;margin-top:1rem;padding-top:1rem}.legal-links button{background:none;border:none;color:#475569;color:var(--muted);font-size:.75rem;font-weight:500;min-height:auto;padding:0}.legal-links button:hover{color:#0d9488;color:var(--primary);text-decoration:underline}.floating-theme{position:absolute;right:1.5rem;top:1.5rem;z-index:10}.mobile-scrim{background:#0006;inset:0;position:fixed;z-index:15}@media (max-width:1180px){.metric-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:980px){.auth-layout{grid-template-columns:1fr;max-width:480px}.auth-story{display:none}.sidebar{bottom:0;left:0;position:fixed;top:0;transform:translateX(-100%)}.sidebar.open{transform:translateX(0)}.split-grid{grid-template-columns:1fr}.span-5,.span-7{grid-column:span 12}}@media (max-width:720px){.metric-grid{grid-template-columns:1fr}.page-content{padding:1rem}.topbar{padding:.75rem 1rem}.mini-grid{grid-template-columns:1fr}}
/*# sourceMappingURL=main.2e0c5dd8.css.map*/