body{margin:0;font-family:Helvetica Neue,Arial,sans-serif;background-color:#fff;color:#1c1c1e;height:100vh;display:flex;justify-content:center;align-items:center}.modern-login-page{width:100%;min-height:100vh;background:transparent;color:#fff}.modern-background{position:fixed;top:0;left:0;width:100%;height:100%;background:linear-gradient(45deg,#0a0a0a,#1a1a1a,#0a0a0a);background-size:400% 400%;animation:modernGradientShift 15s ease infinite;z-index:-2}@keyframes modernGradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.particles{position:fixed;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:-1}.floating-particle{position:absolute;width:2px;height:2px;background:#fff;border-radius:50%;opacity:.6;animation:modernFloat 20s infinite linear}@keyframes modernFloat{0%{transform:translateY(100vh) translate(0);opacity:0}10%{opacity:.6}90%{opacity:.6}to{transform:translateY(-100px) translate(100px);opacity:0}}.modern-container{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:20px;position:relative;text-align:center;max-width:600px;margin:0 auto}.modern-logo-container{margin-bottom:-1.5rem;animation:modernLogoSlide 1s ease-out}@keyframes modernLogoSlide{0%{opacity:0;transform:translateY(-30px)}to{opacity:1;transform:translateY(0)}}.modern-logo{height:330px;width:auto;object-fit:contain;filter:brightness(1.1) drop-shadow(0 0 20px rgba(0,132,255,.3));transition:all .3s ease}.modern-logo:hover{filter:brightness(1.2) drop-shadow(0 0 30px rgba(0,132,255,.5));transform:scale(1.05)}.modern-content{margin-bottom:3rem}.modern-headline{font-size:3rem;font-weight:700;line-height:1.2;margin-bottom:1.5rem;background:linear-gradient(135deg,#fff,#ccc);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;animation:modernTitleSlide 1s ease-out .3s both}@keyframes modernTitleSlide{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.modern-subheadline{font-size:1.1rem;color:#888;line-height:1.6;max-width:500px;margin:0 auto;animation:modernSubtitleSlide 1s ease-out .6s both}@keyframes modernSubtitleSlide{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modern-cta-section{animation:modernCtaSlide 1s ease-out .9s both}@keyframes modernCtaSlide{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.modern-login-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;background:linear-gradient(135deg,#0084ff,#06c);color:#fff;text-decoration:none;padding:18px 40px;font-size:1.1rem;font-weight:600;border-radius:50px;transition:all .3s ease;box-shadow:0 10px 30px #0084ff4d;position:relative;overflow:hidden;margin-bottom:3rem}.modern-login-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);transition:left .5s}.modern-login-btn:hover:before{left:100%}.modern-login-btn:hover{transform:translateY(-2px);box-shadow:0 15px 40px #0084ff66;text-decoration:none;color:#fff}.modern-login-btn:active{transform:translateY(0)}.btn-text{transition:transform .2s ease}.btn-icon{transition:transform .2s ease;font-size:1.2rem}.modern-login-btn:hover .btn-icon{transform:translate(3px)}.modern-features{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.feature-item{display:flex;align-items:center;gap:8px;background:#ffffff0d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.1);padding:12px 20px;border-radius:25px;color:#ccc;font-size:.9rem;transition:all .3s ease}.feature-item:hover{transform:translateY(-2px);background:#ffffff14;border-color:#0084ff4d;color:#fff}.feature-icon{font-size:1.2rem}.modern-footer{margin-top:4rem;color:#444;font-size:.9rem}@media (max-width: 768px){.modern-headline{font-size:2.2rem}.modern-subheadline{font-size:1rem}.modern-features{flex-direction:column;gap:1rem;align-items:center}.modern-login-btn{padding:16px 35px;font-size:1rem}.modern-logo{height:280px}.modern-container{padding:15px}}@media (max-width: 480px){.modern-headline{font-size:1.8rem}.modern-login-btn{padding:14px 30px;width:100%;max-width:280px}}input,textarea{padding:14px;border:1px solid #f7f4f4;border-radius:6px;font-size:1rem;width:100%;box-sizing:border-box}button{background-color:#000;color:#d3d1d1;font-size:1rem;font-weight:700;border:none;padding:14px;border-radius:6px;cursor:pointer;transition:background-color .3s ease;width:100%}button:hover{background-color:#333}.onboarding-wrapper{min-height:100vh;background:#fff;display:flex;align-items:flex-start;justify-content:center;padding:30px 20px 20px}.onboarding-container{width:100%;max-width:1300px;display:flex;flex-direction:column;align-items:center;gap:24px}.onboarding-header{text-align:center;margin-bottom:8px;padding-top:10px}.onboarding-wrapper.step-2 .onboarding-header{padding-top:1px}.onboarding-wrapper.step-3 .onboarding-header{padding-top:110px}.onboarding-wrapper.step-4 .onboarding-header{padding-top:90px}.onboarding-wrapper.step-5 .onboarding-header{padding-top:50px}.onboarding-wrapper.step-6 .onboarding-header{padding-top:550px}.onboarding-logo{height:230px;margin-bottom:-40px}.logo-placeholder{font-size:20px;font-weight:700;color:#0a66c2;margin-bottom:12px;text-align:center}.onboarding-title{font-size:20px;font-weight:600;color:#1d1d1f;margin:0 0 4px}.onboarding-subtitle{font-size:13px;color:#6e6e73;margin:0;font-weight:400}.progress-container{width:100%;max-width:500px;text-align:center;margin-bottom:8px}.progress-bar{width:100%;height:3px;background-color:#e5e5ea;border-radius:2px;overflow:hidden;margin-bottom:8px}.progress-fill{height:100%;background:#0a66c2;border-radius:2px;transition:width .4s ease}.progress-dots{display:flex;justify-content:space-between;margin-bottom:8px;padding:0 10px}.progress-dot{width:24px;height:24px;border-radius:50%;background-color:#e5e5ea;color:#8e8e93;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:11px;transition:all .3s ease}.progress-dot.completed{background-color:#0a66c2;color:#fff}.progress-dot.current{background-color:#0a66c2;color:#fff;box-shadow:0 2px 4px #0a66c24d}.progress-dot.clickable{cursor:pointer;transition:all .3s ease}.progress-dot.clickable:hover{transform:scale(1.1);box-shadow:0 2px 8px #0a66c24d}.progress-dot.clickable:active{transform:scale(.95)}.step-info{display:flex;flex-direction:column;gap:2px}.step-counter{font-size:11px;color:#8e8e93;font-weight:500}.step-title{font-size:13px;color:#1d1d1f;font-weight:600}.step-one-simple{min-height:100vh;background:#fff;padding:40px 20px 20px;display:flex;flex-direction:column;align-items:center;gap:20px}.simple-header{text-align:center;margin-bottom:20px;padding-top:40px}.simple-logo{height:230px;margin-bottom:-25px}.simple-title{font-size:24px;font-weight:600;color:#1d1d1f;margin:0 0 8px}.simple-subtitle{font-size:16px;color:#6e6e73;margin:0;font-weight:400}.simple-progress{width:100%;max-width:500px;text-align:center;margin-bottom:20px}.simple-progress-bar{width:100%;height:4px;background-color:#e5e5ea;border-radius:2px;overflow:hidden;margin-bottom:16px}.simple-progress-fill{height:100%;background:#0a66c2;border-radius:2px;transition:width .4s ease}.simple-progress-dots{display:flex;justify-content:space-between;margin-bottom:12px;padding:0 20px}.simple-dot{width:32px;height:32px;border-radius:50%;background-color:#e5e5ea;color:#8e8e93;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:14px;transition:all .3s ease}.simple-dot.completed{background-color:#0a66c2;color:#fff}.simple-dot.current{background-color:#0a66c2;color:#fff;box-shadow:0 2px 8px #0a66c24d}.simple-step-info{display:flex;flex-direction:column;gap:4px}.simple-step-counter{font-size:13px;color:#8e8e93;font-weight:500}.simple-step-title{font-size:16px;color:#1d1d1f;font-weight:600}.simple-step-content{text-align:center;width:100%;max-width:1200px}.simple-step-content h3{font-size:22px;font-weight:600;color:#1d1d1f;margin:0 0 8px}.simple-description{font-size:16px;color:#6e6e73;margin:0 0 32px;font-weight:400}.simple-selection-info{margin-top:24px;text-align:center}.simple-selection-count{display:flex;align-items:center;justify-content:center;gap:6px;font-size:16px;font-weight:600;margin-bottom:8px}.simple-count{min-width:24px;padding:4px 8px;border-radius:12px;background-color:#f0f0f0;color:#8e8e93;transition:all .3s ease}.simple-count.valid{background-color:#e8f5e8;color:#2d7d32}.simple-count.invalid{background-color:#ffeaea;color:#d32f2f}.simple-total{color:#6e6e73;font-weight:400}.simple-validation-message{font-size:14px;color:#d32f2f;background-color:#ffeaea;padding:6px 12px;border-radius:16px;font-weight:500;display:inline-block}.simple-navigation{width:100%;max-width:300px;display:flex;justify-content:center;margin-top:20px;background:transparent;padding:0;box-shadow:none}.simple-next-btn{padding:12px 32px;background-color:#0a66c2;color:#fff;border:none;border-radius:8px;font-weight:600;font-size:16px;cursor:pointer;transition:background-color .3s ease;min-width:140px}.simple-next-btn:hover:not(:disabled){background-color:#004182}.simple-next-btn:disabled{background:#e5e5ea;color:#8e8e93;cursor:not-allowed}.onboarding-content{background:transparent;width:100%;max-width:800px;display:flex;flex-direction:column;align-items:center;padding:24px}.step-content{width:100%;display:flex;flex-direction:column;align-items:center}.step-header{text-align:center;margin-bottom:24px;width:100%}.step-content .step-header:has(.step-description:only-child){margin-bottom:16px}.step-header .step-description{margin-top:-8px;font-size:18px}.step-header h3{font-size:24px;font-weight:700;color:#1d1d1f;margin:0 0 8px}.step-description{font-size:18px;color:#6e6e73;margin:0;font-weight:400}.form-group{width:100%;max-width:480px;margin-bottom:24px}.form-group label{display:block;font-weight:600;font-size:16px;color:#1d1d1f;margin-bottom:8px;text-align:left}.helper{display:block;font-size:14px;color:#8e8e93;margin-bottom:12px;font-weight:400}.helper-inline{font-weight:400;color:#8e8e93;font-size:14px}.input-wrapper{position:relative;width:100%;z-index:1}input[type=text],select{width:100%;padding:14px 16px;font-size:16px;border:2px solid #e5e5ea;border-radius:12px;background-color:#fafafa;color:#1d1d1f;transition:all .3s ease;font-family:inherit;box-sizing:border-box}input[type=text]:focus,select:focus{outline:none;border-color:#0a66c2;background-color:#fff;box-shadow:0 0 0 4px #0a66c21a}.onboarding-wrapper.step-2 input[name=education]:focus,.onboarding-wrapper.step-2 .input-wrapper input[type=text]:focus{outline:none!important;border:2px solid #0a66c2!important;background-color:#fff!important;box-shadow:none!important}input[type=text]:hover,select:hover{border-color:#d1d1d6}.selection-counter{margin-top:16px;padding:8px 16px;background-color:#f0f4f8;border-radius:20px;font-size:14px;color:#0a66c2;font-weight:500}.genre-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:12px;width:100%;max-width:400px;margin:0 auto}.genre-box{padding:14px 20px;border:2px solid #e5e5ea;border-radius:12px;font-weight:500;background-color:#fafafa;cursor:pointer;height:52px;display:flex;align-items:center;justify-content:center;box-sizing:border-box;transition:all .3s ease;text-align:center;font-size:15px}.genre-box:hover{border-color:#0a66c2;background-color:#f0f4f8}.genre-box.selected{background-color:#0a66c2;color:#fff;border-color:#0a66c2;transform:translateY(-2px);box-shadow:0 4px 12px #0a66c24d}.genre-box.custom-genre{border-style:dashed;border-color:#c7c7cc;background-color:transparent;color:#8e8e93;font-style:italic}.genre-box.custom-genre:focus{border-style:solid;border-color:#0a66c2;color:#1d1d1f;font-style:normal}.suggestions-list{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #e5e5ea;border-radius:12px;box-shadow:0 8px 24px #00000026;z-index:1000;list-style:none;padding:0;margin:4px 0 0;max-height:200px;overflow-y:auto;animation:slideInUp .2s ease}.suggestions-list li{padding:12px 16px;cursor:pointer;font-size:15px;border-bottom:1px solid #f0f0f0;transition:background-color .2s ease;color:#1d1d1f}.suggestions-list li:last-child{border-bottom:none}.suggestions-list li:hover{background-color:#f0f4f8;color:#0a66c2}.suggestions-list li:active{background-color:#e3f2fd}.suggestions-list .loading-suggestion{text-align:center;color:#8e8e93;font-style:italic;padding:8px 16px;cursor:default}.suggestions-list .loading-suggestion:hover{background-color:transparent;color:#8e8e93}.suggestions-list::-webkit-scrollbar{width:6px}.suggestions-list::-webkit-scrollbar-track{background:#f0f0f0;border-radius:6px}.suggestions-list::-webkit-scrollbar-thumb{background:#c7c7cc;border-radius:6px}.suggestions-list::-webkit-scrollbar-thumb:hover{background:#8e8e93}.step-navigation{display:flex;align-items:center;justify-content:space-between;width:100%;margin-top:40px;gap:16px;background:transparent}.nav-spacer{flex:1}.nav-btn{padding:12px 24px;border:none;border-radius:8px;font-weight:600;font-size:16px;cursor:pointer;transition:all .3s ease;min-width:120px;height:48px;display:flex;align-items:center;justify-content:center;gap:6px}.back-btn{background-color:#f0f0f0;color:#6e6e73}.back-btn:hover{background-color:#e5e5ea;color:#1d1d1f}.next-btn,.submit-btn{background-color:#0a66c2;color:#fff}.next-btn:hover,.submit-btn:hover{background-color:#004182}.next-btn:disabled{background:#e5e5ea;color:#8e8e93;cursor:not-allowed}.loading-wrapper,.error-wrapper{min-height:100vh;background:linear-gradient(135deg,#fff,#fff);display:flex;align-items:center;justify-content:center;padding:20px}.loading-card,.error-card{background:#fff;border-radius:20px;padding:40px;box-shadow:0 20px 40px #0000001a;text-align:center;max-width:400px;width:100%}.loading-logo,.error-logo{height:80px;margin-bottom:24px;margin-left:-8px}.loading-content h3{margin:16px 0 8px;color:#1d1d1f;font-size:20px}.loading-content p{color:#6e6e73;margin:0}.loading-spinner{width:40px;height:40px;margin:0 auto 16px;border:3px solid #e5e5ea;border-top:3px solid #0a66c2;border-radius:50%;animation:spin 1s linear infinite}@keyframes slideInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}input[type=text]:focus-visible,select:focus-visible,.nav-btn:focus-visible,.simple-next-btn:focus-visible{outline:2px solid #0a66c2;outline-offset:2px}.suggestions-list li:focus{background-color:#f0f4f8;color:#0a66c2;outline:1px solid #0a66c2}input[type=text].has-suggestions{border-bottom-left-radius:4px;border-bottom-right-radius:4px}.input-wrapper.focused{position:relative}.input-wrapper.has-suggestions input[type=text]{border-bottom-color:#0a66c2}@media (max-width: 768px){.onboarding-wrapper{padding:40px 16px 20px}.onboarding-container{gap:20px}.onboarding-header{padding-top:20px}.onboarding-logo{height:100px}.onboarding-title{font-size:18px}.onboarding-subtitle{font-size:14px}.onboarding-content{padding:16px}.step-header h3{font-size:22px}.progress-dots{padding:0 10px}.progress-dot{width:32px;height:32px;font-size:12px}.genre-grid{grid-template-columns:1fr;gap:8px}.step-navigation{flex-direction:column;gap:12px}.nav-btn{width:100%;min-width:auto}.nav-spacer{display:none}.suggestions-list{max-height:150px}}@media (max-width: 480px){.onboarding-wrapper{padding:20px 12px}.onboarding-content{padding:12px}.step-header h3{font-size:20px}.progress-dots{gap:8px}.suggestions-list{max-height:120px;font-size:14px}.suggestions-list li{padding:10px 12px;font-size:14px}}@media (-webkit-min-device-pixel-ratio: 2),(min-resolution: 192dpi){.loading-spinner{border-width:2px;border-top-width:2px}.progress-bar{height:4px}.suggestions-list{border-width:1px}}@media print{.suggestions-list,.loading-spinner{display:none}}.bubble-picker-container{display:grid;grid-template-columns:repeat(6,160px);gap:12px;justify-content:center;align-items:center;width:100%;max-width:1200px;padding:0 30px;margin:0 auto;box-sizing:border-box}.bubble-picker-container-alt{display:grid;grid-template-columns:repeat(auto-fit,minmax(160px,160px));gap:12px;justify-content:center;align-items:center;width:100%;max-width:1200px;padding:0 20px;margin:0 auto;box-sizing:border-box}.bubble-circle{display:flex;align-items:center;justify-content:center;padding:12px 16px;border-radius:24px;border:2px solid #e5e5ea;font-size:13px;font-weight:500;background-color:#fff;color:#1d1d1f;cursor:pointer;transition:all .3s ease;text-align:center;white-space:normal;overflow:hidden;text-overflow:ellipsis;min-height:48px;height:auto;max-height:70px;width:160px;box-sizing:border-box;font-family:inherit;-webkit-user-select:none;user-select:none;line-height:1.3;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto}.bubble-circle:hover:not(.disabled){transform:translateY(-2px);border-color:#0a66c2;background-color:#f0f4f8;box-shadow:0 4px 12px #0a66c233}.bubble-circle:active:not(.disabled){transform:translateY(0)}.bubble-circle.selected{background:linear-gradient(135deg,#0a66c2,#004182);color:#fff;border-color:#0a66c2;transform:translateY(-2px);box-shadow:0 6px 16px #0a66c24d}.bubble-circle.selected:hover{background:linear-gradient(135deg,#004182,#036);transform:translateY(-3px);box-shadow:0 8px 20px #0a66c266}.bubble-circle.disabled{opacity:.4;cursor:not-allowed;transform:none;border-color:#e5e5ea;background-color:#fff}.add-custom-btn{border-style:dashed!important;border-color:#c7c7cc!important;background-color:#fff!important;color:#8e8e93!important;font-style:italic}.add-custom-btn:hover:not(.disabled){border-style:solid!important;border-color:#0a66c2!important;background-color:#f0f4f8!important;color:#0a66c2!important;font-style:normal}.add-custom-btn.disabled{opacity:.3;cursor:not-allowed}.add-mode{background-color:#fff!important;border-color:#0a66c2!important;box-shadow:0 0 0 4px #0a66c21a;padding:12px!important;position:relative;flex-direction:column;align-items:stretch;justify-content:flex-start}.multiple-mode{width:320px!important;min-height:80px!important;max-height:120px!important;height:auto!important}.input-container{display:flex;flex-direction:column;gap:6px;width:100%}.add-mode input{width:100%;height:auto;border:none!important;background:transparent!important;text-align:left;font-size:12px;font-weight:500;color:#1d1d1f;outline:none!important;font-family:inherit;padding:8px 0;box-sizing:border-box;min-height:24px}.add-mode input::placeholder{color:#8e8e93;font-style:italic;font-size:11px}.preview-text{font-size:11px;color:#0a66c2;background-color:transparent;padding:4px 0;border:none;font-weight:500;text-align:left;line-height:1.3;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hint-text{font-size:10px;color:#8e8e93;text-align:left;font-style:italic;line-height:1.2;margin-top:2px}.loading-indicator{position:absolute;right:8px;top:8px;z-index:10}.spinner{width:14px;height:14px;border:2px solid #f3f3f3;border-top:2px solid #0a66c2;border-radius:50%;animation:spin 1s linear infinite}.error-message{position:absolute;bottom:-30px;left:50%;transform:translate(-50%);background-color:#ff3b30;color:#fff;padding:4px 8px;border-radius:6px;font-size:10px;white-space:nowrap;z-index:10;box-shadow:0 2px 8px #ff3b304d;max-width:280px;overflow:hidden;text-overflow:ellipsis;font-weight:500}.error-message:before{content:"";position:absolute;top:-3px;left:50%;transform:translate(-50%);width:0;height:0;border-left:3px solid transparent;border-right:3px solid transparent;border-bottom:3px solid #ff3b30}.selection-info{width:100%;text-align:center;margin-top:16px;display:flex;justify-content:center;align-items:center;gap:12px;font-size:13px;grid-column:1 / -1}.counter{color:#8e8e93;font-weight:500}.max-reached{color:#ff9500;font-weight:600;font-size:12px}.examples-section{width:100%;max-width:400px;margin:16px auto 0;padding:16px;background-color:#fff;border:1px solid #e5e5ea;border-radius:12px;text-align:center;grid-column:1 / -1}.examples-title{font-size:12px;font-weight:600;color:#0a66c2;margin-bottom:8px}.examples-list{font-size:11px;color:#8e8e93;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;background:none;padding:0;border:none;border-radius:0}.debug-info{width:100%;margin-top:16px;padding:8px;background-color:#f0f0f0;border-radius:8px;font-family:SF Mono,Monaco,Cascadia Code,Roboto Mono,Consolas,Courier New,monospace;font-size:10px;color:#8e8e93;text-align:center;border-left:3px solid #0a66c2;grid-column:1 / -1}.bubble-circle:focus-visible{outline:2px solid #0a66c2;outline-offset:2px}.add-mode input:focus{outline:none}@keyframes addedInterest{0%{transform:scale(.8) translateY(-2px);opacity:0}50%{transform:scale(1.05) translateY(-4px)}to{transform:scale(1) translateY(-2px);opacity:1}}.bubble-circle.newly-added{animation:addedInterest .5s ease-out}@media (max-width: 1300px){.bubble-picker-container{grid-template-columns:repeat(5,160px);max-width:1000px}}@media (max-width: 1100px){.bubble-picker-container{grid-template-columns:repeat(4,160px);max-width:840px}.multiple-mode{width:280px!important}.examples-section{max-width:350px}}@media (max-width: 900px){.bubble-picker-container{grid-template-columns:repeat(3,160px);max-width:640px;gap:10px}.multiple-mode{width:250px!important}.examples-section{max-width:300px;padding:12px}}@media (max-width: 700px){.bubble-picker-container{grid-template-columns:repeat(2,160px);max-width:440px}.bubble-circle{font-size:12px}.multiple-mode{width:220px!important;min-height:70px!important;max-height:100px!important}.preview-text{font-size:10px}.hint-text{font-size:9px}.examples-section{max-width:280px;padding:10px}.examples-list{font-size:10px}}@media (max-width: 500px){.bubble-picker-container{grid-template-columns:repeat(2,140px);max-width:380px;gap:8px;padding:0 20px}.bubble-circle{width:140px;font-size:11px;padding:10px 12px}.multiple-mode{width:200px!important;min-height:60px!important;max-height:90px!important}.selection-info{margin-top:12px;font-size:12px}.examples-section{max-width:250px;margin-top:12px;padding:8px}}@media (prefers-contrast: high){.bubble-circle{border-width:3px}.bubble-circle.selected{border-color:#000;background:#000}.error-message{background-color:#000;color:#fff}}@media (prefers-reduced-motion: reduce){.bubble-circle{transition:none}.bubble-circle:hover{transform:none}.spinner,.newly-added{animation:none}}@media (prefers-color-scheme: dark){.bubble-circle{background-color:#fff;color:#000;border-color:#efefee}.bubble-circle:hover:not(.disabled){background-color:#fff}.add-custom-btn{background-color:#fff!important;color:#8e8e93!important}.add-mode{background-color:#fff!important}.examples-section{background-color:#fff;border-color:#efefee}}.podcast-wrapper{width:100%;display:flex;flex-direction:column;align-items:center;padding:0}.podcast-content{width:100%;max-width:600px;display:flex;flex-direction:column;align-items:center;gap:32px}.podcast-loading{display:flex;flex-direction:column;align-items:center;gap:16px;padding:40px;color:#6e6e73}.loading-spinner{width:32px;height:32px;border:3px solid #e5e5ea;border-top:3px solid #0a66c2;border-radius:50%;animation:spin 1s linear infinite}.podcast-loading p{margin:0;font-size:16px;font-weight:500}.podcast-error{display:flex;flex-direction:column;align-items:center;gap:16px;padding:40px;text-align:center}.error-icon{font-size:32px}.podcast-error p{margin:0;color:#d32f2f;font-size:16px;font-weight:500}.retry-btn{padding:10px 20px;background-color:#0a66c2;color:#fff;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:background-color .3s ease}.retry-btn:hover{background-color:#004182}.podcast-grid{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;width:100%;max-width:600px;margin:0 auto}.podcast-tile{position:relative;cursor:pointer;border-radius:16px;overflow:hidden;transition:all .3s ease;background:#fff;box-shadow:0 4px 8px #0000001a;aspect-ratio:1;display:flex;flex-direction:column}.podcast-tile:hover{transform:translateY(-4px);box-shadow:0 8px 20px #00000026}.podcast-tile:focus-visible{outline:2px solid #0a66c2;outline-offset:2px}.podcast-image-container{position:relative;width:100%;height:100%;overflow:hidden}.podcast-tile img{width:100%;height:100%;object-fit:cover;transition:transform .3s ease}.podcast-tile:hover img{transform:scale(1.05)}.podcast-tile.selected{transform:translateY(-4px);box-shadow:0 8px 24px #0a66c24d;border:3px solid #0a66c2}.selection-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:#0a66c2cc;display:flex;align-items:center;justify-content:center;opacity:0;transition:opacity .3s ease}.podcast-tile.selected .selection-overlay{opacity:1}.checkmark{background:#fff;color:#0a66c2;width:32px;height:32px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:16px;box-shadow:0 2px 8px #0003}.add-other-section{width:100%;max-width:600px;display:flex;justify-content:center}.add-other-button{display:flex;align-items:center;justify-content:center;gap:10px;background:#fff;border:1px solid #e5e5ea;padding:16px 28px;font-weight:500;border-radius:12px;color:#6e6e73;cursor:pointer;transition:all .2s ease;font-size:15px;box-shadow:0 1px 3px #0000000d}.add-other-button:hover{background-color:#0a66c2;border-color:#0a66c2;color:#fff;box-shadow:0 2px 8px #0a66c233}.add-icon{font-size:16px;font-weight:400;color:#8e8e93;transition:color .2s ease;line-height:1}.add-other-button:hover .add-icon{color:#fff}.custom-input-container{width:100%;display:flex;flex-direction:column;gap:12px;align-items:center}.custom-input-container input{width:100%;max-width:350px;padding:14px 16px;font-size:16px;border:2px solid #e5e5ea;border-radius:12px;background-color:#fff;color:#1d1d1f;text-align:center;transition:all .3s ease}.custom-input-container input:focus{outline:none;border-color:#0a66c2;box-shadow:0 0 0 4px #0a66c21a}.input-actions{display:flex;gap:8px}.input-btn{padding:8px 16px;border:none;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease;font-size:14px}.confirm-btn{background-color:#0a66c2;color:#fff}.confirm-btn:hover:not(:disabled){background-color:#004182}.confirm-btn:disabled{background-color:#e5e5ea;color:#8e8e93;cursor:not-allowed}.cancel-btn{background-color:#f0f0f0;color:#6e6e73}.cancel-btn:hover{background-color:#e5e5ea;color:#1d1d1f}.selection-summary{width:100%;max-width:500px;background:#f8f9fa;border-radius:16px;padding:20px;margin-top:8px}.selection-summary h4{margin:0 0 16px;font-size:16px;color:#1d1d1f;text-align:center}.selected-list{display:flex;flex-wrap:wrap;gap:8px;justify-content:center}.selected-tag{display:flex;align-items:center;gap:6px;background:#fff;border:2px solid #0a66c2;border-radius:20px;padding:6px 12px;font-size:14px;color:#0a66c2;font-weight:500}.selected-tag span{max-width:150px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.remove-btn{background:none;border:none;color:#0a66c2;cursor:pointer;font-size:16px;font-weight:700;width:20px;height:20px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.remove-btn:hover{background-color:#0a66c2;color:#fff}@media (max-width: 768px){.podcast-grid{grid-template-columns:repeat(4,1fr);gap:12px}.podcast-content{gap:24px}.custom-input-container input{font-size:16px}}@media (max-width: 520px){.podcast-grid{grid-template-columns:repeat(3,1fr);gap:10px}.checkmark{width:24px;height:24px;font-size:14px}.selected-tag{font-size:13px;padding:4px 10px}.selected-tag span{max-width:120px}}@media (max-width: 400px){.podcast-grid{grid-template-columns:repeat(2,1fr)}.podcast-wrapper{padding:0 8px}}.writing-pref-container{width:100%;display:flex;flex-direction:column;align-items:center;gap:40px;margin-top:32px;padding-bottom:32px}.career-card{overflow-y:auto;max-height:calc(100vh - 120px);padding-bottom:32px}.writing-wrapper{align-items:flex-start!important;min-height:auto!important;padding-top:48px;padding-bottom:64px}.career-card.writing-step{max-height:none;height:auto;overflow-y:visible;margin-top:32px;margin-bottom:32px;padding:32px 24px;box-shadow:none}.writing-step .section{gap:10px;margin-bottom:20px}.writing-step h2{font-size:22px}.writing-step h3{font-size:16px}.writing-step .button-row{margin-top:16px}.section{width:100%;display:flex;flex-direction:column;gap:16px;align-items:center;margin-bottom:32px}h2{font-size:24px;font-weight:700;color:#1d1d1f;margin-bottom:4px;text-align:center}.subtitle{font-size:16px;color:#666;text-align:center;margin-bottom:24px}h3{font-size:18px;font-weight:600;color:#1d1d1f;text-align:center;margin-bottom:12px}.tone-options,.structure-options{display:grid;grid-template-columns:repeat(auto-fit,minmax(140px,1fr));gap:12px;width:100%;max-width:420px}.tone-btn,.structure-btn{padding:12px 20px;border:2px solid #ccc;border-radius:12px;font-weight:500;font-size:15px;background-color:#f5f5f5;cursor:pointer;text-align:center;transition:background-color .2s ease,border-color .2s ease;color:#1d1d1f}.tone-btn.selected,.structure-btn.selected{background-color:#0a66c2;color:#fff;border-color:#0a66c2}.tone-btn:hover,.structure-btn:hover{background-color:#ebebeb;border-color:#999}.length-options{display:flex;flex-direction:column;gap:12px;align-items:center;width:100%;max-width:320px}.length-btn{width:100%;padding:12px 20px;background-color:#f5f5f5;border:2px solid #ccc;border-radius:12px;font-size:15px;font-weight:600;color:#1d1d1f;text-align:center;cursor:pointer;transition:all .2s ease}.length-btn.selected{background-color:#0a66c2;color:#fff;border-color:#0a66c2}.length-btn:hover{background-color:#ebebeb;border-color:#999}textarea{width:100%;max-width:420px;height:100px;padding:12px 14px;font-size:15px;border-radius:8px;border:1px solid #d1d1d6;background-color:#f9f9f9;color:#1d1d1f;resize:none;transition:border .2s ease,background-color .2s ease}textarea:focus{outline:none;border-color:#0a66c2;background-color:#fff}.button-row{display:flex;justify-content:center;margin-top:24px;width:100%}.next-btn{padding:10px 24px;background-color:#0a66c2;color:#fff;font-weight:600;border:none;border-radius:8px;cursor:pointer;min-width:160px;font-size:15px;transition:background-color .2s ease}.next-btn:hover{background-color:#004182}html{scroll-behavior:smooth}.main-input:focus{border-color:#0a66c2;box-shadow:0 4px 16px #0a66c21a;transform:translateY(-1px)}.main-input{background:linear-gradient(90deg,#fff,#fff)!important;border:1px solid #c2bfbf!important}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background-color:#fff;color:#1c1c1e;line-height:1.6}.workspace-page{min-height:100vh;display:flex;flex-direction:column;background-color:#fff;width:100vw!important;max-width:none!important;margin:0!important;padding:0!important}.minimal-header{position:fixed;top:0;left:0;right:0;height:80px;padding:0 40px;display:flex;justify-content:space-between;align-items:center;background-color:transparent;z-index:100}.logo-image{height:250px;width:auto;object-fit:contain;margin-left:-40px}.logo-text{font-size:28px;font-weight:700;color:#1c1c1e;letter-spacing:-.5px}.user-avatar-container{position:relative}.user-avatar{width:44px;height:44px;border-radius:50%;background:linear-gradient(135deg,#0a66c2,#0a66c2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:16px;position:relative;overflow:hidden;cursor:pointer;transition:all .2s ease;border:2px solid transparent}.user-avatar:hover{transform:scale(1.05);border-color:#0a66c2;box-shadow:0 4px 12px #0a66c233}.user-avatar.active{border-color:#0a66c2;box-shadow:0 4px 12px #0a66c24d}.avatar-image{width:100%;height:100%;object-fit:cover;border-radius:50%}.avatar-initials{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:50%}.dropdown-overlay{position:fixed;top:0;left:0;right:0;bottom:0;z-index:10000;background:transparent;cursor:default}.user-dropdown{position:absolute;top:calc(100% + 12px);right:0;background:#fff;border-radius:12px;box-shadow:0 8px 24px #00000026;border:1px solid #e5e5e5;min-width:280px;max-width:320px;z-index:10001;overflow:hidden}.user-dropdown:before{content:"";position:absolute;top:-6px;right:16px;width:12px;height:12px;background:#fff;border:1px solid #e5e5e5;border-bottom:none;border-right:none;transform:rotate(45deg);z-index:10002}.dropdown-profile-header{padding:16px;border-bottom:1px solid #f0f0f0;display:flex;align-items:center;gap:12px;background:#fff}.dropdown-avatar{width:40px;height:40px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:14px;overflow:hidden;flex-shrink:0}.dropdown-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.dropdown-user-info h4{font-size:16px;font-weight:600;color:#1c1c1e;margin:0;line-height:1.2}.dropdown-user-info p{font-size:12px;color:#666;margin:2px 0 0;line-height:1.2}.dropdown-menu{padding:8px 0;background:#fff}.dropdown-item{display:flex;align-items:center;gap:12px;padding:12px 16px;background:none;border:none;width:100%;text-align:left;cursor:pointer;transition:background-color .15s ease;font-size:14px;color:#1c1c1e;font-weight:500}.dropdown-item:hover{background-color:#f8f9fa}.dropdown-item.logout:hover{background-color:#fee2e2;color:#dc2626}.dropdown-item.logout .dropdown-item-icon{color:#dc2626}.dropdown-item-icon{width:20px;height:20px;color:#666;flex-shrink:0}.dropdown-item-text{flex:1}.dropdown-item-description{font-size:12px;color:#888;font-weight:400;margin-top:2px}.dropdown-divider{height:1px;background:#f0f0f0;margin:8px 0}.main-container{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:100px 40px 50px;min-height:100vh;width:100%;gap:20px}.welcome-section{text-align:center;margin-bottom:20px}.welcome-title{font-size:24px;font-weight:400;color:#444;line-height:1.4;max-width:500px}.input-section{width:60vw!important;max-width:60vw!important;padding:0!important;margin:0 auto!important}.input-container{position:relative;width:100%!important;max-width:none!important}.main-input{width:100%!important;min-height:140px;padding:24px 60px 60px 24px!important;border:1px solid #e5e5e5;border-radius:30px;font-size:18px;font-family:inherit;background:#fff;box-shadow:0 2px 8px #0000000a;resize:none;outline:none;transition:all .3s ease;line-height:1.5;margin:0!important;max-width:none!important}.main-input::placeholder{color:#999;font-style:italic}.button-group{position:absolute;bottom:16px;left:16px;right:16px;display:flex;justify-content:space-between;align-items:center;z-index:10;pointer-events:none;width:calc(100% - 32px)}.left-buttons{display:flex;align-items:center;gap:8px;pointer-events:all}.button-group button{pointer-events:all}.submit-button{width:43px;height:43px;border-radius:50%;border:none;background:#000;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;box-shadow:0 2px 4px #0000001a;flex-shrink:0}.submit-button:hover:not(:disabled){background:#0a66c2;transform:scale(1.05);box-shadow:0 4px 12px #0a66c24d}.submit-button:disabled{opacity:.6;cursor:not-allowed;transform:none}.shuffle-button-inside{background:transparent;border:none;color:#666;cursor:pointer;display:flex;align-items:center;gap:8px;padding:8px 12px;border-radius:20px;font-size:14px;font-weight:500;transition:all .3s ease}.shuffle-button-inside:hover:not(:disabled){background:#f5f5f5;color:#333}.shuffle-button-inside:disabled{opacity:.6;cursor:not-allowed}.submit-icon,.shuffle-icon{width:24px;height:24px}.loading-dot{width:12px;height:12px;background-color:currentColor;border-radius:1px;animation:rollSquare 1.2s infinite ease-in-out;transform-origin:center;display:block;flex-shrink:0}@keyframes rollSquare{0%{opacity:.6;transform:rotate(0) scale(.8)}25%{opacity:.8;transform:rotate(90deg) scale(.9)}50%{opacity:1;transform:rotate(180deg) scale(1)}75%{opacity:.8;transform:rotate(270deg) scale(.9)}to{opacity:.6;transform:rotate(360deg) scale(.8)}}.error-message{width:100%;background:#fee2e2;border:1px solid #fecaca;border-radius:12px;padding:16px;text-align:center}.error-message p{color:#dc2626;font-weight:500}.linkedin-post{background:#fff;border-radius:8px;border:.2px solid #e0e0e0;box-shadow:0 0 0 1px #00000026,0 2px 3px #0003;width:100%;max-width:552px;margin:20px auto;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}.linkedin-post-header{padding:12px 16px 0;display:flex;align-items:flex-start;gap:8px}.linkedin-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#667eea,#764ba2);display:flex;align-items:center;justify-content:center;color:#fff;font-weight:600;font-size:18px;flex-shrink:0;overflow:hidden}.linkedin-avatar img{width:100%;height:100%;object-fit:cover;border-radius:50%}.linkedin-post-info{flex:1;min-width:0}.linkedin-name{font-size:14px;font-weight:600;color:#000000e6;line-height:1.33333;margin:0}.linkedin-title{font-size:12px;color:#0009;line-height:1.33333;margin:0}.linkedin-time{font-size:12px;color:#0009;line-height:1.33333;margin:2px 0 0;display:flex;align-items:center;gap:4px}.linkedin-time:after{content:"🌐";font-size:12px}.linkedin-more{background:none;border:none;padding:4px;cursor:pointer;border-radius:50%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;color:#0009;transition:background-color .2s}.linkedin-more:hover{background-color:#00000014}.linkedin-post-content{padding:8px 16px 0;font-size:14px;line-height:1.5;color:#000000e6;white-space:pre-wrap;word-wrap:break-word}.linkedin-post-content .hashtag{color:#0073b1;font-weight:600}.linkedin-post-actions{padding:4px 8px 8px;margin-top:8px;border-top:1px solid rgba(0,0,0,.08)}.linkedin-actions-buttons{display:flex;justify-content:space-around;align-items:center}.linkedin-action-button{display:flex;align-items:center;justify-content:center;gap:6px;padding:12px 16px;background:none;border:none;border-radius:4px;cursor:pointer;font-size:14px;font-weight:600;color:#0009;transition:background-color .2s;flex:1;min-width:0}.linkedin-action-button:hover{background-color:#00000014}.linkedin-action-button.copy-action{color:#0073b1;background-color:#0073b114}.linkedin-action-button.copy-action:hover{background-color:#0073b129}.linkedin-action-icon{width:20px;height:20px;fill:currentColor}.linkedin-engagement{padding:8px 16px 4px;font-size:12px;color:#0009;border-bottom:1px solid rgba(0,0,0,.08);display:flex;justify-content:space-between;align-items:center}.linkedin-reactions{display:flex;align-items:center;gap:4px}.linkedin-reaction-icons{display:flex;margin-right:4px}.linkedin-reaction-icon{width:16px;height:16px;margin-left:-2px;border:1px solid white;border-radius:50%}.linkedin-post-label{display:inline-flex;align-items:center;gap:4px;background:#0073b11a;color:#0073b1;padding:4px 8px;border-radius:12px;font-size:11px;font-weight:500;margin:8px 16px 0;width:fit-content}.linkedin-post-label:before{content:"🤖";font-size:12px}.profile-info{width:100%;text-align:center;padding:20px;background:transparent;border-radius:12px;border:none}.interests-text,.style-text{font-size:14px;color:#666;margin:8px 0;line-height:1.5}.interests-text strong,.style-text strong{color:#333;font-weight:600}.language-selector{position:relative}.language-button{display:flex;align-items:center;gap:8px;padding:8px 12px;background:transparent;border:none;color:#666;cursor:pointer;border-radius:20px;font-size:14px;font-weight:500;transition:all .3s ease;white-space:nowrap}.language-button:hover{background:#f5f5f5;color:#333}.language-flag{font-size:16px;line-height:1}.language-name{font-size:14px;font-weight:500}.language-arrow{transition:transform .2s ease;color:#999}.language-arrow.open{transform:rotate(180deg)}.language-dropdown{position:absolute;top:calc(100% + 8px);left:0;background:#fff;border:1px solid #e5e5e5;border-radius:12px;box-shadow:0 4px 12px #0000001a;min-width:140px;z-index:1000;overflow:hidden}.language-dropdown:before{content:"";position:absolute;top:-6px;left:16px;width:12px;height:12px;background:#fff;border:1px solid #e5e5e5;border-bottom:none;border-right:none;transform:rotate(45deg);z-index:1001}.language-option{display:flex;align-items:center;gap:8px;padding:12px 16px;background:none;border:none;width:100%;text-align:left;cursor:pointer;font-size:14px;color:#333;transition:background-color .15s ease;position:relative}.language-option:hover{background-color:#f8f9fa}.language-option.selected{background-color:#f0f7ff;color:#0073b1}.language-option .language-flag{font-size:16px}.language-option .language-name{flex:1;font-weight:500}.check-icon{color:#0073b1;width:16px;height:16px}.context-prompt{position:relative;background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px 24px;margin-bottom:24px;width:100%;max-width:60vw;box-shadow:0 2px 8px #0000000a;animation:slideInScale .3s cubic-bezier(.4,0,.2,1)}.context-prompt-close{position:absolute;top:12px;right:12px;background:none;border:none;color:#9ca3af;cursor:pointer;padding:4px;border-radius:4px;transition:all .15s ease;font-size:14px;width:24px;height:24px;display:flex;align-items:center;justify-content:center}.context-prompt-close:hover{background-color:#f3f4f6;color:#6b7280}.context-prompt-content{display:flex;align-items:flex-start;gap:16px;padding-right:24px}.context-prompt-icon{flex-shrink:0;width:20px;height:20px;color:#3b82f6;margin-top:2px}.context-prompt-icon svg{width:100%;height:100%}.context-prompt-text h4{font-size:16px;font-weight:500;color:#111827;margin:0 0 4px;line-height:1.2}.context-prompt-text p{font-size:14px;color:#6b7280;margin:0 0 12px;line-height:1.4}.context-prompt-progress{display:flex;align-items:center;gap:12px}.context-progress-bar{width:80px;height:4px;background-color:#e5e7eb;border-radius:2px;overflow:hidden}.context-progress-fill{height:100%;background-color:#3b82f6;border-radius:2px;transition:width .3s ease}.context-progress-text{font-size:12px;font-weight:500;color:#3b82f6;min-width:28px}.context-complete-button{background:#0f172a;color:#fff;border:none;padding:4px 12px;border-radius:6px;font-size:12px;font-weight:500;cursor:pointer;transition:all .15s ease}.context-complete-button:hover{background:#1e293b}.ai-enhancement-badge{position:absolute;top:12px;right:12px;display:flex;align-items:center;gap:4px;background:#fff;color:#16a34a;padding:4px 8px;border-radius:6px;font-size:11px;font-weight:500;border:1px solid #dcfce7;z-index:5}.ai-enhancement-badge svg{width:12px;height:12px}.advanced-toggle{background:transparent;border:none;color:#6b7280;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:8px;border-radius:6px;transition:all .15s ease;width:32px;height:32px}.advanced-toggle:hover{background:#f3f4f6;color:#374151}.advanced-toggle svg{width:16px;height:16px}.advanced-options{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;margin-bottom:20px;width:100%;max-width:60vw;animation:slideInScale .2s cubic-bezier(.4,0,.2,1)}.advanced-title{font-size:14px;font-weight:500;color:#111827;margin:0 0 16px;display:flex;align-items:center;gap:8px}.advanced-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(120px,1fr));gap:16px;margin-bottom:16px}.advanced-field{display:flex;flex-direction:column;gap:4px}.advanced-field label{font-size:12px;font-weight:500;color:#6b7280}.advanced-select{padding:6px 8px;border:1px solid #d1d5db;border-radius:6px;font-size:13px;color:#374151;background:#fff;outline:none;transition:border-color .15s ease}.advanced-select:focus{border-color:#3b82f6}.advanced-checkboxes{display:flex;gap:16px}.advanced-checkbox{display:flex;align-items:center;gap:6px;font-size:13px;color:#374151;cursor:pointer}.advanced-checkbox input[type=checkbox]{width:14px;height:14px;border-radius:3px;cursor:pointer}.personalization-score{background:#fff;border:1px solid #e5e7eb;border-radius:12px;padding:20px;margin-bottom:20px;width:100%;max-width:60vw;animation:slideInScale .3s cubic-bezier(.4,0,.2,1)}.score-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.score-icon{width:32px;height:32px;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;display:flex;align-items:center;justify-content:center;color:#6366f1;flex-shrink:0}.score-icon svg{width:16px;height:16px}.score-info{flex:1;margin-left:12px}.score-info h4{font-size:14px;font-weight:500;color:#111827;margin:0;line-height:1.2}.score-info p{font-size:12px;color:#6b7280;margin:2px 0 0;line-height:1.2}.score-value{background:#f8fafc;border:1px solid #e2e8f0;color:#6366f1;padding:6px 12px;border-radius:8px;font-size:13px;font-weight:600}.score-progress{margin-bottom:12px}.score-progress-bar{width:100%;height:4px;background:#f1f5f9;border-radius:2px;overflow:hidden;margin-bottom:8px}.score-progress-fill{height:100%;background:linear-gradient(90deg,#3b82f6,#6366f1);border-radius:2px;transition:width .7s cubic-bezier(.4,0,.2,1)}.score-labels{display:flex;justify-content:space-between;align-items:center}.score-labels span:first-child{font-size:13px;font-weight:500;color:#374151}.score-labels span:last-child{font-size:12px;color:#6b7280;font-weight:500}.score-tip{display:flex;align-items:center;gap:6px;padding:8px 12px;background:#fefce8;border:1px solid #fef3c7;border-radius:6px;font-size:12px;color:#92400e}.score-tip svg{flex-shrink:0}.context-completeness-badge{margin-top:8px;padding:0}.completeness-indicator{width:100%;height:3px;background:#e5e7eb;border-radius:2px;overflow:hidden;margin-bottom:4px}.completeness-bar{height:100%;background:linear-gradient(90deg,#ef4444,#f59e0b 40%,#10b981);border-radius:2px;transition:width .3s ease}.completeness-text{font-size:10px;color:#6b7280;font-weight:500}.dropdown-section{margin:0;padding:0}.dropdown-section-title{font-size:11px;font-weight:600;color:#9ca3af;text-transform:uppercase;letter-spacing:.5px;padding:8px 16px 4px;margin:0}.api-status-indicator{display:flex;align-items:center;gap:6px;margin-left:16px}.status-dot{width:6px;height:6px;border-radius:50%;background-color:#10b981}.api-status-indicator.unhealthy .status-dot{background-color:#ef4444;animation:pulse 2s infinite}.status-text{font-size:11px;color:#6b7280;font-weight:500}.api-status-indicator.healthy .status-text{display:none}.context-progress-header{padding:12px 24px;border-bottom:1px solid #e5e7eb;background:#fff}.context-progress-track{width:100%;height:3px;background:#f1f5f9;border-radius:2px;overflow:hidden}.context-step-nav{display:grid;grid-template-columns:repeat(4,1fr);border-bottom:1px solid #e5e7eb;background:#fff}.context-step-btn{display:flex;align-items:center;gap:8px;padding:16px 12px;background:none;border:none;border-right:1px solid #f1f5f9;cursor:pointer;transition:all .15s ease;text-align:left}.context-step-btn:last-child{border-right:none}.context-step-btn:hover{background:#f8fafc}.context-step-btn.active{background:#f0f9ff;border-bottom:2px solid #3b82f6}.context-step-btn.completed{background:#f0fdf4}.context-step-indicator{width:20px;height:20px;border-radius:50%;background:#f1f5f9;color:#6b7280;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:600;flex-shrink:0;transition:all .15s ease}.context-step-btn.active .context-step-indicator{background:#3b82f6;color:#fff}.context-step-btn.completed .context-step-indicator{background:#10b981;color:#fff}.context-step-info{min-width:0;flex:1}.context-step-title{font-size:13px;font-weight:500;color:#374151;line-height:1.2;margin-bottom:2px}.context-step-btn.active .context-step-title{color:#1e40af}.context-step-btn.completed .context-step-title{color:#059669}.context-step-progress{font-size:10px;color:#9ca3af;line-height:1.2}.context-step-content{padding:0;max-width:700px;margin:0 auto}.context-step-header{margin-bottom:24px;text-align:center}.context-step-heading{font-size:20px;font-weight:500;color:#111827;margin:0 0 8px;line-height:1.2}.context-step-description{font-size:14px;color:#6b7280;margin:0;line-height:1.4}.context-form-field{margin-bottom:24px}.context-field-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}.context-field-label{font-size:14px;font-weight:500;color:#374151}.context-field-stats{font-size:12px;color:#9ca3af}.context-textarea{width:100%;min-height:200px;padding:16px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;line-height:1.6;color:#374151;background:#fff;resize:vertical;outline:none;transition:all .15s ease;font-family:inherit}.context-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.context-textarea::placeholder{color:#9ca3af}.context-feedback{margin-top:12px}.context-feedback-message{display:flex;align-items:center;gap:8px;margin-bottom:8px}.context-feedback-icon{width:16px;height:16px;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.context-feedback-icon.success{background:#dcfce7;color:#16a34a}.context-feedback-icon.warning{background:#fef3c7;color:#d97706}.context-feedback-icon.info{background:#dbeafe;color:#2563eb}.context-feedback-icon.neutral{background:#f1f5f9;color:#64748b}.context-feedback-text{font-size:13px;color:#374151;font-weight:500}.context-field-progress{margin-top:8px}.context-field-progress-bar{width:100%;height:3px;background:#f1f5f9;border-radius:2px;overflow:hidden}.context-field-progress-fill{height:100%;border-radius:2px;transition:width .3s ease}.context-field-progress-fill.success{background:#10b981}.context-field-progress-fill.warning{background:#f59e0b}.context-field-progress-fill.info{background:#3b82f6}.context-field-progress-fill.neutral{background:#94a3b8}.context-tips{margin-top:16px;border:1px solid #e5e7eb;border-radius:8px;background:#f8fafc}.context-tips-toggle{display:flex;align-items:center;gap:8px;padding:12px 16px;cursor:pointer;font-size:13px;font-weight:500;color:#374151;list-style:none;outline:none;transition:background-color .15s ease}.context-tips-toggle:hover{background:#f1f5f9}.context-tips-toggle::-webkit-details-marker{display:none}.context-tips-content{padding:0 16px 16px;border-top:1px solid #e5e7eb;margin-top:-1px}.context-tip-item{display:flex;align-items:flex-start;gap:8px;padding:4px 0;font-size:12px;color:#6b7280;line-height:1.4}.context-tip-bullet{color:#9ca3af;flex-shrink:0;margin-top:2px}.context-error{display:flex;align-items:center;gap:8px;padding:12px 16px;background:#fef2f2;border:1px solid #fecaca;border-radius:8px;margin-top:16px}.context-error svg{color:#dc2626;flex-shrink:0}.context-error p{font-size:13px;color:#dc2626;margin:0;font-weight:500}.context-footer{display:flex;justify-content:space-between;align-items:center;padding:16px 24px;border-top:1px solid #e5e7eb;background:#f8fafc}.context-footer-left,.context-footer-right{display:flex;align-items:center;gap:12px}.post-editor-pulse-dot{width:4px;height:4px;background-color:currentColor;border-radius:50%;animation:pulse 2s infinite;margin-right:6px}@keyframes slideInScale{0%{transform:scale(.98) translateY(8px);opacity:0}to{transform:scale(1) translateY(0);opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.4}}@media (max-width: 768px){.minimal-header{padding:0 20px;height:70px}.logo-text{font-size:24px}.user-avatar{width:36px;height:36px;font-size:14px}.user-dropdown{min-width:260px;right:-20px}.dropdown-profile-header{padding:14px}.dropdown-item{padding:14px 16px}.main-container{padding:80px 16px 30px}.input-section{max-width:95vw;padding:0 10px}.welcome-title{font-size:20px}.main-input{font-size:16px;padding:20px 110px 20px 20px;min-height:100px;border-radius:20px}.linkedin-post{border-radius:0;border-left:none;border-right:none;box-shadow:none;border-top:1px solid #e0e0e0;border-bottom:1px solid #e0e0e0}.linkedin-action-button{padding:12px 8px;font-size:13px}.linkedin-action-button span{display:none}.language-button{padding:6px 10px;font-size:13px}.language-name{font-size:13px}.language-dropdown{min-width:120px}.language-option{padding:10px 14px;font-size:13px}.context-prompt,.advanced-options,.personalization-score{max-width:95vw;padding:16px;margin-left:auto;margin-right:auto}.context-prompt-content{gap:12px;padding-right:16px}.context-prompt-progress{flex-wrap:wrap;gap:8px}.advanced-grid{grid-template-columns:1fr;gap:12px}.advanced-checkboxes{flex-direction:column;gap:8px}.score-header{flex-wrap:wrap;gap:12px}.left-buttons{gap:4px}.advanced-toggle{width:28px;height:28px;padding:6px}.ai-enhancement-badge{top:8px;right:8px;padding:3px 6px;font-size:10px}.ai-enhancement-badge svg{width:10px;height:10px}.context-step-nav{grid-template-columns:repeat(2,1fr)}.context-step-btn{padding:12px 8px;gap:6px}.context-step-title{font-size:12px}.context-step-progress{font-size:9px}.context-step-indicator{width:18px;height:18px;font-size:10px}.context-step-heading{font-size:18px}.context-step-description{font-size:13px}.context-textarea{min-height:160px;padding:12px;font-size:13px}.context-footer{padding:12px 16px;flex-wrap:wrap;gap:8px}}@media (max-width: 480px){.main-input{padding:16px 100px 16px 16px;font-size:15px;border-radius:16px}.welcome-title{font-size:18px}.context-prompt,.advanced-options,.personalization-score{border-radius:8px;margin-bottom:16px}.context-prompt-text h4{font-size:14px}.context-prompt-text p,.score-info h4{font-size:13px}.score-info p{font-size:11px}.context-step-nav{grid-template-columns:1fr}.context-step-btn{border-right:none;border-bottom:1px solid #f1f5f9}.context-step-btn:last-child{border-bottom:none}.context-field-header{flex-direction:column;align-items:flex-start;gap:4px}.context-tips-toggle{padding:10px 12px;font-size:12px}.context-tips-content{padding:0 12px 12px}}.post-history-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#000000bf;display:flex;align-items:center;justify-content:center;z-index:1000;animation:fadeIn .2s ease-out}.post-history-modal{background:#fff;border-radius:16px;width:95vw;max-width:1200px;height:90vh;max-height:800px;display:flex;flex-direction:column;box-shadow:0 20px 60px #0000004d;animation:slideUp .3s ease-out}.post-history-header{display:flex;justify-content:space-between;align-items:center;padding:24px 32px;border-bottom:1px solid #e5e7eb;background:#f9fafb;border-radius:16px 16px 0 0}.post-history-header h2{margin:0;font-size:24px;font-weight:600;color:#1f2937}.close-button{background:none;border:none;padding:8px;cursor:pointer;border-radius:8px;transition:background-color .2s;color:#6b7280}.close-button:hover{background:#e5e7eb;color:#1f2937}.post-history-filters{display:flex;gap:16px;padding:20px 32px;border-bottom:1px solid #e5e7eb;background:#fff}.filter-group{flex:1}.filter-select,.filter-input{width:100%;padding:10px 14px;border:1px solid #d1d5db;border-radius:8px;font-size:14px;background:#fff;transition:border-color .2s}.filter-select:focus,.filter-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.post-history-content{flex:1;overflow:hidden;display:flex;flex-direction:column}.loading-container,.error-container,.empty-state{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px;text-align:center}.loading-spinner{width:40px;height:40px;border:4px solid #e5e7eb;border-top:4px solid #3b82f6;border-radius:50%;animation:spin 1s linear infinite;margin-bottom:16px}.empty-icon{color:#9ca3af;margin-bottom:16px}.empty-state h3{margin:0 0 8px;color:#1f2937;font-size:18px;font-weight:600}.empty-state p{margin:0;color:#6b7280;font-size:14px}.error-message{color:#dc2626;margin-bottom:16px}.retry-button{background:#3b82f6;color:#fff;border:none;padding:10px 20px;border-radius:8px;cursor:pointer;font-size:14px;font-weight:500;transition:background-color .2s}.retry-button:hover{background:#2563eb}.posts-grid{display:flex;flex:1;overflow:hidden}.posts-list{width:400px;border-right:1px solid #e5e7eb;overflow-y:auto;background:#f9fafb}.post-item{padding:20px;border-bottom:1px solid #e5e7eb;cursor:pointer;transition:background-color .2s;background:#fff;margin:8px;border-radius:12px;border:1px solid transparent}.post-item:hover{background:#f3f4f6;border-color:#d1d5db}.post-item.selected{background:#eff6ff;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61a}.post-item-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.post-meta{display:flex;flex-wrap:wrap;gap:6px}.post-language,.post-method,.post-shuffled{background:#e5e7eb;color:#374151;padding:2px 8px;border-radius:12px;font-size:12px;font-weight:500}.post-language{background:#dbeafe;color:#1e40af}.post-method{background:#f3e8ff;color:#7c3aed}.post-shuffled{background:#fef3c7;color:#d97706}.post-date{font-size:12px;color:#6b7280;white-space:nowrap}.post-preview{color:#374151;font-size:14px;line-height:1.5;margin-bottom:8px}.post-source{font-size:12px;color:#6b7280}.post-detail{flex:1;padding:32px;overflow-y:auto;background:#fff}.post-detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.post-detail-meta{display:flex;gap:12px;align-items:center}.detail-language,.detail-method,.detail-date{background:#f3f4f6;color:#374151;padding:6px 12px;border-radius:16px;font-size:13px;font-weight:500}.detail-language{background:#dbeafe;color:#1e40af}.detail-method{background:#f3e8ff;color:#7c3aed}.post-detail-actions{display:flex;gap:8px}.action-button{background:none;border:1px solid #d1d5db;padding:8px;border-radius:8px;cursor:pointer;transition:all .2s;color:#6b7280}.action-button:hover{background:#f3f4f6;border-color:#9ca3af;color:#374151}.action-button.copy:hover{background:#eff6ff;border-color:#3b82f6;color:#1e40af}.action-button.delete:hover{background:#fef2f2;border-color:#f87171;color:#dc2626}.post-detail-section{margin-bottom:24px}.post-detail-section h4{margin:0 0 8px;font-size:14px;font-weight:600;color:#374151;text-transform:uppercase;letter-spacing:.05em}.source-link{color:#3b82f6;text-decoration:none;font-size:14px;word-break:break-all}.source-link:hover{text-decoration:underline}.context-text{color:#4b5563;font-size:14px;line-height:1.6;margin:0;background:#f9fafb;padding:16px;border-radius:8px;border-left:4px solid #e5e7eb}.generated-post-content{color:#1f2937;font-size:15px;line-height:1.7;background:#f9fafb;padding:20px;border-radius:12px;border:1px solid #e5e7eb}.generated-post-content .hashtag{color:#1d4ed8;font-weight:500}.interests-tags{display:flex;flex-wrap:wrap;gap:8px}.interest-tag{background:#e0f2fe;color:#0369a1;padding:4px 12px;border-radius:16px;font-size:13px;font-weight:500}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (max-width: 768px){.post-history-modal{width:100vw;height:100vh;border-radius:0}.posts-grid{flex-direction:column}.posts-list{width:100%;max-height:50%;border-right:none;border-bottom:1px solid #e5e7eb}.post-detail{max-height:50%}.post-history-filters{flex-direction:column;gap:12px}.post-history-header{padding:16px 20px}.post-detail{padding:20px}}@media (max-width: 480px){.post-item{margin:4px;padding:16px}.post-detail-header{flex-direction:column;align-items:flex-start;gap:12px}}.post-editor-backdrop{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#0000004d;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:9998;animation:fadeIn .2s ease-out}.post-editor-container{position:fixed;top:0;left:17%;right:17%;bottom:0;background-color:#fff;z-index:9999;display:flex;flex-direction:column;animation:slideInScale .3s cubic-bezier(.4,0,.2,1);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;overflow:hidden}.post-editor-header{display:flex;align-items:center;justify-content:space-between;padding:16px 24px;border-bottom:1px solid #e5e7eb;background-color:#fff;min-height:60px}.post-editor-header-left{display:flex;align-items:center;gap:16px}.post-editor-title{font-size:18px;font-weight:500;color:#111827;margin:0;line-height:1.2}.post-editor-divider{width:1px;height:16px;background-color:#d1d5db}.post-editor-controls{display:flex;align-items:center;gap:4px}.post-editor-char-count{font-size:13px;color:#6b7280;font-weight:400}.post-editor-header-right{display:flex;align-items:center;gap:12px}.post-editor-toolbar{display:flex;align-items:center;gap:2px;padding:8px 24px;border-bottom:1px solid #e5e7eb;background-color:#fff}.post-editor-toolbar-divider{width:1px;height:16px;background-color:#e5e7eb;margin:0 8px}.post-editor-btn{display:flex;align-items:center;justify-content:center;padding:6px 8px;background-color:transparent;border:none;border-radius:4px;cursor:pointer;transition:all .15s ease;color:#374151;font-size:14px;min-height:32px}.post-editor-btn:hover{background-color:#f3f4f6}.post-editor-btn:active,.post-editor-btn.active{background-color:#e5e7eb}.post-editor-btn:disabled{opacity:.4;cursor:not-allowed}.post-editor-btn:disabled:hover{background-color:transparent}.post-editor-toolbar .post-editor-btn{padding:6px 8px;border-radius:4px;min-width:32px;min-height:32px}.post-editor-toolbar .post-editor-btn:hover{background-color:#f3f4f6}.post-editor-toolbar .post-editor-btn:active,.post-editor-toolbar .post-editor-btn.active{background-color:#e5e7eb}.post-editor-btn-with-text{display:flex;align-items:center;gap:6px;padding:8px 12px;font-size:14px;font-weight:500}.post-editor-btn-primary{background-color:#0f172a;color:#fff;font-weight:500;border-radius:6px}.post-editor-btn-primary:hover:not(:disabled){background-color:#1e293b}.post-editor-btn-primary:disabled{background-color:#e5e7eb;color:#9ca3af}.post-editor-btn-copy{background-color:#fff;border:1px solid #e5e7eb;color:#6b7280;border-radius:6px}.post-editor-btn-copy:hover{background-color:#f8fafc;border-color:#d1d5db;color:#374151}.post-editor-btn-copy.copied{background-color:#dcfce7;border-color:#16a34a;color:#16a34a}.post-editor-content{flex:1;overflow-y:auto;background-color:#fff;position:relative}.post-editor-content-wrapper{max-width:800px;margin:0 auto;width:100%;min-height:calc(100vh - 200px);padding:24px}.post-editor-textarea{width:100%;min-height:calc(100vh - 250px);font-size:16px;line-height:1.6;color:#111827;outline:none;border:none;resize:none;font-family:inherit;background:transparent;word-wrap:break-word;overflow-wrap:break-word;padding:0;margin:0}.post-editor-textarea:focus{outline:none}.post-editor-textarea:empty:before{content:"Start writing your LinkedIn post...";color:#9ca3af;font-style:normal;pointer-events:none}.post-editor-autosave{display:flex;align-items:center;gap:6px;font-size:12px;color:#6b7280;background-color:#fff;padding:4px 8px;border-radius:4px;border:1px solid #e5e7eb;animation:fadeIn .3s ease-out;white-space:nowrap}.post-editor-saving{color:#f59e0b}.post-editor-autosave.saved{color:#16a34a}.post-editor-autosave-bottom.saving{color:#f59e0b}.post-editor-autosave-bottom.saved{color:#16a34a}.post-editor-pulse-dot{width:4px;height:4px;background-color:currentColor;border-radius:50%;animation:pulse 2s infinite}.post-editor-icon,.post-editor-icon-sm{width:16px;height:16px;stroke-width:1.5;stroke:currentColor;fill:none}.post-editor-copy-icon{width:14px;height:14px;stroke-width:1.5;stroke:currentColor;fill:none}@media (max-width: 1024px){.post-editor-container{left:10%;right:10%}}@media (max-width: 768px){.post-editor-container{left:5%;right:5%}.post-editor-header{padding:12px 16px;flex-wrap:wrap;gap:8px}.post-editor-toolbar{padding:6px 16px;flex-wrap:wrap}.post-editor-content-wrapper{padding:16px}.post-editor-textarea{min-height:calc(100vh - 300px)}.post-editor-title{font-size:16px}.post-editor-header-right{order:3;width:100%;justify-content:flex-end;margin-top:8px}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInScale{0%{transform:scale(.98);opacity:0}to{transform:scale(1);opacity:1}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.post-editor-btn:focus-visible{outline:2px solid #3b82f6;outline-offset:1px}.post-editor-textarea:focus-visible{outline:none}.post-editor-textarea ::selection{background-color:#dbeafe;color:#1e40af}.post-editor-content::-webkit-scrollbar{width:6px}.post-editor-content::-webkit-scrollbar-track{background:transparent}.post-editor-content::-webkit-scrollbar-thumb{background:#e5e7eb;border-radius:3px}.post-editor-content::-webkit-scrollbar-thumb:hover{background:#d1d5db}.post-editor-textarea strong{font-weight:600}.post-editor-textarea em{font-style:italic}.post-editor-textarea .hashtag,.post-editor-textarea .mention{color:#06c;font-weight:500}
