.icp-panel {
    background: #f7f8fb;
    padding: 24px;
    border-radius: 12px;
    border: 1px solid #e2e6ef;
    font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
}

.icp-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    margin-bottom: 16px;
}

.icp-subtitle {
    color: #5b6472;
    font-size: 14px;
}

.icp-nav {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 20px;
}

.icp-nav-link {
    padding: 8px 12px;
    border-radius: 8px;
    background: #ffffff;
    border: 1px solid #e2e6ef;
    color: #1c2430;
    text-decoration: none;
    font-size: 14px;
}

.icp-nav-link.is-active {
    background: #1c2430;
    color: #ffffff;
    border-color: #1c2430;
}

.icp-section h3 {
    margin-top: 0;
}

.icp-card {
    background: #ffffff;
    border: 1px solid #e2e6ef;
    padding: 16px;
    border-radius: 10px;
}

.icp-list {
    margin: 0;
    padding-left: 18px;
}

.icp-notice {
    padding: 12px 14px;
    border-radius: 8px;
    margin-bottom: 12px;
}

.icp-notice-info {
    background: #e8f0fe;
    color: #1a3b7a;
}

.icp-notice-success {
    background: #e6f6ec;
    color: #1b5e20;
}

.icp-notice-error {
    background: #fdecea;
    color: #b71c1c;
}

.icp-notice-warning {
    background: #fff4e5;
    color: #8a4b08;
}

.icp-forms {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 16px;
    margin-top: 20px;
}

.icp-form {
    background: #ffffff;
    border: 1px solid #e2e6ef;
    padding: 16px;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.icp-label {
    font-weight: 600;
    font-size: 13px;
}

.icp-input,
.icp-textarea {
    padding: 10px 12px;
    border-radius: 8px;
    border: 1px solid #d2d7e2;
    width: 100%;
    font-family: "Source Sans 3", "Helvetica Neue", Arial, sans-serif;
}

.icp-button {
    background: #1c2430;
    color: #ffffff;
    border: none;
    padding: 10px 12px;
    border-radius: 8px;
    cursor: pointer;
    font-weight: 600;
}

.icp-button-outline {
    background: #ffffff;
    color: #1c2430;
    border: 1px solid #1c2430;
}

.icp-table-wrap {
    overflow-x: auto;
    margin-top: 12px;
}

.icp-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 13px;
    background: #ffffff;
    border: 1px solid #e2e6ef;
}

.icp-table th,
.icp-table td {
    padding: 8px 10px;
    border-bottom: 1px solid #eef1f6;
    text-align: left;
}

.icp-table th {
    background: #f2f4f8;
    font-weight: 600;
}

.icp-raw {
    background: #111827;
    color: #d1d5db;
    padding: 12px;
    border-radius: 8px;
    overflow-x: auto;
}
