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

/* 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-383 .tc-wp-tool-root img, .wpc-scope-383 .tc-wp-tool-root video, .wpc-scope-383 .tc-wp-tool-root svg, .wpc-scope-383 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-383 .tc-wp-tool-root #rope-font-generator{
            font-family: 'Nunito', 'Segoe UI Symbol', 'Noto Sans Symbols 2', 'Noto Color Emoji', 'Apple Color Emoji', 'Arial Unicode MS', Arial, sans-serif;
            background:
                radial-gradient(circle at 14% 18%, rgba(255,238,190,0.24), transparent 24%),
                radial-gradient(circle at 88% 15%, rgba(180,118,49,0.22), transparent 28%),
                radial-gradient(circle at 18% 86%, rgba(92,59,31,0.24), transparent 29%),
                linear-gradient(135deg, #2d1c0f 0%, #7a4e23 32%, #c9954f 65%, #3a2413 100%);
            width: 100%;
            padding: 2rem 1rem;
            box-sizing: border-box;
            color: #fff1c7;
            --rfg-dark: #2d1c0f;
            --rfg-brown: #7a4e23;
            --rfg-tan: #c9954f;
            --rfg-rope: #d9aa5e;
            --rfg-light: #fff1c7;
            --rfg-cream: #ffeec0;
            --rfg-muted: #f1d7a2;
            --rfg-card-bg: rgba(43, 27, 14, 0.92);
            --rfg-border: rgba(255, 225, 157, 0.46);
            --rfg-font: 'Nunito', 'Segoe UI Symbol', 'Noto Sans Symbols 2', 'Noto Color Emoji', 'Apple Color Emoji', 'Arial Unicode MS', Arial, sans-serif;
        }.wpc-scope-383 .tc-wp-tool-root #rope-font-generator *{ box-sizing: border-box; }.wpc-scope-383 .tc-wp-tool-root .rfg-wrapper{
            width: 100%;
            max-width: 1200px;
            margin: 0 auto;
            background:
                linear-gradient(180deg, rgba(71,43,18,0.96), rgba(35,22,12,0.96)),
                repeating-linear-gradient(45deg, rgba(255,238,190,0.055) 0 5px, transparent 5px 14px),
                repeating-linear-gradient(-45deg, rgba(255,238,190,0.035) 0 5px, transparent 5px 14px);
            border-radius: 24px;
            border: 4px dashed var(--rfg-border);
            box-shadow: 0 0 46px rgba(0,0,0,0.38), 0 0 76px rgba(217,170,94,0.14), inset 0 0 66px rgba(255,238,190,0.06);
            overflow: hidden;
            position: relative;
        }.wpc-scope-383 .tc-wp-tool-root .rfg-wrapper::before{
            content: '';
            position: absolute;
            inset: 10px;
            border: 3px solid rgba(255,225,157,0.22);
            border-radius: 18px;
            pointer-events: none;
            background: repeating-linear-gradient(90deg, transparent 0 55px, rgba(255,238,190,0.08) 55px 58px, transparent 58px 112px);
        }.wpc-scope-383 .tc-wp-tool-root .rfg-header{
            max-width: 1200px;
            margin: 0 auto;
            text-align: center;
            padding: 2.8rem 1rem 2.2rem;
            position: relative;
        }.wpc-scope-383 .tc-wp-tool-root .rfg-title{
            font-family: 'Rye', 'Special Elite', Georgia, serif;
            font-size: clamp(1.5rem, 5vw, 2.8rem);
            margin: 0;
            font-weight: 400;
            text-transform: uppercase;
            background: linear-gradient(90deg, var(--rfg-light), var(--rfg-rope), #fff7d8, var(--rfg-tan));
            -webkit-background-clip: text;
            -webkit-text-fill-color: transparent;
            background-clip: text;
            text-shadow: 0 5px 18px rgba(0,0,0,0.48);
            letter-spacing: 1px;
        }.wpc-scope-383 .tc-wp-tool-root .rfg-desc{
            margin: 0.8rem auto 0;
            font-size: clamp(0.92rem, 3vw, 1.08rem);
            color: var(--rfg-muted);
            max-width: 805px;
            line-height: 1.58;
            font-weight: 700;
        }.wpc-scope-383 .tc-wp-tool-root .rfg-input-section{
            padding: 2rem;
            background:
                radial-gradient(circle at 10% 18%, rgba(255,238,190,0.10), transparent 24%),
                linear-gradient(180deg, rgba(122,78,35,0.62), rgba(45,28,15,0.60));
            border-top: 1px solid rgba(255,241,199,0.14);
            border-bottom: 3px dashed rgba(255,225,157,0.34);
            position: relative;
            z-index: 1;
        }.wpc-scope-383 .tc-wp-tool-root .rfg-input-section::before{
            content: 'KNOT - BRAID - LASSO - ROPE BORDER';
            position: absolute;
            right: 18px;
            top: 10px;
            color: rgba(255,241,199,0.44);
            font-size: 0.72rem;
            font-weight: 900;
            letter-spacing: 1.7px;
        }.wpc-scope-383 .tc-wp-tool-root .rfg-textarea-wrapper{ position: relative; margin-bottom: 1.5rem; }.wpc-scope-383 .tc-wp-tool-root .rfg-input{
            width: 100%;
            padding: 1.2rem;
            font-size: 1.16rem;
            border: 4px dashed rgba(255,225,157,0.48);
            border-radius: 16px;
            background: rgba(31,18,9,0.86);
            color: var(--rfg-light);
            resize: vertical;
            min-height: 140px;
            transition: all 0.25s ease;
            font-family: var(--rfg-font);
            font-weight: 800;
        }.wpc-scope-383 .tc-wp-tool-root .rfg-input:focus{
            outline: none;
            border-color: var(--rfg-cream);
            box-shadow: 0 0 0 4px rgba(217,170,94,0.16), 0 0 28px rgba(255,238,190,0.13);
        }.wpc-scope-383 .tc-wp-tool-root .rfg-input::placeholder{ color: rgba(255,241,199,0.48); font-weight: 700; }.wpc-scope-383 .tc-wp-tool-root .rfg-controls{
            display: flex;
            justify-content: space-between;
            align-items: center;
            flex-wrap: wrap;
            gap: 1rem;
        }.wpc-scope-383 .tc-wp-tool-root .rfg-char-counter{
            font-size: 0.9rem;
            color: var(--rfg-muted);
            font-weight: 900;
            text-transform: uppercase;
            letter-spacing: 1px;
        }.wpc-scope-383 .tc-wp-tool-root .rfg-btn-group{ display: flex !important; gap: 0.75rem !important; flex-wrap: wrap; }.wpc-scope-383 .tc-wp-tool-root .rfg-btn{
            padding: 0.72rem 1.4rem !important;
            border: none !important;
            border-radius: 999px !important;
            cursor: pointer !important;
            font-weight: 900 !important;
            font-size: clamp(0.76rem, 3vw, 0.95rem) !important;
            transition: all 0.2s ease !important;
            display: inline-flex !important;
            align-items: center !important;
            gap: 0.5rem !important;
            text-transform: uppercase !important;
            letter-spacing: 1px !important;
            font-family: var(--rfg-font) !important;
        }.wpc-scope-383 .tc-wp-tool-root .rfg-btn-primary{
            background: linear-gradient(135deg, var(--rfg-rope), var(--rfg-cream)) !important;
            color: #2d1c0f !important;
            box-shadow: 0 4px 16px rgba(217,170,94,0.34) !important;
        }.wpc-scope-383 .tc-wp-tool-root .rfg-btn-primary:hover{ transform: translateY(-2px) scale(1.02) !important; }.wpc-scope-383 .tc-wp-tool-root .rfg-btn-secondary{
            background: rgba(31,18,9,0.58) !important;
            border: 2px dashed rgba(255,225,157,0.48) !important;
            color: var(--rfg-muted) !important;
        }.wpc-scope-383 .tc-wp-tool-root .rfg-output-grid{
            padding: 2rem;
            display: grid;
            grid-template-columns: repeat(4, 1fr);
            gap: 1.35rem;
            position: relative;
            z-index: 1;
        }.wpc-scope-383 .tc-wp-tool-root .rfg-card{
            width: 100%;
            max-width: 100%;
            background:
                linear-gradient(180deg, rgba(60,36,18,0.97), rgba(30,18,9,0.96)),
                repeating-linear-gradient(45deg, rgba(255,238,190,0.035) 0 5px, transparent 5px 12px);
            border-radius: 16px;
            border: 3px dashed rgba(255,225,157,0.34);
            box-shadow: 0 8px 16px rgba(0,0,0,0.34);
            overflow: hidden;
            transition: all 0.28s ease;
            position: relative;
            display: flex;
            flex-direction: column;
        }.wpc-scope-383 .tc-wp-tool-root .rfg-card::after{
            content: '';
            position: absolute;
            top: 0;
            left: 0;
            right: 0;
            height: 5px;
            background: repeating-linear-gradient(90deg, #5b341a 0 10px, var(--rfg-rope) 10px 20px, var(--rfg-cream) 20px 30px);
            opacity: 0;
            transition: opacity 0.25s ease;
        }.wpc-scope-383 .tc-wp-tool-root .rfg-card:hover::after{ opacity: 1; }.wpc-scope-383 .tc-wp-tool-root .rfg-card:hover{ transform: translateY(-6px) scale(1.01); border-color: rgba(255,225,157,0.72); }.wpc-scope-383 .tc-wp-tool-root .rfg-card-header{
            padding: 0.85rem 1rem;
            background: rgba(122,78,35,0.48);
            border-bottom: 1px dashed rgba(255,225,157,0.25);
            display: flex;
            justify-content: space-between;
            align-items: center;
            gap: 0.75rem;
        }.wpc-scope-383 .tc-wp-tool-root .rfg-style-name{
            font-size: 0.72rem;
            font-weight: 900;
            color: var(--rfg-cream);
            text-transform: uppercase;
            letter-spacing: 1.2px;
            line-height: 1.35;
        }.wpc-scope-383 .tc-wp-tool-root .rfg-copy-btn{
            padding: 4px !important;
            background: transparent !important;
            border: none !important;
            cursor: pointer !important;
            color: var(--rfg-cream) !important;
            border-radius: 8px !important;
            transition: all 0.2s !important;
            display: flex !important;
            align-items: center !important;
            justify-content: center !important;
            flex-shrink: 0;
        }.wpc-scope-383 .tc-wp-tool-root .rfg-card-body{
            width: 100%;
            max-width: 100%;
            padding: 1.35rem;
            min-height: 190px;
            display: flex;
            align-items: center;
            justify-content: center;
            text-align: center;
            overflow-wrap: anywhere;
            word-break: break-word;
            font-family: 'Special Elite', var(--rfg-font);
            font-size: 1.18rem;
            color: var(--rfg-light);
            line-height: 1.45;
        }.wpc-scope-383 .tc-wp-tool-root .rfg-scroll-area{ max-height: 260px; overflow-y: auto; width: 100%; white-space: pre-wrap; }.wpc-scope-383 .tc-wp-tool-root .rfg-icon{ width: 20px; height: 20px; fill: currentColor; }.wpc-scope-383 .tc-wp-tool-root .rfg-hidden{ display: none; }.wpc-scope-383 .tc-wp-tool-root .rfg-load-more-container{ padding: 0 2rem 2.5rem; display: flex; justify-content: center; position: relative; z-index: 1; }.wpc-scope-383 .tc-wp-tool-root .rfg-load-more-btn{
            background: linear-gradient(135deg, var(--rfg-rope), #fff0b8) !important;
            color: #2d1c0f !important;
            padding: 0.95rem 2.6rem !important;
            border: 3px dashed rgba(255,241,199,0.70) !important;
            border-radius: 999px !important;
            font-size: 1rem !important;
            font-weight: 900 !important;
            text-transform: uppercase !important;
            letter-spacing: 2px !important;
            cursor: pointer !important;
            transition: all 0.25s !important;
            font-family: var(--rfg-font) !important;
        }.wpc-scope-383 .tc-wp-tool-root .rfg-load-more-btn:hover{ transform: translateY(-3px) scale(1.03) !important; filter: brightness(1.06); }@media (min-width: 320px) and (max-width: 374px){.tc-wp-tool-root #rope-font-generator{ padding: 1rem 0.5rem; }.tc-wp-tool-root .rfg-header{ padding: 1.5rem 0.5rem; }.tc-wp-tool-root .rfg-title{ font-size: 1.75rem; }.tc-wp-tool-root .rfg-desc{ font-size: 0.77rem; }.tc-wp-tool-root .rfg-input-section{ padding: 1rem; }.tc-wp-tool-root .rfg-input-section::before{ display: none; }.tc-wp-tool-root .rfg-input{ padding: 0.9rem; font-size: 1rem; min-height: 100px; }.tc-wp-tool-root .rfg-btn{ padding: 0.55rem 0.82rem !important; font-size: 0.7rem !important; }.tc-wp-tool-root .rfg-output-grid{ grid-template-columns: 1fr !important; padding: 0.55rem; gap: 1rem; }.tc-wp-tool-root .rfg-card-body{ padding: 1rem; font-size: 1.05rem; min-height: 165px; }.tc-wp-tool-root .rfg-load-more-container{ padding: 0 0.5rem 1.5rem; }}@media (min-width: 375px) and (max-width: 429px){.tc-wp-tool-root #rope-font-generator{ padding: 1.2rem 0.6rem; }.tc-wp-tool-root .rfg-header{ padding: 1.6rem 0.6rem; }.tc-wp-tool-root .rfg-title{ font-size: 1.95rem; }.tc-wp-tool-root .rfg-desc{ font-size: 0.82rem; }.tc-wp-tool-root .rfg-input-section{ padding: 1.2rem; }.tc-wp-tool-root .rfg-input-section::before{ display: none; }.tc-wp-tool-root .rfg-input{ padding: 0.95rem; font-size: 1.03rem; min-height: 110px; }.tc-wp-tool-root .rfg-btn{ padding: 0.55rem 0.9rem !important; font-size: 0.74rem !important; }.tc-wp-tool-root .rfg-output-grid{ grid-template-columns: 1fr !important; padding: 0.65rem; gap: 1.1rem; }.tc-wp-tool-root .rfg-card-body{ padding: 1.08rem; font-size: 1.1rem; min-height: 172px; }}@media (min-width: 430px) and (max-width: 767px){.tc-wp-tool-root #rope-font-generator{ padding: 1.4rem 0.8rem; }.tc-wp-tool-root .rfg-header{ padding: 1.9rem 0.8rem; }.tc-wp-tool-root .rfg-title{ font-size: 2.15rem; }.tc-wp-tool-root .rfg-desc{ font-size: 0.88rem; }.tc-wp-tool-root .rfg-input-section{ padding: 1.45rem; }.tc-wp-tool-root .rfg-input-section::before{ display: none; }.tc-wp-tool-root .rfg-output-grid{ grid-template-columns: 1fr !important; padding: 0.8rem; gap: 1.2rem; }}@media (min-width: 768px) and (max-width: 1023px){.tc-wp-tool-root .rfg-output-grid{ grid-template-columns: repeat(2, 1fr); padding: 1.2rem; gap: 1.2rem; }}@media (min-width: 1024px) and (max-width: 1199px){.tc-wp-tool-root .rfg-output-grid{ grid-template-columns: repeat(3, 1fr); gap: 1.2rem; }}@media (min-width: 1200px){.tc-wp-tool-root .rfg-output-grid{ grid-template-columns: repeat(4, 1fr); }}.wpc-scope-383 /* 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;
}