/* twitter-snowflake-id-decoder-online-free — tool styles scoped to .tool-card */

.tool-card .header h1 { font-size: 32px; margin-bottom: 15px; }
.tool-card .header .free-badge {
            display: inline-block;
            background: #10b981;
            color: white;
            padding: 8px 20px;
            border-radius: 20px;
            font-size: 14px;
            font-weight: 600;
            margin-top: 10px;
        }
.tool-card .section { margin-bottom: 40px; }
.tool-card .section h2 { color: #1DA1F2; font-size: 28px; margin-bottom: 20px; }
.tool-card .section p { color: #666; line-height: 1.8; margin-bottom: 15px; }
.tool-card .free-features {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
            gap: 20px;
            margin: 30px 0;
        }
.tool-card .feature-card {
            background: linear-gradient(135deg, #10b98115 0%, #05966915 100%);
            padding: 25px;
            border-radius: 12px;
            border-left: 5px solid #10b981;
            text-align: center;
        }
.tool-card .feature-icon {
            font-size: 40px;
            margin-bottom: 15px;
        }
.tool-card .feature-title {
            font-size: 18px;
            font-weight: 600;
            color: #10b981;
            margin-bottom: 8px;
        }
.tool-card .feature-desc {
            font-size: 14px;
            color: #666;
        }
.tool-card .decoder-section {
            background: linear-gradient(135deg, #1DA1F215 0%, #0d8bd915 100%);
            padding: 30px;
            border-radius: 12px;
            border: 2px solid #1DA1F2;
            margin: 30px 0;
        }
.tool-card input[type="text"] {
            width: 100%;
            padding: 14px;
            border: 2px solid #1DA1F2;
            border-radius: 8px;
            font-size: 15px;
            font-family: monospace;
            margin-bottom: 15px;
        }
.tool-card .btn {
            width: 100%;
            padding: 14px;
            background: linear-gradient(135deg, #1DA1F2 0%, #0d8bd9 100%);
            color: white;
            border: none;
            border-radius: 8px;
            font-size: 16px;
            font-weight: 600;
            cursor: pointer;
        }
.tool-card .result {
            display: none;
            background: white;
            padding: 25px;
            border-radius: 8px;
            margin-top: 20px;
        }
.tool-card .result-grid {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
            gap: 15px;
        }
.tool-card .result-card {
            background: #f9f9f9;
            padding: 15px;
            border-radius: 8px;
            border-left: 4px solid #10b981;
        }
.tool-card .result-label {
            font-size: 12px;
            color: #666;
            margin-bottom: 8px;
            text-transform: uppercase;
            font-weight: 600;
        }
.tool-card .result-value {
            font-weight: 600;
            color: #1a202c;
            font-size: 16px;
            word-break: break-all;
        }
.tool-card .comparison-box {
            background: #f9f9f9;
            padding: 30px;
            border-radius: 12px;
            margin: 30px 0;
        }
.tool-card .comparison-box h3 {
            color: #1DA1F2;
            margin-bottom: 20px;
            text-align: center;
        }
.tool-card .comparison-table {
            width: 100%;
            border-collapse: collapse;
            background: white;
            border-radius: 8px;
            overflow: hidden;
        }
.tool-card .comparison-table th {
            background: #1DA1F2;
            color: white;
            padding: 15px;
            text-align: left;
        }
.tool-card .comparison-table td {
            padding: 15px;
            border-bottom: 1px solid #eee;
        }
.tool-card .comparison-table .check {
            color: #10b981;
            font-size: 20px;
            font-weight: 700;
        }
.tool-card .comparison-table .cross {
            color: #ef4444;
            font-size: 20px;
            font-weight: 700;
        }
.tool-card .cta-box {
            background: linear-gradient(135deg, #10b981 0%, #059669 100%);
            color: white;
            padding: 40px;
            border-radius: 12px;
            text-align: center;
            margin: 30px 0;
        }
.tool-card .cta-box h3 {
            font-size: 28px;
            margin-bottom: 15px;
        }
.tool-card .cta-box p {
            font-size: 16px;
            opacity: 0.95;
            margin-bottom: 25px;
        }
.tool-card .cta-stats {
            display: grid;
            grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
            gap: 20px;
            margin-top: 30px;
        }
.tool-card .stat {
            background: rgba(255,255,255,0.2);
            padding: 20px;
            border-radius: 8px;
        }
.tool-card .stat-number {
            font-size: 32px;
            font-weight: 700;
            margin-bottom: 5px;
        }
.tool-card .stat-label {
            font-size: 14px;
            opacity: 0.9;
        }
.tool-card .seo-content {
            margin-top: 40px;
            line-height: 1.9;
            color: #444;
            font-size: 15px;
        }
.tool-card .seo-content .container {
            padding: 0 20px;
        }
.tool-card .seo-content h2, .tool-card .seo-content h3 {
            font-size: 18px;
            font-weight: 600;
            margin-top: 24px;
            margin-bottom: 10px;
            color: #667eea;
        }
.tool-card .seo-content p {
            margin-bottom: 14px;
            color: #555;
        }
.tool-card .seo-content ul, .tool-card .seo-content ol {
            margin-left: 22px;
            margin-bottom: 16px;
        }
.tool-card .seo-content li {
            margin-bottom: 8px;
            color: #555;
        }
.tool-card .examples-content {
            margin-top: 40px;
            line-height: 1.9;
            color: #444;
            font-size: 15px;
        }
.tool-card .examples-content .container {
            padding: 0 20px;
        }
.tool-card .examples-content h2, .tool-card .examples-content h3 {
            font-size: 18px;
            font-weight: 600;
            margin-top: 24px;
            margin-bottom: 10px;
            color: #667eea;
        }
.tool-card .examples-content p {
            margin-bottom: 14px;
            color: #555;
        }
.tool-card .examples-content pre {
            background: #1e1e2e;
            color: #cdd6f4;
            padding: 18px 20px;
            border-radius: 8px;
            overflow-x: auto;
            margin-bottom: 18px;
            font-size: 13px;
            line-height: 1.6;
        }
.tool-card .examples-content code {
            font-family: 'Fira Code', 'Cascadia Code', 'Monaco', 'Menlo', monospace;
        }
.tool-card .examples-content ul, .tool-card .examples-content ol {
            margin-left: 22px;
            margin-bottom: 16px;
        }
.tool-card .examples-content li {
            margin-bottom: 8px;
            color: #555;
        }
