body{margin:0;background-image:url("images/bg.jpg");background-size:cover;background-repeat:no-repeat;font-family:Arial,sans-serif}.page{width:100%;display:flex;flex-direction:column;align-items:center;padding-top:80px}h1{font-size:72px;margin-bottom:40px;font-weight:700;background:linear-gradient(90deg,#fff8d6,#ffe27a,#ffbf00,#fff3b0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 8px rgba(255,215,0,.6),0 0 16px rgba(255,200,0,.5),0 0 32px rgba(255,180,0,.45),0 4px 12px rgba(0,0,0,.5)}.search-box{display:flex;align-items:center;gap:10px}.input-wrapper{position:relative}#itemInput{width:280px;height:50px;padding:0 18px;font-size:22px;box-sizing:border-box;border:none;border-radius:14px}button,select{height:50px;font-size:22px;padding:0 18px;box-sizing:border-box;border:none;border-radius:14px;background:#fff;backdrop-filter:blur(6px)}button{cursor:pointer}#suggestions{position:absolute;top:48px;left:0;width:100%;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:100}.suggestion-item{padding:10px 14px;font-size:20px;cursor:pointer}.suggestion-item:hover{background:#fff}#results{width:1200px;margin-top:60px}.result-header{display:flex;flex-direction:column;align-items:center;gap:20px;margin-top:40px;margin-bottom:40px}.result-title-box{background:#fff;border-radius:16px;padding:24px 34px;box-shadow:0 10px 30px rgba(0,0,0,.25);backdrop-filter:blur(6px)}.result-item-name{font-size:38px;font-weight:700}.result-quality{font-size:28px;color:#666}.orders-grid{display:grid;grid-template-columns:1fr 1fr;gap:40px}.orders-section{background:#fff;border-radius:16px;padding:30px;margin-bottom:40px}.orders-title{font-size:36px;font-weight:700;margin-bottom:30px}.result-card{display:flex;justify-content:space-between;align-items:center;padding:18px 0;border-bottom:1px solid #fff}.result-card:last-child{border-bottom:none}.city{font-size:24px;font-weight:700}.price{font-size:28px;font-weight:700}.updated{font-size:16px;color:grey;margin-top:4px}.no-price{color:grey}.price-column{text-align:right}.daily-volume{font-weight:700;font-size:14px;color:grey;margin-top:6px}#buyorder{background:linear-gradient(90deg,#3f6b49,#1f3d27,#0b1c11);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 6px rgba(20,120,50,.35),0 0 14px rgba(20,120,50,.28),0 0 26px rgba(20,120,50,.22),0 0 42px rgba(20,120,50,.18)}#sellorder{background:linear-gradient(90deg,#6b3f3f,#3d1f1f,#1c0b0b);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 6px rgba(220,40,40,.35),0 0 14px rgba(220,40,40,.28),0 0 26px rgba(220,40,40,.22),0 0 42px rgba(220,40,40,.18)}.layout{display:flex;min-height:100vh}.sidebar{width:260px;height:100vh;position:fixed;top:0;left:0;background:rgba(10,10,10,.82);backdrop-filter:blur(10px);border-right:1px solid rgba(255,255,255,.08);padding-top:40px;display:flex;flex-direction:column;align-items:center;box-shadow:4px 0 20px rgba(0,0,0,.35);overflow:hidden}.sidebar-logo{font-size:34px;font-weight:700;margin-bottom:50px;background:linear-gradient(90deg,#fff8d6,#ffe27a,#ffbf00,#fff3b0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 8px rgba(255,215,0,.6),0 0 16px rgba(255,200,0,.5),0 0 32px rgba(255,180,0,.45)}.sidebar-item{width:200px;padding:18px 24px;margin-bottom:14px;border-radius:16px;font-size:22px;font-weight:700;color:#fff;cursor:pointer;transition:.2s}.sidebar-item:hover{background:rgba(255,255,255,.08);transform:translateX(4px)}.sidebar-item.active{background:linear-gradient(90deg,rgba(255,215,0,.18),rgba(255,170,0,.08));border:1px solid rgba(255,215,0,.25);box-shadow:0 0 12px rgba(255,215,0,.22)}.main-content{flex:1;margin-left:260px}.hidden{display:none}.craft-input-panel{display:flex;align-items:center;gap:20px;margin-top:40px;margin-bottom:40px;background:#fff;padding:30px;border-radius:20px;box-shadow:0 8px 24px rgba(0,0,0,.18)}.craft-input-panel input{width:220px;height:52px;border:none;border-radius:14px;background:#f3f3f3;padding:0 18px;font-size:20px;outline:0}.craft-input-panel button{height:52px;padding:0 26px;border:none;border-radius:14px;font-size:20px;font-weight:700;cursor:pointer;background:linear-gradient(90deg,#fff0a8,#fc3,#ffb300);color:#111;box-shadow:0 0 12px rgba(255,190,0,.35)}.craft-table-wrapper{width:1400px;margin-bottom:60px}.craft-table{width:100%;border-collapse:collapse;overflow:hidden;border-radius:18px;background:#fff;box-shadow:0 8px 28px rgba(0,0,0,.16)}.craft-table th{background:#111;color:#fff;padding:24px;font-size:22px;text-align:center}.craft-table td{padding:20px;text-align:center;font-size:20px;border-bottom:1px solid #ececec}.craft-table tr:last-child td{border-bottom:none}.craft-table tr:hover{background:rgba(255,190,0,.05)}.craft-table strong{font-size:24px}.craft-item-cell{display:grid;grid-template-columns:56px 1fr;align-items:center;gap:14px;text-align:left;padding-left:34px}.craft-item-icon{width:48px;height:48px;object-fit:contain;justify-self:center}.sidebar-creator-name{font-size:25px;font-weight:700;margin-top:10px;margin-left:28px;background:linear-gradient(90deg,#fff8d6,#ffe27a,#ffbf00,#fff3b0);-webkit-background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 0 8px rgba(255,215,0,.6),0 0 16px rgba(255,200,0,.5),0 0 32px rgba(255,180,0,.45)}#resourceAmountInput,#resourceItemInput,#resourceReturnInput{width:220px;height:50px;padding:0 18px;font-size:22px;box-sizing:border-box;border:none;border-radius:14px}#resourceSuggestions{position:absolute;top:48px;left:0;width:100%;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:100}.resource-result-card{width:700px;margin-top:50px;background:#fff;border-radius:20px;padding:30px;box-shadow:0 8px 28px rgba(0,0,0,.18)}.resource-result-card h2{margin-top:0;margin-bottom:24px;font-size:32px}.resource-list{display:flex;flex-direction:column;gap:14px}.resource-row{display:flex;justify-content:space-between;align-items:center;font-size:24px;padding:14px 0;border-bottom:1px solid #ececec}.resource-row:last-child{border-bottom:none}