.prompt-library{display:flex;flex-direction:column;gap:20px;height:100%;min-height:0;color:#010610}.prompt-library__toolbar{display:flex;flex-direction:column;gap:14px}.prompt-library__search.ant-input-affix-wrapper{border-radius:8px;border:1px solid #ddd;font-size:13px}.prompt-library__search .ant-input{font-size:13px}.prompt-library__categories-row{display:flex;align-items:center;gap:8px;min-width:0}.prompt-library__categories{display:flex;flex-wrap:nowrap;gap:8px;flex:1;min-width:0;overflow-x:auto;scroll-behavior:smooth;-ms-overflow-style:none;scrollbar-width:none}.prompt-library__categories::-webkit-scrollbar{display:none}.prompt-library__cat-nav{flex-shrink:0;display:flex;align-items:center;gap:6px}.prompt-library__cat-arrow{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:1px solid #ddd;border-radius:8px;background:#fff;color:#000;font-size:13px;cursor:pointer;transition:background .2s ease,opacity .2s ease}.prompt-library__cat-arrow:hover:not(:disabled){background:#edeef0}.prompt-library__cat-arrow:disabled{opacity:.35;cursor:default}.prompt-library__category{flex-shrink:0;height:34px;padding:0 12px;display:flex;align-items:center;border:1px solid #ddd;border-radius:8px;background:#fff;color:#000;font-size:13px;cursor:pointer;white-space:nowrap;transition:background .2s ease,border-color .2s ease}.prompt-library__category:hover{background:#edeef0}.prompt-library__category--active{background:#e2e4e6;border-color:#c9ccd0}.prompt-library__center{flex:1;display:flex;align-items:center;justify-content:center;padding:56px 0}.prompt-library__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(170px,1fr));gap:12px}@media(max-width:640px){.prompt-library__grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr))}}.prompt-library__card{position:relative;padding:0;border:none;border-radius:12px;overflow:hidden;background:#fff;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.prompt-library__card:hover{transform:translateY(-4px);box-shadow:0 8px 24px rgba(0,0,0,.12)}.prompt-library__card:disabled{opacity:.7;cursor:progress;transform:none;box-shadow:none}.prompt-library__thumb{position:relative;width:100%;aspect-ratio:227/282;overflow:hidden;background:#f5f5f5}.prompt-library__thumb img{position:absolute;inset:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.prompt-library__thumb-placeholder{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#bfbfbf;font-size:30px}.prompt-library__count{position:absolute;bottom:12px;inset-inline-start:12px;display:flex;align-items:center;gap:4px;padding:4px 6px;border-radius:20px;background:rgba(0,0,0,.7);backdrop-filter:blur(4px);color:#fff;font-size:11px;line-height:1}.prompt-library__count svg{flex-shrink:0}.prompt-library__more{display:flex;justify-content:center;padding:12px 0 16px}.prompt-library__detail-head{display:flex;align-items:center;gap:10px}.prompt-library__back{width:34px;height:34px;display:flex;align-items:center;justify-content:center;border:1px solid #ddd;border-radius:8px;background:#fff;color:#000;cursor:pointer;transition:background .2s ease}.prompt-library__back:hover{background:#edeef0}.prompt-library__detail-title{font-family:var(--font-display),sans-serif;font-size:18px;font-weight:500}.prompt-library__detail-desc{margin:0;color:rgba(0,0,0,.5);font-size:13px;line-height:1.4}.prompt-library__prompts{display:flex;flex-direction:column;gap:16px;overflow-y:auto;min-height:0}.prompt-library__prompt{display:grid;grid-template-columns:1fr 1fr;gap:20px;padding:12px;border:1px solid rgba(0,0,0,0);border-radius:22px;transition:background .2s ease,border-color .2s ease;align-items:start}.prompt-library__prompt:hover{background:#f6f6f6;border-color:#000}.prompt-library__prompt-media{border-radius:10px;overflow:hidden;background:#f5f5f5}.prompt-library__prompt-media img{width:100%;height:auto;display:block}.prompt-library__prompt-placeholder{aspect-ratio:227/282;display:flex;align-items:center;justify-content:center;color:#bfbfbf;font-size:30px}.prompt-library__panel{background:#f6f6f6;border-radius:10px;padding:24px;display:flex;flex-direction:column;gap:14px;min-width:0}.prompt-library__panel-head{display:flex;align-items:center;justify-content:space-between;gap:8px}.prompt-library__panel-title{font-size:16px;font-weight:600;color:#000}.prompt-library__copy-icon{width:26px;height:26px;display:flex;align-items:center;justify-content:center;border:none;border-radius:8px;background:rgba(0,0,0,0);color:#666;cursor:pointer;transition:background .2s ease,color .2s ease}.prompt-library__copy-icon:hover{background:#ececec;color:#000}.prompt-library__prompt-text{margin:0;font-size:13px;line-height:1.6;color:#333;white-space:pre-wrap}.prompt-library__prompt-toggle{align-self:flex-start;margin-top:-4px;padding:0;border:none;background:rgba(0,0,0,0);color:#1677ff;font-size:13px;font-weight:500;cursor:pointer;transition:color .2s ease}.prompt-library__prompt-toggle:hover{color:#0958d9;text-decoration:underline}.prompt-library__inputs{display:flex;flex-wrap:wrap;gap:8px}.prompt-library__input-thumb{width:48px;height:48px;border-radius:8px;-o-object-fit:cover;object-fit:cover;border:1px solid #e5e5e5;background:#f5f5f5}.prompt-library__use-button{align-self:flex-end;padding:8px 18px;border:1px solid #000;border-radius:24px;background:#ebf3fd;color:#000;font-size:14px;font-weight:500;cursor:pointer;transition:transform .1s ease}.prompt-library__use-button:active{transform:scale(.98)}@media(max-width:720px){.prompt-library__prompt{grid-template-columns:1fr;gap:16px}.prompt-library__use-button{align-self:stretch}}.prompt-library-page{min-height:100vh;background:#fafafa}.prompt-library-page__body{max-width:1200px;margin:0 auto;padding:8px 24px 64px}.plg{display:flex;flex-direction:column;gap:20px}.plg__head{text-align:center;padding:16px 0 4px}.plg__crumbs{display:flex;justify-content:center;align-items:center;gap:8px;font-size:15px;margin-bottom:12px}.plg__crumbs a{color:#010610;font-weight:500}.plg__crumbs-current,.plg__crumbs-sep{color:rgba(0,0,0,.4)}.plg__title{font-family:var(--font-display),sans-serif;font-size:30px;font-weight:400;line-height:1.2;color:#010610;margin:0 0 8px}.plg__date{color:rgba(0,0,0,.4);font-size:14px}.plg__list{display:flex;flex-direction:column;gap:16px}.plg-try{position:relative;border:1px solid #cfe0fb;border-radius:22px;background:#fff;padding:18px 20px;box-shadow:0 6px 20px rgba(20,60,140,.06);transition:border-color .15s ease,background .15s ease}.plg-try--dragging{border-color:var(--blue-accent,#1494fc);border-style:dashed;background:rgba(20,148,252,.03)}.plg-try .chat-input__attachments{margin-bottom:12px}.plg-try__input{width:100%;border:none;outline:none;resize:vertical;background:rgba(0,0,0,0);color:#010610;font-size:15px;line-height:1.55;font-family:inherit}.plg-try__actions{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-top:14px}.plg-try__left{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.plg-try__attach{display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 16px;border:1px solid #e2e4e6;border-radius:20px;background:#fff;color:#010610;font-size:14px;cursor:pointer;transition:background .2s ease}.plg-try__attach:hover{background:#f2f3f5}.plg-try__reference{display:inline-flex;align-items:center;gap:6px;height:38px;padding:0 16px 0 6px;border:1px solid #e2e4e6;border-radius:20px;background:#fff;color:#2f6fed;font-size:14px;font-weight:500}.plg-try__reference img{width:28px;height:28px;border-radius:50%;-o-object-fit:cover;object-fit:cover}.plg-try__generate{height:40px;padding:0 22px;border:none;border-radius:20px;background:#010610;color:#fff;font-size:14px;font-weight:500;cursor:pointer;transition:opacity .2s ease}.plg-try__generate:hover{opacity:.9}.plg-try__generate:disabled{opacity:.5;cursor:default}.continue-screen{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#fff}.continue-screen__box{flex-direction:column;color:#4a5160;font-size:15px}.continue-screen__actions,.continue-screen__box{display:flex;align-items:center;gap:16px}.continue-screen__btn{padding:8px 20px;border-radius:8px;border:none;background:#2f6fed;color:#fff;font-weight:500;cursor:pointer}.continue-screen__btn:hover{background:#2560d6}.continue-screen__link{border:none;background:none;padding:0;color:#2f6fed;font-weight:500;cursor:pointer}.pl-shell{display:flex;min-height:100vh;background:#fff}.pl-shell .chat-bar--public{position:fixed;inset-block:0;inset-inline-start:0;width:260px;border-right:1px solid #e5e5e5}@media(max-width:768px){.pl-shell .chat-bar--public{display:none}}.chat-bar__action-link--active{background-color:rgba(0,0,0,.06);font-weight:500}.chat-bar__badge{margin-inline-start:auto;min-width:18px;height:18px;padding:0 5px;display:inline-flex;align-items:center;justify-content:center;border-radius:9px;background:#e73e44;color:#fff;font-size:11px;font-weight:500;line-height:1}.pl-main{flex:1;min-width:0;display:flex;flex-direction:column;margin-inline-start:260px}@media(max-width:768px){.pl-main{margin-inline-start:0}}.pl-topbar{justify-content:flex-end;height:64px;padding:0 24px;border-bottom:1px solid #f0f0f0}.pl-topbar,.pl-topbar__auth{display:flex;align-items:center}.pl-topbar__auth{gap:10px}.pl-btn{display:inline-flex;align-items:center;height:38px;padding:0 18px;border-radius:20px;font-size:14px;font-weight:500;cursor:pointer;transition:background .2s ease,opacity .2s ease}.pl-btn--ghost{border:1px solid #ddd;background:#fff;color:#010610}.pl-btn--ghost:hover{background:#f2f3f5}.pl-btn--solid{border:1px solid #010610;background:#010610;color:#fff}.pl-btn--solid:hover{opacity:.9}.pl-app-scroll{flex:1;min-height:0;overflow-y:auto}.pl-content{flex:1;width:100%;max-width:1200px;margin:0 auto;padding:28px 24px 64px}.pl-heading{margin-bottom:20px}.pl-heading h1{font-family:var(--font-display),sans-serif;font-size:26px;font-weight:400;line-height:1.2;color:#010610;margin:0 0 8px}.pl-heading p{font-size:14px;line-height:1.4;color:rgba(0,0,0,.5);margin:0}.admin-prompt-library{padding:16px 24px}.admin-prompt-library__table{margin-top:16px}.content-layout{position:relative;min-height:100vh;display:flex;flex-direction:column;background:var(--light);overflow:auto}@media screen and (max-width:991px){.content-layout{background:#e7e7e7}}.content-layout-body{padding:0 12px 12px;display:flex;flex-direction:column;flex:1}.content-layout-body__inner{border-radius:16px;background:#e7e7e7;flex:1;display:flex;flex-direction:column}.about-page{display:flex;flex-direction:column;flex:1}.about-content{flex:1;padding:80px 0 120px;display:flex;flex-direction:column;justify-content:center}.about-hero{padding-top:60px}@media screen and (max-width:768px){.about-hero{padding-top:0}}.about-hero__container{max-width:1200px;margin:0 auto;padding:0 20px;display:grid;grid-template-columns:1fr 1fr;gap:80px;align-items:stretch}@media(max-width:768px){.about-hero__container{grid-template-columns:1fr;gap:40px}}.about-hero__title{font-size:64px;color:var(--dark);line-height:1.1;font-family:var(--font-display),"Unbounded",sans-serif;font-weight:400}@media(max-width:768px){.about-hero__title{font-size:48px}}.about-hero__description{font-size:16px;line-height:1.6;color:#333}.about-hero__description p{margin:0 0 20px}.about-hero__description p:last-child{margin-bottom:0}.about-hero__description p strong{font-weight:500}.about-hero__description a{color:var(--blue-accent);text-decoration:none}.about-hero__description a:hover{text-decoration:underline}.about-hero__info{display:flex;flex-direction:column;gap:60px;justify-content:space-between}@media(max-width:768px){.about-hero__info{padding-top:0;gap:40px}}.about-hero__locations{font-size:18px;font-weight:500;color:#000;line-height:1.4;margin-bottom:24px}.about-hero__locations p{margin:0}.about-hero__team{display:flex;justify-content:flex-start}.about-hero__team img{max-width:100%;height:auto}.emd-drawer .ant-drawer-header{border-bottom:1px solid #ececec;padding:18px 24px}.emd-drawer .ant-drawer-body{background:#f7f7f6;padding:18px}.emd-drawer .ant-drawer-footer{border-top:1px solid #ececec;padding:14px 20px;background:#fff}.emd-head{display:flex;flex-direction:column;gap:3px}.emd-head__title{font-size:16px;font-weight:600;letter-spacing:-.01em;color:#111}.emd-head__sub{display:flex;align-items:center;gap:8px;font-size:12px;color:#9a9aa0}.emd-head__sub .emd__chip{margin-left:0}.emd{display:flex;flex-direction:column;gap:14px}.emd__card{background:#fff;border:1px solid #ececec;border-radius:16px;padding:16px;box-shadow:0 1px 2px rgba(17,17,17,.04),0 4px 14px rgba(17,17,17,.025);transition:box-shadow .18s ease,border-color .18s ease}.emd__card:hover{border-color:#e2e2e2;box-shadow:0 1px 2px rgba(17,17,17,.05),0 8px 24px rgba(17,17,17,.045)}.emd__card--accent{background:linear-gradient(180deg,#f5faff,#fbfdff);border-color:#d6e9ff;box-shadow:none}.emd__card-head{display:flex;align-items:center;gap:10px;margin-bottom:14px}.emd__icon{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:9px;background:#f2f3f5;color:#4a4a52;font-size:14px;flex-shrink:0}.emd__card--accent .emd__icon{background:#e3f0ff;color:#1677d6}.emd__title{font-size:13.5px;font-weight:600;color:#16161a;line-height:1.2}.emd__subtitle{font-size:12px;color:#9a9aa0;margin-top:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;max-width:360px}.emd__chip{display:inline-flex;align-items:center;height:20px;padding:0 9px;border-radius:999px;background:#f1f2f4;color:#5a5a63;font-size:10.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;margin-left:auto;flex-shrink:0}.emd__chip--accent{background:#e3f0ff;color:#1677d6}.emd__hint{font-size:11.5px;color:#a0a0a6;margin-top:8px}.emd__tiles{display:grid;grid-template-columns:repeat(auto-fill,minmax(92px,1fr));gap:10px}.emd__tile{position:relative;aspect-ratio:1;border-radius:12px;overflow:hidden;border:1px solid #ececec;background:#f4f4f3}.emd__tile img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.emd__tile__overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;gap:8px;background:linear-gradient(180deg,rgba(10,10,12,0),rgba(10,10,12,.55));opacity:0;transition:opacity .16s ease}.emd__tile:focus-within .emd__tile__overlay,.emd__tile:hover .emd__tile__overlay{opacity:1}.emd__tile__btn{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:9px;border:none;background:hsla(0,0%,100%,.92);color:#1a1a1a;font-size:13px;cursor:pointer;backdrop-filter:blur(4px);transition:transform .12s ease,background .12s ease}.emd__tile__btn:hover{transform:translateY(-1px);background:#fff}.emd__tile__btn--danger:hover{background:#e73e44;color:#fff}.emd__tile__badge{position:absolute;top:6px;left:6px;padding:1px 7px;border-radius:999px;background:rgba(10,10,12,.6);color:#fff;font-size:9.5px;font-weight:600;letter-spacing:.03em;text-transform:uppercase;backdrop-filter:blur(3px)}.emd__tile-add{aspect-ratio:1;border-radius:12px;border:1.5px dashed #d5d5da;background:#fafafa;color:#9a9aa0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:4px;font-size:11px;font-weight:500;cursor:pointer;transition:border-color .15s ease,color .15s ease,background .15s ease}.emd__tile-add:hover{border-color:#1890ff;color:#1677d6;background:#f5faff}.emd__tile-add .anticon{font-size:18px}.emd__url-add{display:flex;gap:8px;margin-top:10px}.emd__rows{display:flex;flex-direction:column;gap:8px}.emd__row{display:flex;align-items:flex-start;gap:10px;padding:10px;border-radius:12px;background:#fafafa;border:1px solid #f0f0f0;transition:border-color .14s ease,background .14s ease}.emd__row:hover{background:#f6f8fb;border-color:#e6ecf3}.emd__row__grip{width:7px;height:7px;border-radius:50%;background:#cfcfd6;margin:13px 2px 0;flex-shrink:0}.emd__row__body{flex:1;flex-direction:column;min-width:0}.emd__row__body,.emd__row__sub{display:flex;gap:6px}.emd__row__del{flex-shrink:0}.emd__add-btn{margin-top:2px}.emd__toggles{display:flex;flex-wrap:wrap;gap:10px;margin-top:12px}.emd__toggle{display:inline-flex;align-items:center;gap:8px;padding:7px 12px 7px 10px;border-radius:10px;background:#f6f6f7;border:1px solid #efeff1;font-size:12.5px;color:#3a3a42;cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.emd__labels{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));gap:8px;margin-top:12px}.emd__label-field{display:flex;flex-direction:column;gap:4px}.emd__label-field__cap{font-size:10.5px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#8a8a92;padding-left:2px}.emd__selected-head{display:flex;align-items:center;gap:7px;margin-bottom:10px;font-size:11px;font-weight:600;letter-spacing:.05em;text-transform:uppercase;color:#1677d6}