ELNOR REPO READER TEXT MIRROR Original path: Design Mockups/Archived Mockups/DOC20 Mockups and Design/DOC20 Archived Mockups/Q_WEB BROWSER_VIEW_V1.jsx Source repo: /Users/OpenClaw1/Elnor/Elnor Specs Git branch: main Git commit: dbaa25962edc11ab30e8d4ca1715f9ae5bf77331 Generated: 2026-06-09T01:23:58.539Z --- import { useState, useRef, useEffect } from "react"; const font={sans:"'Söhne','Helvetica Neue',-apple-system,BlinkMacSystemFont,sans-serif",mono:"'SF Mono','Cascadia Code','Fira Code',monospace"}; const R={sm:"6px",md:"10px",full:"9999px"}; const c={bgApp:"#F8F8F6",bgPanel:"#FFFFFF",bgPanelAlt:"#F9FAFB",bgCard:"#FFFFFF",bgInput:"#EFF1F3",bgSidebar:"#131820",textPri:"#1A1D21",textSec:"#5E6570",textTer:"#8B919A",accentBtn:"#31588c",warn:"#D97706",error:"#B04040",border:"#E0E2E5",borderLight:"#ECEEF0",green:"#2E8B57",agentAv:"#a1a7aa",borderDark:"#263040"}; const Ic=({d,size=18,color,sw=1.75})=>; const I={ArrowL:p=>,ArrowR:p=>,Refresh:p=>,Star:p=>,Lock:p=>,X:p=>,Search:p=>,MsgCircle:p=>,Spark:p=>,Save:p=>,Copy:p=>,Link:p=>,Globe:p=>,Maximize:p=>,FileText:p=>,ExternalLink:p=>,ChevD:p=>,Pin:p=>,}; const Dot=({color,size=8})=>; const Btn=({children,primary,ghost,small,onClick,style:s})=>; const TBtn=({icon,title,active,onClick,label,disabled})=>; const Sep=()=>
; const Av=({letter,color,size=20})=>
{letter}
; const Toast=({msg,onDone})=>{useEffect(()=>{const t=setTimeout(onDone,2200);return()=>clearTimeout(t)},[onDone]);return
{msg}
}; // Simulated web page content (PACER-like) const WebPage=({onSelect})=>{ const [selected,setSelected]=useState(null); const handleMouseUp=()=>{ const sel=window.getSelection(); if(sel&&sel.toString().trim().length>3){ const rect=sel.getRangeAt(0).getBoundingClientRect(); setSelected({text:sel.toString(),x:rect.left,y:rect.top-45,w:rect.width}); onSelect&&onSelect(sel.toString()); }else{setSelected(null)} }; return
{selected&&
} label="Comment" onClick={()=>{setSelected(null)}}/>
} label="Ask Elnor" onClick={()=>{setSelected(null)}}/> {setSelected(null)}}/> {setSelected(null)}}/> } onClick={()=>setSelected(null)}/>
}
United States District Court
Central District of California
PARAMOUNT CONTRACTORS & DEVELOPERS, INC.,
Plaintiff,
v.
CITY OF LOS ANGELES, et al.,
Defendants.
Case No. BC587659  |  Filed: March 15, 2026

PLAINTIFF'S MOTION IN LIMINE NO. 3

To Exclude Expert Testimony of Dr. Mehmet Sanli

Plaintiff Paramount Contractors & Developers, Inc. ("Paramount") respectfully moves this Court for an order excluding the expert testimony and report of Dr. Mehmet Sanli, Defendants' designated economic expert, on the grounds that his opinions are unreliable, speculative, and based on flawed methodology that does not satisfy the requirements of Sargon Enterprises, Inc. v. University of Southern California (2012) 55 Cal.4th 747.

I. BACKGROUND

On January 15, 2026, Defendants designated Dr. Sanli as their expert on economic damages. Dr. Sanli's report, dated February 28, 2026, opines that Paramount's claimed damages are "speculative and overstated" and offers an alternative damages calculation reducing Paramount's claim from $4.2 million to approximately $380,000.

Dr. Sanli's methodology suffers from three fundamental defects: (1) he improperly applies a "willing buyer-willing seller" valuation framework to signage rights that are not freely transferable on the open market; (2) he fails to account for the City's own valuation of the permits at issue, as established in the Henderson v. Pacific line of cases; and (3) his discount rate of 18% is unsupported by any comparable transaction data and appears to have been selected solely to minimize Paramount's recovery.

II. LEGAL STANDARD

Under Sargon, the trial court acts as a "gatekeeper" to exclude expert opinion that is based on "assumptions of fact without evidentiary support, or on speculative or conjectural factors." 55 Cal.4th at 770. The court must determine whether the expert's opinion is "based on matter... of a type that reasonably may be relied upon by an expert in forming an opinion." Evidence Code § 801(b).

