/* Quay Board */
:root {
	--tide: #173a78;
	--tide-soft: #2b56a8;
	--ink: #16213a;
	--ink-soft: #4b5872;
	--ink-faint: #8792a8;
	--paper: #f4f6fb;
	--slab:        #ffffff;
	--seam: #dde3ef;
	--brass: #f2bd35;
	--brass-deep: #9a6a05;
	--brass-wash: #fdf5dc;
	--good:          #2f7a55;
	--font: "Pretendard Variable", Pretendard, -apple-system, BlinkMacSystemFont,
	        "Segoe UI", "Malgun Gothic", sans-serif;
}

.sq-skin { margin: 0; background: var(--paper); color: var(--ink);
	font-family: var(--font); line-height: 1.75; font-size: 16.5px;
	-webkit-font-smoothing: antialiased; word-break: keep-all; }
#sq-site * { box-sizing: border-box; }
#sq-site img { max-width: 100%; height: auto; }

#sq-site .sq-core a { color: var(--tide-soft); }
#sq-site .sq-core a.sq-push-primary,
#sq-site .sq-core a.sq-push-dark { color: #ffffff; }

.sq-shell { max-width: 860px; margin: 0 auto; padding: 0 20px; }

.sq-topline { background: var(--slab); border-bottom: 1px solid var(--seam); }
.sq-topline-inner { display: flex; justify-content: flex-end; align-items: center;
	padding-top: 11px; padding-bottom: 11px; }
.sq-dated { font-size: 0.78rem; color: var(--ink-faint); }
.sq-topline-nav { margin-left: 18px; flex-shrink: 0; }
.sq-topline-nav a { font-size: 0.85rem; font-weight: 700; color: var(--tide); text-decoration: none;
	padding: 6px 0; border-bottom: 2px solid transparent; transition: color .15s, border-color .15s; }
.sq-topline-nav a:hover, .sq-topline-nav a[aria-current="page"] { color: var(--brass-deep); border-bottom-color: var(--brass); }

