.Header-module__P0e49G__header{background:var(--background-white);border-bottom:1px solid var(--border-light);z-index:500;position:sticky;top:0}.Header-module__P0e49G__container{justify-content:space-between;max-width:1200px;margin:0 auto;padding-top:25px;padding-bottom:20px}.Header-module__P0e49G__container,.Header-module__P0e49G__logo{align-items:center;display:flex}.Header-module__P0e49G__logo{color:var(--text-primary);font-size:1.125rem;font-weight:600;text-decoration:none}.Header-module__P0e49G__logoSvg{width:auto;height:32px;margin-right:.75rem}.Header-module__P0e49G__nav{gap:2rem;display:flex}.Header-module__P0e49G__navLink{color:var(--text-secondary);white-space:nowrap;align-items:center;font-size:.95rem;font-weight:500;text-decoration:none;transition:color .2s;display:inline-flex}.Header-module__P0e49G__navLink:hover{color:var(--text-primary)}.Header-module__P0e49G__dropdownWrapper{display:inline-block;position:relative}.Header-module__P0e49G__dropdownWrapper button{cursor:pointer;background:0 0;border:none;align-items:center;padding:0;display:flex}.Header-module__P0e49G__dropdownMenu{background:var(--background-white);border:1px solid var(--border-light);box-shadow:0 8px 32px var(--shadow-medium);z-index:1000;border-radius:12px;grid-template-columns:1fr 1fr;gap:4px;min-width:400px;max-height:500px;margin-top:12px;margin-left:16px;margin-right:16px;padding:12px;animation:.2s Header-module__P0e49G__fadeIn;display:grid;position:absolute;top:100%;left:50%;overflow-y:auto;transform:translate(-50%)}.Header-module__P0e49G__dropdownMenu:before{content:"";background:0 0;height:8px;position:absolute;top:-8px;left:0;right:0}@keyframes Header-module__P0e49G__fadeIn{0%{opacity:0;transform:translate(-50%)translateY(-8px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.Header-module__P0e49G__dropdownItem{color:var(--text-secondary);white-space:nowrap;border-radius:6px;padding:8px 12px;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.Header-module__P0e49G__dropdownItem:hover{color:var(--text-primary);background-color:#007aff14}.Header-module__P0e49G__hamburger{cursor:pointer;background:0 0;border:none;border-radius:8px;flex-direction:column;justify-content:center;align-items:center;width:44px;height:44px;padding:8px;transition:background-color .2s;display:none}.Header-module__P0e49G__hamburger:hover{background-color:#007aff14}.Header-module__P0e49G__hamburger span{background-color:var(--text-primary);border-radius:2px;width:24px;height:2px;margin:2px 0;transition:all .3s}.Header-module__P0e49G__hamburger.Header-module__P0e49G__active span:first-child{transform:rotate(-45deg)translate(-4px,5px)}.Header-module__P0e49G__hamburger.Header-module__P0e49G__active span:nth-child(2){opacity:0}.Header-module__P0e49G__hamburger.Header-module__P0e49G__active span:nth-child(3){transform:rotate(45deg)translate(-4px,-5px)}.Header-module__P0e49G__mobileMenu{background:var(--background-white);border-top:1px solid var(--border-light);box-shadow:0 8px 32px var(--shadow-medium);opacity:0;visibility:hidden;z-index:99;transition:all .3s;display:none;position:absolute;top:100%;left:0;right:0;transform:translateY(-10px)}.Header-module__P0e49G__mobileMenu.Header-module__P0e49G__active{opacity:1;visibility:visible;z-index:999;display:block;transform:translateY(0)}.Header-module__P0e49G__mobileNav{flex-direction:column;padding:20px 0;display:flex}.Header-module__P0e49G__mobileNavLink{color:var(--text-secondary);border-left:3px solid #0000;padding:16px 24px;font-size:1rem;font-weight:500;text-decoration:none;transition:all .2s}.Header-module__P0e49G__mobileNavLink:hover{border-left-color:var(--primary-color);color:var(--text-primary);background-color:#007aff0d}.Header-module__P0e49G__mobileDropdownWrapper{flex-direction:column;display:flex}.Header-module__P0e49G__mobileCategoryHeader{border-left:3px solid #0000;align-items:stretch;transition:all .2s;display:flex}.Header-module__P0e49G__mobileCategoryHeader:hover{border-left-color:var(--primary-color);background-color:#007aff0d}.Header-module__P0e49G__mobileDropdownToggle{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:16px 24px;transition:color .2s;display:flex}.Header-module__P0e49G__mobileDropdownToggle:hover{color:var(--text-primary)}.Header-module__P0e49G__mobileDropdownWrapper button{cursor:pointer;text-align:left;background:0 0;border:none;justify-content:space-between;align-items:center;display:flex}.Header-module__P0e49G__mobileDropdownMenu{background-color:#007aff05;animation:.3s Header-module__P0e49G__slideDown}@keyframes Header-module__P0e49G__slideDown{0%{opacity:0;max-height:0}to{opacity:1;max-height:1000px}}.Header-module__P0e49G__mobileDropdownItem{color:var(--text-secondary);border-left:3px solid #0000;padding:12px 24px 12px 40px;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .2s;display:block}.Header-module__P0e49G__mobileDropdownItem:hover{border-left-color:var(--primary-color);color:var(--text-primary);background-color:#007aff14}@media (max-width:1200px){.Header-module__P0e49G__header{padding:0 20px}}@media (max-width:768px){.Header-module__P0e49G__nav{display:none}.Header-module__P0e49G__hamburger{display:flex}.Header-module__P0e49G__mobileMenu{display:block}.Header-module__P0e49G__container{padding-top:10px;padding-bottom:10px}.Header-module__P0e49G__logoSvg{height:24px}}@media (max-width:480px){.Header-module__P0e49G__mobileNavLink{padding:14px 20px;font-size:.95rem}}
.Footer-module__3eW00W__footer{background:var(--background-white);border-top:1px solid var(--border-light);padding:60px 24px;font-size:.9rem}.Footer-module__3eW00W__footerContent{max-width:1200px;margin:0 auto}.Footer-module__3eW00W__footerMain{justify-content:space-between;gap:48px;margin-bottom:40px;display:flex}.Footer-module__3eW00W__footerBrand{max-width:360px}.Footer-module__3eW00W__footerLogo{height:28px;margin-bottom:16px}.Footer-module__3eW00W__footerTagline{color:var(--text-secondary);line-height:1.6}.Footer-module__3eW00W__footerLinks{flex-wrap:wrap;gap:60px;display:flex}.Footer-module__3eW00W__footerColumn{min-width:150px}.Footer-module__3eW00W__footerHeading{color:var(--text-primary);margin-bottom:16px;font-size:1rem;font-weight:600}.Footer-module__3eW00W__footerNav{flex-direction:column;gap:12px;display:flex}.Footer-module__3eW00W__footerLink{color:var(--text-secondary);text-decoration:none;transition:color .2s}.Footer-module__3eW00W__footerLink:hover{color:var(--primary-color)}.Footer-module__3eW00W__footerLinkInactive{color:#b0b0b0;cursor:default;opacity:.6;pointer-events:none;text-decoration:none}.Footer-module__3eW00W__footerLegal{border-top:1px solid var(--border-light);color:var(--text-secondary);justify-content:space-between;align-items:center;padding-top:24px;display:flex}.Footer-module__3eW00W__legalLinkContainer{gap:24px;display:flex}.Footer-module__3eW00W__legalLink{color:var(--text-secondary);text-decoration:none;transition:color .2s}.Footer-module__3eW00W__legalLink:hover{color:var(--primary-color)}.Footer-module__3eW00W__footerCopyright{font-size:.85rem}.Footer-module__3eW00W__categoriesCloud{margin-top:20px}.Footer-module__3eW00W__categoriesCloudTitle{color:var(--text-primary);margin-bottom:12px;font-size:.85rem;font-weight:600}.Footer-module__3eW00W__categoriesCloudItems{flex-wrap:wrap;gap:8px;display:flex}.Footer-module__3eW00W__categoryTag{background:var(--background-gray,#f5f5f5);border:1px solid var(--border-light,#e0e0e0);color:var(--text-secondary);white-space:nowrap;border-radius:12px;padding:4px 8px;font-size:.75rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.Footer-module__3eW00W__categoryTag:hover{background:var(--primary-color,#007aff);border-color:var(--primary-color,#007aff);color:#fff;transform:translateY(-1px)}.Footer-module__3eW00W__categoriesCloudLoading{color:var(--text-secondary);font-size:.75rem;font-style:italic}@media (max-width:768px){.Footer-module__3eW00W__footerMain{flex-direction:column;gap:40px}.Footer-module__3eW00W__footerLinks{gap:40px}.Footer-module__3eW00W__footerLegal{flex-direction:column-reverse;align-items:flex-start;gap:20px}.Footer-module__3eW00W__categoriesCloud{margin-top:16px}.Footer-module__3eW00W__categoriesCloudItems{gap:6px}.Footer-module__3eW00W__categoryTag{padding:3px 6px;font-size:.7rem}}@media (max-width:480px){.Footer-module__3eW00W__footer{padding:40px 24px}.Footer-module__3eW00W__footerLinks{flex-direction:column;gap:32px}}
.FaqAccordion-module__p4gtzG__faqSection{padding:40px 0 80px}.FaqAccordion-module__p4gtzG__wrapper{max-width:900px;margin-left:auto;margin-right:auto}.FaqAccordion-module__p4gtzG__title{color:var(--text-primary);text-align:center;margin-bottom:24px;font-size:2rem;font-weight:700}.FaqAccordion-module__p4gtzG__accordion{flex-direction:column;gap:12px;display:flex}.FaqAccordion-module__p4gtzG__item{background:var(--background-white);border:1px solid var(--border-light);box-shadow:0 1px 2px var(--shadow-light);border-radius:12px;overflow:hidden}.FaqAccordion-module__p4gtzG__button{cursor:pointer;background:0 0;border:none;justify-content:space-between;align-items:center;gap:16px;width:100%;padding:16px 20px;display:flex}.FaqAccordion-module__p4gtzG__question{color:var(--text-primary);text-align:left;font-size:1rem;font-weight:600}.FaqAccordion-module__p4gtzG__icon{color:var(--text-secondary);border-radius:9999px;flex:none;justify-content:center;align-items:center;width:24px;height:24px;transition:transform .2s;display:inline-flex}.FaqAccordion-module__p4gtzG__iconOpen{transform:rotate(45deg)}.FaqAccordion-module__p4gtzG__content{color:var(--text-secondary);padding:0 20px 16px;line-height:1.7}.FaqAccordion-module__p4gtzG__content p{margin-bottom:12px}.FaqAccordion-module__p4gtzG__content ul{margin:8px 0 0 18px}.FaqAccordion-module__p4gtzG__content li{margin:6px 0}@media (max-width:1200px){.FaqAccordion-module__p4gtzG__faqSection{padding:40px 20px}}@media (max-width:768px){.FaqAccordion-module__p4gtzG__title{margin-bottom:16px;font-size:1.5rem}}
.Breadcrumbs-module__HepCPW__breadcrumbs{z-index:10;margin-top:2rem;margin-bottom:1.5rem;position:relative}.Breadcrumbs-module__HepCPW__list{flex-wrap:wrap;margin:0;padding:0;font-size:.875rem;line-height:1.25rem;list-style:none}.Breadcrumbs-module__HepCPW__item,.Breadcrumbs-module__HepCPW__list{align-items:center;gap:.5rem;display:flex}.Breadcrumbs-module__HepCPW__link{color:#666;text-decoration:none;transition:color .2s}.Breadcrumbs-module__HepCPW__link:hover{color:#000;text-decoration:none}.Breadcrumbs-module__HepCPW__separator{color:#999;-webkit-user-select:none;user-select:none;font-size:1rem}.Breadcrumbs-module__HepCPW__current{color:#000;font-weight:500}@media (prefers-color-scheme:dark){.Breadcrumbs-module__HepCPW__link{color:#999}.Breadcrumbs-module__HepCPW__link:hover{color:#fff}.Breadcrumbs-module__HepCPW__separator{color:#666}.Breadcrumbs-module__HepCPW__current{color:#fff}}@media (max-width:640px){.Breadcrumbs-module__HepCPW__breadcrumbs{margin-top:1.5rem;margin-bottom:1rem}.Breadcrumbs-module__HepCPW__list{font-size:.8125rem}.Breadcrumbs-module__HepCPW__item,.Breadcrumbs-module__HepCPW__list{gap:.375rem}.Breadcrumbs-module__HepCPW__separator{font-size:.875rem}}
.AnimatedBackground-module__PaKDGq__animatedBg{z-index:0;position:absolute;inset:0;overflow:hidden}.AnimatedBackground-module__PaKDGq__bubble{opacity:.7;background:linear-gradient(135deg,#007aff14,#5856d614 50%,#ff2d5514);border-radius:50%;animation:12s ease-in-out infinite AnimatedBackground-module__PaKDGq__aiFloat;position:absolute}.AnimatedBackground-module__PaKDGq__bubble1{width:200px;height:200px;animation-duration:16s;animation-delay:0s;top:10%;left:5%}.AnimatedBackground-module__PaKDGq__bubble2{width:120px;height:120px;animation-duration:20s;animation-delay:-3s;top:20%;right:10%}.AnimatedBackground-module__PaKDGq__bubble3{width:300px;height:300px;animation-duration:24s;animation-delay:-6s;top:50%;left:60%}.AnimatedBackground-module__PaKDGq__bubble4{width:80px;height:80px;animation-duration:14s;animation-delay:-2s;bottom:20%;left:20%}.AnimatedBackground-module__PaKDGq__bubble5{width:180px;height:180px;animation-duration:18s;animation-delay:-4s;bottom:10%;right:25%}@keyframes AnimatedBackground-module__PaKDGq__aiFloat{0%{opacity:.4;transform:translateY(0)translate(0)scale(1)rotate(0)}25%{opacity:.7;transform:translateY(-40px)translate(20px)scale(1.1)rotate(90deg)}50%{opacity:.3;transform:translateY(-80px)translate(-15px)scale(.9)rotate(180deg)}75%{opacity:.6;transform:translateY(-40px)translate(-30px)scale(1.05)rotate(270deg)}to{opacity:.4;transform:translateY(0)translate(0)scale(1)rotate(1turn)}}.AnimatedBackground-module__PaKDGq__neuralNetwork{pointer-events:none;z-index:1;width:100%;height:100%;position:absolute;top:0;left:0}.AnimatedBackground-module__PaKDGq__node{background:linear-gradient(45deg,var(--primary-color),var(--secondary-color));border-radius:50%;width:6px;height:6px;animation:4s ease-in-out infinite AnimatedBackground-module__PaKDGq__pulse;position:absolute}.AnimatedBackground-module__PaKDGq__node1{animation-delay:0s;top:25%;left:15%}.AnimatedBackground-module__PaKDGq__node2{animation-delay:1.5s;top:60%;right:20%}.AnimatedBackground-module__PaKDGq__node3{animation-delay:3s;bottom:30%;left:70%}@keyframes AnimatedBackground-module__PaKDGq__pulse{0%,to{opacity:.3;transform:scale(1);box-shadow:0 0 #007aff4d}50%{opacity:1;transform:scale(1.8);box-shadow:0 0 0 8px #007aff00}}@keyframes AnimatedBackground-module__PaKDGq__dataFlow{0%{opacity:.2;transform:scaleY(.5)}50%{opacity:.6;transform:scaleY(1)}to{opacity:.2;transform:scaleY(.5)}}
.PageListingTemplate-module__0nCiJa__pageContainer{max-width:1280px;margin:0 auto;padding:5rem 2.5rem 6rem;animation:.5s ease-in-out PageListingTemplate-module__0nCiJa__fadeIn}@keyframes PageListingTemplate-module__0nCiJa__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.PageListingTemplate-module__0nCiJa__pageTitle{background:linear-gradient(135deg,#2c2c2e,#06c 50%,#4a4a9a);text-align:left;z-index:150;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:3rem;padding-top:2rem;padding-bottom:8rem;font-size:2.6rem;font-weight:700;line-height:1.2;position:relative}.PageListingTemplate-module__0nCiJa__pageTitleListing{padding-bottom:10px}.PageListingTemplate-module__0nCiJa__pageContent{color:var(--text-secondary);z-index:150;gap:12rem;margin-top:2rem;padding-bottom:6rem;font-size:1.18rem;line-height:2.1;position:relative}.PageListingTemplate-module__0nCiJa__pageContent,.PageListingTemplate-module__0nCiJa__section-heading{flex-direction:column;display:flex}.PageListingTemplate-module__0nCiJa__section-heading{text-align:left;justify-content:flex-start;align-items:flex-start;padding-top:.2em}.PageListingTemplate-module__0nCiJa__section-heading h1{color:var(--text-primary);margin-bottom:.7rem;font-size:2.7rem;font-weight:800;line-height:1.1}.PageListingTemplate-module__0nCiJa__section-heading h2{color:var(--text-primary);border-bottom:1px solid #d3d3d3;margin-bottom:.5rem;padding-bottom:1.6rem;font-size:2rem;font-weight:700;line-height:1.15}.PageListingTemplate-module__0nCiJa__section-content{flex-direction:column;gap:2.5rem;line-height:32px;display:flex}.PageListingTemplate-module__0nCiJa__section-content blockquote,.PageListingTemplate-module__0nCiJa__section-content p,.PageListingTemplate-module__0nCiJa__section-content ul{color:var(--text-seccondary);margin:0}.PageListingTemplate-module__0nCiJa__section-content h3{color:var(--text-primary);margin-bottom:1.6rem;font-size:1.6rem;font-weight:400;line-height:1.2}.PageListingTemplate-module__0nCiJa__section-content ul{margin-left:1.2rem;padding-left:.8rem}.PageListingTemplate-module__0nCiJa__section-content li{margin-bottom:.7rem;list-style-type:disc}.PageListingTemplate-module__0nCiJa__section-content blockquote{border-left:5px solid var(--primary-color,#0070f3);color:#2a3a4a;background:#f7fafd;border-radius:0 8px 8px 0;margin:2rem 0;padding:1.2rem 1.5rem;font-size:1.25rem;font-style:italic;font-weight:500;box-shadow:0 2px 8px #00000008}.PageListingTemplate-module__0nCiJa__section-content strong{color:#111;letter-spacing:.01em;font-size:1.08em;font-weight:700}.PageListingTemplate-module__0nCiJa__section-content .PageListingTemplate-module__0nCiJa__highlight{background-color:#e6f7ff;border-radius:4px;padding:.2rem .4rem}@media (max-width:1200px){.PageListingTemplate-module__0nCiJa__pageContainer{padding:60px 20px}}@media (max-width:900px){.PageListingTemplate-module__0nCiJa__pageContainer{padding:40px 20px}.PageListingTemplate-module__0nCiJa__pageContent{gap:8rem}.PageListingTemplate-module__0nCiJa__pageTitle{padding-bottom:2rem}.PageListingTemplate-module__0nCiJa__section-heading{margin-bottom:.5rem}.PageListingTemplate-module__0nCiJa__section-heading h1{font-size:2rem}.PageListingTemplate-module__0nCiJa__section-heading h2{font-size:1.8rem}.PageListingTemplate-module__0nCiJa__section-heading h3{font-size:1.1rem}.PageListingTemplate-module__0nCiJa__section-content h3{font-size:1.4rem}.PageListingTemplate-module__0nCiJa__section-content p,.PageListingTemplate-module__0nCiJa__section-content ul{font-size:1rem;line-height:24px}.PageListingTemplate-module__0nCiJa__section-content blockquote{padding:.8rem 1rem;font-size:1.05rem}}@media (max-width:768px){.PageListingTemplate-module__0nCiJa__pageContainer{text-align:left;display:block}.PageListingTemplate-module__0nCiJa__pageTitle{text-align:left;margin-bottom:0;font-size:2rem}}
.CardSorting-module__v0dviq__cardsSortingContainer{justify-content:space-between;align-items:center;gap:12px;margin-bottom:40px;display:flex}.CardSorting-module__v0dviq__promptsCount{color:var(--text-primary);font-family:Inter,sans-serif;font-size:1rem;font-weight:600}.CardSorting-module__v0dviq__sortingWrapper{align-items:center;gap:12px;display:flex}.CardSorting-module__v0dviq__cardsSortingLabel{font-size:1rem}.CardSorting-module__v0dviq__cardsSortingLabel,.CardSorting-module__v0dviq__cardsSortingSelect{color:var(--text-primary);font-family:Inter,sans-serif;font-weight:500}.CardSorting-module__v0dviq__cardsSortingSelect{appearance:none;background:var(--background-white);border:1px solid var(--border-light);box-shadow:0 1px 3px var(--shadow-light),0 1px 2px #0000000d;cursor:pointer;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E");background-position:right 12px center;background-repeat:no-repeat;background-size:16px 16px;border-radius:12px;outline:none;min-width:160px;padding:12px 40px 12px 20px;font-size:.95rem;line-height:1.5;transition:all .2s}.CardSorting-module__v0dviq__cardsSortingSelect:hover{border-color:var(--primary-color);box-shadow:0 2px 8px var(--shadow-medium),0 0 0 1px #007aff1a}.CardSorting-module__v0dviq__cardsSortingSelect:focus{border-color:var(--primary-color);box-shadow:0 0 0 3px #007aff1a,0 2px 8px var(--shadow-medium)}@supports ((-webkit-appearance:none)){.CardSorting-module__v0dviq__cardsSortingSelect{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 20 20'%3E%3Cpath stroke='%236b7280' stroke-linecap='round' stroke-linejoin='round' stroke-width='1.5' d='m6 8 4 4 4-4'/%3E%3C/svg%3E")}}.CardSorting-module__v0dviq__cardsSortingSelect::-webkit-scrollbar{width:8px}.CardSorting-module__v0dviq__cardsSortingSelect::-webkit-scrollbar-track{background:var(--background-light)}.CardSorting-module__v0dviq__cardsSortingSelect::-webkit-scrollbar-thumb{background-color:var(--text-secondary);border-radius:4px}.CardSorting-module__v0dviq__cardsSortingSelect option{background:var(--background-white);color:var(--text-primary);border:none;padding:12px 16px;font-family:Inter,sans-serif;font-size:.95rem;font-weight:500;line-height:1.5;transition:all .2s}.CardSorting-module__v0dviq__cardsSortingSelect option:focus,.CardSorting-module__v0dviq__cardsSortingSelect option:hover{background:var(--background-light);color:var(--primary-color)}.CardSorting-module__v0dviq__cardsSortingSelect option:checked{background:var(--primary-color);color:#fff;font-weight:600}.CardSorting-module__v0dviq__cardsSortingSelectWrapper{display:inline-block;position:relative}.CardSorting-module__v0dviq__cardsSortingSelectWrapper:after{border-left:6px solid #0000;border-right:6px solid #0000;border-top:6px solid var(--text-secondary);content:"";pointer-events:none;width:0;height:0;transition:all .2s;position:absolute;top:50%;right:12px;transform:translateY(-50%)}.CardSorting-module__v0dviq__cardsSortingSelectWrapper:hover:after{border-top-color:var(--primary-color)}.CardSorting-module__v0dviq__cardsSortingSelect{background-image:none}.CardSorting-module__v0dviq__cardsSortingSelectWrapper .CardSorting-module__v0dviq__cardsSortingSelect{background-image:none;padding-right:32px}@-moz-document url-prefix(){.CardSorting-module__v0dviq__cardsSortingSelect option{background:var(--background-white);color:var(--text-primary);padding:8px 12px}.CardSorting-module__v0dviq__cardsSortingSelect option:hover{background:var(--background-light);color:var(--primary-color)}.CardSorting-module__v0dviq__cardsSortingSelect option:checked{background:var(--primary-color);color:#fff}}@supports ((-webkit-appearance:none)){.CardSorting-module__v0dviq__cardsSortingSelect option{background:var(--background-white);color:var(--text-primary)}.CardSorting-module__v0dviq__cardsSortingSelect option:hover{background:linear-gradient(135deg,var(--background-light)0,#007aff0d 100%);color:var(--primary-color)}.CardSorting-module__v0dviq__cardsSortingSelect option:checked{background:linear-gradient(135deg,var(--primary-color)0,var(--secondary-color)100%);color:#fff}}.CardSorting-module__v0dviq__customSelect{width:210px;font-family:Inter,sans-serif;display:inline-block;position:relative}.CardSorting-module__v0dviq__customSelectTrigger{background:var(--background-white);border:1px solid var(--border-light);box-shadow:0 1px 3px var(--shadow-light),0 1px 2px #0000000d;color:var(--text-primary);cursor:pointer;border-radius:12px;justify-content:space-between;align-items:center;padding:12px 16px;font-size:.95rem;font-weight:500;transition:all .2s;display:flex;position:relative}.CardSorting-module__v0dviq__customSelectTrigger:hover{border-color:var(--primary-color);box-shadow:0 2px 8px var(--shadow-medium),0 0 0 1px #007aff1a}.CardSorting-module__v0dviq__customSelectTrigger.CardSorting-module__v0dviq__active{border-color:var(--primary-color);box-shadow:0 0 0 3px #007aff1a,0 2px 8px var(--shadow-medium)}.CardSorting-module__v0dviq__customSelectArrow{width:12px;height:12px;transition:transform .2s}.CardSorting-module__v0dviq__customSelectArrow.CardSorting-module__v0dviq__rotated{transform:rotate(180deg)}.CardSorting-module__v0dviq__customSelectDropdown{background:var(--background-white);border:1px solid var(--border-light);box-shadow:0 8px 32px var(--shadow-medium),0 2px 8px var(--shadow-heavy);opacity:0;visibility:hidden;z-index:1000;border-radius:12px;width:210px;max-height:250px;margin-top:4px;transition:all .2s;position:absolute;top:100%;right:0;overflow-y:auto;transform:translateY(-8px)}.CardSorting-module__v0dviq__customSelectDropdown.CardSorting-module__v0dviq__active{opacity:1;visibility:visible;transform:translateY(0)}.CardSorting-module__v0dviq__customSelectOption{color:var(--text-primary);cursor:pointer;border-bottom:1px solid #0000000a;padding:12px 16px;font-size:.95rem;font-weight:500;transition:all .2s}.CardSorting-module__v0dviq__customSelectOption:last-child{border-bottom:none}.CardSorting-module__v0dviq__customSelectOption:hover{background:var(--background-light);color:var(--primary-color)}.CardSorting-module__v0dviq__customSelectOption.CardSorting-module__v0dviq__selected{background:linear-gradient(135deg,var(--primary-color)0,var(--secondary-color)100%);color:#fff;font-weight:600}.CardSorting-module__v0dviq__customSelectOption.CardSorting-module__v0dviq__selected:hover{background:linear-gradient(135deg,var(--secondary-color)0,var(--primary-color)100%)}.CardSorting-module__v0dviq__customSelectDropdown::-webkit-scrollbar{width:6px}.CardSorting-module__v0dviq__customSelectDropdown::-webkit-scrollbar-track{background:var(--background-light);border-radius:3px}.CardSorting-module__v0dviq__customSelectDropdown::-webkit-scrollbar-thumb{background-color:var(--text-secondary);border-radius:3px}.CardSorting-module__v0dviq__customSelectDropdown::-webkit-scrollbar-thumb:hover{background-color:var(--primary-color)}@media (max-width:768px){.CardSorting-module__v0dviq__cardsSortingContainer{flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:16px;margin-bottom:1rem;padding-top:1.8rem}.CardSorting-module__v0dviq__promptsCount{font-size:.95rem}.CardSorting-module__v0dviq__sortingWrapper{justify-content:flex-start;width:100%}.CardSorting-module__v0dviq__cardsSortingSelect{min-width:140px;padding:10px 32px 10px 16px;font-size:.9rem}.CardSorting-module__v0dviq__customSelect{width:180px}.CardSorting-module__v0dviq__customSelectTrigger{margin:0;font-size:.8rem}.CardSorting-module__v0dviq__customSelectDropdown{width:180px}.CardSorting-module__v0dviq__customSelectOption{font-size:.8rem}.CardSorting-module__v0dviq__cardsSortingLabel{font-size:.75rem}}@media (max-width:480px){.CardSorting-module__v0dviq__cardsSortingContainer{flex-direction:column;align-items:flex-start;gap:.5rem}.CardSorting-module__v0dviq__cardsSortingSelect{width:100%;max-width:200px}}
.Card-module__Z9ZE6a__card{background-color:var(--background-white);border:1px solid var(--border-light);border-radius:var(--border-radius);box-shadow:0 4px 24px var(--shadow-light),0 1px 3px var(--shadow-medium);flex-direction:column;justify-self:stretch;width:100%;max-width:none;padding:38px;transition:all .3s;display:flex;position:relative}.Card-module__Z9ZE6a__card:hover{box-shadow:0 8px 32px var(--shadow-medium),0 2px 8px var(--shadow-heavy);transform:translateY(-4px)}.Card-module__Z9ZE6a__cardHeader{justify-content:space-between;align-items:center;display:flex}.Card-module__Z9ZE6a__cardCategories{flex-wrap:wrap;gap:8px;display:flex}.Card-module__Z9ZE6a__cardCategory{background-color:var(--primary-color);border-color:var(--primary-color);color:#fff;cursor:pointer;border-radius:8px;padding:4px 12px;font-size:.75rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.Card-module__Z9ZE6a__cardCategory:hover{background-color:var(--primary-hover,#06c);transform:translateY(-1px);box-shadow:0 2px 8px #007aff4d}.Card-module__Z9ZE6a__cardTitle{color:var(--text-primary);letter-spacing:-.01em;min-height:50px;margin:20px 0;font-size:1.4rem;font-weight:600;line-height:1.1}.Card-module__Z9ZE6a__cardTags{cursor:default;flex-wrap:wrap;gap:8px;height:28px;display:flex;overflow:hidden}.Card-module__Z9ZE6a__cardTag{background-color:#f5f5f9;border-radius:8px;padding:4px 12px;font-size:.75rem;font-weight:500}.Card-module__Z9ZE6a__cardDescription,.Card-module__Z9ZE6a__cardTag{color:var(--text-secondary)}.Card-module__Z9ZE6a__cardDescription{flex-direction:column;flex-grow:1;justify-content:flex-end;margin:40px 0 24px;font-size:.875rem;line-height:1.6;display:flex}.Card-module__Z9ZE6a__lineClamp2{line-clamp:2;-webkit-line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.Card-module__Z9ZE6a__cardDescriptionText{margin-bottom:8px;line-height:1.6}.Card-module__Z9ZE6a__cardFooter{justify-content:space-between}.Card-module__Z9ZE6a__cardFooter,.Card-module__Z9ZE6a__cardRating{align-items:center;display:flex}.Card-module__Z9ZE6a__cardRating{gap:8px}.Card-module__Z9ZE6a__star{color:#86868b;cursor:pointer;background:0 0;border:none;align-items:center;padding:0;font-size:1rem;transition:all .2s;display:flex}.Card-module__Z9ZE6a__star:hover{color:#fbbf24;transform:scale(1.1)}.Card-module__Z9ZE6a__star:disabled{cursor:default}.Card-module__Z9ZE6a__starStarred{color:#fbbf24!important}.Card-module__Z9ZE6a__starAnimating{animation:.6s ease-out forwards Card-module__Z9ZE6a__starBurst}@keyframes Card-module__Z9ZE6a__starBurst{0%{opacity:1;transform:scale(1)}50%{opacity:1;transform:scale(1.8)}to{opacity:0;transform:scale(2.5)}}.Card-module__Z9ZE6a__ratingNumber{color:var(--text-secondary);font-size:.875rem;font-weight:500}.Card-module__Z9ZE6a__cardActions{gap:12px;display:flex}.Card-module__Z9ZE6a__btn{cursor:pointer;border:none;border-radius:8px;padding:14px 28px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;transition:all .2s}.Card-module__Z9ZE6a__btnPrimary{border:1px solid var(--primary-color);color:var(--primary-color);background-color:#0000}.Card-module__Z9ZE6a__btnPrimary:hover{border-color:var(--primary-color);box-shadow:0 4px 12px #007aff1f,0 12px 16px var(--shadow-medium);background-position:100%}.Card-module__Z9ZE6a__btnSecondary{border:1px solid var(--border-medium);color:var(--text-secondary);background-color:#0000}.Card-module__Z9ZE6a__btnSecondary:hover{background-color:var(--background-light);border-color:var(--text-secondary);color:var(--text-primary);box-shadow:0 2px 8px #00000014}.Card-module__Z9ZE6a__cardMore{color:var(--primary-color);cursor:pointer;background:0 0;border:none;padding:0;font-size:.875rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline}.Card-module__Z9ZE6a__cardMore:hover{color:var(--secondary-color);text-decoration:underline}.Card-module__Z9ZE6a__pre{white-space:pre-wrap;word-wrap:break-word}.Card-module__Z9ZE6a__titleLink{color:inherit;text-decoration:none}@media (max-width:768px){.Card-module__Z9ZE6a__card{padding:1rem}}
.Popup-module__UtxJuG__overlay{z-index:1000;justify-content:center;align-items:center;display:flex;position:fixed;bottom:20px;left:50%;transform:translate(-50%)}.Popup-module__UtxJuG__popup{color:#fff;cursor:pointer;background-color:#333;border-radius:8px;padding:1rem 2rem;box-shadow:0 4px 8px #0000001a}
.CardGrid-module__kwbrga__cardsSection{padding:40px 0 80px}.CardGrid-module__kwbrga__categoryHeader{text-align:center;margin-bottom:2rem}.CardGrid-module__kwbrga__categoryTitle{color:var(--foreground);margin-bottom:.5rem;font-size:2.5rem;font-weight:700}.CardGrid-module__kwbrga__categoryDescriptionWrapper{max-width:800px;margin-bottom:1rem;margin-left:auto;margin-right:auto}.CardGrid-module__kwbrga__categoryDescription{color:var(--text-muted);margin-bottom:.5rem;font-size:1rem;line-height:1.6}.CardGrid-module__kwbrga__categoryDescriptionClamped{-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.CardGrid-module__kwbrga__showMoreButton{color:#3b82f6;cursor:pointer;background:0 0;border:none;padding:0;font-size:1rem;font-weight:500;text-decoration:underline;transition:color .2s}.CardGrid-module__kwbrga__showMoreButton:hover{color:#2563eb}.CardGrid-module__kwbrga__categoryStats{color:var(--text-muted);margin-bottom:12px;font-size:1rem;font-weight:500}.CardGrid-module__kwbrga__cardsGrid{grid-template-columns:repeat(2,1fr);align-items:stretch;gap:32px;margin-top:32px;display:grid}@keyframes CardGrid-module__kwbrga__pulse{0%,to{opacity:1}50%{opacity:.5}}.CardGrid-module__kwbrga__skeletonCard{background:#f8f9fa;min-height:400px}.CardGrid-module__kwbrga__skeletonTitle{width:60%;height:3rem;margin-bottom:1rem}.CardGrid-module__kwbrga__skeletonSubtitle,.CardGrid-module__kwbrga__skeletonTitle{background:linear-gradient(90deg,#f0f0f0 25%,#e0e0e0 50%,#f0f0f0 75%) 0 0/200% 100%;border-radius:4px;margin-left:auto;margin-right:auto;animation:1.5s infinite CardGrid-module__kwbrga__skeleton-loading}.CardGrid-module__kwbrga__skeletonSubtitle{width:40%;height:1.5rem;margin-bottom:2rem}@keyframes CardGrid-module__kwbrga__skeleton-loading{0%{background-position:-200% 0}to{background-position:200% 0}}.CardGrid-module__kwbrga__skeletonLine1{height:20px}.CardGrid-module__kwbrga__skeletonLine1,.CardGrid-module__kwbrga__skeletonLine2{background:#e9ecef;border-radius:4px;margin-bottom:16px;animation:1.5s ease-in-out infinite CardGrid-module__kwbrga__pulse}.CardGrid-module__kwbrga__skeletonLine2{height:40px}.CardGrid-module__kwbrga__skeletonLine3{background:#e9ecef;border-radius:4px;height:80px;animation:1.5s ease-in-out infinite CardGrid-module__kwbrga__pulse}.CardGrid-module__kwbrga__errorContainer,.CardGrid-module__kwbrga__noPromptsContainer{color:var(--text-secondary);text-align:center;padding:60px 20px}.CardGrid-module__kwbrga__errorTitle,.CardGrid-module__kwbrga__noPromptsTitle{color:var(--text-primary);margin-bottom:16px}.CardGrid-module__kwbrga__errorMessage{margin-bottom:24px}.CardGrid-module__kwbrga__clearFiltersButton{margin-top:16px}@media (max-width:1200px){.CardGrid-module__kwbrga__cardsSection{padding:40px 20px}}@media (max-width:768px){.CardGrid-module__kwbrga__cardsGrid{grid-template-columns:1fr}.CardGrid-module__kwbrga__cardsSection{padding:40px 20px}}.CardGrid-module__kwbrga__paginationContainer{gap:8px;margin-top:40px;padding:20px 0}.CardGrid-module__kwbrga__paginationButton,.CardGrid-module__kwbrga__paginationContainer{justify-content:center;align-items:center;display:flex}.CardGrid-module__kwbrga__paginationButton{color:#374151;cursor:pointer;background:#fff;border:1px solid #e1e5e9;border-radius:6px;min-width:40px;height:40px;padding:8px 12px;font-size:14px;font-weight:500;transition:all .2s}.CardGrid-module__kwbrga__paginationButton:hover:not(:disabled):not(.CardGrid-module__kwbrga__disabled){color:#3b82f6;background:#f8fafc;border-color:#3b82f6}.CardGrid-module__kwbrga__paginationButton.CardGrid-module__kwbrga__disabled,.CardGrid-module__kwbrga__paginationButton:disabled{color:#9ca3af;cursor:not-allowed;opacity:.5;pointer-events:none}.CardGrid-module__kwbrga__paginationButton.CardGrid-module__kwbrga__active{color:#fff;background:#3b82f6;border-color:#3b82f6}.CardGrid-module__kwbrga__paginationButton.CardGrid-module__kwbrga__active:hover{background:#2563eb;border-color:#2563eb}.CardGrid-module__kwbrga__pageNumbers{gap:8px;display:flex}.CardGrid-module__kwbrga__pageIndicator{color:#374151;text-align:center;min-width:60px;font-size:14px;font-weight:500;display:none}@media (max-width:768px){.CardGrid-module__kwbrga__paginationContainer{gap:12px;margin-top:20px}.CardGrid-module__kwbrga__paginationButton{min-width:40px;height:40px;padding:8px 12px;font-size:16px}.CardGrid-module__kwbrga__firstLastButton,.CardGrid-module__kwbrga__pageNumbers{display:none}.CardGrid-module__kwbrga__pageIndicator{justify-content:center;align-items:center;display:flex}}
.PageTemplate-module__3hTM_G__pageContainer{max-width:1280px;margin:0 auto;padding:5rem 2.5rem 6rem;animation:.5s ease-in-out PageTemplate-module__3hTM_G__fadeIn}@keyframes PageTemplate-module__3hTM_G__fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.PageTemplate-module__3hTM_G__pageTitle{background:linear-gradient(135deg,#2c2c2e,#06c 50%,#4a4a9a);text-align:left;z-index:150;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:3rem;padding-top:6rem;padding-bottom:8rem;font-size:2.6rem;font-weight:700;line-height:1.2;position:relative}.PageTemplate-module__3hTM_G__pageTitleListing{padding-bottom:10px}.PageTemplate-module__3hTM_G__pageContent{color:var(--text-secondary);z-index:150;flex-direction:column;gap:12rem;margin-top:2rem;padding-bottom:6rem;font-size:1.18rem;line-height:2.1;display:flex;position:relative}.PageTemplate-module__3hTM_G__pageContent section{grid-template-columns:260px 1fr;align-items:flex-start;gap:2.5rem 3.5rem;display:grid}.PageTemplate-module__3hTM_G__section-heading{text-align:left;flex-direction:column;justify-content:flex-start;align-items:flex-start;padding-top:.2em;display:flex}.PageTemplate-module__3hTM_G__section-heading h1{color:var(--text-primary);margin-bottom:.7rem;font-size:2.7rem;font-weight:800;line-height:1.1}.PageTemplate-module__3hTM_G__section-heading h2{color:var(--text-primary);border-bottom:1px solid #d3d3d3;margin-bottom:.5rem;padding-bottom:1.6rem;font-size:2rem;font-weight:700;line-height:1.15}.PageTemplate-module__3hTM_G__section-content{flex-direction:column;gap:2.5rem;line-height:32px;display:flex}.PageTemplate-module__3hTM_G__section-content blockquote,.PageTemplate-module__3hTM_G__section-content p,.PageTemplate-module__3hTM_G__section-content ul{color:var(--text-seccondary);margin:0}.PageTemplate-module__3hTM_G__section-content h3{color:var(--text-primary);margin-bottom:1.6rem;font-size:1.6rem;font-weight:400;line-height:1.2}.PageTemplate-module__3hTM_G__section-content ul{margin-left:1.2rem;padding-left:.8rem}.PageTemplate-module__3hTM_G__section-content li{margin-bottom:.7rem;list-style-type:disc}.PageTemplate-module__3hTM_G__section-content blockquote{border-left:5px solid var(--primary-color,#0070f3);color:#2a3a4a;background:#f7fafd;border-radius:0 8px 8px 0;margin:2rem 0;padding:1.2rem 1.5rem;font-size:1.25rem;font-style:italic;font-weight:500;box-shadow:0 2px 8px #00000008}.PageTemplate-module__3hTM_G__section-content strong{color:#111;letter-spacing:.01em;font-size:1.08em;font-weight:700}.PageTemplate-module__3hTM_G__section-content .PageTemplate-module__3hTM_G__highlight{background-color:#e6f7ff;border-radius:4px;padding:.2rem .4rem}@media (max-width:1200px){.PageTemplate-module__3hTM_G__pageContainer,.PageTemplate-module__3hTM_G__pageTitle{padding:60px 20px}.PageTemplate-module__3hTM_G__pageTitle{font-size:2.2rem}.PageTemplate-module__3hTM_G__pageContent{padding-left:20px;padding-right:20px}}@media (max-width:900px){.PageTemplate-module__3hTM_G__pageContainer{padding:40px 20px}.PageTemplate-module__3hTM_G__pageContent{gap:8rem}.PageTemplate-module__3hTM_G__pageTitle{padding-bottom:2rem}.PageTemplate-module__3hTM_G__pageContent section{grid-template-columns:1fr;gap:1.5rem 0}.PageTemplate-module__3hTM_G__section-heading{margin-bottom:.5rem}.PageTemplate-module__3hTM_G__section-heading h1{font-size:2rem}.PageTemplate-module__3hTM_G__section-heading h2{font-size:1.8rem}.PageTemplate-module__3hTM_G__section-heading h3{font-size:1.1rem}.PageTemplate-module__3hTM_G__section-content h3{font-size:1.4rem}.PageTemplate-module__3hTM_G__section-content p,.PageTemplate-module__3hTM_G__section-content ul{font-size:1rem;line-height:24px}.PageTemplate-module__3hTM_G__section-content blockquote{padding:.8rem 1rem;font-size:1.05rem}}@media (max-width:768px){.PageTemplate-module__3hTM_G__pageContainer{text-align:left;display:block}.PageTemplate-module__3hTM_G__pageTitle{text-align:left;margin-bottom:0;font-size:2rem}}
.ShareButtons-module__tQs9yq__shareButtons{gap:8px}.ShareButtons-module__tQs9yq__shareButton,.ShareButtons-module__tQs9yq__shareButtons{align-items:center;display:flex}.ShareButtons-module__tQs9yq__shareButton{border:1px solid var(--border-light);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:8px;justify-content:center;width:36px;height:36px;text-decoration:none;transition:all .2s}.ShareButtons-module__tQs9yq__shareButton:hover{background:var(--background-light);border-color:var(--border-medium);color:var(--text-primary);transform:translateY(-1px)}.ShareButtons-module__tQs9yq__shareButton svg{width:18px;height:18px}@media (max-width:768px){.ShareButtons-module__tQs9yq__shareButtons{gap:6px}.ShareButtons-module__tQs9yq__shareButton{width:32px;height:32px}.ShareButtons-module__tQs9yq__shareButton svg{width:16px;height:16px}}
.CategoryPage-module__CEV9GW__errorContainer{text-align:center;padding:2rem}.CategoryPage-module__CEV9GW__primaryButton{background-color:var(--primary-color);border-radius:var(--border-radius);color:#fff;cursor:pointer;border:none;margin-top:1rem;padding:.5rem 1rem}.CategoryPage-module__CEV9GW__backButtonContainer{margin-bottom:1rem}.CategoryPage-module__CEV9GW__backButton{border:1px solid var(--border-color);border-radius:var(--border-radius);color:var(--foreground);cursor:pointer;background-color:#0000;padding:.5rem 1rem;font-size:.9rem}
.Categories-module__FhS_XW__categoriesContainer{max-width:1200px;margin:0 auto;padding:2rem 1rem}.Categories-module__FhS_XW__header{text-align:center;margin-bottom:3rem}.Categories-module__FhS_XW__title{color:var(--foreground);margin-bottom:1rem;font-size:2.5rem;font-weight:700}.Categories-module__FhS_XW__description{color:var(--text-secondary);max-width:800px;margin:0 auto;font-size:1.125rem;line-height:1.6}.Categories-module__FhS_XW__categoriesGrid{grid-template-columns:repeat(auto-fill,minmax(320px,1fr));gap:1.5rem;margin-bottom:3rem;display:grid}.Categories-module__FhS_XW__categoryCard{border:1px solid var(--border-color);border-radius:var(--border-radius);color:var(--foreground);cursor:pointer;background:#fff;flex-direction:column;padding:1.5rem;text-decoration:none;transition:all .2s;display:flex}.Categories-module__FhS_XW__categoryCard:hover{border-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 12px #0000001a}.Categories-module__FhS_XW__categoryHeader{justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1rem;display:flex}.Categories-module__FhS_XW__categoryName{color:var(--foreground);flex:1;margin:0;font-size:1.5rem;font-weight:600}.Categories-module__FhS_XW__promptCount{background:var(--background);color:var(--text-secondary);white-space:nowrap;border-radius:12px;padding:.25rem .75rem;font-size:.875rem;font-weight:500}.Categories-module__FhS_XW__categoryDescription{color:var(--text-secondary);-webkit-line-clamp:3;text-overflow:ellipsis;-webkit-box-orient:vertical;flex:1;margin:0 0 1rem;font-size:1rem;line-height:1.6;display:-webkit-box;overflow:hidden}.Categories-module__FhS_XW__categoryFooter{border-top:1px solid var(--border-color);justify-content:flex-end;align-items:center;margin-top:auto;padding-top:1rem;display:flex}.Categories-module__FhS_XW__viewLink{color:var(--primary-color);font-size:.9rem;font-weight:500;transition:color .2s}.Categories-module__FhS_XW__categoryCard:hover .Categories-module__FhS_XW__viewLink{color:var(--primary-hover)}.Categories-module__FhS_XW__emptyState{color:var(--text-secondary);text-align:center;padding:3rem 1rem}@media (max-width:768px){.Categories-module__FhS_XW__categoriesContainer{padding:1.5rem 1rem}.Categories-module__FhS_XW__title{font-size:2rem}.Categories-module__FhS_XW__description{font-size:1rem}.Categories-module__FhS_XW__categoriesGrid{grid-template-columns:1fr;gap:1rem}.Categories-module__FhS_XW__categoryCard{padding:1.25rem}.Categories-module__FhS_XW__categoryName{font-size:1.25rem}}@media (max-width:480px){.Categories-module__FhS_XW__title{font-size:1.75rem}.Categories-module__FhS_XW__categoryHeader{flex-direction:column;gap:.5rem}.Categories-module__FhS_XW__promptCount{align-self:flex-start}}
.SinglePrompt-module__eKyeFW__promptContainer{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}.SinglePrompt-module__eKyeFW__stickyElement{box-sizing:border-box;z-index:100;margin:0 -32px -32px;padding:32px 0 0;position:sticky;bottom:0}.SinglePrompt-module__eKyeFW__promptContent,.SinglePrompt-module__eKyeFW__stickyElement{overflow:visible}.SinglePrompt-module__eKyeFW__stickyElement .SinglePrompt-module__eKyeFW__promptActions{background-color:var(--background-white);border-top:1px solid var(--border-light);padding:24px 32px 32px}.SinglePrompt-module__eKyeFW__stickyElement .SinglePrompt-module__eKyeFW__promptActions,.SinglePrompt-module__eKyeFW__stickyElement .SinglePrompt-module__eKyeFW__promptActions .SinglePrompt-module__eKyeFW__content{justify-content:space-between;align-items:center;width:100%;display:flex}.SinglePrompt-module__eKyeFW__promptHeader{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:20px;display:flex}.SinglePrompt-module__eKyeFW__backButton{border:1px solid var(--border-light);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-size:.875rem;text-decoration:none;transition:all .2s;display:inline-flex}.SinglePrompt-module__eKyeFW__backButton:hover{background:var(--background-light);border-color:var(--border-medium);color:var(--text-primary)}.SinglePrompt-module__eKyeFW__promptMeta{align-items:center;gap:16px;display:flex}.SinglePrompt-module__eKyeFW__promptCategory{background-color:var(--primary-color);color:#fff;border-radius:8px;padding:4px 12px;font-size:.75rem;font-weight:500;text-decoration:none;transition:all .2s;display:inline-block}.SinglePrompt-module__eKyeFW__promptCategory:hover{background-color:var(--primary-color-dark,#0056b3);transform:translateY(-1px);box-shadow:0 2px 8px #00000026}.SinglePrompt-module__eKyeFW__promptDate{color:var(--text-secondary);font-size:.875rem}.SinglePrompt-module__eKyeFW__promptTitle{margin-bottom:24px}.SinglePrompt-module__eKyeFW__promptTitle h1{color:var(--text-primary);letter-spacing:-.01em;margin:0;font-size:2.5rem;font-weight:700;line-height:1.2}.SinglePrompt-module__eKyeFW__promptTagsContainer{justify-content:space-between;align-items:center;gap:16px;margin-bottom:32px;display:flex}.SinglePrompt-module__eKyeFW__promptTags{flex-wrap:wrap;flex:1;gap:8px;display:flex}.SinglePrompt-module__eKyeFW__promptTag{color:var(--text-secondary);background-color:#f5f5f9;border-radius:8px;padding:4px 12px;font-size:.75rem;font-weight:500}.SinglePrompt-module__eKyeFW__promptColumns{gap:40px;margin-bottom:32px;display:flex}.SinglePrompt-module__eKyeFW__promptContent{background:var(--background-white);border:1px solid var(--border-light);border-radius:var(--border-radius);box-shadow:0 4px 24px var(--shadow-light),0 1px 3px var(--shadow-medium);flex:1;padding:32px}.SinglePrompt-module__eKyeFW__promptText{color:var(--text-primary);margin-bottom:32px;font-size:1rem;line-height:1.5}.SinglePrompt-module__eKyeFW__secondColumn{background:var(--background-white);border:1px solid var(--border-light);border-radius:var(--border-radius);box-shadow:0 4px 24px var(--shadow-light),0 1px 3px var(--shadow-medium);color:var(--text-secondary);margin-top:32px;padding:32px;font-size:1rem;line-height:1.7}.SinglePrompt-module__eKyeFW__relatedSection{margin-top:60px}.SinglePrompt-module__eKyeFW__relatedTitle{color:var(--text-primary);margin-bottom:1.5rem;font-size:1.75rem;font-weight:600;line-height:1.3}.SinglePrompt-module__eKyeFW__relatedGrid{grid-template-columns:repeat(2,1fr);align-items:stretch;gap:32px;display:grid}.SinglePrompt-module__eKyeFW__secondColumn p{color:var(--text-secondary);margin-bottom:1rem;line-height:1.6}.SinglePrompt-module__eKyeFW__secondColumn h1{margin-bottom:1.5rem;font-size:1.75rem}.SinglePrompt-module__eKyeFW__secondColumn h1,.SinglePrompt-module__eKyeFW__secondColumn h2{color:var(--text-primary);font-weight:600;line-height:1.3}.SinglePrompt-module__eKyeFW__secondColumn h2{margin-top:2rem;margin-bottom:1rem;font-size:1.25rem}.SinglePrompt-module__eKyeFW__secondColumn h3{color:var(--text-primary);margin-top:1.5rem;margin-bottom:.75rem;font-size:1.1rem;font-weight:600;line-height:1.3}.SinglePrompt-module__eKyeFW__secondColumn ul{margin-bottom:1rem;margin-left:1.2rem;padding-left:.8rem}.SinglePrompt-module__eKyeFW__secondColumn li{margin-bottom:.5rem;line-height:1.6;list-style-type:disc}.SinglePrompt-module__eKyeFW__secondColumn blockquote{border-left:5px solid var(--primary-color,#0070f3);color:#2a3a4a;background:#f7fafd;border-radius:0 8px 8px 0;margin:2rem 0;padding:1.2rem 1.5rem;font-size:1.25rem;font-style:italic;font-weight:500;box-shadow:0 2px 8px #00000008}.SinglePrompt-module__eKyeFW__secondColumn strong{color:#111;letter-spacing:.01em;font-size:1.08em;font-weight:700}.SinglePrompt-module__eKyeFW__secondColumn .SinglePrompt-module__eKyeFW__highlight{background-color:#e6f7ff;border-radius:4px;padding:.2rem .4rem}.SinglePrompt-module__eKyeFW__secondColumn .SinglePrompt-module__eKyeFW__example-box{border:1px solid var(--border-light);background:#f8f9fa;border-radius:8px;margin:1.5rem 0;padding:1.5rem}.SinglePrompt-module__eKyeFW__secondColumn .SinglePrompt-module__eKyeFW__bad-prompt{color:#dc3545;font-weight:600}.SinglePrompt-module__eKyeFW__secondColumn .SinglePrompt-module__eKyeFW__good-prompt{color:#28a745;font-weight:600}.SinglePrompt-module__eKyeFW__promptText h1,.SinglePrompt-module__eKyeFW__promptText h2,.SinglePrompt-module__eKyeFW__promptText h3,.SinglePrompt-module__eKyeFW__promptText h4,.SinglePrompt-module__eKyeFW__promptText h5,.SinglePrompt-module__eKyeFW__promptText h6{color:var(--text-primary);margin-top:1.5rem;margin-bottom:.75rem;line-height:1.3}.SinglePrompt-module__eKyeFW__promptText h1{margin-top:0;font-size:1.5rem;font-weight:600}.SinglePrompt-module__eKyeFW__promptText h2{font-size:1.25rem;font-weight:600}.SinglePrompt-module__eKyeFW__promptText h3{font-size:1.125rem;font-weight:600}.SinglePrompt-module__eKyeFW__promptText h4{font-size:1rem;font-weight:600}.SinglePrompt-module__eKyeFW__promptText h5{font-size:.9rem;font-weight:600}.SinglePrompt-module__eKyeFW__promptText h6{font-size:.85rem;font-weight:600}.SinglePrompt-module__eKyeFW__promptText p{margin-bottom:.75rem;line-height:1.6}.SinglePrompt-module__eKyeFW__promptText ol,.SinglePrompt-module__eKyeFW__promptText ul{margin-bottom:.75rem;padding-left:1.5rem}.SinglePrompt-module__eKyeFW__promptText li{margin-bottom:.25rem;line-height:1.5}.SinglePrompt-module__eKyeFW__promptText strong{color:var(--text-primary);font-weight:600}.SinglePrompt-module__eKyeFW__promptText code{color:#d63384;background:#f5f5f9;border-radius:4px;padding:.2rem .4rem;font-family:Monaco,Menlo,Ubuntu Mono,monospace;font-size:.9em}.SinglePrompt-module__eKyeFW__promptText pre{border:1px solid var(--border-light);background:#f8f9fa;border-radius:8px;margin:.75rem 0;padding:1rem;overflow-x:auto}.SinglePrompt-module__eKyeFW__promptText pre code{color:#333;background:0 0;padding:0;font-size:.9em}.SinglePrompt-module__eKyeFW__promptText blockquote{border-left:4px solid var(--primary-color);color:var(--text-secondary);background:#f8f9fa;border-radius:0 8px 8px 0;margin:.75rem 0;padding:.75rem .75rem .75rem 1rem;font-style:italic}.SinglePrompt-module__eKyeFW__promptText table{border-collapse:collapse;width:100%;margin:.75rem 0;font-size:.9rem}.SinglePrompt-module__eKyeFW__promptText td,.SinglePrompt-module__eKyeFW__promptText th{border-bottom:1px solid var(--border-light);text-align:left;padding:.5rem .75rem}.SinglePrompt-module__eKyeFW__promptText th{color:var(--text-primary);background:#f8f9fa;font-weight:600}.SinglePrompt-module__eKyeFW__promptText hr{border:none;border-top:1px solid var(--border-light);margin:1.5rem 0}.SinglePrompt-module__eKyeFW__promptText img{border-radius:8px;max-width:100%;height:auto;margin:.75rem 0}.SinglePrompt-module__eKyeFW__promptActions{border-top:1px solid var(--border-light);justify-content:space-between;gap:12px;width:100%;padding-top:24px;box-shadow:0 -2px 8px #00000014}.SinglePrompt-module__eKyeFW__cardRating,.SinglePrompt-module__eKyeFW__promptActions{align-items:center;display:flex}.SinglePrompt-module__eKyeFW__cardRating{gap:8px}.SinglePrompt-module__eKyeFW__star{color:#86868b;cursor:pointer;background:0 0;border:none;align-items:center;padding:0;font-size:1rem;transition:all .2s;display:flex}.SinglePrompt-module__eKyeFW__star:hover{color:#fbbf24;transform:scale(1.1)}.SinglePrompt-module__eKyeFW__star:disabled{cursor:default}.SinglePrompt-module__eKyeFW__starStarred{color:#fbbf24!important}.SinglePrompt-module__eKyeFW__starAnimating{animation:.6s ease-out forwards SinglePrompt-module__eKyeFW__starBurst}@keyframes SinglePrompt-module__eKyeFW__starBurst{0%{opacity:1;transform:scale(1)}50%{opacity:1;transform:scale(1.8)}to{opacity:0;transform:scale(2.5)}}.SinglePrompt-module__eKyeFW__ratingNumber{color:var(--text-secondary);font-size:.875rem;font-weight:500}.SinglePrompt-module__eKyeFW__inputCounter{color:#666;cursor:pointer;font-size:14px;line-height:1.6}.SinglePrompt-module__eKyeFW__cardActions{gap:12px;display:flex}.SinglePrompt-module__eKyeFW__btn{cursor:pointer;border:none;border-radius:8px;padding:14px 28px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;transition:all .2s}.SinglePrompt-module__eKyeFW__btnPrimary{background-color:var(--primary-color);border:1px solid var(--primary-color);color:#fff}.SinglePrompt-module__eKyeFW__btnPrimary:hover{box-shadow:0 4px 12px #007aff1f,0 12px 16px var(--shadow-medium);background-color:#0056cc;border-color:#0056cc}.SinglePrompt-module__eKyeFW__btnSecondary{border:1px solid var(--border-medium);color:var(--text-secondary);background-color:#0000}.SinglePrompt-module__eKyeFW__btnSecondary:hover{background-color:var(--background-light);border-color:var(--text-secondary);color:var(--text-primary);box-shadow:0 2px 8px #00000014}.SinglePrompt-module__eKyeFW__promptRaw{border:1px solid var(--border-light);border-radius:var(--border-radius);background:#f8f9fa;padding:24px}.SinglePrompt-module__eKyeFW__promptRaw h3{color:var(--text-primary);margin:0 0 16px;font-size:1.125rem;font-weight:600}.SinglePrompt-module__eKyeFW__promptRawContent{border:1px solid var(--border-light);color:var(--text-secondary);white-space:pre-wrap;background:#fff;border-radius:8px;padding:16px;font-size:.875rem;line-height:1.6}.SinglePrompt-module__eKyeFW__error,.SinglePrompt-module__eKyeFW__loading{text-align:center;max-width:500px;margin:0 auto;padding:60px 20px}.SinglePrompt-module__eKyeFW__spinner{border-top:3px solid var(--border-light);border:3px solid var(--border-light);border-top-color:var(--primary-color);border-radius:50%;width:40px;height:40px;margin:0 auto 24px;animation:1s linear infinite SinglePrompt-module__eKyeFW__spin}@keyframes SinglePrompt-module__eKyeFW__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.SinglePrompt-module__eKyeFW__loading p{color:var(--text-secondary);font-size:1rem}.SinglePrompt-module__eKyeFW__error h2{color:var(--text-primary);margin-bottom:16px;font-size:1.5rem}.SinglePrompt-module__eKyeFW__error p{color:var(--text-secondary);margin-bottom:24px}.SinglePrompt-module__eKyeFW__retryButton{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:8px;margin-right:12px;padding:12px 24px;font-size:.875rem;font-weight:500;transition:background-color .2s}.SinglePrompt-module__eKyeFW__retryButton:hover{background:#0056b3}.SinglePrompt-module__eKyeFW__skeletonCard{background:#f8f9fa;border-radius:12px;min-height:300px;padding:20px}.SinglePrompt-module__eKyeFW__skeletonLine1{height:20px}.SinglePrompt-module__eKyeFW__skeletonLine1,.SinglePrompt-module__eKyeFW__skeletonLine2{background:#e9ecef;border-radius:4px;margin-bottom:16px;animation:1.5s ease-in-out infinite SinglePrompt-module__eKyeFW__pulse}.SinglePrompt-module__eKyeFW__skeletonLine2{height:40px}.SinglePrompt-module__eKyeFW__skeletonLine3{background:#e9ecef;border-radius:4px;height:80px;animation:1.5s ease-in-out infinite SinglePrompt-module__eKyeFW__pulse}@keyframes SinglePrompt-module__eKyeFW__pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:768px){.SinglePrompt-module__eKyeFW__promptContainer{padding:0}.SinglePrompt-module__eKyeFW__promptHeader{flex-direction:column;align-items:flex-start;gap:16px}.SinglePrompt-module__eKyeFW__promptMeta{gap:12px}.SinglePrompt-module__eKyeFW__promptTitle h1{font-size:2rem}.SinglePrompt-module__eKyeFW__promptTagsContainer{flex-direction:column;align-items:flex-start;gap:12px}.SinglePrompt-module__eKyeFW__promptContent{padding:24px 20px}.SinglePrompt-module__eKyeFW__promptActions{flex-direction:column;gap:8px}.SinglePrompt-module__eKyeFW__actionButton{justify-content:center;width:100%}.SinglePrompt-module__eKyeFW__promptColumns{flex-direction:column;gap:20px}.SinglePrompt-module__eKyeFW__relatedGrid{grid-template-columns:1fr}.SinglePrompt-module__eKyeFW__secondColumn{padding:24px 20px}.SinglePrompt-module__eKyeFW__inputCounter{margin-left:20px}}@media (max-width:480px){.SinglePrompt-module__eKyeFW__promptTitle h1{font-size:1.3rem;line-height:1.1}.SinglePrompt-module__eKyeFW__promptContent{padding:20px 16px}.SinglePrompt-module__eKyeFW__promptColumns{flex-direction:column;gap:20px}.SinglePrompt-module__eKyeFW__promptText,.SinglePrompt-module__eKyeFW__secondColumn{font-size:.95rem}}.SinglePrompt-module__eKyeFW__modalOverlay{z-index:1000;background-color:#00000080;justify-content:center;align-items:center;padding:20px;display:flex;position:fixed;inset:0}.SinglePrompt-module__eKyeFW__modalContent{background:#fff;border-radius:12px;width:100%;max-width:480px;padding:32px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a}.SinglePrompt-module__eKyeFW__modalTitle{color:var(--text-primary);margin:0 0 16px;font-size:1.5rem;font-weight:600}.SinglePrompt-module__eKyeFW__modalMessage{color:var(--text-secondary);margin:0 0 24px;font-size:1rem;line-height:1.6}.SinglePrompt-module__eKyeFW__modalActions{justify-content:flex-end;gap:12px;display:flex}@media (max-width:480px){.SinglePrompt-module__eKyeFW__modalContent{padding:24px}.SinglePrompt-module__eKyeFW__modalActions{flex-direction:column-reverse}.SinglePrompt-module__eKyeFW__modalActions .SinglePrompt-module__eKyeFW__btn{width:100%}}
.EditPrompt-module__NgFTXq__promptContainer{width:100%;margin:0 auto;padding:0 20px}.EditPrompt-module__NgFTXq__promptHeader{border-bottom:1px solid var(--border-light);justify-content:space-between;align-items:center;margin-bottom:24px;padding-bottom:20px;display:flex}.EditPrompt-module__NgFTXq__backButton{border:1px solid var(--border-light);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:8px;align-items:center;gap:8px;padding:8px 16px;font-size:.875rem;text-decoration:none;transition:all .2s;display:inline-flex}.EditPrompt-module__NgFTXq__backButton:hover{background:var(--background-light);border-color:var(--border-medium);color:var(--text-primary)}.EditPrompt-module__NgFTXq__promptMeta{align-items:center;gap:16px;display:flex}.EditPrompt-module__NgFTXq__promptCategory{background-color:var(--primary-color);color:#fff;border-radius:8px;padding:4px 12px;font-size:.75rem;font-weight:500}.EditPrompt-module__NgFTXq__promptDate{color:var(--text-secondary);font-size:.875rem}.EditPrompt-module__NgFTXq__promptTags{flex-wrap:wrap;gap:8px;margin-bottom:32px;display:flex}.EditPrompt-module__NgFTXq__promptTag{color:var(--text-secondary);background-color:#f5f5f9;border-radius:8px;padding:4px 12px;font-size:.75rem;font-weight:500}.EditPrompt-module__NgFTXq__passwordContainer{justify-content:center;align-items:center;min-height:60vh;margin-top:-100px;padding:0 20px;display:flex}.EditPrompt-module__NgFTXq__passwordForm{background:var(--background-white);border:1px solid var(--border-light);border-radius:var(--border-radius);box-shadow:0 4px 24px var(--shadow-light),0 1px 3px var(--shadow-medium);text-align:center;width:100%;max-width:400px;padding:40px}.EditPrompt-module__NgFTXq__passwordForm h2{color:var(--text-primary);margin-bottom:12px;font-size:1.5rem;font-weight:600}.EditPrompt-module__NgFTXq__passwordForm p{color:var(--text-secondary);margin-bottom:32px;font-size:.9rem}.EditPrompt-module__NgFTXq__passwordInput{background:var(--background-white);border:1px solid var(--border-light);color:var(--text-primary);border-radius:8px;width:100%;padding:16px;font-family:inherit;font-size:1rem;transition:border-color .2s}.EditPrompt-module__NgFTXq__passwordInput:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #007aff1a}.EditPrompt-module__NgFTXq__passwordInput:disabled{color:var(--text-secondary);cursor:not-allowed;background:#f8f9fa}.EditPrompt-module__NgFTXq__passwordError{color:#dc3545;text-align:left;margin-top:8px;font-size:.875rem}.EditPrompt-module__NgFTXq__passwordActions{justify-content:center;gap:12px;margin-top:24px;display:flex}.EditPrompt-module__NgFTXq__editForm{width:100%}.EditPrompt-module__NgFTXq__formGroup{margin-bottom:24px}.EditPrompt-module__NgFTXq__formLabel{margin-bottom:8px;font-size:1rem;display:block}.EditPrompt-module__NgFTXq__formLabel,.EditPrompt-module__NgFTXq__titleInput{color:var(--text-primary);font-weight:600}.EditPrompt-module__NgFTXq__titleInput{background:var(--background-white);border:1px solid var(--border-light);border-radius:8px;width:100%;padding:16px;font-family:inherit;font-size:1.5rem;transition:border-color .2s}.EditPrompt-module__NgFTXq__titleInput:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #007aff1a}.EditPrompt-module__NgFTXq__titleInput:disabled{color:var(--text-secondary);cursor:not-allowed;background:#f8f9fa}.EditPrompt-module__NgFTXq__promptColumns{gap:40px;margin-bottom:32px;display:flex}.EditPrompt-module__NgFTXq__promptContent{border-radius:var(--border-radius);box-shadow:0 4px 24px var(--shadow-light),0 1px 3px var(--shadow-medium);flex:1;padding:32px}.EditPrompt-module__NgFTXq__contentTextarea,.EditPrompt-module__NgFTXq__promptContent{background:var(--background-white);border:1px solid var(--border-light)}.EditPrompt-module__NgFTXq__contentTextarea{color:var(--text-primary);resize:vertical;border-radius:8px;width:100%;min-height:400px;padding:16px;font-family:inherit;font-size:1rem;line-height:1.7;transition:border-color .2s}.EditPrompt-module__NgFTXq__contentTextarea:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #007aff1a}.EditPrompt-module__NgFTXq__contentTextarea:disabled{color:var(--text-secondary);cursor:not-allowed;background:#f8f9fa}.EditPrompt-module__NgFTXq__smallTextarea{background:var(--background-white);border:1px solid var(--border-light);color:var(--text-primary);resize:vertical;border-radius:8px;width:100%;padding:12px;font-family:inherit;font-size:.95rem;line-height:1.6;transition:border-color .2s}.EditPrompt-module__NgFTXq__smallTextarea:focus{border-color:var(--primary-color);outline:none;box-shadow:0 0 0 3px #007aff1a}.EditPrompt-module__NgFTXq__smallTextarea:disabled{color:var(--text-secondary);cursor:not-allowed;background:#f8f9fa}.EditPrompt-module__NgFTXq__secondColumn{color:var(--text-secondary);flex-direction:column;flex:1;gap:2.5rem;font-size:1rem;line-height:32px;display:flex}.EditPrompt-module__NgFTXq__secondColumn p{color:var(--text-secondary);margin:0}.EditPrompt-module__NgFTXq__secondColumn h3{color:var(--text-primary);margin-bottom:1.6rem;font-size:1.6rem;font-weight:400;line-height:1.2}.EditPrompt-module__NgFTXq__promptActions{border-top:1px solid var(--border-light);justify-content:space-between;gap:12px;padding-top:24px}.EditPrompt-module__NgFTXq__cardRating,.EditPrompt-module__NgFTXq__promptActions{align-items:center;display:flex}.EditPrompt-module__NgFTXq__cardRating{gap:8px}.EditPrompt-module__NgFTXq__starIcon{color:#fbbf24;font-size:1rem}.EditPrompt-module__NgFTXq__ratingNumber{color:var(--text-secondary);font-size:.875rem;font-weight:500}.EditPrompt-module__NgFTXq__cardActions{gap:12px;display:flex}.EditPrompt-module__NgFTXq__generateButton{border:1px solid var(--primary-color);color:var(--primary-color);cursor:pointer;background:#fff;border-radius:8px;align-items:center;gap:8px;padding:14px 20px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;transition:all .2s;display:inline-flex}.EditPrompt-module__NgFTXq__generateButton:hover:not(:disabled){background:var(--background-light)}.EditPrompt-module__NgFTXq__generateButton:disabled{cursor:not-allowed;opacity:.6}.EditPrompt-module__NgFTXq__inlineSpinner{border-top:2px solid var(--border-light);border:2px solid var(--border-light);border-top-color:var(--primary-color);border-radius:50%;width:16px;height:16px;animation:1s linear infinite EditPrompt-module__NgFTXq__spin}.EditPrompt-module__NgFTXq__btn{cursor:pointer;border:none;border-radius:8px;padding:14px 28px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;transition:all .2s}.EditPrompt-module__NgFTXq__btnPrimary{background-color:var(--primary-color);border:1px solid var(--primary-color);color:#fff}.EditPrompt-module__NgFTXq__btnPrimary:hover:not(:disabled){box-shadow:0 4px 12px #007aff1f,0 12px 16px var(--shadow-medium);background-color:#0056b3}.EditPrompt-module__NgFTXq__btnPrimary:disabled{cursor:not-allowed;opacity:.6;background-color:#ccc;border-color:#ccc}.EditPrompt-module__NgFTXq__cancelButton{border:1px solid var(--border-medium);color:var(--text-secondary);cursor:pointer;background:0 0;border-radius:8px;padding:14px 28px;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;transition:all .2s}.EditPrompt-module__NgFTXq__cancelButton:hover:not(:disabled){background:var(--background-light);border-color:var(--border-medium);color:var(--text-primary)}.EditPrompt-module__NgFTXq__cancelButton:disabled{cursor:not-allowed;opacity:.6}.EditPrompt-module__NgFTXq__error,.EditPrompt-module__NgFTXq__loading{text-align:center;max-width:500px;margin:0 auto;padding:60px 20px}.EditPrompt-module__NgFTXq__spinner{border-top:3px solid var(--border-light);border:3px solid var(--border-light);border-top-color:var(--primary-color);border-radius:50%;width:40px;height:40px;margin:0 auto 24px;animation:1s linear infinite EditPrompt-module__NgFTXq__spin}@keyframes EditPrompt-module__NgFTXq__spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.EditPrompt-module__NgFTXq__loading p{color:var(--text-secondary);font-size:1rem}.EditPrompt-module__NgFTXq__error h2{color:var(--text-primary);margin-bottom:16px;font-size:1.5rem}.EditPrompt-module__NgFTXq__error p{color:var(--text-secondary);margin-bottom:24px}.EditPrompt-module__NgFTXq__retryButton{background:var(--primary-color);color:#fff;cursor:pointer;border:none;border-radius:8px;margin-right:12px;padding:12px 24px;font-size:.875rem;font-weight:500;transition:background-color .2s}.EditPrompt-module__NgFTXq__retryButton:hover{background:#0056b3}@media (max-width:768px){.EditPrompt-module__NgFTXq__promptContainer{padding:0 16px}.EditPrompt-module__NgFTXq__promptHeader{flex-direction:column;align-items:flex-start;gap:16px}.EditPrompt-module__NgFTXq__promptMeta{gap:12px}.EditPrompt-module__NgFTXq__titleInput{font-size:1.25rem}.EditPrompt-module__NgFTXq__promptContent{padding:24px 20px}.EditPrompt-module__NgFTXq__promptActions{flex-direction:column;gap:8px}.EditPrompt-module__NgFTXq__cardActions{flex-direction:column;width:100%}.EditPrompt-module__NgFTXq__btn,.EditPrompt-module__NgFTXq__cancelButton{justify-content:center;width:100%}.EditPrompt-module__NgFTXq__promptColumns{flex-direction:column;gap:20px}.EditPrompt-module__NgFTXq__contentTextarea{min-height:300px}.EditPrompt-module__NgFTXq__passwordForm{padding:30px 20px}.EditPrompt-module__NgFTXq__passwordActions{flex-direction:column}.EditPrompt-module__NgFTXq__passwordActions .EditPrompt-module__NgFTXq__btn,.EditPrompt-module__NgFTXq__passwordActions .EditPrompt-module__NgFTXq__cancelButton{width:100%}}@media (max-width:480px){.EditPrompt-module__NgFTXq__titleInput{padding:12px;font-size:1.125rem}.EditPrompt-module__NgFTXq__promptContent{padding:20px 16px}.EditPrompt-module__NgFTXq__contentTextarea{min-height:250px;padding:12px}.EditPrompt-module__NgFTXq__promptColumns{flex-direction:column;gap:20px}.EditPrompt-module__NgFTXq__secondColumn{font-size:.95rem}.EditPrompt-module__NgFTXq__passwordContainer{min-height:50vh;padding:20px 16px}.EditPrompt-module__NgFTXq__passwordForm{padding:24px 16px}.EditPrompt-module__NgFTXq__passwordInput{padding:12px}}
.Top10-module__SvQ7Dq__headerContainer{text-align:center;margin-bottom:2rem}.Top10-module__SvQ7Dq__title{background:linear-gradient(135deg,#2c2c2e,#06c 50%,#4a4a9a);text-align:left;z-index:150;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:0;padding-top:6rem;padding-bottom:5rem;font-size:2.6rem;font-weight:700;line-height:1.2;position:relative}.Top10-module__SvQ7Dq__subtitle{color:var(--foreground-muted);text-align:left;font-size:1.1rem}@media (max-width:1200px){.Top10-module__SvQ7Dq__title{font-size:2.2rem}.Top10-module__SvQ7Dq__subtitle,.Top10-module__SvQ7Dq__title{padding:60px 20px}}@media (max-width:900px){.Top10-module__SvQ7Dq__title{padding-bottom:2rem}}@media (max-width:768px){.Top10-module__SvQ7Dq__title{text-align:left;margin-bottom:0;font-size:2rem}}
