@import"https://fonts.googleapis.com/css2?family=Varela+Round&display=swap";:root{--x: 0;--y: 0;--shadX: 0;--shadY: 0}@keyframes bg-change{0%{background:var(--color1)}100%{background:var(--color2)}}@keyframes fillBlur{0%{filter:blur(1px)}50%{filter:blur(var(--blur01))}100%{filter:blur(1px)}}@keyframes flip-horizontal-bottom{0%{transform:rotate3d(-1, 1, 0, 0deg)}100%{transform:rotate3d(-1, 1, 0, -180deg)}}@keyframes set-view-size{100%{width:50rem;border-color:#f1f5eb}}@keyframes set-view-origin{0%{width:50rem;border-color:#f1f5eb}100%{width:300px;height:300px;border-color:rgba(0,0,0,0)}}.flip-horizontal-bottom{animation:flip-horizontal-bottom .618s cubic-bezier(0.455, 0.03, 0.515, 0.955) .161s both}.set-view-size{animation:set-view-size .618s cubic-bezier(0.68, -0.55, 0.265, 1.55) both}.set-view-origin{animation:set-view-origin .618s cubic-bezier(0.68, -0.55, 0.265, 1.55) both}:root{--coulBt: 2, 11, 30}.cardans-section{padding:.618rem;display:flex;height:100vh;width:100vw;overflow:hidden;justify-content:center;align-items:center}.cardans-section .cardan{width:300px;height:300px;background-color:rgba(62,82,106,.8);color:#7894a3;border-radius:.618rem;margin-right:.618rem;border:1px solid rgba(0,0,0,0);border-color:rgba(0,0,0,0)}.cardans-section .cardan:last-child{margin-right:0}.cardans-section .cardan .cardan-container{padding:.382rem;opacity:1;height:100%;display:flex;transition:opacity .261s ease}.cardans-section .cardan .cardan-container .appercu{flex:1;padding:.161em;border-radius:.318em;background-color:rgba(var(--coulBt), 0.4);box-shadow:0 0 13px 0px rgba(0,0,0,.4);transition:background-color .261s ease}.cardans-section .cardan .cardan-container .appercu:hover{background-color:rgba(var(--coulBt), 0.8)}.cardans-section .cardan .cardan-container .main{display:none}.cardans-section .cardan.animate .cardan-container{opacity:0}.cardans-section .cardan.cardan-show{width:50rem;border-color:#f1f5eb}.cardans-section .cardan.cardan-show .main{display:block}.cardans-section .cardan.cardan-show .appercu{display:none}.cardans-section .cardan.set-view-size .cardan-container,.cardans-section .cardan.set-view-size-origin .cardan-container{display:none}pre{font-size:.6rem}pre code{color:#f1f5eb !important}.empty{color:#f1f5eb !important}body{font-size:16px;background-color:#2b394a;font-family:"Varela Round",sans-serif;margin:0;padding:0}textarea{font-size:.618rem !important;line-height:1.2618em !important;font-family:Arial,Helvetica,sans-serif;color:#020b1e !important}textarea::selection{color:#f1f5eb;background-color:#3e526a}.bg{position:absolute;width:100%;height:100%;z-index:-1}.bg svg{width:100%;height:auto}.bg svg .fill0{fill-opacity:var(--fill0Opa);fill:hsl(218, 26%, var(--fill0Opa));transition:.618s ease-in}.bg svg .fill1{fill:var(--color1);fill-opacity:.95;mix-blend-mode:color-dodge;filter:blur(var(--blur01));transition:1.618s ease-in-out}.navbar{background-color:#020b1e}.main{z-index:100}.cards{padding:1rem;display:flex;justify-content:space-around;flex-wrap:nowrap}.table{background-color:#7894a3}footer{background-color:#3e526a;color:#f1f5eb;text-align:center;padding:1rem;font-size:.7rem}.cardBase{background-color:rgba(2,11,30,.618);position:relative;width:25rem;display:flex;flex-direction:column;justify-content:space-between;flex-wrap:nowrap;align-items:stretch;border-radius:8px;color:#f1f5eb;margin:1rem;padding:0;transition:width .618s ease-in-out}.cardBase::after{content:"";opacity:0;position:absolute;display:inline;left:0;top:0;width:100%;height:100%;z-index:-1;background-color:rgba(70,81,147,.482);border:4px solid rgba(70,81,147,.618);border-radius:8px;box-shadow:1px 1px 1rem rgba(4,10,44,.482);transition:opacity .2s ease-out;filter:blur(2px)}.cardBase::before{opacity:0;content:"";position:absolute;display:inline-block;left:var(--x);top:var(--y);width:200px;height:200px;z-index:-2;border-radius:50%;background-color:rgba(0,0,0,0);transition:opacity .618s ease-in}.cardBase:hover::after{opacity:1;transition:top .618s ease-in,left 1.618 ease-in-out}.cardBase.run-bg-change::after{left:var(--shadX);top:var(--shadY)}.cardBase.run-bg-change:hover::before{opacity:1;background-color:rgba(0,0,0,0);filter:blur(50px);animation:bg-change 4s ease-in-out infinite alternate-reverse}.cardBase.run-bg-change:not(:hover)::before{opacity:0;transition:opacity 1.2s ease-in-out}.cardBase .card-header{background-color:rgba(2,11,30,.618);color:#f1f5eb;padding:.5rem .261rem;border-top-left-radius:8px;border-top-right-radius:8px;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.cardBase .card-header i{padding-right:1.618rem}.cardBase .card-header span{padding-left:.3rem}.cardBase .card-body{min-height:75vh;font-size:.8em;transition:font-size .261s ease;display:flex}.cardBase .card-body .leftbody{width:25rem;padding-left:1rem;padding-right:1rem;background-color:rgba(2,11,30,.618);border-right:1px solid rgba(0,0,0,0);height:100%;border-color:rgba(0,0,0,0);transition:border-color .261s ease-out .618s}.cardBase .card-body .rightbody{padding:1rem;opacity:0;display:none;transition:opacity 2.2618s ease-out}.cardBase .card-body .card-title{color:#3e526a}.cardBase .card-body .card-text{color:#7894a3}.cardBase .card-footer{background-color:rgba(241,245,235,.618);color:#020b1e;padding:.5rem 1rem;border-bottom-left-radius:8px;border-bottom-right-radius:8px}.cardBase.selected{width:100rem;height:75wh;transition:width .618s ease-in .161}.cardBase.selected .card-body{font-size:1em}.cardBase.selected .card-body .leftbody{border-color:#7894a3;width:11rem}.cardBase.selected .card-body .rightbody{display:block;opacity:1;transition:opacity 2.2618s ease-out 1s}.cardBase.pasSelect{width:6.18rem;opacity:.3;font-size:.5em;transition:opacity .2618s ease-in-out}.cardBase.pasSelect.card-body{width:6.18rem}.cardBase.pasSelect:hover{opacity:.8}.test{width:100%;color:red}
