:root{font-family: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{margin:0;display:flex;place-items:center;min-width:320px;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}}*{box-sizing:border-box}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;-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#root{height:100%;overflow-x:hidden}button,input,textarea,select{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0;font-size:16px}.scroll-container{-webkit-overflow-scrolling:touch;overflow-scrolling:touch}.mobile-container{min-height:100vh;padding:env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left)}.touchable{cursor:pointer;transition:opacity .2s ease}.touchable:active{opacity:.7}.mobile-nav{position:fixed;bottom:0;left:0;right:0;background:white;border-top:1px solid #e0e0e0;padding:env(safe-area-inset-bottom) 0 0 0;z-index:1000}.mobile-header{position:fixed;top:0;left:0;right:0;background:white;border-bottom:1px solid #e0e0e0;padding:env(safe-area-inset-top) 0 0 0;z-index:1000}.mobile-content{padding-top:60px;padding-bottom:80px;min-height:100vh}.mobile-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:16px;padding:16px}.mobile-card{background:white;border-radius:12px;box-shadow:0 2px 8px #0000001a;padding:16px;margin:8px}.mobile-button{background:#007AFF;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-size:16px;font-weight:600;cursor:pointer;transition:background-color .2s ease;min-height:44px}.mobile-button:hover{background:#0056CC}.mobile-button:active{background:#004499}.mobile-button:disabled{background:#CCCCCC;cursor:not-allowed}.mobile-input{width:100%;padding:12px 16px;border:1px solid #E0E0E0;border-radius:8px;font-size:16px;background:white;margin:8px 0}.mobile-input:focus{outline:none;border-color:#007aff;box-shadow:0 0 0 3px #007aff1a}.mobile-list{background:white;border-radius:12px;overflow:hidden;margin:16px;box-shadow:0 2px 8px #0000001a}.mobile-list-item{padding:16px;border-bottom:1px solid #F0F0F0;display:flex;align-items:center;justify-content:space-between}.mobile-list-item:last-child{border-bottom:none}.mobile-spinner{display:inline-block;width:20px;height:20px;border:2px solid #f3f3f3;border-top:2px solid #007AFF;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media (prefers-color-scheme: dark){body{background-color:#1a1a1a;color:#fff}.mobile-card,.mobile-list{background:#2a2a2a;color:#fff}.mobile-header,.mobile-nav{background:#2a2a2a;border-color:#404040}.mobile-input{background:#2a2a2a;border-color:#404040;color:#fff}.mobile-list-item{border-color:#404040}}
