.share-dialog-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#0206178c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:30}.share-dialog{position:fixed;left:50%;top:50%;z-index:31;width:min(460px,calc(100vw - 32px));max-height:min(90vh,720px);padding:0;background:var(--bg);border-radius:20px;box-shadow:0 0 0 1px #ffffff0f inset,0 24px 64px -12px #0f172a59;border:1px solid var(--border);font-family:Inter,system-ui,sans-serif;overflow:hidden;display:flex;flex-direction:column}.share-dialog-top{position:relative;padding:28px 28px 20px;overflow:hidden;background:linear-gradient(135deg,#0f172a,#1e1b4b,#0f172a);background-size:200% 200%;animation:share-dialog-gradient 10s ease-in-out infinite}.share-dialog-top:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 70% 80% at 10% 20%,rgba(59,130,246,.35),transparent 55%),radial-gradient(ellipse 60% 70% at 90% 80%,rgba(139,92,246,.3),transparent 50%);pointer-events:none}.share-dialog-top-orb{position:absolute;border-radius:50%;filter:blur(40px);pointer-events:none;animation:share-orb-drift 14s ease-in-out infinite}.share-dialog-top-orb--1{width:120px;height:120px;top:-30px;right:10%;background:#3b82f680}.share-dialog-top-orb--2{width:90px;height:90px;bottom:-20px;left:5%;background:#ec489959;animation-delay:-5s}.share-dialog-title{position:relative;z-index:1;margin:0 0 6px;font-family:Playfair Display,Georgia,serif;font-size:1.5rem;font-weight:600;letter-spacing:-.02em;color:#f8fafc}.share-dialog-subtitle{position:relative;z-index:1;margin:0;font-size:13px;color:#e2e8f0bf;line-height:1.4}.share-dialog-body{padding:20px 24px 24px;overflow-y:auto;flex:1}.share-dialog-modes{display:flex;flex-direction:column;gap:16px}.share-mode-card{border-radius:16px;overflow:hidden;border:1px solid var(--border);background:var(--bg);box-shadow:0 4px 20px #0f172a0f;transition:transform .25s cubic-bezier(.34,1.56,.64,1),box-shadow .25s ease}.share-mode-card:hover{transform:translateY(-2px);box-shadow:0 12px 32px #0f172a1a}.share-mode-hero{position:relative;padding:20px 20px 16px;overflow:hidden;color:#f8fafc}.share-mode-hero:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;opacity:.05;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.share-mode-orb{position:absolute;border-radius:50%;filter:blur(36px);pointer-events:none;animation:share-orb-drift 11s ease-in-out infinite}.share-mode-card--view .share-mode-hero{background:linear-gradient(145deg,#0c4a6e,#1e3a8a 40%,#312e81);background-size:200% 200%;animation:share-mode-gradient 8s ease-in-out infinite}.share-mode-card--view .share-mode-orb--1{width:100px;height:100px;top:-20px;right:-10px;background:#38bdf88c}.share-mode-card--view .share-mode-orb--2{width:70px;height:70px;bottom:-15px;left:20%;background:#6366f173;animation-delay:-3s}.share-mode-card--edit .share-mode-hero{background:linear-gradient(145deg,#4c1d95,#7c3aed 45%,#be185d);background-size:200% 200%;animation:share-mode-gradient 8s ease-in-out infinite reverse}.share-mode-card--edit .share-mode-orb--1{width:100px;height:100px;top:-25px;right:15%;background:#a78bfa8c}.share-mode-card--edit .share-mode-orb--2{width:80px;height:80px;bottom:-20px;left:0;background:#f472b666;animation-delay:-4s}.share-mode-badge{position:relative;z-index:1;display:inline-flex;align-items:center;gap:6px;padding:4px 10px;margin-bottom:10px;font-size:10px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;border-radius:999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.2);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.share-mode-badge-dot{width:5px;height:5px;border-radius:50%;animation:auth-pulse-dot 2s ease-in-out infinite}.share-mode-card--view .share-mode-badge-dot{background:#38bdf8;box-shadow:0 0 10px #38bdf8}.share-mode-card--edit .share-mode-badge-dot{background:#f472b6;box-shadow:0 0 10px #f472b6}.share-mode-title{position:relative;z-index:1;margin:0 0 6px;font-family:Playfair Display,Georgia,serif;font-size:1.25rem;font-weight:600;letter-spacing:-.02em;line-height:1.2}.share-mode-title-shine{display:inline;background:linear-gradient(120deg,#fff,#e0e7ff 40%,#fce7f3,#fff);background-size:200% auto;-webkit-background-clip:text;background-clip:text;color:transparent;animation:auth-highlight-shine 5s ease-in-out infinite}.share-mode-desc{position:relative;z-index:1;margin:0;font-size:12px;line-height:1.45;color:#f1f5f9d1}.share-mode-actions{padding:14px 16px 16px;display:flex;gap:8px;background:var(--bg-secondary);border-top:1px solid var(--border)}.share-mode-input{flex:1;min-width:0;padding:10px 12px;font-size:12px;font-family:inherit;color:var(--text-secondary);background:var(--bg);border:1px solid var(--border);border-radius:10px;transition:border-color .2s ease,box-shadow .2s ease}.share-mode-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 3px #3b82f61f}.share-mode-copy{flex-shrink:0;padding:10px 16px;font-size:13px;font-weight:600;font-family:inherit;color:#fff;border:none;border-radius:10px;cursor:pointer;transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s ease}.share-mode-card--view .share-mode-copy{background:linear-gradient(135deg,#2563eb,#4f46e5);box-shadow:0 4px 14px #2563eb59}.share-mode-card--edit .share-mode-copy{background:linear-gradient(135deg,#7c3aed,#db2777);box-shadow:0 4px 14px #7c3aed59}.share-mode-copy:hover:not(:disabled){transform:translateY(-1px)}.share-mode-copy:disabled{opacity:.5;cursor:not-allowed;box-shadow:none}.share-mode-copy--copied{background:linear-gradient(135deg,#059669,#10b981)!important;box-shadow:0 4px 14px #10b98159!important}.share-dialog-footer{display:flex;justify-content:flex-end;padding-top:8px}.share-dialog-close{padding:10px 20px;font-size:14px;font-family:inherit;color:var(--text-secondary);background:var(--bg);border:1px solid var(--border);border-radius:10px;cursor:pointer;transition:background .15s ease,color .15s ease}.share-dialog-close:hover{background:var(--bg-secondary);color:var(--text)}.share-dialog-loading{display:flex;align-items:center;justify-content:center;gap:12px;padding:32px 0;color:var(--text-secondary);font-size:14px}.share-dialog-error{margin:0 0 12px;padding:10px 14px;font-size:13px;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px}@keyframes share-dialog-gradient{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes share-mode-gradient{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes share-orb-drift{0%,to{transform:translate(0) scale(1)}50%{transform:translate(8px,-10px) scale(1.08)}}.share-mode-banner{position:relative;display:inline-flex;align-items:center;gap:8px;padding:8px 16px;overflow:hidden;border-radius:999px;color:#f8fafc;font-size:13px;font-weight:600;letter-spacing:-.01em;border:1px solid rgba(255,255,255,.15);box-shadow:0 4px 20px #0f172a26}.share-mode-banner .share-mode-orb{display:none}.share-mode-banner--view{background:linear-gradient(135deg,#0c4a6e,#3730a3);background-size:200% 200%;animation:share-mode-gradient 6s ease-in-out infinite}.share-mode-banner--edit{background:linear-gradient(135deg,#5b21b6,#be185d);background-size:200% 200%;animation:share-mode-gradient 6s ease-in-out infinite reverse}.share-mode-banner-dot{width:6px;height:6px;border-radius:50%;flex-shrink:0;animation:auth-pulse-dot 2s ease-in-out infinite}.share-mode-banner--view .share-mode-banner-dot{background:#38bdf8;box-shadow:0 0 10px #38bdf8}.share-mode-banner--edit .share-mode-banner-dot{background:#f472b6;box-shadow:0 0 10px #f472b6}.share-mode-banner-label{font-family:Playfair Display,Georgia,serif;background:linear-gradient(120deg,#fff,#e0e7ff,#fce7f3,#fff);background-size:200% auto;-webkit-background-clip:text;background-clip:text;color:transparent;animation:auth-highlight-shine 5s ease-in-out infinite}.auth-root{display:flex;min-height:100vh;min-height:100dvh;width:100%;overflow:hidden;font-family:Inter,system-ui,sans-serif}.auth-hero{position:relative;flex:1;min-height:42vh;display:flex;flex-direction:column;justify-content:flex-end;padding:clamp(24px,5vw,56px);color:#f8fafc;overflow:hidden}.auth-hero-bg{position:absolute;top:0;right:0;bottom:0;left:0;background-size:cover;background-position:center;transform:scale(1.05);animation:auth-ken-burns 28s ease-in-out infinite alternate;will-change:transform}.auth-hero-bg:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(165deg,#02061759,#0f172ab8 45%,#020617eb),radial-gradient(ellipse 80% 60% at 20% 10%,rgba(59,130,246,.25),transparent 55%),radial-gradient(ellipse 70% 50% at 85% 80%,rgba(139,92,246,.2),transparent 50%)}.auth-hero-grain{position:absolute;top:0;right:0;bottom:0;left:0;opacity:.04;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E")}.auth-orb{position:absolute;border-radius:50%;filter:blur(60px);pointer-events:none;animation:auth-orb-float 12s ease-in-out infinite}.auth-orb--1{width:280px;height:280px;top:12%;right:8%;background:#3b82f659;animation-delay:0s}.auth-orb--2{width:200px;height:200px;bottom:28%;left:5%;background:#8b5cf64d;animation-delay:-4s}.auth-hero-content{position:relative;z-index:2;max-width:520px}.auth-eyebrow{display:inline-flex;align-items:center;gap:8px;padding:6px 14px;margin-bottom:20px;font-size:12px;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#f8fafce6;background:#ffffff14;border:1px solid rgba(255,255,255,.14);border-radius:999px;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px)}.auth-eyebrow-dot{width:6px;height:6px;border-radius:50%;background:#34d399;box-shadow:0 0 12px #34d399;animation:auth-pulse-dot 2s ease-in-out infinite}.auth-headline{margin:0 0 16px;font-family:Playfair Display,Georgia,serif;font-size:clamp(2rem,4.5vw,3.25rem);font-weight:600;line-height:1.12;letter-spacing:-.02em}.auth-highlight{display:inline;background:linear-gradient(120deg,#93c5fd,#c4b5fd,#f9a8d4 70%,#fcd34d);background-size:200% auto;-webkit-background-clip:text;background-clip:text;color:transparent;animation:auth-highlight-shine 6s ease-in-out infinite}.auth-subline{margin:0 0 28px;font-size:clamp(1rem,2vw,1.125rem);line-height:1.6;color:#e2e8f0e0;max-width:440px}.auth-feature-card{padding:16px 20px;border-radius:16px;background:#ffffff0f;border:1px solid rgba(255,255,255,.1);-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);box-shadow:0 8px 32px #0003}.auth-feature-title{margin:0 0 4px;font-size:15px;font-weight:600;color:#f1f5f9}.auth-feature-desc{margin:0;font-size:13px;line-height:1.45;color:#cbd5e1d9}.auth-pills{display:flex;flex-wrap:wrap;gap:8px;margin-top:24px}.auth-pill{padding:6px 12px;font-size:12px;font-weight:500;color:#f1f5f9e6;background:#ffffff12;border:1px solid rgba(255,255,255,.1);border-radius:999px}.auth-panel{flex:0 0 min(100%,480px);display:flex;align-items:center;justify-content:center;padding:clamp(24px,4vw,48px);background:linear-gradient(180deg,#f8fafc,#f1f5f9);position:relative}.auth-panel:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;background:radial-gradient(ellipse 60% 40% at 100% 0%,rgba(59,130,246,.06),transparent),radial-gradient(ellipse 50% 30% at 0% 100%,rgba(139,92,246,.05),transparent);pointer-events:none}.auth-form-card{position:relative;width:100%;max-width:400px;padding:clamp(28px,4vw,40px);background:#ffffffeb;border:1px solid rgba(226,232,240,.9);border-radius:24px;box-shadow:0 0 0 1px #fffc inset,0 24px 48px -12px #0f172a1f,0 12px 24px -8px #0f172a0f;-webkit-backdrop-filter:blur(16px);backdrop-filter:blur(16px)}.auth-form-brand{margin-bottom:8px}.auth-form-brand .loomnotes-brand-inner{font-size:22px}.auth-form-title{margin:0 0 6px;font-size:1.5rem;font-weight:700;letter-spacing:-.03em;color:#0f172a}.auth-form-subtitle{margin:0 0 28px;font-size:14px;color:#64748b;line-height:1.5}.auth-field{display:flex;flex-direction:column;gap:6px;margin-bottom:16px}.auth-label{font-size:13px;font-weight:500;color:#475569}.auth-input{width:100%;padding:12px 16px;font-size:15px;font-family:inherit;color:#0f172a;background:#fff;border:1px solid #e2e8f0;border-radius:12px;transition:border-color .2s ease,box-shadow .2s ease,transform .2s ease}.auth-input::placeholder{color:#94a3b8}.auth-input:hover{border-color:#cbd5e1}.auth-input:focus{outline:none;border-color:#3b82f6;box-shadow:0 0 0 4px #3b82f626}.auth-error{margin:0 0 16px;padding:10px 14px;font-size:13px;color:#b91c1c;background:#fef2f2;border:1px solid #fecaca;border-radius:10px}.auth-submit{width:100%;margin-top:8px;padding:14px 20px;font-size:15px;font-weight:600;font-family:inherit;color:#fff;background:linear-gradient(135deg,#3b82f6,#6366f1,#8b5cf6);background-size:200% 200%;border:none;border-radius:12px;cursor:pointer;transition:transform .2s cubic-bezier(.34,1.56,.64,1),box-shadow .2s ease,background-position .4s ease;box-shadow:0 4px 14px #3b82f659;animation:auth-btn-glow 8s ease-in-out infinite}.auth-submit:hover:not(:disabled){transform:translateY(-1px);box-shadow:0 8px 24px #3b82f666;background-position:100% 50%}.auth-submit:active:not(:disabled){transform:translateY(0)}.auth-submit:disabled{opacity:.65;cursor:not-allowed}.auth-footer-link{display:block;margin-top:24px;font-size:14px;text-align:center;color:#64748b;text-decoration:none;transition:color .15s ease}.auth-footer-link strong{color:#3b82f6;font-weight:600}.auth-footer-link:hover strong{color:#2563eb}.auth-loading{display:flex;align-items:center;justify-content:center;min-height:100vh;background:#0f172a;color:#94a3b8;font-family:Inter,system-ui,sans-serif}.auth-loading-spinner{width:32px;height:32px;border:2px solid rgba(148,163,184,.3);border-top-color:#3b82f6;border-radius:50%;animation:auth-spin .7s linear infinite}@keyframes auth-ken-burns{0%{transform:scale(1.05) translate(0)}to{transform:scale(1.14) translate(-1.5%,-1%)}}@keyframes auth-orb-float{0%,to{transform:translate(0) scale(1)}50%{transform:translate(12px,-18px) scale(1.05)}}@keyframes auth-pulse-dot{0%,to{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.9)}}@keyframes auth-highlight-shine{0%,to{background-position:0% center}50%{background-position:100% center}}@keyframes auth-btn-glow{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes auth-spin{to{transform:rotate(360deg)}}@media(min-width:900px){.auth-root{flex-direction:row}.auth-hero{min-height:100vh;min-height:100dvh}.auth-panel{flex:0 0 44%;max-width:520px}}@media(max-width:899px){.auth-root{flex-direction:column}.auth-hero{min-height:48vh}}.ProseMirror .tableWrapper{overflow-x:auto}.ProseMirror table{border-collapse:collapse;table-layout:fixed;width:100%;overflow:hidden}.ProseMirror td,.ProseMirror th{vertical-align:top;box-sizing:border-box;position:relative}.ProseMirror td:not([data-colwidth]):not(.column-resize-dragging),.ProseMirror th:not([data-colwidth]):not(.column-resize-dragging){min-width:var(--default-cell-min-width)}.ProseMirror .column-resize-handle{position:absolute;right:-2px;top:0;bottom:0;width:4px;z-index:20;background-color:#adf;pointer-events:none}.ProseMirror.resize-cursor{cursor:ew-resize;cursor:col-resize}.ProseMirror .selectedCell:after{z-index:2;position:absolute;content:"";left:0;right:0;top:0;bottom:0;background:#c8c8ff66;pointer-events:none}:root{--font-sans: "Montserrat", system-ui, sans-serif;--font-mono: ui-monospace, "Cascadia Code", "Source Code Pro", monospace;--space-1: 4px;--space-2: 8px;--space-3: 12px;--space-4: 16px;--space-5: 20px;--space-6: 24px;--space-8: 32px;--space-10: 40px;--radius-sm: 6px;--radius-md: 10px;--radius-lg: 14px;--radius-xl: 20px;--shadow-sm: 0 1px 2px rgba(0,0,0,.04);--shadow-md: 0 4px 12px rgba(0,0,0,.06);--shadow-lg: 0 8px 24px rgba(0,0,0,.08);--motion-fast: .15s;--motion-normal: .25s;--ease-out: cubic-bezier(.33, 1, .68, 1);--ease-spring: cubic-bezier(.34, 1.56, .64, 1);--bg: #ffffff;--bg-secondary: #f8fafc;--bg-tertiary: #f1f5f9;--text: #0f172a;--text-secondary: #64748b;--text-tertiary: #94a3b8;--border: #e2e8f0;--focus-ring: #3b82f6;--primary: #3b82f6;--primary-hover: #2563eb}*{box-sizing:border-box}html,body,#root{height:100%;margin:0}body{font-family:var(--font-sans);font-size:15px;line-height:1.5;color:var(--text);background:var(--bg);-webkit-font-smoothing:antialiased}:focus-visible{outline:2px solid var(--focus-ring);outline-offset:2px}button,[role=button],a{cursor:pointer}.ProseMirror{outline:none;--default-cell-min-width: 3em}.ProseMirror>h1:first-child,.ProseMirror>h2:first-child,.ProseMirror>h3:first-child{margin-top:0}.ProseMirror>:is(h1,h2,h3){margin-left:0;padding-left:0}.ProseMirror>p{margin-left:0;padding-left:0}.ProseMirror>ul:not([data-type=taskList]),.ProseMirror>ol{margin-left:0;padding-left:1.5em;margin-top:.35em;margin-bottom:.35em}.ProseMirror>ol{list-style-type:decimal;list-style-position:outside}.ProseMirror>ul:not([data-type=taskList]){list-style-position:outside}.ProseMirror ol>li>p,.ProseMirror ul:not([data-type=taskList])>li>p{margin-top:.25em;margin-bottom:.25em}.ProseMirror li :is(ul,ol):not([data-type=taskList]){list-style-position:inside;margin-left:0;padding-left:0;margin-top:.25em;margin-bottom:.25em}.ProseMirror li>p{margin-top:.2em;margin-bottom:.2em}.ProseMirror li>p:first-child{margin-top:0}.ProseMirror li>p:last-child{margin-bottom:0}.ProseMirror ::selection,.ProseMirror *::selection{background:#3b82f647;color:inherit}.ProseMirror .tableWrapper{overflow-x:auto;overflow-y:visible}.ProseMirror table.loom-editor-table,.ProseMirror .tableWrapper>table{border-collapse:separate;border-spacing:0;width:100%;margin:.75em 0;font-size:.95em;overflow:visible;table-layout:fixed;border:1px solid var(--border)}.ProseMirror table.loom-editor-table th,.ProseMirror table.loom-editor-table td,.ProseMirror .tableWrapper>table th,.ProseMirror .tableWrapper>table td{border-right:1px solid var(--border);border-bottom:1px solid var(--border);padding:8px 12px;vertical-align:top;min-width:3em;user-select:text;-webkit-user-select:text}.ProseMirror table.loom-editor-table th:last-child,.ProseMirror table.loom-editor-table td:last-child,.ProseMirror .tableWrapper>table th:last-child,.ProseMirror .tableWrapper>table td:last-child{border-right:none}.ProseMirror table.loom-editor-table tr:last-child th,.ProseMirror table.loom-editor-table tr:last-child td,.ProseMirror .tableWrapper>table tr:last-child th,.ProseMirror .tableWrapper>table tr:last-child td{border-bottom:none}.ProseMirror table.loom-editor-table th,.ProseMirror .tableWrapper>table th{background:var(--bg-secondary);font-weight:600;text-align:left}.ProseMirror .column-resize-handle{background-color:color-mix(in srgb,var(--focus-ring) 40%,transparent)}.ProseMirror p.is-editor-empty{min-height:1.6em}.ProseMirror p.is-editor-empty:first-child:before{content:attr(data-placeholder);color:var(--text-tertiary);float:left;height:0}.ProseMirror ul[data-type=taskList]>li,.ProseMirror li[data-type=taskItem]{display:flex;align-items:flex-start;gap:var(--space-2);list-style:none}.ProseMirror ul[data-type=taskList]>li>label,.ProseMirror li[data-type=taskItem]>label{flex-shrink:0;margin:3px 0 0;cursor:pointer;display:flex;align-items:center}.ProseMirror ul[data-type=taskList]>li>div,.ProseMirror li[data-type=taskItem]>div{flex:1;min-width:0}.ProseMirror ul[data-type=taskList]>li>div>p,.ProseMirror li[data-type=taskItem]>div>p{margin:0}.ProseMirror [data-type=table-embed]{background:var(--page-bg, var(--bg));border-radius:8px;border:1px solid var(--border);overflow:hidden}.ProseMirror img{max-width:100%;height:auto;border-radius:6px;display:block}.ProseMirror img[data-size=small]{max-width:240px}.ProseMirror img[data-size=medium]{max-width:480px}.ProseMirror img[data-size=large]{max-width:720px}.ProseMirror img[data-size=full]{max-width:100%}.ProseMirror .loom-image-wrapper{display:inline-block;position:relative;max-width:100%;vertical-align:top}.ProseMirror .loom-image-wrapper img{width:100%;max-width:100%;height:auto;display:block;border-radius:6px;vertical-align:top}.ProseMirror .loom-image-resize-handle{position:absolute;right:0;bottom:0;width:28px;height:28px;z-index:2;cursor:se-resize;background:#0006;border-radius:0 0 6px;opacity:.85;pointer-events:auto}.ProseMirror .loom-image-resize-handle:after{content:"";position:absolute;right:6px;bottom:6px;width:10px;height:10px;border-right:2px solid #fff;border-bottom:2px solid #fff}@keyframes loomnotes-gradient-flow{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes loomnotes-glow-pulse{0%,to{filter:drop-shadow(0 0 8px rgba(59,130,246,.4)) drop-shadow(0 0 16px rgba(139,92,246,.2))}50%{filter:drop-shadow(0 0 14px rgba(59,130,246,.6)) drop-shadow(0 0 24px rgba(236,72,153,.3))}}@keyframes loomnotes-shimmer{0%{transform:translate(-100%) skew(-12deg);opacity:.5}to{transform:translate(200%) skew(-12deg);opacity:0}}@keyframes loomnotes-border-flow{0%,to{background-position:0% 50%}50%{background-position:100% 50%}}@keyframes loomnotes-letter-bounce{0%,to{transform:scale(1)}45%{transform:scale(1.4)}70%{transform:scale(.95)}}.loomnotes-brand{position:relative;display:inline-flex;align-items:center;overflow:visible;padding:6px 10px;border-radius:var(--radius-md);transition:transform .28s cubic-bezier(.34,1.56,.64,1);cursor:default}.loomnotes-brand:hover{transform:scale(1.1)}.loomnotes-brand-inner{position:relative;display:inline-flex;font-size:20px;font-weight:700;letter-spacing:-.02em}.loomnotes-letter{display:inline-block;transform-origin:center bottom;transition:transform .18s ease;background:linear-gradient(110deg,#3b82f6,#8b5cf6,#ec4899,#f59e0b,#3b82f6);background-size:200% 200%;-webkit-background-clip:text;background-clip:text;color:transparent;animation:loomnotes-gradient-flow 5s ease-in-out infinite,loomnotes-glow-pulse 3s ease-in-out infinite}.loomnotes-brand:hover .loomnotes-letter{animation:loomnotes-letter-bounce .55s ease forwards,loomnotes-gradient-flow 5s ease-in-out infinite,loomnotes-glow-pulse 3s ease-in-out infinite}.loomnotes-brand:hover .loomnotes-letter:nth-child(1){animation-delay:0s}.loomnotes-brand:hover .loomnotes-letter:nth-child(2){animation-delay:.05s}.loomnotes-brand:hover .loomnotes-letter:nth-child(3){animation-delay:.1s}.loomnotes-brand:hover .loomnotes-letter:nth-child(4){animation-delay:.15s}.loomnotes-brand:hover .loomnotes-letter:nth-child(5){animation-delay:.2s}.loomnotes-brand:hover .loomnotes-letter:nth-child(6){animation-delay:.25s}.loomnotes-brand:hover .loomnotes-letter:nth-child(7){animation-delay:.3s}.loomnotes-brand:hover .loomnotes-letter:nth-child(8){animation-delay:.35s}.loomnotes-brand:hover .loomnotes-letter:nth-child(9){animation-delay:.4s}.loomnotes-brand:hover .loomnotes-letter:nth-child(10){animation-delay:.45s}.loomnotes-brand:before{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;padding:1px;background:linear-gradient(90deg,#3b82f6,#8b5cf6,#ec4899,#f59e0b,#3b82f6);background-size:300% 100%;animation:loomnotes-border-flow 4s linear infinite;-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude;pointer-events:none}.loomnotes-brand-shine{position:absolute;top:0;right:0;bottom:0;left:0;background:linear-gradient(105deg,transparent 0%,transparent 40%,rgba(255,255,255,.25) 45%,rgba(255,255,255,.4) 50%,rgba(255,255,255,.25) 55%,transparent 60%,transparent 100%);background-size:80% 100%;animation:loomnotes-shimmer 2.5s ease-in-out infinite;pointer-events:none}
