:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#111827;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:#f3f4f6;font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;font-weight:400;line-height:1.5}html,body{width:100%;height:100%;margin:0;padding:0;overflow-x:hidden}.public-navbar{z-index:50;background:#fff;border-bottom:1px solid #e5e7eb;padding:.85rem 1.5rem;position:sticky;top:0;overflow:hidden}.public-navbar__container{justify-content:space-between;align-items:center;max-width:1100px;margin:0 auto;display:flex}.public-navbar__brand{color:#1f2937;white-space:nowrap;margin-right:2rem;font-size:1.3rem;font-weight:700;text-decoration:none}.public-navbar__brand:hover{color:#2563eb}.public-navbar__links{align-items:center;gap:1.5rem;margin:0;padding:0;list-style:none;display:flex}.public-navbar__link{color:#374151;font-weight:500;text-decoration:none;transition:color .2s}.public-navbar__link:hover{color:#2563eb}.public-navbar__link--button{color:#fff;background:#2563eb;border-radius:6px;padding:.55rem 1.25rem;font-weight:600;transition:background .2s,transform .2s}.public-navbar__link--button:hover{background:#1e40af;transform:translateY(-1px)}@media (width<=760px){.public-navbar__container{text-align:center;flex-direction:column;align-items:center;gap:.75rem}.public-navbar__brand{margin-right:0}.public-navbar__links{align-items:center;gap:.75rem;width:100%;margin-left:200px}.public-navbar__link,.public-navbar__link--button{text-align:center;width:auto}}#root{text-align:left;flex-direction:column;max-width:100%;min-height:100vh;display:flex}main{padding:.5rem}.public-footer{text-align:center;color:#6b7280;background:#fff;border-top:1px solid #e5e7eb;padding:.5rem;font-size:1.5rem}.public-footer a{color:#2563eb;font-weight:500;text-decoration:none}.public-footer a:hover{text-decoration:underline}.sidebar{z-index:20;background:#fff;border-right:1px solid #e5e7eb;flex-direction:column;width:160px;height:100vh;padding:1.5rem 1rem;transition:transform .3s;display:flex;position:fixed;top:0;bottom:0;left:0;box-shadow:0 2px 8px #0000000f}.sidebar ul{margin:0;padding:0;list-style:none}.sidebar li{margin-bottom:1rem}.sidebar a{color:#111827;border-radius:6px;align-items:center;gap:.5rem;padding:.75rem 1rem;font-weight:500;text-decoration:none;transition:background .2s,color .2s;display:flex}.sidebar a:hover{color:#fff;background:#2563eb}.sidebar a.active{color:#fff;background:#1e40af}@media (width<=768px){.sidebar{transform:translate(-100%)}.sidebar.open{transform:translate(0)}}.sidebar-overlay{z-index:15;position:fixed;inset:0}@media (width>=769px){.sidebar-overlay{display:none}}.sidebar-hamburger{z-index:30;cursor:pointer;background:0 0;border:none;font-size:1.75rem;display:none;position:fixed;top:1rem;left:1rem}@media (width<=768px){.sidebar-hamburger{display:block}}.sidebar-close{cursor:pointer;background:0 0;border:none;align-self:flex-end;margin-bottom:1rem;font-size:1.5rem;display:none}@media (width<=768px){.sidebar-close{display:block}}.navbar{top:0;left:var(--sidebar-width,160px);z-index:10;background:#fff;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;height:60px;padding:0 1.75rem;transition:background .3s,color .3s,border-color .3s;display:flex;position:fixed;right:0;box-shadow:0 2px 8px #0000000f}.navbar__logo{color:#2563eb;-webkit-user-select:none;user-select:none;font-size:1.25rem;font-weight:700}.navbar__links{gap:1.5rem;display:flex}.navbar__links a{color:#111827;font-weight:500;text-decoration:none;transition:color .2s,border-bottom .2s}.navbar__links a:hover{color:#2563eb}.navbar__links a.active{color:#1e40af;border-bottom:2px solid #2563eb;padding-bottom:.25rem}.navbar__user{color:#111827;align-items:center;gap:.75rem;display:flex}.navbar__user button{color:#fff;cursor:pointer;white-space:nowrap;background:#2563eb;border:none;border-radius:6px;padding:.45rem 1rem;font-size:.9rem;font-weight:600;transition:background .2s}.navbar__user button:hover{background:#1e40af}.navbar__darkmode{color:#111827;background:#f3f4f6}.navbar__darkmode:hover{color:#000;background:#e5e7eb}@media (width<=768px){.navbar{justify-content:space-between;width:100%;padding:0 1rem;left:0}.navbar__logo{margin-left:2.5rem;font-size:1.15rem}.navbar__user{gap:.5rem;margin-right:2rem}.navbar__user button{padding:.4rem .75rem;font-size:.85rem}}:root{--sidebar-width:180px;--navbar-height:64px}.crm-layout{background:var(--background,#f9fafb);width:100%;height:100vh;display:flex;overflow:hidden}.crm-main{margin-left:var(--sidebar-width);flex-direction:column;flex:1;min-width:0;height:100%;display:flex}.crm-page{background:var(--background,#f3f4f6);box-sizing:border-box;padding:1.5rem;padding-top:var(--navbar-height);flex:1;overflow:hidden auto}.sidebar-overlay{z-index:15;background:#00000040;position:fixed;inset:0}@media (width>=769px){.sidebar-overlay{display:none}}.sidebar-hamburger{z-index:30;color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:6px;padding:.25rem .6rem;font-size:1.25rem;display:none;position:fixed;top:1rem;left:1rem;box-shadow:0 2px 4px #0000001a}.sidebar-hamburger:hover{background:#1e40af}@media (width<=768px){.sidebar-hamburger{display:block}.crm-main{margin-left:0}.crm-page{padding-top:var(--navbar-height)}}.survey-question{text-align:left;background:#f9fafb;border:1px solid #e5e7eb;border-radius:10px;margin-bottom:1.75rem;padding:1.25rem 1.5rem;transition:background .2s,box-shadow .2s}.survey-question:hover{background:#f3f4f6;box-shadow:0 2px 6px #0000000d}.survey-question .question-text{color:#111827;border-bottom:1px solid #e5e7eb;margin-bottom:.75rem;padding-bottom:.5rem;font-size:1.05rem;font-weight:600;line-height:1.4}.survey-question label{cursor:pointer;color:#374151;border-radius:6px;align-items:center;gap:.6rem;margin:.5rem 0;padding:.4rem .6rem;font-size:.95rem;transition:background .2s,color .2s;display:flex}.survey-question label:hover{color:#111827;background:#eef2ff}.survey-question input[type=radio],.survey-question input[type=checkbox]{accent-color:#2563eb;cursor:pointer;flex-shrink:0;width:1rem;height:1rem;margin:0}.survey-question input[type=text],.survey-question textarea{box-sizing:border-box;border:1px solid #d1d5db;border-radius:8px;width:100%;margin-top:.5rem;padding:.75rem 1rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.survey-question input[disabled]{cursor:not-allowed;opacity:.5}.other-option{flex-direction:column;gap:.5rem;margin-top:.75rem;display:flex}.thankyou-modal{z-index:3000;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.thankyou-card{text-align:center;background:#fff;border-radius:12px;width:90%;max-width:400px;padding:2rem;animation:.4s ease-out popIn;box-shadow:0 6px 20px #00000040}.thankyou-card h2{color:#111827;margin-bottom:1rem;font-size:1.6rem;font-weight:700}.thankyou-card p{color:#374151;margin-bottom:1.5rem;font-size:1rem;line-height:1.4}.thankyou-card button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#1e40af);border:none;border-radius:8px;padding:.75rem 1.25rem;font-weight:600;transition:background .2s,transform .2s}.thankyou-card button:hover{background:#1e4ed8;transform:translateY(-2px)}@keyframes popIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.survey-form{flex-direction:column;gap:2.5rem;max-width:720px;margin:2rem auto;display:flex}.survey-section{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:1rem;transition:border-color .2s,box-shadow .2s;box-shadow:0 2px 8px #0000000d}.survey-section:hover{border-color:#cbd5e1;box-shadow:0 4px 12px #00000014}.survey-section legend{color:#111827;border-bottom:2px solid #2563eb;margin-bottom:1.5rem;padding-bottom:.4rem;font-size:1.3rem;font-weight:700;display:inline-block}.survey-question{margin-bottom:1.75rem}.survey-question .question-text{color:#1f2937;margin-bottom:.75rem;font-size:1.05rem;font-weight:600;line-height:1.4}.survey-question input[type=radio],.survey-question input[type=checkbox]{accent-color:#2563eb;cursor:pointer;width:1rem;height:1rem;margin-right:.6rem}.survey-question input[type=text],.survey-question textarea{border:1px solid #d1d5db;border-radius:8px;width:100%;margin-top:.5rem;padding:.65rem .85rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.survey-question input[type=text]:focus,.survey-question textarea:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb33}.survey-question textarea{resize:vertical;min-height:120px;line-height:1.4}.submit-btn{color:#fff;cursor:pointer;letter-spacing:.3px;background:linear-gradient(135deg,#2563eb,#1e40af);border:none;border-radius:8px;align-self:center;padding:.9rem 2rem;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s}.submit-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.submit-btn:disabled{cursor:not-allowed;box-shadow:none;background:#9ca3af;transform:none}.status-msg{text-align:center;opacity:0;margin-top:1rem;font-weight:600;animation:.3s forwards fadeIn}.status-msg.success{color:#16a34a}.status-msg.error{color:#dc2626}@keyframes fadeIn{to{opacity:1}}.welcome-modal{z-index:2000;background:#0009;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.welcome-card{text-align:center;background:#fff;border-radius:12px;max-width:400px;padding:2rem;animation:.4s ease-out slideUp;box-shadow:0 4px 20px #0003}.welcome-card h2{color:#111827;margin-bottom:1rem;font-size:1.5rem;font-weight:700}.welcome-card p{color:#374151;margin-bottom:1.5rem}.welcome-card button{background:var(--primary,#2563eb);color:#fff;cursor:pointer;border:none;border-radius:8px;padding:.75rem 1.25rem;font-weight:600;transition:background .2s}.welcome-card button:hover{background:#1e4ed8}@keyframes slideUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}.survey-page{background:#f9fafb;border-radius:12px;max-width:100%;font-family:Inter,Arial,sans-serif;line-height:1.6}.survey-header{text-align:center;margin-bottom:2rem}.survey-logo{max-width:200px;height:auto;margin:0 auto 1rem;display:block}.survey-header h1{color:#1f2937;margin-bottom:.75rem;font-size:2.4rem;font-weight:700}.survey-header h2{color:#2563eb}.survey-header p{color:#374151;max-width:700px;margin:0 auto;font-size:1rem;line-height:1.5}.survey-page a{color:#2563eb;text-decoration:underline;transition:color .2s}.survey-page a:hover{color:#1e40af;text-decoration:none}.mission{text-align:center}.mission h2{color:#1f2937;margin-bottom:1rem;font-size:2rem;font-weight:700}.mission p{color:#374151;margin-bottom:1rem;font-size:1.05rem}.faq h2{text-align:center;color:#1f2937;margin-bottom:1.5rem;font-size:2rem;font-weight:700}.faq-list{max-width:800px;margin:0 auto}.faq-item{border-bottom:1px solid #e5e7eb;padding:1rem 0}.faq-question{color:#2563eb;cursor:pointer;text-align:left;background:0 0;border:none;width:100%;padding:0;font-size:1.05rem;font-weight:600}.faq-answer{color:#374151;margin-top:.5rem;font-size:.95rem}.benefits{text-align:center}.benefits h2{color:#1f2937;margin-bottom:2rem;font-size:2rem;font-weight:700}.benefits-grid{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;display:grid}.benefit-card{text-align:left;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:box-shadow .2s}.benefit-card:hover{box-shadow:0 4px 10px #00000014}.benefit-card h3{color:#111827;margin-bottom:.5rem;font-size:1.2rem}.cta{text-align:center;color:#fff;background:linear-gradient(135deg,#2563eb,#1e40af);border-radius:12px;padding:2rem}.cta h2{margin-bottom:1rem;font-size:1.8rem}.cta p{margin-bottom:1.5rem;font-size:1.05rem}.cta-btn{color:#1e40af;background:#fff;border-radius:8px;padding:.9rem 2rem;font-weight:600;text-decoration:none;transition:background .2s,transform .2s;display:inline-block}.cta-btn:hover{background:#f3f4f6;transform:translateY(-2px)}.info-page{max-width:1000px;margin:2rem auto;padding:2rem;font-family:Inter,Arial,sans-serif;line-height:1.7}.info-page section{margin-bottom:3rem}.survey-logos{text-align:center;background:#fff;padding:3rem 2rem}.survey-logos-title{color:#333;margin-bottom:2rem;font-size:1.75rem;font-weight:600}.survey-logos-container{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;display:flex}.survey-logo{object-fit:contain;width:auto;max-height:200px;transition:transform .2s}.survey-logo:hover{transform:scale(1.05)}.login-form{background:#fff;border:1px solid #e5e7eb;border-radius:12px;max-width:400px;margin:4rem auto;padding:2.5rem 2rem;font-family:Inter,Arial,sans-serif;box-shadow:0 6px 18px #0000000f}.login-form h2{text-align:center;color:#111827;margin-bottom:1.8rem;font-size:1.6rem;font-weight:700}.login-form label{color:#374151;margin-bottom:1rem;font-size:.95rem;font-weight:500;display:block}.login-form input,.login-form button{box-sizing:border-box;width:100%}.login-form input{border:1px solid #d1d5db;border-radius:8px;margin-top:.4rem;padding:.75rem .9rem;font-size:.95rem;transition:border-color .2s,box-shadow .2s}.login-form input:focus{border-color:#2563eb;outline:none;box-shadow:0 0 0 3px #2563eb40}.login-form button{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb,#1e40af);border:none;border-radius:8px;margin-top:1.2rem;padding:.85rem;font-size:1rem;font-weight:600;transition:transform .2s,box-shadow .2s}.login-form button:hover{background:#1e3a8a;transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.login-form button:disabled{cursor:not-allowed;box-shadow:none;background:#9ca3af;transform:none}.login-status{text-align:center;color:#374151;margin-top:1.25rem;font-size:.95rem}.login-page{box-sizing:border-box;background:#f9fafb;justify-content:center;align-items:center;width:100%;padding:2rem}.survey-toolbar{z-index:1;background:#fff;border-bottom:1px solid #e5e7eb;border-radius:15px;justify-content:space-between;align-items:center;margin-top:10px;padding:.75rem 1rem;display:flex;position:sticky;top:0}.toolbar-left,.toolbar-right{align-items:center;gap:.5rem;display:flex}.toolbar-btn{color:#374151;cursor:pointer;background:#f9fafb;border:1px solid #d1d5db;border-radius:6px;padding:.45rem .9rem;font-size:.9rem;font-weight:500;transition:background .2s,border-color .2s,color .2s}.toolbar-btn:hover{background:#e5e7eb}.toolbar-btn.add{color:#fff;background:#2563eb;border-color:#2563eb}.toolbar-btn.add:hover{background:#1e40af}.toolbar-btn.delete{color:#fff;background:#ef4444;border-color:#ef4444}.toolbar-btn.delete:hover{background:#dc2626}.toolbar-btn.active{color:#fff;background:#2563eb;border-color:#2563eb}.modal-overlay{z-index:1000;background:#00000080;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:#fff;border-radius:10px;width:600px;max-width:90%;max-height:90%;padding:2rem;animation:.3s ease-out fadeInUp;position:relative;overflow-y:auto;box-shadow:0 8px 24px #00000040}.modal-close{cursor:pointer;color:#374151;background:0 0;border:none;font-size:1.25rem;position:absolute;top:.75rem;right:.75rem}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (width<=768px){.survey-toolbar{flex-direction:column;align-items:stretch;gap:.5rem}.toolbar-left,.toolbar-right{flex-wrap:wrap;justify-content:center}.toolbar-btn{text-align:center;flex:auto;font-size:.85rem}}.survey-spreadsheet-wrapper{border-radius:var(--radius,8px);background:var(--card,#fff);width:100%;box-shadow:var(--shadow,0 2px 8px #00000014);border:1px solid #e5e7eb;overflow:auto hidden}.survey-spreadsheet{border-collapse:collapse;width:max-content;min-width:100%;color:var(--text,#111827);font-size:.875rem;line-height:1.4}.survey-spreadsheet thead th{background:var(--primary,#2563eb);color:#fff;text-align:left;white-space:nowrap;-webkit-user-select:none;user-select:none;letter-spacing:.3px;z-index:2;border:1px solid #d1d5db;padding:.75rem 1rem;font-size:.85rem;font-weight:600;position:sticky;top:0}.survey-spreadsheet td{text-overflow:ellipsis;white-space:nowrap;vertical-align:middle;background:var(--card);border:1px solid #e5e7eb;min-width:140px;max-width:320px;padding:.6rem 1rem;transition:background .2s;overflow:hidden}.survey-spreadsheet td.expand{white-space:normal;word-wrap:break-word}.survey-spreadsheet tbody tr:nth-child(2n) td{background:#f9fafb}.survey-spreadsheet tbody tr:hover td{background:#f3f4f6}@media (width<=1024px){.survey-spreadsheet{font-size:.8rem}.survey-spreadsheet td{min-width:100px}}@media (width<=640px){.survey-spreadsheet-wrapper{border-radius:0}.survey-spreadsheet{font-size:.75rem}.survey-spreadsheet td,.survey-spreadsheet thead th{padding:.5rem .6rem}}.survey-form-view{background:var(--card,#fff);border-radius:var(--radius,10px);box-shadow:var(--shadow,0 4px 12px #00000014);padding:2rem;transition:background .3s,color .3s}.survey-form-view h2{color:var(--text,#111827);border-bottom:2px solid var(--border,#e5e7eb);margin-bottom:2rem;padding-bottom:.5rem;font-size:1.5rem;font-weight:700}.form-section{margin-top:2rem}.form-section h3{color:var(--primary,#2563eb);border-left:4px solid var(--primary,#2563eb);margin-bottom:1rem;padding-left:.75rem;font-size:1.25rem;font-weight:600}.form-grid{flex-direction:column;gap:1.5rem;display:flex}.form-field{background:var(--bg,#f9fafb);border:1px solid var(--border,#e5e7eb);border-radius:var(--radius,8px);box-shadow:var(--shadow-sm,0 1px 3px #0000000d);padding:1.25rem 1.5rem;transition:background .2s,border-color .2s}.form-field:hover{border-color:var(--primary,#2563eb);background:#fff}.form-label{color:var(--text,#111827);white-space:normal;word-break:break-word;margin-bottom:.75rem;font-size:.95rem;font-weight:600;line-height:1.4;display:block}.form-options{flex-direction:column;gap:.5rem;display:flex}.form-options label{color:var(--text,#374151);cursor:pointer;align-items:center;gap:.5rem;font-size:.9rem;display:flex}.form-options input[type=radio],.form-options input[type=checkbox]{flex-shrink:0}.form-field input[type=text],.form-field textarea{border:1px solid var(--border,#d1d5db);border-radius:var(--radius,6px);width:100%;max-width:600px;color:var(--text,#111827);background:#fff;padding:.65rem .9rem;font-size:.9rem;transition:border-color .2s,box-shadow .2s}.form-field input[type=text]:focus,.form-field textarea:focus{border-color:var(--primary,#2563eb);background:#fff;outline:none;box-shadow:0 0 0 2px #2563eb26}textarea{resize:vertical;min-height:3rem}.survey-form-view button{border-radius:var(--radius,8px);background:var(--primary,#2563eb);color:#fff;cursor:pointer;border:none;margin-top:2.5rem;padding:.85rem 1.75rem;font-size:1rem;font-weight:600;transition:background .2s,transform .1s}.survey-form-view button:hover:not(:disabled){background:#1e4ed8;transform:translateY(-1px)}.survey-form-view button:disabled{cursor:not-allowed;background:#9ca3af}@media (width<=768px){.form-grid{gap:1rem}.form-label{font-size:.9rem}.form-field input,.form-field textarea{max-width:100%;padding:.6rem;font-size:.9rem}}.survey-detail{background:var(--background);width:100%;min-height:100vh;color:var(--text);flex-direction:column;display:flex}.survey-detail-content{box-sizing:border-box;flex:1;width:100%;padding:1rem}.survey-detail-content h1{color:var(--text,#111827);word-break:break-word;margin-bottom:.5rem;font-size:1.75rem;font-weight:700}.survey-detail-body{flex-direction:column;flex:1;min-width:0;margin-top:1rem;display:flex}@media (width<=768px){.survey-detail{margin-top:60px;padding:0}.survey-detail-content{box-shadow:none;border-radius:0;width:100%;max-width:100%;padding:1rem}.survey-detail-content h1{font-size:1.4rem}.survey-detail-content p{font-size:.85rem}.survey-detail-body{box-shadow:none;border-radius:0;padding:.75rem 0}.scrollable{max-height:calc(100vh - 140px)}}.overview-section{background:var(--card,#fff);border-radius:var(--radius,10px);box-shadow:var(--shadow,0 4px 12px #00000014);margin-bottom:2rem;padding:1.5rem;transition:background .3s,color .3s}.overview-section h2{color:var(--primary,#2563eb);border-bottom:2px solid var(--border,#e5e7eb);margin-bottom:1.25rem;padding-bottom:.5rem;font-size:1.3rem;font-weight:700}.overview-cards{grid-template-columns:repeat(auto-fit,minmax(220px,1fr));gap:1.5rem;display:grid}.overview-card{background:var(--bg,#f9fafb);border:1px solid var(--border,#e5e7eb);border-radius:var(--radius,8px);padding:1.25rem 1.5rem;transition:background .2s,transform .15s;box-shadow:0 2px 6px #0000000d}.overview-card:hover{border-color:var(--primary,#2563eb);background:#f0f7ff;transform:translateY(-3px)}.overview-label{color:var(--muted,#6b7280);margin-bottom:.5rem;font-size:.9rem;font-weight:600;display:block}.overview-value{color:var(--text,#111827);font-size:1.6rem;font-weight:700}.overview-section .empty{color:var(--muted,#6b7280);font-size:.95rem;font-style:italic}.housing-card{background:#f9fafb;position:relative}.housing-card.recovered{background:#f8fff9}.housing-card .overview-sub{color:var(--muted,#6b7280);margin-top:.4rem;font-size:.85rem}.housing-bar{background:var(--border,#e5e7eb);border-radius:7px;align-items:stretch;height:14px;margin-top:1.25rem;display:flex;overflow:hidden;box-shadow:inset 0 1px 3px #0000001a}.housing-bar-fill{flex-shrink:0;height:100%;transition:width .6s}.housing-bar-fill.unhoused{background-color:#f44336}.housing-bar-fill.recovered{background-color:#4caf50}.housing-bar-fill.unknown{background-color:#d1d5db}.housing-bar-legend{color:var(--muted,#6b7280);justify-content:flex-start;align-items:center;gap:1.25rem;margin-top:.6rem;font-size:.85rem;display:flex}.legend-item{align-items:center;gap:6px;display:flex}.color-box{border-radius:3px;width:12px;height:12px}.color-box.unhoused{background-color:#f44336}.color-box.recovered{background-color:#4caf50}.color-box.unknown{background-color:#d1d5db}.housing-card:hover{background:#fff6f6;border-color:#f44336}.housing-card.recovered:hover{background:#f4fff6;border-color:#4caf50}@media (width<=640px){.overview-section,.overview-card{padding:1rem}.overview-value{font-size:1.3rem}.housing-bar{height:12px}}.keywords-section{background:var(--card,#fff);border-radius:var(--radius,10px);box-shadow:var(--shadow,0 4px 12px #00000014);margin-bottom:2rem;padding:1.5rem;transition:background .3s,color .3s}.keywords-section h2{color:var(--primary,#2563eb);border-bottom:2px solid var(--border,#e5e7eb);margin-bottom:1rem;padding-bottom:.5rem;font-size:1.3rem;font-weight:700}.keyword-category{border:1px solid var(--border,#e5e7eb);background:#ececec;border-radius:10px;margin-bottom:1.5rem;padding:1rem 1.25rem;transition:box-shadow .2s,transform .15s;box-shadow:0 3px 8px #0000000d}.keyword-category:hover{transform:translateY(-2px);box-shadow:0 6px 16px #00000014}.keyword-category h3{color:var(--primary,#2563eb);border-bottom:1px solid var(--border,#e5e7eb);margin-bottom:.75rem;padding-bottom:.4rem;font-size:1.1rem;font-weight:700}.keyword-category:before{content:"";background:linear-gradient(90deg, var(--primary,#2563eb), #00bcd4);border-radius:4px 4px 0 0;width:100%;height:4px;margin-bottom:.75rem;display:block}.keyword-category:first-child:before{background:#00bcd4}.keyword-category:nth-child(2):before{background:#ff9800}.keyword-category:nth-child(3):before{background:#f44336}.keyword-category:nth-child(4):before{background:#4caf50}.keyword-category:nth-child(5):before{background:#3f51b5}.keyword-category:nth-child(6):before{background:#9c27b0}.keywords-list{flex-wrap:wrap;gap:.75rem;margin:0;padding:0;display:flex}.keyword-item{background:var(--bg,#f9fafb);color:var(--text,#111827);border:1px solid var(--border,#d1d5db);border-radius:var(--radius,6px);justify-content:space-between;align-items:center;gap:.5rem;padding:.5rem .9rem;font-size:.9rem;font-weight:500;transition:background .2s,transform .15s;display:flex}.keyword-item:hover{border-color:var(--primary,#2563eb);background:#f0f7ff;transform:translateY(-2px)}.keyword-text{white-space:nowrap}.keyword-count{color:var(--primary,#2563eb);background:#2563eb14;border-radius:4px;padding:.15rem .5rem;font-size:.85rem;font-weight:600}.keywords-section .empty{color:var(--muted,#6b7280);font-size:.95rem;font-style:italic}@media (width<=640px){.keywords-section{padding:1rem}.keyword-item{flex:100%;justify-content:space-between}.keyword-category{padding:.75rem 1rem}.keyword-category h3{font-size:1rem}}.analytics-section{background:var(--card,#fff);border-radius:var(--radius,10px);box-shadow:var(--shadow,0 4px 12px #00000014);margin-bottom:2rem;padding:1.5rem;transition:background .3s,color .3s}.analytics-title{color:var(--primary,#2563eb);border-bottom:2px solid var(--border,#e5e7eb);margin-bottom:1.25rem;padding-bottom:.5rem;font-size:1.3rem;font-weight:700}.traffic-list{flex-direction:column;gap:1rem;margin:0;padding:0;list-style:none;display:flex}.traffic-item{align-items:center;gap:.75rem;display:flex}.traffic-bar{background:var(--border,#e5e7eb);border-radius:4px;flex:1;height:8px;position:relative;overflow:hidden}.traffic-fill{background:var(--primary,#2563eb);border-radius:4px;height:100%;transition:width .3s}.traffic-source{color:var(--text,#111827);flex:0 0 120px;font-weight:500}.traffic-count{color:var(--muted,#6b7280);text-align:right;flex:none;min-width:60px;font-size:.85rem}.empty{color:var(--muted,#6b7280);padding:.5rem 0;font-style:italic}@media (width<=768px){.traffic-source{flex:0 0 90px;font-size:.85rem}.traffic-count{min-width:50px;font-size:.8rem}}.stat-card{text-align:center;background:#fff;border:1px solid #ddd;border-radius:8px;flex:1;padding:1rem;transition:transform .2s,box-shadow .2s;box-shadow:0 1px 3px #0000001a}.stat-card:hover{transform:translateY(-3px);box-shadow:0 4px 8px #00000026}.stat-title{color:#666;margin-bottom:.5rem;font-size:.9rem}.stat-value{color:#333;font-size:1.6rem;font-weight:700}.chart-block{background:#fff;border:1px solid #ddd;border-radius:8px;flex-direction:column;flex:1;padding:1rem;display:flex;box-shadow:0 1px 3px #0000001a}.chart-title{color:#444;margin-bottom:.75rem;font-size:1rem;font-weight:600}.chart-content{flex:1;justify-content:center;align-items:center;min-height:200px;display:flex}.chart-placeholder{color:#aaa;font-size:.9rem}.recent-responses{background:#fff;border:1px solid #ddd;border-radius:8px;padding:1rem;box-shadow:0 1px 3px #0000001a}.responses-title{color:#444;margin-bottom:.75rem;font-size:1rem;font-weight:600}.responses-empty{color:#888;text-align:center;padding:1rem 0;font-style:italic}.responses-list{margin:0;padding:0;list-style:none}.responses-item{border-bottom:1px solid #eee;justify-content:space-between;padding:.5rem 0;display:flex}.responses-item:last-child{border-bottom:none}.responses-user{color:#333;font-weight:500}.responses-date{color:#666;font-size:.85rem}.dashboard{box-sizing:border-box;background:#f5f6fa;min-height:100vh}.dashboard h1{color:#333;margin-bottom:1.5rem;font-size:1.8rem;font-weight:600}.stat-row,.charts-row{flex-wrap:wrap;gap:1rem;margin-bottom:2rem;display:flex}.charts-row>*{flex:1;min-width:300px}
