@import url('https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap');
@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');

/* tc-scoped:tc-wp-tool-root */

.tc-wp-tool-root{
  width: 100%;
  max-width: 100%;
  min-width: 0;
  box-sizing: border-box;
  display: flow-root;
  isolation: isolate;
  position: relative;
}.wpc-scope-52 .tc-wp-tool-root img, .wpc-scope-52 .tc-wp-tool-root video, .wpc-scope-52 .tc-wp-tool-root svg, .wpc-scope-52 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-52 .tc-wp-tool-root#cursive-font-generator{
            font-family: 'Segoe UI', Roboto, Helvetica, Arial, sans-serif;
            
            background: radial-gradient(circle at 15% 12%, rgba(255, 221, 245, 0.82), transparent 30%),
                        radial-gradient(circle at 86% 18%, rgba(190, 222, 255, 0.76), transparent 32%),
                        linear-gradient(135deg, #5f2c82 0%, #b66ad7 38%, #f7a8c7 72%, #ffd6a5 100%);
            width: 100%;
            padding: 3rem 1rem;
            box-sizing: border-box;
            color: #4a1d63;
        }.wpc-scope-52 .tc-wp-tool-root#cursive-font-generator *{
            box-sizing: border-box;
        }.wpc-scope-52 .tc-wp-tool-root .cv-wrapper{
            width: 100%;
            
            max-width: 1200px;
            margin: 0 auto;
            background: rgba(255, 255, 255, 0.7);
            backdrop-filter: blur(10px);
            -webkit-backdrop-filter: blur(10px);
            border-radius: 20px;
            box-shadow: 0 20px 50px rgba(0, 0, 0, 0.1);
            border: 1px solid rgba(255, 255, 255, 0.4);
            overflow: hidden;
        }.wpc-scope-52 .tc-wp-tool-root .cv-header{
            text-align: center;
            padding: 3rem 1rem;
        }.wpc-scope-52 .tc-wp-tool-root .cv-title{
            font-family: 'Georgia', serif;
            font-size: clamp(1.5rem, 5vw, 2.8rem);
            margin: 0;
            font-weight: 300;
            font-style: italic;
            color: #5f2c82;
            text-shadow: 2px 2px 4px rgba(255, 255, 255, 0.5);
        }.wpc-scope-52 .tc-wp-tool-root .cv-desc{
            margin-top: 0.5rem;
            font-size: 0.95rem;
            color: #6d5084;
            letter-spacing: 2px;
            text-transform: uppercase;
            font-weight: 600;
        }.wpc-scope-52 .tc-wp-tool-root .cv-input-section{
            padding: 2rem;
            background: rgba(255, 255, 255, 0.4);
        }.wpc-scope-52 .tc-wp-tool-root .cv-input{
            width: 100%;
            padding: 1.5rem;
            font-size: 1.3rem;
            border: 2px solid #e9d5ff;
            background: rgba(255, 255, 255, 0.9);
            color: #4a1d63;
            border-radius: 12px;
            resize: vertical;
            min-height: 120px;
            outline: none;
            transition: all 0.3s ease;
            box-shadow: inset 0 2px 4px rgba(0,0,0,0.05);
        }.wpc-scope-52 .tc-wp-tool-root .cv-input:focus{
            border-color: #b66ad7;
            background: #fff;
            box-shadow: 0 0 15px rgba(182, 106, 215, 0.2);
        }.wpc-scope-52 .tc-wp-tool-root .cv-controls{
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin-top: 1rem;
        }.wpc-scope-52 .tc-wp-tool-root .cv-btn-group{
            display: flex;
            gap: 0.75rem;
        }.wpc-scope-52 .tc-wp-tool-root .cv-btn{
            padding: 0.8rem 1.5rem;
            border-radius: 30px;
            border: none;
            cursor: pointer;
            font-weight: bold;
            font-size: 0.85rem;
            transition: all 0.2s ease;
            text-transform: uppercase;
        }.wpc-scope-52 .tc-wp-tool-root .cv-btn-primary{
            background: linear-gradient(to right, #5f2c82, #b66ad7);
            color: white;
            box-shadow: 0 4px 10px rgba(95, 44, 130, 0.3);
        }.wpc-scope-52 .tc-wp-tool-root .cv-btn-secondary{
            background: #fff;
            color: #5f2c82;
            border: 1px solid #e9d5ff;
        }.wpc-scope-52 .tc-wp-tool-root .cv-btn:hover{
            transform: translateY(-2px);
            box-shadow: 0 6px 15px rgba(95, 44, 130, 0.2);
        }.wpc-scope-52 .tc-wp-tool-root .cv-hidden{
            display: none;
        }.wpc-scope-52 .tc-wp-tool-root .cv-output-grid{
            padding: 2rem;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 2rem;
        }.wpc-scope-52 .tc-wp-tool-root .cv-card{
            background: white;
            border-radius: 15px;
            display: flex;
            flex-direction: column;
            border: 1px solid #f3e8ff;
            overflow: hidden;
            position: relative;
            min-height: 150px;
            transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
            box-shadow: 0 5px 15px rgba(0,0,0,0.03);
        }.wpc-scope-52 .tc-wp-tool-root .cv-card::after{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 3px;
            background: linear-gradient(90deg, #5f2c82, #b66ad7, #f7a8c7);
            opacity: 0;
            transition: opacity 0.4s ease;
            z-index: 1;
        }.wpc-scope-52 .tc-wp-tool-root .cv-card:hover::after{
            opacity: 1;
        }.wpc-scope-52 .tc-wp-tool-root .cv-card:hover{
            transform: translateY(-5px);
            box-shadow: 0 12px 25px rgba(95, 44, 130, 0.15);
            border-color: #b66ad7;
        }.wpc-scope-52 .tc-wp-tool-root .cv-card-header{
            padding: 0.7rem 1rem;
            background: #faf5ff;
            border-bottom: 1px solid #f3e8ff;
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 0.5rem;
        }.wpc-scope-52 .tc-wp-tool-root .cv-style-name{
            font-size: 0.7rem;
            text-transform: uppercase;
            font-weight: 800;
            color: #9333ea;
            letter-spacing: 1px;
            white-space: nowrap;
            overflow: hidden;
            text-overflow: ellipsis;
        }.wpc-scope-52 .tc-wp-tool-root .cv-copy-btn{
            background: transparent;
            border: 1px solid #d8b4fe;
            color: #9333ea;
            min-width: 32px;
            height: 32px;
            padding: 0 8px;
            border-radius: 8px;
            cursor: pointer;
            transition: all 0.2s;
            display: flex;
            align-items: center;
            justify-content: center;
            flex-shrink: 0;
            font-size: 0.7rem;
            font-weight: 700;
            white-space: nowrap;
        }.wpc-scope-52 .tc-wp-tool-root .cv-copy-btn:hover{
            background: #9333ea;
            border-color: #9333ea;
            color: #fff;
        }.wpc-scope-52 .tc-wp-tool-root .cv-copy-btn:hover .cv-icon{
            fill: #fff;
        }.wpc-scope-52 .tc-wp-tool-root .cv-icon{
            width: 16px;
            height: 16px;
            fill: #9333ea;
            transition: fill 0.2s;
            display: block;
        }.wpc-scope-52 .tc-wp-tool-root .cv-card-body{
            padding: 1rem;
            flex: 1;
            display: flex;
            align-items: center;
            justify-content: center;
            overflow-wrap: anywhere;
            word-break: break-word;
            text-align: center;
        }.wpc-scope-52 .tc-wp-tool-root .cv-scroll-area{
            max-height: 180px;
            overflow-y: auto;
            width: 100%;
            scrollbar-width: thin;
            scrollbar-color: #f7a8c7 transparent;
        }.wpc-scope-52 .tc-wp-tool-root .cv-scroll-area::-webkit-scrollbar{ width: 4px; }.wpc-scope-52 .tc-wp-tool-root .cv-scroll-area::-webkit-scrollbar-track{ background: transparent; }.wpc-scope-52 .tc-wp-tool-root .cv-scroll-area::-webkit-scrollbar-thumb{ background: #f7a8c7; border-radius: 10px; }.wpc-scope-52 .tc-wp-tool-root .cv-footer{
            text-align: center;
            padding: 0 0 4rem 0;
        }@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root#cursive-font-generator{ padding: 1rem 0.5rem; }.tc-wp-tool-root .cv-header{ padding: 1rem 0.5rem; }.tc-wp-tool-root .cv-title{ font-size: 1.2rem; }.tc-wp-tool-root .cv-desc{ font-size: 0.65rem; letter-spacing: 1px; }.tc-wp-tool-root .cv-input-section{ padding: 1rem; }.tc-wp-tool-root .cv-input{ padding: 0.7rem; font-size: 0.9rem; min-height: 80px; }.tc-wp-tool-root .cv-btn{ padding: 0.4rem 0.7rem; font-size: 0.65rem; }.tc-wp-tool-root .cv-output-grid{ grid-template-columns: 1fr !important; padding: 0.5rem; gap: 0.8rem; }.tc-wp-tool-root .cv-card-body{ padding: 0.8rem; font-size: 1rem; }.tc-wp-tool-root .cv-footer{ padding: 0 0.5rem 1rem; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root#cursive-font-generator{ padding: 1.2rem 0.6rem; }.tc-wp-tool-root .cv-header{ padding: 1.2rem 0.6rem; }.tc-wp-tool-root .cv-title{ font-size: 1.4rem; }.tc-wp-tool-root .cv-desc{ font-size: 0.7rem; letter-spacing: 1.5px; }.tc-wp-tool-root .cv-input-section{ padding: 1.2rem; }.tc-wp-tool-root .cv-input{ padding: 0.8rem; font-size: 0.95rem; min-height: 80px; }.tc-wp-tool-root .cv-btn{ padding: 0.45rem 0.85rem; font-size: 0.7rem; }.tc-wp-tool-root .cv-output-grid{ grid-template-columns: 1fr !important; padding: 0.6rem; gap: 1rem; }.tc-wp-tool-root .cv-card-body{ padding: 1rem; font-size: 1.1rem; }.tc-wp-tool-root .cv-footer{ padding: 0 0.6rem 1.2rem; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root#cursive-font-generator{ padding: 1.5rem 0.8rem; }.tc-wp-tool-root .cv-header{ padding: 1.5rem 0.8rem; }.tc-wp-tool-root .cv-title{ font-size: 1.6rem; }.tc-wp-tool-root .cv-desc{ font-size: 0.75rem; }.tc-wp-tool-root .cv-input-section{ padding: 1.5rem; }.tc-wp-tool-root .cv-input{ padding: 0.9rem; font-size: 1rem; min-height: 100px; }.tc-wp-tool-root .cv-btn{ padding: 0.5rem 1rem; font-size: 0.75rem; }.tc-wp-tool-root .cv-output-grid{ grid-template-columns: 1fr !important; padding: 0.8rem; gap: 1.2rem; }.tc-wp-tool-root .cv-card-body{ padding: 1.2rem; font-size: 1.2rem; }.tc-wp-tool-root .cv-footer{ padding: 0 0.8rem 1.5rem; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .cv-output-grid{ grid-template-columns: repeat(2, 1fr) !important; padding: 1.2rem; gap: 1.2rem; }.tc-wp-tool-root .cv-card-body{ padding: 1.2rem; font-size: 1.2rem; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .cv-output-grid{ grid-template-columns: repeat(3, 1fr) !important; gap: 1.2rem; }.tc-wp-tool-root .cv-card-body{ font-size: 1.2rem; }}@media (min-width: 1200px){.tc-wp-tool-root .cv-output-grid{ grid-template-columns: repeat(4, 1fr); }}.wpc-scope-52 /* tc-layout-guard: stay in page body flow — do not overlap theme header/nav */
.tc-wp-tool-root{
  position: relative !important;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
  margin-top: 0 !important;
  width: 100% !important;
  max-width: 100% !important;
  min-width: 0 !important;
  box-sizing: border-box !important;
  z-index: 0 !important;
}