*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,sans-serif;background:linear-gradient(135deg,#667eea,#764ba2);min-height:100vh}.app{min-height:100vh;display:flex;flex-direction:column}.header{background:#fffffff2;padding:2rem;box-shadow:0 2px 10px #0000001a}.header-content{display:flex;justify-content:space-between;align-items:center;max-width:1200px;margin:0 auto}.header h1{color:#667eea;font-size:2.5rem;margin-bottom:.5rem}.subtitle{color:#666;font-size:1.1rem}.user-info{display:flex;align-items:center;gap:1rem}.user-name{color:#333;font-weight:500}.logout-button{background:transparent;border:2px solid #667eea;color:#667eea;padding:.5rem 1rem;border-radius:6px;cursor:pointer;font-size:.9rem;font-weight:500;transition:background .2s,color .2s}.logout-button:hover{background:#667eea;color:#fff}.main-content{flex:1;max-width:1200px;width:100%;margin:2rem auto;padding:0 1rem}.data-section{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 4px 6px #0000001a}.data-section h2{color:#333;margin-bottom:1.5rem;font-size:1.8rem}.status-message{text-align:center;padding:3rem;color:#666}.status-message.error{color:#e53e3e}.error-hint{font-size:.9rem;margin-top:.5rem;color:#999}.spinner{border:4px solid #f3f3f3;border-top:4px solid #667eea;border-radius:50%;width:40px;height:40px;animation:spin 1s linear infinite;margin:0 auto 1rem}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.data-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));gap:1.5rem}.data-card{background:linear-gradient(135deg,#667eea,#764ba2);padding:1.5rem;border-radius:8px;color:#fff;transition:transform .2s,box-shadow .2s}.data-card:hover{transform:translateY(-4px);box-shadow:0 8px 16px #0003}.data-card h3{font-size:1.4rem;margin-bottom:.5rem}.data-card .description{font-size:1rem;margin-bottom:1rem;opacity:.9}.metadata{display:flex;justify-content:space-between;align-items:center;font-size:.9rem}.badge{background:#fff3;padding:.25rem .75rem;border-radius:12px;font-weight:500}.date{opacity:.8}.info-section{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:1.5rem;margin-bottom:2rem}.info-card{background:#fff;padding:1.5rem;border-radius:8px;box-shadow:0 4px 6px #0000001a}.info-card h3{color:#667eea;margin-bottom:1rem;font-size:1.3rem}.info-card ul{list-style:none}.info-card li{padding:.5rem 0;color:#666;border-bottom:1px solid #f0f0f0}.info-card li:last-child{border-bottom:none}.info-card li:before{content:"✓";color:#667eea;font-weight:700;margin-right:.5rem}.footer{background:#fffffff2;padding:1.5rem;text-align:center;color:#666;box-shadow:0 -2px 10px #0000001a}@media (max-width: 768px){.header h1{font-size:2rem}.data-grid,.info-section{grid-template-columns:1fr}}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}#root{width:100%}
