*{margin:0;padding:0;box-sizing:border-box}:root{font-family:Inter,system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media (prefers-color-scheme: light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.layout{min-height:100vh;display:flex;flex-direction:column}.layout-content{flex:1;display:flex}.main-content{flex:1;padding:10px;background-color:#fff;min-height:calc(100vh - 69px);overflow-y:auto}.sidebar{width:350px;background-color:#f8f9fa;border-right:1px solid #dee2e6;padding:20px;height:calc(100vh - 40px);transition:height .3s ease;position:sticky;top:40px;overflow-y:auto}.sidebar.extended{height:calc(100vh + 300px)}@media (max-width: 768px){.sidebar{display:none}}.header{background-color:#fff;border-bottom:1px solid #dee2e6;padding:4px 0;position:sticky;top:0;z-index:1000;height:60px;display:flex;align-items:center;width:100%}.header-content{width:100%;max-width:1400px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;padding:0 24px}@media (min-width: 1600px){.header-content{max-width:1600px}}@media (min-width: 1920px){.header-content{max-width:1800px}}@media (min-width: 2560px){.header-content{max-width:2200px}}.header-left{flex:1;display:flex;justify-content:flex-start}.header-center{flex:2;display:flex;justify-content:center;align-items:center}.header-right{flex:1;display:flex;justify-content:flex-end}.desktop-only{display:flex}.mobile-only{display:none}@media (max-width: 768px){.desktop-only{display:none!important}.mobile-only{display:flex;align-items:center}.header-content{padding:0 12px}.logo{font-size:20px;padding:0 8px}}.mobile-menu{position:fixed;left:0;right:0;top:60px;width:100vw;background:#fff;border-top:1px solid #eee;box-shadow:0 4px 20px #0000001f;padding:20px;height:calc(100vh - 60px);overflow-y:auto;z-index:2000}.mobile-menu-content{display:flex;flex-direction:column;gap:24px}.mobile-section h3{color:#6fcf8f;font-size:18px;font-weight:600;margin:0 0 12px;padding-bottom:8px;border-bottom:2px solid #6FCF8F;text-align:left}.mobile-links{display:flex;flex-direction:column;gap:8px}.mobile-links button{background:none;border:none;color:#2f2f2f;font-size:16px;text-align:left;padding:12px 0;cursor:pointer;border-bottom:1px solid #f0f0f0;transition:color .2s ease}.mobile-links button:hover{color:#6fcf8f}.mobile-section .user-section{display:flex;flex-direction:column;gap:12px}.mobile-section .user-email{color:#666;font-size:14px}.mobile-section .logout-button,.mobile-section .login-button{background:#6FCF8F;color:#fff;border:none;padding:12px 20px;border-radius:6px;font-size:16px;font-weight:500;cursor:pointer;transition:background-color .2s ease}.mobile-section .logout-button:hover,.mobile-section .login-button:hover{background:#5bbf7f}@media (max-width: 768px){.mobile-row{flex-direction:column;align-items:stretch;justify-content:flex-start;gap:6px}.mobile-menu .MuiButton-root{width:100%;justify-content:space-between;padding:10px 12px}.mobile-menu .user-section{width:100%;display:flex;flex-direction:column;align-items:stretch;gap:8px}.mobile-menu .logout-button{width:100%;justify-content:center}}.logo{font-size:24px;font-weight:600;color:#6fcf8f;margin:0;line-height:1;display:flex;align-items:center;height:100%;padding:0 16px}.user-section{display:flex;align-items:center;gap:12px;flex-wrap:nowrap}.user-email{font-size:14px;color:#495057;white-space:nowrap}.logout-button{padding:0 16px;height:32px;display:flex;align-items:center;border:1.5px solid #6FCF8F;border-radius:4px;background:none;color:#6fcf8f;font-size:13px;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap;min-width:fit-content}.logout-button:hover{background-color:#6fcf8f;color:#fff}.logout-button:disabled{opacity:.6;cursor:not-allowed;background-color:#f5f5f5;color:#999;border-color:#ddd}.logout-button:disabled:hover{background-color:#f5f5f5;color:#999}.machine-card{width:100%;height:100%;display:flex;flex-direction:column;background-color:#fff;box-shadow:0 2px 8px #0000001a;border-radius:8px;cursor:pointer;transition:all .3s ease}.machine-card:hover{box-shadow:0 4px 16px #00000026;transform:translateY(-2px)}.machine-card-image-container{height:200px;background-color:#fff;display:flex;align-items:center;justify-content:center;border-bottom:1px solid #e0e0e0;position:relative}.machine-card-image{width:100%;height:100%;object-fit:contain}.machine-card-placeholder{text-align:center;color:#666}.machine-card-placeholder-icon{font-size:3rem;color:#ccc}.machine-card-content{flex:1;padding:16px}.machine-card-title{font-weight:600;margin-bottom:8px;color:#333;font-size:1.1rem}.machine-card-type{color:#666;margin-bottom:16px;display:flex;align-items:center;gap:4px;justify-content:center;text-align:center}.machine-card-price-section{margin-top:auto}.machine-card-price{font-weight:700;color:#6fcf8f;margin-bottom:4px}.machine-card-price-details{color:#666;margin-bottom:8px}.machine-card-footer{display:flex;justify-content:space-between;align-items:center}.machine-card-availability{background-color:#e8f5e8;color:#6fcf8f;font-weight:600}.machine-card-availability.unavailable{background-color:#fff3e0;color:#f57c00}.machine-card-button{background-color:#6fcf8f;text-transform:none;font-weight:600}.machine-card-button:hover{background-color:#6fcf8f}#root{width:100%;margin:0 auto;padding:0 1rem 1rem;text-align:center}.logo{height:6em;padding:1.5em;will-change:filter;transition:filter .3s}.logo:hover{filter:drop-shadow(0 0 2em #646cffaa)}.logo.react:hover{filter:drop-shadow(0 0 2em #61dafbaa)}@keyframes logo-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-reduced-motion: no-preference){a:nth-of-type(2) .logo{animation:logo-spin infinite 20s linear}}.card{padding:2em}.read-the-docs{color:#888}
