@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;color-scheme:light dark;color:#1f2937;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.dark-mode{color:#fff;background-color:#000}.dark-mode *{filter:invert(1) hue-rotate(180deg)}.dark-mode img,.dark-mode video,.dark-mode svg,.dark-mode canvas,.dark-mode iframe,.dark-mode embed,.dark-mode object{filter:invert(1) hue-rotate(180deg)!important}.dark-mode h1,.dark-mode h2,.dark-mode h3,.dark-mode h4,.dark-mode h5,.dark-mode h6,.dark-mode p,.dark-mode div,.dark-mode a,.dark-mode button,.dark-mode input,.dark-mode textarea,.dark-mode label,.dark-mode li,.dark-mode ol,.dark-mode strong,.dark-mode td,.dark-mode th{filter:invert(1) hue-rotate(180deg)}a{font-weight:500;color:#1f2937;text-decoration:inherit}a:hover{color:#dc2626}body{margin:0;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid transparent;padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:#1f2937;color:#f9fafb;cursor:pointer;transition:border-color .25s}button:hover{border-color:#fbbf24}button:focus,button:focus-visible{outline:4px auto -webkit-focus-ring-color}.mosaic-gallery-container{width:100%;position:relative;overflow:auto;padding:20px}.zoom-controls{position:sticky;top:20px;left:50%;transform:translate(-50%);z-index:40;display:flex;align-items:center;gap:12px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);padding:12px 20px;border-radius:50px;box-shadow:0 4px 20px #00000026;margin-bottom:30px;width:fit-content;margin-left:auto;margin-right:auto}.zoom-btn{background:#fbf6f60d;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#f90707}.zoom-btn:hover:not(:disabled){background:#0000001a;transform:scale(1.1)}.zoom-btn:disabled{opacity:.3;cursor:not-allowed}.zoom-level{font-size:14px;font-weight:600;color:#fff;min-width:50px;text-align:center}.zoom-reset-btn{background:#d52008;color:#fff;border:none;border-radius:20px;padding:8px 16px;font-size:13px;font-weight:600;cursor:pointer;transition:all .3s ease}.zoom-reset-btn:hover{background:#d87a08;transform:scale(1.05)}.grid-info{font-size:12px;color:#6b7280;font-weight:500;padding:4px 12px;background:#0000000d;border-radius:12px}.mosaic-grid{display:grid;gap:16px;transition:all .5s cubic-bezier(.4,0,.2,1);will-change:grid-template-columns,grid-auto-rows}.mosaic-item{position:relative;overflow:hidden;border-radius:12px;cursor:pointer;transition:all .4s cubic-bezier(.4,0,.2,1);animation:fadeInScale .5s cubic-bezier(.4,0,.2,1)}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.mosaic-item:hover{box-shadow:0 12px 40px #0000004d;z-index:10}.mosaic-item.col-span-2{grid-column:span 2}.mosaic-item.col-span-3{grid-column:span 3}.mosaic-item.row-span-2{grid-row:span 2}.mosaic-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.6),transparent);opacity:0;transition:opacity .3s ease;z-index:1}.mosaic-item:hover .mosaic-overlay{opacity:1}.mosaic-image{width:100%;height:100%;object-fit:cover;transition:transform .5s cubic-bezier(.4,0,.2,1)}.mosaic-item:hover .mosaic-image{transform:scale(1.1)}.empty-state{text-align:center;padding:80px 20px}.empty-text{color:#9ca3af;font-size:1.25rem}.lightbox-overlay{position:fixed;inset:0;background:#000000e6;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);z-index:50;display:flex;align-items:center;justify-content:center;padding:16px;animation:fadeIn .3s ease}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.lightbox-close{position:absolute;top:16px;right:16px;color:#fffc;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:none;padding:12px;border-radius:50%;cursor:pointer;transition:all .3s ease;width:48px;height:48px;display:flex;align-items:center;justify-content:center}.lightbox-close:hover{color:#fff;background:#fff3}.lightbox-content{max-width:1536px;max-height:90vh;position:relative;animation:zoomIn .4s cubic-bezier(.4,0,.2,1)}@keyframes zoomIn{0%{transform:scale(.9);opacity:0}to{transform:scale(1);opacity:1}}.lightbox-image{max-width:100%;max-height:90vh;object-fit:contain;border-radius:8px;box-shadow:0 25px 50px -12px #00000080}@media (max-width: 640px){.mosaic-grid{gap:12px}.zoom-controls{padding:10px 16px;gap:8px}.zoom-btn{width:32px;height:32px}.grid-info{display:none}}.music-player{font-family:Inter,sans-serif;background:#ffffff1a;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border-radius:24px;border:1px solid rgba(255,255,255,.2);box-shadow:0 8px 32px #2332ff;padding:2rem;transition:all .3s ease;max-width:480px;margin:2rem auto}.music-player:hover{box-shadow:0 12px 48px #0917d4c0}.album-art{width:50%;aspect-ratio:1;background:linear-gradient(135deg,#fff3,#ffffff0d);border-radius:16px;margin-bottom:2rem;display:flex;align-items:center;justify-content:center;overflow:hidden;position:relative}.album-art:before{content:"";position:absolute;width:100%;height:100%;background:linear-gradient(45deg,#ff6b6b,#4ecdc4,#45b7d1,#f7b731);background-size:300% 300%;animation:gradient 8s ease infinite;opacity:.3}@keyframes gradient{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.album-art svg{width:80px;height:80px;color:#fff;z-index:1;opacity:.8;filter:drop-shadow(0 2px 8px rgba(0,0,0,.3))}.album-art.playing svg{animation:pulse 2s ease-in-out infinite}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.track-info{text-align:center;margin-bottom:2rem}.track-title{font-size:1.25rem;font-weight:600;color:#fff;margin-bottom:.5rem;text-shadow:0 2px 4px rgba(0,0,0,.2)}.track-artist{font-size:.95rem;color:#fffc;font-weight:400}.progress-container{margin-bottom:2rem}.progress-bar{width:100%;height:6px;background:#fff3;border-radius:3px;cursor:pointer;position:relative;overflow:hidden}.progress-bar:before{content:"";position:absolute;width:100%;height:100%;background:linear-gradient(90deg,#ffffff1a,#ffffff0d);animation:shimmer 2s infinite}@keyframes shimmer{0%{transform:translate(-100%)}to{transform:translate(100%)}}.progress-fill{height:100%;background:linear-gradient(90deg,#fff,#fffc);border-radius:3px;transition:width .1s linear;box-shadow:0 0 10px #ffffff80;position:relative;z-index:1}.time-display{display:flex;justify-content:space-between;margin-top:.5rem;font-size:.85rem;color:#ffffffb3;font-weight:500}.controls{display:flex;align-items:center;justify-content:center;gap:1.5rem;margin-bottom:2rem}.control-btn{background:#ffffff26;border:1px solid rgba(255,255,255,.3);border-radius:50%;width:50px;height:50px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;color:#fff}.control-btn:hover{background:#ffffff40;transform:scale(1.1)}.control-btn:active{transform:scale(.95)}.control-btn.play-btn{width:64px;height:64px;background:#ffffff40}.control-btn.play-btn:hover{background:#ffffff59;box-shadow:0 0 20px #fff6}.control-btn svg{width:24px;height:24px}.control-btn.play-btn svg{width:28px;height:28px}.volume-container{display:flex;align-items:center;gap:1rem;margin-bottom:1.5rem}.volume-icon{color:#fff;opacity:.8;flex-shrink:0}.volume-slider{flex:1;height:6px;background:#fff3;border-radius:3px;cursor:pointer;position:relative;overflow:hidden}.volume-fill{height:100%;background:linear-gradient(90deg,#fff,#fffc);border-radius:3px;box-shadow:0 0 10px #ffffff4d}.file-input-container{margin-top:1.5rem;width:90%}.file-input-label{display:block;width:100%;padding:1rem;background:#ffffff26;border:2px dashed rgba(255,255,255,.4);border-radius:12px;text-align:center;color:#fff;cursor:pointer;transition:all .3s ease;font-weight:500}.file-input-label:hover{background:#ffffff40;border-color:#fff9;transform:translateY(-2px)}.file-input{display:none}.playlist{margin-top:1.5rem;max-height:200px;overflow-y:auto}.playlist::-webkit-scrollbar{width:6px}.playlist::-webkit-scrollbar-track{background:#ffffff1a;border-radius:3px}.playlist::-webkit-scrollbar-thumb{background:#ffffff4d;border-radius:3px}.playlist::-webkit-scrollbar-thumb:hover{background:#fff6}.playlist-item{padding:.75rem 1rem;background:#ffffff1a;border-radius:8px;margin-bottom:.5rem;cursor:pointer;transition:all .3s ease;color:#fff;display:flex;align-items:center;gap:.75rem}.playlist-item:hover{background:#fff3}.playlist-item.active{background:#ffffff40;border:1px solid rgba(255,255,255,.4)}.playlist-item-icon{width:16px;height:16px;opacity:.7}.playlist-item-name{flex:1;font-size:.9rem;font-weight:500;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gallery{margin-top:2rem;margin-bottom:2rem;max-height:fit-content}.header{text-align:center;max-width:800px;margin:0 auto;padding:2rem}.header h1{margin-bottom:1rem}.header p{line-height:1.6}.data-tiles-container{margin-top:3rem;padding:0 10rem}.post-container{width:100%;max-width:600px;margin:0 auto;padding:1rem}.post-editor-wrapper{background:#1a1a1a;border:1px solid #333;border-radius:12px;padding:1rem;box-shadow:0 2px 8px #0000004d}.post-toolbar{display:flex;gap:.5rem;padding-bottom:.75rem;border-bottom:1px solid #333;margin-bottom:.75rem}.toolbar-btn{background:transparent;border:1px solid #444;color:#fff;padding:.5rem .75rem;border-radius:6px;cursor:pointer;font-size:.9rem;transition:all .2s;display:flex;align-items:center;justify-content:center;min-width:36px}.toolbar-btn:hover{background:#2a2a2a;border-color:#666}.toolbar-btn:active{background:#333}.toolbar-btn strong{font-weight:700}.toolbar-btn em{font-style:italic}.post-editor{min-height:120px;max-height:400px;overflow-y:auto;padding:.75rem;background:#111;border:1px solid #333;border-radius:8px;color:#fff;font-size:1rem;line-height:1.5;outline:none;word-wrap:break-word;white-space:pre-wrap}.post-editor:focus{border-color:#666;background:#0f0f0f}.post-editor[data-placeholder]:empty:before{content:attr(data-placeholder);color:#666;pointer-events:none}.post-editor h3{font-size:1.25rem;font-weight:700;margin:.5rem 0;color:#fff}.post-editor strong{font-weight:700}.post-editor em{font-style:italic}.post-footer{display:flex;justify-content:space-between;align-items:center;margin-top:.75rem;padding-top:.75rem;border-top:1px solid #333}.post-error{color:#ff6b6b;font-size:.875rem;flex:1}.post-button{background:gold;color:#000;border:none;padding:.625rem 1.5rem;border-radius:20px;font-weight:600;font-size:.95rem;cursor:pointer;transition:all .2s;min-width:80px}.post-button:hover:not(:disabled){background:#ffed4e;transform:translateY(-1px);box-shadow:0 4px 8px #ffd7004d}.post-button:active:not(:disabled){transform:translateY(0)}.post-button:disabled{background:#666;color:#999;cursor:not-allowed;transform:none}.post-editor::-webkit-scrollbar{width:8px}.post-editor::-webkit-scrollbar-track{background:#1a1a1a;border-radius:4px}.post-editor::-webkit-scrollbar-thumb{background:#444;border-radius:4px}.post-editor::-webkit-scrollbar-thumb:hover{background:#555}.data-tile-container{width:100%;padding:20px;position:relative}.data-tile-overlay{position:fixed;inset:0;background:#000c;z-index:999;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}.data-tile-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;width:100%}.data-tile{aspect-ratio:1;background:#1a1a1a;border-radius:12px;padding:16px;position:relative;overflow:hidden;cursor:pointer;transition:all .3s ease;border:2px solid rgba(255,215,0,.6);box-shadow:0 0 10px #ffd70066,0 0 20px #ffd7004d,0 0 30px #ffd70033,inset 0 0 10px #ffd7001a;animation:goldenGlow 3s ease-in-out infinite}.data-tile.expanded{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);width:70vw;height:70vh;max-width:70vw;max-height:70vh;aspect-ratio:unset;z-index:1000;border-radius:16px;padding:24px;cursor:default;animation:none;box-shadow:0 0 30px #ffd700cc,0 0 60px #ffd70099,0 0 90px #ffd70066,inset 0 0 30px #ffd70033;border-color:gold}@keyframes goldenGlow{0%,to{box-shadow:0 0 10px #ffd70066,0 0 20px #ffd7004d,0 0 30px #ffd70033,inset 0 0 10px #ffd7001a;border-color:#ffd70099}50%{box-shadow:0 0 15px #ffd70099,0 0 30px #ffd70080,0 0 45px #ffd7004d,inset 0 0 15px #ffd70033;border-color:#ffd700cc}}.data-tile:hover:not(.expanded){transform:translateY(-4px) scale(1.02);box-shadow:0 0 20px #ffd70099,0 0 40px #ffd70066,0 0 60px #ffd7004d,inset 0 0 20px #ffd70033;border-color:gold}.data-tile-content{width:100%;height:100%;display:flex;flex-direction:column;gap:8px;overflow-y:auto;color:#fff;font-size:.9rem;line-height:1.4}.data-tile-content.expanded{font-size:1.1rem;line-height:1.6;gap:16px}.data-tile-field{display:flex;flex-direction:column;gap:4px}.data-tile-date{font-weight:600;color:#ffd700e6;font-size:.85rem;margin-bottom:8px;padding-bottom:8px;border-bottom:1px solid rgba(255,215,0,.2)}.data-tile-username{color:#ffd700b3;font-weight:500;font-size:.8rem}.data-tile-label{font-weight:600;color:#ffd700e6;font-size:.85rem;text-transform:capitalize}.data-tile-value,.data-tile-html{color:#e5e5e5;word-wrap:break-word;overflow-wrap:break-word}.data-tile-html h1,.data-tile-html h2,.data-tile-html h3,.data-tile-html h4,.data-tile-html h5,.data-tile-html h6{color:#fff;margin:.5rem 0}.data-tile-html strong{color:#ffd700e6;font-weight:600}.data-tile-html em{font-style:italic}.data-tile-close{position:absolute;top:16px;right:50px;width:20px;height:20px;background:transparent;border:2px solid #ff0000;border-radius:50%;color:red;font-size:14px;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;z-index:1001;transition:all .2s ease;line-height:1;padding:0}.data-tile-close:hover{background:red;color:#fff;transform:scale(1.1);box-shadow:0 0 10px #f009}.data-tile-content::-webkit-scrollbar{width:6px}.data-tile-content::-webkit-scrollbar-track{background:#ffd7001a;border-radius:3px}.data-tile-content::-webkit-scrollbar-thumb{background:#ffd70066;border-radius:3px}.data-tile-content::-webkit-scrollbar-thumb:hover{background:#ffd70099}.data-tile-loading,.data-tile-error,.data-tile-empty{text-align:center;padding:40px 20px;color:#ffd700e6;font-size:1.1rem;font-weight:500}.data-tile-error{color:#ff6b6b}@media (max-width: 768px){.data-tile-grid{grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px}.data-tile{padding:12px}.data-tile-content{font-size:.85rem}}@media (max-width: 480px){.data-tile-grid{grid-template-columns:repeat(auto-fill,minmax(150px,1fr));gap:12px}.data-tile{padding:10px}}.page-content{text-align:center;max-width:800px;margin:0 auto;padding:2rem}.page-content h1{margin-bottom:2rem}.settings-card{background:#1a1a1a;border:1px solid #333;border-radius:12px;padding:2rem;margin:2rem auto;max-width:500px;box-shadow:0 4px 6px #0000004d}.settings-card h2{color:gold;margin-bottom:1.5rem;font-size:1.5rem}.display-name-form{display:flex;flex-direction:column;gap:1.5rem}.form-group{display:flex;flex-direction:column;gap:.5rem;text-align:left}.form-group label{color:#eee;font-weight:500;font-size:.9rem}.form-group input{padding:12px;border-radius:6px;border:1px solid #444;background:#111;color:#eee;font-size:1rem;transition:border-color .2s}.form-group input:focus{outline:none;border-color:gold}.form-group input:disabled{opacity:.6;cursor:not-allowed}.submit-button{padding:12px 24px;border-radius:6px;border:none;background:gold;color:#000;font-weight:600;font-size:1rem;cursor:pointer;transition:background .2s}.submit-button:hover:not(:disabled){background:gold}.submit-button:disabled{background:#333;color:#666;cursor:not-allowed}.error-message{color:#ff6b6b;font-size:.9rem;text-align:center;padding:.5rem;background:#ff6b6b1a;border-radius:6px}.success-message{color:#51cf66;font-size:.9rem;text-align:center;padding:.5rem;background:#51cf661a;border-radius:6px}.about{padding:2rem}.about-header{text-align:center;margin-bottom:2rem}.about-details{text-align:center;max-width:800px;margin:0 auto;line-height:1.6}.about-details p{margin-bottom:1.5rem}.about-details p:last-child{margin-bottom:0}.about-details strong,.about-details ol,.about-details li,.about-details li strong{color:#000}.about-details ol{text-align:left}.about-details li strong{color:#000!important;filter:none!important}.navbar{display:flex;align-items:center;justify-content:space-between;padding:1rem 2rem;background-color:var(--navbar-bg, #ffffff);border-bottom:1px solid var(--navbar-border, #e5e7eb);box-shadow:0 2px 4px #0000001a;position:sticky;top:0;z-index:1000}.navbar-left,.navbar-center,.navbar-right{flex:1;display:flex;align-items:center}.navbar-left{justify-content:flex-start;gap:1rem;align-items:center}.navbar-center{justify-content:center}.navbar-right{justify-content:flex-end;gap:1rem;align-items:center}.username-dropdown-container{position:relative}.navbar-username{font-size:1rem;font-weight:500;color:var(--navbar-username-color, #374151);padding:.5rem 1rem;border-radius:.5rem;background-color:var(--navbar-username-bg, #f3f4f6);border:none;cursor:pointer;transition:all .3s ease;font-family:inherit}.navbar-username:hover{background-color:var(--navbar-username-hover, #e5e7eb);transform:translateY(-1px)}.navbar-username:active{transform:translateY(0)}.username-dropdown{position:absolute;top:calc(100% + .5rem);right:0;background-color:var(--dropdown-bg, #ffffff);border:1px solid var(--dropdown-border, #e5e7eb);border-radius:.5rem;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;min-width:150px;z-index:1000;overflow:hidden;animation:dropdownFadeIn .2s ease-out}@keyframes dropdownFadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}.dropdown-item{width:100%;padding:.75rem 1rem;text-align:left;background:none;border:none;color:var(--dropdown-item-color, #374151);font-size:.875rem;font-weight:500;cursor:pointer;transition:background-color .2s ease;font-family:inherit}.dropdown-item:hover{background-color:var(--dropdown-item-hover, #f3f4f6)}.dropdown-item:active{background-color:var(--dropdown-item-active, #e5e7eb)}.theme-toggle{background:none;border:2px solid var(--theme-toggle-border, #374151);border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center;font-size:1.5rem;cursor:pointer;transition:all .3s ease;background-color:var(--theme-toggle-bg, transparent)}.theme-toggle:hover{background-color:var(--theme-toggle-hover, #f3f4f6);transform:scale(1.1);border-color:var(--theme-toggle-hover-border, #6b7280)}.theme-toggle:active{transform:scale(.95)}.navbar-title{font-size:2rem;font-weight:700;color:#000;font-family:cursive;margin:0;text-align:center;letter-spacing:.05em}.navbar-logo{height:3rem;width:auto;filter:var(--logo-filter, none);transition:transform .3s ease;z-index:1001;position:relative}.navbar-logo:hover{transform:scale(1.1)}.navbar-about-link{font-size:1rem;font-weight:500;color:var(--navbar-about-color, #374151);text-decoration:none;padding:.5rem 1rem;border-radius:.5rem;transition:all .3s ease}.navbar-about-link:hover{background-color:var(--navbar-about-hover, #f3f4f6);color:var(--navbar-about-hover-color, #1f2937)}.dark-mode{--navbar-bg: #1f2937;--navbar-border: #374151;--navbar-title-color: #f9fafb;--navbar-username-color: #f9fafb;--navbar-username-bg: #374151;--navbar-username-hover: #4b5563;--dropdown-bg: #374151;--dropdown-border: #4b5563;--dropdown-item-color: #f9fafb;--dropdown-item-hover: #4b5563;--dropdown-item-active: #6b7280;--theme-toggle-border: #6b7280;--theme-toggle-bg: #374151;--theme-toggle-hover: #4b5563;--theme-toggle-hover-border: #9ca3af;--logo-filter: invert(1);--navbar-about-color: #f9fafb;--navbar-about-hover: #4b5563;--navbar-about-hover-color: #f9fafb}.dark-mode .navbar-title,.dark-mode .theme-toggle{filter:invert(1) hue-rotate(180deg)}:root{--navbar-bg: #ffffff;--navbar-border: #e5e7eb;--navbar-title-color: #1f2937;--navbar-username-color: #374151;--navbar-username-bg: #f3f4f6;--navbar-username-hover: #e5e7eb;--dropdown-bg: #ffffff;--dropdown-border: #e5e7eb;--dropdown-item-color: #374151;--dropdown-item-hover: #f3f4f6;--dropdown-item-active: #e5e7eb;--theme-toggle-border: #374151;--theme-toggle-bg: transparent;--theme-toggle-hover: #f3f4f6;--theme-toggle-hover-border: #6b7280;--logo-filter: none;--navbar-about-color: #374151;--navbar-about-hover: #f3f4f6;--navbar-about-hover-color: #1f2937}@media (max-width: 768px){.navbar{padding:.75rem 1rem}.navbar-title{font-size:1.5rem}.theme-toggle{width:2.5rem;height:2.5rem;font-size:1.25rem}.navbar-logo{height:2.5rem}.navbar-username{font-size:.875rem;padding:.375rem .75rem}.username-dropdown{min-width:120px}}@media (max-width: 480px){.navbar{padding:.5rem .75rem}.navbar-title{font-size:1.25rem}.theme-toggle{width:2rem;height:2rem;font-size:1rem}.navbar-logo{height:2rem}.navbar-username{font-size:.75rem;padding:.25rem .5rem}.username-dropdown{min-width:100px}.dropdown-item{padding:.5rem .75rem;font-size:.75rem}}.central-hub{position:relative;width:100vw;height:90vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.central-element{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10}.glowing-circle{position:relative;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,#ffd700cc,#ffd70066,#ffd7001a);box-shadow:0 0 30px #ffd70099,0 0 60px #ffd70066,0 0 90px #ffd70033,inset 0 0 20px #ffd7004d;display:flex;align-items:center;justify-content:center;animation:pulse 3s ease-in-out infinite}.gold-cross-link{display:block;text-decoration:none;cursor:pointer;transition:transform .2s ease}.gold-cross-link:hover{transform:scale(1.05)}.navigation-circles{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:600px;height:600px}.nav-circle{position:absolute;width:90px;height:90px;border-radius:50%;background:linear-gradient(135deg,#ffd900cb,#ffa500b3);border:3px solid rgba(255,215,0,.8);display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;box-shadow:0 0 15px #ffd70080,inset 0 0 10px #ffd7004d}.nav-circle:hover{box-shadow:0 0 25px #ffd700cc,inset 0 0 15px #ffd70080;background:linear-gradient(135deg,gold,#ffa500e6)}.nav-label{color:#1a1a1a;font-weight:700;font-size:12px;text-align:center;text-shadow:0 0 5px rgba(255,255,255,.8)}.nav-circle-1{top:0;left:50%;transform:translate(-50%)}.nav-circle-2{top:8.66%;right:25%}.nav-circle-3{top:25%;right:8.66%}.nav-circle-4{top:50%;right:0;transform:translateY(-50%)}.nav-circle-5{bottom:25%;right:8.66%}.nav-circle-6{bottom:8.66%;right:25%}.nav-circle-7{bottom:0;left:50%;transform:translate(-50%)}.nav-circle-8{bottom:8.66%;left:25%}.nav-circle-9{bottom:25%;left:8.66%}.nav-circle-10{top:50%;left:0;transform:translateY(-50%)}.nav-circle-11{top:25%;left:8.66%}.nav-circle-12{top:8.66%;left:25%}@media (max-width: 768px){.central-hub{width:100vw;height:100vh}.glowing-circle{width:150px;height:150px}.gold-cross{width:90px;height:90px}.navigation-circles{width:500px;height:500px}.nav-circle{width:60px;height:60px}.nav-label{font-size:10px}}@media (max-width: 480px){.glowing-circle{width:120px;height:120px}.gold-cross{width:70px;height:70px}.navigation-circles{width:400px;height:400px}.nav-circle{width:50px;height:50px}.nav-label{font-size:8px}}.Home{position:relative;width:100vw;height:90vh;display:flex;align-items:center;justify-content:center;overflow:hidden}@media (max-width: 768px){.Home{width:100vw;height:100vh}.glowing-circle{width:150px;height:150px}.gold-cross{width:90px;height:90px}}.Landing{position:relative;width:100vw;height:90vh;display:flex;align-items:center;justify-content:center;overflow:hidden}.Auth-Container{display:flex;flex-direction:column;align-items:center;justify-content:center;width:100%;height:100%}.glowing-circle{position:relative;width:200px;height:200px;border-radius:50%;background:radial-gradient(circle,#ffd700cc,#ffd70066,#ffd7001a);box-shadow:0 0 30px #ffd70099,0 0 60px #ffd70066,0 0 90px #ffd70033,inset 0 0 20px #ffd7004d;display:flex;align-items:center;justify-content:center;animation:pulse 3s ease-in-out infinite;margin-bottom:2rem}.Auth-Form{display:flex;align-items:center;justify-content:center;width:100%;padding-top:5%}@keyframes pulse{0%,to{box-shadow:0 0 30px #ffd70099,0 0 60px #ffd70066,0 0 90px #ffd70033,inset 0 0 20px #ffd7004d}50%{box-shadow:0 0 40px #ffd700cc,0 0 80px #ffd70099,0 0 120px #ffd70066,inset 0 0 30px #ffd70080}}.gold-cross{width:120px;height:120px;object-fit:contain;filter:drop-shadow(0 0 10px rgba(255,215,0,.8))}@media (max-width: 768px){.Landing{width:100vw;height:100vh}.glowing-circle{width:150px;height:150px}.gold-cross{width:90px;height:90px}}@media (max-width: 480px){.glowing-circle{width:120px;height:120px}.gold-cross{width:70px;height:70px}}.App{min-height:100vh;display:flex;flex-direction:column}main{flex:1;padding:2rem;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}main h1{margin-bottom:1rem;color:#000}main p{font-size:1.1rem;color:#000}.dark-mode main h1,.dark-mode main p{filter:invert(1) hue-rotate(180deg)}
