.soudan-shell{min-height:100vh;display:flex;flex-direction:column;background:#f8fafc}.soudan-shell__main{flex:1 1}.soudan-header{background:#0f766e;color:#fff}.soudan-footer__inner,.soudan-header__inner,.soudan-page{width:min(var(--max-width),calc(100% - 2 * var(--page-inline-pad)));margin-inline:auto}.soudan-header__inner{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.875rem;padding:.75rem 0}.soudan-header__brand{text-decoration:none;color:inherit}.soudan-header__brand-main{display:block;font-size:1rem;font-weight:700;line-height:1.35}.soudan-header__nav ul{display:flex;gap:1.125rem;margin:0;padding:0;list-style:none}.soudan-header__nav-item{display:flex;flex-direction:column;align-items:center;gap:.2rem;color:#fff;text-decoration:none;font-size:.7rem;line-height:1.25;min-width:3.25rem}.soudan-header__nav-item:hover{opacity:.85}.soudan-header__nav-item[aria-disabled=true]{cursor:pointer}.soudan-header__nav-icon{width:1.4rem;height:1.4rem}.soudan-footer{margin-top:3rem;padding:var(--space-xl) var(--space-md) var(--space-lg);background:var(--color-footer-bg);color:rgba(255,255,255,.92)}.soudan-footer a{color:inherit;text-decoration:none}.soudan-footer a:hover{opacity:.85}.soudan-footer__inner{display:grid;grid-gap:var(--space-lg);gap:var(--space-lg)}.soudan-footer__brand-name{margin:0;font-size:1.1rem;font-weight:700}.soudan-footer__brand-sub{margin:.35rem 0 0;font-size:.85rem;opacity:.85}.soudan-footer__nav ul{list-style:none;margin:0;padding:0}.soudan-footer__col-title{font-weight:700;margin-bottom:.75rem}.soudan-footer__col li{margin-bottom:.4rem;font-size:.9rem}.soudan-footer__col li:before{content:"− ";opacity:.7}.soudan-footer__copy{width:min(var(--max-width),calc(100% - 2rem));margin:var(--space-lg) auto 0;text-align:right;font-size:.85rem;opacity:.8}@media (min-width:900px){.soudan-footer__inner{grid-template-columns:280px 1fr;gap:3rem}.soudan-footer__nav{border-left:1px solid rgba(255,255,255,.2);padding-left:2rem}}.soudan-page{padding:2rem 0 3rem}.soudan-home-hero{margin-bottom:2rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px;overflow:hidden}.soudan-home-hero__grid{display:grid}.soudan-home-hero__categories,.soudan-home-hero__qa{padding:1.1rem 1.15rem}.soudan-home-hero__panel-title{display:flex;align-items:center;gap:.65rem;margin:0 0 .5rem;font-size:clamp(.95rem,2.2vw,1.1rem);font-weight:700;color:#134e4a;line-height:1.35}.soudan-home-hero__panel-icon{width:2rem;height:2rem;flex-shrink:0;color:#0f766e}.soudan-home-hero__lead{margin:0 0 .9rem;font-size:.82rem;line-height:1.6;color:#475569}.soudan-home-hero__block+.soudan-home-hero__block{margin-top:.9rem;padding-top:.9rem;border-top:1px solid #e2e8f0}.soudan-home-hero__subtitle{margin:0 0 .55rem;font-size:.88rem;font-weight:700;color:#0f172a}.soudan-home-hero__search{display:flex;gap:.4rem}.soudan-home-hero__search input{flex:1 1;min-width:0;padding:.5rem .65rem;border:1px solid #cbd5e1;border-radius:8px;font:inherit;font-size:.88rem;color:#0f172a;background:#fff}.soudan-home-hero__search input:focus{outline:2px solid #99f6e4;border-color:#0f766e}.soudan-home-hero__search-btn{flex-shrink:0;padding:.5rem 1rem;border:none;border-radius:8px;background:#0f766e;color:#fff;font:inherit;font-size:.88rem;font-weight:700;cursor:pointer}.soudan-home-hero__search-btn:hover{background:#0d6b64}.soudan-home-hero__examples{margin:.5rem 0 0;font-size:.78rem;line-height:1.65;color:#64748b}.soudan-home-hero__examples-label{color:#94a3b8}.soudan-home-hero__examples a{color:#0f766e;text-decoration:none}.soudan-home-hero__examples a:hover{text-decoration:underline}.soudan-home-hero__link-row{margin:.45rem 0 0}.soudan-home-hero__text-link{font-size:.85rem;color:#0f766e;text-decoration:none;font-weight:600}.soudan-home-hero__text-link:hover{text-decoration:underline}.soudan-home-hero__post-btn{display:flex;align-items:center;justify-content:center;width:100%;padding:.7rem 1.25rem;border:none;border-radius:8px;background:#0f766e;color:#fff;font:inherit;font-size:.92rem;font-weight:700;text-decoration:none;cursor:pointer}.soudan-home-hero__post-btn:hover{background:#0d6b64}.soudan-home-hero__category-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));grid-gap:.45rem;gap:.45rem}.soudan-home-hero__category-card{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.3rem;min-height:4.25rem;padding:.5rem .35rem;background:#f8fafc;border:1px solid #e2e8f0;border-radius:8px;text-decoration:none;color:#0f172a;font-size:.75rem;line-height:1.3;text-align:center;transition:border-color .15s ease,background .15s ease}.soudan-home-hero__category-card:hover{border-color:#0f766e;background:#f0fdfa}.soudan-home-hero__category-icon{display:flex;align-items:center;justify-content:center;color:#0f766e}.soudan-home-hero__category-icon svg{width:1.75rem;height:1.75rem}@media (min-width:768px){.soudan-home-hero__category-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:900px){.soudan-home-hero__grid{grid-template-columns:1.2fr .8fr}.soudan-home-hero__qa{border-right:1px solid #e2e8f0}.soudan-home-hero__categories,.soudan-home-hero__qa{padding:1.15rem 1.25rem}}.soudan-home-content{margin-bottom:1rem}.soudan-home-content__grid{display:grid;grid-gap:1.25rem;gap:1.25rem;align-items:start}.soudan-home-content__heading{margin:0 0 1rem;font-size:clamp(.95rem,2vw,1.1rem);font-weight:700;color:#134e4a}.soudan-home-content__heading--expert{padding-bottom:.65rem;position:relative;border-bottom:3px solid #ccfbf1;white-space:nowrap}.soudan-home-content__heading--expert:after{position:absolute;content:"";display:block;border-bottom:3px solid #0f766e;bottom:-3px;left:0;width:20%}.soudan-consultation-list,.soudan-home-content__list{display:grid;grid-gap:.85rem;gap:.85rem}.soudan-consultation-grid{display:grid;grid-gap:1rem;gap:1rem;grid-template-columns:1fr}@media (min-width:600px){.soudan-consultation-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:768px){.soudan-consultation-grid{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (min-width:900px){.soudan-consultation-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}.soudan-home-content__more{margin:1rem 0 0}.soudan-home-content__more a{color:#0f766e;font-weight:600;text-decoration:none}.soudan-home-content__more a:hover{text-decoration:underline}.soudan-consultation-tabs__nav{display:flex;gap:0;margin-bottom:0}.soudan-consultation-tabs__tab{flex:1 1;display:inline-flex;align-items:center;justify-content:center;gap:.35rem;position:relative;padding:.6rem .5rem;border:none;border-radius:6px 6px 0 0;background:#fff;color:#64748b;font:inherit;font-size:.85rem;font-weight:700;cursor:pointer}.soudan-consultation-tabs__tab--active{background:#134e4a;color:#fff}.soudan-consultation-tabs__tab--active:after{content:"";position:absolute;bottom:-6px;left:50%;transform:translateX(-50%);border-left:7px solid transparent;border-right:7px solid transparent;border-top:6px solid #134e4a;z-index:1}.soudan-consultation-tabs__icon{width:1rem;height:1rem;flex-shrink:0}.soudan-consultation-tabs__panel{padding-top:.85rem}.soudan-list-card{position:relative;background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem}.soudan-list-card:hover{border-color:#cbd5e1}.soudan-list-card__meta{display:flex;flex-wrap:wrap;align-items:center;gap:.75rem;margin-bottom:.5rem;font-size:.85rem;color:#64748b}.soudan-list-card__category{position:relative;z-index:1;color:#0f766e;font-weight:600;text-decoration:none}.soudan-list-card__title{margin:0 0 .5rem;font-size:1.1rem}.soudan-list-card__main-link{position:static;text-decoration:none;color:#0f172a}.soudan-list-card__main-link:after{content:"";position:absolute;inset:0;border-radius:12px}.soudan-list-card__main-link:hover{color:#0f766e}.soudan-list-card__excerpt{margin:0;color:#475569;font-size:.95rem;line-height:1.7}.soudan-list-card__excerpt--compact{font-size:.85rem;line-height:1.6;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden}.soudan-list-card__date{color:#64748b;font-size:.85rem}.soudan-list-card__themes{display:flex;flex-wrap:wrap;gap:.5rem;margin:.75rem 0 0;padding:0;list-style:none}.soudan-list-card__themes a{position:relative;z-index:1;display:inline-block;padding:.15rem .55rem;border-radius:999px;background:#ecfeff;color:#0e7490;font-size:.8rem;text-decoration:none}.soudan-expert-cta__inner{padding:1rem;background:linear-gradient(180deg,#f0fdfa,#ecfdf5);border-radius:10px}.soudan-expert-cta__features{display:flex;justify-content:center;align-items:flex-start;gap:1.25rem;margin-bottom:.75rem;padding:1rem .65rem;background:#fff;border:1px solid #e2e8f0;border-radius:6px}.soudan-expert-cta__feature{display:flex;flex:1 1;flex-direction:column;align-items:center;justify-content:flex-start;gap:.55rem;max-width:6.5rem;text-align:center}.soudan-expert-cta__icon{width:2.1rem;height:2.1rem;color:#0f766e}.soudan-expert-cta__feature-text{display:flex;flex-direction:column;gap:.1rem;margin:0;font-size:.72rem;line-height:1.4}.soudan-expert-cta__feature-emphasis{color:#0f766e;font-weight:700}.soudan-expert-cta__feature-muted{color:#57534e;font-weight:500}.soudan-expert-cta__btn{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1rem 1.15rem;border-radius:6px;background:#0f766e;color:#fff;font-size:1rem;font-weight:700;text-decoration:none;box-shadow:0 2px 6px rgba(15,118,110,.25)}.soudan-expert-cta__btn:hover{background:#0d6b64;opacity:1;transform:none}.soudan-expert-cta__btn-label{line-height:1.2}.soudan-expert-cta__badge{display:inline-flex;align-items:center;justify-content:center;min-width:2.5rem;padding:.2rem .5rem;border-radius:3px;background:#fff;color:#0f766e;font-size:.8rem;font-weight:700;line-height:1.2}@media (min-width:900px){.soudan-home-content__grid{grid-template-columns:1.35fr .65fr;gap:1.5rem}}@media (max-width:640px){.soudan-expert-cta__features{justify-content:center;gap:1rem;padding:.85rem}.soudan-expert-cta__feature{flex:1 1;max-width:none;flex-direction:column;align-items:center;text-align:center;gap:.55rem}.soudan-expert-cta__feature-text{font-size:.8rem}.soudan-expert-cta__btn{font-size:.92rem;padding:.9rem 1rem}}.soudan-hero{margin-bottom:2rem}.soudan-hero h1{margin:0 0 .75rem;font-size:clamp(1.5rem,4vw,2rem);color:#134e4a}.soudan-hero p{margin:0;color:#475569}.soudan-grid{display:grid;grid-gap:1rem;gap:1rem}.soudan-card{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.25rem}.soudan-card__meta{display:flex;flex-wrap:wrap;gap:.75rem;margin-bottom:.5rem;font-size:.85rem;color:#64748b}.soudan-card__category{color:#0f766e;font-weight:600;text-decoration:none}.soudan-card__title{margin:0 0 .5rem;font-size:1.1rem}.soudan-card__title a{text-decoration:none;color:#0f172a}.soudan-card__teaser{margin:0;color:#475569;font-size:.95rem}.soudan-card__themes{display:flex;flex-wrap:wrap;gap:.5rem;margin:.75rem 0 0;padding:0;list-style:none}.soudan-card__themes a{display:inline-block;padding:.15rem .55rem;border-radius:999px;background:#ecfeff;color:#0e7490;font-size:.8rem;text-decoration:none}.soudan-category-list{display:flex;flex-wrap:wrap;gap:.5rem;margin:1rem 0 2rem;padding:0;list-style:none}.soudan-category-list a{display:inline-block;padding:.4rem .85rem;border-radius:999px;background:#fff;border:1px solid #cbd5e1;text-decoration:none;color:#0f172a;font-size:.9rem}.soudan-breadcrumb ol{display:flex;flex-wrap:wrap;gap:.35rem;margin:0 0 1rem;padding:0;list-style:none;font-size:.85rem;color:#64748b}.soudan-breadcrumb li:not(:last-child):after{content:"›";margin-left:.35rem}.soudan-detail__header h1{margin:.5rem 0 .75rem;font-size:clamp(1.35rem,3.5vw,1.85rem);color:#0f172a}.soudan-detail__meta{display:flex;flex-wrap:wrap;gap:.75rem;font-size:.85rem;color:#64748b}.soudan-detail__category{color:#0f766e;font-weight:600;text-decoration:none}.soudan-detail__themes{display:flex;flex-wrap:wrap;gap:.5rem;margin:0;padding:0;list-style:none}.soudan-detail__themes a{display:inline-block;padding:.2rem .6rem;border-radius:999px;background:#ecfeff;color:#0e7490;font-size:.8rem;text-decoration:none}.soudan-answer,.soudan-detail__section{margin-top:2rem;padding:1.25rem;background:#fff;border:1px solid #e2e8f0;border-radius:12px}.soudan-answer__title,.soudan-detail__section h2{margin:0 0 1rem;font-size:1.1rem;color:#134e4a}.soudan-detail__subsection+.soudan-detail__subsection{margin-top:1.5rem;padding-top:1.5rem;border-top:1px solid #e2e8f0}.soudan-answer__author{margin:0 0 1rem;color:#64748b;font-size:.9rem}.soudan-answer__body p,.soudan-rich-text p{margin:0 0 .75rem}.soudan-answer__gate,.soudan-protected-gate{display:grid;grid-gap:1rem;gap:1rem}.soudan-answer__teaser,.soudan-protected-gate__teaser{margin:0;color:#334155}.soudan-answer__notice,.soudan-protected-gate__notice{margin:0;font-size:.9rem;color:#64748b}.soudan-protected-gate__recheck{margin:0;font-size:.9rem}.soudan-protected-gate__recheck a{color:#0f766e}.soudan-answer__cta{justify-self:start}.soudan-detail__notice{margin-top:1.5rem;padding:1rem;border-radius:8px;background:#fff7ed;color:#9a3412;font-size:.9rem}.soudan-detail__related{margin-top:2rem;display:grid;grid-gap:2rem;gap:2rem}.soudan-detail__related-section h2{margin:0 0 1rem;font-size:1.1rem;color:#134e4a}.soudan-detail__related-guides{margin:0;padding:1.25rem;list-style:none;background:#fff;border:1px solid #e2e8f0;border-radius:12px}.soudan-detail__related-guides li+li{margin-top:.75rem;padding-top:.75rem;border-top:1px solid #e2e8f0}.soudan-detail__related-guides a{color:#0f766e;font-weight:600;text-decoration:none}.soudan-detail__related-guides a:hover{text-decoration:underline}.soudan-static h1{margin-top:0;color:#134e4a}.soudan-static p{color:#475569}.soudan-empty{color:#64748b}.soudan-login-modal{border:none;padding:0;background:transparent;max-width:none;max-height:none}.soudan-login-modal::-webkit-backdrop{background:rgba(15,23,42,.55)}.soudan-login-modal::backdrop{background:rgba(15,23,42,.55)}.soudan-login-modal__panel{position:relative;width:min(420px,calc(100vw - 2rem));margin:auto;padding:2rem 1.5rem 1.5rem;background:#fff;border-radius:12px;box-shadow:0 20px 50px rgba(15,23,42,.2)}.soudan-login-modal__close{position:absolute;top:.75rem;right:.75rem;width:2rem;height:2rem;border:none;background:transparent;color:#64748b;font-size:1.5rem;line-height:1;cursor:pointer}.soudan-login-modal__title{margin:0 0 1rem;font-size:1.15rem;color:#0f172a;text-align:center}.soudan-login-modal__description{margin:0 0 1.5rem;font-size:.9rem;line-height:1.7;color:#475569}.soudan-login-modal__cta{display:flex;width:100%}.soudan-post{background:#fff;border:1px solid #e2e8f0;border-radius:12px;padding:1.5rem}.soudan-post__loading{color:#64748b}.soudan-post__form{display:grid;grid-gap:1.25rem;gap:1.25rem}.soudan-post__field{display:grid;grid-gap:.4rem;gap:.4rem}.soudan-post__field label{font-size:.9rem;font-weight:600;color:#334155}.soudan-post__required{color:#dc2626;font-size:.8rem;font-weight:500}.soudan-post__field input,.soudan-post__field select,.soudan-post__field textarea{width:100%;padding:.65rem .75rem;border:1px solid #cbd5e1;border-radius:8px;font:inherit;color:#0f172a;background:#fff}.soudan-post__field input:focus,.soudan-post__field select:focus,.soudan-post__field textarea:focus{outline:2px solid #99f6e4;border-color:#0f766e}.soudan-post__field input:disabled,.soudan-post__field select:disabled,.soudan-post__field textarea:disabled{background:#f8fafc;color:#94a3b8}.soudan-post__notice{margin:0;font-size:.85rem;color:#64748b;line-height:1.6}.soudan-post__error{margin:0;color:#dc2626;font-size:.9rem}.soudan-post__submit{justify-self:start;border:none;cursor:pointer;font:inherit}.soudan-post__submit:disabled{opacity:.6;cursor:not-allowed}.soudan-post__success h2{margin:0 0 .75rem;font-size:1.2rem;color:#134e4a}.soudan-post__success p{margin:0 0 .75rem;color:#475569;line-height:1.7}.soudan-submission__header h1{margin:.5rem 0 0;font-size:clamp(1.35rem,3.5vw,1.85rem);color:#0f172a}.soudan-submission__meta{display:flex;flex-wrap:wrap;gap:.75rem;margin:0;font-size:.85rem;color:#64748b}.soudan-submission__category{color:#0f766e;font-weight:600}.soudan-submission__status{padding:.1rem .5rem;border-radius:999px;background:#ecfeff;color:#0e7490}.soudan-submission__text{margin:0;color:#334155;line-height:1.7;white-space:pre-wrap}.soudan-submission__notice{margin:1.5rem 0;padding:1rem;border-radius:8px;background:#f0fdfa;color:#475569;font-size:.9rem;line-height:1.6}@media (min-width:768px){.soudan-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}