:root {
  --ink: #24221f;
  --muted: #77736b;
  --line: #e4e0d8;
  --paper: #f7f5f0;
  --white: #fff;
  --coral: #ff6b4a;
  --yellow: #f5cb4d;
  --blue: #8cc8e9;
  --violet: #c4a7ef;
  --lime: #c9df75;
  --shadow: 0 16px 50px rgba(50, 46, 39, 0.12);
}

* { box-sizing: border-box; }
body { margin: 0; font-family: "DM Sans", sans-serif; color: var(--ink); background: radial-gradient(circle at 90% 5%, rgba(140,200,233,.18), transparent 28%), radial-gradient(circle at 40% 100%, rgba(245,203,77,.12), transparent 34%), var(--paper); }
button, input, textarea { font: inherit; }
button { color: inherit; transition: transform .2s ease, box-shadow .2s ease, background-color .2s ease, border-color .2s ease; }
button:focus-visible, input:focus-visible, textarea:focus-visible, select:focus-visible { outline: 3px solid rgba(255,107,74,.25)!important; outline-offset: 2px; }
.auth-screen { position: fixed; inset: 0; z-index: 200; display: grid; place-items: center; padding: 22px; background: radial-gradient(circle at 15% 15%, rgba(255,107,74,.2), transparent 30%), radial-gradient(circle at 85% 85%, rgba(140,200,233,.22), transparent 30%), #252833; }
.auth-screen[hidden] { display: none; }.auth-card { width: min(470px, 100%); padding: 45px; background: #fffdf8; border-radius: 18px; box-shadow: 0 35px 90px rgba(0,0,0,.28); text-align: center; }.auth-brand { justify-content: center; color: var(--ink); margin-bottom: 38px; }.auth-card h1 { margin: 10px 0 15px; font: 800 35px/1.08 "Manrope"; letter-spacing: -1.5px; }.auth-card > p { color: var(--muted); font-size: 12px; line-height: 1.6; }.google-button { display: flex; align-items: center; justify-content: center; gap: 12px; margin: 28px 0 18px; padding: 13px 18px; border: 1px solid #d5d0c7; border-radius: 8px; color: var(--ink); background: white; text-decoration: none; font-weight: 700; font-size: 12px; transition: .2s; }.google-button:hover { transform: scale(1.025); box-shadow: 0 10px 24px rgba(50,46,39,.12); }.google-button span { display: grid; place-items: center; width: 24px; height: 24px; border-radius: 50%; color: #4285f4; font: 800 17px Arial; }.auth-card > small { display: block; color: #99938a; font-size: 8px; line-height: 1.5; }
.app-shell { min-height: 100vh; display: grid; grid-template-columns: 248px 1fr; }
.sidebar { position: fixed; inset: 0 auto 0 0; width: 248px; background: #23221f; color: #fff; padding: 28px 18px 20px; display: flex; flex-direction: column; z-index: 20; }
.brand { display: flex; align-items: center; gap: 11px; color: inherit; text-decoration: none; padding: 0 10px; font: 800 21px "Manrope"; letter-spacing: -.6px; }
.brand-mark { position: relative; width: 25px; height: 25px; display: inline-block; transform: rotate(-8deg); }
.brand-mark span { position: absolute; width: 9px; height: 18px; border-radius: 5px; background: var(--coral); }
.brand-mark span:nth-child(1) { left: 0; top: 5px; }
.brand-mark span:nth-child(2) { left: 8px; top: 0; background: var(--yellow); }
.brand-mark span:nth-child(3) { left: 16px; top: 6px; background: var(--blue); }
.main-nav { margin-top: 48px; display: grid; gap: 6px; }
.nav-item, .space-item { border: 0; background: none; color: #aaa8a2; cursor: pointer; display: flex; align-items: center; width: 100%; }
.nav-item { gap: 13px; padding: 11px 13px; border-radius: 8px; font-weight: 600; text-align: left; }
.nav-item:hover, .nav-item.active { color: #fff; background: #393732; }
.nav-icon { font-size: 22px; width: 24px; text-align: center; }
.nav-count { margin-left: auto; background: var(--coral); color: white; min-width: 21px; height: 21px; padding: 2px 5px; border-radius: 11px; text-align: center; font-size: 11px; }
.sidebar-label, .eyebrow { font-size: 10px; font-weight: 800; letter-spacing: 1.6px; }
.sidebar-label { color: #6f6d68; margin: 38px 13px 13px; }
.space-list { display: grid; gap: 2px; }
.space-item { gap: 11px; padding: 9px 13px; font-size: 13px; }
.space-item:hover, .space-item.active { color: white; background: #34332f; border-radius: 7px; transform: translateX(4px); }
.space-item span:last-child { margin-left: auto; color: #66645f; }
.space-dot { width: 8px; height: 8px; border-radius: 50%; }
.coral { background: var(--coral); }.violet { background: var(--violet); }.lime { background: var(--lime); }
.sidebar-footer { margin-top: auto; }
.storage-copy { display: flex; justify-content: space-between; color: #898681; font-size: 11px; padding: 0 10px 8px; }
.storage-copy strong { color: #bbb8b0; }
.storage-bar { margin: 0 10px 23px; height: 3px; background: #4b4944; border-radius: 2px; }
.storage-bar span { display: block; width: 68%; height: 100%; background: var(--coral); }
.profile-card { width: 100%; border: 0; border-top: 1px solid #3d3a36; background: none; color: white; display: flex; align-items: center; gap: 10px; padding: 19px 7px 0; text-align: left; }
.avatar { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; width: 40px; height: 40px; border-radius: 50%; background: var(--yellow); font-size: 11px; font-weight: 800; border: 2px solid rgba(255,255,255,.8); }
.avatar-photo { background: #e8b785; }
.profile-copy { display: grid; gap: 2px; flex: 1; }
.profile-copy strong { font-size: 12px; }.profile-copy small { color: #908e88; font-size: 9px; }
.team-badge { background: var(--coral); color: white; padding: 2px 5px; border-radius: 3px; font: 700 9px "Manrope"; }
.main-content { grid-column: 2; min-width: 0; }
.topbar { height: 78px; padding: 0 4.5%; display: flex; align-items: center; border-bottom: 1px solid var(--line); background: rgba(247,245,240,.92); position: sticky; top: 0; z-index: 10; backdrop-filter: blur(10px); }
.global-search { display: flex; align-items: center; gap: 10px; color: #8a867e; width: min(460px, 48vw); }
.global-search > span { font-size: 24px; }.global-search input { border: 0; outline: 0; background: none; width: 100%; font-size: 13px; }
kbd { border: 1px solid #d9d5cd; background: white; border-radius: 5px; padding: 4px 7px; font-size: 10px; white-space: nowrap; }
.topbar-actions { margin-left: auto; display: flex; align-items: center; gap: 11px; }
.icon-button, .share-button, .view-controls button, .text-button { border: 0; background: transparent; cursor: pointer; }
.icon-button { position: relative; font-size: 20px; }.notification-dot { position: absolute; width: 6px; height: 6px; background: var(--coral); border-radius: 50%; right: 0; top: 0; }
.share-button { border: 1px solid #d5d1c9; background: white; border-radius: 7px; padding: 10px 15px; font-weight: 600; font-size: 12px; }
.mobile-menu { display: none; }
.view { display: none; padding: 52px 4.5% 70px; max-width: 1500px; margin: auto; }
.view.active { display: block; animation: fade-up .35s ease; }
@keyframes fade-up { from { opacity: 0; transform: translateY(6px); } }
.page-heading { display: flex; justify-content: space-between; align-items: flex-end; margin-bottom: 32px; }
.page-heading h1, .team-hero h1, .discover-heading h1 { font: 800 clamp(28px,3vw,40px) "Manrope"; letter-spacing: -1.5px; margin: 7px 0; }
.page-heading h1 span { color: var(--coral); font-size: 22px; }
.page-heading p, .section-heading p { color: var(--muted); margin: 0; font-size: 13px; }
.eyebrow { color: #8b877f; margin: 0; }
.primary-button { border: 0; color: white; background: var(--ink); padding: 12px 18px; border-radius: 7px; font-weight: 700; font-size: 12px; cursor: pointer; box-shadow: 0 4px 10px rgba(0,0,0,.12); }
.primary-button span { color: var(--yellow); font-size: 17px; margin-right: 5px; }
.dashboard-grid { display: grid; grid-template-columns: minmax(0,1.75fr) minmax(280px,.85fr); gap: 20px; }
.continue-card, .activity-card { border-radius: 12px; border: 1px solid var(--line); overflow: hidden; }
.continue-card { padding: 18px 25px 0; color: white; background: linear-gradient(135deg, #303442, #494f66); position: relative; box-shadow: 0 16px 35px rgba(48,52,66,.15); }
.continue-card:before { content: ""; position: absolute; width: 300px; height: 300px; background: #51576f; border-radius: 50%; right: -80px; bottom: -180px; opacity: .5; }
.card-topline { display: flex; justify-content: space-between; align-items: center; color: #b9bac3; font-size: 10px; }
.pill { display: inline-block; background: rgba(255,255,255,.58); color: #555149; border-radius: 4px; padding: 5px 7px; font-size: 8px; font-weight: 800; letter-spacing: 1.1px; }
.dark-pill { background: #515568; color: #dddde2; }
.continue-content { display: grid; grid-template-columns: 1fr 250px; align-items: end; min-height: 225px; }
.project-kicker { color: var(--yellow); font-size: 9px; font-weight: 700; letter-spacing: 1.4px; }
.continue-content h2 { font: 800 25px/1.08 "Manrope"; letter-spacing: -1px; margin: 10px 0; }
.continue-content p { color: #bfc0c8; font-size: 11px; max-width: 330px; line-height: 1.5; }
.card-people { display: flex; align-items: center; padding: 16px 0 22px; }
.avatar.small { width: 29px; height: 29px; font-size: 8px; margin-right: -5px; }
.peach { background: #eab488; }.blue { background: var(--blue); }.cream { background: #e9e2ca; }
.coral-bg { background: var(--coral); }.violet-bg { background: var(--violet); }.yellow-bg { background: var(--yellow); }.lime-bg { background: var(--lime); }
.collab-copy { margin-left: 14px; color: #acadb5; font-size: 10px; }
.paper-preview { align-self: end; height: 190px; background: #f8f2df; border-radius: 6px 6px 0 0; transform: rotate(2deg); padding: 38px 25px; position: relative; box-shadow: -10px -6px 30px rgba(0,0,0,.15); }
.paper-tab { position: absolute; top: 17px; left: 25px; height: 7px; width: 65px; background: var(--coral); border-radius: 4px; }
.paper-line { display: block; height: 3px; background: #d7cfba; margin: 11px 0; width: 100%; }.paper-line.short { width: 45%; }.paper-line.medium { width: 70%; }
.paper-note { font-family: cursive; color: var(--coral); font-size: 14px; transform: rotate(-5deg); position: absolute; bottom: 27px; right: 27px; }
.paper-circle { position: absolute; width: 35px; height: 35px; border: 2px solid var(--blue); border-radius: 50%; left: 20px; bottom: 18px; }
.activity-card { background: white; padding: 23px; }
.section-heading { display: flex; justify-content: space-between; align-items: flex-start; }
.section-heading h3 { font: 800 17px "Manrope"; margin: 5px 0; }
.text-button { color: #6f6a62; text-decoration: underline; font-size: 10px; }
.activity-item { display: flex; align-items: center; gap: 11px; padding: 15px 0; border-top: 1px solid #eeebe5; }
.activity-item:first-of-type { margin-top: 12px; }
.activity-item div { flex: 1; }.activity-item strong { font-size: 11px; }.activity-item p { margin: 3px 0 0; color: var(--muted); font-size: 10px; }.activity-item small { color: #aaa59c; font-size: 9px; }
.project-section-heading { margin: 40px 0 18px; align-items: end; }
.project-section-heading h3 { font-size: 20px; }
.view-controls { display: flex; align-items: center; gap: 3px; background: #eae7e0; padding: 3px; border-radius: 6px; }
.view-controls button { padding: 6px 8px; color: #827e76; font-size: 11px; border-radius: 4px; }
.view-controls button.active { background: white; color: var(--ink); box-shadow: 0 1px 3px rgba(0,0,0,.1); }
.view-controls button:last-child { margin-left: 5px; border-left: 1px solid #d7d3cb; border-radius: 0; }
.project-grid { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 17px; }
.project-card { min-height: 198px; border: 0; border-radius: 10px; padding: 18px; text-align: left; cursor: pointer; display: flex; flex-direction: column; justify-content: space-between; transition: transform .2s, box-shadow .2s; }
.project-card:hover { transform: translateY(-6px) scale(1.025); box-shadow: 0 20px 40px rgba(50,46,39,.18); }
.new-project-card { border: 1.5px dashed #c7c2b8; background: transparent; align-items: center; justify-content: center; text-align: center; }
.new-project-card small { color: var(--muted); margin-top: 5px; font-size: 10px; }.big-plus { width: 39px; height: 39px; display: grid; place-items: center; border-radius: 50%; background: var(--ink); color: white; margin-bottom: 13px; font-size: 20px; }
.project-yellow { background: #f2d873; }.project-blue { background: #b9ddec; }.project-lilac { background: #d5c3ee; }
.project-card-head { display: flex; align-items: flex-start; justify-content: space-between; }.project-icon { font-size: 25px; }
.project-card h3 { font: 800 18px "Manrope"; margin: 8px 0 3px; }.project-card p { font-size: 9px; color: #5e5a53; margin: 0; }
.mini-users { display: flex; align-items: center; }.avatar.tiny { width: 23px; height: 23px; font-size: 7px; margin-right: -4px; }.public-label { margin-left: auto; font-size: 9px; }
.compact-heading { margin-bottom: 35px; }.people-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 20px; }
.person-card { background: white; border: 1px solid var(--line); border-radius: 12px; overflow: hidden; text-align: center; padding-bottom: 22px; position: relative; }
.person-cover { height: 90px; }.cover-coral { background: #f7a38e; }.cover-blue { background: #9ccbe5; }.cover-lime { background: #cbdc8b; }
.person-avatar { width: 65px; height: 65px; margin-top: -33px; font-size: 15px; }
.person-card h3 { font: 800 17px "Manrope"; margin: 8px 0 2px; }.person-card > p { margin: 0 0 12px; color: var(--muted); font-size: 11px; }
.team-chip { background: #f0ede7; padding: 5px 9px; border-radius: 12px; font-size: 9px; }
.person-stats { display: flex; justify-content: center; gap: 25px; margin: 18px 0; color: var(--muted); font-size: 10px; }.person-stats b { color: var(--ink); }
.person-card > button { background: white; border: 1px solid #cfcac1; border-radius: 6px; padding: 8px 28px; font-size: 10px; font-weight: 700; }
.team-hero { background: linear-gradient(130deg, #292d39, #42495f 70%, #535d78); color: white; padding: 50px; border-radius: 18px; display: flex; justify-content: space-between; align-items: end; box-shadow: 0 20px 45px rgba(42,46,59,.2); position: relative; overflow: hidden; }
.team-hero:after { content: ""; position: absolute; width: 260px; height: 260px; right: -120px; top: -150px; border: 45px solid rgba(245,203,77,.12); border-radius: 50%; pointer-events: none; }
.team-hero p { color: #c1c3ca; }.team-members { display: flex; align-items: center; margin-top: 25px; }.team-members .avatar { margin-right: -8px; }.member-count { margin-left: 15px; font-size: 11px; color: #bbbcc3; }
.team-hero .primary-button { background: var(--coral); }
.team-note-list { background: white; border: 1px solid var(--line); border-radius: 10px; overflow: hidden; }
.team-note-list article { display: grid; grid-template-columns: 45px 1fr auto; align-items: center; gap: 15px; padding: 18px 22px; border-bottom: 1px solid var(--line); }
.team-note-list article:last-child { border: 0; }.team-note-list h3 { margin: 0; font-size: 13px; }.team-note-list p, .team-note-list article > span:last-child { margin: 4px 0 0; color: var(--muted); font-size: 10px; }.note-type { display: grid; place-items: center; width: 42px; height: 42px; border-radius: 7px; font-size: 10px; font-weight: 800; }.note-status { color: var(--coral)!important; }
.discover-heading { text-align: center; max-width: 700px; margin: 20px auto 25px; }.discover-heading h1 { font-size: 42px; }
.discover-search { background: white; border: 1px solid #d9d4ca; padding: 7px 7px 7px 16px; display: flex; align-items: center; gap: 10px; border-radius: 9px; box-shadow: 0 8px 25px rgba(50,40,20,.06); margin-top: 22px; }.discover-search input { flex: 1; border: 0; outline: 0; font-size: 12px; }.discover-search button { background: var(--ink); color: white; border: 0; border-radius: 6px; padding: 10px 18px; font-weight: 700; }
.trending-row { display: flex; justify-content: center; align-items: center; gap: 8px; color: var(--muted); font-size: 10px; }.trending-row button { border: 1px solid #d9d4ca; background: transparent; border-radius: 14px; padding: 5px 9px; font-size: 9px; }
.public-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 18px; }.public-grid article { min-height: 195px; border: 1px solid var(--line); border-radius: 12px; background: rgba(255,255,255,.86); padding: 22px; display: flex; flex-direction: column; transition: .22s ease; }.public-grid article:hover { transform: translateY(-5px) scale(1.018); box-shadow: var(--shadow); border-color: #cdc6ba; }.public-grid h3 { font: 800 18px "Manrope"; margin: 15px 0 6px; }.public-grid p { color: var(--muted); font-size: 11px; }.public-grid article > div { margin-top: auto; display: flex; align-items: center; gap: 8px; font-size: 9px; }.public-grid article > div span:last-child { margin-left: auto; }
.modal-backdrop { position: fixed; inset: 0; background: rgba(28,27,25,.65); z-index: 50; display: none; place-items: center; padding: 20px; backdrop-filter: blur(4px); }
.modal-backdrop.open { display: grid; animation: fade-up .25s ease; }.template-modal { background: var(--paper); border-radius: 15px; width: min(780px,95vw); max-height: 92vh; overflow: auto; padding: 30px; box-shadow: 0 30px 80px rgba(0,0,0,.25); }
.modal-header { display: flex; justify-content: space-between; }.modal-header h2 { font: 800 26px "Manrope"; margin: 6px 0; }.modal-header p { color: var(--muted); font-size: 11px; }.close-modal { border: 0; background: none; font-size: 28px; cursor: pointer; align-self: start; }
.template-grid { display: grid; grid-template-columns: repeat(3,1fr); gap: 14px; margin-top: 25px; }.template-card { padding: 13px 13px 16px; background: white; border: 1px solid var(--line); border-radius: 9px; text-align: left; cursor: pointer; transition: .2s; }.template-card:hover { border-color: var(--ink); transform: translateY(-2px); }.template-card strong, .template-card small { display: block; }.template-card strong { margin-top: 10px; font-size: 12px; }.template-card small { color: var(--muted); margin-top: 3px; font-size: 9px; }
.project-setup { display: flex; align-items: end; gap: 18px; margin-top: 20px; padding: 16px; background: #ebe7de; border-radius: 8px; }
.project-setup > label:first-child { flex: 1; font-size: 10px; font-weight: 700; }
.project-setup input[type="text"], .project-setup input:not([type]) { display: block; width: 100%; margin-top: 6px; padding: 10px; border: 1px solid #d4cfc5; border-radius: 6px; background: white; outline: 0; }
.check-label { display: flex; gap: 7px; align-items: center; padding-bottom: 9px; font-size: 10px; color: var(--muted); }
.template-visual { height: 105px; background: #f0ede6; border-radius: 5px; display: block; position: relative; overflow: hidden; }.freestyle-visual i { position: absolute; width: 70px; height: 30px; background: var(--yellow); left: 20px; top: 18px; transform: rotate(-4deg); }.freestyle-visual b { position: absolute; width: 70px; height: 2px; background: var(--ink); right: 20px; top: 55px; transform: rotate(10deg); }.freestyle-visual em { position: absolute; width: 30px; height: 30px; border: 2px solid var(--coral); border-radius: 50%; left: 50px; bottom: 10px; }
.cornell-visual:before { content:""; position:absolute; left:38%; top:10px; bottom:10px; border-left:1px solid #a9a49a; }.cornell-visual:after { content:""; position:absolute; left:10px; right:10px; bottom:25px; border-top:1px solid #a9a49a; }.cornell-visual i,.cornell-visual b,.cornell-visual em { position:absolute;height:2px;background:#bbb5aa;right:14px;left:45%; }.cornell-visual i { top:25px; }.cornell-visual b { top:40px; }.cornell-visual em { top:55px; }
.qa-visual { padding: 18px; }.qa-visual i,.qa-visual b { display:block;font-style:normal;font-size:10px;margin-bottom:10px; }.qa-visual i:after,.qa-visual b:after { content:"";display:inline-block;width:65%;height:3px;background:#b9b4aa;margin-left:10px;vertical-align:middle; }.qa-visual i { color:var(--coral); }.qa-visual b { color:#6aaed5; }
.outline-visual i,.outline-visual b,.outline-visual em { position:absolute;left:20px;height:5px;background:#ada89e;border-radius:3px; }.outline-visual i { width:70%;top:25px; }.outline-visual b { width:55%;top:48px;left:35px; }.outline-visual em { width:45%;top:70px;left:50px; }.saved-visual,.add-template { display:grid;place-items:center;font-size:25px;color:var(--coral); }.create-template { border-style:dashed; }
.engineering-visual, .scouting-visual, .meeting-visual, .checklist-visual, .kanban-visual { padding: 16px; }
.engineering-visual i { font-style: normal; font-weight: 800; color: var(--coral); }
.engineering-visual b, .engineering-visual em { display: block; height: 3px; background: #aaa59b; margin: 14px 0; width: 80%; }
.scouting-visual { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.scouting-visual i, .scouting-visual b { display: grid; place-items: center; font-style: normal; background: white; border: 1px solid #cbc6bc; }
.scouting-visual em { grid-column: 1/-1; height: 20px; background: var(--yellow); }
.meeting-visual i, .meeting-visual b, .meeting-visual em { display: block; height: 5px; background: #aaa59b; margin: 10px; }
.meeting-visual i { width: 55%; background: var(--blue); }.meeting-visual b { width: 80%; }.meeting-visual em { width: 68%; }
.checklist-visual i, .checklist-visual b, .checklist-visual em { display: block; font-style: normal; line-height: 23px; }
.checklist-visual i:after, .checklist-visual b:after, .checklist-visual em:after { content: ""; display: inline-block; width: 65%; height: 3px; background: #aaa59b; margin-left: 10px; vertical-align: middle; }
.kanban-visual { display: grid; grid-template-columns: repeat(3,1fr); gap: 6px; }.kanban-visual i, .kanban-visual b, .kanban-visual em { background: white; border-top: 8px solid var(--coral); }.kanban-visual b { border-color: var(--yellow); }.kanban-visual em { border-color: var(--lime); }
.editor-overlay { position: fixed; inset: 0; z-index: 70; background: #e9e6df; display: none; }.editor-overlay.open { display: block; animation: fade-up .25s ease; }
.editor-header { height: 64px; display: flex; align-items: center; gap: 12px; background: #fff; border-bottom: 1px solid var(--line); padding: 0 18px; }.editor-back { border:0;background:none;font-size:20px;cursor:pointer; }.mini-brand { padding:0;margin-right:10px; }.mini-brand .brand-mark { transform:scale(.8); }.editor-breadcrumb { display:flex;align-items:center;gap:9px;font-size:11px;color:var(--muted); }.editor-breadcrumb input { border:0;font-weight:700;color:var(--ink);outline:0;width:180px; }.editor-actions { margin-left:auto;display:flex;align-items:center;gap:9px; }.editor-actions button { border:1px solid var(--line);background:white;border-radius:6px;padding:8px 11px;font-size:10px; }.editor-actions .primary-button { background:var(--ink); }.saved-state { color:#7b9665;font-size:9px; }
.editor-body { height:calc(100vh - 64px);display:grid;grid-template-columns:88px 1fr 260px; }.tool-palette { background:#fff;border-right:1px solid var(--line);padding:22px 10px;display:flex;flex-direction:column;align-items:center;gap:5px; }.tool-palette .eyebrow { font-size:7px;margin-bottom:10px; }.tool-palette button { width:58px;border:0;background:white;border-radius:7px;padding:7px 2px;cursor:pointer; }.tool-palette button:hover { background:#f0ede7; }.tool-palette button b,.tool-palette button span { display:block; }.tool-palette button b { font:700 15px "Manrope"; }.tool-palette button span { font-size:7px;color:var(--muted);margin-top:3px; }.palette-divider { width:45px;border-top:1px solid var(--line);margin:5px 0; }
.canvas-wrap { overflow:auto;padding:20px 40px 60px; }.canvas-label { display:flex;justify-content:space-between;color:#858078;font-size:8px;max-width:760px;margin:0 auto 12px; }.note-canvas { width:760px;min-height:850px;background:#fffdf7;margin:auto;box-shadow:0 10px 35px rgba(50,45,35,.1);padding:90px 100px;position:relative;overflow:hidden; }.canvas-accent { position:absolute;left:0;top:0;width:9px;height:100%;background:var(--coral); }.canvas-date { font-size:9px;letter-spacing:1.5px;color:#989389; }.note-canvas h1 { font:800 40px "Manrope";letter-spacing:-1.8px;outline:0;margin:12px 0; }.canvas-intro { color:var(--muted);font-size:13px;outline:0;max-width:400px;line-height:1.6; }.canvas-sticky { position:absolute;top:310px;left:105px;background:var(--yellow);width:245px;height:150px;padding:30px;transform:rotate(-2deg);box-shadow:3px 5px 12px rgba(0,0,0,.1); }.canvas-sticky b { font:700 18px/1.35 "Manrope"; }.canvas-sticky span { position:absolute;right:15px;bottom:12px;color:var(--coral); }.canvas-sketch { position:absolute;top:350px;right:105px;width:210px;height:150px; }.canvas-sketch span { position:absolute;display:block;border:2px solid var(--ink); }.canvas-sketch span:nth-child(1) { width:85px;height:85px;border-radius:50%;left:0;top:20px; }.canvas-sketch span:nth-child(2) { width:100px;height:55px;right:0;top:0;transform:rotate(15deg); }.canvas-sketch span:nth-child(3) { width:120px;border-width:1px 0 0;right:0;bottom:20px;transform:rotate(-20deg); }.canvas-caption { position:absolute;top:535px;right:120px;font-family:cursive;color:var(--coral);font-size:17px;transform:rotate(-4deg); }
.editor-comments { background:#fff;border-left:1px solid var(--line);padding:22px 18px; }.editor-comments > div:first-child { display:flex;justify-content:space-between; }.editor-comments button { border:0;background:none; }.active-users { display:flex;align-items:center;margin:20px 0;padding-bottom:18px;border-bottom:1px solid var(--line); }.active-users small { margin-left:10px;color:var(--muted);font-size:8px; }.comment { display:flex;align-items:flex-start;gap:7px;background:#f5f2ec;border-radius:7px;padding:10px;margin:15px 0; }.comment p { margin:0;font-size:9px;line-height:1.5; }.editor-comments textarea { resize:none;width:100%;height:75px;border:1px solid var(--line);border-radius:6px;padding:9px;font-size:9px;outline:0; }.editor-comments .comment-button { background:var(--ink);color:white;padding:8px 12px;border-radius:5px;float:right;margin-top:7px;font-size:9px; }
.form-modal { width: min(510px, 95vw); max-height: 92vh; overflow: auto; background: var(--paper); border-radius: 13px; padding: 28px; box-shadow: var(--shadow); }
.form-modal .modal-header { margin-bottom: 20px; }.form-modal .modal-header h2 { font: 800 25px "Manrope"; margin: 6px 0; }.form-modal .modal-header p { color: var(--muted); font-size: 10px; margin: 0; }
.form-modal > label { display: block; margin: 13px 0; font-size: 10px; font-weight: 700; }
.form-modal input:not([type="checkbox"]), .form-modal select, .form-modal textarea { display: block; width: 100%; margin-top: 6px; padding: 11px; border: 1px solid #d5d0c6; border-radius: 6px; background: white; outline: 0; }
.form-modal textarea { resize: vertical; min-height: 75px; }.form-modal select { appearance: auto; }
.field-help { display: block; color: var(--muted); font-weight: 400; margin-top: 5px; }
.form-modal fieldset { border: 1px solid var(--line); border-radius: 7px; margin: 18px 0; padding: 13px; }.form-modal legend { font-size: 10px; font-weight: 700; }
.tag-options { display: flex; flex-wrap: wrap; gap: 8px; }.tag-options label { background: white; border: 1px solid var(--line); border-radius: 15px; padding: 6px 9px; font-size: 9px; }
.modal-x { border: 0; background: none; font-size: 24px; cursor: pointer; }
.role-tag { display: inline-block; background: var(--yellow); color: var(--ink); border-radius: 4px; padding: 3px 6px; font-size: 8px; font-weight: 800; text-transform: uppercase; letter-spacing: .5px; }
.profile-tags { display: flex; gap: 6px; margin-top: 17px; }
.team-actions { display: flex; flex-direction: column; align-items: stretch; gap: 8px; min-width: 150px; }
.team-actions > button { padding: 9px 12px; border: 1px solid rgba(255,255,255,.25); color: white; background: transparent; border-radius: 6px; font-size: 9px; cursor: pointer; }
.team-actions .primary-button { border: 0; background: var(--coral); }.team-actions .danger-button { color: #f5b1a2; }
.team-actions > button:hover { transform: scale(1.04); background: rgba(255,255,255,.1); }.team-actions .primary-button:hover { background: #ff7b5e; }
.empty-team { text-align: center; background: #323746; color: white; padding: 55px 30px; border-radius: 13px; }.empty-team h1 { font: 800 34px "Manrope"; margin: 8px 0; }.empty-team p { color: #c1c3ca; margin: 0 auto 22px; max-width: 480px; font-size: 12px; }
.team-browser { display: grid; gap: 10px; }.team-browser article { display: grid; grid-template-columns: 65px 1fr auto; gap: 15px; align-items: center; background: white; border: 1px solid var(--line); padding: 17px; border-radius: 8px; }.team-browser h3, .team-browser p { margin: 0 0 4px; }.team-browser h3 { font-size: 13px; }.team-browser p, .team-browser small { color: var(--muted); font-size: 9px; }.team-number { font: 800 14px "Manrope"; background: var(--yellow); padding: 11px 5px; text-align: center; border-radius: 6px; }.team-browser button { border: 1px solid #ccc6bc; background: white; border-radius: 6px; padding: 8px 11px; font-size: 9px; font-weight: 700; cursor: pointer; }.team-browser button:disabled { cursor: not-allowed; opacity: .5; }
.team-browser article { transition: .2s ease; }.team-browser article:hover { transform: scale(1.012); border-color: #bcb5aa; box-shadow: 0 10px 24px rgba(50,46,39,.08); }
.team-finder { display: flex; align-items: end; justify-content: space-between; gap: 20px; margin: 38px 0 15px; padding: 20px; background: linear-gradient(110deg, #fff, #f4f0e8); border: 1px solid var(--line); border-radius: 10px; }.team-finder h3 { margin: 5px 0 0; font: 800 17px "Manrope"; }.team-finder input { width: min(330px, 100%); border: 1px solid #ccc6bc; border-radius: 7px; padding: 11px 13px; background: white; }
.team-note-list article { cursor: pointer; }.team-note-list article:hover { background: #faf8f4; }.empty-row { padding: 35px; text-align: center; color: var(--muted); font-size: 11px; }
.toast { position: fixed; left: 50%; bottom: 25px; transform: translate(-50%, 20px); z-index: 100; background: var(--ink); color: white; border-radius: 7px; padding: 11px 16px; font-size: 10px; box-shadow: var(--shadow); opacity: 0; pointer-events: none; transition: .25s; }.toast.show { opacity: 1; transform: translate(-50%, 0); }
.no-results { grid-column: 1/-1; text-align: center; padding: 45px; color: var(--muted); border: 1px dashed #c8c2b8; border-radius: 8px; }
.editable-block { position: relative; margin: 28px 0; outline: none; line-height: 1.6; font-size: 13px; }.editable-block h2 { font: 800 19px "Manrope"; margin: 18px 0 5px; }.editable-block p { color: #5e5a53; }
.inline-sticky { width: 290px; min-height: 120px; padding: 20px; background: var(--yellow); box-shadow: 3px 4px 8px rgba(0,0,0,.08); transform: rotate(-1deg); outline: none; }
.cornell-page { display: grid; grid-template-columns: 34% 66%; border: 1px solid #9f9a90; margin-top: 30px; }.cornell-page section { min-height: 410px; padding: 18px; outline: none; }.cornell-page section + section { border-left: 1px solid #9f9a90; }.cornell-page footer { grid-column: 1/-1; min-height: 130px; padding: 18px; border-top: 1px solid #9f9a90; outline: none; }
.qa-page, .outline-page, .checklist-page { margin-top: 32px; outline: none; line-height: 1.7; }.qa-page h3 { color: var(--coral); margin-top: 24px; }.qa-page p { padding-left: 25px; }.outline-page p { padding-left: 30px; color: var(--muted); }.checklist-page p { padding: 11px 0; border-bottom: 1px solid var(--line); }
.log-meta, .scouting-grid { display: grid; grid-template-columns: auto 1fr auto 1fr; gap: 1px; background: var(--line); border: 1px solid var(--line); margin: 25px 0; }.log-meta > *, .scouting-grid label { background: #f7f4ed; padding: 10px; font-size: 10px; }.log-meta span { background: white; outline: none; }
.scouting-grid { grid-template-columns: repeat(4,1fr); }.scouting-grid label { display: grid; gap: 8px; color: var(--muted); }.scouting-grid span { color: var(--ink); font-weight: 800; outline: none; }
.kanban-page { display: grid; grid-template-columns: repeat(3,1fr); gap: 10px; margin-top: 30px; }.kanban-page section { min-height: 300px; padding: 13px; background: #f0ede6; border-radius: 6px; outline: none; }.kanban-page section h3 { font-size: 9px; letter-spacing: 1px; }.kanban-page section p { background: white; padding: 10px; font-size: 10px; border-radius: 4px; }
.note-canvas hr { margin: 28px 0; border: 0; border-top: 1px solid var(--line); }
.note-canvas a { color: #347eaa; }
.movable-block { position: relative; transition: transform .15s ease, box-shadow .15s ease; }.movable-block:hover { box-shadow: 0 0 0 1px rgba(140,200,233,.65); }.movable-block.dragging { opacity: .55; transform: scale(.98); }.movable-block.drag-target { box-shadow: 0 3px 0 var(--coral); }
.drag-handle { position: absolute; left: -34px; top: 8px; z-index: 3; width: 25px; height: 27px; border: 1px solid #d7d1c7; border-radius: 5px; background: #fff; color: #5f5a52; cursor: grab; opacity: .72; font-size: 12px; touch-action: none; box-shadow: 0 3px 8px rgba(50,46,39,.1); }.movable-block:hover > .drag-handle, .drag-handle:focus { opacity: 1; transform: scale(1.1); }.drag-handle:active { cursor: grabbing; background: var(--yellow); }
.detail-modal { width: min(830px, 95vw); }.detail-actions { display: flex; gap: 9px; padding: 13px; background: #ebe7de; border-radius: 8px; }.detail-actions select { flex: 1; border: 1px solid #cec8be; background: white; border-radius: 6px; padding: 9px; font-size: 10px; }.secondary-button { border: 1px solid #c9c3b9; background: white; border-radius: 6px; padding: 9px 13px; font-weight: 700; font-size: 10px; cursor: pointer; }.secondary-button:hover { transform: scale(1.035); box-shadow: 0 6px 14px rgba(50,46,39,.1); }
.detail-section { margin-top: 24px; }.detail-section > h3 { font: 800 14px "Manrope"; }
.note-browser { display: grid; gap: 7px; }.note-browser > button { display: grid; grid-template-columns: 42px 1fr auto; align-items: center; gap: 11px; width: 100%; text-align: left; border: 1px solid var(--line); background: white; border-radius: 8px; padding: 11px; cursor: pointer; }.note-browser > button:hover { transform: scale(1.015); border-color: #bfb8ad; box-shadow: 0 8px 18px rgba(50,46,39,.08); }.note-browser > button span:nth-child(2) { display: grid; gap: 4px; }.note-browser small { color: var(--muted); font-size: 8px; }
.media-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; }.media-grid article { min-width: 0; background: white; border: 1px solid var(--line); border-radius: 9px; overflow: hidden; transition: .2s; }.media-grid article:hover { transform: scale(1.025); box-shadow: var(--shadow); }.media-grid video, .video-loading { width: 100%; aspect-ratio: 16/9; background: #292d39; color: white; display: grid; place-items: center; font-size: 9px; }.media-grid article > div:last-child { display: grid; gap: 3px; padding: 10px; }.media-grid b { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; font-size: 10px; }.media-grid span { color: var(--muted); font-size: 8px; }.empty-media { grid-column: 1/-1; display: grid; text-align: center; gap: 5px; padding: 28px; border: 1px dashed #c8c2b8; border-radius: 8px; }.empty-media b { font-size: 11px; }.empty-media span { font-size: 9px; }
.confirm-modal { text-align: center; }.confirm-modal h2 { font: 800 23px "Manrope"; margin: 8px 0; }.confirm-modal p { color: var(--muted); font-size: 11px; }.confirm-actions { display: flex; justify-content: center; gap: 10px; margin-top: 22px; }.danger-solid { border: 0; background: var(--coral); color: white; border-radius: 6px; padding: 9px 14px; font-size: 10px; font-weight: 700; cursor: pointer; }
#publish-note-button.published { background: #e7f0d5; color: #506a39; border-color: #b8ce91; }
.primary-button:hover, .share-button:hover { transform: scale(1.045); box-shadow: 0 9px 18px rgba(36,34,31,.2); }
.template-card:hover { transform: translateY(-5px) scale(1.025); box-shadow: 0 14px 24px rgba(50,46,39,.12); }
.continue-card[role="button"] { cursor: pointer; transition: .22s ease; }.continue-card[role="button"]:hover { transform: scale(1.012); box-shadow: 0 22px 45px rgba(48,52,66,.25); }
.person-card[data-user-profile] { cursor: pointer; transition: .22s ease; }.person-card[data-user-profile]:hover { transform: translateY(-6px) scale(1.02); box-shadow: var(--shadow); }
.clickable-result { cursor: pointer; }.result-author { display: flex; align-items: center; gap: 7px; border: 0; background: none; padding: 0; cursor: pointer; }.result-author:hover b { text-decoration: underline; }
.profile-detail-modal { width: min(760px, 95vw); padding: 0 0 28px; overflow: hidden auto; }.profile-detail-header { text-align: center; position: relative; padding-bottom: 20px; }.profile-cover { height: 125px; background: linear-gradient(125deg, var(--coral), #f5a978 50%, var(--yellow)); }.profile-close { position: absolute; right: 15px; top: 12px; z-index: 2; width: 32px; height: 32px; border-radius: 50%; background: rgba(255,255,255,.85); }.profile-detail-avatar { width: 78px; height: 78px; margin-top: -40px; font-size: 18px; background: var(--blue); }.profile-detail-header h2 { font: 800 24px "Manrope"; margin: 8px 0 2px; }.profile-detail-header > p { margin: 0; color: var(--muted); font-size: 10px; }.profile-detail-header .profile-tags { justify-content: center; }.profile-detail-header .primary-button { margin-top: 15px; }
.profile-metrics { display: grid; grid-template-columns: repeat(4,1fr); margin: 0 28px; padding: 16px; border: 1px solid var(--line); border-radius: 9px; background: white; }.profile-metrics span { display: grid; gap: 3px; text-align: center; color: var(--muted); font-size: 9px; }.profile-metrics b { color: var(--ink); font: 800 17px "Manrope"; }.profile-detail-modal > .detail-section { margin: 24px 28px 0; }
.profile-note-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 9px; }.profile-note-grid button { min-height: 110px; display: flex; flex-direction: column; align-items: flex-start; gap: 8px; text-align: left; border: 1px solid var(--line); background: white; border-radius: 8px; padding: 13px; cursor: pointer; }.profile-note-grid button:hover { transform: scale(1.025); box-shadow: 0 10px 20px rgba(50,46,39,.1); }.profile-note-grid small { color: var(--muted); line-height: 1.4; }
.public-note-modal { width: min(760px, 95vw); }.public-note-content { background: #fffdf7; border: 1px solid var(--line); min-height: 400px; padding: 45px; border-radius: 8px; line-height: 1.7; }.public-note-content h2 { font: 800 20px "Manrope"; margin-top: 25px; }.public-note-content p { color: #555149; }
.zoom-controls { display: flex; align-items: center; gap: 5px; }.zoom-controls button { width: 24px; height: 22px; border: 1px solid #d0cabf; background: white; border-radius: 4px; cursor: pointer; }.zoom-controls b { width: 38px; text-align: center; font-size: 8px; }
.editor-body.comments-hidden { grid-template-columns: 88px 1fr; }.editor-body.comments-hidden .editor-comments { display: none; }
.project-grid.list-mode { grid-template-columns: 1fr; }.project-grid.list-mode .project-card { min-height: 105px; display: grid; grid-template-columns: 70px 1fr 100px; align-items: center; }.project-grid.list-mode .new-project-card { display: flex; min-height: 105px; }.project-grid.list-mode .project-card-head { grid-row: 1; }.project-grid.list-mode .mini-users { justify-content: flex-end; }

@media (max-width: 1050px) {
  .project-grid { grid-template-columns: repeat(2,1fr); }.editor-comments { display:none; }.editor-body { grid-template-columns:88px 1fr; }.dashboard-grid { grid-template-columns:1fr; }.activity-card { display:none; }
}
@media (max-width: 760px) {
  .app-shell { display:block; }.sidebar { transform:translateX(-100%);transition:.25s; }.sidebar.mobile-open { transform:none; }.main-content { width:100%; }.topbar { padding:0 18px; }.mobile-menu { display:block;border:0;background:none;font-size:20px;margin-right:10px; }.topbar-actions .share-button, kbd { display:none; }    .view { padding:35px 18px; }.page-heading { align-items:flex-start;gap:20px; }.page-heading .primary-button { padding:10px;white-space:nowrap; }.dashboard-grid { display:block; }.continue-content { grid-template-columns:1fr 150px; }.paper-preview { height:160px;padding:30px 15px; }.project-grid,.people-grid,.public-grid { grid-template-columns:1fr 1fr; }.template-grid { grid-template-columns:1fr 1fr; }.team-hero { padding:30px; }.team-actions { width: 100%; }.tool-palette { display:none; }.editor-body { grid-template-columns:1fr; }.canvas-wrap { padding:20px; }.note-canvas { transform-origin:top left; transform:scale(.7); }.editor-breadcrumb span,.editor-breadcrumb b,.saved-state { display:none; }.editor-actions button:not(.primary-button):not(#visibility-button):not(#publish-note-button) { display:none; }.project-setup { align-items: stretch; flex-direction: column; }.team-browser article { grid-template-columns: 55px 1fr; }.team-browser button { grid-column: 1/-1; }.team-finder { align-items: stretch; flex-direction: column; }.media-grid { grid-template-columns: 1fr 1fr; }
}
@media (max-width: 520px) {
  .project-grid,.people-grid,.public-grid { grid-template-columns:1fr; }.continue-content { display:block; }.paper-preview { display:none; }.discover-heading h1 { font-size:31px; }.trending-row { flex-wrap:wrap; }.team-hero { align-items:flex-start;gap:25px;flex-direction:column; }.template-grid { grid-template-columns:1fr; }.template-visual { height:85px; }.editor-breadcrumb input { width:100px; }.editor-actions .primary-button { padding:8px; }.media-grid, .profile-note-grid { grid-template-columns: 1fr; }.profile-metrics { grid-template-columns: 1fr 1fr; gap: 15px; }.detail-actions { flex-direction: column; }
}
