@import url(https://fonts.googleapis.com/css2?family=Space+Grotesk:wght@400;500;600;700&family=Inter:wght@400;500;600&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}@layer base{:root{--background:0 0% 100%;--foreground:0 0% 3.9%;--card:0 0% 100%;--card-foreground:0 0% 3.9%;--popover:0 0% 100%;--popover-foreground:0 0% 3.9%;--primary:0 0% 9%;--primary-foreground:0 0% 98%;--secondary:0 0% 96.1%;--secondary-foreground:0 0% 9%;--muted:0 0% 96.1%;--muted-foreground:0 0% 45.1%;--accent:0 0% 96.1%;--accent-foreground:0 0% 9%;--destructive:0 84.2% 60.2%;--destructive-foreground:0 0% 98%;--border:0 0% 89.8%;--input:0 0% 89.8%;--ring:0 0% 3.9%;--chart-1:12 76% 61%;--chart-2:173 58% 39%;--chart-3:197 37% 24%;--chart-4:43 74% 66%;--chart-5:27 87% 67%;--radius:0.5rem}.dark{--background:0 0% 3.9%;--foreground:0 0% 98%;--card:0 0% 3.9%;--card-foreground:0 0% 98%;--popover:0 0% 3.9%;--popover-foreground:0 0% 98%;--primary:0 0% 98%;--primary-foreground:0 0% 9%;--secondary:0 0% 14.9%;--secondary-foreground:0 0% 98%;--muted:0 0% 14.9%;--muted-foreground:0 0% 63.9%;--accent:0 0% 14.9%;--accent-foreground:0 0% 98%;--destructive:0 62.8% 30.6%;--destructive-foreground:0 0% 98%;--border:0 0% 14.9%;--input:0 0% 14.9%;--ring:0 0% 83.1%;--chart-1:220 70% 50%;--chart-2:160 60% 45%;--chart-3:30 80% 55%;--chart-4:280 65% 60%;--chart-5:340 75% 55%}*,body{@apply bg-background text-foreground}[data-debug-wrapper=true]{display:contents!important}[data-debug-wrapper=true]>*{border:inherit;column-gap:inherit;gap:inherit;margin:inherit;padding:inherit;row-gap:inherit}}*{box-sizing:border-box;margin:0;padding:0}body{background:linear-gradient(135deg,#e8f5f7,#f0f4f8);color:#1a202c;font-family:Inter,sans-serif;min-height:100vh}h1,h2,h3,h4,h5,h6{font-family:Space Grotesk,sans-serif}.App,.hero-section{min-height:100vh}.hero-section{align-items:center;display:flex;flex-direction:column;justify-content:center;overflow:hidden;padding:2rem;position:relative}.hero-section:before{background:radial-gradient(circle,#4fd1c51a 0,#0000 70%);border-radius:50%;content:"";height:100%;position:absolute;right:-50%;top:-50%;width:100%}.hero-content{max-width:900px;text-align:center;z-index:1}.hero-title{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0891b2,#4fd1c5);-webkit-background-clip:text;background-clip:text;font-size:clamp(2.5rem,5vw,4rem);font-weight:700;margin-bottom:1.5rem}.hero-subtitle{color:#4a5568;font-size:clamp(1rem,2vw,1.25rem);line-height:1.6;margin-bottom:3rem}.hero-buttons{display:flex;flex-wrap:wrap;gap:1.5rem;justify-content:center}.btn{align-items:center;border:none;border-radius:50px;cursor:pointer;display:inline-flex;font-family:Space Grotesk,sans-serif;font-size:1rem;font-weight:600;gap:.5rem;padding:1rem 2.5rem;text-decoration:none;transition:all .3s ease}.btn-primary{background:linear-gradient(135deg,#0891b2,#4fd1c5);box-shadow:0 4px 15px #0891b24d;color:#fff}.btn-primary:hover{box-shadow:0 8px 25px #0891b266;transform:translateY(-2px)}.btn-secondary{background:#fff;border:2px solid #0891b2;color:#0891b2}.btn-secondary:hover{background:#f0fdfa;transform:translateY(-2px)}.dashboard-container{min-height:100vh;padding:2rem}.dashboard-header{background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000000d;margin-bottom:2rem;padding:2rem}.dashboard-title{color:#0891b2;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stats-grid{grid-gap:1.5rem;display:grid;gap:1.5rem;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));margin-bottom:3rem}.stat-card{background:#fff;border-radius:16px;box-shadow:0 4px 15px #0000000d;padding:2rem;transition:all .3s ease}.stat-card:hover{box-shadow:0 8px 25px #0000001a;transform:translateY(-5px)}.stat-value{color:#0891b2;font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-label{color:#64748b;font-size:.95rem}.tabs-container{background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000000d;padding:2rem}.tab-buttons{border-bottom:2px solid #e2e8f0;display:flex;gap:1rem;margin-bottom:2rem;padding-bottom:1rem}.tab-btn{background:#0000;border:none;border-radius:8px;color:#64748b;cursor:pointer;font-weight:600;padding:.75rem 1.5rem;transition:all .3s ease}.tab-btn.active{background:#e0f2fe;color:#0891b2}.interview-container{display:flex;flex-direction:column;min-height:100vh;padding:2rem}.interview-header{align-items:center;background:#fff;border-radius:16px;box-shadow:0 4px 15px #0000000d;display:flex;justify-content:space-between;margin-bottom:2rem;padding:1.5rem 2rem}.video-section{grid-gap:2rem;display:grid;flex:1 1;gap:2rem;grid-template-columns:1fr 1fr;margin-bottom:2rem}.video-container{background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000000d;padding:2rem}.video-preview{aspect-ratio:16/9;background:#000;border-radius:12px;display:block;object-fit:cover;width:100%}.question-card{background:linear-gradient(135deg,#0891b2,#4fd1c5);border-radius:20px;box-shadow:0 8px 30px #0891b24d;color:#fff;padding:3rem 2rem}.question-number{font-size:.9rem;margin-bottom:1rem;opacity:.9}.question-text{font-size:1.5rem;font-weight:600;line-height:1.5}.controls-section{align-items:center;background:#fff;border-radius:20px;box-shadow:0 4px 20px #0000000d;display:flex;justify-content:space-between;padding:2rem}.timer{color:#0891b2;font-size:2rem;font-weight:700}.results-container{min-height:100vh;padding:2rem}.results-header{margin-bottom:3rem;text-align:center}.score-display{-webkit-text-fill-color:#0000;background:linear-gradient(135deg,#0891b2,#4fd1c5);-webkit-background-clip:text;background-clip:text;font-size:5rem;font-weight:700}.scores-grid{grid-gap:2rem;display:grid;gap:2rem;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));margin-bottom:3rem}.score-card{background:#fff;border-radius:16px;box-shadow:0 4px 15px #0000000d;padding:2rem}.score-type{color:#64748b;font-size:1.1rem;margin-bottom:1rem}.score-bar{background:#e2e8f0;border-radius:10px;height:12px;margin-top:.5rem;overflow:hidden}.score-fill{background:linear-gradient(90deg,#0891b2,#4fd1c5);border-radius:10px;height:100%;transition:width 1s ease}.form-group{margin-bottom:1.5rem}.form-label{color:#374151;display:block;font-weight:600;margin-bottom:.5rem}.form-input,.form-select,.form-textarea{border:2px solid #e2e8f0;border-radius:10px;font-family:Inter,sans-serif;font-size:1rem;padding:.875rem 1rem;transition:all .3s ease;width:100%}.form-input:focus,.form-select:focus,.form-textarea:focus{border-color:#0891b2;box-shadow:0 0 0 3px #0891b21a;outline:none}.form-textarea{min-height:100px;resize:vertical}.data-table{border-collapse:collapse;width:100%}.data-table th{background:#f8fafc;border-bottom:2px solid #e2e8f0;color:#475569;font-weight:600;padding:1rem;text-align:left}.data-table td{border-bottom:1px solid #e2e8f0;padding:1rem}.data-table tr:hover{background:#f8fafc}.status-badge{border-radius:20px;display:inline-block;font-size:.85rem;font-weight:600;padding:.25rem .75rem}.status-completed{background:#d1fae5;color:#065f46}.status-in-progress{background:#fef3c7;color:#92400e}.loading{align-items:center;display:flex;justify-content:center;min-height:400px}.spinner{animation:spin 1s linear infinite;border:4px solid #e2e8f0;border-radius:50%;border-top-color:#0891b2;height:50px;width:50px}@keyframes spin{to{transform:rotate(1turn)}}@media (max-width:768px){.stats-grid,.video-section{grid-template-columns:1fr}.controls-section{flex-direction:column;gap:1.5rem}.hero-buttons{flex-direction:column;width:100%}.btn{justify-content:center;width:100%}}
/*# sourceMappingURL=main.5d5ce422.css.map*/