*{box-sizing:border-box}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{min-height:100vh}.app{min-height:100vh;padding-bottom:80px;transition:background-color .3s,color .3s}.app.light{background-color:#e8f0f8;color:#1a1a1a}.app.dark{background-color:#1a1a1a;color:#e8f0f8}.content{padding:1rem;max-width:600px;margin:0 auto;background-color:inherit}@media(min-width:768px){.app{padding-bottom:90px}.content{max-width:800px;padding:2rem}}.header{position:relative;padding:1rem;max-width:600px;margin:0 auto}.theme-toggle{position:absolute;top:1rem;right:1rem;background:#6496c833;border:none;border-radius:50%;font-size:1.5rem;cursor:pointer;padding:.5rem;width:48px;height:48px;display:flex;align-items:center;justify-content:center;transition:background-color .2s,transform .2s}.theme-toggle:hover{background:#6496c84d;transform:scale(1.05)}.app.dark .theme-toggle svg{stroke:#fff}@media(min-width:768px){.header{max-width:800px;padding:2rem 2rem 1rem}.theme-toggle{top:2rem;right:2rem}}.workspace-overview{max-width:600px;margin:0 auto;padding:0 1rem 1rem}.workspace-name{font-size:1.5rem;margin:0 0 .5rem;font-weight:600}.workspace-location{display:flex;align-items:center;gap:.5rem;margin-bottom:1rem;font-size:.9rem;opacity:.8}.location-icon{font-size:1.2rem}.workspace-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:.75rem}.stat-box{background:#6496c826;border:1px solid rgba(100,150,200,.3);border-radius:12px;padding:1rem .75rem;text-align:center;font-size:.85rem;transition:transform .2s,box-shadow .2s}.stat-box:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}@media(min-width:768px){.workspace-overview{max-width:800px;padding:0 2rem 1.5rem}.workspace-name{font-size:2rem}.workspace-location{font-size:1rem}.workspace-stats{gap:1rem}.stat-box{padding:1.5rem 1rem;font-size:.95rem}}.tab-group{display:grid;grid-template-columns:repeat(3,1fr);max-width:600px;margin:0 auto 1rem;position:sticky;top:0;z-index:50;background-color:inherit;box-shadow:0 2px 8px #0000001a;border-radius:16px 16px 0 0;overflow:hidden}.tab{padding:1rem;background:inherit;border:none;border-right:1px solid rgba(100,150,200,.2);color:inherit;cursor:pointer;font-size:.95rem;font-weight:500;transition:background-color .2s}.tab:last-child{border-right:none}.tab.mobile-only{display:none}.tab.active{background-color:#6496c84d;position:relative}.tab.active:after{content:"";position:absolute;bottom:0;left:10%;right:10%;height:3px;background:currentColor;border-radius:3px 3px 0 0}.tab.disabled{opacity:.4;cursor:not-allowed}.tab:not(.disabled):hover{background-color:#6496c833}@media(min-width:768px){.tab-group{grid-template-columns:repeat(4,1fr);max-width:800px;margin:0 auto 1.5rem}.tab{padding:1.25rem;font-size:1rem}.tab.mobile-only{display:block}}.observations-tab{display:flex;flex-direction:column;gap:1rem}.action-buttons{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.action-btn{padding:1.25rem 1rem;border:2px solid rgba(100,150,200,.4);background:#6496c81a;color:inherit;cursor:pointer;font-size:.9rem;font-weight:500;text-align:left;border-radius:12px;transition:all .2s}.action-btn:hover{background-color:#6496c840;transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.action-btn:active{transform:translateY(0)}.activity-section,.todo-section{background:#6496c814;border-radius:16px;padding:1.25rem;margin-top:.5rem}.activity-section h2,.todo-section h2{font-size:1.1rem;font-weight:600;margin:0 0 1rem}.activity-list,.todo-list{min-height:100px;border-radius:8px}@media(min-width:768px){.observations-tab,.action-buttons{gap:1.5rem}.action-btn{padding:1.5rem 1.25rem;font-size:1rem}.activity-section,.todo-section{padding:1.5rem}.activity-section h2,.todo-section h2{font-size:1.25rem}.activity-list,.todo-list{min-height:150px}}.footer{position:fixed;bottom:0;left:50%;transform:translate(-50%);display:flex;justify-content:space-around;align-items:center;padding:.5rem 1rem;background-color:inherit;border-top:1px solid rgba(100,150,200,.3);max-width:600px;width:100%;box-shadow:0 -2px 12px #0000001a;z-index:100}.footer-btn{background:#6496c826;border:none;border-radius:50%;color:inherit;cursor:pointer;padding:.75rem;display:flex;align-items:center;justify-content:center;transition:all .2s;width:48px;height:48px}.footer-btn:hover{background:#6496c84d;transform:translateY(-2px)}.footer-btn:active{transform:translateY(0)}.footer-btn-add{background:#6496c84d;width:56px;height:56px;box-shadow:0 4px 12px #00000026}.footer-btn-add:hover{background:#6496c866;transform:translateY(-4px);box-shadow:0 6px 16px #0003}@media(min-width:768px){.footer{max-width:800px;padding:.75rem 2rem}}.menu-overlay{position:fixed;inset:0;background:#00000080;z-index:200;display:flex;justify-content:flex-end;align-items:flex-end}.menu-panel{width:100%;max-width:400px;max-height:85vh;border-radius:20px 20px 0 0;border:2px solid rgba(100,150,200,.5);border-bottom:none;box-shadow:0 -4px 20px #0003;display:flex;flex-direction:column;animation:slideUp .3s ease-out}.app.light .menu-panel{background:#e8f0f8}.app.dark .menu-panel{background:#1a1a1a}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.menu-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid rgba(100,150,200,.3)}.menu-header h2{margin:0;font-size:1.5rem;font-weight:600}.menu-close{background:#6496c833;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.5rem;color:inherit;transition:background-color .2s}.menu-close:hover{background:#6496c84d}.menu-list{list-style:none;margin:0;padding:0;overflow-y:auto}.menu-item{width:100%;padding:1.25rem 1.5rem;background:none;border:none;border-bottom:1px solid rgba(100,150,200,.2);color:inherit;text-align:left;font-size:1rem;cursor:pointer;transition:background-color .2s}.menu-item:hover{background:#6496c826}.menu-item:active{background:#6496c840}@media(min-width:768px){.menu-panel{border-radius:20px 0 0}}.trait-fields-page{padding:1rem;max-width:1200px;margin:0 auto;padding-bottom:100px}.trait-fields-header{margin-bottom:2rem}.trait-fields-header h1{font-size:2rem;font-weight:600;margin:0 0 .5rem}.trait-fields-header p{margin:0;opacity:.8;font-size:1rem}.trait-areas{display:flex;flex-direction:column;gap:1rem}.trait-area{background:#6496c814;border-radius:16px;overflow:hidden;border:1px solid rgba(100,150,200,.2)}.area-header{width:100%;padding:1.25rem 1.5rem;background:#6496c826;border:none;color:inherit;text-align:left;font-size:1.25rem;font-weight:600;cursor:pointer;display:flex;align-items:center;gap:1rem;transition:background-color .2s}.area-header:hover{background:#6496c840}.expand-icon{font-size:.9rem;width:20px;display:inline-block}.area-name{flex:1}.area-count{font-size:.9rem;opacity:.7;font-weight:400}.trait-groups{padding:.5rem;display:flex;flex-direction:column;gap:.5rem}.trait-group{background:#6496c80d;border-radius:12px;overflow:hidden;border:1px solid rgba(100,150,200,.15)}.group-header{width:100%;padding:1rem 1.25rem;background:#6496c81a;border:none;color:inherit;text-align:left;font-size:1.1rem;font-weight:500;cursor:pointer;display:flex;align-items:center;gap:.75rem;transition:background-color .2s}.group-header:hover{background:#6496c833}.group-name{flex:1}.group-count{font-size:.85rem;opacity:.7;font-weight:400}.trait-list{padding:.75rem;display:flex;flex-direction:column;gap:.5rem}.trait-item{padding:.75rem 1rem;background:#6496c814;border-radius:8px;display:flex;justify-content:space-between;align-items:center;gap:1rem;transition:background-color .2s}.trait-item:hover{background:#6496c826}.trait-info{flex:1;display:flex;flex-direction:column;gap:.25rem}.trait-name{font-weight:500;font-size:.95rem}.trait-field{font-size:.8rem;opacity:.6;font-family:Courier New,monospace}.trait-type{font-size:.85rem;padding:.25rem .75rem;background:#6496c833;border-radius:12px;white-space:nowrap}@media(min-width:768px){.trait-fields-page{padding:2rem}.trait-fields-header h1{font-size:2.5rem}.trait-areas{gap:1.5rem}.trait-list{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:.75rem}}@media(min-width:1024px){.trait-list{grid-template-columns:repeat(auto-fill,minmax(350px,1fr))}}.trait-actions{max-width:1200px;margin:2rem auto 0;padding:0 1rem}.add-edit-btn{width:100%;padding:1.25rem;background:#6496c833;border:2px dashed rgba(100,150,200,.5);border-radius:12px;color:inherit;font-size:1rem;font-weight:600;cursor:pointer;transition:all .2s}.add-edit-btn:hover{background:#6496c84d;border-color:#6496c8b3;transform:translateY(-2px)}.add-edit-btn:active{transform:translateY(0)}@media(min-width:768px){.trait-actions{padding:0 2rem}.add-edit-btn{padding:1.5rem;font-size:1.1rem}}
