.oracle-toggle-btn{display:inline-flex;align-items:center;gap:6px;padding:7px 14px;border:1px solid rgba(139,123,199,.25);border-radius:20px;background:#f8f5ffb3;color:#6b5ba7;font-size:12.5px;font-weight:500;cursor:pointer;transition:all .2s;font-family:Noto Sans KR,sans-serif;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);margin-left:auto;flex-shrink:0}.oracle-toggle-btn:hover{border-color:#8b7bc766;background:#f8f5ffe6;box-shadow:0 2px 12px #8b7bc726}.oracle-toggle-btn:active{transform:scale(.97)}.oracle-toggle-icon{font-size:14px}body.oracle-active{overflow:hidden!important}.oracle-overlay{position:fixed;inset:0;z-index:5000;background:#f8f5ff;display:flex;flex-direction:column;overflow:hidden;opacity:0;visibility:hidden;transition:opacity .4s ease,visibility .4s ease}.oracle-overlay.active{opacity:1;visibility:visible}.oracle-orb{display:none}.oracle-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px 8px;position:relative;z-index:2;flex-shrink:0}.oracle-header__title{font-family:Cormorant Garamond,serif;font-size:14px;font-weight:400;letter-spacing:4px;text-transform:uppercase;color:#6b5ba7}.oracle-header__counter{font-family:Cormorant Garamond,serif;font-size:13px;font-weight:300;color:#9b90af;letter-spacing:2px}.oracle-header__close{width:36px;height:36px;border:1px solid rgba(139,123,199,.2);border-radius:50%;background:#fff9;color:#6b6080;font-size:18px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .2s;line-height:1}.oracle-header__close:hover{border-color:#8b7bc766;color:#2d2638}.oracle-progress{padding:0 20px 6px;position:relative;z-index:2;flex-shrink:0}.oracle-progress__bar{height:2px;background:#8b7bc71a;border-radius:1px;overflow:hidden}.oracle-progress__fill{height:100%;background:linear-gradient(90deg,#b8860b,#8b7bc7);border-radius:1px;transition:width .4s ease}.oracle-viewport{flex:1;position:relative;overflow:hidden;z-index:1}.oracle-track{display:flex;height:100%;transition:transform .6s cubic-bezier(.16,1,.3,1);will-change:transform}.oracle-track.dragging{transition:none}.oracle-slide{flex:0 0 100%;height:100%;display:flex;align-items:center;justify-content:center;padding:4px 20px}.oracle-card{width:100%;max-width:380px;height:calc(100% - 8px);perspective:1200px;cursor:pointer}.oracle-card__inner{position:relative;width:100%;height:100%;transform-style:preserve-3d;transition:transform .8s cubic-bezier(.16,1,.3,1)}.oracle-card.flipped .oracle-card__inner{transform:rotateY(180deg)}.oracle-card__back,.oracle-card__face{position:absolute;inset:0;backface-visibility:hidden;-webkit-backface-visibility:hidden;border-radius:20px;overflow:hidden}.oracle-card__back{background:#f0ecfa;border:1px solid rgba(184,134,11,.18);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 20px #8b7bc71a}.oracle-back-design{width:80%;height:88%;border:1px solid rgba(184,134,11,.12);border-radius:14px;position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px}.oracle-back-design:before{content:"";position:absolute;inset:8px;border:1px solid rgba(184,134,11,.06);border-radius:10px}.oracle-back-pattern{width:50%;aspect-ratio:1;position:relative;max-width:100px}.oracle-back-pattern:before,.oracle-back-pattern:after{content:"";position:absolute;inset:0;border:1px solid rgba(184,134,11,.12)}.oracle-back-pattern:before{transform:rotate(45deg)}.oracle-back-pattern:after{transform:rotate(-45deg)}.oracle-back-numeral{font-family:Cormorant Garamond,serif;font-size:28px;font-weight:400;color:#b8860b;opacity:.5;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:1}.oracle-back-label{font-family:Cormorant Garamond,serif;font-size:13px;font-weight:400;color:#8b7bc7;letter-spacing:3px;text-transform:uppercase}.oracle-back-label-kr{font-family:"Noto Serif KR",serif;font-size:11px;font-weight:300;color:#9b90af;letter-spacing:1px}.oracle-back-tap{position:absolute;bottom:20px;left:50%;transform:translate(-50%);font-family:Cormorant Garamond,serif;font-size:10px;color:#b8860b;opacity:.35;letter-spacing:3px;text-transform:uppercase;white-space:nowrap;animation:oracleBreathe 2.5s ease-in-out infinite}@keyframes oracleBreathe{0%,to{opacity:.25}50%{opacity:.55}}.oracle-back-corner{position:absolute;width:18px;height:18px;border-color:#b8860b26;border-style:solid}.oracle-back-corner--tl{top:10px;left:10px;border-width:1px 0 0 1px}.oracle-back-corner--tr{top:10px;right:10px;border-width:1px 1px 0 0}.oracle-back-corner--bl{bottom:10px;left:10px;border-width:0 0 1px 1px}.oracle-back-corner--br{bottom:10px;right:10px;border-width:0 1px 1px 0}.oracle-card__face{transform:rotateY(180deg);background:#fff;border:1px solid rgba(184,134,11,.15);display:flex;flex-direction:column;box-shadow:0 8px 32px #8b7bc71f}.oracle-face-header{padding:12px 16px 8px;text-align:center;position:relative;z-index:1;flex-shrink:0;border-bottom:1px solid rgba(184,134,11,.08)}.oracle-face-numeral{font-family:Cormorant Garamond,serif;font-size:11px;font-weight:400;color:#b8860b;letter-spacing:3px;opacity:.6}.oracle-face-title{font-family:Cormorant Garamond,serif;font-size:14px;font-weight:500;color:#6b5ba7;letter-spacing:2px;margin-top:2px}.oracle-face-title-kr{font-family:Noto Sans KR,sans-serif;font-size:10px;font-weight:400;color:#9b90af;letter-spacing:1px;margin-top:1px}.oracle-face-content{flex:1;overflow-y:auto;overflow-x:hidden;padding:0;position:relative;z-index:1;-webkit-overflow-scrolling:touch}.oracle-card.flipped .oracle-face-content{transform:translateZ(0)}.oracle-face-content .report-block{border-radius:0;box-shadow:none;margin:0;border:none;background:transparent}.oracle-face-content .card-report-header,.oracle-face-content .card-report-footer,.oracle-face-content .card-report-divider,.oracle-face-content .card-toolbar,.oracle-face-content .btn-full-pdf,.oracle-face-content .card-share-featured{display:none!important}.oracle-nav{padding:10px 20px 18px;display:flex;flex-direction:column;align-items:center;gap:6px;position:relative;z-index:2;flex-shrink:0}.oracle-nav__dots{display:flex;gap:8px;align-items:center;flex-wrap:wrap;justify-content:center;max-width:320px}.oracle-nav__dot{width:7px;height:7px;border-radius:50%;background:#8b7bc71a;border:1px solid rgba(139,123,199,.15);cursor:pointer;transition:all .3s;padding:0}.oracle-nav__dot.active{background:#b8860b;border-color:#b8860b;box-shadow:0 0 8px #b8860b4d}.oracle-nav__dot.visited{background:#d4ccef;border-color:#8b7bc74d}.oracle-nav__label{font-family:Noto Sans KR,sans-serif;font-size:11px;font-weight:300;color:#9b90af;letter-spacing:1px;min-height:14px;transition:opacity .3s}.oracle-swipe-hint{position:absolute;bottom:76px;left:50%;transform:translate(-50%);font-family:Cormorant Garamond,serif;font-size:11px;color:#8b7bc7;opacity:0;letter-spacing:3px;z-index:20;pointer-events:none;transition:opacity .5s;white-space:nowrap}.oracle-swipe-hint.show{opacity:.4;animation:oracleBreathe 2s ease-in-out infinite}@supports (padding-top: env(safe-area-inset-top)){.oracle-header{padding-top:calc(16px + env(safe-area-inset-top))}.oracle-nav{padding-bottom:calc(18px + env(safe-area-inset-bottom))}}@media (min-width: 768px){.oracle-card{max-width:480px}}@media (max-height: 600px){.oracle-header{padding:10px 16px 4px}.oracle-nav{padding:6px 16px 10px}}.report-card{position:relative;overflow:hidden}.fx-wc .report-card{background:#fefcf8!important;box-shadow:0 2px 16px #b48c6e14,0 8px 32px #b48c6e0a!important}.fx-wc .report-card:after{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none;z-index:0;background:radial-gradient(ellipse at 15% 20%,rgba(210,160,140,.04),transparent 45%),radial-gradient(ellipse at 80% 75%,rgba(140,170,200,.03),transparent 40%),radial-gradient(ellipse at 50% 5%,rgba(200,180,130,.025),transparent 50%)}.fx-wc .report-block{background:radial-gradient(120% 120% at 100% 0%,rgba(210,160,140,.08) 0%,transparent 50%),radial-gradient(120% 120% at 0% 100%,rgba(140,170,200,.06) 0%,transparent 50%),#fefcf8!important}.fx-wc .report-block p,.fx-wc .report-block .block-body p,.fx-wc .block-analysis-text p,.fx-wc .block-advice-text p{font-family:"Noto Serif KR",serif!important;font-weight:300!important;line-height:2.05!important;color:#3d3429!important;letter-spacing:.02em}.fx-wc .report-block h3,.fx-wc .report-block h4,.fx-wc .block-title{font-family:"Noto Serif KR",serif!important;font-weight:500!important;color:#2d2016!important}.fx-wc-splash{position:absolute;pointer-events:none;border-radius:50%;filter:blur(24px);z-index:0;opacity:0;transition:opacity 1.2s ease,transform 1s ease}.report-card.fx-reveal .fx-wc-splash{opacity:1}.report-card.fx-seen .fx-wc-splash{opacity:1;transition:none}.fx-wc-splash.sp-warm{background:#d296822e}.fx-wc-splash.sp-cool{background:#82a5c824}.fx-wc-splash.sp-gold{background:#c8af781f}.fx-wc-brush{position:absolute;top:0;left:20px;width:90px;height:4px;border-radius:4px;z-index:1;transform-origin:left;transform:scaleX(0);transition:transform .9s cubic-bezier(.23,1,.32,1);background:linear-gradient(90deg,#d2968299,#d29682cc 25%,#d2968280 65%,#d2968226)}.report-card.fx-reveal .fx-wc-brush{transform:scaleX(1)}.report-card.fx-seen .fx-wc-brush{transform:scaleX(1);transition:none}.fx-wc .report-card.fx-breathing{animation:fxWcBreathe 5s ease-in-out infinite}@keyframes fxWcBreathe{0%,to{transform:scale(1)}50%{transform:scale(1.002)}}.fx-wc{animation:fxWcBgBreath 8s ease-in-out infinite}@keyframes fxWcBgBreath{0%,to{filter:brightness(1)}50%{filter:brightness(1.006)}}.report-card:not(.fx-seen) .report-card-capture>.report-block>*{opacity:0;transform:translateY(8px)}.report-card.fx-reveal .report-card-capture>.report-block>*{animation:paintBleed .7s ease-out both}.report-card.fx-reveal .report-card-capture>.report-block>*:nth-child(1){animation-delay:0s}.report-card.fx-reveal .report-card-capture>.report-block>*:nth-child(2){animation-delay:.1s}.report-card.fx-reveal .report-card-capture>.report-block>*:nth-child(3){animation-delay:.18s}.report-card.fx-reveal .report-card-capture>.report-block>*:nth-child(4){animation-delay:.25s}.report-card.fx-reveal .report-card-capture>.report-block>*:nth-child(5){animation-delay:.32s}.report-card.fx-reveal .report-card-capture>.report-block>*:nth-child(6){animation-delay:.38s}.report-card.fx-reveal .report-card-capture>.report-block>*:nth-child(7){animation-delay:.44s}.report-card.fx-reveal .report-card-capture>.report-block>*:nth-child(8){animation-delay:.5s}.report-card.fx-reveal .report-card-capture>.report-block>*:nth-child(n+9){animation-delay:.55s}@keyframes paintBleed{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.report-card.fx-seen .report-card-capture>.report-block>*{opacity:1!important;filter:none!important;transform:none!important;animation:none!important}.fx-wc .hl-coral,.fx-wc .bold-coral,.fx-wc .hl-teal,.fx-wc .bold-teal,.fx-wc .hl-gold{animation:none}.fx-wc .hl-coral{background:linear-gradient(180deg,transparent 60%,rgba(210,150,130,.28) 60%) no-repeat left bottom;background-size:100% 100%;padding:2px 5px;border-radius:2px;color:#7b4a3a;font-weight:400}.fx-wc .bold-coral{background:linear-gradient(180deg,transparent 60%,rgba(210,150,130,.32) 60%) no-repeat left bottom;background-size:100% 100%;padding:2px 5px;border-radius:2px;color:#8b4a3a;font-weight:600}.fx-wc .hl-teal{background:linear-gradient(180deg,transparent 60%,rgba(100,160,190,.25) 60%) no-repeat left bottom;background-size:100% 100%;padding:2px 5px;border-radius:2px;color:#3a6b7b;font-weight:400}.fx-wc .bold-teal{background:linear-gradient(180deg,transparent 60%,rgba(100,160,190,.3) 60%) no-repeat left bottom;background-size:100% 100%;padding:2px 5px;border-radius:2px;color:#2a6b7b;font-weight:600}.fx-wc .hl-gold{background:linear-gradient(180deg,transparent 60%,rgba(200,175,80,.25) 60%) no-repeat left bottom;background-size:100% 100%;padding:2px 5px;border-radius:2px;color:#7b6b2a;font-weight:400}.report-card.fx-reveal .block-cover__icon{animation:paintBloom .9s ease-out .1s both}@keyframes paintBloom{0%{opacity:0;transform:scale(.85)}to{opacity:1;transform:scale(1)}}.report-card.fx-reveal .block-cover__name{animation:paintFadeUp .8s ease-out .3s both}@keyframes paintFadeUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.report-card.fx-reveal .block-cover__subtitle{animation:paintFadeOnly .7s ease-out .5s both}.report-card.fx-reveal .block-cover__intro{animation:paintFadeOnly .7s ease-out .6s both}@keyframes paintFadeOnly{0%{opacity:0}to{opacity:1}}.report-card.fx-reveal .star,.report-card.fx-reveal .block-reliability__star{animation:paintStarAppear .35s ease-out both}.report-card.fx-reveal .star:nth-child(1),.report-card.fx-reveal .block-reliability__star:nth-child(1){animation-delay:.15s}.report-card.fx-reveal .star:nth-child(2),.report-card.fx-reveal .block-reliability__star:nth-child(2){animation-delay:.25s}.report-card.fx-reveal .star:nth-child(3),.report-card.fx-reveal .block-reliability__star:nth-child(3){animation-delay:.35s}.report-card.fx-reveal .star:nth-child(4),.report-card.fx-reveal .block-reliability__star:nth-child(4){animation-delay:.45s}.report-card.fx-reveal .star:nth-child(5),.report-card.fx-reveal .block-reliability__star:nth-child(5){animation-delay:.55s}@keyframes paintStarAppear{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}.fx-wc .big5-bar-fill-left{background-size:200% 100%;box-shadow:0 2px 6px #e8836b33}.fx-wc .big5-bar-fill-right{background-size:200% 100%;box-shadow:0 2px 6px #4a9e8e33}.fx-wc .tag-fill{background-size:200% 100%;box-shadow:0 1px 5px rgba(var(--domain-primary-rgb, 210, 160, 140),.15)}@keyframes fxBarShimmer{0%{background-position:200% 50%}to{background-position:0% 50%}}.report-card.fx-reveal .big5-bar-fill-left,.report-card.fx-reveal .big5-bar-fill-right{transition:width 1.3s cubic-bezier(.34,1.08,.64,1) .35s}.report-card.fx-reveal .tag-fill{transition:width 1.1s cubic-bezier(.34,1.08,.64,1) .25s}.report-card.fx-seen .big5-bar-fill-left,.report-card.fx-seen .big5-bar-fill-right,.report-card.fx-seen .tag-fill{transition:none}.report-card.fx-breathing .big5-bar-fill-left{animation:fxBarShimmer 5s infinite linear reverse}.report-card.fx-breathing .big5-bar-fill-right{animation:fxBarShimmer 5s infinite linear}.report-card.fx-breathing .tag-fill{animation:fxBarShimmer 6s infinite linear}.report-card.fx-seen:not(.fx-breathing) .big5-bar-fill-left,.report-card.fx-seen:not(.fx-breathing) .big5-bar-fill-right,.report-card.fx-seen:not(.fx-breathing) .tag-fill{animation:none}.fx-wc .card-progress-fill{background:linear-gradient(90deg,#d296824d,#d296828c,#d296824d)!important;transition:width .4s ease}.fx-wc .card-dots .dot.active{background:#b4786499;box-shadow:0 0 8px #d2968240;transition:all .4s ease}.fx-wc .card-dots .dot.fx-dot-visited{background:#b4786433}.fx-counting{display:inline-block;min-width:1.5ch;transition:opacity .2s ease}.fx-wc .insight-box{background:linear-gradient(150deg,#8caac80f,#d2a08c0a)!important;border-left:4px solid rgba(210,150,130,.45)!important;border-radius:0 12px 12px 0}.fx-wc .report-block p{margin-bottom:14px}.fx-wc .big5-desc{font-size:13.5px!important;line-height:1.9!important}.fx-wc .insight-box{padding:20px 24px!important;margin:24px 0!important;line-height:1.95!important}.fx-wc .pattern-list li{font-size:13.5px!important;line-height:1.85!important;margin-bottom:4px}.fx-wc .summary-quote{font-size:17px!important;line-height:2!important;margin-bottom:28px}.fx-wc .section-header{margin-bottom:24px}.fx-wc .block-advice__stage-desc{line-height:1.9!important}.fx-wc .insight-box-label{color:#a0785a!important;font-family:"Noto Serif KR",serif!important;font-style:italic;letter-spacing:.03em;font-size:12px!important}.fx-wc .section-number{font-family:Playfair Display,serif!important;font-style:italic;font-size:13px!important;color:#b48c6e80!important;letter-spacing:.1em}.fx-wc .summary-quote{position:relative;padding-left:28px!important}.fx-wc .summary-quote:before{content:"“";font-family:Playfair Display,serif;font-size:56px;color:#d296822e;position:absolute;top:-12px;left:-4px;line-height:1;pointer-events:none}
