*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,Montserrat,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background:linear-gradient(135deg,#f5f7fa,#fff,#f0f4f3);background-attachment:fixed;color:#2f3e46;overflow-x:hidden}html{scroll-behavior:smooth}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#84a59d;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#6b8e7d}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.auth-container{min-height:calc(100vh - 80px);padding:2rem;position:relative;overflow:hidden;background:linear-gradient(135deg,#f8faf9,#fff,#f0f4f3)}.auth-background-effects{position:absolute;top:0;left:0;width:100%;height:100%;overflow:hidden;pointer-events:none;z-index:0}.floating-shape{position:absolute;border-radius:50%;opacity:.1;animation:float 20s infinite ease-in-out}.shape-1{width:300px;height:300px;background:linear-gradient(135deg,#84a59d,#d68c45);top:-100px;left:-100px;animation-delay:0s}.shape-2{width:200px;height:200px;background:linear-gradient(135deg,#d68c45,#84a59d);bottom:-50px;right:-50px;animation-delay:5s}.shape-3{width:150px;height:150px;background:linear-gradient(135deg,#2f3e46,#84a59d);top:50%;right:10%;animation-delay:10s}.shape-4{width:180px;height:180px;background:linear-gradient(135deg,#84a59d,#2f3e46);bottom:20%;left:5%;animation-delay:15s}@keyframes float{0%,to{transform:translate(0) rotate(0) scale(1)}25%{transform:translate(30px,-30px) rotate(90deg) scale(1.1)}50%{transform:translate(-20px,20px) rotate(180deg) scale(.9)}75%{transform:translate(20px,30px) rotate(270deg) scale(1.05)}}.auth-container:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(132,165,157,.08) 0%,transparent 70%);animation:pulse 20s ease-in-out infinite;pointer-events:none;z-index:0}@keyframes pulse{0%,to{transform:scale(1) rotate(0);opacity:.3}50%{transform:scale(1.2) rotate(180deg);opacity:.6}}.auth-layout{display:grid;grid-template-columns:1.2fr 1fr;gap:4rem;max-width:1400px;margin:0 auto;position:relative;z-index:1;align-items:center}.auth-features{animation:slideInLeft .8s cubic-bezier(.175,.885,.32,1.275)}.auth-hero{margin-bottom:3rem;text-align:center}.hero-logo{margin-bottom:1.5rem;display:flex;justify-content:center;animation:bounce 2s ease-in-out infinite}.hero-logo-img{width:80px;height:80px;filter:drop-shadow(0 4px 12px rgba(47,62,70,.2))}.hero-title{background:linear-gradient(135deg,#2f3e46,#84a59d,#d68c45);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;font-size:2.75rem;font-family:Montserrat,sans-serif;letter-spacing:-1px;margin-bottom:1rem;line-height:1.2;animation:gradientShift 3s ease infinite}.hero-subtitle{color:#6b7280;font-size:1.25rem;line-height:1.6;font-weight:400;max-width:600px;margin:0 auto}.features-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.feature-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:2rem;border-radius:20px;border:1px solid rgba(132,165,157,.2);box-shadow:0 10px 40px #2f3e4614,0 0 0 1px #ffffff80 inset;transition:all .4s cubic-bezier(.175,.885,.32,1.275);animation:fadeInUp .6s ease-out backwards}.feature-card:nth-child(1){animation-delay:.1s}.feature-card:nth-child(2){animation-delay:.2s}.feature-card:nth-child(3){animation-delay:.3s}.feature-card:nth-child(4){animation-delay:.4s}.feature-card:nth-child(5){animation-delay:.5s}.feature-card:nth-child(6){animation-delay:.6s}.feature-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 60px #2f3e4626,0 0 0 1px #ffffff80 inset;border-color:#84a59d66}.feature-icon-large{font-size:3rem;margin-bottom:1rem;display:block;filter:drop-shadow(0 2px 8px rgba(47,62,70,.1));animation:floatIcon 3s ease-in-out infinite}.feature-card:nth-child(odd) .feature-icon-large{animation-delay:0s}.feature-card:nth-child(2n) .feature-icon-large{animation-delay:1.5s}@keyframes floatIcon{0%,to{transform:translateY(0) rotate(0)}50%{transform:translateY(-8px) rotate(5deg)}}.feature-title{font-size:1.25rem;font-weight:700;color:#2f3e46;margin-bottom:.75rem;font-family:Montserrat,sans-serif}.feature-description{color:#6b7280;font-size:.95rem;line-height:1.6;margin:0}.auth-form-container{animation:slideInRight .8s cubic-bezier(.175,.885,.32,1.275)}@keyframes slideInLeft{0%{opacity:0;transform:translate(-50px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(50px)}to{opacity:1;transform:translate(0)}}.auth-card{background:#fffffffa;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);padding:3rem 3.5rem;border-radius:28px;box-shadow:0 25px 80px #2f3e4633,0 0 0 1px #fff9 inset,0 0 100px #84a59d1a;position:relative;z-index:1;animation:slideUp .8s cubic-bezier(.175,.885,.32,1.275);border:1px solid rgba(255,255,255,.9);overflow:hidden}.auth-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#84a59d,#d68c45,#84a59d);background-size:200% 100%;animation:shimmer 3s linear infinite}.auth-header{text-align:center;margin-bottom:2.5rem}.auth-card h2{margin-bottom:.75rem;background:linear-gradient(135deg,#2f3e46,#84a59d,#d68c45);background-size:200% 200%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;font-size:2.25rem;font-family:Montserrat,sans-serif;letter-spacing:-.5px;animation:gradientShift 3s ease infinite}.auth-subtitle{color:#6b7280;font-size:1rem;margin-top:.5rem;font-weight:400}.auth-card form{display:flex;flex-direction:column;gap:1rem}.auth-card input{padding:1.125rem 1.5rem;border:2px solid #e8ecea;border-radius:14px;font-size:1rem;font-family:Inter,sans-serif;transition:all .4s cubic-bezier(.175,.885,.32,1.275);background:#ffffffe6;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);box-shadow:0 2px 8px #2f3e460d}.auth-card input:focus{outline:none;border-color:#84a59d;background:#fff;box-shadow:0 0 0 4px #84a59d26,0 6px 20px #84a59d33,0 0 0 1px #84a59d4d inset;transform:translateY(-3px) scale(1.01)}.auth-card input:hover:not(:focus){border-color:#c8d5d1;background:#fffffff2}.auth-card input.error-input{border-color:#d32f2f}.auth-card input.error-input:focus{border-color:#d32f2f}.field-error{color:#d32f2f;font-size:.85rem;margin-top:.5rem;display:block;animation:shake .3s ease;font-weight:500}@keyframes shake{0%,to{transform:translate(0)}25%{transform:translate(-5px)}75%{transform:translate(5px)}}.auth-card form>div{display:flex;flex-direction:column}.auth-card button[type=submit]{padding:1.125rem 2rem;background:linear-gradient(135deg,#d68c45,#c47a3a);background-size:200% 200%;color:#fff;border:none;border-radius:14px;font-size:1.1rem;font-weight:700;cursor:pointer;transition:all .4s cubic-bezier(.175,.885,.32,1.275);margin-top:1rem;box-shadow:0 6px 20px #d68c4566,0 0 #d68c4580;position:relative;overflow:hidden;text-transform:uppercase;letter-spacing:.5px;animation:gradientMove 3s ease infinite}@keyframes gradientMove{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.auth-card button:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.auth-card button:hover:before{width:300px;height:300px}.auth-card button[type=submit]:hover{transform:translateY(-4px) scale(1.02);box-shadow:0 10px 30px #d68c4580,0 0 0 6px #d68c4540;background:linear-gradient(135deg,#e0a16a,#d68c45)}.auth-card button[type=submit]:active{transform:translateY(-1px) scale(.98);box-shadow:0 4px 15px #d68c4566,0 0 0 3px #d68c4533}.success-message{background-color:#f0fdf4;color:#16a34a;padding:.875rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem;border:1px solid #bbf7d0;font-weight:500}.toggle-auth{text-align:center;margin-top:1.5rem;color:#6b7280;font-size:.9rem}.link-button{background:none;border:none;color:#84a59d;cursor:pointer;text-decoration:none;padding:0;font-weight:600;transition:all .3s ease;position:relative}.link-button:after{content:"";position:absolute;bottom:-2px;left:0;width:0;height:2px;background:linear-gradient(90deg,#84a59d,#d68c45);transition:width .3s ease}.link-button:hover{color:#d68c45;transform:translate(2px)}.link-button:hover:after{width:100%}@media(max-width:1200px){.auth-layout{grid-template-columns:1fr;gap:3rem}.auth-features{order:2}.auth-form-container{order:1}.features-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:960px){.hero-title{font-size:2.25rem}.hero-subtitle{font-size:1.1rem}.features-grid{grid-template-columns:repeat(2,1fr);gap:1rem}.feature-card{padding:1.5rem}.feature-icon-large{font-size:2.5rem}.feature-title{font-size:1.1rem}.feature-description{font-size:.9rem}.auth-card{padding:2.5rem 2rem}}@media(max-width:640px){.auth-container{padding:1rem}.auth-layout{gap:2rem}.hero-title{font-size:1.75rem}.hero-subtitle{font-size:1rem}.features-grid{grid-template-columns:1fr}.feature-card{padding:1.25rem}.auth-card{padding:2rem 1.5rem}.auth-card h2{font-size:1.75rem}}.logo-container{display:flex;align-items:center;gap:8px}.logo-container.logo{gap:4px}.logo-icon{display:block;flex-shrink:0}.logo-text{font-weight:600;color:inherit}.extension-auth-container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:2rem;background:linear-gradient(135deg,#f0f4f3,#e5ece9)}.extension-auth-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:3rem;border-radius:24px;box-shadow:0 20px 60px #2f3e4626,0 0 0 1px #ffffff80 inset;width:100%;max-width:440px;position:relative;z-index:1;animation:slideUp .6s ease-out}.extension-auth-header{text-align:center;margin-bottom:2rem}.extension-auth-header h1{margin-bottom:.5rem;text-align:center;background:linear-gradient(135deg,#2f3e46,#84a59d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;font-size:2.5rem;font-family:Montserrat,sans-serif;letter-spacing:-1px}.extension-auth-subtitle{color:#6b7280;font-size:1.1rem;margin-top:.5rem;line-height:1.5}.extension-auth-card h2{margin-bottom:1.5rem;text-align:center;color:#2f3e46;font-weight:600}.extension-auth-card form{display:flex;flex-direction:column;gap:1.25rem}.extension-auth-card input{padding:1.1rem 1.5rem;border:2px solid #e8ecea;border-radius:14px;font-size:1.05rem;font-family:Inter,sans-serif;transition:all .3s ease;background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);color:#2f3e46}.extension-auth-card input:focus{outline:none;border-color:#84a59d;background:#fff;box-shadow:0 0 0 4px #84a59d1a,0 6px 16px #84a59d26;transform:translateY(-3px)}.extension-auth-card input.error-input{border-color:#d32f2f}.field-error{color:#d32f2f;font-size:.9rem;margin-top:.6rem;display:block}.extension-auth-card form>div{display:flex;flex-direction:column}.extension-auth-card button[type=submit]{padding:1.1rem;background:linear-gradient(135deg,#d68c45,#c47a3a);color:#fff;border:none;border-radius:14px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:all .3s ease;margin-top:1.5rem;box-shadow:0 6px 20px #d68c4566,0 0 #d68c4580}.extension-auth-card button[type=submit]:hover{transform:translateY(-4px);box-shadow:0 10px 30px #d68c4599,0 0 0 6px #d68c4533}.error-message{background-color:#fff5f5;color:#d32f2f;padding:1rem 1.25rem;border-radius:10px;margin-bottom:1.5rem;font-size:.95rem;border:1px solid #ffebee}.success-message{background-color:#f0fdf4;color:#16a34a;padding:1rem 1.25rem;border-radius:10px;margin-bottom:1.5rem;font-size:.95rem;border:1px solid #bbf7d0}.toggle-auth{text-align:center;margin-top:2rem;color:#6b7280;font-size:1rem}.link-button{background:none;border:none;color:#84a59d;cursor:pointer;text-decoration:none;padding:0;font-weight:600;transition:all .3s ease}.link-button:hover{color:#d68c45;text-decoration:underline}.auth-success{text-align:center;padding:2rem 0}.success-icon{font-size:4rem;margin-bottom:1rem;animation:bounce .6s ease}.auth-success h2{color:#16a34a;margin-bottom:1rem}.auth-success p{color:#6b7280;font-size:1.1rem}@keyframes slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}.recipe-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;overflow:hidden;box-shadow:0 4px 20px #2f3e461a,0 0 0 1px #ffffff80 inset;transition:all .4s cubic-bezier(.175,.885,.32,1.275);cursor:pointer;border:1px solid rgba(47,62,70,.08);position:relative;animation:fadeInUp .6s ease-out backwards;display:flex;flex-direction:column;height:100%}.recipe-card.recipe-pending{border:2px solid rgba(255,193,7,.4);box-shadow:0 4px 20px #ffc10726,0 0 0 1px #ffc10733 inset}.recipe-card.recipe-pending:hover{border-color:#ffc10799;box-shadow:0 20px 40px #ffc10733,0 0 0 1px #ffc1074d inset}.pending-badge{position:absolute;top:1rem;right:1rem;background:linear-gradient(135deg,#ffc107f2,#ff9800f2);color:#856404;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;display:flex;align-items:center;gap:.5rem;z-index:5;box-shadow:0 2px 8px #ffc10766;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);animation:pulse 2s ease-in-out infinite}.pending-icon{font-size:1rem}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.9;transform:scale(1.05)}}.recipe-card:before{content:"";position:absolute;top:0;left:0;right:0;height:4px;background:linear-gradient(90deg,#84a59d,#d68c45,#84a59d);background-size:200% 100%;opacity:0;transition:opacity .3s ease}.recipe-card:hover:before{opacity:1;animation:shimmer 2s linear infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.recipe-card:hover{transform:translateY(-8px) scale(1.02);box-shadow:0 20px 40px #2f3e4633,0 0 0 1px #84a59d33 inset;border-color:#84a59d4d}.recipe-image{width:100%;height:220px;background-size:cover;background-position:center;background-repeat:no-repeat;transition:transform .6s cubic-bezier(.175,.885,.32,1.275);position:relative;overflow:hidden;display:flex;align-items:center;justify-content:center}.recipe-image-placeholder{font-size:3rem;opacity:.3;color:#2f3e46}.recipe-image:after{content:"";position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(to bottom,transparent 0%,rgba(47,62,70,.1) 100%);opacity:0;transition:opacity .3s ease}.recipe-card:hover .recipe-image{transform:scale(1.1)}.recipe-card:hover .recipe-image:after{opacity:1}.recipe-content{padding:1.75rem;display:flex;flex-direction:column;flex:1;min-height:0;min-width:0;width:100%}.recipe-content h3{margin-bottom:.75rem;color:#2f3e46;font-weight:600;font-size:1.25rem;font-family:Montserrat,sans-serif;line-height:1.3;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;word-break:break-word;min-height:3.25rem;height:3.25rem}.recipe-meta{display:flex;gap:.6rem;margin-bottom:1.25rem;font-size:.75rem;color:#84a59d;font-weight:500;flex-shrink:0;flex-wrap:nowrap!important;overflow:visible;width:100%;align-items:center}.recipe-meta span{white-space:nowrap!important;flex-shrink:0;display:inline-block;line-height:1.2}.recipe-tags{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:1rem;margin-top:auto;flex-shrink:0;min-height:0}.tag{background:linear-gradient(135deg,#f0f4f3,#e5ece9);color:#84a59d;padding:.5rem 1rem;border-radius:20px;font-size:.8rem;font-weight:600;transition:all .3s ease;border:1px solid rgba(132,165,157,.2);display:inline-block}.tag:hover{background:linear-gradient(135deg,#84a59d,#6b8e7d);color:#fff;transform:translateY(-2px);box-shadow:0 4px 8px #84a59d4d}.tag.tag-clickable{cursor:pointer}.tag.tag-clickable:hover{background:linear-gradient(135deg,#d68c45,#c47a3a);border-color:#d68c45;box-shadow:0 4px 12px #d68c4566}.tag.tag-active{background:linear-gradient(135deg,#84a59d,#6b8e7d);color:#fff;border-color:#84a59d;box-shadow:0 2px 6px #84a59d66}.recipe-actions{display:flex;gap:.5rem;position:relative;z-index:10;flex-shrink:0;margin-top:0;align-self:flex-end;width:100%}.edit-btn,.delete-btn,.confirm-btn{flex:1;padding:.625rem;border:none;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:500;transition:all .2s}.confirm-btn{background:linear-gradient(135deg,#84a59d,#6b8e7d);color:#fff;box-shadow:0 2px 8px #84a59d4d;font-weight:600}.confirm-btn:hover{background:linear-gradient(135deg,#6b8e7d,#5a7a6d);transform:translateY(-2px);box-shadow:0 4px 12px #84a59d66}.edit-btn{background:linear-gradient(135deg,#84a59d,#6b8e7d);color:#fff;box-shadow:0 2px 8px #84a59d4d}.edit-btn:hover{background:linear-gradient(135deg,#6b8e7d,#5a7a6d);transform:translateY(-2px);box-shadow:0 4px 12px #84a59d66}.delete-btn{background-color:transparent;color:#d32f2f;border:1px solid #ffebee}.delete-btn:hover{background-color:#fff5f5;border-color:#ffcdd2}.ad-banner{margin:1.5rem 0;text-align:center;min-height:100px;display:flex;align-items:center;justify-content:center;background:transparent}.ad-banner.ad-sidebar{position:sticky;top:100px;margin:0;max-width:300px;min-height:250px}.ad-banner.ad-inline{margin:2rem auto;max-width:728px;min-height:90px}.ad-banner.ad-horizontal{width:100%;max-width:728px;margin:1.5rem auto;min-height:90px}.ad-banner.ad-vertical{max-width:300px;margin:1.5rem auto;min-height:600px}.ad-banner.ad-footer{margin:2rem auto 1rem;max-width:728px;min-height:90px;border-top:1px solid rgba(132,165,157,.2);padding-top:2rem}@media(max-width:768px){.ad-banner.ad-sidebar{position:static;max-width:100%;margin:1.5rem 0}.ad-banner.ad-inline,.ad-banner.ad-horizontal,.ad-banner.ad-footer{max-width:100%;min-height:50px}.ad-banner.ad-vertical{max-width:100%;min-height:250px}}@media(max-width:480px){.ad-banner.ad-sidebar{display:none}}.ad-banner ins{display:block!important;width:100%}.recipe-list-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.recipe-list-actions{display:flex;gap:1rem;align-items:center}.recipe-list-header h1{background:linear-gradient(135deg,#2f3e46,#84a59d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;font-family:Montserrat,sans-serif;font-size:2.5rem;letter-spacing:-1px;animation:fadeIn .6s ease-out}.add-recipe-btn{background:linear-gradient(135deg,#d68c45,#c47a3a);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 4px 15px #d68c4566,0 0 #d68c4580;position:relative;overflow:visible}.add-recipe-btn:before{content:"+";position:absolute;left:1rem;top:50%;transform:translateY(-50%);font-size:1.5rem;font-weight:700;transition:transform .3s ease;line-height:1}.add-recipe-btn:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 8px 25px #d68c4580,0 0 0 4px #d68c4533}.add-recipe-btn:hover:before{transform:translateY(-50%) rotate(90deg)}.add-recipe-btn:active{transform:translateY(-1px) scale(1.02)}.delete-all-btn{background:linear-gradient(135deg,#dc3545,#c82333);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 10px #dc35454d}.delete-all-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #dc354566;background:linear-gradient(135deg,#c82333,#bd2130)}.delete-all-btn:active{transform:translateY(0)}.delete-all-btn:disabled{opacity:.5;cursor:not-allowed;background:linear-gradient(135deg,#6c757d,#5a6268)}.delete-all-btn:disabled:hover{transform:none;box-shadow:0 2px 10px #6c757d4d}.recipe-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem;animation:fadeInUp .8s ease-out;align-items:stretch}@media(max-width:1024px){.recipe-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:768px){.recipe-grid{grid-template-columns:1fr;gap:1.5rem}}.recipe-grid>*{animation:fadeInUp .6s ease-out backwards}.recipe-grid>*:nth-child(1){animation-delay:.1s}.recipe-grid>*:nth-child(2){animation-delay:.2s}.recipe-grid>*:nth-child(3){animation-delay:.3s}.recipe-grid>*:nth-child(4){animation-delay:.4s}.recipe-grid>*:nth-child(5){animation-delay:.5s}.recipe-grid>*:nth-child(6){animation-delay:.6s}.empty-state{text-align:center;padding:4rem 2rem;color:#2f3e46;max-width:1000px;margin:0 auto}.empty-state-content{animation:fadeInUp .8s ease-out}.empty-state-icon{font-size:5rem;margin-bottom:1.5rem;animation:bounce 2s ease-in-out infinite}.empty-state-content h2{font-size:2rem;font-weight:700;font-family:Montserrat,sans-serif;background:linear-gradient(135deg,#2f3e46,#84a59d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.empty-state-description{font-size:1.1rem;color:#6b7280;margin-bottom:3rem;line-height:1.6}.empty-state-features{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;text-align:left;margin-top:2rem}.empty-state-feature{background:#fffffffa;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-radius:20px;padding:2rem;box-shadow:0 25px 80px #2f3e461a,0 0 0 1px #fff9 inset;border:1px solid rgba(255,255,255,.9);transition:all .3s ease}.empty-state-feature:hover{transform:translateY(-5px);box-shadow:0 30px 100px #2f3e4626,0 0 0 1px #fff9 inset}.feature-icon-large{font-size:3rem;margin-bottom:1rem;text-align:center}.empty-state-feature h3{font-size:1.5rem;font-weight:600;font-family:Montserrat,sans-serif;color:#2f3e46;margin-bottom:.75rem}.empty-state-feature p{color:#6b7280;line-height:1.6;margin-bottom:1rem}.feature-steps{list-style:none;padding:0;margin:1rem 0;text-align:left}.feature-steps li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#4b5563;line-height:1.5}.feature-steps li:before{content:"✓";position:absolute;left:0;color:#84a59d;font-weight:600}.feature-link{display:inline-block;margin-top:1rem;color:#84a59d;text-decoration:none;font-weight:600;transition:all .3s ease;border-bottom:2px solid transparent}.feature-link:hover{color:#d68c45;border-bottom-color:#d68c45}.feature-button{margin-top:1rem;background:linear-gradient(135deg,#84a59d,#6b8e85);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 10px #84a59d4d}.feature-button:hover{transform:translateY(-2px);box-shadow:0 4px 15px #84a59d66;background:linear-gradient(135deg,#6b8e85,#5a7a72)}@media(max-width:768px){.empty-state-features{grid-template-columns:1fr;gap:1.5rem}.empty-state-content h2{font-size:1.5rem}.empty-state-icon{font-size:4rem}}.pending-notice{background:linear-gradient(135deg,#ffc1071a,#ff98001a);border:2px solid rgba(255,193,7,.3);border-radius:12px;padding:1rem 1.5rem;margin-bottom:2rem;display:flex;align-items:center;gap:.75rem;color:#856404;font-weight:500;animation:slideDown .4s ease-out}.pending-icon{font-size:1.5rem}.pending-notice .link-button{background:none;border:none;color:#d68c45;text-decoration:underline;cursor:pointer;font-weight:600;padding:0;margin-left:.5rem}.pending-notice .link-button:hover{color:#c47a3a}.confirm-all-btn{background:linear-gradient(135deg,#84a59d,#6b8e85);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 10px #84a59d4d}.confirm-all-btn:hover{transform:translateY(-2px);box-shadow:0 4px 15px #84a59d66;background:linear-gradient(135deg,#6b8e85,#5a7a72)}.filter-btn{background:#84a59d1a;color:#84a59d;border:2px solid rgba(132,165,157,.3);padding:.75rem 1.5rem;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.filter-btn:hover{background:#84a59d33;border-color:#84a59d80}.filter-btn.active{background:linear-gradient(135deg,#84a59d,#6b8e85);color:#fff;border-color:#84a59d}.tag-filter-section{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:0;margin-bottom:1.5rem;box-shadow:0 2px 12px #2f3e4614;border:1px solid rgba(132,165,157,.15);animation:fadeIn .5s ease-out;overflow:hidden}.tag-filter-header{display:flex;justify-content:space-between;align-items:center;padding:.875rem 1.25rem;background:#84a59d0d;border-bottom:1px solid rgba(132,165,157,.1)}.tag-filter-toggle{background:none;border:none;display:flex;align-items:center;gap:.75rem;cursor:pointer;padding:0;font-size:.95rem;font-weight:600;font-family:Montserrat,sans-serif;color:#2f3e46;transition:all .2s ease;flex:1;text-align:left}.tag-filter-toggle:hover{color:#84a59d}.tag-filter-icon{font-size:.75rem;color:#84a59d;transition:transform .3s ease;display:inline-block;width:1rem;text-align:center}.tag-filter-toggle[aria-expanded=true] .tag-filter-icon{transform:rotate(0)}.tag-filter-toggle[aria-expanded=false] .tag-filter-icon{transform:rotate(-90deg)}.tag-filter-title{display:flex;align-items:center;gap:.5rem}.tag-filter-count{background:linear-gradient(135deg,#84a59d,#6b8e7d);color:#fff;padding:.15rem .5rem;border-radius:12px;font-size:.75rem;font-weight:700;min-width:1.5rem;text-align:center}.clear-filters-btn{background:#d68c451a;color:#d68c45;border:1px solid rgba(214,140,69,.3);padding:.4rem .875rem;border-radius:8px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .3s ease;white-space:nowrap}.clear-filters-btn:hover{background:#d68c4533;border-color:#d68c4580;transform:translateY(-1px)}.tag-filter-dropdown{padding:1rem 1.25rem;max-height:300px;overflow-y:auto;animation:slideDown .3s ease-out;border-top:1px solid rgba(132,165,157,.1)}@keyframes slideDown{0%{opacity:0;max-height:0;padding-top:0;padding-bottom:0}to{opacity:1;max-height:300px;padding-top:1rem;padding-bottom:1rem}}.tag-filter-list{display:flex;flex-wrap:wrap;gap:.6rem}.tag-filter-btn{background:linear-gradient(135deg,#f0f4f3,#e5ece9);color:#84a59d;border:2px solid rgba(132,165,157,.2);padding:.6rem 1.2rem;border-radius:20px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;gap:.5rem;position:relative}.tag-filter-btn:hover{background:linear-gradient(135deg,#84a59d,#6b8e7d);color:#fff;border-color:#84a59d;transform:translateY(-2px);box-shadow:0 4px 8px #84a59d4d}.tag-filter-btn.active{background:linear-gradient(135deg,#84a59d,#6b8e7d);color:#fff;border-color:#84a59d;box-shadow:0 2px 8px #84a59d66}.tag-filter-check{font-size:.85rem;font-weight:700}.active-filters{display:flex;flex-wrap:wrap;align-items:center;gap:.5rem;padding:.75rem 1.25rem;border-top:1px solid rgba(132,165,157,.1);background:#84a59d08;min-height:0}.active-filters:empty{display:none}.active-filter-tag{background:linear-gradient(135deg,#84a59d,#6b8e7d);color:#fff;padding:.4rem .65rem;border-radius:16px;font-size:.8rem;font-weight:600;display:flex;align-items:center;gap:.4rem;box-shadow:0 2px 6px #84a59d4d}.remove-filter-btn{background:#ffffff4d;color:#fff;border:none;border-radius:50%;width:20px;height:20px;display:flex;align-items:center;justify-content:center;cursor:pointer;font-size:1.2rem;line-height:1;padding:0;transition:all .2s ease;font-weight:700}.remove-filter-btn:hover{background:#ffffff80;transform:scale(1.1)}@media(max-width:768px){.tag-filter-section{margin-bottom:1rem;border-radius:10px}.tag-filter-header{padding:.75rem 1rem}.tag-filter-toggle{font-size:.9rem}.tag-filter-dropdown{padding:.875rem 1rem;max-height:250px}.tag-filter-list{gap:.5rem}.tag-filter-btn{padding:.5rem .9rem;font-size:.8rem}.clear-filters-btn{padding:.35rem .75rem;font-size:.75rem}.active-filters{padding:.625rem 1rem;gap:.4rem}.active-filter-tag{padding:.35rem .55rem;font-size:.75rem}.remove-filter-btn{width:18px;height:18px;font-size:1rem}}.recipe-form{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);padding:3.5rem;border-radius:24px;box-shadow:0 20px 60px #2f3e4626,0 0 0 1px #ffffff80 inset;max-width:800px;margin:0 auto;border:1px solid rgba(255,255,255,.8);animation:slideUp .6s ease-out}.form-group{margin-bottom:2rem}.form-group label{display:block;margin-bottom:.75rem;color:#2f3e46;font-weight:500;font-size:.95rem}.form-group input,.form-group textarea{width:100%;padding:1rem 1.25rem;border:2px solid #e8ecea;border-radius:12px;font-size:1rem;font-family:Inter,sans-serif;transition:all .3s ease;background:#fffc}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#84a59d;background:#fff;box-shadow:0 0 0 4px #84a59d1a,0 4px 12px #84a59d26;transform:translateY(-2px)}.form-group input:hover:not(:focus),.form-group textarea:hover:not(:focus){border-color:#c8d5d1;background:#fffffff2}.form-row{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}.array-input-group{display:flex;gap:.5rem;margin-bottom:.5rem}.array-input-group input,.array-input-group textarea{flex:1}.remove-btn{background-color:transparent;color:#d32f2f;border:1px solid #ffebee;padding:.5rem 1rem;border-radius:8px;cursor:pointer;white-space:nowrap;font-weight:500;transition:all .2s}.remove-btn:hover{background-color:#fff5f5;border-color:#ffcdd2}.add-item-btn{background:linear-gradient(135deg,#84a59d,#6b8e7d);color:#fff;border:none;padding:.75rem 1.5rem;border-radius:12px;cursor:pointer;margin-top:.5rem;font-weight:600;transition:all .3s ease;box-shadow:0 2px 8px #84a59d4d}.add-item-btn:hover{background:linear-gradient(135deg,#6b8e7d,#5a7a6d);transform:translateY(-2px);box-shadow:0 4px 12px #84a59d66}.form-actions{display:flex;gap:1rem;margin-top:2rem}.save-btn,.cancel-btn{flex:1;padding:.75rem;border:none;border-radius:4px;font-size:1rem;cursor:pointer}.save-btn{background:linear-gradient(135deg,#d68c45,#c47a3a);color:#fff;font-weight:600;transition:all .3s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 4px 15px #d68c4566,0 0 #d68c4580;position:relative;overflow:hidden}.save-btn:before{content:"";position:absolute;top:50%;left:50%;width:0;height:0;border-radius:50%;background:#ffffff4d;transform:translate(-50%,-50%);transition:width .6s,height .6s}.save-btn:hover:before{width:300px;height:300px}.save-btn:hover{transform:translateY(-3px) scale(1.02);box-shadow:0 8px 25px #d68c4580,0 0 0 4px #d68c4533}.cancel-btn{background-color:transparent;color:#6b7280;border:1px solid #e0e0e0;font-weight:500;transition:all .2s}.cancel-btn:hover{background-color:#f9fafb;border-color:#d1d5db}.tags-input-container{position:relative}.tags-display{display:flex;flex-wrap:wrap;gap:.5rem;margin-bottom:.75rem}.tag-bubble{display:inline-flex;align-items:center;gap:.5rem;background:linear-gradient(135deg,#f0f4f3,#e5ece9);color:#84a59d;padding:.5rem .75rem;border-radius:20px;font-size:.9rem;font-weight:600;border:1px solid rgba(132,165,157,.2)}.tag-remove-btn{background:transparent;border:none;color:#84a59d;cursor:pointer;font-size:1.2rem;line-height:1;padding:0;margin:0;width:1.2rem;height:1.2rem;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s ease}.tag-remove-btn:hover{background:#84a59d33;color:#6b8e7d}.tag-input{width:100%;padding:1rem 1.25rem;border:2px solid #e8ecea;border-radius:12px;font-size:1rem;font-family:Inter,sans-serif;transition:all .3s ease;background:#fffc}.tag-input:focus{outline:none;border-color:#84a59d;background:#fff;box-shadow:0 0 0 4px #84a59d1a,0 4px 12px #84a59d26;transform:translateY(-2px)}.tag-input:hover:not(:focus){border-color:#c8d5d1;background:#fffffff2}.tag-suggestions{position:absolute;top:100%;left:0;right:0;background:#fff;border:2px solid #84A59D;border-top:none;border-radius:0 0 12px 12px;max-height:200px;overflow-y:auto;z-index:1000;box-shadow:0 4px 12px #84a59d26;margin-top:-2px}.tag-suggestion-item{padding:.75rem 1.25rem;cursor:pointer;transition:all .2s ease;border-bottom:1px solid #f0f0f0}.tag-suggestion-item:last-child{border-bottom:none}.tag-suggestion-item:hover{background-color:#f0f7f5;color:#84a59d;font-weight:500}.recipe-view{max-width:900px;margin:0 auto;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:3rem;box-shadow:0 8px 30px #2f3e461a;border:1px solid rgba(47,62,70,.08)}.recipe-view-top-bar{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;gap:1rem}.back-btn{background:transparent;border:1px solid rgba(47,62,70,.2);color:#2f3e46;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .3s ease}.back-btn:hover{background:#2f3e460d;border-color:#2f3e464d;transform:translate(-4px)}.recipe-view-header{display:flex;flex-direction:column;align-items:flex-start;margin-bottom:1.5rem;gap:1rem}.recipe-view-header h1{color:#2f3e46;font-weight:700;font-family:Montserrat,sans-serif;font-size:2.5rem;margin-bottom:1rem;background:linear-gradient(135deg,#2f3e46,#84a59d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.recipe-view-description{color:#6b7280;font-size:1.1rem;line-height:1.6}.recipe-view-actions{display:flex;gap:1rem;flex-wrap:wrap;justify-content:space-between;align-items:center;width:100%}.recipe-view-actions-left{display:flex;gap:1rem;flex-wrap:wrap}.recipe-view-actions-right{display:flex;margin-left:auto}.share-groups-container{display:inline-flex;flex-direction:row;align-items:center;gap:.75rem;padding:.5rem .75rem;background:#f9fafb;border-radius:20px;border:1px solid rgba(148,163,184,.3);flex-shrink:0}.share-groups-label{font-size:.85rem;font-weight:600;color:#374151;white-space:nowrap}.share-groups-list{display:flex;flex-wrap:wrap;gap:.5rem;align-items:center}.share-group-tag{display:inline-block;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:500;background:#e5e7eb;color:#6b7280;border:2px solid transparent;transition:all .2s ease;cursor:pointer;-webkit-user-select:none;user-select:none}.share-group-tag:hover{background:#d1d5db;color:#4b5563;transform:translateY(-1px)}.share-group-tag.selected{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border-color:#059669;box-shadow:0 2px 6px #10b9814d}.share-groups-save-btn{background:linear-gradient(135deg,#10b981,#059669);color:#fff;border:none;padding:.4rem .8rem;border-radius:20px;font-size:.8rem;font-weight:600;cursor:pointer;transition:all .2s ease;white-space:nowrap}.share-groups-save-btn:hover:enabled{background:linear-gradient(135deg,#059669,#047857);transform:translateY(-1px);box-shadow:0 3px 8px #10b98159}.share-groups-save-btn:disabled{opacity:.5;cursor:not-allowed;transform:none;box-shadow:none}.recipe-view-actions .presentation-btn{background:linear-gradient(135deg,#d68c45,#c47a3a);color:#fff;border:none;padding:.55rem 1.2rem;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .3s ease}.recipe-view-actions .presentation-btn:hover{background:linear-gradient(135deg,#c47a3a,#b3692f);transform:translateY(-2px);box-shadow:0 4px 12px #d68c4566}.recipe-view-actions .edit-btn{background:linear-gradient(135deg,#84a59d,#6b8e7d);color:#fff;border:none;padding:.55rem 1.2rem;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .3s ease}.recipe-view-actions .edit-btn:hover{background:linear-gradient(135deg,#6b8e7d,#5a7a6d);transform:translateY(-2px);box-shadow:0 4px 12px #84a59d66}.recipe-view-actions .delete-btn{background:transparent;color:#d32f2f;border:1px solid #ffebee;padding:.55rem .75rem;border-radius:8px;cursor:pointer;font-size:.9rem;font-weight:600;transition:all .3s ease;white-space:nowrap;width:fit-content;min-width:fit-content}.recipe-view-actions .delete-btn:hover{background-color:#fff5f5;border-color:#ffcdd2}.recipe-view-image{width:100%;height:400px;background-size:cover;background-position:center;background-repeat:no-repeat;border-radius:16px;margin-bottom:2rem;box-shadow:0 4px 20px #2f3e4626}.recipe-view-meta{display:flex;gap:2rem;margin-bottom:2rem;padding-bottom:2rem;border-bottom:1px solid rgba(47,62,70,.1);font-size:1rem;color:#84a59d;font-weight:500;flex-wrap:wrap}.recipe-view-meta a{color:#d68c45;text-decoration:none;transition:all .3s ease}.recipe-view-meta a:hover{text-decoration:underline;color:#c47a3a}.recipe-view-tags{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:2rem}.recipe-view-tags .tag{background:linear-gradient(135deg,#f0f4f3,#e5ece9);color:#84a59d;padding:.5rem 1rem;border-radius:20px;font-size:.9rem;font-weight:600;border:1px solid rgba(132,165,157,.2)}.recipe-view-content{display:grid;grid-template-columns:1fr 1fr;gap:3rem}.recipe-section h2{color:#2f3e46;font-weight:600;font-family:Montserrat,sans-serif;font-size:1.5rem;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #84A59D}.recipe-section>div:first-child{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.recipe-section>div:first-child h2{margin-bottom:0;border-bottom:none;padding-bottom:0}.ingredients-list,.instructions-list{list-style:none;padding:0;margin:0}.ingredients-list li{padding:.75rem 0;border-bottom:1px solid rgba(47,62,70,.05);color:#2f3e46;line-height:1.6}.ingredients-list li:last-child{border-bottom:none}.instructions-list li{border-bottom:1px solid rgba(47,62,70,.05);color:#2f3e46;line-height:1.8;counter-increment:step-counter;position:relative;padding:1rem 0 1rem 2.5rem}.instructions-list{counter-reset:step-counter}.instructions-list li:before{content:counter(step-counter);position:absolute;left:0;top:1rem;background:linear-gradient(135deg,#84a59d,#6b8e7d);color:#fff;width:2rem;height:2rem;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:.9rem}.instructions-list li:last-child{border-bottom:none}@media(max-width:768px){.recipe-view-content{grid-template-columns:1fr}.recipe-view-header{flex-direction:column}.recipe-view-actions{width:100%}.recipe-view-actions .edit-btn{flex:1}.recipe-view-actions-right{margin-left:auto}.recipe-view-actions .delete-btn{width:fit-content;min-width:fit-content}}.recipe-presentation{position:fixed;top:0;left:0;width:100vw;height:100vh;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);overflow:hidden;z-index:10000;display:flex;flex-direction:column}.presentation-loading,.presentation-error{display:flex;align-items:center;justify-content:center;height:100vh;font-size:2rem;color:#2f3e46}.exit-btn{position:fixed;top:1rem;right:1rem;background:#2f3e46e6;color:#fff;border:none;padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;font-size:1.1rem;font-weight:600;z-index:10001;transition:all .3s ease;box-shadow:0 4px 12px #0003}.exit-btn:hover{background:#2f3e46;transform:scale(1.05)}.presentation-container{width:100vw;height:100vh;margin:0;padding:1.5rem 2rem;display:flex;flex-direction:column;box-sizing:border-box;overflow:hidden}.presentation-header{text-align:center;margin-bottom:1rem;padding-bottom:.75rem;border-bottom:2px solid rgba(47,62,70,.2);flex-shrink:0}.presentation-header h1{font-size:clamp(2rem,4vw,3rem);font-weight:700;color:#2f3e46;margin-bottom:.5rem;line-height:1.1;text-shadow:2px 2px 4px rgba(0,0,0,.1)}.presentation-meta{display:flex;justify-content:center;gap:2rem;font-size:clamp(1rem,2vw,1.3rem);color:#84a59d;font-weight:600}.presentation-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;flex:1;align-items:start;overflow:hidden;min-height:0}.presentation-ingredients,.presentation-instructions{background:#fffffff2;padding:1.5rem;border-radius:12px;box-shadow:0 8px 24px #00000026;overflow-y:auto;height:100%;box-sizing:border-box}.presentation-ingredients h2,.presentation-instructions h2{font-size:clamp(1.5rem,3vw,2rem);color:#2f3e46;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid #84A59D;font-weight:700;flex-shrink:0}.presentation-ingredients ul,.presentation-instructions ol{list-style:none;padding:0;margin:0}.presentation-ingredients ul{counter-reset:ingredient-counter}.presentation-ingredients li{font-size:clamp(1rem,2vw,1.4rem);line-height:1.5;color:#2f3e46;padding:.5rem 0 .5rem 2rem;position:relative;counter-increment:ingredient-counter;border-bottom:1px solid rgba(47,62,70,.1)}.presentation-ingredients li:before{content:"•";position:absolute;left:0;top:.5rem;color:#84a59d;font-size:clamp(1.2rem,2.5vw,1.8rem);font-weight:700;line-height:1}.presentation-ingredients li:last-child{border-bottom:none}.presentation-instructions ol{counter-reset:instruction-counter}.presentation-instructions li{font-size:clamp(1rem,2vw,1.4rem);line-height:1.5;color:#2f3e46;padding:.75rem 0 .75rem 3rem;position:relative;counter-increment:instruction-counter;border-bottom:1px solid rgba(47,62,70,.1)}.presentation-instructions li:before{content:counter(instruction-counter);position:absolute;left:0;top:.75rem;background:linear-gradient(135deg,#84a59d,#6b8e7d);color:#fff;width:clamp(2rem,4vw,2.5rem);height:clamp(2rem,4vw,2.5rem);border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:clamp(.9rem,1.8vw,1.2rem);box-shadow:0 4px 8px #0003;flex-shrink:0}.presentation-instructions li:last-child{border-bottom:none}.presentation-ingredients ul,.presentation-instructions ol{max-height:calc(100vh - 12rem);overflow-y:auto}@media(max-width:1024px){.presentation-content{grid-template-columns:1fr;gap:1rem}.presentation-container{padding:1rem 1.5rem}.presentation-ingredients,.presentation-instructions{max-height:calc(50vh - 8rem)}}@media(orientation:landscape)and (max-height:800px){.presentation-container{padding:.75rem 1.5rem}.presentation-header{margin-bottom:.5rem;padding-bottom:.5rem}.presentation-header h1{margin-bottom:.25rem}.presentation-meta,.presentation-content{gap:1.5rem}.presentation-ingredients,.presentation-instructions{padding:1rem}.presentation-ingredients h2,.presentation-instructions h2{margin-bottom:.5rem}}.add-meal-form{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #2f3e4614;margin-bottom:2.5rem;display:flex;gap:1rem;flex-wrap:wrap;border:1px solid rgba(47,62,70,.05)}.add-meal-form input,.add-meal-form select{padding:.875rem 1rem;border:1px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:Inter,sans-serif;transition:border-color .2s}.add-meal-form input:focus,.add-meal-form select:focus{outline:none;border-color:#84a59d}.add-meal-form button{padding:.875rem 1.75rem;background-color:#d68c45;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .2s;box-shadow:0 2px 8px #d68c4533}.add-meal-form button:hover{background-color:#c47a3a;box-shadow:0 4px 12px #d68c454d;transform:translateY(-1px)}.meal-plan-calendar{display:flex;flex-direction:column;gap:2.5rem}.empty-state{text-align:center;padding:5rem 2rem;color:#84a59d;font-size:1.1rem;background:#fff;border-radius:12px;box-shadow:0 4px 20px #2f3e4614}.meal-day{background:#fff;padding:2rem;border-radius:12px;box-shadow:0 4px 20px #2f3e4614;border:1px solid rgba(47,62,70,.05)}.meal-day h3{margin-bottom:1.5rem;color:#2f3e46;border-bottom:2px solid #84A59D;padding-bottom:.75rem;font-weight:600;font-family:Montserrat,sans-serif;font-size:1.5rem}.meal-type{margin-bottom:1.5rem}.meal-type h4{color:#84a59d;margin-bottom:.75rem;font-size:.85rem;text-transform:uppercase;font-weight:600;letter-spacing:.5px}.no-meal{color:#9ca3af;font-style:italic;font-size:.9rem}.meal-item{display:flex;justify-content:space-between;align-items:center;padding:.875rem 1rem;background-color:#f9fafb;border-radius:8px;margin-bottom:.75rem;border:1px solid #f3f4f6;transition:all .2s}.meal-item:hover{background-color:#f0f4f3;border-color:#e5ece9}.meal-item span{color:#2f3e46;font-weight:500}.delete-meal-btn{background-color:transparent;color:#d32f2f;border:1px solid #ffebee;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:1.2rem;line-height:1;transition:all .2s;display:flex;align-items:center;justify-content:center}.delete-meal-btn:hover{background-color:#fff5f5;border-color:#ffcdd2}.shopping-list-container{display:grid;grid-template-columns:300px 1fr;gap:2rem;background:#fff;padding:2.5rem;border-radius:12px;box-shadow:0 4px 20px #2f3e4614;border:1px solid rgba(47,62,70,.05)}.lists-sidebar{border-right:1px solid #f3f4f6;padding-right:2rem}.create-list-form{display:flex;flex-direction:column;gap:.5rem;margin-bottom:2rem}.create-list-form input{padding:.875rem 1rem;border:1px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:Inter,sans-serif;transition:border-color .2s}.create-list-form input:focus{outline:none;border-color:#84a59d}.create-list-form button{padding:.875rem;background-color:#84a59d;color:#fff;border:none;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;transition:all .2s}.create-list-form button:hover{background-color:#6b8e7d;transform:translateY(-1px)}.lists-list{display:flex;flex-direction:column;gap:.5rem}.list-item{padding:1rem 1.25rem;border:1px solid #e0e0e0;border-radius:8px;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:all .2s;font-weight:500}.list-item:hover{background-color:#f9fafb;border-color:#d1d5db}.list-item.active{background-color:#84a59d;color:#fff;border-color:#84a59d}.delete-list-btn{background-color:transparent;color:#fffc;border:1px solid rgba(255,255,255,.3);width:24px;height:24px;border-radius:50%;cursor:pointer;font-size:1.2rem;line-height:1;transition:all .2s;display:flex;align-items:center;justify-content:center}.list-item:not(.active) .delete-list-btn{color:#d32f2f;border-color:#ffebee}.list-item:not(.active) .delete-list-btn:hover{background-color:#fff5f5;border-color:#ffcdd2}.list-item.active .delete-list-btn:hover{background-color:#fff3;border-color:#fff6}.list-content h2{margin-bottom:1.5rem;color:#2f3e46;font-weight:600;font-family:Montserrat,sans-serif;font-size:1.75rem}.add-item-form{display:flex;gap:.75rem;margin-bottom:2rem}.add-item-form input{flex:1;padding:.875rem 1rem;border:1px solid #e0e0e0;border-radius:8px;font-size:1rem;font-family:Inter,sans-serif;transition:border-color .2s}.add-item-form input:focus{outline:none;border-color:#84a59d}.add-item-form button{padding:.875rem 1.75rem;background-color:#84a59d;color:#fff;border:none;border-radius:8px;cursor:pointer;font-weight:500;transition:all .2s}.add-item-form button:hover{background-color:#6b8e7d;transform:translateY(-1px)}.items-list{display:flex;flex-direction:column;gap:.5rem}.item{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;border:1px solid #f3f4f6;border-radius:8px;background-color:#f9fafb;transition:all .2s}.item:hover{background-color:#f0f4f3;border-color:#e5ece9}.item.checked span{text-decoration:line-through;color:#9ca3af}.item input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#84A59D}.item span{flex:1;color:#2f3e46;font-weight:500}.delete-item-btn{background-color:transparent;color:#d32f2f;border:1px solid #ffebee;width:28px;height:28px;border-radius:50%;cursor:pointer;font-size:1.2rem;line-height:1;transition:all .2s;display:flex;align-items:center;justify-content:center}.delete-item-btn:hover{background-color:#fff5f5;border-color:#ffcdd2}.groups-container{display:flex;flex-direction:column;gap:2rem;animation:fadeIn .6s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.groups-header{margin-bottom:1rem}.groups-header h1{background:linear-gradient(135deg,#2f3e46,#84a59d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;font-family:Montserrat,sans-serif;font-size:2.5rem;letter-spacing:-1px;margin-bottom:.5rem}.groups-subtitle{color:#6b7280;font-size:1.1rem;margin:0;line-height:1.6}.groups-message{padding:1rem 1.25rem;border-radius:12px;font-weight:500;font-size:.95rem;animation:slideDown .3s ease-out}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.groups-message-error{background:#fff5f5;color:#d32f2f;border:1px solid #ffebee}.groups-message-success{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.groups-layout{display:flex;gap:2rem;align-items:flex-start}.groups-sidebar{width:320px;max-width:100%;display:flex;flex-direction:column;gap:1.5rem;flex-shrink:0}.groups-card{background:#fffffff2;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-radius:20px;padding:1.75rem;box-shadow:0 10px 40px #2f3e461a,0 0 0 1px #ffffff80 inset;border:1px solid rgba(255,255,255,.8);transition:all .3s ease}.groups-card:hover{box-shadow:0 15px 50px #2f3e4626,0 0 0 1px #ffffff80 inset;transform:translateY(-2px)}.groups-card-title{margin-top:0;margin-bottom:1.25rem;font-size:1.25rem;font-weight:600;color:#2f3e46;font-family:Montserrat,sans-serif}.groups-list{list-style:none;padding:0;margin:0}.groups-list-item{display:flex;justify-content:space-between;align-items:center;padding:.875rem 1rem;border-radius:12px;cursor:pointer;margin-bottom:.5rem;transition:all .3s cubic-bezier(.175,.885,.32,1.275);border:2px solid transparent}.groups-list-item:hover{background:linear-gradient(135deg,#84a59d1a,#d68c451a);border-color:#84a59d33;transform:translate(4px)}.groups-list-item.active{background:linear-gradient(135deg,#84a59d26,#d68c4526);border-color:#84a59d;box-shadow:0 4px 12px #84a59d33}.group-name{font-weight:500;color:#2f3e46;font-size:1rem}.group-owner-indicator{font-size:1rem;opacity:.8}.groups-form{display:flex;flex-direction:column;gap:.75rem}.groups-input{width:100%;padding:.875rem 1.25rem;border:2px solid #e8ecea;border-radius:12px;font-size:1rem;font-family:Inter,sans-serif;transition:all .3s ease;background:#ffffffe6}.groups-input:focus{outline:none;border-color:#84a59d;background:#fff;box-shadow:0 0 0 4px #84a59d26,0 4px 12px #84a59d26;transform:translateY(-2px)}.groups-input:hover:not(:focus){border-color:#c8d5d1;background:#fffffff2}.groups-input-large{font-size:1.25rem;font-weight:600;padding:1rem 1.25rem}.groups-input-small{font-size:.9rem;padding:.625rem 1rem}.groups-btn{padding:.875rem 1.5rem;border:none;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s cubic-bezier(.175,.885,.32,1.275);font-family:Inter,sans-serif;white-space:nowrap}.groups-btn-primary{background:linear-gradient(135deg,#d68c45,#c47a3a);color:#fff;box-shadow:0 4px 15px #d68c4566,0 0 #d68c4580}.groups-btn-primary:hover:not(:disabled){transform:translateY(-3px) scale(1.02);box-shadow:0 8px 25px #d68c4580,0 0 0 4px #d68c4533;background:linear-gradient(135deg,#e0a16a,#d68c45)}.groups-btn-success{background:linear-gradient(135deg,#16a34a,#15803d);color:#fff;box-shadow:0 2px 10px #16a34a4d}.groups-btn-success:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 15px #16a34a66;background:linear-gradient(135deg,#15803d,#166534)}.groups-btn-secondary{background:#f3f4f6;color:#374151;border:1px solid #e5e7eb}.groups-btn-secondary:hover:not(:disabled){background:#e5e7eb;border-color:#d1d5db;transform:translateY(-2px)}.groups-btn-danger{background:linear-gradient(135deg,#dc3545,#c82333);color:#fff;box-shadow:0 2px 10px #dc35454d}.groups-btn-danger:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 15px #dc354566;background:linear-gradient(135deg,#c82333,#bd2130)}.groups-btn-icon{padding:.5rem;width:2.5rem;height:2.5rem;display:flex;align-items:center;justify-content:center;font-size:1.1rem}.groups-btn-small{padding:.5rem 1rem;font-size:.875rem}.groups-btn:disabled{opacity:.6;cursor:not-allowed;transform:none!important}.groups-main{flex:1;min-width:0}.groups-main-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:2rem;padding-bottom:1.5rem;border-bottom:2px solid rgba(132,165,157,.1)}.groups-header-content{flex:1}.groups-group-title{margin:0 0 .5rem;font-size:2rem;font-weight:700;color:#2f3e46;font-family:Montserrat,sans-serif;background:linear-gradient(135deg,#2f3e46,#84a59d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.groups-owner{margin:0;color:#6b7280;font-size:.95rem}.groups-header-actions{display:flex;gap:.5rem;margin-left:1rem}.groups-edit-name{display:flex;flex-direction:column;gap:.75rem;width:100%}.groups-edit-actions{display:flex;gap:.5rem}.groups-main-content{display:grid;grid-template-columns:minmax(0,1.3fr) minmax(0,1fr);gap:2rem;align-items:flex-start}.groups-members-card,.groups-recipes-card{background:#fff9;border-radius:16px;padding:1.5rem;border:1px solid rgba(132,165,157,.1)}.groups-section-title{margin-top:0;margin-bottom:1.25rem;font-size:1.25rem;font-weight:600;color:#2f3e46;font-family:Montserrat,sans-serif}.groups-members-list{list-style:none;padding:0;margin:0 0 1.5rem}.groups-member-item{display:flex;justify-content:space-between;align-items:center;padding:.875rem 1rem;border-radius:10px;margin-bottom:.5rem;background:#fffc;border:1px solid rgba(132,165,157,.1);transition:all .2s ease}.groups-member-item:hover{background:#fff;border-color:#84a59d33;transform:translate(4px)}.groups-member-info{display:flex;align-items:center;gap:.75rem;flex:1}.member-name{font-size:.95rem;font-weight:500;color:#2f3e46}.group-role-badge{font-size:.75rem;padding:.25rem .625rem;border-radius:999px;background:linear-gradient(135deg,#d68c45,#c47a3a);color:#fff;font-weight:600;text-transform:uppercase;letter-spacing:.5px}.groups-empty-text{color:#6b7280;font-size:.95rem;margin:0}.groups-invite{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid rgba(132,165,157,.1)}.groups-invite-title{margin:0 0 .75rem;font-size:1rem;font-weight:600;color:#2f3e46}.groups-form-inline{display:grid;grid-template-columns:1fr auto;gap:.75rem;margin-bottom:1rem;align-items:stretch;width:100%}.groups-form-inline .groups-input{width:100%;min-width:0;box-sizing:border-box}.groups-form-inline .groups-btn{flex-shrink:0;white-space:nowrap}.invite-link{display:flex;flex-direction:column;gap:.5rem}.invite-link label{font-size:.875rem;font-weight:500;color:#6b7280}.groups-recipes-header{margin-bottom:1.5rem}.groups-recipes-hint{margin:.5rem 0 0;color:#6b7280;font-size:.9rem;line-height:1.5}.groups-recipes-list{list-style:none;padding:0;margin:0}.groups-recipe-item{display:flex;justify-content:space-between;align-items:center;padding:1rem;border-radius:10px;margin-bottom:.5rem;background:#fffc;border:1px solid rgba(132,165,157,.1);transition:all .2s ease}.groups-recipe-item:hover{background:#fff;border-color:#84a59d33;transform:translate(4px)}.groups-recipe-link{color:#2f3e46;text-decoration:none;font-size:1rem;font-weight:500;flex:1;transition:color .2s ease}.groups-recipe-link:hover{color:#d68c45;text-decoration:underline}.groups-link{color:#d68c45;text-decoration:none;font-weight:600;transition:color .2s ease}.groups-link:hover{color:#c47a3a;text-decoration:underline}.groups-empty,.groups-empty-state,.groups-empty-state-small{color:#6b7280;text-align:center;padding:2rem 1rem}.groups-empty-state{padding:3rem 2rem}.groups-empty-state-small{padding:1.5rem 1rem}.empty-state-icon{font-size:4rem;margin-bottom:1rem;opacity:.5}.groups-empty-state h2{margin:0 0 .5rem;color:#2f3e46;font-size:1.5rem}.groups-empty-state p,.groups-empty-state-small p{margin:.5rem 0;line-height:1.6}@media(max-width:1200px){.groups-main-content{grid-template-columns:1fr}}@media(max-width:960px){.groups-layout{flex-direction:column}.groups-sidebar{width:100%}.groups-main-content{grid-template-columns:1fr}.groups-header-actions{margin-left:0;margin-top:1rem}.groups-main-header{flex-direction:column}}.account-settings-container{min-height:calc(100vh - 200px);padding:2rem;display:flex;justify-content:center;align-items:flex-start}.account-settings-card{background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:20px;padding:2.5rem;max-width:700px;width:100%;box-shadow:0 10px 40px #0000001a;animation:fadeInUp .6s ease-out}.account-settings-title{font-family:Montserrat,sans-serif;font-size:2rem;color:#2f3e46;margin-bottom:2rem;text-align:center;font-weight:600}.account-section{margin-bottom:2.5rem;padding-bottom:2rem;border-bottom:1px solid rgba(47,62,70,.1)}.account-section:last-child{border-bottom:none;margin-bottom:0;padding-bottom:0}.account-section-title{font-family:Montserrat,sans-serif;font-size:1.4rem;color:#2f3e46;margin-bottom:1.5rem;font-weight:600}.account-info{display:flex;flex-direction:column;gap:1rem}.info-row{display:flex;justify-content:space-between;align-items:center;padding:.75rem 0;border-bottom:1px solid rgba(47,62,70,.05)}.info-row:last-child{border-bottom:none}.info-label{font-weight:600;color:#526770;font-size:.95rem}.info-value{color:#2f3e46;font-size:.95rem}.verified-badge{background:linear-gradient(135deg,#84a59d,#6b8e7a);color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600}.unverified-badge{background:linear-gradient(135deg,#f59e0b,#d97706);color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600}.admin-badge{background:linear-gradient(135deg,#d68c45,#c47a3a);color:#fff;padding:.25rem .75rem;border-radius:12px;font-size:.85rem;font-weight:600}.password-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem}.form-group label{font-weight:600;color:#2f3e46;font-size:.95rem}.form-group input{padding:.875rem 1rem;border:2px solid rgba(47,62,70,.1);border-radius:10px;font-size:1rem;font-family:Inter,sans-serif;transition:all .3s ease;background:#fff}.form-group input:focus{outline:none;border-color:#d68c45;box-shadow:0 0 0 3px #d68c451a}.form-group input.error-input{border-color:#ef4444}.form-group input:disabled{background:#f3f4f6;cursor:not-allowed}.form-help{color:#6b7280;font-size:.85rem;margin-top:-.25rem}.field-error{color:#ef4444;font-size:.85rem;margin-top:-.5rem}.message{padding:1rem;border-radius:10px;margin-bottom:1.5rem;font-weight:500;animation:slideIn .3s ease-out}.message.success{background:linear-gradient(135deg,#84a59d1a,#84a59d0d);border:1px solid rgba(132,165,157,.3);color:#065f46}.message.error{background:linear-gradient(135deg,#ef44441a,#ef44440d);border:1px solid rgba(239,68,68,.3);color:#991b1b}.change-password-btn{background:linear-gradient(135deg,#d68c45,#c47a3a);color:#fff;border:none;padding:1rem 2rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #d68c454d;align-self:flex-start}.change-password-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #d68c4566}.change-password-btn:active:not(:disabled){transform:translateY(0)}.change-password-btn:disabled{opacity:.6;cursor:not-allowed}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{opacity:0;transform:translate(-10px)}to{opacity:1;transform:translate(0)}}@media(max-width:768px){.account-settings-container{padding:1rem}.account-settings-card{padding:1.5rem}.account-settings-title{font-size:1.5rem}.info-row{flex-direction:column;align-items:flex-start;gap:.5rem}.change-password-btn{width:100%}}.account-section-danger{border-top:2px solid rgba(239,68,68,.2);padding-top:2rem;margin-top:2rem}.account-section-danger .account-section-title{color:#dc2626}.danger-zone-content{background:#ef44440d;border:1px solid rgba(239,68,68,.2);border-radius:12px;padding:1.5rem}.danger-warning{color:#991b1b;font-size:.95rem;line-height:1.6;margin-bottom:1.5rem;padding:1rem;background:#ef44441a;border-radius:8px;border-left:4px solid #dc2626}.delete-account-form{display:flex;flex-direction:column;gap:1.25rem}.delete-password-input,.delete-confirm-input{padding:.875rem 1rem;border:2px solid rgba(239,68,68,.3);border-radius:10px;font-size:1rem;font-family:Inter,sans-serif;transition:all .3s ease;background:#fff}.delete-password-input:focus,.delete-confirm-input:focus{outline:none;border-color:#dc2626;box-shadow:0 0 0 3px #ef44441a}.delete-password-input:disabled,.delete-confirm-input:disabled{background:#f3f4f6;cursor:not-allowed}.delete-account-btn{background:linear-gradient(135deg,#dc2626,#b91c1c);color:#fff;border:none;padding:1rem 2rem;border-radius:10px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #dc26264d;align-self:flex-start}.delete-account-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 6px 20px #dc262666;background:linear-gradient(135deg,#b91c1c,#991b1b)}.delete-account-btn:active:not(:disabled){transform:translateY(0)}.delete-account-btn:disabled{opacity:.5;cursor:not-allowed;background:#9ca3af}.privacy-policy-container{min-height:calc(100vh - 80px);background:linear-gradient(135deg,#f8faf9,#fff,#f0f4f3);padding:2rem 0}.privacy-policy-content{max-width:900px;margin:0 auto;padding:2rem;background:#fffffffa;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-radius:20px;box-shadow:0 25px 80px #2f3e461a,0 0 0 1px #fff9 inset;border:1px solid rgba(255,255,255,.9)}.privacy-policy-content h1{color:#2f3e46;font-size:2.5rem;font-weight:700;font-family:Montserrat,sans-serif;margin-bottom:.5rem;background:linear-gradient(135deg,#2f3e46,#84a59d,#d68c45);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.privacy-policy-content section{margin-bottom:2.5rem}.privacy-policy-content section:last-of-type{margin-bottom:1.5rem}.privacy-policy-content h2{color:#2f3e46;font-size:1.75rem;font-weight:600;font-family:Montserrat,sans-serif;margin-bottom:1rem;margin-top:2rem;border-bottom:2px solid rgba(132,165,157,.2);padding-bottom:.5rem}.privacy-policy-content h2:first-of-type{margin-top:0}.privacy-policy-content h3{color:#84a59d;font-size:1.25rem;font-weight:600;font-family:Montserrat,sans-serif;margin-top:1.5rem;margin-bottom:.75rem}.privacy-policy-content p{color:#4a5568;line-height:1.8;margin-bottom:1rem;font-size:1rem}.privacy-policy-content ul{color:#4a5568;line-height:1.8;margin-bottom:1.5rem;padding-left:1.5rem}.privacy-policy-content li{margin-bottom:.75rem}.privacy-policy-content li strong{color:#2f3e46;font-weight:600}.privacy-policy-content a{color:#84a59d;text-decoration:none;font-weight:500;transition:color .3s ease}.privacy-policy-content a:hover{color:#d68c45;text-decoration:underline}.privacy-footer{margin-top:3rem;padding-top:2rem;border-top:2px solid rgba(132,165,157,.2);text-align:center;color:#6b7280;font-size:.9rem}@media(max-width:768px){.privacy-policy-content{padding:1.5rem;margin:1rem}.privacy-policy-content h1{font-size:2rem}.privacy-policy-content h2{font-size:1.5rem}.privacy-policy-content h3{font-size:1.1rem}}.terms-container{min-height:calc(100vh - 80px);background:linear-gradient(135deg,#f8faf9,#fff,#f0f4f3);padding:2rem 0}.terms-content{max-width:900px;margin:0 auto;padding:2rem;background:#fffffffa;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-radius:20px;box-shadow:0 25px 80px #2f3e461a,0 0 0 1px #fff9 inset;border:1px solid rgba(255,255,255,.9)}.terms-content h1{color:#2f3e46;font-size:2.5rem;font-weight:700;font-family:Montserrat,sans-serif;margin-bottom:.5rem;background:linear-gradient(135deg,#2f3e46,#84a59d,#d68c45);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.terms-content section{margin-bottom:2.5rem}.terms-content section:last-of-type{margin-bottom:1.5rem}.terms-content h2{color:#2f3e46;font-size:1.75rem;font-weight:600;font-family:Montserrat,sans-serif;margin-bottom:1rem;margin-top:2rem;border-bottom:2px solid rgba(132,165,157,.2);padding-bottom:.5rem}.terms-content h2:first-of-type{margin-top:0}.terms-content h3{color:#84a59d;font-size:1.25rem;font-weight:600;font-family:Montserrat,sans-serif;margin-top:1.5rem;margin-bottom:.75rem}.terms-content p{color:#4a5568;line-height:1.8;margin-bottom:1rem;font-size:1rem}.terms-content ul{color:#4a5568;line-height:1.8;margin-bottom:1.5rem;padding-left:1.5rem}.terms-content li{margin-bottom:.75rem}.terms-content li strong{color:#2f3e46;font-weight:600}.terms-content a{color:#84a59d;text-decoration:none;font-weight:500;transition:color .3s ease}.terms-content a:hover{color:#d68c45;text-decoration:underline}.terms-footer{margin-top:3rem;padding-top:2rem;border-top:2px solid rgba(132,165,157,.2);text-align:center;color:#6b7280;font-size:.9rem}@media(max-width:768px){.terms-content{padding:1.5rem;margin:1rem}.terms-content h1{font-size:2rem}.terms-content h2{font-size:1.5rem}.terms-content h3{font-size:1.1rem}}.cookie-policy-container{min-height:calc(100vh - 80px);background:linear-gradient(135deg,#f8faf9,#fff,#f0f4f3);padding:2rem 0}.cookie-policy-content{max-width:900px;margin:0 auto;padding:2rem;background:#fffffffa;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-radius:20px;box-shadow:0 25px 80px #2f3e461a,0 0 0 1px #fff9 inset;border:1px solid rgba(255,255,255,.9)}.back-link{display:inline-flex;align-items:center;color:#84a59d;text-decoration:none;font-weight:600;margin-bottom:2rem;transition:all .3s ease;font-size:.95rem}.back-link:hover{color:#d68c45;transform:translate(-5px)}.cookie-policy-content h1{color:#2f3e46;font-size:2.5rem;font-weight:700;font-family:Montserrat,sans-serif;margin-bottom:.5rem;background:linear-gradient(135deg,#2f3e46,#84a59d,#d68c45);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.last-updated{color:#6b7280;font-size:.9rem;margin-bottom:2.5rem;font-style:italic}.cookie-policy-content section{margin-bottom:2.5rem}.cookie-policy-content section:last-of-type{margin-bottom:1.5rem}.cookie-policy-content h2{color:#2f3e46;font-size:1.75rem;font-weight:600;font-family:Montserrat,sans-serif;margin-bottom:1rem;margin-top:2rem;border-bottom:2px solid rgba(132,165,157,.2);padding-bottom:.5rem}.cookie-policy-content h2:first-of-type{margin-top:0}.cookie-policy-content h3{color:#84a59d;font-size:1.25rem;font-weight:600;font-family:Montserrat,sans-serif;margin-top:1.5rem;margin-bottom:.75rem}.cookie-policy-content p{color:#4a5568;line-height:1.8;margin-bottom:1rem;font-size:1rem}.cookie-policy-content ul{color:#4a5568;line-height:1.8;margin-bottom:1.5rem;padding-left:1.5rem}.cookie-policy-content li{margin-bottom:.75rem}.cookie-policy-content li strong{color:#2f3e46;font-weight:600}.cookie-policy-content a{color:#84a59d;text-decoration:none;font-weight:500;transition:color .3s ease}.cookie-policy-content a:hover{color:#d68c45;text-decoration:underline}.cookie-table{width:100%;border-collapse:collapse;margin:1.5rem 0;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 8px #2f3e461a}.cookie-table thead{background:linear-gradient(135deg,#84a59d,#6b8e85);color:#fff}.cookie-table th{padding:1rem;text-align:left;font-weight:600;font-family:Montserrat,sans-serif;font-size:.95rem}.cookie-table td{padding:1rem;border-bottom:1px solid rgba(132,165,157,.1);color:#4a5568;font-size:.95rem}.cookie-table tbody tr:last-child td{border-bottom:none}.cookie-table tbody tr:hover{background:#84a59d0d}.cookie-note{background:#84a59d1a;border-left:4px solid #84A59D;padding:1rem;margin:1.5rem 0;border-radius:4px;font-size:.95rem}.cookie-footer{margin-top:3rem;padding-top:2rem;border-top:2px solid rgba(132,165,157,.2);text-align:center;color:#6b7280;font-size:.9rem}@media(max-width:768px){.cookie-policy-content{padding:1.5rem;margin:1rem}.cookie-policy-content h1{font-size:2rem}.cookie-policy-content h2{font-size:1.5rem}.cookie-policy-content h3{font-size:1.1rem}.cookie-table{font-size:.85rem}.cookie-table th,.cookie-table td{padding:.75rem}}.not-found-container{min-height:calc(100vh - 80px);background:linear-gradient(135deg,#f8faf9,#fff,#f0f4f3);padding:4rem 2rem;display:flex;align-items:center;justify-content:center}.not-found-content{max-width:600px;text-align:center;animation:fadeInUp .6s ease-out}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.not-found-illustration{margin-bottom:2rem;position:relative}.chef-icon{font-size:6rem;margin-bottom:1rem;animation:bounce 2s ease-in-out infinite;filter:drop-shadow(0 4px 8px rgba(47,62,70,.2))}@keyframes bounce{0%,to{transform:translateY(0) scale(1)}50%{transform:translateY(-10px) scale(1.05)}}.error-number{font-size:8rem;font-weight:700;font-family:Montserrat,sans-serif;background:linear-gradient(135deg,#2f3e46,#84a59d,#d68c45);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;line-height:1;margin-bottom:1rem;animation:gradientShift 3s ease infinite}@keyframes gradientShift{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}.not-found-content h1{font-size:2.5rem;font-weight:700;font-family:Montserrat,sans-serif;color:#2f3e46;margin-bottom:1rem}.not-found-subtitle{font-size:1.25rem;color:#84a59d;font-weight:600;margin-bottom:1rem}.not-found-description{font-size:1rem;color:#6b7280;line-height:1.6;margin-bottom:2.5rem;max-width:500px;margin-left:auto;margin-right:auto}.not-found-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap;margin-bottom:3rem}.not-found-btn{padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;text-decoration:none;display:inline-block;transition:all .3s cubic-bezier(.175,.885,.32,1.275);cursor:pointer;border:none;font-family:Inter,sans-serif}.not-found-btn.primary{background:linear-gradient(135deg,#d68c45,#c47a3a);color:#fff;box-shadow:0 6px 20px #d68c4566,0 0 #d68c4580}.not-found-btn.primary:hover{transform:translateY(-3px) scale(1.05);box-shadow:0 10px 30px #d68c4580,0 0 0 6px #d68c4540;background:linear-gradient(135deg,#e0a16a,#d68c45)}.not-found-btn.secondary{background:#ffffffe6;color:#2f3e46;border:2px solid rgba(132,165,157,.3);box-shadow:0 2px 8px #2f3e461a}.not-found-btn.secondary:hover{transform:translateY(-2px);border-color:#84a59d;background:#fff;box-shadow:0 4px 12px #84a59d33}.not-found-suggestions{background:#ffffffb3;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:16px;padding:2rem;border:1px solid rgba(132,165,157,.2);box-shadow:0 4px 15px #2f3e461a}.not-found-suggestions h3{font-size:1.25rem;font-weight:600;font-family:Montserrat,sans-serif;color:#2f3e46;margin-bottom:1rem}.not-found-suggestions ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem;align-items:center}.not-found-suggestions li{margin:0}.not-found-suggestions a{color:#84a59d;text-decoration:none;font-weight:500;font-size:1rem;transition:all .3s ease;display:inline-block;padding:.5rem 1rem;border-radius:8px}.not-found-suggestions a:hover{color:#d68c45;background:#84a59d1a;transform:translate(5px)}@media(max-width:768px){.not-found-container{padding:2rem 1rem}.error-number{font-size:5rem}.chef-icon{font-size:4rem}.not-found-content h1{font-size:2rem}.not-found-subtitle{font-size:1.1rem}.not-found-actions{flex-direction:column;align-items:stretch}.not-found-btn{width:100%}}.user-management{background:#fffc;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:3rem;border-radius:16px;box-shadow:0 8px 30px #2f3e461a;max-width:1400px;margin:0 auto;border:1px solid rgba(47,62,70,.05)}.user-management h1{color:#2f3e46;font-weight:700;font-family:Montserrat,sans-serif;font-size:2.5rem;letter-spacing:-1px;margin-bottom:2rem;background:linear-gradient(45deg,#2f3e46,#84a59d);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.users-table{overflow-x:auto}.users-table table{width:100%;border-collapse:collapse;background:#fff;border-radius:10px;overflow:hidden}.users-table thead{background:linear-gradient(45deg,#2f3e46,#3d4f58);color:#fff}.users-table th{padding:1rem;text-align:left;font-weight:600;font-size:.95rem}.users-table td{padding:1rem;border-bottom:1px solid rgba(47,62,70,.1)}.users-table tbody tr:hover{background:#84a59d0d}.users-table tbody tr:last-child td{border-bottom:none}.users-table .actions-col{position:sticky;right:0;background:#fff;z-index:1;white-space:nowrap;box-shadow:-4px 0 8px #2f3e4614}.users-table thead .actions-col{background:#3d4f58;box-shadow:-4px 0 8px #00000026}.users-table input[type=text]{padding:.5rem;border:1px solid rgba(47,62,70,.2);border-radius:6px;font-size:.9rem;width:100%}.users-table input[type=checkbox]{width:18px;height:18px;cursor:pointer}.edit-btn,.save-btn,.cancel-btn,.verify-btn,.delete-btn{padding:.5rem 1rem;border:none;border-radius:6px;cursor:pointer;font-size:.85rem;font-weight:600;margin-right:.5rem;transition:all .2s ease}.edit-btn{background:linear-gradient(45deg,#84a59d,#a0c2bb);color:#fff}.edit-btn:hover{background:linear-gradient(45deg,#6b8e7d,#84a59d);transform:translateY(-1px)}.save-btn{background:linear-gradient(45deg,#d68c45,#e0a16a);color:#fff}.save-btn:hover{background:linear-gradient(45deg,#c47a35,#d68c45);transform:translateY(-1px)}.cancel-btn{background:#95a5a6;color:#fff}.cancel-btn:hover{background:#7f8c8d}.verify-btn{background:#16a34a;color:#fff}.verify-btn:hover{background:#15803d;transform:translateY(-1px)}.delete-btn{background:#dc2626;color:#fff}.delete-btn:hover{background:#b91c1c;transform:translateY(-1px)}.error-message{background-color:#fff5f5;color:#d32f2f;padding:.875rem 1rem;border-radius:8px;margin-bottom:1rem;font-size:.9rem;border:1px solid #ffebee}.admin-settings{max-width:100%;margin:0 auto}.settings-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.settings-header h1{background:linear-gradient(135deg,#2f3e46,#84a59d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;font-weight:700;font-family:Montserrat,sans-serif;font-size:2.5rem;letter-spacing:-1px}.back-btn{background:#84a59d1a;color:#84a59d;border:2px solid rgba(132,165,157,.3);padding:.75rem 1.5rem;border-radius:10px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease}.back-btn:hover{background:#84a59d33;border-color:#84a59d80;transform:translate(-3px)}.settings-tabs{display:flex;gap:1rem;margin-bottom:2rem;border-bottom:2px solid rgba(132,165,157,.2)}.tab-btn{background:none;border:none;padding:1rem 2rem;font-size:1rem;font-weight:600;color:#6b7280;cursor:pointer;border-bottom:3px solid transparent;transition:all .3s ease;font-family:Inter,sans-serif}.tab-btn:hover{color:#84a59d;background:#84a59d0d}.tab-btn.active{color:#84a59d;border-bottom-color:#84a59d;background:#84a59d0d}.settings-content{animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.settings-card{background:#fffffffa;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);border-radius:20px;padding:2.5rem;box-shadow:0 25px 80px #2f3e461a,0 0 0 1px #fff9 inset;border:1px solid rgba(255,255,255,.9)}.settings-card h2{font-size:1.75rem;font-weight:600;font-family:Montserrat,sans-serif;color:#2f3e46;margin-bottom:.5rem}.settings-description{color:#6b7280;font-size:.95rem;line-height:1.6;margin-bottom:2rem}.form-group label{display:block;font-weight:600;color:#2f3e46;margin-bottom:.5rem;font-size:.95rem}.form-group input{width:100%;padding:.875rem 1.25rem;border:2px solid #e8ecea;border-radius:12px;font-size:1rem;font-family:Inter,sans-serif;transition:all .3s ease;background:#ffffffe6}.form-group input:focus{outline:none;border-color:#84a59d;background:#fff;box-shadow:0 0 0 4px #84a59d26,0 4px 12px #84a59d1a}.form-hint{font-size:.85rem;color:#6b7280;margin-top:.5rem;line-height:1.5}.form-hint code{background:#84a59d1a;padding:.2rem .5rem;border-radius:4px;font-family:Courier New,monospace;font-size:.9em}.form-actions{margin-top:2rem}.save-btn{background:linear-gradient(135deg,#84a59d,#6b8e85);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 10px #84a59d4d}.save-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 15px #84a59d66;background:linear-gradient(135deg,#6b8e85,#5a7a72)}.save-btn:disabled{opacity:.6;cursor:not-allowed}.settings-message{padding:1rem 1.25rem;border-radius:8px;margin-bottom:1.5rem;font-weight:500}.settings-message.success{background:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.settings-message.error{background:#fff5f5;color:#d32f2f;border:1px solid #ffebee}.settings-info{margin-top:2rem;padding:1.25rem;background:#84a59d1a;border-left:4px solid #84A59D;border-radius:8px}.settings-info p{margin:0;color:#2f3e46;font-size:.95rem}.settings-info code{background:#fffc;padding:.25rem .5rem;border-radius:4px;font-family:Courier New,monospace;font-size:.9em;color:#84a59d;font-weight:600}.backup-section{margin-top:1rem}.backup-info{margin-bottom:2rem}.backup-info h3{font-size:1.2rem;font-weight:600;color:#2f3e46;margin-bottom:1rem;font-family:Montserrat,sans-serif}.backup-info ul{list-style:none;padding:0;margin:1rem 0}.backup-info ul li{padding:.5rem 0 .5rem 1.5rem;position:relative;color:#526770}.backup-info ul li:before{content:"✓";position:absolute;left:0;color:#84a59d;font-weight:600}.backup-warning{margin-top:1.5rem;padding:1rem;background:#ffc1071a;border-left:4px solid #ffc107;border-radius:8px;color:#856404;font-size:.9rem;line-height:1.6}.backup-warning strong{color:#f57c00}.backup-btn{background:linear-gradient(135deg,#d68c45,#c47a3a);color:#fff;border:none;padding:1rem 2rem;border-radius:12px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 2px 10px #d68c454d}.backup-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 15px #d68c4566;background:linear-gradient(135deg,#c47a3a,#b3692f)}.backup-btn:disabled{opacity:.6;cursor:not-allowed}@media(max-width:768px){.settings-header{flex-direction:column;align-items:flex-start;gap:1rem}.settings-tabs{flex-direction:column;gap:0}.tab-btn{text-align:left;border-bottom:1px solid rgba(132,165,157,.2);border-left:3px solid transparent}.tab-btn.active{border-left-color:#84a59d;border-bottom-color:#84a59d33}.settings-card{padding:1.5rem}}.admin-support-container{max-width:1200px;margin:0 auto;padding:2rem 0}.admin-support-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.admin-support-header h1{margin:0;color:#2f3e46}.status-filters{display:flex;gap:.75rem;margin-bottom:2rem;flex-wrap:wrap}.filter-btn{padding:.625rem 1.25rem;border:2px solid #e8ecea;background:#fff;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;color:#2f3e46}.filter-btn:hover{border-color:#84a59d;background:#f0f4f3}.filter-btn.active{background:linear-gradient(135deg,#84a59d,#6b8e7a);color:#fff;border-color:#84a59d}.ticket-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}.user-info{text-align:right}.user-info strong{display:block;color:#2f3e46;margin-bottom:.25rem}.user-email{font-size:.875rem;color:#6b7280}.ticket-dates{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.ticket-actions{margin-top:1rem;padding-top:1rem;border-top:1px solid #e8ecea}.action-btn{background:linear-gradient(135deg,#84a59d,#6b8e7a);color:#fff;border:none;padding:.625rem 1.25rem;border-radius:8px;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease}.action-btn:hover{transform:translateY(-2px);box-shadow:0 4px 12px #84a59d4d}.modal-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:1rem}.modal-content{background:#fff;border-radius:12px;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 10px 40px #0003}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem;border-bottom:1px solid #e8ecea}.modal-header h2{margin:0;color:#2f3e46;font-size:1.5rem}.close-btn{background:none;border:none;font-size:2rem;color:#6b7280;cursor:pointer;padding:0;width:2rem;height:2rem;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background-color .2s ease}.close-btn:hover{background:#f3f4f6}.modal-body{padding:1.5rem}.status-select,.form-group textarea{width:100%;padding:.875rem;border:2px solid #e8ecea;border-radius:8px;font-size:1rem;font-family:Inter,sans-serif;transition:border-color .3s ease}.status-select:focus,.form-group textarea:focus{outline:none;border-color:#84a59d;box-shadow:0 0 0 3px #84a59d1a}@media(max-width:768px){.admin-support-header{flex-direction:column;align-items:flex-start}.ticket-header{flex-direction:column}.ticket-meta{align-items:flex-start}.user-info{text-align:left}.ticket-dates{align-items:flex-start}}.support-container{max-width:900px;margin:0 auto;padding:2rem 0}.support-info-card{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 2px 8px #2f3e461a;border:1px solid rgba(132,165,157,.2);text-align:center}.support-info-card h2{margin-top:0;color:#2f3e46;font-size:2rem}.support-intro{font-size:1.1rem;color:#4b5563;line-height:1.6;margin-bottom:2rem}.support-actions{display:flex;gap:1rem;justify-content:center;margin-bottom:3rem;flex-wrap:wrap}.support-actions .primary-btn,.support-actions .secondary-btn{text-decoration:none;display:inline-block}.support-faq{text-align:left;margin-top:3rem;padding-top:3rem;border-top:2px solid #e8ecea}.support-faq h3{color:#2f3e46;margin-bottom:1.5rem;font-size:1.5rem}.faq-item{margin-bottom:2rem;padding:1.5rem;background:#f9fafb;border-radius:8px;border-left:4px solid #84A59D}.faq-item strong{display:block;color:#2f3e46;font-size:1.1rem;margin-bottom:.75rem}.faq-item p{margin:0;color:#4b5563;line-height:1.6}.extension-install-section{margin-top:1.5rem;padding:1.5rem;background:#84a59d0d;border-radius:12px;border:1px solid rgba(132,165,157,.2)}.extension-install-section h4{font-size:1.1rem;font-weight:600;color:#2f3e46;margin-bottom:.75rem;font-family:Montserrat,sans-serif}.extension-install-note{color:#6b7280;font-size:.9rem;margin-bottom:1rem;font-style:italic}.extension-install-steps{list-style:decimal;padding-left:1.5rem;margin:1rem 0;color:#4b5563;line-height:1.8}.extension-install-steps li{margin-bottom:.5rem}.extension-install-steps code{background:#84a59d1a;padding:.2rem .5rem;border-radius:4px;font-family:Courier New,monospace;font-size:.9em;color:#2f3e46}.extension-install-steps a{color:#84a59d;text-decoration:underline;font-weight:500}.extension-install-steps a:hover{color:#d68c45}.support-contact{margin-top:3rem;padding-top:2rem;border-top:1px solid #e8ecea;text-align:center}.support-contact h3{color:#2f3e46;margin-bottom:1rem}.support-contact p{color:#4b5563;line-height:1.6}.support-contact a{color:#84a59d;font-weight:600;text-decoration:none}.support-contact a:hover{text-decoration:underline}.support-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem}.support-header h1{margin:0;color:#2f3e46}.support-message{padding:1rem;border-radius:8px;margin-bottom:1.5rem}.support-message.success{background-color:#f0fdf4;color:#16a34a;border:1px solid #bbf7d0}.support-message.error{background-color:#fff5f5;color:#d32f2f;border:1px solid #ffebee}.support-form-card{background:#fff;border-radius:12px;padding:2rem;margin-bottom:2rem;box-shadow:0 2px 8px #2f3e461a;border:1px solid rgba(132,165,157,.2)}.support-form-card h2{margin-top:0;margin-bottom:1.5rem;color:#2f3e46}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;font-weight:600;color:#2f3e46}.form-group input,.form-group textarea{width:100%;padding:.875rem;border:2px solid #e8ecea;border-radius:8px;font-size:1rem;font-family:Inter,sans-serif;transition:border-color .3s ease}.form-group input:focus,.form-group textarea:focus{outline:none;border-color:#84a59d;box-shadow:0 0 0 3px #84a59d1a}.form-group textarea{resize:vertical;min-height:150px}.form-actions{display:flex;gap:1rem;margin-top:1.5rem}.primary-btn{background:linear-gradient(135deg,#d68c45,#c47a3a);color:#fff;border:none;padding:.875rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.primary-btn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 4px 12px #d68c454d}.primary-btn:disabled{opacity:.6;cursor:not-allowed}.secondary-btn{background:#fff;color:#2f3e46;border:2px solid #e8ecea;padding:.875rem 1.5rem;border-radius:8px;font-size:1rem;font-weight:600;cursor:pointer;transition:all .3s ease}.secondary-btn:hover{border-color:#84a59d;background:#f0f4f3}.support-tickets-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1.5rem;flex-wrap:wrap;gap:1rem}.support-tickets-header h2{margin:0;color:#2f3e46}.support-tickets h2{margin-bottom:1.5rem;color:#2f3e46}.empty-state{text-align:center;padding:3rem;color:#6b7280}.tickets-list{display:flex;flex-direction:column;gap:1.5rem}.ticket-card{background:#fff;border-radius:12px;padding:1.5rem;box-shadow:0 2px 8px #2f3e461a;border:1px solid rgba(132,165,157,.2);transition:box-shadow .3s ease}.ticket-card:hover{box-shadow:0 4px 12px #2f3e4626}.ticket-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem;flex-wrap:wrap;gap:1rem}.ticket-title-section{display:flex;align-items:center;gap:1rem;flex:1}.ticket-title-section h3{margin:0;color:#2f3e46;font-size:1.25rem}.ticket-meta{display:flex;flex-direction:column;align-items:flex-end;gap:.25rem}.ticket-date{font-size:.875rem;color:#6b7280}.status-badge{display:inline-block;padding:.25rem .75rem;border-radius:12px;font-size:.875rem;font-weight:600;text-transform:uppercase}.status-open{background-color:#fef3c7;color:#92400e}.status-in-progress{background-color:#dbeafe;color:#1e40af}.status-resolved{background-color:#d1fae5;color:#065f46}.status-closed{background-color:#e5e7eb;color:#374151}.ticket-message{margin-bottom:1rem;padding:1rem;background:#f9fafb;border-radius:8px}.ticket-message strong{display:block;margin-bottom:.5rem;color:#2f3e46}.ticket-message p{margin:0;color:#4b5563;line-height:1.6;white-space:pre-wrap}.ticket-response{margin-top:1rem;padding:1rem;background:#f0fdf4;border-left:4px solid #84A59D;border-radius:8px}.ticket-response strong{display:block;margin-bottom:.5rem;color:#2f3e46}.ticket-response p{margin:0 0 .5rem;color:#4b5563;line-height:1.6;white-space:pre-wrap}.response-date{display:block;font-size:.875rem;color:#6b7280;margin-top:.5rem}@media(max-width:768px){.support-header{flex-direction:column;align-items:flex-start;gap:1rem}.ticket-header{flex-direction:column}.ticket-meta{align-items:flex-start}}.installation-guide-container{max-width:900px;margin:0 auto;padding:2rem 0}.installation-guide-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:2rem;flex-wrap:wrap;gap:1rem}.installation-guide-header h1{margin:0;color:#2f3e46;font-size:2.5rem}.back-link{color:#84a59d;text-decoration:none;font-weight:600;transition:color .3s ease}.back-link:hover{color:#d68c45;text-decoration:underline}.installation-guide-content{background:#fff;border-radius:12px;padding:2.5rem;box-shadow:0 2px 8px #2f3e461a;border:1px solid rgba(132,165,157,.2)}.guide-section{margin-bottom:3rem}.guide-section:last-child{margin-bottom:0}.guide-section h2{color:#2f3e46;font-size:1.75rem;margin-bottom:1.5rem;padding-bottom:.5rem;border-bottom:2px solid #84A59D}.guide-subsection{margin-bottom:2rem;padding:1.5rem;background:#f9fafb;border-radius:8px;border-left:4px solid #84A59D}.guide-subsection h3{color:#2f3e46;font-size:1.25rem;margin-top:0;margin-bottom:1rem}.guide-subsection h4{color:#2f3e46;font-size:1.1rem;margin-top:1.5rem;margin-bottom:.75rem}.guide-note{color:#6b7280;font-size:.95rem;margin-bottom:1rem;font-style:italic}.guide-steps{margin:1rem 0;padding-left:1.5rem;color:#4b5563;line-height:1.8}.guide-steps li{margin-bottom:.75rem}.guide-steps li strong{color:#2f3e46}.guide-steps ul{margin-top:.5rem;margin-bottom:.5rem;padding-left:1.5rem}.guide-steps code{background:#84a59d1a;padding:.2rem .5rem;border-radius:4px;font-family:Courier New,monospace;font-size:.9em;color:#2f3e46}.guide-steps pre{background:#84a59d1a;padding:1rem;border-radius:6px;overflow-x:auto;margin:.5rem 0}.guide-steps pre code{background:none;padding:0}.guide-browser-section{margin-top:1.5rem}.guide-section ul{margin:1rem 0;padding-left:1.5rem;color:#4b5563;line-height:1.8}.guide-section ul li{margin-bottom:.5rem}.guide-section a{color:#84a59d;text-decoration:none;font-weight:500}.guide-section a:hover{color:#d68c45;text-decoration:underline}@media(max-width:768px){.installation-guide-header{flex-direction:column;align-items:flex-start}.installation-guide-header h1{font-size:2rem}.installation-guide-content{padding:1.5rem}.guide-section h2{font-size:1.5rem}}.settings-icon-btn{background:#ffffff14;border:1px solid rgba(255,255,255,.15);border-radius:8px;padding:0;font-size:1.25rem;cursor:pointer;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;align-items:center;justify-content:center;color:#ffffffe6;min-width:40px;height:40px;position:relative;text-decoration:none}.settings-icon-btn:hover{background:#ffffff1f;border-color:#ffffff40;transform:scale(1.05);box-shadow:0 4px 12px #84a59d33}.settings-icon-btn:active{transform:scale(.95)}.settings-icon{display:inline-block;transition:transform .3s cubic-bezier(.175,.885,.32,1.275);filter:drop-shadow(0 1px 2px rgba(0,0,0,.2))}.settings-icon-btn:hover .settings-icon{transform:rotate(90deg);color:#84a59d}.cookie-consent-banner{position:fixed;bottom:0;left:0;right:0;background:#fffffffa;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-top:2px solid rgba(132,165,157,.2);box-shadow:0 -4px 20px #2f3e4626;z-index:10000;padding:1.5rem;animation:slideUp .3s ease-out}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}.cookie-consent-content{max-width:1200px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-wrap:wrap}.cookie-consent-text{flex:1;min-width:300px}.cookie-consent-text h3{margin:0 0 .5rem;color:#2f3e46;font-size:1.25rem;font-weight:600;font-family:Montserrat,sans-serif}.cookie-consent-text p{margin:.5rem 0;color:#4a5568;font-size:.95rem;line-height:1.6}.cookie-consent-links{margin-top:.5rem}.cookie-consent-links a{color:#84a59d;text-decoration:none;font-weight:500;font-size:.9rem}.cookie-consent-links a:hover{color:#d68c45;text-decoration:underline}.cookie-consent-buttons{display:flex;gap:.75rem;flex-wrap:wrap}.cookie-consent-btn-primary,.cookie-consent-btn-secondary{padding:.75rem 1.5rem;border:none;border-radius:8px;font-size:.95rem;font-weight:600;cursor:pointer;transition:all .3s ease;font-family:Inter,sans-serif}.cookie-consent-btn-primary{background:linear-gradient(135deg,#84a59d,#6b8e85);color:#fff}.cookie-consent-btn-primary:hover{background:linear-gradient(135deg,#6b8e85,#5a7a72);transform:translateY(-2px);box-shadow:0 4px 12px #84a59d4d}.cookie-consent-btn-secondary{background:#fff;color:#2f3e46;border:2px solid rgba(132,165,157,.3)}.cookie-consent-btn-secondary:hover{border-color:#84a59d;background:#84a59d0d}.cookie-consent-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background:#2f3e46b3;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:10001;display:flex;align-items:center;justify-content:center;padding:1rem;animation:fadeIn .2s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.cookie-consent-modal{background:#fff;border-radius:16px;padding:2rem;max-width:600px;width:100%;max-height:90vh;overflow-y:auto;box-shadow:0 20px 60px #2f3e464d;animation:slideUpModal .3s ease-out}@keyframes slideUpModal{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.cookie-consent-modal h2{margin:0 0 1rem;color:#2f3e46;font-size:1.75rem;font-weight:700;font-family:Montserrat,sans-serif}.cookie-consent-modal>p{color:#4a5568;margin-bottom:2rem;line-height:1.6}.cookie-preference-group{margin-bottom:2rem}.cookie-preference-item{padding:1.5rem;background:#f9fafb;border-radius:12px;margin-bottom:1rem;border:2px solid rgba(132,165,157,.1)}.cookie-preference-header{margin-bottom:.75rem}.cookie-preference-header label{display:flex;align-items:center;gap:.75rem;cursor:pointer;font-weight:600;color:#2f3e46;font-size:1.1rem;font-family:Montserrat,sans-serif}.cookie-preference-header input[type=checkbox]{width:20px;height:20px;cursor:pointer;accent-color:#84A59D}.cookie-preference-header input[type=checkbox]:disabled{opacity:.5;cursor:not-allowed}.cookie-preference-description{color:#6b7280;font-size:.9rem;line-height:1.6;margin:.5rem 0 0}.cookie-preference-note{display:inline-block;margin-top:.5rem;color:#9ca3af;font-size:.85rem;font-style:italic}.cookie-consent-actions{display:flex;gap:1rem;justify-content:flex-end;margin-top:2rem;padding-top:1.5rem;border-top:2px solid rgba(132,165,157,.2)}@media(max-width:768px){.cookie-consent-banner{padding:1rem}.cookie-consent-content{flex-direction:column;align-items:stretch}.cookie-consent-buttons{width:100%;flex-direction:column}.cookie-consent-btn-primary,.cookie-consent-btn-secondary{width:100%}.cookie-consent-modal{padding:1.5rem;margin:1rem}.cookie-consent-actions{flex-direction:column}.cookie-consent-actions button{width:100%}}.app-footer{background:linear-gradient(135deg,#2f3e46,#1a2529);color:#fff;padding:2.5rem 0;margin-top:auto;box-shadow:0 -4px 20px #2f3e4626}.footer-content{max-width:1200px;margin:0 auto;padding:0 2rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:2rem;align-items:start}.footer-section{display:flex;flex-direction:column;gap:1rem}.footer-brand{font-size:1.5rem;font-weight:700;font-family:Montserrat,sans-serif;background:linear-gradient(135deg,#fff,#84a59d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin:0}.footer-tagline{color:#ffffffb3;font-size:.9rem;margin:0;font-weight:400}.footer-section h3{font-size:1rem;font-weight:600;font-family:Montserrat,sans-serif;color:#84a59d;margin:0 0 .5rem}.footer-link{color:#fffc;text-decoration:none;font-size:.95rem;transition:all .3s ease;display:block;margin-bottom:.5rem}.footer-link:hover{color:#d68c45;transform:translate(5px)}.footer-link:last-child{margin-bottom:0}.footer-copyright{color:#fff9;font-size:.85rem;margin:auto 0 0}@media(max-width:768px){.footer-content{grid-template-columns:1fr;gap:1.5rem;text-align:center}.footer-section{align-items:center}.footer-copyright{margin-top:1rem}}.App{min-height:100vh;display:flex;flex-direction:column}.main-content{flex:1;display:flex;flex-direction:column}.navbar{background:linear-gradient(135deg,#2f3e46,#1a2529);color:#fff;padding:1rem 0;box-shadow:0 4px 20px #2f3e4626;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);position:sticky;top:0;z-index:1000;transition:all .3s ease}.nav-container{max-width:1200px;margin:0 auto;padding:0 2rem;display:flex;justify-content:space-between;align-items:center}.logo-link{text-decoration:none;display:flex;align-items:center;transition:all .3s ease}.logo-link:hover{transform:scale(1.05)}.logo-link .logo-container{font-size:1.75rem;font-weight:700;font-family:Montserrat,sans-serif;letter-spacing:-.5px}.logo-link .logo-text{background:linear-gradient(135deg,#fff,#84a59d);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.nav-links{display:flex;gap:2rem;align-items:center}.mobile-menu-btn{display:none;background:#ffffff1a;border:1px solid rgba(255,255,255,.2);color:#fff;font-size:1.5rem;padding:.5rem .75rem;border-radius:8px;cursor:pointer;transition:all .3s ease}.mobile-menu-btn:hover{background:#ffffff26;border-color:#ffffff4d}.mobile-nav{display:none;position:absolute;top:100%;left:0;right:0;background:linear-gradient(135deg,#2f3e46,#1a2529);box-shadow:0 10px 30px #0000004d;flex-direction:column;padding:1rem 0;max-height:0;overflow:hidden;transition:max-height .3s ease,padding .3s ease;z-index:999}.mobile-nav.open{max-height:500px;padding:1rem 0}.mobile-nav a{color:#fff;text-decoration:none;padding:1rem 2rem;font-weight:500;transition:all .2s ease;border-bottom:1px solid rgba(255,255,255,.1)}.mobile-nav a:hover{background:#ffffff1a;color:#84a59d;padding-left:2.5rem}.mobile-user-info{padding:1rem 2rem;border-top:2px solid rgba(255,255,255,.2);margin-top:.5rem;display:flex;flex-direction:column;gap:1rem}.mobile-user-name{color:#ffffffe6;font-size:.9rem;font-weight:500;text-decoration:none;cursor:pointer;transition:all .3s ease;padding:.5rem 0}.mobile-user-name:hover{color:#84a59d}.mobile-logout-btn{background:linear-gradient(135deg,#d68c454d,#d68c4533);color:#fff;border:1px solid rgba(214,140,69,.4);padding:.75rem 1.5rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:600;font-size:.95rem;width:100%}.mobile-logout-btn:hover{background:linear-gradient(135deg,#d68c4580,#d68c4566);border-color:#d68c4599;transform:translateY(-2px);box-shadow:0 4px 12px #d68c454d}@media(max-width:768px){.navbar{padding:1rem 0}.nav-container{padding:0 1rem;position:relative}.logo{font-size:1.25rem}.desktop-nav{display:none}.mobile-menu-btn{display:block}.mobile-nav{display:flex}.user-name{display:none}}@media(max-width:480px){.logo{font-size:1.1rem}.navbar{padding:.75rem 0}}.nav-links a{color:#fff;text-decoration:none;transition:all .3s ease;position:relative;padding:.5rem 0;font-weight:500;cursor:pointer}.nav-links a:after{content:"";position:absolute;bottom:0;left:0;width:0;height:2px;background:linear-gradient(90deg,#84a59d,#d68c45);transition:width .3s ease}.nav-links a:hover:after{width:100%}.nav-links a:hover{transform:translateY(-2px);color:#84a59d}.user-name{color:#ffffffe6;font-size:.9rem;font-weight:400;text-decoration:none;cursor:pointer;transition:all .3s ease;padding:.5rem 0}.user-name:hover{color:#84a59d;transform:translateY(-2px)}.logout-btn{background:linear-gradient(135deg,#d68c4533,#d68c451a);color:#fff;border:1px solid rgba(214,140,69,.4);padding:.5rem 1.25rem;border-radius:8px;cursor:pointer;transition:all .3s ease;font-weight:500;font-size:.9rem;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.logout-btn:hover{background:linear-gradient(135deg,#d68c4566,#d68c454d);border-color:#d68c4599;transform:translateY(-2px);box-shadow:0 4px 12px #d68c454d}.container{max-width:1400px;margin:3rem auto;padding:0 2rem}
