*{box-sizing:border-box}html{background:#0c0e13}body{color:#f2f3f5;background:radial-gradient(circle at top,#191d28 0,#0c0e13 55%);min-width:320px;min-height:100vh;margin:0;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}button,input{font:inherit}button{-webkit-tap-highlight-color:transparent}.guess-display{grid-template-columns:repeat(4,1fr);gap:14px;margin-top:18px;display:grid}.offering-card{background:linear-gradient(145deg,#ffffff0f,#ffffff06);border:1px solid #ffffff12;border-radius:16px;flex-direction:column;justify-content:center;align-items:center;min-width:0;padding:18px 10px 14px;transition:transform .2s,background .2s;display:flex}.offering-card:hover{background:linear-gradient(145deg,#ffffff17,#ffffff0a);transform:translateY(-3px)}.offering-image-wrapper{justify-content:center;align-items:center;width:52px;height:52px;display:flex}.offering-image{object-fit:contain;width:100%;height:100%;display:block}.offering-name{color:#b7bdca;margin-top:10px;font-size:12px}.feedback-section{flex-direction:column;gap:10px;display:flex}.feedback-control{background:#ffffff09;border:1px solid #ffffff0f;border-radius:16px;justify-content:space-between;align-items:center;min-height:78px;padding:14px 16px;display:flex}.feedback-label{color:#e9eaf0;font-size:15px;font-weight:600}.feedback-description{color:#777f91;margin-top:5px;font-size:12px}.counter{align-items:center;gap:8px;display:flex}.counter-button{color:#f1f3f8;cursor:pointer;background:#ffffff12;border:none;border-radius:11px;width:38px;height:38px;font-size:21px;transition:transform .15s,background .15s}.counter-button:hover:not(:disabled){background:#ffffff21;transform:scale(1.05)}.counter-button:disabled{opacity:.3;cursor:not-allowed}.counter-value{text-align:center;color:#fff;width:38px;font-size:21px;font-weight:700}.action-row{gap:12px;margin-top:24px;display:flex}.action-row button{cursor:pointer;border-radius:14px;height:50px;font-size:14px;font-weight:700;transition:transform .15s,filter .15s}.action-row button:hover{transform:translateY(-2px)}.restart-button{color:#aeb4c1;background:#ffffff0a;border:1px solid #ffffff1a;flex:1}.next-button{color:#17130c;background:linear-gradient(135deg,#d6ad59,#987436);border:none;flex:2;box-shadow:0 10px 30px #d6ad5926}.error-message{color:#f08d8d;background:#d84f4f1f;border:1px solid #d84f4f33;border-radius:12px;padding:12px 14px;font-size:13px}.team-reminder{background:linear-gradient(135deg,#cd9d4621,#cd9d4609);border:1px solid #cd9d4647;border-radius:16px;margin-top:24px;margin-bottom:4px;padding:16px 18px;position:relative;overflow:hidden;box-shadow:0 12px 32px #0000001f}.team-reminder:after{content:"";pointer-events:none;background:radial-gradient(circle,#dcb25e29,#0000 70%);border-radius:50%;width:130px;height:130px;position:absolute;top:-70px;right:-70px}.team-reminder-content{z-index:1;position:relative}.team-reminder-title{letter-spacing:.16em;color:#d9b866;margin-bottom:6px;font-size:10px;font-weight:800}.team-reminder-text{color:#bfc5cf;font-size:14px;line-height:1.55}.team-reminder-text strong{color:#f0d48f;font-weight:700}.status-section{text-align:center;background:linear-gradient(135deg,#d6ad5914,#d6ad5906);border:1px solid #d6ad591f;border-radius:18px;margin-top:28px;padding:22px}.status-number{color:#e5c47e;font-size:34px;font-weight:800}.status-label{letter-spacing:.15em;color:#858c9b;margin-top:5px;font-size:10px;font-weight:700}.history-section{margin-top:30px}.history-header{justify-content:space-between;align-items:flex-start;margin-bottom:14px;display:flex}.history-legend{color:#747c8d;margin-top:6px;font-size:11px}.turn-count{color:#858c9b;background:#ffffff0d;border-radius:999px;padding:6px 10px;font-size:11px}.history-list{flex-direction:column;gap:8px;display:flex}.history-row{background:#ffffff06;border:1px solid #ffffff0a;border-radius:14px;grid-template-columns:38px minmax(150px,1fr) 90px 70px;align-items:center;gap:10px;padding:10px 12px;display:grid}.history-turn{color:#7e8594;font-size:12px;font-weight:700}.guess-display-small{gap:5px;margin:0;display:flex}.guess-display-small .offering-card{background:0 0;border:none;width:30px;height:30px;padding:0}.guess-display-small .offering-card:hover{transform:none}.guess-display-small .offering-image-wrapper{width:28px;height:28px}.guess-display-small .offering-image{object-fit:contain;width:100%;height:100%}.history-feedback{color:#c7ccd6;align-items:center;gap:6px;font-size:12px;display:flex}.feedback-dot{border-radius:50%;width:8px;height:8px;display:inline-block}.correct-dot{background:#d8ae59}.misplaced-dot{border:1px solid #9da5b4}.history-remaining{text-align:right;color:#7d8594;font-size:11px}.history-empty{text-align:center;color:#6f7787;border:1px dashed #ffffff14;border-radius:14px;padding:24px;font-size:13px}.solution-section{text-align:center;padding:20px 0 10px}.solution-section h2{color:#f3f0e9;margin:10px 0 0;font-size:25px}.solution-text{color:#8991a1;margin:8px 0 20px;font-size:14px}.restart-large-button{color:#17130c;cursor:pointer;background:linear-gradient(135deg,#d6ad59,#987436);border:none;border-radius:14px;margin-top:28px;padding:13px 28px;font-weight:700}@media (width<=600px){.guess-display{gap:8px}.offering-card{padding:14px 5px 10px}.offering-name{font-size:10px}.feedback-control{padding:12px}.feedback-description{max-width:180px}.history-row{grid-template-columns:30px 1fr;gap:8px}.history-feedback{grid-column:2}.history-remaining{text-align:left;grid-column:2}.team-reminder{border-radius:14px;margin-top:18px;padding:14px 15px}.team-reminder-text{font-size:13px}}.rope-solver{width:100%}.rope-solver-logo-box{flex-shrink:0;justify-content:center;align-items:center;width:44px;height:58px;display:flex}.rope-solver-logo{object-fit:contain;width:100%;max-width:100%;height:100%;max-height:100%;display:block}.rope-current-section{text-align:center}.number-display{justify-content:center;gap:14px;margin-top:20px;display:flex}.number-slot{color:#f3f0e9;background:linear-gradient(145deg,#ffffff0f,#ffffff06);border:1px solid #ffffff14;border-radius:16px;justify-content:center;align-items:center;width:72px;height:72px;font-size:30px;font-weight:800;display:flex;box-shadow:0 8px 25px #00000026}.choice-buttons{gap:12px;margin-top:28px;display:flex}.choice-buttons button{cursor:pointer;border-radius:14px;flex:1;height:54px;font-size:14px;font-weight:700;transition:transform .15s,background .2s,opacity .2s}.choice-buttons button:hover:not(:disabled){transform:translateY(-2px)}.choice-buttons button:disabled{opacity:.25;cursor:not-allowed;transform:none}.same-button{color:#e5c47e;background:#d6ad5914;border:1px solid #d6ad5940}.same-button:hover:not(:disabled){background:#d6ad5926}.different-button{color:#c7ccd6;background:#ffffff0a;border:1px solid #ffffff1a}.different-button:hover:not(:disabled){background:#ffffff17}.clear-result{background:linear-gradient(135deg,#d6ad591a,#d6ad5906);border:1px solid #d6ad592e;border-radius:16px;margin-top:28px;padding:20px}.clear-title{color:#e5c47e;letter-spacing:.08em;font-size:24px;font-weight:800}.clear-text{color:#8991a1;margin-top:6px;font-size:13px}.rope-action-row{margin-top:24px}.rope-action-row .restart-button{flex:1}.rope-history-section{margin-top:30px}.rope-history{align-items:center;gap:8px;width:100%;padding:4px 2px 8px;display:flex;overflow-x:auto}.rope-history-node{flex-shrink:0;align-items:center;gap:8px;display:flex}.history-step-number{color:#8d95a5;background:#ffffff0f;border:1px solid #ffffff14;border-radius:50%;justify-content:center;align-items:center;width:30px;height:30px;font-size:11px;font-weight:800;display:flex}.history-code{color:#e8e5de;letter-spacing:.08em;background:linear-gradient(145deg,#ffffff0f,#ffffff06);border:1px solid #ffffff12;border-radius:12px;justify-content:center;align-items:center;min-width:64px;height:46px;padding:0 12px;font-size:16px;font-weight:800;display:flex}.history-arrow{color:#6f7787;flex-shrink:0;padding:0 2px;font-size:20px;font-weight:400}@media (width<=600px){.rope-solver-logo-box{width:34px;height:45px}.number-display{gap:9px}.number-slot{width:62px;height:62px;font-size:26px}.choice-buttons{gap:9px}.choice-buttons button{min-height:64px;padding:10px}.choice-main{font-size:14px}.choice-next{font-size:11px}.rope-history,.rope-history-node{gap:6px}.history-step-number{width:26px;height:26px;font-size:10px}.history-code{min-width:58px;height:42px;padding:0 9px;font-size:14px}.history-arrow{font-size:17px}}.c6d95-solver{width:100%}.c6d95-solver .header{align-items:center;gap:20px;display:flex}.c6d95-solver .header-left{align-items:center;gap:16px;min-width:0;display:flex}.c6d95-solver .title-area{min-width:0}.c6d95-solver .header h1{letter-spacing:.08em;color:#f5f0e7;margin:0;font-size:22px}.c6d95-solver .header p{color:#8f96a8;margin:5px 0 0;font-size:14px}.c6d95-solver-logo-box{flex-shrink:0;justify-content:center;align-items:center;width:78px;height:78px;display:flex}.c6d95-solver-logo{object-fit:contain;width:100%;height:100%;display:block}.c6d95-statue-section{text-align:center}.c6d95-image-wrapper{justify-content:center;align-items:center;width:100%;margin-top:18px;display:flex}.c6d95-statue-image{object-fit:contain;filter:drop-shadow(0 10px 25px #0000002e);width:min(100%,834px);height:auto;display:block}.c6d95-statue-labels{grid-template-columns:repeat(5,1fr);gap:10px;margin-top:12px;display:grid}.c6d95-statue-label{text-align:center;color:#e5c47e;letter-spacing:.08em;font-size:15px;font-weight:800}.c6d95-selector-section{margin-top:24px}.c6d95-selector-grid{grid-template-columns:repeat(5,1fr);gap:10px;margin-top:14px;display:grid}.c6d95-statue-column{flex-direction:column;gap:7px;display:flex}.c6d95-choice-button{color:#858d9c;cursor:pointer;background:#ffffff09;border:1px solid #ffffff12;border-radius:10px;width:100%;height:42px;font-size:14px;font-weight:800;transition:transform .15s,background .15s,border-color .15s,color .15s,box-shadow .15s}.c6d95-choice-button:hover{color:#e5e9ef;background:#ffffff14;transform:translateY(-1px)}.c6d95-choice-button.selected{color:#17130c;transform:none;box-shadow:0 5px 15px #0000002e}.c6d95-choice-button.choice-1.selected{background:linear-gradient(135deg,#d6ad59,#987436);border-color:#d6ad59a6}.c6d95-choice-button.choice-2.selected{color:#17191e;background:#b4b9c3d9;border-color:#dce0e899}.c6d95-choice-button.choice-3.selected{color:#17191e;background:#969dabe6;border-color:#c8cdd799}.c6d95-choice-button.choice-4.selected{color:#f5f6f8;background:#78808ff2;border-color:#b4bac68c}.c6d95-sequence{text-align:center;background:#ffffff09;border:1px solid #ffffff0f;border-radius:16px;margin-top:22px;padding:16px}.c6d95-sequence-label{letter-spacing:.15em;color:#777f90;font-size:10px;font-weight:800}.c6d95-sequence-value{justify-content:center;gap:9px;margin-top:10px;display:flex}.c6d95-sequence-digit{color:#4e5665;background:#ffffff06;border:1px solid #ffffff0d;border-radius:10px;justify-content:center;align-items:center;width:38px;height:38px;font-size:17px;font-weight:800;display:flex}.c6d95-sequence-digit.active{color:#f1f3f8;background:#ffffff12;border-color:#ffffff1a}.c6d95-error{color:#f08d8d;text-align:center;background:#d84f4f1f;border:1px solid #d84f4f33;border-radius:12px;margin-top:12px;padding:12px 14px;font-size:13px}.c6d95-result{text-align:center;background:linear-gradient(135deg,#d6ad591c,#d6ad5906);border:1px solid #d6ad592e;border-radius:18px;margin-top:24px;padding:24px 20px;box-shadow:0 12px 35px #0000001f}.c6d95-result-label{letter-spacing:.16em;color:#858c9b;font-size:10px;font-weight:800}.c6d95-result-value{color:#e5c47e;letter-spacing:.12em;margin-top:8px;font-size:36px;font-weight:900}.c6d95-result-text{color:#8991a1;margin-top:6px;font-size:12px}.c6d95-action-row{margin-top:24px}@media (width<=600px){.c6d95-solver .header{gap:12px}.c6d95-solver .header-left{gap:10px}.c6d95-solver .header h1{white-space:nowrap;text-overflow:ellipsis;font-size:17px;overflow:hidden}.c6d95-solver .header p{font-size:12px}.c6d95-solver-logo-box{width:52px;height:52px}.c6d95-image-wrapper{margin-top:14px}.c6d95-statue-labels{gap:6px;margin-top:8px}.c6d95-statue-label{font-size:12px}.c6d95-selector-section{margin-top:20px}.c6d95-selector-grid,.c6d95-statue-column{gap:6px}.c6d95-choice-button{border-radius:9px;height:38px;font-size:13px}.c6d95-sequence{padding:14px 10px}.c6d95-sequence-value{gap:5px}.c6d95-sequence-digit{width:34px;height:34px;font-size:15px}.c6d95-result{padding:22px 16px}.c6d95-result-value{font-size:32px}}.app{justify-content:center;align-items:flex-start;min-height:100vh;padding:48px 20px;display:flex;position:relative;overflow:hidden}.background-glow{filter:blur(120px);pointer-events:none;opacity:.16;border-radius:50%;width:500px;height:500px;position:fixed}.glow-1{background:#d7a74a;top:-200px;left:-200px}.glow-2{background:#8758d6;bottom:-250px;right:-200px}.solver-card{z-index:1;background:linear-gradient(145deg,#1e222df5,#101219fa);border:1px solid #ffffff14;border-radius:24px;width:min(760px,100%);padding:36px;position:relative;box-shadow:0 30px 80px #00000073}.site-header{text-align:center;flex-direction:column;align-items:center;padding:4px 0 24px;display:flex}.site-game-logo-box{flex-shrink:0;justify-content:center;align-items:center;width:145px;height:52px;display:flex}.site-game-logo{object-fit:contain;filter:drop-shadow(0 5px 15px #0000004d);width:100%;height:100%;display:block}.site-title-text{text-align:center}.site-title-text h1{letter-spacing:-.03em;color:#f5f0e7;margin:0;font-size:28px;font-weight:800}.site-title-text p{color:#8f98a5;margin:7px 0 0;font-size:13px}.solver-tabs{background:#ffffff0a;border:1px solid #ffffff0f;border-radius:14px;gap:8px;margin-bottom:28px;padding:5px;display:flex}.solver-tab{color:#8993a0;cursor:pointer;background:0 0;border:none;border-radius:10px;flex:1;min-height:52px;padding:10px 12px;font-size:12px;font-weight:700;line-height:1.3;transition:background .2s,color .2s,box-shadow .2s,transform .15s}.solver-tab:hover{color:#dfe5ec;background:#ffffff0d}.solver-tab.active{color:#f2f5f8;background:#ffffff1a;box-shadow:0 4px 15px #00000026}.solver-content{min-height:400px}.header{align-items:center;gap:20px;display:flex}.header-left{align-items:center;gap:16px;min-width:0;display:flex}.title-area{min-width:0}.header h1{letter-spacing:.08em;color:#f5f0e7;margin:0;font-size:22px}.header p{color:#8f96a8;margin:5px 0 0;font-size:14px}.divider{background:linear-gradient(90deg,#0000,#ffffff1a,#0000);height:1px;margin:30px 0}.section-heading{letter-spacing:.14em;color:#8f96a8;font-size:11px;font-weight:700}.footer{color:#656d7d;letter-spacing:.04em;border-top:1px solid #ffffff0f;justify-content:center;align-items:center;gap:6px;margin-top:32px;padding-top:20px;font-size:11px;display:flex}.footer-name{color:#c7a861;letter-spacing:.06em;font-weight:700}@media (width<=600px){.app{padding:16px 10px}.solver-card{border-radius:20px;padding:22px 16px}.site-game-logo-box{width:105px;height:40px}.site-title-text h1{font-size:22px}.site-title-text p{font-size:11px}.solver-tabs{flex-direction:column}.solver-tab{min-height:44px}.header{gap:12px}.header-left{gap:10px}.header h1{white-space:nowrap;text-overflow:ellipsis;font-size:17px;overflow:hidden}.header p{font-size:12px}.footer{margin-top:24px}}
