@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-85 .tc-wp-tool-root img, .wpc-scope-85 .tc-wp-tool-root video, .wpc-scope-85 .tc-wp-tool-root svg, .wpc-scope-85 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-85 .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-85 .tc-wp-tool-root *{ 
        box-sizing: border-box; 
        margin: 0; 
        padding: 0; 
    }.wpc-scope-85 .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-85 .tc-wp-tool-root .tax-calculator-container{
        max-width: 1200px;
        margin: 0 auto;
        padding: 0;
    }.wpc-scope-85 .tc-wp-tool-root .tax-calculator-hero{
        text-align: center;
        margin-bottom: 36px;
        animation: fadeIn 0.6s ease-out;
    }.wpc-scope-85 .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-85 .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-85 .tc-wp-tool-root .tax-calculator-title span{
        color: var(--accent);
        position: relative;
        display: inline-block;
    }.wpc-scope-85 .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-85 .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-85 .tc-wp-tool-root .tax-calculator-subtitle a{
        color: var(--accent-cyan);
        text-decoration: none;
        font-weight: 600;
    }.wpc-scope-85 .tc-wp-tool-root .tax-calculator-subtitle a:hover{ text-decoration: underline; }.wpc-scope-85 .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-85 .tc-wp-tool-root .tax-calculator-card.section-inputs{ animation-delay: 0.08s; }.wpc-scope-85 .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-85 .tc-wp-tool-root .tax-calculator-card-inner-with-map{
        display: flex;
        gap: 24px;
        align-items: flex-start;
        flex-wrap: wrap;
    }.wpc-scope-85 .tc-wp-tool-root .tax-calculator-card-inner-with-map .tax-calculator-form{
        flex: 1;
        min-width: 280px;
    }.wpc-scope-85 .tc-wp-tool-root .tax-calculator-usa-map-wrap{
        text-align: center;
    }.wpc-scope-85 .tc-wp-tool-root .tax-calculator-usa-map-wrap-inside{
        flex-shrink: 0;
        max-width: 220px;
        margin-top: 0;
    }.wpc-scope-85 .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-85 .tc-wp-tool-root .tax-calculator-usa-map-wrap-inside .tax-calculator-usa-map-placeholder{
        padding: 24px 12px;
        font-size: 0.75rem;
    }.wpc-scope-85 .tc-wp-tool-root .tax-calculator-usa-map-wrap-inside .tax-calculator-usa-map-caption{
        font-size: 0.75rem;
        margin-bottom: 8px;
    }.wpc-scope-85 .tc-wp-tool-root .tax-calculator-field{
        margin-bottom: 24px;
    }.wpc-scope-85 .tc-wp-tool-root .tax-calculator-field:last-child{ margin-bottom: 0; }.wpc-scope-85 .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-85 .tc-wp-tool-root .tax-calculator-field:focus-within .tax-calculator-label{ color: var(--accent); }.wpc-scope-85 .tc-wp-tool-root .tax-calculator-input-wrap{
        position: relative;
    }.wpc-scope-85 .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-85 .tc-wp-tool-root .tax-calculator-field:focus-within .tax-calculator-input-wrap .tax-calculator-prefix{ color: var(--accent-deep); }.wpc-scope-85 .tc-wp-tool-root .tax-calculator-input-wrap.has-prefix input{ padding-left: 38px; }.wpc-scope-85 .tc-wp-tool-root .tax-calculator-input, .wpc-scope-85 .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-85 .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-85 .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-85 .tc-wp-tool-root .tax-calculator-input::placeholder{ color: #64748b; }.wpc-scope-85 .tc-wp-tool-root .tax-calculator-input:hover:not(:focus):not(:disabled), .wpc-scope-85 .tc-wp-tool-root .tax-calculator-select:hover:not(:focus){
        border-color: rgba(0, 0, 0, 0.12);
    }.wpc-scope-85 .tc-wp-tool-root .tax-calculator-input:focus, .wpc-scope-85 .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-85 .tc-wp-tool-root .tax-calculator-input[type="number"]{
        appearance: textfield;
        -moz-appearance: textfield;
    }.wpc-scope-85 .tc-wp-tool-root .tax-calculator-input[type="number"]::-webkit-outer-spin-button, .wpc-scope-85 .tc-wp-tool-root .tax-calculator-input[type="number"]::-webkit-inner-spin-button{
        appearance: none;
        -webkit-appearance: none;
        margin: 0;
    }.wpc-scope-85 .tc-wp-tool-root .tax-calculator-row{ 
        display: grid; 
        grid-template-columns: 1fr 1fr; 
        gap: 24px; 
    }.wpc-scope-85 .tc-wp-tool-root .tax-calculator-row.three{ grid-template-columns: 1fr 1fr 1fr; }.wpc-scope-85 .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-85 .tc-wp-tool-root .tax-calculator-field-error:empty{ display: none; }.wpc-scope-85 .tc-wp-tool-root .tax-calculator-field.is-invalid .tax-calculator-input-wrap input, .wpc-scope-85 .tc-wp-tool-root .tax-calculator-field.is-invalid .tax-calculator-input-wrap select, .wpc-scope-85 .tc-wp-tool-root .tax-calculator-input.is-invalid, .wpc-scope-85 .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-85 .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-85 .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-85 .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-85 .tc-wp-tool-root .tax-calculator-advanced-trigger:hover{ 
        background: rgba(255, 152, 0, 0.1); 
        color: var(--accent); 
    }.wpc-scope-85 .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-85 .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-85 .tc-wp-tool-root .tax-calculator-advanced-content{
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease-out;
    }.wpc-scope-85 .tc-wp-tool-root .tax-calculator-advanced-panel.is-open .tax-calculator-advanced-content{ max-height: 340px; }.wpc-scope-85 .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-85 .tc-wp-tool-root .tax-calculator-advanced-inner .tax-calculator-input{ 
        background: var(--input-bg); 
        color: #1a1a2e; 
    }.wpc-scope-85 .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-85 .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-85 .tc-wp-tool-root .tax-calculator-btn:active:not(:disabled){ transform: translateY(0); }.wpc-scope-85 .tc-wp-tool-root .tax-calculator-btn:disabled{ 
        opacity: 0.6; 
        cursor: not-allowed; 
        transform: none; 
    }.wpc-scope-85 .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-85 .tc-wp-tool-root .tax-calculator-usa-map-caption{
        font-size: 0.8125rem;
        color: var(--text-dim);
        margin-bottom: 12px;
    }.wpc-scope-85 .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-85 .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-85 .tc-wp-tool-root .tax-calculator-usa-map-svg-wrap{
        width: 100%;
    }.wpc-scope-85 .tc-wp-tool-root .tax-calculator-usa-map-svg-wrap svg{
        width: 100%;
        height: auto;
        display: block;
    }.wpc-scope-85 .tc-wp-tool-root .tax-calculator-usa-map{
        width: 100%;
        height: auto;
        display: block;
        color: rgba(255, 255, 255, 0.5);
    }.wpc-scope-85 .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-85 .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-85 .tc-wp-tool-root .tax-calculator-result{
        margin-top: 36px;
    }.wpc-scope-85 .tc-wp-tool-root .tax-calculator-result .tax-calculator-card{ animation: resultIn 0.5s ease-out both; }.wpc-scope-85 .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-85 .tc-wp-tool-root .tax-calculator-result-placeholder-header{
        display: flex;
        align-items: center;
        gap: 28px;
        margin-bottom: 32px;
        flex-wrap: wrap;
    }.wpc-scope-85 .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-85 .tc-wp-tool-root .tax-calculator-result-placeholder-icon svg{
        width: 56px;
        height: 56px;
    }.wpc-scope-85 .tc-wp-tool-root .tax-calculator-result-placeholder-info{
        flex: 1;
        min-width: 200px;
    }.wpc-scope-85 .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-85 .tc-wp-tool-root .tax-calculator-result-placeholder-info p{
        font-size: 16px !important;
        color: var(--text-dim) !important;
        margin: 0 !important;
    }.wpc-scope-85 .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-85 .tc-wp-tool-root .tax-calculator-result-placeholder-stat{
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1;
    }.wpc-scope-85 .tc-wp-tool-root .tax-calculator-result-placeholder-stat-value{
        font-size: 22px;
        font-weight: 700;
        color: var(--accent-cyan);
    }.wpc-scope-85 .tc-wp-tool-root .tax-calculator-result-placeholder-stat-label{
        font-size: 14px;
        color: var(--text-dim);
        margin-top: 4px;
    }.wpc-scope-85 .tc-wp-tool-root .tax-calculator-result-placeholder-tabs{
        display: flex;
        justify-content: center;
        gap: 12px;
        flex-wrap: wrap;
    }.wpc-scope-85 .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-85 .tc-wp-tool-root .tax-calculator-result-placeholder-tabs button.active{
        background: var(--accent);
        color: #fff;
    }.wpc-scope-85 .tc-wp-tool-root .tax-calculator-result-placeholder-empty{
        text-align: center;
        color: var(--text-dim);
        font-size: 16px;
        padding: 32px 24px;
    }.wpc-scope-85 .tc-wp-tool-root .tax-calculator-result-placeholder.loading .tax-calculator-result-placeholder-stats, .wpc-scope-85 .tc-wp-tool-root .tax-calculator-result-placeholder.loading .tax-calculator-result-placeholder-tabs{ opacity: 0.5; }.wpc-scope-85 .tc-wp-tool-root .tax-calculator-result-placeholder.loading .tax-calculator-result-placeholder-empty{ color: rgba(255,255,255,0.9); }.wpc-scope-85 .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-85 .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-85 .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-85 .tc-wp-tool-root .tax-calculator-result-key-stat{
        display: flex;
        flex-direction: column;
        gap: 4px;
    }.wpc-scope-85 .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-85 .tc-wp-tool-root .tax-calculator-result-key-stat-value{
        font-size: 1.25rem;
        font-weight: 700;
        color: var(--text);
    }.wpc-scope-85 .tc-wp-tool-root .tax-calculator-result-key-stat-value.accent{ color: var(--accent-cyan); }.wpc-scope-85 .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-85 .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-85 .tc-wp-tool-root .tax-calculator-location-block strong{ color: var(--text); }.wpc-scope-85 .tc-wp-tool-root .tax-calculator-breakdown{
        width: 100% !important;
        border-collapse: collapse !important;
        font-size: 0.9375rem !important;
        background: transparent !important;
    }.wpc-scope-85 .tc-wp-tool-root .tax-calculator-breakdown th, .wpc-scope-85 .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-85 .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-85 .tc-wp-tool-root .tax-calculator-breakdown td{
        color: var(--text-dim) !important;
        font-weight: 400 !important;
    }.wpc-scope-85 .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-85 .tc-wp-tool-root .tax-calculator-breakdown tr{
        background: transparent !important;
    }.wpc-scope-85 .tc-wp-tool-root .tax-calculator-breakdown tr:last-child td{ 
        border-bottom: none !important; 
    }.wpc-scope-85 .tc-wp-tool-root .tax-calculator-breakdown tbody tr:hover{ 
        background: rgba(255, 255, 255, 0.03) !important; 
    }.wpc-scope-85 .tc-wp-tool-root .tax-calculator-tax-type{ 
        font-weight: 600 !important; 
        color: var(--text) !important; 
    }.wpc-scope-85 .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-85 .tc-wp-tool-root .tax-calculator-summary p{ 
        margin-bottom: 14px; 
        font-size: 0.9375rem; 
        color: var(--text-dim); 
    }.wpc-scope-85 .tc-wp-tool-root .tax-calculator-summary p:last-child{ margin-bottom: 0; }.wpc-scope-85 .tc-wp-tool-root .tax-calculator-summary .highlight{ 
        color: var(--text); 
        font-weight: 600; 
    }.wpc-scope-85 .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-85 .tc-wp-tool-root{
    --accent: #ffb020;
    --accent-deep: #f97316;
    --accent-soft: rgba(255, 176, 32, 0.16);
    --accent-cyan: #22d3ee;
    --accent-cyan-deep: #0891b2;
    --card-bg: rgba(21, 25, 48, 0.78);
    --card-bg-strong: rgba(17, 24, 39, 0.9);
    --card-border: rgba(255, 255, 255, 0.14);
    --input-bg: rgba(255, 255, 255, 0.96);
    --input-focus-ring: rgba(255, 176, 32, 0.34);
    --text: #ffffff;
    --text-muted: rgba(255, 255, 255, 0.9);
    --text-dim: #dbe3f4;
    --radius: 22px;
    --radius-sm: 16px;
    --radius-input: 14px;
    --error: #ff7b86;
    --success: #34d399;
    --shadow-soft: 0 18px 55px rgba(5, 10, 30, 0.28);
    --shadow-lift: 0 24px 70px rgba(5, 10, 30, 0.38);
}.wpc-scope-85 .tc-wp-tool-root *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.wpc-scope-85 .tc-wp-tool-root .accent{
    color: var(--accent-cyan);
}.wpc-scope-85 .tc-wp-tool-root .active{
    filter: saturate(1.08);
}.wpc-scope-85 .tc-wp-tool-root .amount{
    font-variant-numeric: tabular-nums;
}.wpc-scope-85 .tc-wp-tool-root .has-prefix{
    position: relative;
}.wpc-scope-85 .tc-wp-tool-root .highlight{
    color: var(--text);
    font-weight: 700;
}.wpc-scope-85 .tc-wp-tool-root .loading{
    position: relative;
}.wpc-scope-85 .tc-wp-tool-root .section-inputs{
    position: relative;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-wrapper{
    position: relative;
    overflow-x: hidden;
    isolation: isolate;
    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.2), transparent 31%),
        radial-gradient(circle at 86% 18%, rgba(255, 176, 32, 0.18), transparent 30%),
        linear-gradient(145deg, #12182e 0%, #25204b 44%, #381f47 100%);
    background-attachment: scroll;
    color: var(--text);
    min-height: 100vh;
    padding: clamp(24px, 4vw, 48px) clamp(14px, 3vw, 28px) clamp(40px, 6vw, 72px);
    line-height: 1.6;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-wrapper::before{
    content: "";
    position: absolute;
    inset: 0;
    z-index: -1;
    pointer-events: none;
    background:
        linear-gradient(rgba(255, 255, 255, 0.035) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);
    background-size: 42px 42px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.75), transparent 72%);
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-container{
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-hero{
    text-align: center;
    margin-bottom: clamp(28px, 5vw, 44px);
    animation: fadeIn 0.6s ease-out;
}.wpc-scope-85 .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: #ffe5b4;
    background: linear-gradient(135deg, rgba(255, 176, 32, 0.22), rgba(34, 211, 238, 0.12));
    padding: 9px 18px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    border-radius: 999px;
    margin-bottom: 18px;
    box-shadow: 0 10px 28px rgba(255, 176, 32, 0.12);
    backdrop-filter: blur(14px);
    animation: fadeIn 0.5s ease-out 0.1s both;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-title{
    font-size: clamp(28px, 4.8vw, 46px) !important;
    font-weight: 800 !important;
    color: #fff !important;
    margin-bottom: 14px;
    letter-spacing: -0.03em;
    line-height: 1.08;
    text-wrap: balance;
    animation: fadeIn 0.5s ease-out 0.15s both;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-title span{
    color: var(--accent);
    position: relative;
    display: inline-block;
    text-shadow: 0 8px 34px rgba(255, 176, 32, 0.32);
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-title span::after{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 4%;
    width: 92%;
    height: 4px;
    background: linear-gradient(90deg, var(--accent), var(--accent-cyan));
    border-radius: 999px;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-subtitle{
    font-size: clamp(15px, 2vw, 17px);
    color: var(--text-dim);
    max-width: 740px;
    margin: 0 auto;
    line-height: 1.65;
    text-wrap: balance;
    animation: fadeIn 0.5s ease-out 0.2s both;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-subtitle a{
    color: var(--accent-cyan);
    text-decoration: none;
    font-weight: 700;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-subtitle a:hover{
    color: #67e8f9;
    text-decoration: underline;
    text-underline-offset: 3px;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-card{
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.035)),
        var(--card-bg);
    border-radius: var(--radius);
    padding: clamp(24px, 3.4vw, 38px);
    margin-bottom: 28px;
    border: 1px solid var(--card-border);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(18px);
    animation: cardIn 0.4s ease-out both;
    transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-card:hover{
    transform: translateY(-2px);
    border-color: rgba(255, 255, 255, 0.22);
    box-shadow: var(--shadow-lift);
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-card.section-inputs{
    animation-delay: 0.08s;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-card-title{
    font-size: 1rem !important;
    font-weight: 800 !important;
    color: #f8fafc !important;
    margin-bottom: 24px !important;
    letter-spacing: 0.04em !important;
    text-transform: uppercase;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-card-inner-with-map{
    display: flex;
    gap: clamp(22px, 4vw, 34px);
    align-items: flex-start;
    flex-wrap: wrap;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-card-inner-with-map .tax-calculator-form{
    flex: 1 1 650px;
    min-width: 280px;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-form{
    width: 100%;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-usa-map-wrap{
    text-align: center;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-usa-map-wrap-inside{
    flex: 0 1 250px;
    max-width: 250px;
    margin-top: 0;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-usa-map-wrap-inside .tax-calculator-usa-map-inner{
    max-width: 250px;
    min-height: 154px;
    padding: 10px;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-usa-map-wrap-inside .tax-calculator-usa-map-placeholder{
    padding: 28px 12px;
    font-size: 0.78rem;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-usa-map-wrap-inside .tax-calculator-usa-map-caption{
    font-size: 0.78rem;
    margin-bottom: 10px;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-field{
    margin-bottom: 24px;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-field:last-child{
    margin-bottom: 0;
}.wpc-scope-85 .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 0.2s ease;
    position: relative;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-field:focus-within .tax-calculator-label{
    color: #ffd38a;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-input-wrap{
    position: relative;
}.wpc-scope-85 .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: 800;
    color: #64748b;
    pointer-events: none;
    transition: color 0.2s ease;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-field:focus-within .tax-calculator-input-wrap .tax-calculator-prefix{
    color: var(--accent-deep);
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-input-wrap.has-prefix input{
    padding-left: 40px !important;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-input, .wpc-scope-85 .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: var(--input-bg) !important;
    color: #111827 !important;
    font-weight: 650 !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.75), 0 8px 18px rgba(2, 6, 23, 0.1) !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease !important;
}.wpc-scope-85 .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='%23334155' 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;
    line-height: 1.5 !important;
    height: auto !important;
    min-height: 54px !important;
}.wpc-scope-85 .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-85 .tc-wp-tool-root .tax-calculator-input::placeholder{
    color: #7c8799;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-input:hover:not(:focus):not(:disabled), .wpc-scope-85 .tc-wp-tool-root .tax-calculator-select:hover:not(:focus){
    border-color: rgba(255, 176, 32, 0.5) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), 0 10px 24px rgba(2, 6, 23, 0.15) !important;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-input:focus, .wpc-scope-85 .tc-wp-tool-root .tax-calculator-select:focus{
    border-color: var(--accent) !important;
    box-shadow: 0 0 0 4px var(--input-focus-ring), 0 12px 26px rgba(2, 6, 23, 0.18) !important;
    transform: translateY(-1px);
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-input[type="number"]{
    appearance: textfield;
    -moz-appearance: textfield;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-input[type="number"]::-webkit-outer-spin-button, .wpc-scope-85 .tc-wp-tool-root .tax-calculator-input[type="number"]::-webkit-inner-spin-button{
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 22px;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-row.three{
    grid-template-columns: 1fr 1fr 1fr;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-field-error{
    display: block;
    font-size: 0.8rem;
    color: #ffc1c7;
    margin-top: 7px;
    min-height: 1.2em;
    transition: opacity 0.2s ease;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-field-error:empty{
    display: none;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-field.is-invalid .tax-calculator-input-wrap input, .wpc-scope-85 .tc-wp-tool-root .tax-calculator-field.is-invalid .tax-calculator-input-wrap select, .wpc-scope-85 .tc-wp-tool-root .tax-calculator-input.is-invalid, .wpc-scope-85 .tc-wp-tool-root .tax-calculator-select.is-invalid{
    border-color: var(--error) !important;
    box-shadow: 0 0 0 4px rgba(255, 123, 134, 0.24), 0 10px 24px rgba(127, 29, 29, 0.16) !important;
}.wpc-scope-85 .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.065);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-advanced-panel.is-open{
    border-color: rgba(255, 176, 32, 0.52);
    background: rgba(255, 176, 32, 0.08);
    box-shadow: 0 0 0 1px rgba(255, 176, 32, 0.18), 0 14px 30px rgba(0, 0, 0, 0.16);
}.wpc-scope-85 .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.96rem !important;
    font-weight: 800 !important;
    color: #eef4ff !important;
    background: transparent !important;
    border: none !important;
    cursor: pointer !important;
    font-family: inherit !important;
    transition: color 0.2s ease, background 0.2s ease !important;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-advanced-trigger:hover{
    background: rgba(255, 255, 255, 0.075) !important;
    color: #ffd38a !important;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-advanced-trigger:focus-visible{
    outline: 3px solid rgba(255, 176, 32, 0.42) !important;
    outline-offset: -3px;
}.wpc-scope-85 .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 0.2s ease, background 0.2s ease;
}.wpc-scope-85 .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-85 .tc-wp-tool-root .tax-calculator-advanced-content{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-advanced-panel.is-open .tax-calculator-advanced-content{
    max-height: 380px;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-advanced-inner{
    padding: 20px 18px;
    border-top: 1px solid var(--card-border);
    background: rgba(0, 0, 0, 0.14);
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-advanced-inner .tax-calculator-input{
    background: var(--input-bg);
    color: #111827;
}.wpc-scope-85 .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: 850 !important;
    font-family: inherit !important;
    color: #111827 !important;
    background: linear-gradient(135deg, #ffe08a 0%, var(--accent) 42%, var(--accent-deep) 100%) !important;
    border: 1px solid rgba(255, 255, 255, 0.22) !important;
    border-radius: var(--radius-input) !important;
    cursor: pointer !important;
    transition: transform 0.25s ease, box-shadow 0.25s ease, filter 0.25s ease !important;
    box-shadow: 0 14px 28px rgba(249, 115, 22, 0.28), inset 0 1px 0 rgba(255, 255, 255, 0.45) !important;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-btn:hover:not(:disabled){
    background: linear-gradient(135deg, #fff0ba 0%, #ffc247 42%, #fb7b14 100%) !important;
    transform: translateY(-2px);
    filter: saturate(1.06);
    box-shadow: 0 18px 36px rgba(249, 115, 22, 0.38), inset 0 1px 0 rgba(255, 255, 255, 0.55) !important;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-btn:active:not(:disabled){
    transform: translateY(0);
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-btn:focus-visible{
    outline: 4px solid rgba(255, 176, 32, 0.36) !important;
    outline-offset: 3px;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-btn:disabled{
    opacity: 0.62;
    cursor: not-allowed;
    transform: none;
    filter: grayscale(0.15);
}.wpc-scope-85 .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-85 .tc-wp-tool-root .tax-calculator-usa-map-caption{
    font-size: 0.82rem;
    color: var(--text-dim);
    margin-bottom: 12px;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-usa-map-inner{
    display: inline-block;
    width: 100%;
    max-width: 320px;
    min-height: 200px;
    background: linear-gradient(145deg, rgba(255, 255, 255, 0.11), rgba(255, 255, 255, 0.045));
    border-radius: var(--radius-sm);
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.18);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), 0 14px 30px rgba(0, 0, 0, 0.14);
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-usa-map-placeholder{
    color: var(--text-dim);
    font-size: 0.88rem;
    padding: 48px 24px;
    text-align: center;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-usa-map-svg-wrap{
    width: 100%;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-usa-map-svg-wrap svg{
    width: 100%;
    height: auto;
    display: block;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-usa-map{
    width: 100%;
    height: auto;
    display: block;
    color: rgba(255, 255, 255, 0.5);
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-usa-map path{
    fill: currentColor;
    transition: fill 0.25s ease, color 0.25s ease, stroke 0.25s ease;
    stroke: rgba(255, 255, 255, 0.92);
    stroke-width: 1.2;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-usa-map path.highlighted{
    color: var(--accent);
    fill: var(--accent);
    stroke: #fff4d6;
    stroke-width: 1.45;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-result{
    margin-top: 34px;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-result .tax-calculator-card{
    animation: resultIn 0.5s ease-out both;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-result-placeholder{
    background:
        linear-gradient(145deg, rgba(255, 255, 255, 0.105), rgba(255, 255, 255, 0.035)),
        var(--card-bg);
    border-radius: var(--radius);
    padding: clamp(24px, 3.8vw, 40px);
    margin-bottom: 28px;
    border: 1px solid var(--card-border);
    box-shadow: var(--shadow-soft);
    backdrop-filter: blur(18px);
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-result-placeholder-header{
    display: flex;
    align-items: center;
    gap: clamp(18px, 3vw, 28px);
    margin-bottom: 32px;
    flex-wrap: wrap;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-result-placeholder-icon{
    width: clamp(84px, 12vw, 120px);
    height: clamp(84px, 12vw, 120px);
    border-radius: 28px;
    background: linear-gradient(135deg, var(--accent-cyan), var(--accent));
    border: 1px solid rgba(255, 255, 255, 0.24);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.94);
    box-shadow: 0 18px 38px rgba(34, 211, 238, 0.22), inset 0 1px 0 rgba(255, 255, 255, 0.32);
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-result-placeholder-icon svg{
    width: 50%;
    height: 50%;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-result-placeholder-info{
    flex: 1;
    min-width: 200px;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-result-placeholder-info h3{
    font-size: clamp(21px, 3vw, 28px) !important;
    font-weight: 850 !important;
    color: #fff !important;
    margin: 0 0 6px !important;
    letter-spacing: -0.02em;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-result-placeholder-info p{
    font-size: 16px !important;
    color: var(--text-dim) !important;
    margin: 0 !important;
}.wpc-scope-85 .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-85 .tc-wp-tool-root .tax-calculator-result-placeholder-stat{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    min-width: 0;
    padding: 18px 14px;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.06);
    border: 1px solid rgba(255, 255, 255, 0.09);
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-result-placeholder-stat-value{
    font-size: clamp(21px, 3vw, 26px);
    font-weight: 850;
    color: var(--accent-cyan);
    line-height: 1.2;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-result-placeholder-stat-label{
    font-size: 13px;
    color: var(--text-dim);
    margin-top: 6px;
    text-align: center;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-result-placeholder-tabs{
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-result-placeholder-tabs button{
    background: rgba(255, 255, 255, 0.08);
    color: var(--text-dim);
    border: 1px solid rgba(255, 255, 255, 0.1);
    font-weight: 800;
    font-size: 15px;
    padding: 13px 24px;
    cursor: default;
    border-radius: 999px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-result-placeholder-tabs button.active{
    background: linear-gradient(135deg, var(--accent), var(--accent-deep));
    color: #111827;
    box-shadow: 0 10px 22px rgba(249, 115, 22, 0.22);
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-result-placeholder-empty{
    text-align: center;
    color: var(--text-dim);
    font-size: 16px;
    padding: 30px 24px;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-result-placeholder.loading .tax-calculator-result-placeholder-stats, .wpc-scope-85 .tc-wp-tool-root .tax-calculator-result-placeholder.loading .tax-calculator-result-placeholder-tabs{
    opacity: 0.5;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-result-placeholder.loading .tax-calculator-result-placeholder-empty{
    color: rgba(255, 255, 255, 0.92);
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-error{
    background: linear-gradient(135deg, rgba(255, 123, 134, 0.2), rgba(255, 123, 134, 0.1));
    color: #ffd6da;
    padding: 18px;
    border-radius: var(--radius-sm);
    margin-bottom: 16px;
    border: 1px solid rgba(255, 123, 134, 0.4);
    box-shadow: 0 12px 28px rgba(127, 29, 29, 0.16);
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-result-card-title{
    font-size: 1.12rem !important;
    font-weight: 850 !important;
    color: #ffe08a !important;
    margin-bottom: 20px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid var(--card-border) !important;
}.wpc-scope-85 .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-85 .tc-wp-tool-root .tax-calculator-result-key-stat{
    display: flex;
    flex: 1 1 180px;
    flex-direction: column;
    gap: 5px;
    padding: 16px;
    border-radius: var(--radius-sm);
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.08);
}.wpc-scope-85 .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: 800;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-result-key-stat-value{
    font-size: 1.32rem;
    font-weight: 850;
    color: var(--text);
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-result-key-stat-value.accent{
    color: var(--accent-cyan);
}.wpc-scope-85 .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-85 .tc-wp-tool-root .tax-calculator-location-block{
    background: linear-gradient(135deg, rgba(255, 176, 32, 0.16), rgba(34, 211, 238, 0.08));
    padding: 16px 20px;
    border-radius: var(--radius-sm);
    margin-bottom: 24px;
    font-size: 0.94rem;
    border: 1px solid rgba(255, 176, 32, 0.28);
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-location-block strong{
    color: var(--text);
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-breakdown{
    width: 100% !important;
    border-collapse: collapse !important;
    font-size: 0.94rem !important;
    background: transparent !important;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-breakdown th, .wpc-scope-85 .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-85 .tc-wp-tool-root .tax-calculator-breakdown th{
    color: rgba(255, 255, 255, 0.68) !important;
    font-weight: 850 !important;
    font-size: 0.74rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.06em !important;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-breakdown td{
    color: var(--text-dim) !important;
    font-weight: 500 !important;
}.wpc-scope-85 .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-85 .tc-wp-tool-root .tax-calculator-breakdown tr{
    background: transparent !important;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-breakdown tr:last-child td{
    border-bottom: none !important;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-breakdown tbody tr:hover{
    background: rgba(255, 255, 255, 0.055) !important;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-tax-type{
    font-weight: 750 !important;
    color: var(--text) !important;
}.wpc-scope-85 .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-85 .tc-wp-tool-root .tax-calculator-summary p{
    margin-bottom: 14px;
    font-size: 0.94rem;
    color: var(--text-dim);
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-summary p:last-child{
    margin-bottom: 0;
}.wpc-scope-85 .tc-wp-tool-root .tax-calculator-summary .highlight{
    color: var(--text);
    font-weight: 800;
}.wpc-scope-85 .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-container{
        max-width: 96%;
    }.tc-wp-tool-root .tax-calculator-card{
        padding: 26px;
    }.tc-wp-tool-root .tax-calculator-row.three{
        grid-template-columns: 1fr 1fr;
    }.tc-wp-tool-root .tax-calculator-card-inner-with-map{
        gap: 24px;
    }}@media (max-width: 768px){.tc-wp-tool-root .tax-calculator-wrapper{
        padding: 22px 12px 42px;
    }.tc-wp-tool-root .tax-calculator-container{
        max-width: 100%;
    }.tc-wp-tool-root .tax-calculator-title{
        font-size: 27px !important;
    }.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%;
        min-width: 0;
    }.tc-wp-tool-root .tax-calculator-usa-map-wrap-inside{
        width: 100%;
        max-width: 100%;
        margin-bottom: 22px;
    }.tc-wp-tool-root .tax-calculator-usa-map-wrap-inside .tax-calculator-usa-map-inner{
        max-width: 100%;
    }.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-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: 14px;
    }.tc-wp-tool-root .tax-calculator-result-key-stat{
        padding: 14px;
        border-left: 3px solid var(--accent-cyan);
    }.tc-wp-tool-root .tax-calculator-result-placeholder-header{
        align-items: flex-start;
    }.tc-wp-tool-root .tax-calculator-advanced-panel.is-open .tax-calculator-advanced-content{
        max-height: 620px;
    }}@media (max-width: 600px){.tc-wp-tool-root .tax-calculator-hero{
        margin-bottom: 24px;
    }.tc-wp-tool-root .tax-calculator-title{
        font-size: 24px !important;
    }.tc-wp-tool-root .tax-calculator-subtitle{
        font-size: 14.5px;
    }.tc-wp-tool-root .tax-calculator-card, .tc-wp-tool-root .tax-calculator-result-placeholder{
        padding: 20px 15px;
        border-radius: 18px;
    }.tc-wp-tool-root .tax-calculator-card-title{
        margin-bottom: 18px !important;
    }.tc-wp-tool-root .tax-calculator-result-placeholder-stats{
        flex-direction: column;
        gap: 10px;
    }.tc-wp-tool-root .tax-calculator-result-placeholder-stat{
        align-items: flex-start;
        text-align: left;
    }.tc-wp-tool-root .tax-calculator-btn{
        padding: 16px !important;
        font-size: 16px !important;
    }.tc-wp-tool-root .tax-calculator-input, .tc-wp-tool-root .tax-calculator-select{
        min-height: 52px !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;
    }.tc-wp-tool-root .tax-calculator-result-placeholder-tabs button{
        width: 100%;
        justify-content: center;
    }}@media (max-width: 400px){.tc-wp-tool-root{
        --radius: 14px;
        --radius-sm: 12px;
    }.tc-wp-tool-root .tax-calculator-wrapper{
        padding-left: 10px;
        padding-right: 10px;
    }.tc-wp-tool-root .tax-calculator-badge{
        font-size: 0.68rem;
        padding: 7px 12px;
    }.tc-wp-tool-root .tax-calculator-title{
        font-size: 21px !important;
    }.tc-wp-tool-root .tax-calculator-subtitle{
        font-size: 14px;
    }.tc-wp-tool-root .tax-calculator-usa-map-inner{
        transform: none;
        margin: 0;
    }.tc-wp-tool-root .tax-calculator-tax-type{
        max-width: 110px;
        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-wrapper{
        background: #ffffff;
        color: #111827;
        min-height: auto;
    }.tc-wp-tool-root .tax-calculator-breakdown{
        display: table;
        overflow: visible;
    }}.wpc-scope-85 /* 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;
}