.awi-store {
	color: #111827;
	font-family: inherit;
	margin: 0 auto;
	max-width: 1500px;
	padding: 32px;
}

/* Keep manager controls aligned with the artwork form field system. */
.awi-keep-page .awi-keep-floating-field,
.awi-keep-page .awi-keep-floating-memo,
.awi-keep-page .awi-keep-floating-select {
	position: relative;
}

.awi-keep-page .awi-keep-floating-field input {
	box-sizing: border-box;
	height: 40px;
	min-height: 40px;
	padding: 9px 14px 5px;
	border: 1px solid #b9bec7;
	border-radius: 10px;
	background: #f8fafc;
	font-size: 16px;
}

.awi-keep-page .awi-keep-floating-field > label,
.awi-keep-page .awi-keep-floating-memo > label,
.awi-keep-page .awi-keep-floating-select > label {
	position: absolute;
	top: -7px;
	left: 12px;
	z-index: 2;
	width: auto;
	margin: 0;
	padding: 0 5px;
	background: #fff;
	color: #3182f6;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	pointer-events: none;
}

.awi-keep-page .awi-keep-floating-field > label,
.awi-keep-page .awi-keep-floating-memo > label {
	opacity: 0;
}

.awi-keep-page .awi-keep-floating-field input:focus,
.awi-keep-page .awi-keep-floating-memo textarea:focus,
.awi-keep-page .awi-keep-floating-select select:focus {
	border: 2px solid #3182f6;
	outline: none;
}

.awi-keep-page .awi-keep-floating-field input:focus::placeholder,
.awi-keep-page .awi-keep-floating-memo textarea:focus::placeholder {
	color: transparent;
}

.awi-keep-page .awi-keep-floating-field input:focus + label,
.awi-keep-page .awi-keep-floating-field input:not(:placeholder-shown) + label,
.awi-keep-page .awi-keep-floating-memo textarea:focus + label,
.awi-keep-page .awi-keep-floating-memo textarea:not(:placeholder-shown) + label {
	opacity: 1;
}

.awi-keep-page .awi-keep-floating-memo textarea {
	box-sizing: border-box;
	width: 100%;
	height: 58px;
	min-height: 58px;
	padding: 10px 16px;
	resize: vertical;
	border: 1px solid #b9bec7;
	border-radius: 10px;
	background: #f8fafc;
	font: inherit;
	font-size: 16px;
	line-height: 1.5;
}

.awi-keep-page .awi-keep-floating-select select {
	box-sizing: border-box;
	width: 100%;
	height: 40px;
	min-height: 40px;
	padding: 0 44px 0 14px;
	appearance: none;
	-webkit-appearance: none;
	border: 1px solid #b9bec7;
	border-radius: 10px;
	background: #fff;
	font: inherit;
	font-size: 16px;
}

.awi-keep-page .awi-keep-floating-select::before {
	content: '';
	position: absolute;
	top: 6px;
	right: 6px;
	z-index: 1;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: #f1f3f5;
	pointer-events: none;
}

.awi-keep-page .awi-keep-floating-select::after {
	content: '';
	position: absolute;
	top: 17px;
	right: 15px;
	z-index: 2;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 6px solid #777d85;
	pointer-events: none;
}

.awi-store a {
	color: inherit;
	text-decoration: none;
}

.awi-store-head {
	align-items: center;
	display: inline-flex;
	gap: 24px;
	justify-content: flex-start;
}

.awi-search {
	align-items: center;
	border: 1px solid #d4dae3;
	border-radius: 8px;
	display: flex;
	height: 46px;
	max-width: 720px;
	overflow: hidden;
	width: min(100%, 720px);
}

.awi-search input[type="search"] {
	border: 0;
	box-sizing: border-box;
	flex: 1;
	font-size: 16px;
	height: 100%;
	min-width: 0;
	padding: 0 16px;
}

.awi-search input[type="search"]:focus {
	outline: 0;
}

.awi-search button {
	align-items: center;
	background: #fff;
	border: 0;
	cursor: pointer;
	display: flex;
	height: 100%;
	justify-content: center;
	width: 54px;
}

.awi-search svg {
	fill: #111827;
	height: 24px;
	width: 24px;
}

.awi-categories {
	border-bottom: 1px solid #e5e9ef;
	display: flex;
	flex-wrap: wrap;
	gap: 24px;
	margin: 30px -32px 0;
	padding: 0 32px;
	position: relative;
	z-index: 20;
}

.awi-categories a,
.awi-cat-top {
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0;
}

.awi-cat-all,
.awi-cat-top {
	display: inline-flex;
	padding: 13px 0 18px;
}

.awi-cat-group {
	position: relative;
}

.awi-cat-all.is-active,
.awi-cat-group.is-active > .awi-cat-top,
.awi-cat-subgroup.is-active > .awi-cat-second,
.awi-cat-third a.is-active {
	color: #d9484e;
}

.awi-cat-dropdown {
	background: #fff;
	border: 1px solid #e5e9ef;
	border-radius: 12px;
	box-shadow: 0 14px 34px rgba(15, 23, 42, .10);
	display: block;
	left: 0;
	min-width: 190px;
	opacity: 0;
	padding: 14px 16px;
	pointer-events: none;
	position: absolute;
	top: 100%;
	transform: translateY(6px);
	transition: opacity .12s ease, transform .12s ease, visibility .12s ease;
	visibility: hidden;
	z-index: 30;
}

.awi-cat-dropdown::before {
	content: "";
	height: 12px;
	left: 0;
	position: absolute;
	right: 0;
	top: -12px;
}

.awi-cat-group:hover .awi-cat-dropdown,
.awi-cat-group:focus-within .awi-cat-dropdown {
	opacity: 1;
	pointer-events: auto;
	transform: translateY(0);
	visibility: visible;
}

.awi-cat-subgroup {
	padding: 0;
}

.awi-cat-second {
	display: block;
	font-size: 16px;
	font-weight: 800;
	padding: 10px 12px;
	white-space: nowrap;
}

.awi-cat-second:hover,
.awi-cat-third a:hover {
	background: #f5f7fa;
	border-radius: 6px;
}

.awi-cat-third {
	border-left: 0;
	margin: 0 0 8px;
	padding: 0 0 0 14px;
}

.awi-cat-third a {
	color: #4b5563;
	display: block;
	font-size: 14px;
	font-weight: 600;
	padding: 7px 10px;
}

.awi-list-head {
	align-items: flex-end;
	display: flex;
	justify-content: space-between;
	padding: 34px 0 22px;
}

.awi-list-head h1 {
	font-size: 28px;
	letter-spacing: 0;
	margin: 0;
}

.awi-list-head p {
	color: #6b7280;
	margin: 8px 0 0;
}

.awi-list-title-row {
	align-items: center;
	display: flex;
	gap: 12px;
	justify-content: space-between;
}

.awi-status-filter {
	align-items: flex-start;
	display: flex;
	flex-direction: column;
	gap: 8px;
	min-width: 180px;
}

.awi-status-filter label {
	color: #334155;
	font-size: 13px;
	font-weight: 700;
}

.awi-status-filter select {
	background: #fff;
	border: 1px solid #d4dae3;
	border-radius: 4px;
	color: #111827;
	font: inherit;
	font-size: 15px;
	height: 44px;
	min-width: 180px;
	padding: 0 14px;
}

.awi-status-filter select:focus {
	border-color: #94a3b8;
	outline: 0;
}

.awi-list-tools {
	align-items: flex-end;
	display: flex;
	gap: 10px;
}

.awi-list-config-button {
	align-items: center;
	background: #fff;
	border: 1px solid #d4dae3;
	border-radius: 4px;
	color: #111827;
	cursor: pointer;
	display: inline-flex;
	height: 44px;
	justify-content: center;
	margin: 0;
	padding: 0;
	width: 44px;
}

.awi-list-config-button:hover,
.awi-list-config-button:focus-visible {
	background: #f8fafc;
	border-color: #94a3b8;
	outline: 0;
}

.awi-list-config-button svg {
	fill: currentColor;
	height: 26px;
	width: 26px;
}

.awi-config-modal[hidden] {
	display: none;
}

.awi-config-modal {
	inset: 0;
	padding: 10vh 7vw;
	position: fixed;
	z-index: 100000;
}

.awi-config-modal-backdrop {
	background: rgba(15, 23, 42, .62);
	border: 0;
	inset: 0;
	padding: 0;
	position: absolute;
}

.awi-config-modal-dialog {
	background: #f4f6f8;
	border-radius: 12px;
	box-shadow: 0 24px 70px rgba(15, 23, 42, .28);
	display: flex;
	flex-direction: column;
	height: 80vh;
	margin: 0 auto;
	max-width: 1100px;
	overflow: hidden;
	position: relative;
}

.awi-config-modal-head {
	align-items: center;
	background: #fff;
	border-bottom: 1px solid #e5e7eb;
	display: flex;
	flex: 0 0 auto;
	justify-content: space-between;
	min-height: 58px;
	padding: 0 20px;
}

.awi-config-modal-head h2 {
	font-size: 18px;
	margin: 0;
}

.awi-config-modal-head button {
	background: transparent;
	border: 0;
	color: #475569;
	cursor: pointer;
	font-size: 32px;
	line-height: 1;
	padding: 4px 8px;
}

.awi-config-modal iframe {
	background: #f4f6f8;
	border: 0;
	flex: 1 1 auto;
	min-height: 0;
	width: 100%;
}

.awi-config-modal-foot {
	background: #fff;
	border-top: 1px solid #e5e7eb;
	display: flex;
	flex: 0 0 auto;
	justify-content: center;
	padding: 12px 20px;
}

.awi-config-modal-foot button {
	background: #1f2937;
	border: 1px solid #1f2937;
	border-radius: 4px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	font-weight: 800;
	height: 38px;
	min-width: 88px;
	padding: 0 18px;
}

.awi-config-modal-foot button:hover,
.awi-config-modal-foot button:focus-visible {
	background: #111827;
	outline: 0;
}

html.awi-config-modal-open {
	overflow: hidden;
}

.awi-list-keep-link {
	align-items: center;
	background: #eef8ef;
	border: 1px solid #d7efdb;
	border-radius: 6px;
	box-sizing: border-box;
	color: #111827;
	display: inline-flex;
	font-size: 14px;
	font-weight: 900;
	height: 44px;
	justify-content: center;
	padding: 0 16px;
	white-space: nowrap;
}

.awi-list-keep-link-mobile {
	display: none;
}

.awi-grid-list {
	display: grid;
	gap: 34px 24px;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, var(--awi-thumb-width, 300px)), 1fr));
}

.awi-work-card {
	min-width: 0;
}

.awi-work-image {
	align-items: center;
	aspect-ratio: var(--awi-thumb-ratio, 1 / 1);
	background: #f4f6f8;
	border-radius: 6px;
	display: flex;
	justify-content: center;
	overflow: hidden;
}

