/* TaxAI Google Workspace OS v1230 */

.google-os-pro {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
}

.google-os-pro * {
    box-sizing: border-box;
}

.google-os-hero {
    background:
        radial-gradient(circle at 90% 12%, rgba(66,133,244,.17), transparent 28%),
        linear-gradient(135deg, #ffffff 0%, #f8fbff 48%, #eef4ff 100%) !important;
}

.google-tabs,
.google-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.google-tab,
.google-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 14px;
    border-radius: 999px;
    background: #ffffff;
    color: #1d4ed8 !important;
    border: 1px solid #bfdbfe;
    font-size: 13px;
    font-weight: 900;
    text-decoration: none;
}

.google-tab:hover,
.google-btn:hover {
    background: #eff6ff;
}

.google-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
    margin-bottom: 22px;
}

.google-kpi {
    min-height: 124px;
    padding: 20px !important;
    position: relative;
    overflow: hidden;
}

.google-kpi::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(135deg, rgba(66,133,244,.10), transparent 48%);
    pointer-events: none;
}

.google-kpi-label {
    position: relative;
    color: #64748b;
    font-size: 13px;
    font-weight: 900;
    margin-bottom: 10px;
}

.google-kpi-value {
    position: relative;
    color: #0f172a;
    font-size: 31px;
    line-height: 1;
    font-weight: 900;
    letter-spacing: -.04em;
}

.google-kpi-note {
    position: relative;
    color: #64748b;
    font-size: 12px;
    line-height: 1.6;
    margin-top: 10px;
}

.google-main {
    display: grid;
    grid-template-columns: minmax(0, 1.12fr) minmax(320px, .88fr);
    gap: 18px;
    align-items: start;
}

.google-panel {
    padding: 22px !important;
}

.google-panel-title {
    color: #0f172a;
    font-size: 18px;
    font-weight: 900;
    margin: 0 0 6px;
}

.google-panel-sub {
    color: #64748b;
    font-size: 13px;
    line-height: 1.7;
    margin: 0 0 16px;
}

.google-services {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}

.google-service {
    display: grid;
    grid-template-columns: 46px minmax(0, 1fr) auto;
    gap: 12px;
    align-items: center;
    padding: 15px;
    border: 1px solid #e2e8f0;
    border-radius: 18px;
    background: #ffffff;
}

.google-icon {
    width: 46px;
    height: 46px;
    border-radius: 16px;
    display: grid;
    place-items: center;
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 900;
}

.google-service-title {
    color: #0f172a;
    font-size: 14px;
    font-weight: 900;
}

.google-service-text {
    color: #64748b;
    font-size: 13px;
    line-height: 1.7;
    margin-top: 3px;
}

.google-badge {
    display: inline-flex;
    align-items: center;
    border-radius: 999px;
    padding: 6px 10px;
    background: #ecfdf5;
    color: #047857;
    font-size: 12px;
    font-weight: 900;
    white-space: nowrap;
}

.google-badge.warn {
    background: #fffbeb;
    color: #b45309;
}

.google-badge.danger {
    background: #fef2f2;
    color: #dc2626;
}

.google-timeline {
    display: grid;
    gap: 12px;
}

.google-log {
    display: grid;
    grid-template-columns: 42px minmax(0, 1fr);
    gap: 12px;
    padding: 14px;
    border: 1px solid #e2e8f0;
    border-radius: 16px;
    background: #ffffff;
}

.google-log-dot {
    width: 42px;
    height: 42px;
    border-radius: 15px;
    display: grid;
    place-items: center;
    background: #eff6ff;
    color: #1d4ed8;
    font-weight: 900;
}

.google-log-title {
    color: #0f172a;
    font-size: 14px;
    font-weight: 900;
}

.google-log-text {
    color: #64748b;
    font-size: 13px;
    line-height: 1.7;
    margin-top: 3px;
}

.google-roadmap {
    display: grid;
    gap: 12px;
}

.google-step {
    padding: 14px;
    border-left: 5px solid #4285f4;
    border-radius: 14px;
    background: #ffffff;
    border-top: 1px solid #e2e8f0;
    border-right: 1px solid #e2e8f0;
    border-bottom: 1px solid #e2e8f0;
}

.google-step-title {
    color: #0f172a;
    font-size: 14px;
    font-weight: 900;
}

.google-step-text {
    color: #64748b;
    font-size: 13px;
    line-height: 1.7;
    margin-top: 4px;
}

.google-table-wrap {
    margin-top: 18px;
    overflow-x: auto;
    border-radius: 16px;
    border: 1px solid #e2e8f0;
}

.google-table-wrap table {
    min-width: 900px;
}

@media (max-width: 1180px) {
    .google-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .google-main {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 820px) {
    .google-services {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 720px) {
    .google-grid {
        grid-template-columns: 1fr;
    }

    .google-service {
        grid-template-columns: 46px minmax(0, 1fr);
    }

    .google-service .google-badge {
        grid-column: 2;
        justify-self: start;
    }
}
