@import url('https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0/css/all.min.css');
@import url("https://fonts.googleapis.com");
@import url("https://fonts.gstatic.com");

/* 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-72 .tc-wp-tool-root img, .wpc-scope-72 .tc-wp-tool-root video, .wpc-scope-72 .tc-wp-tool-root svg, .wpc-scope-72 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-72 .tc-wp-tool-root{
        --accent: #FF9800;
        --accent-deep: #F57C00;
        --accent-cyan: #00BCD4;
        --accent-cyan-deep: #0097A7;
        --card-bg: #2d2142;
        --card-border: rgba(255, 255, 255, 0.12);
        --input-bg: #ffffff;
        --input-focus-ring: rgba(255, 152, 0, 0.5);
        --text: #fff;
        --text-muted: rgba(255, 255, 255, 0.92);
        --text-dim: #d4cee0;
        --radius: 16px;
        --radius-sm: 12px;
        --radius-input: 10px;
        --error: #ff6b6b;
    }.wpc-scope-72 .tc-wp-tool-root *{ 
        box-sizing: border-box; 
        margin: 0; 
        padding: 0; 
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-wrapper{
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
        background: linear-gradient(180deg, #392d69 0%, #4a3a7a 50%, #3d2d6b 100%);
        background-attachment: scroll;
        color: var(--text);
        min-height: 100vh;
        padding: 32px 28px 56px;
        line-height: 1.6;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-container{
        max-width: 1200px;
        margin: 0 auto;
        padding: 0;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-hero{
        text-align: center;
        margin-bottom: 36px;
        animation: fadeIn 0.6s ease-out;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-badge{
        display: inline-block;
        font-size: 0.8125rem;
        font-weight: 600;
        letter-spacing: 0.05em;
        text-transform: uppercase;
        color: var(--accent);
        background: rgba(255, 152, 0, 0.2);
        padding: 8px 16px;
        border-radius: 999px;
        margin-bottom: 16px;
        animation: fadeIn 0.5s ease-out 0.1s both;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-title{
        font-size: 34px !important;
        font-weight: 700 !important;
        color: #fff !important;
        margin-bottom: 12px;
        letter-spacing: -0.02em;
        animation: fadeIn 0.5s ease-out 0.15s both;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-title span{
        color: var(--accent);
        position: relative;
        display: inline-block;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-title span::after{
        content: "";
        position: absolute;
        bottom: -3px;
        left: 0;
        width: 100%;
        height: 3px;
        background: var(--accent);
        border-radius: 10px;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-subtitle{
        font-size: 17px;
        color: var(--text-dim);
        max-width: 600px;
        margin: 0 auto;
        line-height: 1.5;
        animation: fadeIn 0.5s ease-out 0.2s both;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-subtitle a{
        color: var(--accent-cyan);
        text-decoration: none;
        font-weight: 600;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-subtitle a:hover{ text-decoration: underline; }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-card{
        background: var(--card-bg);
        border-radius: var(--radius);
        padding: 36px 32px;
        margin-bottom: 28px;
        border: 1px solid var(--card-border);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
        animation: cardIn 0.4s ease-out both;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-card.section-inputs{ animation-delay: 0.08s; }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-card-title{
        font-size: 1rem !important;
        font-weight: 600 !important;
        color: var(--text-dim) !important;
        margin-bottom: 24px !important;
        letter-spacing: 0.02em !important;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-card-inner-with-map{
        display: flex;
        gap: 24px;
        align-items: flex-start;
        flex-wrap: wrap;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-card-inner-with-map .tax-calculator-form{
        flex: 1;
        min-width: 280px;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-usa-map-wrap{
        text-align: center;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-usa-map-wrap-inside{
        flex-shrink: 0;
        max-width: 220px;
        margin-top: 0;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-usa-map-wrap-inside .tax-calculator-usa-map-inner{
        max-width: 220px;
        min-height: 140px;
        padding: 8px;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-usa-map-wrap-inside .tax-calculator-usa-map-placeholder{
        padding: 24px 12px;
        font-size: 0.75rem;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-usa-map-wrap-inside .tax-calculator-usa-map-caption{
        font-size: 0.75rem;
        margin-bottom: 8px;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-field{
        margin-bottom: 24px;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-field:last-child{ margin-bottom: 0; }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-label{
        display: block;
        font-size: 0.9375rem;
        font-weight: 500;
        color: var(--text-dim);
        margin-bottom: 10px;
        transition: color 0.2s;
        position: relative;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-field:focus-within .tax-calculator-label{ color: var(--accent); }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-input-wrap{
        position: relative;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-input-wrap .tax-calculator-prefix{
        position: absolute;
        left: 18px;
        top: 50%;
        transform: translateY(-50%);
        font-size: 1rem;
        font-weight: 500;
        color: #64748b;
        pointer-events: none;
        transition: color 0.2s;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-field:focus-within .tax-calculator-input-wrap .tax-calculator-prefix{ color: var(--accent-deep); }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-input-wrap.has-prefix input{ padding-left: 38px; }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-input, .wpc-scope-72 .tc-wp-tool-root .tax-calculator-select{
        width: 100% !important;
        padding: 16px 18px !important;
        font-size: 16px !important;
        font-family: inherit !important;
        border: 1px solid rgba(0, 0, 0, 0.08) !important;
        outline: none !important;
        border-radius: var(--radius-input) !important;
        background: var(--input-bg) !important;
        color: #1a1a2e !important;
        font-weight: 500 !important;
        transition: border-color 0.2s, box-shadow 0.2s !important;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-select{
        appearance: none !important;
        -webkit-appearance: none !important;
        -moz-appearance: none !important;
        cursor: pointer !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2364748b' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat !important;
        background-position: right 14px center !important;
        padding-right: 42px !important;
        line-height: 1.5 !important;
        height: auto !important;
        min-height: 52px !important;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-select option{
        color: #1a1a2e !important;
        background-color: #ffffff !important;
        font-weight: 500 !important;
        font-size: 16px !important;
        padding: 12px !important;
        line-height: 1.5 !important;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-input::placeholder{ color: #64748b; }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-input:hover:not(:focus):not(:disabled), .wpc-scope-72 .tc-wp-tool-root .tax-calculator-select:hover:not(:focus){
        border-color: rgba(0, 0, 0, 0.12);
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-input:focus, .wpc-scope-72 .tc-wp-tool-root .tax-calculator-select:focus{
        border-color: var(--accent) !important;
        box-shadow: 0 0 0 3px var(--input-focus-ring) !important;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-input[type="number"]{
        appearance: textfield;
        -moz-appearance: textfield;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-input[type="number"]::-webkit-outer-spin-button, .wpc-scope-72 .tc-wp-tool-root .tax-calculator-input[type="number"]::-webkit-inner-spin-button{
        appearance: none;
        -webkit-appearance: none;
        margin: 0;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-row{ 
        display: grid; 
        grid-template-columns: 1fr 1fr; 
        gap: 24px; 
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-row.three{ grid-template-columns: 1fr 1fr 1fr; }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-field-error{
        display: block;
        font-size: 0.8125rem;
        color: var(--error);
        margin-top: 6px;
        min-height: 1.2em;
        transition: opacity 0.2s;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-field-error:empty{ display: none; }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-field.is-invalid .tax-calculator-input-wrap input, .wpc-scope-72 .tc-wp-tool-root .tax-calculator-field.is-invalid .tax-calculator-input-wrap select, .wpc-scope-72 .tc-wp-tool-root .tax-calculator-input.is-invalid, .wpc-scope-72 .tc-wp-tool-root .tax-calculator-select.is-invalid{
        border-color: var(--error) !important;
        box-shadow: 0 0 0 2px rgba(255, 107, 107, 0.25) !important;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-advanced-panel{
        margin-top: 12px;
        margin-bottom: 24px;
        border: 1px solid var(--card-border);
        border-radius: var(--radius-sm);
        overflow: hidden;
        background: rgba(255, 255, 255, 0.05);
        transition: border-color 0.2s, box-shadow 0.2s;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-advanced-panel.is-open{
        border-color: rgba(255, 152, 0, 0.4);
        box-shadow: 0 0 0 1px rgba(255, 152, 0, 0.2);
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-advanced-trigger{
        width: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: space-between !important;
        padding: 16px 18px !important;
        font-size: 0.9375rem !important;
        font-weight: 600 !important;
        color: var(--text-dim) !important;
        background: transparent !important;
        border: none !important;
        cursor: pointer !important;
        font-family: inherit !important;
        transition: color 0.2s, background 0.2s !important;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-advanced-trigger:hover{ 
        background: rgba(255, 152, 0, 0.1); 
        color: var(--accent); 
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-advanced-trigger .tax-calculator-icon{
        width: 22px;
        height: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: var(--text-dim);
        transition: transform 0.35s ease, color 0.2s;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-advanced-panel.is-open .tax-calculator-advanced-trigger .tax-calculator-icon{
        transform: rotate(180deg);
        color: var(--accent);
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-advanced-content{
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease-out;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-advanced-panel.is-open .tax-calculator-advanced-content{ max-height: 340px; }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-advanced-inner{
        padding: 18px 16px;
        border-top: 1px solid var(--card-border);
        background: rgba(0, 0, 0, 0.12);
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-advanced-inner .tax-calculator-input{ 
        background: var(--input-bg); 
        color: #1a1a2e; 
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-btn{
        display: inline-flex !important;
        align-items: center !important;
        justify-content: center !important;
        gap: 10px !important;
        width: 100% !important;
        padding: 18px 28px !important;
        font-size: 17px !important;
        font-weight: 600 !important;
        font-family: inherit !important;
        color: #fff !important;
        background: linear-gradient(135deg, var(--accent), var(--accent-deep)) !important;
        border: none !important;
        border-radius: var(--radius-input) !important;
        cursor: pointer !important;
        transition: all 0.3s !important;
        box-shadow: 0 5px 15px rgba(255, 152, 0, 0.3) !important;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-btn:hover:not(:disabled){
        background: linear-gradient(135deg, #FB8C00, #EF6C00);
        transform: translateY(-2px);
        box-shadow: 0 8px 20px rgba(255, 152, 0, 0.4);
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-btn:active:not(:disabled){ transform: translateY(0); }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-btn:disabled{ 
        opacity: 0.6; 
        cursor: not-allowed; 
        transform: none; 
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-location-preview{
        font-size: 0.8125rem;
        color: rgba(255, 255, 255, 0.75);
        margin-top: 8px;
        min-height: 1.2em;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-usa-map-caption{
        font-size: 0.8125rem;
        color: var(--text-dim);
        margin-bottom: 12px;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-usa-map-inner{
        display: inline-block;
        max-width: 320px;
        min-height: 200px;
        background: rgba(255, 255, 255, 0.08);
        border-radius: var(--radius-sm);
        padding: 12px;
        border: 1px solid rgba(255, 255, 255, 0.2);
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-usa-map-placeholder{
        color: var(--text-dim);
        font-size: 0.875rem;
        padding: 48px 24px;
        text-align: center;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-usa-map-svg-wrap{
        width: 100%;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-usa-map-svg-wrap svg{
        width: 100%;
        height: auto;
        display: block;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-usa-map{
        width: 100%;
        height: auto;
        display: block;
        color: rgba(255, 255, 255, 0.5);
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-usa-map path{
        fill: currentColor;
        transition: fill 0.25s ease, color 0.25s ease;
        stroke: rgba(255, 255, 255, 0.95);
        stroke-width: 1.2;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-usa-map path.highlighted{
        color: var(--accent);
        fill: var(--accent);
        stroke: var(--accent-deep);
        stroke-width: 1.4;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result{
        margin-top: 36px;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result .tax-calculator-card{ animation: resultIn 0.5s ease-out both; }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-placeholder{
        background: var(--card-bg);
        border-radius: var(--radius);
        padding: 40px 36px;
        margin-bottom: 28px;
        border: 1px solid var(--card-border);
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.25);
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-placeholder-header{
        display: flex;
        align-items: center;
        gap: 28px;
        margin-bottom: 32px;
        flex-wrap: wrap;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-placeholder-icon{
        width: 120px;
        height: 120px;
        border-radius: 50%;
        background: linear-gradient(135deg, var(--accent-cyan), var(--accent));
        border: 4px solid rgba(255, 255, 255, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
        color: rgba(255, 255, 255, 0.9);
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-placeholder-icon svg{
        width: 56px;
        height: 56px;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-placeholder-info{
        flex: 1;
        min-width: 200px;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-placeholder-info h3{
        font-size: 22px !important;
        font-weight: 700 !important;
        color: var(--accent) !important;
        margin: 0 0 6px !important;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-placeholder-info p{
        font-size: 16px !important;
        color: var(--text-dim) !important;
        margin: 0 !important;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-placeholder-stats{
        display: flex;
        gap: 40px;
        margin: 24px 0 28px;
        padding: 24px 0;
        border-top: 1px solid var(--card-border);
        border-bottom: 1px solid var(--card-border);
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-placeholder-stat{
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-placeholder-stat-value{
        font-size: 22px;
        font-weight: 700;
        color: var(--accent-cyan);
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-placeholder-stat-label{
        font-size: 14px;
        color: var(--text-dim);
        margin-top: 4px;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-placeholder-tabs{
        display: flex;
        justify-content: center;
        gap: 12px;
        flex-wrap: wrap;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-placeholder-tabs button{
        background: rgba(255, 255, 255, 0.08);
        color: var(--text-dim);
        border: none;
        font-weight: 600;
        font-size: 15px;
        padding: 14px 26px;
        cursor: default;
        border-radius: 50px;
        transition: all 0.2s;
        display: flex;
        align-items: center;
        gap: 8px;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-placeholder-tabs button.active{
        background: var(--accent);
        color: #fff;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-placeholder-empty{
        text-align: center;
        color: var(--text-dim);
        font-size: 16px;
        padding: 32px 24px;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-placeholder.loading .tax-calculator-result-placeholder-stats, .wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-placeholder.loading .tax-calculator-result-placeholder-tabs{ opacity: 0.5; }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-placeholder.loading .tax-calculator-result-placeholder-empty{ color: rgba(255,255,255,0.9); }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-error{
        background: rgba(255, 107, 107, 0.2);
        color: var(--error);
        padding: 18px;
        border-radius: var(--radius-sm);
        margin-bottom: 16px;
        border: 1px solid rgba(255, 107, 107, 0.4);
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-card-title{
        font-size: 1.125rem !important;
        font-weight: 700 !important;
        color: var(--accent) !important;
        margin-bottom: 20px !important;
        padding-bottom: 12px !important;
        border-bottom: 1px solid var(--card-border) !important;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-key-stats{
        display: flex;
        gap: 32px;
        margin-bottom: 24px;
        padding: 20px 0;
        border-bottom: 1px solid var(--card-border);
        flex-wrap: wrap;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-key-stat{
        display: flex;
        flex-direction: column;
        gap: 4px;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-key-stat-label{
        font-size: 0.8125rem;
        color: var(--text-dim);
        text-transform: uppercase;
        letter-spacing: 0.04em;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-key-stat-value{
        font-size: 1.25rem;
        font-weight: 700;
        color: var(--text);
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-key-stat-value.accent{ color: var(--accent-cyan); }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-section-label{
        font-size: 0.8125rem;
        font-weight: 600;
        color: var(--text-dim);
        text-transform: uppercase;
        letter-spacing: 0.04em;
        margin-bottom: 12px;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-location-block{
        background: rgba(255, 152, 0, 0.1);
        padding: 16px 20px;
        border-radius: var(--radius-sm);
        margin-bottom: 24px;
        font-size: 0.9375rem;
        border: 1px solid rgba(255, 152, 0, 0.25);
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-location-block strong{ color: var(--text); }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-breakdown{
        width: 100% !important;
        border-collapse: collapse !important;
        font-size: 0.9375rem !important;
        background: transparent !important;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-breakdown th, .wpc-scope-72 .tc-wp-tool-root .tax-calculator-breakdown td{
        padding: 14px 16px !important;
        text-align: left !important;
        border-bottom: 1px solid var(--card-border) !important;
        background: transparent !important;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-breakdown th{
        color: rgba(255, 255, 255, 0.65) !important;
        font-weight: 600 !important;
        font-size: 0.75rem !important;
        text-transform: uppercase !important;
        letter-spacing: 0.04em !important;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-breakdown td{
        color: var(--text-dim) !important;
        font-weight: 400 !important;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-breakdown .amount{ 
        text-align: right !important; 
        font-variant-numeric: tabular-nums !important; 
        color: var(--text-dim) !important; 
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-breakdown tr{
        background: transparent !important;
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-breakdown tr:last-child td{ 
        border-bottom: none !important; 
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-breakdown tbody tr:hover{ 
        background: rgba(255, 255, 255, 0.03) !important; 
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-tax-type{ 
        font-weight: 600 !important; 
        color: var(--text) !important; 
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-summary{
        background: rgba(0, 0, 0, 0.18);
        padding: 24px;
        border-radius: var(--radius-sm);
        margin-top: 24px;
        border: 1px solid var(--card-border);
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-summary p{ 
        margin-bottom: 14px; 
        font-size: 0.9375rem; 
        color: var(--text-dim); 
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-summary p:last-child{ margin-bottom: 0; }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-summary .highlight{ 
        color: var(--text); 
        font-weight: 600; 
    }.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-footnote{
        margin-top: 20px;
        padding-top: 16px;
        border-top: 1px solid var(--card-border);
        font-size: 0.875rem;
        color: rgba(255, 255, 255, 0.65);
    }@keyframes fadeIn{
        from { opacity: 0; }
        to { opacity: 1; }
    }@keyframes cardIn{
        from { opacity: 0; transform: translateY(16px); }
        to { opacity: 1; transform: translateY(0); }
    }@keyframes resultIn{
        from { opacity: 0; transform: translateY(20px); }
        to { opacity: 1; transform: translateY(0); }
    }@media (max-width: 992px){.tc-wp-tool-root .tax-calculator-container{
        max-width: 95%;
    }.tc-wp-tool-root .tax-calculator-card{
        padding: 24px;
    }}@media (max-width: 768px){.tc-wp-tool-root .tax-calculator-wrapper{
        padding: 20px 12px 40px;
    }.tc-wp-tool-root .tax-calculator-title{
        font-size: 26px !important;
    }.tc-wp-tool-root .tax-calculator-card-inner-with-map{
        flex-direction: column-reverse;
        align-items: center;
    }.tc-wp-tool-root .tax-calculator-card-inner-with-map .tax-calculator-form{
        width: 100%;
    }.tc-wp-tool-root .tax-calculator-usa-map-wrap-inside{
        max-width: 100%;
        margin-bottom: 24px;
    }.tc-wp-tool-root .tax-calculator-row, .tc-wp-tool-root .tax-calculator-row.three{
        grid-template-columns: 1fr !important;
        gap: 12px;
    }.tc-wp-tool-root .tax-calculator-breakdown{
        display: block;
        width: 100% !important;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap; 
    }.tc-wp-tool-root .tax-calculator-result-key-stats{
        flex-direction: column;
        gap: 16px;
    }.tc-wp-tool-root .tax-calculator-result-key-stat{
        padding: 12px;
        background: rgba(255, 255, 255, 0.03);
        border-radius: 8px;
        border-left: 3px solid var(--accent-cyan);
    }}@media (max-width: 600px){.tc-wp-tool-root .tax-calculator-hero{
        margin-bottom: 24px;
    }.tc-wp-tool-root .tax-calculator-title{
        font-size: 22px !important;
    }.tc-wp-tool-root .tax-calculator-card{
        padding: 18px 15px;
    }.tc-wp-tool-root .tax-calculator-result-placeholder-stats{
        flex-direction: column;
        gap: 10px;
    }.tc-wp-tool-root .tax-calculator-btn{
        padding: 16px !important;
        font-size: 16px !important;
    }.tc-wp-tool-root .tax-calculator-breakdown th, .tc-wp-tool-root .tax-calculator-breakdown td{
        padding: 12px 10px !important;
        font-size: 13px !important;
    }}@media (max-width: 400px){.tc-wp-tool-root{
        --radius: 12px;
    }.tc-wp-tool-root .tax-calculator-badge{
        font-size: 0.7rem;
        padding: 6px 12px;
    }.tc-wp-tool-root .tax-calculator-title{
        font-size: 20px !important;
    }.tc-wp-tool-root .tax-calculator-subtitle{
        font-size: 14px;
    }.tc-wp-tool-root .tax-calculator-usa-map-inner{
        transform: scale(0.85);
        margin: -15px 0;
    }.tc-wp-tool-root .tax-calculator-tax-type{
        max-width: 100px;
        overflow: hidden;
        text-overflow: ellipsis;
    }.tc-wp-tool-root .tax-calculator-summary{
        padding: 16px;
    }.tc-wp-tool-root .tax-calculator-summary p{
        font-size: 14px;
    }}@media print{.tc-wp-tool-root .tax-calculator-breakdown{
        display: table;
        overflow: visible;
    }}.wpc-scope-72 .tc-wp-tool-root{
    --accent: #ffb020;
    --accent-deep: #f97316;
    --accent-cyan: #22d3ee;
    --accent-cyan-deep: #0891b2;
    --card-bg: rgba(28, 24, 54, 0.78);
    --card-border: rgba(255, 255, 255, 0.16);
    --input-bg: #ffffff;
    --input-focus-ring: rgba(255, 176, 32, 0.28);
    --text: #ffffff;
    --text-muted: rgba(255, 255, 255, 0.9);
    --text-dim: #d9d5ea;
    --radius: 22px;
    --radius-sm: 16px;
    --radius-input: 14px;
    --error: #ff6b7a;
    --success: #34d399;
    --surface-soft: rgba(255, 255, 255, 0.075);
    --surface-strong: rgba(255, 255, 255, 0.12);
    --shadow-card: 0 24px 70px rgba(9, 7, 24, 0.34);
    --shadow-soft: 0 14px 38px rgba(9, 7, 24, 0.24);
    --transition: 180ms ease;
}.wpc-scope-72 .tc-wp-tool-root *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-wrapper{
    position: relative;
    isolation: isolate;
    overflow-x: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background:
        radial-gradient(circle at 12% 8%, rgba(34, 211, 238, 0.22), transparent 32%),
        radial-gradient(circle at 88% 18%, rgba(255, 176, 32, 0.22), transparent 34%),
        linear-gradient(145deg, #151226 0%, #2d2358 44%, #17182d 100%);
    background-attachment: scroll;
    color: var(--text);
    min-height: 100vh;
    padding: 44px 28px 64px;
    line-height: 1.6;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-wrapper::before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background-image:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 44px 44px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), transparent 78%);
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-container{
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-hero{
    text-align: center;
    max-width: 860px;
    margin: 0 auto 38px;
    animation: fadeIn 0.6s ease-out;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-badge{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.78rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff7e6;
    background: linear-gradient(135deg, rgba(255, 176, 32, 0.26), rgba(34, 211, 238, 0.16));
    padding: 9px 17px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 999px;
    margin-bottom: 18px;
    box-shadow: 0 10px 28px rgba(255, 176, 32, 0.14);
    backdrop-filter: blur(14px);
    animation: fadeIn 0.5s ease-out 0.1s both;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-title{
    font-size: clamp(2rem, 4vw, 3.15rem) !important;
    font-weight: 800 !important;
    color: #fff !important;
    margin-bottom: 14px;
    letter-spacing: -0.02em;
    line-height: 1.08 !important;
    text-wrap: balance;
    animation: fadeIn 0.5s ease-out 0.15s both;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-title span{
    color: var(--accent);
    position: relative;
    display: inline-block;
    text-shadow: 0 0 28px rgba(255, 176, 32, 0.34);
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-title span::after{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 5%;
    width: 90%;
    height: 4px;
    background: linear-gradient(90deg, var(--accent), var(--accent-cyan));
    border-radius: 999px;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-subtitle{
    font-size: 1.05rem;
    color: var(--text-dim);
    max-width: 720px;
    margin: 0 auto;
    line-height: 1.65;
    animation: fadeIn 0.5s ease-out 0.2s both;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-subtitle strong{
    color: #ffffff;
    font-weight: 750;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-subtitle a{
    color: var(--accent-cyan);
    text-decoration: none;
    font-weight: 700;
    transition: color var(--transition), text-shadow var(--transition);
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-subtitle a:hover{
    color: #8ff3ff;
    text-decoration: underline;
    text-shadow: 0 0 18px rgba(34, 211, 238, 0.24);
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-card{
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.055)),
        var(--card-bg);
    border-radius: var(--radius);
    padding: 34px;
    margin-bottom: 28px;
    border: 1px solid var(--card-border);
    box-shadow: var(--shadow-card);
    backdrop-filter: blur(18px);
    animation: cardIn 0.4s ease-out both;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-card::before{
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.56), transparent);
    pointer-events: none;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-card.section-inputs{
    animation-delay: 0.08s;
}.wpc-scope-72 .tc-wp-tool-root .section-inputs{
    position: relative;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-card-title{
    font-size: 0.92rem !important;
    font-weight: 800 !important;
    color: #f4f1ff !important;
    margin-bottom: 26px !important;
    letter-spacing: 0.08em !important;
    text-transform: uppercase !important;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-card-inner-with-map{
    display: flex;
    gap: 30px;
    align-items: flex-start;
    flex-wrap: wrap;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-form{
    width: 100%;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-card-inner-with-map .tax-calculator-form{
    flex: 1 1 690px;
    min-width: 280px;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-usa-map-wrap{
    text-align: center;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-usa-map-wrap-inside{
    flex: 0 0 250px;
    max-width: 250px;
    margin-top: 0;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-usa-map-wrap-inside .tax-calculator-usa-map-inner{
    max-width: 250px;
    min-height: 156px;
    padding: 10px;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-usa-map-wrap-inside .tax-calculator-usa-map-placeholder{
    padding: 28px 12px;
    font-size: 0.78rem;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-usa-map-wrap-inside .tax-calculator-usa-map-caption{
    font-size: 0.78rem;
    margin-bottom: 10px;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-field{
    margin-bottom: 24px;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-field:last-child{
    margin-bottom: 0;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-label{
    display: block;
    font-size: 0.92rem;
    font-weight: 700;
    color: var(--text-dim);
    margin-bottom: 9px;
    transition: color var(--transition), transform var(--transition);
    position: relative;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-field:focus-within .tax-calculator-label{
    color: #fff3d2;
    transform: translateY(-1px);
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-input-wrap{
    position: relative;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-input-wrap.has-prefix input{
    padding-left: 42px !important;
}.wpc-scope-72 .tc-wp-tool-root .has-prefix{
    position: relative;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-input-wrap .tax-calculator-prefix{
    position: absolute;
    left: 17px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    font-weight: 750;
    color: #667085;
    pointer-events: none;
    transition: color var(--transition);
    z-index: 1;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-prefix{
    color: #667085;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-field:focus-within .tax-calculator-input-wrap .tax-calculator-prefix{
    color: var(--accent-deep);
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-input, .wpc-scope-72 .tc-wp-tool-root .tax-calculator-select{
    width: 100% !important;
    padding: 16px 18px !important;
    font-size: 16px !important;
    font-family: inherit !important;
    border: 1px solid rgba(15, 23, 42, 0.12) !important;
    outline: none !important;
    border-radius: var(--radius-input) !important;
    background: linear-gradient(180deg, #ffffff, #f8fafc) !important;
    color: #111827 !important;
    font-weight: 650 !important;
    line-height: 1.45 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.7), 0 8px 22px rgba(4, 8, 22, 0.08) !important;
    transition: border-color var(--transition), box-shadow var(--transition), transform var(--transition), background var(--transition) !important;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-select{
    appearance: none !important;
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    cursor: pointer !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%23525f7a' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M6 9l6 6 6-6'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: right 16px center !important;
    padding-right: 44px !important;
    height: auto !important;
    min-height: 56px !important;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-select option{
    color: #111827 !important;
    background-color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 12px !important;
    line-height: 1.5 !important;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-input::placeholder{
    color: #7b8798;
    opacity: 1;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-input:hover:not(:focus):not(:disabled), .wpc-scope-72 .tc-wp-tool-root .tax-calculator-select:hover:not(:focus){
    border-color: rgba(255, 176, 32, 0.42) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.76), 0 12px 26px rgba(4, 8, 22, 0.11) !important;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-input:focus, .wpc-scope-72 .tc-wp-tool-root .tax-calculator-select:focus{
    border-color: var(--accent) !important;
    box-shadow: 0 0 0 4px var(--input-focus-ring), 0 14px 30px rgba(255, 176, 32, 0.12) !important;
    transform: translateY(-1px);
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-input[type="number"]{
    appearance: textfield;
    -moz-appearance: textfield;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-input[type="number"]::-webkit-outer-spin-button, .wpc-scope-72 .tc-wp-tool-root .tax-calculator-input[type="number"]::-webkit-inner-spin-button{
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-row.three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}.wpc-scope-72 .tc-wp-tool-root .three{
    min-width: 0;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-field-error{
    display: block;
    font-size: 0.82rem;
    color: #ffd0d6;
    margin-top: 7px;
    min-height: 1.2em;
    transition: opacity var(--transition);
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-field-error:empty{
    display: none;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-field.is-invalid .tax-calculator-input-wrap input, .wpc-scope-72 .tc-wp-tool-root .tax-calculator-field.is-invalid .tax-calculator-input-wrap select, .wpc-scope-72 .tc-wp-tool-root .tax-calculator-input.is-invalid, .wpc-scope-72 .tc-wp-tool-root .tax-calculator-select.is-invalid{
    border-color: var(--error) !important;
    box-shadow: 0 0 0 4px rgba(255, 107, 122, 0.22), 0 12px 26px rgba(255, 107, 122, 0.1) !important;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-advanced-panel{
    margin-top: 10px;
    margin-bottom: 24px;
    border: 1px solid var(--card-border);
    border-radius: var(--radius-sm);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.07);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    transition: border-color var(--transition), box-shadow var(--transition), background var(--transition);
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-advanced-panel.is-open{
    border-color: rgba(255, 176, 32, 0.44);
    background: rgba(255, 255, 255, 0.09);
    box-shadow: 0 0 0 1px rgba(255, 176, 32, 0.16), 0 16px 34px rgba(0, 0, 0, 0.16);
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-advanced-trigger{
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 17px 18px !important;
    font-size: 0.95rem !important;
    font-weight: 750 !important;
    color: var(--text-dim) !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    font-family: inherit !important;
    border-radius: 0 !important;
    transition: color var(--transition), background var(--transition) !important;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-advanced-trigger:hover{
    background: linear-gradient(90deg, rgba(255, 176, 32, 0.13), rgba(34, 211, 238, 0.08)) !important;
    color: #ffffff !important;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-advanced-trigger:focus-visible{
    outline: 3px solid var(--input-focus-ring) !important;
    outline-offset: -3px !important;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-advanced-trigger .tax-calculator-icon{
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: var(--text-dim);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
    transition: transform 0.35s ease, color var(--transition), background var(--transition);
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-icon{
    flex-shrink: 0;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-advanced-panel.is-open .tax-calculator-advanced-trigger .tax-calculator-icon{
    transform: rotate(180deg);
    color: #111827;
    background: var(--accent);
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-advanced-content{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-advanced-panel.is-open .tax-calculator-advanced-content{
    max-height: 420px;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-advanced-inner{
    padding: 20px 18px 18px;
    border-top: 1px solid var(--card-border);
    background: rgba(7, 8, 20, 0.18);
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-advanced-inner .tax-calculator-input{
    background: linear-gradient(180deg, #ffffff, #f8fafc) !important;
    color: #111827 !important;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-btn{
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
    width: 100% !important;
    min-height: 58px !important;
    padding: 18px 28px !important;
    font-size: 17px !important;
    font-weight: 800 !important;
    font-family: inherit !important;
    color: #171127 !important;
    background: linear-gradient(135deg, #ffe08a 0%, var(--accent) 42%, var(--accent-deep) 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.24) !important;
    border-radius: var(--radius-input) !important;
    cursor: pointer !important;
    transition: transform var(--transition), box-shadow var(--transition), filter var(--transition) !important;
    box-shadow: 0 18px 40px rgba(255, 152, 0, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.55) !important;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-btn:hover:not(:disabled){
    background: linear-gradient(135deg, #fff0b5 0%, #ffbd36 42%, #fb7c16 100%) !important;
    transform: translateY(-2px);
    filter: saturate(1.08);
    box-shadow: 0 22px 48px rgba(255, 152, 0, 0.36), inset 0 1px 0 rgba(255, 255, 255, 0.62) !important;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-btn:focus-visible{
    outline: 3px solid rgba(34, 211, 238, 0.42) !important;
    outline-offset: 3px !important;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-btn:active:not(:disabled){
    transform: translateY(0);
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-btn:disabled{
    opacity: 0.62;
    cursor: not-allowed;
    transform: none;
    filter: grayscale(0.15);
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-location-preview{
    font-size: 0.82rem;
    color: rgba(255, 255, 255, 0.78);
    margin-top: 8px;
    min-height: 1.2em;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-usa-map-caption{
    font-size: 0.82rem;
    color: var(--text-dim);
    margin-bottom: 12px;
    line-height: 1.45;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-usa-map-inner{
    display: inline-block;
    width: 100%;
    max-width: 320px;
    min-height: 200px;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.12), rgba(255, 255, 255, 0.055));
    border-radius: var(--radius-sm);
    padding: 14px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(14px);
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-usa-map-placeholder{
    color: var(--text-dim);
    font-size: 0.875rem;
    padding: 48px 24px;
    text-align: center;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-usa-map-svg-wrap{
    width: 100%;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-usa-map-svg-wrap svg{
    width: 100%;
    height: auto;
    display: block;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-usa-map{
    width: 100%;
    height: auto;
    display: block;
    color: rgba(255, 255, 255, 0.48);
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-usa-map path{
    fill: currentColor;
    transition: fill 0.25s ease, color 0.25s ease, filter 0.25s ease;
    stroke: rgba(255, 255, 255, 0.88);
    stroke-width: 1.2;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-usa-map path.highlighted{
    color: var(--accent);
    fill: var(--accent);
    stroke: var(--accent-deep);
    stroke-width: 1.4;
    filter: drop-shadow(0 0 7px rgba(255, 176, 32, 0.42));
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result{
    margin-top: 36px;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result .tax-calculator-card{
    animation: resultIn 0.5s ease-out both;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-placeholder{
    position: relative;
    overflow: hidden;
    background:
        linear-gradient(180deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.055)),
        var(--card-bg);
    border-radius: var(--radius);
    padding: 38px 36px;
    margin-bottom: 28px;
    border: 1px solid var(--card-border);
    box-shadow: var(--shadow-card);
    backdrop-filter: blur(18px);
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-placeholder::before{
    content: "";
    position: absolute;
    inset: 0 0 auto;
    height: 1px;
    background: linear-gradient(90deg, transparent, rgba(34, 211, 238, 0.54), transparent);
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-placeholder-header{
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-placeholder-icon{
    width: 116px;
    height: 116px;
    border-radius: 50%;
    background: linear-gradient(135deg, var(--accent-cyan), var(--accent));
    border: 5px solid rgba(255, 255, 255, 0.16);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.95);
    box-shadow: 0 20px 48px rgba(34, 211, 238, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.38);
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-placeholder-icon svg{
    width: 54px;
    height: 54px;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-placeholder-info{
    flex: 1;
    min-width: 200px;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-placeholder-info h3{
    font-size: 1.55rem !important;
    font-weight: 850 !important;
    color: #ffffff !important;
    margin: 0 0 6px !important;
    letter-spacing: -0.01em !important;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-placeholder-info p{
    font-size: 1rem !important;
    color: var(--text-dim) !important;
    margin: 0 !important;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-placeholder-stats{
    display: flex;
    gap: 18px;
    margin: 24px 0 28px;
    padding: 20px 0;
    border-top: 1px solid var(--card-border);
    border-bottom: 1px solid var(--card-border);
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-placeholder-stat{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    min-width: 0;
    padding: 18px 14px;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.065);
    border: 1px solid rgba(255, 255, 255, 0.11);
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-placeholder-stat-value{
    font-size: 1.45rem;
    font-weight: 850;
    color: var(--accent-cyan);
    font-variant-numeric: tabular-nums;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-placeholder-stat-label{
    font-size: 0.86rem;
    color: var(--text-dim);
    margin-top: 4px;
    text-align: center;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-placeholder-tabs{
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-placeholder-tabs button{
    background: rgba(255, 255, 255, 0.09);
    color: var(--text-dim);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-weight: 750;
    font-size: 0.92rem;
    padding: 13px 24px;
    cursor: default;
    border-radius: 999px;
    transition: background var(--transition), color var(--transition), border-color var(--transition);
    display: flex;
    align-items: center;
    gap: 8px;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-placeholder-tabs button.active{
    background: linear-gradient(135deg, var(--accent), var(--accent-deep));
    color: #171127;
    border-color: rgba(255, 255, 255, 0.24);
}.wpc-scope-72 .tc-wp-tool-root .active{
    font-weight: 800;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-placeholder-empty{
    text-align: center;
    color: var(--text-dim);
    font-size: 1rem;
    padding: 30px 24px;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-placeholder-empty strong{
    color: #ffffff;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-placeholder.loading .tax-calculator-result-placeholder-stats, .wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-placeholder.loading .tax-calculator-result-placeholder-tabs{
    opacity: 0.54;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-placeholder.loading .tax-calculator-result-placeholder-empty{
    color: rgba(255, 255, 255, 0.92);
}.wpc-scope-72 .tc-wp-tool-root .loading{
    position: relative;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-error{
    background: rgba(255, 107, 122, 0.14);
    color: #ffd6dc;
    padding: 18px 20px;
    border-radius: var(--radius-sm);
    margin-bottom: 16px;
    border: 1px solid rgba(255, 107, 122, 0.36);
    box-shadow: 0 14px 32px rgba(255, 107, 122, 0.1);
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-card-title{
    font-size: 1.125rem !important;
    font-weight: 800 !important;
    color: #fff4d8 !important;
    margin-bottom: 20px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid var(--card-border) !important;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-key-stats{
    display: flex;
    gap: 18px;
    margin-bottom: 24px;
    padding: 20px 0;
    border-bottom: 1px solid var(--card-border);
    flex-wrap: wrap;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-key-stat{
    display: flex;
    flex-direction: column;
    gap: 4px;
    min-width: 160px;
    flex: 1;
    padding: 16px;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.065);
    border: 1px solid rgba(255, 255, 255, 0.11);
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-key-stat-label{
    font-size: 0.78rem;
    color: var(--text-dim);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    font-weight: 750;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-key-stat-value{
    font-size: 1.35rem;
    font-weight: 850;
    color: var(--text);
    font-variant-numeric: tabular-nums;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-key-stat-value.accent{
    color: var(--accent-cyan);
}.wpc-scope-72 .tc-wp-tool-root .accent{
    color: var(--accent-cyan);
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-section-label{
    font-size: 0.8rem;
    font-weight: 800;
    color: var(--text-dim);
    text-transform: uppercase;
    letter-spacing: 0.06em;
    margin-bottom: 12px;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-location-block{
    background: linear-gradient(135deg, rgba(255, 176, 32, 0.14), rgba(34, 211, 238, 0.075));
    padding: 17px 20px;
    border-radius: var(--radius-sm);
    margin-bottom: 24px;
    font-size: 0.94rem;
    border: 1px solid rgba(255, 176, 32, 0.26);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-location-block strong{
    color: var(--text);
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-breakdown{
    width: 100% !important;
    border-collapse: separate !important;
    border-spacing: 0 !important;
    font-size: 0.94rem !important;
    background: rgba(255, 255, 255, 0.045) !important;
    border: 1px solid var(--card-border) !important;
    border-radius: var(--radius-sm) !important;
    overflow: hidden !important;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-breakdown th, .wpc-scope-72 .tc-wp-tool-root .tax-calculator-breakdown td{
    padding: 15px 16px !important;
    text-align: left !important;
    border-bottom: 1px solid var(--card-border) !important;
    background: transparent !important;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-breakdown th{
    color: rgba(255, 255, 255, 0.7) !important;
    font-weight: 800 !important;
    font-size: 0.74rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
    background: rgba(255, 255, 255, 0.055) !important;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-breakdown td{
    color: var(--text-dim) !important;
    font-weight: 500 !important;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-breakdown .amount{
    text-align: right !important;
    font-variant-numeric: tabular-nums !important;
    color: #ffffff !important;
    font-weight: 750 !important;
}.wpc-scope-72 .tc-wp-tool-root .amount{
    font-variant-numeric: tabular-nums;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-breakdown tr{
    background: transparent !important;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-breakdown tr:last-child td{
    border-bottom: none !important;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-breakdown tbody tr:hover{
    background: rgba(255, 255, 255, 0.055) !important;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-tax-type{
    font-weight: 750 !important;
    color: var(--text) !important;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-summary{
    background: rgba(0, 0, 0, 0.2);
    padding: 24px;
    border-radius: var(--radius-sm);
    margin-top: 24px;
    border: 1px solid var(--card-border);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-summary p{
    margin-bottom: 14px;
    font-size: 0.94rem;
    color: var(--text-dim);
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-summary p:last-child{
    margin-bottom: 0;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-summary .highlight{
    color: var(--text);
    font-weight: 800;
}.wpc-scope-72 .tc-wp-tool-root .highlight{
    color: var(--text);
    font-weight: 800;
}.wpc-scope-72 .tc-wp-tool-root .tax-calculator-result-footnote{
    margin-top: 20px;
    padding-top: 16px;
    border-top: 1px solid var(--card-border);
    font-size: 0.88rem;
    color: rgba(255, 255, 255, 0.68);
}@keyframes fadeIn{
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}@keyframes cardIn{
    from {
        opacity: 0;
        transform: translateY(16px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}@keyframes resultIn{
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}@media (max-width: 992px){.tc-wp-tool-root .tax-calculator-wrapper{
        padding: 36px 22px 56px;
    }.tc-wp-tool-root .tax-calculator-container{
        max-width: 100%;
    }.tc-wp-tool-root .tax-calculator-card, .tc-wp-tool-root .tax-calculator-result-placeholder{
        padding: 28px;
    }.tc-wp-tool-root .tax-calculator-card-inner-with-map{
        gap: 24px;
    }.tc-wp-tool-root .tax-calculator-usa-map-wrap-inside{
        flex-basis: 230px;
        max-width: 230px;
    }}@media (max-width: 768px){.tc-wp-tool-root .tax-calculator-wrapper{
        padding: 28px 14px 44px;
    }.tc-wp-tool-root .tax-calculator-hero{
        margin-bottom: 28px;
    }.tc-wp-tool-root .tax-calculator-title{
        font-size: 1.8rem !important;
    }.tc-wp-tool-root .tax-calculator-subtitle{
        font-size: 0.98rem;
    }.tc-wp-tool-root .tax-calculator-card, .tc-wp-tool-root .tax-calculator-result-placeholder{
        padding: 22px;
        border-radius: 18px;
    }.tc-wp-tool-root .tax-calculator-card-inner-with-map{
        flex-direction: column-reverse;
        align-items: stretch;
    }.tc-wp-tool-root .tax-calculator-card-inner-with-map .tax-calculator-form{
        width: 100%;
        flex-basis: auto;
    }.tc-wp-tool-root .tax-calculator-usa-map-wrap-inside{
        width: 100%;
        max-width: 100%;
        flex-basis: auto;
        margin-bottom: 6px;
    }.tc-wp-tool-root .tax-calculator-usa-map-wrap-inside .tax-calculator-usa-map-inner{
        max-width: 420px;
        min-height: 170px;
    }.tc-wp-tool-root .tax-calculator-row, .tc-wp-tool-root .tax-calculator-row.three{
        grid-template-columns: 1fr !important;
        gap: 14px;
    }.tc-wp-tool-root .tax-calculator-field{
        margin-bottom: 18px;
    }.tc-wp-tool-root .tax-calculator-advanced-panel.is-open .tax-calculator-advanced-content{
        max-height: 760px;
    }.tc-wp-tool-root .tax-calculator-breakdown{
        display: block;
        width: 100% !important;
        overflow-x: auto !important;
        -webkit-overflow-scrolling: touch;
        white-space: nowrap;
    }.tc-wp-tool-root .tax-calculator-result-key-stats{
        flex-direction: column;
        gap: 14px;
    }.tc-wp-tool-root .tax-calculator-result-key-stat{
        min-width: 0;
        border-left: 3px solid var(--accent-cyan);
    }.tc-wp-tool-root .tax-calculator-result-placeholder-header{
        gap: 20px;
        margin-bottom: 24px;
    }.tc-wp-tool-root .tax-calculator-result-placeholder-stats{
        gap: 12px;
    }}@media (max-width: 600px){.tc-wp-tool-root .tax-calculator-wrapper{
        padding: 24px 12px 38px;
    }.tc-wp-tool-root .tax-calculator-hero{
        margin-bottom: 24px;
    }.tc-wp-tool-root .tax-calculator-title{
        font-size: 1.55rem !important;
        line-height: 1.14 !important;
    }.tc-wp-tool-root .tax-calculator-subtitle{
        font-size: 0.94rem;
        line-height: 1.55;
    }.tc-wp-tool-root .tax-calculator-card, .tc-wp-tool-root .tax-calculator-result-placeholder{
        padding: 18px;
    }.tc-wp-tool-root .tax-calculator-card-title{
        margin-bottom: 20px !important;
    }.tc-wp-tool-root .tax-calculator-input, .tc-wp-tool-root .tax-calculator-select{
        min-height: 54px !important;
        padding: 15px 16px !important;
    }.tc-wp-tool-root .tax-calculator-input-wrap.has-prefix input{
        padding-left: 40px !important;
    }.tc-wp-tool-root .tax-calculator-result-placeholder-header{
        text-align: center;
        justify-content: center;
    }.tc-wp-tool-root .tax-calculator-result-placeholder-info{
        min-width: 100%;
    }.tc-wp-tool-root .tax-calculator-result-placeholder-icon{
        width: 92px;
        height: 92px;
    }.tc-wp-tool-root .tax-calculator-result-placeholder-icon svg{
        width: 42px;
        height: 42px;
    }.tc-wp-tool-root .tax-calculator-result-placeholder-stats{
        flex-direction: column;
        gap: 10px;
    }.tc-wp-tool-root .tax-calculator-result-placeholder-tabs{
        gap: 8px;
    }.tc-wp-tool-root .tax-calculator-result-placeholder-tabs button{
        flex: 1 1 130px;
        justify-content: center;
        padding: 12px 16px;
    }.tc-wp-tool-root .tax-calculator-btn{
        min-height: 56px !important;
        padding: 16px !important;
        font-size: 16px !important;
    }.tc-wp-tool-root .tax-calculator-breakdown th, .tc-wp-tool-root .tax-calculator-breakdown td{
        padding: 12px 10px !important;
        font-size: 13px !important;
    }}@media (max-width: 400px){.tc-wp-tool-root{
        --radius: 16px;
        --radius-sm: 13px;
        --radius-input: 12px;
    }.tc-wp-tool-root .tax-calculator-wrapper{
        padding-left: 10px;
        padding-right: 10px;
    }.tc-wp-tool-root .tax-calculator-badge{
        font-size: 0.7rem;
        padding: 7px 12px;
    }.tc-wp-tool-root .tax-calculator-title{
        font-size: 1.34rem !important;
    }.tc-wp-tool-root .tax-calculator-subtitle{
        font-size: 0.88rem;
    }.tc-wp-tool-root .tax-calculator-card, .tc-wp-tool-root .tax-calculator-result-placeholder{
        padding: 16px 14px;
    }.tc-wp-tool-root .tax-calculator-usa-map-inner{
        transform: scale(0.94);
        transform-origin: top center;
        margin-bottom: -8px;
    }.tc-wp-tool-root .tax-calculator-tax-type{
        max-width: 112px;
        overflow: hidden;
        text-overflow: ellipsis;
    }.tc-wp-tool-root .tax-calculator-summary{
        padding: 16px;
    }.tc-wp-tool-root .tax-calculator-summary p{
        font-size: 14px;
    }.tc-wp-tool-root .tax-calculator-result-placeholder-empty{
        padding: 22px 10px;
    }}@media (prefers-reduced-motion: reduce){.tc-wp-tool-root .tax-calculator-wrapper *, .tc-wp-tool-root .tax-calculator-wrapper *::before, .tc-wp-tool-root .tax-calculator-wrapper *::after{
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
    }}@media print{.tc-wp-tool-root .tax-calculator-wrapper{
        background: #ffffff;
        color: #111827;
        min-height: auto;
        padding: 0;
    }.tc-wp-tool-root .tax-calculator-breakdown{
        display: table;
        overflow: visible;
    }}.wpc-scope-72 /* 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;
}