.thinktank-admin-wrapper {
        font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
        font-size: 14px;
        line-height: 1.5;
        color: #1d2327;
        background: #ffffff;
        padding: 20px;
        border: 1px solid #dcdcde;
        border-radius: 4px;
        max-width: 100%;
        overflow-x: auto;
    }

    .thinktank-admin-wrapper h1,
    .thinktank-admin-wrapper h2,
    .thinktank-admin-wrapper h3,
    .thinktank-admin-wrapper h4 {
        margin: 0 0 10px;
        font-weight: 600;
    }

    .thinktank-admin-wrapper .tt-form-table {
        border-collapse: collapse;
        width: 100%;
        margin-bottom: 16px;
    }

    .thinktank-admin-wrapper .tt-form-table th,
    .thinktank-admin-wrapper .tt-form-table td {
        padding: 8px 10px;
        vertical-align: top;
        border-bottom: 1px solid #eee;
    }

    .thinktank-admin-wrapper .tt-form-table th {
        width: 180px;
        text-align: left;
        font-weight: 600;
    }

    .thinktank-admin-wrapper input[type="text"],
    .thinktank-admin-wrapper input[type="password"],
    .thinktank-admin-wrapper input[type="date"],
    .thinktank-admin-wrapper select,
    .thinktank-admin-wrapper textarea {
        width: 100%;
        max-width: 100%;
        padding: 6px 8px;
        border: 1px solid #8c8f94;
        border-radius: 3px;
        background: #fff;
        box-sizing: border-box;
        font-size: 14px;
    }

    .thinktank-admin-wrapper .tt-table {
        width: 100%;
        border-collapse: collapse;
        margin: 10px 0 20px;
    }

    .thinktank-admin-wrapper .tt-table th,
    .thinktank-admin-wrapper .tt-table td {
        border: 1px solid #dcdcde;
        padding: 6px 8px;
        text-align: left;
    }

    .thinktank-admin-wrapper .tt-table thead {
        background: #f6f7f7;
    }

    .thinktank-admin-wrapper .tt-button,
    .thinktank-admin-wrapper .tt-button-primary,
    .thinktank-admin-wrapper .tt-button-secondary,
    .thinktank-admin-wrapper .tt-button-small {
        display: inline-block;
        padding: 4px 10px;
        border-radius: 3px;
        border: 1px solid transparent;
        font-size: 13px;
        line-height: 2;
        text-decoration: none;
        cursor: pointer;
        box-sizing: border-box;
        white-space: nowrap;
    }

    .thinktank-admin-wrapper .tt-button-primary {
        background: #2271b1;
        border-color: #2271b1;
        color: #fff;
    }

    .thinktank-admin-wrapper .tt-button-secondary {
        background: #f6f7f7;
        border-color: #7e8993;
        color: #1d2327;
    }

    .thinktank-admin-wrapper .tt-button-small {
        padding: 0 8px;
        line-height: 1.6;
        font-size: 12px;
    }

    .thinktank-admin-wrapper .tt-chat-box {
        border: 1px solid #dcdcde;
        padding: 10px;
        background: #f6f7f7;
        margin-top: 10px;
    }

/* ttk-fe-fontsync: keep frontend admin identical to backend sizing */
.thinktank-admin-wrapper{font-size:13px; line-height:1.45;}
.thinktank-admin-wrapper .ttk-space-header h3{color:#fff !important;}
.thinktank-admin-wrapper a{ text-decoration:none !important; }
