@import url(https://fonts.googleapis.com/css2?family=Cinzel:wght@400;600;700;900&family=Rajdhani:wght@300;400;500;600;700&family=Orbitron:wght@400;500;600;700;800;900&display=swap);.codexage-page,.codexage-page *{box-sizing:border-box}.codexage-page{--cx-bg:#0a0a0f;--cx-panel:#12121c;--cx-panel-2:#1a1a2e;--cx-border:rgba(255,255,255,0.06);--cx-border-hover:rgba(255,255,255,0.12);--cx-text:#e8e8f0;--cx-muted:#8888aa;--cx-dim:#555570;--cx-neon-cyan:#00f0ff;--cx-neon-purple:#b84dff;--cx-neon-magenta:#ff2d7b;--cx-neon-gold:#ffb800;--cx-neon-green:#00ff88;--cx-accent:var(--cx-neon-cyan);--cx-accent-2:var(--cx-neon-purple);--cx-soft:rgba(0,240,255,0.04);--cx-danger:rgba(255,45,123,0.6);font-family:'Rajdhani',Arial,Helvetica,sans-serif;color:var(--cx-text)}.codexage-shell{width:100%;background:var(--cx-bg);border:1px solid var(--cx-border);border-radius:20px;overflow:hidden;position:relative}.codexage-shell::before{content:'';position:absolute;inset:0;background:radial-gradient(ellipse 80% 50% at 50% 0%,rgb(0 240 255 / .04) 0%,transparent 60%),radial-gradient(ellipse 60% 40% at 80% 100%,rgb(184 77 255 / .03) 0%,transparent 50%);pointer-events:none}.codexage-shell::after{content:'';position:absolute;inset:0;background-image:linear-gradient(rgb(0 240 255 / .012) 1px,transparent 1px),linear-gradient(90deg,rgb(0 240 255 / .012) 1px,transparent 1px);background-size:40px 40px;pointer-events:none;mask-image:radial-gradient(ellipse 70% 60% at 50% 30%,black 0%,transparent 70%)}.codexage-main{padding:20px;position:relative;z-index:1}.codexage-layout{display:grid;grid-template-columns:380px 1fr;gap:18px}.codexage-panel{background:var(--cx-panel);border:1px solid var(--cx-border);border-radius:18px;padding:22px;position:relative;overflow:hidden}.codexage-panel::before{content:'';position:absolute;top:0;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgb(0 240 255 / .15),transparent)}.codexage-panel-header h2{margin:0 0 4px;font-family:'Cinzel',serif;font-size:22px;font-weight:700;letter-spacing:.5px;color:var(--cx-text)}.codexage-panel-header-form h2{display:inline-block;font-family:'Cinzel',serif;font-size:24px;font-weight:900;color:#fff;margin:0 0 18px;padding-bottom:8px;border-bottom:2px solid #fff0;border-image:linear-gradient(90deg,var(--cx-neon-cyan),var(--cx-neon-purple)) 1}.codexage-panel-header-form p{display:none}.codexage-panel-header p,.codexage-preview-meta,.codexage-result-meta,.codexage-empty,.codexage-note,.codexage-print-feedback,.codexage-callout{margin:0;color:var(--cx-muted);line-height:1.5}.codexage-tabs{display:grid;grid-template-columns:repeat(2,1fr);gap:10px;margin:18px 0}.codexage-top-links a,.codexage-tab,.codexage-secondary-btn,.codexage-card-btn,.codexage-primary-btn{text-decoration:none;border:1px solid var(--cx-border);border-radius:12px;font-family:'Rajdhani',sans-serif;font-weight:700;cursor:pointer;transition:all 0.3s ease;letter-spacing:.5px}.codexage-tab{background:rgb(255 255 255 / .03);color:var(--cx-muted);padding:12px 14px;font-size:15px}.codexage-tab:hover{background:rgb(255 255 255 / .05);color:var(--cx-text);border-color:var(--cx-border-hover)}.codexage-tab.is-active{background:linear-gradient(135deg,rgb(0 240 255 / .12),rgb(184 77 255 / .08));color:var(--cx-neon-cyan);border-color:rgb(0 240 255 / .2);box-shadow:0 0 15px rgb(0 240 255 / .08)}.codexage-primary-btn{background:linear-gradient(135deg,var(--cx-neon-cyan),#00b8d4);color:#0a0a0f;font-weight:800;border:none;position:relative;overflow:hidden}.codexage-primary-btn:hover{box-shadow:0 4px 25px rgb(0 240 255 / .25),0 0 40px rgb(0 240 255 / .1);transform:translateY(-1px)}.codexage-primary-btn::before{content:'';position:absolute;inset:0;background:linear-gradient(135deg,transparent,rgb(255 255 255 / .2),transparent);transform:translateX(-100%);transition:transform 0.5s ease}.codexage-primary-btn:hover::before{transform:translateX(100%)}.codexage-mode{display:none}.codexage-mode.is-active{display:block}.codexage-field-grid,.codexage-grid-2,.codexage-meta-grid{display:grid;gap:14px}.codexage-grid-2,.codexage-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.codexage-field label{display:block;margin-bottom:8px;font-size:14px;font-weight:700;color:var(--cx-muted);letter-spacing:.5px;text-transform:uppercase}.codexage-field select,.codexage-field input{width:100%;height:52px;padding:0 16px;border-radius:12px;border:1px solid var(--cx-border);background:rgb(255 255 255 / .03);color:#fff;font-family:'Rajdhani',sans-serif;font-size:16px;font-weight:700;line-height:1.2;outline:none;appearance:none;-webkit-appearance:none;transition:all 0.3s ease}.codexage-field select:focus,.codexage-field input:focus{border-color:rgb(0 240 255 / .3);background:rgb(0 240 255 / .03);box-shadow:0 0 15px rgb(0 240 255 / .06)}.codexage-field select{background-image:linear-gradient(45deg,transparent 50%,var(--cx-neon-cyan) 50%),linear-gradient(135deg,var(--cx-neon-cyan) 50%,transparent 50%);background-position:calc(100% - 22px) calc(50% - 3px),calc(100% - 16px) calc(50% - 3px);background-size:6px 6px,6px 6px;background-repeat:no-repeat;padding-right:42px;text-overflow:ellipsis}.codexage-field select option{color:#fff;background:var(--cx-panel)}.codexage-field select:disabled,.codexage-field input:disabled{opacity:.5;cursor:not-allowed}.codexage-item-preview{margin:16px 0}.codexage-preview-card,.codexage-result-card{background:rgb(255 255 255 / .02);border:1px solid var(--cx-border);border-radius:18px;transition:all 0.3s ease}.codexage-preview-card:hover,.codexage-result-card:hover{border-color:var(--cx-border-hover)}.codexage-preview-card{display:flex;gap:14px;align-items:center;padding:14px}.codexage-preview-image,.codexage-result-image{width:112px;height:132px;border-radius:14px;background:rgb(0 240 255 / .02);border:1px solid var(--cx-border);display:grid;place-items:center;overflow:hidden}.codexage-preview-image img,.codexage-result-image img,.codexage-print-preview img{display:block;max-width:100%;max-height:100%;width:auto;height:auto;object-fit:contain;object-position:center center;image-rendering:auto}.codexage-placeholder-art{width:100%;height:100%;display:grid;place-items:center;font-weight:800;color:var(--cx-neon-cyan);background:radial-gradient(circle at center,rgb(0 240 255 / .06),transparent 70%);font-family:'Cinzel',serif;font-size:20px;letter-spacing:2px}.codexage-preview-name{font-family:'Cinzel',serif;font-size:18px;font-weight:700;margin-bottom:4px;color:var(--cx-text)}.codexage-preview-meta{font-size:13px;color:var(--cx-muted)}.codexage-actions,.codexage-global-actions,.codexage-card-actions{display:flex;flex-wrap:wrap;gap:10px}.codexage-actions{margin-top:18px}.codexage-global-actions{margin:0 0 16px;padding:14px 16px;border-radius:14px;background:rgb(255 255 255 / .015);border:1px solid var(--cx-border);gap:8px}.codexage-global-actions-label{width:100%;font-size:11px;font-weight:700;letter-spacing:1.5px;text-transform:uppercase;color:var(--cx-dim);margin-bottom:2px}.codexage-card-actions{margin-top:14px;justify-content:flex-start}.codexage-primary-btn,.codexage-secondary-btn,.codexage-card-btn{padding:12px 18px;font-size:14px;text-transform:uppercase;letter-spacing:1px}.codexage-card-btn-share{background:linear-gradient(135deg,rgb(0 240 255 / .12),rgb(184 77 255 / .08))!important;border-color:rgb(0 240 255 / .25)!important;color:var(--cx-neon-cyan)!important}.codexage-card-btn-share:hover{background:linear-gradient(135deg,rgb(0 240 255 / .2),rgb(184 77 255 / .12))!important;border-color:rgb(0 240 255 / .4)!important;box-shadow:0 0 15px rgb(0 240 255 / .1)}.codexage-card-btn-copy{background:linear-gradient(135deg,rgb(0 255 136 / .1),rgb(0 255 136 / .04))!important;border-color:rgb(0 255 136 / .25)!important;color:var(--cx-neon-green)!important}.codexage-card-btn-copy:hover{background:linear-gradient(135deg,rgb(0 255 136 / .18),rgb(0 255 136 / .08))!important;border-color:rgb(0 255 136 / .4)!important;box-shadow:0 0 15px rgb(0 255 136 / .1)}.codexage-card-btn-download{background:rgb(255 255 255 / .03);color:var(--cx-muted)}.codexage-secondary-btn,.codexage-card-btn{background:rgb(255 255 255 / .03);color:var(--cx-muted);border-color:var(--cx-border)}.codexage-secondary-btn:hover,.codexage-card-btn:hover{background:rgb(255 255 255 / .06);color:var(--cx-text);border-color:var(--cx-border-hover)}.codexage-remove-btn{border-color:rgb(255 45 123 / .25)!important;color:rgb(255 45 123 / .8)!important}.codexage-remove-btn:hover{background:rgb(255 45 123 / .08)!important;border-color:rgb(255 45 123 / .4)!important;color:#ff2d7b!important}.codexage-empty{padding:24px;border-radius:16px;border:1px dashed rgb(0 240 255 / .12);text-align:center;color:var(--cx-dim);font-size:14px;font-weight:600;background:rgb(0 240 255 / .01)}.codexage-is-hidden{display:none!important}.codexage-awakened-wrap.is-hidden{display:none}.codexage-results-stack{display:grid;gap:14px}.codexage-result-card{padding:18px;position:relative}.codexage-result-top{display:flex;gap:14px;align-items:flex-start}.codexage-result-title{font-family:'Cinzel',serif;font-size:24px;font-weight:800;margin-bottom:6px;color:var(--cx-text)}.codexage-result-box{margin-top:16px;padding:22px 18px 18px;border-radius:16px;background:rgb(0 0 0 / .35);border:1px solid var(--cx-border);position:relative}.codexage-result-badge{display:inline-flex;align-items:center;justify-content:center;min-width:108px;height:32px;padding:0 16px;border-radius:999px;background:linear-gradient(135deg,rgb(0 240 255 / .15),rgb(184 77 255 / .1));border:1px solid rgb(0 240 255 / .2);color:var(--cx-neon-cyan);font-family:'Orbitron',sans-serif;font-size:11px;font-weight:700;letter-spacing:2px;text-transform:uppercase;position:absolute;left:18px;top:-16px}.codexage-result-line{display:flex;justify-content:space-between;gap:16px;align-items:center;padding:10px 0;border-bottom:1px solid var(--cx-border)}.codexage-result-line:last-child{border-bottom:0}.codexage-result-label{font-size:15px;font-weight:700;color:var(--cx-muted)}.codexage-result-value{font-family:'Orbitron',sans-serif;font-size:18px;font-weight:700;text-align:right;color:var(--cx-text)}.codexage-result-value small,.codexage-result-value em{font-family:'Rajdhani',sans-serif;font-size:14px;color:var(--cx-muted);margin-left:6px;font-style:normal}.codexage-note.compact{margin-top:12px;font-size:13px;padding:10px 14px;border-radius:10px;background:rgb(255 184 0 / .04);border:1px solid rgb(255 184 0 / .1);color:var(--cx-neon-gold)}.codexage-brand-footer{margin-top:14px;text-align:center;color:var(--cx-dim);font-size:13px;font-weight:600;letter-spacing:.5px}.codexage-brand-footer span{color:var(--cx-neon-cyan)}.codexage-print-preview{margin:14px 0;min-height:120px;border-radius:16px;border:1px dashed rgb(0 240 255 / .12);display:grid;place-items:center;overflow:hidden;background:rgb(0 240 255 / .01)}#codexage-item option{white-space:normal}.codexage-preview-image img,.codexage-result-image img{transform:scale(1.03)}.codexage-preview-image--weapon img,.codexage-result-image--weapon img{transform:scale(1.12);transform-origin:center center}.codexage-preview-image--defense img,.codexage-result-image--defense img{transform:scale(.98);transform-origin:center center}.codexage-preview-image--accessory img,.codexage-result-image--accessory img{transform:scale(1);transform-origin:center center}.codexage-print-feedback{margin-top:10px;min-height:24px;font-weight:700;color:var(--cx-muted)}.codexage-result-meta{display:flex;flex-wrap:wrap;gap:8px;align-items:center;color:var(--cx-muted);font-size:13px}.codexage-age-chip{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:4px 10px;border-radius:999px;font-family:'Orbitron',sans-serif;font-size:11px;font-weight:700;letter-spacing:.5px;border:1px solid rgb(255 255 255 / .12);background:rgb(255 255 255 / .04);color:#eef4ff;box-shadow:inset 0 1px 0 rgb(255 255 255 / .05),0 2px 8px rgb(0 0 0 / .3)}.codexage-age-neutral,.codexage-age-1,.codexage-age-2,.codexage-age-3{background:linear-gradient(180deg,#1a1a2e 0%,#12121c 100%);border-color:rgb(0 240 255 / .12);color:rgb(0 240 255 / .7)}.codexage-age-4{background:linear-gradient(180deg,#8a546c 0%,#603347 100%);border-color:rgb(255 175 196 / .45);color:#ffe7ef}.codexage-age-5{background:linear-gradient(180deg,#a69743 0%,#6d6124 100%);border-color:rgb(255 240 154 / .45);color:#fff7cf}.codexage-age-6{background:linear-gradient(180deg,#3d8d48 0%,#23562b 100%);border-color:rgb(151 255 169 / .42);color:#e6ffe8}.codexage-age-7{background:linear-gradient(180deg,#3a71a8 0%,#20456e 100%);border-color:rgb(157 210 255 / .42);color:#e4f5ff}.codexage-age-8{background:linear-gradient(180deg,#9a4b9a 0%,#632d63 100%);border-color:rgb(255 171 255 / .45);color:#ffe7ff}.codexage-age-9{background:linear-gradient(180deg,#b06d31 0%,#76441a 100%);border-color:rgb(255 207 150 / .45);color:#fff0dc}.codexage-age-10{background:linear-gradient(180deg,#a53b3b 0%,#6c2121 100%);border-color:rgb(255 171 171 / .48);color:#ffe5e5}.codexage-age-11{background:linear-gradient(180deg,#4393a8 0%,#265e6e 100%);border-color:rgb(161 243 255 / .45);color:#e8fbff}.codexage-age-12{background:linear-gradient(180deg,#33a14d 0%,#1c6a31 100%);border-color:rgb(167 255 190 / .45);color:#ebffef}.codexage-age-13{background:linear-gradient(180deg,#b0488f 0%,#782a60 100%);border-color:rgb(255 171 225 / .45);color:#ffe9f7}.codexage-age-14{background:linear-gradient(180deg,#6c4bb0 0%,#432b79 100%);border-color:rgb(205 176 255 / .45);color:#f1e8ff}.codexage-age-15{background:linear-gradient(180deg,#2d9bb0 0%,#1a6170 100%);border-color:rgb(155 245 255 / .45);color:#e8fdff}.codexage-age-16{background:linear-gradient(180deg,#b69936 0%,#7c651a 100%);border-color:rgb(255 234 149 / .48);color:#fff7d6}.codexage-age-17{background:linear-gradient(180deg,#b56d28 0%,#7d4515 100%);border-color:rgb(255 209 152 / .48);color:#fff0df}.codexage-age-18{background:linear-gradient(180deg,#8b35b4 0%,#56206f 100%);border-color:rgb(231 165 255 / .5);color:#f8e8ff}.codexage-age-19{background:linear-gradient(180deg,#b8ad2a 0%,#7f7813 100%);border-color:rgb(255 248 145 / .5);color:#fffce0}.codexage-age-20{background:linear-gradient(180deg,#bcc6d3 0%,#7f8d9c 100%);border-color:rgb(240 246 255 / .46);color:#f8fbff;box-shadow:inset 0 1px 0 rgb(255 255 255 / .16),0 2px 8px rgb(166 184 206 / .18)}.codexage-age-21{background:linear-gradient(180deg,#c7d1dd 0%,#8593a2 100%);border-color:rgb(242 248 255 / .5);color:#fbfdff;box-shadow:inset 0 1px 0 rgb(255 255 255 / .18),0 2px 9px rgb(175 193 216 / .2)}.codexage-age-22{background:linear-gradient(180deg,#d1dae6 0%,#8d9baa 100%);border-color:rgb(244 249 255 / .54);color:#fff;box-shadow:inset 0 1px 0 rgb(255 255 255 / .2),0 2px 10px rgb(184 202 225 / .22)}.codexage-age-23{background:linear-gradient(180deg,#dbe3ec 0%,#95a2b0 100%);border-color:rgb(247 251 255 / .58);color:#fff;box-shadow:inset 0 1px 0 rgb(255 255 255 / .22),0 2px 11px rgb(192 210 230 / .24)}.codexage-age-24{background:linear-gradient(180deg,#e4ebf3 0%,#9ca8b7 100%);border-color:rgb(250 252 255 / .62);color:#fff;box-shadow:inset 0 1px 0 rgb(255 255 255 / .24),0 2px 12px rgb(200 218 238 / .26)}.codexage-age-25{background:linear-gradient(180deg,#edf2f7 0%,#a3afbd 100%);border-color:rgb(252 254 255 / .68);color:#fff;box-shadow:inset 0 1px 0 rgb(255 255 255 / .26),0 2px 13px rgb(208 226 246 / .28)}.codexage-current-summary{margin-top:8px;color:var(--cx-dim);font-size:13px;font-weight:600;line-height:1.5}@media (max-width:980px){.codexage-layout{grid-template-columns:1fr}}@media (max-width:640px){.codexage-main{padding:14px}.codexage-grid-2,.codexage-meta-grid{grid-template-columns:1fr}.codexage-result-top,.codexage-preview-card{align-items:flex-start}.codexage-card-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.codexage-global-actions{display:grid;grid-template-columns:1fr 1fr;gap:8px}.codexage-global-actions-label{grid-column:1 / -1}.codexage-result-line{flex-direction:column;align-items:flex-start}.codexage-result-value{text-align:left;font-size:18px}.codexage-result-meta{gap:6px}.codexage-current-summary{font-size:12px}}.codexage-age-wrap.is-hidden{display:none}