@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-36 .tc-wp-tool-root img, .wpc-scope-36 .tc-wp-tool-root video, .wpc-scope-36 .tc-wp-tool-root svg, .wpc-scope-36 .tc-wp-tool-root iframe{
  max-width: 100%;
  height: auto;
}.wpc-scope-36 .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-36 .tc-wp-tool-root *{ 
        box-sizing: border-box; 
        margin: 0; 
        padding: 0; 
    }.wpc-scope-36 .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-36 .tc-wp-tool-root .tax-calculator-container{
        max-width: 1200px;
        margin: 0 auto;
        padding: 0;
    }.wpc-scope-36 .tc-wp-tool-root .tax-calculator-hero{
        text-align: center;
        margin-bottom: 36px;
        animation: fadeIn 0.6s ease-out;
    }.wpc-scope-36 .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-36 .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-36 .tc-wp-tool-root .tax-calculator-title span{
        color: var(--accent);
        position: relative;
        display: inline-block;
    }.wpc-scope-36 .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-36 .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-36 .tc-wp-tool-root .tax-calculator-subtitle a{
        color: var(--accent-cyan);
        text-decoration: none;
        font-weight: 600;
    }.wpc-scope-36 .tc-wp-tool-root .tax-calculator-subtitle a:hover{ text-decoration: underline; }.wpc-scope-36 .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-36 .tc-wp-tool-root .tax-calculator-card.section-inputs{ animation-delay: 0.08s; }.wpc-scope-36 .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-36 .tc-wp-tool-root .tax-calculator-card-inner-with-map{
        display: flex;
        gap: 24px;
        align-items: flex-start;
        flex-wrap: wrap;
    }.wpc-scope-36 .tc-wp-tool-root .tax-calculator-card-inner-with-map .tax-calculator-form{
        flex: 1;
        min-width: 280px;
    }.wpc-scope-36 .tc-wp-tool-root .tax-calculator-usa-map-wrap{
        text-align: center;
    }.wpc-scope-36 .tc-wp-tool-root .tax-calculator-usa-map-wrap-inside{
        flex-shrink: 0;
        max-width: 220px;
        margin-top: 0;
    }.wpc-scope-36 .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-36 .tc-wp-tool-root .tax-calculator-usa-map-wrap-inside .tax-calculator-usa-map-placeholder{
        padding: 24px 12px;
        font-size: 0.75rem;
    }.wpc-scope-36 .tc-wp-tool-root .tax-calculator-usa-map-wrap-inside .tax-calculator-usa-map-caption{
        font-size: 0.75rem;
        margin-bottom: 8px;
    }.wpc-scope-36 .tc-wp-tool-root .tax-calculator-field{
        margin-bottom: 24px;
    }.wpc-scope-36 .tc-wp-tool-root .tax-calculator-field:last-child{ margin-bottom: 0; }.wpc-scope-36 .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-36 .tc-wp-tool-root .tax-calculator-field:focus-within .tax-calculator-label{ color: var(--accent); }.wpc-scope-36 .tc-wp-tool-root .tax-calculator-input-wrap{
        position: relative;
    }.wpc-scope-36 .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-36 .tc-wp-tool-root .tax-calculator-field:focus-within .tax-calculator-input-wrap .tax-calculator-prefix{ color: var(--accent-deep); }.wpc-scope-36 .tc-wp-tool-root .tax-calculator-input-wrap.has-prefix input{ padding-left: 38px; }.wpc-scope-36 .tc-wp-tool-root .tax-calculator-input, .wpc-scope-36 .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-36 .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-36 .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-36 .tc-wp-tool-root .tax-calculator-input::placeholder{ color: #64748b; }.wpc-scope-36 .tc-wp-tool-root .tax-calculator-input:hover:not(:focus):not(:disabled), .wpc-scope-36 .tc-wp-tool-root .tax-calculator-select:hover:not(:focus){
        border-color: rgba(0, 0, 0, 0.12);
    }.wpc-scope-36 .tc-wp-tool-root .tax-calculator-input:focus, .wpc-scope-36 .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-36 .tc-wp-tool-root .tax-calculator-input[type="number"]{
        appearance: textfield;
        -moz-appearance: textfield;
    }.wpc-scope-36 .tc-wp-tool-root .tax-calculator-input[type="number"]::-webkit-outer-spin-button, .wpc-scope-36 .tc-wp-tool-root .tax-calculator-input[type="number"]::-webkit-inner-spin-button{
        appearance: none;
        -webkit-appearance: none;
        margin: 0;
    }.wpc-scope-36 .tc-wp-tool-root .tax-calculator-row{ 
        display: grid; 
        grid-template-columns: 1fr 1fr; 
        gap: 24px; 
    }.wpc-scope-36 .tc-wp-tool-root .tax-calculator-row.three{ grid-template-columns: 1fr 1fr 1fr; }.wpc-scope-36 .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-36 .tc-wp-tool-root .tax-calculator-field-error:empty{ display: none; }.wpc-scope-36 .tc-wp-tool-root .tax-calculator-field.is-invalid .tax-calculator-input-wrap input, .wpc-scope-36 .tc-wp-tool-root .tax-calculator-field.is-invalid .tax-calculator-input-wrap select, .wpc-scope-36 .tc-wp-tool-root .tax-calculator-input.is-invalid, .wpc-scope-36 .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-36 .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-36 .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-36 .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-36 .tc-wp-tool-root .tax-calculator-advanced-trigger:hover{ 
        background: rgba(255, 152, 0, 0.1); 
        color: var(--accent); 
    }.wpc-scope-36 .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-36 .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-36 .tc-wp-tool-root .tax-calculator-advanced-content{
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.4s ease-out;
    }.wpc-scope-36 .tc-wp-tool-root .tax-calculator-advanced-panel.is-open .tax-calculator-advanced-content{ max-height: 340px; }.wpc-scope-36 .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-36 .tc-wp-tool-root .tax-calculator-advanced-inner .tax-calculator-input{ 
        background: var(--input-bg); 
        color: #1a1a2e; 
    }.wpc-scope-36 .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-36 .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-36 .tc-wp-tool-root .tax-calculator-btn:active:not(:disabled){ transform: translateY(0); }.wpc-scope-36 .tc-wp-tool-root .tax-calculator-btn:disabled{ 
        opacity: 0.6; 
        cursor: not-allowed; 
        transform: none; 
    }.wpc-scope-36 .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-36 .tc-wp-tool-root .tax-calculator-usa-map-caption{
        font-size: 0.8125rem;
        color: var(--text-dim);
        margin-bottom: 12px;
    }.wpc-scope-36 .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-36 .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-36 .tc-wp-tool-root .tax-calculator-usa-map-svg-wrap{
        width: 100%;
    }.wpc-scope-36 .tc-wp-tool-root .tax-calculator-usa-map-svg-wrap svg{
        width: 100%;
        height: auto;
        display: block;
    }.wpc-scope-36 .tc-wp-tool-root .tax-calculator-usa-map{
        width: 100%;
        height: auto;
        display: block;
        color: rgba(255, 255, 255, 0.5);
    }.wpc-scope-36 .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-36 .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-36 .tc-wp-tool-root .tax-calculator-result{
        margin-top: 36px;
    }.wpc-scope-36 .tc-wp-tool-root .tax-calculator-result .tax-calculator-card{ animation: resultIn 0.5s ease-out both; }.wpc-scope-36 .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-36 .tc-wp-tool-root .tax-calculator-result-placeholder-header{
        display: flex;
        align-items: center;
        gap: 28px;
        margin-bottom: 32px;
        flex-wrap: wrap;
    }.wpc-scope-36 .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-36 .tc-wp-tool-root .tax-calculator-result-placeholder-icon svg{
        width: 56px;
        height: 56px;
    }.wpc-scope-36 .tc-wp-tool-root .tax-calculator-result-placeholder-info{
        flex: 1;
        min-width: 200px;
    }.wpc-scope-36 .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-36 .tc-wp-tool-root .tax-calculator-result-placeholder-info p{
        font-size: 16px !important;
        color: var(--text-dim) !important;
        margin: 0 !important;
    }.wpc-scope-36 .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-36 .tc-wp-tool-root .tax-calculator-result-placeholder-stat{
        display: flex;
        flex-direction: column;
        align-items: center;
        flex: 1;
    }.wpc-scope-36 .tc-wp-tool-root .tax-calculator-result-placeholder-stat-value{
        font-size: 22px;
        font-weight: 700;
        color: var(--accent-cyan);
    }.wpc-scope-36 .tc-wp-tool-root .tax-calculator-result-placeholder-stat-label{
        font-size: 14px;
        color: var(--text-dim);
        margin-top: 4px;
    }.wpc-scope-36 .tc-wp-tool-root .tax-calculator-result-placeholder-tabs{
        display: flex;
        justify-content: center;
        gap: 12px;
        flex-wrap: wrap;
    }.wpc-scope-36 .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-36 .tc-wp-tool-root .tax-calculator-result-placeholder-tabs button.active{
        background: var(--accent);
        color: #fff;
    }.wpc-scope-36 .tc-wp-tool-root .tax-calculator-result-placeholder-empty{
        text-align: center;
        color: var(--text-dim);
        font-size: 16px;
        padding: 32px 24px;
    }.wpc-scope-36 .tc-wp-tool-root .tax-calculator-result-placeholder.loading .tax-calculator-result-placeholder-stats, .wpc-scope-36 .tc-wp-tool-root .tax-calculator-result-placeholder.loading .tax-calculator-result-placeholder-tabs{ opacity: 0.5; }.wpc-scope-36 .tc-wp-tool-root .tax-calculator-result-placeholder.loading .tax-calculator-result-placeholder-empty{ color: rgba(255,255,255,0.9); }.wpc-scope-36 .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-36 .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-36 .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-36 .tc-wp-tool-root .tax-calculator-result-key-stat{
        display: flex;
        flex-direction: column;
        gap: 4px;
    }.wpc-scope-36 .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-36 .tc-wp-tool-root .tax-calculator-result-key-stat-value{
        font-size: 1.25rem;
        font-weight: 700;
        color: var(--text);
    }.wpc-scope-36 .tc-wp-tool-root .tax-calculator-result-key-stat-value.accent{ color: var(--accent-cyan); }.wpc-scope-36 .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-36 .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-36 .tc-wp-tool-root .tax-calculator-location-block strong{ color: var(--text); }.wpc-scope-36 .tc-wp-tool-root .tax-calculator-breakdown{
        width: 100% !important;
        border-collapse: collapse !important;
        font-size: 0.9375rem !important;
        background: transparent !important;
    }.wpc-scope-36 .tc-wp-tool-root .tax-calculator-breakdown th, .wpc-scope-36 .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-36 .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-36 .tc-wp-tool-root .tax-calculator-breakdown td{
        color: var(--text-dim) !important;
        font-weight: 400 !important;
    }.wpc-scope-36 .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-36 .tc-wp-tool-root .tax-calculator-breakdown tr{
        background: transparent !important;
    }.wpc-scope-36 .tc-wp-tool-root .tax-calculator-breakdown tr:last-child td{ 
        border-bottom: none !important; 
    }.wpc-scope-36 .tc-wp-tool-root .tax-calculator-breakdown tbody tr:hover{ 
        background: rgba(255, 255, 255, 0.03) !important; 
    }.wpc-scope-36 .tc-wp-tool-root .tax-calculator-tax-type{ 
        font-weight: 600 !important; 
        color: var(--text) !important; 
    }.wpc-scope-36 .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-36 .tc-wp-tool-root .tax-calculator-summary p{ 
        margin-bottom: 14px; 
        font-size: 0.9375rem; 
        color: var(--text-dim); 
    }.wpc-scope-36 .tc-wp-tool-root .tax-calculator-summary p:last-child{ margin-bottom: 0; }.wpc-scope-36 .tc-wp-tool-root .tax-calculator-summary .highlight{ 
        color: var(--text); 
        font-weight: 600; 
    }.wpc-scope-36 .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-36 .tc-wp-tool-root{
    --accent: #ffb547;
    --accent-deep: #f97316;
    --accent-cyan: #22d3ee;
    --accent-cyan-deep: #0891b2;
    --card-bg: rgba(32, 27, 56, 0.78);
    --card-border: rgba(255, 255, 255, 0.14);
    --input-bg: #ffffff;
    --input-focus-ring: rgba(255, 181, 71, 0.34);
    --text: #ffffff;
    --text-muted: rgba(255, 255, 255, 0.9);
    --text-dim: #d9d4e8;
    --radius: 18px;
    --radius-sm: 14px;
    --radius-input: 12px;
    --error: #ff7a7a;
    --success: #34d399;
    --shadow-soft: 0 18px 55px rgba(12, 8, 32, 0.28);
    --shadow-card: 0 24px 70px rgba(12, 8, 32, 0.34);
    --gradient-surface: linear-gradient(145deg, rgba(255, 255, 255, 0.13), rgba(255, 255, 255, 0.055));
    --gradient-accent: linear-gradient(135deg, #ffcf6c 0%, #ff9f1c 48%, #f97316 100%);
    --gradient-cool: linear-gradient(135deg, #67e8f9 0%, #22d3ee 48%, #0ea5e9 100%);
}.wpc-scope-36 .tc-wp-tool-root *{
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}.wpc-scope-36 .tc-wp-tool-root .accent{
    color: var(--accent-cyan) !important;
}.wpc-scope-36 .tc-wp-tool-root .active{
    box-shadow: 0 10px 28px rgba(249, 115, 22, 0.28);
}.wpc-scope-36 .tc-wp-tool-root .amount{
    font-variant-numeric: tabular-nums;
}.wpc-scope-36 .tc-wp-tool-root .highlight{
    color: var(--text);
    font-weight: 700;
}.wpc-scope-36 .tc-wp-tool-root .loading{
    position: relative;
}.wpc-scope-36 .tc-wp-tool-root .section-inputs{
    position: relative;
}.wpc-scope-36 .tc-wp-tool-root .has-prefix{
    position: relative;
}.wpc-scope-36 .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.24), transparent 28%),
        radial-gradient(circle at 88% 18%, rgba(255, 181, 71, 0.22), transparent 30%),
        linear-gradient(180deg, #17142b 0%, #2b2254 44%, #1d1837 100%);
    background-attachment: scroll;
    color: var(--text);
    min-height: 100vh;
    padding: 42px 28px 64px;
    line-height: 1.6;
}.wpc-scope-36 .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.045) 1px, transparent 1px),
        linear-gradient(90deg, rgba(255, 255, 255, 0.035) 1px, transparent 1px);
    background-size: 56px 56px;
    mask-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.72), transparent 78%);
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-container{
    width: 100%;
    max-width: 1180px;
    margin: 0 auto;
    padding: 0;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-hero{
    text-align: center;
    margin-bottom: 38px;
    animation: fadeIn 0.6s ease-out;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-badge{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-size: 0.79rem;
    font-weight: 800;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    color: #fff7df;
    background: linear-gradient(135deg, rgba(255, 181, 71, 0.28), rgba(34, 211, 238, 0.14));
    padding: 9px 17px;
    border: 1px solid rgba(255, 219, 145, 0.28);
    border-radius: 999px;
    margin-bottom: 17px;
    box-shadow: 0 12px 34px rgba(249, 115, 22, 0.18);
    animation: fadeIn 0.5s ease-out 0.1s both;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-title{
    font-size: clamp(2rem, 4vw, 3.05rem) !important;
    font-weight: 800 !important;
    color: #fff !important;
    margin-bottom: 13px;
    letter-spacing: 0;
    line-height: 1.12;
    animation: fadeIn 0.5s ease-out 0.15s both;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-title span{
    color: var(--accent);
    position: relative;
    display: inline-block;
    text-shadow: 0 0 30px rgba(255, 181, 71, 0.38);
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-title span::after{
    content: "";
    position: absolute;
    bottom: -5px;
    left: 3%;
    width: 94%;
    height: 4px;
    background: var(--gradient-accent);
    border-radius: 999px;
    box-shadow: 0 8px 22px rgba(255, 181, 71, 0.34);
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-subtitle{
    font-size: 17px;
    color: var(--text-muted);
    max-width: 680px;
    margin: 0 auto;
    line-height: 1.62;
    animation: fadeIn 0.5s ease-out 0.2s both;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-subtitle a{
    color: var(--accent-cyan);
    text-decoration: none;
    font-weight: 700;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-subtitle a:hover{
    color: #a5f3fc;
    text-decoration: underline;
    text-underline-offset: 3px;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-card{
    background: var(--card-bg);
    background-image: var(--gradient-surface);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: var(--radius);
    padding: 36px 32px;
    margin-bottom: 28px;
    border: 1px solid var(--card-border);
    box-shadow: var(--shadow-card);
    animation: cardIn 0.4s ease-out both;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-card:hover{
    border-color: rgba(255, 255, 255, 0.2);
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-card.section-inputs{
    animation-delay: 0.08s;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-card-title{
    font-size: 1rem !important;
    font-weight: 800 !important;
    color: #f4f0ff !important;
    margin-bottom: 24px !important;
    letter-spacing: 0.03em !important;
    text-transform: uppercase;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-card-inner-with-map{
    display: flex;
    gap: 28px;
    align-items: flex-start;
    flex-wrap: wrap;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-card-inner-with-map .tax-calculator-form{
    flex: 1;
    min-width: 280px;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-form{
    width: 100%;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-usa-map-wrap{
    text-align: center;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-usa-map-wrap-inside{
    flex-shrink: 0;
    max-width: 240px;
    margin-top: 0;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-usa-map-wrap-inside .tax-calculator-usa-map-inner{
    max-width: 240px;
    min-height: 150px;
    padding: 10px;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-usa-map-wrap-inside .tax-calculator-usa-map-placeholder{
    padding: 26px 12px;
    font-size: 0.78rem;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-usa-map-wrap-inside .tax-calculator-usa-map-caption{
    font-size: 0.78rem;
    margin-bottom: 9px;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-field{
    margin-bottom: 24px;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-field:last-child{
    margin-bottom: 0;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-label{
    display: block;
    font-size: 0.925rem;
    font-weight: 700;
    color: var(--text-dim);
    margin-bottom: 10px;
    transition: color 0.2s ease;
    position: relative;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-field:focus-within .tax-calculator-label{
    color: var(--accent);
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-input-wrap{
    position: relative;
}.wpc-scope-36 .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-36 .tc-wp-tool-root .tax-calculator-field:focus-within .tax-calculator-input-wrap .tax-calculator-prefix{
    color: var(--accent-deep);
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-input-wrap.has-prefix input{
    padding-left: 40px !important;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-input, .wpc-scope-36 .tc-wp-tool-root .tax-calculator-select{
    width: 100% !important;
    min-height: 54px !important;
    padding: 16px 18px !important;
    font-size: 16px !important;
    font-family: inherit !important;
    border: 1px solid rgba(17, 24, 39, 0.1) !important;
    outline: none !important;
    border-radius: var(--radius-input) !important;
    background: var(--input-bg) !important;
    color: #161827 !important;
    font-weight: 650 !important;
    box-shadow: 0 10px 24px rgba(10, 8, 24, 0.12) !important;
    transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease !important;
}.wpc-scope-36 .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.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;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-select option{
    color: #161827 !important;
    background-color: #ffffff !important;
    font-weight: 600 !important;
    font-size: 16px !important;
    padding: 12px !important;
    line-height: 1.5 !important;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-input::placeholder{
    color: #8792a5;
    opacity: 1;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-input:hover:not(:focus):not(:disabled), .wpc-scope-36 .tc-wp-tool-root .tax-calculator-select:hover:not(:focus){
    border-color: rgba(249, 115, 22, 0.32) !important;
    box-shadow: 0 14px 30px rgba(10, 8, 24, 0.16) !important;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-input:focus, .wpc-scope-36 .tc-wp-tool-root .tax-calculator-select:focus{
    border-color: var(--accent) !important;
    box-shadow: 0 0 0 4px var(--input-focus-ring), 0 16px 34px rgba(10, 8, 24, 0.18) !important;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-input[type="number"]{
    appearance: textfield;
    -moz-appearance: textfield;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-input[type="number"]::-webkit-outer-spin-button, .wpc-scope-36 .tc-wp-tool-root .tax-calculator-input[type="number"]::-webkit-inner-spin-button{
    appearance: none;
    -webkit-appearance: none;
    margin: 0;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-row.three{
    grid-template-columns: repeat(3, minmax(0, 1fr));
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-field-error{
    display: block;
    font-size: 0.8125rem;
    color: #ffd0d0;
    margin-top: 7px;
    min-height: 1.2em;
    transition: opacity 0.2s ease;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-field-error:empty{
    display: none;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-field.is-invalid .tax-calculator-input-wrap input, .wpc-scope-36 .tc-wp-tool-root .tax-calculator-field.is-invalid .tax-calculator-input-wrap select, .wpc-scope-36 .tc-wp-tool-root .tax-calculator-input.is-invalid, .wpc-scope-36 .tc-wp-tool-root .tax-calculator-select.is-invalid{
    border-color: var(--error) !important;
    box-shadow: 0 0 0 4px rgba(255, 122, 122, 0.22) !important;
}.wpc-scope-36 .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.08);
    transition: border-color 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-advanced-panel.is-open{
    border-color: rgba(255, 181, 71, 0.46);
    background: rgba(255, 255, 255, 0.085);
    box-shadow: 0 0 0 1px rgba(255, 181, 71, 0.18), 0 18px 42px rgba(10, 8, 24, 0.18);
}.wpc-scope-36 .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: 800 !important;
    color: #f0ecff !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-36 .tc-wp-tool-root .tax-calculator-advanced-trigger:hover{
    background: rgba(255, 181, 71, 0.12) !important;
    color: var(--accent) !important;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-advanced-trigger:focus-visible{
    outline: 3px solid rgba(255, 181, 71, 0.35);
    outline-offset: -3px;
}.wpc-scope-36 .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);
    transition: transform 0.35s ease, color 0.2s ease;
}.wpc-scope-36 .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-36 .tc-wp-tool-root .tax-calculator-advanced-content{
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-out;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-advanced-panel.is-open .tax-calculator-advanced-content{
    max-height: 380px;
}.wpc-scope-36 .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-36 .tc-wp-tool-root .tax-calculator-advanced-inner .tax-calculator-input{
    background: var(--input-bg) !important;
    color: #161827 !important;
}.wpc-scope-36 .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: 850 !important;
    font-family: inherit !important;
    color: #1b1027 !important;
    background: var(--gradient-accent) !important;
    border: none !important;
    border-radius: var(--radius-input) !important;
    cursor: pointer !important;
    transition: transform 0.22s ease, box-shadow 0.22s ease, filter 0.22s ease !important;
    box-shadow: 0 14px 34px rgba(249, 115, 22, 0.35), inset 0 1px 0 rgba(255, 255, 255, 0.35) !important;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-btn:hover:not(:disabled){
    filter: saturate(1.08) brightness(1.04);
    transform: translateY(-2px);
    box-shadow: 0 20px 44px rgba(249, 115, 22, 0.44), inset 0 1px 0 rgba(255, 255, 255, 0.38) !important;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-btn:active:not(:disabled){
    transform: translateY(0);
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-btn:focus-visible{
    outline: 3px solid rgba(255, 207, 108, 0.44);
    outline-offset: 3px;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-btn:disabled{
    opacity: 0.6;
    cursor: not-allowed;
    transform: none;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-location-preview{
    font-size: 0.8125rem;
    color: rgba(255, 255, 255, 0.78);
    margin-top: 8px;
    min-height: 1.2em;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-usa-map-caption{
    font-size: 0.8125rem;
    color: var(--text-dim);
    margin-bottom: 12px;
}.wpc-scope-36 .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.12), rgba(255, 255, 255, 0.055));
    border-radius: var(--radius-sm);
    padding: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1), 0 14px 36px rgba(10, 8, 24, 0.18);
}.wpc-scope-36 .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-36 .tc-wp-tool-root .tax-calculator-usa-map-svg-wrap{
    width: 100%;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-usa-map-svg-wrap svg{
    width: 100%;
    height: auto;
    display: block;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-usa-map{
    width: 100%;
    height: auto;
    display: block;
    color: rgba(255, 255, 255, 0.48);
}.wpc-scope-36 .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.95);
    stroke-width: 1.2;
}.wpc-scope-36 .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 4px 10px rgba(255, 181, 71, 0.45));
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-result{
    margin-top: 36px;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-result .tax-calculator-card{
    animation: resultIn 0.5s ease-out both;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-result-placeholder{
    background: var(--card-bg);
    background-image: var(--gradient-surface);
    backdrop-filter: blur(18px);
    -webkit-backdrop-filter: blur(18px);
    border-radius: var(--radius);
    padding: 40px 36px;
    margin-bottom: 28px;
    border: 1px solid var(--card-border);
    box-shadow: var(--shadow-card);
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-result-placeholder-header{
    display: flex;
    align-items: center;
    gap: 28px;
    margin-bottom: 32px;
    flex-wrap: wrap;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-result-placeholder-icon{
    width: 118px;
    height: 118px;
    border-radius: 50%;
    background: var(--gradient-cool);
    border: 4px solid rgba(255, 255, 255, 0.18);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    color: rgba(255, 255, 255, 0.94);
    box-shadow: 0 22px 46px rgba(34, 211, 238, 0.22);
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-result-placeholder-icon svg{
    width: 56px;
    height: 56px;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-result-placeholder-info{
    flex: 1;
    min-width: 200px;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-result-placeholder-info h3{
    font-size: 23px !important;
    font-weight: 800 !important;
    color: var(--accent) !important;
    margin: 0 0 6px !important;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-result-placeholder-info p{
    font-size: 16px !important;
    color: var(--text-dim) !important;
    margin: 0 !important;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-result-placeholder-stats{
    display: flex;
    gap: 18px;
    margin: 24px 0 28px;
    padding: 24px 0;
    border-top: 1px solid var(--card-border);
    border-bottom: 1px solid var(--card-border);
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-result-placeholder-stat{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
    min-width: 0;
    padding: 18px 12px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.095);
    border-radius: var(--radius-sm);
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-result-placeholder-stat-value{
    font-size: 23px;
    font-weight: 850;
    color: var(--accent-cyan);
    line-height: 1.2;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-result-placeholder-stat-label{
    font-size: 14px;
    color: var(--text-dim);
    margin-top: 5px;
    text-align: center;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-result-placeholder-tabs{
    display: flex;
    justify-content: center;
    gap: 12px;
    flex-wrap: wrap;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-result-placeholder-tabs button{
    background: rgba(255, 255, 255, 0.085);
    color: var(--text-dim);
    border: 1px solid rgba(255, 255, 255, 0.12);
    font-weight: 800;
    font-size: 15px;
    padding: 13px 25px;
    cursor: default;
    border-radius: 999px;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 8px;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-result-placeholder-tabs button.active{
    background: var(--gradient-accent);
    color: #1b1027;
    border-color: rgba(255, 220, 150, 0.45);
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-result-placeholder-empty{
    text-align: center;
    color: var(--text-dim);
    font-size: 16px;
    padding: 32px 24px;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-result-placeholder.loading .tax-calculator-result-placeholder-stats, .wpc-scope-36 .tc-wp-tool-root .tax-calculator-result-placeholder.loading .tax-calculator-result-placeholder-tabs{
    opacity: 0.5;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-result-placeholder.loading .tax-calculator-result-placeholder-empty{
    color: rgba(255, 255, 255, 0.92);
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-error{
    background: rgba(255, 122, 122, 0.16);
    color: #ffd7d7;
    padding: 18px;
    border-radius: var(--radius-sm);
    margin-bottom: 16px;
    border: 1px solid rgba(255, 122, 122, 0.4);
    box-shadow: 0 14px 34px rgba(255, 122, 122, 0.12);
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-result-card-title{
    font-size: 1.125rem !important;
    font-weight: 800 !important;
    color: var(--accent) !important;
    margin-bottom: 20px !important;
    padding-bottom: 12px !important;
    border-bottom: 1px solid var(--card-border) !important;
}.wpc-scope-36 .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-36 .tc-wp-tool-root .tax-calculator-result-key-stat{
    display: flex;
    flex-direction: column;
    gap: 5px;
    min-width: 160px;
    padding: 16px;
    background: rgba(255, 255, 255, 0.055);
    border: 1px solid rgba(255, 255, 255, 0.095);
    border-radius: var(--radius-sm);
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-result-key-stat-label{
    font-size: 0.78rem;
    color: var(--text-dim);
    text-transform: uppercase;
    letter-spacing: 0.05em;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-result-key-stat-value{
    font-size: 1.28rem;
    font-weight: 850;
    color: var(--text);
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-result-key-stat-value.accent{
    color: var(--accent-cyan);
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-result-section-label{
    font-size: 0.8125rem;
    font-weight: 800;
    color: var(--text-dim);
    text-transform: uppercase;
    letter-spacing: 0.05em;
    margin-bottom: 12px;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-location-block{
    background: rgba(255, 181, 71, 0.12);
    padding: 16px 20px;
    border-radius: var(--radius-sm);
    margin-bottom: 24px;
    font-size: 0.9375rem;
    border: 1px solid rgba(255, 181, 71, 0.28);
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-location-block strong{
    color: var(--text);
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-breakdown{
    width: 100% !important;
    border-collapse: collapse !important;
    font-size: 0.9375rem !important;
    background: transparent !important;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-breakdown th, .wpc-scope-36 .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-36 .tc-wp-tool-root .tax-calculator-breakdown th{
    color: rgba(255, 255, 255, 0.68) !important;
    font-weight: 800 !important;
    font-size: 0.75rem !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-breakdown td{
    color: var(--text-dim) !important;
    font-weight: 500 !important;
}.wpc-scope-36 .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-36 .tc-wp-tool-root .tax-calculator-breakdown tr{
    background: transparent !important;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-breakdown tr:last-child td{
    border-bottom: none !important;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-breakdown tbody tr:hover{
    background: rgba(255, 255, 255, 0.045) !important;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-tax-type{
    font-weight: 750 !important;
    color: var(--text) !important;
}.wpc-scope-36 .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);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.055);
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-summary p{
    margin-bottom: 14px;
    font-size: 0.9375rem;
    color: var(--text-dim);
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-summary p:last-child{
    margin-bottom: 0;
}.wpc-scope-36 .tc-wp-tool-root .tax-calculator-summary .highlight{
    color: var(--text);
    font-weight: 800;
}.wpc-scope-36 .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.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: 95%;
    }.tc-wp-tool-root .tax-calculator-card{
        padding: 28px 24px;
    }.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: 26px 14px 44px;
    }.tc-wp-tool-root .tax-calculator-container{
        max-width: 100%;
    }.tc-wp-tool-root .tax-calculator-title{
        font-size: 28px !important;
    }.tc-wp-tool-root .tax-calculator-subtitle{
        font-size: 15.5px;
    }.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{
        width: 100%;
        padding: 14px;
        border-left: 3px solid var(--accent-cyan);
    }.tc-wp-tool-root .tax-calculator-result-placeholder-header{
        gap: 20px;
    }}@media (max-width: 600px){.tc-wp-tool-root .tax-calculator-wrapper{
        padding: 22px 12px 38px;
    }.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-card{
        padding: 20px 16px;
        border-radius: 16px;
    }.tc-wp-tool-root .tax-calculator-card-title{
        margin-bottom: 18px !important;
    }.tc-wp-tool-root .tax-calculator-input, .tc-wp-tool-root .tax-calculator-select{
        min-height: 52px !important;
        padding-top: 15px !important;
        padding-bottom: 15px !important;
    }.tc-wp-tool-root .tax-calculator-result-placeholder{
        padding: 24px 16px;
        border-radius: 16px;
    }.tc-wp-tool-root .tax-calculator-result-placeholder-header{
        align-items: center;
        text-align: center;
        justify-content: center;
        margin-bottom: 24px;
    }.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-empty{
        padding: 24px 10px;
    }.tc-wp-tool-root .tax-calculator-result-placeholder-tabs button{
        width: 100%;
        justify-content: center;
    }.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: 14px;
    }.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 11px;
        white-space: normal;
    }.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-card{
        padding: 18px 14px;
    }.tc-wp-tool-root .tax-calculator-advanced-trigger{
        padding: 15px 14px !important;
    }.tc-wp-tool-root .tax-calculator-advanced-inner{
        padding: 16px 14px;
    }.tc-wp-tool-root .tax-calculator-usa-map-inner{
        min-height: 150px;
    }.tc-wp-tool-root .tax-calculator-tax-type{
        max-width: 120px;
        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;
        padding: 0;
    }.tc-wp-tool-root .tax-calculator-breakdown{
        display: table;
        overflow: visible;
    }}.wpc-scope-36 /* 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;
}