*{box-sizing:border-box;margin:0;padding:0}:root{--app-max-width:420px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#1c1b1f;display:flex;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,sans-serif;font-size:14px;justify-content:center;line-height:1.5;margin:0;padding:24px 16px}#root,body{min-height:100vh}#root{margin:0 auto;max-width:420px;max-width:var(--app-max-width);width:100%}@media (max-width:600px){body{padding:0}}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}html{-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%}[contenteditable],input,textarea{-webkit-user-select:text;user-select:text}button{cursor:pointer}button,input,textarea{background:none;border:none;outline:none}a{color:inherit;text-decoration:none}ol,ul{list-style:none}img{display:block;height:auto;max-width:100%}.mobile-header{background:#2e7d32;border-radius:12px 12px 0 0;box-shadow:0 2px 8px #2e7d3233;color:#fff;height:56px;left:50%;position:fixed;top:0;transform:translateX(-50%);z-index:1000}.header-content,.mobile-header{max-width:var(--app-max-width);width:100%}.header-content{align-items:center;display:flex;height:100%;justify-content:space-between;margin:0 auto;padding:0 16px}.header-left,.header-right{align-items:center;display:flex;justify-content:center;width:48px}.header-btn,.header-btn-placeholder{height:40px;width:40px}.header-btn{align-items:center;background:none;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;justify-content:center;transition:background-color .2s ease}.header-btn:hover{background-color:#ffffff1a}.header-btn:active{background-color:#fff3}.header-title-container{align-items:center;display:flex;flex:1 1;gap:8px;justify-content:center;min-width:0;padding:0 8px}.header-logo{border-radius:50%;height:32px;object-fit:cover;width:32px}.header-title{color:#fff;font-size:18px;font-weight:500;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width:600px){.mobile-header{border-radius:0}}.bottom-navigation{background:#fff;border-radius:0 0 12px 12px;border-top:1px solid #e0e0e0;bottom:0;box-shadow:0 -2px 8px #0000001a;height:60px;left:50%;max-width:var(--app-max-width);position:fixed;transform:translateX(-50%);width:100%;z-index:1000}.nav-items{display:flex;height:100%;width:100%}.nav-item{align-items:center;background:none;border:none;color:#757575;cursor:pointer;display:flex;flex:1 1;flex-direction:column;font-size:12px;justify-content:center;min-height:60px;padding:4px 8px;transition:all .2s ease}.nav-item:active{background-color:#2e7d321a}.nav-item.active,.nav-item.active .nav-icon{color:#2e7d32}.nav-icon{margin-bottom:2px;transition:color .2s ease}.nav-label{font-size:11px;font-weight:500;line-height:1;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.nav-item.active .nav-label{font-weight:600}@media (max-width:600px){.bottom-navigation{border-radius:0}}.mobile-layout{background-color:#e8f5e9;border-radius:12px;box-shadow:0 12px 30px #00000014;margin:0 auto;max-width:var(--app-max-width);min-height:100vh;position:relative;width:100%}.main-content{min-height:calc(100vh - 56px);overflow-x:hidden;padding-top:56px}.main-content.with-bottom-nav{min-height:calc(100vh - 116px);padding-bottom:60px}::-webkit-scrollbar{width:4px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#2e7d32;border-radius:2px}::-webkit-scrollbar-thumb:hover{background:#1b5e20}body{background-color:#f5f5f5;overflow-x:hidden}*{-webkit-tap-highlight-color:transparent;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}input,textarea{-webkit-user-select:text;user-select:text}@media (max-width:600px){.mobile-layout{border-radius:0;box-shadow:none}}.yao-selection-modal .ant-modal-content{border-radius:12px}.yao-selection-modal{max-width:calc(100vw - 32px);width:400px!important}.yao-selection-modal .ant-modal-header{border-bottom:1px solid #e0e0e0;border-radius:12px 12px 0 0}.yao-selection-modal .ant-modal-title{color:#2e7d32;font-weight:600}.yao-selection-content{padding:8px 0}.instruction{color:#2e7d32;display:block;font-weight:500;text-align:center}.instruction,.yao-rows{margin-bottom:16px}.yao-row{align-items:center;background-color:#f9f9f9;border-radius:6px;display:flex;margin-bottom:8px;min-height:40px;padding:6px}.yao-position{flex-shrink:0;text-align:center;width:60px}.yao-position .ant-typography{color:#2e7d32;font-size:14px}.yao-types{display:flex;flex:1 1;gap:4px;justify-content:space-between}.yao-button{align-items:center;background-color:#fff;border:1px solid #e0e0e0;border-radius:4px;cursor:pointer;display:flex;flex:1 1;flex-direction:column;font-size:10px;justify-content:center;max-width:75px;min-height:32px;overflow:hidden;padding:4px 1px;transition:all .2s ease}.yao-button:hover{background-color:#f1f8e9;border-color:#2e7d32}.yao-button.selected{background-color:#e8f5e9;border-color:#2e7d32}.yao-symbol-container{margin-bottom:2px;min-height:14px}.yao-symbol,.yao-symbol-container{align-items:center;display:flex;justify-content:center;width:100%}.yao-symbol{color:#2e7d32;font-family:Courier New,monospace;font-size:10px;letter-spacing:0;white-space:nowrap}.yao-name{color:#333;font-size:8px;margin-bottom:0}.yao-name,.yao-value{line-height:1;text-align:center}.yao-value{color:#666;font-size:7px}.selection-preview{background-color:#f5f5f5;border-radius:6px;margin-bottom:16px;padding:12px;text-align:center}.preview-text{color:#2e7d32;font-family:monospace;font-size:16px;font-weight:700;margin-top:8px;min-height:20px}.help-text{background-color:#f9f9f9;border-left:3px solid #2e7d32;border-radius:4px;padding:8px;text-align:center}.help-text .ant-typography{line-height:1.4}.yao-selection-modal .ant-modal-footer{border-top:1px solid #e0e0e0;text-align:center}.yao-selection-modal .ant-modal-footer .ant-btn{border-radius:6px;margin:0 4px}.yao-selection-modal .ant-modal-footer .ant-btn-primary{background-color:#2e7d32;border-color:#2e7d32}.yao-selection-modal .ant-modal-footer .ant-btn-primary:hover{background-color:#1b5e20;border-color:#1b5e20}.yao-selection-modal .ant-modal-footer .ant-btn-primary:disabled{background-color:#c8e6c9;border-color:#c8e6c9;color:#a5d6a7}@media (max-width:768px){.yao-selection-modal{margin:0;max-width:calc(100vw - 32px)}.yao-row{flex-direction:row;gap:8px}.yao-position{flex-shrink:0;width:50px}.yao-types{flex:1 1;gap:2px}.yao-button{max-width:60px;min-height:45px;padding:4px 2px}.yao-symbol{font-size:10px}.yao-name{font-size:9px}.yao-value{font-size:8px}}.paipan-renderer,div .paipan-renderer,div.home-content .paipan-renderer{-webkit-overflow-scrolling:touch;background:#fff!important;border:none!important;border-radius:8px!important;box-shadow:0 2px 4px #2e7d321a!important;font-family:Courier New,Consolas,Liberation Mono,Monaco,Lucida Console,monospace;margin:0 0 12px!important;overflow-x:auto;padding:12px 16px!important}.paipan-table{border:none!important;border-collapse:collapse!important;border-spacing:0!important;font-size:13px;line-height:1.4;min-width:520px;width:100%}.paipan-table tbody,.paipan-table td,.paipan-table th,.paipan-table thead,.paipan-table tr{background:#0000!important;background-color:initial!important;border:none!important;box-shadow:none!important}.paipan-table thead{border-bottom:none!important}.paipan-table tbody{border-top:none!important}.paipan-table tbody tr:first-child,.paipan-table tbody tr:first-child td{background:#0000!important;border-top:none!important}.gua-title-left,.gua-title-right{color:#2e7d32;font-size:14px;font-weight:700;padding:8px 4px;text-align:center}.gua-title-left,.gua-title-right,.header-separator{background:#0000!important;background-color:initial!important;border:none!important;box-shadow:none!important;outline:none!important}.header-separator{padding:8px 2px;width:16px}.paipan-table th[colspan]{background:#0000!important;border:none!important;box-shadow:none!important}.yao-row{height:auto;min-height:24px}.yao-info{min-width:90px;vertical-align:top}.yao-info,.yao-symbol{padding:4px 6px;text-align:left}.yao-symbol{font-family:monospace;min-width:50px;position:relative}.yao-flag,.yao-symbol{font-weight:700;vertical-align:middle}.yao-flag{color:#d32f2f;font-size:14px;min-width:24px;padding:4px;text-align:center}.separator{color:#e0e0e0;padding:4px 2px;text-align:center;width:16px}.info-line{font-size:12px;height:16px;line-height:16px}.monospace{font-family:Courier New,Consolas,Liberation Mono,Monaco,Lucida Console,monospace!important;letter-spacing:0;white-space:pre;word-spacing:0}.info-line.main-info{color:#2e7d32;font-size:13px;font-weight:700}.info-line.fushen{color:#ff5722;font-size:11px;font-weight:700}.info-line.empty{color:#0000}.symbol-line{align-items:center;display:flex;font-size:16px;font-weight:700;height:100%;justify-content:center;letter-spacing:0;min-height:24px}.symbol-line.empty{color:#0000}.paipan-empty,.paipan-error{color:#999;font-size:14px;padding:40px 20px;text-align:center}.paipan-error{color:#ff4d4f}.mobile-scroll-hint{background-color:#f5f5f5;border-radius:4px;color:#666;display:none;font-size:12px;margin-bottom:8px;padding:4px 8px;text-align:center}.mobile-scroll-hint span{opacity:.8}.yao-symbol .symbol-line{color:#2e7d32;font-family:Courier New,monospace;font-weight:700}.yao-symbol .symbol-line:contains("○"){color:#ff5722}.yao-symbol .symbol-line:contains("×"){color:#ff5722}.yao-flag{font-size:12px}@media (max-width:768px){.paipan-renderer{border-radius:0;margin:0 -8px;padding:8px}.mobile-scroll-hint{display:block}.paipan-table{font-size:10px;min-width:360px;table-layout:fixed;width:100%}.paipan-table col:first-child,.paipan-table col:nth-child(5){width:28%}.paipan-table col:nth-child(2),.paipan-table col:nth-child(6){width:14%}.paipan-table col:nth-child(3),.paipan-table col:nth-child(7){width:6%}.paipan-table col:nth-child(4){width:4%}.gua-title-left,.gua-title-right{font-size:12px;padding:6px 2px;text-align:center!important;vertical-align:middle}.yao-info{font-size:8px;padding:1px;width:28%}.yao-symbol{padding:2px;width:14%}.yao-flag{font-size:10px;padding:2px;width:6%}.separator{padding:2px 1px;width:4%}.header-separator{padding:6px 1px;width:4%}.info-line{font-size:9px;height:12px;line-height:12px}.info-line.main-info{font-size:10px;font-weight:700}.monospace{font-size:10px}.info-line.fushen{font-size:8px}.symbol-line{font-size:12px;min-height:24px}.yao-row{height:auto;min-height:24px}}@media (max-width:480px){.paipan-table{font-size:9px;min-width:340px}.yao-info{font-size:9px}.yao-flag,.yao-info,.yao-symbol{padding:1px 2px}.yao-flag{font-size:9px}.info-line{font-size:8px;height:9px;line-height:9px}.info-line.main-info{font-size:9px;font-weight:700}.monospace{font-size:9px}.info-line.fushen{font-size:7px}.symbol-line{font-size:11px;min-height:22px}.yao-row{height:auto;min-height:22px}.gua-title-left,.gua-title-right{font-size:11px;padding:4px 1px}}.home-page{background-color:#e8f5e9;min-height:100%;padding:16px 16px 80px}.home-content{margin:0 auto;max-width:100%}.input-card{border:none;border-radius:8px;box-shadow:0 2px 4px #2e7d321a;margin-bottom:12px}.input-card .ant-card-body{padding:12px 16px}.paipan-result-card{border:none;border-radius:8px;box-shadow:0 2px 8px #2e7d3226;margin-bottom:16px}.paipan-result-card .ant-card-head{background-color:#f1f8e9;border-bottom:1px solid #c8e6c9}.paipan-result-card .ant-card-head-title{color:#2e7d32;font-weight:600}.paipan-display{align-items:center;background-color:#fafafa;border-radius:4px;display:flex;justify-content:center;min-height:100px;padding:16px}.input-group{width:100%}.input-label{font-weight:600;margin-bottom:4px}.input-helper{color:#757575;display:block;font-size:12px;line-height:1.4;margin-bottom:8px}.yao-input{background-color:#fff;border:1px solid #2e7d32;border-radius:8px;cursor:pointer;font-size:16px;padding:12px;text-align:center}.yao-input:focus,.yao-input:hover{border-color:#2e7d32;box-shadow:0 0 0 2px #2e7d321a}.yao-input.ant-input[disabled]{background-color:#fff;color:#333;cursor:pointer}.button-row{display:flex;margin-top:12px}.shake-button{background-color:#2e7d32;border-color:#2e7d32;border-radius:8px;flex:1 1;font-weight:500;height:40px}.shake-button:hover{background-color:#1b5e20;border-color:#1b5e20}.paipan-button{background-color:#2e7d32;border-color:#2e7d32;border-radius:8px;color:#fff;flex:1 1;font-weight:500;height:40px}.paipan-button:hover{background-color:#1b5e20;border-color:#1b5e20;color:#fff}.question-input{background-color:#fff;border:1px solid #2e7d32;border-radius:8px}.question-input:focus,.question-input:hover{border-color:#2e7d32;box-shadow:0 0 0 2px #2e7d321a}.question-input .ant-input{border:none;font-size:16px;padding:12px}.question-input .ant-input-data-count{background-color:#ffffffe6;border-radius:4px;bottom:8px;color:#666;font-size:12px;padding:2px 6px;position:absolute;right:12px;z-index:10}.question-input{position:relative}.time-input{background-color:#fff;border:1px solid #2e7d32;border-radius:8px;font-size:16px;padding:12px}.time-input:focus,.time-input:hover{border-color:#2e7d32;box-shadow:0 0 0 2px #2e7d321a}.gender-radio{margin-top:4px}.gender-radio .ant-radio-wrapper{color:#333;font-size:16px;margin-right:24px}.gender-radio .ant-radio-checked .ant-radio-inner{background-color:#2e7d32;border-color:#2e7d32}.gender-radio .ant-radio-wrapper:hover .ant-radio .ant-radio-inner,.gender-radio .ant-radio:hover .ant-radio-inner{border-color:#2e7d32}.credits-cost{margin:8px 0;padding:4px;text-align:center}.credits-cost .ant-typography{color:#2e7d32;font-size:12px}.divination-button{background-color:#2e7d32;border-color:#2e7d32;border-radius:8px;font-size:16px;font-weight:600;height:48px;margin-top:16px}.divination-button:hover{background-color:#1b5e20;border-color:#1b5e20;box-shadow:0 4px 12px #2e7d324d;transform:translateY(-1px)}.divination-button:active{box-shadow:0 2px 6px #2e7d3233;transform:translateY(0)}.ant-modal-content{border-radius:12px}.ant-modal-header{border-radius:12px 12px 0 0}.ant-modal-footer .ant-btn-primary{border-radius:6px}.ant-message .ant-message-notice-content{border-radius:6px;box-shadow:0 3px 12px #00000026}@media (max-width:768px){.home-page{padding:12px 12px 80px}.input-card .ant-card-body{padding:12px}.button-row{flex-direction:row;gap:8px}.paipan-button,.shake-button{flex:1 1}}.settings-page{background-color:#e8f5e9;min-height:100%;padding:20px 20px 80px}.settings-content{margin:0 auto;max-width:100%}.settings-card{border:none;border-radius:12px;box-shadow:0 2px 8px #2e7d321a;margin-bottom:20px}.settings-card .ant-card-head{background-color:#fff;border-bottom:1px solid #e0e0e0;border-radius:12px 12px 0 0}.settings-card .ant-card-head-title{color:#2e7d32;font-size:18px;font-weight:600}.settings-card .ant-card-body{background-color:#fff;border-radius:0 0 12px 12px;padding:20px}.input-label{color:#2e7d32;display:block;font-size:14px;font-weight:500;margin-bottom:8px}.settings-input{background-color:#fff;border:1px solid #2e7d32;border-radius:12px;font-size:14px;padding:16px}.settings-input:focus,.settings-input:hover{border-color:#2e7d32;box-shadow:0 0 0 2px #2e7d321a}.settings-input .ant-input{background:#0000;border:none;padding:0}.settings-input .ant-input:focus{box-shadow:none}.settings-button{border:none;border-radius:12px;font-size:14px;font-weight:500;height:48px;transition:all .2s ease}.settings-button.ant-btn-primary{background-color:#2e7d32;color:#fff}.settings-button.ant-btn-primary:hover{background-color:#1b5e20;box-shadow:0 4px 12px #2e7d324d;transform:translateY(-1px)}.settings-button.ant-btn-primary:active{box-shadow:0 2px 6px #2e7d3233;transform:translateY(0)}.settings-button.secondary{background-color:#2e7d32;border:none;color:#fff}.settings-button.secondary:hover{background-color:#1b5e20;box-shadow:0 4px 12px #2e7d324d;color:#fff;transform:translateY(-1px)}.settings-button.secondary:active{box-shadow:0 2px 6px #2e7d3233;transform:translateY(0)}.settings-button.tertiary{background-color:#2e7d32;border:none;color:#fff}.settings-button.tertiary:hover{background-color:#1b5e20;box-shadow:0 4px 12px #2e7d324d;color:#fff;transform:translateY(-1px)}.settings-button.tertiary:active{box-shadow:0 2px 6px #2e7d3233;transform:translateY(0)}.settings-button.download-app{background-color:#2e7d32;border:none;color:#fff}.settings-button.download-app:hover{background-color:#1b5e20;box-shadow:0 4px 12px #2e7d324d;color:#fff;transform:translateY(-1px)}.settings-button.download-app:active{box-shadow:0 2px 6px #2e7d3233;transform:translateY(0)}.button-row{align-items:stretch;display:flex!important;flex-direction:row!important;gap:8px;width:100%}.half-width{flex:1 1!important;min-height:48px}.save-button{background-color:#2e7d32;border:none;border-radius:12px;font-size:16px;font-weight:600;height:56px;margin-bottom:16px;margin-top:12px}.save-button:hover{background-color:#1b5e20;box-shadow:0 6px 16px #2e7d324d;transform:translateY(-2px)}.save-button:active{box-shadow:0 2px 8px #2e7d3233;transform:translateY(0)}.settings-input.ant-input-password{border:1px solid #2e7d32;border-radius:12px;padding:0}.settings-input.ant-input-password .ant-input{border:none;border-radius:12px;padding:16px}.settings-input.ant-input-password .ant-input-suffix{padding-right:16px}.settings-input.ant-input-password:focus-within{border-color:#2e7d32;box-shadow:0 0 0 2px #2e7d321a}.ant-modal-content{border-radius:16px}.ant-modal-header{border-bottom:1px solid #e0e0e0;border-radius:16px 16px 0 0}.ant-modal-title{color:#2e7d32;font-weight:600}.ant-modal-footer .ant-btn-primary{background-color:#2e7d32;border-color:#2e7d32;border-radius:8px}.ant-modal-footer .ant-btn-primary:hover{background-color:#1b5e20;border-color:#1b5e20}.ant-message .ant-message-notice-content{border-radius:8px;box-shadow:0 4px 12px #00000026}.ant-message-success .anticon{color:#52c41a}.ant-message-warning .anticon{color:#faad14}.ant-message-error .anticon{color:#ff4d4f}@media (max-width:768px){.settings-card .ant-card-body,.settings-page{padding:16px}}.footer-record{margin:16px 0;padding:8px 0;text-align:center}.record-link{color:#999;cursor:pointer;font-size:12px;text-decoration:none;transition:color .3s ease}.record-link:hover{color:#2e7d32;text-decoration:underline}.App{padding:50px;text-align:center}.App h1{color:#333;margin-bottom:20px}.App p{color:#666;font-size:16px}
/*# sourceMappingURL=main.66bc3910.css.map*/