@charset "UTF-8";body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{display:flex;flex-direction:column;min-height:100vh}.App,.home{overflow-x:hidden;width:100%}.home{font-family:sans-serif}.home .btn{border:none;border-radius:6px;cursor:pointer;font-size:1em;font-weight:700;padding:12px 28px;transition:.3s}.home .btn--primary{background:linear-gradient(220.55deg,#00b4d8,#0077b6);color:#fff}.home .btn--primary:hover{background:linear-gradient(220.55deg,#0077b6,#00b4d8)}.home .btn--outline{background:transparent;border:2px solid #fff;color:#fff}.home .btn--outline:hover{background:#fff;color:#0077b6}.home__section-title{color:#023e8a;font-size:2em;font-weight:700;margin-bottom:40px;text-align:center}.home__hero{align-items:center;background-image:url(https://res.cloudinary.com/dz3qrv6vz/image/upload/v1773350762/recipes/htiekzcfrufieumr9vbe.png);background-position:50%;background-size:cover;display:flex;justify-content:center;min-height:100vh;padding:40px 20px;text-align:center;width:100%}@media (max-width:768px){.home__hero{min-height:80vh;padding:30px 15px}}@media (max-width:425px){.home__hero{min-height:70vh;padding:20px 10px}}.home__hero-content{max-width:700px}.home__hero-title{color:#fff;font-size:3.5em;font-weight:900;line-height:1.2;margin-bottom:20px}.home__hero-title span{color:#90e0ef}@media (max-width:768px){.home__hero-title{font-size:2.5em}}@media (max-width:425px){.home__hero-title{font-size:2em}}.home__hero-subtitle{color:#caf0f8;font-size:1.2em;line-height:1.6;margin-bottom:40px}@media (max-width:425px){.home__hero-subtitle{font-size:1em}}.home__hero-buttons{display:flex;flex-wrap:wrap;gap:16px;justify-content:center}.home__top{background:#f8f9fa;padding:80px 40px}@media (max-width:425px){.home__top{padding:60px 20px}}.home__top-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1100px}@media (max-width:768px){.home__top-grid{grid-template-columns:1fr}}.home__top-card{background:#fff;border-radius:12px;box-shadow:0 4px 20px rgba(0,0,0,.08);cursor:pointer;overflow:hidden;transition:box-shadow .3s,-webkit-transform .3s;transition:transform .3s,box-shadow .3s;transition:transform .3s,box-shadow .3s,-webkit-transform .3s}.home__top-card:hover{box-shadow:0 8px 30px rgba(0,0,0,.15);-webkit-transform:translateY(-6px);transform:translateY(-6px)}.home__top-card-image{height:200px;position:relative;width:100%}.home__top-card-image img{height:100%;object-fit:cover;width:100%}.home__top-card-likes{background:rgba(0,0,0,.6);border-radius:20px;color:#fff;font-size:.9em;padding:4px 10px;position:absolute;right:10px;top:10px}.home__top-card-info{padding:16px}.home__top-card-info h3{color:#023e8a;font-size:1.1em;font-weight:700;margin-bottom:6px;text-transform:capitalize}.home__top-card-info p{color:#888;font-size:.9em;margin-bottom:10px;text-transform:capitalize}.home__top-card-lock{color:#00b4d8;font-size:.85em;font-weight:600}.home__categories{background:#fff;padding:80px 40px}@media (max-width:425px){.home__categories{padding:60px 20px}}.home__categories-grid{grid-gap:16px;display:grid;gap:16px;grid-template-columns:repeat(5,1fr);margin:0 auto;max-width:1100px}@media (min-width:1024px){.home__categories-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:768px){.home__categories-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:425px){.home__categories-grid{grid-template-columns:repeat(2,1fr)}}.home__category-card{align-items:center;border-radius:12px;cursor:pointer;display:flex;flex-direction:column;gap:10px;padding:30px 16px;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s}.home__category-card:hover{-webkit-transform:scale(1.05);transform:scale(1.05)}.home__category-card p{color:#fff;font-size:1em;font-weight:700}.home__category-emoji{font-size:2.5em}.home__benefits{background:linear-gradient(135deg,#023e8a,#00b4d8);padding:80px 40px;text-align:center}@media (max-width:425px){.home__benefits{padding:60px 20px}}.home__benefits .home__section-title{color:#fff}.home__benefits-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:repeat(3,1fr);margin:0 auto 40px;max-width:1100px}@media (max-width:768px){.home__benefits-grid{grid-template-columns:1fr}}.home__benefit-card{background:hsla(0,0%,100%,.1);border-radius:12px;color:#fff;padding:32px 24px}.home__benefit-card h3{font-size:1.2em;font-weight:700;margin:16px 0 8px}.home__benefit-card p{color:#caf0f8;font-size:.95em;line-height:1.6}.home__benefit-icon{color:#90e0ef;font-size:2.5em}*{margin:0;padding:0}div.background_login{background-image:url(https://la.network/wp-content/uploads/2020/02/PARIS.jpg);background-repeat:no-repeat;background-size:cover;bottom:0;left:0;position:fixed;right:0;top:0;z-index:1}.login-form{left:0;overflow:hidden;position:fixed;top:0}.login-form,aside.login{height:100vh;width:100%;z-index:2}aside.login{align-items:center;background:linear-gradient(135deg,#023e8a,#00b4d8);display:flex;flex-direction:column;justify-content:center;position:absolute}@media (min-width:768px){aside.login{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%);width:420px}}aside.login-email{left:-100vw;transition:.5s;z-index:5}aside.visible{left:0}@media (min-width:768px){aside.visible{left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}}aside.login>h2{color:#fff;font-size:2.2em;margin-bottom:8px;width:80%}aside.login>p{color:#150202;font-size:1em}.input-box,aside.login>p{margin-bottom:40px;width:80%}.input-box{height:50px;position:relative}.name{background:transparent;border-bottom:2px solid #888;color:#fff;font-size:1.2em;height:100%;left:0;padding-left:10px;position:absolute;top:0;transition:.5s;width:100%}.name:focus{border-bottom:2px solid #447ffd;outline:none}.div-label{color:#888;font-size:1em;left:10px;pointer-events:none;position:absolute;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);transition:.4s;white-space:nowrap}.input-box>:is(.name:focus,.has-value)~.div-label{color:rgba(1,4,0,.85);font-size:.8em;top:-10px}button.button{background:linear-gradient(220.55deg,#3793ff,#0017e4);border-radius:4px;color:#fff;cursor:pointer;font-size:1em;font-weight:700;transition:.3s}button.button:hover{background:linear-gradient(220.55deg,#0017e4,#3793ff)}button.login-button{margin-bottom:20px}button.login-button,button.next-button{padding:12px 0;text-align:center;width:80%}button.next-button{align-items:center;display:flex;gap:10px;justify-content:center}button.back{align-self:flex-start;background:transparent;color:#888;cursor:pointer;font-size:1.8em;margin:20px;transition:.5s}button.back:hover{color:#fff}div.error{color:red;font-size:1em;margin-bottom:15px;width:80%}.register_login{display:flex;flex-direction:column;gap:12px;margin-bottom:30px;width:80%}.register_login a{color:#888;font-size:.95em;text-decoration:none;transition:.3s}.register_login a:hover{color:#fff}.contacto-page{align-items:center;background:linear-gradient(135deg,#023e8a,#00b4d8);display:flex;justify-content:center;min-height:100vh;padding:80px 20px 40px;width:100%}.contacto-card{background:#fff;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.15);max-width:600px;padding:40px;width:100%}.contacto-title{color:#023e8a;font-size:1.8em;font-weight:700;margin-bottom:4px}.contacto-subtitle{color:#888;font-size:.95em;margin-bottom:24px}.btn-primary{background:linear-gradient(220.55deg,#00b4d8,#0077b6);border:none}.btn-primary:hover{background:linear-gradient(220.55deg,#0077b6,#00b4d8)}*{box-sizing:border-box}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{border:0;font-size:100%;font:inherit;margin:0;padding:0;vertical-align:initial}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}div.error_box{align-items:center;display:flex;justify-content:center;width:100%}div.error_box img{height:100vh;width:100%}.register-page{align-items:center;background:linear-gradient(135deg,#023e8a,#00b4d8);display:flex;justify-content:center;min-height:100vh;padding:80px 20px 40px;width:100%}.register-card{background:#fff;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.15);max-width:600px;padding:32px 32px 48px;width:100%}.register-card form .row{margin-left:0;margin-right:0}.register-title{color:#023e8a;font-size:1.8em;font-weight:700;margin-bottom:4px}.register-subtitle{color:#888;font-size:.95em;margin-bottom:20px}.profile-page{align-items:center;background:linear-gradient(135deg,#023e8a,#00b4d8);display:flex;justify-content:center;min-height:100vh;padding:80px 20px 40px;width:100%}.profile-card{background:#fff;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.15);max-width:600px;padding:40px;width:100%}.profile-title{color:#023e8a;font-size:1.8em;font-weight:700;margin-bottom:4px}.profile-subtitle{color:#888;font-size:.95em;margin-bottom:24px}.logout-page{background:linear-gradient(135deg,#023e8a,#00b4d8);justify-content:center;min-height:100vh;padding:80px 20px 40px}.logout-card,.logout-page{align-items:center;display:flex;width:100%}.logout-card{background:#fff;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.15);flex-direction:column;gap:16px;max-width:480px;padding:48px 40px;text-align:center}.logout-icon{-webkit-animation:bounce 1s infinite alternate;animation:bounce 1s infinite alternate;font-size:4em}.logout-title{color:#023e8a;font-size:2em;font-weight:700;margin:0}.logout-subtitle{color:#888;font-size:1em;line-height:1.6;margin:0}.logout-plate{-webkit-animation:spin 3s linear infinite;animation:spin 3s linear infinite;font-size:3em}.logout-btn{background:linear-gradient(220.55deg,#00b4d8,#0077b6);border:none;border-radius:8px;font-size:1em;font-weight:700;margin-top:8px;padding:12px 40px}.logout-btn:hover{background:linear-gradient(220.55deg,#0077b6,#00b4d8)}.recipes-filters{align-items:center;background:linear-gradient(135deg,#023e8a,#00b4d8);display:flex;flex-wrap:wrap;gap:12px;padding:20px 16px 8px;position:-webkit-sticky;position:sticky;top:56px;z-index:10}.recipes-search{display:flex;flex:1 1;gap:8px;min-width:200px}.recipes-select{min-width:180px}.recipes-notfound{align-items:center;color:#fff;display:flex;font-size:1.1em;justify-content:center;margin-top:40px;min-height:60vh;text-align:center}.recipes-notfound,.recipes-wrapper{background:linear-gradient(135deg,#023e8a,#00b4d8)}.recipes-wrapper{min-height:100vh;padding:24px 16px 60px}.recipes-grid{grid-gap:24px;display:grid;gap:24px;grid-template-columns:1fr;list-style:none;margin:0 auto;max-width:1400px;padding:0}@media (min-width:768px){.recipes-grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.recipes-grid{grid-template-columns:repeat(3,1fr)}}.actividad{align-items:center;-webkit-animation:fadeIn .4s ease;animation:fadeIn .4s ease;background:#fff;border:none;border-radius:20px;box-shadow:0 6px 24px rgba(0,0,0,.12);color:#333;display:flex;flex-direction:column;height:100%;padding:16px;text-decoration:none;transition:box-shadow .2s,-webkit-transform .2s;transition:transform .2s,box-shadow .2s;transition:transform .2s,box-shadow .2s,-webkit-transform .2s}.actividad:hover{box-shadow:0 12px 36px rgba(0,0,0,.18);-webkit-transform:translateY(-4px);transform:translateY(-4px)}.actividad-imageContainer{border-radius:14px;overflow:hidden;width:100%}.actividad-imageContainer .actividad-image{border-radius:14px;display:block;height:200px;object-fit:cover;transition:-webkit-transform .3s;transition:transform .3s;transition:transform .3s,-webkit-transform .3s;width:100%}.actividad-imageContainer .actividad-image:hover{-webkit-transform:scale(1.03);transform:scale(1.03)}@media (min-width:768px){.actividad-imageContainer .actividad-image{height:180px}}@media (min-width:1024px){.actividad-imageContainer .actividad-image{height:200px}}@media (min-width:1440px){.actividad-imageContainer .actividad-image{height:220px}}.actividad-info{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:4px;margin-top:12px;width:100%}.actividad-info .actividad-name{color:#023e8a;font-size:1.1em;font-weight:700;margin-bottom:4px;text-align:center}.actividad-info .actividad-name:before{content:"🍽️ "}@media (min-width:1024px){.actividad-info .actividad-name{font-size:1.2em}}.actividad-info .actividad_date,.actividad-info .actividad_place,.actividad-info .actividad_precio,.actividad-info .actividad_time{color:#666;font-size:.88em;text-align:center;text-transform:capitalize}.actividad-info .actividad_place:before{content:"📍 "}.actividad-info .actividad_date:before{content:"📅 "}.actividad-info .actividad_time:before{content:"⏰ "}.actividad-info .actividad_precio:before{content:"💰 "}.actividad-admin-buttons{display:flex;gap:8px;justify-content:center;margin-top:12px;width:100%}.actividad-admin-buttons .btn-edit{background:linear-gradient(135deg,#f0a500,#c98a00);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:.85em;font-weight:600;padding:7px 16px;transition:opacity .2s}.actividad-admin-buttons .btn-edit:before{content:"✏️ "}.actividad-admin-buttons .btn-edit:hover{opacity:.85}.actividad-admin-buttons .btn-delete{background:linear-gradient(135deg,#e53935,#b71c1c);border:none;border-radius:10px;color:#fff;cursor:pointer;font-size:.85em;font-weight:600;padding:7px 16px;transition:opacity .2s}.actividad-admin-buttons .btn-delete:before{content:"🗑️ "}.actividad-admin-buttons .btn-delete:hover{opacity:.85}.pagination-wrapper{background:linear-gradient(135deg,#023e8a,#00b4d8);padding-bottom:24px}.pagination,.pagination-wrapper{display:flex;justify-content:center}.pagination{align-items:center;flex-wrap:wrap;gap:12px;padding:20px 16px}.pagination__btn{background:#fff;border:2px solid #fff;border-radius:12px;color:#023e8a;cursor:pointer;font-size:.95em;font-weight:700;padding:10px 24px;transition:background .2s,color .2s,-webkit-transform .2s;transition:background .2s,color .2s,transform .2s;transition:background .2s,color .2s,transform .2s,-webkit-transform .2s}.pagination__btn:hover:not(:disabled){background:#023e8a;color:#fff;-webkit-transform:scale(1.05);transform:scale(1.05)}.pagination__btn:disabled{cursor:not-allowed;opacity:.3;-webkit-transform:none;transform:none}@media (min-width:768px){.pagination__btn{font-size:1em;padding:12px 32px}}.pagination__info{color:#fff;font-size:1em;font-weight:700;min-width:60px;text-align:center}@media (min-width:768px){.pagination__info{font-size:1.1em}}.detail-loading{align-items:center;background:linear-gradient(135deg,#023e8a,#00b4d8);color:#fff;display:flex;flex-direction:column;gap:12px;justify-content:center;min-height:100vh}.detail-loading span{-webkit-animation:spin 2s linear infinite;animation:spin 2s linear infinite;font-size:4em}.detail-loading p{font-size:1.1em;opacity:.85}.detail-page{-webkit-animation:fadeIn .5s ease;animation:fadeIn .5s ease;background:linear-gradient(135deg,#023e8a,#00b4d8);min-height:100vh;padding-bottom:60px}.detail-hero{height:280px;overflow:hidden;position:relative;width:100%}@media (min-width:768px){.detail-hero{height:400px}}@media (min-width:1024px){.detail-hero{height:500px}}@media (min-width:1440px){.detail-hero{height:560px}}.detail-hero__img{display:block;height:100%;object-fit:cover;transition:-webkit-transform .6s ease;transition:transform .6s ease;transition:transform .6s ease,-webkit-transform .6s ease;width:100%}.detail-hero__img:hover{-webkit-transform:scale(1.03);transform:scale(1.03)}.detail-hero__overlay{background:linear-gradient(transparent,rgba(0,0,0,.75));bottom:0;color:#fff;left:0;padding:24px 20px 20px;position:absolute;right:0}.detail-hero__category{background:hsla(0,0%,100%,.2);border-radius:20px;display:inline-block;font-size:.85em;font-weight:700;letter-spacing:1px;margin-bottom:8px;padding:4px 12px;text-transform:uppercase}.detail-hero__title{font-size:1.8em;font-weight:700;margin:0;text-shadow:0 2px 8px rgba(0,0,0,.4)}@media (min-width:768px){.detail-hero__title{font-size:2.4em}}@media (min-width:1024px){.detail-hero__title{font-size:2.8em}}.detail-content{display:flex;flex-direction:column;gap:20px;margin:0 auto;max-width:860px;padding:24px 16px}@media (min-width:768px){.detail-content{padding:32px 24px}}.detail-actions{align-items:center;display:flex;flex-wrap:wrap;gap:12px}.detail-btn-back,.detail-btn-like,.detail-btn-save{border:none;border-radius:12px;cursor:pointer;font-size:1em;font-weight:600;padding:10px 20px;transition:opacity .2s,-webkit-transform .2s;transition:transform .2s,opacity .2s;transition:transform .2s,opacity .2s,-webkit-transform .2s}.detail-btn-back:hover,.detail-btn-like:hover,.detail-btn-save:hover{opacity:.9;-webkit-transform:scale(1.05);transform:scale(1.05)}.detail-btn-like{background:#fff;color:#333}.detail-btn-like.liked{background:#ffe0e0;color:#e53935}.detail-btn-like span{font-weight:700}.detail-btn-save{background:#fff;color:#333}.detail-btn-save.saved{background:#e3f2fd;color:#023e8a}.detail-btn-back{background:hsla(0,0%,100%,.2);color:#fff;margin-left:auto}@media (max-width:480px){.detail-btn-back{margin-left:0}}.detail-meta{grid-gap:0;-webkit-animation:fadeIn .5s ease;animation:fadeIn .5s ease;background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.1);display:grid;gap:0;grid-template-columns:repeat(3,1fr);overflow:hidden}@media (max-width:480px){.detail-meta{grid-template-columns:repeat(2,1fr)}}.detail-meta__item{align-items:center;border-bottom:1px solid #f0f0f0;border-right:1px solid #f0f0f0;display:flex;flex-direction:column;gap:6px;justify-content:center;padding:20px 12px;text-align:center;transition:background .2s}.detail-meta__item:hover{background:#f8f9ff}.detail-meta__item:nth-child(3n){border-right:none}@media (max-width:480px){.detail-meta__item:nth-child(3n){border-right:1px solid #f0f0f0}.detail-meta__item:nth-child(2n){border-right:none}.detail-meta__item:nth-last-child(-n+2){border-bottom:none}}@media (min-width:481px){.detail-meta__item:nth-last-child(-n+3){border-bottom:none}}.detail-meta__item--highlight{background:linear-gradient(135deg,#fff8f0,#fff3e0)}.detail-meta__item--highlight .detail-meta__icon,.detail-meta__item--highlight .detail-meta__value{color:#e67e22}.detail-meta__icon{font-size:1.6rem;line-height:1}@media (min-width:768px){.detail-meta__icon{font-size:1.9rem}}.detail-meta__label{color:#aaa;font-size:.62rem;font-weight:700;letter-spacing:.07em;line-height:1.3;text-transform:uppercase}@media (min-width:768px){.detail-meta__label{font-size:.68rem}}.detail-meta__value{color:#222;font-size:1.05rem;font-weight:700}@media (min-width:768px){.detail-meta__value{font-size:1.15rem}}.detail-card{-webkit-animation:fadeIn .5s ease;animation:fadeIn .5s ease;background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.1);padding:24px}.detail-card__title{color:#023e8a;font-size:1.15em;font-weight:700;margin-bottom:12px}.detail-card__text{color:#444;font-size:.95em;line-height:1.7;white-space:pre-line}@media (min-width:768px){.detail-card__text{font-size:1em}}.detail-card--youtube{background:linear-gradient(135deg,#fff,#fff5f5)}.detail-youtube-wrapper{border-radius:12px;height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.detail-youtube-wrapper iframe{border-radius:12px;height:100%;left:0;position:absolute;top:0;width:100%}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.changepassword-page{align-items:center;background:linear-gradient(135deg,#023e8a,#00b4d8);display:flex;justify-content:center;min-height:100vh;padding:80px 20px 40px;width:100%}.changepassword-card{background:#fff;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.15);max-width:500px;padding:40px;width:100%}.changepassword-title{color:#023e8a;font-size:1.8em;font-weight:700;margin-bottom:4px}.changepassword-subtitle{color:#888;font-size:.95em;margin-bottom:24px}.info-page{align-items:center;background:linear-gradient(135deg,#023e8a,#00b4d8);display:flex;flex-direction:column;gap:24px;justify-content:center;min-height:100vh;padding:80px 20px 40px;width:100%}.info-card{border:none;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.15);max-width:600px;width:100%}.info-card .card-title{color:#023e8a;font-size:1.4em;font-weight:700;margin-bottom:4px}.info-card .card-text{color:#444;margin-bottom:6px;text-transform:capitalize}.info-buttons{display:flex;flex-wrap:wrap;gap:10px;margin-top:16px}.info-recipes-list{display:flex;flex-direction:column;gap:12px;list-style:none;margin:0;padding:0}.info-recipe-link{align-items:center;display:flex;gap:12px;text-decoration:none;transition:.3s}.info-recipe-link:hover{opacity:.8}.info-recipe-img{border-radius:10px;height:60px;object-fit:cover;width:60px}.info-recipe-name{color:#023e8a;font-weight:600;margin:0;text-transform:capitalize}.info-recipe-category{color:#888;font-size:.85em;margin:0;text-transform:capitalize}.admin{background:linear-gradient(135deg,#023e8a,#00b4d8)}.admin,.admin__home{display:flex;flex-direction:column;min-height:100vh}.admin__home{align-items:center;gap:16px;justify-content:center;padding:80px 20px 40px;text-align:center}.admin__home-icon{-webkit-animation:bounce 1.2s infinite alternate;animation:bounce 1.2s infinite alternate;font-size:4em}.admin__title{color:#fff;font-size:2.2em;font-weight:700;margin:0}.admin__subtitle{color:hsla(0,0%,100%,.75);font-size:1.05em;margin:0}.admin__cards{display:flex;flex-wrap:wrap;gap:24px;justify-content:center;margin-top:16px}.admin__card{-webkit-animation:fadeIn .5s ease;animation:fadeIn .5s ease;background:#fff;border-radius:16px;box-shadow:0 8px 30px rgba(0,0,0,.15);color:#023e8a;padding:32px 40px;text-align:center;text-decoration:none;transition:box-shadow .2s,-webkit-transform .2s;transition:transform .2s,box-shadow .2s;transition:transform .2s,box-shadow .2s,-webkit-transform .2s}.admin__card span{display:block;font-size:3em;margin-bottom:12px}.admin__card h3{font-size:1.3em;font-weight:700;margin-bottom:6px}.admin__card p{color:#888;font-size:.9em;margin:0}.admin__card:hover{box-shadow:0 14px 40px rgba(0,0,0,.2);color:#023e8a;-webkit-transform:translateY(-6px);transform:translateY(-6px)}.admin__nav{background:#fff;bottom:0;box-shadow:0 -4px 20px rgba(0,0,0,.1);display:flex;gap:32px;justify-content:center;left:0;padding:14px 20px;position:fixed;right:0;z-index:100}.admin__nav-link{color:#023e8a;font-size:.95em;font-weight:600;text-decoration:none;transition:color .2s}.admin__nav-link:hover{color:#00b4d8}.admin-users{align-items:center;background:linear-gradient(135deg,#023e8a,#00b4d8);display:flex;flex-direction:column;gap:24px;min-height:100vh;padding:80px 20px 40px}.admin-users__header{color:#fff;text-align:center}.admin-users__header h1{font-size:2em;font-weight:700;margin:8px 0 4px}.admin-users__header p{color:hsla(0,0%,100%,.75);font-size:.95em}.admin-users__header-icon{-webkit-animation:bounce 1.2s infinite alternate;animation:bounce 1.2s infinite alternate;display:block;font-size:3.5em}.admin-users__list{display:flex;flex-direction:column;gap:16px;list-style:none;margin:0;max-width:700px;padding:0;width:100%}.admin-users__pagination{align-items:center;color:#fff;display:flex;font-weight:600;gap:16px}.admin-users__pagination button:disabled{opacity:.4}.card-user{align-items:flex-start;-webkit-animation:fadeIn .4s ease;animation:fadeIn .4s ease;background:#fff;border-radius:16px;box-shadow:0 4px 20px rgba(0,0,0,.1);display:flex;gap:16px;padding:20px;transition:box-shadow .2s,-webkit-transform .2s;transition:transform .2s,box-shadow .2s;transition:transform .2s,box-shadow .2s,-webkit-transform .2s}.card-user:hover{box-shadow:0 8px 30px rgba(0,0,0,.15);-webkit-transform:translateY(-4px);transform:translateY(-4px)}.card-user__avatar{flex-shrink:0;font-size:2.5em}.card-user__info{flex:1 1}.card-user__info p{color:#444;font-size:.9em;margin-bottom:4px;text-transform:capitalize}.card-user__header{align-items:center;display:flex;gap:10px;margin-bottom:8px}.card-user__username{color:#023e8a;font-size:1.1em;font-weight:700;margin:0}.card-user__badge{border-radius:20px;font-size:.75em;font-weight:700;padding:2px 10px;text-transform:uppercase}.card-user__badge--admin{background:gold;color:#333}.card-user__badge--user{background:#e0f0ff;color:#023e8a}.card-user__footer{color:#888;display:flex;font-size:.85em;gap:16px;margin-top:10px}.addpost-card{-webkit-animation:fadeIn .5s ease;animation:fadeIn .5s ease;background:#fff;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.15);padding:32px 24px}@media (min-width:768px){.addpost-card{padding:40px 32px}}.addpost-title{color:#023e8a;font-size:1.4em;font-weight:700;margin-bottom:20px;text-align:center}.addpost-form .form-label{color:#444;font-size:.9em;font-weight:600}.addpost-form textarea.form-control{min-height:80px;resize:vertical}.addpost-preview{border-radius:12px;margin-top:12px;max-height:220px;overflow:hidden}.addpost-preview img{-webkit-animation:fadeIn .4s ease;animation:fadeIn .4s ease;border-radius:12px;height:220px;object-fit:cover;width:100%}.adminpost-page{align-items:center;background:linear-gradient(135deg,#023e8a,#00b4d8);display:flex;flex-direction:column;gap:24px;min-height:100vh;padding:80px 16px 40px}.adminpost-header{color:#fff;text-align:center}.adminpost-header h1{font-size:2em;font-weight:700;margin:8px 0 4px}@media (min-width:768px){.adminpost-header h1{font-size:2.4em}}.adminpost-header p{color:hsla(0,0%,100%,.75);font-size:.95em}.adminpost-icon{-webkit-animation:bounce 1.2s infinite alternate;animation:bounce 1.2s infinite alternate;display:block;font-size:3.5em}.adminpost-form-wrapper{max-width:700px;width:100%}.footer_nav{background-color:#000;color:#fff;margin-top:auto;padding-top:50px;text-align:center;text-decoration:none;width:100%;@media (max-width:950px){font-size:8px}@media (max-width:768px){flex-direction:column;font-size:10px}}.footer_list{justify-content:center;margin:0;padding:0}.footer_list,.footer_list_element{display:flex;flex-wrap:wrap;list-style:none;text-decoration:none}.footer_list_element{color:#fff;font-size:14px;padding:20px;@media (max-width:564px){font-size:8px}}.footer_img{height:30px;margin:20px;width:30px}.footer_text{margin-bottom:30px;padding:20px;text-align:center}.delete-page{align-items:center;background:linear-gradient(135deg,#023e8a,#00b4d8);display:flex;justify-content:center;min-height:100vh;padding:80px 20px 40px;width:100%}.delete-card{border:none;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.15);max-width:480px;width:100%}.delete-card .card-title{color:#dc3545;font-size:1.5em;font-weight:700;margin-bottom:4px}.delete-card .card-text{color:#444;margin-bottom:6px}.delete-icon{font-size:3em;margin-bottom:16px}.delete-buttons{gap:10px;margin-top:24px}.delete-buttons,.update-page{display:flex;flex-direction:column}.update-page{align-items:center;background:linear-gradient(135deg,#023e8a,#00b4d8);gap:24px;min-height:100vh;padding:80px 16px 40px}.update-header{color:#fff;text-align:center}.update-header h1{font-size:2em;font-weight:700;margin:8px 0 4px}@media (min-width:768px){.update-header h1{font-size:2.4em}}.update-header p{color:hsla(0,0%,100%,.75);font-size:.95em}.update-icon{-webkit-animation:bounce 1.2s infinite alternate;animation:bounce 1.2s infinite alternate;display:block;font-size:3.5em}.update-card{-webkit-animation:fadeIn .5s ease;animation:fadeIn .5s ease;background:#fff;border-radius:16px;box-shadow:0 10px 40px rgba(0,0,0,.15);max-width:700px;padding:32px 24px;width:100%}@media (min-width:768px){.update-card{padding:40px 32px}}.update-card .form-label{color:#444;font-size:.9em;font-weight:600}.update-card textarea.form-control{min-height:80px;resize:vertical}.update-preview{margin-top:12px}.update-preview__label{color:#888;font-size:.85em;margin-bottom:6px}.update-preview img{-webkit-animation:fadeIn .4s ease;animation:fadeIn .4s ease;border-radius:12px;max-height:220px;object-fit:cover;width:100%}@-webkit-keyframes bounce{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-12px);transform:translateY(-12px)}}@keyframes bounce{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(-12px);transform:translateY(-12px)}}@-webkit-keyframes fadeIn{0%{opacity:0;-webkit-transform:translateY(12px);transform:translateY(12px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0;-webkit-transform:translateY(12px);transform:translateY(12px)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}
/*# sourceMappingURL=main.864225c6.css.map*/