.sq-opening { position: relative; overflow: hidden;
	background: linear-gradient(200deg, var(--tide) 0%, #2e3f60 100%);
	color: #eef1f6; padding: 62px 0 56px; text-align: left;
	border-top: 4px solid var(--brass); }
.sq-opening::before { content: ""; position: absolute; top: -160px; left: -140px;
	width: 540px; height: 540px; border-radius: 50%; pointer-events: none;
	background: radial-gradient(circle, rgba(242,189,53,0.20) 0%, rgba(242,189,53,0) 65%); }
.sq-opening::after { content: ""; position: absolute; left: -14px; bottom: -64px;
	font-size: 14rem; font-weight: 900; letter-spacing: -0.05em; line-height: 1;
	color: rgba(255,255,255,0.03); pointer-events: none; user-select: none; }

.sq-opening-grid { position: relative; z-index: 1; display: grid;
	grid-template-columns: 360px 1fr; gap: 46px; align-items: center; }

.sq-opening-left  { grid-column: 2; grid-row: 1; }
.sq-opening-panel { grid-column: 1; grid-row: 1; }

.sq-opening-eyebrow { display: inline-block; font-size: 0.8rem; letter-spacing: 0.05em;
	color: #ebcf8e; margin: 0 0 16px; font-weight: 700;
	padding: 6px 14px; border: 1px solid rgba(242,189,53,0.45); border-radius: 999px;
	background: rgba(242,189,53,0.12); }
.sq-opening h1 { font-size: 3.1rem; font-weight: 900; letter-spacing: -0.035em;
	margin: 0 0 16px; color: #ffffff; line-height: 1.18; }
.sq-opening-sub { font-size: 1.02rem; color: #c2cbde; max-width: 560px;
	margin: 0 0 30px; line-height: 1.85; }

.sq-nums { list-style: none; display: flex; gap: 0; margin: 0 0 32px; padding: 0;
	border-top: 1px solid rgba(255,255,255,0.14);
	border-bottom: 1px solid rgba(255,255,255,0.14); max-width: 620px; }
.sq-nums li { flex: 1; padding: 18px 18px 16px; }
.sq-nums li + li { border-left: 1px solid rgba(255,255,255,0.14); }
.sq-nums strong { display: block; font-size: 1.35rem; font-weight: 800; color: #ffffff;
	font-variant-numeric: tabular-nums; letter-spacing: -0.02em; }
.sq-nums span { font-size: 0.78rem; color: #9dabc6; }

.sq-opening-note { font-size: 0.8rem; color: #9dabc6; margin: 12px 0 0; }

.sq-opening-panel { background: rgba(255,255,255,0.05);
	border: 1px solid rgba(255,255,255,0.14); border-radius: 16px;
	padding: 26px 24px; backdrop-filter: blur(2px);
	box-shadow: 0 18px 44px rgba(0,0,0,0.28); }
.sq-pane-badge { display: inline-block; background: var(--brass); color: #ffffff;
	font-size: 0.72rem; font-weight: 800; letter-spacing: 0.05em;
	padding: 5px 12px; border-radius: 6px; margin-bottom: 14px; }
.sq-pane-title { font-size: 1.35rem; font-weight: 900; color: #ffffff;
	margin: 0 0 12px; letter-spacing: -0.02em; }
.sq-pane-list { list-style: none; margin: 0 0 20px; padding: 0; }
.sq-pane-list li { position: relative; padding: 7px 0 7px 18px;
	font-size: 0.88rem; color: #c2cbde; line-height: 1.6;
	border-bottom: 1px solid rgba(255,255,255,0.08); }
.sq-pane-list li:last-child { border-bottom: none; }
.sq-pane-list li::before { content: ""; position: absolute; left: 2px; top: 16px;
	width: 6px; height: 6px; border-radius: 50%; background: var(--brass); }
.sq-pane-list strong { color: #ffffff; }

.sq-pane-links { display: flex; flex-direction: column; gap: 8px; }
.sq-pane-links a { display: flex; align-items: center; gap: 12px;
	padding: 12px 16px; border: 1px solid rgba(255,255,255,0.16); border-radius: 10px;
	color: #eef1f6; font-size: 0.9rem; font-weight: 700; text-decoration: none;
	transition: border-color 0.18s, background 0.18s; }
.sq-pane-links a:hover { border-color: var(--brass); background: rgba(242,189,53,0.12);
	color: #ffffff; }
.sq-pane-links a span { font-size: 0.72rem; font-weight: 800; color: var(--brass);
	font-variant-numeric: tabular-nums; }
.sq-pane-links a::after { content: "→"; margin-left: auto; color: #9dabc6; }

.sq-push { display: inline-block; padding: 15px 34px; border-radius: 10px;
	font-weight: 700; font-size: 1rem; text-decoration: none; cursor: pointer;
	border: none; font-family: inherit; transition: background 0.18s, border-color 0.18s; }
.sq-push-primary { background: var(--brass); color: #ffffff; }
.sq-push-primary:hover { background: var(--brass-deep); color: #ffffff; }
.sq-push-dark { background: var(--tide); color: #ffffff; }
.sq-push-dark:hover { background: var(--tide-soft); }

.sq-skin { overflow-x: hidden; }
.sq-core { padding: 26px 20px 0; }
.sq-zone { margin: 58px 0; }

.sq-tint-alt { background: #f0f2f6;
	border-top: 1px solid #e2e6ee; border-bottom: 1px solid #e2e6ee;
	margin-left: calc(50% - 50vw); margin-right: calc(50% - 50vw);
	padding: 50px calc(50vw - 50%) 56px; }

.sq-core > section.sq-tint-alt:last-of-type { margin-bottom: 0; border-bottom: none; }
.sq-core > section.sq-zone:last-of-type:not(.sq-tint-alt) { margin-bottom: 64px; }
.sq-zone h2 { font-size: 1.7rem; font-weight: 800; letter-spacing: -0.02em;
	color: var(--tide); margin: 0 0 14px; padding-bottom: 12px;
	border-bottom: 2px solid var(--tide); }
.sq-zone h3 { font-size: 1.13rem; font-weight: 700; color: var(--ink);
	margin: 30px 0 10px; }
.sq-zone > p { margin: 0 0 16px; color: var(--ink-soft); }
.sq-zone strong { color: var(--ink); }

.sq-basis { font-size: 0.78rem; color: var(--ink-faint); margin-top: 14px;
	padding-left: 10px; border-left: 3px solid var(--seam); line-height: 1.6; }

.sq-matrix-wrap { overflow-x: auto; margin: 12px 0 6px; border: 1px solid var(--seam);
	border-radius: 12px; background: var(--slab); }
.sq-matrix { width: 100%; border-collapse: collapse; font-size: 0.92rem; min-width: 480px; }
.sq-matrix th { text-align: left; font-weight: 700; color: var(--tide);
	background: #f1f3f7; padding: 12px 16px; border-bottom: 1px solid var(--seam);
	font-size: 0.85rem; letter-spacing: 0.02em; }
.sq-matrix td { padding: 13px 16px; border-bottom: 1px solid #eceef3;
	color: var(--ink-soft); vertical-align: top; font-variant-numeric: tabular-nums; }
.sq-matrix tr:last-child td { border-bottom: none; }
.sq-matrix td strong { color: var(--tide); }

.sq-req article { background: var(--slab); border: 1px solid var(--seam);
	border-radius: 12px; padding: 24px 26px; margin-bottom: 14px;
	transition: border-color 0.18s; }
.sq-req article:hover { border-color: var(--brass); }
.sq-req h3 { margin: 0 0 8px; display: flex; align-items: center; gap: 12px; }
.sq-req p { margin: 0; font-size: 0.94rem; color: var(--ink-soft); }
.sq-no { display: inline-flex; align-items: center; justify-content: center;
	width: 30px; height: 30px; min-width: 30px; border-radius: 9px;
	background: var(--brass-wash); color: var(--brass-deep);
	font-size: 0.88rem; font-weight: 800; }

.sq-brief-grid { display: grid; grid-template-columns: repeat(2, 1fr);
	gap: 14px 28px; margin: 18px 0 6px; }
.sq-brief-grid > div { border-left: 3px solid var(--brass);
	padding: 2px 0 2px 14px; }
.sq-brief-grid dt { font-size: 0.8rem; font-weight: 800; color: var(--brass-deep);
	margin-bottom: 3px; }
.sq-brief-grid dd { margin: 0; font-size: 0.92rem; color: var(--ink-soft);
	line-height: 1.65; }
.sq-brief-grid dd a { font-weight: 700; }

@media (max-width: 640px) {
	.sq-brief-grid { grid-template-columns: 1fr; gap: 12px; }
}

.sq-pills { display: flex; flex-wrap: wrap; gap: 8px; margin: 14px 0 6px; }
.sq-pills + .sq-pills { margin-top: 8px; }
#sq-site .sq-core a.sq-pill { display: inline-block; padding: 7px 14px;
	border: 1px solid var(--seam); border-radius: 999px; background: var(--slab);
	font-size: 0.88rem; font-weight: 700; color: var(--tide); text-decoration: none;
	transition: border-color 0.15s, background 0.15s, color 0.15s; }
#sq-site .sq-core a.sq-pill:hover { border-color: var(--brass);
	background: var(--brass-wash); color: var(--brass-deep); }

@media (max-width: 640px) {
	.sq-pills { gap: 6px; }
	#sq-site .sq-core a.sq-pill { padding: 6px 12px; font-size: 0.83rem; }
}

.sq-slots { display: grid; grid-template-columns: repeat(3, 1fr); gap: 16px; margin: 18px 0 0; }
.sq-slot { background: var(--slab); border: 1px solid var(--seam); border-radius: 14px;
	overflow: hidden; display: flex; flex-direction: column;
	transition: border-color 0.18s, box-shadow 0.18s; }
.sq-slot:hover { border-color: var(--brass); box-shadow: 0 10px 26px rgba(23,58,120,0.08); }
.sq-slot-thumb { display: block; background: #f1f3f7; border-bottom: 1px solid var(--seam); }
.sq-slot-thumb img { display: block; width: 100%; height: auto; }
.sq-slot h3 { margin: 0; padding: 13px 16px 6px; font-size: 0.95rem; font-weight: 700;
	line-height: 1.5; }
#sq-site .sq-core .sq-slot h3 a { color: var(--tide); text-decoration: none; }
#sq-site .sq-core .sq-slot h3 a:hover { color: var(--brass-deep); }
.sq-slot time { display: block; padding: 0 16px 14px; margin-top: auto;
	font-size: 0.76rem; color: var(--ink-faint); font-variant-numeric: tabular-nums; }

@media (max-width: 720px) {
	.sq-slots { grid-template-columns: repeat(2, 1fr); gap: 12px; }
	.sq-slot h3 { font-size: 0.88rem; padding: 11px 12px 5px; }
	.sq-slot time { padding: 0 12px 12px; }
}

.sq-offices { display: grid;
	grid-template-columns: repeat(auto-fill, minmax(230px, 1fr));
	gap: 18px; margin-top: 18px; align-items: start; }
.sq-office { display: flex; flex-direction: column; overflow: hidden;
	background: var(--slab); border: 1px solid var(--seam); border-radius: 14px;
	transition: border-color 0.18s, box-shadow 0.18s; }
.sq-office:hover { border-color: var(--brass);
	box-shadow: 0 10px 26px rgba(23,58,120,0.08); }

.sq-office-img { display: block; width: 100%; background: #f1f3f7;
	border-bottom: 1px solid var(--seam); }
.sq-office-img img { display: block; width: 100%; height: auto;
	max-height: 360px; object-fit: cover; object-position: center top; }

.sq-office-body { display: flex; flex-direction: column; gap: 3px;
	padding: 16px 18px 4px; }
.sq-office-body strong { font-size: 1.02rem; color: var(--ink);
	letter-spacing: -0.01em; font-weight: 800; }
.sq-office-body small { font-size: 0.82rem; color: var(--ink-faint); line-height: 1.5; }

.sq-office-btn { display: block; margin: 14px 18px 18px; margin-top: auto;
	padding: 13px 20px; font-size: 0.92rem; text-align: center; border-radius: 10px; }
.sq-office-body + .sq-office-btn { margin-top: 14px; }

@media (max-width: 640px) {
	.sq-offices { grid-template-columns: 1fr; }
	.sq-office-img img { max-height: 300px; }
}

.sq-util-card { background: var(--slab); border: 1px solid var(--seam);
	border-top: 3px solid var(--brass); border-radius: 12px;
	padding: 28px; margin: 18px 0 6px; }

.sq-probe-list { list-style: none; margin: 0; padding: 0; counter-reset: q; }
.sq-probe-list li { display: flex; justify-content: space-between; align-items: center;
	gap: 16px; padding: 14px 4px; border-bottom: 1px solid #eceef3;
	font-size: 0.94rem; counter-increment: q; }
.sq-probe-list li::before { content: counter(q, decimal-leading-zero);
	font-size: 0.75rem; font-weight: 700; color: var(--ink-faint);
	font-variant-numeric: tabular-nums; }
.sq-probe-list li > span:first-of-type { flex: 1; }
.sq-yesno { display: flex; gap: 6px; }
.sq-yesno button { padding: 7px 16px; border: 1px solid var(--seam); background: #ffffff;
	border-radius: 6px; font-family: inherit; font-size: 0.85rem; font-weight: 600;
	color: var(--ink-soft); cursor: pointer; transition: all 0.15s; }
.sq-yesno button:hover { border-color: var(--tide); color: var(--tide); }
.sq-yesno button.on { background: var(--tide); border-color: var(--tide); color: #ffffff; }

.sq-probe-result { margin-top: 22px; padding: 22px 24px; border-radius: 12px;
	background: var(--brass-wash); border: 1px solid #f0dcac; }
.sq-probe-result h3 { margin: 0 0 8px; color: var(--brass-deep); font-size: 1.1rem; }
.sq-probe-result p { margin: 0 0 16px; font-size: 0.92rem; color: var(--ink-soft); }

.sq-tally-inputs { display: grid; grid-template-columns: repeat(3, 1fr);
	gap: 16px; margin-bottom: 20px; }
.sq-tally-inputs label span { display: block; font-size: 0.82rem; font-weight: 700;
	color: var(--ink); margin-bottom: 7px; }
.sq-tally-inputs input, .sq-tally-inputs select { width: 100%; padding: 12px 14px;
	border: 1px solid var(--seam); border-radius: 9px; font-family: inherit;
	font-size: 0.98rem; background: #ffffff; color: var(--ink);
	font-variant-numeric: tabular-nums; }
.sq-tally-inputs input:focus, .sq-tally-inputs select:focus {
	outline: none; border-color: var(--tide); }

.sq-tally-result { margin-top: 24px; padding-top: 22px; border-top: 1px dashed var(--seam); }
.sq-tally-result dl { display: grid; grid-template-columns: repeat(2, 1fr);
	gap: 12px; margin: 0 0 20px; }
.sq-tally-result dl > div { background: #f4f5f8; border-radius: 9px; padding: 14px 16px; }
.sq-tally-result dt { font-size: 0.76rem; color: var(--ink-faint); margin-bottom: 3px; }
.sq-tally-result dd { margin: 0; font-size: 1.15rem; font-weight: 800; color: var(--ink);
	font-variant-numeric: tabular-nums; letter-spacing: -0.01em; }
.sq-tally-result dd.sq-em { color: var(--brass-deep); }

.sq-level { margin-bottom: 18px; }
.sq-level-bar { height: 10px; background: #e3e8f2; border-radius: 999px; overflow: hidden; }
.sq-level-bar span { display: block; height: 100%; width: 0;
	background: linear-gradient(90deg, var(--brass), var(--brass-deep));
	border-radius: 999px; transition: width 0.6s ease; }
.sq-level p { margin: 8px 0 0; font-size: 0.88rem; color: var(--ink-soft); }
.sq-level strong { color: var(--brass-deep); font-size: 1.05rem;
	font-variant-numeric: tabular-nums; }

.sq-tally-note { font-size: 0.85rem; color: var(--ink-soft); margin: 0 0 18px; }

.sq-pointers { list-style: none; margin: 12px 0 0; padding: 0; }
.sq-pointers li { position: relative; padding: 12px 0 12px 22px; font-size: 0.94rem;
	color: var(--ink-soft); border-bottom: 1px solid #eceef3; }
.sq-pointers li:last-child { border-bottom: none; }
.sq-pointers li::before { content: ""; position: absolute; left: 2px; top: 21px;
	width: 7px; height: 7px; border-radius: 50%; background: var(--brass); }

.sq-flow { list-style: none; margin: 20px 0 0; padding: 0; counter-reset: step;
	position: relative; }
.sq-flow li { position: relative; padding: 0 0 30px 58px; counter-increment: step; }
.sq-flow li::before { content: counter(step); position: absolute; left: 0; top: 0;
	width: 38px; height: 38px; border-radius: 12px; background: var(--tide); color: #ffffff;
	font-weight: 800; font-size: 1rem; display: flex; align-items: center;
	justify-content: center; }
.sq-flow li::after { content: ""; position: absolute; left: 19px; top: 44px;
	bottom: 6px; width: 1px; background: var(--seam); }
.sq-flow li:last-child::after { display: none; }
.sq-flow h3 { margin: 4px 0 6px; font-size: 1.08rem; }
.sq-flow p { margin: 0; font-size: 0.93rem; color: var(--ink-soft); }
.sq-flow em { font-style: normal; color: var(--brass-deep); font-weight: 600; }

.sq-acc details { background: var(--slab); border: 1px solid var(--seam);
	border-radius: 12px; margin-bottom: 10px; overflow: hidden; }
.sq-acc summary { list-style: none; cursor: pointer; padding: 17px 46px 17px 20px;
	font-weight: 700; font-size: 0.97rem; color: var(--ink); position: relative;
	transition: background 0.15s; }
.sq-acc summary::-webkit-details-marker { display: none; }
.sq-acc summary::after { content: "+"; position: absolute; right: 18px; top: 50%;
	transform: translateY(-50%); font-size: 1.3rem; font-weight: 400;
	color: var(--ink-faint); transition: transform 0.2s; }
.sq-acc details[open] summary::after { content: "−"; }
.sq-acc summary:hover { background: #f4f5f8; }
.sq-acc .sq-qmark { color: var(--brass-deep); font-weight: 800; margin-right: 2px; }
.sq-acc details p { margin: 0; padding: 0 20px 18px; font-size: 0.92rem;
	color: var(--ink-soft); }

.sq-topline-post .sq-return-link { font-size: 0.85rem; font-weight: 700;
	color: var(--tide); text-decoration: none; }
.sq-topline-post .sq-return-link:hover { color: var(--brass-deep); }
.sq-topline-post { justify-content: space-between !important; }

.sq-doc-wrap { max-width: 800px; padding-top: 34px; }
.sq-doc-head { margin-bottom: 30px; padding-bottom: 22px;
	border-bottom: 2px solid var(--tide); }
.sq-doc-cat { display: inline-block; background: var(--brass-wash);
	color: var(--brass-deep); border: 1px solid #f0dcac;
	font-size: 0.74rem; font-weight: 800; letter-spacing: 0.03em;
	padding: 5px 12px; border-radius: 999px; margin: 0 0 14px; }
.sq-doc-head h1 { font-size: 1.9rem; font-weight: 900; letter-spacing: -0.025em;
	line-height: 1.4; color: var(--tide); margin: 0 0 12px; }
.sq-doc-meta { font-size: 0.8rem; color: var(--ink-faint); margin: 0; }
.sq-doc-meta span { margin: 0 4px; }

.sq-doc-thumb { margin: 0 0 28px; }
.sq-doc-thumb img { display: block; max-width: 560px; width: 100%; height: auto;
	border-radius: 14px; border: 1px solid var(--seam); }

.sq-doc-body { font-size: 1rem; }
.sq-doc-body > p { margin: 0 0 18px; color: var(--ink-soft); line-height: 1.85; }
.sq-doc-body strong { color: var(--ink); }
.sq-doc-body h2 { font-size: 1.35rem; font-weight: 800; letter-spacing: -0.02em;
	color: var(--tide); margin: 40px 0 14px; padding-left: 12px;
	border-left: 4px solid var(--brass); }
.sq-doc-body h3 { font-size: 1.1rem; font-weight: 700; color: var(--ink);
	margin: 26px 0 10px; }
.sq-doc-body table { width: 100%; border-collapse: collapse; margin: 12px 0 22px;
	font-size: 0.92rem; background: var(--slab); }
.sq-doc-body ul, .sq-doc-body ol { margin: 0 0 18px 22px; color: var(--ink-soft); }
.sq-doc-body li { margin-bottom: 6px; }
.sq-doc-body a { color: var(--tide-soft); font-weight: 600;
	text-decoration: underline; text-underline-offset: 3px; }
.sq-doc-body a:hover { color: var(--brass-deep); }

.sq-doc-more { margin: 34px 0 20px; }
.sq-doc-more a { font-size: 0.92rem; font-weight: 700; color: var(--tide);
	text-decoration: none; }
.sq-doc-more a:hover { color: var(--brass-deep); }

@media (max-width: 720px) {
	.sq-doc-head h1 { font-size: 1.45rem; }
	.sq-topline-post .sq-return-link { font-size: 0.78rem; }
	.sq-listing-item.has-thumb { gap: 14px; }
	.sq-listing-thumb { flex-basis: 84px; }
	.sq-listing-thumb img { width: 84px; height: 84px; }
}

.sq-listing { display: flex; flex-direction: column; gap: 14px; }
.sq-listing-item { background: var(--slab); border: 1px solid var(--seam);
	border-radius: 12px; padding: 22px 24px; transition: border-color 0.18s; }
.sq-listing-item:hover { border-color: var(--brass); }
.sq-listing-item.has-thumb { display: flex; gap: 20px; align-items: flex-start; }
.sq-listing-thumb { flex: 0 0 116px; display: block; line-height: 0; }
.sq-listing-thumb img { width: 116px; height: 116px; object-fit: cover;
	border-radius: 10px; border: 1px solid var(--seam); }
.sq-listing-body { flex: 1; min-width: 0; }
.sq-listing-item h2 { margin: 0 0 6px; font-size: 1.12rem; font-weight: 800;
	letter-spacing: -0.015em; line-height: 1.45; border: none; padding: 0; }
.sq-listing-item h2 a { color: var(--tide); text-decoration: none; }
.sq-listing-item h2 a:hover { color: var(--brass-deep); }
.sq-listing-meta { margin: 0 0 10px; font-size: 0.76rem; color: var(--ink-faint);
	font-variant-numeric: tabular-nums; }
.sq-listing-excerpt { margin: 0 0 12px; font-size: 0.9rem; color: var(--ink-soft);
	line-height: 1.75; }
.sq-listing-more { font-size: 0.85rem; font-weight: 700; color: var(--tide);
	text-decoration: none; }
.sq-listing-more:hover { color: var(--brass-deep); }

.sq-doc-wrap .pagination { margin: 26px 0 50px; }
.sq-doc-wrap .nav-links { display: flex; justify-content: center; gap: 6px; flex-wrap: wrap; }
.sq-doc-wrap .page-numbers { min-width: 36px; height: 36px; padding: 0 10px;
	display: inline-flex; align-items: center; justify-content: center;
	border: 1px solid var(--seam); border-radius: 9px; background: var(--slab);
	font-size: 0.88rem; font-weight: 700; color: var(--ink-soft); text-decoration: none;
	font-variant-numeric: tabular-nums; }
.sq-doc-wrap .page-numbers:hover { border-color: var(--tide); color: var(--tide); }
.sq-doc-wrap .page-numbers.current { background: var(--tide); border-color: var(--tide); color: #ffffff; }

.sq-shelf { list-style: none; margin: 16px 0 0; padding: 0;
	background: var(--slab); border: 1px solid var(--seam); border-radius: 12px; }
.sq-shelf li { display: flex; justify-content: space-between; align-items: center;
	gap: 14px; padding: 14px 18px; border-bottom: 1px solid #eceef3; }
.sq-shelf li:last-child { border-bottom: none; }
.sq-shelf a { font-size: 0.95rem; font-weight: 600; text-decoration: none; }
.sq-shelf a:hover { color: var(--brass-deep); }
.sq-shelf time { font-size: 0.76rem; color: var(--ink-faint);
	font-variant-numeric: tabular-nums; white-space: nowrap; }

.sq-shelf-pager { display: flex; justify-content: center; gap: 6px;
	margin-top: 18px; flex-wrap: wrap; }
.sq-shelf-pager button { min-width: 36px; height: 36px; padding: 0 10px;
	border: 1px solid var(--seam); border-radius: 9px; background: var(--slab);
	font-family: inherit; font-size: 0.88rem; font-weight: 700; color: var(--ink-soft);
	cursor: pointer; font-variant-numeric: tabular-nums;
	transition: border-color 0.15s, color 0.15s; }
.sq-shelf-pager button:hover { border-color: var(--tide); color: var(--tide); }
.sq-shelf-pager button.on { background: var(--tide); border-color: var(--tide);
	color: #ffffff; }

.sq-request-frame { background: var(--slab); border: 1px solid var(--seam);
	border-radius: 12px; padding: 18px; }

.sq-foot { background: var(--tide); color: #94a0b8; padding: 40px 0 90px;
	font-size: 0.8rem; line-height: 1.8; }
.sq-foot p { margin: 0 0 10px; }
.sq-foot a { color: #c2cbde; }
.sq-foot-links { padding-bottom: 14px; border-bottom: 1px solid rgba(255,255,255,0.12);
	margin-bottom: 16px !important; }

.sq-stick-cta { position: fixed; left: 0; right: 0; bottom: 0; z-index: 100;
	background: rgba(27,55,110,0.97); backdrop-filter: blur(4px);
	padding: 10px 16px calc(10px + env(safe-area-inset-bottom));
	border-top: 1px solid rgba(255,255,255,0.15); }
.sq-stick-cta a { display: block; max-width: 480px; margin: 0 auto; text-align: center;
	background: var(--brass); color: #ffffff; font-weight: 700; font-size: 0.98rem;
	padding: 13px; border-radius: 9px; text-decoration: none; }
.sq-stick-cta a:hover { background: var(--brass-deep); }

.sq-mini { margin: 18px 0 20px; padding: 18px 20px; background: var(--slab);
	border: 1px solid #f0dcac; border-radius: 12px; }
.sq-mini-title { margin: 0 0 12px; font-weight: 800; color: var(--tide); font-size: 0.98rem; }
.sq-mini-inputs { display: grid; grid-template-columns: repeat(3, 1fr); gap: 10px; }
.sq-mini-inputs label span { display: block; font-size: 0.78rem; font-weight: 700;
	color: var(--ink); margin-bottom: 5px; }
.sq-mini-inputs select { width: 100%; padding: 10px 12px; border: 1px solid var(--seam);
	border-radius: 9px; font-family: inherit; font-size: 0.92rem; background: #ffffff;
	color: var(--ink); }
.sq-mini-btn { margin-top: 14px; padding: 11px 22px; font-size: 0.94rem; }
.sq-mini-out { margin: 14px 0 0; padding: 14px 16px; background: var(--brass-wash);
	border-radius: 9px; font-size: 0.92rem; color: var(--ink-soft); line-height: 1.7; }
.sq-mini-big { font-size: 1.9rem; font-weight: 900; color: var(--brass-deep);
	letter-spacing: -0.02em; }
.sq-mini-note { display: block; margin-top: 6px; font-size: 0.8rem; color: var(--ink-faint); }

.sq-variant { display: grid; grid-template-columns: repeat(4, 1fr); gap: 14px; margin: 18px 0 6px; }
.sq-variant article { background: var(--slab); border: 1px solid var(--seam);
	border-top: 3px solid var(--brass); border-radius: 12px; padding: 18px 16px; text-align: center; }
.sq-variant-pct { display: block; font-size: 2rem; font-weight: 900; color: var(--brass-deep);
	letter-spacing: -0.03em; line-height: 1.1; margin-bottom: 8px; }
.sq-variant strong { display: block; font-size: 0.9rem; color: var(--ink); margin-bottom: 4px; }
.sq-variant small { display: block; font-size: 0.78rem; color: var(--ink-faint); line-height: 1.5; }

.sq-pop { position: fixed; left: 16px; bottom: 84px; z-index: 120; max-width: 340px;
	display: flex; align-items: center; gap: 10px;
	background: rgba(27,55,110,0.96); color: #eef1f6; border-radius: 12px;
	padding: 12px 14px; box-shadow: 0 10px 30px rgba(0,0,0,0.24);
	font-size: 0.86rem; line-height: 1.5;
	opacity: 0; transform: translateY(8px); transition: opacity 0.3s, transform 0.3s; }
.sq-pop.on { opacity: 1; transform: translateY(0); }
.sq-pop a { color: #ffffff; text-decoration: underline; text-underline-offset: 3px; }
.sq-pop-x { background: none; border: none; color: #9dabc6; font-size: 1.2rem;
	line-height: 1; cursor: pointer; padding: 0 2px; }

.sq-blink { display: flex; align-items: center; gap: 7px; margin: 0 0 12px;
	font-size: 0.78rem; font-weight: 700; color: #ced5e4; }
.sq-blink-dot { display: inline-block; width: 8px; height: 8px; border-radius: 50%;
	background: #4ade80; box-shadow: 0 0 0 0 rgba(74,222,128,0.7);
	animation: icPulse 2s infinite; }
.sq-stick-cta a .sq-blink-dot { margin-right: 7px; vertical-align: middle; }
@keyframes icPulse {
	0%   { box-shadow: 0 0 0 0 rgba(74,222,128,0.7); }
	70%  { box-shadow: 0 0 0 8px rgba(74,222,128,0); }
	100% { box-shadow: 0 0 0 0 rgba(74,222,128,0); }
}
@media (prefers-reduced-motion: reduce) {
	.sq-blink-dot { animation: none; }
	.sq-pop { transition: none; }
}

@media (max-width: 960px) {
	.sq-opening-grid { grid-template-columns: 1fr; gap: 34px; }
	
	.sq-opening-left  { grid-column: 1; grid-row: 1; }
	.sq-opening-panel { grid-column: 1; grid-row: 2; max-width: 520px; }
	.sq-opening::after { font-size: 9rem; }
}

@media (max-width: 720px) {
	.sq-skin { font-size: 15.5px; }
	.sq-opening { padding: 46px 0 42px; }
	.sq-opening h1 { font-size: 2.15rem; }
	.sq-opening::after { display: none; }
	.sq-opening-panel { padding: 20px 18px; }
	.sq-nums { flex-direction: row; }
	.sq-nums li { padding: 13px 10px 11px; }
	.sq-nums strong { font-size: 1.02rem; }
	.sq-nums span { font-size: 0.7rem; }
	
	.sq-zone { margin-top: 44px; margin-bottom: 44px; }
	.sq-tint-alt { padding-top: 38px; padding-bottom: 42px; }
	.sq-zone h2 { font-size: 1.4rem; }
	.sq-tally-inputs { grid-template-columns: 1fr; }
	.sq-tally-result dl { grid-template-columns: 1fr 1fr; }
	.sq-probe-list li { flex-wrap: wrap; }
	.sq-probe-list li > span:first-of-type { flex-basis: calc(100% - 30px); }
	.sq-yesno { margin-left: 30px; }
	.sq-util-card { padding: 20px 16px; }
	.sq-topline-inner { flex-wrap: wrap; align-items: center; gap: 2px 12px; }
	.sq-topline-inner .sq-return-link { order: 1; }
	.sq-topline-inner .sq-topline-nav { order: 2; margin-left: auto; }
	.sq-topline-inner .sq-dated { order: 3; flex-basis: 100%; margin-left: 0; }
	.sq-mini-inputs { grid-template-columns: 1fr; }
	.sq-variant { grid-template-columns: repeat(2, 1fr); gap: 10px; }
	.sq-variant-pct { font-size: 1.6rem; }
	.sq-pop { left: 12px; right: 12px; max-width: none; bottom: 78px; }
}

.sq-banner img { display: block; width: 100%; height: auto; }
.sq-banner-top { background: #111a2e; }   
@media (max-width: 640px) {
	.sq-banner-top { padding: 0; }
}

.sq-strip-wrap { position: relative; margin-top: 18px; }
.sq-strip { display: flex; gap: 18px; overflow-x: auto; scroll-snap-type: x mandatory;
	-webkit-overflow-scrolling: touch; scrollbar-width: none; padding-bottom: 4px; }
.sq-strip::-webkit-scrollbar { display: none; }
.sq-vid { display: flex; flex-direction: column; text-decoration: none;
	flex: 0 0 calc((100% - 36px) / 3); scroll-snap-align: start; }
.sq-strip-nav { position: absolute; top: 50%; transform: translateY(-50%); z-index: 2;
	width: 42px; height: 42px; border-radius: 50%; border: 1px solid var(--seam);
	background: var(--slab); color: var(--tide); font-size: 1.05rem; line-height: 1;
	cursor: pointer; box-shadow: 0 4px 14px rgba(23,58,120,0.14);
	transition: background 0.15s, color 0.15s, opacity 0.15s; }
.sq-strip-nav:hover:not(:disabled) { background: var(--brass); color: #ffffff; border-color: var(--brass); }
.sq-strip-nav:disabled { opacity: 0.35; cursor: default; }
#sq-strip-prev { left: -14px; }
#sq-strip-next { right: -14px; }
.sq-vid-thumb { display: block; width: 100%; aspect-ratio: 16 / 9; border-radius: 14px;
	background-size: cover; background-position: center; border: 1px solid var(--seam);
	position: relative; transition: border-color 0.18s; }
.sq-vid:hover .sq-vid-thumb { border-color: var(--brass); }
.sq-vid-play { position: absolute; left: 50%; top: 50%; transform: translate(-50%, -50%);
	width: 52px; height: 38px; border-radius: 12px; background: rgba(0,0,0,0.62); }
.sq-vid-play::after { content: ""; position: absolute; left: 50%; top: 50%;
	transform: translate(-40%, -50%); border-style: solid; border-width: 8px 0 8px 14px;
	border-color: transparent transparent transparent #ffffff; }
.sq-vid:hover .sq-vid-play { background: rgba(242,189,53,0.92); }
.sq-vid strong { margin-top: 10px; font-size: 0.92rem; font-weight: 700; line-height: 1.5;
	color: var(--ink); }
#sq-site .sq-core a.sq-vid { color: var(--ink); }
#sq-site .sq-core a.sq-vid:hover strong { color: var(--brass-deep); }
@media (max-width: 900px) {
	.sq-vid { flex-basis: calc((100% - 18px) / 2); }
}
@media (max-width: 640px) {
	.sq-strip { gap: 14px; }
	.sq-vid { flex-basis: 82%; }
	#sq-strip-prev { left: -6px; }
	#sq-strip-next { right: -6px; }
}

.sq-topline { background: #142f63; border-bottom: 1px solid rgba(255,255,255,0.08); }
.sq-topline .sq-dated { color: #8e9fc1; }
.sq-topline .sq-topline-nav a { color: #e9eef7; border: 1px solid rgba(255,255,255,0.22);
	border-radius: 999px; padding: 5px 14px; }
.sq-topline .sq-topline-nav a:hover { color: #152545; background: var(--brass); border-color: var(--brass); }

.sq-opening { background: radial-gradient(1200px 520px at 78% 0%, #3565c0 0%, #1e458e 48%, #153167 100%);
	color: #e8edf8; padding: 0; }
.sq-opening::before { top: auto; bottom: -220px; left: -160px; width: 520px; height: 520px;
	background: radial-gradient(circle, rgba(242,189,53,0.16) 0%, rgba(242,189,53,0) 68%); }
.sq-opening::after { content: none; }
.sq-opening-in { position: relative; z-index: 1; padding-top: 68px; padding-bottom: 148px; max-width: 1040px; }
.sq-opening-eyebrow { display: inline-flex; align-items: center; gap: 8px; font-size: 0.78rem; font-weight: 700;
	letter-spacing: 0.04em; color: #cfdaf0; background: rgba(255,255,255,0.08);
	border: 1px solid rgba(255,255,255,0.14); border-radius: 999px; padding: 7px 14px; margin: 0 0 22px; }
.sq-opening h1 { font-size: 3.15rem; font-weight: 900; letter-spacing: -0.04em; line-height: 1.2;
	color: #ffffff; margin: 0 0 18px; }
.sq-opening h1 span { color: var(--brass); }
.sq-opening-sub { font-size: 1.02rem; color: #b8c4dc; max-width: 560px; margin: 0 0 28px; line-height: 1.85; }
.sq-opening-acts { display: flex; gap: 12px; flex-wrap: wrap; margin: 0 0 30px; }
.sq-push-primary { color: #1c2a45; font-weight: 800; }
.sq-push-primary:hover { color: #1c2a45; }
#sq-site .sq-core a.sq-push-primary { color: #1c2a45; }
.sq-push-ghost { background: transparent; color: #ffffff; border: 1px solid rgba(255,255,255,0.38); }
.sq-push-ghost:hover { background: rgba(255,255,255,0.1); color: #ffffff; }
.sq-opening .sq-nums { margin: 0; max-width: 580px; background: rgba(255,255,255,0.05);
	border: 1px solid rgba(255,255,255,0.1); border-radius: 14px; }
.sq-opening .sq-nums strong { font-size: 1.18rem; }

.sq-opening-figured .sq-opening-in { display: grid; grid-template-columns: minmax(0, 1fr) 380px; gap: 20px; align-items: end; }
.sq-opening-figure { position: relative; align-self: end; height: 540px; margin-bottom: -148px;
	display: flex; align-items: flex-end; justify-content: center; }
.sq-opening-figure img { display: block; max-height: 100%; width: auto; max-width: 100%;
	object-fit: contain; object-position: bottom center;
	-webkit-mask-image: linear-gradient(to bottom, #000000 72%, rgba(0,0,0,0) 97%);
	        mask-image: linear-gradient(to bottom, #000000 72%, rgba(0,0,0,0) 97%); }
.sq-opening-cap { position: absolute; left: -6px; bottom: 34%; display: inline-flex; flex-direction: column; gap: 1px;
	background: rgba(15,36,78,0.82); border: 1px solid rgba(255,255,255,0.16); border-left: 3px solid var(--brass);
	border-radius: 9px; padding: 8px 14px; color: #ffffff; backdrop-filter: blur(4px); }
.sq-opening-cap small { font-size: 0.68rem; color: #b8c4dc; }
.sq-opening-cap strong { font-size: 0.94rem; font-weight: 800; }

.sq-core { padding-top: 0; }
.sq-rack { position: relative; z-index: 2; margin: -104px 0 46px; }
.sq-rack .sq-slots { margin: 0; gap: 18px; align-items: stretch; }
.sq-slot { display: flex; flex-direction: column; border-radius: 16px; overflow: hidden;
	box-shadow: 0 14px 34px rgba(10,25,55,0.16); border-color: #d5dbe8; }
.sq-slot:hover { transform: translateY(-3px); transition: transform 0.18s, box-shadow 0.18s, border-color 0.18s; }
.sq-slot-thumb { border-bottom: 0; background: #1b3f82; }
.sq-slot-body { display: flex; flex-direction: column; flex: 1; padding: 14px 16px 4px; }
.sq-slot h3 { padding: 0; margin: 0 0 6px; font-size: 0.93rem; line-height: 1.45;
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
	min-height: calc(1.45em * 2); }
.sq-slot-sub { margin: 0 0 8px; font-size: 0.8rem; color: var(--ink-soft); line-height: 1.5;
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
	min-height: calc(1.5em * 2); }
.sq-slot time { padding: 0; margin: auto 0 0; font-size: 0.72rem; color: var(--ink-faint); }
button.sq-slot-btn { width: calc(100% - 32px); margin: 12px 16px 16px; padding: 12px 0; border: 0;
	cursor: pointer; font-family: inherit; font-size: 0.9rem; border-radius: 10px; }
.sq-rack-note { margin: 16px 0 0; font-size: 0.74rem; color: var(--ink-faint); text-align: center; }

.sq-situ-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-top: 20px; }
#sq-site .sq-core .sq-situ-grid a { display: flex; flex-direction: column; gap: 5px; text-decoration: none;
	background: var(--slab); border: 1px solid var(--seam); border-radius: 14px; padding: 18px 18px 16px;
	color: var(--ink); transition: border-color 0.18s, transform 0.18s; }
#sq-site .sq-core .sq-situ-grid a:hover { border-color: var(--brass); transform: translateY(-2px); }
.sq-situ-grid strong { font-size: 0.98rem; font-weight: 800; color: var(--tide); }
.sq-situ-grid span { font-size: 0.8rem; color: var(--ink-soft); }
.sq-situ-grid a::after { content: "자세히 →"; margin-top: 8px; font-size: 0.74rem; font-weight: 700; color: var(--brass-deep); }

.sq-branch { margin: 58px calc(50% - 50vw); padding: 56px max(20px, calc(50vw - 410px)) 60px;
	background: #1b3f82; color: #d9e1f2; text-align: center; }
.sq-branch h2 { color: #ffffff; font-size: 1.65rem; font-weight: 800; letter-spacing: -0.02em; margin: 0 0 10px; }
.sq-branch > p { color: #a9b6d0; margin: 0 0 26px; }
.sq-branch > p strong { color: var(--brass); }
.sq-branch-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 16px; margin: 0 0 28px; text-align: left; }
.sq-branch-col { background: rgba(255,255,255,0.05); border: 1px solid rgba(255,255,255,0.11);
	border-radius: 16px; padding: 22px 24px; }
.sq-branch-col h3 { margin: 0 0 12px; font-size: 1.05rem; font-weight: 800; color: #ffffff; }
.sq-branch-col ul { margin: 0; padding: 0; list-style: none; }
.sq-branch-col li { position: relative; padding: 6px 0 6px 20px; font-size: 0.92rem; color: #c6d1e6; }
.sq-branch-col li::before { content: ""; position: absolute; left: 2px; top: 14px; width: 8px; height: 8px;
	border-radius: 50%; background: var(--brass); }
#sq-site .sq-core .sq-branch a.sq-push-primary { color: #1c2a45; }

@media (max-width: 900px) {
	.sq-opening-figured .sq-opening-in { grid-template-columns: minmax(0, 1fr) 280px; }
	.sq-opening-figure { height: 420px; }
	.sq-opening h1 { font-size: 2.6rem; }
}
@media (max-width: 720px) {
	.sq-opening-in { padding-top: 44px; padding-bottom: 128px; }
	.sq-opening-figured .sq-opening-in { grid-template-columns: 1fr; }
	.sq-opening h1 { font-size: 2.1rem; }
	.sq-opening-sub { font-size: 0.95rem; }
	.sq-opening-figure { height: 300px; margin: 8px 0 -128px; }
	.sq-opening-cap { left: 4px; bottom: 38%; padding: 6px 10px; }
	.sq-opening .sq-nums li { padding: 14px 10px 12px; }
	.sq-opening .sq-nums strong { font-size: 0.98rem; white-space: nowrap; }
	.sq-opening .sq-nums span { font-size: 0.7rem; }
	.sq-rack { margin-top: -92px; }
	.sq-rack .sq-slots { grid-template-columns: repeat(2, 1fr); gap: 12px; }
	.sq-slot-body { padding: 11px 12px 2px; }
	.sq-slot h3 { font-size: 0.86rem; }
	button.sq-slot-btn { width: calc(100% - 24px); margin: 10px 12px 12px; font-size: 0.84rem; }
	.sq-situ-grid { grid-template-columns: 1fr 1fr; }
	.sq-branch-grid { grid-template-columns: 1fr; }
	.sq-branch h2 { font-size: 1.35rem; }
}

.sq-skin { background: #ffffff; }
.sq-shell { max-width: 1100px; }
.sq-opening-in { max-width: 1100px; }
.sq-zone { margin: 84px 0; }

.sq-zone h2 { text-align: center; border-bottom: 0; padding-bottom: 0; margin: 0 0 12px;
	font-size: 1.95rem; font-weight: 900; letter-spacing: -0.035em; color: #14223f; line-height: 1.35; }
.sq-zone > h2 + p { text-align: center; color: var(--ink-soft); max-width: 640px;
	margin: 0 auto 34px; font-size: 0.98rem; line-height: 1.8; }

.sq-plain { max-width: 860px; margin-left: auto; margin-right: auto; }
.sq-plain.sq-tint-alt, .sq-broad.sq-tint-alt { background: transparent; border: 0; padding: 0; }
.sq-plain.sq-tint-alt { margin: 84px auto; }
.sq-core > section.sq-tint-alt:last-of-type { margin-bottom: 84px; }

.sq-glyph { display: inline-block; width: 30px; height: 30px; background: var(--brass);
	-webkit-mask: var(--m) center / contain no-repeat; mask: var(--m) center / contain no-repeat; }
.sq-glyph-court { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 2 7v2h20V7L12 2zM4 11v7h3v-7H4zm6.5 0v7h3v-7h-3zM17 11v7h3v-7h-3zM2 20v2h20v-2H2z'/%3E%3C/svg%3E"); }
.sq-glyph-stop  { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm0 2a8 8 0 0 1 6.3 12.9L7.1 5.7A8 8 0 0 1 12 4zM5.7 7.1l11.2 11.2A8 8 0 0 1 5.7 7.1z'/%3E%3C/svg%3E"); }
.sq-glyph-cal   { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M7 2v2H4a1 1 0 0 0-1 1v15a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V5a1 1 0 0 0-1-1h-3V2h-2v2H9V2H7zM5 9h14v10H5V9zm2 2v2h4v-2H7z'/%3E%3C/svg%3E"); }
.sq-glyph-lock  { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a5 5 0 0 0-5 5v3H6a1 1 0 0 0-1 1v10a1 1 0 0 0 1 1h12a1 1 0 0 0 1-1V11a1 1 0 0 0-1-1h-1V7a5 5 0 0 0-5-5zm0 2a3 3 0 0 1 3 3v3H9V7a3 3 0 0 1 3-3zm0 9a2 2 0 0 1 1 3.7V19h-2v-2.3A2 2 0 0 1 12 13z'/%3E%3C/svg%3E"); }
.sq-glyph-cut   { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M19 5 5 19l1.4 1.4 14-14L19 5zM7.5 4a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7zm0 2a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3zm9 7a3.5 3.5 0 1 0 0 7 3.5 3.5 0 0 0 0-7zm0 2a1.5 1.5 0 1 1 0 3 1.5 1.5 0 0 1 0-3z'/%3E%3C/svg%3E"); }
.sq-glyph-down  { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 6l6 6 4-4 6.6 6.6V11h2v7h-7v-2h3.6L13 10.8l-4 4L1.6 7.4 3 6z'/%3E%3C/svg%3E"); }
.sq-glyph-home  { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 3 2 12h3v8h5v-6h4v6h5v-8h3L12 3z'/%3E%3C/svg%3E"); }
.sq-glyph-job   { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M9 3a2 2 0 0 0-2 2v2H4a1 1 0 0 0-1 1v11a1 1 0 0 0 1 1h16a1 1 0 0 0 1-1V8a1 1 0 0 0-1-1h-3V5a2 2 0 0 0-2-2H9zm0 2h6v2H9V5zm-4 4h14v4H5V9zm0 6h14v3H5v-3z'/%3E%3C/svg%3E"); }
.sq-glyph-split { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M3 5h18v3H3V5zm0 5.5h11v3H3v-3zM3 16h7v3H3v-3zm14-4 4 4-4 4v-3h-4v-2h4v-3z'/%3E%3C/svg%3E"); }
.sq-glyph-net   { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M4 4h16a1 1 0 0 1 1 1v11a1 1 0 0 1-1 1h-6v2h3v2H7v-2h3v-2H4a1 1 0 0 1-1-1V5a1 1 0 0 1 1-1zm1 2v9h14V6H5z'/%3E%3C/svg%3E"); }
.sq-glyph-done  { --m: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm-1.2 14.6-4.4-4.4 1.4-1.4 3 3 6-6 1.4 1.4-7.4 7.4z'/%3E%3C/svg%3E"); }

.sq-quad { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.sq-quad > div { background: #1b3f82; border-radius: 18px; padding: 28px 22px 26px; text-align: center;
	display: flex; flex-direction: column; align-items: center; gap: 8px; box-shadow: 0 12px 28px rgba(10,25,55,0.14); }
.sq-quad strong { color: #ffffff; font-size: 1.05rem; font-weight: 800; letter-spacing: -0.02em; margin-top: 6px; }
.sq-quad span { color: #a9b6d0; font-size: 0.82rem; line-height: 1.6; }

.sq-situ-grid { gap: 14px; margin-top: 0; }
#sq-site .sq-core .sq-situ-grid a { background: #f3f5f9; border-color: #e9edf4; border-radius: 16px; padding: 24px 22px 20px; }
#sq-site .sq-core .sq-situ-grid a:hover { background: #ffffff; }
.sq-situ-grid strong { font-size: 1.02rem; color: #14223f; }
#sq-site .sq-core a.sq-strap { display: block; margin: 18px 0 0; padding: 18px 20px; border-radius: 14px; text-align: center;
	background: #1b3f82; color: #ffffff; font-weight: 800; font-size: 1rem; text-decoration: none; letter-spacing: -0.01em;
	transition: background 0.18s; }
#sq-site .sq-core a.sq-strap:hover { background: #20345d; color: #ffffff; }
#sq-site .sq-core a.sq-strap::after { content: " →"; color: var(--brass); }

.sq-demo-grid { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; }
.sq-demo { border: 1px solid #e3e7f0; border-radius: 16px; overflow: hidden; background: #ffffff;
	box-shadow: 0 8px 22px rgba(10,25,55,0.07); transition: transform 0.18s, box-shadow 0.18s; }
.sq-demo:hover { transform: translateY(-3px); box-shadow: 0 14px 30px rgba(10,25,55,0.12); }
.sq-demo-top { position: relative; background: linear-gradient(140deg, #24509e 0%, #183a78 100%); color: #ffffff;
	padding: 18px 18px 22px; min-height: 118px; display: flex; flex-direction: column; gap: 2px; }
.sq-demo-tag { align-self: flex-start; font-size: 0.66rem; font-weight: 700; letter-spacing: 0.04em; color: #152545;
	background: var(--brass); border-radius: 999px; padding: 3px 9px; margin-bottom: 10px; }
.sq-demo-top strong { font-size: 1.12rem; font-weight: 800; color: #ffffff; }
.sq-demo-top small { font-size: 0.8rem; color: #b8c4dc; }
.sq-demo-badge { position: absolute; right: 14px; bottom: -22px; width: 66px; height: 66px; border-radius: 50%;
	background: var(--brass); color: #1c2a45; display: flex; flex-direction: column; align-items: center; justify-content: center;
	font-size: 1.12rem; font-weight: 900; line-height: 1.1; border: 3px solid #ffffff; box-shadow: 0 6px 14px rgba(10,25,55,0.22); }
.sq-demo-badge em { font-style: normal; font-size: 0.58rem; font-weight: 700; }
.sq-demo dl { margin: 0; padding: 30px 18px 16px; }
.sq-demo dl > div { display: flex; justify-content: space-between; align-items: baseline; padding: 7px 0;
	border-bottom: 1px dashed #e3e7f0; }
.sq-demo dl > div:last-child { border-bottom: 0; }
.sq-demo dt { font-size: 0.78rem; color: var(--ink-soft); }
.sq-demo dd { margin: 0; font-size: 0.92rem; font-weight: 700; color: #14223f; font-variant-numeric: tabular-nums; }
.sq-demo dd.sq-demo-hot { font-size: 1.12rem; font-weight: 900; color: #1f4fb3; }
#samples .sq-basis { margin-top: 20px; text-align: center; }

.sq-branch { margin: 84px calc(50% - 50vw); padding: 70px max(20px, calc(50vw - 460px)) 72px; background: #1a3d7c; }
.sq-branch h2 { font-size: 1.95rem; font-weight: 900; }
.sq-branch-col { border-radius: 18px; padding: 26px 28px; }

#helpdesk .sq-acc { max-width: 860px; margin: 0 auto; }
.sq-acc details { border-radius: 12px; margin-bottom: 8px; border-color: #e6eaf1; }
.sq-acc summary { font-weight: 700; color: #14223f; }
.sq-acc summary:hover { background: #f6f8fb; }

.sq-eight-in { display: grid; grid-template-columns: 1fr; gap: 40px; align-items: start; max-width: 860px; margin: 0 auto; }
.sq-eight-figured .sq-eight-in { grid-template-columns: 340px minmax(0, 1fr); max-width: none; }
.sq-eight-pic { position: sticky; top: 24px; border-radius: 18px; overflow: hidden; height: 620px;
	background: linear-gradient(180deg, #2b56a8 0%, #1a3d7c 100%); display: flex; align-items: flex-end; justify-content: center; }
.sq-eight-pic img { display: block; width: auto; max-width: 112%; max-height: 96%; object-fit: contain; object-position: bottom center; }
.sq-eight ol { list-style: none; margin: 0; padding: 0; }
.sq-eight li { display: flex; gap: 18px; padding: 18px 0; border-bottom: 1px solid #e9edf4; }
.sq-eight li:first-child { padding-top: 0; }
.sq-eight li > span { flex: 0 0 44px; height: 44px; border-radius: 50%; background: #1b3f82; color: #ffffff;
	font-size: 0.82rem; font-weight: 800; display: flex; align-items: center; justify-content: center; }
.sq-eight li strong { display: block; font-size: 1.04rem; font-weight: 800; color: #1f4fb3; margin-bottom: 4px; }
.sq-eight li p { margin: 0; font-size: 0.9rem; color: var(--ink-soft); line-height: 1.75; }

.sq-guard { margin: 84px calc(50% - 50vw); padding: 70px max(20px, calc(50vw - 540px)) 76px; background: #1a3d7c; text-align: center; }
.sq-guard h2 { color: #ffffff; font-size: 1.95rem; font-weight: 900; letter-spacing: -0.035em; margin: 0 0 12px; }
.sq-guard > p { color: #a9b6d0; margin: 0 0 36px; font-size: 0.96rem; }
.sq-guard-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; text-align: left; }
.sq-guard-grid > div { background: #182b50; border: 1px solid rgba(255,255,255,0.07); border-radius: 16px;
	padding: 24px 24px 22px; display: flex; flex-direction: column; gap: 6px; }
.sq-guard-grid .sq-glyph { width: 26px; height: 26px; margin-bottom: 8px; }
.sq-guard-grid strong { color: #ffffff; font-size: 1.02rem; font-weight: 800; }
.sq-guard-grid span { color: #9fadc9; font-size: 0.84rem; line-height: 1.6; }

.sq-advisor { display: grid; grid-template-columns: 300px minmax(0, 1fr); gap: 0; background: #f3f5f9; border-radius: 20px; overflow: hidden; }
.sq-advisor-pic { background: linear-gradient(180deg, #2b56a8 0%, #1a3d7c 100%); display: flex; align-items: flex-end; justify-content: center; min-height: 360px; }
.sq-advisor-pic img { display: block; max-height: 380px; width: auto; max-width: 110%; object-fit: contain; object-position: bottom center; }
.sq-advisor-body { padding: 44px 46px; display: flex; flex-direction: column; align-items: flex-start; justify-content: center; }
.sq-advisor-body h2 { text-align: left; font-size: 1.6rem; margin: 0 0 14px; }
.sq-advisor-body p { margin: 0 0 18px; color: var(--ink-soft); line-height: 1.85; }
.sq-advisor-name { display: flex; flex-direction: column; gap: 2px; padding-left: 14px; border-left: 3px solid var(--brass); }
.sq-advisor-name small { font-size: 0.78rem; color: var(--ink-faint); }
.sq-advisor-name strong { font-size: 1.05rem; font-weight: 800; color: #14223f; }

.sq-foot { background: #142f63; color: #8e9fc1; border-top: 0; }
.sq-foot a { color: #cfdaf0; }
.sq-foot p { color: #8e9fc1; }

@media (max-width: 900px) {
	.sq-quad { grid-template-columns: repeat(2, 1fr); }
	.sq-demo-grid { grid-template-columns: repeat(2, 1fr); }
	.sq-eight-figured .sq-eight-in { grid-template-columns: 1fr; }
	.sq-eight-pic { position: static; height: 340px; }
}
@media (max-width: 720px) {
	.sq-zone { margin: 60px 0; }
	.sq-zone h2, .sq-branch h2, .sq-guard h2 { font-size: 1.45rem; }
	.sq-zone > h2 + p { font-size: 0.92rem; margin-bottom: 26px; }
	.sq-quad { gap: 10px; }
	.sq-quad > div { padding: 22px 14px 20px; }
	.sq-quad strong { font-size: 0.95rem; }
	.sq-demo-grid { gap: 10px; }
	.sq-demo-top { padding: 14px 14px 20px; min-height: 108px; }
	.sq-demo-badge { width: 56px; height: 56px; font-size: 0.98rem; right: 10px; }
	.sq-demo dl { padding: 28px 14px 12px; }
	.sq-demo dd.sq-demo-hot { font-size: 1rem; }
	.sq-guard-grid { grid-template-columns: 1fr 1fr; gap: 10px; }
	.sq-guard-grid > div { padding: 18px 16px; }
	.sq-advisor { grid-template-columns: 1fr; }
	.sq-advisor-pic { min-height: 260px; }
	.sq-advisor-pic img { max-height: 280px; }
	.sq-advisor-body { padding: 30px 24px; }
	.sq-branch, .sq-guard { margin-top: 60px; margin-bottom: 60px; padding-top: 50px; padding-bottom: 54px; }
}

.sq-boxes { display: grid; grid-template-columns: repeat(4, 1fr); gap: 16px; text-align: left; }
.sq-boxes.sq-c3 { grid-template-columns: repeat(3, 1fr); }
.sq-boxes.sq-c5 { grid-template-columns: repeat(5, 1fr); gap: 14px; }
.sq-boxes > article { background: #ffffff; border: 1px solid #e3e7f0; border-top: 3px solid var(--brass);
	border-radius: 16px; padding: 22px 20px 20px; box-shadow: 0 8px 22px rgba(10,25,55,0.06); }
.sq-boxes h3 { margin: 0 0 12px; font-size: 1.02rem; font-weight: 800; letter-spacing: -0.02em;
	color: #14223f; line-height: 1.45; border: 0; padding: 0; }
.sq-boxes ul { list-style: none; margin: 0; padding: 0; }
.sq-boxes li { position: relative; margin: 7px 0 0; padding-left: 15px; font-size: 0.9rem;
	line-height: 1.65; color: #46526a; }
.sq-boxes li::before { content: ""; position: absolute; left: 0; top: 0.68em; width: 6px; height: 6px;
	border-radius: 50%; background: var(--brass); }
.sq-zone > .sq-boxes + .sq-basis { text-align: center; margin-top: 18px; }

.sq-checks { list-style: none; margin: 0 0 8px; padding: 0; display: grid; grid-template-columns: 1fr 1fr; gap: 12px; }
.sq-checks li { position: relative; background: #f3f5f9; border: 1px solid #e9edf4; border-radius: 14px;
	padding: 16px 18px 15px 46px; font-size: 0.9rem; line-height: 1.65; color: #46526a; }
.sq-checks li::before { content: ""; position: absolute; left: 16px; top: 17px; width: 20px; height: 20px;
	background: var(--brass-deep);
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm-1.2 14.6-4.4-4.4 1.4-1.4 3 3 6-6 1.4 1.4-7.4 7.4z'/%3E%3C/svg%3E") center / contain no-repeat;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2a10 10 0 1 0 0 20 10 10 0 0 0 0-20zm-1.2 14.6-4.4-4.4 1.4-1.4 3 3 6-6 1.4 1.4-7.4 7.4z'/%3E%3C/svg%3E") center / contain no-repeat; }
.sq-checks strong { display: block; color: #14223f; font-size: 0.96rem; font-weight: 800; margin-bottom: 2px; }

.sq-numlist { list-style: none; margin: 0 0 8px; padding: 0; counter-reset: qn; }
.sq-numlist li { counter-increment: qn; position: relative; padding: 16px 0 16px 56px;
	border-bottom: 1px solid #e9edf4; font-size: 0.92rem; line-height: 1.7; color: #46526a; }
.sq-numlist li:last-child { border-bottom: 0; }
.sq-numlist li::before { content: counter(qn); position: absolute; left: 0; top: 16px; width: 38px; height: 38px;
	border-radius: 50%; background: #1b3f82; color: var(--brass); font-weight: 900; font-size: 1rem;
	display: flex; align-items: center; justify-content: center; }
.sq-numlist strong { display: block; color: #14223f; font-size: 1rem; font-weight: 800; }

.sq-dir { list-style: none; margin: 0; padding: 0; display: grid; grid-template-columns: repeat(4, 1fr); gap: 10px; }
#sq-site .sq-core .sq-dir a { display: block; padding: 13px 16px; border: 1px solid #e3e7f0; border-radius: 12px;
	background: #ffffff; color: #232a38; font-size: 0.9rem; font-weight: 700; text-decoration: none; letter-spacing: -0.01em;
	transition: border-color 0.16s, background 0.16s; }
#sq-site .sq-core .sq-dir a:hover { border-color: var(--brass); background: #fffaf0; }

.sq-plain .sq-matrix-wrap + p:not(.sq-basis) { margin-top: 16px; font-size: 0.95rem; line-height: 1.85; color: #46526a; }

@media (max-width: 900px) {
	.sq-boxes, .sq-boxes.sq-c5 { grid-template-columns: repeat(2, 1fr); }
	.sq-boxes.sq-c3 { grid-template-columns: repeat(2, 1fr); }
	.sq-dir { grid-template-columns: repeat(3, 1fr); }
}
@media (max-width: 720px) {
	.sq-checks { grid-template-columns: 1fr; }
	.sq-dir { grid-template-columns: repeat(2, 1fr); gap: 8px; }
	#sq-site .sq-core .sq-dir a { padding: 11px 12px; font-size: 0.85rem; }
}
@media (max-width: 480px) {
	.sq-boxes, .sq-boxes.sq-c3, .sq-boxes.sq-c5 { grid-template-columns: 1fr; }
}

.sq-vgrid .sq-strip { display: grid; grid-template-columns: repeat(2, 1fr); gap: 22px; overflow: visible; }
.sq-vgrid .sq-vid { flex: none; min-width: 0; }
.sq-vgrid .sq-vid-thumb { border-radius: 16px; box-shadow: 0 12px 28px rgba(10,25,55,0.14); }
.sq-vgrid .sq-vid-play { width: 68px; height: 48px; border-radius: 16px; background: rgba(230,33,23,0.94); }
.sq-vgrid .sq-vid:hover .sq-vid-play { background: #ff2a1f; }
.sq-vgrid .sq-vid strong { margin-top: 12px; font-size: 1rem; text-align: center; }
@media (max-width: 720px) {
	.sq-vgrid .sq-strip { gap: 12px; }
	.sq-vgrid .sq-vid-play { width: 46px; height: 32px; border-radius: 10px; }
	.sq-vgrid .sq-vid strong { font-size: 0.82rem; margin-top: 8px; }
}

.sq-rail { display: none; }
@media (min-width: 1480px) {
	html.sq-has-panel #sq-site { padding-right: 400px; }
	html.sq-has-panel .sq-rail { display: flex; flex-direction: column; position: fixed; top: 0; right: 0; bottom: 0; width: 400px;
		background: #ffffff; border-left: 1px solid #e3e7f0; box-shadow: -12px 0 32px rgba(10,25,55,0.10); z-index: 90; overflow-y: auto; }
	.admin-bar .sq-rail { top: 32px; }
	html.sq-has-panel .sq-stick-cta { display: none; }
	.sq-rail-head { background: #1b3f82; color: #ffffff; text-align: center; padding: 22px 16px 20px; border-bottom: 3px solid var(--brass); flex: none; }
	.sq-rail-head small { display: block; font-size: 0.78rem; color: #a9b6d0; letter-spacing: 0.02em; margin-bottom: 4px; }
	.sq-rail-head strong { font-size: 1.18rem; font-weight: 900; letter-spacing: -0.03em; }
	.sq-rail-body { padding: 16px 8px 28px; }
	.sq-rail-now, .sq-rail-acts, .sq-rail-note { margin-left: 8px; margin-right: 8px; }
	.sq-rail-now { display: flex; justify-content: space-between; align-items: center; margin-top: 0; margin-bottom: 12px; padding: 9px 14px;
		border: 1px solid #e3e7f0; border-radius: 999px; font-size: 0.78rem; color: #46526a; }
	.sq-rail-now em { font-style: normal; font-weight: 800; color: #14223f; }
	.sq-rail-now .sq-blink-dot { margin-right: 6px; vertical-align: middle; }
	.sq-rail-acts { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; margin-bottom: 12px; }
	#sq-site .sq-rail-acts a { display: block; text-align: center; padding: 12px 6px; border-radius: 12px; font-size: 0.9rem; font-weight: 800;
		text-decoration: none; border: 1px solid #e3e7f0; color: #14223f; background: #ffffff; }
	#sq-site .sq-rail-acts a + a { background: var(--brass); border-color: var(--brass); color: #14213d; }
	#sq-site .sq-rail-acts a:hover { border-color: var(--brass-deep); }
	.sq-rail-frame { border-top: 1px solid #e9edf4; padding-top: 6px; }
	.sq-rail-note { margin-top: 12px; margin-bottom: 0; font-size: 0.72rem; line-height: 1.65; color: #7a8499; text-align: center; }
}

.sq-core .sq-plain, .sq-core .sq-broad, .sq-core .sq-plain.sq-tint-alt { max-width: none; width: 100%; }
#helpdesk .sq-acc, .sq-eight-in { max-width: none; }
.sq-core .sq-pic, .sq-core .sq-pic-band { max-width: none; width: 100%; }
.sq-plain .sq-pic img, .sq-core .sq-pic:not(.sq-pic-band) img { max-width: 820px; margin: 0 auto; }
.sq-branch   { padding-left: max(20px, calc(50vw - 530px)); padding-right: max(20px, calc(50vw - 530px)); }
.sq-guard { padding-left: max(20px, calc(50vw - 530px)); padding-right: max(20px, calc(50vw - 530px)); }
.sq-zone > h2 + p { max-width: 720px; }

.sq-doc-body .sq-lead { margin: 0 0 26px; padding: 18px 20px; background: #f3f5f9; border: 1px solid #e2e6ef; border-radius: 14px;
	color: var(--ink); font-size: 1.02rem; line-height: 1.85; }
.sq-doc-body .sq-note { margin: 22px 0; padding: 16px 18px; background: var(--brass-wash); border-left: 4px solid var(--brass);
	border-radius: 12px; color: var(--ink); font-size: 0.96rem; line-height: 1.8; }
.sq-doc-body .sq-next { margin: 36px 0 0; padding: 20px 22px 8px; border: 1px solid var(--seam); border-radius: 14px; background: var(--slab); }
.sq-doc-body .sq-next > p { margin: 0 0 10px; font-weight: 800; color: var(--tide); }
.sq-doc-body .sq-basis { margin: 18px 0 0; }

#sq-site .sq-core .sq-situ-grid > .sq-situ-item { display: flex; flex-direction: column; gap: 5px;
	background: #f3f5f9; border: 1px solid #e9edf4; border-radius: 16px; padding: 24px 22px 20px; color: var(--ink); }
.sq-more { margin: 14px 0 0; font-size: 0.92rem; font-weight: 700; }
#sq-site .sq-core .sq-more a { color: var(--brass-deep); text-decoration: none; border-bottom: 1px solid rgba(154,106,5,0.35); }
#sq-site .sq-core .sq-more a:hover { border-bottom-color: var(--brass-deep); }
.sq-broad > .sq-more, .sq-zone > .sq-more { text-align: left; }

/* ═══ 모던 라이트 레이어 — 밝은 바탕 · 선명한 블루 · 골드는 포인트 (카드의 네이비·골드와 조화) ═══ */
:root {
	--ink: #0e1b36; --ink-soft: #4a5875; --ink-faint: #8591a8;
	--tide: #2459f5; --tide-soft: #5b84ff; --deep: #0b1a3c;
	--brass: #f5b82e; --brass-deep: #8f6500; --brass-wash: #fff6dd;
	--paper: #f6f8fc; --seam: #e2e8f3;
}
.sq-skin { background: #ffffff; }
.sq-topline { background: #ffffff; border-bottom: 1px solid var(--seam); }
.sq-topline .sq-dated { color: var(--ink-faint); }
.sq-topline .sq-topline-nav a { color: var(--ink); border: 1px solid #d6deee; background: #ffffff; }
.sq-topline .sq-topline-nav a:hover { color: #ffffff; background: var(--tide); border-color: var(--tide); }

.sq-opening { color: var(--ink);
	background: radial-gradient(680px 420px at 82% 18%, rgba(36,89,245,0.16) 0%, rgba(36,89,245,0) 70%),
	            radial-gradient(520px 360px at 8% 92%, rgba(245,184,46,0.14) 0%, rgba(245,184,46,0) 70%),
	            linear-gradient(180deg, #edf2ff 0%, #f6f8fe 62%, #ffffff 100%); }
.sq-opening::before { content: none; }
.sq-opening-eyebrow { color: var(--tide); background: #ffffff; border: 1px solid #d9e3fb; box-shadow: 0 4px 14px rgba(36,89,245,0.08); }
.sq-opening h1 { color: var(--ink); }
.sq-opening h1 span { color: var(--tide); background: linear-gradient(transparent 64%, rgba(245,184,46,0.42) 64%); padding: 0 2px; }
.sq-opening-sub { color: var(--ink-soft); }
.sq-push-primary, #sq-site .sq-core a.sq-push-primary, #sq-site .sq-core .sq-branch a.sq-push-primary { background: var(--tide); color: #ffffff; box-shadow: 0 8px 20px rgba(36,89,245,0.26); }
.sq-push-primary:hover, #sq-site .sq-core a.sq-push-primary:hover { background: #1c48d6; color: #ffffff; }
.sq-push-ghost { background: #ffffff; color: var(--ink); border: 1px solid #cfd9ee; }
.sq-push-ghost:hover { background: #f1f5ff; color: var(--ink); }
.sq-push-dark { background: var(--deep); }
.sq-push-dark:hover { background: #17295a; }
.sq-opening .sq-nums { background: #ffffff; border: 1px solid var(--seam); box-shadow: 0 10px 28px rgba(14,27,54,0.07); }
.sq-opening .sq-nums li + li, .sq-nums li + li { border-left: 1px solid var(--seam); }
.sq-opening .sq-nums strong { color: var(--ink); }
.sq-opening .sq-nums span { color: var(--ink-faint); }
.sq-opening-cap { background: rgba(255,255,255,0.94); border: 1px solid var(--seam); border-left: 3px solid var(--brass); color: var(--ink);
	box-shadow: 0 8px 22px rgba(14,27,54,0.12); }
.sq-opening-cap small { color: var(--ink-faint); }

.sq-slot { border: 1px solid var(--seam); box-shadow: 0 12px 30px rgba(14,27,54,0.10); }
.sq-slot-thumb { background: var(--deep); }
.sq-slot h3 a, #sq-site .sq-core .sq-slot h3 a { color: var(--ink); }

.sq-zone h2 { color: var(--ink); }
.sq-quad > div { background: #ffffff; border: 1px solid var(--seam); box-shadow: 0 8px 24px rgba(14,27,54,0.06); }
.sq-quad .sq-glyph { background: var(--tide); }
.sq-quad strong { color: var(--ink); }
.sq-quad span { color: var(--ink-soft); }
#sq-site .sq-core a.sq-strap { background: linear-gradient(90deg, #2459f5, #3d6dff); color: #ffffff; box-shadow: 0 8px 22px rgba(36,89,245,0.22); }
#sq-site .sq-core a.sq-strap:hover { background: linear-gradient(90deg, #1c48d6, #2f5ff0); color: #ffffff; }
#sq-site .sq-core a.sq-strap::after { color: var(--brass); }
#sq-site .sq-core .sq-situ-grid > .sq-situ-item { background: #ffffff; border: 1px solid var(--seam); box-shadow: 0 6px 18px rgba(14,27,54,0.05); }
.sq-situ-grid strong { color: var(--ink); }

.sq-branch, .sq-guard { background: radial-gradient(760px 420px at 85% 0%, rgba(36,89,245,0.38) 0%, rgba(36,89,245,0) 70%), var(--deep); }
.sq-branch-col { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.12); }
.sq-guard-grid > div { background: rgba(255,255,255,0.06); border-color: rgba(255,255,255,0.10); }
.sq-branch > p, .sq-guard > p { color: #b4c2e0; }
.sq-guard-grid span, .sq-branch-col li { color: #c3cee6; }

.sq-demo-top { background: linear-gradient(140deg, #2459f5 0%, #173aa8 100%); }
.sq-demo-badge { background: var(--brass); color: var(--deep); }
.sq-demo dd.sq-demo-hot { color: var(--tide); }
.sq-eight li > span { background: #eaf0ff; color: var(--tide); }
.sq-eight li strong { color: var(--ink); }
.sq-eight-pic, .sq-advisor-pic { background: linear-gradient(180deg, #e9f0ff 0%, #d4e0ff 100%); }
.sq-numlist li::before { background: #eaf0ff; color: var(--tide); }
.sq-level-bar span { background: linear-gradient(90deg, var(--tide-soft), var(--tide)); }
.sq-matrix th { color: var(--ink); background: #f3f6fc; }
.sq-brief-grid > div { border-left-color: var(--tide); }
.sq-acc summary { color: var(--ink); }

.sq-foot { background: var(--deep); color: #8f9cbb; }
.sq-foot a { color: #d3dcf0; }
.sq-foot p { color: #8f9cbb; }
.sq-stick-cta { background: rgba(255,255,255,0.96); border-top: 1px solid var(--seam); backdrop-filter: blur(6px); }
.sq-stick-cta a { background: var(--tide); color: #ffffff; }
.sq-stick-cta a:hover { background: #1c48d6; }
.sq-rail-head { background: linear-gradient(140deg, #2459f5 0%, #173aa8 100%); }
#sq-site .sq-rail-acts a + a { background: var(--tide); border-color: var(--tide); color: #ffffff; }
.sq-pop { background: rgba(11,26,60,0.96); }
.sq-opening { border-top: 0; }
