/* Cuttles brand layer for the logged-in app (relaunch 2026).
   The prebuilt Angular app uses two palettes: "serene" (beige surfaces) and "moon"
   (brown-black text/buttons). They are remapped to the www.cuttles.io palette here,
   plus a navy icon rail with text labels (labels are added by brand.js). */

:root {
	/* surfaces: beige -> cool white/blue */
	--serene-1: #7C88AE;   /* muted text / icons (was #c2b9af, too low contrast) */
	--serene-2: #D5DDF3;   /* borders */
	--serene-3: #E4EAFA;   /* hover / active surfaces */
	--serene-4: #EEF2FC;   /* light panels */
	--serene-5: #F6F8FE;   /* page panels */
	--serene-6: #FFFFFF;   /* cards / body */

	/* ink: brown-black -> navy */
	--moon-1: #10214F;
	--moon-2: #4E5A80;
	--moon-3: #6B769C;
	--moon-4: #EEF2FC;
	--moon-5: #F1F4FD;

	/* icon rail */
	--blessingBg: #10214F;
	--blessingColor: #C9D4F5;
	--blessingActiveBg: rgba(255, 255, 255, .10);
	--blessingBorder: #10214F;

	/* top bars */
	--swarmBg: #FFFFFF;
	--swarmBorder: #E4EAFA;

	--cuttles-primary: #124AFF;
	--cuttles-primary-rgb: 18, 74, 255;
	--cuttles-body-color: #10214F;
	--cuttles-body-color-rgb: 16, 33, 79;
	--font: "Nunito Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	--cuttles-font-sans-serif: "Nunito Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
}

