@import"https://fonts.googleapis.com/css2?family=DM+Sans:wght@400;500;600;700&display=swap";:root{font-family:DM Sans,ui-sans-serif,system-ui,sans-serif;color:#eef2f2;background:#070c11;font-synthesis:none;--bg:#070c11;--card:#0d151d;--card2:#101b24;--line:#1e2b35;--muted:#84919d;--gold:#d89e38;--green:#50d47b;--amber:#f5a329;--red:#ef504e;--teal:#38d5cc}*{box-sizing:border-box}body{margin:0;min-width:320px;background:var(--bg)}button{font:inherit;color:inherit;cursor:pointer}button,input,select{outline:none}.app{min-height:100vh;display:flex;background:radial-gradient(circle at 70% -15%,#17232c 0,transparent 36%),var(--bg)}.sidebar{width:222px;flex:none;border-right:1px solid #16222b;padding:24px 13px 16px;display:flex;flex-direction:column}.brand-row{display:flex;justify-content:space-between;align-items:center;padding:0 15px 34px}.logo{font-size:25px;letter-spacing:-1.2px;color:#f4f3ed;font-weight:500}.logo span{color:var(--gold);font-weight:700}.icon-button{border:0;background:none;color:#71808c;padding:4px}.sidebar nav{display:flex;flex-direction:column;gap:3px}.sidebar nav a{display:flex;align-items:center;gap:13px;padding:11px 15px;border-radius:9px;color:#b5bdc5;font-size:14px;text-decoration:none}.sidebar nav a svg{color:#8796a1}.sidebar nav a svg:last-child{margin-left:auto}.sidebar nav a.active{background:linear-gradient(90deg,#292516,#211e16);color:#fff}.sidebar nav a.active svg{color:var(--gold)}.nav-label{font-size:10px;color:#71808c;letter-spacing:1.2px;margin:25px 15px 7px}.profile{margin-top:auto;border:1px solid var(--line);border-radius:10px;padding:12px 10px;display:flex;align-items:center;gap:9px}.profile .avatar{width:30px;height:30px;border-radius:50%;display:grid;place-items:center;background:#916537;color:#fff;font-size:11px;font-weight:700}.profile b{display:block;font-size:12px}.profile small{display:block;color:var(--gold);font-size:10px;margin-top:3px}.profile svg{margin-left:auto;color:#73808a}main{width:calc(100% - 222px);padding:28px 26px 22px;max-width:1720px;margin:auto}header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:26px}.breadcrumb{font-size:11px;color:#61707b;margin-bottom:7px}.breadcrumb span{color:#909ba4}h1{font-size:26px;letter-spacing:-.7px;margin:0;font-weight:600}h1 em{font-style:normal;font-weight:400;color:#76828d;font-size:13px;margin-left:11px;letter-spacing:0}.header-actions{display:flex;gap:12px;align-items:center}.roi-select,.filter-button,.search,.gold-button,.mobile-button{height:40px;border:1px solid var(--line);background:#0b141c;border-radius:8px;display:flex;align-items:center;gap:10px;padding:0 13px;color:#b5bec6;font-size:13px}.roi-select select{background:transparent;color:#f5d185;border:0;font-weight:700;font-size:14px}.filter-button span{color:#a0aab0;margin-left:3px}.search{width:228px}.search input{border:0;background:none;color:#e6ebec;width:100%;font-size:13px}.search input::placeholder{color:#82909c}.gold-button{background:linear-gradient(180deg,#dfa943,#c38b2b);border-color:#e5b655;color:#17130c;font-weight:700;padding:0 16px}.mobile-button{display:none;color:#e5b655}.summary-cards{display:grid;grid-template-columns:repeat(4,1fr) 1.35fr;gap:8px;margin-bottom:18px}.summary-cards button,.avg-score{min-height:78px;border:1px solid var(--line);background:linear-gradient(135deg,#101b24,#0b141c);border-radius:11px;padding:16px;position:relative;text-align:left}.summary-cards button.selected{border-color:#7f652c;box-shadow:inset 0 0 0 1px #6f5523}.summary-cards button .summary-icon{position:absolute;left:14px;top:17px;width:30px;height:30px;border-radius:8px;display:grid;place-items:center;font-size:20px;background:#132833}.summary-cards small,.avg-score small{display:block;color:#94a0a9;font-size:11px;font-weight:400}.summary-cards button>small{margin-left:42px;margin-top:0}.summary-cards strong,.avg-score strong{display:block;font-size:21px;margin:3px 0 0 42px;letter-spacing:-.5px}.avg-score{padding-left:18px}.avg-score strong{margin-left:0;font-size:26px}.avg-score span{position:absolute;right:17px;bottom:17px;color:var(--green);font-size:11px}.avg-score span small{display:inline;color:#70808c;margin-left:4px}.teal{color:var(--teal)}.green{color:var(--green);background:#122c25!important}.amber{color:var(--amber);background:#2c2517!important}.red{color:var(--red);background:#291b20!important}.tone-excellent{color:var(--green)!important}.tone-caution{color:var(--amber)!important}.tone-low{color:var(--red)!important}.toolbar{display:flex;justify-content:space-between;align-items:center;margin:18px 0 10px;color:#74818c;font-size:12px}.toolbar button{border:1px solid var(--line);border-radius:7px;background:#0b141b;padding:8px 11px;display:flex;gap:7px;align-items:center;color:#aeb6bc;font-size:12px}.lot-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:10px}.lot-card{min-width:0;text-align:left;border:1px solid #1b2a34;background:linear-gradient(145deg,#101b24,#0a1219);border-radius:11px;padding:13px;color:inherit;transition:.2s}.lot-card:hover{border-color:#8b6b2e;transform:translateY(-1px)}.lot-top{display:flex;align-items:flex-start;position:relative;gap:11px}.lot-image-wrap{position:relative;flex:none;width:124px;height:80px}.lot-image-wrap img{width:100%;height:100%;object-fit:cover;border-radius:8px;filter:saturate(.8)}.score{width:40px;height:40px;border-radius:50%;display:grid;place-items:center;border:2px solid currentColor;background:#091116;font-size:17px;font-weight:600}.lot-image-wrap .score{position:absolute;bottom:-5px;left:8px}.score-excellent{color:var(--green);box-shadow:0 0 0 3px #193a29}.score-caution{color:var(--amber);box-shadow:0 0 0 3px #463318}.score-low{color:var(--red);box-shadow:0 0 0 3px #492329}.lot-heading{min-width:0;padding-top:2px;padding-right:31px}.lot-title{font-weight:600;font-size:15px;line-height:1.25}.lot-source{color:#8b98a1;font-size:11px;margin-top:10px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.lot-source span{margin:0 4px;color:#53616b}.time{position:absolute;right:0;top:0;border:1px solid #775922;border-radius:6px;padding:5px 6px;color:#f0bd58;font-size:10px;white-space:nowrap}.time span{margin-right:4px}.lot-finance{border-top:1px solid #1b2b35;border-bottom:1px solid #1b2b35;margin:15px 0 11px;padding:11px 3px;display:grid;grid-template-columns:1fr 1fr}.lot-finance div+div{text-align:right;border-left:1px solid #1b2b35}.lot-card small{display:block;color:#8e9aa4;font-size:10px;margin-bottom:5px}.lot-finance strong{font-size:17px;font-weight:600}.lot-metrics{display:grid;grid-template-columns:repeat(4,1fr);gap:4px}.lot-metrics b{font-size:11px;font-weight:500;color:#e1e5e5}.lot-metrics div+div{border-left:1px solid #1b2b35;padding-left:9px}footer{border:1px solid var(--line);border-radius:9px;margin-top:16px;padding:15px 22px;display:flex;align-items:center;gap:23px;font-size:12px;color:#97a2aa}footer b{font-size:12px}footer b small{display:inline;color:#8b969f;font-weight:400;margin-left:6px}.updated{margin-left:auto;color:#77848d}.detail-panel{max-width:1160px;margin:0 auto}.back{border:0;background:none;color:#9aa6af;padding:5px 0 17px;font-size:13px}.back span{margin-left:7px}.detail-hero{height:240px;border-radius:14px;position:relative;overflow:hidden;margin-bottom:13px}.detail-hero>img{width:100%;height:100%;object-fit:cover;filter:brightness(.52)}.hero-overlay{position:absolute;inset:auto 27px 23px}.eyebrow{font-size:10px;color:#e2ad48;letter-spacing:1px}.hero-overlay h1{font-size:30px;margin:6px 0 14px}.hero-score{display:flex;gap:13px;align-items:center}.hero-score .score{width:48px;height:48px}.hero-score strong{display:block;color:var(--green);font-size:13px}.hero-score small{display:block;color:#bec7cb;font-size:11px;margin-top:3px}.detail-grid{display:grid;grid-template-columns:1fr 1fr;gap:13px}.surface{background:linear-gradient(145deg,#101b24,#0b141b);border:1px solid var(--line);border-radius:12px;padding:20px}.primary-numbers{grid-column:span 2;display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.primary-numbers div+div{border-left:1px solid var(--line);padding-left:19px}.primary-numbers small{font-size:11px;color:#93a0a8;display:block;margin-bottom:8px}.primary-numbers strong{font-size:21px}.section-title{display:flex;justify-content:space-between;font-size:14px;font-weight:600;margin-bottom:18px}.section-title span{color:#e1ae4a;font-size:11px;font-weight:400}.signal-row{display:grid;grid-template-columns:repeat(4,1fr);gap:9px}.signal-row div{border-left:1px solid var(--line);padding-left:10px}.signal-row span{color:#6fdb8a;display:block;margin-bottom:8px}.signal-row small{display:block;color:#82909a;font-size:10px;margin-bottom:5px}.signal-row b{font-size:13px}.summary-row{display:flex;justify-content:space-between;border-top:1px solid var(--line);padding:12px 0;font-size:12px}.summary-row span{color:#8f9ba5}.summary-row b{font-weight:500}.full-analysis{display:flex;justify-content:center;align-items:center;gap:7px;width:100%;margin-top:13px;height:45px;border-radius:8px;border:1px solid #926e2d;color:#e6b34e;background:#19170f}.preview-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#030609d9;z-index:5;display:grid;place-items:center}.phone-frame{height:min(850px,94vh);width:405px;background:#05080a;border:7px solid #9d8d6c;border-radius:42px;padding:7px;box-shadow:0 30px 90px #000}.phone-screen{height:100%;overflow:hidden;border-radius:31px;background:linear-gradient(150deg,#091017,#070c11);padding:18px 14px 0;position:relative}.close-preview{position:absolute;right:-50px;top:0;width:32px;height:32px;border:0;background:#1b252d;border-radius:50%;font-size:20px}.phone-top,.phone-brand,.phone-tabs,.phone-tools{display:flex;align-items:center;justify-content:space-between}.phone-top{font-size:11px;margin:0 5px 17px}.phone-brand{margin:0 2px 20px}.phone-brand .logo{font-size:18px}.phone-tabs{font-size:10px;color:#96a0a7;background:#0c151d;border-radius:8px;padding:5px;margin-bottom:11px}.phone-tabs b{color:#f0bf57;border:1px solid #89682c;border-radius:5px;padding:7px 12px;background:#1b1d18}.phone-stat-row{display:grid;grid-template-columns:repeat(3,1fr);gap:7px}.phone-stat-row div{padding:10px 4px;background:#0e1820;border:1px solid #1b2a32;border-radius:8px;text-align:center}.phone-stat-row b{display:block;font-size:18px;color:#54ce93}.phone-stat-row small{display:block;font-size:9px;color:#8d9aa2;margin-top:2px}.phone-tools{gap:6px;margin:12px 0}.phone-tools button{border:1px solid var(--line);background:#0c151d;border-radius:6px;padding:6px 7px;color:#abb5bb;font-size:9px;display:flex;align-items:center;gap:4px}.phone-tools button:first-child{color:#eab84d}.phone-screen .lot-card{padding:9px;margin-bottom:8px;border-radius:10px}.phone-screen .lot-top{gap:7px}.phone-screen .lot-image-wrap{width:76px;height:60px}.phone-screen .lot-heading{padding-right:0}.phone-screen .lot-title{font-size:10px}.phone-screen .lot-source{font-size:8px;margin-top:5px}.phone-screen .time{display:none}.phone-screen .lot-finance{margin:9px 0 7px;padding:7px 2px}.phone-screen .lot-finance strong{font-size:11px}.phone-screen .lot-card small{font-size:8px;margin-bottom:3px}.phone-screen .lot-metrics{display:none}.phone-screen .lot-image-wrap .score{width:27px;height:27px;font-size:11px;left:4px;bottom:-3px}.phone-nav{position:absolute;bottom:0;left:0;right:0;background:#0b131a;border-top:1px solid #1c2a32;height:56px;display:flex;justify-content:space-around;align-items:center;text-align:center;color:#87939c;font-size:15px}.phone-nav span{font-size:13px}.phone-nav small{display:block;font-size:8px;margin-top:3px}.phone-nav strong{width:36px;height:36px;border-radius:11px;background:#dfa946;color:#1d1608;display:grid;place-items:center;font-size:23px}@media (max-width:1150px){.lot-grid{grid-template-columns:repeat(2,1fr)}.header-actions .filter-button{display:none}.search{width:170px}}@media (max-width:800px){.sidebar{display:none}main{width:100%;padding:18px 13px 85px}header{display:block;margin-bottom:18px}.mobile-logo{display:block;margin-bottom:22px}.mobile-logo .logo{font-size:21px}.breadcrumb,.header-actions .roi-select,.header-actions .filter-button,.header-actions .gold-button{display:none}.header-actions{display:flex}.mobile-button{display:flex;margin-left:auto}.search{width:100%;height:38px}.summary-cards{grid-template-columns:repeat(2,1fr);gap:7px}.summary-cards button,.avg-score{min-height:64px;padding:11px}.summary-cards button .summary-icon{left:10px;top:12px;width:25px;height:25px}.summary-cards button>small{margin-left:33px;font-size:9px}.summary-cards strong{margin-left:33px;font-size:18px}.avg-score{grid-column:span 2}.avg-score strong{font-size:21px}.lot-grid{grid-template-columns:1fr}.lot-card{padding:11px}.lot-image-wrap{width:104px;height:72px}footer{gap:10px;padding:12px;overflow:auto;white-space:nowrap}.updated{display:none}.detail-hero{height:220px}.hero-overlay h1{font-size:23px}.detail-grid{grid-template-columns:1fr}.primary-numbers{grid-column:span 1;grid-template-columns:repeat(2,1fr);gap:17px}.primary-numbers div:nth-child(3){border-left:0;padding-left:0}.signal-row{grid-template-columns:repeat(2,1fr);gap:16px}.close-preview{right:5px;top:5px;z-index:2}.phone-frame{width:min(380px,94vw);height:92vh}.phone-screen .lot-card{display:block}}@media (min-width:801px){.mobile-logo{display:none}}.lot-heading{display:flex;flex-direction:column;padding-right:0}.lot-heading .time{position:static;align-self:flex-end;margin-bottom:7px}.score-line{display:flex;align-items:center;gap:9px;margin-top:9px;color:#8b98a1;font-size:10px}.score-line .score{width:28px;height:28px;font-size:11px;border-width:1px;box-shadow:none}.roi-control{position:relative;height:40px;border:1px solid var(--line);background:#0b141c;border-radius:8px;display:flex;align-items:center;gap:10px;padding:0 8px 0 13px;color:#b5bec6;font-size:13px;z-index:3}.roi-control>button{border:0;background:#171b17;color:#f5d185;font-weight:700;font-size:14px;height:30px;min-width:53px;border-radius:5px;padding:0 7px;display:flex;align-items:center;justify-content:space-between;gap:7px}.roi-menu{position:absolute;right:0;top:44px;min-width:112px;padding:5px;background:#101a22;border:1px solid #6f5523;border-radius:8px;box-shadow:0 14px 30px #0009}.roi-menu button{display:block;width:100%;border:0;background:transparent;color:#f5d185;text-align:left;border-radius:5px;padding:8px 10px;font-size:13px}.roi-menu button:hover,.roi-menu button[aria-selected=true]{background:#25291f;color:#fff1bf}.mobile-button{display:flex;white-space:nowrap;color:#efc15d;border-color:#775922;background:#171810}.phone-screen .time{display:block;font-size:8px;padding:3px 4px;margin-bottom:4px}@media (max-width:800px){.header-actions .roi-control{display:none}.mobile-button{margin-left:auto}.phone-screen .score-line{margin-top:5px}.phone-screen .score-line span{font-size:8px}}
