.agriculture-404-container{position:relative;min-height:100vh;width:100%;overflow:hidden;background:linear-gradient(180deg,#87CEEB 0,#E0F6FF 50%,#8B7355);font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}.farm-background{height:100%;z-index:1}.farm-background,.sky-gradient{position:absolute;top:0;left:0;width:100%}.sky-gradient{height:60%;background:linear-gradient(180deg,#87CEEB 0,#B0E0E6 30%,#E0F6FF 60%,#F5DEB3);animation:skyShift 20s ease-in-out infinite}@keyframes skyShift{0%,to{filter:hue-rotate(0deg) brightness(1)}50%{filter:hue-rotate(10deg) brightness(1.1)}}.mountains{position:absolute;bottom:40%;left:0;width:100%;height:25%;background:linear-gradient(90deg,transparent 0,#6B8E23 20%,#556B2F 40%,#8B7355 60%,#6B8E23 80%,transparent);clip-path:polygon(0 100%,5% 80%,12% 60%,18% 75%,25% 50%,32% 70%,40% 45%,48% 65%,55% 40%,62% 60%,70% 35%,78% 55%,85% 50%,92% 70%,100% 60%,100% 100%);opacity:.6;animation:mountainFloat 30s ease-in-out infinite}@keyframes mountainFloat{0%,to{transform:translateX(0)}50%{transform:translateX(-20px)}}.field-layers{left:0;height:50%}.field-layer,.field-layers{position:absolute;bottom:0;width:100%}.field-layer{height:33.33%}.layer-1{background:linear-gradient(180deg,#9ACD32 0,#7CB342);clip-path:polygon(0 30%,100% 20%,100% 100%,0 100%);animation:fieldWave 8s ease-in-out infinite}.layer-2{background:linear-gradient(180deg,#7CB342 0,#689F38);clip-path:polygon(0 40%,100% 30%,100% 100%,0 100%);animation:fieldWave 10s ease-in-out infinite reverse}.layer-3{background:linear-gradient(180deg,#689F38 0,#558B2F);clip-path:polygon(0 50%,100% 40%,100% 100%,0 100%);animation:fieldWave 12s ease-in-out infinite}@keyframes fieldWave{0%,to{transform:translateY(0) scaleY(1)}50%{transform:translateY(-5px) scaleY(1.02)}}.rice-grains-container{position:absolute;top:0;left:0;width:100%;height:100%;z-index:2;pointer-events:none}.rice-grain{position:absolute;top:-20px;width:3px;height:8px;background:linear-gradient(180deg,#FFF8DC,#F5DEB3);border-radius:50% 50% 45% 45%;box-shadow:0 2px 4px rgba(0,0,0,.2);animation:fallGrain 3s linear forwards;opacity:.8}@keyframes fallGrain{0%{transform:translateY(0) rotate(0deg);opacity:1}to{transform:translateY(100vh) rotate(1turn);opacity:0}}.wheat-stalks-left,.wheat-stalks-right{position:absolute;bottom:0;width:100px;height:100%;z-index:3;display:flex;align-items:flex-end;gap:8px;padding:0 10px}.wheat-stalks-left{left:0;justify-content:flex-start}.wheat-stalks-right{right:0;justify-content:flex-end}.wheat-stalk{position:relative;width:4px;height:150px;animation:wheatSway 3s ease-in-out infinite;transform-origin:bottom center}.wheat-stem{width:100%;height:100%;background:linear-gradient(0deg,#8B7355,#C19A6B);border-radius:2px}.wheat-head{position:absolute;top:-15px;left:50%;transform:translateX(-50%);width:12px;height:20px;background:linear-gradient(135deg,#DAA520,#B8860B);border-radius:50% 50% 40% 40%;box-shadow:inset 0 -2px 4px rgba(0,0,0,.2),0 2px 8px rgba(218,165,32,.4)}.wheat-head:after,.wheat-head:before{content:"";position:absolute;width:3px;height:6px;background:inherit;border-radius:50%}.wheat-head:before{top:2px;left:-2px}.wheat-head:after{top:2px;right:-2px}@keyframes wheatSway{0%,to{transform:rotate(0deg)}25%{transform:rotate(3deg)}75%{transform:rotate(-3deg)}}.content-wrapper{position:relative;z-index:10;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px}.error-display{margin-bottom:40px;animation:floatIn 1.5s cubic-bezier(.34,1.56,.64,1)}@keyframes floatIn{0%{opacity:0;transform:translateY(-100px) scale(.8)}to{opacity:1;transform:translateY(0) scale(1)}}.error-digit-container{display:flex;align-items:center;justify-content:center;gap:40px;perspective:1000px}.digit-wrapper{position:relative;animation:digitPop .8s cubic-bezier(.34,1.56,.64,1) forwards}.digit-wrapper:first-child{animation-delay:.2s}.digit-wrapper:nth-child(2){animation-delay:.4s}.digit-wrapper:nth-child(3){animation-delay:.6s}@keyframes digitPop{0%{opacity:0;transform:scale(0) rotateY(180deg)}to{opacity:1;transform:scale(1) rotateY(0deg)}}.digit{font-size:180px;font-weight:900;background:linear-gradient(135deg,#d4af37,#f4e4b0 50%,#d4af37);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;text-shadow:0 20px 40px rgba(212,175,55,.3);display:block;line-height:1;animation:shimmer 3s ease-in-out infinite;filter:drop-shadow(0 10px 20px rgba(0,0,0,.2))}@keyframes shimmer{0%,to{filter:brightness(1) drop-shadow(0 10px 20px rgba(0,0,0,.2))}50%{filter:brightness(1.2) drop-shadow(0 15px 30px rgba(212,175,55,.4))}}.rice-bowl{position:absolute;bottom:-60px;left:50%;transform:translateX(-50%);width:120px;height:80px;animation:bowlBounce 2s ease-in-out infinite}.bowl-1{animation-delay:0s}.bowl-2{animation-delay:.5s}@keyframes bowlBounce{0%,to{transform:translateX(-50%) translateY(0)}50%{transform:translateX(-50%) translateY(-10px)}}.bowl-rim{position:absolute;bottom:20px;left:0;width:100%;height:60px;background:linear-gradient(135deg,#8B4513,#A0522D);border-radius:0 0 50% 50%;box-shadow:inset 0 -5px 10px rgba(0,0,0,.3),0 10px 20px rgba(0,0,0,.2)}.bowl-rim:before{content:"";position:absolute;top:-5px;left:-5px;right:-5px;height:10px;background:linear-gradient(135deg,#CD853F,#DEB887);border-radius:50%;box-shadow:0 2px 5px rgba(0,0,0,.3)}.rice-pile{position:absolute;top:0;left:10%;width:80%;height:50px;background:radial-gradient(ellipse at center,#FFF8DC 0,#F5DEB3 100%);border-radius:50% 50% 40% 40%;box-shadow:0 5px 15px rgba(0,0,0,.2)}.rice-piece{position:absolute;width:4px;height:9px;background:linear-gradient(180deg,#FFFACD,#F5DEB3);border-radius:50% 50% 45% 45%;animation:riceWiggle 2s ease-in-out infinite}@keyframes riceWiggle{0%,to{transform:rotate(0deg) translateY(0)}25%{transform:rotate(5deg) translateY(-2px)}75%{transform:rotate(-5deg) translateY(2px)}}.middle-digit{display:flex;align-items:center;justify-content:center}.animated-rice-plant{position:relative;width:120px;height:250px;animation:plantGrow 2s cubic-bezier(.34,1.56,.64,1) forwards}@keyframes plantGrow{0%{opacity:0;transform:scaleY(0);transform-origin:bottom}to{opacity:1;transform:scaleY(1)}}.plant-stem{position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:8px;height:100%;background:linear-gradient(0deg,#2E7D32 0,#43A047 50%,#66BB6A);border-radius:4px;box-shadow:inset 0 0 5px rgba(0,0,0,.2);animation:stemSway 4s ease-in-out infinite;transform-origin:bottom center}@keyframes stemSway{0%,to{transform:translateX(-50%) rotate(0deg)}25%{transform:translateX(-50%) rotate(5deg)}75%{transform:translateX(-50%) rotate(-5deg)}}.rice-panicle{position:absolute;top:0;left:50%;transform:translateX(-50%);width:100px;height:120px}.rice-grain-cluster{position:absolute;top:10px;left:50%;transform-origin:top center;animation:clusterSway 3s ease-in-out infinite}@keyframes clusterSway{0%,to{transform:rotate(0deg)}50%{transform:rotate(10deg)}}.grain-group{display:flex;flex-direction:column;gap:3px;padding:5px}.grain{display:block;width:5px;height:12px;background:linear-gradient(135deg,#FFD700,#DAA520);border-radius:50% 50% 45% 45%;box-shadow:inset 0 -2px 3px rgba(0,0,0,.2),0 2px 5px rgba(218,165,32,.4);animation:grainGlow 2s ease-in-out infinite}@keyframes grainGlow{0%,to{box-shadow:inset 0 -2px 3px rgba(0,0,0,.2),0 2px 5px rgba(218,165,32,.4)}50%{box-shadow:inset 0 -2px 3px rgba(0,0,0,.2),0 4px 12px rgba(218,165,32,.8)}}.plant-leaves{position:absolute;bottom:60px;left:50%;transform:translateX(-50%);width:80px}.leaf{position:absolute;width:40px;height:80px;background:linear-gradient(135deg,#4CAF50,#66BB6A);clip-path:polygon(50% 0,100% 100%,0 100%);animation:leafRustle 3s ease-in-out infinite;transform-origin:bottom center}.leaf-left{left:-20px;transform:rotate(-45deg)}.leaf-right{right:-20px;transform:rotate(45deg)}@keyframes leafRustle{0%,to{transform:rotate(var(--base-rotate,0deg)) scale(1)}50%{transform:rotate(calc(var(--base-rotate, 0deg) + 10deg)) scale(1.05)}}.leaf-left{--base-rotate:-45deg}.leaf-right{--base-rotate:45deg}.tractor-animation{position:absolute;bottom:15%;left:-150px;animation:tractorDrive 20s linear infinite;z-index:8}@keyframes tractorDrive{0%{left:-150px}to{left:calc(100% + 150px)}}.tractor{position:relative;width:120px;height:80px;animation:tractorBounce .5s ease-in-out infinite}@keyframes tractorBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.tractor-body{bottom:25px;left:20px;width:60px;height:30px;background:linear-gradient(135deg,#FF6B6B,#C92A2A);border-radius:5px}.tractor-body,.tractor-cabin{position:absolute;box-shadow:0 5px 10px rgba(0,0,0,.3)}.tractor-cabin{bottom:55px;left:45px;width:35px;height:35px;background:linear-gradient(135deg,#FFD700,#FFA500);border-radius:5px 5px 0 0}.tractor-cabin:before{content:"";position:absolute;top:5px;left:5px;right:5px;height:15px;background:rgba(135,206,250,.5);border-radius:3px}.tractor-wheel{position:absolute;bottom:0;background:#2C2C2C;border-radius:50%;border:4px solid #1a1a1a;box-shadow:inset 0 0 10px rgba(0,0,0,.5),0 5px 10px rgba(0,0,0,.3);animation:wheelRotate 1s linear infinite}.wheel-front{left:15px;width:30px;height:30px}.wheel-back{right:5px;width:50px;height:50px}@keyframes wheelRotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.exhaust-smoke{position:absolute;top:-20px;right:10px}.smoke{position:absolute;width:15px;height:15px;background:rgba(150,150,150,.6);border-radius:50%;animation:smokePuff 2s ease-out infinite}.smoke:first-child{animation-delay:0s}.smoke:nth-child(2){animation-delay:.7s}.smoke:nth-child(3){animation-delay:1.4s}@keyframes smokePuff{0%{transform:translateY(0) scale(.5);opacity:.7}to{transform:translateY(-50px) scale(1.5);opacity:0}}.error-content{text-align:center;max-width:700px;background:transparent;backdrop-filter:none;padding:50px 40px;border-radius:0;box-shadow:none;border:none;position:relative;animation:contentSlideUp 1s cubic-bezier(.34,1.56,.64,1) .5s backwards}.error-content:after,.error-content:before{display:none}@keyframes contentSlideUp{0%{opacity:0;transform:translateY(50px) scale(.95)}60%{transform:translateY(-10px) scale(1.02)}to{opacity:1;transform:translateY(0) scale(1)}}.error-title{margin:0 0 25px;display:flex;flex-wrap:wrap;justify-content:center;gap:15px;filter:drop-shadow(0 8px 20px rgba(0,0,0,.3))}.title-word{font-size:56px;font-weight:900;color:#FFFFFF;text-shadow:0 2px 0 #d4af37,0 4px 0 #c19a2f,0 6px 0 #a88828,0 8px 10px rgba(0,0,0,.4),0 12px 20px rgba(0,0,0,.3);display:inline-block;animation:wordBounce .6s cubic-bezier(.34,1.56,.64,1) backwards;position:relative}.title-word:before{content:attr(data-text);position:absolute;top:0;left:0;z-index:-1;background:linear-gradient(135deg,#d4af37,#f4e4b0 50%,#d4af37);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;filter:blur(8px);opacity:.7}.title-word:first-child{animation-delay:.7s}.title-word:nth-child(2){animation-delay:.8s}.title-word:nth-child(3){animation-delay:.9s}.title-word:nth-child(4){animation-delay:1s}@keyframes wordBounce{0%{opacity:0;transform:translateY(-30px) rotate(-10deg) scale(.8)}to{opacity:1;transform:translateY(0) rotate(0deg) scale(1)}}.error-description{font-size:20px;line-height:1.8;color:#FFFFFF;text-shadow:0 2px 4px rgba(0,0,0,.5),0 4px 10px rgba(0,0,0,.3);font-weight:500;animation:fadeInText 1s ease-out 1.2s backwards;max-width:600px;margin:0 auto 40px}@keyframes fadeInText{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.interactive-paddy{position:relative;width:100%;height:100px;margin:30px 0;border-radius:15px;overflow:hidden;box-shadow:inset 0 5px 15px rgba(0,0,0,.2);animation:paddyReveal 1s ease-out 1.4s backwards}@keyframes paddyReveal{0%{opacity:0;transform:scaleY(0)}to{opacity:1;transform:scaleY(1)}}.paddy-water{position:absolute;bottom:0;left:0;width:100%;height:100%;background:linear-gradient(180deg,rgba(100,149,237,.6) 0,rgba(70,130,180,.8));animation:waterRipple 3s ease-in-out infinite}@keyframes waterRipple{0%,to{background-size:100% 100%;background-position:0 0}50%{background-size:120% 110%;background-position:10% 5%}}.rice-plants-interactive{position:relative;width:100%;height:100%}.mini-rice-plant{position:absolute;bottom:0;width:4px;height:60px;animation:miniPlantGrow 1s cubic-bezier(.34,1.56,.64,1) backwards;transition:transform .3s ease}.mini-rice-plant:hover{transform:scale(1.2) translateY(-10px)}@keyframes miniPlantGrow{0%{transform:scaleY(0);opacity:0}to{transform:scaleY(1);opacity:1}}.mini-stem{width:100%;height:100%;background:linear-gradient(0deg,#2E7D32,#66BB6A);border-radius:2px;animation:miniStemSway 2s ease-in-out infinite;transform-origin:bottom center}@keyframes miniStemSway{0%,to{transform:rotate(0deg)}50%{transform:rotate(5deg)}}.mini-leaves{position:absolute;top:10px;left:50%;transform:translateX(-50%);width:12px;height:8px;background:#4CAF50;clip-path:polygon(0 50%,50% 0,100% 50%,50% 100%)}.action-buttons{display:flex;gap:20px;justify-content:center;flex-wrap:wrap;animation:buttonsSlideIn 1s ease-out 1.6s backwards}@keyframes buttonsSlideIn{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.btn-harvest{position:relative;display:inline-flex;align-items:center;gap:12px;padding:18px 40px;font-size:18px;font-weight:700;border:none;border-radius:50px;cursor:pointer;overflow:hidden;transition:all .4s cubic-bezier(.34,1.56,.64,1);text-decoration:none;z-index:1}.btn-primary{background:linear-gradient(135deg,#d4af37,#f4e4b0 50%,#d4af37);color:#2C2C2C;box-shadow:0 10px 30px rgba(212,175,55,.4),inset 0 1px 0 rgba(255,255,255,.6)}.btn-primary:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 15px 40px rgba(212,175,55,.6),inset 0 1px 0 rgba(255,255,255,.8)}.btn-secondary{background:transparent;color:#2E7D32;border:3px solid #2e7d32;box-shadow:0 10px 30px rgba(46,125,50,.2)}.btn-secondary:hover{background:#2E7D32;color:white;transform:translateY(-5px) scale(1.05);box-shadow:0 15px 40px rgba(46,125,50,.4)}.btn-icon{font-size:24px;display:inline-block;animation:iconBounce 2s ease-in-out infinite}@keyframes iconBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.btn-text{position:relative;z-index:2}.btn-shine{position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.4),transparent);transition:left .5s;z-index:1}.btn-harvest:hover .btn-shine{left:100%}.floating-particles{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:5}.particle{position:absolute;width:4px;height:4px;background:radial-gradient(circle,#FFD700,transparent);border-radius:50%;animation:particleFloat 10s ease-in-out infinite}@keyframes particleFloat{0%,to{transform:translateY(0) translateX(0);opacity:0}10%,90%{opacity:1}50%{transform:translateY(-100vh) translateX(50px)}}.cursor-glow{position:fixed;width:200px;height:200px;background:radial-gradient(circle,rgba(212,175,55,.15) 0,transparent 70%);border-radius:50%;pointer-events:none;transform:translate(-50%,-50%);z-index:20;transition:width .2s,height .2s}.decorative-elements{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:4}.sun-element{position:absolute;top:80px;right:100px;width:120px;height:120px;background:radial-gradient(circle,#FFD700 0,#FFA500 50%,transparent 100%);border-radius:50%;animation:sunPulse 4s ease-in-out infinite;box-shadow:0 0 60px rgba(255,215,0,.6)}@keyframes sunPulse{0%,to{transform:scale(1);opacity:.9}50%{transform:scale(1.1);opacity:1}}.sun-element:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;background:radial-gradient(circle,#FFEB3B,#FFA500);border-radius:50%;animation:sunRotate 20s linear infinite}@keyframes sunRotate{0%{transform:translate(-50%,-50%) rotate(0deg)}to{transform:translate(-50%,-50%) rotate(1turn)}}.cloud{position:absolute;background:rgba(255,255,255,.8);border-radius:100px;animation:cloudFloat 30s ease-in-out infinite}.cloud:after,.cloud:before{content:"";position:absolute;background:inherit;border-radius:50%}.cloud-1{top:100px;left:-100px;width:100px;height:40px;animation-duration:25s}.cloud-1:before{top:-20px;left:10px;width:50px;height:50px}.cloud-1:after{top:-25px;right:10px;width:60px;height:40px}.cloud-2{top:200px;right:-120px;width:120px;height:50px;animation-duration:35s;animation-delay:-10s}.cloud-2:before{top:-25px;left:15px;width:60px;height:60px}.cloud-2:after{top:-30px;right:15px;width:70px;height:50px}.cloud-3{top:150px;left:40%;width:90px;height:35px;animation-duration:40s;animation-delay:-20s}.cloud-3:before{top:-18px;left:12px;width:45px;height:45px}.cloud-3:after{top:-22px;right:12px;width:55px;height:40px}@keyframes cloudFloat{0%{transform:translateX(0)}to{transform:translateX(calc(100vw + 200px))}}.birds-flock{position:absolute;top:120px;left:-100px;width:200px;animation:flock 25s linear infinite}@keyframes flock{0%{left:-100px}to{left:calc(100% + 100px)}}.bird{position:absolute;width:20px;height:15px}.bird:first-child{top:0;left:0}.bird:nth-child(2){top:15px;left:30px}.bird:nth-child(3){top:30px;left:10px}.bird:nth-child(4){top:20px;left:60px}.bird:nth-child(5){top:35px;left:45px}.wing{position:absolute;width:10px;height:8px;background:#2C2C2C;clip-path:polygon(0 100%,50% 0,100% 100%);animation:wingFlap .5s ease-in-out infinite}.wing-left{left:0;transform-origin:right center}.wing-right{right:0;transform-origin:left center;animation-delay:.25s}@keyframes wingFlap{0%,to{transform:scaleY(1)}50%{transform:scaleY(.5)}}@media (max-width:1024px){.digit{font-size:140px}.error-digit-container{gap:30px}.wheat-stalks-left,.wheat-stalks-right{width:80px}.sun-element{width:100px;height:100px;top:60px;right:60px}}@media (max-width:768px){.digit{font-size:100px}.error-digit-container{gap:20px;flex-wrap:wrap}.rice-bowl{width:90px;height:60px;bottom:-50px}.animated-rice-plant{width:80px;height:180px}.wheat-stalks-left,.wheat-stalks-right{width:60px;opacity:.7}.wheat-stalk{height:100px}.error-content{padding:35px 25px}.title-word{font-size:40px;gap:10px}.error-description{font-size:16px}.action-buttons{flex-direction:column;gap:15px}.btn-harvest{width:100%;justify-content:center;padding:16px 30px;font-size:16px}.tractor{transform:scale(.8)}.sun-element{width:80px;height:80px;top:40px;right:40px}}@media (max-width:480px){.digit{font-size:70px}.error-digit-container{gap:10px}.rice-bowl{width:70px;height:50px;bottom:-40px}.animated-rice-plant{width:60px;height:140px}.wheat-stalks-left,.wheat-stalks-right{width:40px;gap:4px}.wheat-stalk{height:80px;width:3px}.error-content{padding:25px 20px;margin:0 15px}.title-word{font-size:32px}.error-description{font-size:16px;line-height:1.6}.interactive-paddy{height:80px}.mini-rice-plant{height:45px}.btn-harvest{padding:14px 25px;font-size:15px;gap:8px}.btn-icon{font-size:20px}.cursor-glow{display:none}.sun-element{width:60px;height:60px;top:30px;right:20px}.cloud{opacity:.6}}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}