*{box-sizing:border-box;margin:0;padding:0}body{color:#484b4c;-webkit-font-smoothing:antialiased;background:#f5f3ed;min-height:100vh;font-family:PT Sans,Hiragino Kaku Gothic ProN,-apple-system,sans-serif}.app{min-height:100vh;padding:16px 12px}.app-header{background:#fff;border-radius:20px;justify-content:space-between;align-items:center;max-width:720px;margin:0 auto 12px;padding:14px 16px;display:flex;box-shadow:0 2px 12px #0000000a}.app-logo{color:#050505;letter-spacing:.3px;font-size:13px;font-weight:700}.header-right{align-items:center;gap:8px;display:flex}.coach-name{color:#6b666b;font-size:12px}.auth-checking{color:#a8a8a8;justify-content:center;align-items:center;min-height:80vh;font-size:14px;display:flex}.auth{justify-content:center;align-items:center;min-height:85vh;display:flex}.auth-card{text-align:center;background:#fff;border-radius:28px;width:100%;max-width:420px;padding:44px 32px;position:relative;overflow:hidden;box-shadow:0 4px 40px #0000000f}.auth-card:before{content:"";background:linear-gradient(90deg,#8dfc32,#e8f73e);height:4px;position:absolute;top:0;left:0;right:0}.auth-title{color:#050505;margin-bottom:12px;font-size:22px;font-weight:800;line-height:1.5}.auth-subtitle{color:#6b666b;margin-bottom:32px;font-size:13px;line-height:1.8}.auth-icon{margin-bottom:16px;font-size:52px}.auth-card h2{color:#050505;margin-bottom:12px;font-size:19px}.auth-desc{color:#484b4c;margin-bottom:16px;font-size:13px;line-height:1.7}.auth-hint{color:#a8a8a8;margin-bottom:16px;font-size:11px}.auth-error{color:#e85d50;background:#fff5f4;border-radius:10px;margin-bottom:12px;padding:8px 14px;font-size:13px}.auth-card .field{text-align:left}.step-one{max-width:540px;margin:32px auto;animation:.6s cubic-bezier(.22,1,.36,1) fadeIn}.header{text-align:center;margin-bottom:28px}.header h1{color:#050505;margin-bottom:10px;font-size:22px;font-weight:800;line-height:1.4}.subtitle{color:#6b666b;font-size:13px;line-height:1.8}.form{background:#fff;border-radius:24px;padding:28px 24px;box-shadow:0 2px 20px #0000000a}.section-label{text-transform:uppercase;letter-spacing:2px;color:#7ad62f;border-bottom:2px solid #f0fad4;margin-top:8px;margin-bottom:16px;padding-bottom:8px;font-size:10px;font-weight:700}.field{margin-bottom:20px}.field label{color:#050505;margin-bottom:6px;font-size:13px;font-weight:700;display:block}.required{color:#8dfc32;font-size:12px}.field input,.field textarea,.field select{color:#484b4c;background:#faf9f6;border:2px solid #eceae4;border-radius:16px;width:100%;padding:14px 16px;font-family:inherit;font-size:15px;transition:all .3s}.field input::placeholder,.field textarea::placeholder{color:#c0bbb5;font-size:13px}.field input:focus,.field textarea:focus,.field select:focus{background:#fff;border-color:#8dfc32;outline:none;box-shadow:0 0 0 4px #8dfc321f}.field textarea{resize:vertical;line-height:1.6}.field-hint{color:#a8a8a8;margin-top:6px;font-size:11px;line-height:1.5}.row{grid-template-columns:1fr 1fr;gap:12px;display:grid}.primary-btn{color:#050505;cursor:pointer;letter-spacing:.5px;background:#e8f73e;border:none;border-radius:20px;width:100%;padding:16px;font-family:inherit;font-size:15px;font-weight:800;transition:all .3s cubic-bezier(.22,1,.36,1)}.primary-btn:hover:not(:disabled){background:#d4e336;transform:translateY(-3px);box-shadow:0 8px 24px #8dfc3240}.primary-btn:active:not(:disabled){transform:translateY(0)}.primary-btn:disabled{opacity:.35;cursor:not-allowed}.secondary-btn{color:#63625f;cursor:pointer;background:#fff;border:2px solid #e8f73e;border-radius:14px;padding:10px 22px;font-family:inherit;font-size:13px;font-weight:700;transition:all .25s}.secondary-btn:hover{color:#050505;background:#e8f73e}.text-btn{color:#a8a8a8;cursor:pointer;background:0 0;border:none;padding:8px 16px;font-family:inherit;font-size:12px;transition:color .2s}.text-btn:hover{color:#484b4c}.step-two{justify-content:center;align-items:center;min-height:80vh;display:flex}.loading-card{text-align:center;background:#fff;border-radius:28px;width:100%;max-width:360px;padding:48px 36px;box-shadow:0 4px 40px #0000000f}.spinner{border:3px solid #eceae4;border-top-color:#8dfc32;border-radius:50%;width:44px;height:44px;margin:0 auto 24px;animation:.8s linear infinite spin}@keyframes spin{to{transform:rotate(360deg)}}.loading-card h2{color:#050505;margin-bottom:10px;font-size:17px;font-weight:700}.loading-message{color:#6b666b;margin-bottom:24px;font-size:13px}.progress-bar{background:#eceae4;border-radius:3px;height:6px;margin-bottom:10px;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#7ad62f,#e8f73e);border-radius:3px;height:100%;transition:width .4s}.progress-text{color:#a8a8a8;font-variant-numeric:tabular-nums;font-size:12px}.step-three{max-width:720px;margin:16px auto;animation:.6s cubic-bezier(.22,1,.36,1) fadeIn}.step-three-header{flex-wrap:wrap;justify-content:space-between;align-items:center;gap:10px;margin-bottom:20px;display:flex}.step-three-header h2{color:#050505;font-size:20px;font-weight:700}.header-actions{gap:8px;display:flex}.tabs{background:#eceae4;border-radius:18px;gap:4px;margin-bottom:20px;padding:4px;display:flex}.tab{cursor:pointer;white-space:nowrap;color:#6b666b;background:0 0;border:none;border-radius:15px;flex:1;padding:10px 14px;font-family:inherit;font-size:12px;font-weight:600;transition:all .25s}.tab.active{color:#050505;background:#fff;font-weight:700;box-shadow:0 2px 12px #0000000f}.tab-content{background:#fff;border-radius:24px;padding:28px 24px;box-shadow:0 2px 20px #0000000a}.quiz-preview{max-width:460px;margin:0 auto}.preview-card{text-align:center}.preview-title{color:#050505;margin-bottom:8px;font-size:19px;font-weight:700}.preview-subtitle{color:#6b666b;margin-bottom:28px;font-size:13px;line-height:1.6}.progress-dots{gap:6px;margin-bottom:20px;display:flex}.dot{background:#eceae4;border-radius:2.5px;flex:1;height:5px;transition:all .4s}.dot.active{background:#8dfc32}.dot.done{background:#7ad62f}.question-label{color:#7ad62f;letter-spacing:1.5px;margin-bottom:10px;font-size:11px;font-weight:700}.question-text{text-align:left;color:#050505;margin-bottom:20px;font-size:17px;font-weight:700;line-height:1.7}.choices{flex-direction:column;gap:10px;display:flex}.choice-btn{cursor:pointer;text-align:left;color:#484b4c;background:#faf9f6;border:2px solid #eceae4;border-radius:18px;padding:16px 20px;font-family:inherit;font-size:14px;line-height:1.5;transition:all .25s}.choice-btn:hover{background:#f5fce8;border-color:#8dfc32;transform:translateY(-2px);box-shadow:0 4px 16px #8dfc3226}.email-section{text-align:center;padding:20px 0}.email-section h3{color:#050505;margin-bottom:10px;font-size:18px;font-weight:700}.email-section p{color:#6b666b;margin-bottom:20px;font-size:13px;line-height:1.6}.email-input{background:#faf9f6;border:2px solid #eceae4;border-radius:16px;width:100%;margin-bottom:12px;padding:14px 16px;font-family:inherit;font-size:15px}.email-input:focus{background:#fff;border-color:#8dfc32;outline:none;box-shadow:0 0 0 4px #8dfc321f}.result-section{text-align:center;padding:20px 0}.result-emoji{margin-bottom:16px;font-size:56px}.result-badge{color:#5a8a20;background:#f0fad4;border-radius:24px;margin-bottom:14px;padding:6px 20px;font-size:12px;font-weight:700;display:inline-block}.result-title{color:#050505;margin-bottom:18px;font-size:22px;font-weight:800}.result-desc{color:#484b4c;text-align:left;margin-bottom:24px;font-size:14px;line-height:2}.coach-advice{text-align:left;background:#f5f3ed;border-left:4px solid #8dfc32;border-radius:20px;margin-bottom:24px;padding:22px}.advice-label{color:#7ad62f;letter-spacing:.5px;margin-bottom:8px;font-size:11px;font-weight:700}.advice-text{color:#484b4c;font-size:14px;line-height:1.9}.cta-btn{color:#050505;background:#e8f73e;border-radius:20px;padding:16px 36px;font-size:15px;font-weight:800;text-decoration:none;transition:all .3s;display:inline-block}.cta-btn:hover{background:#d4e336;transform:translateY(-3px);box-shadow:0 8px 24px #8dfc3240}.cta-sub{color:#a8a8a8;margin-top:12px;font-size:11px}.quiz-editor{max-width:640px;margin:0 auto}.editor-header{margin-bottom:20px}.editor-header h3{color:#050505;font-size:16px;font-weight:700}.editor-hint{color:#a8a8a8;margin-top:4px;font-size:12px}.editor-question{background:#faf9f6;border:1px solid #eceae4;border-radius:20px;margin-bottom:16px;padding:18px}.question-number{color:#7ad62f;letter-spacing:1px;margin-bottom:8px;font-size:11px;font-weight:700}.editor-input{color:#484b4c;background:#fff;border:1.5px solid #eceae4;border-radius:12px;width:100%;padding:10px 14px;font-family:inherit;font-size:13px;transition:all .25s}.editor-input:focus{border-color:#8dfc32;outline:none;box-shadow:0 0 0 3px #8dfc321a}.question-input{font-size:14px;font-weight:600}.editor-choices{flex-direction:column;gap:8px;margin-top:12px;display:flex}.editor-choice{align-items:center;gap:8px;display:flex}.choice-label{color:#a8a8a8;min-width:18px;font-size:11px;font-weight:700}.result-tag{color:#050505;white-space:nowrap;background:#e8f73e;border-radius:8px;padding:2px 8px;font-size:10px;font-weight:700}.share-export{max-width:640px;margin:0 auto}.share-url-section h3{color:#050505;margin-bottom:6px;font-size:16px;font-weight:700}.share-hint{color:#6b666b;margin-bottom:14px;font-size:12px}.url-box{gap:8px;margin-bottom:14px;display:flex}.url-input{color:#484b4c;background:#faf9f6;border:2px solid #eceae4;border-radius:14px;flex:1;padding:12px 14px;font-family:SF Mono,monospace;font-size:12px}.save-btn{color:#050505;cursor:pointer;background:#e8f73e;border:none;border-radius:14px;margin-bottom:24px;padding:10px 22px;font-family:inherit;font-size:13px;font-weight:700;transition:all .2s}.save-btn:hover:not(:disabled){background:#d4e336;transform:translateY(-1px)}.save-btn:disabled{opacity:.5;cursor:not-allowed}.html-section{border-top:2px solid #f0fad4;padding-top:16px}.toggle-html{color:#6b666b;cursor:pointer;background:0 0;border:1.5px solid #eceae4;border-radius:12px;padding:8px 16px;font-family:inherit;font-size:12px;transition:all .2s}.toggle-html:hover{color:#050505;border-color:#8dfc32}.html-content{margin-top:14px}.html-header{justify-content:space-between;align-items:center;margin-bottom:12px;display:flex}.copy-btn-sm{padding:6px 14px;font-size:12px}.copy-btn{color:#fff;cursor:pointer;background:#7ad62f;border:none;border-radius:12px;padding:9px 22px;font-family:inherit;font-size:13px;font-weight:700;transition:all .2s}.copy-btn:hover{background:#6bc425}.code-block{color:#eceae4;background:#63625f;border-radius:18px;max-height:400px;padding:20px;font-family:SF Mono,monospace;font-size:11px;line-height:1.6;overflow:auto}.result-types h3{color:#050505;margin-bottom:16px;font-size:16px;font-weight:700}.result-cards{grid-template-columns:1fr 1fr;gap:14px;display:grid}.result-card{background:#faf9f6;border:1px solid #eceae4;border-top:3px solid;border-radius:20px;padding:18px}.card-badge{color:#fff;border-radius:10px;margin-bottom:12px;padding:3px 12px;font-size:11px;font-weight:700;display:inline-block}.card-field{margin-bottom:12px}.card-field label{color:#a8a8a8;letter-spacing:.5px;text-transform:uppercase;margin-bottom:4px;font-size:10px;font-weight:700;display:block}.card-field textarea{resize:vertical}.dashboard{max-width:720px;margin:0 auto;animation:.5s fadeIn}.dash-header{justify-content:space-between;align-items:center;margin-bottom:20px;display:flex}.dash-header h2{color:#050505;font-size:20px;font-weight:800}.dash-create-btn{border-radius:16px;width:auto;padding:12px 24px;font-size:14px}.dash-loading{text-align:center;color:#a8a8a8;padding:60px}.dash-empty{text-align:center;background:#fff;border-radius:28px;padding:60px 32px;box-shadow:0 2px 20px #0000000a}.dash-empty p{color:#6b666b;margin-bottom:20px;font-size:14px}.dash-empty .primary-btn{width:auto;padding:14px 32px}.dash-content{flex-direction:column;gap:16px;display:flex}.quiz-list h3,.leads-panel h3{color:#050505;margin-bottom:10px;font-size:14px;font-weight:700}.quiz-list-item{cursor:pointer;background:#fff;border:2px solid #eceae4;border-radius:18px;align-items:center;gap:12px;margin-bottom:8px;padding:16px 20px;transition:all .25s;display:flex}.quiz-list-item:hover{border-color:#8dfc32;transform:translateY(-2px);box-shadow:0 4px 16px #8dfc321f}.quiz-list-item.selected{background:#f5fce8;border-color:#8dfc32}.quiz-list-title{color:#050505;flex:1;font-size:14px;font-weight:700}.quiz-list-meta{color:#a8a8a8;gap:10px;font-size:11px;display:flex}.lead-count{color:#5a8a20;background:#f0fad4;border-radius:10px;padding:2px 10px;font-weight:700}.quiz-list-link{color:#7ad62f;cursor:pointer;background:0 0;border:none;font-family:inherit;font-size:11px;font-weight:700}.leads-panel{background:#fff;border-radius:24px;padding:24px;box-shadow:0 2px 20px #0000000a}.leads-empty{color:#a8a8a8;text-align:center;padding:20px;font-size:13px}.leads-table{border-collapse:collapse;width:100%;font-size:12px}.leads-table th{text-align:left;color:#a8a8a8;text-transform:uppercase;letter-spacing:.5px;border-bottom:2px solid #f0fad4;padding:10px 12px;font-size:10px;font-weight:700}.leads-table td{color:#484b4c;border-bottom:1px solid #f5f3ed;padding:12px}.leads-panel-inline{max-width:640px;margin:0 auto}.leads-header{justify-content:space-between;align-items:center;margin-bottom:16px;display:flex}.leads-header h3{color:#050505;font-size:16px;font-weight:700}.leads-count{color:#5a8a20;background:#f0fad4;border-radius:12px;padding:4px 12px;font-size:12px;font-weight:700}.leads-empty-state{text-align:center;padding:40px 20px}.leads-empty-state p{color:#6b666b;font-size:14px}.leads-empty-hint{margin-top:6px;color:#a8a8a8!important;font-size:12px!important}.leads-list{flex-direction:column;gap:8px;display:flex}.lead-item{background:#faf9f6;border:1px solid #eceae4;border-radius:14px;justify-content:space-between;align-items:center;padding:14px 16px;display:flex}.lead-email{color:#050505;font-size:13px;font-weight:600}.lead-meta{align-items:center;gap:10px;display:flex}.lead-type{color:#5a8a20;background:#f0fad4;border-radius:8px;padding:2px 8px;font-size:11px;font-weight:600}.lead-date{color:#a8a8a8;font-size:11px}.settings{max-width:540px;margin:16px auto;animation:.5s fadeIn}.settings-header{margin-bottom:20px}.settings-header h2{color:#050505;margin-top:8px;font-size:22px;font-weight:800}.settings-card{background:#fff;border-radius:24px;padding:28px 24px;box-shadow:0 2px 20px #0000000a}.settings-section{border-bottom:2px solid #f5f3ed;margin-bottom:24px;padding-bottom:24px}.settings-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.settings-section h3{color:#050505;margin-bottom:16px;font-size:14px;font-weight:700}.settings-save-btn{margin-top:4px}.settings-logout-btn{width:100%}.settings-danger{border-bottom:none}.danger-desc{color:#6b666b;margin-bottom:16px;font-size:13px;line-height:1.7}.danger-btn{color:#e85d50;cursor:pointer;background:#fff;border:2px solid #e85d50;border-radius:14px;width:100%;padding:12px 24px;font-family:inherit;font-size:13px;font-weight:700;transition:all .2s}.danger-btn:hover:not(:disabled){color:#fff;background:#e85d50}.danger-btn:disabled{opacity:.4;cursor:not-allowed}.delete-confirm{margin-top:12px}.delete-confirm p{color:#484b4c;margin-bottom:8px;font-size:13px}.delete-input{color:#e85d50;text-align:center;letter-spacing:2px;background:#fff5f4;border:2px solid #e85d50;border-radius:12px;width:100%;margin-bottom:12px;padding:12px 16px;font-family:inherit;font-size:15px;font-weight:700}.delete-input:focus{outline:none;box-shadow:0 0 0 4px #e85d501f}.delete-actions{gap:8px;display:flex}.delete-actions .danger-btn{flex:1}.delete-actions .text-btn{flex:1;padding:12px}.toast{color:#fff;z-index:1000;background:#63625f;border-radius:20px;padding:12px 28px;font-size:13px;font-weight:600;animation:.4s cubic-bezier(.22,1,.36,1) slideUp;position:fixed;bottom:24px;left:50%;transform:translate(-50%);box-shadow:0 8px 32px #00000026}@keyframes fadeIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translate(-50%,16px)}to{opacity:1;transform:translate(-50%)}}.fade-in{animation:.5s cubic-bezier(.22,1,.36,1) fadeIn}@media (width<=640px){.app{padding:12px 8px}.step-one{margin:20px auto}.form{padding:24px 18px}.row{grid-template-columns:1fr}.header h1{font-size:20px}.result-cards{grid-template-columns:1fr}.tabs{gap:2px}.tab{padding:9px 8px;font-size:11px}.tab-content{padding:20px 16px}.step-three-header{flex-direction:column;align-items:flex-start}.loading-card{padding:36px 24px}.app-header{border-radius:16px;margin:0 0 12px;padding:12px 14px}.dash-header{flex-direction:column;align-items:flex-start;gap:12px}.dash-create-btn{width:100%}.quiz-list-item{flex-direction:column;align-items:flex-start}.auth-card{border-radius:24px;padding:32px 20px}.url-box{flex-direction:column}}
