:root{--bg:#f1f1f1;--card:#fff;--ink:#000;--ink-2:#252526;--muted:#6f6f6f;--faint:#9a9a9a;--line:#e0e0e0;--track:#ececec;--red:#ff3a2d;--blue:#3a99ff;--yellow:#ffd633;--tab-h:84px;--safe-top:env(safe-area-inset-top,0px);--safe-bottom:env(safe-area-inset-bottom,0px)}*{box-sizing:border-box}html,body{background:#d9d9d9;margin:0;padding:0}body{color:var(--ink-2);-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;font-family:Montserrat,Helvetica Neue,Arial,sans-serif;font-size:15px;line-height:1.45}a{color:inherit;text-decoration:none}button{font:inherit;color:inherit;cursor:pointer;background:0 0;border:0;padding:0}img{max-width:100%;display:block}.phone{background:var(--bg);flex-direction:column;max-width:430px;min-height:100dvh;margin:0 auto;display:flex;position:relative}@media (width>=431px){.phone{box-shadow:0 0 0 1px #cfcfcf}}.screen{padding:calc(16px + var(--safe-top)) 24px calc(var(--tab-h) + var(--safe-bottom) + 16px);flex-direction:column;flex:1;gap:0;display:flex}.screen.no-tabs{padding-bottom:calc(24px + var(--safe-bottom))}.topbar{justify-content:space-between;align-items:center;display:flex}.logo{width:132px;height:auto}.avatar{background:#dcdcdc;border:2px solid #fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex;overflow:hidden}.avatar img{object-fit:cover;object-position:50% 20%;width:100%;height:100%}.avatar.initials{color:#fff;background:var(--ink);border:0;font-size:12px;font-weight:700}.avatar.initials.blue{background:var(--blue)}.avatar.initials.grey{color:var(--ink);background:#dcdcdc}.avatar.sm{width:40px;height:40px}.address{letter-spacing:.06em;text-transform:uppercase;color:var(--ink);margin-top:20px;font-size:17px;font-weight:700;line-height:1.2}.title-row{justify-content:space-between;align-items:baseline;margin-top:20px;display:flex}.title{color:var(--ink);font-size:24px;font-weight:800;line-height:1}.subtle{color:var(--muted);font-size:11px}.stage{flex-direction:column;gap:8px;margin-top:16px;display:flex}.stage-bars{gap:4px;display:flex}.stage-bars div{background:#d9d9d9;border-radius:2px;flex:1;height:4px}.stage-bars div.done{background:var(--ink)}.stage-bars div.now{background:var(--red)}.stage-labels{letter-spacing:.08em;gap:4px;font-size:7.5px;font-weight:700;display:flex}.stage-labels div{color:#b3b3b3;white-space:nowrap;flex:1;min-width:0;overflow:hidden}.stage-labels div.on{color:var(--ink)}.status{flex-wrap:wrap;align-items:baseline;gap:10px;margin-top:16px;display:flex}.status .big{color:var(--ink);font-size:24px;font-weight:800;line-height:1}.status .sub{color:var(--muted);font-size:12.5px}.section{letter-spacing:.2em;color:var(--faint);margin-top:18px;margin-bottom:10px;font-size:10px;font-weight:700}.section.first{margin-top:20px}.stack{flex-direction:column;gap:10px;display:flex}.card{background:var(--card);border-radius:14px;padding:14px 16px}.card.row{grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 16px;display:grid}.card .time{color:var(--faint);letter-spacing:.06em;font-size:10.5px}.card .t{color:var(--ink);margin-top:4px;font-size:14px;font-weight:600;line-height:1.4}.card .b{color:var(--muted);margin-top:3px;font-size:12.5px;line-height:1.4}.card.compact .t{margin-top:0;font-size:13.5px}.card.milestone{align-items:center;gap:14px;display:flex}.card.milestone .bignum{color:var(--ink);white-space:nowrap;font-size:26px;font-weight:800;line-height:1}.card.milestone .col{flex-direction:column;align-items:center;gap:6px;display:flex}.card.video{align-items:center;gap:14px;display:flex}.card.video .thumb{background:linear-gradient(160deg,#4a4a4c,#7b7b7e);border-radius:8px;flex-shrink:0;width:48px;height:64px}.dot{border-radius:50%;flex-shrink:0;width:8px;height:8px}.dot.red{background:var(--red)}.dot.blue{background:var(--blue)}.dot.yellow{background:var(--yellow)}.dot.grey{background:#b3b3b3}.live{color:var(--muted);align-items:center;gap:6px;margin-top:4px;font-size:12.5px;display:flex}.chev{color:var(--faint);flex-shrink:0}.banner{background:var(--ink);color:#fff;border-radius:14px;flex-direction:column;gap:6px;margin-top:16px;padding:14px 16px;display:flex}.banner .t{font-size:13.5px;font-weight:700}.banner .b{color:#cfcfcf;font-size:12px;line-height:1.45}.banner button{color:var(--ink);background:#fff;border-radius:999px;align-self:flex-start;min-height:40px;margin-top:6px;padding:10px 14px;font-size:12px;font-weight:700}.pill{letter-spacing:.1em;white-space:nowrap;border-radius:999px;align-items:center;padding:3px 7px;font-size:8px;font-weight:700;display:inline-flex}.pill.black{background:var(--ink);color:#fff}.pill.blue{background:var(--blue);color:#fff}.pill.yellow{background:var(--yellow);color:var(--ink)}.pill.outline{color:var(--muted);border:1px solid #c9c9c9}.funnel{justify-content:space-between;margin-top:22px;display:flex}.funnel .cell{flex-direction:column;flex:1;align-items:center;gap:5px;display:flex}.funnel .n{color:var(--ink);font-size:22px;font-weight:800;line-height:1}.funnel .n.zero{color:#b3b3b3}.funnel .l{letter-spacing:.12em;color:var(--faint);text-align:center;font-size:8px;font-weight:700}.funnel .sep{background:#dcdcdc;width:1px}.card-head{justify-content:space-between;align-items:baseline;display:flex}.card-head .h{color:var(--ink);font-size:13px;font-weight:700}.card-head .s{color:var(--faint);font-size:11px}.bars{flex-direction:column;gap:10px;margin-top:12px;display:flex}.bar{grid-template-columns:64px minmax(0,1fr) 44px;align-items:center;gap:10px;display:grid}.bar .l{color:var(--muted);white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.bar .track{background:var(--track);border-radius:5px;height:10px;display:flex}.bar .track.thin{border-radius:4px;height:8px}.bar .fill{border-radius:inherit;background:var(--ink);height:100%}.bar .track.dashed{background:0 0;border:1px dashed #c9c9c9}.bar .v{text-align:right;color:var(--ink);font-size:12px;font-weight:700}.bar .v.faint{color:var(--faint);font-size:10px;font-weight:400}.cols{align-items:flex-end;gap:8px;height:64px;margin-top:12px;display:flex}.cols .c{flex-direction:column;flex:1;justify-content:flex-end;align-items:center;gap:6px;height:100%;display:flex}.cols .c .f{background:var(--ink);border-radius:4px 4px 0 0;width:100%}.cols .c .f.now{background:var(--red)}.cols .c .d{color:var(--faint);font-size:9px}.cols .c .d.now{color:var(--ink);font-weight:700}.week{grid-template-columns:repeat(7,minmax(0,1fr));gap:4px;margin-top:16px;display:grid}.week .day{border-radius:10px;flex-direction:column;align-items:center;gap:4px;min-height:58px;padding:6px 0;display:flex}.week .day .w{letter-spacing:.1em;color:#b3b3b3;font-size:8px;font-weight:700}.week .day .n{color:#b3b3b3;font-size:13px;font-weight:600}.week .day.future .w{color:var(--muted)}.week .day.future .n{color:var(--ink)}.week .day.today{border:1.5px solid var(--ink)}.week .day.today .w,.week .day.today .n{color:var(--ink);font-weight:700}.week .day.next{background:var(--ink)}.week .day.next .w,.week .day.next .n{color:#fff;font-weight:700}.week .day .dot{background:0 0;width:5px;height:5px}.beout{color:var(--ink);align-items:center;gap:6px;margin-top:12px;font-size:11.5px;font-weight:600;display:flex}.showing{background:var(--card);border-radius:14px;grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:12px;padding:12px 14px;display:grid}.showing .who{color:var(--ink);font-size:13.5px;font-weight:700}.showing .meta{color:var(--muted);font-size:11.5px;line-height:1.35}.showing .right{flex-direction:column;align-items:flex-end;gap:5px;max-width:118px;display:flex}.showing .when{color:var(--ink);text-align:right;font-size:11px;font-weight:600;line-height:1.3}.showing .meta{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.showing.said{flex-direction:column;gap:10px;display:flex}.showing.said .head{grid-template-columns:40px minmax(0,1fr) auto;align-items:center;gap:12px;display:grid}.showing.said .quote{color:var(--ink-2);padding-left:52px;font-size:12.5px;line-height:1.45}.showing.said .quote.none{color:var(--faint);font-size:12px}.hero{background:linear-gradient(160deg,#3e3e40 0%,#6a6a6d 60%,#8b8b8e 100%);border-radius:14px;align-items:flex-end;height:190px;margin-top:18px;padding:12px;display:flex;position:relative;overflow:hidden}.hero img{object-fit:cover;width:100%;height:100%;position:absolute;inset:0}.hero .chip{letter-spacing:.1em;color:var(--ink);background:#fffffff0;border-radius:999px;padding:6px 10px;font-size:9.5px;font-weight:700;position:relative}.price-row{justify-content:space-between;align-items:center;margin-top:6px;display:flex}.price{color:var(--ink);font-size:28px;font-weight:800;line-height:1}.mls{color:var(--faint);letter-spacing:.04em;margin-top:3px;font-size:11px}.site{color:var(--ink);border:1.5px solid var(--ink);border-radius:999px;align-items:center;min-height:36px;padding:9px 12px;font-size:11px;font-weight:700;display:inline-flex}.agent{background:var(--card);border-radius:14px;align-items:center;gap:12px;margin-top:14px;padding:14px 16px;display:flex}.agent .name{color:var(--ink);font-size:14px;font-weight:700}.agent .brk{color:var(--muted);font-size:11px}.agent .grow{flex:1;min-width:0}.agent .acts{gap:8px;display:flex}.list{background:var(--card);border-radius:14px;flex-direction:column;display:flex}.list .item{border-bottom:1px solid #ededed;justify-content:space-between;align-items:center;gap:12px;min-height:44px;padding:13px 16px;display:flex}.list .item:last-child{border-bottom:0}.list .item .l{color:var(--ink);font-size:13.5px;font-weight:600}.list .item .r{color:var(--muted);text-align:right;font-size:12px}.tabbar{z-index:10;pointer-events:none;justify-content:center;display:flex;position:fixed;bottom:0;left:0;right:0}.tabbar .inner{pointer-events:auto;background:var(--card);border-top:1px solid var(--line);width:100%;max-width:430px;padding:10px 12px calc(14px + var(--safe-bottom));display:flex}.tabbar .tab{color:#a3a3a3;flex-direction:column;flex:1;align-items:center;gap:5px;min-height:44px;display:flex}.tabbar .tab.on{color:var(--ink)}.tabbar .tab span{letter-spacing:.08em;font-size:9.5px;font-weight:700}.gate{text-align:center;padding-top:calc(72px + var(--safe-top));justify-content:space-between;align-items:center}.gate .stacked{width:240px;height:auto}.gate .addr{letter-spacing:.06em;text-transform:uppercase;color:var(--ink);margin-top:22px;font-size:17px;font-weight:700}.gate .hint{color:var(--muted);min-height:18px;margin-top:8px;font-size:12.5px}.gate .hint.err{color:var(--red);font-weight:600}.dots{gap:22px;margin:28px 0;display:flex}.dots div{border:1.5px solid #b3b3b3;border-radius:50%;width:14px;height:14px}.dots div.on{background:var(--ink);border-color:var(--ink)}.dots.shake{animation:.35s shake}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-8px)}75%{transform:translate(8px)}}.keypad{grid-template-columns:repeat(3,72px);justify-content:center;gap:16px 28px;display:grid}.key{background:var(--card);width:72px;height:72px;color:var(--ink);border-radius:50%;justify-content:center;align-items:center;font-size:24px;font-weight:500;display:flex}.key:active{background:#e6e6e6}.key.blank{background:0 0}.gate .foot{color:#8a8a8a;margin-top:28px;font-size:12px}.gate .foot b{color:var(--ink);font-weight:600}.empty{text-align:center;color:var(--muted);padding:40px 20px;font-size:13px}.center{text-align:center;color:var(--muted);flex:1;justify-content:center;align-items:center;padding:40px 24px;font-size:13px;display:flex}.logo-text{letter-spacing:.06em;color:var(--ink);font-size:18px;font-weight:800}.logo-text.big{text-align:center;margin-bottom:8px;font-size:26px}.avatar.initials{justify-content:center;align-items:center;display:flex}.circle-btn{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.circle-btn.fill{background:var(--ink);color:#fff}.circle-btn.line{border:1.5px solid var(--ink);color:var(--ink)}.member{padding:16px}.member-head{align-items:center;gap:12px;display:flex}.member .name{color:var(--ink);font-size:15px;font-weight:700}.member .brk{color:var(--muted);margin-top:2px;font-size:11.5px}.member .bio{color:var(--ink-2);margin:12px 0 0;font-size:13px;line-height:1.5}.projects{flex-direction:column;gap:12px;display:flex}.project{background:var(--card);border-radius:14px;display:block;overflow:hidden}.project .pimg{background:linear-gradient(160deg,#3e3e40,#8b8b8e);height:170px;position:relative}.project .pimg img{object-fit:cover;width:100%;height:100%}.project .ptag{position:absolute;top:12px;left:12px}.project .pbody{padding:12px 16px 14px}.project .ptitle{color:var(--ink);font-size:15px;font-weight:700}.project .psub{color:var(--muted);margin-top:2px;font-size:12px}.project .plink{color:var(--ink);align-items:center;gap:2px;margin-top:8px;font-size:11.5px;font-weight:600;display:flex}.pill.red{background:var(--red);color:#fff}.card.video .thumb{object-fit:cover}
