.character-counter-hero {background: linear-gradient(135deg,#f8f9fa 0%,#e9ecef 100%);}
.character-counter-hero h1 {font-size: 2.5rem;}
@media (max-width: 767.98px) {.character-counter-hero h1 {font-size: 1.9rem;}}
.character-counter-hero .lead {color: #4a5568;font-size: 1.1rem;}
@media (max-width: 767.98px) {.character-counter-hero .lead {font-size: 1rem;}}
.character-counter-tool {overflow: hidden;border-radius: 1rem;}
@media (max-width: 767.98px) {.character-counter-tool .card-body {padding: 1.25rem !important;}}
.character-counter-editor {padding: 1.25rem;border: 2px solid transparent;border-radius: 1rem;background: #f8fafc;transition: all .2s ease;}
.character-counter-editor.is-dragover {border-color: #0d6efd;background: #eef6ff;box-shadow: 0 0 0 .2rem rgba(13,110,253,.1);}
@media (max-width: 575.98px) {.character-counter-editor {padding: 1rem;}}
.character-counter-textarea {min-height: 15rem;padding: 1rem;border-color: #cbd5e1;background: #fff;font-size: 1rem;line-height: 1.65;resize: vertical;}
.character-counter-textarea:focus {border-color: #0d6efd;box-shadow: 0 0 0 .2rem rgba(13,110,253,.15);}
.character-counter-toolbar .btn {font-size: .9rem;}
@media (max-width: 575.98px) {.character-counter-toolbar {align-items: stretch !important;flex-direction: column;}
	.character-counter-toolbar > div:first-child {display: grid !important;grid-template-columns: repeat(2,minmax(0,1fr));}
	.character-counter-toolbar > div:first-child .btn {display: flex;align-items: center;justify-content: center;}}
.counter-stat {height: 100%;min-height: 8rem;padding: 1.15rem;border: 1px solid #dbe3ec;border-top: 4px solid #0d6efd;border-radius: .85rem;background: #fff;text-align: center;display: flex;align-items: center;justify-content: center;flex-direction: column;transition: all .2s ease;}
@media (hover: hover) {.counter-stat:hover {transform: translateY(-3px);box-shadow: 0 .6rem 1.2rem rgba(15,23,42,.08);}}
.counter-stat--success {border-top-color: #198754;}
.counter-stat--success .counter-stat__value {color: #157347;}
.counter-stat--warning {border-top-color: #f59e0b;}
.counter-stat--warning .counter-stat__value {color: #b45309;}
.counter-stat--purple {border-top-color: #7c3aed;}
.counter-stat--purple .counter-stat__value {color: #6d28d9;}
.counter-stat__value {overflow-wrap: anywhere;color: #0d6efd;font-size: 2rem;font-weight: 800;line-height: 1.1;}
.counter-stat__label {margin-top: .55rem;color: #64748b;font-size: .82rem;line-height: 1.25;}
@media (max-width: 575.98px) {.counter-stat {min-height: 7.25rem;padding: .85rem;}
	.counter-stat__value {font-size: 1.6rem;}}
.counter-limit {padding: 1.25rem;border: 1px solid #dbe3ec;border-radius: .85rem;background: #fff;}
.counter-limit__input {width: 8rem;}
.counter-limit .progress {height: .65rem;background: #e2e8f0;}
.counter-panel {overflow: hidden;border: 1px solid #dbe3ec;border-radius: .85rem;background: #fff;}
.counter-panel__header {padding: 1rem 1.25rem;border-bottom: 1px solid #e2e8f0;background: #f8fafc;}
.counter-details {display: grid;grid-template-columns: repeat(2,minmax(0,1fr));}
.counter-details > div {display: flex;align-items: center;justify-content: space-between;min-width: 0;gap: 1rem;padding: .8rem 1.1rem;border-bottom: 1px solid #edf2f7;}
.counter-details > div:nth-child(odd) {border-right: 1px solid #edf2f7;}
.counter-details > div:nth-last-child(-n + 2) {border-bottom: 0;}
.counter-details dt {color: #64748b;font-size: .87rem;font-weight: 500;}
.counter-details dd {max-width: 52%;margin: 0;color: #1e293b;font-weight: 700;text-align: right;}
.counter-details__word {overflow: hidden;text-overflow: ellipsis;white-space: nowrap;}
@media (max-width: 575.98px) {.counter-details {grid-template-columns: 1fr;}
	.counter-details > div:nth-child(odd) {border-right: 0;}
	.counter-details > div:nth-last-child(2) {border-bottom: 1px solid #edf2f7;}}
.counter-readability {padding: 1.25rem;}
.counter-readability__score {display: flex;align-items: baseline;gap: .75rem;}
.counter-readability__number {color: #0d6efd;font-size: 2.5rem;font-weight: 800;line-height: 1;}
.counter-readability__label {color: #334155;font-weight: 700;}
.counter-readability .progress {height: .65rem;background: #e2e8f0;}
.counter-time > div {display: flex;align-items: center;justify-content: space-between;gap: 1rem;padding: .6rem 0;border-bottom: 1px solid #edf2f7;}
.counter-time > div:last-child {border-bottom: 0;}
.counter-time dt {color: #64748b;font-weight: 500;}
.counter-time dd {margin: 0;color: #1e293b;font-weight: 700;text-align: right;}
.counter-frequency__number {width: 6rem;}
.counter-frequency-tabs {padding: 0 1.25rem;}
.counter-frequency-tabs .nav-link {color: #475569;font-weight: 600;}
.counter-frequency-tabs .nav-link.active {background: #0d6efd;color: #fff;}
.counter-frequency-table th, .counter-frequency-table td {padding: .75rem 1.25rem;}
.counter-frequency-table thead th {border-top: 1px solid #e2e8f0;border-bottom-color: #dbe3ec;background: #f8fafc;color: #475569;font-size: .82rem;text-transform: uppercase;}
.counter-frequency-table tbody th {color: #1e293b;font-weight: 600;}
.character-counter-benefits .card {border-radius: 1rem;transition: all .2s ease;}
@media (hover: hover) {.character-counter-benefits .card:hover {transform: translateY(-4px);box-shadow: 0 .75rem 1.5rem rgba(0,0,0,.08) !important;}}
.counter-benefit-icon {width: 3.5rem;height: 3.5rem;margin: 0 auto;border-radius: 1rem;font-size: 1.6rem;display: flex;align-items: center;justify-content: center;}
.character-counter-seo {color: #334155;line-height: 1.7;}
.character-counter-seo h2 {color: #1e293b;scroll-margin-top: 1.5rem;}
.character-counter-seo a {color: #0d6efd;}
@media (hover: hover) {.character-counter-seo a:hover {color: #0a58ca;}}
.character-counter-contents {margin-top: 1.5rem;padding: 1.25rem 1.5rem;border-left: 4px solid #0d6efd;border-radius: 0 .75rem .75rem 0;background: #f8fafc;}
.character-counter-contents ol {padding-left: 1.25rem;}
.character-counter-contents li + li {margin-top: .35rem;}
.character-counter-topics {display: flex;flex-wrap: wrap;gap: .55rem;margin-top: 1.25rem;}
.character-counter-topics a {display: inline-flex;padding: .4rem .75rem;border: 1px solid #cfe2ff;border-radius: 50rem;background: #f0f6ff;font-size: .88rem;font-weight: 600;line-height: 1.3;text-decoration: none;transition: all .2s ease;}
@media (hover: hover) {.character-counter-topics a:hover {border-color: #0d6efd;background: #e7f1ff;}}
.character-counter-table {min-width: 44rem;}
.character-counter-table thead th {border-bottom-width: 1px;background: #e7f1ff;color: #1e3a5f;}
.character-counter-table th, .character-counter-table td {padding: .85rem 1rem;}
.character-counter-note {margin-top: 2rem;padding: 1.25rem 1.5rem;border: 1px solid #a3cfbb;border-left: 4px solid #198754;border-radius: .75rem;background: #f0fff6;}
@media (max-width: 575.98px) {.counter-limit {padding: 1rem;}
	.counter-limit select {max-width: 100%;}
	.counter-panel__header {align-items: stretch !important;flex-direction: column;}
	.counter-frequency-tabs {padding: 0 1rem;}
	.counter-frequency-table th, .counter-frequency-table td {padding: .7rem 1rem;}
	.character-counter-contents {padding: 1rem;}
	.character-counter-topics {gap: .4rem;}
	.character-counter-topics a {width: 100%;}}