.feature-request-container{max-width:800px;margin:0 auto 60px;padding:100px 20px 0}.feature-request-header{text-align:center;margin-bottom:40px}.feature-request-header h1{font-size:2rem;color:#1c5235;margin-bottom:15px}.feature-request-subtitle{font-size:1.1rem;color:#666;line-height:1.6;max-width:600px;margin:0 auto}.feature-request-success{background-color:#d1fae5;border:2px solid #10b981;border-radius:8px;padding:15px 20px;margin-bottom:30px;display:flex;align-items:center;gap:12px;color:#065f46}.feature-request-success svg{width:24px;height:24px;flex-shrink:0}.feature-request-error{background-color:#fee2e2;border:2px solid #ef4444;border-radius:8px;padding:15px 20px;margin-bottom:30px;display:flex;align-items:center;gap:12px;color:#991b1b}.feature-request-error svg{width:24px;height:24px;flex-shrink:0}.feature-request-form{background:white;border-radius:12px;box-shadow:0 4px 6px rgba(0,0,0,.1);padding:40px}.feature-request-field{margin-bottom:25px;position:relative}.feature-request-field label{display:block;font-weight:600;color:#1c5235;margin-bottom:8px;font-size:.95rem}.feature-request-field input,.feature-request-field select,.feature-request-field textarea{width:100%;padding:12px 15px;border:2px solid #e5e7eb;border-radius:8px;font-size:1rem;font-family:inherit;transition:border-color .2s ease;box-sizing:border-box}.feature-request-field input:focus,.feature-request-field select:focus,.feature-request-field textarea:focus{outline:none;border-color:#1c5235}.feature-request-field textarea{resize:vertical;min-height:120px;line-height:1.6}.feature-request-char-count{position:absolute;right:10px;bottom:-22px;font-size:.85rem;color:#9ca3af}.feature-request-notice{background-color:#fef3c7;border:2px solid #fbbf24;border-radius:8px;padding:12px 16px;margin-bottom:25px;display:flex;align-items:flex-start;gap:10px;color:#92400e;font-size:.9rem}.feature-request-notice svg{width:20px;height:20px;flex-shrink:0;margin-top:2px}.feature-request-submit{width:100%;padding:15px 30px;background-color:#1c5235;color:white;border:none;border-radius:8px;font-size:1.1rem;font-weight:600;cursor:pointer;transition:background-color .2s ease,transform .1s ease}.feature-request-submit:hover:not(:disabled){background-color:#144027;transform:translateY(-1px)}.feature-request-submit:active:not(:disabled){transform:translateY(0)}.feature-request-submit:disabled{background-color:#9ca3af;cursor:not-allowed}.feature-request-info{margin-top:40px;padding:30px;background-color:#f9fafb;border-radius:12px;border:1px solid #e5e7eb}.feature-request-info h3{color:#1c5235;font-size:1.3rem;margin-bottom:20px}.feature-request-info ul{list-style:none;padding:0}.feature-request-info li{padding:12px 0;border-bottom:1px solid #e5e7eb;display:flex;align-items:flex-start;gap:10px}.feature-request-info li:last-child{border-bottom:none}.feature-request-info strong{color:#1c5235;font-weight:600;min-width:130px}@media (max-width:768px){.feature-request-container{margin-top:60px}.feature-request-header h1{font-size:1.5rem}.feature-request-subtitle{font-size:1rem}.feature-request-form{padding:25px 20px}.feature-request-info{padding:20px}.feature-request-info strong{min-width:100px;font-size:.9rem}}