html,body{margin:0;padding:0;height:100%;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}*{margin:0;padding:0;box-sizing:border-box}html,body{height:100%;margin:0;padding:0}body{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;height:100%}.app-wrapper{display:flex;min-height:100vh;height:100%}.sidebar{width:20%;min-height:100vh;background:#fff;display:flex;align-items:center;justify-content:center;padding:40px 20px}.sidebar-content{width:100%;max-width:400px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:80px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.logo-container{text-align:center;animation:fadeIn .6s ease-out}.logo-placeholder{width:120px;height:120px;object-fit:contain}.status-card{width:100%;display:flex;align-items:center;gap:20px;background:linear-gradient(135deg,#f8f9fc,#eef1f7);padding:24px;border-radius:16px;border:1px solid #e1e8ed;animation:fadeIn .8s ease-out}.status-icon{width:70px;height:70px;background:linear-gradient(135deg,#667eea,#764ba2);border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0;box-shadow:0 6px 16px #667eea59;animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1);box-shadow:0 6px 16px #667eea59}50%{transform:scale(1.05);box-shadow:0 8px 20px #667eea73}}.icon{width:36px;height:36px;color:#fff;stroke-width:2}.status-text{flex:1}.status-label{font-size:15px;color:#64748b;margin-bottom:6px;font-weight:500}.status-value{font-size:26px;color:#0f172a;font-weight:700}.footer{text-align:center;font-size:13px;color:#94a3b8;animation:fadeIn 1s ease-out}.image-area{width:80%;min-height:100vh;background:#f8f9fa;display:flex;align-items:center;justify-content:center;padding:60px}.image-container{width:100%;height:100%;max-width:1400px;max-height:900px;background:#fff;border-radius:24px;padding:40px;box-shadow:0 20px 60px #0000001f;animation:fadeIn .8s ease-out}.main-image{width:100%;height:100%;object-fit:contain;border-radius:12px}@media(max-width:1024px){.app-wrapper{flex-direction:column}.sidebar{width:100%;min-height:auto;padding:40px 20px}.sidebar-content{gap:40px}.image-area{width:100%;padding:40px 20px}.logo-placeholder{width:80px;height:80px}.status-icon{width:56px;height:56px}.icon{width:28px;height:28px}.status-value{font-size:20px}}
