.evoak-profile {
    font-family: Georgia, serif; color: #2a1f14; max-width: 720px; margin: 2em auto;
}
.ev-p-loading { color: #9a8a7a; font-style: italic; padding: 1.5em; text-align: center; }

.evoak-profile .ev-p-header { text-align: center; margin-bottom: 1.5em; }
.evoak-profile .ev-p-title {
    font-size: 1.3em; letter-spacing: .15em; text-transform: uppercase;
    color: #c9a96e; font-weight: normal; margin-bottom: .3em;
}
.evoak-profile .ev-p-subtitle { color: #5a4a3a; font-style: italic; font-size: .95em; max-width: 500px; margin: 0 auto; line-height: 1.5; }

.evoak-profile .ev-p-progress {
    background: #fdf8f0; border: 1px solid #c9a96e; border-radius: 4px;
    padding: 1em 1.3em; margin-bottom: 2em;
    display: flex; align-items: center; gap: 1em;
}
.evoak-profile .ev-p-progress-icon {
    width: 36px; height: 36px; border-radius: 50%;
    background: radial-gradient(circle at 35% 30%, #e8c87f, #c9a96e 50%, #8a6020);
    display: flex; align-items: center; justify-content: center;
    color: #fff; font-weight: bold;
    box-shadow: 0 0 10px rgba(201, 169, 110, 0.4);
}
.evoak-profile .ev-p-progress-text { flex: 1; font-size: .9em; color: #5a4a3a; line-height: 1.4; }
.evoak-profile .ev-p-progress-text strong { color: #8a6020; }

.evoak-profile .ev-p-field {
    background: #fff; border: 1px solid #e0d4c4; border-radius: 4px;
    padding: 1.2em 1.4em; margin-bottom: 1em;
    position: relative;
    transition: border-color .2s ease;
}
.evoak-profile .ev-p-field.ev-p-rewarded {
    border-color: #5a8a6a; background: #fafff8;
}
.evoak-profile .ev-p-field.ev-p-rewarded::after {
    content: '+' attr(data-reward) ' \03C6';
    position: absolute; top: .8em; right: 1em;
    background: #5a8a6a; color: #fff;
    padding: .2em .6em; border-radius: 3px;
    font-size: .8em; letter-spacing: .05em;
}
.evoak-profile .ev-p-field-label {
    font-weight: bold; color: #2a1f14; font-size: 1.02em; margin-bottom: .2em;
    display: flex; justify-content: space-between; align-items: baseline;
}
.evoak-profile .ev-p-field-reward {
    color: #c9a96e; font-size: .8em; font-weight: normal; letter-spacing: .05em;
}
.evoak-profile .ev-p-field-hint {
    color: #9a8a7a; font-style: italic; font-size: .82em; margin-bottom: .8em;
}
.evoak-profile .ev-p-field input,
.evoak-profile .ev-p-field select,
.evoak-profile .ev-p-field textarea {
    width: 100%; padding: .6em .8em; border: 1px solid #e0d4c4; border-radius: 3px;
    font-family: Georgia, serif; font-size: .95em; background: #fff;
}
.evoak-profile .ev-p-field textarea { min-height: 70px; resize: vertical; }
.evoak-profile .ev-p-radio-group { display: flex; flex-direction: column; gap: .4em; }
.evoak-profile .ev-p-radio-group label {
    display: flex; align-items: center; gap: .6em;
    padding: .5em .8em; border: 1px solid #e0d4c4; border-radius: 3px;
    cursor: pointer; transition: all .2s ease;
    font-size: .92em;
}
.evoak-profile .ev-p-radio-group label:hover { background: #fdf8f0; border-color: #c9a96e; }
.evoak-profile .ev-p-radio-group input[type="radio"] { width: auto; margin: 0; }
.evoak-profile .ev-p-radio-group label.selected {
    background: #fdf8f0; border-color: #c9a96e; color: #8a6020;
}

.evoak-profile .ev-p-save-bar {
    position: sticky; bottom: 0; background: #2a1f14;
    margin: 2em -1.4em -1em; padding: 1em 1.4em;
    border-radius: 0 0 4px 4px;
    display: flex; justify-content: space-between; align-items: center;
    color: #c9a96e;
}
.evoak-profile .ev-p-save-bar.show { display: flex; }
.evoak-profile .ev-p-save-status { font-size: .85em; }
.evoak-profile .ev-p-save-btn {
    background: #c9a96e; color: #2a1f14; border: none;
    padding: .7em 1.5em; border-radius: 3px; cursor: pointer;
    font-family: Georgia, serif; font-size: .9em; letter-spacing: .05em;
    text-transform: uppercase;
}
.evoak-profile .ev-p-save-btn:hover { background: #e8c87f; }
.evoak-profile .ev-p-save-btn:disabled { opacity: .5; cursor: not-allowed; }

.evoak-profile .ev-p-result {
    margin-top: 1em; padding: 1em 1.3em;
    background: #fdf8f0; border: 1px solid #c9a96e; border-radius: 4px;
    display: none;
}
.evoak-profile .ev-p-result.show { display: block; }
.evoak-profile .ev-p-result-mana {
    font-size: 1.4em; color: #8a6020; font-weight: bold;
    text-align: center;
}
.evoak-profile .ev-p-result-balance {
    text-align: center; color: #5a4a3a; font-size: .9em; margin-top: .3em;
}

.evoak-profile .ev-p-email-prompt {
    background: #fdf8f0; border: 1px solid #c9a96e; border-radius: 4px;
    padding: 1.5em; margin-bottom: 1em; text-align: center;
}
.evoak-profile .ev-p-email-prompt label { display: block; margin-bottom: .5em; color: #5a4a3a; }
.evoak-profile .ev-p-email-prompt input {
    width: 100%; max-width: 360px;
    padding: .6em .9em; border: 1px solid #c9a96e; border-radius: 3px;
    font-family: Georgia, serif; font-size: 1em;
}
.evoak-profile .ev-p-email-prompt button {
    margin-top: .8em; background: #c9a96e; color: #fff; border: none;
    padding: .6em 1.5em; border-radius: 3px; cursor: pointer; font-family: Georgia, serif;
}