:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#ffffffde;background-color:#242424;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1a1a1a;cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}@media(prefers-color-scheme:light){:root{color:#213547;background-color:#fff}a:hover{color:#747bff}button{background-color:#f9f9f9}}.hamburger-button{background:transparent;border:none;padding:.4rem;display:flex;flex-direction:column;justify-content:center;gap:4px;cursor:pointer}.hamburger-line{width:22px;height:2px;background-color:#f5d96f;transition:transform .2s,opacity .2s}.hamburger-button.is-open .hamburger-line:nth-child(1){transform:translateY(6px) rotate(45deg)}.hamburger-button.is-open .hamburger-line:nth-child(2){opacity:0}.hamburger-button.is-open .hamburger-line:nth-child(3){transform:translateY(-6px) rotate(-45deg)}.drawer-overlay{position:fixed;inset:0;background:#000000b3;z-index:90}.drawer{position:fixed;top:0;left:-260px;width:260px;height:100vh;background-color:#1b1b1b;border-right:1px solid #555;box-shadow:2px 0 8px #000c;padding:1rem;box-sizing:border-box;z-index:95;transition:left .25s ease-out}.drawer-open{left:0}.drawer-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.drawer-close{background:transparent;border:none;color:#f5d96f;font-size:1.3rem;cursor:pointer}.drawer-list{list-style:none;padding:0;margin:0}.drawer-link{display:block;padding:.6rem .3rem;color:#f5d96f;border-bottom:1px solid #333;text-align:left}.drawer-link:hover{color:gold;background-color:#262626}.top-bar{height:60px;width:100%;background-color:#222;color:#f5d96f;display:flex;justify-content:space-between;padding:0 2rem;box-shadow:0 2px 5px #000000b3;position:fixed;top:0;left:0;z-index:100}.top-bar-left{display:flex;align-items:center;gap:.5rem}.top-bar-center,.top-bar-right{display:flex;align-items:center}.top-bar-title{margin:0;font-size:1rem;font-weight:700}.bottom-bar{height:60px;width:100%;background-color:#222;color:#f5d96f;display:flex;justify-content:space-around;align-items:center;position:fixed;bottom:0;left:0;box-shadow:0 -2px 5px #000000b3;z-index:100;padding:0}.bottom-bar a{color:#f5d96f;font-weight:700}.bottom-bar a:hover{color:gold}.nav-item{display:flex;flex-direction:column;align-items:center;justify-content:center;flex:1;text-align:center;color:#f5d96f;text-decoration:none}.nav-item:hover{color:gold}.nav-icon{margin-bottom:3px}.nav-label{font-size:.75rem;line-height:1}.layout-container{display:flex;flex-direction:column}.layout-content{flex:1;overflow-y:auto;padding:1em;box-sizing:border-box}.landing-page{display:flex;flex-direction:column;min-height:100vh;background-image:url(/assets/CD_Landing-DIWkhKiz.png);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:10px;gap:1rem;align-items:center;padding:1rem}.landing-content{margin-top:auto;background-color:#0009;padding:1rem;border-radius:10px;text-align:center;color:#f6bd11}.login-page{display:flex;flex-direction:column;min-height:100vh;background-image:url(/assets/CD_Login-CnEnYuYj.png);background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:10px;gap:1rem;align-items:center;padding:1rem}.login-content{margin-top:auto;background-color:#0009;padding:1rem;border-radius:10px;text-align:center;color:#f6bd11;box-shadow:0 4px 8px #0009;width:100%;max-width:400px}.input-field{width:100%;border:1px solid #444;border-radius:1px;background-color:#1e1e1e;text-align:center}.register-page{display:flex;flex-direction:column;gap:1rem;align-items:center;padding:1rem}.auth-form{background-color:#2c2c2c;padding:2rem;border-radius:8px;box-shadow:0 4px 8px #0000004d;width:100%;max-width:400px}.input-field{width:100%;padding:.5rem;margin-top:.5rem;margin-bottom:1rem;border:1px solid #444;border-radius:4px;background-color:#1e1e1e;text-align:center}.character-page{padding:16px;max-width:980px;margin:0 auto}.character-title{margin:0 0 12px}.section{margin-top:16px;padding:14px;border:1px solid rgba(255,255,255,.12);border-radius:12px;background:#00000026}.section-title{margin:0 0 12px}.slot-list{display:flex;flex-direction:column;gap:10px}.slot-card{display:grid;grid-template-columns:56px 1fr auto;gap:12px;align-items:center;padding:10px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#0000002e}.slot-icon{width:56px;height:56px;border-radius:12px;display:grid;place-items:center;overflow:hidden;border:1px solid rgba(255,255,255,.1);background:#00000040}.slot-icon img{width:100%;height:100%;object-fit:contain}.slot-icon-empty{width:36px;height:36px;border-radius:10px;border:1px dashed rgba(255,255,255,.25);opacity:.7}.slot-info{min-width:0}.slot-topline{display:flex;justify-content:space-between;gap:10px}.slot-label{font-weight:600;opacity:.9}.slot-name{font-weight:600;text-align:right;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.slot-subline{margin-top:6px;display:flex;gap:8px;flex-wrap:wrap;align-items:center}.pill{font-size:12px;padding:3px 8px;border-radius:999px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f}.slot-actions{display:flex;gap:8px}.btn{padding:8px 10px;border-radius:10px;border:1px solid rgba(255,255,255,.18);background:#ffffff0f;color:inherit;cursor:pointer}.btn:disabled{opacity:.5;cursor:not-allowed}.btn-danger{border-color:#ff5a5a59;background:#ff5a5a1a}.muted{opacity:.65}.prof-list{display:flex;flex-direction:column;gap:10px}.prof-card{padding:10px;border:1px solid rgba(255,255,255,.1);border-radius:12px;background:#0000002e}.prof-top{display:flex;justify-content:space-between;gap:10px;margin-bottom:8px}.prof-name{font-weight:700;text-transform:capitalize}.prof-level{font-weight:600;opacity:.85}.prof-bar{height:10px;border-radius:999px;overflow:hidden;background:#ffffff14;border:1px solid rgba(255,255,255,.1)}.prof-bar-fill{height:100%;width:0%;background:#78c8ff8c}.prof-meta{margin-top:6px;font-size:12px}.slot-label{max-width:45%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.btn:hover:not(:disabled){background:#ffffff1a}.btn-danger:hover:not(:disabled){background:#ff5a5a24}.slot-actions .btn{min-width:92px}.prof-meta{display:flex;justify-content:space-between;gap:10px;align-items:center}@media(max-width:520px){.slot-card{grid-template-columns:56px 1fr;grid-template-areas:"icon info" "actions actions";align-items:start}.slot-icon{grid-area:icon}.slot-info{grid-area:info}.slot-actions{grid-area:actions;justify-content:flex-end}.slot-name{text-align:left}}.craft-page{display:flex;flex-direction:column;gap:1rem;align-items:center;padding:1rem}.craft-page .craft-controls{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;width:100%;max-width:720px;margin:0 auto .5rem}.craft-page .control{display:flex;flex-direction:column;gap:.35rem;min-width:160px}.craft-page .control-label{font-size:.9rem;opacity:.9}.craft-page .control select{padding:.55rem .75rem;border-radius:10px;border:1px solid rgba(255,255,255,.14);background:#00000040;color:inherit;outline:none;text-align:center;text-align-last:center;-moz-text-align-last:center}.craft-page .control select option{text-align:center}.craft-page .tier-section{width:100%;max-width:720px;margin:0 auto;padding:.9rem;border-radius:14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.craft-page .tier-header{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding-bottom:.5rem;margin-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.08)}.craft-page .tier-title{margin:0}.craft-page .tier-meta{display:flex;gap:.75rem;font-size:.9rem;opacity:.9}.craft-page .tier-empty{margin:.25rem 0 0;opacity:.75}.craft-page .tier-list{width:100%;display:flex;flex-direction:column;gap:.75rem;align-items:center}.craft-page .craft-card{width:100%;max-width:680px;display:flex;align-items:center;gap:.85rem;padding:.75rem .9rem;border-radius:14px;text-decoration:none;color:inherit;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-left:5px solid var(--tier-color, gray)}.craft-page .craft-card:hover{filter:brightness(1.06)}.craft-page .craft-card:active{filter:brightness(.98)}.craft-page .craft-card:focus-visible{outline:2px solid rgba(255,255,255,.25);outline-offset:2px}.craft-page .craft-card-left{flex:0 0 auto}.craft-page .craft-card-icon{width:40px;height:40px;object-fit:contain}.craft-page .craft-card-icon.placeholder{display:flex;align-items:center;justify-content:center;border-radius:10px;border:1px dashed rgba(255,255,255,.25);background:#0000002e;font-weight:700;opacity:.85}.craft-page .craft-card-main{flex:1 1 auto;min-width:0}.craft-page .craft-card-title{font-weight:700;font-size:1.02rem;line-height:1.2}.craft-page .craft-card-sub{margin-top:.35rem;display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center;align-items:center;opacity:.92}.craft-page .chip{display:inline-flex;align-items:center;padding:.18rem .55rem;border-radius:999px;font-size:.85rem;border:1px solid rgba(255,255,255,.12);background:#0003}.craft-page .craft-card-right{flex:0 0 auto;opacity:.9}.craft-page .craft-card-cta{border:1px solid rgba(255,255,255,.12);background:#0000002e;padding:.35rem .7rem;border-radius:10px;font-size:.9rem}@media(max-width:520px){.craft-page .tier-header{flex-direction:column;align-items:flex-start}.craft-page .control{min-width:140px}}.gather-page{display:flex;flex-direction:column;gap:1rem;align-items:center;padding:1rem}.gather-page .gather-controls{display:flex;justify-content:center;gap:1rem;flex-wrap:wrap;width:100%;max-width:720px;margin:0 auto .5rem}.gather-page .control{display:flex;flex-direction:column;gap:.35rem;min-width:160px}.gather-page .control-label{font-size:.9rem;opacity:.9}.gather-page .control select{padding:.55rem .75rem;border-radius:10px;border:1px solid rgba(255,255,255,.14);background:#00000040;color:inherit;outline:none;text-align:center;text-align-last:center;-moz-text-align-last:center}.gather-page .control select option{text-align:center}.gather-page .tier-section{width:100%;max-width:720px;margin:0 auto;padding:.9rem;border-radius:14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.08)}.gather-page .tier-header{display:flex;justify-content:space-between;align-items:baseline;gap:1rem;padding-bottom:.5rem;margin-bottom:.75rem;border-bottom:1px solid rgba(255,255,255,.08)}.gather-page .tier-title{margin:0}.gather-page .tier-meta{display:flex;gap:.75rem;font-size:.9rem;opacity:.9}.gather-page .tier-empty{margin:.25rem 0 0;opacity:.75}.gather-page .tier-list{width:100%;display:flex;flex-direction:column;gap:.75rem;align-items:center}.gather-page .gather-card{width:100%;max-width:680px;display:flex;align-items:center;gap:.85rem;padding:.75rem .9rem;border-radius:14px;text-decoration:none;color:inherit;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-left:5px solid var(--tier-color, gray)}.gather-page .gather-card:hover{filter:brightness(1.06)}.gather-page .gather-card:active{filter:brightness(.98)}.gather-page .gather-card:focus-visible{outline:2px solid rgba(255,255,255,.25);outline-offset:2px}.gather-page .gather-card-left{flex:0 0 auto}.gather-page .gather-card-icon{width:40px;height:40px;object-fit:contain}.gather-page .gather-card-icon.placeholder{display:flex;align-items:center;justify-content:center;border-radius:10px;border:1px dashed rgba(255,255,255,.25);background:#0000002e;font-weight:700;opacity:.85}.gather-page .gather-card-main{flex:1 1 auto;min-width:0}.gather-page .gather-card-title{font-weight:700;font-size:1.02rem;line-height:1.2}.gather-page .gather-card-sub{margin-top:.35rem;display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center;align-items:center;opacity:.92}.gather-page .chip{display:inline-flex;align-items:center;padding:.18rem .55rem;border-radius:999px;font-size:.85rem;border:1px solid rgba(255,255,255,.12);background:#0003}.gather-page .gather-card-right{flex:0 0 auto;opacity:.9}.gather-page .gather-card-cta{border:1px solid rgba(255,255,255,.12);background:#0000002e;padding:.35rem .7rem;border-radius:10px;font-size:.9rem}@media(max-width:520px){.gather-page .tier-header{flex-direction:column;align-items:flex-start}.gather-page .control{min-width:140px}}.inventory-page{display:flex;flex-direction:column;gap:.75rem;padding:1rem}.inventory-header{display:flex;flex-direction:column;gap:.75rem}.inventory-controls{display:flex;flex-wrap:wrap;gap:1rem;justify-content:center;width:100%;max-width:860px;margin:0 auto}.inventory-controls .control{display:flex;flex-direction:column;gap:.35rem;min-width:160px}.inventory-controls .control-label{font-size:.9rem;opacity:.9}.inventory-controls select,.inventory-controls input[type=search]{padding:.55rem .75rem;border-radius:10px;border:1px solid rgba(255,255,255,.14);background:#00000040;color:inherit;outline:none;text-align:center;text-align-last:center;-moz-text-align-last:center}.inventory-controls select option{text-align:center}.inventory-controls .control-search{min-width:220px}.inventory-empty{opacity:.8;text-align:center;margin-top:.5rem}.inventory-list{width:100%;display:flex;flex-direction:column;gap:.75rem;align-items:center}.inventory-card{width:100%;max-width:860px;display:flex;align-items:center;gap:.9rem;padding:.85rem .95rem;border-radius:14px;background:#ffffff0a;border:1px solid rgba(255,255,255,.1);border-left:5px solid var(--tier-color, gray)}.inventory-card-left{flex:0 0 auto}.inventory-card-right{display:flex;flex-direction:column;gap:.5rem;align-items:stretch}.inventory-card-btn.equip{border-color:#78c8ff40;background:#78c8ff1a}.inventory-error{text-align:center;opacity:.9;padding:.4rem .6rem;margin-top:.4rem;border-radius:10px;border:1px solid rgba(255,90,90,.25);background:#ff5a5a1a}.inventory-card-icon{width:44px;height:44px;object-fit:contain}.inventory-card-icon.placeholder{width:44px;height:44px;display:flex;align-items:center;justify-content:center;border-radius:10px;border:1px dashed rgba(255,255,255,.25);background:#0000002e;font-weight:700;opacity:.85}.inventory-card-main{flex:1 1 auto;min-width:0}.inventory-card-title-row{display:flex;align-items:baseline;justify-content:space-between;gap:.75rem}.inventory-card-title{font-weight:700;font-size:1.05rem;line-height:1.2;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.inventory-card-qty{font-weight:700;opacity:.9;flex:0 0 auto}.inventory-card-desc{margin-top:.35rem;opacity:.88;font-size:.92rem}.inventory-card-sub{margin-top:.45rem;display:flex;flex-wrap:wrap;gap:.4rem;justify-content:flex-start;align-items:center;opacity:.95}.chip{display:inline-flex;align-items:center;padding:.18rem .55rem;border-radius:999px;font-size:.85rem;border:1px solid rgba(255,255,255,.12);background:#0003}.inventory-card-right{flex:0 0 auto}.inventory-card-btn{border:1px solid rgba(255,255,255,.14);background:#0003;color:inherit;padding:.45rem .8rem;border-radius:10px;cursor:pointer}.inventory-card-btn:hover:not(:disabled){filter:brightness(1.07)}.inventory-card-btn:active:not(:disabled){filter:brightness(.98)}.inventory-card-btn:disabled{opacity:.45;cursor:not-allowed}@media(max-width:560px){.inventory-controls .control{min-width:140px}.inventory-card{gap:.75rem}.inventory-card-title-row{flex-direction:column;align-items:flex-start}.inventory-card-qty{opacity:.85}.inventory-card-sub{justify-content:center}}.inventory-notice{margin-top:.4rem;padding:.4rem .6rem;border-radius:10px;border:1px solid rgba(255,255,255,.12);background:#ffffff0f;opacity:.95}.inventory-notice.error{border-color:#ff5a5a40;background:#ff5a5a1a}.inventory-notice.success{border-color:#5aff8c38;background:#5aff8c1a}.cooldown-timer{margin-top:.5rem;font-size:.9rem;color:#ffd27f}.gatherable{display:flex;flex-direction:column;align-items:center;gap:1rem}.gatherable-image-wrapper{position:relative;display:inline-flex;align-items:center;justify-content:center;border-radius:999px;overflow:visible;border:5px solid var(--tier-color, rgba(255, 200, 0, .9));box-shadow:0 0 0 2px #00000059}.gatherable-image{width:100%;height:100%;object-fit:contain}.gatherable-image-wrapper:before{content:"";position:absolute;inset:-15%;border-radius:inherit;background:radial-gradient(circle,color-mix(in srgb,var(--tier-color, rgba(255, 200, 0, .9)) 85%,transparent) 0%,transparent 60%);opacity:0;transform:scale(.9);pointer-events:none}.gatherable-image-wrapper.gathering{animation:gather-shake .35s linear infinite;filter:brightness(1.08)}.gatherable-image-wrapper.gathering:before{animation:gather-glow var(--glow-duration, 5s) ease-out forwards}@keyframes gather-shake{0%,to{transform:translate(0)}20%{transform:translate(-2px,1px)}40%{transform:translate(2px,-1px)}60%{transform:translate(-1px,-2px)}80%{transform:translate(1px,2px)}}@keyframes gather-glow{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.actionable-button{padding:.75rem 1.5rem;border-radius:8px;border:none;background:#3b5f8a;color:#fff;font-weight:600;cursor:pointer}.actionable-button:disabled{opacity:.6;cursor:default}.item-flavor{display:inline-block;padding:.75rem 1rem;margin:.75rem 0;background:linear-gradient(135deg,#12151c,#373425);border-radius:8px;box-shadow:0 6px 16px #00000059;font-size:.95rem;line-height:1.5;border:1px solid rgba(180,220,255,.12)}.item-flavor ul{list-style:circle;text-align:left}html,body{margin:0;padding:0;width:100%;overflow-x:hidden}#root{width:100%;max-width:1280px;margin:0 auto;padding:2rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;color:#f5d96f;background-color:#1b1b1b;text-align:center;min-height:100vh;box-sizing:border-box}h1,h2,h3,h4{color:#f0c85e;text-shadow:1px 1px 3px #000;margin-bottom:1rem}a{color:#f5d96f;text-decoration:none;transition:color .2s}a:hover{color:gold}button{background-color:#333;color:#f5d96f;border:2px solid #f5d96f;border-radius:5px;padding:.6rem 1.2rem;font-size:1rem;cursor:pointer;transition:all .2s}button:hover{background-color:#444;border-color:gold;color:gold}input,textarea{background-color:#2a2a2a;color:#f5d96f;border:1px solid #555;border-radius:4px;padding:.5rem;font-size:1rem;width:100%;box-sizing:border-box}input:focus,textarea:focus{outline:none;border-color:gold}.card{background-color:#2a2a2a;border:1px solid #555;border-radius:6px;padding:1rem;margin:1rem auto;max-width:600px;width:90%;text-align:left;box-shadow:0 2px 8px #000000b3}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-thumb{background-color:#555;border-radius:4px}::-webkit-scrollbar-track{background-color:#1b1b1b}.text{color:#f5d96f}.text-muted{color:#999}.bold{font-weight:700}table{width:100%;border-collapse:collapse;margin:1rem 0}th,td{padding:.6rem;border:1px solid #555;color:#f5d96f;text-align:left}th{background-color:#333}@media(max-width:1024px){#root{padding:1.5rem}.top-bar,.bottom-bar{padding:0 1.5rem}}@media(max-width:768px){#root{padding:1rem}.top-bar,.bottom-bar{height:50px;padding:0 1rem}button{width:100%;font-size:1rem}.card{width:95%}}@media(max-width:480px){h1{font-size:1.5rem}h2{font-size:1.2rem}.nav-label{font-size:.65rem}.nav-icon{width:20px;height:20px}.top-bar,.bottom-bar{font-size:.9rem}}
