.navbar{background:#fff;border-bottom:1px solid #e5e7eb;justify-content:flex-start;align-items:center;padding:16px 20px;display:flex;box-shadow:0 1px 3px #0000000d}.navbar-brand{align-items:center;gap:0;text-decoration:none;display:flex}.logo-sonar{cursor:pointer;align-items:center;gap:10px;display:flex}.logo-icon{color:#7c3aed;flex-shrink:0;width:28px;height:28px}.logo-text{color:#7c3aed;letter-spacing:-.5px;font-size:1.3rem;font-weight:700}.navbar-brand:hover .logo-text,.navbar-brand:hover .logo-icon{color:#6d28d9}
.home-container{background:linear-gradient(135deg,#10002b 0%,#240046 50%,#3c096c 100%);justify-content:center;align-items:center;min-height:calc(100vh - 65px);padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.home-content{text-align:center;background:linear-gradient(135deg,#3c096c 0%,#5a189a 100%);border:1px solid #9d4edd;border-radius:20px;max-width:700px;padding:60px 40px;box-shadow:0 20px 60px #0000004d}.hero-section{margin-bottom:50px}.hero-icon{margin-bottom:20px;font-size:4rem;animation:2s infinite bounce}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.hero-title{color:#e0aaff;background:linear-gradient(135deg,#c77dff 0%,#e0aaff 100%);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0 0 15px;font-size:2.8rem;font-weight:800}.tagline{color:#e0aaff;margin-bottom:50px;font-size:1.2rem;font-weight:500;line-height:1.6}.mode-selector{flex-direction:column;gap:20px;margin-bottom:50px;display:flex}.btn{cursor:pointer;border:none;border-radius:12px;justify-content:center;align-items:center;gap:15px;padding:16px 32px;font-size:1.1rem;font-weight:600;text-decoration:none;transition:all .3s;display:flex}.btn-large{min-height:70px;padding:24px 40px;font-size:1.3rem}.btn-icon{font-size:1.8rem}.btn-text{font-weight:700}.btn-primary{color:#fff;background:linear-gradient(135deg,#9d4edd 0%,#c77dff 100%);box-shadow:0 8px 25px #9d4edd4d}.btn-primary:hover{transform:translateY(-4px);box-shadow:0 12px 35px #c77dff80}.btn-secondary{color:#e0aaff;background:#ffffff1a;border:2px solid #9d4edd;box-shadow:0 8px 25px #9d4edd33}.btn-secondary:hover{background:#ffffff26;border-color:#c77dff;transform:translateY(-4px);box-shadow:0 12px 35px #c77dff4d}.info-section{background:#ffffff14;border:1px solid #ffffff1a;border-radius:16px;margin-bottom:30px;padding:40px}.info-section h3{color:#e0aaff;margin-top:0;margin-bottom:30px;font-size:1.3rem;font-weight:700}.steps-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px;display:grid}.step{flex-direction:column;align-items:center;gap:10px;display:flex}.step-number{color:#fff;background:linear-gradient(135deg,#9d4edd 0%,#c77dff 100%);border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;font-size:1.3rem;font-weight:700;display:flex}.step p{color:#e0aaff;margin:0;font-size:.95rem;line-height:1.4}.archetypes-preview{margin-top:30px}.archetypes-preview h4{color:#e0aaff;margin:0 0 20px;font-size:1.1rem;font-weight:700}.archetypes-showcase{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.archetype-preview{color:#e0aaff;background:#9d4edd33;border:1px solid #9d4edd66;border-radius:20px;padding:10px 16px;font-size:.95rem;font-weight:600;transition:all .2s}.archetype-preview:hover{background:#c77dff4d;border-color:#c77dff99}@media (max-width:600px){.home-content{padding:40px 20px}.hero-title{font-size:2rem}.tagline{font-size:1rem}.btn-large{min-height:auto;padding:18px 24px;font-size:1.1rem}.info-section{padding:25px 20px}.steps-grid{grid-template-columns:1fr 1fr}}
.play-container{background:linear-gradient(135deg,#10002b 0%,#240046 50%,#3c096c 100%);flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 65px);padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.progress-bar{background:#ffffff1a;border-radius:10px;width:100%;max-width:800px;height:6px;margin-bottom:40px;overflow:hidden;box-shadow:0 2px 8px #0003}.progress-fill{background:linear-gradient(90deg,#9d4edd 0%,#c77dff 100%);height:100%;transition:width .4s cubic-bezier(.4,0,.2,1);box-shadow:0 0 20px #c77dff80}.button-group{justify-content:center;gap:20px;width:100%;max-width:800px;margin-top:40px;display:flex}.btn{cursor:pointer;border:none;border-radius:12px;flex:1;max-width:400px;padding:16px 32px;font-size:1rem;font-weight:600;transition:all .3s}.btn-primary{color:#fff;background:linear-gradient(135deg,#9d4edd 0%,#c77dff 100%);box-shadow:0 8px 25px #9d4edd4d}.btn-primary:hover:not(:disabled){transform:translateY(-3px);box-shadow:0 12px 35px #c77dff80}.btn-primary.disabled,.btn:disabled{opacity:.5;cursor:not-allowed}.btn-secondary{color:#e0aaff;background:#ffffff1a;border:2px solid #9d4edd}.btn-secondary:hover:not(:disabled){background:#9d4edd33;border-color:#c77dff;transform:translateY(-3px)}.loading{justify-content:center}.loading-spinner{text-align:center;flex-direction:column;align-items:center;gap:20px;display:flex}.spinner-animation{font-size:3rem;animation:3s linear infinite spin}@keyframes spin{0%{transform:rotate(0)scale(1)}50%{transform:rotate(180deg)scale(1.1)}to{transform:rotate(360deg)scale(1)}}.loading-spinner p{color:#e0aaff;font-size:1.2rem;font-weight:600}@media (max-width:600px){.button-group{flex-direction:column}.btn{max-width:100%}}
.question-card{background:linear-gradient(135deg,#3c096c 0%,#5a189a 100%);border:1px solid #9d4edd;border-radius:16px;width:100%;max-width:800px;padding:50px;box-shadow:0 8px 32px #0003}.question-header{justify-content:space-between;align-items:center;margin-bottom:30px;display:flex}.pillar-badge{color:#fff;background:#9d4edd;border-radius:20px;padding:8px 16px;font-size:.9rem;font-weight:600}.counter{color:#e0aaff;font-size:.9rem}.question-text{color:#e0aaff;margin:0 0 40px;font-size:1.8rem;font-weight:600;line-height:1.4}.answer-textarea{color:#e0aaff;resize:vertical;box-sizing:border-box;background:#ffffff1a;border:1px solid #fff3;border-radius:12px;width:100%;padding:20px;font-family:inherit;font-size:1.1rem;line-height:1.6}.answer-textarea::placeholder{color:#e0aaff80}.answer-textarea:focus{border-color:#9d4edd;outline:none;box-shadow:0 0 0 3px #9d4edd4d}@media (max-width:600px){.question-card{padding:30px 20px}.question-text{font-size:1.3rem}}
.result-container{background:linear-gradient(135deg,#10002b 0%,#240046 50%,#3c096c 100%);flex-direction:column;align-items:center;min-height:calc(100vh - 65px);padding:20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;display:flex}.result-content{background:linear-gradient(135deg,#3c096c 0%,#5a189a 100%);border:2px solid #9d4edd;border-radius:20px;width:100%;max-width:900px;margin-bottom:30px;padding:50px;box-shadow:0 20px 60px #0000004d}.result-header{text-align:center;margin-bottom:50px}.result-header h1{color:#e0aaff;margin:0;font-size:2.5rem;font-weight:800}.archetype-display{background:#9d4edd33;border:1px solid #9d4edd66;border-radius:16px;align-items:center;gap:40px;margin-bottom:50px;padding:40px;display:flex}.animal-emoji{font-size:5rem;animation:.6s cubic-bezier(.34,1.56,.64,1) popIn}@keyframes popIn{0%{opacity:0;transform:scale(0)rotate(-10deg)}to{opacity:1;transform:scale(1)rotate(0)}}.archetype-info h2{color:#e0aaff;margin:0 0 8px;font-size:2.2rem;font-weight:800}.archetype-subtitle{color:#c77dff;margin:0;font-size:1.1rem;font-weight:500}.color-box{border-radius:12px;width:100px;height:100px;box-shadow:0 4px 12px #0000001a}.slogan-section{text-align:center;background:#9d4edd33;border:1px solid #9d4edd66;border-radius:16px;margin-bottom:40px;padding:30px}.slogan{color:#c77dff;margin:0;font-size:1.8rem;font-style:italic;font-weight:600}.summary-section,.ideas-section,.ikigai-breakdown{margin-bottom:40px}.summary-section h3,.ideas-section h3,.ikigai-breakdown h3{color:#e0aaff;margin:0 0 20px;font-size:1.4rem;font-weight:700}.summary-text{color:#e0aaff;margin:0;font-size:1.1rem;line-height:1.6}.ideas-list{flex-direction:column;gap:15px;display:flex}.idea-item{background:#9d4edd26;border-left:4px solid #9d4edd;border-radius:10px;align-items:flex-start;gap:20px;padding:18px;display:flex}.idea-number{color:#fff;background:linear-gradient(135deg,#9d4edd 0%,#c77dff 100%);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;font-size:1.2rem;font-weight:700;display:flex}.idea-text{color:#e0aaff;flex:1;font-size:1.1rem}.breakdown-grid{grid-template-columns:1fr 1fr;gap:20px;display:grid}.breakdown-item{background:#9d4edd26;border-top:3px solid #9d4edd;border-radius:12px;padding:20px}.breakdown-item .label{color:#c77dff;margin-bottom:10px;font-size:.95rem;font-weight:700;display:block}.breakdown-item p{color:#e0aaff;margin:0;line-height:1.5}.action-buttons{flex-direction:column;gap:12px;width:100%;max-width:500px;display:flex}.btn{cursor:pointer;border:none;border-radius:12px;padding:16px 32px;font-size:1rem;font-weight:600;transition:all .3s}.btn-primary{color:#fff;background:linear-gradient(135deg,#9d4edd 0%,#c77dff 100%);box-shadow:0 8px 25px #9d4edd4d}.btn-primary:hover{transform:translateY(-3px);box-shadow:0 12px 35px #c77dff80}.btn-success{color:#fff;background:linear-gradient(135deg,#10b981 0%,#34d399 100%);box-shadow:0 8px 25px #10b9814d}.btn-success:hover{transform:translateY(-3px);box-shadow:0 12px 35px #34d39980}.btn-secondary{color:#e0aaff;background:#ffffff1a;border:2px solid #9d4edd;box-shadow:0 8px 25px #9d4edd33}.btn-secondary:hover{background:#9d4edd33;border-color:#c77dff;transform:translateY(-3px);box-shadow:0 12px 35px #c77dff4d}@media (max-width:600px){.result-content{padding:30px 20px}.result-header h1{font-size:1.8rem}.archetype-display{text-align:center;flex-direction:column;gap:20px}.animal-emoji{font-size:3rem}.breakdown-grid{grid-template-columns:1fr}.slogan{font-size:1.4rem}}
.monitor-container{background:linear-gradient(135deg,#10002b 0%,#240046 50%,#3c096c 100%);min-height:calc(100vh - 65px);padding:40px 20px;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.monitor-header{text-align:center;margin-bottom:40px}.monitor-header h1{color:#e0aaff;margin:0 0 15px;font-size:2.8rem;font-weight:800}.monitor-stats{justify-content:center;align-items:center;gap:40px;display:flex}.live-indicator{color:#ff4757;align-items:center;gap:8px;font-size:1.1rem;font-weight:700;animation:2s infinite pulse;display:inline-flex}.participant-count{color:#e0aaff;margin:0;font-size:1.1rem;font-weight:600}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.archetype-counter{background:#9d4edd26;border:1px solid #9d4edd4d;border-radius:16px;max-width:1400px;margin-bottom:40px;margin-left:auto;margin-right:auto;padding:30px}.counter-items{grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:20px;display:grid}.counter-item{background:#ffffff0d;border:1px solid #9d4edd33;border-radius:12px;align-items:center;gap:15px;padding:15px;display:flex}.counter-item .emoji{font-size:2rem}.counter-info{flex:1}.counter-name{color:#e0aaff;margin:0;font-size:.95rem;font-weight:600}.counter-value{color:#c77dff;margin:0;font-size:1.8rem;font-weight:700}.results-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:25px;max-width:1400px;margin:0 auto;display:grid}.empty-state{text-align:center;grid-column:1/-1;padding:80px 40px}.empty-animation{margin-bottom:20px;font-size:4rem;animation:2s infinite bounce}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.empty-state p{color:#e0aaff;margin:0;font-size:1.8rem;font-weight:600}.empty-state .subtitle{color:#c77dff;margin-top:15px;font-size:1.2rem}.result-card-monitor{background:linear-gradient(135deg,#3c096c 0%,#5a189a 100%);border:2px solid #9d4edd;border-radius:16px;padding:25px;animation:.5s ease-out slideIn;box-shadow:0 8px 25px #0000004d}@keyframes slideIn{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.archetype-header{align-items:center;gap:15px;margin-bottom:20px;display:flex}.archetype-badge{color:#fff;border-radius:12px;align-items:center;gap:12px;padding:12px 16px;font-weight:700;display:flex}.emoji{font-size:2rem}.archetype-badge .name{font-size:1.2rem;font-weight:700}.color-indicator{border-radius:10px;width:50px;height:50px;box-shadow:0 4px 12px #00000026}.slogan{color:#c77dff;text-align:center;margin:20px 0;font-size:1.2rem;font-style:italic;font-weight:600;line-height:1.5}.ideas-preview{flex-wrap:wrap;gap:10px;margin-top:15px;display:flex}.idea-tag{color:#e0aaff;background:#9d4edd33;border:1px solid #9d4edd66;border-radius:20px;padding:8px 14px;font-size:.9rem;font-weight:500}@media (max-width:1200px){.results-grid{grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.counter-items{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.monitor-header h1{font-size:1.8rem}.monitor-stats{flex-direction:column;gap:15px}.results-grid{grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:15px}.result-card-monitor{padding:20px}.counter-items{grid-template-columns:repeat(2,1fr)}}@media (max-width:480px){.results-grid{grid-template-columns:1fr}.monitor-header h1{font-size:1.5rem}.empty-state{padding:40px 20px}.empty-state p{font-size:1.4rem}.counter-items{grid-template-columns:1fr}}