body {
	font-family: "Nunito Sans", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;
	color: #10214F;
}
body:not(.cut-auth) { background: #F6F8FE; }

/* Headings */
body:not(.cut-auth) h1,
body:not(.cut-auth) h2,
body:not(.cut-auth) h3,
body:not(.cut-auth) .h1,
body:not(.cut-auth) .h2 {
	font-family: "Quicksand", "Nunito Sans", sans-serif;
	font-weight: 700;
	color: #10214F;
	letter-spacing: -.01em;
}

/* ---------- Icon rail (left) ---------- */
.blessing-of-narwhales .blessing {
	background: #10214F !important;
	border-right: 0 !important;
	box-shadow: 2px 0 16px rgba(16, 33, 79, .12);
}
.blessing-of-narwhales .blessing-divider { border-top-color: rgba(255, 255, 255, .12) !important; }
.blessing-of-narwhales .narwhale-link {
	flex-direction: column;
	justify-content: center;
	gap: 3px;
	border-radius: 12px;
	margin: 2px 4px;
	padding: 8px 2px 6px !important;
	color: #C9D4F5 !important;
	transition: background-color .15s, color .15s;
}
.blessing-of-narwhales .narwhale-link-icon svg { color: currentColor !important; width: 22px; }
.blessing-of-narwhales .narwhale-link:hover { background: rgba(255, 255, 255, .08) !important; color: #fff !important; }
.blessing-of-narwhales .narwhale-link.active {
	background: #124AFF !important;
	color: #fff !important;
	box-shadow: 0 6px 14px rgba(18, 74, 255, .35);
}
.cut-rail-label {
	display: block;
	font: 700 10.5px/1.15 "Nunito Sans", system-ui, sans-serif;
	letter-spacing: .01em;
	text-align: center;
	white-space: nowrap;
	color: inherit;
}
.narwhale.cut-rail-logout .narwhale-link { color: #FFB4C6 !important; }
.narwhale.cut-rail-logout .narwhale-link:hover { background: rgba(255, 90, 130, .14) !important; color: #fff !important; }

/* Brand mark at the top of the rail */
.cut-rail-brand {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 56px;
	width: 60px;
	border-bottom: 1px solid rgba(255, 255, 255, .12);
	margin-bottom: 6px;
}
.cut-rail-brand img { width: 30px; height: 30px; display: block; }

/* Avatars in the rail: readable on navy */
.blessing-of-narwhales .blob { box-shadow: 0 0 0 2px rgba(255, 255, 255, .25); }

/* ---------- Top bars ---------- */
.swarm-of-bees {
	background: #FFFFFF !important;
	border-bottom: 1px solid #E4EAFA !important;
	box-shadow: 0 1px 0 rgba(16, 33, 79, .02);
}

/* ---------- Buttons ---------- */
.btn { font-family: "Nunito Sans", sans-serif; font-weight: 700; border-radius: 10px; }
.btn-lg { border-radius: 99px; }
.btn-moon,
.btn-moon:focus,
.btn-chameleon,
.btn-chameleon:focus {
	background-color: #124AFF !important;
	color: #FFFFFF !important;
	border: none;
}
.btn-moon:hover,
.btn-chameleon:hover { background-color: #0B34C0 !important; color: #FFFFFF !important; }
.btn-serene,
.btn-serene:hover,
.btn-serene-3,
.btn-serene-3:hover {
	background-color: #EEF2FC !important;
	color: #10214F !important;
}
.btn-serene:hover,
.btn-serene-3:hover { background-color: #E4EAFA !important; }

/* ---------- Text contrast ---------- */
.hint,
.text-muted,
small { color: #6B769C !important; }
.fr-view a, .hint a, .plan-widget-guide a { color: #124AFF; }

/* ---------- Form fields inside the app ---------- */
body:not(.cut-auth) .field-control {
	border: 1.5px solid #D5DDF3 !important;
	border-radius: 10px !important;
	background: #FFFFFF !important;
	color: #10214F !important;
}
body:not(.cut-auth) .field-control:focus {
	border-color: #124AFF !important;
	box-shadow: 0 0 0 4px rgba(18, 74, 255, .12) !important;
}
body:not(.cut-auth) .field-label { color: #10214F !important; font-weight: 700 !important; }

/* ---------- Cards: white on the light-blue page, like cuttles.io ---------- */
body:not(.cut-auth) .decker,
body:not(.cut-auth) .card,
body:not(.cut-auth) .list-group-item {
	background: #FFFFFF !important;
	border: 1px solid #E4EAFA !important;
	border-radius: 16px !important;
	box-shadow: 0 6px 18px rgba(16, 33, 79, .05);
}
body:not(.cut-auth) .decker:hover { border-color: #C9D4F5 !important; }
body:not(.cut-auth) .decker h5 { color: #6B769C; font-weight: 700; }
body:not(.cut-auth) .blob:not(.giraffe) { border-radius: 12px !important; }

/* Log out icon has a hardcoded brown fill in the SVG */
.blessing-of-narwhales .narwhale-link svg [fill="#211A13"],
.blessing-of-narwhales .narwhale-link svg [fill="#211a13"] { fill: currentColor !important; }
.blessing-of-narwhales .narwhale-link svg [stroke="#211A13"],
.blessing-of-narwhales .narwhale-link svg [stroke="#211a13"] { stroke: currentColor !important; }

/* Startup / portfolio tiles ("chest") */
body:not(.cut-auth) .chest {
	background: #FFFFFF !important;
	border: 1px solid #E4EAFA !important;
	border-radius: 16px !important;
	box-shadow: 0 6px 18px rgba(16, 33, 79, .05);
	transition: border-color .15s, box-shadow .15s, transform .15s;
}
body:not(.cut-auth) .chest:hover {
	border-color: #124AFF !important;
	box-shadow: 0 12px 26px rgba(18, 74, 255, .10);
	transform: translateY(-1px);
}


/* ---------- Plan editor ---------- */
/* Secondary sidebar (sections) */
body:not(.cut-auth) .smack { background: #FFFFFF !important; border-right: 1px solid #E4EAFA !important; }
body:not(.cut-auth) .smack h6 { color: #8A94B8 !important; font-weight: 800; letter-spacing: .08em; }
body:not(.cut-auth) .school .fish a {
	display: block;
	color: #10214F !important;
	font-weight: 600;
	font-size: 14.5px;
	line-height: 1.3;
	padding: 5px 8px;
	margin: 1px 10px 1px -8px;   /* text lines up with the SECTIONS heading */
	border-radius: 8px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;   /* full name in the title tooltip (brand.js) */
	text-decoration: none !important;
	transition: background-color .12s, color .12s;
}
body:not(.cut-auth) .school .fish a:hover { background: #EEF2FC; }
body:not(.cut-auth) .school .fish a.active,
body:not(.cut-auth) .school .fish.active a {
	background: #EAF0FF;
	color: #124AFF !important;
	box-shadow: none;
}

/* Guidance box: Cuttles speaks */
body:not(.cut-auth) .plan-widget-guide {
	position: relative;
	background: #EAF0FF !important;
	border: 1px solid #D5DDF3 !important;
	border-radius: 16px !important;
	padding-left: 76px !important;
	color: #10214F;
}
body:not(.cut-auth) .plan-widget-guide::before {
	content: "";
	position: absolute;
	left: 14px; top: 14px;
	width: 46px; height: 46px;
	border-radius: 50%;
	background: #FFFFFF url("/assets/cuttlefish/tip.svg") center / 86% no-repeat;
	box-shadow: 0 4px 10px rgba(18, 74, 255, .15);
}
body:not(.cut-auth) .plan-widget-guide .fa-question,
body:not(.cut-auth) .plan-widget-guide .fa-circle-question,
body:not(.cut-auth) .plan-widget-guide .fa-question-circle { display: none; }
body:not(.cut-auth) .plan-widget-guide-description,
body:not(.cut-auth) .plan-widget-guide-description p { color: #10214F; }

/* Editor card */
body:not(.cut-auth) .cuttles-froala-editor {
	background: #FFFFFF !important;
	border: 1.5px solid #D5DDF3 !important;
	border-radius: 16px !important;
	overflow: hidden;
	box-shadow: 0 6px 18px rgba(16, 33, 79, .05);
	margin-top: 10px;
}
body:not(.cut-auth) .cuttles-froala-editor:focus-within { border-color: #124AFF !important; box-shadow: 0 0 0 4px rgba(18, 74, 255, .10); }
body:not(.cut-auth) .cuttles-froala-editor .fr-toolbar {
	background: #F6F8FE !important;
	border: 0 !important;
	border-bottom: 1px solid #E4EAFA !important;
}
body:not(.cut-auth) .cuttles-froala-editor .fr-wrapper { background: #FFFFFF !important; border: 0 !important; }
body:not(.cut-auth) .fr-view { color: #10214F; }
body:not(.cut-auth) .fr-placeholder { color: #9AA3C2 !important; }

/* Section headings and spacing */
body:not(.cut-auth) .plan-widget { margin-bottom: 44px; }
body:not(.cut-auth) .plan-widget-header h2 { font-size: 26px; }
body:not(.cut-auth) .progress,
body:not(.cut-auth) .progress-bar { border-radius: 99px; }
body:not(.cut-auth) .progress-bar { background-color: #124AFF !important; }

/* ---------- Pitch fields: make the writing area obvious ---------- */
body:not(.cut-auth) .decker .fr-box,
body:not(.cut-auth) .decker .fr-wrapper { background: transparent !important; border: 0 !important; }
body:not(.cut-auth) .decker .fr-element {
	background: #F6F8FE !important;
	border: 1.5px dashed #C9D4F5;
	border-radius: 12px;
	padding: 12px 14px !important;
	min-height: 84px;
	cursor: text;
	transition: border-color .15s, background-color .15s, box-shadow .15s;
}
body:not(.cut-auth) .decker .fr-element:hover { border-color: #9DB0EE; }
body:not(.cut-auth) .decker .fr-element:focus {
	background: #FFFFFF !important;
	border: 1.5px solid #124AFF;
	box-shadow: 0 0 0 4px rgba(18, 74, 255, .10);
	outline: none;
}
body:not(.cut-auth) .decker .fr-placeholder { padding: 12px 14px !important; }

/* ---------- Example business plan: card in "Your startups" + guidance banner ---------- */
.cut-example-card {
	position: relative;
	height: 100%;
	background: linear-gradient(160deg, #EAF0FF 0%, #FFFFFF 70%);
	border: 2px dashed #124AFF;
	border-radius: 16px;
	padding: 18px 18px 16px;
	overflow: hidden;
}
.cut-example-ribbon {
	position: absolute; top: 14px; right: -34px;
	transform: rotate(35deg);
	background: #124AFF; color: #fff;
	font: 800 11px/1 "Nunito Sans", sans-serif; letter-spacing: .12em;
	padding: 6px 40px;
}
.cut-example-head { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.cut-example-head img { width: 44px; height: 44px; border-radius: 12px; }
.cut-example-head strong { display: block; font: 700 16px/1.2 "Quicksand", sans-serif; color: #10214F; }
.cut-example-head span { font-size: 13px; color: #6B769C; }
.cut-example-card p { font-size: 14px; color: #10214F; margin: 0 0 14px; line-height: 1.45; }
.cut-example-actions { display: flex; gap: 8px; flex-wrap: wrap; }
.cut-example-actions a {
	font: 800 13px/1 "Nunito Sans", sans-serif; text-decoration: none !important;
	padding: 9px 14px; border-radius: 99px;
}
.cut-example-actions .primary { background: #124AFF; color: #fff !important; }
.cut-example-actions .primary:hover { background: #0B34C0; }
.cut-example-actions .ghost { background: #fff; color: #124AFF !important; border: 1.5px solid #C9D4F5; }
.cut-example-actions .ghost:hover { border-color: #124AFF; }

.cut-guidance {
	display: flex; align-items: center; gap: 14px;
	background: #EAF0FF; border: 1px solid #D5DDF3; border-radius: 16px;
	padding: 12px 16px; margin: 0 0 28px;
}
.cut-guidance img { width: 42px; height: 42px; flex: 0 0 42px; }
.cut-guidance div { flex: 1; font-size: 14.5px; color: #10214F; line-height: 1.4; }
.cut-guidance strong { font-family: "Quicksand", sans-serif; }
@media (max-width: 700px) { .cut-guidance { flex-wrap: wrap; } }

/* Read-only plan text (shared preview + PDF export): plain document text, no editor card */
body:not(.cut-auth) .cuttles-froala-editor.fr-view {
	border: 0 !important;
	box-shadow: none !important;
	background: transparent !important;
	border-radius: 0 !important;
	overflow: visible;
	margin-top: 6px;
	padding: 0 !important;
}

/* SWOT: four rounded tiles with breathing room, Cuttles tints */
body:not(.cut-auth) .plan-widget-swot-data > .d-flex { gap: 12px; margin-bottom: 12px; flex-wrap: nowrap !important; }
body:not(.cut-auth) .plan-widget-swot-box {
	flex: 1 1 0 !important; max-width: none !important;
	border-radius: 18px !important;
	padding: 20px 22px !important;
	border: 1px solid rgba(16, 33, 79, .06) !important;
}
body:not(.cut-auth) .plan-widget-swot-box.strengths { background: #E3F4EC !important; }
body:not(.cut-auth) .plan-widget-swot-box.weaknesses { background: #FCE9EE !important; }
body:not(.cut-auth) .plan-widget-swot-box.opportunities { background: #EAF0FF !important; }
body:not(.cut-auth) .plan-widget-swot-box.threats { background: #FFF4DC !important; }
body:not(.cut-auth) .plan-widget-swot-box h5 {
	font: 800 13px/1 "Nunito Sans", sans-serif !important; letter-spacing: .08em; text-transform: uppercase; margin: 0;
}
body:not(.cut-auth) .plan-widget-swot-box.strengths h5 { color: #1E7A55 !important; }
body:not(.cut-auth) .plan-widget-swot-box.weaknesses h5 { color: #B0446A !important; }
body:not(.cut-auth) .plan-widget-swot-box.opportunities h5 { color: #124AFF !important; }
body:not(.cut-auth) .plan-widget-swot-box.threats h5 { color: #8A6A1E !important; }
body:not(.cut-auth) .plan-widget-swot-box .fr-view,
body:not(.cut-auth) .plan-widget-swot-box .cuttles-froala-editor { background: transparent !important; border: 0 !important; box-shadow: none !important; padding: 0 !important; font-size: 15px; line-height: 1.55; color: #10214F; }
@media (max-width: 700px) { body:not(.cut-auth) .plan-widget-swot-data > .d-flex { flex-wrap: wrap !important; } body:not(.cut-auth) .plan-widget-swot-box { flex-basis: 100% !important; } }

/* Table of contents: compact enough to fit one printed page */
li:has(> div > .toc-h2), li:has(.toc-h2) { margin-bottom: 2px !important; }
.toc-h2 { font-size: 14px !important; line-height: 1.45 !important; }
@media print {
	li:has(.toc-h2) { margin-bottom: 0 !important; }
	.toc-h2 { font-size: 13px !important; line-height: 1.35 !important; }
}

/* PDF export: printable page height is 1615px minus 2x90px margins (print.js), keep the cover on one page */
@media print {
	.plan-cover { min-height: 1590px !important; height: 1590px !important; break-after: page; page-break-after: always; }
	plan-feature > .container.my-5, .flex-grow-1.my-5.container { margin-top: 0 !important; }
}

/* Plan cover: warmer Cuttles gradient instead of flat cool blue */
.plan-cover {
	background: linear-gradient(165deg, #EAF0FF 0%, #F6F8FE 50%, #FFF4DC 100%) !important;
	border-radius: 20px;
	-webkit-print-color-adjust: exact; print-color-adjust: exact;
}

/* Tables inside plan text (editor, preview, PDF) */
.fr-view table { width: 100%; border-collapse: separate; border-spacing: 0; margin: 14px 0 18px; border: 1px solid #E4EAFA; border-radius: 12px; overflow: hidden; font-size: 14.5px; }
.fr-view table th { background: #EAF0FF; color: #10214F; font-weight: 800; text-align: left; padding: 10px 14px; border: 0 !important; }
.fr-view table td { padding: 9px 14px; border: 0 !important; border-top: 1px solid #EEF2FC !important; color: #10214F; }
.fr-view table tr:last-child td { background: #F6F8FE; }

/* ---------- Plan document structure (preview + PDF) ---------- */
/* Chapters: numbered, clearly different from the sections inside them */
.cuttles-plan-section { counter-increment: cut-chapter; }
.cuttles-plan-section-title {
	display: flex; align-items: center; gap: 14px;
	font-size: 34px !important; line-height: 1.15 !important;
	padding-bottom: 14px; margin-top: 18px !important; margin-bottom: 26px !important;
	border-bottom: 2px solid #E4EAFA;
	break-after: avoid; page-break-after: avoid;
}
.cuttles-plan-section-title::before {
	content: counter(cut-chapter, decimal-leading-zero);
	flex: 0 0 auto;
	font: 800 15px/1 "Nunito Sans", sans-serif; letter-spacing: .04em;
	color: #124AFF; background: #EAF0FF; border-radius: 99px; padding: 8px 12px;
}
/* Sections inside a chapter */
.plan-widget-header h2 { font-size: 23px !important; }
.plan-widget-header, .plan-widget-header h2 { break-after: avoid; page-break-after: avoid; }
.plan-widget.cut-dup-title .plan-widget-header { display: none !important; }

/* Personas / competitors rows: one clean card, two columns */
.mushy-row {
	display: flex !important; flex-wrap: nowrap !important;
	background: #FFFFFF !important; border: 1px solid #E4EAFA !important; border-radius: 16px !important;
	overflow: hidden; margin-bottom: 14px !important; box-shadow: 0 4px 12px rgba(16, 33, 79, .04);
}
.mushy-row > [class*="col-"] { border: 0 !important; }
.mushy-row > .border-start { border-left: 1px solid #EEF2FC !important; background: #FBFCFF; }
.mushy-row .card, .mushy-row .list-group-item, .mushy-row .decker { border: 0 !important; box-shadow: none !important; border-radius: 0 !important; background: transparent !important; }
.plan-widget-personas-trait { border-bottom: 1px solid #EEF2FC; }
.plan-widget-personas-trait:last-child { border-bottom: 0; }
@media print {
	.mushy-row { break-inside: avoid; page-break-inside: avoid; }
}

/* Finance chart explanations (plan editor only) */
.cut-fin-help { background: #EAF0FF; border: 1px solid #D5DDF3; border-radius: 16px; margin: 0 0 22px; color: #10214F; }
.cut-fin-help summary { list-style: none; display: flex; align-items: flex-start; gap: 14px; padding: 14px 18px; cursor: pointer; font-size: 15px; line-height: 1.5; }
.cut-fin-help summary::-webkit-details-marker { display: none; }
.cut-fin-help summary img { width: 44px; height: 44px; flex: 0 0 44px; background: #fff; border-radius: 50%; padding: 4px; box-shadow: 0 4px 10px rgba(18, 74, 255, .15); }
.cut-fin-help summary span { flex: 1; }
.cut-fin-help summary em { flex: 0 0 auto; font-style: normal; font-weight: 800; color: #124AFF; white-space: nowrap; align-self: center; }
.cut-fin-help[open] summary em { display: none; }
.cut-fin-help-body { padding: 0 18px 16px 76px; font-size: 14.5px; line-height: 1.6; }
.cut-fin-help-body ul { padding-left: 18px; margin: 8px 0; }
.cut-fin-help-body a { color: #124AFF; font-weight: 800; }
@media print { .cut-fin-help { display: none !important; } }

/* Step bar on deck pages */
.cut-steps {
	display: flex; align-items: center; gap: 18px; flex-wrap: wrap;
	background: #FFFFFF; border-bottom: 1px solid #E4EAFA;
	padding: 10px 24px; font-size: 13.5px; color: #6B769C;
	position: relative; z-index: 5; width: 100%; box-sizing: border-box;
}
.cut-steps-label { font-weight: 800; color: #124AFF; text-transform: uppercase; letter-spacing: .06em; font-size: 12px; }
.cut-steps ol { display: flex; gap: 6px; list-style: none; margin: 0; padding: 0; flex-wrap: wrap; }
.cut-steps li a { display: flex; align-items: center; gap: 8px; padding: 6px 12px 6px 6px; border-radius: 99px; color: #4E5A80 !important; font-weight: 700; text-decoration: none !important; background: #F6F8FE; }
.cut-steps li a b { display: inline-flex; width: 22px; height: 22px; align-items: center; justify-content: center; border-radius: 50%; background: #E4EAFA; color: #4E5A80; font-size: 12px; }
.cut-steps li.done a b { background: #1E7A55; color: #fff; }
.cut-steps li.progress a b { background: #F5A524; color: #fff; }
.cut-steps li a em { font-style: normal; font-weight: 800; font-size: 11.5px; color: #B7791F; background: #FFF4DC; border-radius: 99px; padding: 2px 7px; }
.cut-steps li.current a em { background: rgba(255, 255, 255, .22); color: #fff; }
.cut-steps li.current.progress a b { background: #F5A524; color: #fff; }
.cut-steps li.current.done a b { background: #1E7A55; color: #fff; }
.cut-steps li.current a { background: #124AFF; color: #fff !important; }
.cut-steps li.current a b { background: #fff; color: #124AFF; }
.cut-steps li a:hover { background: #EAF0FF; }
.cut-steps li.current a:hover { background: #0B34C0; }
.cut-steps-settings { margin-left: auto; color: #6B769C !important; text-decoration: none !important; }
.cut-steps-settings strong { color: #124AFF; }
@media (max-width: 900px) { .cut-steps-settings { margin-left: 0; } }
@media print { .cut-steps { display: none !important; } }

/* Owner's own copy of the example plan */
.chest.cut-example-owned { position: relative; overflow: hidden; border: 2px dashed #124AFF !important; background: linear-gradient(160deg, #EAF0FF 0%, #FFFFFF 70%) !important; }
.cut-example-owned-note { margin: 10px 0 0; font-size: 13px; font-weight: 700; color: #124AFF; }

/* Archived startups */
.cut-archived { margin: 36px 0 20px; padding: 22px 24px; background: #FFFFFF; border: 1px solid #E4EAFA; border-radius: 16px; }
.cut-archived h3 { font-size: 20px !important; margin: 0 0 4px; }
.cut-archived > p { color: #6B769C; font-size: 14px; margin: 0 0 14px; }
.cut-archived-list { display: grid; gap: 8px; }
.cut-archived-item { display: flex; align-items: center; justify-content: space-between; gap: 12px; padding: 10px 14px; background: #F6F8FE; border-radius: 12px; }
.cut-archived-item strong { display: block; color: #10214F; }
.cut-archived-item span { font-size: 12.5px; color: #8A94B8; }
.cut-archived-item button { border: 1.5px solid #C9D4F5; background: #FFFFFF; color: #124AFF; font-weight: 800; border-radius: 99px; padding: 7px 16px; cursor: pointer; }
.cut-archived-item button:hover { border-color: #124AFF; }

/* Rail avatars: account = round, current startup = rounded square with a blue ring */
.cut-rail-account .blob { border-radius: 50% !important; }
.cut-rail-startup .narwhale-link { background: rgba(255, 255, 255, .06) !important; }
.cut-rail-startup .blob { border-radius: 10px !important; box-shadow: 0 0 0 2px #124AFF, 0 0 0 4px rgba(255, 255, 255, .2) !important; }
.cut-rail-deckname { max-width: 54px; overflow: hidden; text-overflow: ellipsis; color: #FFFFFF; }
.blessing-of-narwhales .blessing-inner > .narwhale .narwhale-link-icon { display: flex; justify-content: center; }

/* "Create a startup" card */
.cut-create-col { display: flex; }
.cut-create-card {
	width: 100%; min-height: 100%; display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 8px; text-align: center;
	background: #FFFFFF; border: 2px dashed #C9D4F5; border-radius: 16px; padding: 24px 18px; cursor: pointer;
	color: #10214F; font-family: "Nunito Sans", sans-serif; transition: border-color .15s, background .15s, transform .15s;
}
.cut-create-card:hover { border-color: #124AFF; background: #F6F8FE; transform: translateY(-1px); }
.cut-create-plus { display: inline-flex; width: 48px; height: 48px; align-items: center; justify-content: center; border-radius: 14px; background: #124AFF; color: #fff; font-size: 30px; font-weight: 700; line-height: 1; }
.cut-create-card strong { font: 700 17px/1.2 "Quicksand", sans-serif; }
.cut-create-card span:last-child { font-size: 13.5px; color: #6B769C; max-width: 220px; }
.row:has(.cut-create-col) > [class*="col-"] { display: flex; }
.row:has(.cut-create-col) > [class*="col-"] > .chest { width: 100%; }

/* Budgets overview */
.cut-budget-intro { display: flex; gap: 18px; align-items: flex-start; background: #EAF0FF; border: 1px solid #D5DDF3; border-radius: 18px; padding: 20px 22px; margin: 8px 0 26px; color: #10214F; }
.cut-budget-intro img { width: 72px; height: 72px; flex: 0 0 72px; }
.cut-budget-intro strong { font: 700 19px/1.2 "Quicksand", sans-serif; }
.cut-budget-intro p { margin: 6px 0 10px; font-size: 14.5px; line-height: 1.55; }
.cut-budget-intro ol { margin: 0 0 8px; padding-left: 20px; font-size: 14.5px; line-height: 1.7; }
.cut-budget-intro ol b { display: inline-block; min-width: 72px; color: #124AFF; }
.cut-budget-intro .cut-budget-tip { color: #4E5A80; font-size: 13.5px; margin-bottom: 0; }
.cuttles-zeal-of-zebras { display: grid; gap: 12px; }
.cuttles-zeal-of-zebras .cuttles-zebra {
	background: #FFFFFF !important; border: 1px solid #E4EAFA !important; border-radius: 16px !important;
	padding: 16px 18px !important; cursor: pointer; box-shadow: 0 6px 18px rgba(16, 33, 79, .05);
	transition: border-color .15s, box-shadow .15s, transform .15s;
}
.cuttles-zeal-of-zebras .cuttles-zebra:hover { border-color: #124AFF !important; box-shadow: 0 12px 26px rgba(18, 74, 255, .10); transform: translateY(-1px); }
.cuttles-zeal-of-zebras .cuttles-zebra-content::after {
	content: "Open budget \2192"; display: inline-block; margin-top: 8px;
	font: 800 13px/1 "Nunito Sans", sans-serif; color: #fff; background: #124AFF; border-radius: 99px; padding: 8px 14px;
}
.cut-budget-create {
	display: flex; align-items: center; justify-content: center; gap: 10px; width: 100%;
	border: 2px dashed #C9D4F5; background: #FFFFFF; border-radius: 16px; padding: 18px;
	font: 800 15px/1 "Nunito Sans", sans-serif; color: #124AFF; cursor: pointer;
}
.cut-budget-create span { display: inline-flex; width: 30px; height: 30px; align-items: center; justify-content: center; border-radius: 9px; background: #124AFF; color: #fff; font-size: 20px; }
.cut-budget-create:hover { border-color: #124AFF; background: #F6F8FE; }

/* Team page: visible writing areas and more breathing room */
.cut-page-team .cuttlebone-input input {
	background: #F6F8FE !important; border: 1.5px dashed #C9D4F5 !important; border-radius: 10px !important;
	padding: 6px 10px !important; transition: border-color .15s, background-color .15s, box-shadow .15s;
}
.cut-page-team .cuttlebone-input input:hover { border-color: #9DB0EE !important; }
.cut-page-team .cuttlebone-input input:focus { background: #FFFFFF !important; border: 1.5px solid #124AFF !important; box-shadow: 0 0 0 4px rgba(18, 74, 255, .10); outline: none; }
.cut-page-team .fr-element {
	background: #F6F8FE !important; border: 1.5px dashed #C9D4F5; border-radius: 10px; padding: 10px 12px !important; min-height: 52px;
}
.cut-page-team .fr-element:focus { background: #FFFFFF !important; border: 1.5px solid #124AFF; box-shadow: 0 0 0 4px rgba(18, 74, 255, .10); outline: none; }
.cut-page-team .fr-box, .cut-page-team .fr-wrapper { background: transparent !important; border: 0 !important; }
.cut-page-team .layout-content > .container, .cut-page-team .layout-content .container-fluid { padding-left: 28px !important; padding-right: 28px !important; }
