.dtew-card{border:1px solid #eee;border-radius:12px;padding:18px;max-width:520px}
.dtew-title{font-size:20px;font-weight:700;margin-bottom:10px}
.dtew-desc{margin-bottom:12px}
.dtew-chips{display:flex;gap:10px;flex-wrap:wrap;margin-bottom:12px}
.dtew-chip{border:1px solid #ddd;border-radius:999px;padding:10px 12px;background:#fff;cursor:pointer}
.dtew-chip.is-active{border-color:#111}
.dtew-form{display:flex;flex-direction:column;gap:10px}
.dtew-label{font-size:13px;opacity:.85}
.dtew-input{padding:12px;border:1px solid #ddd;border-radius:10px}
.dtew-btn{padding:12px;border-radius:10px;border:none;cursor:pointer}
.dtew-hint{font-size:12px;opacity:.75}

.dtew-campaign{margin-bottom:12px;font-size:14px}
.dtew-type{display:flex;gap:10px;flex-wrap:wrap;margin:0 0 12px}
.dtew-type__option{display:flex;align-items:center;gap:8px;border:1px solid #ddd;border-radius:999px;padding:8px 12px;cursor:pointer}
.dtew-type__option input{margin:0}

.dtew-chip.is-recommended:not(.is-active){border-style:solid}


.dtew-progress-box{margin-bottom:14px;padding:12px;border:1px solid #eee;border-radius:10px;background:#fff}
.dtew-progress-title{font-size:14px;margin-bottom:8px}
.dtew-progress-bar{height:12px;background:#eee;border-radius:999px;overflow:hidden;margin-bottom:8px}
.dtew-progress-fill{height:100%;background:#2ecc71}
.dtew-progress-meta{font-size:14px;display:flex;gap:6px;flex-wrap:wrap;align-items:center;margin-bottom:6px}
.dtew-progress-next{font-size:13px;line-height:1.4}

.dtew-progress-pre{margin:10px 0;font-size:14px;font-weight:500}


.dtew-recent-box{margin:10px 0 14px;padding:12px;border:1px solid #eee;border-radius:10px;background:#fff}
.dtew-recent-title{font-size:14px;font-weight:700;margin-bottom:8px}
.dtew-recent-list{display:flex;flex-direction:column;gap:8px}
.dtew-recent-item{font-size:13px;line-height:1.4}
.dtew-recent-time{opacity:.75;margin-left:6px}


.dtew-type-wrap{margin:0 0 12px}
.dtew-type-title{font-size:14px;font-weight:700;margin:0 0 10px}
.dtew-type{display:flex;flex-direction:column;gap:10px;margin:0 0 12px}
.dtew-type__option{display:flex;align-items:flex-start;gap:10px;border:1px solid #ddd;border-radius:14px;padding:12px 14px;cursor:pointer;background:#fff}
.dtew-type__option input{margin-top:4px}
.dtew-type__content{display:flex;flex-direction:column;gap:3px}
.dtew-type__headline{font-weight:700;line-height:1.3}
.dtew-type__desc{font-size:13px;opacity:.8;line-height:1.3}
.dtew-type__option.is-featured{border-color:#111}


.dtew-progress-extra{margin-top:6px;font-weight:700}
.dtew-toast{position:fixed;left:16px;bottom:16px;z-index:9999;opacity:0;transform:translateY(12px);transition:all .25s ease;pointer-events:none;max-width:320px}
.dtew-toast.is-visible{opacity:1;transform:translateY(0)}
.dtew-toast__inner{background:#111;color:#fff;padding:12px 14px;border-radius:12px;box-shadow:0 12px 28px rgba(0,0,0,.22);font-size:13px;line-height:1.4}
.dtew-toast__time{display:inline-block;margin-left:6px;opacity:.8}
