:root{--chron-darkyellow:#7d6b42}@font-face{font-display:swap;font-family:Marcellus;font-style:normal;font-weight:400;src:url(/static/media/Marcellus-Regular.379c0e43574baa7d41e9.ttf) format("truetype")}body{background-color:#1a1a1a;font-family:Segoe UI,sans-serif}.landing-title-link{color:inherit;display:inline-block;text-decoration:none}.landing-title{color:#a99360;color:var(--palette-gold);font-family:Cinzel Decorative,cursive;font-size:2rem;font-weight:700;margin-block:0;transition:color .2s ease,text-shadow .2s ease}.landing-title-link:hover .landing-title{color:#a99360;color:var(--chron-yellow);text-shadow:0 0 10px #a9936099}.landing-version{color:#7d6b42;color:var(--chron-darkyellow);font-size:.6rem;font-style:italic;margin-top:auto;padding-top:.75rem;text-align:right;width:100%}.landing-subtitle{color:#ccc;font-size:1.25rem;margin-bottom:2.5rem;max-width:600px}.landing-links{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));max-width:800px;width:100%}.landing-link{border-radius:8px;box-shadow:0 4px 10px #0006;color:#fff;display:block;font-size:1.1rem;font-weight:700;padding:1rem 1.5rem;text-align:center;text-decoration:none;transition:transform .2s,box-shadow .2s}.landing-link:hover{box-shadow:0 6px 14px #00000080;transform:translateY(-3px)}.link-login{background-color:#8a589f;background-color:var(--palette-purple)}.link-dashboard{background-color:#a99360;background-color:var(--chron-yellow)}.link-skills{background-color:#8a589f;background-color:var(--chron-purple)}.link-transform{background-color:#454454;background-color:var(--chron-darkpurple)}.landing-section{background-color:#222;border-radius:12px;box-shadow:0 6px 18px #0009;color:#ddd;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;margin-top:3rem;max-width:700px;padding:2rem}.resources-title{border-bottom:3px solid #8a589f;border-bottom:3px solid var(--chron-purple);color:#8a589f;color:var(--chron-purple);font-family:Cinzel Decorative,cursive;font-size:1.4rem;margin:.7rem 0 .4rem;padding-bottom:.15rem}.resources-list{align-content:center;display:flex;flex-wrap:wrap;justify-content:center;list-style:none;margin:0;padding-left:0}.resources-list li{background-color:#454454;background-color:var(--chron-darkpurple);border-radius:8px;box-shadow:0 3px 8px #00000080;flex:1 1 45%;margin:4px 0;padding:.3rem 1rem;transition:background-color .3s ease,transform .2s ease}.resources-list li:hover{background-color:#a99360;background-color:var(--palette-gold);box-shadow:0 6px 14px #a99360b3;color:#454454;color:var(--chron-darkpurple);transform:translateY(-4px)}.resources-list li:has(.internal-link.active){background-color:#8a589f;background-color:var(--chron-purple);border-left:4px solid #a99360;border-left:4px solid var(--chron-yellow);box-shadow:0 0 10px #8a589fcc}.resources-list li:has(.internal-link.active):hover{background-color:#8a589f;background-color:var(--chron-purple);transform:none}.resources-list a{color:#eee;display:block;font-family:Marcellus,Segoe UI,serif;font-size:1.05rem;font-weight:600;letter-spacing:.02em;text-align:center;text-decoration:none}.internal-link.active{color:#fff}.resources-list a:hover{color:inherit;text-decoration:underline}.sidebar{background-color:#1e1e1e;background:linear-gradient(to bottom right,#1a1a1a,#2a2a2a);box-shadow:4px 0 12px #00000080;box-sizing:border-box;color:#f0f0f0;display:flex;flex-direction:column;max-width:100%;padding:1rem;position:relative;width:300px}.sidebar,.sidebar-container{height:100vh;overflow:visible;z-index:2}.sidebar-container{margin-right:32px}.sidebar.collapsed{padding:1rem .5rem;width:10px}.sidebar-inner{display:flex;flex-direction:column;height:100%;min-height:0;width:100%}.sidebar-header{border-bottom:1px solid #a9936040;flex:0 0 auto;margin-bottom:.4rem;padding-bottom:.6rem}.sidebar-socials{align-items:center;display:flex;gap:.9rem;margin-top:.45rem}.social-icon{align-items:center;color:#a99360;color:var(--chron-yellow);display:inline-flex;transition:color .2s ease,transform .2s ease}.social-icon svg{fill:currentColor;height:20px;width:20px}a.social-icon:hover{color:#8a589f;color:var(--chron-purple);transform:translateY(-2px)}.social-disabled{color:#7d6b42;color:var(--chron-darkyellow);cursor:default;opacity:.6}.sidebar-scroll{-ms-overflow-style:none;display:flex;flex:1 1 auto;flex-direction:column;min-height:0;overflow-y:auto;scrollbar-width:none}.sidebar-scroll::-webkit-scrollbar{display:none}.sidebar-footer{border-top:1px solid #a9936040;flex:0 0 auto;margin-top:.4rem;padding-top:.75rem}.sidebar-user{align-items:center;display:flex;gap:.6rem}.sidebar-user-avatar{align-items:center;background-color:#8a589f;background-color:var(--chron-purple);border-radius:50%;box-shadow:0 0 6px #8a589f99;color:#fff;display:flex;flex:0 0 auto;font-weight:700;height:34px;justify-content:center;width:34px}.sidebar-user-name{color:#a99360;color:var(--chron-yellow);flex:1 1 auto;font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.sidebar-login-btn,.sidebar-logout-btn{background-color:initial;border:1px solid #a99360;border:1px solid var(--chron-yellow);border-radius:6px;color:#a99360;color:var(--chron-yellow);cursor:pointer;flex:0 0 auto;font-weight:600;padding:.4rem .8rem;transition:background-color .2s ease,color .2s ease}.sidebar-login-btn{background-color:#8a589f;background-color:var(--chron-purple);border-color:#8a589f;border-color:var(--chron-purple);color:#fff;font-size:1rem;padding:.6rem;width:100%}.sidebar-logout-btn:hover{background-color:#a99360;background-color:var(--chron-yellow);color:#1a1a1a}.sidebar-login-btn:hover{background-color:#454454;background-color:var(--chron-darkpurple);border-color:#454454;border-color:var(--chron-darkpurple)}.toggle-button{align-items:center;background-color:#a99360;background-color:var(--chron-yellow);border:none;border-radius:0 5px 5px 0;box-shadow:2px 2px 8px #0006;color:#1a1a1a;cursor:pointer;display:flex;font-weight:700;height:30px;justify-content:center;position:absolute;right:-15px;top:1rem;transition:background-color .3s ease;width:30px;z-index:3}.toggle-button:hover{background-color:#8a589f;background-color:var(--palette-purple);color:#fff}.main-area{background-position:50%;background-size:cover;flex:1 1;overflow-y:auto;padding:2rem}:root{--chron-darkpurple:#454454}.login-page{align-items:center;box-sizing:border-box;display:flex;justify-content:center;min-height:100%;padding:48px 20px}.signin-card{background:#1f1f1f;border:1px solid #a9936033;border-radius:14px;box-shadow:0 12px 32px #0009;color:#f0f0f0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;max-width:380px;padding:36px 32px 28px;text-align:center;width:100%}.signin-logo{background-color:#a99360;background-color:var(--palette-gold);border-radius:50%;box-sizing:border-box;height:72px;margin-bottom:14px;object-fit:contain;object-position:center 85%;padding:4px;width:72px}.signin-title{color:#a99360;color:var(--palette-gold);font-family:Cinzel Decorative,cursive;font-size:1.6rem;margin:0 0 6px}.signin-subtitle{color:#aaa;font-size:.95rem;margin:0 0 24px}.signin-providers{display:flex;flex-direction:column;gap:12px}.provider-btn{align-items:center;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:1rem;font-weight:600;gap:12px;justify-content:center;padding:12px 16px;transition:background-color .2s ease,transform .1s ease,box-shadow .2s ease;width:100%}.provider-btn:hover{transform:translateY(-1px)}.provider-btn:active{transform:translateY(0)}.provider-icon{fill:currentColor;flex:0 0 auto;height:22px;width:22px}.provider-discord{background-color:#5865f2}.provider-discord:hover{background-color:#4853d4;box-shadow:0 4px 14px #5865f266}.signin-footnote{color:#999;font-size:.9rem;margin:22px 0 0}.signin-link{color:#8a589f;color:var(--palette-purple);cursor:pointer;font-weight:600;text-decoration:underline}.signin-link:hover{color:#a99360;color:var(--palette-gold)}:root{--chron-yellow:#a99360;--chron-purple:#8a589f;--palette-gold:#a99360;--palette-purple:#8a589f}.landing-page{align-items:center;display:flex;flex-direction:column;padding:48px 20px}.welcome-section{color:#f0f0f0;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;max-width:600px;text-align:center}.welcome-logo{background-color:#a99360;background-color:var(--palette-gold);border-radius:50%;box-sizing:border-box;height:96px;margin-bottom:16px;object-fit:contain;object-position:center 85%;padding:6px;width:96px}.welcome-title{color:#a99360;color:var(--palette-gold);font-family:Cinzel Decorative,cursive;font-size:2.4rem;margin:0 0 12px}.welcome-tagline{color:#d8c89a;font-size:1.15rem;font-style:italic;margin-bottom:20px}.welcome-text{color:#ccc;font-size:1rem;line-height:1.6;margin:0 auto 16px;max-width:520px}.welcome-browse{color:#aaa;font-size:.95rem}.welcome-link{color:#8a589f;color:var(--palette-purple);cursor:pointer;font-weight:600;text-decoration:underline}.welcome-link:hover{color:#a99360;color:var(--palette-gold)}.welcome-signin-btn{background-color:#8a589f;background-color:var(--chron-purple);border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1.05rem;font-weight:600;margin:8px 0 24px;padding:12px 32px;transition:background-color .2s ease,transform .1s ease,box-shadow .2s ease}.welcome-signin-btn:hover{background-color:#74489a;box-shadow:0 4px 14px #8a589f66;transform:translateY(-1px)}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-container-width:fit-content;--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;width:320px;width:var(--toastify-toast-width);word-break:break-word;z-index:0}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.tier-heading{border-bottom:2px solid #ddd;color:#333;font-size:1.5rem;font-weight:700;margin-bottom:1rem;margin-top:2rem;padding-bottom:.5rem}.skill-list{list-style:none;margin:0 0 1.5rem;padding:0}.transform-skill-card{align-items:flex-start;background-color:#e8c2ff;border:1px solid #dbb722;border-radius:6px;box-shadow:0 1px 3px #0000001a;display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.5rem;margin-left:2rem;padding:.15rem;transition:transform .2s ease,opacity .2s ease}.transform-skill-card input[type=text],.transform-skill-card textarea{background:#fff;border:1px solid #bbb;border-radius:4px;flex:1 1;font-size:1rem;padding:.4rem}.transform-skill-card input[type=text]::placeholder,.transform-skill-card textarea::placeholder{color:#999}.skill-name-header{color:#4b016d;font-size:1.15rem;font-weight:600;margin-top:.25rem;width:100%}.move-skill-container,.toggle-container{display:flex;flex-direction:column;gap:.25rem}.toggle{align-items:center;background-color:#e0e0e0;border:1px solid #aaa;border-radius:4px;color:#333;cursor:pointer;display:flex;font-size:.75rem;justify-content:center;padding:.4rem .5rem;text-align:center;transition:background-color .25s ease,transform .2s;-webkit-user-select:none;user-select:none;width:60px}.toggle:focus,.toggle:hover{background-color:#d1c4e9;outline:none;transform:scale(1.03)}.toggle.active{background-color:#8b0ac5;border-color:#7300a3;color:#fff}.animate-fade-in{animation:fadeIn .3s ease-in-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.new-transform-skill-card{background-color:#f4ebfc;border-style:dashed}.new-transform-skill-card .toggle-container{margin-right:.5rem}.transform-skill-card .action-buttons{align-items:center;display:flex;flex-direction:column;gap:.25rem;justify-content:center;margin-right:.5rem}.add-skill-button{margin-left:1rem}.editor-section input[type=text],.editor-section textarea{border:1px solid #ccc;border-radius:4px;display:block;margin-bottom:1rem;margin-top:.25rem;padding:.5rem;width:100%}.editor-section button{border:none;border-radius:4px;color:#fff;cursor:pointer;padding:.25rem .5rem}.editor-section button:hover{background-color:#4338ca}.move-skill-up{background-color:#007b00}.move-skill-down{background-color:#7b001d}.formatted-notes{background-color:#fefefe;border:1px dashed #bbb;border-radius:4px;cursor:text;font-size:1rem;min-height:2.2rem;padding:.4rem;transition:box-shadow .2s ease}.formatted-notes:hover{background-color:#f9f1ff;box-shadow:0 0 0 2px #8b0ac5aa}

/*
!* Print styling adapted from original transform.css *!

@import url('https://fonts.googleapis.com/css2?family=Cinzel+Decorative:wght@400;700&display=swap');

body.print-view {
    size: A5 portrait;
    margin-right: 10%;
    margin-left: 10%;
    font-family: 'Calibri', sans-serif;
}

.print-view #transformName {
    font-size: 24pt;
    font-family: 'Cinzel Decorative', cursive;
    font-weight: bold;
    text-decoration: underline;
}

.print-view #transformDescription {
    font-size: 18pt;
    font-weight: bold;
}

.print-view .abilityTierTitle {
    font-size: 16pt;
    font-weight: bold;
}

.print-view .abilityCost {
    font-size: 8pt;
    font-style: italic;
    padding-left: 0.5rem;
}

.print-view .abilityList {
    list-style-type: none;
    padding-left: 1.5em;
    font-size: 11pt;
    line-height: 100%;
    margin-block-start: 0;
    margin-block-end: .25em;
}

.print-view .abilityName {
    font-size: 12pt;
    font-weight: bold;
}

.print-view .abilityName.isPassive::before {
    content: "\2020 "; !* dagger symbol † *!
}

.print-view .abilityName.isUnlocked::before {
    content: "\2611  "; !* checkbox ☑ *!
}

.print-view .abilityName.isNotUnlocked::before {
    content: "\2610  "; !* checkbox ☐ *!
}

.print-view .abilityName.isStatic::before {
    content: "⮚ "; !* black diamond with white dot ⮚ *!
    color: #000;
    margin-right: 0.25em;
}

.print-view .abilityNotes {
    margin-left: 2em;
    list-style-type: none;
    font-style: italic;
    font-size: 10pt;
    padding-left: 0;
}

.print-view .abilityNote::before {
    content: "- ";
}

.print-view #legend {
    font-style: italic;
    font-size: 8pt;
    margin-top: 2em;
}

@media print {
    body * {
        visibility: hidden;
    }

    .print-view, .print-view * {
        visibility: visible;
    }


    .print-view button {
        display: none;
    }

    .print-view {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
    }
}*/body{background-color:#121212;color:#f0f0f0;font-family:Arial,sans-serif}button{background-color:#8b0ac5;border:2px solid #dbb722;border-radius:6px;color:#fff;cursor:pointer;font-weight:700;padding:10px 15px;transition:all .3s ease-in-out}button:hover{background-color:#7509a5}.select-dropdown{background-color:#fff;border:2px solid #b09542;color:#4a026e;font-size:16px;padding:8px}.select-dropdown option:checked,.select-dropdown option:hover{background-color:#dbb722;color:#fff}.login-form-label{color:#8b0ac5;font-weight:700}.divider{border-bottom:2px solid #dbb722;margin:20px 0}.app-container{flex-direction:column;height:100vh}.app-container,.main-layout{display:flex;overflow:hidden}.main-layout{flex:1 1}.content-area{flex:1 1;overflow-y:auto;z-index:1}.version-warning-banner{align-items:center;background:#7d4b00;color:#ffe0a0;display:flex;font-size:.85rem;font-weight:600;gap:.75rem;justify-content:center;padding:.5rem 1rem;position:relative;text-align:center;z-index:100}.version-warning-dismiss{background:#0000!important;border:none!important;color:#ffe0a0!important;cursor:pointer;font-size:1.1rem;line-height:1;opacity:.7;padding:0 .3rem!important}.version-warning-dismiss:hover{opacity:1}


/*
!* Define light mode variable values *!
.light-mode {
  --background-color: #646464;
  --text-color: #000000;
  --border-color: #ccc;
  --button-bg: #007bff;
  --button-text: #ffffff;
}

!* Define dark mode variable values *!
.dark-mode {
  --background-color: #1f1f1f;
  --text-color: #ffffff;
  --border-color: #555;
  --button-bg: #ffffff;
  --button-text: #000000;
}

!* Apply variables to body *!
body {
  background-color: var(--background-color);
  color: var(--text-color);
  transition: background-color 0.3s ease, color 0.3s ease;
}

!* Optional: Style the .App container *!
.App {
  padding: 1rem;
}

!* Dark Mode Toggle Button *!
.dark-mode-toggle {
  padding: 10px 15px;
  border: none;
  border-radius: 5px;
  cursor: pointer;
  font-size: 1rem;
  margin-bottom: 1rem;
  background-color: var(--button-bg);
  color: var(--button-text);
  transition: background-color 0.3s ease, color 0.3s ease;
}

!* Example component styles, e.g., CharacterSkills and others, *!
.character-select-container {
  background-color: var(--background-color);
  color: var(--text-color);
}

.character-select-dropdown {
  background-color: var(--background-color);
  color: var(--text-color);
  border: 1px solid var(--border-color);
}

.skill-card {
  background-color: var(--background-color);
  color: var(--text-color);
  border: 1px solid var(--border-color);
}

!* Add additional styles as needed... *!
*/@media (max-width:900px){.skills-section{flex-direction:column;gap:12px}.available-skills,.current-skills,.skills-column{margin-right:0;max-width:100%!important;min-width:0!important;width:100%!important}.skill-card{max-width:99vw;min-width:0;width:95vw}.draggable-skill{max-width:98vw;min-width:0;width:90vw}.tab-content{flex-direction:column}}.mobile-add-skill-btn-container{display:none}@media (max-width:900px){.mobile-add-skill-btn-container{display:flex;justify-content:center;margin-bottom:1em}.mobile-add-skill-btn{background:#dbb722;border:none;border-radius:7px;box-shadow:0 2px 8px #0002;color:#4a026e;cursor:pointer;font-size:1.2em;font-weight:700;padding:.7em 2em}.skills-column.available-skills{display:none!important}}.mobile-skill-modal-overlay{align-items:center;background:#0000008f;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:9999}.mobile-skill-modal{background:#1a132a;border-radius:16px;box-shadow:0 6px 32px #0008;max-height:90vh;max-width:520px;overflow-y:auto;padding:1.5em;position:relative;width:95vw}.modal-header{align-items:center;display:flex;font-size:1.1em;font-weight:700;justify-content:space-between;margin-bottom:1em}.close-modal-btn{background:#0000;border:none;color:#dbb722;cursor:pointer;font-size:2em;line-height:1;padding:0 .2em}.Toastify__toast-container{font-size:1rem}.print-button-row{margin:.5rem 0 1rem;text-align:right}.print-button-row .btn{background:#1a132a;border:2px solid #b09542;border-radius:8px;box-shadow:0 2px 10px #0000002e;color:#f8f6ff;cursor:pointer;font:inherit;font-weight:600;padding:.55rem 1rem;transition:border-color .2s ease,background-color .2s ease,box-shadow .2s ease}.print-button-row .btn:hover{background:#221a3a;border-color:#dbb722;box-shadow:0 0 0 3px #dbb72240}:root{--select-bg:#fff;--select-text:#1a132a;--select-border:#b09542;--select-border-hover:#dbb722;--select-ring:#dbb72259}.character-select-container{max-width:900px;padding:.5rem 0}.character-select-dropdown{appearance:none;-webkit-appearance:none;-moz-appearance:none;background-color:#fff;background-color:var(--select-bg);background-image:url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 width=%2720%27 height=%2720%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23b09542%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27><polyline points=%276 9 12 15 18 9%27/></svg>");background-position:right 12px center;background-repeat:no-repeat;background-size:18px;border:2px solid #b09542;border:2px solid var(--select-border);border-radius:12px;box-shadow:0 2px 10px #00000014;color:#1a132a;color:var(--select-text);font-size:1.06rem;line-height:1.35;outline:none;padding:.75rem 2.75rem .75rem .9rem;transition:box-shadow .2s ease,border-color .2s ease,transform .04s ease;width:100%}.character-select-dropdown::-ms-expand{display:none}.character-select-dropdown:hover{border-color:#dbb722;border-color:var(--select-border-hover);box-shadow:0 4px 16px #0000001f}.character-select-dropdown:focus,.character-select-dropdown:focus-visible{border-color:#dbb722;border-color:var(--select-border-hover);box-shadow:0 0 0 4px #dbb72259;box-shadow:0 0 0 4px var(--select-ring)}.character-select-dropdown:active{transform:translateY(1px)}.character-select-dropdown option{background-color:#1a132a;color:#f8f6ff;font-size:1.02rem}.character-select-dropdown option:checked,.character-select-dropdown option:hover{background-color:#dbb722!important;color:#1a132a!important}@media (prefers-color-scheme:dark){.character-select-dropdown{background-color:#1a132a;color:#f8f6ff}}@media (max-width:600px){.character-select-dropdown{border-radius:14px;font-size:1.12rem;padding:.9rem 2.75rem .9rem 1rem}}.new-character-btn{background:#dbb722;border:2px solid #b09542;border-radius:6px;box-shadow:0 2px 6px #0002;color:#4a026e;cursor:pointer;font-weight:700;padding:.45rem .75rem;white-space:nowrap}.new-character-btn:disabled{cursor:not-allowed;opacity:.6}@media (max-width:600px){.selector-row{align-items:stretch;flex-direction:column;max-width:100%}.new-character-btn{width:100%}}.create-modal-overlay{align-items:center;background:#0000008f;display:flex;inset:0;justify-content:center;padding:1rem;position:fixed;z-index:9999}.create-modal{background:#1a132a;border-radius:14px;box-shadow:0 8px 32px #00000073;color:#fff;max-width:420px;padding:1rem 1rem 1.25rem;width:95vw}.modal-title{font-size:1.15rem;margin:0 0 .75rem}.modal-label{display:block;font-weight:600;margin-bottom:.25rem}.modal-input{background:#fff;border:2px solid #b09542;border-radius:8px;color:#4a026e;font-size:1rem;margin-left:auto;margin-right:auto;outline:none;padding:.55rem .65rem;width:80%}.modal-input:focus{box-shadow:0 0 0 3px #dbb72259}.modal-actions{display:flex;gap:.5rem;margin-top:.9rem}.modal-btn{border:2px solid #b09542;border-radius:8px;box-shadow:0 2px 6px #0000001f;cursor:pointer;font-weight:700;padding:.5rem .8rem}.modal-primary{background:#dbb722;color:#4a026e}.modal-secondary{background:#0000;color:#dbb722}.modal-btn:disabled{cursor:not-allowed;opacity:.6}.modal-hint{font-size:.85rem;margin:.5rem 0 0;opacity:.85}.combo{max-width:900px}.combo,.combo-input-wrap{position:relative}.combo-input{background-color:#1a132a;border:2px solid #b09542;border:2px solid var(--select-border);border-radius:12px;box-shadow:0 2px 10px #0000002e;box-sizing:border-box;color:#f8f6ff;font-size:1.06rem;line-height:1.35;outline:none;padding:.8rem 3rem .8rem 1rem;transition:box-shadow .2s ease,border-color .2s ease,background-color .15s ease;width:100%}.combo-input::placeholder{color:#cbc3e8;opacity:1}.combo-input:focus{background-color:#1b1530;border-color:#dbb722;border-color:var(--select-border-hover);box-shadow:0 0 0 4px #dbb72259,0 6px 20px #00000047;box-shadow:0 0 0 4px var(--select-ring),0 6px 20px #00000047}.combo-panel{background:#1a132a;border:2px solid #3a2d66;border-radius:12px;box-shadow:0 14px 36px #00000073;color:#f8f6ff;left:0;max-height:320px;overflow:auto;padding:6px;position:absolute;right:0;top:calc(100% + 8px);z-index:10000}.combo-option{grid-gap:12px;align-items:center;border-radius:10px;cursor:pointer;display:grid;font-size:1rem;gap:12px;grid-template-columns:1fr auto;padding:10px 12px}.combo-option .name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.combo-option .player{opacity:.9;white-space:nowrap}.combo-option.create,.combo-option.is-highlighted{background:#dbb722;color:#1a132a}.combo-option.create{font-weight:700}.combo-empty{opacity:.8;padding:12px;text-align:center}.combo-caret{background:#0000;border:0;cursor:pointer;display:grid;height:36px;padding:0;place-items:center;position:absolute;right:8px;top:50%;transform:translateY(-50%);width:36px}.combo-caret:before{background:#dbb722;content:"";display:block;height:18px;-webkit-mask:url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23dbb722%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27><polyline points=%276 9 12 15 18 9%27/></svg>") no-repeat center /contain;mask:url("data:image/svg+xml;utf8,<svg xmlns=%27http://www.w3.org/2000/svg%27 viewBox=%270 0 24 24%27 fill=%27none%27 stroke=%27%23dbb722%27 stroke-width=%272%27 stroke-linecap=%27round%27 stroke-linejoin=%27round%27><polyline points=%276 9 12 15 18 9%27/></svg>") no-repeat center /contain;opacity:.9;transition:transform .15s ease,opacity .15s ease;width:18px}.combo-caret:hover:before{opacity:1}.combo-caret.is-open:before{transform:rotate(180deg)}@media (max-width:600px){.combo{max-width:100%}.combo-panel{max-height:60vh}}.theme-dark,:root{--cf-font:"Cinzel Decorative",cursive;--cf-group-bg:#111;--cf-group-border:#999;--cf-label-color:#d8d8d8;--cf-text-color:#fff;--cf-control-bg:#0000;--cf-control-bg-focus:#161616;--cf-disabled-text:#fff;--cf-disabled-bg:#0000;--cf-row-height:2.4em}.theme-print{--cf-font:"Cinzel Decorative",cursive;--cf-group-bg:#fff;--cf-group-border:#000;--cf-label-color:#000;--cf-text-color:#000;--cf-control-bg:#fff;--cf-control-bg-focus:#fff;--cf-disabled-text:#000;--cf-disabled-bg:#fff;--cf-row-height:2.4em}.characterform-form{font-family:Cinzel Decorative,cursive;font-family:var(--cf-font,"Cinzel Decorative",cursive);margin:0 auto;max-width:900px;width:100%}.characterform-row{display:flex;flex-wrap:nowrap;margin-bottom:0}.characterform-group{align-items:stretch;background:#111;background:var(--cf-group-bg);border:1px solid #999;border:1px solid var(--cf-group-border);box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;height:2.4em;height:var(--cf-row-height);justify-content:center;margin:0;min-height:0;min-width:0;padding:0;width:100%}.characterform-label{background:none;color:#d8d8d8;color:var(--cf-label-color);font-family:inherit;font-size:.65em;font-weight:400;letter-spacing:.04em;line-height:1;padding:.5em .5em .01em}.characterform-control,.characterform-value{background:#0000;background:var(--cf-control-bg);border:none;border-radius:0;box-sizing:border-box;color:#fff;color:var(--cf-text-color);font-family:Cinzel Decorative,cursive;font-family:var(--cf-font,"Cinzel Decorative",cursive);font-size:120%;font-weight:700;line-height:1.2;margin:0;outline:none;padding:0 .5em;text-align:center;text-shadow:none;width:100%}.characterform-control:focus{background:#161616;background:var(--cf-control-bg-focus);outline:none}.characterform-control:disabled,.characterform-control[readonly]{background:#0000;background:var(--cf-disabled-bg);caret-color:#0000;color:#fff;color:var(--cf-disabled-text);cursor:not-allowed}.characterform-value{pointer-events:none;-webkit-user-select:none;user-select:none}.characterform-row+.characterform-row{margin-top:0}.characterform-mobile-toprows{display:none}.characterform-mrow{display:flex;flex-wrap:nowrap;gap:0;width:100%}@media (max-width:900px){.characterform-desktop-top{display:none!important}.characterform-mobile-toprows{display:block}.characterform-mrow>.characterform-group{flex:1 1;min-width:0}.characterform-label{font-size:.4em;padding:.1em .5em .01em}.characterform-control,.characterform-value{font-size:.9em}}@media (min-width:900px){.characterform-mobile-toprows{display:none!important}.characterform-desktop-top{display:block}}.characterform-group--stack{gap:.25rem;height:auto;padding:.15rem .35rem .35rem}.knowledge-list{grid-gap:.25rem .5rem;align-items:start;display:grid;gap:.25rem .5rem;grid-template-columns:repeat(2,minmax(220px,1fr))}.knowledge-item{align-items:center;display:flex;gap:.35rem}.knowledge-select{font-size:.8em;min-width:0;width:100%}.knowledge-rank{font-size:.8em;margin-left:auto;min-width:75px;text-align:right}.characterform-row.knowledges-row{align-items:flex-start}.characterform-row.knowledges-row .characterform-group--stack{height:auto;justify-content:flex-start}@media (max-width:900px){.characterform-row.knowledges-row{flex-direction:column}.characterform-row.knowledges-row .characterform-group--stack{margin-bottom:.5rem;width:100%}.knowledge-list{align-items:stretch;display:flex;flex-direction:column;gap:.35rem}.knowledge-item{justify-content:space-between;width:100%}.knowledge-select{flex:1 1}.knowledge-rank{text-align:right}}.characterform-row.knowledges-row .characterform-group--stack{padding:.15rem .35rem .35rem}.knowledges-row .knowledge-list{gap:.25rem .25rem;grid-template-columns:repeat(2,minmax(240px,1fr))}.knowledges-row .knowledge-item{grid-column-gap:0;column-gap:0;grid-template-columns:1fr auto}.knowledges-row .knowledge-select{font-size:.8em;padding:0 .05em;width:100%}.knowledges-row .knowledge-rank{font-size:.65em;min-width:40px}.knowledges-row .characterform-control{padding:0 .25em}@media (max-width:900px){.knowledges-row .knowledge-list{align-items:stretch;display:flex;flex-direction:column;gap:.25rem}.knowledges-row .knowledge-item{grid-template-columns:1fr auto}.knowledges-row .knowledge-select{padding:0 .2em}.knowledges-row .knowledge-rank{font-size:.7em;min-width:52px}}.knowledges-row .knowledge-item,.knowledges-row .knowledge-list{column-gap:.15rem;grid-template-columns:minmax(0,1fr) -webkit-max-content;grid-template-columns:minmax(0,1fr) max-content}.knowledges-row .knowledge-item{grid-column-gap:.15rem;align-items:center;display:grid;padding:0}.knowledges-row .knowledge-select{-webkit-appearance:none;appearance:none;background-image:none;font-size:1em;min-width:0;padding:0 .1em;text-align:left;width:auto}.knowledges-row .knowledge-rank{font-size:.8em;margin-left:0;min-width:0;opacity:.85;text-align:right;white-space:nowrap}.knowledges-row .characterform-control{padding:0 .1em}@media (min-width:900px){.knowledges-row .knowledge-list{gap:.2rem .35rem;grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:900px){.knowledges-row .knowledge-list{align-items:stretch;display:flex;flex-direction:column;gap:.2rem}.knowledges-row .knowledge-item{grid-template-columns:minmax(0,1fr) -webkit-max-content;grid-template-columns:minmax(0,1fr) max-content}.knowledges-row .knowledge-select{padding:0 .1em}}@media (min-width:900px){.knowledges-row{--rank-col:3.4em;--k-gap:0.25rem}.knowledges-row .knowledge-list{grid-gap:var(--k-gap) var(--k-gap);display:grid;gap:var(--k-gap) var(--k-gap);grid-template-columns:repeat(2,minmax(0,1fr))}.knowledges-row .knowledge-item{grid-column-gap:var(--k-gap);align-items:center;column-gap:var(--k-gap);display:grid;grid-template-columns:var(--rank-col) minmax(0,1fr)}.knowledges-row .knowledge-rank{margin:0;min-width:var(--rank-col);text-align:right;white-space:nowrap;width:var(--rank-col)}.knowledges-row .knowledge-select{min-width:0;text-align:left;width:100%}}@media (max-width:900px){.knowledges-row .knowledge-list{display:flex;flex-direction:column;gap:.2rem}.knowledges-row .knowledge-item{grid-column-gap:.15rem;column-gap:.15rem;display:grid;grid-template-columns:minmax(0,1fr) -webkit-max-content;grid-template-columns:minmax(0,1fr) max-content}}.characterform-row.knowledges-row{align-items:stretch;display:flex}.characterform-row.knowledges-row .characterform-group--stack{display:flex;flex:1 1;flex-direction:column}.characterform-row.knowledges-row .knowledge-list{flex:1 1 auto;min-height:0}@media (min-width:900px){.knowledges-row .knowledge-list{grid-gap:.25rem;grid-gap:var(--k-gap,.25rem);align-content:start;display:grid;gap:.25rem;gap:var(--k-gap,.25rem);grid-auto-rows:1fr;grid-template-columns:repeat(2,minmax(0,1fr));height:100%}.knowledges-row .knowledge-item{grid-column-gap:.25rem;grid-column-gap:var(--k-gap,.25rem);align-items:center;column-gap:.25rem;column-gap:var(--k-gap,.25rem);display:grid;grid-template-columns:3em minmax(0,1fr);grid-template-columns:var(--rank-col,3em) minmax(0,1fr);min-height:0}.knowledges-row .knowledge-rank{margin:0;min-width:3em;min-width:var(--rank-col,3em);text-align:right;white-space:nowrap;width:3em;width:var(--rank-col,3em)}.knowledges-row .knowledge-select{min-width:0;padding:0 .1em;text-align:left;width:100%}}@media (max-width:900px){.knowledges-row .knowledge-list{display:flex;flex-direction:column;gap:.2rem}.knowledges-row .knowledge-item{grid-template-columns:minmax(0,1fr) -webkit-max-content;grid-template-columns:minmax(0,1fr) max-content}}.skill-card{background:var(--chron-darkpurple);border-radius:3px;box-sizing:border-box;margin-bottom:.2rem;max-width:100%;min-width:0;padding:.1rem;user-select:none;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;width:100%}.skill-line{align-items:center;display:flex;flex-wrap:nowrap;width:100%}.skill-name{flex:1 1;font-size:clamp(.5rem,1.8vw,.95rem);font-weight:700;max-width:50%;min-width:0;overflow:hidden;padding-right:.5rem;text-align:right;text-overflow:ellipsis;transition:font-size .16s;white-space:nowrap}.skill-name:has(span.long){font-size:clamp(.6rem,1.5vw,.75rem)}.skill-controls-horizontal{align-items:center;display:flex;flex:0 0 auto;flex-wrap:nowrap;min-width:110px}.skill-rank-controls{align-items:center;display:flex;height:2rem}.skill-ranks{font-weight:700;min-width:1.2rem;padding-left:3px;text-align:left}.skill-cost{font-size:.7rem;padding-left:.25rem;padding-right:.1rem;width:3rem}.control-btn,.decrement-btn,.increment-btn,.remove-skill-btn{border:none;border-radius:3px;cursor:pointer;font-weight:700}.control-btn{background:#8b0ac5;color:#fff;padding:.3rem .5rem}.increment-btn{background:#007b00;background:var(--button-bg,#007b00);color:#fff;color:var(--button-text,#fff)}.decrement-btn,.increment-btn{font-size:.7rem;font-style:italic;margin-right:.2rem;padding:.1rem;width:3.2rem}.decrement-btn{background:#7b0000;color:#fff;text-align:center}.remove-skill-btn{background:#dc3545;color:#fff;padding:.3rem .6rem}.control-btn-down-arrow{font-size:1.25rem}.control-btn:hover,.decrement-btn:hover,.increment-btn:hover{background:#dbb722}.remove-skill-btn:hover{background:#7b001d;opacity:.8}.control-btn:not(:disabled):hover,.decrement-btn:not(:disabled):hover,.increment-btn:not(:disabled):hover{background:#dbb722;cursor:pointer}.control-btn:disabled,.decrement-btn:disabled,.increment-btn:disabled{cursor:not-allowed;filter:grayscale(.8);opacity:.5}.flash-animation{animation:lightningFlash .5s ease-in-out}@keyframes lightningFlash{20%{background-color:#e3cb7c;box-shadow:0 0 25px #a99c63}to{background-color:#121212}}@media (max-width:900px){.skill-name{flex:1 1 auto;font-size:clamp(.5rem,3vw,.8rem);max-width:calc(100% - 180px);min-width:0;padding-right:.15rem}.skill-controls-horizontal{min-width:180px}.skill-controls-horizontal button{margin:0 1px;padding:.2rem .3rem}.skill-ranks{min-width:0;padding-left:.15rem}}@media (max-width:420px){.skill-controls-horizontal{min-width:140px}.skill-name{flex:1 1 auto;font-size:clamp(.5rem,3.4vw,.78rem);max-width:calc(100% - 140px);min-width:0;padding-right:.12rem}.skill-ranks{font-size:.78rem;min-width:.9rem;padding-left:.1rem}.skill-cost{font-size:.62rem;min-width:2.2rem;padding-left:.15rem;padding-right:.08rem;width:auto}.decrement-btn,.increment-btn{font-size:.65rem;line-height:1;margin-right:.15rem;padding:.08rem;width:2.4rem}.control-btn-down-arrow{font-size:1rem}}.hover-indicator{height:20px;pointer-events:none;position:absolute;right:6px;top:6px;width:20px;z-index:10}@media (max-width:360px){.skill-controls-horizontal{min-width:132px}.skill-name{max-width:calc(100% - 132px)}.decrement-btn,.increment-btn{font-size:.62rem;width:2.3rem}.skill-cost{font-size:.6rem;min-width:2rem}.skill-ranks{font-size:.76rem;min-width:.85rem}.control-btn-down-arrow{font-size:.95rem}}.skill-desc-popup__backdrop{animation:fadeBackdrop .1s;background:#1412221c;inset:0;position:fixed;user-select:none;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;z-index:1000}@keyframes fadeBackdrop{0%{opacity:0}to{opacity:1}}.skill-desc-popup__card{animation:fadeInCard .14s;background:#262334;border-radius:1.1em;box-shadow:0 6px 28px 0 #1e0f413d,0 1.5px 5px #0000001c;color:#fff;font-family:inherit;font-size:1em;max-width:92vw;min-height:70px;min-width:240px;padding:1.2em 1.3em 1.2em 1.2em;position:relative}@keyframes fadeInCard{0%{opacity:0;transform:scale(.94)}to{opacity:1;transform:scale(1)}}.skill-desc-popup__close{background:none;border:none;color:#eee;cursor:pointer;font-size:1.4em;opacity:.7;position:absolute;right:.65em;top:.3em;transition:opacity .15s;z-index:10}.skill-desc-popup__close:focus,.skill-desc-popup__close:hover{opacity:1}.skill-desc-popup__name{color:#ecc13b;font-size:1.12em;font-weight:700;letter-spacing:.01em;margin-bottom:.32em}.skill-desc-popup__description{color:#fff;font-size:.99em;line-height:1.38;margin-bottom:.38em}.skill-desc-popup__cost{color:#fbeea0;font-size:.98em;margin-top:.32em}.skills-section{display:flex;gap:20px;margin-top:20px}.current-skills,.skills-column,.skills-list{box-sizing:border-box;min-width:0;width:100%}.skills-column{flex:1 1}.current-skills{max-width:450px}.skills-list-form-group{align-items:stretch;border:1px solid #999;box-sizing:border-box;display:flex;flex:1 1;flex-direction:column;justify-content:center;margin:0;min-width:0;padding:0;width:100%}.section-label{font-size:1.2rem;font-weight:700;margin-bottom:10px}.group-row{display:flex;flex-wrap:wrap}.skill-group{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;flex-wrap:nowrap;min-height:4rem;min-width:0;padding:.5rem .25rem .25rem 0;width:100%}.group-header{color:#ccc;flex:0 0 18px;font-family:Cinzel Decorative,cursive;font-size:.7rem;font-weight:700;letter-spacing:.03em;line-height:1;margin-right:4px;max-width:18px;min-width:18px;overflow:hidden;padding:0;text-align:center;text-overflow:ellipsis;white-space:nowrap;width:18px;writing-mode:sideways-lr}.group-skills{flex:1 1;min-width:0;width:100%}.current-skills-container{min-height:150px;min-width:375px}@media (max-width:900px){.skills-section{flex-direction:column;gap:12px}.available-skills,.current-skills,.skills-column{margin-right:0;max-width:100%!important;min-width:0!important;width:100%!important}.group-header{flex-basis:14px;font-size:.62rem;max-width:10px;min-width:10px;width:10px}}.available-skills-tabbed .tabs-header{margin-bottom:10px;max-width:90%}.tab-button{background:#4a026e;border:1px solid #b09542;cursor:pointer;margin-bottom:.25rem;margin-right:.25rem;padding:5px 3px}.tab-button.active{background:#8b0ac5;border:2px solid #dbb722}.tab-content{grid-gap:.2rem;display:grid;gap:.2rem;grid-template-columns:1fr 1fr;width:100%}.draggable-skill{background:var(--chron-darkpurple);border:1px solid #ccc;border-radius:4px;box-sizing:border-box;cursor:pointer;font-size:.8em;margin-bottom:.1rem;min-width:0;padding:4px 8px;transition:background .13s,border-color .13s;-webkit-user-select:none;user-select:none;width:100%}.draggable-skill:focus{outline:2px solid #dbb722}.disabled-skill{background:#27272f;border-color:#888;color:#999;cursor:not-allowed;pointer-events:none}@media (max-width:900px){.tab-content{display:flex;flex-direction:column;gap:.5rem}.draggable-skill{max-width:100%;min-width:0;width:100%}}.em-container{margin:0 auto;max-width:1100px;padding:1rem 1.25rem}.em-container.eb-narrow{max-width:900px}.em-header{align-items:center;display:flex;flex-wrap:wrap;gap:1rem;margin-bottom:1rem}.em-title{font-size:1.6rem}.em-subtitle,.em-title{color:#f0f0f0;font-family:Cinzel Decorative,cursive;margin:0}.em-subtitle{font-size:1.1rem}.em-event-type-badge{background:#8b0ac5;border-radius:4px;color:#fff;display:inline-block;font-family:Arial,sans-serif;font-size:.7rem;font-weight:600;margin-left:.75rem;padding:.15em .6em;vertical-align:middle}.em-back-btn{background:#0000!important;border:1px solid #666!important;color:#ccc!important;cursor:pointer;font-size:.85rem;padding:.3rem .75rem}.em-back-btn:hover{background:#222!important;color:#fff!important}.em-empty,.em-loading{color:#888;font-size:.95rem;padding:2rem 1rem;text-align:center}.em-toolbar{display:flex;gap:.5rem;margin-bottom:1rem}.em-btn{border-radius:5px;cursor:pointer;font-family:Arial,sans-serif;font-weight:600;transition:all .2s}.em-btn-primary{background:#8b0ac5;border:2px solid #dbb722;color:#fff;padding:.45rem 1rem}.em-btn-primary:hover{background:#7509a5}.em-btn-primary:disabled{cursor:not-allowed;opacity:.5}.em-btn-secondary{background:#0000;border:1px solid #555;color:#ccc;padding:.45rem 1rem}.em-btn-secondary:hover{background:#222;color:#fff}.em-btn-accent{background:#dbb722;border:none;color:#1a1a1a}.em-btn-accent:hover{background:#c9a51f}.em-btn-danger{background:#6b1a1a;border:1px solid #933;color:#faa}.em-btn-danger:hover{background:#8b2222}.em-btn-small{font-size:.8rem;padding:.25rem .6rem}.em-year-group{margin-bottom:1.5rem}.em-year-header{border-bottom:2px solid #333;color:#a99360;font-family:Cinzel Decorative,cursive;font-size:1.3rem;margin-bottom:.25rem;padding:.4rem 0}.em-table{border-collapse:collapse;font-size:.9rem;width:100%}.em-table th{border-bottom:1px solid #2a2a3a;color:#a99360;font-size:.75rem;font-weight:600;letter-spacing:.04em;padding:.4rem .6rem;text-align:left;text-transform:uppercase}.em-table td{border-bottom:1px solid #1e1e28;color:#ddd;padding:.5rem .6rem;vertical-align:middle}.em-date-cell{font-feature-settings:"tnum";font-variant-numeric:tabular-nums;white-space:nowrap}.em-center{text-align:center}.em-desc-cell{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.em-event-row{cursor:pointer;transition:background .12s}.em-event-row:hover td{background:#1a1a2a}.em-event-row.em-selected td{background:#1e1530}.em-event-row.em-past td{color:#666}.em-event-row.em-past.em-selected td,.em-event-row.em-past:hover td{color:#999}.em-event-row.em-future td{color:#e8e8e8}.em-action-row td{background:#1a1028;border-bottom:1px solid #2a2a3a;padding:0}.em-action-bar{display:flex;flex-wrap:wrap;gap:.4rem;padding:.4rem .6rem}.em-modal-overlay{align-items:center;background:#0009;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.em-modal{background:#1a132a;border-radius:12px;box-shadow:0 8px 32px #00000080;max-width:480px;padding:1.5rem;width:95vw}.em-confirm-modal{max-width:400px}.em-confirm-title{color:#f0f0f0;font-family:Cinzel Decorative,cursive;font-size:1.1rem;margin:0 0 .75rem}.em-confirm-text{color:#ccc;font-size:.9rem;line-height:1.5;margin:0 0 1rem;word-break:break-word}.em-form{display:flex;flex-direction:column;gap:.75rem}.em-form-title{color:#f0f0f0;font-family:Cinzel Decorative,cursive;font-size:1.2rem;margin:0 0 .5rem}.em-form-row{display:flex;flex-direction:column;gap:.2rem}.em-form-label{color:#a99360;font-size:.75rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.em-form-input{background:#111;border:1px solid #444;border-radius:4px;color:#f0f0f0;font-family:inherit;font-size:.9rem;padding:.4rem .5rem}.em-form-input:focus{border-color:#8b0ac5;outline:none}.em-form-input:disabled{cursor:not-allowed;opacity:.5}.em-form-textarea{min-height:3rem;resize:vertical}.em-form-number{text-align:center;width:70px}.em-form-actions{display:flex;flex-wrap:wrap;gap:.5rem;margin-top:.5rem}.em-inline-select{-webkit-appearance:none;appearance:none;background:#0000;border:none;border-bottom:1px solid #0000;color:#e0e0e0;cursor:pointer;font-family:inherit;font-size:.95rem;font-weight:600;padding:.3rem .1rem;transition:border-color .2s}.em-inline-select:hover{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6'%3E%3Cpath d='m0 0 5 6 5-6z' fill='%23666'/%3E%3C/svg%3E");background-position:right 2px center;background-repeat:no-repeat;background-size:8px;border-bottom-color:#555;padding-right:14px}.em-inline-select:focus{border-bottom-color:#8b0ac5;outline:none}.em-inline-select:disabled{color:#888;cursor:not-allowed}.em-inline-input{background:#0000;border:none;border-bottom:1px solid #0000;color:#e0e0e0;font-family:inherit;font-size:.95rem;font-weight:600;padding:.3rem .1rem;text-align:center;transition:border-color .2s}.em-inline-input:hover{border-bottom-color:#555}.em-inline-input:focus{background:#111;border-bottom-color:#8b0ac5;border-radius:2px;outline:none}.em-inline-input:disabled{color:#666;cursor:not-allowed}.em-att-form input[type=number],.em-att-form input[type=text][inputmode=numeric]{-moz-appearance:textfield}.em-att-form input[type=number]::-webkit-inner-spin-button,.em-att-form input[type=number]::-webkit-outer-spin-button,.em-att-form input[type=text][inputmode=numeric]::-webkit-inner-spin-button,.em-att-form input[type=text][inputmode=numeric]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.em-attendance-header{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;justify-content:space-between;margin-bottom:1rem}.em-attendance-stats{color:#888;font-size:.85rem}.em-add-attendee-panel{margin-bottom:1rem}.em-attendee-list{display:flex;flex-direction:column;gap:2px}.em-att-row{background:#161620;border:1px solid #2a2a3a;border-radius:6px;overflow:hidden}.em-att-add{background:#1a1028;border-color:#8b0ac5}.em-att-collapsed{align-items:center;cursor:pointer;display:flex;gap:.75rem;padding:.6rem .8rem;transition:background .15s}.em-att-collapsed:hover{background:#1e1e2e}.em-att-name{color:#f0f0f0;font-weight:600;min-width:0}.em-att-badge{background:#333;border-radius:3px;color:#ccc;flex-shrink:0;font-size:.7rem;padding:.1em .5em}.em-att-detail{color:#888;font-size:.85rem}.em-att-death{color:#f66;font-size:.85rem}.em-att-saving{color:#a99360;font-size:.75rem;font-style:italic}.em-att-expand{color:#666;flex-shrink:0;font-size:.7rem;margin-left:auto}.em-att-hint{align-self:center;color:#666;font-size:.75rem;margin-left:auto}.em-att-row-header{align-items:center;border-bottom:1px solid #2a2a3a;cursor:pointer;display:flex;gap:.5rem;padding:.5rem .8rem}.em-att-row-header:hover{background:#1e1e2e}.em-att-form{align-items:flex-end;display:flex;flex-wrap:wrap;gap:.6rem;padding:.75rem .8rem}.em-att-field{display:flex;flex:1 1 100px;flex-direction:column;gap:.15rem;min-width:100px}.em-att-field-wide{flex:2 1 200px;min-width:180px}.em-att-field-narrow{flex:0 0 auto;max-width:85px;min-width:65px}.em-att-label{color:#a99360;font-size:.7rem;font-weight:600;letter-spacing:.03em;text-transform:uppercase}.em-toggle{border-radius:4px;cursor:pointer;font-size:.8rem;font-weight:600;padding:.3rem .6rem;text-align:center;transition:all .15s}.em-toggle-on{background:#2a6b2a!important;border:1px solid #3a8b3a!important;color:#afa!important}.em-toggle-off{background:#333!important;border:1px solid #555!important;color:#888!important}.em-player-dropdown{position:relative}.em-player-options{background:#1a1a2a;border:1px solid #444;border-radius:0 0 4px 4px;border-top:none;left:0;max-height:200px;overflow-y:auto;position:absolute;right:0;top:100%;z-index:100}.em-player-option{color:#ddd;cursor:pointer;font-size:.85rem;padding:.35rem .5rem}.em-player-option.selected,.em-player-option:hover{background:#8b0ac5;color:#fff}.em-player-option.em-highlighted{background:#5a0880;color:#fff}.em-player-empty{color:#666;cursor:default;font-style:italic}.em-player-empty:hover{background:#0000;color:#666}.em-att-notes{padding:0 .8rem .5rem}.em-notes-list{display:flex;flex-direction:column;gap:.25rem;margin:.3rem 0}.em-note-item{align-items:center;background:#111;border:1px solid #2a2a3a;border-radius:4px;display:flex;flex-wrap:wrap;gap:.35rem;padding:.3rem .5rem}.em-note-text{border-radius:2px;color:#ddd;cursor:text;flex:1 1 auto;font-size:.85rem;min-width:80px;padding:.1rem .2rem;transition:background .15s}.em-note-text:hover{background:#1a1a2a}.em-note-edit-input{flex:1 1 auto;font-size:.85rem;min-width:80px}.em-note-date{flex:0 0 130px;font-size:.8rem;padding:.2rem .3rem;width:130px}.em-date-empty{color:#0000}.em-date-empty::-webkit-datetime-edit{color:#0000}.em-date-empty:focus{color:#f0f0f0}.em-date-empty:focus::-webkit-datetime-edit{color:#f0f0f0}.em-note-remove{background:#0000!important;border:none!important;color:#888!important;cursor:pointer;flex-shrink:0;font-size:.9rem;line-height:1;padding:0 .2rem!important}.em-note-remove:hover{color:#f66!important}.em-note-add{align-items:center;display:flex;flex-wrap:wrap;gap:.3rem;margin-top:.25rem}.em-note-add-text{flex:1 1 150px;min-width:100px}.em-att-actions{align-items:center;border-top:1px solid #2a2a3a;display:flex;flex-wrap:wrap;gap:.5rem;padding:.5rem .8rem .75rem}@media (max-width:768px){.em-container{padding:.5rem}.em-title{font-size:1.2rem}.em-subtitle{font-size:.95rem}.em-table{font-size:.8rem}.em-table th{font-size:.65rem;padding:.3rem .4rem}.em-table td{padding:.35rem .4rem}.em-desc-cell{display:none}.em-action-bar{flex-wrap:wrap;gap:.3rem}.em-action-bar .em-btn{flex:0 0 auto;width:auto}.em-att-form{align-items:stretch;flex-direction:column;gap:.5rem;padding:.5rem}.em-att-field,.em-att-field-narrow,.em-att-field-wide{flex:1 1 100%;max-width:none;min-width:0;width:100%}.em-att-label{text-align:left}.em-form-input,.em-inline-input,.em-inline-select{box-sizing:border-box;max-width:100%;width:100%!important}.em-form-number{text-align:left;width:100%!important}.em-inline-input{text-align:left}.em-note-item{flex-wrap:wrap}.em-note-text{flex:1 1 100%}.em-note-date{flex-basis:calc(50% - 0.5rem);flex-grow:1;flex-shrink:1;min-width:0;width:auto}.em-note-add{flex-wrap:wrap}.em-note-add-text{flex:1 1 100%}.em-note-add .em-note-date{flex-basis:calc(50% - 0.2rem);flex-grow:1;flex-shrink:1;width:auto}.em-att-collapsed{flex-wrap:wrap;gap:.4rem}.em-modal{max-width:none;padding:1rem;width:96vw}.em-player-option{font-size:.9rem;padding:.5rem}.em-player-options{max-height:250px}.em-toolbar .em-btn{flex:1 1 auto;text-align:center}.em-att-actions{flex-wrap:wrap;gap:.4rem}.em-att-actions .em-btn{flex:1 1 auto;text-align:center}.em-att-hint{margin-left:0;text-align:center;width:100%}}@media (max-width:400px){.em-year-header{font-size:1.1rem}.em-table th{font-size:.6rem}.em-table td{font-size:.75rem;padding:.25rem .3rem}.em-att-label{font-size:.6rem}}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}
/*# sourceMappingURL=main.089c7a53.css.map*/