@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg-color:#8f7d6e;--panel-bg:#ecdccb;--panel-header-bg:#5d5b6a;--panel-header-text:#fff;--panel-border:#bda28b;--text-primary:#4a3a31;--text-light:#f0ebe1;--accent-red:#d96b5b;--accent-red-hover:#c45d4e;--attr-row-odd:#a68a76;--attr-row-even:#b39a88;--attr-value-bg:#d9c8b6;--attr-text:#fff;--slot-bg:#a68a76;--slot-border:#8b715f;--inventory-grid-bg:#b39a88;--inventory-slot-bg:#a68a76;--font-family:"Inter", sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-color);color:var(--text-primary);font-family:var(--font-family);background-image:radial-gradient(circle,#ffffff1a 0%,#0000004d 100%);background-attachment:fixed;min-height:100vh;margin:0;padding:0}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:var(--panel-bg)}::-webkit-scrollbar-thumb{background:var(--panel-border);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--attr-row-even)}.app-container{gap:20px;width:100%;max-width:1400px;height:90vh;max-height:800px;display:flex}.panel{background-color:var(--panel-bg);border:4px solid var(--panel-bg);border-radius:6px;flex-direction:column;display:flex;position:relative;overflow:hidden;box-shadow:15px 25px 40px #00000059,0 5px 15px #0003}.panel-header{background-color:var(--panel-header-bg);color:var(--panel-header-text);justify-content:space-between;align-items:center;padding:10px 20px;font-size:1.2rem;font-weight:600;display:flex}.panel-content{flex:1;padding:15px;overflow-y:auto}.panel-title{color:var(--text-primary);border-bottom:2px dashed var(--panel-border);margin-bottom:15px;padding-bottom:5px;font-size:1.1rem;font-weight:700}.btn-primary{background-color:var(--accent-red);color:#fff;font-family:var(--font-family);cursor:pointer;border:none;border-radius:4px;padding:8px 16px;font-weight:600;transition:background-color .2s,transform .1s;box-shadow:0 2px 4px #0003}.btn-primary:hover{background-color:var(--accent-red-hover)}.btn-primary:active{transform:translateY(1px)}.app-wrapper{flex-direction:column;align-items:center;gap:16px;width:100%;min-height:100vh;display:flex;position:relative}.portrait-orientation-hint{display:none}@media (orientation:portrait){.portrait-orientation-hint{z-index:55;pointer-events:none;padding:0 12px calc(12px + env(safe-area-inset-bottom,0px));justify-content:center;display:flex;position:fixed;bottom:0;left:0;right:0}.portrait-orientation-hint-inner{border:2px solid var(--panel-border);color:#fff8ef;background:#24201ef0;border-bottom:none;border-radius:12px 12px 0 0;align-items:flex-start;gap:12px;max-width:min(100%,440px);padding:12px 16px;font-size:.9rem;line-height:1.45;display:flex;box-shadow:0 -8px 28px #00000059}.portrait-orientation-hint-inner p{margin:0}.portrait-orientation-hint-icon{color:#e8d6cc;flex-shrink:0;width:28px;height:28px;margin-top:1px;transform:rotate(-90deg)}}.site-header{background-color:var(--panel-header-bg);border-bottom:4px solid var(--panel-bg);z-index:10;justify-content:space-between;align-items:center;width:100%;padding:15px 40px;display:flex;box-shadow:0 5px 15px #00000080}.header-left{align-items:center;gap:20px;display:flex}.header-right{align-items:center;gap:8px;display:flex}.sr-only{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.header-locale-label{align-items:center;margin:0;display:inline-flex}.header-locale-select{appearance:none;color:#fff;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;font:inherit;cursor:pointer;background:#ffffff1f url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 12 12'%3E%3Cpath fill='%23fff' d='M3 4.5 6 8l3-3.5'/%3E%3C/svg%3E") right 8px center no-repeat;border:1px solid #ffffff38;border-radius:6px;max-width:min(160px,38vw);padding:6px 28px 6px 10px;font-size:.85rem;font-weight:700}.header-locale-select:focus{outline-offset:2px;outline:2px solid #ffffff59}.header-locale-select option{color:#000;background-color:#fff}.header-pill-btn{color:#fff;font:inherit;cursor:pointer;background:#ffffff1f;border:1px solid #ffffff38;border-radius:6px;align-items:center;gap:6px;padding:6px 10px;font-size:.85rem;font-weight:700;text-decoration:none;display:inline-flex}.header-pill-btn img{width:18px;height:18px}.header-pill-btn.discord{padding:6px 9px}.discord-icon{width:18px;height:18px;display:block}.hamburger-btn{cursor:pointer;background:0 0;border:none;flex-direction:column;gap:5px;padding:5px;transition:transform .2s;display:flex}.hamburger-btn:hover{transform:scale(1.1)}.hamburger-line{background-color:#fff;border-radius:2px;width:24px;height:3px}.site-logo{object-fit:contain;filter:drop-shadow(0 2px 4px #00000080);height:40px}.site-logo-btn{appearance:none;cursor:pointer;background:0 0;border:0;align-items:center;margin:0;padding:0;display:inline-flex}.site-logo-btn:hover .site-logo{filter:drop-shadow(0 2px 4px #00000080)brightness(1.12)}.sidebar-overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:20;background-color:#0009;position:fixed;inset:0}.sidebar{background-color:var(--bg-color);border-right:4px solid var(--panel-border);z-index:30;flex-direction:column;width:300px;height:100%;transition:left .3s ease-in-out;display:flex;position:fixed;top:0;left:-300px;box-shadow:10px 0 30px #00000080}.sidebar.open{left:0}.sidebar-header{border-bottom:2px dashed var(--panel-border);color:#fff;justify-content:space-between;align-items:center;padding:20px;display:flex}.close-btn{color:#fff;cursor:pointer;background:0 0;border:none;font-size:1.5rem}.close-btn:hover{color:var(--accent-red)}.sidebar-nav{flex-direction:column;gap:15px;padding:20px;display:flex}.nav-btn{background-color:var(--panel-bg);color:var(--text-primary);cursor:pointer;text-align:left;border:none;border-radius:8px;padding:15px 20px;font-size:1.1rem;font-weight:700;text-decoration:none;transition:all .2s;box-shadow:0 4px 6px #0000001a}.nav-btn:hover{background-color:#fff;transform:translate(5px)}.nav-btn.active{background-color:var(--accent-red);color:#fff}.home-screen{flex-direction:column;flex:1;justify-content:center;align-items:center;width:100%;padding:20px 24px 48px;display:flex}.home-hub{justify-content:center}.home-footer{text-align:center;color:#000;max-width:min(520px,92vw);margin-top:36px;font-size:.72rem;line-height:1.55}.home-footer-line{margin:0 0 .4em}.home-footer-line:last-child{margin-bottom:0}.home-footer a{color:#000;text-underline-offset:2px;text-decoration:underline}.home-footer a:hover{color:var(--text-primary)}.hub-cards-grid{grid-template-columns:repeat(auto-fit,minmax(240px,1fr));justify-items:stretch;gap:28px;width:100%;max-width:980px;display:grid}.hub-card{border:4px solid var(--panel-border);background-color:var(--panel-bg);cursor:pointer;text-align:center;border-radius:14px;flex-direction:column;align-items:center;gap:12px;min-height:280px;padding:28px 22px 24px;transition:transform .28s cubic-bezier(.25,.8,.25,1),border-color .2s,box-shadow .28s;display:flex;position:relative;overflow:hidden;box-shadow:0 10px 28px #00000047}.hub-card:hover{box-shadow:0 22px 44px #0000006b, 0 0 24px color-mix(in srgb, var(--hub-accent) 35%, transparent);border-color:#ffffffd9;transform:translateY(-8px)scale(1.02)}.hub-card-title{color:var(--text-primary);z-index:1;margin:0;font-size:1.45rem;font-weight:800}.hub-card-desc{color:#6b5c51;z-index:1;max-width:22ch;margin:0;font-size:.95rem;line-height:1.45}.hub-card-glow{background:radial-gradient(circle, var(--hub-accent) 0%, transparent 68%);opacity:.35;pointer-events:none;border-radius:50%;width:220px;height:220px;transition:opacity .28s;position:absolute;bottom:-60px}.hub-card:hover .hub-card-glow{opacity:.72}.hub-card-graphic{z-index:1;background:#ffffff7a;border:2px solid #4a3a3138;border-radius:50%;flex-shrink:0;place-items:center;width:96px;height:96px;display:grid}.hub-card-graphic-hub-icon img{object-fit:contain;width:72px;height:72px;display:block}.hub-card-graphic-flip-x img{transform:scaleX(-1)}.planner-screen{flex-direction:column;flex:1;align-items:center;gap:16px;width:100%;padding:24px 16px 48px;display:flex}.planner-toolbar{flex-wrap:wrap;align-items:center;gap:16px;width:100%;max-width:1200px;display:flex}.planner-heading{color:var(--panel-bg);margin:0;font-size:1.25rem}.planner-lede{color:var(--panel-bg);text-align:center;max-width:520px;margin:0;font-size:1rem}.planner-class-grid{margin-top:8px}.community-page{flex-direction:column;flex:1;gap:18px;width:100%;max-width:1240px;min-height:0;margin:0 auto;padding:16px 16px 40px;display:flex}.community-page-hero{flex-wrap:wrap;align-items:flex-start;gap:14px 20px;display:flex}.community-page-hero-text{flex:260px;min-width:0}.community-page-hero h1{color:var(--panel-bg);letter-spacing:.02em;margin:0 0 6px;font-size:clamp(1.55rem,3.5vw,2rem)}.community-page-lede{color:#fff8efe0;max-width:52ch;margin:0;font-size:.98rem;line-height:1.5}.community-page-body{flex-direction:column;flex:1;min-height:0;display:flex}.community-page-sheet{border-radius:12px;flex:1;min-height:0;padding:16px 18px 18px;box-shadow:0 12px 40px #00000038}.community-head-page{align-items:flex-start;gap:12px}.community-page-sheet-title{min-width:0;color:var(--text-primary);flex:1;margin:0;font-size:1.05rem;font-weight:800}.community-page-sheet .community-my-head{justify-content:flex-end}.community-grid-page{grid-template-columns:repeat(auto-fill,minmax(288px,1fr));gap:14px;display:grid}.community-grid-page .community-card{min-height:0}.builder-screen{flex-direction:column;flex:1;gap:8px;width:min(100%,1680px);min-height:0;padding:0 8px 10px;display:flex;position:relative}.community-banner{border:2px solid var(--panel-border);background:#ecdccbf0;border-radius:8px;flex-direction:column;gap:10px;padding:10px;display:flex}.community-head,.community-my-head{justify-content:space-between;align-items:center;gap:8px;display:flex}.community-head h3,.community-my-head h4{color:var(--text-primary)}.community-sort{flex-wrap:wrap;gap:6px;display:inline-flex}.community-class-filter{flex-wrap:wrap;align-items:center;gap:6px;padding:2px 0 4px;display:flex}.community-class-filter .all-pill{border:1px solid var(--panel-border);color:var(--text-primary);cursor:pointer;font:inherit;background:#fff8ef;border-radius:999px;padding:6px 10px;font-size:.74rem;font-weight:700;line-height:1}.community-class-filter button:not(.all-pill){border:1px solid var(--panel-border);cursor:pointer;background:#fff8ef;border-radius:999px;place-items:center;width:36px;height:36px;padding:0;display:grid}.community-class-filter button:not(.all-pill) img{object-fit:contain;width:22px;height:22px}.community-class-filter button:hover{background:#fff}.community-class-filter button.active{color:#fff;background:#4c4954;border-color:#3b3842}.community-class-filter button.active img{filter:brightness(0)invert()}.community-tabs{background:#fff8ef8c;border:1px solid #4a3a3142;border-radius:8px;gap:3px;padding:3px;display:inline-flex}.community-tabs button,.community-sort button{border:1px solid var(--panel-border);color:var(--text-primary);cursor:pointer;font:inherit;background:#fff8ef;border-radius:6px;padding:5px 8px;font-size:.82rem;font-weight:650}.community-tabs button.active,.community-sort button.active{color:#fff;background:#4c4954}.community-grid{flex-direction:column;gap:10px;display:flex}.community-card{background:linear-gradient(#fffcf8f5,#e8d6cce6);border:1px solid #6a4e4457;border-radius:10px;flex-direction:column;gap:8px;min-height:128px;padding:10px;display:flex;box-shadow:0 3px 10px #0000001f,inset 0 1px #ffffffb3}.community-card-top{justify-content:space-between;align-items:flex-start;gap:10px;display:flex}.community-card h4{color:var(--text-primary);margin:0;font-size:.86rem}.community-card p{color:#6b5c51;margin:2px 0 0;font-size:.72rem}.community-votes{flex-shrink:0;grid-template-columns:22px 28px 22px;align-items:center;gap:2px;display:grid}.community-votes button{border:1px solid var(--panel-border);width:22px;height:22px;color:var(--text-primary);cursor:pointer;font:inherit;background:#fff8ef;border-radius:5px;font-size:.7rem;line-height:1}.community-votes button:hover{background:#fff}.community-votes button.active-vote{color:#fff;background:#4c4954;border-color:#3b3842}.community-votes button.active-vote.down{background:#6a2f2f;border-color:#4d1f1f}.community-votes button:disabled{opacity:.58;cursor:wait}.community-votes strong{text-align:center;font-size:.78rem;font-weight:750}.vote-score-positive{color:#1b6b2d}.vote-score-negative{color:#b71c1c}.vote-score-neutral{color:var(--text-primary)}.community-card-meta .vote-score-positive,.community-card-meta .vote-score-negative,.community-card-meta .vote-score-neutral{font-weight:650}.community-textures{gap:8px;display:flex}.build-texture{background:linear-gradient(145deg,#38302c38,#24201e24),#fff8efa3;border:1px solid #4a3a3147;border-radius:8px;place-items:center;width:44px;height:44px;display:grid;overflow:hidden}.build-texture img{object-fit:cover;width:100%;height:100%}.build-texture.class-texture img{object-fit:contain;width:28px;height:28px}.community-card-meta{color:#6b5c51;font-size:.76rem}.community-card-subtitle{color:#5e514a;margin:.15rem 0 0;font-size:.82rem}.community-card-actions{flex-wrap:wrap;gap:6px;margin-top:auto;display:flex}.community-card-actions button{border:1px solid var(--panel-border);color:var(--text-primary);cursor:pointer;font:inherit;background:#fff8ef;border-radius:6px;flex:1;padding:5px 6px;font-size:.74rem}.community-delete-btn{color:#7a1f1f!important;background:#fff0f0f2!important;border-color:#c26868!important}.community-empty,.community-status{color:#6b5c51;font-size:.82rem}.community-my{flex-direction:column;gap:8px;display:flex}.community-my-actions{flex-wrap:wrap;justify-content:flex-end;gap:6px;display:inline-flex}.profile-modal-backdrop{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);z-index:60;background:#00000073;place-items:center;padding:16px;display:grid;position:fixed;inset:0}.profile-modal{border:2px solid var(--panel-border);background:#efe0d3;border-radius:10px;flex-direction:column;gap:10px;width:min(92vw,380px);padding:12px;display:flex}.profile-modal h3{color:var(--text-primary)}.profile-modal form{flex-direction:column;gap:10px;display:flex}.profile-modal input{border:1px solid var(--panel-border);width:100%;font:inherit;background:#fff8ef;border-radius:6px;padding:7px 9px}.avatar-picker{flex-wrap:wrap;gap:8px;display:flex}.avatar-option{border:2px solid var(--panel-border);cursor:pointer;background:#fff8ef;border-radius:50%;place-items:center;width:48px;height:48px;display:grid}.avatar-option.active{border-color:#4ba240;box-shadow:0 0 0 2px #4ba24040}.avatar-option img{width:26px;height:26px}.profile-modal-actions{justify-content:flex-end;gap:8px;display:flex}.profile-modal-tabbed{width:min(92vw,460px);min-height:0;max-height:min(88vh,680px)}.profile-modal-tabs{flex-wrap:wrap;gap:8px;display:flex}.profile-modal-tabs button{border:1px solid var(--panel-border);min-width:120px;color:var(--text-primary);cursor:pointer;font:inherit;background:#fff8ef;border-radius:8px;flex:1;padding:8px 10px;font-weight:750}.profile-modal-tabs button.active{color:#fff;background:#4c4954}.profile-modal-panel{flex-direction:column;flex:1;gap:10px;min-height:0;display:flex}.profile-builds-actions{flex-shrink:0}.profile-builds-scroll{flex:1;min-height:0;max-height:min(48vh,420px);padding-right:6px;overflow-y:auto}.profile-builds-tab{flex-direction:column;flex:1;gap:10px;min-height:0;display:flex}.profile-builds-hint{color:#6b5c51;margin:0;font-size:.92rem}.builder-toolbar{border:2px solid var(--panel-border);background:#ecdccbeb;border-radius:8px;justify-content:space-between;align-items:center;gap:10px;padding:8px 10px;display:flex}.builder-toolbar-title-row{align-items:center;gap:10px;min-width:0;display:flex}.builder-toolbar h2{color:var(--text-primary);white-space:nowrap;font-size:1rem}.builder-quick-switch{align-items:center;gap:6px;display:flex}.class-icon-btn{border:1px solid var(--panel-border);cursor:pointer;background:#fff8ef;border-radius:8px;place-items:center;width:34px;height:34px;display:grid}.class-icon-btn img{object-fit:contain;width:20px;height:20px}.class-icon-btn:hover{background:#fff}.class-icon-btn:disabled{opacity:.42;cursor:not-allowed;pointer-events:none}.builder-inspect-stack{z-index:9;pointer-events:none;flex-direction:column;align-items:flex-end;gap:8px;width:min(320px,38vw);max-width:calc(100vw - 20px);max-height:min(560px,100vh - 120px);display:flex;position:absolute;top:52px;right:8px}.builder-inspect-stack .community-banner,.builder-inspect-stack .builder-view-only-banner{pointer-events:auto;width:100%}.builder-view-only-banner{box-sizing:border-box;color:#2e2408;background:#f0d246f7;border:2px solid #c9a019;border-radius:8px;padding:8px 10px;font-size:.82rem;font-weight:650;line-height:1.35;box-shadow:0 4px 18px #00000038}.builder-inspect-card-panel{flex-direction:column;gap:8px;max-height:min(480px,100vh - 200px);display:flex;overflow-y:auto;box-shadow:0 12px 32px #00000059}.builder-inspect-heading{color:var(--text-primary);margin:0;font-size:.82rem;font-weight:800}.builder-inspect-edit-row{justify-content:stretch;margin-top:6px;display:flex}.btn-edit-copy-primary{appearance:none;color:#fff;cursor:pointer;background:linear-gradient(#5a9f44,#4a8537);border:2px solid #3d6b2e;border-radius:8px;width:100%;padding:8px 12px;font-size:.92rem;font-weight:750;text-decoration:none;box-shadow:0 4px #00000024}.btn-edit-copy-primary:hover{filter:brightness(1.06)}.btn-edit-copy-primary:active{transform:translateY(1px)}.builder-toolbar-actions{align-items:center;gap:8px;display:flex}.btn-inline{appearance:none;border:1px solid var(--panel-border);color:var(--text-primary);cursor:pointer;background:#fff8ef;border-radius:6px;padding:6px 10px;font-size:.9rem;font-weight:600;text-decoration:none}.btn-inline:hover{background:#fff}.builder-iframe{border:2px solid var(--panel-border);background:#101012;border-radius:8px;flex:1;width:100%;min-height:560px}.home-logo{filter:drop-shadow(0 10px 20px #00000080);width:100%;max-width:520px;height:auto;margin-bottom:14px}.home-subtitle{color:var(--panel-bg);text-align:center;margin-bottom:40px;font-size:1.1rem}.class-cards-grid{flex-wrap:wrap;justify-content:center;gap:28px;max-width:1200px;display:flex}.class-card{background-color:var(--panel-bg);border:4px solid var(--panel-border);cursor:pointer;border-radius:12px;flex-direction:column;justify-content:center;align-items:center;width:220px;height:300px;padding:20px;transition:all .3s cubic-bezier(.25,.8,.25,1);display:flex;position:relative;overflow:hidden;box-shadow:0 10px 20px #0000004d}.class-card:hover{box-shadow:0 20px 40px #00000080, 0 0 20px var(--card-accent);border-color:#fff;transform:translateY(-10px)scale(1.02)}.class-card-glow{background:radial-gradient(circle, var(--card-accent) 0%, #0000 70%);opacity:.28;pointer-events:none;width:200px;height:200px;transition:opacity .3s;position:absolute;bottom:-50px}.class-card:hover .class-card-glow{opacity:.78}.class-card-icon{z-index:1;background:#ffffff6b;border:2px solid #4a3a3138;border-radius:50%;place-items:center;width:86px;height:86px;margin-bottom:20px;display:grid}.class-card-icon img{object-fit:contain;width:52px;height:52px}.class-card-name{color:var(--text-primary);z-index:1;margin-bottom:10px;font-size:1.5rem;font-weight:800}.class-card-desc{text-align:center;color:#6b5c51;z-index:1;font-size:.9rem}@media (width<=700px){.site-header{padding:12px 16px}.header-right{gap:6px}.header-pill-btn{padding:5px 8px}.hub-cards-grid{gap:18px}.hub-card{min-height:240px;padding:22px 18px 20px}.community-page{padding:12px 12px 28px}.community-head-page{flex-direction:column;align-items:stretch}.community-head-page .community-tabs{justify-content:stretch;width:100%}.community-head-page .community-tabs button{flex:1}.home-subtitle{margin-bottom:28px;font-size:1rem}.class-card{width:min(90vw,240px);height:220px}.builder-toolbar{flex-direction:column;align-items:stretch}.builder-toolbar-title-row{flex-wrap:wrap;justify-content:space-between}.builder-toolbar-actions{flex-wrap:wrap;justify-content:flex-end}.builder-screen{padding:0 4px 8px}}.crafting-screen{box-sizing:border-box;justify-content:center;width:100%;padding:16px;display:flex}.crafting-window{background-color:var(--panel-bg);border:4px solid var(--panel-bg);border-radius:8px;flex-direction:column;width:100%;max-width:1200px;display:flex;overflow:hidden;box-shadow:15px 25px 40px #00000059,0 5px 15px #0003}.crafting-titlebar{background-color:var(--panel-header-bg);color:var(--panel-header-text);justify-content:space-between;align-items:center;padding:8px 16px;font-size:.95rem;font-weight:600;display:flex}.crafting-close{color:var(--panel-header-text);cursor:pointer;background:0 0;border:none;border-radius:4px;padding:4px 8px;font-size:1rem}.crafting-close:hover{background-color:#ffffff26}.crafting-header{color:#f0ebe1;background:linear-gradient(135deg,#6e3a30 0%,#8a4434 100%);align-items:stretch;gap:24px;padding:16px 20px;display:flex}.crafting-level-badge{background-color:#0000002e;border-radius:6px;flex-direction:column;justify-content:center;align-items:center;min-width:110px;padding:10px 18px;display:flex}.crafting-level-label{text-transform:uppercase;letter-spacing:.08em;opacity:.85;font-size:.85rem}.crafting-level-controls{align-items:center;gap:8px;margin-top:4px;display:flex}.crafting-level-btn{color:#fff;cursor:pointer;background-color:#ffffff26;border:none;border-radius:4px;justify-content:center;align-items:center;width:28px;height:28px;font-size:1.1rem;display:flex}.crafting-level-btn:hover:not(:disabled){background-color:#ffffff40}.crafting-level-btn:disabled{opacity:.35;cursor:not-allowed}.crafting-level-value{text-align:center;min-width:32px;font-size:1.6rem;font-weight:700}.crafting-header-info{flex-direction:column;flex:1;justify-content:center;display:flex}.crafting-header-titlebar{align-items:center;gap:16px;display:flex}.crafting-job-name{margin:0 0 6px;font-size:1.6rem;font-weight:700}.crafting-job-desc{opacity:.9;max-width:720px;font-size:.9rem;line-height:1.4}.crafting-body{background-color:#d6c4b1;grid-template-columns:320px 1fr;height:560px;display:grid}.crafting-list-panel{border-right:1px solid var(--panel-border);background-color:#ecdccb;flex-direction:column;min-height:0;display:flex}.crafting-search-row{border-bottom:1px solid var(--panel-border);padding:10px 12px}.crafting-search{border:1px solid var(--panel-border);width:100%;color:var(--text-primary);background-color:#f7eddf;border-radius:4px;padding:8px 10px;font-family:inherit;font-size:.9rem}.crafting-search:focus{outline:2px solid var(--accent-red);outline-offset:-1px}.crafting-groups{flex:1;padding:4px 0;overflow-y:auto}.crafting-empty{text-align:center;color:var(--text-primary);opacity:.6;padding:32px 16px;font-size:.9rem}.recipe-group{margin-bottom:4px}.recipe-group-header{color:#f0ebe1;cursor:pointer;background-color:#6e3a30;border:none;justify-content:space-between;align-items:center;width:100%;padding:8px 14px;font-size:.9rem;font-weight:600;display:flex}.recipe-group-header:hover{background-color:#7a4338}.recipe-group-toggle{font-size:1rem}.recipe-list{margin:0;padding:0;list-style:none}.recipe-row-btn{cursor:pointer;text-align:left;width:100%;color:var(--text-primary);background:0 0;border:none;border-bottom:1px solid #bda28b4d;align-items:center;gap:10px;padding:6px 12px;font-family:inherit;font-size:.9rem;display:flex}.recipe-row-btn:hover{background-color:#d6c4b1}.recipe-row.selected .recipe-row-btn{background-color:#c9b59f}.recipe-row-name{text-overflow:ellipsis;white-space:nowrap;flex:1;font-weight:500;overflow:hidden}.recipe-row-level{color:#6e3a30;background-color:#6e3a3026;border:1px solid #6e3a304d;border-radius:10px;flex-shrink:0;padding:2px 8px;font-size:.75rem;font-weight:600}.recipe-row.selected .recipe-row-level{color:#4a3a31;background-color:#6e3a304d}.recipe-row-level.recipe-required{color:#b04434;background-color:#d96b5b2e;border-color:#d96b5b73}.recipe-row.selected .recipe-row-level.recipe-required{color:#8c2d20;background-color:#d96b5b52}.crafting-detail-panel{color:#f0ebe1;background:linear-gradient(#2c3e4f 0%,#38475a 100%);padding:22px 24px;overflow-y:auto}.crafting-detail-empty{opacity:.6;justify-content:center;align-items:center;height:100%;display:flex}.recipe-detail-head{border-bottom:1px solid #ffffff1f;align-items:center;gap:16px;padding-bottom:14px;display:flex}.recipe-detail-name{margin:0;font-size:1.4rem;font-weight:700}.recipe-detail-slot{opacity:.8;color:#6ca8ff;margin:4px 0 0;font-size:.9rem}.recipe-stats{flex-direction:column;gap:4px;margin:14px 0;padding:0;list-style:none;display:flex}.stat-line{align-items:baseline;gap:10px;font-size:.95rem;display:flex}.stat-value{color:#6ca8ff;min-width:42px;font-weight:600}.stat-label{color:#f0ebe1}.recipe-enchant{background-color:#6ca8ff14;border:1px solid #6ca8ff59;border-radius:6px;margin:14px 0;padding:10px 12px}.recipe-enchant-target{margin:0 0 6px;font-size:.9rem}.recipe-enchant-label{color:#aab4c0}.recipe-enchant-slot{color:#6ca8ff;font-weight:600}.recipe-enchant .recipe-stats{margin:0}.recipe-aptitudes{flex-wrap:wrap;gap:8px;margin-top:6px;display:flex}.aptitude-tag{color:#f5a195;background-color:#d96b5b33;border:1px solid #d96b5b80;border-radius:12px;padding:2px 10px;font-size:.8rem}.recipe-flavor{opacity:.75;margin-top:14px;font-size:.85rem;font-style:italic;line-height:1.4}.recipe-desc{color:#f0ebe1;margin:10px 0 0;font-size:.9rem;line-height:1.4}.recipe-effects{flex-direction:column;gap:4px;margin:10px 0;padding:0;list-style:none;display:flex}.recipe-skills{flex-direction:column;gap:8px;margin:10px 0;display:flex}.recipe-skill{background-color:#c19a4a14;border-left:3px solid #c19a4a;padding:8px 10px}.recipe-skill-name{color:#e0c478;margin:0;font-size:.95rem;font-weight:600}.recipe-skill-desc{color:#f0ebe1;margin:4px 0 0;font-size:.88rem;line-height:1.4}.recipe-skill-meta{color:#aab4c0;margin:4px 0 0;font-size:.82rem}.effect-line{color:#b9d6a8;font-size:.9rem}.recipe-reagents-section{border-top:1px solid #ffffff1f;margin-top:22px;padding-top:14px}.recipe-section-title{text-transform:uppercase;letter-spacing:.05em;opacity:.85;margin:0 0 12px;font-size:1rem;font-weight:600}.recipe-reagents-grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:10px;display:grid}.reagent-card{background-color:#ffffff0f;border-radius:4px;align-items:center;gap:10px;padding:8px 10px;display:flex}.reagent-info{flex-direction:column;gap:2px;min-width:0;display:flex}.reagent-name{font-size:.9rem;font-weight:500}.reagent-count{opacity:.85;color:#f5a195;font-size:.85rem}.cost-card .reagent-count{color:#ffd47a}.recipe-yield{opacity:.75;margin-top:8px;font-size:.85rem}.crafting-job-tabs{border-top:1px solid var(--panel-border);background-color:#b39a88;display:flex}.crafting-job-tab{color:var(--text-primary);cursor:pointer;border:none;border-right:1px solid var(--panel-border);background:0 0;flex:1;padding:12px 8px;font-family:inherit;font-size:.95rem;font-weight:600;transition:background-color .15s}.crafting-job-tab:last-child{border-right:none}.crafting-job-tab:hover{background-color:#c5ad99}.crafting-job-tab.active{background-color:var(--panel-bg);color:var(--text-primary);box-shadow:inset 0 3px 0 var(--accent-red)}.item-portrait{object-fit:contain;background-color:#00000026;border-radius:4px;flex-shrink:0}.item-portrait.placeholder{background:linear-gradient(135deg,#888 0%,#555 100%);display:inline-block}.crafting-loading,.crafting-error{text-align:center;color:var(--text-primary);padding:40px}.crafting-error{color:var(--accent-red)}@media (width<=720px){.crafting-body{grid-template-columns:1fr;height:auto}.crafting-list-panel{border-right:none;border-bottom:1px solid var(--panel-border);max-height:50vh}.crafting-header{flex-direction:column;gap:12px}.crafting-job-tabs{flex-wrap:wrap}.crafting-job-tab{flex:1 0 33%}}
