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