.dashboard{display:flex;min-height:100vh;background-color:#f9f7f2;font-family:Assistant,sans-serif;color:#1a1a1b;direction:rtl}.dashboard__sidebar{width:280px;flex-shrink:0;background:#fff;border-left:1px solid rgba(26,26,27,.08);position:sticky;top:0;height:100vh;overflow-y:auto;z-index:10}.dashboard__sidebar-inner{padding:32px 24px;display:flex;flex-direction:column;height:100%}.dashboard__profile{display:flex;align-items:center;gap:14px;margin-bottom:32px;padding-bottom:24px;border-bottom:1px solid rgba(26,26,27,.08)}.dashboard__avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#d4af37,#c4a030);display:flex;align-items:center;justify-content:center;flex-shrink:0}.dashboard__avatar-letter{font-family:Playfair Display,serif;font-size:20px;font-weight:700;color:#fff}.dashboard__profile-name{font-size:16px;font-weight:700;margin:0;color:#1a1a1b}.dashboard__profile-role{font-size:13px;color:#4a4a4a;margin:2px 0 0}.dashboard__sidebar-nav{display:flex;flex-direction:column;gap:4px;flex:1}.dashboard__sidebar-link{display:flex;align-items:center;gap:12px;padding:12px 16px;border-radius:12px;color:#4a4a4a;text-decoration:none;font-size:15px;font-weight:500;transition:all .2s ease}.dashboard__sidebar-link:hover{background:#d4af3714;color:#1a1a1b}.dashboard__sidebar-link--active{background:#d4af371f;color:#d4af37;font-weight:600}.dashboard__sidebar-link--active svg{stroke:#d4af37}.dashboard__storage{margin-top:auto;padding-top:24px;border-top:1px solid rgba(26,26,27,.08)}.dashboard__storage-header{display:flex;align-items:center;gap:8px;font-size:14px;font-weight:600;color:#1a1a1b;margin-bottom:12px}.dashboard__storage-bar{width:100%;height:8px;background:#1a1a1b0f;border-radius:100px;overflow:hidden}.dashboard__storage-fill{height:100%;background:linear-gradient(90deg,#d4af37,#c4a030);border-radius:100px;transition:width .6s ease;min-width:4px}.dashboard__storage-text{font-size:12px;color:#4a4a4a;margin:8px 0 0}.dashboard__main{flex:1;padding:32px 40px;min-width:0}.dashboard__header{margin-bottom:40px}.dashboard__header-top{display:flex;align-items:flex-start;justify-content:space-between;gap:24px;margin-bottom:32px;flex-wrap:wrap}.dashboard__greeting-text{font-family:Playfair Display,serif;font-size:32px;font-weight:700;color:#1a1a1b;margin:0 0 4px}.dashboard__greeting-sub{font-size:15px;color:#4a4a4a;margin:0}.dashboard__add-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;background:#1a1a1b;color:#f9f7f2;border-radius:50px;font-family:Assistant,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s ease;white-space:nowrap}.dashboard__add-btn:hover{background:#d4af37;color:#1a1a1b;transform:translateY(-1px)}.dashboard__stats{display:grid;grid-template-columns:repeat(4,1fr);gap:16px}.dashboard__stat-card{background:#fff;border-radius:20px;padding:24px;display:flex;align-items:flex-start;gap:16px;border:1px solid rgba(26,26,27,.06);transition:transform .3s ease,box-shadow .3s ease}.dashboard__stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 32px #1a1a1b14}.dashboard__stat-icon{width:48px;height:48px;border-radius:14px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.dashboard__stat-icon--scans{background:#d4af371f;color:#d4af37}.dashboard__stat-icon--views{background:#6366f11a;color:#6366f1}.dashboard__stat-icon--views svg{stroke:#6366f1}.dashboard__stat-icon--memories{background:#ec48991a;color:#ec4899}.dashboard__stat-icon--memories svg{stroke:#ec4899}.dashboard__stat-icon--days{background:#10b9811a;color:#10b981}.dashboard__stat-icon--days svg{stroke:#10b981}.dashboard__stat-icon--scans svg{stroke:#d4af37}.dashboard__stat-content{min-width:0}.dashboard__stat-number{font-family:Playfair Display,serif;font-size:28px;font-weight:700;color:#1a1a1b;margin:0;line-height:1.2}.dashboard__stat-label{font-size:13px;color:#4a4a4a;margin:4px 0 0}.dashboard__section-header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:24px;flex-wrap:wrap}.dashboard__section-title{font-family:Playfair Display,serif;font-size:22px;font-weight:700;color:#1a1a1b;margin:0}.dashboard__section-filter{display:flex;gap:4px;background:#1a1a1b0a;border-radius:12px;padding:4px}.dashboard__filter-btn{padding:8px 18px;border:none;background:none;border-radius:10px;font-family:Assistant,sans-serif;font-size:13px;font-weight:500;color:#4a4a4a;cursor:pointer;transition:all .2s ease}.dashboard__filter-btn--active{background:#fff;color:#1a1a1b;font-weight:600;box-shadow:0 1px 4px #1a1a1b14}.dashboard__filter-btn:hover:not(.dashboard__filter-btn--active){color:#1a1a1b}.dashboard__grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));gap:20px}.dashboard__item{background:#fff;border-radius:24px;overflow:hidden;border:1px solid rgba(26,26,27,.06);transition:all .3s ease}.dashboard__item:hover{transform:translateY(-3px);box-shadow:0 12px 40px #1a1a1b1a}.dashboard__item--inactive{opacity:.7}.dashboard__item--inactive .dashboard__item-image img,.dashboard__item--inactive .dashboard__item-placeholder{filter:grayscale(100%);transition:filter .4s ease}.dashboard__item--inactive:hover .dashboard__item-image img,.dashboard__item--inactive:hover .dashboard__item-placeholder{filter:grayscale(0%)}.dashboard__item--inactive:hover{opacity:1}.dashboard__item-image{position:relative;width:100%;aspect-ratio:1 / 1;overflow:hidden;background:#f5f3ee}.dashboard__item-image img{width:100%;height:100%;object-fit:cover;transition:transform .4s ease}.dashboard__item:hover .dashboard__item-image img{transform:scale(1.05)}.dashboard__item-placeholder{width:100%;height:100%;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#f5f3ee,#ebe8e0)}.dashboard__item-badge{position:absolute;top:12px;right:12px;padding:4px 14px;border-radius:50px;font-size:12px;font-weight:600;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.dashboard__item-badge--active{background:#10b98126;color:#059669;border:1px solid rgba(16,185,129,.2)}.dashboard__item-badge--inactive{background:#6b728026;color:#6b7280;border:1px solid rgba(107,114,128,.2)}.dashboard__item-info{padding:20px 20px 12px}.dashboard__item-name{font-family:Playfair Display,serif;font-size:18px;font-weight:700;color:#1a1a1b;margin:0 0 4px}.dashboard__item-type{font-size:13px;color:#4a4a4a;margin:0 0 12px}.dashboard__item-meta{display:flex;align-items:center;gap:12px}.dashboard__item-scans{display:flex;align-items:center;gap:6px;font-size:13px;color:#4a4a4a}.dashboard__item-scans svg{stroke:#d4af37}.dashboard__item-actions{padding:0 20px 20px;display:flex;gap:8px}.dashboard__item-btn{flex:1;padding:10px 16px;border-radius:12px;font-family:Assistant,sans-serif;font-size:13px;font-weight:600;text-decoration:none;text-align:center;transition:all .2s ease}.dashboard__item-btn--view{background:#1a1a1b;color:#f9f7f2}.dashboard__item-btn--view:hover{background:#d4af37;color:#1a1a1b}.dashboard__item-btn--edit{background:#1a1a1b0f;color:#1a1a1b}.dashboard__item-btn--edit:hover{background:#1a1a1b1f}.dashboard__item-btn--setup{background:#d4af37;color:#1a1a1b}.dashboard__item-btn--setup:hover{background:#c4a030}.dashboard__item--gift{background:transparent;border:2px dashed rgba(212,175,55,.4);display:flex;align-items:center;justify-content:center}.dashboard__item--gift:hover{border-color:#d4af37;background:#d4af3708;box-shadow:none}.dashboard__gift-inner{padding:40px 24px;text-align:center}.dashboard__gift-icon{margin-bottom:16px;opacity:.7}.dashboard__gift-title{font-family:Playfair Display,serif;font-size:20px;font-weight:700;color:#1a1a1b;margin:0 0 8px}.dashboard__gift-text{font-size:14px;color:#4a4a4a;margin:0 0 20px;line-height:1.6}.dashboard__gift-btn{display:inline-flex;align-items:center;gap:8px;padding:12px 28px;background:#d4af37;color:#1a1a1b;border-radius:50px;font-family:Assistant,sans-serif;font-size:14px;font-weight:600;text-decoration:none;transition:all .3s ease}.dashboard__gift-btn:hover{background:#1a1a1b;color:#f9f7f2;transform:translateY(-1px)}.dashboard__mobile-nav{display:none;position:fixed;bottom:0;left:0;right:0;background:#fff;border-top:1px solid rgba(26,26,27,.08);padding:8px 0;padding-bottom:max(8px,env(safe-area-inset-bottom));z-index:100;justify-content:space-around;align-items:center}.dashboard__mobile-nav-item{display:flex;flex-direction:column;align-items:center;gap:4px;padding:8px 12px;text-decoration:none;color:#4a4a4a;font-size:11px;font-weight:500;transition:color .2s ease}.dashboard__mobile-nav-item--active{color:#d4af37}.dashboard__mobile-nav-item--active svg{stroke:#d4af37}.dashboard__mobile-nav-item--add{position:relative;top:-12px;width:56px;height:56px;border-radius:50%;background:#d4af37;color:#1a1a1b;justify-content:center;padding:0;box-shadow:0 4px 16px #d4af374d}.dashboard__mobile-nav-item--add svg{stroke:#1a1a1b}.dashboard__mobile-nav-item--add span{display:none}@media(max-width:1024px){.dashboard__stats{grid-template-columns:repeat(2,1fr)}.dashboard__main{padding:24px 28px}.dashboard__sidebar{width:240px}.dashboard__greeting-text{font-size:26px}}@media(max-width:768px){.dashboard{flex-direction:column}.dashboard__sidebar{display:none}.dashboard__main{padding:20px 16px 100px}.dashboard__mobile-nav{display:flex}.dashboard__header-top{flex-direction:column;gap:16px}.dashboard__add-btn{width:100%;justify-content:center}.dashboard__greeting-text{font-size:24px}.dashboard__stats{grid-template-columns:repeat(2,1fr);gap:12px}.dashboard__stat-card{padding:16px;border-radius:16px;flex-direction:column;gap:12px}.dashboard__stat-icon{width:40px;height:40px;border-radius:10px}.dashboard__stat-icon svg{width:20px;height:20px}.dashboard__stat-number{font-size:22px}.dashboard__grid{grid-template-columns:repeat(auto-fill,minmax(220px,1fr));gap:16px}.dashboard__section-header{flex-direction:column;align-items:flex-start;gap:12px}}@media(max-width:480px){.dashboard__stats{grid-template-columns:1fr 1fr;gap:10px}.dashboard__grid{grid-template-columns:1fr;gap:16px}.dashboard__item-actions{flex-direction:column}.dashboard__greeting-text{font-size:22px}.dashboard__main{padding:16px 12px 100px}}
/*# sourceMappingURL=/cdn/shop/t/8/assets/dashboard.css.map */