.awi-work-card.has-required-info-issues .awi-work-image,
.awi-detail-gallery.has-required-info-issues .awi-detail-main-frame {
	box-shadow: 0 0 0 2px rgba(239, 68, 68, .5), 0 0 18px rgba(239, 68, 68, .72);
}

.awi-required-info-notice {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin: 0 0 9px;
}

.awi-required-info-notice span {
	background: rgba(255, 241, 237, .96);
	border: 1px solid #ee9a86;
	border-radius: 999px;
	box-shadow: 0 0 8px rgba(238, 98, 70, .22);
	color: #a93e2c;
	font-size: 11px;
	font-weight: 700;
	line-height: 1;
	padding: 5px 8px;
}

.awi-required-info-detail {
	margin-bottom: 18px;
}

.has-required-info-warning {
	color: #b74835 !important;
	text-shadow: 0 0 8px rgba(238, 98, 70, .22);
}

.awi-work-image img {
	height: 100%;
	object-fit: cover;
	transition: transform .28s ease;
	width: 100%;
}

.awi-work-card:hover .awi-work-image img {
	transform: scale(1.04);
}

.awi-work-card.is-detail-disabled .awi-work-image,
.awi-work-title.is-disabled {
	cursor: default;
}

.awi-work-image span,
.awi-detail-empty {
	color: #94a3b8;
	font-size: 13px;
	font-weight: 700;
}

.awi-work-meta {
	padding-top: 14px;
}

.awi-work-category,
.awi-work-code,
.awi-work-year,
.awi-work-material {
	color: #64748b;
	display: block;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.45;
	margin-bottom: 4px;
}

.awi-work-code {
	color: #475569;
}

.awi-work-material {
	font-weight: 600;
	margin-top: 6px;
}

.awi-work-title {
	display: block;
	font-size: 17px;
	font-weight: 800;
	line-height: 1.45;
	margin-top: 6px;
}

.awi-work-spec {
	color: #6b7280;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 8px;
	margin-top: 8px;
}

.awi-work-bottom {
	align-items: center;
	display: flex;
	gap: 10px;
	justify-content: space-between;
	margin-top: 12px;
}

.awi-work-bottom-keep-only {
	justify-content: flex-end;
}

.awi-work-bottom strong {
	font-size: 13px;
}

.awi-work-actions {
	align-items: center;
	display: flex;
	gap: 8px;
	justify-content: flex-end;
}

.awi-work-actions span {
	background: #eef8ef;
	border-radius: 4px;
	color: #17803a;
	font-size: 13px;
	font-weight: 700;
	padding: 6px 8px;
}

.awi-status-badge {
	align-items: center;
	background: #eef8ef;
	border-radius: 4px;
	color: #17803a;
	display: inline-flex;
	font-size: 13px;
	font-weight: 700;
	justify-content: center;
	line-height: 1;
	padding: 6px 8px;
}

.awi-status-badge.awi-status-SOLD,
.awi-work-actions .awi-status-badge.awi-status-SOLD,
.awi-work-bottom .awi-status-badge.awi-status-SOLD,
.awi-spec-list .awi-status-badge.awi-status-SOLD {
	background: #fde7c8;
	color: #9a4f14;
}

.awi-status-badge.awi-status-DAMAGED,
.awi-work-actions .awi-status-badge.awi-status-DAMAGED,
.awi-work-bottom .awi-status-badge.awi-status-DAMAGED,
.awi-spec-list .awi-status-badge.awi-status-DAMAGED {
	background: #f4e8aa;
	color: #7a6418;
}

.awi-status-badge.awi-status-DISCARDED,
.awi-work-actions .awi-status-badge.awi-status-DISCARDED,
.awi-work-bottom .awi-status-badge.awi-status-DISCARDED,
.awi-spec-list .awi-status-badge.awi-status-DISCARDED {
	background: #f5b8bd;
	color: #7f1d1d;
}

.awi-card-keep-btn {
	align-items: center;
	background: #fff;
	border: 1px solid #d4dae3;
	border-radius: 4px;
	color: #111827;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 13px;
	font-weight: 900;
	justify-content: center;
	line-height: normal;
	padding: 6px 8px;
	white-space: nowrap;
}

.awi-card-keep-btn.is-kept {
	background: #2B8A3E;
	border-color: #2B8A3E;
	color: #fff;
}

.awi-empty {
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	color: #64748b;
	grid-column: 1 / -1;
	padding: 42px;
	text-align: center;
}

.awi-pagination {
	display: flex;
	gap: 8px;
	justify-content: center;
	margin-top: 42px;
}

.awi-pagination a {
	align-items: center;
	border: 1px solid #d9dee6;
	border-radius: 4px;
	color: #475569;
	display: inline-flex;
	font-size: 14px;
	font-weight: 700;
	height: 34px;
	justify-content: center;
	min-width: 34px;
	padding: 0 10px;
}

.awi-pagination a.is-active {
	background: #111827;
	border-color: #111827;
	color: #fff;
}

.awi-empty-page a {
	color: #d9484e;
	display: block;
	font-weight: 700;
	margin-top: 12px;
}

.awi-permission {
	align-items: center;
	border: 1px solid #e2e8f0;
	border-radius: 8px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 92px auto;
	max-width: 520px;
	min-height: 220px;
	padding: 42px 30px;
	text-align: center;
}

.awi-permission h1 {
	color: #ef4444;
	font-size: 24px;
	letter-spacing: 0;
	margin: 0 0 12px;
}

.awi-permission p {
	color: #64748b;
	font-size: 15px;
	margin: 0;
}

.awi-detail-breadcrumb {
	align-items: center;
	color: #64748b;
	display: flex;
	flex-wrap: wrap;
	font-size: 13px;
	gap: 10px;
	margin: 34px 0 26px;
	padding: 10px 14px;
	border-radius: 8px;
	background: #f8fafc;
}

.awi-detail-breadcrumb a {
	color: #64748b;
}

.awi-detail-breadcrumb strong {
	color: #64748b;
	font-weight: 700;
}

