*{box-sizing:border-box;padding:0;margin:0}body,html{max-width:100vw;min-height:100vh;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;background:#0f0f12;color:#e4e4e7}a{color:#a78bfa;text-decoration:none}a:hover{text-decoration:underline}button,input,select{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.6}.layout{min-height:100vh;padding:2rem;max-width:72rem;margin:0 auto}.layout,.layout-main{display:flex;flex-direction:column;gap:2rem}.layout-left,.layout-right{flex:1 1}.layout-right__scroll{min-height:0}.finished-section{width:100%;border:1px solid #27272a;border-radius:12px;background:#111114;padding:1rem;margin-top:4rem}.finished-section__header{display:flex;justify-content:space-between;align-items:center;gap:1rem;margin-bottom:1rem}.finished-section__title{font-size:1rem;color:#a1a1aa}.finished-section__sort{display:inline-flex;align-items:center;gap:.5rem}.finished-section__sort-btn{border:1px solid #3f3f46;border-radius:999px;background:transparent;color:#a1a1aa;padding:.3rem .75rem;font-size:.85rem}.finished-section__sort-btn--active{color:#f4f4f5;border-color:#a78bfa;background:rgba(167,139,250,.15)}.finished-section__status{color:#71717a;font-size:.9rem}.finished-section__error{color:#f87171;font-size:.9rem}.finished-section__list{margin-top:.25rem}.finished-section__load-more-wrap{display:flex;justify-content:center;margin-top:.5rem}.finished-section__load-more{border:1px solid #3f3f46;border-radius:999px;background:#18181b;color:#e4e4e7;padding:.45rem 1rem}@media (min-width:768px){.layout-main{flex-direction:row;align-items:flex-start}.layout-left{flex:0 0 32%;max-width:32%}.layout-right{flex:0 0 68%;max-width:68%}.layout-right__scroll{max-height:min(68vh,56rem);overflow-y:auto;padding-right:.35rem;scrollbar-gutter:stable}}.redesign-list{list-style:none}@media (min-width:1024px){.redesign-list{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:1rem;gap:1rem}.redesign-item{margin-bottom:0}}@media (min-width:1280px){.finished-section__list{grid-template-columns:repeat(4,minmax(0,1fr))}}.redesign-item{margin-bottom:.5rem;padding:.5rem .75rem;border-radius:6px;background:#18181b;border:1px solid #27272a;transition:box-shadow .3s ease,border-color .3s ease,transform .3s ease;position:relative;overflow:hidden}.redesign-item a{display:block}.redesign-thumb{position:relative;width:100%}.redesign-thumb__likes{position:absolute;top:.5rem;right:.5rem;border:1px solid #3f3f46;border-radius:999px;background:rgba(9,9,11,.92);color:#e4e4e7;font-size:.75rem;padding:.2rem .55rem}.redesign-thumb__likes-heart{color:#fb7185}@keyframes redesignGlow{0%{box-shadow:0 0 0 0 rgba(167,139,250,.7);border-color:#a78bfa;transform:translateY(0)}50%{box-shadow:0 0 24px 4px rgba(167,139,250,.7);border-color:#c4b5fd;transform:translateY(-1px)}to{box-shadow:0 0 0 0 rgba(167,139,250,0);border-color:#27272a;transform:translateY(0)}}.redesign-item--highlight{animation:redesignGlow 1.4s ease-out 1}@keyframes redesignProcessingRainbow{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.redesign-item--processing{padding:2px;border-radius:8px;border-color:transparent;background-image:linear-gradient(90deg,#f97316,#facc15,#22c55e,#06b6d4,#3b82f6,#8b5cf6,#ec4899,#f97316);background-size:300% 300%;animation:redesignProcessingRainbow 4s linear infinite}.preview-modal{position:fixed;inset:0;z-index:1000;background:rgba(0,0,0,.85);padding:1rem}.preview-modal__content{width:100%;height:100%;position:relative;background:#09090b;border:2px solid #52525b;border-radius:12px;box-shadow:0 24px 60px rgba(0,0,0,.6);overflow:hidden}.preview-modal__header{position:absolute;top:.75rem;left:.75rem;right:.75rem;z-index:1001;display:flex;align-items:center;justify-content:space-between;gap:.75rem}.preview-modal__actions-right{display:inline-flex;align-items:center;gap:.5rem}.preview-modal__action{border:1px solid #3f3f46;border-radius:999px;background:rgba(24,24,27,.9);color:#f4f4f5;padding:.45rem .85rem;font-size:.9rem;text-decoration:none}.preview-modal__action:hover{text-decoration:none}.preview-modal__close{border:1px solid #3f3f46;border-radius:999px;background:rgba(24,24,27,.9);color:#f4f4f5;width:2.1rem;height:2.1rem;display:inline-flex;align-items:center;justify-content:center;padding:0;font-size:.9rem}.preview-modal__iframe{width:100%;height:100%;border:none;background:#fff}.preview-modal__iframe--loading{opacity:0}.preview-modal__loader{position:absolute;inset:0;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.75rem;background:rgba(9,9,11,.78);color:#e4e4e7;font-size:.95rem;z-index:1000}.preview-modal__spinner{width:2.5rem;height:2.5rem;border-radius:50%;border:3px solid hsla(240,6%,90%,.25);border-top-color:#a78bfa;animation:previewSpinner .9s linear infinite}.admin-card-btn{border:1px solid #3f3f46;border-radius:6px;background:#111114;color:#e4e4e7;padding:.35rem .6rem;font-size:.8rem;display:inline-flex;align-items:center;justify-content:center;gap:.35rem}.admin-card-btn--danger{color:#fda4af}.text-modal{position:fixed;inset:0;z-index:1100;background:rgba(0,0,0,.65);display:flex;align-items:center;justify-content:center;padding:1rem}.text-modal__content{width:min(100%,42rem);border:1px solid #3f3f46;border-radius:12px;background:#111114;padding:1rem}.text-modal__header{display:flex;align-items:center;justify-content:space-between;gap:.75rem;margin-bottom:.75rem}.text-modal__actions{display:inline-flex;align-items:center;gap:.5rem}.text-modal__title{font-size:1rem;color:#e4e4e7}.text-modal__copy{background:#1f1f23;padding:.35rem .75rem;font-size:.8rem}.text-modal__close,.text-modal__copy{border:1px solid #3f3f46;border-radius:999px;color:#e4e4e7}.text-modal__close{background:transparent;width:2rem;height:2rem}.text-modal__feedback{color:#a1a1aa;font-size:.8rem;margin-bottom:.5rem}.text-modal__preview{width:100%;min-height:min(60vh,30rem);border:1px solid #3f3f46;border-radius:8px;background:#fff;color:#111827;overflow:auto;padding:.75rem;line-height:1.5;word-break:break-word;white-space:normal;margin:0;font-size:.95rem}.text-modal__preview a{color:#2563eb;text-decoration:underline}.text-modal__preview img{max-width:100%;height:auto}@keyframes previewSpinner{to{transform:rotate(1turn)}}