.threedpa-ip-portal{max-width:1100px;margin:20px auto;font-family:inherit;}
.threedpa-ip-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:20px;padding:16px;border-radius:8px;background:#f5f5f5;}
.threedpa-ip-avatar{border-radius:50%;}
.threedpa-ip-header-text h1{margin:0 0 4px 0;}
.threedpa-ip-header-actions .threedpa-ip-logout{background:#d63638;color:#fff;padding:8px 14px;border-radius:4px;text-decoration:none;}
.threedpa-ip-row{display:flex;gap:16px;margin-bottom:16px;flex-wrap:wrap;}
.threedpa-ip-card{flex:1 1 260px;background:#fff;border:1px solid #ddd;border-radius:8px;padding:16px;box-shadow:0 1px 2px rgba(0,0,0,0.05);}
.threedpa-ip-card.full{flex:1 1 100%;}
.threedpa-ip-notice.success{margin-bottom:16px;padding:10px 14px;border-radius:4px;background:#e7f7e7;border:1px solid #46b450;}
.threedpa-ip-table{width:100%;border-collapse:collapse;margin-top:8px;}
.threedpa-ip-table th,.threedpa-ip-table td{border:1px solid #ddd;padding:6px 8px;font-size:13px;}
.threedpa-ip-table th{background:#f5f5f5;text-align:left;}
.threedpa-ip-message-form label{font-weight:600;}
.threedpa-ip-login{max-width:480px;margin:40px auto;padding:24px;border-radius:8px;border:1px solid #ddd;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,0.05);}
.threedpa-ip-login h1{margin-top:0;margin-bottom:12px;}
.threedpa-ip-login p{margin-bottom:16px;}
