*,*:before,*:after{box-sizing:border-box}html,body{margin:0;padding:0;height:100%;background:#f7f7f7;font-family:Inter,system-ui,-apple-system,sans-serif;-webkit-tap-highlight-color:transparent;-webkit-font-smoothing:antialiased}#root{height:100%}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#ddd;border-radius:4px}input[type=date]{-webkit-appearance:none;-moz-appearance:none;appearance:none}[draggable]{-webkit-user-drag:element}@keyframes spin{to{transform:rotate(360deg)}}.proj-grid{display:grid;grid-template-columns:repeat(1,1fr);gap:12px;align-items:stretch}@media(min-width:480px){.proj-grid{grid-template-columns:repeat(2,1fr);gap:12px}}@media(min-width:640px){.proj-grid{grid-template-columns:repeat(3,1fr);gap:12px}}@media(min-width:1024px){.proj-grid{grid-template-columns:repeat(5,1fr);gap:12px}}@media(min-width:1440px){.proj-grid{grid-template-columns:repeat(6,1fr);gap:12px}}.proj-card{display:flex;flex-direction:row;align-items:stretch;height:96px}.proj-card-img{position:relative;width:96px;flex-shrink:0;background:#f9f9f9;cursor:pointer}.proj-card-img img{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.proj-card-img-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center}.proj-card-body{flex:1;min-width:0;overflow:hidden}@media(min-width:480px){.proj-card{flex-direction:column;height:auto}.proj-card-img{width:100%;min-height:0;padding-top:100%;height:0}.proj-card-body{overflow:visible}}.stats-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:10px}@media(min-width:640px){.stats-grid{grid-template-columns:repeat(2,1fr)}}.modal-overlay{position:fixed;top:0;right:0;bottom:0;left:0;background:#0009;z-index:50;display:flex;align-items:flex-end}.modal-overlay-dark{position:fixed;top:0;right:0;bottom:0;left:0;background:#0000008c;z-index:9999;display:flex;align-items:flex-end}.modal-sheet{background:#fff;width:100%;border-radius:16px 16px 0 0;max-height:93vh;overflow-y:auto}.modal-sheet-flex{background:#fff;width:100%;border-radius:16px 16px 0 0;max-height:88vh;max-height:88dvh;padding-bottom:env(safe-area-inset-bottom,0px);display:flex;flex-direction:column}.modal-sheet{padding-bottom:env(safe-area-inset-bottom,0px)}@media(min-width:640px){.modal-sheet-flex,.modal-sheet{padding-bottom:0}}@media(min-width:640px){.modal-overlay,.modal-overlay-dark{align-items:center;justify-content:center;padding:24px}.modal-sheet,.modal-sheet-flex{width:100%;max-width:560px;border-radius:16px;max-height:88vh}}@media(min-width:900px){.modal-sheet,.modal-sheet-flex{max-width:900px;max-height:90vh}.modal-overlay,.modal-overlay-dark{padding:32px}}
