.clock{width:400px;height:400px;display:flex;justify-content:center;align-items:center;background:transparent;border-radius:50%;position:relative;border:4px solid #0c0114;box-shadow:0 -15px 15px #ffffff0a,inset 0 -15px 15px #ffffff0a,0 15px 15px #0000004d,inset 0 15px 15px #0000004d}.clock:before{content:"";position:absolute;width:15px;height:15px;background-color:var(--purple);border-radius:50%;z-index:10000}.clock .hour,.clock .min,.clock .sec{position:absolute}.clock .hour,.hr{width:190px;height:190px}.clock .min,.mn{width:230px;height:230px}.clock .sec,.sc{width:260px;height:260px}.hr,.mn,.sc{display:flex;justify-content:center;position:absolute;border-radius:50%}.hr:before{content:"";position:absolute;width:8px;height:90px;background:var(--green-alt);z-index:10;border-radius:6px 6px 0 0}.mn:before{content:"";position:absolute;width:6px;height:120px;background:var(--white);z-index:10;border-radius:6px 6px 0 0}.sc:before{content:"";position:absolute;width:4px;height:160px;background:var(--purple);z-index:10;border-radius:6px 6px 0 0}.clock .group-number{width:100%;height:100%}.clock .barer,.clock .number{position:absolute;width:100%;height:100%;padding:10px;display:flex;justify-content:center;align-items:flex-start;text-align:center;font-size:1.7rem;font-weight:500;transform:rotate(var(--rotation))}.clock .barer{font-weight:700;font-size:2.3rem}.clock .pointer{width:15px;height:15px;border-radius:50%;background-color:var(--purple)}.clock .bar{width:10px;height:40px;border-radius:8px;background-color:var(--green)}.clock .n1{--rotation: 30deg}.clock .n2{--rotation: 60deg}.clock .n3{--rotation: 90deg}.clock .n4{--rotation: 120deg}.clock .n5{--rotation: 150deg}.clock .n6{--rotation: 180deg}.clock .n7{--rotation: 210deg}.clock .n8{--rotation: 240deg}.clock .n9{--rotation: 270deg}.clock .n10{--rotation: 300deg}.clock .n11{--rotation: 330deg}.clock-digital{width:100%;max-width:1100px;margin:50px auto;display:flex;justify-content:center;align-items:center}.clock-digital span{font-size:120px;margin:0 10px}.group-timer .block-time{background:rgba(65,6,110,.1);box-shadow:0 15px 15px #0000004d;border:1px solid rgba(65,6,110,.07);border-right:1px solid rgba(65,6,110,.02);border-bottom:1px solid rgba(35,6,110,.02);backdrop-filter:blur(25px);padding:26px 24px;border-radius:5px;font-size:120px;color:var(--green-alt);margin:0 -2px}.weather.active{display:flex;gap:.8rem;align-items:center;flex-direction:row}.weather{position:absolute;top:20px;left:50px;display:flex;gap:.3rem;flex-direction:column;align-items:center}.image img{width:50px;object-fit:cover}.weather .locale{display:none;flex-direction:column;gap:.2rem}.active .locale{display:flex}.weather.active .locale #city{font-size:16px;font-weight:600}.weather.active .locale #description{font-size:12px;font-weight:300;color:#f4f4f4}.weather.active .locale #temp{font-size:16px;font-weight:600}.active form{display:none}.image.day{color:var(--green)}.image.night{color:var(--purple)}*{margin:0;padding:0;box-sizing:border-box;color:var(--white);font-family:sans-serif}:root{--purple: #41066e;--green: #20be50;--green-alt: #2df067;--white: #fff;--background: #0c0114}body{background:var(--background);display:flex;justify-content:center;align-items:center;min-height:100vh;overflow:hidden}main{display:flex;flex-direction:column;justify-content:center;align-items:center;gap:50px}input{padding:8px;background-color:var(--purple);outline:none;border:none;border-radius:5px;color:#fff}input:focus{outline:1px solid var(--green)}
