.wcc-widget {
	max-width: 480px;
	font-family: inherit;
	color: #333;
}
.wcc-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	flex-wrap: wrap;
	margin-bottom: 14px;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	padding: 12px 16px;
}
.wcc-streak {
	font-weight: 600;
	color: #2c3e50;
}
.wcc-card {
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	padding: 16px;
	margin-bottom: 14px;
}
.wcc-btn {
	background: #2c3e50;
	color: #fff;
	border: none;
	border-radius: 6px;
	padding: 8px 14px;
	cursor: pointer;
	font-size: 14px;
}
.wcc-btn:disabled {
	background: #a7b3bd;
	cursor: default;
}
.wcc-btn-ghost {
	background: transparent;
	color: #2c3e50;
	border: 1px solid #2c3e50;
}
.wcc-mood-buttons {
	display: flex;
	gap: 10px;
}
.wcc-mood-btn {
	font-size: 28px;
	background: none;
	border: 1px solid #e2e2e2;
	border-radius: 8px;
	padding: 6px 14px;
	cursor: pointer;
}
.wcc-mood-btn:hover {
	background: #f7f7f7;
}
.wcc-checkin-done {
	color: #2e7d32;
	font-weight: 600;
}
.wcc-low-mood-note {
	color: #8a6d3b;
	font-size: 13px;
	background: #fff8e6;
	padding: 8px 10px;
	border-radius: 6px;
}
.wcc-practice-row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 12px;
	padding: 10px 0;
	border-bottom: 1px solid #f0f0f0;
}
.wcc-practice-top {
	display: flex;
	align-items: center;
	gap: 6px;
	width: 100%;
	margin-bottom: 6px;
}
.wcc-practice-row:last-child {
	border-bottom: none;
}
.wcc-practice-done {
	opacity: 0.55;
}
.wcc-practice-toggle {
	flex-shrink: 0;
}
.wcc-practice-toggle input {
	width: 18px;
	height: 18px;
	cursor: pointer;
}
.wcc-practice-type-select,
.wcc-practice-time-select {
	font-size: 11px;
	max-width: 130px;
}
.wcc-practice-off {
	opacity: 0.5;
}
.wcc-practice-off .wcc-practice-check {
	background: #ccc;
}
.wcc-not-today {
	display: inline-block;
	font-size: 11px;
	color: #b3691e;
	background: #fff3e0;
	border-radius: 4px;
	padding: 1px 6px;
	margin-left: 6px;
}
.wcc-plan-ahead-desc {
	font-size: 13px;
	color: #666;
	margin-top: -4px;
}
.wcc-cal-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 13px;
	font-weight: 600;
	color: #2c3e50;
	margin-bottom: 8px;
}
.wcc-cal-nav {
	background: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	width: 26px;
	height: 26px;
	cursor: pointer;
	font-size: 14px;
	color: #2c3e50;
}
.wcc-cal-weekdays {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	text-align: center;
	font-size: 10px;
	color: #999;
	margin-bottom: 4px;
}
.wcc-cal-grid {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 4px;
	max-width: 320px;
}
.wcc-cal-blank {
	height: 32px;
}
.wcc-cal-day {
	height: 32px;
	border-radius: 6px;
	border: 1px solid #ddd !important;
	background: #fff !important;
	color: #2c3e50 !important;
	font-size: 12px;
	cursor: pointer;
	padding: 0;
}
.wcc-cal-day.wcc-cal-planned {
	background: #eaf4ea !important;
	border-color: #2e7d32 !important;
	color: #2e7d32 !important;
	font-weight: 600;
}
.wcc-cal-day.wcc-cal-today {
	border: 2px solid #2c3e50 !important;
	font-weight: 700;
}
.wcc-cal-day.wcc-cal-selected {
	background: #2c3e50 !important;
	color: #fff !important;
	border-color: #2c3e50 !important;
}
.wcc-cal-legend {
	font-size: 11px;
	color: #888;
	margin: 8px 0 0;
}
.wcc-planner-loading {
	font-size: 13px;
	color: #888;
}
.wcc-day-planner-panel {
	margin-top: 14px;
	padding: 14px;
	background: #f7f8f9;
	border-radius: 8px;
}
.wcc-planner-date {
	margin: 0 0 4px;
	color: #2c3e50;
}
.wcc-planner-status {
	font-size: 12px;
	color: #888;
	margin: 0 0 10px;
}
.wcc-planner-slot {
	margin-bottom: 12px;
}
.wcc-planner-slot h4 {
	margin: 0 0 6px;
	font-size: 13px;
	color: #2c3e50;
}
.wcc-planner-item {
	display: block;
	font-size: 13px;
	padding: 3px 0;
	cursor: pointer;
}
.wcc-planner-empty {
	font-size: 12px;
	color: #999;
	margin: 0;
}
.wcc-practice-body {
	flex: 1;
}
.wcc-practice-body p {
	margin: 4px 0 0;
	font-size: 13px;
	color: #555;
}
.wcc-listen-link {
	display: inline-block;
	margin-top: 4px;
	font-size: 13px;
}
.wcc-practice-actions {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	gap: 4px;
	flex-shrink: 0;
}
.wcc-practice-reset {
	background: none;
	border: none;
	color: #b3691e;
	font-size: 11px;
	text-decoration: underline;
	cursor: pointer;
	padding: 0;
}
.wcc-practice-skip {
	background: none;
	border: none;
	color: #888;
	font-size: 11px;
	text-decoration: underline;
	cursor: pointer;
	padding: 0;
}
.wcc-practice-check {
	flex-shrink: 0;
	background: #2c3e50;
	color: #fff;
	border: none;
	border-radius: 20px;
	padding: 6px 14px;
	cursor: pointer;
}
.wcc-practice-check:disabled {
	background: #2e7d32;
	cursor: default;
}
.wcc-program-choices {
	display: flex;
	gap: 10px;
	flex-wrap: wrap;
}
.wcc-dots {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin: 10px 0;
}
.wcc-dot {
	width: 14px;
	height: 14px;
	border-radius: 50%;
	display: inline-block;
}
.wcc-dot-done {
	background: #2e7d32;
}
.wcc-dot-today {
	background: #f0ad4e;
}
.wcc-dot-pending {
	background: #e2e2e2;
}
.wcc-ios-banner {
	background: #eaf4ff;
	border: 1px solid #b6dcff;
	border-radius: 8px;
	padding: 10px 14px;
	margin-bottom: 14px;
	font-size: 14px;
	max-width: 480px;
	color: #1a4971;
}
.wcc-time-row {
	display: flex;
	align-items: center;
	gap: 10px;
	margin-bottom: 8px;
}
.wcc-time-row label {
	width: 70px;
	font-size: 13px;
	color: #555;
}
.wcc-time-status {
	margin-left: 8px;
	font-size: 13px;
	color: #2e7d32;
}
#wcc-dashboard-link-wrap {
	flex-basis: 100%;
}
.wcc-dashboard-link {
	display: inline-block;
	margin-bottom: 10px;
	padding: 8px 16px;
	font-size: 13px;
	font-weight: 600;
	color: #fff !important;
	background: #1d4ed8 !important;
	border-color: #1d4ed8 !important;
	text-decoration: none;
	border-radius: 6px;
}
.wcc-dashboard-link:hover {
	background: #1a3fb0 !important;
	text-decoration: none;
}
.wcc-btn-reset {
	background: #7a2e2e;
	color: #fff;
}
.wcc-message {
	font-size: 13px;
	color: #444;
	margin: 6px 0;
}
.wcc-field-label {
	display: block;
	font-size: 12px;
	font-weight: 600;
	color: #555;
	margin: 10px 0 4px;
}
.wcc-textarea {
	width: 100%;
	min-height: 60px;
	padding: 8px;
	border: 1px solid #ddd;
	border-radius: 6px;
	font-family: inherit;
	font-size: 13px;
	box-sizing: border-box;
}
#wcc-position-card select,
#wcc-midday-card select,
#wcc-evening-card select {
	width: 100%;
	padding: 6px 8px;
	border-radius: 6px;
	border: 1px solid #ddd;
}
.wcc-reset-line {
	font-size: 15px;
	margin: 6px 0;
}
.wcc-reset-list {
	margin: 10px 0;
	padding-left: 20px;
}
.wcc-reset-list li {
	margin-bottom: 6px;
	font-size: 13px;
}
.wcc-reset-closing {
	font-style: italic;
	color: #7a2e2e;
	margin: 12px 0;
}
.wcc-gap-action {
	font-size: 13px;
	background: #eef4ff;
	border-radius: 6px;
	padding: 8px 10px;
	margin: 8px 0;
}
.wcc-gap-encouragement {
	font-size: 13px;
	color: #2e7d32;
	font-style: italic;
}
.wcc-status-tag {
	display: inline-block;
	font-size: 11px;
	background: #eee;
	border-radius: 4px;
	padding: 2px 8px;
	text-transform: capitalize;
	margin: 4px 0;
}
.wcc-recommended-inline {
	font-size: 13px;
	background: #f7f8f9;
	border-radius: 6px;
	padding: 8px 10px;
	margin: 8px 0;
}
.wcc-rating-grid {
	margin: 8px 0;
}
.wcc-rating-row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 10px;
	padding: 4px 0;
	font-size: 13px;
}
.wcc-rating-row select {
	width: 60px !important;
}
.wcc-support-list {
	max-height: 320px;
	overflow-y: auto;
}
.wcc-support-row {
	display: flex;
	align-items: flex-start;
	gap: 10px;
	padding: 8px 0;
	border-bottom: 1px solid #f0f0f0;
}
.wcc-support-row:last-child {
	border-bottom: none;
}
.wcc-support-row.wcc-support-done {
	opacity: 0.6;
}
.wcc-support-toggle {
	flex-shrink: 0;
	width: 26px;
	height: 26px;
	border-radius: 50%;
	border: 1px solid #ccc;
	background: #fff;
	color: #2c3e50;
	cursor: pointer;
	font-weight: 700;
}
.wcc-support-row.wcc-support-done .wcc-support-toggle {
	background: #2e7d32;
	color: #fff;
	border-color: #2e7d32;
}
.wcc-support-text strong {
	display: block;
	font-size: 13px;
}
.wcc-support-reason {
	font-size: 12px;
	color: #777;
	margin: 2px 0 0;
}
.wcc-review-toggle {
	margin-bottom: 8px;
}
.wcc-review-active {
	background: #2c3e50 !important;
	color: #fff !important;
}
.wcc-history-list {
	max-height: 360px;
	overflow-y: auto;
}
.wcc-history-row {
	border-bottom: 1px solid #f0f0f0;
}
.wcc-history-row:last-child {
	border-bottom: none;
}
.wcc-history-row-summary {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px 4px;
	cursor: pointer;
}
.wcc-history-row-summary:hover {
	background: #f7f8f9;
}
.wcc-history-avg {
	font-size: 12px;
	color: #2e7d32;
	font-weight: 600;
}
.wcc-history-tags {
	font-size: 11px;
	color: #999;
	margin-left: auto;
}
.wcc-history-detail {
	padding: 6px 8px 12px;
	font-size: 13px;
	background: #f7f8f9;
	border-radius: 6px;
}
.wcc-history-detail p {
	margin: 4px 0;
}
.wcc-history-avg-line {
	font-weight: 600;
	color: #2e7d32;
}
.wcc-home-next {
	font-weight: 600;
	font-size: 14px;
	color: #2c3e50;
	margin: 0 0 10px;
}
.wcc-home-dots {
	display: flex;
	justify-content: space-between;
	gap: 6px;
}
.wcc-home-dot-wrap {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
	flex: 1;
}
.wcc-home-dot {
	width: 16px;
	height: 16px;
	border-radius: 50%;
	background: #e2e2e2;
	display: block;
}
.wcc-home-dot-done {
	background: #27ae60;
}
.wcc-home-dot-label {
	font-size: 10px;
	color: #999;
	text-align: center;
}
.wcc-continue-resource {
	margin-top: 12px;
	padding-top: 10px;
	border-top: 1px solid #f0f0f0;
	font-size: 13px;
}
.wcc-tab-bar {
	display: flex;
	gap: 4px;
	margin-bottom: 14px;
	background: #fff;
	border: 1px solid #e2e2e2;
	border-radius: 10px;
	padding: 4px;
}
.wcc-tab-btn {
	background: none;
	border: none;
	border-bottom: 3px solid transparent;
	padding: 10px 14px;
	font-size: 14px;
	font-weight: 600;
	color: #888 !important;
	cursor: pointer;
	border-radius: 6px;
	flex: 1;
}
.wcc-tab-btn.wcc-tab-active {
	color: #2c3e50 !important;
	background: #eef2f5 !important;
	border-bottom-color: transparent;
}
.wcc-tab-intro {
	font-size: 13px;
	color: #777;
	margin: 0 0 12px;
}
.wcc-today-clock {
	font-size: 13px;
	font-weight: 400;
	color: #888;
}
.wcc-btn-enabled {
	background: #27ae60 !important;
	color: #fff !important;
	border-color: #27ae60 !important;
	cursor: default;
}
.wcc-btn-blocked {
	background: #f8d7da !important;
	color: #7a2e2e !important;
	border-color: #c0392b !important;
}
.wcc-widget h3 {
	color: #2c3e50;
	margin: 0 0 10px;
}
.wcc-recommended-item {
	display: block;
	padding: 8px 0;
	border-bottom: 1px solid #f0f0f0;
}
.wcc-recommended-item:last-child {
	border-bottom: none;
}