.awi-detail-breadcrumb .awi-breadcrumb-home { display: inline-flex; color: #5b45b9; }
.awi-detail-breadcrumb .awi-breadcrumb-home svg { width: 16px; height: 16px; fill: currentColor; stroke: currentColor; stroke-width: 1.5; }
.awi-detail-breadcrumb .awi-breadcrumb-separator { color: #64748b; font-size: 20px; font-weight: 300; line-height: 1; }

.awi-detail {
	display: grid;
	gap: 48px;
	grid-template-columns: minmax(420px, 0.82fr) minmax(360px, 1fr);
}

.awi-detail-product {
	align-items: start;
	margin-bottom: 72px;
}

.awi-detail-gallery {
	min-width: 0;
}

.awi-detail-main-frame {
	aspect-ratio: 1 / 1;
	background: #f4f6f8;
	border-radius: 4px;
	overflow: hidden;
}

.awi-detail-main,
.awi-detail-empty {
	aspect-ratio: 1 / 1;
	background: #f4f6f8;
	border-radius: 4px;
	display: flex;
	object-fit: cover;
	width: 100%;
}

.awi-detail-main-frame .awi-detail-main {
	aspect-ratio: auto;
	display: block;
	height: 100%;
	transition: transform .28s ease;
}

.awi-detail-main-frame .awi-detail-empty {
	aspect-ratio: auto;
	height: 100%;
}

.awi-detail-main-frame:hover .awi-detail-main {
	transform: scale(1.04);
}

.awi-detail-empty {
	align-items: center;
	justify-content: center;
}

.awi-detail-thumbs {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(6, 1fr);
	margin-top: 12px;
}

.awi-detail-thumbs button {
	background: #f4f6f8;
	border: 1px solid #e5e9ef;
	border-radius: 4px;
	cursor: pointer;
	overflow: hidden;
	padding: 0;
}

.awi-detail-thumbs button.is-active {
	border-color: #111827;
}

.awi-detail-thumbs img {
	aspect-ratio: 1 / 1;
	border: 0;
	display: block;
	object-fit: cover;
	transition: transform .24s ease;
	width: 100%;
}

.awi-detail-thumbs button:hover img {
	transform: scale(1.06);
}

.awi-detail-info {
	padding-top: 18px;
}

.awi-detail-keep-actions {
	display: flex;
	gap: 8px;
	justify-content: flex-end;
	margin-bottom: 16px;
}

.awi-keep-btn,
.awi-keep-list-btn {
	align-items: center;
	background: #fff;
	border: 1px solid #d4dae3;
	border-radius: 6px;
	box-sizing: border-box;
	color: #111827;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 13px;
	font-weight: 800;
	height: 36px;
	justify-content: center;
	padding: 0 14px;
}

.awi-keep-btn.is-kept {
	background: #2B8A3E;
	border-color: #2B8A3E;
	color: #fff;
}

.awi-keep-list-btn {
	background: #eef8ef;
	border-color: #d7efdb;
	color: #17803a;
}

.awi-detail-info h1 {
	font-size: 42px;
	font-weight: 900;
	letter-spacing: 0;
	line-height: 1.2;
	margin: 0 0 18px;
}

.awi-detail-price {
	border-bottom: 1px solid #e5e7eb;
	font-size: 15px;
	font-weight: 900;
	margin-bottom: 26px;
	padding-bottom: 28px;
}

.awi-spec-list {
	display: grid;
	font-size: 15px;
	grid-template-columns: 110px minmax(0, 1fr);
	line-height: 1.55;
	margin: 0;
	row-gap: 12px;
}

.awi-spec-list dt {
	color: #475569;
	font-weight: 800;
}

.awi-spec-list dd {
	color: #111827;
	font-weight: 600;
	margin: 0;
}

.awi-detail-summary {
	color: #6B7280; 
	font-size: 13px;
	font-weight: 500;
	line-height: 1.6;
	margin-top: 24px;
	word-break: keep-all;
}

.awi-detail-custom-fields {
	margin-top: 24px;
}

.awi-detail-tabs {
	align-items: flex-end;
	border-bottom: 1px solid #e5e7eb;
	display: flex;
	gap: 28px;
	margin-top: 0;
}

.awi-detail-tabs a {
	color: #64748b;
	display: inline-flex;
	font-size: 16px;
	font-weight: 800;
	padding: 0 26px 18px;
	position: relative;
}

.awi-detail-tabs a.is-active {
	color: #111827;
}

.awi-detail-tabs a.is-active::after {
	background: #111827;
	bottom: -1px;
	content: "";
	height: 2px;
	left: 0;
	position: absolute;
	right: 0;
}

.awi-detail-tabs strong {
	color: #2563eb;
	margin-left: 4px;
}

.awi-description {
	border-bottom: 2px solid #111827;
	margin-top: 0;
	min-height: 76px;
	padding: 28px 0 44px;
}

.awi-description img {
	height: auto;
	max-width: 100%;
}

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

.awi-coa-notice-message p {
	color: #475569;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.55;
	margin: 0 0 6px;
}

.awi-coa-notice-message p:last-child {
	margin-bottom: 0;
}

.awi-coa-existing-file {
	background: #f8fafc;
	border: 1px solid #e5e9ef;
	border-radius: 6px;
	margin-top: 14px;
	padding: 12px;
}

.awi-coa-existing-file span {
	color: #64748b;
	display: block;
	font-size: 12px;
	font-weight: 800;
	margin-bottom: 6px;
}

.awi-coa-existing-file strong {
	color: #111827;
	display: block;
	font-size: 13px;
	font-weight: 900;
	line-height: 1.4;
	overflow-wrap: anywhere;
}

.awi-coa-delete-btn {
	border-color: #f1b8b8;
	color: #c94d4d;
}

@media (max-width: 760px) {
	.awi-store {
		padding: 20px;
	}

	.awi-store-head {
		align-items: stretch;
		flex-direction: column;
	}

	.awi-search {
		max-width: none;
		width: 100%;
	}

	.awi-categories {
		gap: 18px;
		margin-left: -20px;
		margin-right: -20px;
		padding-left: 20px;
		padding-right: 20px;
	}

	.awi-cat-dropdown {
		left: 0;
		transform: none;
	}

	.awi-list-head {
		align-items: stretch;
		flex-direction: column;
		gap: 18px;
	}

	.awi-status-filter,
	.awi-status-filter select {
		width: 100%;
	}

	.awi-list-tools {
		align-items: stretch;
		flex-direction: column;
	}

	.awi-list-keep-link-desktop {
		width: 100%;
	}

	.awi-grid-list {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.awi-detail {
		grid-template-columns: 1fr;
	}

	.awi-detail-info {
		padding-top: 0;
	}

	.awi-detail-info h1 {
		font-size: 32px;
	}

	.awi-detail-price {
		font-size: 15px;
	}

	.awi-detail-tabs a {
		padding-left: 8px;
		padding-right: 8px;
	}
}

@media (max-width: 480px) {
	.awi-grid-list {
		grid-template-columns: 1fr;
	}
}


.awi-memo-section {
	padding: 28px 0 44px;
}

.awi-memo-write {
	margin-bottom: 34px;
}

.awi-memo-box {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	overflow: hidden;
	background: #fff;
}

.awi-memo-box textarea {
	width: 100%;
	min-height: 80px;
	border: 0;
	padding: 16px 20px;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 15px;
	resize: vertical;
	outline: none;
	color: #111827;
}

.awi-memo-box textarea::placeholder {
	color: #9ca3af;
}

.awi-memo-controls {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 12px 16px;
	background: #fff;
	border-top: 1px solid #f3f4f6;
}

.awi-memo-photo-btn {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	color: #4b5563;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
	padding: 8px 12px;
	border: 1px solid #d1d5db;
	border-radius: 6px;
	background: #fff;
	transition: background .2s;
}

.awi-memo-photo-btn:hover {
	background: #f9fafb;
}

.awi-memo-photo-btn input {
	display: none;
}

.awi-memo-submit-btn {
	background: #3b82f6; 
	color: #fff;
	border: 0;
	border-radius: 6px;
	padding: 10px 24px;
	font-size: 14px;
	font-weight: 700;
	cursor: pointer;
	transition: background .2s;
}

.awi-memo-submit-btn:hover {
	background: #2563eb;
}


.awi-memo-preview {
	display: flex;
	align-items: flex-start;
	gap: 8px;
	margin-top: 12px;
}

.awi-memo-preview img {
	height: 64px;
	border-radius: 6px;
	border: 1px solid #e5e7eb;
	object-fit: cover;
}

.awi-memo-preview button {
	background: #ef4444;
	color: #fff;
	border: 0;
	border-radius: 50%;
	width: 20px;
	height: 20px;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
}

.awi-memo-list {
	border-top: 1px solid #111827;
	padding-top: 24px;
}

.awi-memo-image-thumb {
	background: none;
	border: 0;
	cursor: pointer;
	display: inline-block;
	padding: 0;
	text-align: left;
}

.awi-memo-image-thumb img {
	display: block;
	transition: filter .15s ease, transform .15s ease;
}

.awi-memo-image-thumb:hover img,
.awi-memo-image-thumb:focus-visible img {
	filter: brightness(.96);
	transform: translateY(-1px);
}

.awi-memo-image-modal[hidden] {
	display: none !important;
}

.awi-memo-image-modal {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 32px;
	position: fixed;
	z-index: 10050;
}

.awi-memo-image-backdrop {
	background: rgba(15, 23, 42, .58);
	inset: 0;
	position: absolute;
}

.awi-memo-image-dialog {
	background: #fff;
	border: 1px solid #dbe1e8;
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(15, 23, 42, .28);
	box-sizing: border-box;
	max-height: 90vh;
	max-width: min(90vw, 960px);
	padding: 46px 16px 16px;
	position: relative;
	z-index: 1;
}

.awi-memo-image-dialog:focus {
	outline: 0;
}

.awi-memo-image-dialog img {
	display: block;
	max-height: calc(90vh - 72px);
	max-width: 100%;
	object-fit: contain;
}

.awi-memo-image-close {
	align-items: center;
	background: #fff;
	border: 1px solid #d4dae3;
	border-radius: 4px;
	box-sizing: border-box;
	color: #111827;
	cursor: pointer;
	display: inline-flex;
	font-size: 12px;
	font-weight: 800;
	height: 30px;
	justify-content: center;
	padding: 0 10px;
	position: absolute;
	right: 16px;
	top: 10px;
}

.awi-memo-image-close:hover {
	background: #f8fafc;
}

body.awi-modal-open {
	overflow: hidden;
}

@media (max-width: 768px) {
	.awi-memo-image-modal {
		padding: 16px;
	}

	.awi-memo-image-dialog {
		max-width: 94vw;
		padding-left: 10px;
		padding-right: 10px;
	}
}

.awi-keep-title {
	padding: 40px 0 28px;
	text-align: center;
}

.awi-keep-title h1 {
	font-size: 30px;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0;
}

.awi-keep-title p {
	color: #64748b;
	font-size: 14px;
	font-weight: 700;
	margin: 8px 0 0;
}

.awi-keep-manager {
	background: #fff;
	border: 1px solid #e5e9ef;
	border-radius: 8px;
	margin-bottom: 34px;
	padding: 20px;
}

.awi-keep-manager-top {
	align-items: center;
	border-bottom: 1px solid #edf1f5;
	display: flex;
	gap: 16px;
	justify-content: space-between;
	margin-bottom: 18px;
	padding-bottom: 16px;
}

.awi-keep-manager-top h2 {
	font-size: 18px;
	font-weight: 900;
	letter-spacing: 0;
	margin: 0;
}

.awi-keep-manager-top p {
	color: #64748b;
	font-size: 13px;
	font-weight: 600;
	margin: 5px 0 0;
}

.awi-keep-pdf-btn {
	background: #111827;
	border: 1px solid #111827;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	font-weight: 900;
	height: 40px;
	padding: 0 18px;
	white-space: nowrap;
}

.awi-keep-manager-top .awi-keep-pdf-btn {
	background: #a8c4a9;
	border-color: #a8c4a9;
	border-radius: 999px;
	font-size: 15px !important;
	height: 44px;
}

.awi-keep-manager-buttons {
	display: flex;
	gap: 10px;
}

.awi-keep-save-row,
.awi-keep-add-row {
	align-items: end;
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) auto;
	margin-top: 12px;
	max-width: 620px;
}

.awi-keep-memo-row {
	margin-top: 12px;
	max-width: 620px;
}

.awi-keep-memo-row label {
	color: #334155;
	display: block;
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 7px;
}

.awi-keep-memo-row textarea,
.awi-keep-saved-edit textarea {
	border: 1px solid #d4dae3;
	border-radius: 5px;
	box-sizing: border-box;
	font: inherit;
	font-size: 13px;
	line-height: 1.5;
	padding: 9px 12px;
	resize: vertical;
	width: 100%;
}

.awi-keep-add-row {
	margin-top: 22px;
}

.awi-keep-manager-grid {
	display: grid;
	gap: 30px;
	grid-template-columns: minmax(0, 1.2fr) minmax(320px, .8fr);
	margin-top: 12px;
}

.awi-keep-manager-panel {
	min-width: 0;
}

.awi-keep-manager-add-panel {
	border-left: 1px solid #e5eaf0;
	padding-left: 30px;
}

.awi-keep-manager-panel .awi-keep-save-row,
.awi-keep-manager-panel .awi-keep-add-row,
.awi-keep-manager-panel .awi-keep-memo-row {
	margin-top: 0;
	max-width: none;
}

.awi-keep-manager-panel .awi-keep-memo-row {
	margin-top: 12px;
}

.awi-keep-manager-add-panel .awi-keep-add-row {
	grid-template-columns: minmax(0, 1fr) auto;
}

.awi-keep-manager-grid input,
.awi-keep-manager-grid select,
.awi-keep-manager-grid textarea {
	max-width: none;
	width: 100%;
}

@media (max-width: 920px) {
	.awi-keep-manager-grid {
		gap: 22px;
		grid-template-columns: 1fr;
	}

	.awi-keep-manager-add-panel {
		border-left: 0;
		border-top: 1px solid #e5eaf0;
		padding-left: 0;
		padding-top: 20px;
	}
}

.awi-keep-save-field label {
	color: #334155;
	display: block;
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 7px;
}

.awi-keep-save-field input,
.awi-keep-save-field select {
	background: #fff;
	border: 1px solid #d4dae3;
	border-radius: 5px;
	box-sizing: border-box;
	color: #111827;
	font: inherit;
	font-size: 14px;
	height: 40px;
	padding: 0 12px;
	width: 100%;
}

.awi-keep-outline-btn {
	background: #fff;
	border: 1px solid #111827;
	border-radius: 5px;
	color: #111827;
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	font-weight: 900;
	height: 40px;
	padding: 0 16px;
	white-space: nowrap;
}

[data-awi-save-current],
[data-awi-add-to-saved] {
	background: #31569b;
	border-color: #31569b;
	box-shadow: 0 4px 10px rgba(49, 86, 155, .28);
	color: #fff;
}

[data-awi-save-current]:hover,
[data-awi-add-to-saved]:hover {
	background: #284a89;
	border-color: #284a89;
}

.awi-keep-saved-head {
	align-items: center;
	border-top: 1px solid #edf1f5;
	display: grid;
	gap: 10px;
	grid-template-columns: minmax(0, 1fr) auto auto;
	margin-top: 20px;
	padding-top: 16px;
}

.awi-keep-saved-head strong {
	font-size: 13px;
	font-weight: 500;
}

.awi-keep-saved-head span {
	color: #64748b;
	font-size: 13px;
	font-weight: 800;
}

.awi-keep-saved-toggle {
	background: #fff;
	border: 1px solid #bae6fd;
	border-radius: 4px;
	color: #0284c7;
	cursor: pointer;
	font: inherit;
	font-size: 12px;
	font-weight: 800;
	height: 30px;
	line-height: 1;
	padding: 0 10px;
	white-space: nowrap;
}

.awi-keep-saved-toggle:hover,
.awi-keep-saved-toggle:focus-visible {
	background: #f0f9ff;
	border-color: #7dd3fc;
	color: #0369a1;
	outline: 0;
}

.awi-keep-saved-grid {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	margin-top: 12px;
	max-height: var(--awi-keep-saved-three-rows, 390px);
	overflow-y: auto;
	overscroll-behavior: contain;
	padding-right: 4px;
	scrollbar-gutter: stable;
}

.awi-keep-saved-grid[hidden] {
	display: none;
}

.awi-keep-saved-card {
	border: 1px solid #e5e9ef;
	border-radius: 7px;
	padding: 14px;
}

.awi-keep-saved-title {
	background: transparent;
	border: 0;
	color: #111827;
	cursor: pointer;
	display: block;
	font: inherit;
	font-size: 13px;
	font-weight: 500;
	letter-spacing: 0;
	overflow: hidden;
	padding: 0;
	text-align: left;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 100%;
}

.awi-keep-saved-title:hover {
	color: #d9484e;
}

.awi-keep-saved-meta {
	align-items: center;
	color: #64748b;
	display: flex;
	font-size: 12px;
	font-weight: 700;
	gap: 8px;
	justify-content: space-between;
	margin-top: 8px;
}

.awi-keep-saved-meta > div {
	align-items: center;
	display: flex;
	gap: 7px;
}

.awi-keep-memo-badge {
	background: #d9a35f;
	border: 0;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-size: 10px;
	font-weight: 800;
	line-height: 1;
	padding: 5px 7px;
}

.awi-keep-saved-memo {
	color: #475569;
	font-size: 13px;
	line-height: 1.55;
	margin: 7px 0 0;
	white-space: pre-wrap;
}

.awi-keep-saved-meta em {
	color: #94a3b8;
	font-style: normal;
}

.awi-keep-saved-edit {
	display: grid;
	gap: 7px;
	grid-template-columns: minmax(0, 1fr) auto auto;
	margin-top: 12px;
}

.awi-keep-saved-edit textarea {
	grid-column: 1 / -1;
}

.awi-keep-saved-edit input {
	border: 1px solid #d4dae3;
	border-radius: 4px;
	box-sizing: border-box;
	font: inherit;
	font-size: 13px;
	height: 34px;
	min-width: 0;
	padding: 0 9px;
}

.awi-keep-saved-edit button {
	background: #fff;
	border: 1px solid #d4dae3;
	border-radius: 4px;
	color: #334155;
	cursor: pointer;
	font: inherit;
	font-size: 12px;
	font-weight: 900;
	padding: 0 9px;
}

.awi-keep-saved-edit button:last-child {
	border-color: #f0c7cb;
	color: #d9484e;
}

.awi-keep-saved-actions {
	display: flex;
	gap: 7px;
	margin-top: 12px;
}

.awi-keep-saved-actions button {
	align-items: center;
	background: #fff;
	border: 1px solid #dbe1e8;
	border-radius: 4px;
	box-sizing: border-box;
	color: #374151;
	cursor: pointer;
	display: inline-flex;
	font: inherit;
	font-size: 12px;
	font-weight: 800;
	height: 30px;
	justify-content: center;
	line-height: 1;
	padding: 0 10px;
	text-decoration: none;
}

.awi-keep-saved-actions button:last-child {
	border-color: #fecaca;
	color: #dc4c52;
}

.awi-keep-saved-actions button:first-child:hover,
.awi-keep-saved-actions button:first-child:focus {
	background: #f8fafc;
	text-decoration: none;
}

.awi-keep-saved-actions button:last-child:hover,
.awi-keep-saved-actions button:last-child:focus {
	background: #fff5f5;
	text-decoration: none;
}

.awi-keep-list-modal[hidden] {
	display: none;
}

.awi-keep-list-modal {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 16px;
	position: fixed;
	z-index: 10030;
}

.awi-keep-list-backdrop {
	background: rgba(15, 23, 42, .58);
	inset: 0;
	position: absolute;
}

.awi-keep-list-dialog {
	background: #fff;
	border-radius: 12px;
	box-shadow: 0 22px 60px rgba(15, 23, 42, .28);
	max-width: 520px;
	max-height: calc(100vh - 32px);
	overflow-y: auto;
	position: relative;
	width: 100%;
	z-index: 1;
}

.awi-keep-list-dialog-head {
	align-items: center;
	border-bottom: 1px solid #e5e7eb;
	display: flex;
	justify-content: space-between;
	padding: 16px 20px;
}

.awi-keep-list-dialog-head h3 { font-size: 18px; margin: 0; }
.awi-keep-list-dialog-head button { background: transparent; border: 0; color: #64748b; cursor: pointer; font-size: 24px; }
.awi-keep-list-memo-content { color: #334155; line-height: 1.7; max-height: 50vh; overflow: auto; padding: 20px; white-space: pre-wrap; }
.awi-keep-list-edit-fields { display: grid; gap: 14px; padding: 20px; }
.awi-keep-list-edit-fields label span { color: #334155; display: block; font-size: 13px; font-weight: 800; margin-bottom: 7px; }
.awi-keep-list-edit-fields input,
.awi-keep-list-edit-fields textarea { border: 1px solid #d4dae3; border-radius: 5px; box-sizing: border-box; font: inherit; padding: 10px 12px; width: 100%; }
.awi-keep-list-edit-fields textarea { line-height: 1.55; resize: vertical; }
.awi-keep-edit-items-field > span { color: #334155; display: block; font-size: 13px; font-weight: 800; margin-bottom: 4px; }
.awi-keep-edit-items-field > p { color: #64748b; font-size: 12px; line-height: 1.5; margin: 0 0 8px; }
.awi-keep-edit-items { border: 1px solid #d4dae3; border-radius: 7px; max-height: 240px; overflow-y: auto; }
.awi-keep-edit-item { align-items: center; border-bottom: 1px solid #edf0f4; cursor: pointer; display: flex; gap: 10px; padding: 9px 10px; }
.awi-keep-edit-item:last-child { border-bottom: 0; }
.awi-keep-edit-item:hover { background: #f8fafc; }
.awi-keep-edit-item > input { accent-color: #2563eb; flex: 0 0 auto; height: 16px; margin: 0; width: 16px; }
.awi-keep-edit-item > img { border-radius: 5px; flex: 0 0 40px; height: 40px; object-fit: cover; width: 40px; }
.awi-keep-edit-item > span { display: grid; gap: 3px; min-width: 0; }
.awi-keep-edit-item strong { color: #172033; font-size: 13px; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
.awi-keep-edit-item small { color: #64748b; font-size: 11px; }
.awi-keep-list-dialog-actions { border-top: 1px solid #e5e7eb; display: flex; gap: 8px; justify-content: flex-end; padding: 14px 20px 18px; }

.awi-keep-saved-empty {
	border: 1px dashed #d4dae3;
	border-radius: 7px;
	color: #64748b;
	font-size: 14px;
	font-weight: 700;
	grid-column: 1 / -1;
	padding: 24px;
	text-align: center;
}

.awi-keep-grid {
	gap: 30px 22px;
	grid-template-columns: repeat(auto-fill, minmax(min(100%, calc(var(--awi-thumb-width, 300px) * .7)), 1fr));
}

.awi-keep-card .awi-work-meta {
	padding-top: 10px;
}

.awi-keep-card .awi-work-code,
.awi-keep-card .awi-work-year,
.awi-keep-card .awi-work-material {
	font-size: 12px;
	line-height: 1.35;
	margin-bottom: 3px;
}

.awi-keep-card .awi-work-title {
	font-size: 15px;
	line-height: 1.35;
	margin-top: 5px;
}

.awi-keep-card .awi-work-spec {
	font-size: 12px;
	gap: 6px;
	margin-top: 6px;
}

.awi-keep-card .awi-work-bottom {
	margin-top: 10px;
}

.awi-keep-card .awi-work-bottom strong {
	font-size: 16px;
}

.awi-keep-card .awi-work-bottom span {
	font-size: 12px;
	padding: 5px 7px;
}

.awi-keep-select-btn {
	cursor: pointer;
	display: block;
	margin-top: 12px;
}

.awi-keep-select-btn input {
	position: absolute;
	opacity: 0;
	pointer-events: none;
}

.awi-keep-select-btn span {
	align-items: center;
	background: #fff;
	border: 1px solid #d4dae3;
	border-radius: 5px;
	color: #334155;
	display: flex;
	font-size: 13px;
	font-weight: 800;
	height: 34px;
	justify-content: center;
}

.awi-keep-select-btn.is-selected span,
.awi-keep-select-btn input:checked + span {
	background: #2B8A3E;
	border-color: #2B8A3E;
	color: #fff;
}

.awi-keep-actions {
	align-items: center;
	background: #fff;
	border: 1px solid #e5e9ef;
	border-radius: 20px;
	box-shadow: 0 8px 24px rgba(15, 23, 42, .14);
	display: flex;
	flex-wrap: wrap;
	gap: 16px;
	justify-content: space-between;
	margin-top: 40px;
	padding: 16px 20px;
}

.awi-keep-all {
	align-items: center;
	color: #334155;
	display: inline-flex;
	font-size: 14px;
	font-weight: 800;
	gap: 8px;
}

.awi-keep-status-control {
	align-items: end;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.awi-keep-status-control label {
	align-self: center;
	color: #334155;
	font-size: 13px;
	font-weight: 800;
}

.awi-keep-status-control select {
	background: #fff;
	border: 1px solid #d4dae3;
	border-radius: 4px;
	color: #111827;
	font: inherit;
	font-size: 15px;
	height: 40px;
	min-width: 170px;
	padding: 0 12px;
}

.awi-keep-apply-btn {
	background: #31569b;
	border: 1px solid #31569b;
	border-radius: 8px;
	box-shadow: 0 4px 10px rgba(49, 86, 155, .24);
	color: #fff;
	cursor: pointer;
	font: inherit;
	font-size: 14px;
	font-weight: 800;
	height: 40px;
	padding: 0 16px;
}

.awi-keep-clear-btn,
.awi-keep-remove-btn {
	background: #fff;
	border: 1px solid #f0c7cb;
	border-radius: 4px;
	color: #d9484e;
	cursor: pointer;
	font: inherit;
	font-size: 13px;
	font-weight: 900;
}

.awi-keep-clear-btn {
	border-color: #e1b8b2;
	border-radius: 8px;
	color: #9f4138;
	height: 40px;
	padding: 0 14px;
}

.awi-keep-remove-btn {
	background: transparent;
	border: 0;
	color: #334155;
	font-weight: 700;
	margin-top: 8px;
	min-height: 32px;
	padding: 0;
	text-align: center;
	width: 100%;
}

.awi-keep-remove-btn:hover {
	color: #31569b;
}

.awi-pdf-modal[hidden] {
	display: none;
}

.awi-pdf-modal {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	padding: 24px;
	position: fixed;
	z-index: 1000;
}

.awi-pdf-backdrop {
	background: rgba(15, 23, 42, .5);
	inset: 0;
	position: absolute;
}

.awi-pdf-dialog {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 24px 70px rgba(15, 23, 42, .28);
	box-sizing: border-box;
	max-height: calc(100vh - 40px);
	max-width: 520px;
	overflow-y: auto;
	position: relative;
	width: min(100%, 520px);
}

.awi-pdf-head {
	align-items: center;
	border-bottom: 1px solid #e5e9ef;
	display: flex;
	justify-content: space-between;
	padding: 12px 20px;
}

.awi-pdf-head h3 {
	font-size: 18px;
	font-weight: 900;
	margin: 0;
}

.awi-pdf-close {
	background: transparent;
	border: 0;
	color: #64748b;
	cursor: pointer;
	font: inherit;
	font-size: 24px;
	height: 32px;
	line-height: 1;
	width: 32px;
}

.awi-pdf-hint {
	color: #94a3b8;
	font-size: 12px;
	line-height: 1.4;
	margin: 0;
	padding: 8px 20px 0;
}

.awi-pdf-body {
	padding: 20px;
}

.awi-pdf-checks {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(3, minmax(0, 1fr));
}

.awi-pdf-checks label {
	align-items: center;
	border: 1px solid #d4dae3;
	border-radius: 6px;
	color: #334155;
	display: flex;
	font-size: 14px;
	font-weight: 800;
	gap: 8px;
	min-height: 36px;
	padding: 0 12px;
}

.awi-pdf-field-checks {
	align-items: center;
	color: #94a3b8;
	display: flex;
	flex-wrap: wrap;
	font-size: 12px;
	font-weight: 700;
	gap: 8px 12px;
	justify-content: center;
	line-height: 1.4;
	margin-top: 10px;
}

.awi-pdf-field-checks label {
	align-items: center;
	display: inline-flex;
	gap: 4px;
	white-space: nowrap;
}

.awi-pdf-field-checks input {
	margin: 0;
}

.awi-pdf-cover-fields {
	display: grid;
	gap: 12px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-top: 18px;
}

.awi-pdf-cover-fields[hidden] {
	display: none;
}

.awi-pdf-cover-fields span {
	color: #334155;
	display: block;
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 7px;
}

.awi-pdf-cover-fields input {
	border: 1px solid #d4dae3;
	border-radius: 5px;
	box-sizing: border-box;
	font: inherit;
	height: 40px;
	padding: 0 12px;
	width: 100%;
}

.awi-pdf-cover-fields .awi-pdf-floating-field,
.awi-pdf-cover-fields .awi-pdf-date-field {
	position: relative;
	min-width: 0;
}

.awi-pdf-cover-fields .awi-pdf-floating-field input,
.awi-pdf-cover-fields .awi-pdf-date-field input[type="date"] {
	box-sizing: border-box;
	min-width: 0;
	max-width: 100%;
	width: 100%;
	height: 40px;
	min-height: 40px;
	padding: 9px 14px 5px;
	border: 1px solid #b9bec7;
	border-radius: 10px;
	background: #f8fafc;
	font: inherit;
	font-size: 16px;
}

.awi-pdf-cover-fields .awi-pdf-floating-field > span,
.awi-pdf-cover-fields .awi-pdf-date-field > span {
	position: absolute;
	top: -7px;
	left: 12px;
	z-index: 2;
	width: auto;
	margin: 0;
	padding: 0 5px;
	background: #fff;
	color: #3182f6;
	font-size: 12px;
	font-weight: 400;
	line-height: 14px;
	pointer-events: none;
}

.awi-pdf-cover-fields .awi-pdf-floating-field > span {
	opacity: 0;
}

.awi-pdf-cover-fields .awi-pdf-floating-field input:focus {
	border: 2px solid #3182f6;
	outline: none;
}

.awi-pdf-cover-fields .awi-pdf-floating-field input:focus::placeholder {
	color: transparent;
}

.awi-pdf-cover-fields .awi-pdf-floating-field input:focus + span,
.awi-pdf-cover-fields .awi-pdf-floating-field input:not(:placeholder-shown) + span {
	opacity: 1;
}

.awi-pdf-cover-fields .awi-pdf-date-field input[type="date"] {
	-webkit-appearance: none;
	appearance: none;
	display: block;
	padding: 8px 44px 5px 14px;
}

.awi-pdf-cover-fields .awi-pdf-date-field input[type="date"]:focus {
	border: 2px solid #3182f6;
	outline: none;
}

.awi-pdf-cover-fields .awi-pdf-date-field::before {
	content: '';
	position: absolute;
	top: 4px;
	right: 6px;
	z-index: 1;
	width: 32px;
	height: 32px;
	border-radius: 50%;
	background: #eef0f2;
	pointer-events: none;
}

.awi-pdf-cover-fields .awi-pdf-date-field::after {
	content: '';
	position: absolute;
	top: 12px;
	right: 15px;
	z-index: 2;
	width: 14px;
	height: 14px;
	border: 2px solid #73777d;
	border-radius: 2px;
	box-shadow: inset 0 3px 0 #eef0f2, inset 0 5px 0 #73777d;
	pointer-events: none;
}

.awi-pdf-cover-fields .awi-pdf-date-field input[type="date"]::-webkit-date-and-time-value {
	min-width: 0;
	text-align: left;
}

.awi-pdf-cover-fields .awi-pdf-date-field input[type="date"]::-webkit-calendar-picker-indicator {
	position: absolute;
	inset: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
	cursor: pointer;
}

.awi-pdf-wide-field {
	grid-column: 1 / -1;
}

.awi-pdf-note {
	background: #f8fafc;
	border: 1px solid #e5e9ef;
	border-radius: 6px;
	color: #475569;
	font-size: 13px;
	font-weight: 700;
	line-height: 1.5;
	margin: 10px 0 0;
	padding: 12px;
}

.awi-pdf-actions {
	align-items: center;
	border-top: 1px solid #e5e9ef;
	display: flex;
	gap: 8px;
	justify-content: flex-end;
	padding: 12px 20px;
}

@media (max-width: 760px) {
	.awi-keep-manager-top {
		align-items: stretch;
		flex-direction: column;
	}

	.awi-keep-manager-buttons {
		align-items: stretch;
		flex-direction: column;
	}

	.awi-keep-manager-buttons .awi-keep-pdf-btn {
		width: 100%;
	}

	.awi-keep-save-row,
	.awi-keep-add-row,
	.awi-keep-saved-grid,
	.awi-keep-saved-edit {
		grid-template-columns: 1fr;
	}

	.awi-keep-status-control {
		align-items: stretch;
		flex-direction: column;
		width: 100%;
	}

	.awi-keep-status-control select,
	.awi-keep-apply-btn,
	.awi-keep-clear-btn {
		width: 100%;
	}

	.awi-pdf-checks,
	.awi-pdf-cover-fields {
		grid-template-columns: 1fr;
	}
}

@media (max-width: 600px) {
	.awi-store {
		box-sizing: border-box;
		max-width: none;
		padding: 14px 14px calc(28px + env(safe-area-inset-bottom, 0px));
		width: 100%;
	}

	.awi-store-head {
		align-items: stretch;
		background: #fff;
		border-bottom: 1px solid #eef2f6;
		margin: 0 -14px;
		padding: 10px 14px;
	}

	.awi-search {
		border-color: #d9e0ea;
		border-radius: 999px;
		box-shadow: 0 8px 24px rgba(15, 23, 42, .06);
		height: 44px;
		max-width: none;
		width: 100%;
	}

	.awi-search input[type="search"] {
		font-size: 14px;
		padding: 0 14px;
	}

	.awi-search button {
		width: 46px;
	}

	.awi-search svg {
		height: 21px;
		width: 21px;
	}

	.awi-categories {
		border-bottom: 0;
		flex-wrap: nowrap;
		gap: 8px;
		margin: 8px -14px 0;
		overflow-x: auto;
		padding: 8px 14px 12px;
		scrollbar-width: none;
		-webkit-overflow-scrolling: touch;
	}

	.awi-categories::-webkit-scrollbar {
		display: none;
	}

	.awi-categories a,
	.awi-cat-top {
		font-size: 13px;
		white-space: nowrap;
	}

	.awi-cat-all,
	.awi-cat-top {
		background: #fff;
		border: 1px solid #e2e8f0;
		border-radius: 999px;
		min-height: 36px;
		padding: 8px 12px;
	}

	.awi-cat-all.is-active,
	.awi-cat-group.is-active > .awi-cat-top {
		background: #111827;
		border-color: #111827;
		color: #fff;
	}

	.awi-cat-dropdown {
		border-radius: 10px;
		max-width: calc(100vw - 28px);
	}

	.awi-list-head {
		align-items: stretch;
		gap: 12px;
		padding: 18px 0 16px;
	}

	.awi-list-head h1 {
		font-size: 25px;
		line-height: 1.18;
	}

	.awi-list-head p {
		font-size: 13px;
		margin-top: 6px;
	}

	.awi-list-title-row {
		align-items: center;
	}

	.awi-status-filter {
		background: #f8fafc;
		border: 1px solid #e5e9ef;
		border-radius: 14px;
		box-sizing: border-box;
		padding: 12px;
	}

	.awi-status-filter label {
		font-size: 12px;
	}

	.awi-status-filter select {
		border-radius: 10px;
		font-size: 15px;
		height: 44px;
		min-width: 0;
	}

	.awi-list-tools {
		background: transparent;
		border: 0;
		border-radius: 0;
		box-sizing: border-box;
		display: block;
		padding: 0;
		position: static;
	}

	.awi-list-keep-link-mobile {
		border-radius: 10px;
		display: inline-flex;
		font-size: 13px;
		height: 34px;
		padding: 0 12px;
		width: auto;
	}

	.awi-list-keep-link-desktop {
		display: none;
	}

	.awi-grid-list,
	.awi-keep-grid {
		gap: 22px 12px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.awi-work-image {
		border-radius: 10px;
	}

	.awi-work-meta,
	.awi-keep-card .awi-work-meta {
		padding-top: 9px;
	}

	.awi-work-category,
	.awi-work-code,
	.awi-work-year,
	.awi-work-material,
	.awi-keep-card .awi-work-code,
	.awi-keep-card .awi-work-year,
	.awi-keep-card .awi-work-material {
		font-size: 11px;
		line-height: 1.3;
		margin-bottom: 3px;
	}

	.awi-work-title,
	.awi-keep-card .awi-work-title {
		font-size: 15px;
		line-height: 1.25;
		margin-top: 5px;
		overflow-wrap: anywhere;
	}

	.awi-work-spec,
	.awi-keep-card .awi-work-spec {
		font-size: 11px;
		gap: 4px 6px;
		line-height: 1.35;
		margin-top: 6px;
	}

	.awi-work-bottom,
	.awi-keep-card .awi-work-bottom {
		align-items: flex-start;
		flex-direction: column;
		gap: 6px;
		margin-top: 8px;
	}

	.awi-work-actions {
		align-items: center;
		gap: 6px;
		justify-content: flex-start;
	}

	.awi-work-bottom strong,
	.awi-keep-card .awi-work-bottom strong {
		font-size: 13px;
		line-height: 1.1;
	}

	.awi-work-actions span,
	.awi-keep-card .awi-work-bottom span {
		border-radius: 999px;
		font-size: 11px;
		padding: 4px 7px;
	}

	.awi-card-keep-btn {
		border-radius: 999px;
		font-size: 11px;
		line-height: normal;
		padding: 4px 7px;
	}

	.awi-pagination {
		flex-wrap: wrap;
		margin-top: 28px;
	}

	.awi-pagination a {
		height: 38px;
		min-width: 38px;
	}

	.awi-empty {
		border-radius: 14px;
		padding: 28px 18px;
	}

	.awi-detail-breadcrumb {
		flex-wrap: nowrap;
		font-size: 12px;
		gap: 5px;
		margin: 14px -2px 12px;
		overflow-x: auto;
		padding-bottom: 2px;
		scrollbar-width: none;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
	}

	.awi-detail-breadcrumb::-webkit-scrollbar {
		display: none;
	}

	.awi-detail {
		gap: 18px;
	}

	.awi-detail-product {
		margin-bottom: 28px;
	}

	.awi-detail-main-frame,
	.awi-detail-main,
	.awi-detail-empty {
		border-radius: 14px;
	}

	.awi-detail-main-frame:hover .awi-detail-main {
		transform: none;
	}

	.awi-detail-thumbs {
		gap: 8px;
		grid-template-columns: repeat(5, minmax(0, 1fr));
		margin-top: 10px;
	}

	.awi-detail-thumbs button {
		border-radius: 10px;
	}

	.awi-detail-info {
		padding-top: 0;
	}

	.awi-detail-keep-actions {
		display: grid;
		gap: 8px;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		justify-content: stretch;
		margin: 0 0 14px;
	}

	.awi-keep-btn,
	.awi-keep-list-btn {
		border-radius: 12px;
		font-size: 14px;
		height: 44px;
		width: 100%;
	}

	.awi-detail-info h1 {
		font-size: 29px;
		line-height: 1.15;
		margin-bottom: 12px;
	}

	.awi-detail-price {
		font-size: 15px;
		margin-bottom: 16px;
		padding-bottom: 16px;
	}

	.awi-spec-list {
		background: #f8fafc;
		border: 1px solid #e8edf3;
		border-radius: 14px;
		font-size: 14px;
		grid-template-columns: 82px minmax(0, 1fr);
		line-height: 1.5;
		padding: 14px;
		row-gap: 10px;
	}

	.awi-detail-summary {
		background: #fff;
		border: 1px solid #e8edf3;
		border-radius: 14px;
		font-size: 13px;
		margin-top: 12px;
		padding: 12px 14px;
	}

	.awi-detail-tabs {
		background: #f8fafc;
		border: 1px solid #e5e9ef;
		border-radius: 14px;
		gap: 0;
		margin-top: 0;
		overflow: hidden;
	}

	.awi-detail-tabs a {
		align-items: center;
		flex: 1;
		font-size: 14px;
		justify-content: center;
		min-height: 44px;
		padding: 0 8px;
		text-align: center;
	}

	.awi-detail-tabs a.is-active {
		background: #111827;
		color: #fff;
	}

	.awi-detail-tabs a.is-active::after {
		display: none;
	}

	.awi-detail-tabs a.is-active strong {
		color: #fff;
	}

	.awi-description {
		border-bottom: 1px solid #111827;
		padding: 18px 0 30px;
	}

	.awi-description img,
	.awi-description .xe_content img {
		border-radius: 12px;
	}

	.awi-memo-section {
		padding: 18px 0 30px;
	}

	.awi-memo-write {
		margin-bottom: 24px;
	}

	.awi-memo-box {
		border-radius: 14px;
	}

	.awi-memo-box textarea {
		font-size: 15px;
		min-height: 112px;
		padding: 14px;
	}

	.awi-memo-controls {
		align-items: stretch;
		flex-direction: column;
		gap: 10px;
		padding: 12px;
	}

	.awi-memo-photo-btn,
	.awi-memo-submit-btn {
		box-sizing: border-box;
		justify-content: center;
		min-height: 44px;
		width: 100%;
	}

	.awi-memo-preview {
		flex-wrap: wrap;
	}

	.awi-memo-list {
		padding-top: 18px;
	}

	.awi-memo-item {
		padding: 16px 0 !important;
	}

	.awi-memo-item-head {
		align-items: stretch !important;
		flex-direction: column !important;
		gap: 10px !important;
	}

	.awi-memo-item-head > div:last-child {
		justify-content: flex-end !important;
	}

	.awi-memo-item-head button,
	.awi-memo-item-head form button {
		min-height: 34px !important;
		padding: 5px 12px !important;
	}

	.awi-memo-item-body {
		font-size: 15px !important;
	}

	.awi-memo-item-image img {
		height: auto !important;
		max-height: none !important;
		max-width: 100% !important;
		width: 100% !important;
	}

	.awi-keep-title {
		padding: 18px 0 16px;
		text-align: left;
	}

	.awi-keep-title h1 {
		font-size: 26px;
		line-height: 1.18;
	}

	.awi-keep-title p {
		font-size: 13px;
		margin-top: 5px;
	}

	.awi-keep-manager {
		border-radius: 16px;
		margin-bottom: 24px;
		padding: 14px;
	}

	.awi-keep-manager-top {
		gap: 12px;
		margin-bottom: 14px;
		padding-bottom: 14px;
	}

	.awi-keep-manager-top h2 {
		font-size: 17px;
	}

	.awi-keep-manager-top p {
		font-size: 12px;
		line-height: 1.45;
	}

	.awi-keep-pdf-btn,
	.awi-keep-outline-btn,
	.awi-keep-apply-btn,
	.awi-keep-clear-btn,
	.awi-keep-remove-btn {
		border-radius: 11px;
		min-height: 44px;
	}

	.awi-keep-save-row,
	.awi-keep-add-row {
		gap: 8px;
		margin-top: 12px;
		max-width: none;
	}

	.awi-keep-save-field label {
		font-size: 12px;
	}

	.awi-keep-save-field input,
	.awi-keep-save-field select {
		border-radius: 10px;
		font-size: 14px;
		height: 44px;
	}

	.awi-keep-saved-head {
		gap: 8px;
		grid-template-columns: minmax(0, 1fr) auto auto;
		margin-top: 16px;
		padding-top: 14px;
	}

	.awi-keep-saved-head strong {
		font-size: 12px;
	}

	.awi-keep-saved-title {
		font-size: 12px;
	}

	.awi-keep-saved-toggle {
		font-size: 11px;
		height: 28px;
		padding: 0 8px;
	}

	.awi-keep-saved-card,
	.awi-keep-saved-empty {
		border-radius: 12px;
	}

	.awi-keep-select-btn {
		margin-top: 10px;
	}

	.awi-keep-select-btn span {
		border-radius: 11px;
		font-size: 13px;
		height: 40px;
	}

	.awi-keep-remove-btn {
		line-height: 1.25;
		margin-top: 8px;
		padding: 0 10px;
	}

	.awi-keep-actions {
		align-items: stretch;
		background: rgba(255, 255, 255, .96);
		border: 1px solid #e5e9ef;
		border-bottom: 0;
		border-radius: 18px 18px 0 0;
		box-shadow: 0 -16px 44px rgba(15, 23, 42, .14);
		flex-direction: column;
		gap: 12px;
		margin: 28px -14px calc(-28px - env(safe-area-inset-bottom, 0px));
		padding: 12px 14px calc(12px + env(safe-area-inset-bottom, 0px));
		position: sticky;
		bottom: 0;
		z-index: 40;
	}

	.awi-keep-all {
		min-height: 34px;
	}

	.awi-keep-status-control {
		display: grid;
		gap: 8px;
		grid-template-columns: 1fr;
		width: 100%;
	}

	.awi-keep-status-control label {
		align-self: auto;
	}

	.awi-keep-status-control select {
		border-radius: 10px;
		height: 44px;
		min-width: 0;
		width: 100%;
	}

	.awi-pdf-modal {
		align-items: flex-end;
		padding: 0;
	}

	.awi-pdf-dialog {
		border-radius: 18px 18px 0 0;
		max-height: 92vh;
		max-width: none;
		width: 100%;
	}

	.awi-pdf-head {
		padding: 10px 16px;
	}

	.awi-pdf-close {
		height: 40px;
		width: 40px;
	}

	.awi-pdf-body {
		padding: 8px 16px 16px;
	}

	.awi-pdf-checks {
		gap: 8px;
		grid-template-columns: repeat(3, minmax(0, 1fr));
	}

	.awi-pdf-checks label {
		border-radius: 11px;
		font-size: 13px;
		gap: 5px;
		min-height: 38px;
		padding: 0 8px;
	}

	.awi-pdf-field-checks {
		gap: 6px 10px;
		justify-content: flex-start;
		margin-top: 8px;
	}

	.awi-pdf-cover-fields {
		gap: 10px;
		grid-template-columns: 1fr;
		margin-top: 14px;
	}

	.awi-pdf-cover-fields input {
		border-radius: 10px;
		height: 44px;
	}

	.awi-pdf-note {
		border-radius: 11px;
		margin-top: 8px;
	}

	.awi-pdf-hint {
		padding: 6px 16px 0;
	}

	.awi-pdf-actions {
		background: #fff;
		bottom: 0;
		padding: 8px 16px calc(8px + env(safe-area-inset-bottom, 0px));
		position: sticky;
	}

	.awi-pdf-actions .awi-keep-outline-btn,
	.awi-pdf-actions .awi-keep-pdf-btn {
		flex: 1;
	}
}

.awi-pdf-type-tabs {
	display: grid;
	gap: 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	margin-bottom: 18px;
}

.awi-pdf-type-tabs button {
	background: #fff;
	border: 1px solid #d4dae3;
	border-radius: 10px;
	color: #334155;
	cursor: pointer;
	font: inherit;
	font-weight: 800;
	min-height: 44px;
}

.awi-pdf-type-tabs button.is-active {
	background: #eef4ff;
	border-color: #2f6fed;
	color: #2f6fed;
}

.awi-pdf-sign-section {
	margin-top: 14px;
}

.awi-pdf-sign-section strong {
	color: #111827;
	display: block;
	font-size: 14px;
	font-weight: 900;
	margin-bottom: 8px;
}

.awi-pdf-sign-row {
	align-items: flex-start;
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.awi-pdf-sign-list {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.awi-pdf-sign-add,
.awi-pdf-sign-preview {
	align-items: center;
	background: #f8fafc;
	border: 1px dashed #d4dae3;
	border-radius: 10px;
	box-sizing: border-box;
	display: flex;
	height: 58px;
	justify-content: center;
	width: 70px;
}

.awi-pdf-sign-add {
	color: #64748b;
	cursor: pointer;
	flex-direction: column;
	font: inherit;
	font-size: 11px;
	gap: 2px;
}

.awi-pdf-sign-add.is-disabled,
.awi-pdf-sign-add:disabled {
	cursor: not-allowed;
	opacity: .45;
}

.awi-pdf-sign-add span {
	font-size: 18px;
	line-height: 1;
}

.awi-pdf-sign-add em {
	font-style: normal;
}

.awi-pdf-direct-sign-add {
	width: 86px;
}

.awi-pdf-sign-preview {
	background-color: #fff;
	background-image: linear-gradient(45deg, #f1f5f9 25%, transparent 25%), linear-gradient(-45deg, #f1f5f9 25%, transparent 25%), linear-gradient(45deg, transparent 75%, #f1f5f9 75%), linear-gradient(-45deg, transparent 75%, #f1f5f9 75%);
	background-position: 0 0, 0 5px, 5px -5px, -5px 0;
	background-size: 10px 10px;
	border-color: #d4dae3;
	border-style: solid;
	cursor: pointer;
	position: relative;
}

.awi-pdf-sign-preview.is-selected {
	border-color: #2f6fed;
	box-shadow: 0 0 0 1px rgba(47, 111, 237, .22);
}

.awi-pdf-sign-preview[hidden] {
	display: none;
}

.awi-pdf-sign-preview img {
	max-height: 44px;
	max-width: 56px;
}

.awi-pdf-sign-preview button {
	background: #2f6fed;
	border: 0;
	border-radius: 999px;
	color: #fff;
	cursor: pointer;
	font-size: 12px;
	height: 18px;
	line-height: 1;
	padding: 0;
	position: absolute;
	right: -6px;
	top: -6px;
	width: 18px;
}

.awi-pdf-sign-section p {
	color: #64748b;
	font-size: 12px;
	line-height: 1.5;
	margin: 7px 0 0;
}

.awi-direct-sign-modal[hidden] {
	display: none;
}

.awi-direct-sign-modal {
	align-items: center;
	display: flex;
	inset: 0;
	justify-content: center;
	overscroll-behavior: contain;
	padding: 18px;
	position: fixed;
	-webkit-user-select: none;
	user-select: none;
	z-index: 10020;
}

.awi-direct-sign-dialog {
	background: #fff;
	border-radius: 14px;
	box-shadow: 0 24px 70px rgba(15, 23, 42, .3);
	box-sizing: border-box;
	max-width: 620px;
	overflow: hidden;
	position: relative;
	width: 100%;
	z-index: 1;
}

.awi-direct-sign-hint {
	color: #64748b;
	font-size: 13px;
	margin: 0;
	padding: 14px 20px 10px;
}

.awi-direct-sign-canvas-wrap {
	background: #f8fafc;
	border: 1px solid #d7dee8;
	border-radius: 10px;
	margin: 0 20px;
	overflow: hidden;
}

.awi-direct-sign-canvas-wrap canvas {
	background: #fff;
	cursor: crosshair;
	display: block;
	height: 260px;
	-webkit-touch-callout: none;
	touch-action: none;
	-webkit-user-select: none;
	user-select: none;
	width: 100%;
}

.awi-direct-sign-actions {
	display: flex;
	gap: 8px;
	justify-content: flex-end;
	padding: 16px 20px 20px;
}

.awi-direct-sign-actions button {
	min-height: 44px;
}

@media (max-width: 640px) {
	.awi-direct-sign-modal {
		padding: 10px;
	}

	.awi-direct-sign-canvas-wrap canvas {
		height: 220px;
	}

	.awi-direct-sign-actions {
		flex-wrap: wrap;
	}
}

.awi-vip-page .awi-vip-hero {
	border-bottom: 1px solid #e5e7eb;
	margin: 70px 0 42px;
	padding-bottom: 28px;
	text-align: center;
}

.awi-vip-page .awi-vip-hero h1 {
	color: #111827;
	font-size: 38px;
	line-height: 1.2;
	margin: 0;
}

.awi-vip-page .awi-vip-hero p {
	color: #64748b;
	font-size: 20px;
	font-weight: 700;
	margin: 8px 0 0;
}

.awi-vip-page .awi-vip-welcome {
	background-color: #fbfdff;
	background-image: linear-gradient(rgba(251, 253, 255, 0.82), rgba(251, 253, 255, 0.82)), var(--awi-vip-welcome-bg, url('img/vip-viewing-room-bg.jpg'));
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	border: 1px solid #d8e1ee;
	border-radius: 8px;
	box-sizing: border-box;
	margin: 0 auto 42px;
	max-width: 860px;
	padding: 26px 34px;
	text-align: center;
}

.awi-vip-page .awi-vip-welcome h2 {
	color: #1e3a5f;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: 0;
	margin: 0 0 14px;
}

.awi-vip-page .awi-vip-welcome p {
	color: #52657d;
	font-size: 14px;
	font-weight: 500;
	line-height: 1.75;
	margin: 0;
}

.awi-vip-page .awi-vip-welcome p + p {
	margin-top: 8px;
}

.awi-vip-page .awi-vip-welcome .awi-vip-welcome-title {
	font-size: 22px;
	font-weight: 800;
	line-height: 1.45;
	margin-bottom: 18px;
}

.awi-vip-page .awi-vip-welcome .awi-vip-welcome-content,
.awi-vip-page .awi-vip-welcome .awi-vip-welcome-recipient {
	color: #52657d;
	font-size: 15px;
	font-weight: 400;
	line-height: 1.75;
}

.awi-vip-page .awi-vip-welcome .awi-vip-welcome-content {
	text-align: left;
	white-space: pre-wrap;
}

.awi-vip-page .awi-vip-welcome .awi-vip-welcome-content > :first-child {
	margin-top: 0;
}

.awi-vip-page .awi-vip-welcome .awi-vip-welcome-content > :last-child {
	margin-bottom: 0;
}

.awi-vip-page .awi-vip-welcome .awi-vip-welcome-recipient {
	margin-top: 18px;
	text-align: right;
}

.awi-vip-page .awi-vip-welcome strong {
	color: #1d4ed8;
	font-weight: 800;
}

.awi-vip-page .awi-detail-breadcrumb .awi-vip-list-link {
	border: 1px solid #2563eb;
	border-radius: 4px;
	color: #1d4ed8;
	display: inline-flex;
	font-weight: 700;
	line-height: 1;
	padding: 9px 12px;
	transition: background-color 0.15s ease, color 0.15s ease;
}

.awi-vip-page .awi-detail-breadcrumb .awi-vip-list-link:hover {
	background: #dbeafe;
	color: #1d4ed8;
}

.awi-vip-page .awi-vip-keep-actions {
	display: flex;
	justify-content: center;
	margin: -10px 0 28px;
}

.awi-vip-page .awi-vip-keep-actions .awi-keep-pdf-btn {
	background: #a8c4a9;
	border-color: #a8c4a9;
	border-radius: 999px;
	font-size: 15px !important;
	height: 44px;
	min-width: 276px;
}

#awiVipPdfModal .awi-pdf-actions .awi-keep-pdf-btn {
	background: #a8c4a9;
	border-color: #a8c4a9;
}

#awiPdfModal .awi-pdf-actions .awi-keep-pdf-btn {
	background: #a8c4a9;
	border-color: #a8c4a9;
}

.awi-vip-page .awi-vip-pdf-dialog {
	max-width: 420px;
}

.awi-vip-page .awi-vip-pdf-message {
	color: #64748b;
	font-size: 15px;
	line-height: 1.6;
	margin: 0 0 24px;
}

.awi-vip-page .awi-vip-pdf-dialog .awi-pdf-actions {
	display: flex;
	gap: 8px;
	justify-content: flex-end;
}

.awi-vip-page.awi-keep-page .awi-keep-title {
	padding: 40px 0 0;
	text-align: center;
}

.awi-vip-page.awi-keep-page .awi-keep-title p {
	margin-top: 16px;
}

.awi-vip-page.awi-keep-page .awi-keep-title .awi-list-keep-link {
	margin-top: 14px;
}

.awi-vip-page.awi-keep-page .awi-vip-keep-actions {
	margin: 28px 0;
}

.awi-vip-login {
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	margin: 0 auto 80px;
	max-width: 420px;
	padding: 28px;
}

.awi-vip-login label,
.awi-vip-login span {
	display: block;
}

.awi-vip-login span {
	color: #475569;
	font-size: 13px;
	font-weight: 800;
	margin-bottom: 8px;
}

.awi-vip-login input {
	border: 1px solid #cbd5e1;
	border-radius: 6px;
	box-sizing: border-box;
	font-size: 16px;
	height: 48px;
	padding: 0 14px;
	width: 100%;
}

.awi-vip-login button {
	background: #111827;
	border: 0;
	border-radius: 6px;
	color: #fff;
	cursor: pointer;
	font-size: 15px;
	font-weight: 800;
	height: 48px;
	margin-top: 14px;
	width: 100%;
}

.awi-vip-page .awi-memo-box input[name="visitor_name"] {
	border: 1px solid #d1d5db;
	border-radius: 6px;
	box-sizing: border-box;
	font: inherit;
	margin-bottom: 10px;
	padding: 10px 12px;
	width: 100%;
}

.awi-vip-page .awi-memo-item {
	border-bottom: 1px solid #edf2f7;
	padding: 18px 0;
}

.awi-vip-page .awi-memo-item-head {
	align-items: center;
	color: #64748b;
	display: flex;
	font-size: 13px;
	font-weight: 700;
	gap: 10px;
	justify-content: space-between;
	margin-bottom: 8px;
}

.awi-vip-page .awi-memo-ip {
	color: #94a3b8;
	font-size: 12px;
	font-weight: 400;
	margin-left: 6px;
}

.awi-vip-page .awi-memo-item-body {
	color: #111827;
	font-size: 15px;
	font-weight: 500;
	line-height: 1.6;
	white-space: pre-line;
}

@media (max-width: 720px) {
	.awi-vip-page .awi-vip-hero {
		margin-top: 42px;
	}

	.awi-vip-page .awi-vip-hero h1 {
		font-size: 30px;
	}

	.awi-vip-page .awi-vip-hero p {
		font-size: 17px;
	}

	.awi-vip-page .awi-vip-welcome {
		margin-bottom: 30px;
		padding: 22px 18px;
	}

	.awi-vip-page .awi-vip-welcome h2 {
		font-size: 18px;
	}

	.awi-vip-page .awi-vip-welcome p {
		font-size: 13px;
		line-height: 1.7;
	}

	.awi-vip-page.awi-keep-page .awi-keep-title {
		padding: 18px 0 0;
		text-align: center;
	}

	.awi-vip-page.awi-keep-page .awi-keep-title p {
		margin-top: 10px;
	}

	.awi-vip-page.awi-keep-page .awi-keep-title .awi-list-keep-link {
		margin-top: 14px;
	}

	.awi-vip-page.awi-keep-page .awi-vip-keep-actions {
		margin: 28px 0;
	}

	.awi-vip-page .awi-vip-pdf-message {
		font-size: 18px;
		line-height: 1.55;
	}
}
.awi-vip-login-error {
	margin-bottom: 28px;
	margin-top: 0;
	max-width: 650px;
	min-height: 190px;
}

.awi-vip-login-error h1 {
	font-size: 28px;
}

.awi-vip-login-error p {
	font-size: 20px;
	font-weight: 700;
}

@media (max-width: 760px) {
	.awi-list-tools {
		align-items: end;
		display: grid;
		gap: 10px;
		grid-template-columns: 44px minmax(0, 1fr) auto;
	}

	.awi-list-config-button {
		align-self: end;
		width: 44px;
	}

	.awi-list-tools .awi-status-filter {
		background: transparent;
		border: 0;
		border-radius: 0;
		min-width: 0;
		padding: 0;
	}

	.awi-list-tools .awi-status-filter select {
		min-width: 0;
		width: 100%;
	}

	.awi-list-keep-link-mobile {
		display: none;
	}

	.awi-list-tools .awi-list-keep-link-desktop {
		display: inline-flex;
		height: 44px;
		padding-left: 12px;
		padding-right: 12px;
		width: auto;
	}

	.awi-vip-page .awi-list-tools.has-keep {
		grid-template-columns: auto;
		justify-content: end;
	}

	.awi-config-modal {
		padding: 10vh 5vw;
	}

	.awi-config-modal-dialog {
		height: 80vh;
		max-width: none;
	}

	.awi-config-modal iframe {
		overflow: auto;
	}
}
/* Shared notes below the VIP Keep list. */
.awi-vip-room-memos{max-width:1120px;margin:52px auto 0;padding:28px;border:1px solid #e2e8f0;border-radius:18px;background:#fff;box-sizing:border-box}
.awi-vip-room-memo-head{display:flex;align-items:baseline;justify-content:space-between;gap:16px;margin-bottom:18px}
.awi-vip-room-memo-head h2{margin:0;color:#111827;font-size:20px}
.awi-vip-room-memo-head span{color:#64748b;font-size:13px}
.awi-vip-room-memo-log{max-height:300px;min-height:92px;overflow-y:auto;padding:8px 16px;border:1px solid #e5e7eb;border-radius:12px;background:#f8fafc;box-sizing:border-box}
.awi-vip-room-memo-row{display:flex;align-items:flex-start;gap:8px;padding:11px 0;border-bottom:1px solid #e5e7eb;color:#334155;font-size:14px;line-height:1.55}
.awi-vip-room-memo-row:last-child{border-bottom:0}
.awi-vip-room-memo-row span{flex:0 0 auto;color:#64748b;font-size:12px;white-space:nowrap}
.awi-vip-room-memo-row p{min-width:0;margin:0;white-space:pre-wrap;overflow-wrap:anywhere}
.awi-vip-room-memo-row.is-keep_add,.awi-vip-room-memo-row.is-keep_add span,.awi-vip-room-memo-row.is-keep_add p{color:#2f855a}
.awi-vip-room-memo-row.is-keep_remove,.awi-vip-room-memo-row.is-keep_remove span,.awi-vip-room-memo-row.is-keep_remove p{color:#9a5b2b}
.awi-vip-room-memo-row.is-pdf,.awi-vip-room-memo-row.is-pdf span,.awi-vip-room-memo-row.is-pdf p{color:#2563a6}
.awi-vip-room-memo-empty{margin:27px 0;text-align:center;color:#94a3b8;font-size:14px}
.awi-vip-room-memo-form{display:grid;grid-template-columns:minmax(130px,190px) minmax(0,1fr) auto;align-items:end;gap:10px;margin-top:14px}
.awi-vip-room-memo-form label{display:flex;flex-direction:column;gap:6px;color:#64748b;font-size:12px}
.awi-vip-room-memo-form input,.awi-vip-room-memo-form textarea{width:100%;height:44px;min-height:44px;padding:10px 12px;border:1px solid #cbd5e1;border-radius:10px;background:#fff;color:#111827;font:inherit;box-sizing:border-box;resize:vertical}
.awi-vip-room-memo-form input:focus,.awi-vip-room-memo-form textarea:focus{outline:2px solid rgba(63,141,98,.2);border-color:#3f8d62}
.awi-vip-room-memo-form button{height:44px;padding:0 18px;border:0;border-radius:10px;background:#3f8d62;color:#fff;font-weight:700;cursor:pointer}
.awi-vip-room-memo-form button:disabled{opacity:.55;cursor:wait}
.awi-vip-room-memo-error{margin:10px 0 0;color:#dc2626;font-size:13px}
@media(max-width:720px){.awi-vip-room-memos{margin-top:36px;padding:20px}.awi-vip-room-memo-head{display:block}.awi-vip-room-memo-head span{display:block;margin-top:6px}.awi-vip-room-memo-row{display:block}.awi-vip-room-memo-row span{display:block;margin-bottom:3px;white-space:normal}.awi-vip-room-memo-form{grid-template-columns:1fr}.awi-vip-room-memo-form button{width:100%}}
/* Floating shared memo window on the VIP artwork list. */
.awi-vip-memo-fab{position:fixed;right:20px;top:50%;z-index:1190;display:flex;align-items:center;justify-content:center;gap:5px;min-width:46px;min-height:46px;padding:0 10px;border:1px solid #cfe3d5;border-radius:23px;background:rgba(239,249,242,.94);box-shadow:0 8px 24px rgba(15,23,42,.14);color:#255f40;font-weight:700;cursor:pointer;transform:translateY(-50%);backdrop-filter:blur(10px)}
.awi-vip-memo-fab:hover{background:rgba(226,245,233,.98)}
.awi-vip-memo-fab.has-unread{border-color:#3f8d62;background:rgba(63,141,98,.96);color:#fff}
.awi-vip-memo-fab-icon{font-size:18px;line-height:1}
.awi-vip-memo-fab b{display:grid;place-items:center;min-width:19px;height:19px;padding:0 4px;border-radius:10px;background:#ef4444;color:#fff;font-size:11px;box-sizing:border-box}
.awi-vip-list-memo-panel{position:fixed;right:86px;top:50%;z-index:1180;width:min(430px,calc(100vw - 120px));max-height:min(600px,82vh);overflow:hidden;border:1px solid rgba(203,213,225,.78);border-radius:18px;background:rgba(255,255,255,.68);box-shadow:0 18px 54px rgba(15,23,42,.18);transform:translateY(-50%);backdrop-filter:blur(9px);-webkit-backdrop-filter:blur(9px)}
.awi-vip-list-memo-panel[hidden]{display:none}
.awi-vip-list-memo-head{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;border-bottom:1px solid rgba(226,232,240,.9)}
.awi-vip-list-memo-head>div{display:flex;align-items:baseline;gap:10px}.awi-vip-list-memo-head strong{color:#111827;font-size:17px}.awi-vip-list-memo-head span{color:#64748b;font-size:12px}
.awi-vip-list-memo-head button{width:32px;height:32px;border:0;border-radius:50%;background:rgba(241,245,249,.9);color:#475569;font-size:22px;line-height:1;cursor:pointer}
.awi-vip-list-memo-log{max-height:330px;min-height:130px;overflow-y:auto;padding:6px 18px;background:rgba(248,250,252,.3)}
.awi-vip-list-memo-row{padding:11px 0;border-bottom:1px solid rgba(226,232,240,.9)}.awi-vip-list-memo-row:last-child{border-bottom:0}.awi-vip-list-memo-row span{display:block;margin-bottom:4px;color:#64748b;font-size:11px}.awi-vip-list-memo-row p{margin:0;color:#1e293b;font-size:14px;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}
.awi-vip-list-memo-row.is-keep_add,.awi-vip-list-memo-row.is-keep_add span,.awi-vip-list-memo-row.is-keep_add p{color:#2f855a}
.awi-vip-list-memo-row.is-keep_remove,.awi-vip-list-memo-row.is-keep_remove span,.awi-vip-list-memo-row.is-keep_remove p{color:#9a5b2b}
.awi-vip-list-memo-row.is-pdf,.awi-vip-list-memo-row.is-pdf span,.awi-vip-list-memo-row.is-pdf p{color:#2563a6}
.awi-vip-list-memo-empty{margin:48px 0;text-align:center;color:#94a3b8;font-size:13px}
.awi-vip-list-memo-form{display:grid;grid-template-columns:120px minmax(0,1fr) auto;align-items:end;gap:8px;padding:14px 18px 18px;border-top:1px solid rgba(226,232,240,.9)}
.awi-vip-list-memo-form label{display:flex;flex-direction:column;gap:5px;color:#64748b;font-size:11px}.awi-vip-list-memo-form input,.awi-vip-list-memo-form textarea{width:100%;height:42px;min-height:42px;padding:9px 10px;border:1px solid rgba(203,213,225,.9);border-radius:9px;background:rgba(255,255,255,.72);color:#111827;font:inherit;box-sizing:border-box;resize:vertical}.awi-vip-list-memo-form input:focus,.awi-vip-list-memo-form textarea:focus{outline:2px solid rgba(63,141,98,.2);border-color:#3f8d62}.awi-vip-list-memo-form>button{height:42px;padding:0 13px;border:0;border-radius:9px;background:#3f8d62;color:#fff;font-weight:700;cursor:pointer}.awi-vip-list-memo-form>button:disabled{opacity:.55}.awi-vip-list-memo-form>p{grid-column:1/-1;margin:0;color:#dc2626;font-size:12px}
@media(max-width:680px){.awi-vip-memo-fab{right:10px}.awi-vip-list-memo-panel{right:64px;width:calc(100vw - 78px);max-height:78vh}.awi-vip-list-memo-form{grid-template-columns:1fr auto}.awi-vip-list-memo-form label:first-of-type{grid-column:1/-1}.awi-vip-list-memo-log{max-height:260px}.awi-vip-list-memo-form input,.awi-vip-list-memo-form textarea,.awi-vip-room-memo-form input,.awi-vip-room-memo-form textarea{font-size:16px}}
