.store-container{min-height:100vh;background-color:#fafafa;color:#1f2937;font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,Helvetica Neue,sans-serif;letter-spacing:-.015em;margin:0 auto;padding:.1rem}.store-main{max-width:1200px;margin:0 auto;padding:1.5rem 1.1rem}.assistants-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(350px,1fr));gap:2rem;margin-top:1rem}.assistant-card{background-color:#fffc;border-radius:20px;padding:2rem;display:flex;flex-direction:column;align-items:center;transition:all .4s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 20px #00000008;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.18);min-height:400px}.assistant-card:hover{transform:translateY(-6px) scale(1.02);box-shadow:0 12px 30px #00000014}.assistant-card.blurred{filter:blur(4px);pointer-events:none}.profile-main.blurred{filter:blur(4px);pointer-events:none;transition:filter .3s ease}.store-main.blurred,.min-h-screen.blurred{filter:blur(8px);pointer-events:none;transition:filter .3s ease}.image-container{margin-bottom:1.5rem;transition:transform .3s ease;display:flex;justify-content:center;align-items:center;width:100%;max-width:200px;margin-left:auto;margin-right:auto}.assistant-card:hover .image-container{transform:scale(1.05)}.assistant-image{width:100%;max-width:180px;height:auto;object-fit:contain;border-radius:20px}.assistant-name{font-size:1.25rem;font-weight:600;color:#000;margin:0 0 .5rem;text-align:center;letter-spacing:-.02em}.assistant-status{display:none}.status-dot{width:8px;height:8px;border-radius:50%}.assistant-bio{font-size:.9rem;color:#6b7280;margin:0 0 1.5rem;text-align:center;line-height:1.5;max-width:90%}.button-group{display:flex;flex-direction:column;gap:.75rem;justify-content:center;width:100%;margin-top:auto}.action-button{padding:.625rem 1.25rem;border:none;border-radius:12px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1);text-decoration:none;letter-spacing:-.01em;display:flex;align-items:center;gap:.5rem;justify-content:center;width:100%}.action-button:hover{transform:translateY(-2px)}.pick-button{background-color:#0000000d;color:#000;border:1px solid rgba(0,0,0,.1)}.pick-button:hover{background-color:#0000001a;box-shadow:0 4px 12px #00000026}.see-more-button{background-color:#000;color:#fff}.see-more-button:hover{background-color:#333;box-shadow:0 4px 12px #00000026}.view-button{background-color:#0000000d;color:#000}.view-button:hover{background-color:#0000001a}.modal-overlay{position:fixed;inset:0;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);animation:modalFadeIn .3s ease-out}@keyframes modalFadeIn{0%{opacity:0}to{opacity:1}}.modal-content{background:#fffffffa;border-radius:24px;padding:0;max-width:420px;width:90%;max-height:90vh;overflow:hidden;box-shadow:0 25px 50px #00000026;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.3);animation:modalSlideIn .4s cubic-bezier(.16,1,.3,1);position:relative}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.modal-header{display:flex;justify-content:space-between;align-items:center;padding:1.5rem 2rem 0;position:relative}.modal-icon{flex:1;display:flex;justify-content:center}.auth-icon{font-size:2.5rem;animation:iconBounce 2s ease-in-out infinite}@keyframes iconBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.modal-close{background:#0000000d;border:none;cursor:pointer;padding:.5rem;border-radius:12px;transition:all .2s ease;position:absolute;top:1.5rem;right:2rem}.modal-close:hover{background:#0000001a;transform:scale(1.05)}.modal-body{padding:1rem 2rem 2.5rem;text-align:center}.modal-title{font-size:1.5rem;font-weight:700;color:#000;margin:1rem 0 .75rem;letter-spacing:-.025em}.modal-description{font-size:1rem;color:#6b7280;line-height:1.6;margin:0 0 2.5rem;max-width:380px;margin-left:auto;margin-right:auto}.google-sign-in-button{display:flex;align-items:center;justify-content:center;gap:.75rem;width:100%;padding:1rem 1.5rem;background:linear-gradient(135deg,#fff,#f8f9fa);border:1.5px solid #e5e7eb;border-radius:16px;font-size:1rem;font-weight:600;color:#374151;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1);box-shadow:0 4px 12px #0000000d;position:relative;overflow:hidden;min-height:56px}.google-sign-in-button.signing-in{background:linear-gradient(135deg,#f3f4f6,#e5e7eb);cursor:not-allowed;transform:none;gap:0}.loading-spinner{width:24px;height:24px;border:2.5px solid #e5e7eb;border-top:2.5px solid #4285f4;border-radius:50%;animation:spin 1s linear infinite;margin:0}.button-spinner{width:14px;height:14px;border:2px solid rgba(255,255,255,.3);border-top:2px solid currentColor;border-radius:50%;animation:spin 1s linear infinite}.pick-button.loading{position:relative;overflow:hidden}.pick-button.loading:after{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.2),transparent);animation:shimmer 1.5s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}@keyframes subtle-float{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}.assistant-card:hover{animation:subtle-float 3s ease infinite}@media (max-width: 768px){.assistants-grid{grid-template-columns:1fr;gap:1.5rem}.assistant-card{padding:1.5rem;min-height:320px}.image-container{max-width:150px}.assistant-image{max-width:140px}.profile-image{max-width:160px}.profile-image-wrapper{max-width:180px}.button-group{flex-direction:column;gap:.5rem}.action-button{flex:none}.modal-content{margin:1rem;width:calc(100% - 2rem);border-radius:20px}.modal-header{padding:1rem 1.5rem 0}.modal-body{padding:1rem 1.5rem 1.5rem}.modal-title{font-size:1.25rem}}@media (max-width: 1024px) and (min-width: 769px){.assistant-image{max-width:160px}.image-container,.profile-image{max-width:180px}.profile-image-wrapper{max-width:200px}}@media (max-width: 480px){.assistant-card{padding:1.25rem;min-height:300px}.image-container{max-width:120px;margin-bottom:1rem}.assistant-image{max-width:110px}.profile-image{max-width:140px}.profile-image-wrapper{max-width:160px}.assistants-grid{grid-template-columns:1fr;gap:1rem}}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,SF Pro Text,SF Pro Display,Helvetica Neue,sans-serif;line-height:1.6;color:#333;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.min-h-screen{min-height:100vh}.google-icon{flex-shrink:0}.profile-not-found{min-height:50vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center}.profile-not-found h1{font-size:2rem;font-weight:600;color:#000;margin-bottom:1rem}.profile-main{max-width:1000px;margin:0 auto}.profile-hero{background-color:#fffc;border-radius:20px;margin-bottom:2rem;box-shadow:0 4px 20px #00000008;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.18);overflow:hidden}.profile-hero-content{display:flex;padding:2.5rem;gap:3rem}.profile-image-wrapper{position:relative;flex-shrink:0;width:100%;max-width:220px;display:flex;justify-content:center}.profile-image{width:100%;max-width:200px;height:auto;object-fit:contain;border-radius:20px}.profile-details{flex:1;display:flex;flex-direction:column;justify-content:center}.profile-header-row{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:1rem}.profile-overview{flex:1}.profile-name{font-size:1.75rem;font-weight:600;color:#000;margin:0 0 .5rem;letter-spacing:-.025em}.profile-title{font-size:1.125rem;color:#6b7280;margin:0 0 1rem}.profile-meta{display:flex;flex-wrap:wrap;gap:1.5rem;margin-bottom:1rem}.profile-meta-item{display:flex;align-items:center;gap:.5rem;color:#6b7280;font-size:.9375rem}.profile-actions{display:flex;gap:.75rem}.profile-action-button{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;border-radius:12px;font-size:.875rem;font-weight:500;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1);border:none}.profile-action-button.primary{background-color:#000;color:#fff}.profile-action-button.primary:hover{background-color:#333;transform:translateY(-2px)}.profile-action-button.secondary{background-color:#0000000d;color:#000;border:1px solid rgba(0,0,0,.1)}.profile-action-button.secondary:hover{background-color:#0000001a;transform:translateY(-2px)}.profile-action-button:disabled{opacity:.6;cursor:not-allowed}.profile-action-button:disabled:hover{transform:none}.profile-bio{font-size:1rem;color:#6b7280;line-height:1.6;margin:0}.profile-content{background-color:#fffc;border-radius:20px;box-shadow:0 4px 20px #00000008;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.18);overflow:hidden}.profile-sections{padding:2rem;display:flex;flex-direction:column;gap:2rem}.profile-section{display:flex;flex-direction:column;gap:1rem}.section-title{font-size:1.25rem;font-weight:600;color:#000;margin:0;display:flex;align-items:center;gap:.5rem;letter-spacing:-.02em;padding-bottom:.75rem;border-bottom:1px solid rgba(0,0,0,.05)}.section-icon{color:#000}.section-content{font-size:1rem;color:#4b5563;line-height:1.6;margin:0}.timeline{display:flex;flex-direction:column;gap:1.5rem;position:relative}.timeline:before{content:"";position:absolute;top:0;bottom:0;left:7px;width:1px;background-color:#0000001a}.timeline-item{display:flex;gap:1.5rem;position:relative}.timeline-marker{width:12px;height:12px;border-radius:50%;background-color:#000;flex-shrink:0;z-index:1;margin-top:.25rem}.timeline-content{flex:1;display:flex;flex-direction:column;gap:.5rem;padding-bottom:1rem}.timeline-title{font-size:1.125rem;font-weight:600;color:#000;margin:0}.timeline-organization{font-size:1rem;color:#4b5563;font-weight:500}.timeline-meta{display:flex;gap:1rem;font-size:.875rem;color:#6b7280}.timeline-description{font-size:.9375rem;color:#4b5563;line-height:1.6;margin:.5rem 0 0}.skills-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:1.25rem}.skill-item{display:flex;flex-direction:column;gap:.5rem}.skill-header{display:flex;justify-content:space-between;align-items:center}.skill-name{font-size:.9375rem;font-weight:500;color:#000}.skill-level{font-size:.875rem;color:#6b7280}.skill-bar{height:3px;background-color:#0000000d;border-radius:1.5px;overflow:hidden}.skill-progress{height:100%;background-color:#000;border-radius:2px;transition:width .3s ease}.achievements-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.achievement-item{display:flex;align-items:flex-start;gap:.75rem;font-size:.9375rem;color:#4b5563;line-height:1.5}.achievement-icon{color:#10b981;margin-top:.25rem;flex-shrink:0}.profile-actions-footer{display:flex;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(0,0,0,.05)}.back-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:12px;background-color:#0000000d;color:#000;font-size:.9375rem;font-weight:500;text-decoration:none;transition:all .3s cubic-bezier(.16,1,.3,1)}.back-button:hover{background-color:#0000001a;transform:translateY(-2px)}.download-cv-button{display:flex;align-items:center;gap:.5rem;padding:.75rem 1.5rem;border-radius:12px;background-color:#000;color:#fff;font-size:.9375rem;font-weight:500;border:none;cursor:pointer;transition:all .3s cubic-bezier(.16,1,.3,1)}.download-cv-button:hover{background-color:#333;transform:translateY(-2px)}@media (max-width: 768px){.profile-hero-content{flex-direction:column;align-items:center;text-align:center;padding:2rem}.profile-image{width:200px}.profile-header-row{flex-direction:column;align-items:center;gap:1rem}.profile-actions{justify-content:center}.profile-sections{padding:1.5rem}.skills-grid{grid-template-columns:1fr}.profile-actions-footer{flex-direction:column;gap:1rem;align-items:stretch}}} */ .button-spinner{width:16px;height:16px;border:2px solid #f3f3f3;border-top:2px solid #dc2626;border-radius:50%;animation:spin 1s linear infinite;display:inline-block;vertical-align:middle}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.action-button.pick-button.loading{opacity:.7;cursor:wait;display:flex;align-items:center;gap:.5rem;justify-content:center}.action-button.pick-button{display:flex;align-items:center;gap:.5rem}.glass-effect{background:#fffc;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.18);border-radius:20px;box-shadow:0 8px 32px #0000000f,0 0 0 1px #fff3 inset;transition:all .4s cubic-bezier(.16,1,.3,1)}.hamburger-button{position:fixed;top:1rem;right:1rem;display:flex;flex-direction:column;justify-content:center;width:48px;height:48px;padding:0;border:none;cursor:pointer;z-index:1000}.hamburger-line{width:24px;height:2px;background:#000000b3;margin:4px 0;transition:all .3s cubic-bezier(.16,1,.3,1);border-radius:1px;transform-origin:center}.hamburger-button:hover .hamburger-line{background:#000000e6;transform:scale(1.1)}.hamburger-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#0000004d;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);z-index:999;display:flex;justify-content:flex-end;align-items:flex-start;animation:fadeIn .3s ease-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.hamburger-menu{position:fixed;top:3.5rem;right:1rem;width:320px;max-height:80vh;padding:1.5rem;display:flex;flex-direction:column;overflow-y:auto;transform-origin:top right;transform:scale(.05);opacity:0;animation:expandBloom .4s cubic-bezier(.16,1,.3,1) forwards}@keyframes expandBloom{to{transform:scale(1);opacity:1}}text-decoration: none; font-size: 1.125rem; font-weight: 500; transition: color .3s ease; letter-spacing: -.015em; } .menu-link:hover{color:#333}*/ .menu-profile{display:flex;flex-direction:column;gap:1rem;padding-top:0;margin-top:0}.profile-avatar-section{display:flex;align-items:center;gap:1rem;margin-bottom:.5rem}.profile-avatar,.profile-initials{width:48px;height:48px;border-radius:50%;background:#0000000d;display:flex;align-items:center;justify-content:center;font-weight:600;color:#000;flex-shrink:0}.profile-details{flex:1}.profile-name{margin:0 0 .25rem;font-size:1.125rem;font-weight:600;color:#000;letter-spacing:-.02em}.profile-email{margin:0;font-size:.875rem;color:#6b7280}.picked-assistant,.no-assistant{text-align:center;padding:.75rem;border-radius:12px;margin:0;font-size:.95rem;line-height:1.4;display:flex;align-items:center;gap:.5rem}.picked-assistant{background:#00000005;justify-content:center;gap:.75rem}.no-assistant{color:#6b7280;font-style:italic;background:transparent;justify-content:center}.picked-text{font-weight:500}.assistant-thumb{width:28px;height:28px;border-radius:8px;object-fit:cover}.signout-button{width:100%;padding:.75rem;background:#0000000d;color:#000;border:1px solid rgba(0,0,0,.1);border-radius:12px;cursor:pointer;font-size:.875rem;font-weight:500;transition:all .3s cubic-bezier(.16,1,.3,1);margin-top:1rem;letter-spacing:-.01em}.signout-button:hover{background:#00000014;transform:translateY(-1px);box-shadow:0 4px 12px #0000001a}@media (max-width: 768px){.hamburger-button{top:.75rem;right:.75rem;width:44px;height:44px}.hamburger-line{width:20px;margin:3px 0}.hamburger-menu{top:3rem;right:.75rem;width:calc(100% - 1.5rem);max-height:90vh;padding:1.25rem}.menu-profile{gap:.75rem}.profile-avatar,.profile-initials{width:44px;height:44px}.profile-name{font-size:1rem}.picked-assistant,.no-assistant{font-size:.9rem}}.profile-avatar{width:48px;height:48px;border-radius:50%;object-fit:cover;background-color:#0000000d;display:block}.profile-avatar[src=""]{display:none}.profile-initials{display:flex}
