html, body {
	padding:0;
	margin:0;
	font-family: Inter, ui-sans-serif, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
	font-size:14px;
	height:100%;
}

.halfpage{
	height:50%;
	background:#2A84C4;
	border-bottom:#ccc 5px solid;
}

.loginwindow {
	width:592px;
	height:180px;
	padding:10px;
	margin:-100px auto;
	background:#fff;
	text-align:left;
	border:#ccc 5px solid;
}

.login-inp{
	font-size:18px;
	padding:10px;
	width: 475px;
	margin-bottom:20px;
}

.login-lab {
	display:block;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

.fullpage {
	box-sizing: border-box;
	width:100%;
	min-height:100%;
	overflow: auto;
}

.menubox:not(.menu-card) {
    -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;    /* Firefox, other Gecko */
    box-sizing: border-box;         /* Opera/IE 8+ */

	width:20%;
	height:20%;
	float:left;
	padding-top:5px;
	padding-left:5px;
	
}

.menubox:not(.menu-card) > div {
	background:#fff;
	height:100%;
	border: #333 1px solid;
	display: block;
	cursor:pointer;
}

.menubox:not(.menu-card):hover > div {
	background:#06799F;
	color:#fff;
}

.menubox .lbl1,.menubox .lbl2 {
	display: table-cell;
	margin-left:60px;
	font-weight: bold;
	cursor:pointer;
}

.menubox .lbl1 {
	font-size: 16px;
	vertical-align: bottom;
}

.menubox .lbl2 {
	font-size: 12px;
	vertical-align: top;
}

.menuicon {
	width:52px;
	height:100%;
	float:left;
	background-position:center;
	background-repeat: no-repeat;
}

.halfbox {
	height:50%;
	display:table;
}

/*
p {
	line-height: 1.5em;
	text-indent: 15px;
	font-size: 16px;
}
*/

.helpbar {
	background:#eee;
	border-bottom: #ccc 1px solid;
	overflow: auto;
}

.helpitem {
	float:left;
	padding:5px;
	margin-right: 10px;
}

.helpitem span {
	font-weight: bold;
}

.nowhere {
	position: absolute;
	top: -500px;
	left: 250px;
}

.nowhere2 {
	position: absolute;
	top: -500px;
	left: 50px;
}

.win {
	width:430px;
	background: #e9e9e9;
	border:#ccc 1px solid;
}

.win2 {
	width:880px;
	background: #e9e9e9;
	border:#ccc 1px solid;
}

.lsttbl {
	border-collapse: collapse;
}

.lsttbl > tbody td {
	vertical-align: top;
}

.lsttbl > tbody > tr {
	border-bottom: #ccc 1px dotted;
}

.tcsitem td {
	color:#000;
}

.tcsitem.active td {
	color:#5d0 !important;
}

.tcsitem:hover{
	background:#0072bc;
	color:#fff;	
}

.icon {
	cursor:pointer;
}

.gift-icon {
	cursor:pointer;
}

.gift-row input{
	color:#0b0 !important;
}

/* form elemek */
.frm {
	padding:10px;
}

.frm label, .frm input, .frm select, .frmlabel {
	display:block;
	float:left;
	margin-bottom:5px;
	padding:5px;
	width:150px;
}

.frm select {
	width:160px;
	padding:5px;
}

/*
.frm select > option {
	padding:5px;
}
*/

.frm label, .frmlabel {
	width:150px;
}

.frm label, .frmlabel {
	width:200px;
}

.frm button {
	border:#aaa 1px solid;
	background: #fcfcfc;
	padding:5px;
}

.frm button:focus {
	border:#aaa 1px solid;
	background: #3366CC;
	color:#fff;
	padding:5px;
}

.confirmbox {
	position: absolute;
	width:300px;
	left:100px;
	top:-500px;
	background: #e9e9e9;
	border:#ccc 1px solid;
	z-index: 2001;
}

.confirmbox p{
	padding:10px;
}

.hide {
	display: none;
}

.wtitle, .wintitle {
	padding:10px;
	background:#0072bc;
	color:#fff;
}

.titem {
	padding:5px;
	background:#eec;
	border-bottom:#ccc 1px solid;
	cursor:pointer;
}

.titem-active {
	background:#69e;
}

.error-win {
	z-index:999;
	position:absolute;
	top:15px;
	right:15px;
	padding:10px;
	background:#eee;
	border:#000 solid 2px;
	color:#900;
}

/* pénztár stilusok */
.penztarsor, .bevetelsor { margin-bottom:5px; }
.penztarsor .bsdatafilter, .bevetelsor .bsdatafilter { width:310px; }
.penztarsor .earfield { text-align: right; }

.jelolt {
	background: #00cccc;
}

/* message window styles */
.msgwin {
	position: absolute;
	top:-100px;
	right:30px;
	background: #fff;
}

.msgwin p {
	padding:15px;
	margin:0;
	font-size: 16px;
}

.error-msg {
	color:#000;
	background: #ffccee;
}

.success-msg {
	color:#000;
	background: #ccffee;
}

/* button stílus */
.btn {
	cursor: pointer;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #ffffff), color-stop(1, #f6f6f6) );
	background:-moz-linear-gradient( center top, #ffffff 5%, #f6f6f6 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#f6f6f6');
	background-color:#ffffff;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	color:#666666;
	font-weight:bold;
	padding:3px 12px;
	text-decoration:none;
}.btn:hover {
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f6f6f6), color-stop(1, #ffffff) );
	background:-moz-linear-gradient( center top, #f6f6f6 5%, #ffffff 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f6f6f6', endColorstr='#ffffff');
	background-color:#f6f6f6;
}.btn:active {
	position:relative;
	top:1px;
}
/* This imageless css button was generated by CSSButtonGenerator.com */

	.fogylist {
		border-collapse:collapse;
	}

	.fogyfej {
		background:#f1f1f1;
		border-top:#ccc 1px solid;
		border-bottom:#ccc 1px solid;
	}

	.fogyitem {
		border-bottom:#ccc 1px solid;
	}

	.fogysum {
		background:#f1f1f1;
		border-top:#ccc 1px solid;
		border-bottom:#ccc 1px solid;
		margin-bottom: 15px;
		width:690px;
		padding:15px;
	}



	.tab-item {
		display: inline-block;
		color:#aaa;
		margin-right: 10px;
		padding:10px;
		cursor: pointer;
		text-transform: uppercase;
		font-size: 18px;
		line-height: 20px;
		font-weight: bold;
		margin-bottom: 0px;
		position: relative;
	}

	.tab-item:hover {
		background: #eee;
	}

	.tab-item-active {
		color:#333;
	}

	.tab-item ul {
		display: none;
		padding:0;
		list-style: none;
		text-indent: 0;
		position: absolute;
		top:20px;
		left:0px;
		z-index: 10;
		font-weight: normal;
	}

	.tab-item ul li {
		width:200px;
		background:#eee;
		font-size: 14px;
		padding:5px;
	}

	.tab-item ul li:hover {
		color:#333;
		background: #ddd;
	}

	.tab-item:hover ul {
		display: block;
	}

	.fullframe {
		width:100%;
		height:80%;	
	}

		.ui-widget-content {
			font-size: 14px !important;
		}	

/* Laravel 12 visual refresh */
:root {
	--ink: #17312e;
	--muted: #647875;
	--line: #dce7e4;
	--surface: #ffffff;
	--surface-soft: #f3f7f6;
	--brand: #0f766e;
	--brand-dark: #0b514c;
	--accent: #d9f2ed;
	--shadow: 0 16px 42px rgba(20, 53, 49, .09);
}

* { box-sizing: border-box; }

button, input, select, textarea { font: inherit; }

button:focus-visible, a:focus-visible, input:focus-visible, select:focus-visible, textarea:focus-visible {
	outline: 3px solid rgba(15, 118, 110, .25);
	outline-offset: 2px;
}

.app-body { background: var(--surface-soft); color: var(--ink); }

.dashboard-page { padding-bottom: 36px; }

.app-header {
	position: sticky;
	top: 0;
	z-index: 50;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	min-height: 76px;
	padding: 12px clamp(20px, 4vw, 64px);
	background: rgba(255, 255, 255, .94);
	border-bottom: 1px solid var(--line);
	backdrop-filter: blur(14px);
}

.brand { display: inline-flex; align-items: center; gap: 12px; color: var(--ink); text-decoration: none; }
.brand-mark { display: inline-grid; place-items: center; width: 42px; height: 42px; color: #fff; background: var(--brand); border-radius: 13px; font-weight: 800; letter-spacing: -.04em; }
.brand strong, .brand small { display: block; }
.brand strong { font-size: 16px; }
.brand small { margin-top: 2px; color: var(--muted); font-size: 11px; }
.brand-mark-large { width: 58px; height: 58px; border-radius: 18px; font-size: 20px; background: #fff; color: var(--brand-dark); }

.header-actions { display: flex; align-items: center; gap: 12px; }
.header-actions form { margin: 0; }
.user-chip { display: grid; grid-template-columns: auto 1fr; column-gap: 8px; align-items: center; padding: 8px 12px; background: var(--surface-soft); border-radius: 12px; font-weight: 650; }
.user-chip small { grid-column: 2; color: var(--muted); font-size: 10px; font-weight: 500; text-transform: uppercase; }
.status-dot { grid-row: 1 / 3; width: 8px; height: 8px; background: #22a06b; border-radius: 50%; box-shadow: 0 0 0 4px rgba(34, 160, 107, .12); }
.header-link { display: inline-flex; align-items: center; min-height: 38px; padding: 8px 12px; color: var(--brand-dark); background: transparent; border: 0; border-radius: 9px; text-decoration: none; font-weight: 650; cursor: pointer; }
.header-link:hover { background: var(--accent); }
.header-button { appearance: none; }

.dashboard-main { width: min(1380px, calc(100% - 40px)); margin: 0 auto; }
.dashboard-intro { padding: 28px 0 22px; }
.dashboard-intro h1 { margin: 5px 0 10px; color: var(--ink); font-size: clamp(30px, 4vw, 50px); line-height: 1.05; letter-spacing: -.045em; }
.dashboard-intro > p:last-child { margin: 6px 0 0; color: var(--muted); font-size: 15px; }
.eyebrow { margin: 0; color: var(--brand); font-size: 11px; font-weight: 800; letter-spacing: .16em; }

.menu-grid { display: grid; grid-template-columns: repeat(4, minmax(0, 1fr)); gap: 14px; }
.menubox.menu-card {
	position: relative;
	display: grid;
	grid-template-columns: 48px 1fr;
	align-items: center;
	gap: 14px;
	min-height: 112px;
	width: auto;
	height: auto;
	padding: 18px;
	text-align: left;
	color: var(--ink);
	background: var(--surface);
	border: 1px solid var(--line);
	border-radius: 16px;
	box-shadow: 0 1px 1px rgba(20, 53, 49, .02);
	cursor: pointer;
	transition: transform .18s ease, border-color .18s ease, box-shadow .18s ease;
}
.menubox.menu-card:hover { transform: translateY(-2px); border-color: #afcbc6; box-shadow: var(--shadow); }
.menubox.menu-card .menuicon { width: 48px; height: 48px; background-color: var(--surface-soft); background-position: center; background-repeat: no-repeat; border-radius: 13px; }
.menu-copy { min-width: 0; }
.menu-copy strong, .menu-copy small { display: block; }
.menu-copy strong { margin-bottom: 5px; font-size: 15px; }
.menu-copy small { overflow: hidden; color: var(--muted); font-size: 12px; line-height: 1.35; text-overflow: ellipsis; }
.menu-card kbd { position: absolute; top: 12px; right: 12px; padding: 3px 6px; color: #71827f; background: #f4f7f6; border: 1px solid #e1e9e7; border-radius: 6px; font: 9px/1.2 ui-monospace, SFMono-Regular, Menlo, monospace; }
.menubox.menu-card-primary { color: #fff; background: linear-gradient(135deg, var(--brand), var(--brand-dark)); border-color: transparent; }
.menubox.menu-card-primary .menuicon { background-color: rgba(255, 255, 255, .14); }
.menubox.menu-card-primary .menu-copy small { color: rgba(255, 255, 255, .72); }
.menubox.menu-card-primary kbd { color: rgba(255, 255, 255, .8); background: rgba(255, 255, 255, .11); border-color: rgba(255, 255, 255, .16); }

.wcontent { display: none; min-height: 100vh; color: var(--ink); background: #fff; }

/* Eszközsorok és általános gombok */
.helpbar {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px 14px;
	min-height: 58px;
	padding: 8px 12px;
	background: #eaf5f2 !important;
	border-color: var(--line);
	box-sizing: border-box;
}
.helpbar > div { display: flex; flex-wrap: nowrap; align-items: center; gap: 8px; margin: 0 !important; padding: 0 !important; }
.helpbar > div:last-child { margin-left: auto !important; }
.btn, .frm button {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 38px;
	padding: 8px 14px;
	color: #244743;
	background: #fff;
	border: 1px solid #b8cbc7;
	border-radius: 9px;
	box-shadow: 0 1px 2px rgba(15, 81, 76, .06);
	font: inherit;
	font-weight: 700;
	line-height: 1.15;
	white-space: nowrap;
	text-decoration: none;
	cursor: pointer;
	transition: background-color .15s ease, border-color .15s ease, box-shadow .15s ease, transform .15s ease;
}
.btn:hover, .frm button:hover { color: var(--brand-dark); background: #f2f8f6; border-color: #83aaa3; }
.btn:focus-visible, .frm button:focus-visible { outline: 3px solid rgba(15, 118, 110, .2); outline-offset: 2px; }
.btn:active, .frm button:active { position: static; transform: translateY(1px); }

/* Táblázatok */
.table-shell { max-width: 100%; padding: 12px; overflow-x: auto; box-sizing: border-box; }
.lsttbl { width: 100%; border-collapse: separate; border-spacing: 0; }
.lsttbl td, .lsttbl th { padding: 9px 10px; }
.lsttbl thead th { color: #365a55; background: #f4f8f7; border-bottom: 1px solid var(--line); font-size: 12px; text-align: left; }
.lsttbl thead td { background: #fbfcfc; border-bottom: 1px solid var(--line); }
.lsttbl > tbody > tr { border-bottom: 0; }
.lsttbl > tbody > tr > td { border-bottom: 1px solid #e5ecea; }
.lsttbl > tbody > tr > td:last-child { vertical-align: middle; white-space: nowrap; }
.lsttbl tr:hover { background: #edf7f4; }
.product-table { min-width: 760px; table-layout: auto; }
.product-table .actions-heading, .product-table .actions-filter, .product-table .actions-cell { width: 132px; min-width: 132px; }
.actions-cell { vertical-align: middle !important; white-space: nowrap; }
.row-actions { display: flex; align-items: center; justify-content: flex-end; gap: 6px; }
.table-action {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	flex: 0 0 34px;
	width: 34px;
	height: 34px;
	padding: 0;
	background: #fff;
	border: 1px solid #c7d6d3;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(15, 81, 76, .05);
	cursor: pointer;
}
.table-action:hover { background: #e7f5f1; border-color: #79a79f; }
.table-action-danger:hover { background: #fff0f0; border-color: #dca5a5; }
.table-action:focus-visible { outline: 3px solid rgba(15, 118, 110, .2); outline-offset: 1px; }
.table-action .icon { display: block; width: 16px; height: 16px; }
.lsttbl > tbody > tr > td:last-child > .icon {
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 5px;
	padding: 8px;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #c7d6d3;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(15, 81, 76, .05);
	box-sizing: content-box;
}
.lsttbl > tbody > tr > td:last-child > .icon:hover { background: #e7f5f1; border-color: #79a79f; }
.lsttbl > tbody > tr > td:last-child > a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 34px;
	height: 34px;
	margin-left: 5px;
	vertical-align: middle;
	background: #fff;
	border: 1px solid #c7d6d3;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(15, 81, 76, .05);
	box-sizing: border-box;
}
.lsttbl > tbody > tr > td:last-child > a:hover { background: #e7f5f1; border-color: #79a79f; }
.lsttbl > tbody > tr > td:last-child > a > .icon { display: block; width: 16px; height: 16px; margin: 0; padding: 0; border: 0; }

/* Űrlapmezők */
input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]), select, textarea {
	min-height: 38px;
	padding: 8px 10px;
	color: var(--ink);
	background: #fff;
	border: 1px solid #b9ccc8;
	border-radius: 8px;
	box-shadow: inset 0 1px 2px rgba(15, 81, 76, .04);
	box-sizing: border-box;
	font: inherit;
	transition: border-color .15s ease, box-shadow .15s ease, background-color .15s ease;
}
input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):hover, select:hover, textarea:hover { border-color: #8caaa5; }
input:not([type="hidden"]):not([type="checkbox"]):not([type="radio"]):focus, select:focus, textarea:focus {
	outline: 0;
	background: #fff;
	border-color: var(--brand);
	box-shadow: 0 0 0 3px rgba(15, 118, 110, .14);
}
.frm { padding: 18px; }
.frm::after { display: block; clear: both; content: ""; }
.frm label, .frmlabel { color: #365a55; font-weight: 700; line-height: 28px; }
.form-actions {
	display: flex;
	clear: both;
	flex-wrap: nowrap;
	align-items: center;
	justify-content: flex-start;
	gap: 8px;
	width: 100%;
	padding-top: 14px;
	box-sizing: border-box;
}
.form-actions .btn { flex: 0 0 auto; margin: 0; }
.form-actions .btn:first-child { color: #fff; background: var(--brand); border-color: var(--brand); }
.form-actions .btn:first-child:hover { color: #fff; background: var(--brand-dark); border-color: var(--brand-dark); }

/* Értékesítés és készlet tételsorok */
.penztarsor {
	position: relative;
	display: grid;
	grid-template-columns: minmax(180px, 1fr) 72px 56px 62px 38px;
	align-items: center;
	gap: 6px;
	margin-bottom: 8px;
	overflow: visible;
}
.bevetelsor {
	position: relative;
	display: grid;
	grid-template-columns: minmax(180px, 1fr) 56px 62px;
	align-items: center;
	gap: 6px;
	margin-bottom: 8px;
	overflow: visible;
}
.penztarsor .bsdatafilter, .bevetelsor .bsdatafilter,
.penztarsor .dbfield, .bevetelsor .dbfield,
.penztarsor .earfield {
	float: none;
	width: 100%;
	min-width: 0;
	margin: 0;
}
.penztarsor .row-delete-action, .bevetelsor button {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	float: none;
	min-width: 62px;
	height: 38px;
	padding: 0 10px;
	color: #9b3030;
	background: #fff;
	border: 1px solid #dfb4b4;
	border-radius: 8px;
	font: inherit;
	font-size: 12px;
	font-weight: 750;
	white-space: nowrap;
	cursor: pointer;
}
.penztarsor .row-delete-action:hover, .bevetelsor button:hover { background: #fff0f0; border-color: #cf8585; }
.penztarsor .gift-icon {
	appearance: none;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	float: none;
	width: 38px;
	height: 38px;
	margin: 0;
	padding: 0;
	background: #fff;
	border: 1px solid #c7d6d3;
	border-radius: 8px;
	box-shadow: 0 1px 2px rgba(15, 81, 76, .05);
	cursor: pointer;
}
.penztarsor .gift-icon img { display: block; width: 16px; height: 16px; opacity: .75; }
.penztarsor .gift-icon:hover { background: #edf7f4; border-color: #79a79f; }
.penztarsor.gift-row .gift-icon { background: #dff3ec; border-color: var(--brand); box-shadow: 0 0 0 2px rgba(15, 118, 110, .13); }
.penztarsor.gift-row .gift-icon img { opacity: 1; }

/* Felugró ablakok */
.nowhere, .nowhere2 {
	position: fixed;
	left: 50%;
	transform: translateX(-50%);
	z-index: 2000;
}
.win, .win2, .confirmbox {
	max-width: calc(100vw - 24px);
	max-height: calc(100vh - 40px);
	background: #fff;
	border: 1px solid #aac4bf;
	border-radius: 14px;
	box-shadow: 0 24px 64px rgba(16, 54, 50, .24);
	overflow: auto;
	box-sizing: border-box;
}
.win { width: 470px; }
.win2 { width: 940px; }
.confirmbox {
	position: fixed;
	left: 50% !important;
	transform: translateX(-50%);
	width: 340px;
	z-index: 2001;
}
.confirmbox p { margin: 0; padding: 22px 20px 12px; color: #294b47; line-height: 1.5; }
.confirmbox .frm { display: flex; justify-content: flex-end; gap: 8px; padding-top: 8px; }
.wtitle, .wintitle {
	position: sticky;
	top: 0;
	z-index: 1;
	padding: 14px 18px;
	color: #fff;
	background: linear-gradient(135deg, var(--brand), var(--brand-dark));
	font-size: 15px;
	font-weight: 800;
	letter-spacing: .01em;
}
.msgwin { border: 1px solid var(--line); border-radius: 12px; box-shadow: var(--shadow); overflow: hidden; }

.login-page { min-height: 100%; color: var(--ink); background: #e9f1ef; }
.login-shell { display: grid; grid-template-columns: minmax(300px, .85fr) minmax(380px, 1fr); width: min(960px, calc(100% - 40px)); min-height: 560px; margin: max(30px, 7vh) auto; background: #fff; border: 1px solid rgba(15, 81, 76, .1); border-radius: 24px; box-shadow: 0 28px 70px rgba(17, 62, 57, .14); overflow: hidden; }
.login-brand-panel { display: flex; flex-direction: column; justify-content: flex-end; padding: clamp(34px, 6vw, 64px); color: #fff; background: radial-gradient(circle at 85% 12%, rgba(117, 211, 193, .35), transparent 34%), linear-gradient(145deg, #0f766e, #083d39); }
.login-brand-panel .eyebrow { margin-top: 34px; color: #a8ddd3; }
.login-brand-panel h1 { margin: 10px 0; font-size: clamp(34px, 4vw, 50px); line-height: 1.03; letter-spacing: -.045em; }
.login-brand-panel > p:last-child { max-width: 360px; margin: 0; color: rgba(255, 255, 255, .72); font-size: 15px; line-height: 1.6; }
.login-card { display: flex; flex-direction: column; justify-content: center; padding: clamp(36px, 7vw, 76px); }
.login-card h2 { margin: 8px 0; font-size: 30px; letter-spacing: -.03em; }
.login-help { margin: 0 0 30px; color: var(--muted); line-height: 1.5; }
.login-form { display: grid; }
.login-form label { margin: 0 0 7px; color: #425b57; font-size: 12px; font-weight: 700; }
.login-form input { width: 100%; min-height: 46px; margin: 0 0 18px; padding: 10px 12px; background: #fbfcfc; }
.login-form button { min-height: 48px; margin-top: 8px; color: #fff; background: var(--brand); border: 0; font-weight: 750; cursor: pointer; }
.login-form button:hover { background: var(--brand-dark); }
.alert-error { margin: 0 0 20px; padding: 12px 14px; color: #8c2929; background: #fff0f0; border: 1px solid #f0c9c9; border-radius: 9px; }

@media (max-width: 1050px) {
	.menu-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}

@media (max-width: 760px) {
	.app-header { align-items: flex-start; padding: 12px 18px; }
	.brand small, .user-chip { display: none; }
	.helpbar > div:last-child { width: 100%; margin-left: 0 !important; }
	.dashboard-main { width: min(100% - 28px, 680px); }
	.dashboard-intro { padding-top: 36px; }
	.menu-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 10px; }
	.menubox.menu-card { grid-template-columns: 42px 1fr; min-height: 98px; padding: 14px; }
	.menubox.menu-card .menuicon { width: 42px; height: 42px; }
	.login-shell { display: block; width: min(520px, calc(100% - 24px)); min-height: auto; margin: 12px auto; }
	.login-brand-panel { min-height: 220px; padding: 30px; }
	.login-brand-panel .eyebrow { margin-top: 28px; }
	.login-card { padding: 34px 28px; }
}

@media (max-width: 480px) {
	.menu-grid { grid-template-columns: 1fr; }
	.menu-copy small { white-space: normal; }
}
