*,:before,:after{box-sizing:border-box;margin:0;padding:0}:root{--green:#16a34a;--green-light:#dcfce7;--green-dark:#15803d;--bg:#f8fafc;--surface:#fff;--border:#e2e8f0;--border-mid:#cbd5e1;--fg:#0f172a;--fg-mid:#334155;--fg-subtle:#64748b;--fg-muted:#94a3b8;--red:#dc2626;--red-light:#fee2e2;--amber:#d97706;--amber-light:#fef3c7;--blue:#2563eb;--blue-light:#eff6ff;--radius:.75rem;--shadow-sm:0 1px 3px #0000000f, 0 1px 2px #0000000a;--shadow:0 4px 12px #00000014}body{color:var(--fg);background:var(--bg);-webkit-font-smoothing:antialiased;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;font-size:15px;line-height:1.5}.shell{height:100vh;display:flex;overflow:hidden}.sidebar{background:var(--bg);flex-direction:column;flex-shrink:0;gap:.125rem;width:220px;padding:1.25rem .875rem 1rem;display:flex}.sidebar__brand{border-bottom:1px solid var(--border);align-items:center;gap:.625rem;margin-bottom:.25rem;padding:0 .375rem 1.125rem;display:flex}.sidebar__icon{background:linear-gradient(135deg,#16a34a,#4ade80);border-radius:.5rem;flex-shrink:0;justify-content:center;align-items:center;width:2rem;height:2rem;font-size:1rem;display:flex}.sidebar__name{color:var(--fg);letter-spacing:-.01em;font-family:Nunito,sans-serif;font-size:.9rem;font-weight:900}.sidebar__tagline{color:var(--fg-muted);text-transform:uppercase;letter-spacing:.08em;margin-top:.1rem;font-size:.6rem;font-weight:600}.nav-item{color:var(--fg-subtle);cursor:pointer;text-align:left;background:0 0;border:none;border-radius:.4rem;align-items:center;gap:.625rem;width:100%;padding:.5rem .75rem;font-size:.825rem;font-weight:500;text-decoration:none;transition:background .12s,color .12s;display:flex}.nav-item__icon{flex-shrink:0;width:15px;height:15px}.nav-item:hover{background:var(--bg);color:var(--fg-mid)}.nav-item--active{color:var(--green);background:#f0fdf4;font-weight:600}.sidebar__spacer{flex:1}.sidebar__user{border-top:1px solid var(--border);align-items:center;gap:.625rem;padding:.875rem .375rem 0;display:flex}.sidebar__avatar{background:var(--green);color:#fff;text-transform:uppercase;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:1.875rem;height:1.875rem;font-size:.7rem;font-weight:700;display:flex}.sidebar__user-info{flex:1;min-width:0}.sidebar__email{color:var(--fg-mid);text-overflow:ellipsis;white-space:nowrap;font-size:.72rem;display:block;overflow:hidden}.sidebar__signout{cursor:pointer;color:var(--fg-muted);background:0 0;border:none;flex-shrink:0;padding:0;font-size:.72rem;transition:color .12s}.sidebar__signout:hover{color:var(--fg-subtle)}.main{background:var(--bg);flex:1;overflow-y:auto}.page{max-width:960px;margin:0 auto;padding:2rem 1.75rem}.page-header{margin-bottom:1.75rem}.page-title{letter-spacing:-.02em;font-size:1.4rem;font-weight:700}.page-sub{color:var(--fg-subtle);margin-top:.25rem;font-size:.875rem}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm)}.card--pad{padding:1.5rem}.btn{cursor:pointer;white-space:nowrap;border:none;border-radius:.5rem;align-items:center;gap:.5rem;padding:.575rem 1.125rem;font-family:inherit;font-size:.875rem;font-weight:600;transition:opacity .12s;display:inline-flex}.btn:disabled{opacity:.45;cursor:not-allowed}.btn--primary{background:var(--green);color:#fff}.btn--primary:not(:disabled):hover{background:var(--green-dark)}.btn--ghost{color:var(--fg-subtle);border:1px solid var(--border);background:0 0}.btn--ghost:hover{background:var(--bg);color:var(--fg)}.btn--sm{padding:.375rem .75rem;font-size:.8rem}.field{flex-direction:column;gap:.375rem;display:flex}.label{color:var(--fg-mid);font-size:.8rem;font-weight:600}.input{border:1px solid var(--border-mid);color:var(--fg);background:var(--surface);border-radius:.5rem;outline:none;width:100%;padding:.625rem .875rem;font-family:inherit;font-size:.875rem;transition:border-color .12s,box-shadow .12s}.input:focus{border-color:var(--green);box-shadow:0 0 0 3px #16a34a1f}.login-page{background:var(--bg);justify-content:center;align-items:center;min-height:100vh;display:flex}.login-box{width:100%;max-width:380px;padding:2rem}.login-brand{align-items:center;gap:.75rem;margin-bottom:2rem;display:flex}.login-brand__icon{background:linear-gradient(135deg,#16a34a,#4ade80);border-radius:.625rem;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;font-size:1.25rem;display:flex}.login-brand__name{letter-spacing:-.03em;font-size:1.25rem;font-weight:800}.login-title{margin-bottom:.25rem;font-size:1.1rem;font-weight:700}.login-sub{color:var(--fg-subtle);margin-bottom:1.5rem;font-size:.875rem}.login-form{flex-direction:column;gap:1rem;display:flex}.btn--google{color:#3c4043;border:1px solid var(--border-mid);box-shadow:var(--shadow-sm);background:#fff;justify-content:center;width:100%;font-size:.925rem}.btn--google:not(:disabled):hover{box-shadow:var(--shadow);background:#f8fafc}.login-error{color:var(--red);background:var(--red-light);border-radius:.5rem;padding:.625rem .875rem;font-size:.8rem}.dropzone{border:2px dashed var(--border-mid);border-radius:var(--radius);text-align:center;cursor:pointer;background:var(--bg);padding:3rem 2rem;transition:border-color .15s,background .15s}.dropzone:hover,.dropzone--active{border-color:var(--green);background:#f0fdf4}.dropzone__icon{margin-bottom:.75rem;font-size:2rem}.dropzone__title{margin-bottom:.25rem;font-size:.9rem;font-weight:600}.dropzone__sub{color:var(--fg-subtle);font-size:.8rem}.import-form{flex-direction:column;gap:1.25rem;display:flex}.import-preview{color:var(--fg-mid);background:#f0fdf4;border:1px solid #bbf7d0;border-radius:.5rem;flex-direction:column;gap:.375rem;padding:1rem 1.25rem;font-size:.825rem;display:flex}.import-preview strong{color:var(--green-dark);font-weight:700}.progress-bar{background:var(--border);border-radius:99px;height:6px;overflow:hidden}.progress-bar__fill{background:var(--green);border-radius:99px;height:100%;transition:width .2s}.turfs-list{flex-direction:column;gap:.5rem;display:flex}.turf-row{background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:.625rem;grid-template-columns:2.5rem 1fr 1fr auto;align-items:center;gap:1rem;padding:.875rem 1.25rem;transition:border-color .12s;display:grid}.turf-row:hover{border-color:var(--border-mid)}.turf-row__num{color:var(--fg-muted);font-size:.8rem;font-weight:700}.turf-row__doors{font-size:.875rem;font-weight:600}.turf-row__assignee{color:var(--fg-subtle);font-size:.8rem}.turf-row__progress{color:var(--fg-muted);font-size:.775rem}.turfs-shell{background:var(--bg);gap:1rem;height:100%;padding:1rem 1.25rem 1.25rem 0;display:flex;overflow:hidden}.turfs-list-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);width:280px;box-shadow:var(--shadow-sm);flex-direction:column;flex-shrink:0;display:flex;overflow-y:auto}.turfs-list-header{border-bottom:1px solid var(--border);background:var(--surface);border-radius:var(--radius) var(--radius) 0 0;z-index:1;flex-direction:column;gap:.75rem;padding:1.25rem 1rem;display:flex;position:sticky;top:0}.turfs-list{flex-direction:column;gap:.5rem;padding:.75rem;display:flex}.turf-item{cursor:pointer;background:var(--surface);border:1px solid var(--border);box-shadow:var(--shadow-sm);border-radius:.5rem;align-items:center;gap:.75rem;padding:.75rem .875rem;transition:border-color .1s;display:flex}.turf-item:hover{border-color:var(--border-mid)}.turf-item--selected{border-left:3px solid var(--green);border-color:var(--green);background:#f0fdf4;padding-left:calc(.875rem - 2px);box-shadow:0 1px 4px #16a34a1a}.turf-item__num{color:var(--fg-muted);flex-shrink:0;width:2.5rem;font-size:.75rem;font-weight:700}.turf-item__body{flex:1;min-width:0}.turf-item__doors{color:var(--fg);font-size:.825rem;font-weight:600}.turf-item__assignee{color:var(--green-dark);margin-top:.1rem;font-size:.75rem}.turf-item__unassigned{color:var(--fg-muted);margin-top:.1rem;font-size:.75rem}.turf-item__pct{color:var(--fg-muted);flex-shrink:0;font-size:.75rem}.turfs-detail-panel{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);flex:1;overflow-y:auto}.turf-detail-header{border-bottom:1px solid var(--border);background:var(--surface);border-radius:var(--radius) var(--radius) 0 0;z-index:1;justify-content:space-between;align-items:flex-start;gap:1rem;padding:1.25rem 1.5rem;display:flex;position:sticky;top:0}.assign-form{border-bottom:1px solid var(--border);background:var(--bg);flex-direction:column;gap:.875rem;padding:1rem 1.5rem;display:flex}.door-grid{grid-template-columns:1fr 1fr;gap:.75rem;padding:1.25rem;display:grid}.door-card{background:var(--surface);border:1px solid var(--border);border-radius:.625rem;flex-direction:column;gap:.625rem;min-height:6rem;padding:1rem;display:flex}.door-card__header{align-items:flex-start;gap:.625rem;display:flex}.door-card__num{background:var(--bg);border:1px solid var(--border);width:1.625rem;height:1.625rem;color:var(--fg-muted);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;font-size:.7rem;font-weight:700;display:flex}.door-card__addr{color:var(--fg);font-size:.875rem;font-weight:700;line-height:1.3}.door-card__names{color:var(--fg-subtle);font-size:.775rem}.door-card__footer{justify-content:flex-end;margin-top:auto;display:flex}.modal-backdrop{z-index:50;background:#00000059;justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.modal{background:var(--surface);border-radius:var(--radius);width:100%;max-width:400px;box-shadow:var(--shadow);flex-direction:column;gap:1rem;padding:1.75rem;display:flex}.modal__title{font-size:1rem;font-weight:700}.modal__actions{justify-content:flex-end;gap:.5rem;display:flex}.stats-row{grid-template-columns:repeat(4,1fr);gap:.75rem;margin-bottom:1.5rem;display:grid}.stat{background:var(--surface);border:1px solid var(--border);border-radius:var(--radius);box-shadow:var(--shadow-sm);padding:1.1rem 1.25rem}.stat__value{letter-spacing:-.03em;font-size:1.75rem;font-weight:800;line-height:1}.stat__label{color:var(--fg-subtle);text-transform:uppercase;letter-spacing:.04em;margin-top:.375rem;font-size:.725rem;font-weight:500}.stat--green .stat__value{color:var(--green)}.stat--red .stat__value{color:var(--red)}.stat--amber .stat__value{color:var(--amber)}.results-table{border-collapse:collapse;width:100%;font-size:.85rem}.results-table th{text-align:left;color:var(--fg-subtle);text-transform:uppercase;letter-spacing:.05em;border-bottom:1px solid var(--border);background:var(--bg);padding:.625rem .875rem;font-size:.725rem;font-weight:600}.results-table td{border-bottom:1px solid var(--border);vertical-align:middle;padding:.75rem .875rem}.results-table tr:last-child td{border-bottom:none}.results-table tbody tr:hover td{background:var(--bg)}.badge{white-space:nowrap;border-radius:99px;align-items:center;padding:.2rem .6rem;font-size:.72rem;font-weight:600;display:inline-flex}.badge--green{background:var(--green-light);color:#166534}.badge--red{background:var(--red-light);color:#991b1b}.badge--amber{background:var(--amber-light);color:#92400e}.badge--gray{color:var(--fg-subtle);background:#f1f5f9}.mini-bar{background:var(--border);vertical-align:middle;border-radius:99px;width:72px;height:4px;margin-left:.5rem;display:inline-block;overflow:hidden}.mini-bar__fill{background:var(--green);border-radius:99px;height:100%}.select{border:1px solid var(--border-mid);color:var(--fg);background:var(--surface);cursor:pointer;border-radius:.5rem;outline:none;padding:.5rem .75rem;font-family:inherit;font-size:.85rem}.select:focus{border-color:var(--green);box-shadow:0 0 0 3px #16a34a1f}.empty,.loading{text-align:center;color:var(--fg-muted);padding:3rem;font-size:.875rem}.error-msg{color:var(--red);font-size:.8rem}.row{align-items:center;gap:.75rem;display:flex}
