#new_recipe_page{direction:rtl;background:var(--bg-color)}#new_recipe_page .nr_hero{position:relative;overflow:hidden;padding:70px 40px 98px;background:var(--pink);color:#FFFAF7}#new_recipe_page .nr_hero__watermark{position:absolute;left:-72px;bottom:-72px;width:340px;height:340px;opacity:0.1;pointer-events:none;color:#FFFAF7}#new_recipe_page .nr_hero__inner{position:relative;max-width:900px;margin:0 auto}#new_recipe_page .nr_hero__eyebrow{font-size:14px;font-weight:700;letter-spacing:0.15em;color:rgba(255, 250, 247, 0.85);margin-bottom:16px}#new_recipe_page .nr_hero__title{margin:0 0 18px;font-family:var(--font-title);font-weight:800;font-size:46px;line-height:1.12;letter-spacing:-0.015em;color:#FFFAF7}#new_recipe_page .nr_hero__lead{margin:0 0 14px;max-width:690px;font-size:19px;line-height:1.65;color:rgba(255, 250, 247, 0.94)}#new_recipe_page .nr_hero__sign{font-size:16px;font-weight:700;color:rgba(255, 250, 247, 0.92)}#new_recipe_page .nr_form{position:relative;z-index:2;max-width:880px;margin:-52px auto 0;padding:0 22px 88px;display:flex;flex-direction:column;gap:26px}#new_recipe_page .nr_form[hidden]{display:none}#new_recipe_page .nr_card{background:#FFFDFB;border:1px solid rgba(27, 23, 50, 0.08);border-radius:16px;box-shadow:0 20px 48px rgba(27, 23, 50, 0.1);padding:34px 38px}#new_recipe_page .nr_card__head{display:flex;align-items:flex-start;gap:16px;padding-bottom:22px;margin-bottom:26px;border-bottom:1px solid rgba(27, 23, 50, 0.09)}#new_recipe_page .nr_card__num{flex:none;width:42px;height:42px;border-radius:50%;background:var(--pink);color:#FFFAF7;display:flex;align-items:center;justify-content:center;font-family:var(--font-title);font-weight:800;font-size:19px}#new_recipe_page .nr_card__title{font-family:var(--font-title);font-weight:800;font-size:24px;line-height:1.15;color:#1B1732}#new_recipe_page .nr_card__sub{margin-top:4px;font-size:14.5px;line-height:1.5;color:rgba(27, 23, 50, 0.55)}#new_recipe_page .nr_card__body{display:flex;flex-direction:column;gap:22px}#new_recipe_page .nr_field{display:flex;flex-direction:column;gap:8px}#new_recipe_page .nr_field__label{font-size:14px;font-weight:700;color:rgba(27, 23, 50, 0.62);text-align:right}#new_recipe_page .nr_field__label--icon{display:flex;align-items:center;gap:8px}#new_recipe_page .nr_field__label--icon svg{width:17px;height:17px;color:var(--pink)}#new_recipe_page .nr_field__opt{font-weight:500;color:rgba(27, 23, 50, 0.45)}#new_recipe_page .nr_field__hint{font-size:13px;line-height:1.5;color:rgba(27, 23, 50, 0.5)}#new_recipe_page .nr_field__input{width:100%;box-sizing:border-box;border:1.5px solid rgba(27, 23, 50, 0.16);border-radius:10px;background:var(--bg-color);padding:13px 15px;font-family:inherit;font-size:15.5px;color:#1B1732;text-align:right;outline:none;transition:border-color 0.18s ease, box-shadow 0.18s ease}#new_recipe_page .nr_field__input::placeholder{color:rgba(27, 23, 50, 0.38)}#new_recipe_page .nr_field__input:focus{border-color:var(--pink);box-shadow:0 0 0 3px rgba(219, 0, 124, 0.13)}#new_recipe_page .nr_field__input--area{line-height:1.7;resize:vertical;min-height:110px}#new_recipe_page .nr_field__input--tall{min-height:160px}#new_recipe_page .nr_field__input--taller{min-height:190px}#new_recipe_page .nr_choice{display:flex;flex-wrap:wrap;gap:12px}#new_recipe_page .nr_choice__opt{display:inline-flex;align-items:center;gap:10px;padding:12px 20px;border:1.5px solid rgba(27, 23, 50, 0.16);border-radius:10px;background:var(--bg-color);cursor:pointer;font-size:15px;font-weight:600;color:#1B1732}#new_recipe_page .nr_choice__opt input{width:17px;height:17px;accent-color:var(--pink);cursor:pointer}#new_recipe_page .nr_grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(160px, 1fr));gap:18px}#new_recipe_page .nr_upload{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;height:300px;border:2px dashed rgba(27, 23, 50, 0.2);border-radius:12px;background:var(--bg-color);color:rgba(27, 23, 50, 0.5);cursor:pointer;transition:border-color 0.18s ease, background 0.18s ease, color 0.18s ease}#new_recipe_page .nr_upload:hover{border-color:var(--pink);color:var(--pink);background:#FDF1E8}#new_recipe_page .nr_upload__input{position:absolute;inset:0;opacity:0;cursor:pointer}#new_recipe_page .nr_upload__icon{width:46px;height:46px}#new_recipe_page .nr_upload__text{font-size:15px;font-weight:600}#new_recipe_page .nr_upload__hint{position:absolute;bottom:12px;left:50%;transform:translateX(-50%);padding:5px 12px;border-radius:999px;background:rgba(27, 23, 50, 0.62);color:#fff;font-size:12.5px;font-weight:600;opacity:0;pointer-events:none;transition:opacity 0.18s ease}#new_recipe_page .nr_upload__preview{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;border-radius:10px}#new_recipe_page .nr_upload.has_image{border-style:solid;border-color:rgba(27, 23, 50, 0.16)}#new_recipe_page .nr_upload.has_image .nr_upload__icon,#new_recipe_page .nr_upload.has_image .nr_upload__text{display:none}#new_recipe_page .nr_upload.has_image:hover .nr_upload__hint{opacity:1}#new_recipe_page .nr_submit{display:flex;flex-direction:column;align-items:center;gap:14px;margin-top:4px}#new_recipe_page .nr_btn{display:inline-flex;align-items:center;gap:11px;background:var(--pink);color:#FFFAF7;border:none;padding:16px 46px;border-radius:12px;font-family:inherit;font-size:18px;font-weight:700;cursor:pointer;transition:background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease}#new_recipe_page .nr_btn svg{width:16px;height:16px}#new_recipe_page .nr_btn:hover{background:#B80068;transform:translateY(-2px);box-shadow:0 16px 32px rgba(219, 0, 124, 0.3)}#new_recipe_page .nr_btn:active{transform:translateY(0)}#new_recipe_page .nr_btn:disabled,#new_recipe_page .nr_btn.is_loading{opacity:0.65;cursor:default;transform:none;box-shadow:none}#new_recipe_page .nr_submit__note{font-size:13.5px;color:rgba(27, 23, 50, 0.5);text-align:center}#new_recipe_page .nr_error{max-width:880px;margin:0 auto;padding:13px 16px;background:rgba(219, 0, 124, 0.08);border:1px solid rgba(219, 0, 124, 0.28);border-radius:10px;color:#B80068;font-size:14.5px;font-weight:600;text-align:center}#new_recipe_page .nr_error[hidden]{display:none}#new_recipe_page .nr_success{max-width:880px;margin:-52px auto 60px;padding:48px 40px;position:relative;z-index:2;display:flex;flex-direction:column;align-items:center;gap:16px;text-align:center;background:#FFFDFB;border:1px solid rgba(27, 23, 50, 0.08);border-radius:16px;box-shadow:0 20px 48px rgba(27, 23, 50, 0.1)}#new_recipe_page .nr_success[hidden]{display:none}#new_recipe_page .nr_success__check{display:flex;align-items:center;justify-content:center;width:72px;height:72px;border-radius:50%;background:#9AC654;color:#12240A;animation:nrPop 0.42s ease both}#new_recipe_page .nr_success__check svg{width:34px;height:34px}#new_recipe_page .nr_success__title{margin:0;font-family:var(--font-title);font-weight:800;font-size:34px;color:#1B1732}#new_recipe_page .nr_success__text{margin:0;max-width:490px;font-size:16.5px;line-height:1.65;color:rgba(27, 23, 50, 0.62)}@keyframes nrPop{0%{transform:scale(0.92);opacity:0}60%{transform:scale(1.03)}100%{transform:scale(1);opacity:1}}@media (max-width:720px){#new_recipe_page .nr_hero{padding:54px 24px 88px}#new_recipe_page .nr_hero__title{font-size:34px}#new_recipe_page .nr_hero__lead{font-size:17px}#new_recipe_page .nr_card{padding:26px 22px}}