@import"https://fonts.googleapis.com/css2?family=Ubuntu:wght@400;500;700&display=swap";:root{--green-primary: #4CAF50;--green-dark: #388E3C;--green-light: #81C784;--green-text: #2E7D32;--yellow-accent: #FFD740;--gray-text: #9E9E9E;--gray-light: #F5F5F5;--white: #FFFFFF;--text-primary: #333333;--text-secondary: #666666;--font-family: "Ubuntu", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;background-color:var(--white)}#root{min-height:100vh;display:flex;flex-direction:column}.faucet-container{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;flex:1;padding:0 16px 28px 32px;text-align:left;background-color:#efefef;width:100%;box-sizing:border-box}.faucet-logo{width:200px;height:200px;margin-bottom:16px;object-fit:contain}.faucet-logo-small{width:48px;height:48px;object-fit:contain}.faucet-title{font-size:20px;font-weight:700;color:#4caf50;margin-bottom:16px;width:100%;max-width:360px}.faucet-description{font-size:18px;color:#7a8a99;margin-bottom:20px;max-width:360px;width:100%}.faucet-note{font-size:18px;color:#7a8a99;margin-bottom:40px;max-width:360px;width:100%}.faucet-note strong{color:#7a8a99;font-weight:800}.faucet-btn{display:inline-flex;align-items:center;justify-content:center;padding:18px 48px;font-size:18px;font-weight:600;color:#fff;background-color:#4a9e2f;border:none;border-radius:40px;cursor:pointer;transition:background-color .2s ease;align-self:center;min-width:220px}.faucet-btn:hover{background-color:#3d8a25}.faucet-btn:active{background-color:#2e6b1c}.faucet-btn:disabled{opacity:.6;cursor:not-allowed;transform:none}.faucet-page{display:flex;flex-direction:column;min-height:100vh;background-color:#efefef}.wallet-status-bar{position:sticky;top:0;z-index:10;width:100%;display:flex;align-items:center;justify-content:space-between;padding:10px 20px;background-color:#efefef;border-bottom:1px solid #DDDDDD;box-sizing:border-box}.wallet-status-left{font-size:13px;font-weight:600}.status--connected{color:var(--green-text)}.status--disconnected{color:#c62828}.wallet-status-right{font-size:13px;font-weight:500;color:var(--text-secondary);font-family:Courier New,monospace;letter-spacing:.03em}.faucet-processing{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:100vh;padding:0;background-color:#efefef}.processing-logo-top{width:200px;height:200px;object-fit:contain;margin-bottom:0}.processing-bottom{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;padding:0 28px 48px;text-align:center}.processing-icon-row{display:flex;align-items:center;gap:16px;margin-bottom:20px}.processing-icon-wrapper{position:relative;width:56px;height:56px;flex-shrink:0}.processing-spinner{position:absolute;top:0;left:0;width:56px;height:56px;border:3px solid #DDDDDD;border-top:3px solid #5CB85C;border-radius:50%;animation:spin 1s linear infinite}.processing-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:34px;height:34px;object-fit:contain}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.processing-title{font-size:18px;font-weight:700;color:#4caf50;margin:0}.processing-message{font-size:18px;color:#7a8a99;margin:0}.faucet-success{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:100vh;padding:0 16px 28px 32px;text-align:left;background-color:#efefef;box-sizing:border-box}.success-title{font-size:20px;font-weight:700;color:#4caf50;margin-bottom:16px;width:100%;max-width:360px}.success-message{font-size:18px;color:#7a8a99;margin-bottom:16px;max-width:360px;width:100%}.success-instruction{font-size:18px;color:#7a8a99;margin-bottom:40px;max-width:360px;width:100%}.success-instruction strong{color:#7a8a99;font-weight:800}.faucet-error{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:100vh;padding:0;background-color:#efefef;box-sizing:border-box}.error-content{width:100%;padding:0 28px 28px;box-sizing:border-box;text-align:center;display:flex;flex-direction:column;align-items:center}.error-icon{width:56px;height:56px;margin-bottom:16px}.error-title{font-size:20px;font-weight:700;color:#d32f2f;margin-bottom:16px;width:100%;max-width:360px}.error-message{font-size:18px;color:#7a8a99;margin-bottom:32px;max-width:360px;width:100%;word-break:break-word;white-space:pre-line;text-align:center}.faucet-connecting{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;min-height:100vh;padding:0;background-color:#efefef}.connecting-message{font-size:16px;color:#7a8a99;margin-top:24px;padding:0 28px}
