*{margin:0;padding:0;box-sizing:border-box}body{margin:0;padding:0;overflow-x:hidden;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{margin:0;padding:0}:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}body,#root{width:100vw;height:100vh;margin:0;padding:0;overflow:auto}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}.hero{position:fixed;top:0;left:0;width:100vw;height:100vh;display:flex;align-items:center;justify-content:center;margin:0;padding:0;overflow:hidden;background:#000;z-index:0}.hero-video{position:absolute;top:50%;left:50%;width:100vw;height:100vh;object-fit:contain;transform:translate(-50%,-50%);background:#000;z-index:1}.hero-content{position:relative;z-index:2;text-align:center;color:#fff}.headline{font-size:3rem;font-weight:700;text-shadow:0 4px 8px rgba(0,0,0,.8);margin:0}.white-overlay{position:fixed;top:50%;left:50%;width:0;height:0;background:#fff;border-radius:50%;z-index:10;pointer-events:none;transform:translate(-50%,-50%) scale(0);transition:none}.white-overlay.expand{animation:white-expand 1.2s cubic-bezier(.4,0,.2,1) forwards}@keyframes white-expand{0%{width:0;height:0;opacity:.7;transform:translate(-50%,-50%) scale(0)}60%{opacity:1}to{width:300vw;height:300vw;opacity:1;transform:translate(-50%,-50%) scale(1)}}.password-input{position:fixed;top:45%;left:50%;transform:translate(-50%,-50%);z-index:20;display:flex;flex-direction:column;align-items:center;gap:1rem;background:#fffffff2;padding:2rem;border-radius:12px;box-shadow:0 8px 32px #0000001a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.2);animation:fadeIn .5s ease-out}.password-title{color:#333;font-size:1.8rem;font-weight:700;margin:0 0 .5rem;text-align:center;letter-spacing:.5px}.password-input input{padding:12px 16px;border:2px solid #e1e5e9;border-radius:8px;font-size:16px;width:250px;outline:none;transition:border-color .2s ease;background:#fff;color:#222}.password-input input:focus{border-color:#007bff;box-shadow:0 0 0 3px #007bff1a}.password-input button{padding:12px 24px;background:#007bff;color:#fff;border:none;border-radius:8px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s ease;width:100%}.password-input button:hover{background:#0056b3}.password-input button:active{transform:translateY(1px)}.error-message{color:#dc3545;font-size:14px;margin:0;text-align:center;animation:shake .5s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.9)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.password-field{position:relative;width:100%}.password-field input{padding-right:50px;width:100%;box-sizing:border-box}.eye-toggle{position:absolute;right:12px;top:50%;transform:translateY(-50%);background:none;border:none;color:#6c757d;cursor:pointer;padding:4px;border-radius:4px;transition:color .2s ease;width:auto}.eye-toggle:hover{color:#007bff;background:#007bff1a}.eye-toggle:active{transform:scale(.95)}.spreadsheet-view{min-height:100vh;background:#f8f9fa;padding:2rem;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;overflow:auto}.dashboard-header{margin-bottom:2rem;position:relative}.dashboard-header h1{color:#333;font-size:2.5rem;font-weight:700;margin:0 0 1rem;text-align:center}.logout-button{position:absolute;top:0;right:0;padding:.5rem 1rem;background:#dc3545;color:#fff;border:none;border-radius:6px;font-size:.9rem;font-weight:600;cursor:pointer;transition:background-color .2s ease}.logout-button:hover{background:#c82333}.logout-button:active{transform:translateY(1px)}.dashboard-content{display:grid;grid-template-columns:1fr;gap:1.5rem;margin-bottom:3rem;max-width:1400px;margin-left:auto;margin-right:auto}.view-navigation{display:flex;justify-content:center;gap:1rem;margin-bottom:1.5rem;align-items:center}.nav-button{padding:.75rem 1.5rem;background:#f8f9fa;border:2px solid #e1e5e9;border-radius:8px;font-size:1rem;font-weight:600;color:#666;cursor:pointer;transition:all .2s ease}.nav-button:hover{background:#e9ecef;border-color:#007bff;color:#007bff}.nav-button.active{background:#007bff;border-color:#007bff;color:#fff}.nav-separator{color:#666;font-weight:600;font-size:1.2rem;margin:0 .5rem}.stats-panel{display:flex;flex-direction:column;gap:1.5rem}.stat-card{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;border:1px solid #e1e5e9;text-align:center;transition:transform .2s ease,box-shadow .2s ease}.stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 30px #00000026}.today-stat{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.total-stat{background:linear-gradient(135deg,#f093fb,#f5576c);color:#fff}.stat-number{font-size:3.5rem;font-weight:700;line-height:1;margin-bottom:.5rem}.stat-label{font-size:1.1rem;font-weight:500;opacity:.9}.stat-goal{font-size:1.2rem;color:#007bff;margin-top:.5rem;font-weight:600}.today-applications{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;border:1px solid #e1e5e9;overflow:hidden}.today-applications h2{padding:1.5rem;margin:0;background:#f8f9fa;border-bottom:1px solid #e1e5e9;color:#333;font-size:1.5rem;font-weight:600}.no-applications{padding:3rem;text-align:center;color:#666;font-size:1.1rem}.full-table-section{max-width:1400px;margin:0 auto}.full-table-section h2{color:#333;font-size:2rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.data-table{max-width:1200px;margin:0 auto;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;overflow:hidden;border:1px solid #e1e5e9}.data-row{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));border-bottom:1px solid #e1e5e9;transition:background-color .2s ease}.data-row:last-child{border-bottom:none}.data-row:hover{background-color:#f8f9fa}.data-row:first-child{background-color:#007bff;color:#fff;font-weight:600}.data-cell{padding:1rem;border-right:1px solid #e1e5e9;display:flex;align-items:center;word-break:break-word;min-height:60px;color:#333}.data-cell:last-child{border-right:none}.data-row:first-child .data-cell{border-right:1px solid rgba(255,255,255,.2)}.data-row:first-child .data-cell:last-child{border-right:none}.spreadsheet-view p{text-align:center;color:#666;font-size:1.1rem;margin:2rem 0}@media (max-width: 768px){.spreadsheet-view{padding:1rem}.dashboard-header h1{font-size:2rem}.view-navigation{flex-wrap:wrap;gap:.5rem}.nav-button{padding:.5rem 1rem;font-size:.9rem}.nav-separator{font-size:1rem;margin:0 .25rem}.dashboard-content{grid-template-columns:1fr;gap:1.5rem}.daily-header{flex-direction:column;gap:1rem;text-align:center}.daily-header h2{font-size:1.5rem}.daily-stats .stat-number{font-size:2.5rem}.daily-stats .stat-goal{font-size:1.1rem}.daily-view .today-applications h3{font-size:1.2rem;padding:1rem}.stats-panel{flex-direction:row;gap:1rem}.stat-card{padding:1.5rem;flex:1}.stat-number{font-size:2.5rem}.stat-label,.stat-goal{font-size:1rem}.today-applications h2{font-size:1.3rem;padding:1rem}.full-table-section h2{font-size:1.5rem}.weekly-header{flex-direction:column;gap:1rem;text-align:center}.weekly-header h2{font-size:1.5rem}.weekly-stats .stat-number{font-size:2.5rem}.weekly-stats .stat-goal{font-size:1.1rem}.weekly-calendar{grid-template-columns:repeat(4,1fr);gap:.5rem;padding:1rem}.calendar-day{padding:.75rem}.day-name{font-size:.7rem}.day-date{font-size:1rem}.day-count{font-size:1.2rem}.monthly-header{flex-direction:column;gap:1rem;text-align:center}.monthly-header h2{font-size:1.5rem}.monthly-stats .stat-number{font-size:2.5rem}.monthly-stats .stat-goal{font-size:1.1rem}.monthly-calendar{grid-template-columns:repeat(7,1fr);gap:.25rem;padding:1rem}.monthly-calendar .calendar-day{padding:.5rem;min-height:50px}.monthly-calendar .day-date{font-size:.8rem}.monthly-calendar .day-count{font-size:1rem}.data-table{border-radius:8px}.data-cell{padding:.75rem;min-height:50px;font-size:.9rem}}.status-badge{padding:.25rem .75rem;border-radius:20px;font-size:.8rem;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.status-applied{background-color:#e3f2fd;color:#1976d2}.status-interview{background-color:#fff3e0;color:#f57c00}.status-offer{background-color:#e8f5e8;color:#388e3c}.status-rejected{background-color:#ffebee;color:#d32f2f}.status-pending{background-color:#f3e5f5;color:#7b1fa2}.app-link{color:#007bff;text-decoration:none;font-weight:500;transition:color .2s ease}.app-link:hover{color:#0056b3;text-decoration:underline}.header-row{background-color:#007bff!important;color:#fff;font-weight:600;position:sticky;top:0;z-index:10}.header-row .data-cell{border-right:1px solid rgba(255,255,255,.2)}.header-row .data-cell:last-child{border-right:none}.weekly-view{max-width:1200px;margin:0 auto 3rem}.weekly-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;border:1px solid #e1e5e9}.weekly-header h2{color:#333;font-size:1.8rem;font-weight:600;margin:0}.weekly-stats{text-align:center}.weekly-stats .stat-number{font-size:2.5rem;font-weight:700;color:#007bff;line-height:1}.weekly-stats .stat-label{font-size:1rem;color:#666;margin-top:.25rem}.weekly-stats .stat-goal{font-size:1.2rem;color:#007bff;margin-top:.5rem;font-weight:600}.weekly-calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:1rem;background:#fff;padding:1.5rem;border-radius:12px;box-shadow:0 4px 20px #0000001a;border:1px solid #e1e5e9}.calendar-day{text-align:center;padding:1rem;border:1px solid #e1e5e9;border-radius:8px;background:#f8f9fa;transition:all .2s ease}.calendar-day:hover{background:#fff;box-shadow:0 2px 8px #0000001a}.calendar-day.blackened{background:#333;color:#666;border-color:#555}.calendar-day.blackened .day-date,.calendar-day.blackened .day-name,.calendar-day.blackened .day-count{color:#666}.calendar-day.blackened:hover{background:#444;box-shadow:0 2px 8px #0000004d}.day-header{margin-bottom:.5rem}.day-name{font-size:.8rem;font-weight:600;color:#666;text-transform:uppercase;letter-spacing:.5px}.day-date{font-size:1.2rem;font-weight:700;color:#333}.day-count{font-size:1.5rem;font-weight:700;color:#007bff;line-height:1}.monthly-view{max-width:1200px;margin:0 auto 3rem}.monthly-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;border:1px solid #e1e5e9}.monthly-header h2{color:#333;font-size:1.8rem;font-weight:600;margin:0}.monthly-stats{text-align:center}.monthly-stats .stat-number{font-size:2.5rem;font-weight:700;color:#007bff;line-height:1}.monthly-stats .stat-label{font-size:1rem;color:#666;margin-top:.25rem}.monthly-stats .stat-goal{font-size:1.2rem;color:#007bff;margin-top:.5rem;font-weight:600}.monthly-calendar{display:grid;grid-template-columns:repeat(7,1fr);gap:.25rem;padding:1rem}.monthly-calendar .calendar-day{padding:.5rem;min-height:50px}.monthly-calendar .day-date{font-size:.8rem}.monthly-calendar .day-count{font-size:1rem}.daily-view{max-width:1200px;margin:0 auto 3rem}.daily-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;border:1px solid #e1e5e9}.daily-header h2{color:#333;font-size:1.8rem;font-weight:600;margin:0}.daily-stats{text-align:center}.daily-stats .stat-number{font-size:3rem;font-weight:700;color:#007bff;line-height:1}.daily-stats .stat-label{font-size:1.1rem;color:#666;margin-top:.25rem}.daily-stats .stat-goal{font-size:1.2rem;color:#007bff;margin-top:.5rem;font-weight:600}.daily-view .today-applications{background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;border:1px solid #e1e5e9;overflow:hidden}.daily-view .today-applications h3{padding:1.5rem;margin:0;background:#f8f9fa;border-bottom:1px solid #e1e5e9;color:#333;font-size:1.3rem;font-weight:600}.weekly-stats .stat-number,.monthly-stats .stat-number{font-size:3rem;font-weight:700;color:#007bff;line-height:1}.weekly-applications{margin-top:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;border:1px solid #e1e5e9;overflow:hidden}.weekly-applications h3{padding:1.5rem;margin:0;background:#f8f9fa;border-bottom:1px solid #e1e5e9;color:#333;font-size:1.3rem;font-weight:600}.monthly-applications{margin-top:2rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;border:1px solid #e1e5e9;overflow:hidden}.monthly-applications h3{padding:1.5rem;margin:0;background:#f8f9fa;border-bottom:1px solid #e1e5e9;color:#333;font-size:1.3rem;font-weight:600}.all-applications-view{max-width:1200px;margin:0 auto 3rem}.all-applications-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;border:1px solid #e1e5e9}.all-applications-header h2{color:#333;font-size:1.8rem;font-weight:600;margin:0}.all-applications-stats{text-align:center}.all-applications-stats .stat-number{font-size:3rem;font-weight:700;color:#007bff;line-height:1}.all-applications-stats .stat-label{font-size:1.1rem;color:#666;margin-top:.25rem}.weekly-applications h3,.monthly-applications h3{font-size:1.2rem;padding:1rem}.all-applications-header{flex-direction:column;gap:1rem;text-align:center}.all-applications-header h2{font-size:1.5rem}.all-applications-stats .stat-number{font-size:2.5rem}.active-applications-view{max-width:1200px;margin:0 auto 3rem}.active-applications-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;border:1px solid #e1e5e9}.active-applications-header h2{color:#333;font-size:1.8rem;font-weight:600;margin:0}.active-applications-stats{text-align:center}.active-applications-stats .stat-number{font-size:3rem;font-weight:700;color:#007bff;line-height:1}.active-applications-stats .stat-label{font-size:1.1rem;color:#666;margin-top:.25rem}.alive-applications-view{max-width:1200px;margin:0 auto 3rem}.alive-applications-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #0000001a;border:1px solid #e1e5e9}.alive-applications-header h2{color:#333;font-size:1.8rem;font-weight:600;margin:0}.alive-applications-stats{text-align:center}.alive-applications-stats .stat-number{font-size:3rem;font-weight:700;color:#007bff;line-height:1}.alive-applications-stats .stat-label{font-size:1.1rem;color:#666;margin-top:.25rem}.loading-screen{position:fixed;top:0;left:0;width:100vw;height:100vh;z-index:9999;display:flex;align-items:center;justify-content:center}.loading-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#000c;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.loading-content{position:relative;z-index:10;display:flex;flex-direction:column;align-items:center;gap:2rem}.loading-video{width:200px;height:200px;object-fit:cover;border-radius:50%;animation:spin 2s linear infinite;box-shadow:0 0 30px #ffffff4d}.loading-text{text-align:center;color:#fff}.loading-text h2{font-size:2rem;font-weight:700;margin:0 0 .5rem;text-shadow:0 2px 4px rgba(0,0,0,.5)}.loading-text p{font-size:1.1rem;margin:0;opacity:.9;text-shadow:0 1px 2px rgba(0,0,0,.5)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}
