body{font-family:Arial,sans-serif}.swtool-button{display:inline-block;padding:10px 20px;background-color:#0073aa;color:#fff;text-decoration:none;border-radius:5px;text-align:center;cursor:pointer;border:none;font-size:14px;margin:5px}.swtool-button:hover{background-color:#005177}.swtool-button.unsubscribe{margin:18px 0;background-color:#dc3232}.button-container{text-align:center}.swtool-button-report{display:inline-block;padding:10px 20px;background-color:#0073aa;color:#fff;text-decoration:none;border-radius:5px;text-align:center;cursor:pointer;border:none;font-size:14px;margin:5px}.swtool-button-report:hover{background-color:#005177}.swtool-chart-container{position:relative;width:100%;display:block;background-color:rgba(255,255,255,1)}.swtool-chart{position:relative;width:100%;height:400px;display:block;margin-left:2px}.swtool-chart canvas{position:relative;z-index:2}.chart-logo{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);opacity:.3;pointer-events:none;display:block;z-index:100}.chart-logo img{max-width:150px;height:auto;display:block}@media (max-width:768px){.swtool-chart{height:300px;margin-left:2px}.chart-logo img{max-width:100px}}@media (max-width:480px){.swtool-chart{height:250px;margin-left:2px}.chart-logo img{max-width:80px}}.swtool-chart:-webkit-full-screen{width:100vw!important;height:100vh!important;background-color:#fff;display:flex;justify-content:center;align-items:center;aspect-ratio:16 / 9!important;z-index:9999!important;}.swtool-chart:-moz-full-screen{width:100vw!important;height:100vh!important;background-color:#fff;display:flex;justify-content:center;align-items:center;aspect-ratio:16 / 9!important;z-index:9998!important;}.swtool-chart:-ms-fullscreen{width:100vw!important;height:100vh!important;background-color:#fff;display:flex;justify-content:center;align-items:center;aspect-ratio:16 / 9!important;z-index:9998!important;}.swtool-chart:fullscreen{width:100vw!important;height:100vh!important;background-color:#fff;display:flex;justify-content:center;align-items:center;aspect-ratio:16 / 9!important;z-index:9998!important;}.danmu-container{position:absolute;top:15%;left:0;width:100%;height:auto;min-height:200px;overflow:hidden;z-index:1000}.danmu-item{position:absolute;white-space:nowrap;font-size:16px;color:#333;left:100%;animation:danmu 10s linear infinite;display:inline-block;opacity:0;animation-fill-mode:forwards;line-height:1.8}@keyframes danmu{0%{transform:translateX(0);opacity:1}100%{transform:translateX(-100vw);opacity:1}}@media (max-width:768px){.danmu-container{top:10%;min-height:150px}.danmu-item{font-size:14px}}@media (max-width:480px){.danmu-container{top:10%;min-height:100px}.danmu-item{font-size:12px}}.swtool-chart-tabs{margin-bottom:1px;margin-left:2px;z-index:100}:fullscreen .swtool-chart-tabs,:-webkit-full-screen .swtool-chart-tabs,:-moz-full-screen .swtool-chart-tabs{z-index:9999;position:relative}.swtool-tab{padding:5px 10px;margin-right:5px;cursor:pointer;border:1px solid #ccc;background-color:#f9f9f9;margin-left:2px;z-index:101}.swtool-tab.active{background-color:#0073aa;color:#fff;border-color:#0073aa}.chart-lock{position:absolute;right:30%;top:50%;transform:translateY(-50%);font-size:48px;opacity:.5;cursor:pointer;z-index:10000;color:#000}.chart-lock:hover{opacity:.8}.chart-lock::after{content:"👉解锁策略信号";position:absolute;top:-50px;left:50%;transform:translateX(-50%);background-color:rgba(0,0,0,.8);color:#fff;padding:5px 10px;border-radius:4px;font-size:12px;white-space:nowrap;opacity:1;transition:opacity 0.3s ease}.chart-lock:hover::after{opacity:1}.swtool-pagination{margin-top:20px;text-align:center}.swtool-pagination a{display:inline-block;padding:5px 10px;margin:0 5px;border:1px solid #ddd;text-decoration:none;color:#333}.swtool-pagination a.active{background-color:#0073aa;color:#fff;border-color:#0073aa}.swtool-pagination-history{display:flex;justify-content:center;align-items:center;margin-top:20px;gap:10px;font-family:Arial,sans-serif;flex-wrap:wrap}.pagination-button{padding:8px 16px;border:1px solid #ccc;border-radius:4px;background-color:#f9f9f9;color:#333;cursor:pointer;transition:background-color 0.3s ease,border-color 0.3s ease}.pagination-button:hover{background-color:#eaeaea;border-color:#999}.pagination-button:active{background-color:#ddd}.pagination-button:disabled{background-color:#f0f0f0;color:#999;cursor:not-allowed}#swtool-pagination-history-input{padding:8px;border:1px solid #ccc;border-radius:4px;width:60px;text-align:center}#swtool-pagination-history-go{padding:8px 16px;border:1px solid #007bff;border-radius:4px;background-color:#007bff;color:#fff;cursor:pointer;transition:background-color 0.3s ease,border-color 0.3s ease}#swtool-pagination-history-go:hover{background-color:#0056b3;border-color:#0056b3}#swtool-pagination-history-go:active{background-color:#004085}@media (max-width:768px){.swtool-pagination-history{flex-direction:row;justify-content:center;gap:5px}.pagination-button,#swtool-pagination-history-input,#swtool-pagination-history-go{padding:6px 12px;font-size:14px}}.swtool-holding-table,.swtool-trade-history,.swtool-strategy-intro{margin-top:1px;overflow-x:auto;width:100%}.swtool-holding-table table,.swtool-trade-history table,.swtool-strategy-intro table{width:100%;border-collapse:collapse;table-layout:fixed}.swtool-holding-table th,.swtool-trade-history th,.swtool-strategy-intro th{background-color:#f5f5f5;padding:5px;text-align:left;white-space:nowrap}.swtool-holding-table td,.swtool-trade-history td,.swtool-strategy-intro td{padding:1px;border-bottom:1px solid #ddd;white-space:normal;word-break:break-word}@media (max-width:768px){.swtool-holding-table,.swtool-trade-history,.swtool-strategy-intro{margin-top:1px}.swtool-holding-table table,.swtool-trade-history table,.swtool-strategy-intro table{table-layout:auto}.swtool-holding-table th,.swtool-trade-history th,.swtool-strategy-intro th,.swtool-holding-table td,.swtool-trade-history td,.swtool-strategy-intro td{padding:1px;white-space:normal}}@media (max-width:480px){.swtool-holding-table,.swtool-trade-history,.swtool-strategy-intro{margin-top:1px}.swtool-holding-table th,.swtool-trade-history th,.swtool-strategy-intro th,.swtool-holding-table td,.swtool-trade-history td,.swtool-strategy-intro td{padding:1px}}.swtool-holding-table th,.swtool-holding-table td,.swtool-trade-history th,.swtool-trade-history td,.swtool-strategy-intro th,.swtool-strategy-intro td{max-width:100%}.swtool-holding-table td,.swtool-trade-history td,.swtool-strategy-intro td{word-break:break-word}#swtool-qrcode-container{display:flex;flex-direction:column;align-items:center;justify-content:center;margin:20px auto}#swtool-qrcode-container img{width:150px;height:150px}#swtool-qrcode-container div{margin-top:10px;font-size:16px;color:#333}.hidetitle .entry-title{display:none}#swtool-generate-report-button{margin-left:8px}.blink{animation:blink 1s ease-in-out infinite alternate}@keyframes blink{from{background-color:initial}to{background-color:red}}#swtool-order-by{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:200px;padding:10px 20px;font-size:16px;color:#333;background-color:#fff;border:2px solid #0073aa;border-radius:5px;box-shadow:0 2px 4px rgba(0,0,0,.1);cursor:pointer;transition:all 0.3s ease;position:relative;text-align:center;margin:0 auto;display:block}#swtool-order-by:hover,#swtool-order-by:focus{border-color:#00a0d2;box-shadow:0 4px 8px rgba(0,0,0,.2);outline:none}#swtool-order-by::after{content:'\25BC';color:#0073aa;position:absolute;top:50%;right:15px;transform:translateY(-50%);pointer-events:none}#swtool-order-by option{padding:10px;background-color:#fff;color:#333;text-align:center}#swtool-order-by option:hover{background-color:#0073aa;color:#fff}@media (min-width:768px){#swtool-order-by{margin-left:5%;margin-right:auto}}@media (max-width:767px){#swtool-order-by{margin:0 auto}}#dmt-toggle-container{position:fixed;bottom:15%;right:25px;z-index:1000}#dmt-toggle-button{background:none;border:none;font-size:18px;cursor:pointer;padding:8px;background-color:rgba(255,255,255,.8);border-radius:50%;box-shadow:0 2px 5px rgba(0,0,0,.2)}body.dark-mode #dmt-toggle-button{background-color:rgba(0,0,0,.8);color:#fff}body.dark-mode .swtool-holding-table th,body.dark-mode .swtool-trade-history th,body.dark-mode .swtool-strategy-intro th{background-color:#1e1e1e;color:#fff}body.dark-mode .swtool-holding-table td,body.dark-mode .swtool-trade-history td,body.dark-mode .swtool-strategy-intro td{background-color:#2d2d2d;color:#fff;border-bottom:1px solid #444}body.dark-mode .swtool-holding-table tr:hover td,body.dark-mode .swtool-trade-history tr:hover td,body.dark-mode .swtool-strategy-intro tr:hover td{background-color:#3a3a3a;color:#fff}body.dark-mode .swtool-chart-container{background-color:#1e1e1e}body.dark-mode .swtool-chart{background-color:#1e1e1e}body.dark-mode .swtool-chart canvas{background-color:#1e1e1e}body.dark-mode .swtool-button{background-color:#0073aa;color:#fff}body.dark-mode .swtool-button:hover{background-color:#005177}body.dark-mode .swtool-button.unsubscribe{background-color:#dc3232}body.dark-mode .swtool-button-report{background-color:#0073aa;color:#fff}body.dark-mode .swtool-button-report:hover{background-color:#005177}body.dark-mode .danmu-item{color:#fff}body.dark-mode .chart-lock{color:#fff}body.dark-mode .chart-lock::after{background-color:rgba(255,255,255,.8);color:#000}body.dark-mode .swtool-pagination a{background-color:#1e1e1e;color:#fff;border:1px solid #444}body.dark-mode .swtool-pagination a.active{background-color:#0073aa;color:#fff}body.dark-mode .swtool-pagination-history a{background-color:#1e1e1e;color:#fff;border:1px solid #444}body.dark-mode .swtool-pagination-history a.active{background-color:#0073aa;color:#fff}body.dark-mode #swtool-order-by{background-color:#1e1e1e;color:#fff;border:2px solid #444}body.dark-mode #swtool-order-by::after{color:#fff}body.dark-mode #swtool-order-by option{background-color:#1e1e1e;color:#fff}body.dark-mode #swtool-order-by option:hover{background-color:#0073aa;color:#fff}body.dark-mode #swtool-qrcode-container div{color:#fff}body.dark-mode .swtool-chart:-webkit-full-screen,body.dark-mode .swtool-chart:-moz-full-screen,body.dark-mode .swtool-chart:-ms-fullscreen,body.dark-mode .swtool-chart:fullscreen{background-color:#1e1e1e}body.dark-mode .swtool-tab{background-color:#1e1e1e;color:#fff;border:1px solid #444}body.dark-mode .swtool-tab.active{background-color:#0073aa;color:#fff}body.dark-mode .padded{background-color:#0073aa;color:#fff}body.dark-mode .title{background-color:#0073aa;color:#fff}body.dark-mode .a{background-color:#0073aa;color:#fff}body.dark-mode .li{background-color:#0073aa;color:#fff}.swtool-ranking-container{background-color:#fff;color:#000}.swtool-ranking-container.dark-mode{background-color:#000;color:#fff}.swtool-ranking-container.dark-mode #swtool-order-by{background-color:#1e1e1e;color:#fff;border:2px solid #444}.swtool-ranking-container.dark-mode #swtool-order-by::after{color:#fff}.swtool-ranking-container.dark-mode #swtool-order-by option{background-color:#1e1e1e;color:#fff}.swtool-ranking-container.dark-mode #swtool-order-by option:hover{background-color:#0073aa;color:#fff}.swtool-ranking-container.dark-mode .swtool-pagination a{background-color:#1e1e1e;color:#fff;border:1px solid #444}.swtool-ranking-container.dark-mode .swtool-pagination a.active{background-color:#0073aa;color:#fff}.swtool-ranking-container.dark-mode ul li a{background-color:#0073aa;color:#fff}.swtool-ranking-container.dark-mode ul li a:hover{background-color:#0073aa;color:#0073aa}.swtool-subscription{margin:18px 0}.swtool-button.unsubscribe{background-color:#dc3232}#swtool-subscription-form{margin-top:1px}#swtool-subscription-form input{padding:5px;margin-left:1px}#swtool-subscription-submit{z-index:9999;position:relative}.swtool-form-container{max-width:100%;padding:15px}.mobile-form-group{margin-bottom:20px}.mobile-input{width:100%;height:40px;padding:8px 12px;font-size:16px;border:1px solid #ddd;border-radius:4px}.mobile-terms{border:1px solid #eee;margin:20px 0;padding:15px}.mobile-terms-content{max-height:50vh;overflow-y:auto;font-size:14px;line-height:1.6}.mobile-checkbox-label{display:flex;align-items:center;margin-top:15px}.mobile-checkbox{margin-right:10px;width:18px;height:18px}.mobile-submit-btn{width:100%;height:45px;font-size:16px;background:#0073aa;color:#fff;border:none;border-radius:4px}.mobile-status{margin-top:25px;padding-top:20px;border-top:1px solid #eee}.mobile-status-input-group{display:flex;gap:10px;margin:15px 0}.mobile-status-input{flex:1;height:40px;padding:8px}.mobile-status-btn{width:100px;background:#2271b1;color:#fff;border:none;border-radius:4px}@media (max-width:480px){.mobile-terms-content{font-size:13px}.mobile-submit-btn{height:50px;font-size:17px}.mobile-admin-title{font-size:20px;padding:10px 0}}.mobile-notice{padding:15px;margin:15px;background:#f8f9fa;border-radius:4px}.mobile-alert{color:#dc3545;padding:10px}.mobile-loading{color:#6c757d;padding:10px}.vip-info{margin:15px 0;padding:10px;background:#f5f5f5;border-radius:4px}.vip-info p{margin:5px 0}.upgrade-btn{display:inline-block;padding:8px 16px;background:#0073aa;color:#fff;text-decoration:none;border-radius:4px;margin-top:10px}.upgrade-btn:hover{background:#005177}.swtool-predict-container{margin:20px 0;padding:20px;border:1px solid #e0e6ed;border-radius:10px;background:#fff;box-shadow:0 2px 10px rgba(0,0,0,.05)}.swtool-predict-header{display:flex;flex-direction:column;margin-bottom:15px;padding-bottom:10px;border-bottom:1px solid #f0f4f9}.swtool-predict-input{display:flex;flex-direction:column;gap:12px}.swtool-predict-input input{width:100%;padding:12px 15px;border:1px solid #e0e6ed;border-radius:6px;font-size:18px;transition:all 0.3s ease}.swtool-predict-input input:focus{border-color:#0073aa;box-shadow:0 0 0 2px rgba(0,115,170,.1)}.swtool-predict-result{margin-top:15px;padding:15px;border-radius:6px;font-size:18px;line-height:1.6}.predict-success{color:#155724;background-color:#f0fdf4;border:1px solid #bbf7d0}.predict-error{color:#7f1d1d;background-color:#fef2f2;border:1px solid #fecaca}@media (max-width:768px){.swtool-predict-container{padding:15px;margin:15px 0}.swtool-predict-input input{padding:10px 12px}.swtool-predict-result{padding:12px}}body.dark-mode .swtool-predict-container{background-color:#2d2d2d;border-color:#444}body.dark-mode .swtool-predict-header{border-color:#444}body.dark-mode .swtool-predict-input input{background-color:#1e1e1e;border-color:#444;color:#fff}body.dark-mode .predict-success{background-color:#1a3a1e;border-color:#2e7d32}body.dark-mode .predict-error{background-color:#3a1a1a;border-color:#7d2e2e}