.oc-wrapper {
	font-family: 'Nunito', sans-serif;
	background-color: #FFF8F0;
	color: #3D2C3D;
	padding: 20px;
}
.oc-card {
	max-width: 640px;
	background: #ffffff;
	margin: 20px auto;
	padding: 40px;
	border: 1px solid #f0e4d8;
	box-shadow: 0 6px 18px rgba(61,44,63,0.06);
	border-radius: 20px;
}
.oc-locked { text-align: center; }

.oc-back-link { text-align: center; margin: 0 0 14px; }
.oc-back-link a { color: #06AED5; text-decoration: none; font-size: 14px; font-weight: 700; }
.oc-back-link a:hover { text-decoration: underline; }

.oc-title-main {
	text-align: center;
	font-family: 'Poppins', sans-serif;
	font-weight: 700;
	font-size: 28px;
	margin-top: 0;
	margin-bottom: 8px;
	color: #FF6B6B;
}
.oc-subtitle {
	text-align: center;
	color: #6b5a66;
	margin-bottom: 26px;
	font-size: 15px;
	line-height: 1.5;
}
.oc-section-title {
	font-family: 'Poppins', sans-serif;
	font-size: 16px;
	text-align: center;
	margin-top: 30px;
	margin-bottom: 14px;
	color: #3D2C3D;
}

.oc-cal-header { display: flex; align-items: center; justify-content: space-between; margin-top: 10px; }
.oc-cal-month { margin: 0; font-family: 'Poppins', sans-serif; font-size: 18px; color: #3D2C3D; font-weight: 700; }
.oc-cal-nav { font-size: 13px; font-weight: 700; text-decoration: none; color: #FF6B6B; border: 1px solid #f0e4d8; padding: 7px 16px; border-radius: 30px; background: #fff; cursor: pointer; font-family: 'Nunito', sans-serif; }
.oc-cal-nav:hover { background: #FFF0DE; }

.oc-calendar-grid { width: 100%; border-collapse: separate; border-spacing: 4px; margin: 16px 0 8px; table-layout: fixed; }
.oc-calendar-grid th, .oc-calendar-grid td { text-align: center; padding: 0; border: 1px solid #f0e4d8; font-size: 12px; border-radius: 10px; }
.oc-calendar-grid th { border: none; padding: 8px 0; color: #a596a0; text-transform: uppercase; letter-spacing: 0.5px; font-size: 11px; font-weight: 700; }
.oc-day-link {
	display: flex; flex-direction: column; align-items: center; justify-content: flex-start;
	gap: 2px; height: 66px; padding: 6px 3px; color: inherit; text-decoration: none; overflow: hidden;
	border-radius: 10px;
}
.oc-day-link:hover { background: #FFF0DE; }
.oc-day-num { font-size: 13px; color: #3D2C3D; font-weight: 700; }
.oc-day-recipient { font-size: 10px; font-weight: 700; color: #FF6B6B; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.oc-day-occasion { font-size: 9px; color: #6b5a66; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; max-width: 100%; }
.oc-has-event { background: #FFF0DE; }
.oc-needs-attention { background: #FFE8B8; }
.oc-status-ordered { background: #D9F2E3; }
.oc-status-ordered .oc-day-recipient, .oc-status-ordered .oc-day-occasion { color: #2f8a54; }
.oc-cal-hint { font-size: 12px; color: #a596a0; margin-top: 4px; text-align: center; }

.oc-form label { display: block; margin-bottom: 16px; font-size: 14px; color: #3D2C3D; font-weight: 600; }
.oc-form input[type=text], .oc-form input[type=date], .oc-form input[type=email], .oc-form input[type=password], .oc-form input[type=number], .oc-form select {
	display: block; width: 100%; padding: 11px 14px; margin-top: 5px; font-size: 14px; font-weight: 400;
	border: 1px solid #f0e4d8; border-radius: 12px; outline: none; font-family: 'Nunito', sans-serif; box-sizing: border-box;
}
.oc-form input:focus, .oc-form select:focus { border-color: #FF6B6B; }

.oc-btn-container { text-align: center; margin-top: 10px; }
.oc-submit {
	display: inline-block; background-color: #FF6B6B; color: #ffffff; border: none; padding: 14px 34px;
	font-size: 15px; font-weight: 700; letter-spacing: 0.5px; cursor: pointer;
	border-radius: 30px; transition: background-color 0.2s ease, transform 0.2s ease; font-family: 'Nunito', sans-serif;
}
.oc-submit:hover { background-color: #e85555; transform: translateY(-2px); }

.oc-catalog-search { display: flex; gap: 8px; margin-bottom: 12px; }
.oc-catalog-search input {
	flex: 1; padding: 10px 14px; border: 1px solid #f0e4d8; border-radius: 30px;
	font-family: 'Nunito', sans-serif; font-size: 13px; box-sizing: border-box;
}
.oc-catalog-search .oc-catalog-search-btn { width: auto; padding: 10px 20px; font-size: 13px; text-transform: none; }
.oc-catalog-item.oc-catalog-search-result { border-color: #06AED5; }
.oc-catalog-item.oc-catalog-search-result .oc-catalog-item-title::before { content: 'Search: '; color: #06AED5; font-weight: 700; }

.oc-catalog-grid { display: grid; grid-template-columns: repeat(3, 1fr); gap: 12px; margin-bottom: 10px; padding: 4px; }
.oc-catalog-item { position: relative; border: 1px solid #f0e4d8; border-radius: 14px; padding: 10px; text-align: center; cursor: default; font-size: 11px; color: #3D2C3D; background: #fff; overflow: hidden; box-shadow: 0 4px 10px rgba(61,44,63,0.05); }
.oc-catalog-item:hover { border-color: #FF6B6B; }
.oc-catalog-item.oc-selected { border-color: #FF6B6B; border-width: 2px; background: #FFF0DE; }
.oc-catalog-item img { width: 100%; aspect-ratio: 1/1; object-fit: cover; border-radius: 10px; margin-bottom: 6px; }

.oc-catalog-overlay {
	position: absolute; inset: 0; background: rgba(61,44,63,0.88); border-radius: 14px;
	display: flex; flex-direction: column; align-items: center; justify-content: center; gap: 6px;
	opacity: 0; pointer-events: none; transition: opacity 0.15s ease; padding: 8px;
}
.oc-catalog-item:hover .oc-catalog-overlay,
.oc-catalog-item.oc-touch-active .oc-catalog-overlay { opacity: 1; pointer-events: auto; }
.oc-catalog-overlay button {
	font-family: 'Nunito', sans-serif; font-size: 11px; font-weight: 700; letter-spacing: 0.3px;
	border: 1px solid #fff; background: transparent; color: #fff; padding: 6px 10px; border-radius: 20px; cursor: pointer; width: 100%;
}
.oc-catalog-overlay button:hover { background: #fff; color: #FF6B6B; }
.oc-catalog-remind-input { display: none; flex-direction: column; align-items: center; gap: 6px; width: 100%; }
.oc-catalog-remind-input label { color: #fff; font-size: 10px; display: flex; flex-direction: column; gap: 3px; width: 100%; }
.oc-catalog-remind-input input { width: 100%; padding: 5px; border-radius: 10px; border: none; text-align: center; font-family: 'Nunito', sans-serif; box-sizing: border-box; }
.oc-catalog-remind-input .oc-remind-save-btn { background: #FF6B6B; border-color: #FF6B6B; }
.oc-catalog-remind-input .oc-remind-save-btn:hover { background: #fff; color: #FF6B6B; }

.oc-modal-overlay {
	display: none; position: fixed; inset: 0; background: rgba(61,44,63,0.55);
	z-index: 9999; align-items: center; justify-content: center; padding: 20px;
}
.oc-modal-overlay.oc-modal-open { display: flex; }
.oc-modal {
	background: #ffffff; border: 1px solid #f0e4d8; border-radius: 20px; box-shadow: 0 8px 22px rgba(61,44,63,0.15);
	padding: 40px; max-width: 480px; width: 100%; max-height: 90vh; overflow-y: auto; position: relative;
}
.oc-modal-close {
	position: absolute; top: 16px; right: 18px; background: none; border: none;
	font-size: 22px; line-height: 1; cursor: pointer; color: #a596a0; font-family: inherit;
}
.oc-modal-close:hover { color: #3D2C3D; }
.oc-modal-heading { margin-bottom: 20px; }

.oc-detail-line { font-size: 14px; margin: 0 0 10px; color: #3D2C3D; }
.oc-detail-line strong { color: #FF6B6B; }
.oc-detail-gift { display: flex; align-items: center; gap: 12px; margin-bottom: 10px; }
.oc-detail-gift img { width: 56px; height: 56px; object-fit: cover; border-radius: 12px; border: 1px solid #f0e4d8; }
.oc-detail-gift span { font-size: 14px; color: #3D2C3D; }
.oc-detail-actions { text-align: center; margin-top: 20px; }
.oc-delete-link {
	background: none; border: none; color: #c96a6a; font-family: 'Nunito', sans-serif; font-size: 13px; font-weight: 700;
	text-decoration: underline; cursor: pointer; margin-left: 14px; display: inline-block;
}
.oc-delete-link:hover { color: #a04a4a; }

.oc-account-bar { display: flex; justify-content: space-between; align-items: center; font-size: 12px; color: #a596a0; margin-bottom: 14px; }
.oc-account-bar a { color: #06AED5; text-decoration: none; font-weight: 700; }
.oc-account-bar a:hover { text-decoration: underline; }

.oc-auth-tabs { display: flex; gap: 8px; background: #FFF8F0; border-radius: 30px; padding: 4px; margin-bottom: 24px; }
.oc-auth-tab {
	flex: 1; background: none; border: none; padding: 10px; font-family: 'Nunito', sans-serif; font-size: 13px;
	font-weight: 700; color: #a596a0; cursor: pointer; border-radius: 30px; transition: background-color 0.2s ease, color 0.2s ease;
}
.oc-auth-tab-active { color: #ffffff; background: #FF6B6B; }
.oc-auth-error { background: #fde3e3; border: 1px solid #f3bcbc; color: #b25050; font-size: 13px; padding: 10px 16px; border-radius: 12px; margin-bottom: 18px; }
.oc-auth-footer { text-align: center; font-size: 13px; margin-top: 14px; }
.oc-auth-footer a { color: #06AED5; text-decoration: none; font-weight: 700; }
.oc-auth-footer a:hover { text-decoration: underline; }
.oc-checkbox-label { display: flex; align-items: center; gap: 6px; font-size: 13px; font-weight: 400; }
.oc-checkbox-label input { width: auto; margin: 0; }
.oc-hp-field { position: absolute; left: -9999px; width: 1px; height: 1px; opacity: 0; }
