.node-card{position:absolute;cursor:grab;-webkit-user-select:none;user-select:none;touch-action:none}.node-card__polaroid{position:relative;z-index:2;width:var(--node-card-width, 160px);background-color:#fff;border-radius:6px;border:2px solid #222222;box-shadow:0 2px 6px #00000040;box-sizing:border-box;padding:8px;display:flex;flex-direction:column}.node-card__photo{width:100%;height:var(--node-photo-height, 160px);border-radius:4px;background-color:#000;margin-bottom:8px}.node-card__title{text-align:center;padding:2px 4px;font-size:12px;word-break:break-word}.node-card--location .node-card__photo{aspect-ratio:9.9 / 6.2}.node-card--artifact .node-card__photo{height:auto;aspect-ratio:1 / 1}.node-card--note .node-card__polaroid{height:var(--node-card-width, 160px);align-items:center;justify-content:center}.node-card--note .node-card__title{width:100%;padding:8px;font-size:13px}.notebook-sheet{padding:8px 10px 8px 44px;font-size:12px;line-height:18px;color:#222;background-color:#fdfaf5;background-image:repeating-linear-gradient(to bottom,transparent 0px,transparent 8px,rgba(120,170,255,.55) 8px,rgba(120,170,255,.55) 9px,transparent 9px,transparent 18px),linear-gradient(to right,transparent 31px,rgba(255,70,70,.75) 31px,rgba(255,70,70,.75) 32px,transparent 32px),linear-gradient(to right,transparent 33px,rgba(255,70,70,.75) 33px,rgba(255,70,70,.75) 34px,transparent 34px);background-repeat:repeat;background-size:100% 18px,100% 100%,100% 100%;border-radius:4px;border-left:1px solid #dddddd;border-right:1px solid #dddddd;border-bottom:1px solid #dddddd;border-top:none;box-shadow:0 1px 3px #00000026;min-height:40px;box-sizing:border-box;white-space:pre-wrap}.node-card__sheet{position:relative;z-index:1;width:calc(var(--node-card-width, 160px) * .9);margin:-6px auto 0}.paper-stack{display:flex;flex-direction:column;gap:18px}.paper-stack:after{content:"";display:block;flex:0 0 var(--paper-stack-bottom-gap, 24px)}.paper-stack__empty{padding:18px 20px;border-radius:18px;border:1px dashed #c7c7c7;background:#ffffffeb;color:#4d4d4d;font-size:13px;line-height:1.5}.paper-note{position:relative;display:grid;grid-template-columns:54px minmax(0,1fr);background:linear-gradient(180deg,#fdfaf5,#f8f5ee);border:1px solid rgba(0,0,0,.12);border-radius:16px;box-shadow:0 12px 24px #00000014,0 2px 4px #0000000f;overflow:visible}.paper-note:before{content:"";position:absolute;left:14px;right:14px;top:-12px;height:18px;background:radial-gradient(circle at 10px 14px,transparent 9px,#fdfaf5 10px) repeat-x;background-size:22px 18px;filter:drop-shadow(0 -1px 0 rgba(0,0,0,.12))}.paper-note--editable .paper-note__body{cursor:pointer}.paper-note.is-editing{border-color:#0003;box-shadow:0 16px 32px #0000001f,0 4px 8px #00000014}.paper-note__margin{position:relative;display:flex;align-items:stretch;justify-content:center;padding:8px 4px 8px 8px;border-right:1px solid #dddddd;background:repeating-linear-gradient(to bottom,transparent 0px,transparent 8px,rgba(120,170,255,.55) 8px,rgba(120,170,255,.55) 9px,transparent 9px,transparent 18px),linear-gradient(180deg,#fdfaf5 0% 100%);border-top-left-radius:16px;border-bottom-left-radius:16px}.paper-note__margin-content{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;width:100%;min-height:100%;gap:6px}.paper-note__board-source{width:100%;font-size:9px;line-height:1.2;font-weight:600;color:#8c8c8c;text-align:center;white-space:normal;word-break:break-word}.paper-note__sources{display:flex;align-items:center;justify-content:center;width:100%;flex:1 1 auto;min-height:0}.paper-note__source{display:block;max-height:132px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;writing-mode:vertical-rl;transform:rotate(180deg);font-size:9px;line-height:1;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:#5a5a5a;-webkit-user-select:none;user-select:none}.paper-note__source--empty{visibility:hidden;min-height:24px}.paper-note__body{position:relative;min-height:72px;padding:8px 12px 8px 14px;background:repeating-linear-gradient(to bottom,transparent 0px,transparent 8px,rgba(120,170,255,.55) 8px,rgba(120,170,255,.55) 9px,transparent 9px,transparent 18px),linear-gradient(180deg,#fdfaf5 0% 100%);border-top-right-radius:16px;border-bottom-right-radius:16px;box-sizing:border-box}.paper-note__text{font:inherit;font-size:12px;line-height:18px;color:#34281b;white-space:pre-wrap}.paper-note__timecode{font:inherit;font-size:11px;line-height:18px;color:#8b8b8b;white-space:pre-wrap}.paper-note__text--empty{color:#8d7d68;font-style:italic}@media(max-width:900px){.paper-note{grid-template-columns:48px minmax(0,1fr)}.paper-note__margin{padding:8px 2px 8px 6px}.paper-note__body{padding:8px 10px 8px 12px}}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;width:100%;height:100%}body{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background-color:#f3f3f3}