Expert testimony must be based on "reasons and a reasoned explanation connecting the factual predicates to the ultimate conclusion." Jennings v. Palomar Pomerado Health Systems, Inc. (2003) 114 Cal.App.4th 1108, 1117. An expert opinion that is "purely conclusory" or based on "unreasonable assumptions" is properly excluded. Bushling v. Fremont Medical Center (2004) 117 Cal.App.4th 493, 510.

III. ARGUMENT

A. Dr. Sanli's "Willing Buyer-Willing Seller" Framework Is Inapplicable

Dr. Sanli's entire analysis rests on the premise that Paramount's signage permits should be valued using a "willing buyer-willing seller" approach — the standard method for valuing freely traded assets. But signage permits in the City of Los Angeles are not freely traded assets. They are regulatory entitlements that attach to specific properties and cannot be separately conveyed. See L.A.M.C. § 14.4.4(B)(11); Paramount Contractors v. City of Los Angeles (2019) (unpub.) [permits are "property-specific regulatory approvals, not transferable market commodities"].

By applying a market-transaction valuation to a non-market asset, Dr. Sanli introduces a fundamental methodological error that infects his entire analysis. As the California Supreme Court observed in GHK Associates v. Mayer Group, Inc. (1990) 224 Cal.App.3d 856, 873, an expert's methodology must "fit" the factual circumstances; a methodology designed for one type of asset cannot simply be transplanted to a fundamentally different type.

EXHIBIT A — Damages Comparison
CategoryParamount ExpertDr. SanliDifference
Lost signage revenue$2,840,000$210,000-$2,630,000
Permit value diminution$980,000$120,000-$860,000
Consequential damages$380,000$50,000-$330,000
Total$4,200,000$380,000-$3,820,000

The disparity between the two experts' conclusions — a factor of more than 11:1 — is itself evidence that Dr. Sanli's methodology is fundamentally flawed. While reasonable experts may disagree on quantum, an 11-fold divergence suggests not a difference of opinion but a difference of analytical framework.

}; export default function QBrowser(){ const [url,setUrl]=useState("https://ecf.cacd.uscourts.gov/doc1/031139485672"); const [urlInput,setUrlInput]=useState("https://ecf.cacd.uscourts.gov/doc1/031139485672"); const [browserOpen,setBrowserOpen]=useState(false); const [commentsOpen,setCommentsOpen]=useState(false); const [rightTab,setRightTab]=useState("comments"); const [toast,setToast]=useState(null); const [selectedText,setSelectedText]=useState(""); const [bookmarked,setBookmarked]=useState(false); const flash=msg=>setToast(msg); const comments=[ {id:"c1",author:"You",color:c.accentBtn,text:"Need to check if Sanli's discount rate has any support in comparable transactions",anchor:"discount rate of 18%",time:"2m ago",status:"open"}, {id:"c2",author:"Elnor",color:c.agentAv,text:"I found 3 comparable transactions in the signage rights space. Average discount rates ranged from 8-12%. Sanli's 18% is an outlier with no stated basis. This supports the MIL argument on unreliable methodology.",anchor:"discount rate of 18%",time:"1m ago",status:"open"}, ]; return (
{toast&&setToast(null)}/>} {/* SIDEBAR */}
Q
{/* BROWSER SIDEBAR placeholder */} {browserOpen&&
Browser
Recent Pages
{["Paramount MIL No. 3","Henderson v. Pacific — Docket","SEC Filing — Brooge Energy","Christensen CV (Expert)","LAMC § 14.4.4"].map((t,i)=>
{if(i)e.currentTarget.style.backgroundColor=c.bgInput}} onMouseLeave={e=>{if(i)e.currentTarget.style.backgroundColor="transparent"}}>{t}
)}
Bookmarks
{["PACER — CACD","Westlaw","CM/ECF Login","EDGAR Full-Text Search"].map((t,i)=>
e.currentTarget.style.backgroundColor=c.bgInput} onMouseLeave={e=>e.currentTarget.style.backgroundColor="transparent"}>{t}
)}
} {/* MAIN */}
{/* URL BAR */}
{/* URL INPUT */}
setUrlInput(e.target.value)} onKeyDown={e=>{if(e.key==="Enter"){setUrl(urlInput);flash("Loading…")}}} style={{flex:1,border:"none",backgroundColor:"transparent",fontSize:13,fontFamily:font.sans,outline:"none",color:c.textPri,minWidth:0}}/>
} title="Copy page text" onClick={()=>flash("Page text copied")}/> } label="Save As…" onClick={()=>flash("Save options…")}/> } label="Ref" onClick={()=>flash("Reference copied")}/> } label={comments.length+""} active={commentsOpen&&rightTab==="comments"} onClick={()=>{if(commentsOpen&&rightTab==="comments")setCommentsOpen(false);else{setCommentsOpen(true);setRightTab("comments")}}}/>
{/* CONTENT + RIGHT PANEL */}
{/* WEB PAGE */}
{/* RIGHT PANEL */} {commentsOpen&&
{rightTab==="comments"&&
OPEN ({comments.length})
{comments.map(cm=>
{cm.author} {cm.time}
{cm.anchor&&
"{cm.anchor}"
}
{cm.text}
Reply Resolve Send
)}