:root{--forest: #059669;--forest-light: #10b981;--sage: #34d399;--sage-light: #6ee7b7;--bark: #1e293b;--sand: #f59e0b;--gold: #d97706;--cream: #f8fafc;--cream-dark: #f1f5f9;--white: #ffffff;--text: #0f172a;--text-light: #64748b;--text-muted: #94a3b8;--danger: #ef4444;--danger-light: #f87171;--success: #059669;--info: #0284c7;--border: #e2e8f0;--shadow: 0 1px 3px rgba(0,0,0,.06), 0 1px 2px rgba(0,0,0,.04);--shadow-lg: 0 10px 25px rgba(0,0,0,.08), 0 4px 10px rgba(0,0,0,.04);--radius: 12px;--radius-sm: 8px;--radius-lg: 20px}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;background-color:var(--cream);color:var(--text);line-height:1.6;-webkit-font-smoothing:antialiased}a{color:var(--forest);text-decoration:none;transition:color .15s}a:hover{color:var(--forest-light)}.nav{background:var(--white);color:var(--text);padding:0 1.5rem;display:flex;align-items:center;justify-content:space-between;height:60px;position:sticky;top:0;z-index:100;border-bottom:1px solid var(--border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb}.nav-brand{font-size:1.2rem;font-weight:700;color:var(--forest);text-decoration:none;display:flex;align-items:center;gap:.5rem;letter-spacing:-.02em}.nav-brand:hover{color:var(--forest-light);text-decoration:none}.nav-links{display:flex;gap:.25rem;list-style:none}.nav-links a{color:var(--text-light);padding:.5rem .875rem;border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;transition:all .15s}.nav-links a:hover{color:var(--text);background:var(--cream);text-decoration:none}.nav-links a.active{color:var(--forest);background:#05966914;font-weight:600;text-decoration:none}.nav-right{display:flex;align-items:center;gap:.75rem}.nav-user{font-size:.8rem;color:var(--text-light);font-weight:500}.nav-hamburger{display:none;background:none;border:none;padding:.5rem;cursor:pointer;color:var(--text);font-size:1.5rem;line-height:1}.alert-bell{position:relative;cursor:pointer;font-size:1.1rem}.alert-badge{position:absolute;top:-6px;right:-8px;background:var(--danger);color:#fff;font-size:.6rem;width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700}.mobile-drawer-overlay{display:none;position:fixed;top:0;right:0;bottom:0;left:0;background:#0000004d;z-index:150;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.mobile-drawer-overlay.open{display:block}.mobile-drawer{position:fixed;top:0;right:-280px;width:280px;height:100vh;background:var(--white);z-index:200;transition:right .25s ease;padding:1.5rem;box-shadow:var(--shadow-lg)}.mobile-drawer.open{right:0}.mobile-drawer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;padding-bottom:1rem;border-bottom:1px solid var(--border)}.mobile-drawer-close{background:none;border:none;font-size:1.5rem;cursor:pointer;color:var(--text-light);padding:.25rem}.mobile-drawer-links{list-style:none;display:flex;flex-direction:column;gap:.25rem}.mobile-drawer-links a{display:block;padding:.75rem 1rem;border-radius:var(--radius-sm);color:var(--text);font-weight:500;font-size:.95rem;transition:background .15s}.mobile-drawer-links a:hover,.mobile-drawer-links a.active{background:#05966914;color:var(--forest);text-decoration:none}.card{background:var(--white);border:1px solid var(--border);border-radius:var(--radius);padding:1.25rem;box-shadow:var(--shadow)}.card-header{font-size:.75rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin-bottom:1rem;padding-bottom:.75rem;border-bottom:1px solid var(--border)}.btn{display:inline-flex;align-items:center;gap:.4rem;padding:.5rem 1rem;border:none;border-radius:var(--radius-sm);font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit}.btn-primary{background:var(--forest);color:var(--white)}.btn-primary:hover{background:var(--forest-light);transform:translateY(-1px);box-shadow:0 2px 8px #05966940}.btn-secondary{background:var(--cream);color:var(--text);border:1px solid var(--border)}.btn-secondary:hover{background:var(--cream-dark);border-color:#cbd5e1}.btn-danger{background:var(--danger);color:var(--white)}.btn-danger:hover{background:var(--danger-light)}.btn-sm{padding:.35rem .7rem;font-size:.8rem}.btn-ghost{background:transparent;color:var(--text-light);padding:.3rem .5rem}.btn-ghost:hover{background:var(--cream);color:var(--text)}.form-group{margin-bottom:1rem}.form-label{display:block;font-size:.8rem;font-weight:500;color:var(--text-light);margin-bottom:.35rem}.form-input,.form-textarea,.form-select{width:100%;padding:.6rem .85rem;border:1px solid var(--border);border-radius:var(--radius-sm);font-size:.9rem;font-family:inherit;background:var(--white);color:var(--text);transition:all .15s}.form-input:focus,.form-textarea:focus,.form-select:focus{outline:none;border-color:var(--forest);box-shadow:0 0 0 3px #0596691a}.form-textarea{resize:vertical;min-height:80px}.page-container{max-width:1400px;margin:0 auto;padding:1.5rem}.page-title{font-size:1.5rem;font-weight:700;color:var(--text);margin-bottom:1.5rem;letter-spacing:-.02em}.three-col{display:grid;grid-template-columns:280px 1fr 320px;gap:1.25rem;align-items:start}.two-col{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.vote-controls{display:flex;align-items:center;gap:.25rem}.vote-btn{background:none;border:1px solid var(--border);border-radius:var(--radius-sm);width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:.85rem;transition:all .15s;color:var(--text-muted)}.vote-btn:hover{border-color:var(--forest);color:var(--forest);background:#0596690d}.vote-btn.voted-up{background:var(--success);color:#fff;border-color:var(--success)}.vote-btn.voted-down{background:var(--danger);color:#fff;border-color:var(--danger)}.vote-count{font-weight:700;font-size:.9rem;min-width:24px;text-align:center}.vote-count.positive{color:var(--success)}.vote-count.negative{color:var(--danger)}.property-item{display:flex;gap:.75rem;padding:.75rem;border-radius:var(--radius-sm);transition:background .15s;border-bottom:1px solid var(--cream-dark)}.property-item:hover{background:var(--cream)}.property-item:last-child{border-bottom:none}.property-thumb{width:60px;height:60px;border-radius:var(--radius-sm);object-fit:cover;background:var(--cream-dark);flex-shrink:0}.property-info{flex:1;min-width:0}.property-info h4{font-size:.85rem;font-weight:600;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.property-info p{font-size:.75rem;color:var(--text-light)}.comment{padding:.75rem 0;border-bottom:1px solid var(--cream-dark)}.comment:last-child{border-bottom:none}.comment-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.3rem}.comment-author{font-weight:600;font-size:.85rem;color:var(--text)}.comment-time{font-size:.7rem;color:var(--text-muted)}.comment-text{font-size:.9rem;line-height:1.6;color:var(--text-light)}.comment-actions{display:flex;gap:.75rem;margin-top:.4rem}.comment-actions button{font-size:.75rem;color:var(--text-muted);background:none;border:none;cursor:pointer;font-family:inherit}.comment-actions button:hover{color:var(--forest)}.budget-stat{display:flex;justify-content:space-between;align-items:baseline;padding:.5rem 0;border-bottom:1px solid var(--cream-dark)}.budget-stat:last-child{border-bottom:none}.budget-label{font-size:.8rem;color:var(--text-light)}.budget-value{font-weight:700;font-size:1rem}.budget-value.green{color:var(--success)}.budget-value.gold{color:var(--gold)}.progress-bar{width:100%;height:6px;background:var(--cream-dark);border-radius:3px;margin:.75rem 0;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,var(--forest),var(--sage));border-radius:3px;transition:width .3s}.pledge-row{display:flex;justify-content:space-between;align-items:center;padding:.5rem 0;font-size:.85rem}.pledge-name{font-weight:500}.pledge-amount{color:var(--forest);font-weight:600}.distance-tags{display:flex;flex-wrap:wrap;gap:.35rem;margin-top:.5rem}.distance-tag{font-size:.7rem;padding:.15rem .5rem;background:var(--cream);border:1px solid var(--border);border-radius:20px;color:var(--text-light);white-space:nowrap}.distance-tag.water{background:#eff6ff;border-color:#bfdbfe;color:var(--info)}.badge{font-size:.65rem;font-weight:600;padding:.2rem .6rem;border-radius:20px;text-transform:uppercase;letter-spacing:.04em}.badge-proposed{background:#fef3c7;color:#92400e}.badge-purchased{background:#d1fae5;color:#065f46}.cal-grid{display:grid;grid-template-columns:repeat(7,1fr);gap:2px}.cal-header{font-size:.7rem;font-weight:600;text-align:center;padding:.5rem .25rem;color:var(--text-muted);text-transform:uppercase}.cal-day{aspect-ratio:1;max-height:100px;padding:.25rem;font-size:.8rem;border-radius:var(--radius-sm);display:flex;flex-direction:column;align-items:center;cursor:pointer;transition:background .15s}.cal-day:hover{background:var(--cream)}.cal-day.today{background:var(--forest);color:#fff;font-weight:700;border-radius:var(--radius-sm)}.cal-day.has-event{position:relative}.cal-day.has-event:after{content:"";width:5px;height:5px;background:var(--sand);border-radius:50%;position:absolute;bottom:4px}.cal-day.empty{cursor:default}.cal-day.empty:hover{background:transparent}.rolodex-card{display:flex;justify-content:space-between;align-items:flex-start;padding:1rem;border-bottom:1px solid var(--cream-dark);gap:1rem}.rolodex-card:last-child{border-bottom:none}.rolodex-rating{font-size:.7rem;font-weight:600;padding:.2rem .6rem;border-radius:20px;white-space:nowrap}.rolodex-rating.good{background:#d1fae5;color:var(--success)}.rolodex-rating.bad{background:#fee2e2;color:var(--danger)}.rolodex-rating.unrated{background:var(--cream-dark);color:var(--text-muted)}.phase-item{display:flex;align-items:center;gap:.75rem;padding:.6rem 0;border-bottom:1px solid var(--cream-dark)}.phase-check{width:22px;height:22px;border-radius:50%;border:2px solid var(--border);display:flex;align-items:center;justify-content:center;cursor:pointer;flex-shrink:0;transition:all .15s;font-size:.7rem}.phase-check.completed{background:var(--success);border-color:var(--success);color:#fff}.phase-check.in_progress{border-color:var(--sand);background:#fef3c7}.phase-name{flex:1;font-size:.9rem}.phase-name.completed{text-decoration:line-through;color:var(--text-muted)}.alerts-dropdown{position:absolute;top:calc(100% + 8px);right:0;width:320px;background:var(--white);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-lg);z-index:200;max-height:400px;overflow-y:auto}.alert-item{padding:.75rem 1rem;border-bottom:1px solid var(--cream-dark);font-size:.85rem}.alert-item.unseen{background:#f0fdf4}.alert-item:last-child{border-bottom:none}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;z-index:500;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.modal{background:var(--white);border-radius:var(--radius-lg);padding:2rem;width:92%;max-width:500px;max-height:85vh;overflow-y:auto;box-shadow:var(--shadow-lg)}.modal h2{font-size:1.2rem;margin-bottom:1.25rem;color:var(--text);letter-spacing:-.01em}.link-preview{border:1px solid var(--border);border-radius:var(--radius);overflow:hidden;margin-top:.5rem}.link-preview img{width:100%;height:150px;object-fit:cover}.link-preview-body{padding:.75rem}.link-preview-title{font-weight:600;font-size:.9rem;margin-bottom:.25rem}.link-preview-price{color:var(--forest);font-weight:700;font-size:1rem}.link-preview-url{font-size:.7rem;color:var(--text-muted);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tabs{display:flex;gap:0;border-bottom:1px solid var(--border);margin-bottom:1rem}.tab{padding:.6rem 1rem;font-size:.85rem;font-weight:500;color:var(--text-muted);cursor:pointer;border-bottom:2px solid transparent;margin-bottom:-1px;background:none;border-top:none;border-left:none;border-right:none;font-family:inherit;transition:all .15s}.tab:hover{color:var(--text)}.tab.active{color:var(--forest);border-bottom-color:var(--forest);font-weight:600}.login-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#ecfdf5,#f0f9ff,#f8fafc)}.login-card{background:var(--white);border-radius:var(--radius-lg);padding:2.5rem;width:100%;max-width:380px;box-shadow:var(--shadow-lg);text-align:center;border:1px solid var(--border)}.login-card h1{font-size:1.75rem;color:var(--forest);margin-bottom:.25rem;letter-spacing:-.03em;font-weight:700}.login-card .subtitle{color:var(--text-muted);font-size:.85rem;margin-bottom:2rem}.login-error{background:#fef2f2;color:var(--danger);padding:.6rem 1rem;border-radius:var(--radius-sm);font-size:.85rem;margin-bottom:1rem;border:1px solid #fecaca}@media(max-width:1100px){.three-col{grid-template-columns:1fr 1fr}.three-col>:first-child{grid-column:1 / -1;display:grid;grid-template-columns:1fr 1fr 1fr;gap:1rem}}@media(max-width:768px){.nav-links{display:none}.nav-hamburger{display:block}.nav-user{display:none}.three-col{grid-template-columns:1fr}.three-col>:first-child{display:block}.three-col>:first-child .card+.card{margin-top:.75rem}.two-col{grid-template-columns:1fr}.page-container{padding:1rem}.page-title{font-size:1.25rem}.rolodex-card{flex-direction:column}.modal{width:95%;padding:1.5rem;margin:1rem}.cal-day{font-size:.7rem;padding:.15rem}}@media(max-width:480px){.nav{padding:0 1rem}.login-card{margin:1rem;padding:2rem 1.5rem}.flex-between{flex-wrap:wrap;gap:.5rem}}.mt-1{margin-top:.5rem}.mt-2{margin-top:1rem}.mt-3{margin-top:1.5rem}.mb-1{margin-bottom:.5rem}.mb-2{margin-bottom:1rem}.text-center{text-align:center}.text-muted{color:var(--text-muted)}.text-sm{font-size:.85rem}.flex{display:flex}.flex-between{display:flex;justify-content:space-between;align-items:center}.gap-1{gap:.5rem}.gap-2{gap:1rem}
