
:root{
    --hr-blue:#2f5bea;
    --hr-blue-dark:#2147d6;
    --hr-bg:#f4f7fb;
    --hr-surface:#fff;
    --hr-text:#172033;
    --hr-muted:#66758a;
    --hr-border:#dfe7f0;
    --hr-sidebar:#0f1b2d;
    --hr-shadow:0 14px 36px rgba(28,48,74,.08);
}
*{box-sizing:border-box}
html,body{margin:0;padding:0}
body.pdm-front-body{background:var(--hr-bg);color:var(--hr-text);font-family:Arial,Helvetica,sans-serif}
.pdm-front-app{display:grid;grid-template-columns:250px minmax(0,1fr);min-height:100vh}
.pdm-front-sidebar{position:sticky;top:0;height:100vh;display:flex;flex-direction:column;padding:24px 17px;background:linear-gradient(180deg,#101d31,#0c1626);color:#fff}
.pdm-front-logo{display:grid;gap:2px;padding:3px 12px 27px;border-bottom:1px solid rgba(255,255,255,.09)}
.pdm-front-logo strong{font-size:23px;letter-spacing:.04em}.pdm-front-logo span{color:#93a7c4;font-size:12px}
.pdm-front-sidebar nav{display:grid;gap:6px;margin-top:22px}
.pdm-front-sidebar nav a{display:flex;align-items:center;gap:12px;padding:12px 13px;border-radius:9px;color:#c3d0e1;text-decoration:none;font-weight:700}
.pdm-front-sidebar nav a:hover,.pdm-front-sidebar nav a.is-active{color:#fff;background:rgba(70,111,236,.28)}
.pdm-front-sidebar nav .dashicons{width:20px;height:20px;font-size:20px}
.pdm-front-user{display:flex;align-items:center;gap:11px;margin-top:auto;padding:16px 10px 4px;border-top:1px solid rgba(255,255,255,.09)}
.pdm-front-user>.dashicons{display:grid;place-items:center;width:38px;height:38px;border-radius:50%;background:rgba(255,255,255,.1)}
.pdm-front-user strong,.pdm-front-user a{display:block}.pdm-front-user a{margin-top:3px;color:#9eb3cf;font-size:12px;text-decoration:none}
.pdm-front-main{min-width:0}.pdm-front-topbar{height:72px;display:flex;align-items:center;justify-content:space-between;gap:20px;padding:0 30px;border-bottom:1px solid var(--hr-border);background:#fff}
.pdm-front-topbar div{display:grid}.pdm-front-topbar div span{color:var(--hr-muted);font-size:11px;text-transform:uppercase;letter-spacing:.06em}.pdm-front-topbar div strong{margin-top:3px}
.pdm-front-topbar>a{color:var(--hr-blue);font-weight:700;text-decoration:none}.pdm-front-menu-toggle{display:none;border:0;background:transparent}
.pdm-front-content{max-width:1600px;padding:30px;margin:0 auto}
.pdm-front-page-header{margin-bottom:23px}.pdm-front-page-header span{color:var(--hr-blue);font-size:11px;font-weight:800;text-transform:uppercase;letter-spacing:.08em}
.pdm-front-page-header h1{margin:6px 0;font-size:32px}.pdm-front-page-header p{margin:0;color:var(--hr-muted)}
.pdm-front-stats{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px;margin-bottom:22px}
.pdm-front-stats article{display:flex;align-items:center;gap:15px;padding:19px;border:1px solid var(--hr-border);border-radius:12px;background:#fff;box-shadow:var(--hr-shadow)}
.pdm-front-stats article>.dashicons{display:grid;place-items:center;flex:0 0 48px;width:48px;height:48px;border-radius:50%;color:var(--hr-blue);background:#eaf0ff;font-size:22px}
.pdm-front-stats strong{display:block;font-size:25px}.pdm-front-stats small{display:block;margin-top:5px;color:var(--hr-muted)}
.pdm-front-panel{padding:22px;border:1px solid var(--hr-border);border-radius:12px;background:#fff;box-shadow:var(--hr-shadow)}
.pdm-front-panel-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:17px}.pdm-front-panel-head h2{margin:0;font-size:19px}.pdm-front-panel-head>a{color:var(--hr-blue);font-weight:700;text-decoration:none}.pdm-front-panel-head>span{padding:5px 10px;border-radius:999px;background:#edf3f8;color:#53657a;font-size:12px;font-weight:700}
.pdm-front-table-wrap{overflow:auto}.pdm-front-table{width:100%;border-collapse:collapse}.pdm-front-table th,.pdm-front-table td{padding:14px;border-bottom:1px solid #edf1f5;text-align:left;vertical-align:middle}.pdm-front-table th{color:#58677a;background:#fafcff;font-size:12px}.pdm-front-table td small{display:block;margin-top:4px;color:var(--hr-muted)}
.pdm-front-open,.pdm-front-secondary,.pdm-front-danger{display:inline-flex;align-items:center;justify-content:center;gap:7px;min-height:38px;padding:0 13px;border:1px solid var(--hr-blue);border-radius:7px;color:var(--hr-blue);background:#fff;font-weight:700;text-decoration:none}
.pdm-front-open .dashicons{display:inline-flex;align-items:center;justify-content:center;width:18px;height:18px;margin:0;line-height:1}
.pdm-front-secondary{border-color:#19914a;color:#137c3e}.pdm-front-danger{border-color:#d63638;color:#b32d2e}
.pdm-front-status{display:inline-flex;padding:6px 11px;border-radius:999px;font-size:12px;font-weight:800}.status-neu{color:#875900;background:#fff0bd}.status-bearbeitung{color:#155a9c;background:#e6f2ff}.status-eingeladen{color:#176b3a;background:#e2f5e9}.status-abgelehnt{color:#a32424;background:#fde7e7}.status-eingestellt{color:#5e338c;background:#eee7f9}
.pdm-front-filter{display:grid;grid-template-columns:minmax(280px,1fr) 220px auto auto;gap:12px;margin-bottom:20px;padding:16px;border:1px solid var(--hr-border);border-radius:11px;background:#fff}
.pdm-front-filter>div{position:relative}.pdm-front-filter .dashicons{position:absolute;top:50%;left:12px;transform:translateY(-50%);color:#718096}.pdm-front-filter input{width:100%;padding-left:40px}
.pdm-front-filter input,.pdm-front-filter select,.pdm-front-filter button{min-height:42px;border:1px solid #ced9e6;border-radius:7px}.pdm-front-filter button{padding:0 18px;border-color:var(--hr-blue);color:#fff;background:var(--hr-blue);font-weight:700}.pdm-front-filter>a{display:flex;align-items:center;color:#53657a;font-weight:700;text-decoration:none}
.pdm-front-detail-actions{display:flex;align-items:center;justify-content:space-between;margin-bottom:18px}.pdm-front-detail-actions>a{display:inline-flex;align-items:center;gap:6px;color:var(--hr-blue);font-weight:700;text-decoration:none}
.pdm-front-detail-grid{display:grid;grid-template-columns:1fr 1.25fr;gap:20px}.pdm-front-full{grid-column:1/-1}
.pdm-front-info-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px}.pdm-front-info-grid>div{padding:14px;border:1px solid #e3eaf2;border-radius:9px;background:#fbfdff}.pdm-front-info-grid span{display:block;color:var(--hr-muted);font-size:10px;font-weight:800;text-transform:uppercase}.pdm-front-info-grid strong{display:block;margin-top:6px;font-size:13px}
.pdm-front-file-group{display:grid;gap:8px;margin-bottom:14px}.pdm-front-file-group>strong{color:#344256}.pdm-front-file-group>div{display:grid;grid-template-columns:24px minmax(0,1fr) auto auto;gap:10px;align-items:center;padding:11px;border:1px solid #e2e9f1;border-radius:8px;background:#fbfdff}.pdm-front-file-group a{color:var(--hr-blue);font-weight:700;text-decoration:none}
.pdm-front-message{min-height:150px;padding:16px;border:1px solid #e2e9f1;border-radius:9px;background:#f8fbff;line-height:1.65}
.pdm-front-edit-form{display:grid;gap:13px}.pdm-front-edit-form label{display:grid;gap:6px;color:#57687d;font-size:12px;font-weight:700}.pdm-front-edit-form select,.pdm-front-edit-form textarea{width:100%;border:1px solid #cfdbe8;border-radius:8px}.pdm-front-edit-form select{min-height:42px}.pdm-front-edit-form textarea{padding:12px}.pdm-front-edit-form button,.pdm-front-inline-form button,.pdm-front-comment-form button,.pdm-front-settings-form button{min-height:42px;padding:0 17px;border:0;border-radius:7px;color:#fff;background:var(--hr-blue);font-weight:700}
.pdm-front-action-grid{display:flex;gap:10px;flex-wrap:wrap}.pdm-front-action-grid a{display:inline-flex;align-items:center;gap:7px;padding:10px 13px;border:1px solid #ccd8e6;border-radius:7px;color:#344256;text-decoration:none;font-weight:700}.pdm-front-action-grid a.is-danger{border-color:#e4bcbc;color:#b32d2e}
.pdm-front-inline-form{display:grid;grid-template-columns:1fr 1.2fr 1fr auto;gap:10px}.pdm-front-inline-form input{min-height:42px;border:1px solid #cfdbe8;border-radius:7px}
.pdm-front-list{display:grid;gap:10px;margin-top:16px}.pdm-front-list>div{display:grid;grid-template-columns:180px 1fr 1fr;gap:14px;padding:12px;border:1px solid #e2e9f1;border-radius:8px;background:#fbfdff}
.pdm-front-comment-form{display:grid;gap:10px}.pdm-front-comment-form textarea{padding:12px;border:1px solid #cfdbe8;border-radius:8px}.pdm-front-comments{display:grid;gap:11px;margin-top:16px}.pdm-front-comments>div{padding:14px;border:1px solid #e2e9f1;border-radius:9px;background:#fbfdff}.pdm-front-comments header{display:flex;justify-content:space-between;gap:15px}.pdm-front-comments header span{color:var(--hr-muted);font-size:12px}
.pdm-front-timeline{display:grid}.pdm-front-timeline>div{display:grid;grid-template-columns:18px 1fr;gap:12px;min-height:62px}.pdm-front-timeline>div>span{width:13px;height:13px;margin-top:3px;border:3px solid #dfe9ff;border-radius:50%;background:var(--hr-blue)}.pdm-front-timeline section{padding-bottom:16px;border-bottom:1px solid #edf1f5}.pdm-front-timeline small{display:block;margin-top:5px;color:var(--hr-muted)}
.pdm-front-settings-form{display:grid;gap:10px}.pdm-front-settings-form label{display:flex;align-items:center;gap:9px;padding:12px;border:1px solid #e2e9f1;border-radius:8px}
.pdm-front-empty{display:grid;place-items:center;min-height:180px;color:var(--hr-muted);text-align:center}.pdm-front-empty .dashicons{width:42px;height:42px;font-size:42px}
.pdm-front-error{padding:18px;border-radius:9px;color:#a32424;background:#fde7e7}

body.pdm-front-login-body{display:grid;place-items:center;min-height:100vh;padding:24px;background:linear-gradient(135deg,#0e1a2c,#17335d);font-family:Arial,Helvetica,sans-serif}
.pdm-front-login-card{width:min(430px,100%);padding:34px;border-radius:15px;background:#fff;box-shadow:0 22px 60px rgba(0,0,0,.28)}.pdm-front-login-brand{display:grid}.pdm-front-login-brand strong{color:var(--hr-blue);font-size:25px}.pdm-front-login-brand span{color:var(--hr-muted)}.pdm-front-login-card h1{margin:26px 0 7px}.pdm-front-login-card>p{color:var(--hr-muted)}
.pdm-front-login-card label{display:block;margin:13px 0 6px;font-weight:700}.pdm-front-login-card input[type=text],.pdm-front-login-card input[type=password]{width:100%;min-height:45px;border:1px solid #cfdbe8;border-radius:7px}.pdm-front-login-card input[type=submit]{width:100%;min-height:45px;margin-top:12px;border:0;border-radius:7px;color:#fff;background:var(--hr-blue);font-weight:700}.pdm-front-forgot{display:block;margin-top:14px;color:var(--hr-blue);text-align:center;text-decoration:none}

@media(max-width:1050px){.pdm-front-app{grid-template-columns:1fr}.pdm-front-sidebar{position:fixed;z-index:20;left:-270px;width:250px;transition:left .2s}.pdm-front-sidebar.is-open{left:0}.pdm-front-menu-toggle{display:inline-grid;place-items:center}.pdm-front-detail-grid{grid-template-columns:1fr}.pdm-front-stats{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media(max-width:760px){.pdm-front-content{padding:20px 14px}.pdm-front-topbar{padding:0 15px}.pdm-front-topbar>a{display:none}.pdm-front-stats,.pdm-front-info-grid{grid-template-columns:1fr}.pdm-front-filter,.pdm-front-inline-form{grid-template-columns:1fr}.pdm-front-list>div{grid-template-columns:1fr}.pdm-front-page-header h1{font-size:27px}}


/* ===== Version 8.0.0 – moderne Bewerbungsübersicht ===== */

.pdm-front-filter-v8{
    grid-template-columns:minmax(300px,1.45fr) minmax(170px,.7fr) minmax(170px,.7fr) minmax(145px,.55fr) minmax(145px,.55fr) auto auto;
    align-items:end;
}

.pdm-front-filter-v8 label{
    display:grid;
    gap:5px;
    color:#5b6c80;
    font-size:11px;
    font-weight:800;
    text-transform:uppercase;
    letter-spacing:.04em;
}

.pdm-front-filter-v8 label input{
    width:100%;
}

.pdm-front-live-search{
    position:relative;
}

.pdm-front-live-search .dashicons{
    position:absolute;
    top:50%;
    left:13px;
    transform:translateY(-50%);
    color:#7a8ba0;
}

.pdm-front-live-search input{
    width:100%;
    padding-left:42px !important;
}

.pdm-front-applications-panel{
    padding:0;
    overflow:visible;
}

.pdm-front-panel-head-v8{
    margin:0;
    padding:20px 22px;
    border-bottom:1px solid var(--hr-border);
}

.pdm-front-panel-head-v8>div{
    display:grid;
    gap:5px;
}

.pdm-front-panel-head-v8 p{
    margin:0;
    color:var(--hr-muted);
    font-size:13px;
}

.pdm-front-table-v8 th{
    padding:15px 18px;
    background:#f8fbff;
    color:#53657a;
    font-size:11px;
    text-transform:uppercase;
    letter-spacing:.04em;
}

.pdm-front-table-v8 td{
    padding:17px 18px;
}

.pdm-front-table-v8 tbody tr{
    transition:background .16s ease, transform .16s ease, box-shadow .16s ease;
}

.pdm-front-table-v8 tbody tr:hover{
    background:#f7faff;
}

.pdm-front-applicant-cell{
    display:flex;
    align-items:center;
    gap:13px;
    min-width:220px;
}

.pdm-front-avatar{
    display:grid;
    place-items:center;
    flex:0 0 42px;
    width:42px;
    height:42px;
    border-radius:50%;
    color:#274fc7;
    background:linear-gradient(135deg,#e6edff,#dbe6ff);
    font-size:13px;
    font-weight:800;
    letter-spacing:.04em;
    box-shadow:inset 0 0 0 1px rgba(47,91,234,.08);
}

.pdm-front-applicant-cell strong{
    display:block;
    color:#172033;
    font-size:14px;
}

.pdm-front-applicant-cell small{
    display:block;
    margin-top:4px;
    color:#6d7c90;
    font-size:12px;
}

.pdm-front-position-cell{
    min-width:230px;
}

.pdm-front-position-cell strong{
    display:block;
    color:#26364a;
    font-size:13px;
    font-weight:700;
}

.pdm-front-position-cell small{
    display:block;
    margin-top:5px;
    color:#7a8899;
    font-size:11px;
}

.pdm-front-status-v8{
    gap:6px;
    padding:7px 11px;
    box-shadow:inset 0 0 0 1px rgba(0,0,0,.025);
}

.pdm-front-status-v8 .dashicons{
    width:14px;
    height:14px;
    font-size:14px;
    line-height:1;
}

.pdm-front-date-cell strong{
    display:block;
    color:#2e3c4f;
    font-size:13px;
}

.pdm-front-date-cell small{
    display:block;
    margin-top:4px;
    color:#7c8998;
    font-size:11px;
}

.pdm-front-row-favorite{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:34px;
    height:34px;
    border-radius:50%;
    color:#bcc5d0;
    text-decoration:none;
    transition:background .16s ease,color .16s ease,transform .16s ease;
}

.pdm-front-row-favorite:hover{
    color:#d49a00;
    background:#fff7da;
    transform:scale(1.05);
}

.pdm-front-row-favorite.is-favorite{
    color:#d49a00;
    background:#fff5cf;
}

.pdm-front-row-actions{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:8px;
    position:relative;
}

.pdm-front-open-v8{
    min-width:108px;
    min-height:40px;
    border-color:var(--hr-blue);
    color:#fff;
    background:linear-gradient(135deg,var(--hr-blue),var(--hr-blue-dark));
    box-shadow:0 7px 16px rgba(47,91,234,.18);
}

.pdm-front-open-v8:hover{
    color:#fff;
    transform:translateY(-1px);
}

.pdm-front-more-menu{
    position:relative;
}

.pdm-front-more-menu summary{
    display:grid;
    place-items:center;
    width:40px;
    height:40px;
    border:1px solid #d4deea;
    border-radius:8px;
    color:#53657a;
    background:#fff;
    cursor:pointer;
    list-style:none;
}

.pdm-front-more-menu summary::-webkit-details-marker{
    display:none;
}

.pdm-front-more-menu summary:hover{
    border-color:#aebed2;
    background:#f7faff;
}

.pdm-front-more-menu>div{
    position:absolute;
    z-index:50;
    top:46px;
    right:0;
    display:grid;
    min-width:190px;
    padding:7px;
    border:1px solid #dce5ef;
    border-radius:10px;
    background:#fff;
    box-shadow:0 14px 34px rgba(28,48,74,.16);
}

.pdm-front-more-menu>div a{
    display:flex;
    align-items:center;
    gap:9px;
    padding:10px 11px;
    border-radius:7px;
    color:#344256;
    text-decoration:none;
    font-size:13px;
    font-weight:700;
}

.pdm-front-more-menu>div a:hover{
    background:#f1f6ff;
    color:#204fcf;
}

.pdm-front-more-menu>div a.is-danger{
    color:#b32d2e;
}

.pdm-front-more-menu>div a.is-danger:hover{
    background:#fff1f1;
}

.pdm-front-more-menu .dashicons{
    width:17px;
    height:17px;
    font-size:17px;
}

@media(max-width:1300px){
    .pdm-front-filter-v8{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
}

@media(max-width:900px){
    .pdm-front-table-v8 thead{
        display:none;
    }

    .pdm-front-table-v8,
    .pdm-front-table-v8 tbody,
    .pdm-front-table-v8 tr,
    .pdm-front-table-v8 td{
        display:block;
        width:100%;
    }

    .pdm-front-table-v8 tr{
        margin:0 0 14px;
        padding:14px;
        border:1px solid var(--hr-border);
        border-radius:11px;
        background:#fff;
    }

    .pdm-front-table-v8 td{
        padding:8px 0;
        border:0;
    }

    .pdm-front-row-actions{
        justify-content:flex-start;
    }
}

@media(max-width:760px){
    .pdm-front-filter-v8{
        grid-template-columns:1fr;
    }

    .pdm-front-applicant-cell,
    .pdm-front-position-cell{
        min-width:0;
    }
}


/* ===== Version 9.0.0 – vollständiger UI-Neuentwurf ===== */

.pdm-front-content{
    max-width:none;
    width:100%;
    padding:34px 42px 52px;
}

.pdm-v9-hero{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:28px;
    min-height:190px;
    margin-bottom:26px;
    padding:34px 38px;
    overflow:hidden;
    border-radius:20px;
    color:#fff;
    background:
        radial-gradient(circle at 90% 20%,rgba(255,255,255,.2),transparent 24%),
        linear-gradient(135deg,#183766 0%,#2757bb 55%,#3970e8 100%);
    box-shadow:0 20px 48px rgba(35,76,159,.2);
}

.pdm-v9-hero>div>span{
    display:block;
    margin-bottom:10px;
    color:#dce7ff;
    font-size:12px;
    font-weight:800;
    letter-spacing:.1em;
    text-transform:uppercase;
}

.pdm-v9-hero h1{
    margin:0;
    color:#fff;
    font-size:36px;
    line-height:1.1;
}

.pdm-v9-hero p{
    max-width:720px;
    margin:13px 0 0;
    color:#e6edff;
    font-size:16px;
    line-height:1.6;
}

.pdm-v9-hero>a{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:9px;
    flex:0 0 auto;
    min-height:50px;
    padding:0 21px;
    border:1px solid rgba(255,255,255,.35);
    border-radius:10px;
    color:#173467;
    background:#fff;
    box-shadow:0 12px 28px rgba(0,0,0,.16);
    text-decoration:none;
    font-weight:800;
}

.pdm-v9-stat-grid{
    display:grid;
    grid-template-columns:repeat(6,minmax(0,1fr));
    gap:16px;
    margin-bottom:26px;
}

.pdm-v9-stat{
    position:relative;
    display:flex;
    align-items:center;
    gap:14px;
    min-height:104px;
    padding:18px;
    overflow:hidden;
    border:1px solid var(--hr-border);
    border-radius:15px;
    background:#fff;
    box-shadow:0 12px 30px rgba(30,52,79,.07);
    transition:transform .18s ease,box-shadow .18s ease;
}

.pdm-v9-stat:hover{
    transform:translateY(-3px);
    box-shadow:0 18px 38px rgba(30,52,79,.11);
}

.pdm-v9-stat>.dashicons{
    display:grid;
    place-items:center;
    flex:0 0 46px;
    width:46px;
    height:46px;
    border-radius:13px;
    font-size:22px;
}

.pdm-v9-stat strong{
    display:block;
    color:#15223a;
    font-size:28px;
    line-height:1;
}

.pdm-v9-stat small{
    display:block;
    margin-top:7px;
    color:#66758a;
    font-size:11px;
    font-weight:700;
}

.pdm-v9-stat-blue>.dashicons{color:#2f5bea;background:#e8efff}
.pdm-v9-stat-yellow>.dashicons{color:#a76b00;background:#fff3d4}
.pdm-v9-stat-cyan>.dashicons{color:#067a94;background:#e4f8fb}
.pdm-v9-stat-green>.dashicons{color:#147d40;background:#e5f7eb}
.pdm-v9-stat-gold>.dashicons{color:#b17a00;background:#fff5d8}
.pdm-v9-stat-purple>.dashicons{color:#6935be;background:#f0e9ff}

.pdm-v9-dashboard-grid{
    display:grid;
    grid-template-columns:minmax(0,1.7fr) minmax(320px,.75fr);
    gap:22px;
    align-items:start;
}

.pdm-v9-panel{
    padding:24px;
    border:1px solid var(--hr-border);
    border-radius:17px;
    background:#fff;
    box-shadow:0 14px 36px rgba(28,48,74,.075);
}

.pdm-v9-panel-head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:18px;
    margin-bottom:18px;
}

.pdm-v9-panel-head>div>span{
    display:block;
    margin-bottom:5px;
    color:#2f5bea;
    font-size:10px;
    font-weight:800;
    letter-spacing:.09em;
    text-transform:uppercase;
}

.pdm-v9-panel-head h2{
    margin:0;
    font-size:21px;
}

.pdm-v9-panel-head>a{
    display:inline-flex;
    align-items:center;
    gap:6px;
    color:#2f5bea;
    text-decoration:none;
    font-weight:800;
}

.pdm-v9-side{
    display:grid;
    gap:22px;
}

.pdm-v9-application-list{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:16px;
}

.pdm-v9-application-list.is-compact{
    grid-template-columns:1fr;
}

.pdm-v9-application-card{
    display:grid;
    grid-template-columns:minmax(0,1fr) auto;
    gap:18px;
    align-items:center;
    padding:17px 18px;
    border:1px solid #e1e8f0;
    border-radius:13px;
    background:#fff;
    transition:border-color .17s ease,box-shadow .17s ease,transform .17s ease;
}

.pdm-v9-application-card:hover{
    border-color:#bfd0f5;
    box-shadow:0 12px 24px rgba(47,91,234,.085);
    transform:translateY(-1px);
}

.pdm-v9-card-main{
    display:flex;
    align-items:center;
    gap:14px;
    min-width:0;
}

.pdm-v9-avatar{
    display:grid;
    place-items:center;
    flex:0 0 48px;
    width:48px;
    height:48px;
    border-radius:14px;
    color:#2854ce;
    background:linear-gradient(135deg,#e4ecff,#d4e0ff);
    font-size:14px;
    font-weight:900;
}

.pdm-v9-person{
    min-width:0;
}

.pdm-v9-person h3{
    margin:0;
    color:#172033;
    font-size:15px;
}

.pdm-v9-person a{
    display:block;
    max-width:260px;
    margin-top:4px;
    overflow:hidden;
    color:#718096;
    text-overflow:ellipsis;
    white-space:nowrap;
    text-decoration:none;
    font-size:12px;
}

.pdm-v9-person p{
    max-width:420px;
    margin:8px 0 0;
    overflow:hidden;
    color:#405169;
    text-overflow:ellipsis;
    white-space:nowrap;
    font-size:13px;
    font-weight:700;
}

.pdm-v9-card-meta{
    display:flex;
    align-items:center;
    justify-content:flex-end;
    gap:12px;
}

.pdm-v9-card-meta>div{
    min-width:78px;
}

.pdm-v9-card-meta>div strong,
.pdm-v9-card-meta>div small{
    display:block;
}

.pdm-v9-card-meta>div strong{
    color:#344256;
    font-size:12px;
}

.pdm-v9-card-meta>div small{
    margin-top:3px;
    color:#7a8899;
    font-size:10px;
}

.pdm-v9-favorite{
    display:grid;
    place-items:center;
    width:36px;
    height:36px;
    border-radius:9px;
    color:#bbc4d0;
    background:#f5f7fa;
    text-decoration:none;
}

.pdm-v9-favorite.is-favorite{
    color:#d39900;
    background:#fff5d6;
}

.pdm-v9-open{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    gap:7px;
    min-width:104px;
    min-height:40px;
    padding:0 14px;
    border-radius:9px;
    color:#fff;
    background:linear-gradient(135deg,#2f5bea,#204ad8);
    box-shadow:0 8px 18px rgba(47,91,234,.2);
    text-decoration:none;
    font-weight:800;
}

.pdm-v9-open .dashicons{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:18px;
    height:18px;
    margin:0;
    line-height:1;
}

.pdm-v9-progress-row{
    margin-bottom:18px;
}

.pdm-v9-progress-row:last-child{
    margin-bottom:0;
}

.pdm-v9-progress-row>div:first-child{
    display:flex;
    justify-content:space-between;
    gap:18px;
    margin-bottom:8px;
    color:#53657a;
    font-size:12px;
}

.pdm-v9-progress-row>div:last-child{
    height:9px;
    overflow:hidden;
    border-radius:999px;
    background:#edf2f7;
}

.pdm-v9-progress-row>div:last-child>span{
    display:block;
    height:100%;
    border-radius:inherit;
}

.pdm-v9-progress-row .status-neu{background:#f2b51d}
.pdm-v9-progress-row .status-bearbeitung{background:#2f5bea}
.pdm-v9-progress-row .status-eingeladen{background:#14a050}

.pdm-v9-shortcuts{
    display:grid;
    gap:11px;
}

.pdm-v9-shortcuts .pdm-v9-panel-head{
    margin-bottom:8px;
}

.pdm-v9-shortcuts>a{
    display:flex;
    align-items:center;
    gap:13px;
    padding:13px;
    border:1px solid #e3eaf2;
    border-radius:11px;
    color:#26364a;
    background:#fbfdff;
    text-decoration:none;
    transition:background .16s ease,border-color .16s ease;
}

.pdm-v9-shortcuts>a:hover{
    border-color:#bfd0f5;
    background:#f5f8ff;
}

.pdm-v9-shortcuts>a>.dashicons{
    display:grid;
    place-items:center;
    flex:0 0 38px;
    width:38px;
    height:38px;
    border-radius:10px;
    color:#2f5bea;
    background:#eaf0ff;
}

.pdm-v9-shortcuts strong,
.pdm-v9-shortcuts small{
    display:block;
}

.pdm-v9-shortcuts small{
    margin-top:3px;
    color:#718096;
    font-size:11px;
}

/* Bewerbungsübersicht: Karten statt Tabelle */
.pdm-front-applications-panel{
    padding:24px;
}

.pdm-front-applications-panel .pdm-v9-application-list{
    margin-top:4px;
}

@media(max-width:1450px){
    .pdm-v9-stat-grid{
        grid-template-columns:repeat(3,minmax(0,1fr));
    }
}

@media(max-width:1180px){
    .pdm-v9-dashboard-grid{
        grid-template-columns:1fr;
    }

    .pdm-v9-application-list{
        grid-template-columns:1fr;
    }
}

@media(max-width:760px){
    .pdm-front-content{
        padding:20px 14px 36px;
    }

    .pdm-v9-hero{
        align-items:flex-start;
        flex-direction:column;
        padding:26px 22px;
    }

    .pdm-v9-hero h1{
        font-size:29px;
    }

    .pdm-v9-stat-grid{
        grid-template-columns:1fr;
    }

    .pdm-v9-application-card{
        grid-template-columns:1fr;
    }

    .pdm-v9-card-meta{
        justify-content:flex-start;
        flex-wrap:wrap;
    }
}


/* Version 9.0.1 – Speichern-Rückmeldung */
.pdm-front-save-notice{
    display:flex;
    align-items:center;
    gap:9px;
    margin:0 0 18px;
    padding:13px 16px;
    border:1px solid #bfe5cc;
    border-radius:10px;
    color:#176b3a;
    background:#edf9f1;
    font-size:13px;
    font-weight:800;
}

.pdm-front-save-notice .dashicons{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    width:19px;
    height:19px;
    margin:0;
    line-height:1;
}
