.pswdc-soft-wrapper {
    /* Biến CSS độc lập */
    --neo-border: 3px solid #111111;
    --neo-shadow: 5px 5px 0px #111111;
    
    --bg-main: #f0f4f8;
    --clr-yellow: #fde74c;
    --clr-white: #ffffff;
    --clr-red: #ff006e;
    --clr-orange: #fb8500;
    --clr-green: #06d6a0;
    --clr-darkgreen: #007f5f;
    --clr-text: #111111;

    max-width: 950px; 
    margin: 0 auto;
    font-family: system-ui, -apple-system, sans-serif;
    color: var(--clr-text);
    background: var(--bg-main);
    padding: 20px;
    border: var(--neo-border);
    border-radius: 16px;
    box-shadow: 6px 6px 0px #111111;
}

.pswdc-soft-wrapper * { box-sizing: border-box; }

.pswdc-soft-header {
    background: #111; padding: 20px; color: #fff;
    border: var(--neo-border); border-radius: 12px;
    text-align: center; margin-bottom: 25px; box-shadow: var(--neo-shadow);
}
.pswdc-soft-header h2 { margin: 0 0 10px 0; font-size: 1.8rem; font-weight: 900; color: var(--clr-yellow); text-transform: uppercase;}
.pswdc-soft-header p { margin: 0; font-weight: 600; font-size: 0.95rem; color: #ccc;}

/* BỐ CỤC 2 CỘT */
.pswdc-main-layout { display: flex; flex-direction: column; gap: 20px; }
.pswdc-col { flex: 1; min-width: 0; display: flex; flex-direction: column; gap: 20px; }
@media (min-width: 768px) { .pswdc-main-layout { flex-direction: row; align-items: stretch; } }

/* CARDS */
.pswdc-card {
    padding: 20px; border: var(--neo-border); 
    border-radius: 12px; box-shadow: var(--neo-shadow); display: flex; flex-direction: column; height: 100%;
}
.pswdc-bg-yellow { background: var(--clr-yellow); }
.pswdc-bg-white { background: var(--clr-white); }
.pswdc-card-title { margin: 0 0 15px 0; font-size: 1.2rem; font-weight: 900; border-bottom: 2px dashed rgba(0,0,0,0.3); padding-bottom: 10px; }

/* INPUT KHỔNG LỒ */
.pswdc-input-wrapper { display: flex; gap: 10px; margin-bottom: 20px; }
.pswdc-input-main {
    flex: 1; padding: 15px; border: 3px solid #111; border-radius: 10px;
    font-size: 1.2rem; font-weight: 900; outline: none; box-shadow: inset 4px 4px 0px rgba(0,0,0,0.05); font-family: monospace;
}
.pswdc-input-main:focus { border-color: #111; box-shadow: 4px 4px 0px #111; transform: translate(-2px, -2px); transition: 0.2s; }
.pswdc-btn-eye {
    background: #fff; border: 3px solid #111; border-radius: 10px; padding: 0 15px;
    font-size: 1.5rem; cursor: pointer; box-shadow: 3px 3px 0px #111; transition: 0.1s; display: flex; align-items: center; justify-content: center;
}
.pswdc-btn-eye:active { transform: translate(3px, 3px); box-shadow: 0px 0px 0px #111; }

/* CHECKLIST */
.pswdc-checklist { background: #fff; padding: 15px; border: 2px solid #111; border-radius: 8px; box-shadow: 3px 3px 0px #111; margin-bottom: 20px;}
.pswdc-checklist h4 { margin: 0 0 10px 0; font-size: 1rem; font-weight: 900; }
.pswdc-check-item { font-size: 0.95rem; font-weight: 700; margin-bottom: 8px; display: flex; align-items: center; gap: 8px; color: #555; transition: 0.2s;}
.pswdc-check-item.valid { color: #111; text-decoration: line-through; opacity: 0.7;}
.pswdc-icon { font-size: 1.1rem; }

.pswdc-note-box { font-size: 0.85rem; padding: 12px; background: rgba(255,255,255,0.6); border: 2px dashed #111; border-radius: 8px; font-weight: 600; line-height: 1.5; margin-top: auto;}

/* PROGRESS BAR (METER) */
.pswdc-meter-container { margin-bottom: 20px; }
.pswdc-meter-bar { display: flex; gap: 5px; height: 18px; border: 2px solid #111; border-radius: 20px; overflow: hidden; padding: 2px; background: #eee; box-shadow: inset 2px 2px 0px rgba(0,0,0,0.1); margin-bottom: 10px;}
.pswdc-meter-segment { flex: 1; border-radius: 10px; background: transparent; transition: background 0.3s; }
.pswdc-meter-label { font-size: 1.1rem; font-weight: 900; text-align: center; text-transform: uppercase; }

/* THỜI GIAN BẺ KHÓA */
.pswdc-crack-box { background: #111; color: var(--clr-yellow); padding: 20px; border-radius: 10px; text-align: center; border: 3px solid #111; box-shadow: 4px 4px 0px #eee; margin-bottom: 20px; }
.pswdc-crack-lbl { font-size: 0.9rem; font-weight: 800; display: block; margin-bottom: 5px; color: #ccc;}
.pswdc-crack-val { font-size: 2.2rem; font-weight: 900; text-transform: uppercase; line-height: 1.1; }

/* FEEDBACK TỪ AI */
.pswdc-feedback-box { background: #ffe5ec; border: 2px dashed var(--clr-red); padding: 15px; border-radius: 8px; margin-bottom: 20px; }
.pswdc-feedback-warning { color: var(--clr-red); font-weight: 900; font-size: 0.95rem; margin-bottom: 5px; }
.pswdc-feedback-suggestion { color: #111; font-weight: 600; font-size: 0.9rem; }

/* SCORE INFO */
.pswdc-score-info { background: #fdfdfd; padding: 15px; border: 2px solid #111; border-radius: 8px; margin-top: auto;}
.pswdc-score-row { font-size: 0.85rem; font-weight: 700; margin-bottom: 5px; display: flex; align-items: center; gap: 8px; }
.pswdc-dot { width: 12px; height: 12px; border-radius: 50%; border: 1px solid #111; }
.pswdc-dot-red { background: var(--clr-red); }
.pswdc-dot-yellow { background: var(--clr-yellow); }
.pswdc-dot-green { background: var(--clr-green); }
.pswdc-dot-darkgreen { background: var(--clr-darkgreen); }