:root {
    --ig-bg: #ffffff; --ig-gray: #fafafa; --ig-border: #dbdbdb;
    --ig-blue: #0095f6; --ig-text: #262626; --ig-secondary-text: #8e8e8e;
    --ig-gradient: linear-gradient(45deg, #f09433 0%, #e6683c 25%, #dc2743 50%, #cc2366 75%, #bc1888 100%);
}
* { box-sizing: border-box; -webkit-tap-highlight-color: transparent; }
body { font-family: 'Inter', sans-serif; background-color: var(--ig-bg); color: var(--ig-text); margin: 0; padding: 0; }
header { height: 44px; border-bottom: 1px solid var(--ig-border); display: flex; align-items: center; justify-content: space-between; padding: 0 16px; position: sticky; top: 0; background: #fff; z-index: 100; }
.header-title { font-weight: 600; font-size: 15px; margin: 0 auto }
#main-container { max-width: 500px; margin: 0 auto; padding: 20px 16px; }
.step-count { font-size: 11px; color: var(--ig-secondary-text); margin-bottom: 8px; font-weight: 600; text-transform: uppercase; }
.progress-bar { width: 100%; height: 2px; background: var(--ig-border); margin-bottom: 24px; }
#progress-fill { width: 0%; height: 100%; background: var(--ig-text); transition: width 0.3s; }
h2 { font-size: 22px; font-weight: 700; margin-bottom: 20px; line-height: 1.2; }
.options-grid { display: grid; gap: 10px; }
.option-btn { background: #fff; border: 1px solid var(--ig-border); padding: 16px; border-radius: 8px; cursor: pointer; font-size: 15px; font-weight: 500; text-align: left; color: var(--ig-text); width: 100%; }
#email-area, #result-area { display: none; text-align: center; }
#quiz-flow { display: none; }
.ig-input { width: 100%; padding: 14px; border: 1px solid var(--ig-border); border-radius: 8px; background: var(--ig-gray); margin-bottom: 12px; font-size: 15px; }
.ig-button { background: var(--ig-blue); color: white; border: none; width: 100%; padding: 14px; border-radius: 8px; font-weight: 600; cursor: pointer; }
.profile-circle { width: 90px; height: 90px; background: var(--ig-gradient); border-radius: 50%; margin: 0 auto 15px; padding: 3px; }
.profile-inner { background: #fff; width: 100%; height: 100%; border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 40px; }
.qr-code-placeholder { width: 190px; height: 190px; background: #fff; margin: 20px auto; border: 1px solid var(--ig-border); border-radius: 12px; padding: 10px; }
.qr-code-placeholder img { width: 100%; height: 100%; }
.pix-copy-area { background: var(--ig-gray); border: 1px solid var(--ig-border); border-radius: 10px; padding: 15px; margin-top: 5px; text-align: left; }
.pix-code { font-size: 11px; color: var(--ig-secondary-text); word-break: break-all; margin-bottom: 12px; display: block; }
.copy-btn { background: var(--ig-blue); color: #fff; border: none; padding: 12px; border-radius: 8px; font-size: 14px; font-weight: 600; width: 100%; cursor: pointer; }
#copy-status { font-size: 12px; color: #27ae60; font-weight: 600; display: none; margin-top: 8px; text-align: center; }