@font-face{font-family:__Vazirmatn_54dde5;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/912fd6360a93005b-s.p.woff2) format("woff2");unicode-range:u+06??,u+0750-077f,u+0870-088e,u+0890-0891,u+0897-08e1,u+08e3-08ff,u+200c-200e,u+2010-2011,u+204f,u+2e41,u+fb50-fdff,u+fe70-fe74,u+fe76-fefc,u+102e0-102fb,u+10e60-10e7e,u+10ec2-10ec4,u+10efc-10eff,u+1ee00-1ee03,u+1ee05-1ee1f,u+1ee21-1ee22,u+1ee24,u+1ee27,u+1ee29-1ee32,u+1ee34-1ee37,u+1ee39,u+1ee3b,u+1ee42,u+1ee47,u+1ee49,u+1ee4b,u+1ee4d-1ee4f,u+1ee51-1ee52,u+1ee54,u+1ee57,u+1ee59,u+1ee5b,u+1ee5d,u+1ee5f,u+1ee61-1ee62,u+1ee64,u+1ee67-1ee6a,u+1ee6c-1ee72,u+1ee74-1ee77,u+1ee79-1ee7c,u+1ee7e,u+1ee80-1ee89,u+1ee8b-1ee9b,u+1eea1-1eea3,u+1eea5-1eea9,u+1eeab-1eebb,u+1eef0-1eef1}@font-face{font-family:__Vazirmatn_54dde5;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/17cf9497af825577-s.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Vazirmatn_54dde5;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8c96cc4bd2a39381-s.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Vazirmatn_Fallback_54dde5;src:local("Arial");ascent-override:101.87%;descent-override:53.36%;line-gap-override:0.00%;size-adjust:100.66%}.__className_54dde5{font-family:__Vazirmatn_54dde5,__Vazirmatn_Fallback_54dde5;font-style:normal}.poets-container{max-width:1200px;margin:2rem auto;padding:2rem 1rem;direction:rtl;min-height:100vh}.loading-container,.poets-container{display:flex;flex-direction:column;gap:1rem}.loading-container{justify-content:center;align-items:center;min-height:60vh}.loading-spinner{width:60px;height:60px;border-radius:50%;border:4px solid rgb(var(--foreground)/.1);border-top-color:rgb(var(--foreground)/.8);animation:spin 1s ease-in-out infinite}.loading-text{color:rgb(var(--foreground)/.8);font-size:1.25rem;font-weight:500}@keyframes spin{to{transform:rotate(1turn)}}.poets-title{text-align:center;color:rgb(var(--foreground)/.95);font-size:2.5rem;margin-bottom:2rem;font-weight:500}.century-section{background:rgb(var(--background)/.05);border-radius:.75rem;overflow:hidden;transition:all .3s ease}.century-title-button{width:100%;padding:.75rem 1.25rem;background:none;border:none;cursor:pointer;transition:background-color .3s ease}.century-title-button:hover{background:rgb(var(--foreground)/.05)}.century-title{color:rgb(var(--foreground)/.9);font-size:1.75rem;font-weight:500;text-align:right;margin:0;display:flex;justify-content:space-between;align-items:center}.arrow{font-size:1rem;transition:transform .3s ease;color:rgb(var(--foreground)/.6)}.arrow.open{transform:rotate(180deg)}.poets-grid-container{overflow:hidden;transition:height .3s ease-in-out;height:0}.poets-grid-container.open{height:var(--grid-height);overflow:visible}.poets-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:1rem;padding:.5rem 1rem 1.5rem;opacity:0;transform:translateY(-10px);transition:all .3s ease}.poets-grid-container.open .poets-grid{opacity:1;transform:translateY(0)}.poet-card{background:rgb(var(--foreground)/.1);backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:.75rem;padding:.75rem;transition:all .3s ease;text-decoration:none;display:flex;flex-direction:column;align-items:center}.poet-card:hover{background:rgb(var(--foreground)/.15)}.poet-image-container{width:60px;height:60px;margin-bottom:.5rem;position:relative;border-radius:50%;overflow:hidden;display:flex;align-items:center;justify-content:center}.poet-image{width:60px!important;height:60px!important;-o-object-fit:cover!important;object-fit:cover!important;border-radius:50%;background:transparent!important}.poet-name{color:rgb(var(--foreground)/.95);font-size:1rem;font-weight:500;margin:0;text-align:center}.poet-nickname{color:rgb(var(--foreground)/.7);font-size:.8rem;margin-top:.25rem;text-align:center}.poet-info{color:rgb(var(--foreground)/.8);font-size:.9rem;margin-top:1rem;text-align:center}.poet-info p{margin:.25rem 0}@media (max-width:768px){.poets-container{padding:1.5rem 1rem;margin:1rem auto}.poets-title{font-size:2rem;margin-bottom:1.5rem}.century-title{font-size:1.5rem}.poets-grid{grid-template-columns:repeat(4,1fr);gap:.75rem;padding:.5rem 1rem 1.25rem}.poet-card{padding:.5rem}.poet-name{font-size:.9rem}.poet-nickname{font-size:.75rem}}@media (max-width:480px){.poets-container{padding:1rem;margin:.5rem auto}.poets-title{font-size:1.75rem;margin-bottom:1.25rem}.century-title{font-size:1.25rem}.poets-grid{grid-template-columns:repeat(3,1fr);gap:.5rem;padding:.5rem .75rem 1.25rem}.poet-card{padding:.5rem .25rem;margin-bottom:.5rem}.poet-image-container{width:50px;height:50px}.poet-image{width:50px!important;height:50px!important}.poets-grid-container.open{overflow:visible}}.category-section{margin-top:1rem;display:flex;flex-direction:column;background:rgb(var(--background)/.03);border-radius:1rem;overflow:visible}.category-section>button{width:100%;padding:.75rem 1.25rem;background:none;border:none;cursor:pointer;transition:background-color .3s ease;margin-bottom:0}.category-section .century-section{margin:.5rem 1rem;overflow:visible}.category-section .century-section:first-of-type{margin-top:1rem}.category-section .century-section:last-child{margin-bottom:.5rem}.category-section>.poets-grid-container{transition:height .4s ease-in-out,opacity .3s ease}.category-section>.poets-grid-container>div{padding-bottom:1rem;overflow:visible}.category-section>button:hover{background:rgb(var(--foreground)/.05)}.category-title{color:rgb(var(--foreground)/.95);font-size:1.75rem;font-weight:500;text-align:right;margin:0;display:flex;justify-content:space-between;align-items:center}.category-section>.poets-grid-container>div{display:flex;flex-direction:column;gap:.5rem;opacity:0;transform:translateY(-10px);transition:all .3s ease}.category-section>.poets-grid-container.open>div{opacity:1;transform:translateY(0);overflow:visible}@media (max-width:480px){.category-section .century-section{margin:.5rem}.category-section>.poets-grid-container.open{overflow:visible!important;height:auto!important}.century-section .poets-grid-container.open,.poets-grid-container.open{overflow:visible!important}}