/* v0.6: trips share an interface, never a workspace. */
.project-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:18px}
.project-card{padding:25px;background:#f6f7f3;border:1px solid #e2e7dd;border-radius:23px;min-width:0;display:flex;flex-direction:column;align-items:flex-start}
.project-card:nth-child(3n+2){background:#f7f2f3;border-color:#ebe1e5}.project-card:nth-child(3n+3){background:#f1f5f7;border-color:#e1e8eb}
.project-card.current{background:#eff3ed;border-color:#bacbb7}.project-card-top{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;margin-bottom:24px}
.project-card h2{font-size:25px;line-height:1.5;overflow-wrap:anywhere}.project-card p{font-size:13px;color:var(--muted);margin:10px 0 22px}.project-card-meta{margin-top:auto;font-size:12px;color:var(--muted)}
.project-card>.btn{margin-top:16px;align-self:stretch;border-radius:15px}.new-project-card{min-height:255px;border:1px dashed #ccd6c7;border-radius:23px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;color:var(--green);background:#fcfdfb}.new-project-card .icon{height:28px;width:28px}.new-project-card span{color:var(--muted);font-size:12px}
.project-storage{display:flex;align-items:flex-start;gap:8px;font-size:12px;color:var(--muted);margin:20px 0 26px}.project-storage .icon{width:17px;height:17px;margin-top:2px}
.project-switch{display:flex;align-items:center;gap:9px;text-align:left;font-size:12px;color:var(--muted);min-height:44px;margin:-10px 0 20px;padding:5px 10px 5px 0}.project-switch strong{font-weight:600;color:var(--green)}.project-switch span{overflow-wrap:anywhere}.project-switch>.icon{width:17px;height:17px}
.project-list{display:grid;gap:8px}.project-list button{display:flex;width:100%;justify-content:space-between;align-items:center;gap:16px;text-align:left;border:1px solid var(--line);padding:16px;border-radius:14px;min-height:70px;background:#fafcf8}.project-list small{display:block;margin-top:4px;color:var(--muted)}
.trip-tools{flex-wrap:wrap}.pdf-export{font-size:12px;padding:8px 12px}.home-lower aside .ai-note{margin-top:18px}
@media(max-width:720px){.project-grid{grid-template-columns:1fr}.new-project-card{min-height:140px}.project-card h2{font-size:26px}.project-card-top{margin-bottom:14px}.project-switch{margin-top:-8px}.trip-heading .trip-tools{gap:8px}.pdf-export{font-size:11px;padding:8px 10px}.trip-tools .reading{padding-left:0}.project-card{padding:22px}.project-storage{font-size:11px}}
@media(max-width:370px){.trip-heading .trip-tools{justify-content:flex-start}.trip-tools .reading{margin-left:auto}.trip-tools .segment button{padding:7px 10px}.trip-tools .pdf-export{padding:8px}.project-switch{font-size:11px}}
.project-card-actions{display:flex;gap:8px;width:100%;margin-top:16px}.project-card-actions .btn:first-child{flex:1}.project-card-actions .btn{border-radius:14px}
.topbar .nt-clocks{margin:0}.topbar .top-actions{gap:12px}.home-lower aside .ai-note:first-child{margin-top:0}
@media(max-width:1200px){.topbar .avatars{display:none}.header-ticket{display:none}}
@media(max-width:720px){.topbar{padding:0 16px}.topbar .top-actions{gap:9px}.topbar .header-assistant{width:40px;min-height:40px;padding:0!important;border-radius:50%}.topbar .assistant-label{display:none}.topbar .wordmark{font-size:24px}.topbar .top-actions .header-ticket{display:none}}
@media(max-width:370px){.topbar{padding:0 12px}.topbar .top-actions{gap:6px}.topbar .wordmark{font-size:22px}.wordmark .go{font-size:12px}}
@media(max-width:1200px){.top-actions>.avatar{display:none}}
@media(max-width:720px){.trip-heading .trip-tools{margin-top:12px;flex-wrap:nowrap!important;gap:8px}.trip-tools .reading-label{display:none}.trip-tools .reading{flex:0 0 40px;justify-content:center;padding:5px!important;min-height:44px;margin:0}.trip-tools .pdf-export{font-size:11px;padding:7px 9px}.trip-tools .segment button{font-size:12px;padding:6px 11px;min-height:36px}.trip-tools .segment{flex-shrink:0}.project-switch{min-height:32px;margin-bottom:12px}.trip-heading{margin-bottom:16px}}
