/* TarotVista Δωρεάν Ρίξιμο v1.0 — brand: κρεμ #F4EEE2, μπορντό #6E2530, CTA #4A161E, χρυσό #D9B26A */
.tvr-app{max-width:680px;margin:0 auto;font-family:inherit;color:#3D352B;}
.tvr-app *{box-sizing:border-box;}

/* Φόρμα */
.tvr-form{background:#F4EEE2;border:1px solid #DDD0B8;border-radius:14px;padding:26px 24px;}

/* Τράπουλα ανάποδα (αρχική οθόνη) */
.tvr-deck{display:flex;justify-content:center;height:110px;margin:0 0 20px;position:relative;}
.tvr-deck span{
	width:64px;height:104px;border-radius:8px;margin:0 -22px;
	background:#4A161E url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40"><circle cx="20" cy="20" r="6" fill="none" stroke="%23D9B26A" stroke-width="1" opacity=".45"/></svg>');
	border:2px solid #D9B26A;box-shadow:0 3px 10px rgba(31,26,20,.28);
	transition:transform .25s;
}
.tvr-deck span:nth-child(1){transform:rotate(-18deg) translateY(14px);}
.tvr-deck span:nth-child(2){transform:rotate(-12deg) translateY(7px);}
.tvr-deck span:nth-child(3){transform:rotate(-6deg) translateY(2px);}
.tvr-deck span:nth-child(4){transform:rotate(0deg);}
.tvr-deck span:nth-child(5){transform:rotate(6deg) translateY(2px);}
.tvr-deck span:nth-child(6){transform:rotate(12deg) translateY(7px);}
.tvr-deck span:nth-child(7){transform:rotate(18deg) translateY(14px);}
.tvr-form:hover .tvr-deck span:nth-child(4){transform:translateY(-6px);}
.tvr-themes{display:flex;gap:10px;margin-bottom:14px;flex-wrap:wrap;}
.tvr-theme{flex:1;min-width:100px;}
.tvr-theme input{position:absolute;opacity:0;}
.tvr-theme span{display:block;text-align:center;padding:10px 8px;border:1.5px solid #DDD0B8;border-radius:10px;background:#FFFDF8;cursor:pointer;font-weight:600;transition:all .15s;}
.tvr-theme input:checked+span{border-color:#6E2530;background:#6E2530;color:#F4EEE2;}
.tvr-theme input:focus-visible+span{outline:2px solid #6E2530;outline-offset:2px;}
.tvr-question{width:100%;border:1.5px solid #DDD0B8;border-radius:10px;padding:12px 14px;font-size:16px;font-family:inherit;background:#FFFDF8;color:#3D352B;resize:vertical;}
.tvr-question:focus{outline:none;border-color:#6E2530;}
.tvr-hp{position:absolute;left:-9999px;height:1px;width:1px;opacity:0;}
.tvr-btn{display:inline-block;border:none;border-radius:10px;padding:13px 26px;font-size:16px;font-weight:700;cursor:pointer;text-decoration:none;text-align:center;font-family:inherit;transition:transform .12s, background .15s;}
.tvr-btn:active{transform:scale(.98);}
.tvr-btn-main{background:#4A161E;color:#F4EEE2 !important;width:100%;margin-top:12px;}
.tvr-btn-main:hover{background:#6E2530;color:#F4EEE2;}
.tvr-btn-soft{background:#FFFDF8;border:1.5px solid #6E2530;color:#6E2530;}
.tvr-error{color:#8E2B22;font-size:14.5px;margin:10px 0 0;}
.tvr-note{font-size:12.5px;color:#8a7f6d;text-align:center;margin:12px 0 0;}

/* Loading / shuffle */
.tvr-loading{text-align:center;padding:50px 20px;}
.tvr-shuffle{display:flex;justify-content:center;gap:6px;height:120px;align-items:center;}
.tvr-shuffle span{width:62px;height:104px;border-radius:8px;background:#4A161E;border:2px solid #D9B26A;box-shadow:0 4px 14px rgba(31,26,20,.25);animation:tvrShuffle 1.1s ease-in-out infinite;}
.tvr-shuffle span:nth-child(2){animation-delay:.1s;}
.tvr-shuffle span:nth-child(3){animation-delay:.2s;}
.tvr-shuffle span:nth-child(4){animation-delay:.3s;}
.tvr-shuffle span:nth-child(5){animation-delay:.4s;}
@keyframes tvrShuffle{0%,100%{transform:translateY(0) rotate(0deg);}50%{transform:translateY(-16px) rotate(3deg);}}
.tvr-loading p{color:#6E2530;font-weight:600;margin-top:14px;}

/* Κάρτες αποτελέσματος */
.tvr-cards-row{display:flex;justify-content:center;gap:clamp(10px,3vw,22px);margin:8px 0 22px;}
.tvr-card{width:clamp(88px,26vw,140px);text-align:center;opacity:0;animation:tvrAppear .4s forwards;}
.tvr-card-inner{position:relative;aspect-ratio:3/5;transform-style:preserve-3d;animation:tvrFlip .8s forwards;animation-delay:inherit;border-radius:10px;}
.tvr-card-back,.tvr-card-face{position:absolute;inset:0;backface-visibility:hidden;border-radius:10px;overflow:hidden;border:2px solid #D9B26A;box-shadow:0 4px 14px rgba(31,26,20,.22);}
.tvr-card-back{background:#4A161E url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="40" height="40"><circle cx="20" cy="20" r="6" fill="none" stroke="%23D9B26A" stroke-width="1" opacity=".45"/></svg>');}
.tvr-card-face{transform:rotateY(180deg);background:#FFFDF8;display:flex;align-items:center;justify-content:center;}
.tvr-card-face img{width:100%;height:100%;object-fit:cover;display:block;}
.tvr-card-face img.tvr-rev{transform:rotate(180deg);}
.tvr-card-name-face{font-weight:700;color:#6E2530;padding:8px;font-size:14px;}
.tvr-card-name-face.tvr-rev{transform:rotate(180deg);}
@keyframes tvrFlip{from{transform:rotateY(0);}to{transform:rotateY(180deg);}}
@keyframes tvrAppear{to{opacity:1;}}
.tvr-card-pos{margin-top:8px;font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#8a7f6d;}

/* Μπλοκ ερμηνείας */
.tvr-block{background:#FFFDF8;border:1px solid #DDD0B8;border-radius:12px;padding:18px 22px;margin:12px 0;opacity:0;animation:tvrAppear .5s forwards;}
.tvr-block-head{display:flex;gap:10px;align-items:baseline;flex-wrap:wrap;margin-bottom:6px;}
.tvr-block-pos{font-size:11px;font-weight:700;letter-spacing:.1em;text-transform:uppercase;color:#D9B26A;}
.tvr-summary .tvr-block-pos{color:#6E2530;}
.tvr-block-card{font-weight:700;color:#1F1A14;font-size:17px;}
.tvr-block p{margin:6px 0;line-height:1.65;font-size:15.5px;}
.tvr-keywords{font-size:18px !important;font-weight:700;color:#6E2530;letter-spacing:.01em;}
.tvr-rev-tag{font-style:normal;font-weight:600;font-size:13px;color:#8a7f6d;}
.tvr-card-link{display:inline-block;margin-top:4px;color:#6E2530 !important;font-weight:600;font-size:13.5px;text-decoration:none;}
.tvr-card-link:hover{text-decoration:underline;text-underline-offset:2px;}
.tvr-summary{border-left:3px solid #D9B26A;}

/* Crisis */
.tvr-crisis{background:#F4EEE2;border:1px solid #DDD0B8;border-radius:10px;padding:12px 16px;font-size:14px;color:#3D352B;}
.tvr-crisis a{color:#6E2530;font-weight:700;}

/* Γέφυρα Premium */
.tvr-bridge{background:#F4EEE2;border:1px solid #DDD0B8;border-radius:12px;padding:20px 24px;margin:18px 0 0;text-align:center;}
.tvr-bridge p{margin:6px 0;font-size:15px;}
.tvr-bridge .tvr-btn-main{width:auto;margin-top:10px;}

/* Όριο / after */
.tvr-limit{background:#F4EEE2;border:1px solid #DDD0B8;border-radius:14px;padding:30px 24px;text-align:center;}
.tvr-limit h3{margin:0 0 8px;color:#1F1A14;}
.tvr-after{margin-top:16px;padding-top:16px;border-top:1px dashed #DDD0B8;text-align:center;font-size:14px;color:#8a7f6d;}
.tvr-countdown,.tvr-after-countdown{color:#6E2530;font-variant-numeric:tabular-nums;}
.tvr-email-form{display:flex;gap:8px;justify-content:center;margin:12px 0;flex-wrap:wrap;}
.tvr-email{border:1.5px solid #DDD0B8;border-radius:10px;padding:10px 14px;font-size:15px;font-family:inherit;background:#FFFDF8;min-width:220px;}
.tvr-email:focus{outline:none;border-color:#6E2530;}
.tvr-email-done{color:#2E7D4F;font-weight:600;}
.tvr-premium-link{margin-top:10px;width:auto;}

@media (prefers-reduced-motion: reduce){
	.tvr-shuffle span,.tvr-card-inner,.tvr-card,.tvr-block{animation-duration:.01s !important;animation-delay:0s !important;}
}
@media (max-width:520px){
	.tvr-form{padding:20px 16px;}
	.tvr-block{padding:15px 16px;}
}
