.flex{display:flex}.grid{display:grid}.block{display:block}.inline-block{display:inline-block}.hidden{display:none!important}.flex-col{flex-direction:column}.flex-1{flex:1 1 0%}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.justify-around{justify-content:space-around}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-3{gap:.75rem}.gap-4{gap:1rem}.space-x-2>*+*{margin-left:.5rem}.space-y-2>*+*{margin-top:.5rem}.space-y-3>*+*{margin-top:.75rem}.space-y-4>*+*{margin-top:1rem}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.inset-0{top:0;right:0;bottom:0;left:0}.top-0{top:0}.bottom-0{bottom:0}.left-0{left:0}.right-0{right:0}.-top-1{top:-.25rem}.-right-1{right:-.25rem}.z-10{z-index:10}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.w-full{width:100%}.w-2{width:.5rem}.w-3{width:.75rem}.w-8{width:2rem}.h-full{height:100%}.h-2{height:.5rem}.h-3{height:.75rem}.h-36{height:9rem}.h-44{height:11rem}.min-h-screen{min-height:100vh}.min-h-shuffle{min-height:55vh}.max-w-xs{max-width:20rem}.max-w-lg{max-width:32rem}.mx-auto{margin-left:auto;margin-right:auto}.px-3{padding-left:.75rem;padding-right:.75rem}.px-4{padding-left:1rem;padding-right:1rem}.px-5{padding-left:1.25rem;padding-right:1.25rem}.px-6{padding-left:1.5rem;padding-right:1.5rem}.px-8{padding-left:2rem;padding-right:2rem}.px-10{padding-left:2.5rem;padding-right:2.5rem}.py-1\.5{padding-top:.375rem;padding-bottom:.375rem}.py-2{padding-top:.5rem;padding-bottom:.5rem}.py-2\.5{padding-top:.625rem;padding-bottom:.625rem}.py-3{padding-top:.75rem;padding-bottom:.75rem}.py-4{padding-top:1rem;padding-bottom:1rem}.py-6{padding-top:1.5rem;padding-bottom:1.5rem}.py-8{padding-top:2rem;padding-bottom:2rem}.py-20{padding-top:5rem;padding-bottom:5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.p-5{padding:1.25rem}.pb-24{padding-bottom:6rem}.mb-1{margin-bottom:.25rem}.mb-1\.5{margin-bottom:.375rem}.mb-2{margin-bottom:.5rem}.mb-3{margin-bottom:.75rem}.mb-5{margin-bottom:1.25rem}.mb-6{margin-bottom:1.5rem}.mb-8{margin-bottom:2rem}.mb-10{margin-bottom:2.5rem}.mt-0\.5{margin-top:.125rem}.mt-1{margin-top:.25rem}.mt-2{margin-top:.5rem}.mt-4{margin-top:1rem}.mt-5{margin-top:1.25rem}.font-sans{font-family:Noto Sans TC,sans-serif}.font-serif{font-family:Playfair Display,serif}.text-xs{font-size:.75rem;line-height:1rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-base{font-size:1rem;line-height:1.5rem}.text-lg{font-size:1.125rem;line-height:1.75rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.text-2xl{font-size:1.5rem;line-height:2rem}.text-5xl{font-size:3rem;line-height:1}.font-medium{font-weight:500}.font-semibold{font-weight:600}.font-bold{font-weight:700}.leading-none{line-height:1}.leading-tight{line-height:1.25}.leading-relaxed{line-height:1.625}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.text-white{color:#fff}.whitespace-pre-wrap{white-space:pre-wrap}.resize-none{resize:none}.cursor-pointer{cursor:pointer}.rounded-full{border-radius:9999px}.rounded-lg{border-radius:.5rem}.rounded-xl{border-radius:.75rem}.rounded-2xl{border-radius:1rem}.shadow-md{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.shadow-lg{box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a}.object-cover{object-fit:cover}.transition-all{transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.active\:scale-95:active{transform:scale(.95)}.hover\:shadow-md:hover{box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -2px #0000001a}.hover\:opacity-90:hover{opacity:.9}.killa-header{background:#f5f3f0f0;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-bottom:1px solid rgba(180,150,70,.15)}.killa-btn-primary{display:block;background:#2c1a0e;color:#f5edd6;border-radius:12px;font-weight:600;text-align:center;transition:background .2s,transform .1s;cursor:pointer}.killa-btn-primary:hover{background:#3d2a15}.killa-btn-primary:active{transform:scale(.97)}.killa-btn-outline{display:block;background:transparent;color:#2c1a0e;border:1px solid rgba(180,150,70,.35);border-radius:12px;font-weight:500;text-align:center;width:100%;transition:all .2s;cursor:pointer}.killa-btn-outline:hover{background:#b496460f;border-color:#c8a84b}.killa-card{background:#fff;border:1px solid rgba(180,150,70,.18);box-shadow:0 2px 12px #8b6e3c12;border-radius:16px}.killa-nav{background:#f5f3f0f5;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px);border-top:1px solid rgba(180,150,70,.15);position:sticky;bottom:0;z-index:5}.killa-nav-btn{background:none;border:none;padding:.5rem;color:#8a7a6a;transition:color .2s;cursor:pointer}.killa-nav-btn:hover{color:#2c1a0e}.killa-divider{height:1px;background:linear-gradient(to right,transparent,rgba(212,175,55,.5),transparent);margin:20px 0}.bounce-dot{animation:killa-bounce 1s infinite}.bounce-dot:nth-child(2){animation-delay:.15s}.bounce-dot:nth-child(3){animation-delay:.3s}@keyframes killa-bounce{0%,80%,to{transform:translateY(0)}40%{transform:translateY(-8px)}}.shuffle-card{width:48px;height:72px;border-radius:8px;background:linear-gradient(135deg,#2c1a0e,#8b6914);border:1px solid rgba(212,175,55,.3)}.back-btn{font-size:.8rem;color:#6b5848;margin-bottom:1.25rem;display:flex;align-items:center;gap:4px;cursor:pointer;background:none;border:none;padding:0}.back-btn:hover{color:#2c1a0e}textarea:focus,input[type=text]:focus{outline:2px solid rgba(200,168,75,.4);outline-offset:-1px}
/*# sourceMappingURL=/cdn/shop/t/11/assets/tarot-styles.css.map */
