*{margin:0;padding:0;box-sizing:border-box}body{font-family:Source Sans Pro,Arial,sans-serif;background:linear-gradient(135deg,rgba(143,188,143,.1),rgba(45,80,22,.05) 50%,rgba(143,188,143,.08));min-height:100vh;overflow-x:hidden;color:#2c3e50}.wip-container{min-height:100vh;display:flex;align-items:center;justify-content:center;position:relative;padding:20px}.oil-drops{top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:1}.drop,.oil-drops{position:absolute}.drop{background:linear-gradient(135deg,#daa520,#b8860b);border-radius:50% 50% 50% 70%;opacity:.6;animation:float 6s ease-in-out infinite}.drop-1{width:8px;height:12px;top:10%;left:10%;animation-delay:0s}.drop-2{width:6px;height:9px;top:20%;right:15%;animation-delay:-2s}.drop-3{width:10px;height:14px;top:60%;left:8%;animation-delay:-4s}.drop-4{width:7px;height:11px;top:80%;right:20%;animation-delay:-1s}.drop-5{width:9px;height:13px;top:40%;right:8%;animation-delay:-3s}@keyframes float{0%,to{transform:translateY(0) rotate(0deg);opacity:.6}50%{transform:translateY(-20px) rotate(180deg);opacity:.8}}.wip-content{background:rgba(255,255,255,.95);border-radius:20px;padding:30px 40px;max-width:600px;width:100%;text-align:center;box-shadow:0 20px 40px rgba(45,80,22,.15);position:relative;z-index:10;backdrop-filter:blur(10px);border:1px solid rgba(143,188,143,.2)}.oil-bottle-icon{margin-bottom:20px}.bottle-svg{width:60px;height:90px;margin:0 auto;display:block;filter:drop-shadow(0 4px 8px rgba(45,80,22,.3))}.oil-level{animation:oilWave 3s ease-in-out infinite}@keyframes oilWave{0%,to{transform:translateY(0)}50%{transform:translateY(-2px)}}.wip-title{font-family:Playfair Display,serif;font-size:2.5rem;font-weight:700;color:#2d5016;margin-bottom:15px;line-height:1.2}.title-line-1,.title-line-2{display:block}@keyframes slideInFromLeft{0%{opacity:0;transform:translateX(-30px)}to{opacity:1;transform:translateX(0)}}.wip-subtitle{font-size:1.2rem;color:#5a6c7d;margin-bottom:30px;line-height:1.6}.wip-badge{display:inline-flex;align-items:center;background:linear-gradient(135deg,#2d5016,#1a3d0a);color:white;padding:12px 25px;border-radius:25px;margin-bottom:30px;font-weight:600;animation:fadeInUp 1s ease-out .9s both}.badge-text{margin-right:15px}.loading-dots{display:flex;align-items:center}.dot{width:8px;height:8px;background:#8fbc8f;border-radius:50%;margin:0 2px;animation:dotPulse 1.5s ease-in-out infinite}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes dotPulse{0%,60%,to{transform:scale(1);opacity:1}30%{transform:scale(1.5);opacity:.7}}.wip-message{background:rgba(143,188,143,.1);border:1px solid rgba(143,188,143,.3);border-radius:15px;padding:25px;margin-bottom:40px;animation:fadeInUp 1s ease-out 1.2s both}.message-icon{font-size:2rem;margin-bottom:10px}.wip-message p{color:#4a5568;line-height:1.6;margin:0}.wip-actions{display:flex;gap:20px;justify-content:center;margin-bottom:30px;animation:fadeInUp 1s ease-out 1.5s both}.btn{display:inline-flex;align-items:center;text-decoration:none;padding:12px 30px;border-radius:8px;font-weight:600;transition:all .3s ease;font-size:1rem}.btn-icon{width:20px;height:20px;margin-right:8px;stroke-width:2}.btn-primary{background:linear-gradient(135deg,#2d5016,#1a3d0a);color:white;box-shadow:0 4px 12px rgba(45,80,22,.3)}.btn-primary:hover{transform:translateY(-2px);box-shadow:0 6px 20px rgba(45,80,22,.4)}.btn-secondary{background:white;color:#2d5016;border:2px solid #8fbc8f;box-shadow:0 2px 8px rgba(143,188,143,.2)}.btn-secondary:hover{background:#8fbc8f;color:white;transform:translateY(-2px);box-shadow:0 4px 16px rgba(143,188,143,.3)}.wip-timeline{border-top:2px solid rgba(143,188,143,.3);padding-top:25px;animation:fadeInUp 1s ease-out 1.8s both}.timeline-text{color:#6b7280;font-size:.95rem;line-height:1.5;margin:0}.timeline-text strong{color:#2d5016}.side-decorations{position:absolute;top:0;left:0;width:100%;height:100%;pointer-events:none;z-index:5}.decoration{position:absolute;opacity:.3}.left-decoration{top:20%;left:5%;transform:rotate(-15deg)}.right-decoration{bottom:20%;right:5%;transform:rotate(15deg)}.olive-branch{display:flex;flex-direction:column;align-items:center;animation:sway 4s ease-in-out infinite}.leaf,.olive{width:12px;height:6px;background:#8fbc8f;border-radius:50% 10px 50% 10px;margin:2px 0;transform:rotate(45deg)}.olive{background:#2d5016;width:8px;height:8px;border-radius:50%;transform:none}@keyframes sway{0%,to{transform:rotate(-15deg)}50%{transform:rotate(-5deg)}}@media (max-width:768px){.wip-content{padding:40px 25px;margin:20px}.wip-title{font-size:2.2rem}.wip-subtitle{font-size:1.1rem}.wip-actions{flex-direction:column;align-items:center}.btn{width:100%;max-width:250px;justify-content:center}.side-decorations{display:none}}@media (max-width:480px){.wip-content{padding:30px 20px}.wip-title{font-size:1.8rem}.bottle-svg{width:60px;height:85px}.oil-drops .drop{display:none}}