@import"https://fonts.googleapis.com/css2?family=Lora:wght@600;700&family=Inter:wght@400;500;600;700&display=swap";*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#0f1117;color:#f9fafb;height:100vh}#root{height:100vh}.app{display:flex;height:100vh}.sidebar{width:200px;background:linear-gradient(180deg,#1a1f2e,#161b27);display:flex;flex-direction:column;padding:24px 12px;gap:2px;border-right:1px solid rgba(255,255,255,.06);flex-shrink:0}.logo{font-family:Lora,serif;font-size:20px;font-weight:700;padding:8px 12px;margin-bottom:20px;background:linear-gradient(135deg,#a78bfa,#7c3aed);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;letter-spacing:-.3px}.nav-link{display:block;padding:9px 12px;border-radius:8px;color:#6b7280;text-decoration:none;font-size:13.5px;font-weight:500;transition:background .15s,color .15s,border-color .15s;border-left:2px solid transparent}.nav-link:hover{background:#ffffff0d;color:#d1d5db;border-left-color:#a78bfa4d}.nav-link.active{background:#7c3aed26;color:#a78bfa;border-left-color:#7c3aed;font-weight:600}.content{flex:1;overflow-y:auto;padding:32px}.content>*{max-width:900px}h1{font-family:Lora,serif;font-size:28px;font-weight:700;margin-bottom:24px;letter-spacing:-.5px;color:#f9fafb}.card{background:#1a1f2d;border-radius:12px;padding:16px 20px;margin-bottom:10px;cursor:pointer;transition:background .15s,transform .15s,box-shadow .15s;border:1px solid rgba(255,255,255,.05);box-shadow:0 1px 3px #0000004d}.card:hover{background:#212840;transform:translateY(-1px);box-shadow:0 4px 12px #0006;border-color:#a78bfa26}.card-title{font-size:15px;font-weight:600;color:#f9fafb}.card-sub{font-size:13px;color:#9ca3af;margin-top:4px}.card-meta{font-size:12px;color:#6b7280;margin-top:2px}.card-row{display:flex;justify-content:space-between;align-items:center}.badge{font-size:11px;font-weight:600;padding:2px 8px;border-radius:6px;color:#fff;letter-spacing:.3px}.badge-active{background:#059669}.badge-completed{background:#7c3aed}.badge-paused{background:#d97706}.badge-frogged{background:#dc2626}.color-dot{width:32px;height:32px;border-radius:50%;flex-shrink:0}.empty{color:#4b5563;text-align:center;margin-top:60px;font-size:15px;line-height:1.6}.btn{padding:10px 20px;border-radius:8px;border:none;cursor:pointer;font-size:14px;font-weight:600;font-family:Inter,sans-serif;transition:opacity .15s,transform .1s;letter-spacing:.1px}.btn:hover{opacity:.88;transform:translateY(-1px)}.btn:active{transform:translateY(0)}.btn-primary{background:#7c3aed;color:#fff}.btn-secondary{background:#ffffff14;color:#d1d5db;border:1px solid rgba(255,255,255,.1)}.page-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:24px}
