@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";*{margin:0;padding:0;box-sizing:border-box}:root{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-tap-highlight-color:transparent}body{margin:0;background:#fff}body.homepage-active{overflow:hidden;width:100vw;height:100vh;position:fixed}#root{width:100%;height:100%}button{font-family:inherit;outline:none;-webkit-tap-highlight-color:transparent}body{overscroll-behavior:none}canvas{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}:root{--background: 0 0% 100%;--foreground: 240 10% 3.9%;--card: 0 0% 100%;--card-foreground: 240 10% 3.9%;--primary: 240 5.9% 10%;--primary-foreground: 0 0% 98%;--secondary: 240 4.8% 95.9%;--secondary-foreground: 240 5.9% 10%;--muted: 240 4.8% 95.9%;--muted-foreground: 240 3.8% 46.1%;--border: 240 5.9% 90%;--input: 240 5.9% 90%;--ring: 240 5.9% 10%;--radius: .5rem;--destructive: 0 84.2% 60.2%}.auth-container{min-height:100vh;display:flex;align-items:center;justify-content:center;background:hsl(var(--background));font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;padding:20px}.auth-card{background:hsl(var(--card));border-radius:calc(var(--radius) * 2);padding:32px;width:100%;max-width:400px;border:1px solid hsl(var(--border));box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f}.auth-header{margin-bottom:24px}.auth-header h1{font-size:24px;font-weight:700;color:hsl(var(--foreground));margin:0}.auth-logo{width:40px;height:40px;border-radius:calc(var(--radius) * .5);margin-right:12px}.auth-subtitle{font-size:14px;color:hsl(var(--muted-foreground));margin:8px 0 0}.auth-error{background:hsl(var(--destructive) / .1);border:1px solid hsl(var(--destructive) / .2);color:hsl(var(--destructive));padding:12px;border-radius:calc(var(--radius));margin-bottom:16px;font-size:14px}.google-button{width:100%;display:flex;align-items:center;justify-content:center;gap:12px;padding:12px 16px;border:1px solid hsl(var(--input));border-radius:calc(var(--radius));background:hsl(var(--background));color:hsl(var(--foreground));font-size:15px;font-weight:500;cursor:pointer;transition:all .2s;font-family:Inter,sans-serif;margin-bottom:16px}.google-button:hover:not(:disabled){background:hsl(var(--secondary))}.google-button:disabled{opacity:.5;cursor:not-allowed}.auth-divider{position:relative;margin:16px 0;display:flex;align-items:center}.auth-divider:before{content:"";position:absolute;left:0;right:0;top:50%;height:1px;background:hsl(var(--border))}.auth-divider span{position:relative;padding:0 12px;background:hsl(var(--card));color:hsl(var(--muted-foreground));font-size:14px}.form-group{margin-bottom:16px}.form-group label{display:block;margin-bottom:8px;color:hsl(var(--foreground));font-size:14px;font-weight:500}.form-group input{width:100%;padding:10px 12px;border:1px solid hsl(var(--input));border-radius:calc(var(--radius));font-size:15px;transition:all .2s;font-family:Inter,sans-serif;box-sizing:border-box;background:hsl(var(--background));color:hsl(var(--foreground))}.form-group input:focus{outline:none;border-color:hsl(var(--ring));box-shadow:0 0 0 2px hsl(var(--ring) / .2)}.submit-button{width:100%;padding:12px 16px;background:hsl(var(--primary));color:hsl(var(--primary-foreground));border:none;border-radius:calc(var(--radius));font-size:15px;font-weight:500;cursor:pointer;transition:opacity .2s;font-family:Inter,sans-serif;margin-top:8px}.submit-button:hover:not(:disabled){opacity:.9}.submit-button:disabled{opacity:.5;cursor:not-allowed}.auth-footer{text-align:center;margin-top:16px;color:hsl(var(--muted-foreground));font-size:14px}.auth-footer a{color:hsl(var(--primary));text-decoration:none;font-weight:500}.auth-footer a:hover{text-decoration:underline}:root{--homepage-background: 0 0% 100%;--homepage-foreground: 240 10% 3.9%;--homepage-card: 0 0% 100%;--homepage-card-foreground: 240 10% 3.9%;--homepage-primary: 240 5.9% 10%;--homepage-primary-foreground: 0 0% 98%;--homepage-secondary: 240 4.8% 95.9%;--homepage-secondary-foreground: 240 5.9% 10%;--homepage-muted: 240 4.8% 95.9%;--homepage-muted-foreground: 240 3.8% 46.1%;--homepage-border: 240 5.9% 90%;--homepage-radius: .5rem}.homepage-container{min-height:100vh;background:linear-gradient(to bottom,hsl(var(--homepage-background)),hsl(var(--homepage-muted)));font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:hsl(var(--homepage-foreground))}.homepage-header{border-bottom:1px solid hsl(var(--homepage-border));background:hsl(var(--homepage-background))}.header-content{max-width:1200px;margin:0 auto;padding:24px 16px;display:flex;align-items:center;justify-content:space-between}.header-logo{display:flex;align-items:center;gap:8px}.logo-img{width:40px;height:40px;border-radius:calc(var(--homepage-radius) * .5)}.logo-text{font-size:20px;font-weight:600;color:hsl(var(--homepage-foreground))}.header-nav{display:flex;align-items:center;gap:16px}.nav-button-secondary{padding:8px 16px;background:transparent;border:none;color:hsl(var(--homepage-muted-foreground));font-size:15px;font-weight:500;cursor:pointer;transition:color .2s;font-family:inherit}.nav-button-secondary:hover{color:hsl(var(--homepage-foreground))}.nav-button-primary{padding:8px 16px;background:hsl(var(--homepage-primary));color:hsl(var(--homepage-primary-foreground));border:none;border-radius:calc(var(--homepage-radius));font-size:15px;font-weight:500;cursor:pointer;transition:opacity .2s;font-family:inherit}.nav-button-primary:hover{opacity:.9}.homepage-hero{padding:64px 16px}.hero-content{max-width:896px;margin:0 auto;text-align:center}.hero-logo-container{display:flex;justify-content:center;margin-bottom:24px}.hero-logo{width:80px;height:80px;border-radius:calc(var(--homepage-radius) * .5)}.hero-title{font-size:48px;font-weight:700;line-height:1.2;margin-bottom:24px;color:hsl(var(--homepage-foreground))}@media(min-width:768px){.hero-title{font-size:64px}}.hero-title-accent{color:hsl(var(--homepage-primary))}.hero-description{font-size:20px;color:hsl(var(--homepage-muted-foreground));margin-bottom:32px;max-width:672px;margin-left:auto;margin-right:auto;line-height:1.6}.hero-buttons{display:flex;flex-direction:column;gap:16px;justify-content:center;align-items:center}@media(min-width:640px){.hero-buttons{flex-direction:row}}.hero-button-primary{padding:12px 32px;background:hsl(var(--homepage-primary));color:hsl(var(--homepage-primary-foreground));border:none;border-radius:calc(var(--homepage-radius));font-size:16px;font-weight:500;cursor:pointer;transition:opacity .2s;font-family:inherit}.hero-button-primary:hover{opacity:.9}.hero-button-secondary{padding:12px 32px;background:hsl(var(--homepage-secondary));color:hsl(var(--homepage-secondary-foreground));border:none;border-radius:calc(var(--homepage-radius));font-size:16px;font-weight:500;cursor:pointer;transition:opacity .2s;font-family:inherit}.hero-button-secondary:hover{opacity:.9}.homepage-features{padding:64px 16px}.features-content{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1fr;gap:32px}@media(min-width:768px){.features-content{grid-template-columns:repeat(3,1fr)}}.feature-card{padding:24px;background:hsl(var(--homepage-card));border-radius:calc(var(--homepage-radius));border:1px solid hsl(var(--homepage-border))}.feature-icon{font-size:48px;margin-bottom:16px}.feature-title{font-size:20px;font-weight:600;margin-bottom:8px;color:hsl(var(--homepage-foreground))}.feature-description{color:hsl(var(--homepage-muted-foreground));line-height:1.6}.homepage-steps{padding:64px 16px}.steps-content{max-width:896px;margin:0 auto}.steps-title{font-size:36px;font-weight:700;text-align:center;margin-bottom:48px;color:hsl(var(--homepage-foreground))}.steps-list{display:flex;flex-direction:column;gap:32px}.step-item{display:flex;gap:24px;align-items:flex-start}.step-number{flex-shrink:0;width:48px;height:48px;background:hsl(var(--homepage-primary));color:hsl(var(--homepage-primary-foreground));border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;font-weight:700}.step-content{flex:1}.step-title{font-size:20px;font-weight:600;margin-bottom:8px;color:hsl(var(--homepage-foreground))}.step-description{color:hsl(var(--homepage-muted-foreground));line-height:1.6}.homepage-footer{border-top:1px solid hsl(var(--homepage-border));padding:32px 16px;margin-top:64px}.footer-content{max-width:1200px;margin:0 auto;text-align:center;color:hsl(var(--homepage-muted-foreground))}.footer-link{color:hsl(var(--homepage-primary));text-decoration:none;font-weight:500}.footer-link:hover{text-decoration:underline}.notes-feed-backdrop{position:fixed;inset:0;background:#00000080;z-index:1000}.notes-feed{position:fixed;top:0;left:0;width:320px;height:100vh;background:#fff;box-shadow:2px 0 8px #0000001a;z-index:1001;transform:translate(-100%);transition:transform .3s ease;display:flex;flex-direction:column;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.notes-feed.open{transform:translate(0)}.notes-feed-header{display:flex;align-items:center;justify-content:space-between;padding:20px;border-bottom:1px solid #e0e0e0}.notes-feed-header h2{margin:0;font-size:20px;font-weight:600;color:#1a1a1a}.notes-feed-close{background:none;border:none;font-size:28px;color:#666;cursor:pointer;padding:0;width:32px;height:32px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:background .2s}.notes-feed-close:hover{background:#f0f0f0}.notes-feed-content{flex:1;overflow-y:auto;padding:16px}.notes-feed-loading,.notes-feed-empty{text-align:center;color:#666;padding:40px 20px;font-size:14px}.notes-list{display:flex;flex-direction:column;gap:12px}.note-preview{background:#f8f8f8;border-radius:8px;overflow:hidden;cursor:pointer;transition:all .2s;border:1px solid #e0e0e0}.note-preview:hover{transform:translateY(-2px);box-shadow:0 4px 12px #0000001a;border-color:#ccc}.note-preview-image{width:100%;aspect-ratio:4 / 3;overflow:hidden;background:#fff}.note-preview-image img{width:100%;height:100%;object-fit:contain}.note-preview-info{padding:12px;display:flex;flex-direction:column;gap:4px}.note-preview-date{font-size:13px;font-weight:500;color:#333}.note-preview-photos{font-size:12px;color:#666}@media(max-width:768px){.notes-feed{width:280px}}.toast{position:fixed;top:80px;right:20px;min-width:320px;max-width:500px;background:#fff;border-radius:16px;box-shadow:0 8px 32px #00000026;z-index:10000;overflow:hidden;opacity:0;transform:translate(400px) scale(.8);transition:all .3s cubic-bezier(.34,1.56,.64,1);cursor:pointer;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.toast.visible{opacity:1;transform:translate(0) scale(1)}.toast.exiting{opacity:0;transform:translate(400px) scale(.8)}.toast.success{border-left:4px solid #10b981}.toast.info{border-left:4px solid #0ea5e9}.toast.error{border-left:4px solid #ef4444}.toast-content{display:flex;align-items:center;padding:16px 20px;gap:12px}.toast-icon{font-size:24px;flex-shrink:0;animation:bounceIn .5s cubic-bezier(.34,1.56,.64,1)}.toast-message{flex:1;font-size:14px;line-height:1.5;color:#1a1a1a;word-break:break-word}.toast-close{background:none;border:none;font-size:24px;color:#999;cursor:pointer;padding:0;width:24px;height:24px;display:flex;align-items:center;justify-content:center;border-radius:4px;transition:all .2s;flex-shrink:0}.toast-close:hover{background:#f0f0f0;color:#666}.toast-progress{height:3px;background:#f0f0f0;overflow:hidden}.toast-progress-bar{height:100%;background:linear-gradient(90deg,#0ea5e9,#10b981);animation:progressShrink linear forwards;transform-origin:left}.toast.success .toast-progress-bar{background:linear-gradient(90deg,#10b981,#34d399)}.toast.info .toast-progress-bar{background:linear-gradient(90deg,#0ea5e9,#38bdf8)}.toast.error .toast-progress-bar{background:linear-gradient(90deg,#ef4444,#f87171)}@keyframes bounceIn{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}@keyframes progressShrink{0%{transform:scaleX(1)}to{transform:scaleX(0)}}@media(max-width:768px){.toast{top:70px;right:10px;left:10px;min-width:auto;max-width:none}}.home-container{width:100vw;height:100vh;overflow:hidden;background:#fff;position:relative}.user-header{position:fixed;top:0;left:0;right:0;height:60px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e0e0e0;display:flex;align-items:center;justify-content:space-between;padding:0 20px;z-index:1000;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.view-notes-button{padding:8px 16px;background:#0ea5e9;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit}.view-notes-button:hover{background:#0284c7}.user-info{display:flex;align-items:center;gap:12px}.user-name{font-weight:500;color:#1a1a1a;font-size:15px}.instructions{position:fixed;bottom:20px;left:20px;background:#000000b3;color:#fff;padding:12px 16px;border-radius:8px;font-size:14px;max-width:300px;z-index:999;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;pointer-events:none}.note-view-container{width:100vw;height:100vh;overflow:hidden;background:#fff;position:relative}.note-view-header{position:fixed;top:0;left:0;right:0;height:60px;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-bottom:1px solid #e0e0e0;display:flex;align-items:center;justify-content:space-between;padding:0 20px;z-index:1000;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}.note-view-title{font-size:18px;font-weight:600;color:#1a1a1a}.note-view-back{background:#fff;border:1px solid #ddd;border-radius:6px;padding:8px 16px;color:#666;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit}.note-view-back:hover{background:#f8f8f8;border-color:#ccc;color:#333}.embed-copy-btn-small{padding:8px 16px;background:#0ea5e9;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit}.embed-copy-btn-small:hover{background:#0284c7}.note-view-loading,.note-view-error{display:flex;align-items:center;justify-content:center;height:100vh;text-align:center;color:#666;font-size:16px}.note-view-sidebar{position:fixed;top:80px;right:20px;width:320px;max-height:calc(100vh - 100px);overflow-y:auto;background:#fffffff2;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:12px;padding:20px;border:1px solid #e0e0e0;box-shadow:0 4px 20px #0000001a;z-index:100;display:flex;flex-direction:column;gap:24px}.note-view-meta{display:flex;flex-direction:column;gap:16px}.note-meta-item{display:flex;flex-direction:column;gap:8px}.note-meta-item strong{font-size:12px;color:#666;text-transform:uppercase;letter-spacing:.5px}.note-meta-item span{font-size:14px;color:#1a1a1a}.note-view-embed{background:#f0f9ff;border:1px solid #bae6fd;border-radius:8px;padding:20px}.note-view-embed h3{margin:0 0 12px;font-size:16px;font-weight:600;color:#1a1a1a}.embed-instructions{margin:0 0 16px;font-size:13px;color:#666;line-height:1.5}.embed-instructions code{background:#fff;padding:2px 6px;border-radius:4px;font-size:12px;color:#0ea5e9}.embed-url-container{display:flex;flex-direction:column;gap:12px}.embed-url{background:#fff;padding:12px;border-radius:6px;font-size:12px;word-break:break-all;border:1px solid #bae6fd}.embed-copy-btn{padding:10px 16px;background:#0ea5e9;color:#fff;border:none;border-radius:6px;font-size:14px;font-weight:500;cursor:pointer;transition:all .2s;font-family:inherit}.embed-copy-btn:hover{background:#0284c7}.embed-copy-btn.copied{background:#10b981}@media(max-width:1024px){.note-view-sidebar{width:calc(100vw - 40px);right:20px;left:20px}}@media(max-width:768px){.note-view-sidebar{width:calc(100vw - 20px);right:10px;left:10px;top:70px}}.embed-container{min-height:100vh;background:#fff;padding:16px;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;position:relative;transition:all .2s}.embed-container.embed-clickable{cursor:pointer}.embed-container.embed-clickable:hover{background:#fafafa}.embed-edit-banner{position:fixed;top:0;left:0;right:0;background:linear-gradient(135deg,#0ea5e9,#10b981);color:#fff;padding:12px 20px;display:flex;align-items:center;justify-content:space-between;z-index:1000;box-shadow:0 2px 8px #0000001a;font-size:14px;font-weight:500}.embed-edit-banner span{display:flex;align-items:center;gap:8px}.embed-edit-button{background:#fff;color:#0ea5e9;border:none;padding:8px 16px;border-radius:6px;font-weight:600;font-size:13px;cursor:pointer;transition:all .2s;font-family:inherit}.embed-edit-button:hover{background:#f0f9ff;transform:translateY(-1px);box-shadow:0 2px 4px #0000001a}.embed-content{max-width:1200px;margin:0 auto;padding-top:60px}.embed-container:not(.embed-clickable) .embed-content{padding-top:0}.embed-canvas{background:#f8f8f8;border-radius:8px;padding:24px;margin-bottom:16px;border:1px solid #e0e0e0;transition:all .2s}.embed-clickable .embed-canvas:hover{border-color:#0ea5e9;box-shadow:0 4px 12px #0ea5e91a}.embed-canvas img{width:100%;height:auto;border-radius:4px}.embed-photos{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));gap:16px;margin-bottom:16px}.embed-photo{aspect-ratio:1;overflow:hidden;border-radius:8px;background:#fff;border:1px solid #e0e0e0;transition:all .2s}.embed-clickable .embed-photo:hover{border-color:#0ea5e9;transform:scale(1.02);box-shadow:0 4px 12px #0ea5e91a}.embed-photo img{width:100%;height:100%;object-fit:cover}.embed-footer{text-align:center;padding:16px;color:#666;font-size:14px;display:flex;align-items:center;justify-content:center;gap:8px}.embed-footer a{color:#0ea5e9;text-decoration:none}.embed-footer a:hover{text-decoration:underline}.embed-loading,.embed-error{text-align:center;padding:60px 20px;color:#666;font-size:16px}@media(max-width:768px){.embed-edit-banner{flex-direction:column;gap:8px;padding:10px 16px;font-size:12px}.embed-edit-button{width:100%}.embed-content{padding-top:80px}}
