.public-requests-page{--accent:#66a0ae;--accent-dark:#4f8f9c;--text:#0f172a;--muted:#64748b;--border:#e2e8f0;--bg:#f4f6f8;--card:#ffffff;--shadow:0 10px 26px rgba(15,23,42,0.08);position:relative;max-width:1200px;margin:0 auto;padding:110px 20px 40px;color:var(--text)}.public-requests-page:before{content:"";position:fixed;inset:0;background:var(--bg);z-index:-1}.public-requests-page h1{font-size:28px;margin:0 0 18px;letter-spacing:.2px}.public-requests-page .filters-bar{display:flex;flex-wrap:wrap;gap:14px;margin-bottom:22px;align-items:flex-start}.public-requests-page .filters-bar input:not([type=checkbox]),.public-requests-page .filters-bar select,.public-requests-page .search-with-suggestions input{height:50px;width:250px;padding:10px 12px;border-radius:10px;border:1px solid var(--border);background:#fff;color:var(--text);font-size:15px;outline:none;box-shadow:0 1px 0 rgba(15,23,42,.02)}.public-requests-page .filters-bar input[type=number]{width:160px}.public-requests-page .filters-bar input:focus,.public-requests-page .filters-bar select:focus,.public-requests-page .search-with-suggestions input:focus{border-color:rgba(102,160,174,.9);box-shadow:0 0 0 3px rgba(102,160,174,.18)}.public-requests-page .search-with-suggestions{position:relative;width:250px}.public-requests-page .suggestions-list{position:absolute;top:54px;left:0;right:0;z-index:10;background:#fff;border:1px solid var(--border);border-radius:12px;max-height:220px;overflow-y:auto;box-shadow:0 14px 30px rgba(15,23,42,.14)}.public-requests-page .suggestions-list li{padding:10px 12px;cursor:pointer;transition:background .15s ease;color:var(--text)}.public-requests-page .suggestions-list li:hover{background:rgba(102,160,174,.1)}.public-requests-page .requests-list{display:flex;flex-direction:column;gap:18px}.public-requests-page .request-card{position:relative;background:var(--card);border:1px solid var(--border);border-radius:16px;padding:18px 18px 58px;box-shadow:var(--shadow);transition:transform .18s ease,box-shadow .18s ease,border-color .18s ease;overflow:hidden}.public-requests-page .request-card:hover{transform:translateY(-2px);box-shadow:0 16px 34px rgba(15,23,42,.12);border-color:rgba(102,160,174,.45)}.public-requests-page .card-meta{display:flex;justify-content:space-between;gap:10px;font-size:13px;color:var(--muted);margin-bottom:10px}.public-requests-page .creator-name{font-weight:600;color:#334155}.public-requests-page .created-at{font-style:normal;color:var(--muted)}.public-requests-page .card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:12px;margin-bottom:10px}.public-requests-page .request-card h3{margin:0;font-size:20px;color:#0f172a}.public-requests-page .budget-label{font-weight:700;font-size:13px;color:#166534;background:#eaf7ee;border:1px solid #ccead6;padding:6px 10px;border-radius:999px;white-space:nowrap}.public-requests-page .card-description{margin:10px 0 14px;font-size:14px;color:#334155;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.public-requests-page .card-description p{margin:0 0 6px;font-weight:700;color:#0f172a}.public-requests-page .platform-badge{margin-top:10px;background:#f1f5f9;border:1px solid var(--border);color:#0f172a;padding:6px 10px;border-radius:10px;font-size:13px}.public-requests-page .buttons-row{position:absolute;bottom:14px;left:18px;display:flex;gap:10px;flex-wrap:wrap}.public-requests-page .buttons-row button{padding:10px 14px;border-radius:12px;border:1px solid transparent;background:var(--accent);color:#fff;font-weight:800;cursor:pointer;transition:transform .12s ease,background .12s ease,box-shadow .12s ease}.public-requests-page .buttons-row button:hover{background:var(--accent-dark);box-shadow:0 10px 20px rgba(102,160,174,.25);transform:translateY(-1px)}.public-requests-page .buttons-row button:first-child{background:#fff;color:var(--text);border:1px solid #cbd5e1;box-shadow:0 2px 10px rgba(15,23,42,.06)}.public-requests-page .buttons-row button:first-child:hover{background:#f8fafc;border-color:rgba(102,160,174,.55);box-shadow:0 10px 20px rgba(15,23,42,.08)}.public-requests-page .buttons-row .pay{background:linear-gradient(135deg,#7c3aed,#a855f7);color:#fff}.public-requests-page .buttons-row .pay:hover{background:linear-gradient(135deg,#6d28d9,#9333ea)}.public-requests-page .card-stats{position:absolute;bottom:14px;right:18px;display:flex;gap:12px;align-items:center;font-size:12px;color:var(--muted);background:rgba(255,255,255,.85);border:1px solid var(--border);padding:6px 10px;border-radius:999px;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.public-requests-page .request-card.promo-fade{background:linear-gradient(135deg,rgba(102,160,174,.14),#ffffff 55%);border:2px solid rgba(102,160,174,.85);box-shadow:0 18px 36px rgba(102,160,174,.18)}.public-requests-page .request-card.promo-fade:hover{box-shadow:0 24px 48px rgba(102,160,174,.26)}.public-requests-page .request-card.promo-fade h3:first-of-type{color:#0f172a}.public-requests-page .slide-in{animation:slideIn .4s ease forwards}.public-requests-page .slide-out{animation:slideOut .4s ease forwards}@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{display:flex;justify-content:center;gap:8px;flex-wrap:wrap;margin-top:18px}.public-requests-page .pagination-bar button{padding:8px 12px;border-radius:12px;border:1px solid #cbd5e1;background:#fff;color:var(--text);cursor:pointer;font-weight:700;transition:background .12s ease,border-color .12s ease,transform .12s ease}.public-requests-page .pagination-bar button:hover{background:#f8fafc;border-color:rgba(102,160,174,.55);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{position:relative;width:250px;top:-8px}.public-requests-page .mcdd-trigger{width:100%;height:50px;padding:10px 12px;border-radius:10px;border:1px solid var(--border);background:#fff;color:var(--text);font-size:15px;outline:none;box-shadow:0 1px 0 rgba(15,23,42,.02);display:flex;align-items:center;justify-content:space-between;cursor:pointer}.public-requests-page .mcdd-trigger:focus{border-color:rgba(102,160,174,.9);box-shadow:0 0 0 3px rgba(102,160,174,.18)}.public-requests-page .mcdd-trigger-text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.public-requests-page .mcdd-caret{opacity:.7;transition:transform .15s ease}.public-requests-page .mcdd-caret.open{transform:rotate(180deg)}.public-requests-page .mcdd-menu{position:absolute;top:54px;left:0;width:100%;z-index:20;background:#fff;border:1px solid var(--border);border-radius:12px;box-shadow:0 14px 30px rgba(15,23,42,.14)}.public-requests-page .mcdd-menu-inner{max-height:220px;overflow-y:auto;padding:6px}.public-requests-page .mcdd-item{display:flex;align-items:center;gap:10px;padding:10px;border-radius:10px;cursor:pointer;-webkit-user-select:none;user-select:none;color:var(--text);font-size:14px}.public-requests-page .mcdd-item:hover{background:rgba(102,160,174,.1)}.public-requests-page .mcdd-item input[type=checkbox]{width:16px;height:16px;margin:0;padding:0;flex:0 0 16px;accent-color:var(--accent)}.public-requests-page .mcdd-empty{padding:10px;opacity:.7}.mcdd-trigger{width:100%;min-width:220px;height:44px;background:#fff;border:1px solid #dfe6ee;border-radius:12px;padding:0 12px;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.mcdd-trigger:focus{outline:none;box-shadow:0 0 0 2px rgba(46,125,200,.25)}.mcdd-trigger-text{overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.mcdd-caret{transition:transform .15s ease}.mcdd-caret.open{transform:rotate(180deg)}.mcdd-menu{position:absolute;top:calc(100% + 6px);left:0;width:100%;background:#fff;border:1px solid #dfe6ee;border-radius:12px;box-shadow:0 10px 24px rgba(0,0,0,.08);z-index:50}.mcdd-menu-inner{max-height:260px;overflow:auto;padding:8px}.mcdd-item{display:flex;align-items:center;gap:10px;padding:8px 10px;border-radius:10px;cursor:pointer;-webkit-user-select:none;user-select:none}.mcdd-item:hover{background:rgba(0,0,0,.04)}.mcdd-item input{width:16px;height:16px}.mcdd-empty{padding:10px;opacity:.7}.buttons-row .btn-like-link{display:inline-flex;align-items:center;justify-content:center;text-decoration:none;padding:10px 14px;border-radius:10px}:root{--bg-page:#0f0f0f;--bg-section:#1c1c1c;--bg-card:#242424;--txt-main:#e5e5e5;--txt-muted:#888;--accent:#ff5e78;--border:#3a3a3a;--shadow:rgba(0,0,0,0.7)}.RequestDetails{background:var(--bg-page);color:var(--txt-main);padding:24px;font-family:Segoe UI,sans-serif;min-height:100vh}.RequestDetails section{background:var(--bg-section);border:1px solid var(--border);border-radius:8px;box-shadow:0 2px 8px var(--shadow);margin-bottom:24px;padding:16px 24px}.RequestDetails h2,.RequestDetails h3{font-size:1.4rem;margin-bottom:12px;border-bottom:1px solid var(--border);padding-bottom:8px}.RequestDetails .request-info p{display:flex;justify-content:space-between;margin:6px 0;line-height:1.4}.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{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.RequestDetails .attachments img{width:100%;aspect-ratio:16/9;object-fit:cover;border-radius:6px;border:1px solid var(--border);cursor:pointer;transition:transform .2s ease}.RequestDetails .attachments img:hover{transform:scale(1.03)}.RequestDetails .client-card{display:flex;align-items:center;gap:16px}.RequestDetails .client-card img{width:64px;height:64px;border-radius:50%;border:2px solid var(--border);object-fit:cover}.RequestDetails .client-card .client-info p{margin:4px 0}.RequestDetails .responses .response-card{background:var(--bg-card);border:1px solid var(--border);border-radius:6px;padding:16px;margin-bottom:16px;box-shadow:0 1px 4px var(--shadow)}.RequestDetails .response-card-header{display:flex;align-items:center;gap:12px;margin-bottom:12px}.RequestDetails .response-card-header img{width:48px;height:48px;border-radius:50%;object-fit:cover;border:1px solid var(--border)}.RequestDetails .response-card-header .executor-name{font-weight:700;color:var(--txt-main)}.RequestDetails .response-card-header .response-price{margin-left:auto;background:var(--accent);padding:4px 8px;border-radius:4px;color:#fff}.RequestDetails .chat-panel{margin-top:12px;border-top:1px solid var(--border);padding-top:12px}.RequestDetails .chat-history{max-height:200px;overflow-y:auto;margin-bottom:8px}.RequestDetails .chat-message{display:flex;gap:8px;margin-bottom:8px}.RequestDetails .chat-message img{width:32px;height:32px;border-radius:50%;border:1px solid var(--border)}.RequestDetails .chat-message .msg-text{background:var(--bg-card);padding:6px 10px;border-radius:6px;flex:1 1;line-height:1.3}.RequestDetails .chat-input{display:flex;gap:8px}.RequestDetails .chat-input input{flex:1 1;padding:6px 12px;border:1px solid var(--border);border-radius:4px;background:var(--bg-section);color:var(--txt-main)}.RequestDetails button{background:var(--accent);border:none;border-radius:4px;color:#fff;padding:6px 12px;cursor:pointer;transition:background .2s}.RequestDetails button:hover{background:darken(var(--accent),5%)}.RequestDetails .request-info{display:grid;grid-template-columns:200px 1fr;row-gap:8px;column-gap:16px}.RequestDetails .request-info h3{grid-column:1/-1;margin-bottom:16px;border-bottom:1px solid var(--border);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);font-weight:700;word-break:break-word}.request-description p{overflow-wrap:break-word;word-break:break-word;line-height:1.6;font-size:16px;transition:max-height .3s ease;margin-bottom:12px}.description-wrapper{transition:max-height .3s ease;overflow:hidden}.description-wrapper.collapsed{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;max-height:150px}.description-wrapper.expanded{display:block;max-height:1000px}.request-description p.collapsed{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden}.request-description p.expanded{display:block}.toggle-description-btn{background:none;border:none;color:var(--accent);font-weight:700;cursor:pointer;padding:4px 0;font-size:14px}.page{padding-top:110px;padding-inline:16px}.page .container{max-width:980px;margin:0 auto}.page .title{margin:10px 0 16px;font-size:28px;font-weight:800;letter-spacing:.2px}.website-form{position:relative;background:linear-gradient(180deg,rgba(30,30,30,1),rgba(24,24,24,1));padding:28px;border-radius:16px;max-width:980px;margin:16px auto 30px;color:#f5f5f5;box-shadow:0 10px 40px rgba(0,0,0,.55);border:1px solid rgba(255,255,255,.06);overflow:hidden}.website-form:before{content:"";position:absolute;inset:-2px;border-radius:18px;background:radial-gradient(1200px 400px at 30% -10%,rgba(255,77,109,.35),transparent 60%),radial-gradient(900px 400px at 90% 10%,rgba(217,70,239,.2),transparent 60%),radial-gradient(900px 500px at 10% 120%,rgba(59,130,246,.18),transparent 60%);pointer-events:none;filter:blur(10px);opacity:.8}.website-form>*{position:relative;z-index:1}.website-form h3{font-size:24px;margin-bottom:18px;color:#ff4d6d;text-align:center}.form-group{margin-bottom:18px;position:relative}.form-group label{display:flex;gap:8px;align-items:center;font-weight:700;margin-bottom:8px}.form-group small{display:block;margin-top:6px;font-size:12px;color:rgba(255,255,255,.55)}.website-form input[type=number],.website-form input[type=text],.website-form select,.website-form textarea{width:100%;padding:12px 14px;background:rgba(42,42,42,.9);color:#ffffff;border:1px solid rgba(255,255,255,.1);border-radius:10px;font-size:16px;font-family:Roboto,system-ui,-apple-system,Segoe UI,Arial;transition:border-color .2s,box-shadow .2s,transform .05s}.website-form input::placeholder,.website-form textarea::placeholder{color:rgba(255,255,255,.35)}.website-form input[type=number]:focus,.website-form input[type=text]:focus,.website-form select:focus,.website-form textarea:focus{border-color:rgba(255,77,109,.85);outline:none;box-shadow:0 0 0 3px rgba(255,77,109,.14)}.website-form textarea{min-height:140px;resize:vertical}.checkbox-inline{display:flex;align-items:center;gap:10px;margin-top:10px;color:rgba(255,255,255,.9)}.website-form input[type=checkbox]{width:18px;height:18px;accent-color:#ff4d6d}.budget-inputs{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-top:8px}.tooltip-icon{font-size:14px;color:rgba(255,255,255,.55);cursor:help}.tooltip-icon:hover{color:#ff4d6d}.preview-gallery{display:grid;grid-template-columns:repeat(auto-fill,minmax(120px,1fr));gap:10px;margin-top:12px}.preview-image-wrapper{position:relative;width:100%;aspect-ratio:1/1;background:rgba(42,42,42,.9);border-radius:12px;overflow:hidden;border:1px solid rgba(255,255,255,.08)}.preview-image{width:100%;height:100%;object-fit:cover}.file-placeholder{width:100%;height:100%;background:rgba(42,42,42,.9);color:#ff4d6d;display:flex;align-items:center;justify-content:center;font-size:36px}.remove-image-btn{position:absolute;top:6px;right:6px;background-color:rgba(255,77,109,.95);border:none;color:white;border-radius:999px;width:28px;height:28px;font-size:16px;line-height:28px;text-align:center;cursor:pointer;transition:transform .12s,background .2s}.remove-image-btn:hover{background-color:#ff3355;transform:scale(1.05)}.btn-submit{margin-top:18px;width:100%;background:linear-gradient(90deg,#ff4d6d,#d946ef);color:#fff;padding:14px;border:none;border-radius:12px;font-size:16px;font-weight:800;cursor:pointer;transition:transform .08s,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{padding:18px;margin:16px auto 24px}.page .title{font-size:22px}.budget-inputs{grid-template-columns:1fr}}.website-cols{display:grid;grid-template-columns:1.05fr .95fr;gap:22px;align-items:start}.website-col{gap:14px}.website-actions,.website-col{display:flex;flex-direction:column}.website-actions{margin-top:18px;gap:12px}.website-btn-row{display:flex;gap:12px;flex-wrap:wrap}.website-btn-row .btn-submit{width:auto;flex:1 1 180px}.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}}.request-form-subtitle{margin-top:-8px;margin-bottom:24px;opacity:.8}