#test.container{display:flex;max-width:none!important;flex-direction:column;justify-content:center;align-items:center;min-height:100vh;background:linear-gradient(180deg,#f5f7fa,#fdeded)}#test .card{margin-top:83px;background:#fff;border-radius:16px;box-shadow:0 4px 12px rgba(0,0,0,.1);max-width:550px;width:100%;padding:24px;text-align:center}#test .title{font-size:24px;font-weight:700;color:#333;margin-bottom:16px}#test .question{font-size:18px;font-weight:500;color:#555;margin-bottom:32px}#test .options{display:flex;flex-direction:column;gap:16px}#test .button{background:#e24a4a;color:#fff;font-size:16px;font-weight:500;padding:12px 16px;border:none;border-radius:8px;cursor:pointer;transition:all .3s ease;margin-top:8px}#test .button:hover{background:#bd3535;transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.1)}#test .result{font-size:18px;color:#444;margin-top:16px;margin-bottom:16px;line-height:1.5}#test .character{width:230px;margin:16px auto;display:block}#test .result-description{font-size:16px;color:#444;margin:12px 0}#test .result-recommendation{font-size:14px;color:#666;margin:8px 0}#test .sharebtn{margin-top:20px}#test .share-buttons,#test .sharebtn{display:flex;flex-direction:column;justify-content:center;align-items:center}#test .share-buttons{margin:0 auto}#test .share-buttons p{margin-top:20px;font-size:16px;margin-bottom:8px;color:#333}#test .share-button{background:#f55423;color:#fff;font-size:14px;padding:10px 16px;border:none;border-radius:8px;margin:5px;cursor:pointer;transition:transform .3s ease,box-shadow .3s ease}#test .share-button:hover{background:#ff5c1c;transform:translateY(-2px);box-shadow:0 4px 6px rgba(0,0,0,.2)}#test .recommendation{background-color:#fac9c9;border:none;border-radius:10px;padding:10px;margin-top:10px;width:100%;cursor:pointer;color:#fff;color:#3f0000;font-weight:bolder}#test .progress{font-size:16px;color:#555;margin-bottom:16px}@media (max-width:830px){#test.container{height:1000px}#test .card{width:80%;padding:16px;margin-top:0}#test .title{font-size:20px}#test .question{font-size:16px}#test .button{font-size:14px;padding:10px}}