*{box-sizing:border-box}body,html{margin:0;padding:0;background:#f7f8fa;color:#101828;font-family:Arial,Helvetica,sans-serif}.appShell,body{min-height:100vh}.appShell{display:grid;grid-template-columns:270px minmax(0,1fr)}.sidebar{background:#fff;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;min-height:100vh;position:-webkit-sticky;position:sticky;top:0;height:100vh}.sidebarTop{padding:22px 18px 14px}.brand{font-weight:900;letter-spacing:.14em;font-size:18px}.newProjectButton{width:100%;margin-top:18px;border:0;border-radius:10px;background:#101828;color:#fff;padding:12px;font-weight:800;cursor:pointer}.sideSection{padding:12px 10px}.sideHeading{font-weight:800;font-size:13px;color:#475467;padding:0 8px 8px}.projectList,.recentList{display:grid;grid-gap:3px;gap:3px}.projectItem,.recentList button{border:0;background:transparent;text-align:left;padding:10px 12px;border-radius:9px;cursor:pointer;color:#344054;font-size:14px}.projectItem.active,.projectItem:hover,.recentList button:hover{background:#f2f4f7}.projectItem{display:flex;align-items:center;gap:9px}.folderIcon{font-size:18px}.folderIcon.large{font-size:28px}.emptySide{font-size:13px;color:#98a2b3;padding:10px}.sidebarBottom{margin-top:auto;padding:16px;border-top:1px solid #eaecf0}.logoutButton{width:100%;border:1px solid #d0d5dd;background:#fff;border-radius:9px;padding:10px;cursor:pointer}.prototypeLabel{text-align:center;color:#98a2b3;font-size:11px;margin-top:10px}.mainPanel{min-width:0}.content{max-width:1180px;margin:0 auto;padding:64px 34px}.content.narrow{max-width:850px}.eyebrow{font-size:12px;font-weight:800;letter-spacing:.18em;color:#667085;margin-bottom:12px}.eyebrow.left{text-align:left}h1{font-size:clamp(40px,5vw,64px);line-height:1;letter-spacing:-.05em}h1,h2{margin:0}h2{font-size:28px}h3{margin:0}.lead{color:#667085;font-size:18px;line-height:1.55;max-width:720px}.projectLead{margin-bottom:0}.homeGrid{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:14px;gap:14px;margin-top:34px}.newProjectCard,.projectCard{border:1px solid #e5e7eb;background:#fff;border-radius:16px;padding:18px;text-align:left;cursor:pointer;min-height:150px}.newProjectCard{border-style:dashed;display:flex;flex-direction:column;justify-content:center}.newProjectCard span,.newProjectCard strong,.projectCard span,.projectCard strong{display:block}.newProjectCard strong,.projectCard strong{font-size:17px}.newProjectCard span,.projectCard>span{color:#667085;margin-top:8px;font-size:13px}.projectCardTop{display:flex;justify-content:space-between;align-items:start;margin-bottom:22px}.updated{font-size:12px!important;color:#98a2b3!important}.historyPanel,.reviewPanel,.workspace{background:#fff;border:1px solid #e5e7eb;border-radius:18px;padding:22px}.formLabel{display:block;font-size:14px;font-weight:700;color:#344054}.textInput{width:100%;border:1px solid #d0d5dd;border-radius:12px;padding:13px 14px;font:inherit;outline:none;margin-top:7px}.step{margin-top:20px}.stepLabel{font-weight:800;margin-bottom:12px}.stepLabel span{display:inline-grid;place-items:center;width:26px;height:26px;border-radius:50%;background:#101828;color:white;margin-right:8px}.upload{min-height:120px;border:2px dashed #d0d5dd;border-radius:14px;display:flex;flex-direction:column;align-items:center;justify-content:center;cursor:pointer;background:#fafafa;text-align:center;padding:16px}.upload input{display:none}.upload small{margin-top:7px;color:#98a2b3}.dangerButton,.primaryButton,.secondaryButton{border:0;border-radius:11px;padding:13px 16px;font-weight:800;cursor:pointer}.primaryButton{width:100%;margin-top:18px;background:#101828;color:#fff}.primaryButton:disabled{opacity:.35;cursor:not-allowed}.secondaryButton{background:#fff;border:1px solid #d0d5dd;color:#344054}.dangerButton{background:#fff1f0;border:1px solid #fecdca;color:#b42318}.error{margin-top:14px;border-radius:12px;padding:13px 15px;background:#fff1f0;color:#912018;border:1px solid #fecdca}.projectHeader{display:flex;justify-content:space-between;align-items:start;gap:20px}.headerActions{display:flex;gap:8px;flex-wrap:wrap}.metrics{display:grid;grid-template-columns:repeat(4,1fr);grid-gap:12px;gap:12px;margin-top:24px}.metric{background:#fff;border:1px solid #e5e7eb;border-radius:14px;padding:17px}.metric span,.metric strong{display:block}.metric span{font-size:12px;color:#667085;margin-bottom:8px}.metric strong{font-size:24px}.metric .dateValue,.metric .fileValue{font-size:15px;line-height:1.35}.successMetric{background:#f6fef9;border-color:#abefc6}.successMetric strong{color:#067647}.twoCol{display:grid;grid-template-columns:1.1fr .9fr;grid-gap:14px;gap:14px;margin-top:14px}.historyList{display:grid;grid-gap:16px;gap:16px;margin-top:18px}.historyItem{display:grid;grid-template-columns:14px 1fr;grid-gap:10px;gap:10px}.historyDot{width:9px;height:9px;border-radius:50%;background:#101828;margin-top:5px}.historyItem span,.historyItem strong{display:block}.historyItem strong{font-size:14px}.historyItem span{color:#667085;font-size:12px;margin-top:4px}.reviewPanel{margin-top:14px}.resultsHeader{display:flex;justify-content:space-between;align-items:end;gap:18px}.neutralBadge,.readyBadge{font-size:13px;border-radius:999px;padding:8px 12px}.readyBadge{background:#f6fef9;border:1px solid #abefc6;color:#067647}.neutralBadge{background:#f2f4f7;border:1px solid #d0d5dd;color:#475467}.loginPage{min-height:100vh;display:grid;place-items:center;padding:28px}.loginCard{width:min(460px,100%);background:#fff;border:1px solid #e5e7eb;border-radius:22px;padding:30px}.loginBrand{margin-bottom:28px}.loginTitle{font-size:34px!important}.loginLead{color:#667085}.loginCard .primaryButton{margin-top:20px}@media(max-width:1000px){.homeGrid,.metrics{grid-template-columns:repeat(2,1fr)}.twoCol{grid-template-columns:1fr}.projectHeader{flex-direction:column}}@media(max-width:760px){.appShell{grid-template-columns:1fr}.sidebar{position:static;height:auto;min-height:auto;border-right:0;border-bottom:1px solid #e5e7eb}.prototypeLabel,.recentList,.sideSection{display:none}.projectList{display:flex;overflow:auto;padding-bottom:4px}.projectItem{white-space:nowrap}.sidebarBottom{display:none}.sidebarTop{display:flex;align-items:center;gap:12px}.newProjectButton{margin:0 0 0 auto;width:auto}.content{padding:34px 18px}.homeGrid,.metrics{grid-template-columns:1fr}}.modifyButton{background:#101828;color:#fff;border:1px solid #101828;border-radius:11px;padding:13px 16px;font-weight:800;cursor:pointer}.backLink{border:0;background:transparent;color:#475467;padding:0;margin-bottom:24px;font-weight:700;cursor:pointer}.modifyTextarea{min-height:150px;resize:vertical}.modifyTextarea.small{min-height:100px}.reviewQuestion{font-size:24px;font-weight:850;letter-spacing:-.025em;margin-bottom:16px}.proposalList{display:grid;grid-gap:10px;gap:10px;margin:14px 0 18px}.proposalItem{display:flex;gap:12px;border:1px solid #eaecf0;border-radius:12px;padding:15px}.proposalNumber{flex:0 0 28px;height:28px;display:grid;place-items:center;border-radius:50%;background:#101828;color:white;font-size:12px;font-weight:800}.proposalItem p{margin:6px 0 0;color:#667085;font-size:14px;line-height:1.45}.changeRequestBox{background:#f9fafb;border:1px solid #eaecf0;border-radius:12px;padding:14px;margin:14px 0 18px}.changeRequestBox p{white-space:pre-wrap;margin:7px 0 0;color:#667085;line-height:1.45}.fullButton{width:100%;margin-top:10px}.warningBox{margin:16px 0;background:#fffaeb;border:1px solid #fedf89;color:#93370d;border-radius:12px;padding:14px;font-size:14px;line-height:1.45}.confirmDivider{text-align:center;position:relative;margin:18px 0}.confirmDivider:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:#eaecf0}.confirmDivider span{position:relative;background:white;padding:0 10px;color:#98a2b3;font-size:12px}.readyBox{margin:16px 0;background:#f6fef9;border:1px solid #abefc6;color:#067647;border-radius:12px;padding:14px;font-size:14px;line-height:1.45}.projectMenuWrap{position:relative}.menuButton{height:44px;min-width:46px;border:1px solid #d0d5dd;background:#fff;border-radius:11px;font-weight:900;letter-spacing:2px;cursor:pointer}.projectMenu{position:absolute;right:0;top:52px;width:210px;background:#fff;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 12px 30px rgba(16,24,40,.14);padding:8px;z-index:20}.menuTitle{padding:9px 10px;color:#667085;font-size:12px;font-weight:800;border-bottom:1px solid #eaecf0;margin-bottom:5px}.menuDanger{width:100%;border:0;background:transparent;text-align:left;color:#b42318;font-weight:800;padding:10px;border-radius:8px;cursor:pointer}.menuDanger:hover{background:#fff1f0}.proposalRevision{display:inline-block;margin-left:10px;padding:5px 9px;border-radius:999px;background:#ecfdf3;border:1px solid #abefc6;color:#067647;font-size:12px;vertical-align:middle;letter-spacing:0}.understandingCard{margin-top:4px;border:1px solid #b2ddff;background:#f5fbff;border-radius:16px;padding:20px}.understandingEyebrow{font-size:11px;font-weight:900;letter-spacing:.14em;color:#175cd3;margin-bottom:9px}.understandingCard h3{font-size:20px;letter-spacing:-.02em}.understandingSummary{font-size:16px;line-height:1.55;color:#344054;margin:10px 0 14px}.understandingList{margin:0;padding-left:20px;color:#475467;line-height:1.55}.understandingList li+li{margin-top:6px}.understandingActions{margin-top:14px}.understandingYes{margin-top:0}.clarifyBox{margin-top:18px;padding-top:18px;border-top:1px solid #eaecf0}.changePlanCard{margin:16px 0;border:1px solid #d0d5dd;background:#fff;border-radius:16px;padding:20px}.changePlanGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;margin-top:10px}.changePlanGrid>div{border:1px solid #eaecf0;background:#f9fafb;border-radius:12px;padding:13px}.changePlanGrid span,.changePlanGrid strong{display:block}.changePlanGrid span{font-size:11px;text-transform:uppercase;letter-spacing:.06em;color:#667085;margin-bottom:6px}.changePlanGrid strong{font-size:14px;line-height:1.4}.planSteps{margin:16px 0 0;padding-left:22px;color:#475467;line-height:1.55}.planSteps li+li{margin-top:5px}@media(max-width:760px){.changePlanGrid{grid-template-columns:1fr}}.historyBody{flex:1 1;min-width:0}.historyTopline{display:flex;gap:10px;align-items:flex-start;justify-content:space-between}.historyBadges{display:flex;gap:6px;flex-shrink:0}.statusBadge,.versionBadge{font-size:10px;font-weight:800;border-radius:999px;padding:3px 7px;border:1px solid #d0d5dd;background:#f9fafb;color:#344054}.statusApplied{background:#ecfdf3;border-color:#abefc6;color:#067647}.statusRestored{background:#eff8ff;border-color:#b2ddff;color:#175cd3}.statusBlocked,.statusBlockedbysafetycheck{background:#fff4ed;border-color:#ffd6ae;color:#b93815}.historyActions{display:flex;gap:12px;margin-top:7px}.historyLink{border:0;background:none;padding:0;color:#175cd3;font-size:12px;font-weight:800;cursor:pointer}.historyLink:hover{text-decoration:underline}.intentGrid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:10px;gap:10px;margin:18px 0}.intentGrid>div{border:1px solid #d9e2ee;border-radius:12px;padding:12px 14px;background:#fff;display:flex;flex-direction:column;gap:4px}.intentGrid span{color:#64748b;font-size:12px;font-weight:700;text-transform:uppercase;letter-spacing:.06em}.intentGrid strong{color:#0f172a;line-height:1.35}.intentGrid .intentWide{grid-column:1/-1}@media(max-width:760px){.intentGrid{grid-template-columns:1fr}.intentGrid .intentWide{grid-column:auto}}