body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}*{box-sizing:border-box;margin:0;padding:0}body,html{background-color:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;height:100%}.app{display:flex;height:90vh}.content{display:flex;flex:1 1}.global-header{background-color:#fffffffa;box-shadow:0 2px 4px #00000008;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;padding:10px 20px;z-index:1000}.header-left{color:#1a1a1a}.favicon{align-items:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);border-radius:8px;color:#fff;display:flex;font-size:18px;font-weight:700;height:32px;justify-content:center;width:32px}.logo-text{color:#1a1a1a;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;font-size:1.2rem;font-weight:600}.app-icon{margin-right:10px}.app-title{font-size:1.25rem}.profile-pic{height:36px;width:36px}.dropdown{border-radius:8px;box-shadow:0 2px 8px #0000001a;padding:12px;top:45px;width:180px;z-index:100}.plan{color:#6b7280;font-size:.9rem;margin:4px 0}.upgrade-link{display:inline-block;font-weight:500;margin-top:6px}.upgrade-link:hover{text-decoration:underline}.sidebar{background-color:#f9fafb;border-right:1px solid #e5e7eb;display:flex;flex-direction:column;position:relative;transition:width .3s ease,margin-left .3s ease;width:20vw}.sidebar.closed{margin-left:0;width:0}.sidebar h2{border-bottom:1px solid #e5e7eb;color:#1a1a1a;font-size:1.2em;padding:1rem}.questions-list{flex:1 1;overflow-y:auto;padding:1rem}.block-header{color:#1a1a1a;font-size:.9rem;font-weight:400;margin:1rem 0 .5rem}.question-icon{background:#fff;border:1px solid #e5e7eb;border-radius:8px;color:#6b7280;cursor:pointer;font-size:.85rem;margin:4px 0;padding:8px 12px;transition:all .2s;-webkit-user-select:none;user-select:none}.question-icon:hover{background:#f3f4f6;border-color:#d1d5db}.question-icon.answered{background:#f0fdf4;border-color:#22c55e;color:#15803d}.question-icon.active{background:#2563eb;border-color:#2563eb;color:#fff;font-weight:600}.sidebar-toggle{align-items:center;background:#2563eb;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1.2rem;height:40px;justify-content:center;left:1rem;position:fixed;top:1rem;transition:background .2s;width:40px;z-index:1000}.sidebar-toggle:hover{background:#1d4ed8}.main-content,.main-content.centered-mode{background:#fff;display:flex;flex:1 1;flex-direction:column;min-height:0;position:relative}.chat-display-container{background-color:#f9fafb;display:flex;flex:1 1;flex-direction:column;margin:0 auto;max-height:75vh;min-height:0;width:100%}.chat-display,.chat-display.initial{display:flex;flex:1 1;flex-direction:column;gap:1rem;overflow-y:auto;padding:2rem}.message{word-wrap:break-word;border-radius:18px;font-size:.95rem;line-height:1.5;max-width:70%;padding:1rem 1.25rem;position:relative;white-space:pre-wrap}.message.question{align-self:flex-start;background-color:#eff6ff;border:1px solid #2563eb;border-radius:12px;box-shadow:0 1px 3px #0000000d;color:#1a1a1a;max-width:70%;padding:10px 16px}.message.answer{align-self:flex-end;background:linear-gradient(135deg,#dbeafe,#bfdbfe);border:1px solid #93c5fd;color:#1a1a1a}.message.highlight-new{animation-duration:1s;animation-fill-mode:both;animation-timing-function:ease-out}.message.question.highlight-new{animation-name:highlightNewQuestionMessage}.message.answer.highlight-new{animation-name:highlightNewAnswerMessage}.cursor{animation:blink 1s infinite}@keyframes blink{0%,50%{opacity:1}51%,to{opacity:0}}.chat-form{background:#fff;background-color:#f9fafb;padding:1rem 2rem}.chat-form,.chat-form.initial{align-items:center;flex-shrink:0;justify-content:center}.chat-form.initial{background:#fff;border-top:1px solid #e5e7eb;overflow:visible;padding:1rem 2rem 2rem}.chat-form textarea{background:#fff;border:2px solid #2563eb;border-radius:12px;display:block;font-family:inherit;font-size:.95rem;height:auto;line-height:1.5;margin:0 auto;max-height:200px;outline:none;overflow-y:auto;padding:12px 16px;resize:none;transition:border-color .2s;width:100%}.chat-form textarea:focus{border-color:#1d4ed8}.loading{align-items:center;color:#6b7280;display:flex;font-size:1.1rem;height:100vh;justify-content:center}@media (max-width:768px){.app{flex-direction:column;height:100vh}.content{display:flex;flex:1 1;min-height:0;position:relative}.sidebar{background-color:#f9fafb;border-right:1px solid #e5e7eb;height:100vh;left:0;overflow-y:auto;position:fixed;top:0;transform:translateX(-100%);transition:transform .3s ease;width:280px;z-index:1200}.sidebar:not(.closed){transform:translateX(0)}.sidebar.closed{transform:translateX(-100%)}.main-content,.main-content.centered-mode{display:flex;flex:1 1;flex-direction:column;min-height:0;position:relative;width:100%}.chat-display-container{background-color:#f9fafb;flex:1 1;max-height:none;min-height:0;width:100%}.chat-display,.chat-display.initial{-webkit-overflow-scrolling:touch;display:flex;flex:1 1;flex-direction:column;gap:1rem;overflow-y:auto;padding:1rem}.message{border-radius:16px;font-size:.9rem;line-height:1.4;max-width:90%;padding:.875rem 1rem}.message.question{align-self:flex-start;max-width:90%}.message.answer{align-self:flex-end;max-width:90%}.chat-form{background:#f9fafb}.chat-form,.chat-form.initial{box-sizing:border-box;flex-shrink:0;padding:1rem;position:relative;width:100%}.chat-form.initial{background:#fff;border-top:1px solid #e5e7eb}.chat-form textarea{border-radius:12px;box-sizing:border-box;font-size:16px;max-height:120px;padding:12px 16px;width:100%}.sidebar-toggle{align-items:center;background:#2563eb;border:none;border-radius:8px;box-shadow:0 2px 8px #00000026;color:#fff;cursor:pointer;display:flex;font-size:1.1rem;height:44px;justify-content:center;left:1rem;position:fixed;top:1rem;transition:all .2s ease;width:44px;z-index:1300}.sidebar-toggle:hover{background:#1d4ed8;transform:scale(1.05)}.global-header{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;border-bottom:1px solid #e5e5e5;justify-content:space-between;padding:15px 50px;position:-webkit-sticky;position:sticky;top:0;transition:all .3s ease;z-index:1100}.global-header,.header-left{align-items:center;display:flex}.header-left{gap:.5rem}.app-icon{height:28px;margin-right:.5rem}.app-title{font-size:1.1rem}.initials-avatar,.profile-pic{height:36px;width:36px}.dropdown{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 4px 16px #00000026;max-width:calc(100vw - 2rem);padding:12px;position:absolute;right:0;top:45px;width:200px;z-index:1000}.loading{height:100vh;text-align:center}.loading,.modal-overlay{padding:1rem}.modal-content{margin:0;max-height:90vh;max-width:none;overflow-y:auto;padding:1.5rem;width:100%}.modal-content h1{font-size:1.375rem}.report-container{padding:2rem 1rem}body,html{overflow-x:hidden}.app{min-height:100vh;min-height:-webkit-fill-available}}@keyframes fadeSlideInLeft{0%{opacity:0;transform:translateY(20px) translateX(-20px)}to{opacity:1;transform:translateY(0) translateX(0)}}@keyframes fadeSlideInRight{0%{opacity:0;transform:translateY(20px) translateX(20px)}to{opacity:1;transform:translateY(0) translateX(0)}}.bubble-animate{animation:fadeSlideHighlight .6s ease}@keyframes fadeSlideHighlight{0%{border:2px solid #2563eb;box-shadow:0 0 8px #93c5fd;opacity:0;transform:translateY(10px)}50%{border:2px solid #2563eb;box-shadow:0 0 10px #60a5fa;opacity:1;transform:translateY(0)}to{border:1px solid #0000;box-shadow:none}}@keyframes highlightNewMessage{0%{filter:brightness(1.3);opacity:0;transform:translateY(15px) scale(.95)}25%{filter:brightness(1.2);opacity:1;transform:translateY(0) scale(1.02)}50%{filter:brightness(1.1);transform:scale(1.01)}to{filter:brightness(1);opacity:1;transform:translateY(0) scale(1)}}@keyframes highlightNewQuestionMessage{0%{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#2563eb;box-shadow:0 4px 20px #2563eb4d;opacity:0;transform:translateY(15px) translateX(-10px) scale(.95)}25%{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#2563eb;box-shadow:0 6px 25px #2563eb66;opacity:1;transform:translateY(0) translateX(0) scale(1.02)}50%{background:linear-gradient(135deg,#eff6ff,#dbeafe);border-color:#3b82f6;box-shadow:0 4px 15px #2563eb33;transform:scale(1.01)}to{background:#eff6ff;border-color:#2563eb;box-shadow:none;opacity:1;transform:translateY(0) translateX(0) scale(1)}}@keyframes highlightNewAnswerMessage{0%{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border-color:#6366f1;box-shadow:0 4px 15px #6366f166;opacity:0;transform:translateY(10px) scale(.95)}50%{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#3b82f6;box-shadow:0 6px 25px #3b82f680;opacity:1;transform:translateY(0) scale(1.02)}to{background:linear-gradient(135deg,#dbeafe,#bfdbfe);border-color:#93c5fd;box-shadow:none;opacity:1;transform:scale(1)}}@keyframes textareaHighlightPulse{0%{box-shadow:0 0 0 #2563eb00}50%{box-shadow:0 0 14px 6px #2563eb80}to{box-shadow:0 0 0 #2563eb00}}.highlight-textarea{animation:textareaHighlightPulse 1.4s ease-in-out;border:2px solid #2563eb}.modal-overlay{align-items:center;background-color:#00000080;bottom:0;display:flex;justify-content:center;left:0;padding:20px;position:fixed;right:0;top:0;z-index:1000}.modal-content{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-height:50vh;max-width:400px;padding:32px;position:relative;text-align:center;width:100%}.close-btn{align-items:center;background:none;border:none;border-radius:50%;color:#6b7280;cursor:pointer;display:flex;font-size:24px;height:32px;justify-content:center;position:absolute;right:16px;top:16px;transition:all .2s ease;width:32px}.close-btn:hover{background-color:#f3f4f6;color:#1a1a1a}.close-btn:disabled{cursor:not-allowed;opacity:.5}.modal-content h1{color:#1a1a1a;font-size:24px;font-weight:600;line-height:1.3;margin:0 0 24px}.error-message{background-color:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#dc2626;font-size:14px;margin-bottom:20px;padding:12px 16px}.google-login-btn,.google-login-btn-loading{align-items:center;background:#fff;border:1px solid #dadce0;border-radius:8px;color:#3c4043;cursor:pointer;display:flex;font-size:16px;font-weight:500;gap:12px;justify-content:center;min-height:48px;padding:12px 16px;transition:all .2s ease;width:100%}.google-login-btn:hover:not(:disabled){background-color:#f8f9fa;border-color:#c6c8ca;box-shadow:0 1px 2px 0 #3c40434d,0 1px 3px 1px #3c404326}.google-login-btn:active:not(:disabled){background-color:#f1f3f4;border-color:#c6c8ca}.google-login-btn:disabled{cursor:not-allowed;opacity:.6}.google-login-btn.loading{color:#6b7280}.google-icon{flex-shrink:0;height:20px;width:20px}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:480px){.modal-content{margin:20px;padding:24px 20px}.modal-content h1{font-size:20px}}.profile-pic{border:2px solid #e5e7eb;border-radius:50%;cursor:pointer;height:40px;object-fit:cover;width:40px}.header{background-color:#fff;box-shadow:0 2px 4px #0000001a;justify-content:space-between;padding:1rem}.header,.header-left{align-items:center;display:flex}.header-left{gap:10px}.app-icon{height:32px;width:32px}.app-title{font-size:1.2rem;font-weight:700}.header-right{position:relative}.dropdown{background:#fff;border:1px solid #e5e7eb;border-radius:5px;box-shadow:0 2px 10px #0000001a;min-width:200px;padding:.75rem 1rem;position:absolute;right:0;top:50px;z-index:10}.upgrade-link{color:#2563eb;display:block;font-weight:700;margin-top:.5rem;text-decoration:none}.initials-avatar{align-items:center;background-color:#2563eb;border-radius:50%;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:700;height:40px;justify-content:center;transition:background .3s ease;-webkit-user-select:none;user-select:none;width:40px}.initials-avatar:hover{background-color:#1d4ed8}.waveform-circle{animation:pulse 1.2s ease-in-out infinite;background-color:#2563eb4d;border-radius:50%;bottom:.5rem;height:2.5rem;left:.5rem;position:absolute;width:2.5rem;z-index:0}@keyframes pulse{0%{opacity:.7;transform:scale(1)}50%{opacity:.3;transform:scale(1.5)}to{opacity:.7;transform:scale(1)}}.report-header{margin-bottom:40px}.report-header h1{color:#1a1a1a;font-size:2.5rem;font-weight:700;margin-bottom:10px}.report-sections{gap:40px}.report-empty,.report-sections{display:flex;flex-direction:column}.report-empty{align-items:center;color:#6b7280;height:100vh;justify-content:center;text-align:center}.report-empty h1{font-size:1.75rem;margin-bottom:8px}.report-empty p{font-size:1rem}.report-section{margin-top:16px}.report-subitem{margin-bottom:20px}.report-subitem h3{color:#1a1a1a;font-size:1.25rem;margin-bottom:8px}.report-subline{color:#4b5563;font-size:1rem;margin-bottom:8px}.report-subline strong{color:#1a1a1a}.report-subline ul{list-style-type:disc;margin:6px 0 6px 20px;padding-left:0}.report-subline li{margin-bottom:4px}.report-description{background:#f9fafb;border-left:4px solid #2563eb;border-radius:6px;color:#4b5563;font-size:1rem;line-height:1.6;margin-bottom:1rem;padding:1rem}.report-list{list-style-type:disc;margin:0;padding-left:1.5rem}@media (max-width:768px){.report-detail-item{flex-direction:column;gap:.5rem}.report-detail-label{min-width:auto}.report-subsection{padding:1rem}.report-subsection-content,.report-subsection-description{padding:.75rem}}@media print{.download-btn{display:none}}@keyframes fadeInUp{to{opacity:1;transform:translateY(0)}}.hook-question{background-color:#f9fafb;border-left:4px solid #2563eb;border-radius:5px;margin:20px 0;padding:15px}.hook-question h3{color:#2563eb;font-style:italic;margin:0}.traits-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin:20px 0}.trait-score{background:#2563eb;border-radius:20px;color:#fff;display:inline-block;font-size:.9em;margin-bottom:10px;padding:4px 12px}.trait-details p{font-size:.9em;margin:8px 0}.daily-reflections h5{color:#1a1a1a;margin:10px 0 5px}.daily-reflections ul{list-style-type:none;padding-left:0}.daily-reflections li{background:#f9fafb;border-left:3px solid #22c55e;border-radius:4px;margin:5px 0;padding:8px}.journal-questions ul{list-style-type:decimal;padding-left:20px}.journal-questions li{background:#fff;border-radius:4px;margin:8px 0;padding:10px}.evidence-mapping{margin:20px 0}.blind-spots,.major-insights{margin-bottom:30px}.risk-factors,.warning-signals{background:#fef2f2;border:1px solid #fecaca;border-radius:4px;color:#991b1b;padding:8px}@keyframes fadeInPremium{to{opacity:1;transform:translateY(0)}}.certificate-section{background:linear-gradient(135deg,#e0e7ff,#c7d2fe);border-radius:15px;margin:20px 0;padding:30px;text-align:center}.certificate-card{background:#fff;border-radius:10px;box-shadow:0 4px 8px #0000001a;padding:25px}.certificate-card h3{color:#1a1a1a;font-size:1.5em;margin-bottom:15px}.certificate-text{background:#f9fafb;border-radius:5px;font-style:italic;margin-top:15px;padding:15px}.visual-dashboard{margin:20px 0}@media (max-width:768px){.execution-plan,.traits-grid{grid-template-columns:1fr}.certificate-card,.chart-container{padding:15px}}body,html{background:#fff;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;line-height:1.6;margin:0;min-height:100%;padding:0}.report-header{border-radius:8px;margin:20px 0;padding:40px;page-break-after:always;text-align:center}.global-header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffffa;border-bottom:1px solid #e5e5e5;display:flex;justify-content:space-between;padding:15px 50px;position:-webkit-sticky;position:sticky;top:0;transition:all .3s ease;z-index:1100}.report-header h1{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1a1a1a,#2563eb);background-clip:text;-webkit-background-clip:text;font-size:clamp(2.5rem,5vw,4rem);font-weight:450;line-height:1.2;padding-bottom:20px}@media print{.pdf-button-wrapper{display:none!important}.report-card{page-break-before:always}.report-section{page-break-inside:avoid}.report-header{page-break-after:always}}.report-card h2,.report-header h2{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#1a1a1a,#2563eb);background-clip:text;-webkit-background-clip:text;font-size:clamp(2.5rem,3vw,4rem);font-weight:250;line-height:1.2;margin-bottom:5px;padding-bottom:15px}.report-header p{color:#4b5563;font-size:clamp(1.2rem,3vw,1.5rem);font-weight:400;margin-bottom:40px}.report-detail-label{color:#2563eb;font-size:.95rem;line-height:1;margin-bottom:30px}.report-list-item,.report-text{color:#374151;font-size:.85rem;line-height:1.5;margin-bottom:30px;vertical-align:top}.report-detail-item{align-items:flex-start;display:flex;gap:.75rem}.report-detail-value{color:#374151;flex:1 1;margin-bottom:30px}.key-insight-banner{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#eff6ff;border:2px solid #2563eb;border-radius:20px;margin:50px 0;padding:40px 30px}.key-insight-banner:hover,.report-card:hover{box-shadow:0 10px 30px #2563eb26;transition:all .1s ease-in-out}.report-sections{background-color:initial}.pdf-button-wrapper{background:#0000;display:flex;justify-content:flex-end;margin-bottom:1rem;padding:1rem 0;position:-webkit-sticky;position:sticky;top:6rem;z-index:100}.report-container{background:#fff;border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 4px 20px #00000014;color:#1a1a1a;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin:0 auto;max-width:none;padding:60px 24px;transition:all .1s ease-in-out;width:80%}.download-btn{align-items:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:.75rem;color:#fff;cursor:pointer;display:inline-flex;font-size:1rem;font-weight:600;justify-content:center;padding:.75rem 1.5rem;transition:transform .15s ease,background .3s ease;-webkit-user-select:none;user-select:none}.download-btn:active,.download-btn:focus{outline:none;transform:scale(.97)}.download-btn:hover{background:linear-gradient(135deg,#1d4ed8,#1e40af)}.report-card,.report-subsection,.report-subsection-content{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;color:#1a1a1a;padding:25px 20px}.premium-content{color:#2e2e2e}.next-steps-section,.premium-content{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:linear-gradient(145deg,#fdf6e3,#fcefc0 50%,#f7e7aa);border-radius:20px;box-shadow:0 4px 12px #d4af3726;padding:2rem}.next-steps-section{border:3px solid #d4af37;color:#000;margin-bottom:16px;margin-top:30px;transition:all .1s ease}.next-steps-section:hover{box-shadow:0 6px 20px #d4af3740}.next-steps-section h2{color:#000;font-size:1.4rem;font-weight:600;margin-bottom:12px}.premium-cta{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:linear-gradient(145deg,#fdf6e3,#fcefc0 50%,#f7e7aa);border:3px solid #d4af37;border-radius:20px;box-shadow:0 4px 12px #d4af3726;color:#000;margin-bottom:16px;margin-top:30px;padding:2rem;transition:all .1s ease}.premium-cta:hover{box-shadow:0 6px 20px #d4af3740}.premium-cta h3{color:#000;font-size:1.4rem;font-weight:600;margin-bottom:12px}.report-card{border:1px solid #e5e7eb;border-radius:20px;box-shadow:0 2px 8px #0000000f;margin:20px 0;padding:30px;page-break-before:always;page-break-inside:avoid}.report-card:first-child{page-break-before:auto}.visual-dashboard{background:#fff;color:#374151;display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;gap:2rem;padding:60px 20px}.chart-container,.influence-fingerprint-container{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 2px 8px #2563eb1a;color:#1a1a1a;cursor:pointer;font-size:.95rem;font-weight:600;padding:12px 24px;transition:all .1s ease}.chart-title,.dashboard-section-title{color:#1a1a1a;font-size:clamp(1.5rem,2vw,3rem);font-weight:700;line-height:1.2;padding-bottom:20px;text-align:center}.recharts-polar-angle-axis-tick-value{color:#374151;font-size:clamp(.85rem);font-weight:350;line-height:1.2;margin-bottom:20px;text-align:center}.trait-card{background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 2px 8px #2563eb1a;padding:25px 20px;transition:all .1s ease}.trait-name{color:#1a1a1a;font-size:clamp(1.5rem,1.5vw,2rem);font-weight:600;line-height:1.2;margin-bottom:20px;text-align:center}.trait-definition{color:#4b5563;font-size:clamp(1rem,1.5vw,2rem);font-style:italic;font-weight:350;margin-bottom:20px}.risk-pattern{background:#fef2f2;border:2px solid #dc2626;border-radius:4px;color:#991b1b;padding:8px}.risk-pattern:hover{box-shadow:0 4px 12px #dc262633}.matrix-description{color:#4b5563;font-size:.9em;margin-bottom:15px}.matrix-quadrants{background:#f9fafb;border:1px solid #e5e7eb;border-radius:5px;margin-top:20px;padding:15px}.matrix-quadrants h4{color:#2563eb;margin-bottom:10px}.matrix-quadrants p{color:#6b7280;font-size:.9em;font-weight:300;margin:5px 0}.dashboard-section{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fff;border:1px solid #e5e7eb;border-radius:16px;box-shadow:0 4px 12px #0000000d;margin-bottom:2rem;padding:2rem;transition:all .1s ease}.dashboard-section h4{color:#1a1a1a}.dashboard-detail{grid-gap:1rem;background:#fff;border:1px solid #e5e7eb;display:grid;gap:1rem;grid-template-columns:1fr 2fr;padding:.5rem}.dashboard-detail-label{color:#6b7280;font-size:.85rem}.dashboard-detail-value{color:#1a1a1a;font-size:.8rem}.premium-content{border:3px solid #d4af37;transition:all .1s ease}.premium-item{border-radius:5px;margin-bottom:15px;padding:10px}.premium-item h4{color:#000;margin-bottom:5px}.premium-message{margin:0}.blindspot-card,.insight-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 2px 4px #0000000d;color:#1a1a1a;margin-bottom:15px;padding:15px}.blindspot-card h5,.insight-card h5{color:#1a1a1a;font-size:1.1em;margin-bottom:10px}.blindspot-card p,.insight-card p{color:#4b5563;font-size:.9em;margin:8px 0}.influence-details{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr))}.influence-item{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;display:flex;justify-content:space-between;padding:1rem;transition:all .1s ease}.influence-item:hover{background:#f3f4f6;box-shadow:0 4px 12px #2563eb1a}.influence-label{color:#6b7280;font-weight:500}.influence-value{color:#2563eb;font-weight:600}.influence-section{background:#0000;margin-bottom:2rem;padding:0}.cognitive-load-container{align-items:center;display:flex;flex-direction:column}.shadow-map-container{display:flex;flex-direction:column;gap:1.5rem}.shadow-explanation{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffbeb;border:1px solid #fde047;border-radius:12px;color:#92400e;padding:1.5rem}.trait-risks{display:flex;flex-direction:column;gap:1rem}.risk-item{grid-gap:1rem;align-items:center;background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;display:grid;gap:1rem;grid-template-columns:2fr 3fr 1fr;padding:1rem}.risk-trait{color:#374151;font-weight:500}.risk-bar{background:#e5e7eb;border-radius:10px;height:20px;overflow:hidden}.risk-fill{background:#2563eb;height:100%;transition:width .3s ease}.risk-score{color:#2563eb;font-weight:600;text-align:center}.threshold-note{background:#fef2f2;border:1px solid #fecaca;border-radius:12px;color:#991b1b;padding:1rem}.execution-plan{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));margin:20px 0}.week-plan{background:#fff;border:1px solid #e5e7eb;border-radius:8px;box-shadow:0 2px 4px #0000000d;color:#1a1a1a;padding:15px}.week-plan h4{border-bottom:2px solid #2563eb;color:#2563eb;margin-bottom:10px;padding-bottom:5px}.monthly-structure{background:#f3f4f6;border:1px solid #e5e7eb;border-radius:8px;color:#1a1a1a;grid-column:1/-1;margin-top:20px;padding:20px}.blind-spots h4,.major-insights h4{border-bottom:2px solid #2563eb;color:#1a1a1a;margin-bottom:20px;padding-bottom:10px}.effectiveness-heatmap-container{display:flex;flex-direction:column;gap:2rem}.heatmap-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.heatmap-cell{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f9fafb;border:1px solid #e5e7eb;border-radius:16px;color:#1a1a1a;min-height:160px;padding:1.5rem;transition:all .3s ease}.heatmap-cell:hover{background:#f3f4f6;box-shadow:0 6px 20px #2563eb1a}.cell-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:.5rem}.cell-header h5{color:#1a1a1a;font-size:1rem;font-weight:600;margin:0}.cell-score{color:#2563eb;font-size:1.3rem;font-weight:700}.cell-content{color:#4b5563;font-size:.95rem}.cell-example{color:#6b7280;font-style:italic;margin-top:.5rem}.heatmap-legend{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#f9fafb;border:1px solid #e5e7eb;border-radius:12px;padding:1.5rem}.legend-items{display:flex;flex-wrap:wrap;gap:1.5rem}.legend-item{align-items:center;display:flex;gap:.75rem}.legend-color{border-radius:4px;height:20px;width:20px}.decision-matrix-container{display:flex;flex-direction:column;gap:2rem}.decision-profile{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem}.decision-dimensions{display:flex;flex-direction:column;gap:1rem}.dimension-row{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem}.dimension-row h5{color:#1a1a1a;margin-bottom:1rem}.dimension-bars{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.dimension-bar{grid-gap:1rem;align-items:center;display:grid;gap:1rem;grid-template-columns:1fr 2fr 60px}.bar-label{color:#4b5563;font-weight:500;text-align:right}.bar-container{background:#e5e7eb;border-radius:10px;height:20px;overflow:hidden}.bar-fill{background:#2563eb;height:100%;transition:width .3s ease}.bar-value{color:#2563eb;font-weight:600;text-align:center}.dimension-example{border-top:1px solid #e5e7eb;color:#6b7280;font-style:italic;padding-top:.5rem}.contextual-adaptation{background:#eff6ff;border:1px solid #bfdbfe;border-radius:8px;padding:1rem}.communication-spectrum-container{display:flex;flex-direction:column;gap:1.5rem}.spectrum-chart{background:#fff}.preferred-channels,.spectrum-chart{border:1px solid #e5e7eb;border-radius:8px;padding:1rem}.preferred-channels{background:#f9fafb}.preferred-channels ul{color:#4b5563;margin:.5rem 0;padding-left:1.5rem}.growth-trajectory-container{display:flex;flex-direction:column;gap:1.5rem}.trajectory-chart{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem}.trajectory-phases{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.phase-card{border:1px solid #e5e7eb;border-radius:8px;padding:1rem}.phase-card.current-state{background:#eff6ff;border-color:#3b82f6}.phase-card.month-12{background:#f5f3ff;border-color:#8b5cf6}.phase-card.month-36{background:#f0fdf4;border-color:#22c55e}.phase-card h4{color:#1a1a1a;margin-bottom:1rem}.phase-card ul{color:#4b5563;margin:.5rem 0;padding-left:1.5rem}.stress-response-container{display:flex;flex-direction:column;gap:1.5rem}.stress-curve-chart{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem}.stress-levels-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.stress-level-card{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1rem}.stress-level-card h5{color:#1a1a1a;margin-bottom:.5rem}.stress-range{color:#6b7280;font-weight:600;margin-bottom:.5rem}.stress-performance{color:#16a34a;font-weight:600;margin-bottom:1rem}.stress-behaviors ul{color:#4b5563;margin:.5rem 0;padding-left:1.5rem}.warning-signals{background:#fef2f2;border:1px solid #fecaca;border-radius:8px;color:#991b1b;padding:1rem}.warning-signals ul{margin:.5rem 0;padding-left:1.5rem}.audience-card,.current-state,.focus-areas,.interpretation,.optimal-stress,.recovery-strategies,.spectrum-details,.stress-zone-card,.thirtysix-month-vision,.twelve-month-projection{background:#fffbeb;border:1px solid #fde047;border-radius:8px;color:#1a1a1a;margin-bottom:5px;margin-top:5px;padding:1rem}.current-state ul,.focus-areas ul,.recovery-strategies ul,.spectrum-details ul,.stress-zone-card ul,.thirtysix-month-vision ul,.twelve-month-projection ul{color:#374151;margin:.5rem 0;padding-left:1.5rem}.execution-plan-90day{display:flex;flex-direction:column;gap:1.5rem}.month-plan{background:#fff;border:1px solid #e5e7eb;border-left:4px solid #2563eb;border-radius:8px;padding:1.5rem}.month-plan h4{color:#1a1a1a;margin-bottom:1rem}.weekly-focus{margin:1rem 0}.weekly-focus h5{color:#374151;margin-bottom:.5rem}.daily-reflections ul,.weekly-focus ul{color:#4b5563;margin:.5rem 0;padding-left:1.5rem}.daily-reflections{margin:1rem 0}.daily-reflections h5{color:#374151;margin-bottom:.5rem}.quarterly-structure{background:#f9fafb;border:1px solid #e5e7eb;border-left:4px solid #16a34a;border-radius:8px;padding:1.5rem}.quarterly-structure h4{color:#1a1a1a;margin-bottom:1rem}.journal-questions{margin:1rem 0}.journal-questions h5{color:#374151;margin-bottom:.5rem}.journal-questions ul{color:#4b5563;margin:.5rem 0;padding-left:1.5rem}.psychometric-analysis{display:flex;flex-direction:column;gap:1.5rem}.analysis-section{background:#fff;border:1px solid #e5e7eb;border-radius:8px;padding:1.5rem}.analysis-section h4{border-bottom:2px solid #2563eb;color:#1a1a1a;margin-bottom:1rem;padding-bottom:.5rem}.analysis-content{display:flex;flex-direction:column;gap:1rem}.dashboard-list,.dashboard-object{display:flex;flex-direction:column;gap:.5rem}.dashboard-list-item{background:#f9fafb;border-left:3px solid #2563eb;border-radius:4px;color:#374151;padding:.5rem}.dashboard-text{color:#1a1a1a;line-height:1.6}.dashboard-value{color:#1a1a1a;font-weight:500}.generic-section{background:#f9fafb}.generic-dashboard-content{background:#fff;border:1px solid #e5e7eb;border-radius:6px;padding:1rem}@media (max-width:1024px){.report-container{padding:40px 20px;width:90%}.global-header{padding:12px 30px}}@media (max-width:768px){body,html{font-size:16px}.report-container{border-radius:12px;padding:30px 16px;width:95%}.global-header{align-items:stretch;gap:10px;padding:10px 20px}.pdf-button-wrapper{padding:.5rem 0;top:5rem}.download-btn{font-size:.9rem;padding:.65rem 1.25rem;width:100%}.report-header{margin:10px 0;padding:30px 20px}.report-header h1{font-size:clamp(1.8rem,8vw,3rem);padding-bottom:15px}.report-card h2,.report-header h2{font-size:clamp(1.5rem,6vw,2.5rem);padding-bottom:10px}.report-header p{font-size:clamp(1rem,4vw,1.3rem);margin-bottom:25px}.key-insight-banner{border-radius:12px;margin:30px 0;padding:25px 20px}.report-card{border-radius:12px;margin:15px 0}.report-card,.report-subsection,.report-subsection-content{padding:20px 15px}.visual-dashboard{gap:1.5rem;padding:40px 15px}.chart-title,.dashboard-section-title{font-size:clamp(1.3rem,5vw,2rem);padding-bottom:15px}.trait-card{padding:20px 15px}.trait-name{font-size:clamp(1.2rem,4vw,1.8rem);margin-bottom:15px}.trait-definition{font-size:clamp(.9rem,3vw,1.2rem);margin-bottom:15px}.dashboard-section{border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.dashboard-detail{gap:.5rem;grid-template-columns:1fr}.next-steps-section,.premium-cta{border-radius:12px;margin-bottom:12px;margin-top:20px;padding:1.5rem}.next-steps-section h2,.premium-cta h3{font-size:1.2rem}.execution-plan{gap:15px;grid-template-columns:1fr;margin:15px 0}.heatmap-grid{gap:1rem;grid-template-columns:1fr}.heatmap-cell{border-radius:12px;min-height:140px;padding:1.25rem}.influence-details,.stress-levels-grid,.trajectory-phases{grid-template-columns:1fr}.influence-item{border-radius:8px;padding:.85rem}.legend-items{flex-direction:column;gap:1rem}.dimension-bar{gap:.5rem;grid-template-columns:1fr}.bar-label,.bar-value{text-align:left}.risk-item{gap:.75rem;grid-template-columns:1fr;padding:.85rem}.risk-score{text-align:left}.month-plan{border-radius:8px;padding:1.25rem}.week-plan{border-radius:8px;padding:12px}.quarterly-structure{border-radius:8px;padding:1.25rem}.premium-content{border-radius:12px;padding:1.5rem}.blindspot-card,.insight-card{border-radius:8px;margin-bottom:12px;padding:12px}.chart-container,.influence-fingerprint-container{border-radius:8px;padding:10px 20px}.matrix-quadrants{border-radius:8px;padding:12px}.analysis-section,.shadow-explanation{border-radius:8px;padding:1.25rem}}@media (max-width:480px){.report-container{border-radius:8px;padding:20px 12px;width:98%}.global-header{padding:8px 15px}.report-header{padding:20px 15px}.report-header h1{font-size:clamp(1.5rem,10vw,2.5rem)}.report-card h2,.report-header h2{font-size:clamp(1.3rem,8vw,2rem)}.key-insight-banner{margin:20px 0;padding:20px 15px}.report-card{margin:12px 0}.report-card,.report-subsection,.report-subsection-content{padding:15px 12px}.dashboard-section{margin-bottom:1.25rem;padding:1.25rem}.next-steps-section,.premium-cta{padding:1.25rem}.heatmap-cell{min-height:120px;padding:1rem}.cell-header h5{font-size:.9rem}.cell-score{font-size:1.1rem}.month-plan,.week-plan{padding:10px}.influence-item{align-items:flex-start;flex-direction:column;gap:.5rem}.download-btn{font-size:.85rem;padding:.6rem 1rem}}@media (max-width:768px) and (orientation:landscape){.report-container{width:92%}.global-header{flex-direction:row}}@media print{.report-container{border:none;box-shadow:none;width:100%}.global-header,.pdf-button-wrapper{display:none!important}}
/*# sourceMappingURL=main.2536e628.css.map*/