.login-container{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#fffc;border-radius:16px;box-shadow:0 8px 30px #0000001a;font-family:Playfair Display,serif;margin:5% auto;max-width:420px;padding:2rem;position:relative;z-index:2}body{background:linear-gradient(to bottom right,#fff7f7,#fefcf9,#f9f5ff);font-family:Inter,sans-serif}body.dark{background:linear-gradient(to bottom right,#111827,#1f2937,#000)}h2{color:#6b21a8;font-family:Dancing Script,cursive;font-size:2rem;margin-bottom:1.5rem;text-align:center}.dark h2{color:#d8b4fe}form{display:flex;flex-direction:column}input{background:#ffffffb3;border:1px solid #e5e7eb;border-radius:8px;font-size:15px;margin-bottom:1.2rem;padding:12px;transition:all .3s ease}input:focus{border-color:#9333ea;box-shadow:0 0 8px #9333ea66;outline:none}.dark input{background:#1f2937b3;border-color:#374151;color:#f9fafb}button{background:linear-gradient(90deg,#ec4899,#8b5cf6);border:none;border-radius:999px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:12px;transition:transform .2s,box-shadow .3s}button:hover:not(:disabled){box-shadow:0 6px 20px #8b5cf666;transform:translateY(-2px)}button:disabled{background:#9ca3af;cursor:not-allowed}.error{color:#dc2626;font-size:14px;margin-bottom:1rem}.error,.poetry-quote{font-style:italic;text-align:center}.poetry-quote{color:#6b7280;font-size:.9rem;margin-top:1.5rem}.dark .poetry-quote{color:#d1d5db}body{background:#f9fafb;font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;margin:0}*{box-sizing:border-box}.auth-wrapper{align-items:center;background:radial-gradient(circle at top,#fee2e2,#e5e7eb,#eff6ff);justify-content:center}.admin-layout,.auth-wrapper{display:flex;min-height:100vh}.admin-layout{background:radial-gradient(circle at top left,#fee2e2,#0000 60%),radial-gradient(circle at bottom right,#e0f2fe,#0000 55%),linear-gradient(to bottom right,#f9fafb,#e5e7eb)}.admin-sidebar{background:#111827;color:#e5e7eb;display:flex;flex-direction:column;padding:1.5rem 1.25rem;width:240px}.admin-logo{align-items:center;display:flex;gap:.5rem;margin-bottom:2rem}.logo-mark{font-size:1.5rem}.admin-logo-img{display:block;height:44px;width:auto}.logo-text{font-size:1.05rem;font-weight:800;letter-spacing:.04em;line-height:1}.admin-nav{display:flex;flex-direction:column;gap:.5rem}.admin-nav-link{align-items:center;border-radius:.5rem;color:#e5e7eb;display:flex;font-size:.95rem;gap:.75rem;opacity:.9;padding:.6rem .9rem;text-decoration:none;transition:background .2s ease,opacity .2s ease,transform .15s ease}.admin-nav-link:hover{background:#374151e6;opacity:1;transform:translateX(2px)}.admin-nav-link.active{background:linear-gradient(90deg,#ef4444,#8b5cf6);color:#f9fafb;opacity:1}.admin-nav-icon{font-size:1.1rem}.admin-main{display:flex;flex:1 1;flex-direction:column}.admin-header{align-items:center;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffe6;border-bottom:1px solid #e5e7eb;box-shadow:0 10px 30px #0f172a0d;display:flex;height:64px;justify-content:space-between;padding:0 1.5rem}.admin-page-title{color:#111827;font-size:1.35rem;font-weight:600}.admin-header-right{align-items:center;display:flex;gap:1.25rem}.admin-profile{align-items:center;display:flex;gap:.6rem}.admin-profile-avatar{align-items:center;background:linear-gradient(135deg,#ef4444,#8b5cf6);border-radius:999px;color:#fff;display:flex;font-size:1.3rem;height:36px;justify-content:center;width:36px}.admin-profile-text{display:flex;flex-direction:column}.admin-profile-name{color:#111827;font-size:.9rem;font-weight:600}.admin-profile-role{color:#6b7280;font-size:.8rem}.admin-logout-btn{background:linear-gradient(90deg,#ef4444,#b91c1c);border:none;border-radius:999px;box-shadow:0 6px 18px #dc262659;color:#f9fafb;cursor:pointer;font-size:.85rem;font-weight:500;padding:.45rem .9rem;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.admin-logout-btn:hover{box-shadow:0 10px 25px #dc262673;transform:translateY(-1px)}.admin-logout-btn:active{box-shadow:0 4px 12px #dc262659;transform:translateY(0)}.admin-content{flex:1 1;padding:1.5rem 1.75rem 1.75rem}@media (max-width:900px){.admin-layout{flex-direction:column}.admin-sidebar{align-items:center;justify-content:space-between;width:100%}.admin-nav,.admin-sidebar{flex-direction:row}.admin-nav-link{padding:.5rem .7rem}}.grid-dashboard{grid-gap:1.25rem;display:grid;gap:1.25rem;grid-template-columns:repeat(auto-fit,minmax(260px,1fr))}.card{background:#fffffff2;border:1px solid #e2e8f0e6;border-radius:1rem;box-shadow:0 12px 30px #0f172a0f;padding:1.25rem 1.4rem}.card-main{grid-column:span 2}.card-title{color:#111827;font-size:1.3rem;font-weight:600;margin-bottom:.4rem}.card-subtitle{color:#6b7280;font-size:.95rem}.card-stat{display:flex;flex-direction:column;justify-content:center}.card-stat-label{color:#6b7280;font-size:.9rem;margin-bottom:.2rem}.card-stat-value{color:#111827;font-size:1.8rem;font-weight:700}.card-stat-main{color:#111827;font-size:1rem;font-weight:600}.card-stat-muted{color:#6b7280;font-size:.9rem}.card-note-title{font-size:1rem;font-weight:600;margin-bottom:.5rem}.card-note-list{color:#4b5563;font-size:.9rem;margin:0;padding-left:1.1rem}.card-note-list li+li{margin-top:.25rem}@media (max-width:768px){.card-main{grid-column:span 1}}.profile-wrapper{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 64px - 3rem)}.profile-card{background:#fffffffa;border:1px solid #e2e8f0e6;border-radius:1.25rem;box-shadow:0 18px 40px #0f172a1f;max-width:420px;padding:2rem 2.25rem;text-align:center;width:100%}.profile-avatar-large{align-items:center;background:linear-gradient(135deg,#ef4444,#8b5cf6);border-radius:999px;color:#f9fafb;display:flex;font-size:2rem;font-weight:700;height:72px;justify-content:center;margin:0 auto .75rem;width:72px}.profile-name{font-size:1.3rem;font-weight:600;margin-bottom:.15rem}.profile-role{color:#6b7280;font-size:.95rem;margin-bottom:1.25rem}.profile-info{margin-bottom:1.25rem;text-align:left}.profile-info-row{display:flex;justify-content:space-between;margin-bottom:.4rem}.profile-info-label{color:#6b7280;font-size:.88rem}.profile-info-value{color:#111827;font-size:.9rem;font-weight:500}.profile-note{color:#6b7280;font-size:.9rem}.shayari-form-wrapper{align-items:center;display:flex;justify-content:center;min-height:calc(100vh - 64px - 3rem);padding:1.75rem 1.5rem}.shayari-form-card{background:linear-gradient(135deg,#fef3f2,#f9fafb);border:1px solid #fee2e2e6;border-radius:1.75rem;box-shadow:0 20px 40px #0f172a2e;max-width:760px;overflow:hidden;width:100%}.shayari-form-header-bar{background:linear-gradient(90deg,#ef4444,#ec4899,#8b5cf6);height:4px}.shayari-form-body{padding:2.25rem 2.25rem 1.75rem}.shayari-form-title{color:#7c3aed;font-size:1.6rem;font-weight:600;margin-bottom:1.5rem;text-align:center}.shayari-form{display:flex;flex-direction:column;gap:1.25rem}.shayari-form-grid{grid-gap:1.1rem;display:grid;gap:1.1rem;grid-template-columns:repeat(2,minmax(0,1fr))}.shayari-form-field{display:flex;flex-direction:column}.shayari-form-field-full{grid-column:1/-1}.shayari-label{color:#4b5563;font-size:.85rem;font-weight:600;margin-bottom:.3rem}.shayari-input,.shayari-textarea{background:#ffffffe6;border:1px solid #e5e7eb;border-radius:.9rem;font-size:.95rem;outline:none;padding:.7rem .9rem;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.shayari-textarea{min-height:150px;resize:vertical}.shayari-input:focus,.shayari-textarea:focus{background:#fff;border-color:#a855f7;box-shadow:0 0 0 3px #c4b5fd8c}.shayari-message{border-radius:.75rem;font-size:.9rem;padding:.55rem .8rem;text-align:center}.shayari-message--success{background:#ecfdf3;border:1px solid #bbf7d0;color:#15803d}.shayari-message--error{background:#fef2f2;border:1px solid #fecaca;color:#b91c1c}.shayari-primary-btn{background:linear-gradient(90deg,#ef4444,#ec4899,#8b5cf6);border:none;border-radius:999px;box-shadow:0 12px 30px #9333ea73;color:#f9fafb;cursor:pointer;font-size:.95rem;font-weight:600;margin-top:.5rem;padding:.75rem 1rem;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease;width:100%}.shayari-primary-btn:hover:not(:disabled){box-shadow:0 18px 40px #9333ea8c;transform:translateY(-1px)}.shayari-primary-btn:disabled{box-shadow:none;cursor:not-allowed;opacity:.65}.shayari-secondary-btn{background:#dc2626;border:none;border-radius:999px;box-shadow:0 10px 24px #dc262673;color:#fef2f2;cursor:pointer;font-size:.9rem;font-weight:500;margin-top:.65rem;padding:.72rem 1rem;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease;width:100%}.shayari-secondary-btn:hover{box-shadow:0 16px 30px #dc262699;transform:translateY(-1px)}.shayari-form-footer-dots{display:flex;gap:.45rem;justify-content:center;padding:0 0 1.25rem}.shayari-form-footer-dots span{background:#fb7185;border-radius:999px;height:.45rem;width:.45rem}.shayari-form-footer-dots span:nth-child(2){background:#a855f7}.shayari-form-footer-dots span:nth-child(3){background:#38bdf8}@media (max-width:768px){.shayari-form-body{padding:1.75rem 1.4rem 1.5rem}.shayari-form-grid{grid-template-columns:1fr}}.admin-shayari-card{background:linear-gradient(135deg,#fff7f7,#fefce8);border:1px solid #fee2e2e6;border-radius:1.5rem;box-shadow:0 18px 40px #0f172a1f;margin:1.5rem auto;max-width:760px}.admin-shayari-inner{padding:1.9rem 2.1rem 1.75rem;position:relative}.admin-shayari-title{color:#b91c1c;font-size:1.25rem;font-weight:700;margin-bottom:1.1rem}.admin-shayari-quote-block{margin-bottom:1.4rem;padding:.4rem .4rem .2rem;position:relative}.admin-shayari-quote-icon{color:#9333ea40;font-size:1.6rem;position:absolute}.admin-shayari-quote-icon--left{left:.1rem;top:-.4rem}.admin-shayari-quote-icon--right{bottom:-.4rem;right:.1rem}.admin-shayari-text{padding:.3rem 2.4rem}.admin-shayari-line{color:#0f172a;font-size:1.05rem;font-weight:500;text-align:center}.admin-shayari-readmore-wrap{margin-top:.6rem;text-align:center}.admin-shayari-readmore-btn{background:linear-gradient(90deg,#fb7185,#a855f7);border:none;border-radius:999px;box-shadow:0 10px 26px #9333ea73;color:#f9fafb;cursor:pointer;font-size:.9rem;font-weight:600;padding:.55rem 1.4rem;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.admin-shayari-readmore-btn:hover{box-shadow:0 14px 32px #9333ea8c;transform:translateY(-1px)}.admin-shayari-author{color:#4b5563;font-size:.95rem;margin-top:1.2rem;text-align:right}.admin-shayari-actions{border-top:1px solid #f8fafce6;display:flex;gap:.8rem;justify-content:center;margin-top:1.4rem;padding-top:.9rem}.admin-shayari-btn{border:none;border-radius:999px;box-shadow:0 12px 30px #0f172a2e;color:#f9fafb;cursor:pointer;font-size:.9rem;font-weight:600;min-width:90px;padding:.55rem 1.1rem;transition:transform .15s ease,box-shadow .15s ease,opacity .15s ease}.admin-shayari-btn--edit{background:linear-gradient(135deg,#3b82f6,#6366f1)}.admin-shayari-btn--delete{background:linear-gradient(135deg,#ef4444,#b91c1c)}.admin-shayari-btn:hover{box-shadow:0 16px 32px #0f172a40;transform:translateY(-1px)}
/*# sourceMappingURL=main.c0b06a62.css.map*/