: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;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;background-color:#f5f5f5;color:#333}.app{min-height:100vh;display:flex}.sidebar{width:240px;background-color:#fff;color:#333;display:flex;flex-direction:column;box-shadow:0 2px 4px #0000001a;border-right:1px solid #e0e0e0}.sidebar-brand{padding:1.5rem 1.5rem 1rem;border-bottom:1px solid #f0f0f0}.sidebar-brand h1{font-size:1.3rem;font-weight:500;text-align:left;color:#4285f4;font-family:Google Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.sidebar-menu{flex:1;padding:1rem 0}.sidebar-menu ul{list-style:none}.menu-item{padding:.75rem 1.5rem;cursor:pointer;transition:background-color .2s ease;margin:.125rem .75rem;border-radius:6px;font-size:.95rem;font-weight:400}.menu-item:hover{background-color:#f5f5f5}.menu-item.active{background-color:#e8f0fe;color:#4285f4;font-weight:500}.sidebar-user{padding:1.5rem;border-top:1px solid #f0f0f0;display:flex;flex-direction:column;gap:1.25rem}.user-info{display:flex;align-items:center;gap:1rem;background-color:transparent;padding:0;margin:0}.user-avatar{width:40px;height:40px;border-radius:50%;background-color:#e8f0fe;display:flex;align-items:center;justify-content:center;font-size:1.25rem;font-weight:500;color:#4285f4;flex-shrink:0}.user-details{flex:1}.username{font-size:.95rem;font-weight:500;display:block;margin-bottom:.125rem;color:#333}.user-status{font-size:.75rem;color:#666;display:block}.auth-buttons{display:flex;flex-direction:column;gap:.625rem}.login-button,.register-button,.logout-button{padding:.625rem 1rem;border:1px solid #e0e0e0;border-radius:6px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .2s ease;color:#333;background-color:#fff;text-align:center;font-family:Google Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.login-button{border-color:#4285f4;color:#4285f4}.login-button:hover{background-color:#f8f9fa}.register-button{background-color:#4285f4;color:#fff;border-color:#4285f4}.register-button:hover{background-color:#3367d6;border-color:#3367d6}.logout-button{border-color:#ea4335;color:#ea4335;background-color:#fff}.logout-button:hover{background-color:#fce8e6}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;justify-content:center;align-items:center;z-index:1000}.modal{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:400px;color:#333}.modal h2{margin-bottom:1.5rem;color:#333;text-align:center}.modal .form-group{margin-bottom:1rem;text-align:left}.modal .form-group label{display:block;margin-bottom:.5rem;font-size:.9rem;font-weight:500;color:#555}.modal .form-group input{width:100%;padding:.75rem;border:1px solid #ddd;border-radius:4px;font-size:1rem;transition:border-color .3s ease}.modal .form-group input:focus{outline:none;border-color:#4caf50;box-shadow:0 0 0 2px #4caf501a}.modal-buttons{display:flex;gap:1rem;justify-content:flex-end;margin-top:1.5rem}.cancel-button,.submit-button{padding:.75rem 1.5rem;border:none;border-radius:4px;font-size:.9rem;font-weight:500;cursor:pointer;transition:background-color .3s ease}.cancel-button{background-color:#f5f5f5;color:#333}.cancel-button:hover{background-color:#e0e0e0}.submit-button{background-color:#4caf50;color:#fff}.submit-button:hover{background-color:#45a049}.captcha-container{display:flex;gap:1rem;align-items:center}.captcha-container input{flex:1}.captcha-image{background-color:#f5f5f5;padding:.75rem 1rem;border:1px solid #ddd;border-radius:4px;font-size:1.1rem;font-weight:700;letter-spacing:2px;color:#333;cursor:pointer;transition:all .3s ease;-webkit-user-select:none;user-select:none;position:relative;overflow:hidden;display:inline-block;min-width:100px;text-align:center;font-family:Courier New,monospace;transform:rotate(-2deg)}.captcha-image:before{content:"";position:absolute;inset:0;background:repeating-linear-gradient(45deg,#0000000d,#0000000d 10px,#0000 10px 20px);pointer-events:none}.captcha-image:after{content:"";position:absolute;inset:0;background:repeating-linear-gradient(-45deg,#4caf501a,#4caf501a 8px,#4caf5000 8px 16px);pointer-events:none}.captcha-image span{position:relative;display:inline-block;margin:0 2px;transform:skew(-5deg) rotate(2deg);animation:captchaShake .5s infinite alternate}.captcha-image span:nth-child(2){transform:skew(5deg) rotate(-2deg);animation-delay:.1s}.captcha-image span:nth-child(3){transform:skew(-3deg) rotate(1deg);animation-delay:.2s}.captcha-image span:nth-child(4){transform:skew(3deg) rotate(-1deg);animation-delay:.3s}.captcha-image span:nth-child(5){transform:skew(-2deg) rotate(.5deg);animation-delay:.4s}.captcha-image span:nth-child(6){transform:skew(2deg) rotate(-.5deg);animation-delay:.5s}@keyframes captchaShake{0%{transform:translateY(0)}to{transform:translateY(1px)}}.captcha-image:hover{background-color:#e0e0e0;transform:scale(1.02)}.captcha-hint{display:block;margin-top:.5rem;font-size:.8rem;color:#666;text-align:right}.main-content{flex:1;display:flex;justify-content:center;align-items:center;padding:2rem;overflow-y:auto}.order-container{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:600px}.order-container h2{margin-bottom:1.5rem;color:#333;text-align:center}.order-container .error-message{background-color:#fce8e6;color:#d93025;padding:1rem;border-radius:6px;margin-bottom:1.5rem;text-align:center}.order-container .user-info{background-color:#f5f5f5;padding:1rem;border-radius:4px;margin-bottom:1.5rem}.order-container .user-info p{margin-bottom:.5rem;font-size:.95rem;font-weight:500}.order-form{display:flex;flex-direction:column;gap:1.5rem}.amount-options{margin-bottom:1rem}.amount-options h3{margin-bottom:1rem;color:#333;font-size:1.1rem;text-align:center}.option-buttons{display:flex;gap:1rem;justify-content:center;margin-bottom:1.5rem}.option-button{padding:.75rem 1.5rem;border:1px solid #e0e0e0;border-radius:6px;background-color:#fff;font-size:1rem;cursor:pointer;transition:all .3s ease;flex:1;max-width:120px}.option-button:hover:not(:disabled){background-color:#f5f5f5;border-color:#d0d0d0}.option-button.selected{background-color:#4285f4;color:#fff;border-color:#4285f4}.option-button.custom-option{background-color:#f9f9f9;border-color:#e0e0e0}.option-button:disabled{opacity:.5;cursor:not-allowed}.amount-selector{display:flex;align-items:center;justify-content:center;gap:1rem;margin:1rem 0}.amount-button{width:40px;height:40px;border-radius:50%;border:1px solid #e0e0e0;background-color:#fff;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.amount-button:hover:not(:disabled){background-color:#f5f5f5;border-color:#d0d0d0}.amount-button:disabled{opacity:.5;cursor:not-allowed}.amount-input{width:80px;height:40px;text-align:center;border:1px solid #e0e0e0;border-radius:6px;font-size:1rem}.amount-input:focus{outline:none;border-color:#4285f4;box-shadow:0 0 0 2px #4285f433}.order-summary{background-color:#f9f9f9;padding:1.5rem;border-radius:6px;margin:1rem 0}.summary-item{display:flex;justify-content:space-between;margin-bottom:.75rem;font-size:1rem}.summary-item:last-child{margin-bottom:0;font-weight:500;padding-top:.75rem;border-top:1px solid #e0e0e0}.summary-value{color:#333;font-weight:500}.order-button{background-color:#4285f4;color:#fff;border:none;padding:1rem 2rem;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s ease;margin-top:1rem;width:100%;max-width:300px;align-self:center}.order-button:hover:not(:disabled){background-color:#3367d6}.order-button:disabled{background-color:#a8c7fa;cursor:not-allowed}@media(max-width:768px){.sidebar{width:180px}.sidebar-brand h1{font-size:1rem}.menu-item{padding:.75rem 1rem}.main-content{padding:1rem}.order-container{padding:1.5rem}}@media(max-width:480px){.app{flex-direction:column}.sidebar{width:100%;height:auto;flex-direction:row;justify-content:space-between;align-items:center}.sidebar-brand{border-bottom:none;padding:1rem}.sidebar-menu{padding:0}.sidebar-menu ul{display:flex}.menu-item{margin:0;border-left:1px solid rgba(255,255,255,.1)}.menu-item.active{border-left:none;border-bottom:3px solid white}}.notice-container{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:800px}.notice-container h2{margin-bottom:1.5rem;color:#333;text-align:center}.notice-content{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}.notice-item{background-color:#f9f9f9;padding:1.5rem;border-radius:6px;border-left:4px solid #4285f4}.notice-item h3{margin-bottom:.5rem;color:#333;font-size:1.1rem;display:flex;align-items:center;gap:.5rem}.notice-date{font-size:.8rem;color:#666;margin-bottom:1rem}.notice-body{line-height:1.6}.notice-body h4{margin:1rem 0 .5rem;color:#4285f4;font-size:1rem}.notice-body ul{margin:.5rem 0 1rem 1.5rem}.notice-body li{margin-bottom:.25rem}.notice-container .user-info{background-color:#f5f5f5;padding:1rem;border-radius:4px;text-align:center;font-size:.9rem;color:#666}.notice-container .user-info p{margin:.25rem 0}@media(max-width:768px){.notice-container{padding:1.5rem}.notice-item{padding:1rem}}@media(max-width:480px){.notice-container{padding:1rem}.notice-content{gap:1rem}.notice-item{padding:.75rem}}.execute-container{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:600px}.execute-container h2{margin-bottom:1.5rem;color:#333;text-align:center}.execute-container .user-info{background-color:#f5f5f5;padding:1rem;border-radius:4px;margin-bottom:1.5rem}.execute-container .user-info p{margin-bottom:.5rem;font-size:.95rem;font-weight:500}.execute-content{display:flex;flex-direction:column;gap:2rem;margin-bottom:2rem}.execute-form{background-color:#f9f9f9;padding:1.5rem;border-radius:8px;margin-bottom:1.5rem}.execute-form h3{margin-bottom:1.5rem;color:#333;font-size:1.1rem}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#333;font-weight:500;font-size:.95rem}.form-group input[type=text],.form-group input[type=number]{width:100%;padding:.75rem;border:1px solid #e0e0e0;border-radius:6px;font-size:1rem;transition:all .3s ease}.form-group input[type=text]:focus,.form-group input[type=number]:focus{outline:none;border-color:#4285f4;box-shadow:0 0 0 2px #4285f433}.form-group input.error{border-color:#ea4335}.form-group .error-message{color:#ea4335;font-size:.8rem;margin-top:.25rem}.gender-options{display:flex;gap:1rem}.gender-option{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border:1px solid #e0e0e0;border-radius:6px;cursor:pointer;transition:all .3s ease;flex:1;justify-content:center}.gender-option:hover{background-color:#f5f5f5;border-color:#d0d0d0}.gender-option.selected{background-color:#4285f4;color:#fff;border-color:#4285f4}.gender-option input{cursor:pointer}.times-selector{display:flex;align-items:center;gap:1rem}.times-button{width:40px;height:40px;border-radius:50%;border:1px solid #e0e0e0;background-color:#fff;font-size:1.2rem;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s ease}.times-button:hover:not(:disabled){background-color:#f5f5f5;border-color:#d0d0d0}.times-button:disabled{opacity:.5;cursor:not-allowed}.times-selector input[type=number]{width:80px;text-align:center}.execution-details{margin-top:1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.2);font-size:.9rem}.execution-details p{margin-bottom:.25rem}.execution-details p:last-child{margin-bottom:0}.execute-info{background-color:#f9f9f9;padding:1.5rem;border-radius:6px;border-left:4px solid #4285f4}.execute-info h3{margin-bottom:1rem;color:#333;font-size:1.1rem}.execute-info ul{margin-left:1.5rem}.execute-info li{margin-bottom:.5rem;line-height:1.4}.execute-actions{display:flex;gap:1rem;justify-content:center;margin:1rem 0}.execute-button{background-color:#4285f4;color:#fff;border:none;padding:1rem 2rem;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s ease;min-width:120px}.execute-button:hover:not(:disabled){background-color:#3367d6}.execute-button:disabled{background-color:#a8c7fa;cursor:not-allowed}.reset-button{background-color:#f5f5f5;color:#333;border:1px solid #e0e0e0;padding:.75rem 1.5rem;border-radius:6px;font-size:.9rem;cursor:pointer;transition:background-color .3s ease}.reset-button:hover{background-color:#e0e0e0}.execution-result{padding:1.5rem;border-radius:6px;margin-top:1rem}.execution-result.success{background-color:#e6f4ea;border-left:4px solid #34a853}.execution-result.error{background-color:#fce8e6;border-left:4px solid #ea4335}.execution-result h3{margin-bottom:.5rem;color:#333}.execution-result p{font-size:1rem;line-height:1.4}.execute-stats{background-color:#f9f9f9;padding:1.5rem;border-radius:6px}.execute-stats h3{margin-bottom:1rem;color:#333;font-size:1.1rem;text-align:center}.stats-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.stat-item{text-align:center;padding:1rem;background-color:#fff;border-radius:6px;box-shadow:0 1px 3px #0000001a}.stat-label{display:block;font-size:.8rem;color:#666;margin-bottom:.25rem}.stat-value{display:block;font-size:1.2rem;font-weight:500;color:#333}@media(max-width:768px){.execute-container{padding:1.5rem}.execute-actions{flex-direction:column;align-items:center}.stats-grid{grid-template-columns:1fr}}@media(max-width:480px){.execute-container,.execute-info{padding:1rem}.execute-button{padding:.75rem 1.5rem}.stats-grid{gap:.5rem}.stat-item{padding:.75rem}}.modal-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000}.modal{background-color:#fff;padding:2rem;border-radius:12px;box-shadow:0 8px 24px #00000026;width:100%;max-width:500px;position:relative;animation:modalFadeIn .3s ease}@keyframes modalFadeIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.payment-form{display:flex;flex-direction:column;gap:2rem}.payment-form h2{margin-bottom:1rem;color:#333;text-align:center;font-size:1.5rem;font-weight:500}.payment-form .error-message{background-color:#fce8e6;color:#d93025;padding:1rem;border-radius:6px;text-align:center;margin-bottom:1rem}.payment-amount{text-align:center;padding:1.5rem;background-color:#f9f9f9;border-radius:8px}.payment-amount h3{margin-bottom:1rem;color:#666;font-size:1rem;font-weight:400}.amount-display{font-size:2rem;font-weight:500;color:#333}.payment-options h3{margin-bottom:1rem;color:#333;font-size:1.1rem;font-weight:500}.option-list{display:flex;flex-direction:column;gap:1rem}.payment-option{display:flex;align-items:center;padding:1.25rem;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;transition:all .3s ease;gap:1rem}.payment-option:hover{background-color:#f5f5f5;border-color:#d0d0d0}.payment-option.selected{border-color:#4285f4;background-color:#4285f40d;box-shadow:0 0 0 2px #4285f41a}.option-icon{font-size:1.5rem;width:40px;text-align:center}.option-info{flex:1}.option-info h4{margin-bottom:.25rem;font-size:1rem;color:#333;font-weight:500}.option-info p{font-size:.85rem;color:#666;margin:0}.option-radio{margin-left:auto}.form-actions{display:flex;justify-content:space-between;gap:1rem;margin-top:1rem}.cancel-button{flex:1;padding:1rem;border:1px solid #e0e0e0;border-radius:6px;background-color:#f5f5f5;color:#333;font-size:1rem;font-weight:500;cursor:pointer;transition:all .3s ease}.cancel-button:hover:not(:disabled){background-color:#e0e0e0;border-color:#d0d0d0}.pay-button{flex:2;padding:1rem;border:none;border-radius:6px;background-color:#4285f4;color:#fff;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s ease}.pay-button:hover:not(:disabled){background-color:#3367d6}.pay-button:disabled{background-color:#a8c7fa;cursor:not-allowed}.payment-status-check{padding:1.5rem;background-color:#f9f9f9;border-radius:8px;text-align:center;margin-top:1rem}.payment-status-check h3{margin-bottom:1rem;color:#333;font-size:1.1rem;font-weight:500}.order-info{margin-bottom:1rem}.order-number{font-family:Courier New,monospace;background-color:#f0f0f0;padding:.25rem .5rem;border-radius:4px;font-size:.9rem}.check-status-button{padding:.75rem 1.5rem;border:1px solid #4285f4;border-radius:6px;background-color:#fff;color:#4285f4;font-size:.9rem;font-weight:500;cursor:pointer;transition:all .3s ease}.check-status-button:hover:not(:disabled){background-color:#f5f5f5}.check-status-button:disabled{opacity:.5;cursor:not-allowed}.payment-notice{padding:1.5rem;background-color:#f5f5f5;border-radius:8px;margin-top:1rem}.payment-notice h3{margin-bottom:1rem;color:#333;font-size:1rem;font-weight:500}.payment-notice ul{margin-left:1.5rem}.payment-notice li{margin-bottom:.5rem;font-size:.85rem;color:#666;line-height:1.4}@media(max-width:480px){.modal{padding:1.5rem;margin:1rem}.payment-form h2{font-size:1.3rem}.payment-amount{padding:1rem}.amount-display{font-size:1.75rem}.payment-option{padding:1rem}.form-actions{flex-direction:column}.cancel-button,.pay-button{width:100%}.payment-status-check,.payment-notice{padding:1rem}}.history-container{background-color:#fff;padding:2rem;border-radius:8px;box-shadow:0 4px 6px #0000001a;width:100%;max-width:800px}.history-container h2{margin-bottom:1.5rem;color:#333;text-align:center}.history-container .error-message{background-color:#fce8e6;color:#d93025;padding:1rem;border-radius:6px;margin-bottom:1.5rem;text-align:center;display:flex;flex-direction:column;gap:.5rem}.history-container .refresh-button{padding:.5rem 1rem;border:1px solid #d93025;border-radius:4px;background-color:#fff;color:#d93025;font-size:.85rem;cursor:pointer;transition:all .3s ease;align-self:center;max-width:120px}.history-container .refresh-button:hover{background-color:#fce8e6}.history-container .user-info{background-color:#f5f5f5;padding:1rem;border-radius:4px;margin-bottom:1.5rem}.history-container .user-info p{margin-bottom:.5rem;font-size:.95rem;font-weight:500}.guest-message,.empty-message{text-align:center;padding:3rem;background-color:#f9f9f9;border-radius:8px;margin-top:2rem}.history-content{margin-top:1.5rem}.history-list{display:flex;flex-direction:column;gap:1rem}.history-item{border:1px solid #e0e0e0;border-radius:8px;padding:1.5rem;transition:all .3s ease}.history-item:hover{box-shadow:0 2px 8px #0000001a;border-color:#d0d0d0}.history-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem;padding-bottom:1rem;border-bottom:1px solid #f0f0f0}.order-info{display:flex;align-items:center;gap:.5rem}.order-label{font-size:.9rem;color:#666}.order-number{font-family:Courier New,monospace;font-size:.9rem;font-weight:500;color:#333;background-color:#f5f5f5;padding:.25rem .5rem;border-radius:4px}.order-date{font-size:.85rem;color:#666}.history-item-body{display:flex;justify-content:space-between;align-items:center}.purchase-amount{display:flex;align-items:center;gap:.5rem}.amount-label{font-size:.9rem;color:#666}.amount-value{font-size:1.1rem;font-weight:500;color:#333}.purchase-status{display:flex;align-items:center;gap:.5rem}.status-label{font-size:.9rem;color:#666}.status-value{font-size:.9rem;font-weight:500;padding:.25rem .75rem;border-radius:12px}.status-value.success{background-color:#e6f4ea;color:#2e7d32}.loading-message{text-align:center;padding:2rem;color:#666}.load-more-button{background-color:#f5f5f5;color:#333;border:1px solid #e0e0e0;padding:1rem;border-radius:6px;font-size:1rem;cursor:pointer;transition:all .3s ease;margin-top:1rem}.load-more-button:hover:not(:disabled){background-color:#e0e0e0;border-color:#d0d0d0}.load-more-button:disabled{opacity:.5;cursor:not-allowed}.history-actions{display:flex;justify-content:center;margin-top:2rem}.history-actions .refresh-button{background-color:#4285f4;color:#fff;border:none;padding:1rem 2rem;border-radius:6px;font-size:1rem;font-weight:500;cursor:pointer;transition:background-color .3s ease}.history-actions .refresh-button:hover:not(:disabled){background-color:#3367d6}.history-actions .refresh-button:disabled{background-color:#a8c7fa;cursor:not-allowed}@media(max-width:768px){.history-container{padding:1.5rem}.history-item-header,.history-item-body{flex-direction:column;align-items:flex-start;gap:.5rem}}@media(max-width:480px){.history-container,.history-item{padding:1rem}.guest-message,.empty-message{padding:2rem}.history-actions .refresh-button{padding:.75rem 1.5rem}}
