:root{--bg: #ffffff;--text: #000000;--border: 1px solid #000000;--highlight-blue: #add8e6;--highlight-yellow: #fcd34d}*{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;background-color:var(--bg);color:var(--text);line-height:1.5;padding:2rem;overflow-x:hidden;zoom:.95}#app{max-width:1200px;margin:0 auto}.top-nav{display:flex;align-items:center;gap:1rem;margin-bottom:2rem;font-size:.9rem}.nav-controls{display:flex;gap:.5rem}.nav-dot{width:12px;height:12px;border-radius:50%;border:var(--border)}.nav-icon{width:20px;height:20px;border:var(--border);display:flex;align-items:center;justify-content:center;font-size:.7rem;cursor:pointer}.brand{display:flex;align-items:center;gap:.5rem;font-weight:500}.brand-square{width:16px;height:16px;background-color:var(--text)}.action-text{cursor:pointer;display:flex;align-items:center;gap:.25rem;opacity:.7;transition:opacity .2s}.action-text:hover{opacity:1}.tabs{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:1px solid #eee;padding-bottom:.5rem}.tab{cursor:pointer;padding:.5rem 1rem;font-weight:500;color:var(--text);opacity:.6;border-radius:4px;transition:opacity .2s,background .2s}.tab:hover{background:#f5f5f5;opacity:.8}.tab.active{opacity:1;background:#eee}.grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(180px,1fr));gap:1rem}.card{aspect-ratio:1 / 1;border:var(--border);display:flex;flex-direction:column;position:relative;background:var(--bg);cursor:pointer;transition:transform .1s}.card:hover{box-shadow:4px 4px #0000000d}.card-header{padding:.75rem;font-size:.85rem;font-weight:500;border-bottom:1px solid transparent}.card-content{flex:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.card-icon{font-size:2.5rem;font-weight:300;margin-bottom:.5rem;display:flex;align-items:center;justify-content:center}.card-visual-storage{position:absolute;bottom:0;left:0;right:0;height:35%;background-color:var(--highlight-blue);border-top:var(--border);z-index:1}.card-visual-storage-text{position:absolute;bottom:.75rem;left:.75rem;font-size:.75rem;z-index:2}.card-footer{padding:.75rem;font-size:.85rem;display:flex;justify-content:space-between;align-items:flex-end;z-index:2}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#ffffffe6;display:flex;align-items:flex-start;justify-content:center;z-index:100;padding-top:5rem}.modal{background:var(--bg);border:var(--border);width:90%;max-width:600px;max-height:80vh;overflow-y:auto;box-shadow:8px 8px #0000000d}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.5rem;border-bottom:var(--border)}.modal-header h3{font-size:1rem;font-weight:500}.modal-body{padding:1.5rem}.btn{background:var(--bg);border:var(--border);padding:.4rem 1rem;font-size:.85rem;cursor:pointer;font-family:inherit;transition:background .1s}.btn:hover{background:#f5f5f5}.btn-icon{padding:.25rem .5rem}.search-bar{width:100%;max-width:400px;padding:.6rem;border:var(--border);font-family:inherit;font-size:.9rem;background:transparent;margin-bottom:2rem}.search-bar:focus{outline:none;background:#fdfdfd}table{width:100%;border-collapse:collapse;text-align:left;font-size:.9rem}th,td{padding:.75rem 1rem;border-bottom:1px solid #eee}th{font-weight:500;border-bottom:var(--border);font-size:.85em;opacity:.85}tbody tr{cursor:pointer}tbody tr:hover{background:#fdfdfd}.form-row{display:flex;gap:1rem;margin-bottom:1rem}.form-group{margin-bottom:1rem}.form-row .form-group{flex:1;margin-bottom:0}.login-container{display:flex;align-items:center;justify-content:center;min-height:80vh}.login-card{width:100%;max-width:400px;padding:2.5rem;border:var(--border);background:var(--bg);box-shadow:8px 8px #0000000d}.login-card h2{font-weight:500;margin-bottom:1.5rem;text-align:center}.form-group label{display:block;font-size:.85rem;margin-bottom:.4rem;font-weight:500}.form-group input,.form-group select,.form-group textarea{width:100%;padding:.6rem;border:var(--border);font-family:inherit;font-size:.9rem;background:transparent}.form-group select{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");background-repeat:no-repeat;background-position:right 1rem center;background-size:1.2em;padding-right:2.5rem;cursor:pointer}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:none;background:#fdfdfd}.list-item{border:var(--border);padding:1rem;margin-bottom:1rem;font-size:.9rem;position:relative}.list-item-header{display:flex;justify-content:space-between;margin-bottom:.5rem}.list-item-title{font-weight:500}.badge{display:inline-block;padding:.1rem .5rem;border:var(--border);font-size:.75rem}.status-applied{background:#fcd34d}.status-rejected{background:#fca5a5}.status-interview{background:var(--highlight-yellow)}.status-offer{background:#86efac}.status-ghosted{background:#d1d5db;opacity:.8}.hidden{display:none!important}.star-rating{display:flex;gap:.25rem}.star{color:var(--highlight-yellow);font-size:1.2rem;text-shadow:0 0 1px #000}.star.empty{color:transparent;text-shadow:0 0 0 #000;-webkit-text-stroke:1px #000}.autocomplete-container{position:relative;width:100%}.autocomplete-dropdown{position:absolute;top:100%;left:0;right:0;background:var(--bg);border:var(--border);border-top:none;max-height:200px;overflow-y:auto;z-index:1000;display:none;box-shadow:4px 4px #0000000d}.autocomplete-item{padding:.6rem;cursor:pointer;border-bottom:1px solid #eee;font-size:.9rem}.autocomplete-item:last-child{border-bottom:none}.autocomplete-item:hover{background:#fdfdfd}.autocomplete-item-new{font-style:italic;font-weight:500;color:#2e7d32}.segmented-control{display:flex;gap:.5rem;width:100%}.segmented-control label{flex:1;text-align:center;padding:.6rem .5rem;background:var(--bg);border:var(--border);border-color:#ccc;border-radius:4px;cursor:pointer;font-size:.85rem;transition:all .2s;-webkit-user-select:none;user-select:none;font-weight:400;margin:0}.segmented-control input[type=radio]{display:none!important}.segmented-control label:has(input[type=radio]:checked),.segmented-control label.active{background:#bdbdbd;border-color:#bdbdbd;color:var(--text);font-weight:500}.kpi-card{background:#fff;border:1px solid #000;padding:1.5rem;height:220px;display:flex;flex-direction:column;justify-content:space-between;overflow:hidden;box-sizing:border-box;transition:transform .2s}.kpi-label{font-size:.75rem;font-weight:700;color:#78909c;letter-spacing:.05em;text-transform:uppercase}.kpi-value{font-size:2rem;font-weight:600;margin-top:.2rem;color:#1e293b}.kpi-divider{height:1px;background:#f1f5f9;margin:1rem 0}.kpi-footer{font-size:.75rem;display:flex;justify-content:space-between;align-items:flex-end}.delete-btn{background:transparent;border:1px solid #F43F5E;color:#f43f5e;padding:.3rem .6rem;font-size:.75rem;cursor:pointer;border-radius:4px;transition:all .2s;opacity:.7;font-weight:500}.required-star{color:#f43f5e;margin-left:.2rem;font-weight:700}.ad-sidebar{width:160px;min-width:160px;position:sticky;top:2rem;background:#f9f9f9;border:1px dashed #ccc;min-height:600px;display:flex;align-items:center;justify-content:center;font-size:.7rem;color:#999;text-transform:uppercase;letter-spacing:.1em}@media (max-width: 1540px){.ad-sidebar{display:none}}.delete-btn{background:transparent;border:1px solid #F43F5E;color:#f43f5e;padding:.2rem .5rem;font-size:.7rem;cursor:pointer;border-radius:4px;transition:all .2s;opacity:.6}.delete-btn:hover{background:#f43f5e;color:#fff;opacity:1}.required-star{color:#f43f5e;margin-left:.2rem}.tutorial-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:9998;display:flex;align-items:center;justify-content:center;opacity:0;animation:fadeIn .3s forwards}@keyframes fadeIn{to{opacity:1}}.tutorial-highlight{position:relative;z-index:9999!important;background:var(--bg)!important;box-shadow:0 0 0 4px #fff,0 0 15px #00000080;border-radius:4px;pointer-events:none}.tutorial-highlight.tab{background:#eee!important}.tutorial-tooltip{position:absolute;z-index:10000;background:#1e293b;color:#fff;padding:1.5rem;border-radius:8px;max-width:320px;box-shadow:0 10px 25px #0003;display:flex;flex-direction:column;gap:1rem;pointer-events:auto}.tutorial-tooltip-title{font-weight:600;font-size:1.1rem;margin-bottom:.2rem}.tutorial-tooltip-text{font-size:.9rem;opacity:.9;line-height:1.5}.tutorial-tooltip-nav{display:flex;justify-content:space-between;align-items:center;margin-top:.5rem}.tutorial-dots{display:flex;gap:.3rem}.tutorial-dot{width:6px;height:6px;border-radius:50%;background:#ffffff4d}.tutorial-dot.active{background:#fff}.tutorial-btn-close{background:transparent;color:#94a3b8;border:none;font-size:.8rem;cursor:pointer;text-decoration:underline}.tutorial-btn-next{background:#fff;color:#1e293b;border:none;padding:.4rem 1rem;border-radius:4px;font-size:.85rem;font-weight:500;cursor:pointer}.tutorial-btn-next:hover{background:#f1f5f9}
