.public-requests-page{--accent:#66a0ae;--accent-dark:#4f8f9c;--text:#0f172a;--muted:#64748b;--border:#e2e8f0;--bg:#f4f6f8;--card:#fff;--shadow:0 10px 26px #0f172a14;max-width:1200px;color:var(--text);margin:0 auto;padding:110px 20px 40px;position:relative}.public-requests-page:before{content:"";background:var(--bg);z-index:-1;position:fixed;inset:0}.public-requests-page h1{letter-spacing:.2px;margin:0 0 18px;font-size:28px}.public-requests-page .filters-bar{flex-wrap:wrap;align-items:flex-start;gap:14px;margin-bottom:22px;display:flex}.public-requests-page .filters-bar select,.public-requests-page .filters-bar input:not([type=checkbox]),.public-requests-page .search-with-suggestions input{border:1px solid var(--border);width:250px;height:50px;color:var(--text);background:#fff;border-radius:10px;outline:none;padding:10px 12px;font-size:15px;box-shadow:0 1px #0f172a05}.public-requests-page .filters-bar input[type=number]{width:160px}.public-requests-page .filters-bar select:focus,.public-requests-page .filters-bar input:focus,.public-requests-page .search-with-suggestions input:focus{border-color:#66a0aee6;box-shadow:0 0 0 3px #66a0ae2e}.public-requests-page .search-with-suggestions{width:250px;position:relative}.public-requests-page .suggestions-list{z-index:10;border:1px solid var(--border);background:#fff;border-radius:12px;max-height:220px;position:absolute;top:54px;left:0;right:0;overflow-y:auto;box-shadow:0 14px 30px #0f172a24}.public-requests-page .suggestions-list li{cursor:pointer;color:var(--text);padding:10px 12px;transition:background .15s}.public-requests-page .suggestions-list li:hover{background:#66a0ae1a}.public-requests-page .requests-list{flex-direction:column;gap:18px;display:flex}.public-requests-page .request-card{background:var(--card);border:1px solid var(--border);box-shadow:var(--shadow);border-radius:16px;padding:18px 18px 58px;transition:transform .18s,box-shadow .18s,border-color .18s;position:relative;overflow:hidden}.public-requests-page .request-card:hover{border-color:#66a0ae73;transform:translateY(-2px);box-shadow:0 16px 34px #0f172a1f}.public-requests-page .card-meta{color:var(--muted);justify-content:space-between;gap:10px;margin-bottom:10px;font-size:13px;display:flex}.public-requests-page .creator-name{color:#334155;font-weight:600}.public-requests-page .created-at{color:var(--muted);font-style:normal}.public-requests-page .card-header{justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px;display:flex}.public-requests-page .request-card h3{color:#0f172a;margin:0;font-size:20px}.public-requests-page .budget-label{color:#166534;white-space:nowrap;background:#eaf7ee;border:1px solid #ccead6;border-radius:999px;padding:6px 10px;font-size:13px;font-weight:700}.public-requests-page .card-description{color:#334155;-webkit-line-clamp:4;-webkit-box-orient:vertical;margin:10px 0 14px;font-size:14px;display:-webkit-box;overflow:hidden}.public-requests-page .card-description p{color:#0f172a;margin:0 0 6px;font-weight:700}.public-requests-page .platform-badge{border:1px solid var(--border);color:#0f172a;background:#f1f5f9;border-radius:10px;margin-top:10px;padding:6px 10px;font-size:13px}.public-requests-page .buttons-row{flex-wrap:wrap;gap:10px;display:flex;position:absolute;bottom:14px;left:18px}.public-requests-page .buttons-row button{background:var(--accent);color:#fff;cursor:pointer;border:1px solid #0000;border-radius:12px;padding:10px 14px;font-weight:800;transition:transform .12s,background .12s,box-shadow .12s}.public-requests-page .buttons-row button:hover{background:var(--accent-dark);transform:translateY(-1px);box-shadow:0 10px 20px #66a0ae40}.public-requests-page .buttons-row button:first-child{color:var(--text);background:#fff;border:1px solid #cbd5e1;box-shadow:0 2px 10px #0f172a0f}.public-requests-page .buttons-row button:first-child:hover{background:#f8fafc;border-color:#66a0ae8c;box-shadow:0 10px 20px #0f172a14}.public-requests-page .buttons-row .pay{color:#fff;background:linear-gradient(135deg,#7c3aed,#a855f7)}.public-requests-page .buttons-row .pay:hover{background:linear-gradient(135deg,#6d28d9,#9333ea)}.public-requests-page .card-stats{color:var(--muted);border:1px solid var(--border);-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);background:#ffffffd9;border-radius:999px;align-items:center;gap:12px;padding:6px 10px;font-size:12px;display:flex;position:absolute;bottom:14px;right:18px}.public-requests-page .request-card.promo-fade{background:linear-gradient(135deg,#66a0ae24,#fff 55%);border:2px solid #66a0aed9;box-shadow:0 18px 36px #66a0ae2e}.public-requests-page .request-card.promo-fade:hover{box-shadow:0 24px 48px #66a0ae42}.public-requests-page .request-card.promo-fade h3:first-of-type{color:#0f172a}.public-requests-page .slide-in{animation:.4s forwards slideIn}.public-requests-page .slide-out{animation:.4s forwards slideOut}@keyframes slideIn{0%{opacity:0;transform:translateY(14px)}to{opacity:1;transform:translateY(0)}}@keyframes slideOut{0%{opacity:1;transform:translateY(0)}to{opacity:0;transform:translateY(-14px)}}.public-requests-page .pagination-bar{flex-wrap:wrap;justify-content:center;gap:8px;margin-top:18px;display:flex}.public-requests-page .pagination-bar button{color:var(--text);cursor:pointer;background:#fff;border:1px solid #cbd5e1;border-radius:12px;padding:8px 12px;font-weight:700;transition:background .12s,border-color .12s,transform .12s}.public-requests-page .pagination-bar button:hover{background:#f8fafc;border-color:#66a0ae8c;transform:translateY(-1px)}.public-requests-page .pagination-bar button.active{background:var(--accent);border-color:var(--accent);color:#fff}.public-requests-page .pagination-bar button:disabled{opacity:.55;cursor:not-allowed;transform:none}.public-requests-page .mcdd{width:250px;position:relative;top:-8px}.public-requests-page .mcdd-trigger{border:1px solid var(--border);width:100%;height:50px;color:var(--text);cursor:pointer;background:#fff;border-radius:10px;outline:none;justify-content:space-between;align-items:center;padding:10px 12px;font-size:15px;display:flex;box-shadow:0 1px #0f172a05}.public-requests-page .mcdd-trigger:focus{border-color:#66a0aee6;box-shadow:0 0 0 3px #66a0ae2e}.public-requests-page .mcdd-trigger-text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.public-requests-page .mcdd-caret{opacity:.7;transition:transform .15s}.public-requests-page .mcdd-caret.open{transform:rotate(180deg)}.public-requests-page .mcdd-menu{z-index:20;border:1px solid var(--border);background:#fff;border-radius:12px;width:100%;position:absolute;top:54px;left:0;box-shadow:0 14px 30px #0f172a24}.public-requests-page .mcdd-menu-inner{max-height:220px;padding:6px;overflow-y:auto}.public-requests-page .mcdd-item{cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--text);border-radius:10px;align-items:center;gap:10px;padding:10px;font-size:14px;display:flex}.public-requests-page .mcdd-item:hover{background:#66a0ae1a}.public-requests-page .mcdd-item input[type=checkbox]{width:16px;height:16px;accent-color:var(--accent);flex:0 0 16px;margin:0;padding:0}.public-requests-page .mcdd-empty{opacity:.7;padding:10px}.mcdd-trigger{cursor:pointer;background:#fff;border:1px solid #dfe6ee;border-radius:12px;justify-content:space-between;align-items:center;width:100%;min-width:220px;height:44px;padding:0 12px;display:flex}.mcdd-trigger:focus{outline:none;box-shadow:0 0 0 2px #2e7dc840}.mcdd-trigger-text{white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.mcdd-caret{transition:transform .15s}.mcdd-caret.open{transform:rotate(180deg)}.mcdd-menu{z-index:50;background:#fff;border:1px solid #dfe6ee;border-radius:12px;width:100%;position:absolute;top:calc(100% + 6px);left:0;box-shadow:0 10px 24px #00000014}.mcdd-menu-inner{max-height:260px;padding:8px;overflow:auto}.mcdd-item{cursor:pointer;-webkit-user-select:none;user-select:none;border-radius:10px;align-items:center;gap:10px;padding:8px 10px;display:flex}.mcdd-item:hover{background:#0000000a}.mcdd-item input{width:16px;height:16px}.mcdd-empty{opacity:.7;padding:10px}.buttons-row .btn-like-link{border-radius:10px;justify-content:center;align-items:center;padding:10px 14px;text-decoration:none;display:inline-flex}
:root{--bg-page:#0f0f0f;--bg-section:#1c1c1c;--bg-card:#242424;--txt-main:#e5e5e5;--txt-muted:#888;--accent:#ff5e78;--border:#3a3a3a;--shadow:#000000b3}.RequestDetails{background:var(--bg-page);color:var(--txt-main);min-height:100vh;padding:24px;font-family:Segoe UI,sans-serif}.RequestDetails section{background:var(--bg-section);border:1px solid var(--border);box-shadow:0 2px 8px var(--shadow);border-radius:8px;margin-bottom:24px;padding:16px 24px}.RequestDetails h2,.RequestDetails h3{border-bottom:1px solid var(--border);margin-bottom:12px;padding-bottom:8px;font-size:1.4rem}.RequestDetails .request-info p{justify-content:space-between;margin:6px 0;line-height:1.4;display:flex}.RequestDetails .request-info p span:first-child{color:var(--txt-muted)}.RequestDetails .request-info p span:last-child{color:var(--txt-main);font-weight:700}.RequestDetails .attachments{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px;display:grid}.RequestDetails .attachments img{aspect-ratio:16/9;object-fit:cover;border:1px solid var(--border);cursor:pointer;border-radius:6px;width:100%;transition:transform .2s}.RequestDetails .attachments img:hover{transform:scale(1.03)}.RequestDetails .client-card{align-items:center;gap:16px;display:flex}.RequestDetails .client-card img{border:2px solid var(--border);object-fit:cover;border-radius:50%;width:64px;height:64px}.RequestDetails .client-card .client-info p{margin:4px 0}.RequestDetails .responses .response-card{background:var(--bg-card);border:1px solid var(--border);box-shadow:0 1px 4px var(--shadow);border-radius:6px;margin-bottom:16px;padding:16px}.RequestDetails .response-card-header{align-items:center;gap:12px;margin-bottom:12px;display:flex}.RequestDetails .response-card-header img{object-fit:cover;border:1px solid var(--border);border-radius:50%;width:48px;height:48px}.RequestDetails .response-card-header .executor-name{color:var(--txt-main);font-weight:700}.RequestDetails .response-card-header .response-price{background:var(--accent);color:#fff;border-radius:4px;margin-left:auto;padding:4px 8px}.RequestDetails .chat-panel{border-top:1px solid var(--border);margin-top:12px;padding-top:12px}.RequestDetails .chat-history{max-height:200px;margin-bottom:8px;overflow-y:auto}.RequestDetails .chat-message{gap:8px;margin-bottom:8px;display:flex}.RequestDetails .chat-message img{border:1px solid var(--border);border-radius:50%;width:32px;height:32px}.RequestDetails .chat-message .msg-text{background:var(--bg-card);border-radius:6px;flex:1;padding:6px 10px;line-height:1.3}.RequestDetails .chat-input{gap:8px;display:flex}.RequestDetails .chat-input input{border:1px solid var(--border);background:var(--bg-section);color:var(--txt-main);border-radius:4px;flex:1;padding:6px 12px}.RequestDetails button{background:var(--accent);color:#fff;cursor:pointer;border:none;border-radius:4px;padding:6px 12px;transition:background .2s}.RequestDetails button:hover{background:darken(var(--accent),5%)}.RequestDetails .request-info{grid-template-columns:200px 1fr;gap:8px 16px;display:grid}.RequestDetails .request-info h3{border-bottom:1px solid var(--border);grid-column:1/-1;margin-bottom:16px;padding-bottom:8px}.RequestDetails .request-info .info-row{display:contents}.RequestDetails .request-info .label{color:var(--txt-muted);align-self:start}.RequestDetails .request-info .value{color:var(--txt-main);word-break:break-word;font-weight:700}.request-description p{overflow-wrap:break-word;word-break:break-word;margin-bottom:12px;font-size:16px;line-height:1.6;transition:max-height .3s}.description-wrapper{transition:max-height .3s;overflow:hidden}.description-wrapper.collapsed{-webkit-line-clamp:4;-webkit-box-orient:vertical;max-height:150px;display:-webkit-box;overflow:hidden}.description-wrapper.expanded{max-height:1000px;display:block}.request-description p.collapsed{-webkit-line-clamp:4;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.request-description p.expanded{display:block}.toggle-description-btn{color:var(--accent);cursor:pointer;background:0 0;border:none;padding:4px 0;font-size:14px;font-weight:700}
.page{padding-top:110px;padding-inline:16px}.page .container{max-width:980px;margin:0 auto}.page .title{letter-spacing:.2px;margin:10px 0 16px;font-size:28px;font-weight:800}.website-form{color:#f5f5f5;background:linear-gradient(#1e1e1e,#181818);border:1px solid #ffffff0f;border-radius:16px;max-width:980px;margin:16px auto 30px;padding:28px;position:relative;overflow:hidden;box-shadow:0 10px 40px #0000008c}.website-form:before{content:"";pointer-events:none;filter:blur(10px);opacity:.8;background:radial-gradient(1200px 400px at 30% -10%,#ff4d6d59,#0000 60%),radial-gradient(900px 400px at 90% 10%,#d946ef33,#0000 60%),radial-gradient(900px 500px at 10% 120%,#3b82f62e,#0000 60%);border-radius:18px;position:absolute;inset:-2px}.website-form>*{z-index:1;position:relative}.website-form h3{color:#ff4d6d;text-align:center;margin-bottom:18px;font-size:24px}.form-group{margin-bottom:18px;position:relative}.form-group label{align-items:center;gap:8px;margin-bottom:8px;font-weight:700;display:flex}.form-group small{color:#ffffff8c;margin-top:6px;font-size:12px;display:block}.website-form input[type=text],.website-form input[type=number],.website-form select,.website-form textarea{color:#fff;background:#2a2a2ae6;border:1px solid #ffffff1a;border-radius:10px;width:100%;padding:12px 14px;font-family:Roboto,system-ui,-apple-system,Segoe UI,Arial;font-size:16px;transition:border-color .2s,box-shadow .2s,transform 50ms}.website-form input::placeholder,.website-form textarea::placeholder{color:#ffffff59}.website-form input[type=text]:focus,.website-form input[type=number]:focus,.website-form select:focus,.website-form textarea:focus{border-color:#ff4d6dd9;outline:none;box-shadow:0 0 0 3px #ff4d6d24}.website-form textarea{resize:vertical;min-height:140px}.checkbox-inline{color:#ffffffe6;align-items:center;gap:10px;margin-top:10px;display:flex}.website-form input[type=checkbox]{accent-color:#ff4d6d;width:18px;height:18px}.budget-inputs{grid-template-columns:1fr 1fr;gap:12px;margin-top:8px;display:grid}.tooltip-icon{color:#ffffff8c;cursor:help;font-size:14px}.tooltip-icon:hover{color:#ff4d6d}.preview-gallery{grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;margin-top:12px;display:grid}.preview-image-wrapper{aspect-ratio:1;background:#2a2a2ae6;border:1px solid #ffffff14;border-radius:12px;width:100%;position:relative;overflow:hidden}.preview-image{object-fit:cover;width:100%;height:100%}.file-placeholder{color:#ff4d6d;background:#2a2a2ae6;justify-content:center;align-items:center;width:100%;height:100%;font-size:36px;display:flex}.remove-image-btn{color:#fff;text-align:center;cursor:pointer;background-color:#ff4d6df2;border:none;border-radius:999px;width:28px;height:28px;font-size:16px;line-height:28px;transition:transform .12s,background .2s;position:absolute;top:6px;right:6px}.remove-image-btn:hover{background-color:#f35;transform:scale(1.05)}.btn-submit{color:#fff;cursor:pointer;background:linear-gradient(90deg,#ff4d6d,#d946ef);border:none;border-radius:12px;width:100%;margin-top:18px;padding:14px;font-size:16px;font-weight:800;transition:transform 80ms,filter .2s}.btn-submit:hover{filter:brightness(1.05)}.btn-submit:active{transform:translateY(1px)}.website-form textarea{min-height:260px}@media (max-width:768px){.website-form{margin:16px auto 24px;padding:18px}.page .title{font-size:22px}.budget-inputs{grid-template-columns:1fr}}.website-cols{grid-template-columns:1.05fr .95fr;align-items:start;gap:22px;display:grid}.website-col{flex-direction:column;gap:14px;display:flex}.website-actions{flex-direction:column;gap:12px;margin-top:18px;display:flex}.website-btn-row{flex-wrap:wrap;gap:12px;display:flex}.website-btn-row .btn-submit{flex:180px;width:auto}.website-form textarea[name=description]{min-height:320px}.website-form textarea:not([name=description]){min-height:120px}@media (max-width:900px){.website-cols{grid-template-columns:1fr}}
