:root {
    --clp-ink: #14213d;
    --clp-muted: #71809a;
    --clp-line: #e8edf5;
    --clp-surface: #ffffff;
    --clp-bg: #f5f7fb;
    --clp-blue: #3168f5;
    --clp-indigo: #5d4de8;
    --clp-green: #1fa676;
    --clp-orange: #ec9b45;
    --clp-purple: #9b62e7;
    --clp-shadow: 0 18px 48px rgba(28, 47, 86, .08);
    --clp-radius: 18px;
}

.clp-app, .clp-login { color: var(--clp-ink); font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; line-height: 1.5; }
.clp-app *, .clp-login * { box-sizing: border-box; }
.clp-app a, .clp-login a { color: var(--clp-blue); text-decoration: none; }
.clp-app a:hover, .clp-login a:hover { color: var(--clp-indigo); }
.clp-eyebrow { color: #8090ad; font-size: 11px; font-weight: 800; letter-spacing: .12em; text-transform: uppercase; }
.clp-muted, .clp-page-intro p, .clp-welcome p { color: var(--clp-muted); }
.clp-brand-mark { align-items: center; background: linear-gradient(145deg, #356bf5, #6e4ee8); border-radius: 11px; color: #fff; display: inline-flex; font-size: 13px; font-weight: 800; height: 34px; justify-content: center; letter-spacing: -.04em; width: 34px; }
.clp-app { background: var(--clp-bg); border: 1px solid var(--clp-line); border-radius: 22px; display: flex; margin: 24px 0; min-height: 720px; overflow: hidden; }
.clp-sidebar { background: #fff; border-right: 1px solid var(--clp-line); display: flex; flex: 0 0 235px; flex-direction: column; padding: 28px 16px 18px; }
.clp-sidebar-brand { align-items: center; display: flex; font-size: 15px; font-weight: 800; gap: 10px; padding: 0 12px 38px; }
.clp-sidebar-label { color: #a3aec1; font-size: 10px; font-weight: 800; letter-spacing: .12em; padding: 0 12px 10px; text-transform: uppercase; }
.clp-sidebar nav { display: grid; gap: 5px; }
.clp-sidebar nav a, .clp-sidebar-logout { align-items: center; border-radius: 11px; color: #76849b; display: flex; font-size: 13px; font-weight: 650; gap: 12px; padding: 11px 12px; transition: .18s ease; }
.clp-sidebar nav a .dashicons, .clp-sidebar-logout .dashicons { font-size: 18px; height: 18px; width: 18px; }
.clp-sidebar nav a:hover { background: #f5f7ff; color: var(--clp-blue); }
.clp-sidebar nav a.is-active { background: #edf2ff; color: var(--clp-blue); }
.clp-sidebar-help { background: linear-gradient(145deg, #f3f6ff, #f8f5ff); border: 1px solid #e6e9ff; border-radius: 15px; margin-top: auto; padding: 15px; }
.clp-sidebar-help .dashicons { color: var(--clp-indigo); }
.clp-sidebar-help strong { display: block; font-size: 12px; margin-top: 7px; }
.clp-sidebar-help p { color: #7b89a0; font-size: 11px; margin: 4px 0 0; }
.clp-sidebar-logout { border: 0; background: transparent; cursor: pointer; margin-top: 18px; }
.clp-sidebar-logout:hover { background: #fff1f1; color: #d75a63; }
.clp-sidebar-logout input { display: none; }
.clp-main { flex: 1; min-width: 0; }
.clp-topbar { align-items: center; background: rgba(255,255,255,.82); border-bottom: 1px solid var(--clp-line); display: flex; gap: 18px; justify-content: space-between; padding: 23px 34px; }
.clp-topbar h1 { font-size: 23px; letter-spacing: -.04em; margin: 3px 0 0; }
.clp-user-chip { align-items: center; color: #53627b; display: flex; font-size: 13px; font-weight: 700; gap: 9px; }
.clp-avatar { align-items: center; background: #e9eeff; border-radius: 50%; color: var(--clp-blue); display: inline-flex; font-size: 12px; height: 31px; justify-content: center; width: 31px; }
.clp-content { padding: 32px 34px 44px; }
.clp-welcome, .clp-page-intro { align-items: end; display: flex; gap: 20px; justify-content: space-between; margin-bottom: 26px; }
.clp-welcome h2, .clp-page-intro h2 { font-size: 27px; letter-spacing: -.045em; margin: 5px 0 4px; }
.clp-welcome p, .clp-page-intro p { font-size: 13px; margin: 0; }
.clp-button { align-items: center; border: 0; border-radius: 9px; cursor: pointer; display: inline-flex; font-size: 12px; font-weight: 750; gap: 12px; justify-content: center; padding: 12px 17px; transition: .18s ease; }
.clp-button--primary { background: linear-gradient(135deg, var(--clp-blue), var(--clp-indigo)); box-shadow: 0 7px 18px rgba(49,104,245,.2); color: #fff !important; }
.clp-button--primary:hover { box-shadow: 0 10px 22px rgba(49,104,245,.3); color: #fff !important; transform: translateY(-1px); }
.clp-button--secondary { background: #fff3f2; color: #ce5c60 !important; }
.clp-button--ghost { background: #f2f5fb; color: var(--clp-ink) !important; }
.clp-stat-grid { display: grid; gap: 14px; grid-template-columns: repeat(4, 1fr); margin-bottom: 22px; }
.clp-stat-card { background: var(--clp-surface); border: 1px solid var(--clp-line); border-radius: var(--clp-radius); min-height: 148px; padding: 17px 18px; position: relative; }
.clp-stat-icon { align-items: center; border-radius: 10px; display: inline-flex; height: 34px; justify-content: center; margin-bottom: 15px; width: 34px; }
.clp-stat-icon .dashicons { font-size: 18px; height: 18px; width: 18px; }
.clp-blue { background: #e9efff; color: var(--clp-blue); }.clp-green { background: #e5f7f0; color: var(--clp-green); }.clp-orange { background: #fff1df; color: var(--clp-orange); }.clp-purple { background: #f0eaff; color: var(--clp-purple); }
.clp-stat-label { color: #78869e; display: block; font-size: 11px; font-weight: 700; }
.clp-stat-card strong { display: block; font-size: 26px; letter-spacing: -.04em; line-height: 1.2; margin-top: 4px; }
.clp-stat-card small { color: #a5afc0; font-size: 10px; }
.clp-dashboard-grid { display: grid; gap: 18px; grid-template-columns: 1.25fr .75fr; }
.clp-panel { background: #fff; border: 1px solid var(--clp-line); border-radius: var(--clp-radius); padding: 22px; }
.clp-panel--wide { min-width: 0; }
.clp-panel-heading { align-items: start; display: flex; justify-content: space-between; margin-bottom: 20px; }
.clp-panel-heading h2 { font-size: 16px; letter-spacing: -.025em; margin: 3px 0 0; }
.clp-panel-heading a { font-size: 11px; font-weight: 750; }
.clp-license-overview { align-items: center; display: flex; gap: 35px; min-height: 150px; }
.clp-donut { align-items: center; background: conic-gradient(var(--clp-blue) var(--clp-progress), #eef1f7 0); border-radius: 50%; display: flex; height: 136px; justify-content: center; position: relative; width: 136px; }
.clp-donut:after { background: white; border-radius: 50%; content: ""; height: 94px; position: absolute; width: 94px; }
.clp-donut div { position: relative; text-align: center; z-index: 1; }.clp-donut strong { display: block; font-size: 25px; }.clp-donut span { color: #8b98ad; display: block; font-size: 10px; }
.clp-legend { display: grid; flex: 1; gap: 17px; }.clp-legend span { align-items: center; color: #6d7c95; display: flex; font-size: 12px; }.clp-legend i { background: #b9c0d0; border-radius: 50%; height: 8px; margin-right: 9px; width: 8px; }.clp-legend i.is-active { background: var(--clp-blue); }.clp-legend i.is-expired { background: var(--clp-orange); }.clp-legend b { color: var(--clp-ink); margin-left: auto; }
.clp-action-list { display: grid; gap: 9px; }.clp-action-list a { align-items: center; background: #f7f9fc; border-radius: 10px; color: #4d5d78; display: flex; font-size: 12px; font-weight: 700; gap: 10px; padding: 13px; }.clp-action-list a:hover { background: #edf2ff; color: var(--clp-blue); }.clp-action-list .dashicons { color: var(--clp-blue); font-size: 17px; }.clp-action-list b { margin-left: auto; }
.clp-activity-list { display: grid; gap: 0; }.clp-activity-list > div { align-items: start; border-bottom: 1px solid #f0f2f7; display: flex; gap: 13px; padding: 12px 0; }.clp-activity-list > div:last-child { border: 0; }.clp-activity-dot { background: #dfe8ff; border: 3px solid #7292f7; border-radius: 50%; height: 11px; margin-top: 4px; width: 11px; }.clp-activity-list p { color: #75829a; font-size: 12px; margin: 0; }.clp-activity-list strong { color: var(--clp-ink); }.clp-activity-list small { color: #a3adbd; display: block; font-size: 10px; margin-top: 4px; }
.clp-table-panel { padding: 0; overflow: hidden; }.clp-table-tools { align-items: center; display: flex; gap: 15px; justify-content: space-between; padding: 17px 20px; }.clp-search { align-items: center; border: 1px solid var(--clp-line); border-radius: 8px; display: flex; gap: 7px; max-width: 290px; padding: 7px 10px; width: 100%; }.clp-search .dashicons { color: #9aa6b9; font-size: 17px; }.clp-search input { border: 0; box-shadow: none; color: var(--clp-ink); font-size: 12px; min-width: 0; outline: 0; padding: 0; width: 100%; }.clp-result-count { color: #9aa6b9; font-size: 11px; }
.clp-table-wrap { overflow-x: auto; }.clp-table { border-collapse: collapse; min-width: 760px; width: 100%; }.clp-table th { background: #fafbfe; color: #8d99ad; font-size: 10px; font-weight: 800; letter-spacing: .06em; padding: 12px 20px; text-align: left; text-transform: uppercase; }.clp-table td { border-top: 1px solid #f0f2f7; color: #66748b; font-size: 12px; padding: 14px 20px; vertical-align: middle; }.clp-table td strong, .clp-table td small { display: block; }.clp-table td strong { color: var(--clp-ink); font-size: 12px; }.clp-table td small { color: #a2adbd; font-size: 10px; margin-top: 3px; }.clp-table code, .clp-detail-hero code, .clp-renewal-summary code { background: #f5f7fb; border-radius: 5px; color: #62718b; font-size: 10px; padding: 5px 7px; }.clp-copy { background: none; border: 0; color: #9aa6b9; cursor: pointer; margin-left: 5px; padding: 0; }.clp-copy .dashicons { font-size: 15px; height: 15px; width: 15px; }.clp-row-action { font-size: 11px; font-weight: 750; white-space: nowrap; }.clp-status { border-radius: 20px; display: inline-flex; font-size: 10px; font-weight: 800; padding: 5px 9px; text-transform: capitalize; }.clp-status--active { background: #e3f7ee; color: #1c9b6d; }.clp-status--expired, .clp-status--failed { background: #fff0ee; color: #d66363; }.clp-status--pending { background: #fff4df; color: #bd7a2f; }.clp-status--suspended, .clp-status--revoked { background: #f0effd; color: #7465c3; }
.clp-page-intro { align-items: start; }.clp-back-link { display: inline-block; font-size: 12px; font-weight: 750; margin-bottom: 18px; }.clp-detail-hero { align-items: center; background: linear-gradient(120deg, #eff4ff, #f6f2ff); border: 1px solid #e4eaff; border-radius: var(--clp-radius); display: flex; justify-content: space-between; margin-bottom: 18px; padding: 25px 28px; }.clp-detail-hero h2 { font-size: 26px; letter-spacing: -.04em; margin: 5px 0 12px; }.clp-detail-grid { display: grid; gap: 18px; grid-template-columns: 1.15fr .85fr; }.clp-definition-list { display: grid; gap: 0; grid-template-columns: 1fr 1fr; margin: 0; }.clp-definition-list div { border-top: 1px solid #eff1f6; padding: 14px 0; }.clp-definition-list dt { color: #8996aa; font-size: 10px; font-weight: 700; margin-bottom: 4px; }.clp-definition-list dd { color: var(--clp-ink); font-size: 12px; margin: 0; }.clp-detail-actions { display: grid; gap: 10px; }.clp-detail-actions .clp-button { width: 100%; }.clp-renewal-summary { align-items: center; background: #f8f9fd; border-radius: 13px; display: flex; justify-content: space-between; margin-bottom: 20px; padding: 17px; }.clp-renewal-summary h3 { margin: 4px 0 11px; }.clp-plan-grid { display: grid; gap: 13px; grid-template-columns: repeat(3, 1fr); }.clp-plan-card { border: 1px solid var(--clp-line); border-radius: 13px; padding: 18px; }.clp-plan-kicker, .clp-plan-note { color: #8c99ad; display: block; font-size: 10px; }.clp-plan-card h3 { font-size: 17px; margin: 12px 0 6px; }.clp-plan-card strong { color: var(--clp-blue); font-size: 22px; }.clp-plan-card p { color: #7a879d; font-size: 11px; margin: 13px 0; }.clp-plan-note { border-top: 1px solid #eef0f5; padding-top: 11px; }
.clp-form-panel { max-width: 780px; }.clp-form-grid { display: grid; gap: 18px; grid-template-columns: 1fr 1fr; margin-bottom: 22px; }.clp-form label, .clp-form-grid label { display: block; }.clp-form label span, .clp-form-grid label span { color: #5e6c83; display: block; font-size: 11px; font-weight: 750; margin-bottom: 7px; }.clp-form input, .clp-form-grid input, .clp-form textarea { background: #fbfcfe; border: 1px solid #e3e8f1; border-radius: 8px; box-shadow: none; color: var(--clp-ink); font-size: 13px; outline: 0; padding: 11px 12px; width: 100%; }.clp-form input:focus, .clp-form-grid input:focus, .clp-form textarea:focus { border-color: var(--clp-blue); box-shadow: 0 0 0 3px rgba(49,104,245,.1); }.clp-form small, .clp-form-grid small { color: #9aa5b8; display: block; font-size: 10px; margin-top: 5px; }.clp-form-full { grid-column: 1 / -1; }.clp-notice { border-radius: 9px; font-size: 12px; margin-bottom: 18px; padding: 12px 14px; }.clp-notice--error { background: #fff0ee; color: #b65055; }.clp-notice--success { background: #e8f8f0; color: #21855f; }.clp-empty { color: #8390a4; padding: 36px 16px; text-align: center; }.clp-empty .dashicons { color: #a6b4c9; font-size: 28px; height: 28px; width: 28px; }.clp-empty h3 { color: var(--clp-ink); font-size: 16px; margin: 12px 0 5px; }.clp-empty p { font-size: 12px; margin: 0 0 17px; }.clp-menu-toggle { background: transparent; border: 0; color: var(--clp-blue); cursor: pointer; display: none; padding: 0; }
.clp-login { background: #f5f7fb; border: 1px solid var(--clp-line); border-radius: 22px; box-shadow: var(--clp-shadow); display: grid; grid-template-columns: .9fr 1.1fr; margin: 24px auto; max-width: 940px; min-height: 500px; overflow: hidden; }.clp-login-aside { background: linear-gradient(145deg, #152960, #3542a7 55%, #6747cf); color: #fff; padding: 50px 44px; position: relative; }.clp-login-aside:after { border: 1px solid rgba(255,255,255,.12); border-radius: 50%; content: ""; height: 270px; position: absolute; right: -105px; top: 80px; width: 270px; }.clp-login-aside .clp-eyebrow { color: #b8c9ff; display: block; margin-top: 28px; }.clp-login-aside h2 { font-size: 30px; letter-spacing: -.05em; line-height: 1.12; margin: 9px 0 15px; max-width: 300px; }.clp-login-aside p { color: #d1d9ff; font-size: 13px; max-width: 320px; }.clp-login-points { display: grid; gap: 10px; margin-top: 48px; }.clp-login-points span { color: #e4e8ff; font-size: 12px; }.clp-login-points span:before { color: #a4b8ff; content: "✓"; font-weight: 800; margin-right: 9px; }.clp-login-form-wrap { background: #fff; padding: 68px 60px; }.clp-login-form-wrap h1 { font-size: 27px; letter-spacing: -.045em; margin: 8px 0 4px; }.clp-login-form-wrap .clp-muted { font-size: 12px; margin: 0 0 28px; }.clp-form { display: grid; gap: 18px; }.clp-login-footer { color: #8a97ab; font-size: 11px; margin: 22px 0 0; text-align: center; }
@media (max-width: 960px) { .clp-app { border-radius: 0; margin: 0; }.clp-stat-grid { grid-template-columns: repeat(2, 1fr); }.clp-dashboard-grid, .clp-detail-grid { grid-template-columns: 1fr; }.clp-sidebar { flex-basis: 205px; }.clp-content, .clp-topbar { padding-left: 24px; padding-right: 24px; } }
@media (max-width: 700px) { .clp-app { display: block; position: relative; }.clp-sidebar { box-shadow: 10px 0 35px rgba(21,35,64,.12); height: 100%; left: -260px; position: absolute; top: 0; transition: left .2s ease; width: 245px; z-index: 5; }.clp-sidebar.is-open { left: 0; }.clp-menu-toggle { display: block; }.clp-topbar { justify-content: start; }.clp-user-chip { margin-left: auto; }.clp-user-chip span:last-child { display: none; }.clp-content { padding: 24px 16px 35px; }.clp-topbar { padding: 20px 16px; }.clp-welcome, .clp-page-intro { align-items: start; display: block; }.clp-welcome .clp-button { margin-top: 17px; }.clp-welcome h2, .clp-page-intro h2 { font-size: 24px; }.clp-stat-grid { gap: 10px; }.clp-stat-card { min-height: 135px; padding: 14px; }.clp-stat-card strong { font-size: 23px; }.clp-panel { padding: 16px; }.clp-license-overview { gap: 18px; }.clp-donut { height: 115px; width: 115px; }.clp-donut:after { height: 79px; width: 79px; }.clp-plan-grid, .clp-form-grid { grid-template-columns: 1fr; }.clp-form-full { grid-column: auto; }.clp-detail-hero { align-items: start; display: block; }.clp-detail-hero .clp-status { margin-top: 17px; }.clp-login { display: block; margin: 10px; }.clp-login-aside { padding: 32px 25px; }.clp-login-aside h2 { font-size: 25px; }.clp-login-points { margin-top: 26px; }.clp-login-form-wrap { padding: 35px 25px; } }