footer{background-color:var(--home-background);border-top:1px solid rgba(168,191,109,.2)}.footer-nav{height:72px;background-color:#fbf8f3;display:flex;justify-content:space-around;align-items:center;margin:0 auto;max-width:500px;width:100%;font-family:var(--font-plus-jakarta),sans-serif;position:relative;z-index:50}@media (min-width:768px){.footer-nav{display:none}}.footer-link{display:flex;flex-direction:column;align-items:center;text-decoration:none;color:var(--common-grey);font-size:11px;transition:color .25s ease,transform .2s ease;padding:4px 6px;border-radius:12px;gap:2px}.footer-link .material-symbols-outlined{font-size:22px;transition:color .25s ease,transform .2s ease}.footer-link.active{color:#8fae77}.footer-link.active .material-symbols-outlined{color:#4b5e45;transform:scale(1.15)}.footer-link.active .label{font-weight:700;color:#4b5e45}.footer-link:hover .label,.footer-link:hover .material-symbols-outlined{color:#8fae77}[data-theme=dark] .footer-nav{background-color:var(--home-background);border-top-color:var(--input-border)}.sidebar{display:none}@media (min-width:768px){.sidebar{display:flex;flex-direction:column;width:250px;min-width:250px;flex-shrink:0;background:#fbf8f3;border-right:1px solid rgba(168,191,109,.2);padding:20px 12px 18px;position:sticky;top:0;height:100dvh;overflow-y:auto;scrollbar-width:none;z-index:10;font-family:var(--font-plus-jakarta),sans-serif}.sidebar::-webkit-scrollbar{display:none}}.sidebar-container{display:flex;justify-content:flex-start}.sidebar-logo{display:flex;align-items:center;flex-direction:row;gap:5px;padding:0 10px 10px;border-bottom:1px solid rgba(168,191,109,.15);margin-bottom:16px;direction:ltr}html[lang=ar] .sidebar-logo{justify-content:flex-start}.sidebar-logo img{width:30px;height:30px;flex-shrink:0}.sidebar-logo-text{font-size:30px;color:var(--title-color);letter-spacing:1px;font-family:var(--font-raleway),sans-serif;unicode-bidi:isolate}html[lang=ar] .sidebar-logo-text{font-family:var(--font-ar-body),sans-serif!important;letter-spacing:0}.sidebar-nav{display:flex;flex-direction:column;gap:6px;flex:1}.sidebar-link{display:flex;align-items:center;gap:11px;padding:10px 12px;border-radius:14px;text-decoration:none;color:var(--common-grey);font-size:14px;font-weight:500;font-family:var(--font-plus-jakarta),sans-serif;transition:color .25s ease,background-color .25s ease,transform .2s ease}.sidebar-link .material-symbols-outlined{font-size:20px;color:var(--common-grey);flex-shrink:0;transition:color .25s ease,transform .2s ease}.sidebar-link:hover{color:#8fae77;background:rgba(143,174,119,.08);transform:translateX(3px)}.sidebar-link:hover .material-symbols-outlined{color:#8fae77}.sidebar-link.active{color:#8fae77;background:rgba(143,174,119,.12)}.sidebar-link.active .material-symbols-outlined{color:#4b5e45;transform:scale(1.08)}.sidebar-link.active span:last-child{font-weight:700;color:#4b5e45}.sidebar-footer-hint{display:flex;align-items:center;gap:8px;padding:14px 12px 0;border-top:1px solid rgba(168,191,109,.15);margin-top:16px;font-size:11px;color:#8fae77;font-style:italic;font-family:var(--font-plus-jakarta),sans-serif;opacity:.85}.sidebar-footer-hint .material-symbols-outlined{font-size:16px;color:#8fae77}[data-theme=dark] .sidebar{background:var(--home-background);border-right-color:var(--input-border)}[data-theme=dark] .sidebar-logo{border-bottom-color:var(--input-border)}[data-theme=dark] .sidebar-footer-hint{border-top-color:var(--input-border)}[data-theme=dark] .sidebar-logo-text{color:var(--foreground)}[data-theme=dark] .sidebar-link,[data-theme=dark] .sidebar-link .material-symbols-outlined{color:var(--common-grey)}[data-theme=dark] .sidebar-link:hover{color:#8fae77;background:rgba(143,174,119,.1)}[data-theme=dark] .sidebar-link:hover .material-symbols-outlined{color:#8fae77}[data-theme=dark] .sidebar-link.active{background:rgba(143,174,119,.14);color:#8fae77}[data-theme=dark] .sidebar-link.active .material-symbols-outlined,[data-theme=dark] .sidebar-link.active span:last-child{color:var(--foreground)}