@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");.sidaf-landing-root{--sidaf-landing-nav-height:64px;--sidaf-profile-nav-height:72px;--sidaf-profile-sticky-offset:calc(var(--sidaf-profile-nav-height) + 34px);margin:0;padding:0;box-sizing:border-box;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#000;scroll-behavior:smooth;width:100%;-webkit-font-smoothing:antialiased!important;-moz-osx-font-smoothing:grayscale!important}.sidaf-landing-root *,.sidaf-landing-root :after,.sidaf-landing-root :before{box-sizing:inherit;font-family:inherit}.sidaf-landing-root ul{list-style:none;padding:0}.sidaf-landing-root input,.sidaf-landing-root textarea{font-family:inherit}.sidaf-landing-root .landing-page-view>:nth-child(n+3){position:relative}.sidaf-landing-root .landing-page-view>:nth-child(n+3):before{content:"";position:absolute;top:0;left:0;right:0;height:30px;transform:translateY(-100%);background:#fff;box-shadow:0 10px 24px rgba(15,23,42,.08);z-index:2;pointer-events:none}.sidaf-landing-root .landing-uniform-section{--landing-section-max-width:1200px;--landing-section-min-height:850px;--landing-section-padding-y:88px;--landing-section-padding-x:80px;--landing-section-header-gap:40px;--landing-section-content-offset:24px;min-height:var(--landing-section-min-height);padding:var(--landing-section-padding-y) var(--landing-section-padding-x)}.sidaf-landing-root .landing-uniform-section-inner{width:100%;max-width:var(--landing-section-max-width);margin:0 auto;min-height:calc(var(--landing-section-min-height) - (var(--landing-section-padding-y) * 2));display:flex;flex-direction:column}.sidaf-landing-root .landing-uniform-section-header{text-align:center}.sidaf-landing-root .landing-uniform-section-title{margin:0 0 20px;font-size:48px;font-weight:700;color:#1a1a1a}.sidaf-landing-root .landing-uniform-section-subtitle{margin:0 auto;max-width:800px;font-size:18px;line-height:1.6;color:#666}.sidaf-landing-root .landing-uniform-section-content{margin-top:var(--landing-section-header-gap);padding-top:var(--landing-section-content-offset);flex:1}.sidaf-landing-root .landing-uniform-section-content.is-empty{min-height:0}.sidaf-landing-root .landing-highlights-section{--landing-section-min-height:auto;min-height:auto}.sidaf-landing-root .landing-highlights-section .landing-uniform-section-inner{min-height:auto}.dashboard-highlights-grid-wrapper{width:100%;max-width:960px;margin:0 auto}.dashboard-highlights-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0;border-radius:0;overflow:hidden;box-shadow:0 8px 40px rgba(0,0,0,.18)}.dashboard-highlight-card{display:flex;flex-direction:column;padding:28px 28px 24px;min-height:180px;border-radius:0;transition:filter .2s ease}.dashboard-highlight-card:hover{filter:brightness(1.06)}.dashboard-highlight-card-header{display:flex;align-items:center;gap:8px}.dashboard-highlight-card-title{font-size:13px;font-weight:600;letter-spacing:.08em;text-transform:uppercase;line-height:1.2}.dashboard-highlight-card-value{flex:1;display:flex;align-items:center;justify-content:center;text-align:center;margin:40px 0 4px}.dashboard-highlight-card-value span{font-size:clamp(36px,5vw,52px);font-weight:700;letter-spacing:-.02em;line-height:1}.dashboard-highlight-card-footer{display:flex;justify-content:flex-end;margin-top:auto}.sidaf-landing-root .landing-menu-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:24px}.landing-gallery-content{display:flex;flex-direction:column}.landing-access-content{width:100%}.landing-access-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;margin-bottom:72px}.landing-contact-content{width:100%;max-width:800px;margin-left:auto;margin-right:auto}.landing-contact-fields-two{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:20px;margin-bottom:20px}.landing-contact-field{display:flex;flex-direction:column;gap:8px}.gallery-slider{position:relative;overflow:hidden;border-radius:16px;box-shadow:0 25px 50px rgba(0,0,0,.25);border:1px solid #f0f0f0}.gallery-track{display:flex;transition:transform .5s ease}.gallery-slide{min-width:100%;position:relative}.gallery-slide img{width:100%;height:600px;-o-object-fit:cover;object-fit:cover;display:block}.gallery-caption-overlay{position:absolute;inset:auto 0 0 0;min-height:150px;padding:72px 34px 30px;display:flex;align-items:flex-end;background:linear-gradient(180deg,rgba(5,12,23,0),rgba(5,12,23,.28) 38%,rgba(5,12,23,.84))}.gallery-caption-content{display:flex;flex-direction:column;gap:8px;max-width:min(72%,620px)}.gallery-caption-kicker{font-size:11px;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:rgba(255,255,255,.68)}.gallery-caption-text{margin:0;font-size:clamp(22px,2.2vw,32px);font-weight:600;letter-spacing:-.02em;line-height:1.08;color:#ffffff;text-shadow:0 10px 24px rgba(0,0,0,.22)}.gallery-btn{position:absolute;top:50%;transform:translateY(-50%);z-index:10;width:48px;height:48px;background:#000;color:#fff;border:none;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;opacity:.8;transition:opacity .2s}.gallery-btn:hover{opacity:1}.gallery-prev{left:16px}.gallery-next{right:16px}.gallery-dots{display:flex;justify-content:center;gap:8px;padding-top:20px}.gallery-dot{width:8px;height:8px;border-radius:50%;background:#d1d5db;cursor:pointer;transition:all .2s;border:none}.gallery-dot.active{background:#1a1a1a;transform:scale(1.2)}.gallery-empty-state{min-height:600px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:10px;padding:32px;background:radial-gradient(circle at top left,rgba(15,31,61,.08) 0,rgba(15,31,61,0) 34%),linear-gradient(180deg,#fdfefe,#f4f6f9);color:#5c6f87;text-align:center}.gallery-empty-title{margin:0;font-size:22px;font-weight:600;color:#0f1f3d}.gallery-empty-copy,.gallery-empty-dash{margin:0;font-size:14px;line-height:1.6;color:#6b7b90}.sidaf-landing-root .menu-card{background:#fff;padding:32px 24px;border-radius:12px;border:1px solid #f3f4f6;text-align:center;cursor:pointer;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:220px;align-self:stretch;text-decoration:none;color:inherit;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.sidaf-landing-root .menu-card:hover{border-color:rgba(0,0,0,.2);box-shadow:0 10px 30px rgba(0,0,0,.12);transform:translateY(-4px)}.sidaf-landing-root .menu-icon{width:56px;height:56px;background:#f9f9f9;border-radius:50%;display:flex;align-items:center;justify-content:center;margin-bottom:16px;color:#1a1a1a;transition:background .2s ease,color .2s ease}.sidaf-landing-root .menu-card:hover .menu-icon{background:#1a1a1a;color:#fff}.sidaf-landing-root .nav-dropdown{position:relative}.sidaf-landing-root .nav-dropdown-trigger{display:flex;align-items:center;gap:4px;color:rgba(255,255,255,.65);font-size:14px;background:none;border:none;cursor:pointer;font-family:inherit}.sidaf-landing-root .nav-dropdown-caret{transition:transform .22s ease}.sidaf-landing-root .nav-dropdown.open .nav-dropdown-caret{transform:rotate(180deg)}.sidaf-landing-root .nav-dropdown-menu{position:absolute;top:calc(100% + 14px);left:50%;transform:translateX(-50%) translateY(8px);min-width:220px;background:rgba(17,17,17,.96);border:1px solid rgba(255,255,255,.08);border-radius:14px;box-shadow:0 24px 60px rgba(0,0,0,.38);backdrop-filter:blur(18px);padding:10px;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .22s ease,transform .22s ease,visibility .22s ease;z-index:70}.sidaf-landing-root .nav-dropdown.open .nav-dropdown-menu{opacity:1;visibility:visible;pointer-events:auto;transform:translateX(-50%) translateY(0)}.sidaf-landing-root .nav-dropdown-item{width:100%;display:flex;align-items:center;justify-content:space-between;gap:12px;padding:11px 12px;border-radius:10px;border:none;background:transparent;color:rgba(255,255,255,.86);font-size:14px;font-family:inherit;text-align:left;cursor:pointer;transition:background .18s ease,color .18s ease,transform .18s ease}.sidaf-landing-root .nav-dropdown-item:hover{background:rgba(255,255,255,.08);color:#ffffff;transform:translateX(2px)}.sidaf-landing-root .nav-dropdown-item-label{display:flex;align-items:center;gap:14px}.sidaf-landing-root .nav-dropdown-item-code{min-width:24px;color:rgba(255,255,255,.88);font-size:14px;font-weight:600;letter-spacing:.04em}.sidaf-landing-root .landing-main-nav{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:60!important;opacity:1!important;display:grid!important;grid-template-columns:1fr auto 1fr!important;align-items:center!important;gap:20px!important;min-height:var(--sidaf-landing-nav-height,64px)!important;padding:0 40px!important;background:radial-gradient(130% 120% at 50% -48px,rgba(255,255,255,.12) 0,rgba(255,255,255,.03) 42%,rgba(255,255,255,0) 70%),linear-gradient(180deg,rgba(8,8,8,.985),rgba(2,2,2,.99))!important;border-bottom:1px solid rgba(255,255,255,.08)!important;box-shadow:0 20px 46px rgba(0,0,0,.24)!important;backdrop-filter:none!important;-webkit-backdrop-filter:none!important}.landing-nav-brand{display:flex!important;align-items:center!important;min-width:0!important;justify-self:start!important}.landing-nav-brand img{height:40px;width:auto;display:block}.landing-nav-center{min-width:0!important;justify-self:center!important}.landing-nav-center-row{display:inline-flex!important;gap:26px!important;width:auto!important;min-width:-moz-max-content!important;min-width:max-content!important}.landing-nav-center-item,.landing-nav-center-row{align-items:center!important;justify-content:center!important}.landing-nav-center-item{display:flex!important}.landing-nav-actions{min-width:0!important;justify-self:end!important;justify-content:flex-end!important;gap:8px!important}.landing-nav-actions,.sidaf-landing-root .landing-main-nav .nav-dropdown{display:flex!important;align-items:center!important}.sidaf-landing-root .landing-main-nav .nav-dropdown-trigger{display:inline-flex!important;align-items:center!important;justify-content:center!important;min-height:40px!important;gap:8px!important;padding:8px 0!important;line-height:1!important;white-space:nowrap!important}.sidaf-landing-root .landing-main-nav .nav-dropdown-trigger:hover,.sidaf-landing-root .landing-main-nav .nav-dropdown.open .nav-dropdown-trigger{color:rgba(255,255,255,.95)!important}.sidaf-landing-root .landing-main-nav .nav-dropdown-trigger>span{display:inline-flex!important;align-items:center!important;line-height:1.1!important}.sidaf-landing-root .landing-main-nav #language-dropdown-trigger{gap:6px!important}.sidaf-landing-root .landing-main-nav #language-dropdown-trigger>span:first-child{font-size:13px!important;letter-spacing:.06em!important}.sidaf-landing-root .landing-main-nav #language-dropdown-trigger>span:nth-child(2){font-size:14px!important}.sidaf-landing-root .landing-main-nav-spacer{height:var(--sidaf-landing-nav-height,64px)}.landing-nav-login{background:transparent!important;border:1px solid rgba(255,255,255,.2)!important;border-radius:8px!important;padding:9px 20px!important;color:#ffffff!important;font-size:14px!important;font-weight:500!important;line-height:1!important;cursor:pointer!important;white-space:nowrap!important;font-family:inherit!important;transition:border-color .18s ease,background .18s ease!important}.landing-nav-login:hover{background:rgba(255,255,255,.06)!important;border-color:rgba(255,255,255,.38)!important}.landing-nav-dashboard{display:inline-flex!important;align-items:center!important;gap:8px!important;background:#ffffff!important;border:none!important;border-radius:8px!important;padding:9px 9px 9px 20px!important;color:#000000!important;font-size:14px!important;font-weight:600!important;line-height:1!important;cursor:pointer!important;white-space:nowrap!important;font-family:inherit!important;transition:box-shadow .18s ease,transform .18s ease!important}.landing-nav-dashboard>span:last-child{display:inline-flex!important;align-items:center!important;justify-content:center!important;width:24px!important;height:24px!important;border-radius:999px!important;background:#000000!important;color:#ffffff!important;flex-shrink:0!important}.landing-nav-dashboard:hover{box-shadow:0 8px 24px rgba(0,0,0,.18)!important;transform:translateY(-1px)!important}@media (max-width:1200px) and (min-width:921px){.landing-main-nav{grid-template-columns:1fr auto 1fr!important;padding:0 24px!important}.landing-main-nav,.landing-nav-center-row{gap:18px!important}}@media (max-width:920px){.landing-main-nav{display:flex!important;flex-wrap:wrap!important;align-items:center!important;justify-content:space-between!important;gap:10px!important;min-height:var(--sidaf-landing-nav-height,64px)!important;height:auto!important;padding:10px 16px 12px!important}.landing-nav-actions,.landing-nav-brand{position:relative!important;z-index:1!important}.landing-nav-actions{margin-left:auto!important;gap:6px!important}.landing-nav-center{width:100%!important;min-width:0!important;order:3!important;overflow-x:auto!important;overflow-y:visible!important;padding-bottom:2px!important;scrollbar-width:none!important}.landing-nav-center::-webkit-scrollbar{display:none!important}.landing-nav-center-row{display:inline-flex!important;align-items:center!important;gap:14px!important;min-width:-moz-max-content!important;min-width:max-content!important;width:-moz-max-content!important;width:max-content!important;padding-right:6px!important}.landing-main-nav .nav-dropdown{flex:0 0 auto!important}.landing-main-nav .nav-dropdown-trigger{white-space:nowrap!important}}.sidaf-landing-root .profile-dropdown-menu{min-width:332px;padding:0;overflow:hidden;border:1px solid rgba(255,255,255,.12);border-radius:16px;background:rgba(6,6,6,.98);box-shadow:0 28px 70px rgba(0,0,0,.48)}.sidaf-landing-root .profile-dropdown-header{padding:22px 20px 18px;background:linear-gradient(180deg,rgba(255,255,255,.018),rgba(255,255,255,.005));border-bottom:1px solid rgba(255,255,255,.04)}.sidaf-landing-root .profile-dropdown-name{font-size:18px;font-weight:700;color:rgba(255,255,255,.97);line-height:1.15;letter-spacing:-.02em;margin:0 0 8px}.sidaf-landing-root .profile-dropdown-email{font-size:14px;font-weight:500;color:rgba(255,255,255,.56);line-height:1.4;margin:0 0 14px}.sidaf-landing-root .profile-dropdown-badge{display:inline-flex;align-items:center;justify-content:center;padding:8px 14px;border-radius:999px;border:1px solid rgba(248,113,113,.22);background:rgba(127,29,29,.22);color:#fca5a5;font-size:14px;font-weight:600}.sidaf-landing-root .profile-dropdown-body{padding:18px 12px 14px;background:rgba(3,3,3,.98)}.profile-action{width:100%;display:flex;align-items:center;gap:14px;padding:13px 12px;border:none;border-radius:14px;background:transparent;cursor:pointer;text-align:left;transition:background .18s ease,transform .18s ease}.profile-action:hover{background:rgba(255,255,255,.045);transform:translateX(2px)}.profile-action-icon{width:40px;height:40px;border-radius:12px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.profile-action-icon.profile{background:rgba(255,255,255,.08);color:rgba(255,255,255,.92)}.profile-action-icon.logout{background:rgba(127,29,29,.24);color:#fca5a5}.profile-action-title{font-size:15px;font-weight:600;line-height:1.22;margin:0 0 4px;color:rgba(255,255,255,.95)}.profile-action-subtitle{font-size:14px;font-weight:500;line-height:1.35;margin:0;color:rgba(255,255,255,.5)}.profile-action.logout .profile-action-title{color:#fca5a5}.profile-page-view{min-height:100vh;padding-top:72px;background:#ffffff;color:#0f172a}.profile-page-nav{position:fixed!important;top:0!important;left:0!important;right:0!important;width:100%!important;z-index:35;overflow:visible;background:radial-gradient(130% 120% at 50% -48px,rgba(255,255,255,.12) 0,rgba(255,255,255,.03) 42%,rgba(255,255,255,0) 70%),linear-gradient(180deg,rgba(8,8,8,.985),rgba(2,2,2,.99));border-bottom:1px solid rgba(255,255,255,.08)}.profile-page-nav:before{content:"";position:absolute;left:0;right:0;top:0;height:100%;pointer-events:none;background:linear-gradient(180deg,rgba(255,255,255,.05) 0,rgba(255,255,255,.015) 36%,rgba(255,255,255,0))}.profile-page-nav:after{content:"";position:absolute;left:-6%;right:-6%;top:52px;height:34px;pointer-events:none;background:radial-gradient(ellipse at center,rgba(255,255,255,.22) 0,rgba(255,255,255,.06) 32%,rgba(255,255,255,0) 72%);filter:blur(13px);opacity:.52}.profile-page-nav-inner{position:relative;height:72px;max-width:1280px;margin:0 auto;padding:0 40px;display:flex;align-items:center;justify-content:space-between}.profile-page-nav-brand{display:inline-flex;align-items:center}.profile-page-nav-logo{height:40px;width:auto;display:block}.profile-page-nav-center{display:inline-flex;align-items:center;gap:34px}.sidaf-landing-root .profile-page-nav .nav-dropdown-trigger{color:rgba(255,255,255,.72);font-size:14px;font-weight:500;gap:8px}.sidaf-landing-root .profile-page-nav .nav-dropdown-trigger:hover,.sidaf-landing-root .profile-page-nav .nav-dropdown.open .nav-dropdown-trigger{color:#ffffff}.sidaf-landing-root .profile-page-nav .nav-dropdown-caret{width:14px;height:14px;stroke:rgba(255,255,255,.45)}.sidaf-landing-root .profile-page-nav .nav-dropdown-menu{margin-top:10px;min-width:230px;background:rgba(8,8,8,.98);border:1px solid rgba(255,255,255,.1);border-radius:6px;box-shadow:0 2px 8px rgba(15,23,42,.12),0 12px 28px rgba(0,0,0,.35)}.sidaf-landing-root .profile-page-nav .nav-dropdown-item{color:rgba(255,255,255,.82);font-size:14px;font-weight:500;border-radius:6px}.sidaf-landing-root .profile-page-nav .nav-dropdown-item:hover{color:#ffffff;background:rgba(255,255,255,.09)}.profile-page-shell{position:relative;max-width:1008px;margin:0 auto;padding:82px 24px 68px}.profile-page-header{margin-bottom:26px}.profile-page-title{margin:0 0 8px;font-size:34px;font-weight:700;line-height:1.08;letter-spacing:-.02em;color:#0f1f3d}.profile-page-subtitle{margin:0;font-size:16px;line-height:1.5;color:#5c6f87}.sidaf-profile-feedback-wrap{margin-bottom:24px}.profile-page-grid{display:grid;grid-template-columns:318px minmax(0,1fr);gap:28px;align-items:start}.profile-card,.profile-security-card{background:#ffffff;border:1px solid #d9dfe8;border-radius:6px;box-shadow:0 2px 8px rgba(15,23,42,.08)}.profile-card{padding:28px 24px 20px}.profile-card--sticky{position:sticky;top:96px;z-index:10}.edit-gallery-shell{display:flex;flex-direction:column;gap:18px;color:#111827}.edit-gallery-shell,.edit-gallery-shell .root{background:#ffffff!important}.edit-gallery-shell.dashboard-ms-typography{background:#ffffff!important;color:#111827!important}.edit-gallery-hero{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:28px;align-items:end;padding:0 0 22px;border-bottom:1px solid #e5e7eb}.edit-gallery-hero-copy{max-width:760px}.edit-gallery-hero-copy h2{margin:0;font-size:clamp(1.5rem,2.8vw,1.75rem);line-height:1.22;font-weight:600;letter-spacing:-.02em;color:#111827}.edit-gallery-hero-copy p{margin:10px 0 0;max-width:720px;font-size:15px;line-height:1.65;color:#6b7280}.edit-gallery-hero-stats{display:grid;grid-template-columns:repeat(2,minmax(116px,1fr));border:1px solid #e5e7eb;background:#ffffff;border-radius:var(--af-radius,6px)}.edit-gallery-stat{min-height:76px;padding:14px 18px;display:flex;flex-direction:column;justify-content:center;border-right:1px solid #e5e7eb}.edit-gallery-stat:last-child{border-right:none}.edit-gallery-stat-value{font-size:22px;line-height:1.1;font-weight:650;color:#111827}.edit-gallery-stat-label{margin-top:6px;font-size:12px;color:#6b7280}.edit-gallery-feedback-wrap{margin-bottom:4px}.edit-gallery-layout{display:grid;grid-template-columns:minmax(0,1.58fr) minmax(340px,.82fr);gap:24px;align-items:start}.edit-gallery-main-column{display:flex;flex-direction:column;gap:24px}.edit-gallery-panel,.edit-gallery-preview-card{background:#ffffff;border:1px solid #e5e7eb;border-radius:var(--af-radius,6px);box-shadow:0 1px 3px 0 rgb(0 0 0/.1),0 1px 2px -1px rgb(0 0 0/.1)}.edit-gallery-panel,.edit-gallery-preview-card{padding:22px}.edit-gallery-panel-head,.edit-gallery-preview-header{display:flex;align-items:flex-start;justify-content:space-between;gap:16px;margin-bottom:18px}.edit-gallery-eyebrow{margin:0 0 7px;font-size:11px;font-weight:650;letter-spacing:.12em;text-transform:uppercase;color:#6b7280!important}.edit-gallery-section-title{margin:0;font-size:22px;line-height:1.22;font-weight:600;color:#111827}.edit-gallery-status-pill{min-height:32px;padding:0 12px;border-radius:var(--af-radius-sm,4px);border:1px solid rgba(37,99,235,.35);background:rgba(37,99,235,.12);color:#2563eb;font-size:12px}.edit-gallery-primary-button,.edit-gallery-status-pill{display:inline-flex;align-items:center;justify-content:center;font-weight:650}.edit-gallery-primary-button{gap:10px;min-height:40px;padding:0 16px;border:none;border-radius:var(--af-radius-sm,4px);background:#2563eb;color:#ffffff;font-size:14px;cursor:pointer;box-shadow:0 1px 2px rgba(15,23,42,.16);transition:background .18s ease,opacity .18s ease,box-shadow .18s ease}.edit-gallery-primary-button:hover:not(:disabled){background:#1d4ed8;box-shadow:0 2px 6px rgba(15,23,42,.16)}.edit-gallery-primary-button:disabled{opacity:.72;cursor:not-allowed}.edit-gallery-dropzone{display:grid;grid-template-columns:48px minmax(0,1fr);gap:16px;align-items:center;padding:22px;border:1px dashed rgba(107,114,128,.55);border-radius:var(--af-radius-sm,4px);background:#f9fafb;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.edit-gallery-dropzone.drag-active{border-color:#2563eb;background:rgba(37,99,235,.08);box-shadow:inset 0 0 0 1px rgba(37,99,235,.12)}.edit-gallery-dropzone-icon{width:48px;height:48px;border-radius:var(--af-radius-sm,4px);background:#111827;color:#ffffff;display:inline-flex;align-items:center;justify-content:center}.edit-gallery-dropzone-title{margin:0 0 6px;font-size:15px;font-weight:650;line-height:1.45;color:#111827}.edit-gallery-dropzone-copy{margin:0;font-size:14px;line-height:1.6;color:#6b7280}.edit-gallery-helper-row{margin-top:16px;display:flex;justify-content:space-between;gap:12px;font-size:13px;line-height:1.5;color:#6b7280}.edit-gallery-hidden-input{display:none}.edit-gallery-preview-slider{border:none;border-radius:var(--af-radius-sm,4px);box-shadow:none;overflow:visible}.edit-gallery-preview-stage{position:relative;overflow:hidden;border-radius:var(--af-radius-sm,4px);border:1px solid #e5e7eb;min-height:500px;background:#f9fafb}.edit-gallery-preview-image{width:100%;height:500px;-o-object-fit:cover;object-fit:cover;display:block}.edit-gallery-preview-dots{padding-top:18px}.edit-gallery-preview-dots .gallery-dot{transition:all .2s;background:rgba(107,114,128,.45)}.edit-gallery-preview-dots .gallery-dot.active{background:#2563eb;transform:scale(1.2)}.edit-gallery-empty-preview{min-height:500px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:12px;color:#6b7280}.edit-gallery-empty-dash,.edit-gallery-empty-preview p{margin:0}.edit-gallery-side-panel{position:sticky;top:96px}.edit-gallery-side-head svg{color:#6b7280;flex:0 0 auto;margin-top:4px}.edit-gallery-active-summary{display:grid;grid-template-columns:38px minmax(0,1fr);gap:12px;align-items:center;padding:12px;margin-bottom:16px;border:1px solid #e5e7eb;background:#f9fafb}.edit-gallery-active-icon{width:38px;height:38px;display:inline-flex;align-items:center;justify-content:center;border-radius:var(--af-radius-sm,4px);background:rgba(37,99,235,.15);color:#2563eb}.edit-gallery-active-summary span,.edit-gallery-active-summary strong{display:block;min-width:0}.edit-gallery-active-summary span{margin-bottom:3px;font-size:12px;color:#6b7280}.edit-gallery-active-summary strong{font-size:14px;font-weight:650;color:#111827;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.edit-gallery-slide-list{display:flex;flex-direction:column;gap:10px}.edit-gallery-slide-item{width:100%;display:grid;grid-template-columns:88px minmax(0,1fr);gap:12px;align-items:center;padding:10px;border-radius:var(--af-radius-sm,4px);border:1px solid #e5e7eb;background:#ffffff;text-align:left;cursor:pointer;transition:border-color .18s ease,box-shadow .18s ease,background .18s ease}.edit-gallery-slide-item.active,.edit-gallery-slide-item:hover{border-color:rgba(37,99,235,.55);background:rgba(37,99,235,.06);box-shadow:0 2px 8px rgba(15,23,42,.06)}.edit-gallery-slide-thumb{width:88px;height:66px;overflow:hidden;border-radius:var(--af-radius-sm,4px);background:#e5e7eb}.edit-gallery-slide-thumb img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.edit-gallery-slide-body{min-width:0}.edit-gallery-slide-row{display:flex;align-items:center;gap:10px;margin-bottom:6px}.edit-gallery-slide-order{font-size:12px;font-weight:650;color:#6b7280}.edit-gallery-slide-caption{min-width:0;font-size:15px;font-weight:650;color:#111827}.edit-gallery-slide-caption,.edit-gallery-slide-meta{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.edit-gallery-slide-meta{margin:0 0 12px;font-size:13px;line-height:1.5;color:#6b7280}.edit-gallery-slide-actions{display:flex;align-items:center;gap:8px}.edit-gallery-icon-button{width:32px;height:32px;border-radius:var(--af-radius-sm,4px);border:1px solid #e5e7eb;background:#ffffff;color:#6b7280;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s ease,color .2s ease,background .2s ease}.edit-gallery-icon-button:hover:not(:disabled){border-color:#2563eb;color:#2563eb;background:rgba(37,99,235,.1)}.edit-gallery-icon-button.danger:hover:not(:disabled){border-color:#dc2626;color:#dc2626;background:rgba(220,38,38,.12)}.edit-gallery-icon-button:disabled{opacity:.45;cursor:not-allowed}.edit-gallery-list-state{min-height:220px;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;padding:26px 16px;border:1px dashed #e5e7eb;background:#f9fafb;color:#6b7280;text-align:center}.spin{animation:edit-gallery-spin 1s linear infinite}@keyframes edit-gallery-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.profile-avatar-wrap{display:flex;flex-direction:column;align-items:center;text-align:center}.profile-avatar-stack{position:relative;width:96px;height:96px;margin-bottom:22px}.profile-avatar{width:96px;height:96px;background:#111827;color:#ffffff;display:flex;font-size:24px;font-weight:400;letter-spacing:.08em}.profile-avatar,.profile-avatar-badge{border-radius:50%;align-items:center;justify-content:center}.profile-avatar-badge{position:absolute;right:-2px;bottom:-2px;width:34px;height:34px;background:#ffffff;border:1px solid #e2e8f0;box-shadow:0 8px 18px rgba(15,23,42,.12);color:#475569;display:inline-flex}.profile-name-row{display:inline-flex;align-items:center;gap:10px;margin-bottom:6px}.profile-name{margin:0;font-size:18px;font-weight:700;line-height:1.25;color:#0f172a}.profile-edit-icon{width:16px;height:16px;color:#94a3b8;display:inline-flex;align-items:center;justify-content:center}.profile-edit-button{background:none;border:none;cursor:pointer;color:#94a3b8;display:inline-flex;padding:4px;border-radius:4px;transition:all .2s}.profile-edit-button:hover{color:#0f172a;background:#f1f5f9}.profile-input{padding:8px 12px;border:1px solid #dce2ea;border-radius:6px;font-size:15px;margin-bottom:8px}.profile-input:focus{outline:none;border-color:#0f172a}.profile-inline-actions{display:flex;gap:8px}.profile-inline-button{padding:6px 14px;font-size:13px;border-radius:6px;cursor:pointer;border:1px solid transparent;font-weight:500;transition:all .2s}.profile-inline-button.primary{background:#0f172a;color:white}.profile-inline-button.primary:hover{background:#1e293b}.profile-inline-button.secondary{background:#ffffff;border-color:#dce2ea;color:#475569}.profile-inline-button.secondary:hover{background:#f8fafc;color:#0f172a}.profile-email{display:inline-flex;align-items:center;gap:8px;margin:0;font-size:14px;line-height:1.5;color:#64748b}.profile-panel{margin-top:28px;padding:15px 15px 16px;background:#f7f8fa;border:1px solid #dce2ea;border-radius:11px}.profile-panel-header{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:10px}.profile-label{font-size:12px;font-weight:700;letter-spacing:.22em;text-transform:uppercase;color:#64748b}.profile-panel-value{margin:0;font-size:16px;font-weight:600;line-height:1.45;color:#0f172a}.profile-divider{height:1px;margin:24px 0 22px;background:#e5eaf0}.profile-role-head{display:inline-flex;align-items:center;gap:10px;margin-bottom:16px;color:#0f172a;font-size:15px;font-weight:600}.profile-role-card{padding:14px 14px 15px;background:#f7f8fa;border:1px solid #dce2ea;border-radius:11px}.profile-role-name{margin:0 0 2px;font-size:16px;font-weight:700;color:#0f172a}.profile-role-level{margin:0 0 12px;font-size:14px;line-height:1.5;color:#64748b}.profile-role-desc{margin:0;font-size:14px;line-height:1.6;color:#475569}.profile-meta{display:flex;flex-direction:column;gap:14px}.profile-meta-item{display:inline-flex;align-items:center;gap:10px;font-size:14px;line-height:1.5;color:#334155}.profile-meta-item strong{font-weight:600;color:#0f172a}.profile-security-card{padding:28px 38px 30px}.profile-security-top{display:flex;align-items:flex-start;gap:16px;padding-bottom:28px;margin-bottom:28px;border-bottom:1px solid #e5eaf0}.profile-security-icon{width:46px;height:46px;border-radius:14px;background:#111827;color:#ffffff;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.profile-security-title{margin:0 0 4px;font-size:18px;font-weight:700;line-height:1.25;color:#0f172a}.profile-security-subtitle{margin:0;font-size:14px;line-height:1.6;color:#64748b}.profile-field{margin-bottom:22px}.profile-field-label{display:block;margin-bottom:10px;font-size:14px;font-weight:700;line-height:1.5;color:#0f172a}.profile-input-wrap{position:relative}.profile-input{width:100%;height:44px;padding:0 44px 0 16px;border-radius:10px;border:1px solid #d4dbe5;background:#ffffff;color:#0f172a;font-size:14px;outline:none;transition:border-color .2s ease,box-shadow .2s ease}.profile-input::-moz-placeholder{color:#a0aec0}.profile-input::placeholder{color:#a0aec0}.profile-input:focus{border-color:#111827;box-shadow:0 0 0 3px rgba(15,23,42,.08)}.profile-visibility-toggle{position:absolute;top:50%;right:14px;transform:translateY(-50%);display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;padding:0;border:none;background:transparent;color:#94a3b8;cursor:pointer}.profile-helper{margin-top:8px;font-size:12px;line-height:1.5;color:#64748b}.profile-save-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-width:194px;padding:14px 24px;border:none;border-radius:10px;background:#111d3d;color:#ffffff;font-size:14px;font-weight:700;cursor:pointer;transition:background .2s ease,transform .2s ease}.profile-save-btn:hover{background:#0a1632}.profile-tips{margin-top:46px;padding:22px 24px;background:#f7f8fa;border:1px solid #dbe2eb;border-radius:13px}.profile-tips-title{margin:0 0 14px;font-size:14px;font-weight:700;color:#0f172a}.profile-tips-list{margin:0;padding-left:22px}.profile-tips-list li{margin-bottom:10px;font-size:14px;line-height:1.6;color:#42556f}.profile-tips-list.profile-tips-list--checked{padding-left:0;list-style:none}.profile-tips-list.profile-tips-list--checked li{display:flex;align-items:flex-start;gap:11px;margin-bottom:10px;font-size:14px;line-height:1.6;color:#42556f}.profile-tips-list.profile-tips-list--checked li:last-child{margin-bottom:0}.profile-tips-check{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:22px;height:22px;margin-top:2px;border-radius:50%;background:#e3ebf6;color:#142a46}.profile-tips-check svg{display:block}.faq-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:18px;max-width:1100px;margin:0 auto}.faq-item{background:#fff;border:1px solid #e5e7eb;border-radius:14px;box-shadow:0 8px 20px rgba(15,23,42,.06);overflow:hidden}.faq-question{width:100%;border:none;background:transparent;cursor:pointer;text-align:left;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;gap:14px}.faq-question-text{color:#1a1a1a;font-size:18px;font-weight:700;line-height:1.4}.faq-icon{flex-shrink:0;width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#0f172a;background:#f3f4f6;font-size:20px;line-height:1;transition:transform .28s ease,background .28s ease,color .28s ease}.faq-item.is-open .faq-icon{transform:rotate(45deg);background:#111827;color:#fff}.faq-answer-wrap{max-height:0;opacity:0;transition:max-height .38s ease,opacity .28s ease}.faq-item.is-open .faq-answer-wrap{opacity:1}.faq-answer{padding:0 20px 18px;color:#555;font-size:16px;line-height:1.6}.hero-light-svg{animation:heroLightFloat 11s ease-in-out infinite alternate,heroLightPulse 7s ease-in-out infinite;transform-origin:center top}.hero-beam-soft{animation:beamSoftBreathe 6.5s ease-in-out infinite}.hero-beam-core{animation:beamCoreFlicker 8s ease-in-out infinite}.hero-glow-halo{animation:haloBreath 9s ease-in-out infinite}.hero-sweep{position:absolute;left:-18%;top:34px;width:44%;height:200px;pointer-events:none;background:linear-gradient(112deg,rgba(255,255,255,0) 8%,rgba(255,255,255,.12) 48%,rgba(255,255,255,.03) 63%,rgba(255,255,255,0) 82%);filter:blur(12px);mix-blend-mode:screen;opacity:.2;animation:heroSweepMove 13s ease-in-out infinite}@keyframes heroLightFloat{0%{transform:translateY(0) scale(1)}to{transform:translateY(-6px) scale(1.008)}}@keyframes heroLightPulse{0%,to{opacity:.94}50%{opacity:1}}@keyframes beamSoftBreathe{0%,to{opacity:.62;filter:blur(8px)}50%{opacity:.8;filter:blur(9.5px)}}@keyframes beamCoreFlicker{0%,to{opacity:.88}48%{opacity:.96}52%{opacity:.72}56%{opacity:.94}}@keyframes haloBreath{0%,to{opacity:.28}50%{opacity:.44}}@keyframes heroSweepMove{0%{transform:translateX(0);opacity:.12}50%{transform:translateX(152%);opacity:.24}to{transform:translateX(0);opacity:.12}}.anim-hero-load{opacity:0;transform:translateY(20px);transition:opacity .6s ease,transform .6s ease}.anim-hero-load.is-visible{opacity:1;transform:translateY(0)}.partner-card-load{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.partner-card-load.is-visible{opacity:1;transform:translateY(0)}.anim-floating-badge,.feature-card,.io-left,.io-right,.io-up{opacity:0;transition:opacity .6s ease,transform .6s ease}.io-left{transform:translateX(-30px)}.io-right{transform:translateX(30px)}.anim-floating-badge,.io-up{transform:translateY(20px)}.anim-floating-badge{transition-delay:.6s}.feature-card{transform:translateY(20px);transition-delay:var(--stagger,0s)}.is-visible{opacity:1;transform:translateX(0) translateY(0)}@media (max-width:920px){.sidaf-landing-root .landing-uniform-section{--landing-section-padding-y:72px;--landing-section-padding-x:32px;--landing-section-header-gap:44px;--landing-section-content-offset:clamp(24px,5vw,48px);--landing-section-min-height:auto}.sidaf-landing-root .landing-uniform-section-inner{min-height:auto}.dashboard-highlights-grid,.sidaf-landing-root .landing-access-grid,.sidaf-landing-root .landing-contact-fields-two,.sidaf-landing-root .landing-menu-grid{grid-template-columns:1fr}.dashboard-highlights-grid-wrapper{max-width:100%}.dashboard-highlight-card{min-height:160px}.profile-page-nav-inner{height:64px;padding:0 16px}.profile-page-nav-center{gap:18px}.sidaf-landing-root .profile-page-nav .nav-dropdown-trigger{font-size:14px}.profile-page-grid{grid-template-columns:1fr}.gallery-caption-overlay{min-height:124px;padding:56px 22px 22px}.gallery-caption-content{max-width:100%}.edit-gallery-hero{grid-template-columns:1fr;align-items:start}.edit-gallery-hero-stats{width:100%}.edit-gallery-layout{grid-template-columns:1fr}.edit-gallery-side-panel{position:static}.edit-gallery-empty-preview,.edit-gallery-preview-image,.edit-gallery-preview-stage{min-height:420px;height:420px}.faq-grid{grid-template-columns:1fr}}@media (max-width:640px){.sidaf-landing-root .landing-uniform-section{--landing-section-padding-x:20px}.sidaf-landing-root .landing-uniform-section-title{font-size:36px}.sidaf-landing-root .landing-uniform-section-subtitle{font-size:16px}.gallery-slide img{height:360px}.gallery-caption-overlay{padding:40px 18px 18px;min-height:110px}.gallery-caption-text{font-size:22px}.gallery-empty-state{min-height:360px}.sidaf-landing-root .profile-page-nav .nav-dropdown-trigger{font-size:13px;gap:6px}.profile-page-nav-logo{height:33px}.profile-page-shell{padding:24px 16px 48px}.profile-page-title{font-size:32px}.profile-card,.profile-security-card{padding-left:18px;padding-right:18px}.profile-security-card{padding-top:22px}.profile-save-btn{width:100%}.edit-gallery-hero-copy h2{font-size:28px}.edit-gallery-hero-stats{grid-template-columns:1fr}.edit-gallery-stat{min-height:66px;border-right:none;border-bottom:1px solid hsl(var(--border-subtle))}.edit-gallery-stat:last-child{border-bottom:none}.edit-gallery-panel,.edit-gallery-preview-card{padding:18px}.edit-gallery-panel-head,.edit-gallery-preview-header{flex-direction:column;align-items:stretch}.edit-gallery-helper-row{flex-direction:column}.edit-gallery-dropzone{grid-template-columns:1fr}.edit-gallery-slide-item{grid-template-columns:80px minmax(0,1fr)}.edit-gallery-slide-thumb{width:80px;height:64px}.edit-gallery-empty-preview,.edit-gallery-preview-image,.edit-gallery-preview-stage{min-height:300px;height:300px}}@media (prefers-reduced-motion:reduce){.anim-floating-badge,.anim-hero-load,.feature-card,.hero-beam-core,.hero-beam-soft,.hero-glow-halo,.hero-light-svg,.hero-sweep,.io-left,.io-right,.io-up,.partner-card-load{opacity:1;transform:none;transition:none;animation:none}.faq-answer-wrap,.faq-icon{transition:none}}