.swipeable-test-layout{flex-direction:column;min-height:calc(100dvh - 80px);display:flex}.swipeable-test-container{flex:1;justify-content:center;align-items:center;width:100%;margin:30px 0;display:flex;position:relative}.swipeable-card-stack{justify-content:center;align-items:center;width:100%;max-width:500px;height:100%;min-height:480px;display:flex;position:relative}.swipeable-card{background:var(--color-card,#fff);border:1.5px solid var(--color-border,#b48c641f);border-radius:var(--radius-lg,24px);box-shadow:var(--shadow-card,0 4px 24px #0000000a);aspect-ratio:1;cursor:grab;touch-action:pan-y;-webkit-user-select:none;user-select:none;will-change:transform;z-index:2;justify-content:center;align-items:center;width:calc(100% - 32px);height:auto;min-height:280px;max-height:500px;margin:16px;padding:60px 40px;display:flex;position:absolute;overflow:hidden}.swipeable-card--next{z-index:1;opacity:.5;cursor:default;background:#fcf8f4;transform:scale(.95)translateY(8px)}body.dark-mode-active .swipeable-card--next{opacity:.5;background:#000}.swipeable-card:active{cursor:grabbing}.swipe-stamp{letter-spacing:.1em;text-transform:uppercase;pointer-events:none;z-index:5;border:6px solid;border-radius:14px;padding:10px 20px;font-size:2.2rem;font-weight:900;position:absolute;top:30px}.swipe-stamp--yes{color:#2ecc71;background:#2ecc711a;border-color:#2ecc71;right:20px;transform:rotate(15deg)}.swipe-stamp--no{color:#e74c3c;background:#e74c3c1a;border-color:#e74c3c;left:20px;transform:rotate(-15deg)}.swipeable-card-content{flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.swipeable-question-prefix{color:var(--color-text-secondary,#3d2e1f99);text-align:center;text-transform:uppercase;letter-spacing:.05em;opacity:.8;margin:0;font-size:1.1rem;font-weight:500}.swipeable-question-text{color:var(--color-text,#3d2e1f);text-align:center;margin:0;font-size:1.6rem;font-weight:600;line-height:1.5}.swipeable-answer-buttons{grid-template-columns:1fr 1fr;gap:16px;width:100%;margin-bottom:20px;display:grid}@media (max-width:600px){.swipeable-test-layout{min-height:calc(100dvh - 60px)}.swipeable-card-stack{flex:1;min-height:250px}.swipeable-test-container{margin:8px 0}.swipeable-card{aspect-ratio:1;border-radius:20px;width:100%;height:auto;min-height:200px;max-height:400px;margin:0;padding:24px 16px}.swipeable-question-text{font-size:1.25rem}.swipe-stamp{border-width:4px;padding:8px 16px;font-size:1.6rem;top:16px}}
