
    /* ===================== PRO CSC TOOLS CHROME (fixed — do not edit) ===================== */
    :root{--brand:#ab183d;--brand2:#d9304f}
    body{padding:0 !important;font-family:'Inter','Segoe UI',sans-serif !important}
    .app-container{padding:0 18px}
    a{text-decoration:none}
    .site-nav{position:sticky;top:0;z-index:1000;background:#fff;border-bottom:1px solid #f0e3e7;box-shadow:0 2px 14px rgba(0,0,0,.05)}
    .nav-inner{max-width:1280px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:13px 18px}
    .brand{display:flex;align-items:center;gap:9px;font-size:20px;font-weight:800;color:var(--brand);letter-spacing:-.3px}
    .brand i{color:#e0aa14;font-size:19px}
    .nav-links{display:flex;align-items:center;gap:24px;list-style:none;margin:0;padding:0}
    .nav-links a{color:#3f3f46;font-weight:600;font-size:15px;transition:color .2s}
    .nav-links a:hover{color:var(--brand)}
    .nav-cta{background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff !important;padding:9px 16px;border-radius:10px;font-weight:700;font-size:14px}
    .nav-toggle{display:none;background:none;border:none;font-size:22px;color:var(--brand);cursor:pointer}
    .site-mobile-menu{display:none;flex-direction:column;background:#fff;border-bottom:1px solid #eee;padding:6px 18px}
    .site-mobile-menu.open{display:flex}
    .site-mobile-menu a{padding:12px 4px;color:#3f3f46;font-weight:600;border-bottom:1px solid #f4f4f5}
    .site-mobile-menu a:last-child{border-bottom:none}
    @media(max-width:860px){.nav-links{display:none}.nav-toggle{display:block}}
    .tool-hero{background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff;padding:44px 18px 40px;text-align:center}
    .tool-hero .crumbs{font-size:13px;opacity:.92;margin-bottom:12px}
    .tool-hero .crumbs a{color:#fff}
    .tool-hero h1{font-size:34px;line-height:1.15;margin:0 0 12px;font-weight:800;color:#fff}
    .tool-hero p{font-size:16px;max-width:700px;margin:0 auto 20px;opacity:.96;line-height:1.55}
    .hero-stats{display:flex;justify-content:center;gap:14px;flex-wrap:wrap}
    .hstat{background:rgba(255,255,255,.14);border:1px solid rgba(255,255,255,.24);border-radius:14px;padding:12px 22px;min-width:118px}
    .hnum{display:block;font-size:22px;font-weight:800}
    .hlbl{font-size:12px;opacity:.92}
    @media(max-width:860px){.tool-hero h1{font-size:26px}.tool-hero p{font-size:15px}}
    .section{max-width:1100px;margin:48px auto;padding:0 18px}
    .section h2{font-size:26px;font-weight:800;color:#18181b;text-align:center;margin-bottom:8px}
    .section .sub{text-align:center;color:#71717a;margin-bottom:28px;font-size:15px}
    .steps{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:18px}
    .step-card{background:#fff;border:1px solid #f0e3e7;border-radius:16px;padding:22px;box-shadow:0 4px 18px rgba(0,0,0,.05);transition:transform .2s}
    .step-card:hover{transform:translateY(-4px)}
    .step-card .num{width:38px;height:38px;border-radius:11px;background:linear-gradient(135deg,var(--brand),var(--brand2));color:#fff;display:flex;align-items:center;justify-content:center;font-weight:800;margin-bottom:12px}
    .step-card h3{font-size:16px;margin:0 0 6px;color:#18181b}
    .step-card p{font-size:13.5px;color:#52525b;line-height:1.55;margin:0}
    .faq-section{max-width:820px;margin:48px auto;padding:0 18px}
    .faq-section .faq-item{background:#fff;border:1px solid #f0e3e7 !important;border-radius:14px;margin-bottom:12px;padding:0;box-shadow:0 3px 14px rgba(0,0,0,.04);overflow:hidden}
    .faq-section .faq-question{display:flex;justify-content:space-between;align-items:center;gap:12px;font-weight:700;font-size:15.5px;color:#18181b;padding:17px 20px;cursor:pointer}
    .faq-section .faq-question span{color:var(--brand);font-size:13px}
    .faq-section .faq-answer{display:none;padding:0 20px;color:#52525b;font-size:14.5px;line-height:1.6}
    .faq-section .faq-answer.show{display:block;padding:0 20px 17px}
    .site-footer{background:#1a1014;color:#e7d7dc;margin-top:52px;padding:46px 18px 22px;box-shadow:none;border:none}
    .footer-grid{max-width:1180px;margin:0 auto;display:grid;grid-template-columns:1.5fr 1fr 1fr 1.3fr;gap:30px}
    .site-footer .fbrand{display:flex;align-items:center;gap:9px;font-size:20px;font-weight:800;color:#fff;margin-bottom:12px}
    .site-footer .fbrand i{color:#e0aa14}
    .site-footer p{font-size:13.5px;line-height:1.6;color:#b9a7ad;margin:0 0 12px}
    .site-footer h4{font-size:15px;color:#fff;margin:0 0 14px}
    .site-footer ul{list-style:none;padding:0;margin:0}
    .site-footer ul li{margin-bottom:9px}
    .site-footer ul a{color:#b9a7ad;font-size:13.5px}
    .site-footer ul a:hover{color:#fff}
    .social-row{display:flex;gap:11px;margin-top:6px}
    .social-row a{width:36px;height:36px;border-radius:9px;background:rgba(255,255,255,.08);display:flex;align-items:center;justify-content:center;color:#e7d7dc;font-size:16px}
    .social-row a:hover{background:var(--brand);color:#fff}
    .footer-bottom{max-width:1180px;margin:26px auto 0;padding-top:18px;border-top:1px solid rgba(255,255,255,.1);text-align:center;font-size:13px;color:#9b888e}
    @media(max-width:860px){.footer-grid{grid-template-columns:1fr 1fr}}
    @media(max-width:520px){.footer-grid{grid-template-columns:1fr}}
    .wa-float{position:fixed;right:20px;bottom:20px;width:56px;height:56px;border-radius:50%;background:#25d366;color:#fff;display:flex;align-items:center;justify-content:center;font-size:28px;box-shadow:0 6px 20px rgba(37,211,102,.45);z-index:1200;animation:waFloat 2.6s ease-in-out infinite}
    @keyframes waFloat{0%,100%{transform:translateY(0)}50%{transform:translateY(-7px)}}
    @media print{.site-nav,.site-mobile-menu,.tool-hero,.wa-float,.section,.faq-section,.site-footer{display:none !important}}

    /* Custom Tool Styles */
    .tool-box {
        background: #ffffff;
        border: 1px solid #f0e3e7;
        border-radius: 24px;
        box-shadow: 0 10px 30px rgba(0,0,0,0.06);
    }
    .cropper-container {
        max-height: 400px;
        border-radius: 12px;
    }
    .btn-primary-tool {
        background: linear-gradient(135deg, #ab183d 0%, #d9304f 100%);
        color: white;
        padding: 14px 30px;
        border-radius: 50px;
        font-weight: 700;
        border: none;
        cursor: pointer;
        transition: all 0.3s;
        box-shadow: 0 4px 15px rgba(171, 24, 61, 0.25);
    }
    .btn-primary-tool:hover {
        transform: translateY(-2px);
        box-shadow: 0 8px 25px rgba(171, 24, 61, 0.4);
    }
    .preset-card {
        border: 2px solid #e5e7eb;
        border-radius: 16px;
        padding: 14px;
        text-align: center;
        cursor: pointer;
        transition: all 0.2s ease;
        background: #fff;
    }
    .preset-card:hover, .preset-card.active {
        border-color: #ab183d;
        background: #fff5f7;
        transform: translateY(-2px);
    }
    .preset-card.active .preset-title {
        color: #ab183d;
    }
    .toast-msg {
        position: fixed;
        bottom: 20px;
        right: 20px;
        padding: 16px 24px;
        border-radius: 12px;
        color: white;
        font-weight: 600;
        z-index: 1000;
        animation: slideIn 0.3s ease;
        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.2);
    }
    @keyframes slideIn {
        from { transform: translateX(100%); opacity: 0; }
        to { transform: translateX(0); opacity: 1; }
    }
    