@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";.button{cursor:pointer;border:none;border-radius:1rem;outline:none;padding-block:.75rem;padding-inline:1.5rem;transition:all .15s ease-in-out}.button.primary-button{color:#fff;background-color:#e1034d}.button:active{transform:scale(.9)}main{justify-content:center;align-items:center;width:100%;min-height:100vh;display:flex}main .form-container{background-color:#212121;border-radius:.75rem;width:400px;padding:2rem}main .input-group{flex-direction:column;gap:1rem;margin-bottom:1rem;display:flex}main input{border:none;border-radius:.5rem;outline:none;padding:.75rem}main a{color:#e1034d;text-decoration:none}.home-wrapper{flex-direction:column;width:100%;min-height:100vh;font-family:Inter,sans-serif;transition:background-color .3s,color .3s;display:flex}.home-wrapper.dark{color:#f8fafc;background-color:#0f111a}.home-wrapper.dark .navbar{background:#0f111acc;border-bottom:1px solid #ffffff0d}.home-wrapper.dark .main-card{background-color:#171923;border:1px solid #ffffff0d;box-shadow:0 10px 40px -10px #00000080}.home-wrapper.dark .main-card textarea{color:#f8fafc;background-color:#11131a;border:1px solid #ffffff0d}.home-wrapper.dark .main-card .file-drop-area{background-color:#0000;border:2px dashed #ffffff1a}.home-wrapper.dark .main-card .file-drop-area:hover{background-color:#9b51e00d;border-color:#9b51e080}.home-wrapper.dark .main-card .badge{background-color:#ffffff0d}.home-wrapper.dark .metric-card{background-color:#171923;border:1px solid #ffffff0d}.home-wrapper.dark .icon-btn{color:#94a3b8}.home-wrapper.dark .icon-btn:hover{color:#f8fafc;background-color:#ffffff1a}.home-wrapper.light{color:#1e293b;background-color:#f1f5f9}.home-wrapper.light .navbar{background:#ffffffe6;border-bottom:1px solid #0000000d}.home-wrapper.light .main-card{background-color:#fff;border:1px solid #0000000d;box-shadow:0 10px 40px -10px #0000000d}.home-wrapper.light .main-card textarea{color:#1e293b;background-color:#f8fafc;border:1px solid #0000001a}.home-wrapper.light .main-card .file-drop-area{background-color:#0000;border:2px dashed #00000026}.home-wrapper.light .main-card .file-drop-area:hover{background-color:#9b51e00d;border-color:#9b51e080}.home-wrapper.light .main-card .badge{color:#475569;background-color:#0000000d}.home-wrapper.light .metric-card{background-color:#fff;border:1px solid #0000000d;box-shadow:0 4px 6px -1px #0000000d}.home-wrapper.light .metric-card h3{color:#0f172a}.home-wrapper.light .metric-card p,.home-wrapper.light .icon-btn{color:#64748b}.home-wrapper.light .icon-btn:hover{color:#0f172a;background-color:#0000000d}.home-wrapper.light .hero-section p{color:#475569}.navbar{-webkit-backdrop-filter:blur(10px);z-index:10;justify-content:space-between;align-items:center;padding:1rem 2rem;display:flex}.navbar .nav-left .logo{color:#8b5cf6;letter-spacing:-.02em;font-size:1.25rem;font-weight:700}.navbar .nav-center .nav-link{color:inherit;letter-spacing:.05em;padding-bottom:.25rem;font-size:.85rem;font-weight:600;text-decoration:none}.navbar .nav-center .nav-link.active{color:#8b5cf6;border-bottom:2px solid #8b5cf6}.navbar .nav-right{align-items:center;gap:1rem;display:flex}.navbar .nav-right .icon-btn{cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;padding:.5rem;transition:all .2s;display:flex}.navbar .nav-right .profile-avatar{cursor:pointer;background-color:#38bdf8;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;box-shadow:0 0 10px #38bdf84d}.home-main{flex-direction:column;flex:1;align-items:center;width:100%;max-width:1200px;margin:0 auto;padding:3rem 1.5rem;display:flex;position:relative}.hero-section{text-align:center;margin-bottom:3rem}.hero-section h1{letter-spacing:-.02em;margin-bottom:1rem;font-size:3.5rem;font-weight:700}.hero-section h1 span{background:linear-gradient(135deg,#a855f7,#ec4899);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.hero-section p{color:#94a3b8;max-width:600px;margin:0 auto;font-size:1.1rem;line-height:1.6}.main-card{border-radius:20px;width:100%;padding:2.5rem;position:relative}.main-card .card-columns{grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:2rem;display:grid}@media (width<=800px){.main-card .card-columns{grid-template-columns:1fr}}.main-card .card-columns .left-col{flex-direction:column;display:flex}.main-card .card-columns .left-col .input-group{flex:1}.main-card .card-columns .right-col{flex-direction:column;gap:1.5rem;display:flex}.main-card .card-columns .right-col .input-group:last-child{flex:1}.main-card .input-group{flex-direction:column;display:flex}.main-card .input-group label{color:inherit;opacity:.9;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.95rem;font-weight:500;display:flex}.main-card .input-group label .label-icon{opacity:.7}.main-card .input-group textarea{resize:none;border-radius:12px;outline:none;flex:1;width:100%;min-height:250px;padding:1.25rem;font-family:inherit;font-size:.95rem;transition:all .3s}.main-card .input-group textarea.small-textarea{min-height:120px}.main-card .input-group textarea:focus{border-color:#9b51e080;box-shadow:0 0 0 2px #9b51e01a}.main-card .input-group .file-drop-area{cursor:pointer;text-align:center;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;height:180px;padding:3rem 1.5rem;transition:all .3s;display:flex}.main-card .input-group .file-drop-area .upload-icon{color:#8b5cf6;margin-bottom:1rem}.main-card .input-group .file-drop-area .upload-text{margin-bottom:.5rem;font-size:.95rem;font-weight:500}.main-card .input-group .file-drop-area .upload-text span{color:#8b5cf6;font-weight:600}.main-card .input-group .file-drop-area .upload-subtext{color:#94a3b8;font-size:.8rem}.main-card .input-group .file-drop-area .file-selected{color:#10b981;margin-top:1rem;font-size:.85rem;font-weight:500}.action-area{flex-direction:column;align-items:center;gap:1.5rem;margin-top:1rem;display:flex;position:relative}.action-area:before{content:"";filter:blur(30px);z-index:0;background:#a855f74d;border-radius:50%;width:250px;height:60px;position:absolute;top:25%;left:50%;transform:translate(-50%,-50%)}.action-area .btn-generate{color:#fff;cursor:pointer;z-index:1;background:linear-gradient(135deg,#a855f7,#6366f1);border:none;border-radius:50px;align-items:center;gap:.75rem;padding:1rem 2.5rem;font-size:1.05rem;font-weight:600;transition:transform .2s,box-shadow .2s;display:flex;box-shadow:0 4px 15px #a855f766}.action-area .btn-generate:hover{transform:translateY(-2px);box-shadow:0 6px 20px #a855f780}.action-area .status-badges{z-index:1;gap:1rem;display:flex}.action-area .status-badges .badge{letter-spacing:.05em;border-radius:50px;align-items:center;gap:.5rem;padding:.4rem 1rem;font-size:.75rem;font-weight:500;display:flex}.action-area .status-badges .badge .dot{border-radius:50%;width:6px;height:6px}.action-area .status-badges .badge .dot.green-dot{background-color:#10b981}.action-area .status-badges .badge .dot.pink-dot{background-color:#ec4899}.metrics-section{grid-template-columns:repeat(3,1fr);gap:1.5rem;width:100%;margin-top:3rem;display:grid}@media (width<=768px){.metrics-section{grid-template-columns:1fr}}.metrics-section .metric-card{border-radius:16px;align-items:center;gap:1.25rem;padding:1.5rem;transition:transform .3s;display:flex}.metrics-section .metric-card:hover{transform:translateY(-3px)}.metrics-section .metric-card .metric-icon-wrapper{border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;display:flex}.metrics-section .metric-card .metric-icon-wrapper.blue{color:#38bdf8;background:#38bdf826}.metrics-section .metric-card .metric-icon-wrapper.green{color:#10b981;background:#10b98126}.metrics-section .metric-card .metric-icon-wrapper.pink{color:#ec4899;background:#ec489926}.metrics-section .metric-card .metric-info h3{margin-bottom:.25rem;font-size:1.5rem;font-weight:700}.metrics-section .metric-card .metric-info p{letter-spacing:.05em;color:#94a3b8;font-size:.7rem;font-weight:600}.fab-button{color:#fff;cursor:pointer;z-index:100;background-color:#6366f1;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:transform .2s;display:flex;position:fixed;bottom:2rem;right:2rem;box-shadow:0 4px 15px #6366f166}.fab-button:hover{transform:scale(1.05)}.report-wrapper{flex-direction:column;width:100%;min-height:100vh;font-family:Inter,sans-serif;transition:background-color .3s,color .3s;display:flex}.report-wrapper.dark{color:#f8fafc;background-color:#0f111a}.report-wrapper.dark .navbar{background:#0f111acc;border-bottom:1px solid #ffffff0d}.report-wrapper.dark .tab-navigation{border-bottom:1px solid #ffffff1a}.report-wrapper.dark .tab-navigation .tab-btn{color:#94a3b8}.report-wrapper.dark .tab-navigation .tab-btn:hover{color:#f8fafc}.report-wrapper.dark .tab-navigation .tab-btn.active{color:#b87df8;border-bottom-color:#b87df8}.report-wrapper.dark .gap-card,.report-wrapper.dark .question-card{background-color:#171923;border:1px solid #ffffff0d}.report-wrapper.dark .question-card .question-header:hover{background-color:#ffffff05}.report-wrapper.dark .question-card .question-body{background-color:#11131a;border-top:1px solid #ffffff0d}.report-wrapper.dark .timeline-item .timeline-content{background-color:#171923;border:1px solid #ffffff0d}.report-wrapper.light{color:#1e293b;background-color:#f1f5f9}.report-wrapper.light .navbar{background:#ffffffe6;border-bottom:1px solid #0000000d}.report-wrapper.light .tab-navigation{border-bottom:1px solid #0000001a}.report-wrapper.light .tab-navigation .tab-btn{color:#64748b}.report-wrapper.light .tab-navigation .tab-btn:hover{color:#0f172a}.report-wrapper.light .tab-navigation .tab-btn.active{color:#8b5cf6;border-bottom-color:#8b5cf6}.report-wrapper.light .gap-card,.report-wrapper.light .question-card{background-color:#fff;border:1px solid #0000000d;box-shadow:0 4px 6px -1px #0000000d}.report-wrapper.light .question-card .question-header:hover{background-color:#00000005}.report-wrapper.light .question-card .question-body{background-color:#f8fafc;border-top:1px solid #0000000d}.report-wrapper.light .timeline-item .timeline-content{background-color:#fff;border:1px solid #0000000d;box-shadow:0 4px 6px -1px #0000000d}.report-main{flex-direction:column;flex:1;align-items:center;width:100%;max-width:1000px;margin:0 auto;padding:3rem 1.5rem;display:flex}.report-hero{width:100%;margin-bottom:3rem}.report-hero .hero-content-wrapper{justify-content:space-between;align-items:center;gap:2rem;margin-bottom:3rem;display:flex}@media (width<=768px){.report-hero .hero-content-wrapper{text-align:center;flex-direction:column}}.report-hero .hero-text{flex:1}.report-hero .hero-text h1{letter-spacing:-.02em;background:linear-gradient(135deg,#9b51e0,#ff6b9e);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:1rem;font-size:2.5rem;font-weight:700}.report-hero .hero-text p{opacity:.8;max-width:600px;margin-bottom:1.5rem;font-size:1.1rem;line-height:1.6}@media (width<=768px){.report-hero .hero-text p{margin:0 auto 1.5rem}}.btn-download{color:#fff;cursor:pointer;background:linear-gradient(135deg,#9b51e0,#ff6b9e);border:none;border-radius:8px;align-items:center;gap:.5rem;padding:.75rem 1.5rem;font-weight:600;transition:transform .2s,opacity .2s;display:inline-flex}.btn-download:hover{transform:translateY(-2px)}.match-score-circle{flex-direction:column;justify-content:center;align-items:center;display:flex}.match-score-circle .circular-chart{max-width:120px;max-height:120px;margin:0 auto;display:block}.match-score-circle .circle-bg{fill:none;stroke:#8b5cf61a;stroke-width:3.8px}.match-score-circle .circle{fill:none;stroke-width:2.8px;stroke-linecap:round;stroke:#10b981;animation:1s ease-out forwards progress}.match-score-circle .percentage{fill:currentColor;text-anchor:middle;font-family:sans-serif;font-size:.5em;font-weight:700}.match-score-circle .score-label{opacity:.8;text-transform:uppercase;letter-spacing:.05em;margin-top:.5rem;font-size:.9rem;font-weight:600}@keyframes progress{0%{stroke-dasharray:0 100}}.tab-navigation{justify-content:center;gap:2rem;width:100%;display:flex}@media (width<=600px){.tab-navigation{flex-wrap:wrap;gap:1rem}}.tab-navigation .tab-btn{cursor:pointer;background:0 0;border:none;border-bottom:3px solid #0000;padding:1rem .5rem;font-size:1rem;font-weight:600;transition:all .2s}.content-container{width:100%;min-height:500px}.fade-in{animation:.4s ease-out fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.section-desc{opacity:.7;margin-top:.5rem;margin-bottom:2rem;font-size:1rem}.icon-yellow{color:#eab308}.icon-blue{color:#3b82f6}.icon-pink{color:#ec4899}.icon-green{color:#10b981}.gaps-grid{grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem;display:grid}.gap-card{border-radius:12px;align-items:flex-start;gap:1rem;padding:1.5rem;display:flex;position:relative;overflow:hidden}.gap-card .gap-indicator{width:4px;height:100%;position:absolute;top:0;left:0}.gap-card.severity-high .gap-indicator{background-color:#ef4444}.gap-card.severity-medium .gap-indicator{background-color:#eab308}.gap-card.severity-low .gap-indicator{background-color:#10b981}.gap-card .severity-badge{text-transform:uppercase;letter-spacing:.05em;border-radius:50px;margin-top:.5rem;padding:.25rem .75rem;font-size:.75rem;font-weight:600;display:inline-block}.gap-card.severity-high .severity-badge{color:#ef4444;background:#ef444426}.gap-card.severity-medium .severity-badge{color:#eab308;background:#eab30826}.gap-card.severity-low .severity-badge{color:#10b981;background:#10b98126}.gap-card h4{margin:0;font-size:1.1rem;font-weight:600}.success-box{text-align:center;color:#10b981;background:#10b9810d;border:1px dashed #10b9814d;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;padding:4rem 2rem;display:flex}.success-box p{margin-top:1rem;font-size:1.1rem;font-weight:500}.questions-list{flex-direction:column;gap:1rem;display:flex}.question-card{border-radius:12px;transition:all .3s;overflow:hidden}.question-card .question-header{cursor:pointer;justify-content:space-between;align-items:center;padding:1.5rem;display:flex}.question-card .question-header .q-title{align-items:flex-start;gap:1rem;display:flex}.question-card .question-header .q-title .q-number{color:#fff;background:linear-gradient(135deg,#9b51e0,#ff6b9e);border-radius:6px;padding:.25rem .75rem;font-size:.85rem;font-weight:700}.question-card .question-header .q-title h4{margin:0;font-size:1.1rem;font-weight:500;line-height:1.4}.question-card .question-header .toggle-btn{color:inherit;cursor:pointer;opacity:.5;background:0 0;border:none;align-items:center;padding:.5rem;display:flex}.question-card .question-body{flex-direction:column;gap:1.5rem;padding:1.5rem;display:flex}.question-card .question-body h5{color:inherit;opacity:.9;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.95rem;display:flex}.question-card .question-body p{opacity:.8;margin:0;font-size:.95rem;line-height:1.6}.question-card .question-body .intention-box h5{color:#ec4899}.question-card .question-body .answer-box h5{color:#10b981}.timeline{margin-top:2rem;padding-left:2rem;position:relative}.timeline:before{content:"";background:#8b5cf64d;width:2px;height:100%;position:absolute;top:0;left:0}.timeline-item{margin-bottom:2.5rem;position:relative}.timeline-item .timeline-marker{color:#fff;background:#8b5cf6;border-radius:6px;padding:.25rem .5rem;font-size:.8rem;font-weight:700;position:absolute;top:0;left:-3rem;box-shadow:0 0 10px #8b5cf666}.timeline-item .timeline-content{border-radius:12px;padding:1.5rem}.timeline-item .timeline-content h3{color:inherit;margin-bottom:1rem;font-size:1.25rem;font-weight:600}.timeline-item .timeline-content ul{margin:0;padding-left:1.25rem}.timeline-item .timeline-content ul li{opacity:.8;margin-bottom:.5rem;font-size:.95rem;line-height:1.5}.timeline-item .timeline-content ul li:last-child{margin-bottom:0}*{box-sizing:border-box;margin:0;padding:0}html,body,#root{color:#f5f5f5;background-color:#161616;width:100%;height:100%;font-family:Poppins,sans-serif}
