*{box-sizing:border-box}body{margin:0;font-family:system-ui,sans-serif;background:#f5f6f8;color:#1a1a1a}.app{max-width:1000px;margin:0 auto;padding:1rem}header{display:flex;justify-content:space-between;align-items:center;gap:1rem;flex-wrap:wrap}.header-controls{display:flex;align-items:center;gap:.75rem;flex-wrap:wrap}.user-field{display:flex;align-items:center;gap:.5rem}.create{display:flex;gap:.5rem;margin:1rem 0}.create input{flex:1;padding:.5rem}.preview{background:#fff;border:1px solid #e2e4e8;border-radius:8px;padding:1rem;margin-bottom:1rem}.preview h2{margin-top:0}.preview-hint{color:#6b7280;margin-top:-.5rem}.preview-card{background:#f8f9fb;border:1px solid #e2e4e8;border-radius:8px;padding:.75rem}.preview-fields{list-style:none;padding:0;margin:.5rem 0 0}.preview-fields li{display:flex;justify-content:space-between;gap:.5rem;padding:.25rem 0;border-bottom:1px solid #e2e4e8}.preview-fields li:last-child{border-bottom:none}.field-type{color:#6b7280;font-size:.85rem}.preview-prompt{width:100%;box-sizing:border-box;margin-top:.75rem;padding:.5rem;min-height:4rem;font:inherit}.preview-actions{display:flex;gap:.5rem;margin-top:.75rem;flex-wrap:wrap}.search{width:100%;box-sizing:border-box;padding:.5rem;margin-bottom:.75rem}.layout{display:grid;grid-template-columns:240px 1fr;gap:1rem}aside{background:#fff;border:1px solid #e2e4e8;border-radius:8px;padding:1rem}aside ul{list-style:none;margin:0;padding:0}aside li{margin-bottom:.5rem}.tracker-row{display:flex;gap:.25rem;align-items:center}.tracker-row>button:first-child{flex:1;min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:.15rem}.tr-title{font-weight:600}.tr-desc{font-size:.75rem;color:#6b7280;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.tr-fields{font-size:.72rem;color:#9ca3af}button.delete{width:22px;height:22px;flex-shrink:0;padding:0;line-height:1;font-size:.95rem;display:flex;align-items:center;justify-content:center;background:#fdecec;color:#b91c1c;border:1px solid #f5c6c6;border-radius:4px}button.delete:hover{background:#f8d7d7}aside li button{width:100%;text-align:left;background:#f0f2f5;border:1px solid transparent}aside li button.active{background:#cfe3ff;border-color:#4a90d9}main{background:#fff;border:1px solid #e2e4e8;border-radius:8px;padding:1rem;min-width:0}main h2{margin-top:0;word-break:break-word}.empty{color:#6b7280}.description{color:#6b7280;margin-top:-.5rem}.tracker-header h2{display:flex;align-items:center;gap:.4rem}.edit-icon{background:transparent;border:none;color:#9ca3af;padding:2px;cursor:pointer;display:inline-flex;align-items:center}.edit-icon:hover{color:#1a1a1a}.edit-panel{display:flex;flex-direction:column;gap:.5rem;margin-bottom:1rem}.edit-title{font-size:1.2rem;font-weight:600;padding:.4rem}.edit-desc{width:100%;min-height:60px;padding:.4rem;font-family:inherit;resize:vertical}.edit-actions{display:flex;gap:.5rem}button.secondary{background:#f0f2f5;border:1px solid #d1d5db}.chart{max-width:100%;border:1px solid #e2e4e8;border-radius:8px}.artifact{width:100%;height:420px;border:1px solid #e2e4e8;border-radius:8px;background:#fff;margin-bottom:1rem}.entry-form{display:flex;flex-wrap:wrap;gap:.75rem;margin:1rem 0;align-items:flex-end}.entry-form .field{display:flex;flex-direction:column;gap:.25rem;font-size:.85rem}.entry-form .field input{padding:.5rem;min-width:120px}.entries{list-style:none;margin:0;padding:0}.entries li{display:flex;align-items:center;justify-content:space-between;gap:.5rem;padding:.4rem 0;border-bottom:1px solid #f0f2f5;font-size:.85rem;word-break:break-word}.delete-entry{width:20px;height:20px;flex-shrink:0;padding:0;line-height:1;display:flex;align-items:center;justify-content:center;background:transparent;border:1px solid transparent;border-radius:4px;color:#b91c1c;cursor:pointer}.delete-entry:hover{background:#fdecec;border-color:#f5c6c6}.entry-form button:disabled{opacity:.5;cursor:not-allowed}input,select,button{padding:.5rem .75rem;font-size:.9rem}button{cursor:pointer}@media (max-width: 640px){header{flex-direction:column;align-items:stretch}.header-controls{justify-content:space-between}.create{flex-direction:column}.layout{grid-template-columns:1fr}.artifact{height:480px}.entry-form .field,.entry-form .field input{width:100%}}.login-panel{max-width:360px;margin:4rem auto;padding:2rem;background:#fff;border:1px solid #e2e4e8;border-radius:8px;display:flex;flex-direction:column;gap:1rem}.login-panel h1{margin:0;text-align:center}.login-panel form{display:flex;flex-direction:column;gap:.5rem}.login-panel input{padding:.5rem}.user-email{color:#6b7280}.loading{width:24px;height:24px;margin:4rem auto;border:3px solid #e2e4e8;border-top-color:#4a90d9;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}.error{color:#b91c1c}.info{color:#2563eb}
