*{box-sizing:border-box}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#f5f7fa;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}a{font-weight:500;color:#646cff;text-decoration:inherit}body{margin:0;min-width:320px;min-height:100vh;overflow-x:hidden}#root{width:100%;overflow-x:hidden}h1{font-size:2.5em;line-height:1.2;margin-bottom:1rem;background:linear-gradient(135deg,#646cff,#535bf2);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}h2{font-size:1.8em;line-height:1.3}button{border-radius:8px;border:1px solid transparent;padding:.75em 1.5em;font-size:1em;font-weight:500;font-family:inherit;background-color:#646cff;color:#fff;cursor:pointer;transition:all .3s ease}button:hover{background-color:#535bf2;transform:translateY(-1px);box-shadow:0 4px 12px #646cff4d}button:active{transform:translateY(0)}button:disabled{opacity:.6;cursor:not-allowed;transform:none}button:focus,button:focus-visible{outline:2px solid #646cff;outline-offset:2px}button.block{width:100%;background-color:#1a1a1a}button.block:hover{background-color:#2a2a2a;box-shadow:0 4px 12px #0000004d}button.primary{background-color:#646cff}button.primary:hover{background-color:#535bf2}a:hover{color:#535bf2}.form-widget{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.form-widget>div{display:flex;flex-direction:column;gap:.5rem}.form-widget>div:last-child{grid-column:1 / -1}.form-widget label{font-weight:700}@media(max-width:768px){.form-widget{grid-template-columns:1fr}}.form-widget input,.form-widget select{padding:.75rem;border-radius:8px;border:1px solid #ddd;background:#fff;color:inherit;font-size:1rem;transition:all .3s ease;width:100%;max-width:100%}.form-widget input:focus,.form-widget select:focus{outline:none;border-color:#646cff;background:#fff;box-shadow:0 0 0 3px #646cff1a}.form-widget input:disabled{opacity:.6;cursor:not-allowed;background:#f5f5f5}@media(max-width:768px){.container{padding:1rem}h1{font-size:1.8em}.url-parser{flex-direction:column}.url-parser button{width:100%}nav{flex-wrap:wrap;gap:.75rem}}.container{max-width:1400px;width:100%;margin:0 auto;padding:1rem;min-height:100vh}@media(min-width:768px){.container{padding:2rem}}.auth-container{max-width:450px;margin:3rem auto;padding:2.5rem;background:#fff;border-radius:16px;border:1px solid #e0e0e0;box-shadow:0 8px 32px #00000014}@media(max-width:768px){.auth-container{margin:2rem 0;padding:1.5rem}}.url-parser{display:flex;gap:.75rem;margin-bottom:2rem;padding:1.5rem;background:#fff;border-radius:12px;border:1px solid #e0e0e0;box-shadow:0 2px 8px #0000000d}.url-parser input{flex:1;min-width:0;padding:.75rem;border-radius:8px;border:1px solid #ddd;background:#f9f9f9;color:inherit;font-size:1rem;transition:all .3s ease}.url-parser input:focus{outline:none;border-color:#646cff;background:#fff;box-shadow:0 0 0 3px #646cff1a}.url-parser button{padding:.75rem 1.5rem;white-space:nowrap}.applications-list{margin-top:3rem}.applications-list h2{margin-bottom:1.5rem;font-size:1.8rem;color:#646cff}.kanban-board{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-top:1.5rem}@media(min-width:1200px){.kanban-board{grid-template-columns:repeat(4,1fr)}}.kanban-column{background:#f8f9fa;border-radius:12px;padding:1rem;min-height:300px;display:flex;flex-direction:column}.kanban-column-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid #e0e0e0}.kanban-column-header h3{margin:0;font-size:1.1rem;font-weight:600;color:#213547}.kanban-count{background:#646cff;color:#fff;padding:.25rem .75rem;border-radius:20px;font-size:.875rem;font-weight:600}.kanban-column-content{display:flex;flex-direction:column;gap:1rem;flex:1}.applications-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(min(100%,400px),1fr));gap:1.5rem}.application-item{border:1px solid #e0e0e0;border-radius:12px;padding:1rem;background:#fff;transition:all .3s ease;box-shadow:0 2px 8px #0000000d;display:flex;flex-direction:column;gap:.75rem}.application-item:hover{border-color:#646cff;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.application-header{display:flex;flex-direction:column;gap:.5rem}.application-item h3{margin:0;color:#213547;font-size:1.1rem;font-weight:600;line-height:1.3}.application-item .company-name{margin:0;font-size:.9rem;color:#646cff;font-weight:500}.application-actions{display:flex;gap:.5rem;align-items:center}.status-select{width:100%;padding:.5rem;border-radius:8px;border:1px solid #ddd;background:#f9f9f9;color:#213547;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s ease}.status-select:hover{border-color:#646cff;background:#fff}.status-select:focus{outline:none;border-color:#646cff;background:#fff;box-shadow:0 0 0 3px #646cff1a}.application-link{display:inline-flex;align-items:center;color:#646cff;text-decoration:none;font-size:.85rem;font-weight:500;transition:color .2s ease;margin-top:auto}.application-link:hover{color:#535bf2}.status-badge{padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;white-space:nowrap;text-transform:uppercase;letter-spacing:.5px}.status-applied{background:#e3f2fd;color:#1976d2}.status-interviewing{background:#fff3e0;color:#f57c00}.status-offer{background:#e8f5e9;color:#388e3c}.status-rejected{background:#ffebee;color:#d32f2f}.empty-state{text-align:center;padding:3rem 2rem;background:#fff;border-radius:12px;border:2px dashed #ddd}.empty-state p{margin:0;color:#666;font-size:1.1rem}nav{margin-bottom:2rem;padding:1rem 0;border-bottom:2px solid #e0e0e0;display:flex;gap:1.5rem;align-items:center}nav a{color:inherit;text-decoration:none;font-weight:500;padding:.5rem 1rem;border-radius:8px;transition:all .3s ease}nav a:hover{background:#646cff1a;color:#646cff}.landing-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.landing-nav{background:#fff;box-shadow:0 2px 8px #0000000d;position:sticky;top:0;z-index:100}.landing-nav-content{max-width:1400px;margin:0 auto;padding:1rem 2rem;display:flex;justify-content:space-between;align-items:center}.logo{font-size:1.5rem;font-weight:700;color:#646cff;text-decoration:none;margin:0}.nav-links{display:flex;gap:1.5rem;align-items:center}.nav-links a{text-decoration:none;color:#213547;font-weight:500;transition:color .3s}.nav-links a:hover{color:#646cff}.btn-primary{background:#646cff;color:#fff!important;padding:.75rem 1.5rem;border-radius:8px;transition:all .3s}.btn-primary:hover{background:#535bf2;transform:translateY(-2px)}.hero{max-width:1200px;margin:0 auto;padding:6rem 2rem;text-align:center}.hero-title{font-size:3.5rem;font-weight:800;color:#213547;margin-bottom:1.5rem;line-height:1.2}.hero-subtitle{font-size:1.25rem;color:#666;margin-bottom:2.5rem;max-width:700px;margin-left:auto;margin-right:auto}.hero-cta{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}.btn-cta{background:#646cff;color:#fff;padding:1rem 2.5rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s;box-shadow:0 4px 12px #646cff4d}.btn-cta:hover{background:#535bf2;transform:translateY(-3px);box-shadow:0 8px 20px #646cff66}.btn-secondary{background:#fff;color:#646cff;padding:1rem 2.5rem;border-radius:12px;text-decoration:none;font-weight:600;font-size:1.1rem;transition:all .3s;border:2px solid #646cff}.btn-secondary:hover{background:#646cff;color:#fff;transform:translateY(-3px)}.features{max-width:1200px;margin:0 auto;padding:6rem 2rem;background:#fff}.section-title{text-align:center;font-size:2.5rem;color:#213547;margin-bottom:4rem}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem}.feature-card{text-align:center;padding:2rem}.feature-icon{font-size:3rem;margin-bottom:1rem}.feature-card h3{font-size:1.5rem;color:#213547;margin-bottom:1rem}.feature-card p{color:#666;line-height:1.6}.cta-section{text-align:center;padding:6rem 2rem;background:linear-gradient(135deg,#667eea,#764ba2);color:#fff}.cta-section h2{font-size:2.5rem;margin-bottom:1rem}.cta-section p{font-size:1.25rem;margin-bottom:2rem;opacity:.9}.landing-footer{background:#1a1a1a;color:#fff;padding:3rem 2rem;text-align:center}.footer-content{max-width:1200px;margin:0 auto}.footer-links{display:flex;gap:2rem;justify-content:center;margin-bottom:1.5rem;flex-wrap:wrap}.footer-links a{color:#fff;text-decoration:none;opacity:.8;transition:opacity .3s}.footer-links a:hover{opacity:1}.footer-text{opacity:.6;margin:0}.pricing-page{min-height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2)}.pricing-container{max-width:1200px;margin:0 auto;padding:4rem 2rem}.pricing-header{text-align:center;margin-bottom:4rem}.pricing-header h1{font-size:3rem;color:#213547;margin-bottom:1rem}.pricing-header p{font-size:1.25rem;color:#666}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin-bottom:4rem}.pricing-card{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 4px 20px #00000014;position:relative;transition:transform .3s,box-shadow .3s}.pricing-card:hover{transform:translateY(-5px);box-shadow:0 8px 30px #0000001f}.pricing-card-featured{border:3px solid #646cff}.pricing-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#646cff;color:#fff;padding:.5rem 1.5rem;border-radius:20px;font-size:.875rem;font-weight:600}.pricing-card-header{text-align:center;padding-bottom:2rem;border-bottom:2px solid #f0f0f0;margin-bottom:2rem}.pricing-card-header h3{font-size:1.75rem;color:#213547;margin-bottom:1rem}.price{display:flex;justify-content:center;align-items:baseline;gap:.5rem}.price-amount{font-size:3rem;font-weight:700;color:#646cff}.price-period{font-size:1rem;color:#666}.pricing-features{list-style:none;padding:0;margin:0 0 2rem}.pricing-features li{padding:.75rem 0;color:#213547;font-size:1rem}.pricing-btn{display:block;width:100%;padding:1rem;border-radius:8px;text-align:center;text-decoration:none;font-weight:600;transition:all .3s;background:#f0f0f0;color:#213547}.pricing-btn:hover{background:#e0e0e0}.pricing-btn-primary{background:#646cff;color:#fff}.pricing-btn-primary:hover{background:#535bf2;transform:translateY(-2px)}.pricing-faq{max-width:900px;margin:0 auto;padding:4rem 0}.pricing-faq h2{text-align:center;font-size:2.5rem;color:#213547;margin-bottom:3rem}.faq-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(400px,1fr));gap:2rem}.faq-item{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 2px 8px #0000000d}.faq-item h3{font-size:1.25rem;color:#213547;margin-bottom:1rem}.faq-item p{color:#666;line-height:1.6;margin:0}.legal-page{min-height:100vh;background:#f5f7fa}.legal-content{max-width:900px;margin:0 auto;padding:4rem 2rem;background:#fff;border-radius:12px;box-shadow:0 2px 8px #0000000d}.legal-content h1{font-size:2.5rem;color:#213547;margin-bottom:.5rem}.last-updated{color:#666;font-style:italic;margin-bottom:3rem}.legal-content section{margin-bottom:2.5rem}.legal-content h2{font-size:1.75rem;color:#213547;margin-bottom:1rem}.legal-content p{color:#444;line-height:1.7;margin-bottom:1rem}.legal-content ul{padding-left:1.5rem;margin-bottom:1rem}.legal-content li{color:#444;line-height:1.7;margin-bottom:.5rem}@media(max-width:768px){.hero-title{font-size:2.5rem}.hero-subtitle{font-size:1.1rem}.features-grid,.pricing-grid,.faq-grid{grid-template-columns:1fr}.section-title{font-size:2rem}}.profile-page{padding:2rem 0;min-height:calc(100vh - 100px)}.profile-header{margin-bottom:2rem}.profile-header h1{font-size:2.5rem;margin-bottom:.5rem}.profile-subtitle{color:#666;font-size:1.1rem}.profile-grid{display:grid;grid-template-columns:1fr 1fr;gap:2rem;max-width:1400px;margin:0 auto}.profile-section{display:flex;flex-direction:column;gap:1.5rem}.profile-card{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 8px #00000014;transition:box-shadow .3s ease}.profile-card:hover{box-shadow:0 4px 16px #0000001f}.profile-avatar-section{display:flex;align-items:center;gap:1.5rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:2px solid #f0f0f0}.profile-avatar{width:80px;height:80px;border-radius:50%;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;font-size:2rem;font-weight:700;flex-shrink:0;box-shadow:0 4px 12px #4f46e54d}.profile-info h2{font-size:1.75rem;margin:0 0 .25rem;color:#1f2937;background:none;-webkit-text-fill-color:inherit}.profile-email{color:#6b7280;font-size:.95rem;margin:0}.profile-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#374151;font-size:.9rem}.form-group input{padding:.75rem 1rem;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;transition:all .2s ease;background:#fff}.form-group input:focus{outline:none;border-color:#4f46e5;box-shadow:0 0 0 3px #4f46e51a}.form-group input.input-disabled{background:#f9fafb;color:#9ca3af;cursor:not-allowed}.btn-primary{background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;border:none;padding:.875rem 1.5rem;border-radius:8px;font-weight:600;font-size:1rem;cursor:pointer;transition:all .3s ease}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 8px 20px #4f46e54d}.btn-primary:disabled{opacity:.6;cursor:not-allowed;transform:none}.danger-zone{border:2px solid #fee2e2;background:#fef2f2}.danger-zone h3{color:#dc2626;margin:0 0 .5rem;font-size:1.25rem}.danger-zone-text{color:#991b1b;margin:0 0 1rem;font-size:.9rem}.btn-signout{background:#fff;color:#dc2626;border:2px solid #dc2626;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;cursor:pointer;transition:all .3s ease}.btn-signout:hover{background:#dc2626;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #dc26264d}.subscription-section{display:flex;flex-direction:column;gap:1.5rem}.current-plan-card{background:linear-gradient(135deg,#667eea,#764ba2);color:#fff;border-radius:16px;padding:2rem;box-shadow:0 8px 24px #667eea4d;position:relative;overflow:hidden}.current-plan-card:before{content:"";position:absolute;top:-50%;right:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(255,255,255,.1) 0%,transparent 70%);pointer-events:none}.plan-badge{display:inline-block;background:#ffffff40;padding:.5rem 1rem;border-radius:20px;font-size:.85rem;font-weight:600;margin-bottom:1rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.plan-name{font-size:2.5rem;margin:0 0 .5rem;color:#fff;background:none;-webkit-text-fill-color:inherit}.plan-price{font-size:1.25rem;opacity:.9;margin:0 0 2rem}.plan-usage{background:#ffffff26;border-radius:12px;padding:1.25rem;margin-bottom:1.5rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.usage-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:.75rem;font-weight:600}.usage-count{font-size:1.1rem}.usage-bar{width:100%;height:8px;background:#ffffff40;border-radius:10px;overflow:hidden}.usage-fill{height:100%;background:linear-gradient(90deg,#10b981,#34d399);border-radius:10px;transition:width .5s ease}.upgrade-notice{background:#ffffff26;border-radius:8px;padding:1rem;margin-bottom:1.5rem;text-align:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.upgrade-notice p{margin:0;font-size:.95rem}.plan-features h4{font-size:1.1rem;margin:0 0 1rem;opacity:.95}.plan-features ul{list-style:none;padding:0;margin:0}.plan-features li{padding:.5rem 0;font-size:.95rem;opacity:.9}.upgrade-section{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 8px #00000014}.upgrade-section h3{font-size:1.75rem;margin:0 0 .5rem;color:#1f2937}.upgrade-subtitle{color:#6b7280;margin:0 0 1.5rem}.upgrade-cards{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.upgrade-card{background:#f9fafb;border:2px solid #e5e7eb;border-radius:12px;padding:1.5rem;transition:all .3s ease}.upgrade-card:hover{border-color:#4f46e5;transform:translateY(-4px);box-shadow:0 8px 20px #4f46e533}.upgrade-card-featured{background:linear-gradient(135deg,#fef3c7,#fde68a);border-color:#fbbf24;position:relative}.best-value-badge{position:absolute;top:-12px;left:50%;transform:translate(-50%);background:#f59e0b;color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.75rem;font-weight:700;text-transform:uppercase}.upgrade-header{margin-bottom:1.5rem}.upgrade-header h4{font-size:1.5rem;margin:0 0 .75rem;color:#1f2937}.upgrade-price{display:flex;align-items:baseline;gap:.25rem}.price-amount{font-size:2rem;font-weight:700;color:#1f2937}.price-period{color:#6b7280;font-size:1rem}.upgrade-features{list-style:none;padding:0;margin:0 0 1.5rem}.upgrade-features li{padding:.5rem 0;color:#4b5563;font-size:.9rem}.btn-upgrade{display:block;width:100%;text-align:center;background:#fff;color:#4f46e5;border:2px solid #4f46e5;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease}.btn-upgrade:hover{background:#4f46e5;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #4f46e54d}.btn-upgrade-featured{background:#7c3aed;color:#fff;border-color:#7c3aed}.btn-upgrade-featured:hover{background:#6d28d9;border-color:#6d28d9}.billing-info{background:#fff;border-radius:16px;padding:2rem;box-shadow:0 2px 8px #00000014}.billing-info h3{font-size:1.5rem;margin:0 0 1.5rem;color:#1f2937}.billing-details{display:flex;flex-direction:column;gap:1rem;margin-bottom:1.5rem}.billing-item{display:flex;justify-content:space-between;padding:.75rem 0;border-bottom:1px solid #e5e7eb}.billing-label{color:#6b7280;font-weight:500}.billing-value{color:#1f2937;font-weight:600}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600}.status-active{background:#d1fae5;color:#065f46}.btn-secondary{display:block;width:100%;text-align:center;background:#fff;color:#4b5563;border:2px solid #e5e7eb;padding:.75rem 1.5rem;border-radius:8px;font-weight:600;text-decoration:none;transition:all .3s ease}.btn-secondary:hover{border-color:#9ca3af;transform:translateY(-2px)}.auth-page{min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;position:relative;padding:2rem;background:linear-gradient(135deg,#667eea,#764ba2)}.auth-background{position:absolute;inset:0;overflow:hidden;z-index:0}.auth-pattern{position:absolute;width:100%;height:100%;background-image:radial-gradient(circle at 20% 50%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 80% 80%,rgba(255,255,255,.1) 0%,transparent 50%),radial-gradient(circle at 40% 20%,rgba(255,255,255,.05) 0%,transparent 50%)}.auth-content{position:relative;z-index:1;width:100%;max-width:480px}.auth-branding{text-align:center;margin-bottom:2rem}.auth-logo{display:inline-flex;align-items:center;gap:.75rem;text-decoration:none;margin-bottom:2rem}.logo-icon{width:50px;height:50px;background:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:1.25rem;color:#4f46e5;box-shadow:0 4px 12px #0000001a}.logo-text{font-size:1.5rem;font-weight:700;color:#fff}.auth-title{font-size:2.5rem;color:#fff;margin:0 0 .75rem;background:none;-webkit-text-fill-color:inherit}.auth-description{color:#ffffffe6;font-size:1.1rem;margin:0}.auth-box{background:#fff;border-radius:16px;padding:2.5rem;box-shadow:0 20px 60px #0000004d;margin-bottom:1.5rem}.auth-footer{text-align:center;color:#fff}.auth-footer p{margin:0 0 1rem;font-size:.95rem}.auth-link{color:#fff;text-decoration:underline;font-weight:600;transition:opacity .3s ease}.auth-link:hover{opacity:.8}.auth-footer-links{display:flex;align-items:center;justify-content:center;gap:.75rem;font-size:.9rem}.auth-footer-link{color:#ffffffe6;text-decoration:none;transition:opacity .3s ease}.auth-footer-link:hover{opacity:.8}.auth-footer-divider{color:#fff9}.auth-features{position:fixed;bottom:2rem;left:50%;transform:translate(-50%);display:flex;gap:2rem;z-index:1}.auth-feature{text-align:center;color:#fff;max-width:150px}.auth-feature-icon{font-size:2.5rem;margin-bottom:.5rem}.auth-feature h3{font-size:.95rem;margin:0 0 .25rem;font-weight:600}.auth-feature p{font-size:.8rem;margin:0;opacity:.9}.auth-supabase-container{width:100%}.auth-supabase-button{transition:all .3s ease!important}.auth-supabase-button:hover{transform:translateY(-2px);box-shadow:0 4px 12px #4f46e54d!important}@media(max-width:1024px){.profile-grid,.upgrade-cards{grid-template-columns:1fr}.auth-features{display:none}}@media(max-width:768px){.profile-avatar-section{flex-direction:column;text-align:center}.profile-page,.auth-page{padding:1rem}.auth-box{padding:1.5rem}.auth-title,.profile-header h1{font-size:2rem}}.applications-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem}.applications-header h2{margin:0}.toggle-archived-btn{background:#fff;color:#4f46e5;border:2px solid #4f46e5;padding:.625rem 1.25rem;border-radius:8px;font-weight:600;font-size:.9rem;cursor:pointer;transition:all .3s ease}.toggle-archived-btn:hover{background:#4f46e5;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #4f46e54d}.application-footer{display:flex;gap:.5rem;margin-top:1rem;padding-top:1rem;border-top:1px solid #e5e7eb}.btn-archive,.btn-unarchive,.btn-delete{flex:1;padding:.5rem 1rem;border-radius:6px;font-size:.85rem;font-weight:600;cursor:pointer;transition:all .3s ease;border:none}.btn-archive{background:#f3f4f6;color:#6b7280}.btn-archive:hover{background:#e5e7eb;color:#4b5563;transform:translateY(-2px)}.btn-unarchive{background:#dbeafe;color:#1e40af}.btn-unarchive:hover{background:#3b82f6;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #3b82f64d}.btn-delete{background:#fee2e2;color:#dc2626}.btn-delete:hover{background:#dc2626;color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #dc26264d}@media(max-width:768px){.applications-header{flex-direction:column;align-items:flex-start;gap:1rem}.toggle-archived-btn{width:100%}.application-footer{flex-direction:column}.btn-archive,.btn-unarchive,.btn-delete{width:100%}}
